.force-dnone {
	 display: none !important;
}
 @media only screen and (min-width: 600px) {
	 .hideInDesktop {
		 display: none !important;
	}
}
 @media only screen and (max-width: 600px) {
	 .hideInMobile {
		 display: none !important;
	}
}
 #My_orders div#rentLocal_ser {
	 padding-top: 0;
	 padding-bottom: 0;
}
 .searchAndClean button[type='submit'] {
	 display: flex;
	 flex-direction: row-reverse;
	 font-weight: 600;
}
 .searchAndClean button[type='submit'] svg {
	 height: 17px;
	 position: relative;
	 margin-top: 4px;
	 margin-inline-end: 4px;
}
 .status {
	 width: fit-content;
}
 .status .table-value {
	 width: max-content;
	 height: 32px;
	 justify-content: center;
	 align-items: center;
	 display: flex;
	 border-radius: 100px;
	 text-align: center !important;
	 font-size: 16px;
	 max-width: unset;
	 padding-right: 12px;
	 padding-left: 12px;
}
 .status .table-value.active-status {
	 background: #ddffcd !important;
}
 .status .table-value.no-active-status {
	 background: #ffcbcb !important;
}
 .status .table-value.no-status {
	 background: #ccc !important;
}
 .edit-order-item {
	 display: flex;
	 flex-direction: row;
	 flex-wrap: nowrap;
	 align-items: center;
	 margin-bottom: 2rem;
}
 @media only screen and (max-width: 600px) {
	 .edit-order-item {
		 display: block;
	}
}
 .edit-order-item .top {
	 flex-grow: 1;
	 display: flex;
	 align-items: center;
	 gap: 1.5rem;
}
 @media only screen and (max-width: 600px) {
	 .edit-order-item .top {
		 display: block;
	}
}
 .edit-order-item .top .carThumb {
	 flex-basis: 15%;
	 min-width: 150px;
	 height: 100px;
	 gap: 24px;
}
 .edit-order-item .top .carTitle {
	 cursor: pointer;
}
 @media only screen and (max-width: 600px) {
	 .edit-order-item .top .carDeBox .carDetails div {
		 margin-bottom: 0.3em;
	}
	 .edit-order-item .top .carDeBox .carDetails div h3 {
		 font-size: 1.4em;
	}
}
 .edit-order-item .carItemActions {
	 flex-basis: 15%;
	 max-width: 250px;
}
 @media only screen and (max-width: 600px) {
	 .edit-order-item .carItemActions {
		 max-width: unset;
	}
}
 .edit-order-item .carItemActions div[data-tool=maamPtor] {
	 display: none;
}
 @media only screen and (min-width: 600px) {
	 .edit-order-item .carItemActions .moreInfo {
		 display: none;
	}
}
 @media only screen and (max-width: 600px) {
	 .edit-order-item .carItemActions .moreInfo {
		 margin-top: 1.3em;
	}
}
 .edit-order-item .carItemActions .bott {
	 border-top: unset;
	 border-right: 1px solid #ebebeb;
	 display: flex;
	 justify-content: space-between;
	 flex-direction: column;
	 margin-top: 0;
	 padding-top: 0;
}
 @media only screen and (max-width: 600px) {
	 .edit-order-item .carItemActions .bott {
		 flex-direction: row;
		 justify-content: space-between;
		 margin-top: 1em;
		 border-top: 1px solid #ebebeb;
		 padding-top: 1.5em;
	}
	 .edit-order-item .carItemActions .bott .priceBox .flex {
		 flex-wrap: nowrap;
	}
	 .edit-order-item .carItemActions .bott .priceBox .thePrice {
		 font-size: 24px;
	}
	 .edit-order-item .carItemActions .bott button.carItemButton {
		 font-size: 20px;
	}
}
 @media only screen and (min-width: 600px) {
	 .edit-order-item .carItemActions .bott .bookNow {
		 display: none;
	}
}
 .filter-form button[type=submit] {
	 padding: 13px 17px 13px 30px !important;
}
 html[dir="ltr"] .filter-form button[type=submit] {
	 padding: 13px 24px 13px 17px !important;
}
 @media only screen and (max-width: 600px) {
	 .filterFormWrapper form#filterForm {
		 padding: 24px;
		 flex-direction: column;
		 gap: 16px;
		 align-items: center;
	}
	 .filterFormWrapper form#filterForm label {
		 width: 100%;
	}
}
 .updating-order-blue {
	 padding: clamp(15px, 2vw, 30px) clamp(20px, 2vw, 40px);
	 margin-bottom: clamp(20px, 2vw, 50px);
}
 .updating-order-blue .infoSide {
	 gap: 3vw;
}
 .updating-order-blue .infoSide i {
	 align-content: space-evenly;
}
 .updating-order-blue button#searchEditBtn {
	 background: #eb5623;
	 color: #fff;
	 padding: 21px 24px 23px;
	 display: flex;
	 align-self: center;
	 border-radius: 50px;
	 font-size: 24px;
	 height: 20px !important;
	 max-height: unset !important;
}
 @media only screen and (max-width: 600px) {
	 .updating-order-blue button#searchEditBtn {
		 font-size: 16px !important;
		 padding: 19px 17px 19px !important;
		 align-self: flex-start;
	}
}
 .updating-order-blue {
	 display: none;
}
 .ordersTitles .active {
	 font-weight: 700;
}
 .section-list-orders > h3 {
	 font-size: 20px;
}
 @media only screen and (max-width: 600px) {
	 .section-list-orders > h3 {
		 font-size: 16px;
	}
}
 .section-list-orders .filterFormWrapper {
	 margin-top: 1.2em;
	 margin-bottom: 1.2em;
}
 .section-list-orders .filterFormWrapper form#filterForm {
	 flex-direction: column;
	 gap: 0.5em;
}
 .section-list-orders .filterFormWrapper form#filterForm .filter-form {
	 flex-wrap: wrap;
	 padding: 0px;
}
 @media only screen and (max-width: 600px) {
	 .section-list-orders .filterFormWrapper form#filterForm .filter-form {
		 padding: 0;
	}
}
 .section-list-orders .filterFormWrapper form#filterForm .filter-form label {
	 font-size: 16px;
}
 @media only screen and (max-width: 600px) {
	 .section-list-orders .filterFormWrapper form#filterForm .filter-form label {
		 font-size: 14px;
		 flex-direction: column !important;
	}
}
 .section-list-orders .filterFormWrapper form#filterForm .filter-form label input {
	 font-size: 16px;
	 padding-top: 12px;
	 padding-bottom: 12px;
}
 @media only screen and (min-width: 1060px) and (max-width: 1280px) {
	 .section-list-orders .filterFormWrapper form#filterForm .filter-form label input {
		 min-width: 250px;
	}
}
 .section-list-orders .filterFormWrapper form#filterForm .filter-form .searchAndClean {
	 display: flex;
	 gap: 32px;
	 height: min-content;
	 align-self: end;
}
 .section-list-orders .filterFormWrapper form#filterForm .filter-form .filterFormNote {
	 flex-basis: 100%;
	 display: flex;
	 flex-direction: row;
	 justify-content: flex-start;
	 text-align: start;
}
 @media only screen and (min-width: 600px) {
	 .section-list-orders .filterFormWrapper form#filterForm .filter-form .filterFormNote {
		 flex-direction: column;
	}
}
 .section-list-orders .filterFormWrapper form#filterForm .filter-form .filterFormNote label.noteHeader {
	 flex: unset;
}
 @media only screen and (min-width: 600px) {
	 .section-list-orders .filterFormWrapper form#filterForm .filter-form .filterFormNote {
		 margin-top: -14px;
		 display: block;
	}
}
 @media only screen and (max-width: 600px) {
	 .section-list-orders .filterFormWrapper form#filterForm .filter-form {
		 gap: 1.2em;
	}
	 .section-list-orders .filterFormWrapper form#filterForm .filter-form .searchAndClean {
		 flex-basis: 100%;
		 justify-content: center;
	}
}
 .section-list-orders button#exportCsv {
	 line-height: normal;
	 width: fit-content;
	 color: #00285f;
	 position: relative;
	 display: flex;
	 align-self: center;
}
 @media only screen and (max-width: 600px) {
	 .section-list-orders button#exportCsv {
		 align-self: end;
	}
}
 .section-list-orders button#exportCsv::before {
	 content: '';
	 color: #00285f;
	 font-weight: 500;
	 width: 14px;
	 height: 18px;
	 position: absolute;
	 right: -20px;
	 background-image: url(images/icons/download_icon.png);
	 background-size: cover;
	 top: 3px;
}
 #My_orders #cars-list form#orderForm .carItemButton {
	 display: none;
}
 #My_orders #cars-list form#orderForm .edit-car-details.loaded {
	 padding-top: 1.2em;
	 border-top: 1px solid #ebebeb;
	 margin-top: 1em;
}
 #My_orders #cars-list form#orderForm .edit-car-details .detailsBox {
	 margin-bottom: 2.5em;
}
 #My_orders #cars-list form#orderForm .edit-car-details .detailsBox .extraOptions {
	 grid-template-columns: repeat(4, 1fr) !important;
}
 @media only screen and (max-width: 600px) {
	 #My_orders #cars-list form#orderForm .edit-car-details .detailsBox .extraOptions {
		 display: block;
	}
}
 @media only screen and (min-width: 600px) and (max-width: 1280px) {
	 #My_orders #cars-list form#orderForm .edit-car-details .detailsBox .extraOptions {
		 grid-template-columns: repeat(2, 1fr) !important;
	}
}
 #My_orders #cars-list form#orderForm .car-order-extras .extraOptions.extras {
	 grid-template-columns: repeat(4, 1fr) !important;
}
 @media only screen and (max-width: 600px) {
	 #My_orders #cars-list form#orderForm .car-order-extras .extraOptions.extras {
		 display: block;
	}
}
 @media only screen and (min-width: 600px) and (max-width: 1280px) {
	 #My_orders #cars-list form#orderForm .car-order-extras .extraOptions.extras {
		 grid-template-columns: repeat(2, 1fr) !important;
	}
}
 @media only screen and (max-width: 600px) {
	 #My_orders #cars-list form#orderForm .extraOptions li {
		 margin-bottom: 1em;
	}
	 #My_orders #cars-list form#orderForm .extraOptions li label {
		 gap: 4px;
	}
}
 #My_orders #cars-list form#orderForm .edit-buttons-container {
	 display: flex;
	 justify-content: space-between;
	 margin-top: 2.5rem;
	 flex-wrap: wrap;
}
 @media only screen and (max-width: 600px) {
	 #My_orders #cars-list form#orderForm .edit-buttons-container {
		 align-items: flex-end;
	}
}
 #My_orders #cars-list form#orderForm .edit-buttons-container .thePrice {
	 display: flex;
	 flex-direction: column;
	 align-items: flex-start;
}
 #My_orders #cars-list form#orderForm .edit-buttons-container .thePrice .price-title {
	 color: #383838;
	 font-weight: 600;
}
 #My_orders #cars-list form#orderForm .edit-buttons-container .thePrice .needApr * {
	 font-size: 14px;
}
 #My_orders #cars-list form#orderForm .edit-buttons-container .thePrice .needApr * i.lh-0.wpff-toolHolder {
	 width: 15px;
}
 @media only screen and (max-width: 600px) {
	 #My_orders #cars-list form#orderForm .edit-buttons-container .thePrice .price-sum {
		 font-size: 20px;
		 line-height: 1em;
	}
	 #My_orders #cars-list form#orderForm .edit-buttons-container .thePrice .price-title * {
		 font-size: 14px !important;
	}
}
 #My_orders #cars-list form#orderForm .edit-buttons-container button {
	 padding-right: 24px;
	 padding-left: 24px;
	 height: fit-content;
}
 #My_orders #cars-list form#orderForm .edit-buttons-container .footer-item-message {
	 margin-top: 1rem;
	 flex-basis: 100%;
}
 @media only screen and (max-width: 600px) {
	 #My_orders #searchResultsPannel {
		 padding-top: 1.5em !important;
		 padding-bottom: 1.5em !important;
	}
	 #My_orders #searchResultsPannel .infoSide {
		 flex-direction: column;
		 width: 100%;
	}
	 #My_orders #searchResultsPannel .infoSide .from h2, #My_orders #searchResultsPannel .infoSide .to h2 {
		 font-size: 20px !important;
		 font-weight: 700 !important;
	}
	 #My_orders #searchResultsPannel .infoSide .from *, #My_orders #searchResultsPannel .infoSide .to * {
		 margin-bottom: 0.2em;
	}
	 #My_orders #searchResultsPannel .infoSide .from div, #My_orders #searchResultsPannel .infoSide .to div, #My_orders #searchResultsPannel .infoSide .from span, #My_orders #searchResultsPannel .infoSide .to span {
		 font-size: 17px !important;
	}
	 #My_orders #searchResultsPannel .infoSide .to {
		 margin-top: 1rem;
	}
	 #My_orders #searchResultsPannel .infoSide > i {
		 display: none;
	}
	 #My_orders #searchResultsPannel .infoSide .infoSide.flex.tc-w h2 {
		 font-size: 20px !important;
		 font-weight: 600 !important;
	}
}
 #My_orders .dt-container .dt-layout-table table .dt-type-numeric, #My_orders .dt-container .dt-layout-table table .dt-type-date {
	 text-align: start;
}
 #My_orders .dt-container .dt-layout-table table tbody .order-status {
	 min-width: fit-content;
}
 #My_orders .dt-container .dt-layout-table table tbody .order-status .status {
	 width: fit-content;
	 padding: 8px;
	 gap: 10px;
	 display: flex;
	 flex-direction: row;
}
 #My_orders .dt-container .dt-layout-table table tbody .expanded-content .expanded-title {
	 font-size: 1.1rem;
	 border-bottom: 1px solid #ebeef3;
	 padding-bottom: 0.5rem;
	 margin-bottom: 1rem;
}
 #My_orders .dt-container .dt-layout-table table tbody .expanded-content .order-details-container .cancle-edit div.cancle-order {
	 cursor: pointer;
}
 @media only screen and (min-width: 600px) {
	 #My_orders .dt-container .dt-layout-table table tbody .expanded-content .order-details-container .cancle-edit {
		 align-items: center;
	}
}
 #My_orders .dt-container .dt-layout-table table tbody .expanded-content .order-details-container .car-details .flex-row {
	 justify-content: normal;
	 gap: 5px;
}
 #My_orders .dt-container .dt-layout-table table tbody .expanded-content .order-details-container .car-details .car-detail-desc {
	 font-weight: 500;
	 font-size: 1.1em;
}
 #My_orders .dt-container .dt-layout-table table tbody .expanded-content .order-details-container .car-details .cases.m-normal-txt svg, #My_orders .dt-container .dt-layout-table table tbody .expanded-content .order-details-container .car-details .bags svg {
	 height: 15px;
}
 #My_orders .dt-container .dt-layout-table table tbody .expanded-content .order-details-container .car-details .m-normal-txt {
	 width: auto;
	 display: flex;
	 align-items: center;
}
 #My_orders .dt-container .dt-layout-table table tbody .expanded-content .order-details-container .car-details .the-car-details {
	 align-items: anchor-center;
}
 @media only screen and (max-width: 600px) {
	 .updating-order-blue {
		 flex-direction: column;
	}
	 .updating-order-blue .infoSide .from, .updating-order-blue .infoSide .to {
		 line-height: 1.2rem;
	}
	 .section-list-orders .filterFormWrapper #toDate, .section-list-orders .filterFormWrapper #fromDate {
		 text-align: right;
	}
	 .section-list-orders .tableHeader {
		 flex-direction: column-reverse;
		 height: auto;
	}
	 .section-list-orders .tableHeader .ordersTitles {
		 height: auto;
		 display: flex;
		 flex-wrap: no-wrap;
		 margin-top: 1.5rem;
	}
	 .section-list-orders .dt-empty-footer .dt-layout-table tbody tr:not(.expanded-content) {
		 display: flex;
		 flex-direction: column;
		 box-shadow: 0px 4px 10px 4px rgba(0, 0, 0, 0.1);
		 margin-top: 1.5rem;
		 border-radius: 8px;
		 background-color: #e5e1e1 !important;
		 position: relative;
		 padding: 3px 3px 16px;
		 bottom: 0;
	}
	 .section-list-orders .dt-empty-footer .dt-layout-table tbody tr:not(.expanded-content) .more-details-button {
		 margin-top: 16px;
	}
	 .section-list-orders .dt-empty-footer .dt-layout-table tbody tr:not(.expanded-content) .more-details-button::after {
		 display: none !important;
	}
	 .section-list-orders .dt-empty-footer .dt-layout-table tbody tr:not(.expanded-content) td.column, .section-list-orders .dt-empty-footer .dt-layout-table tbody tr:not(.expanded-content) td.column-wide {
		 position: relative;
		 background-color: white !important;
		 box-shadow: unset !important;
		 display: flex;
		 border-top: unset;
	}
	 .section-list-orders .dt-empty-footer .dt-layout-table tbody tr:not(.expanded-content) td.column:not(.order-status)::after, .section-list-orders .dt-empty-footer .dt-layout-table tbody tr:not(.expanded-content) td.column-wide:not(.order-status)::after {
		 width: 83%;
		 content: '';
		 position: absolute;
		 height: 1px;
		 background-color: #ebeef3;
		 right: 8%;
		 bottom: 0;
	}
	 .section-list-orders .dt-empty-footer .dt-layout-table tbody tr:not(.expanded-content) td.column .table-label, .section-list-orders .dt-empty-footer .dt-layout-table tbody tr:not(.expanded-content) td.column-wide .table-label {
		 flex-basis: 36%;
	}
	 .section-list-orders .dt-empty-footer .dt-layout-table tbody tr:not(.expanded-content) td.column .table-label.order-pickup, .section-list-orders .dt-empty-footer .dt-layout-table tbody tr:not(.expanded-content) td.column-wide .table-label.order-pickup {
		 margin-bottom: 0.7rem;
	}
	 .section-list-orders .dt-empty-footer .dt-layout-table tbody tr:not(.expanded-content) td.column .table-value br, .section-list-orders .dt-empty-footer .dt-layout-table tbody tr:not(.expanded-content) td.column-wide .table-value br {
		 display: none;
	}
	 .section-list-orders .dt-empty-footer .dt-layout-table tbody tr:not(.expanded-content) td.column .table-value span.pickup-date, .section-list-orders .dt-empty-footer .dt-layout-table tbody tr:not(.expanded-content) td.column-wide .table-value span.pickup-date {
		 display: block;
	}
	 .section-list-orders .dt-empty-footer .dt-layout-table tbody tr:not(.expanded-content) td.column *, .section-list-orders .dt-empty-footer .dt-layout-table tbody tr:not(.expanded-content) td.column-wide * {
		 font-size: 16px;
		 font-weight: 400;
		 text-align: start;
	}
	 .section-list-orders .dt-empty-footer .dt-layout-table tbody tr:not(.expanded-content) td.column *.pickup-header, .section-list-orders .dt-empty-footer .dt-layout-table tbody tr:not(.expanded-content) td.column-wide *.pickup-header {
		 font-weight: 700;
	}
	 .section-list-orders .dt-empty-footer .dt-layout-table tbody tr:not(.expanded-content) td.column *.table-label, .section-list-orders .dt-empty-footer .dt-layout-table tbody tr:not(.expanded-content) td.column-wide *.table-label {
		 font-weight: 700;
		 text-align: right;
	}
	 .section-list-orders .dt-empty-footer .dt-layout-table tbody tr:not(.expanded-content) td.column.column-wide .pickup, .section-list-orders .dt-empty-footer .dt-layout-table tbody tr:not(.expanded-content) td.column-wide.column-wide .pickup {
		 flex-direction: column;
		 display: flex;
		 text-align: right;
	}
	 .section-list-orders .dt-empty-footer .dt-layout-table tbody tr:not(.expanded-content) td.column.order-status, .section-list-orders .dt-empty-footer .dt-layout-table tbody tr:not(.expanded-content) td.column-wide.order-status {
		 display: block;
	}
	 .section-list-orders .dt-empty-footer .dt-layout-table tbody tr:not(.expanded-content) td.column.order-status .status, .section-list-orders .dt-empty-footer .dt-layout-table tbody tr:not(.expanded-content) td.column-wide.order-status .status {
		 display: flex;
		 width: auto;
		 text-align: right;
		 justify-content: flex-start;
	}
	 .section-list-orders .dt-empty-footer .dt-layout-table tbody tr:not(.expanded-content) td.column.details, .section-list-orders .dt-empty-footer .dt-layout-table tbody tr:not(.expanded-content) td.column-wide.details {
		 text-align: center !important;
		 margin-right: auto;
		 margin-left: auto;
		 width: max-content !important;
		 background-color: #eb5623 !important;
		 padding: 8px 16px;
		 color: white !important;
		 line-height: 0.4em;
		 border-radius: 100px;
	}
	 .section-list-orders .dt-empty-footer .dt-layout-table tbody .expanded-content {
		 margin-top: -14px !important;
		 position: relative;
	}
	 .section-list-orders .dt-empty-footer .dt-layout-table tbody .expanded-content > td {
		 padding: 0 !important;
	}
	 .section-list-orders .dt-empty-footer .dt-layout-table tbody .expanded-content > td .order-details-container {
		 margin-top: -14px;
		 box-shadow: 0px 24px 16px 4px rgba(0, 0, 0, 0.1019607843);
	}
	 .section-list-orders .dt-empty-footer .dt-layout-table tbody .expanded-content > td .order-details-container .order-details {
		 flex-wrap: wrap;
		 flex-direction: column;
		 gap: 3rem;
	}
	 .section-list-orders .dt-empty-footer .dt-layout-table tbody .expanded-content > td .order-details-container .order-details .car-details, .section-list-orders .dt-empty-footer .dt-layout-table tbody .expanded-content > td .order-details-container .order-details .personal-details, .section-list-orders .dt-empty-footer .dt-layout-table tbody .expanded-content > td .order-details-container .order-details .car-extras {
		 min-width: unset !important;
	}
	 .section-list-orders .dt-empty-footer .dt-layout-table tbody .expanded-content > td .order-details-container .order-details .car-details {
		 text-align: right;
	}
	 .section-list-orders .dt-empty-footer .dt-layout-table tbody .expanded-content > td .order-details-container .order-details .car-details .car-detail-desc {
		 font-weight: 500;
	}
	 .section-list-orders .dt-empty-footer .dt-layout-table tbody .expanded-content > td .order-details-container .order-details .personal-details br {
		 display: none;
	}
	 .section-list-orders .dt-empty-footer .dt-layout-table tbody .expanded-content > td .order-details-container .order-details .personal-details .the-personal-details {
		 flex-direction: column;
		 align-items: self-start;
	}
	 .section-list-orders .dt-empty-footer .dt-layout-table tbody .expanded-content > td .order-details-container .order-details .personal-details .the-personal-details .flex-column {
		 margin-inline-end: 24px;
	}
	 .section-list-orders .dt-empty-footer .dt-layout-table tbody .expanded-content > td .order-details-container .order-details .personal-details .the-personal-details .name-and-last {
		 margin-bottom: 12px;
	}
	 .section-list-orders .dt-empty-footer .dt-layout-table tbody .expanded-content > td .order-details-container .order-details .personal-details .the-personal-details .name-and-last, .section-list-orders .dt-empty-footer .dt-layout-table tbody .expanded-content > td .order-details-container .order-details .personal-details .the-personal-details .mail-and-phone {
		 flex-direction: row;
		 flex-wrap: wrap;
	}
	 .section-list-orders .dt-empty-footer .dt-layout-table tbody .expanded-content > td .order-details-container .order-details .personal-details .the-personal-details * {
		 text-align: right;
	}
	 .section-list-orders .dt-empty-footer .dt-layout-table tbody .expanded-content > td .order-details-container .order-details .car-extras {
		 text-align: right;
	}
	 .section-list-orders .dt-empty-footer .dt-layout-table tbody .expanded-content > td .order-details-container .order-details .car-extras br {
		 display: none !important;
	}
	 .section-list-orders .dt-empty-footer .dt-layout-table tbody .expanded-content > td .order-details-container .order-details .car-extras .options-container {
		 justify-content: flex-start;
		 flex-wrap: wrap;
	}
	 .section-list-orders .dt-empty-footer .dt-layout-table tbody .expanded-content > td .order-details-container .order-details .car-extras .options-container .option-block {
		 align-items: flex-start;
	}
	 .section-list-orders .dt-empty-footer .dt-layout-table tbody .expanded-content > td .order-details-container .order-details .car-extras .options-container .option-block .option-qty {
		 font-weight: 400;
	}
	 .section-list-orders .dt-empty-footer .dt-layout-table tbody .expanded-content > td .order-details-container .order-notes {
		 padding-right: 0;
		 padding-left: 0;
		 gap: 0;
	}
	 .section-list-orders .dt-empty-footer .dt-layout-table tbody .expanded-content > td .order-details-container .order-notes * {
		 text-align: right;
		 padding-right: 0 !important;
		 white-space: break-spaces;
	}
	 .section-list-orders .dt-empty-footer .dt-layout-table tbody .expanded-content > td .order-details-container .order-footer {
		 flex-direction: column;
		 gap: 20px;
	}
	 .section-list-orders .dt-empty-footer .dt-layout-table tbody .expanded-content > td .order-details-container .order-footer .cancle-edit {
		 flex-direction: column;
		 gap: 20px;
	}
	 .section-list-orders .dt-empty-footer .dt-layout-table tbody .expanded-content > td .order-details-container .order-footer .edit-order {
		 padding: 10px 22px !important;
		 width: fit-content;
		 margin-right: auto;
		 margin-left: auto;
	}
}
 @media only screen and (max-width: 600px) and (max-width: 600px) {
	 .section-list-orders .dt-empty-footer .dt-layout-table tbody tr:not(.expanded-content) {
		 background-color: white !important;
	}
}
 div#Container_customer_login .title {
	 justify-content: flex-start;
}
 .order-details .personal-details br {
	 display: none !important;
}
 .order-details .car-extras br {
	 display: none !important;
}
 .order-details .car-extras .options-container {
	 justify-content: flex-start;
	 margin-top: 0px;
}
 .order-details .car-extras .options-container .option-block {
	 align-items: flex-start;
}
 @media only screen and (min-width: 1900px) {
	 .order-details .car-extras .options-container .option-block {
		 max-width: 530px;
	}
}
 @media only screen and (min-width: 600px) and (max-width: 1700px) {
	 .order-details-container .order-details {
		 justify-content: flex-start;
		 gap: 3em;
	}
	 .order-details-container .order-details .car-extras, .order-details-container .order-details .personal-details, .order-details-container .order-details .car-details {
		 min-width: unset !important;
		 flex-basis: 30%;
	}
	 .order-details-container .order-details .car-extras {
		 text-align: right;
	}
	 .order-details-container .order-details .car-extras br {
		 display: none !important;
	}
	 .order-details-container .order-details .car-extras .expanded-title {
		 margin-bottom: 0;
	}
	 .order-details-container .order-details .car-extras .options-container {
		 justify-content: flex-start;
		 flex-wrap: wrap;
	}
	 .order-details-container .order-details .car-extras .options-container .option-block {
		 align-items: flex-start;
	}
	 .order-details-container .order-details .car-extras .options-container .option-block .option-qty {
		 font-weight: 400;
	}
	 .order-details-container .order-notes {
		 padding-right: 0;
		 padding-left: 0;
	}
}
 @media only screen and (min-width: 600px) and (max-width: 1700px) and (max-width: 1128px) {
	 .order-details-container .order-details .car-extras, .order-details-container .order-details .personal-details, .order-details-container .order-details .car-details {
		 flex-basis: 50%;
		 margin-bottom: 2em;
	}
	 .order-details-container .order-details .car-extras .flex-row, .order-details-container .order-details .personal-details .flex-row, .order-details-container .order-details .car-details .flex-row {
		 gap: 1em;
	}
}
 @media only screen and (min-width: 600px) and (max-width: 1700px) and (max-width: 1128px) {
	 .order-details-container .order-details {
		 justify-content: flex-start !important;
	}
}
 .a-logged .tablist .iflex.tablist_in > a {
	 display: none;
}
 .forgot-link-container {
	 flex-direction: row-reverse;
}
 .forgot-pass-block {
	 display: none;
}
 .forgot-pass-block.reset-pass {
	 display: block;
}
 .forgot-pass-block input[type='email'] {
	 width: 100%;
	 font-size: calc(14px + 0.208vw);
	 color: #000;
	 font-weight: 400;
	 width: 100%;
	 padding: 12px 16px;
}
 .forgot-pass-block label#forgot_pass_mail-error {
	 display: none;
	 font-size: 14px !important;
	 position: absolute;
	 top: calc(100% + 10px);
	 color: #b00;
	 width: 100%;
	 padding: 0;
	 font-weight: 300;
	 display: inline-block;
	 z-index: 5;
	 pointer-events: none;
	 transform: translateY(-50%);
	 -webkit-transition: all 0.5s ease;
	 transition: all 0.5s ease;
}
 .forgot-pass-block p.forgot-pass-subtitle {
	 margin-bottom: 2rem;
}
 html[dir="ltr"] .headDropMenu .menu {
	 width: 226px;
	 flex-direction: column;
}
 html[dir="ltr"] .headDropMenu .menu li a {
	 height: auto;
	 display: block;
}
 section#loginsForms .modal-top {
	 margin-bottom: 0;
}
 section#loginsForms .form_area .title {
	 margin-bottom: 2em;
}
 section#loginsForms #Container_forgot_pass .success-reset-pass, section#loginsForms #Container_forgot_pass .error-reset-pass {
	 display: none;
}
 section#loginsForms .reset-message > div {
	 margin-top: 1em;
	 text-align: center;
	 padding-top: 2em;
	 padding-bottom: 2em;
}
 html[dir=ltr] .headDropMenu .menu {
	 right: 0;
}
 .step-2.loaded {
	 display: block;
}
 .carItem.edit-order-item {
	 cursor: pointer;
}
 