/*
Theme Name: YEWS Endurance for Evolor Renew
Theme URI: https://yews.com.au
Author: Grigory Metlenko
Author URI: https://yews.com.au
Description: 
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: endurance
*/
body {
    max-width: 100%;
    text-align: center;
    font-family: Roboto,Arial,Helvetica,sans-serif !important;
    background-size: cover;
}

.wrapper {
	max-width: 600px !important;
	outline: #fff 2px solid;
	outline-offset: 20px;
	margin: 100px auto;
	position: relative!important;
}

header.header {
	text-align: left;
}
header div {
	display: inline-block;
	vertical-align: top;
	max-width: 50%;
	min-width: 330px;
}
header .logo img {
	max-width: 100%;
  display: block;
}
header .header-right {
	font-size: 0.8em;
}

#loader {
  width:100px;
  height:100px;
  -webkit-animation: spin 2s linear infinite;
  animation: spin 2s linear infinite;
  background: url(/wp-content/themes/yews-endurance/assets/img/icon-car.png) no-repeat;
  background-size:cover;
  margin: 45vh auto;
}

@-webkit-keyframes spin {
  0% { -webkit-transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}
.loader{
  background: rgba(255,255,255,0.85);
  width: 903px;
  max-width: 100%;
  height: 94vh;
  overflow: hidden;
  display: block;
  position: fixed;
  margin: 0 auto;
  left: 0;
  right: 0;
  top: 4vh;
  z-index: 99;
}

#response {
  width: 675px;
  margin: 0 auto;
  background: #fff;
  padding: 20px;
  border: 5px solid #04b5a3;
  position: fixed;
  left: 0;
  right: 0;
  top: 20vh;
  box-sizing: border-box;
}
#response h3 {
  text-align: center;
}
footer.footer {
    padding: 20px;
}

p.copyright {
    margin: 0;
}

.panelnavtop, 
navbottom {width: 100%;display: block;overflow: hidden;}

#addorder .data ul li, #editorder .data ul li  {
	padding-bottom: 2px !important;
}
#addorder .data ul li .productitem-check, #editorder .data ul li .productitem-check {
	display: inline-block;
    border: #ccc 2px solid;
    border-radius: 3px;
}
#addorder .data ul li .productitem-check label, #editorder .data ul li .productitem-check label {
    min-width: 300px;
    width: auto;
    display: inline-block;
    font-size: 14px;
    line-height: 20px;
    vertical-align: top;
    margin-left: 0;
    padding: 10px;
}
#addorder .data ul li .productitem-check input[type="checkbox"], #editorder .data ul li .productitem-check input[type="checkbox"] {
    width: 1.5em;
    height: 1.5em!important;
    line-height: 40px!important;
    margin: 10px 10px 10px 0!important;
    display: inline-block;
}
#addorder .data ul li div label, #editorder .data ul li div label {
    position: initial;
}
.productitem-price {
  margin: 0 0 0 20px;
}
.productitem-price label {
  font-size: 12px;
}
.productitem-price input {
  padding: 10px;
}
/* Global CSS */
body {
  text-align: left;
}
h1 {
  font-size: 28px;
  line-height: 38px;
  font-weight: 500;
  margin: 0;
}
h2 {
  font-size: 24px;
  line-height: 34px;
  font-weight: 500;
  margin: 0;
}
h3 {
  font-size: 22px;
  line-height: 32px;
  font-weight: 500;
  margin: 0;
}
h4 {
  font-size: 20px;
  line-height: 30px;
  font-weight: 500;
  margin: 0;
}
h5 {
  font-size: 18px;
  line-height: 18px;
  font-weight: 500;
  margin: 0;
}
h6 {
  font-size: 16px;
  line-height: 16px;
  font-weight: 500;
  margin: 0;
}
ul {
  padding: 0 !important;
  margin: 0 !important;
}
ul li {
  list-style-type: none;
}
.copyright {
  text-align: center;
}
.clear-left {
  clear: left;
}
.clear-right {
  clear: right;
}
.clear-both {
  clear: both;
}
.left-float {
  float: left !important;
}
.right-float {
  float: right !important;
}
.page-template .wrapper, .page-template-default .wrapper {
  max-width: 900px !important;
  margin: 2vw auto;
  height: 92vh;
  overflow: auto;
}
.page-template .wrapper main, .page-template-default .wrapper main {
  padding: 20px 40px 5px!important;
}
/* Header */
.header-right {
  float: right;
  margin: 4.3% 0;
}
.header-right ul {
  margin: 0 !important;
  padding: 10px;
}
.header-right ul li {
  list-style-type: none;
  font-size: 14px;
  padding: 4px;
}
.header-right ul li a {
  border-radius: 15px;
  padding: 2px 10px;
  text-decoration: none;
}
/* Front Pages */
.content-header-bar {
  overflow: hidden;
}
.heading {
  float: left;
  margin: 20px 0;
  width: 50%;
}
.footing {
  float: left;
  margin: 20px 0;
  width: 50%;
}
.heading small {
  padding: 10px 0;
  display: block;
}
.full-width-header {
  margin: 0;
  width: 100%;
  float: none;
  padding: 20px 0 0 20px;
  box-sizing: border-box;
}
.icon-menu {
  width: 60px !important;
  list-style-type: none;
  float: right;
  margin: 0 8px;
}
.icon-menu a {
  text-decoration: none;
}
/* Search Area */
.search_area {
  width: 75%;
  float: right;
  padding: 30px;
  box-sizing: border-box;
  margin-bottom: 30px;
  border: 1px solid;
  overflow: hidden;
  position: absolute;
  right: 10px;
}
.input-container {
  width: 38%;
  display: inline;
  float: left;
  margin-right: 1%;
}
.search-text {
  margin: 0 !important;
  padding: 12px 8px 12px 0 !important;
  font-size: 16px !important;
  float: left;
  box-sizing: border-box;
  width: 6%;
}
.input_select {
  position: relative;
}
.input-field {
  padding: 12px !important;
  border: #969595 1px solid;
  border-radius: 1px;
  outline: none;
  line-height: 17px;
  height: auto;
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  text-indent: 1px;
  cursor: pointer;
  box-sizing: border-box;
}
.submit-btn-sm {
  width: 15% !important;
}
.button-sm {
  width: 100% !important;
  padding: 12px 0 !important;
  cursor: pointer !important;
  font-size: 18px;
  border-width: 1px;
  border-style: solid;
  border-radius: 2px;
  display: block;
  text-align: center;
  text-decoration: none;
  line-height: 16px;
}
.container-two .select2-container--default .select2-selection--single {
  width: 100% !important;
  height: 43px !important;
  border-radius: 1px !important;
}
.container-two .select2-container--default .select2-selection__arrow {
  width: 38px !important;
  height: 41px !important;
  background: #ffffff !important;
  border-left: 1px solid #aaa !important;
}
.container-two .select2-selection__rendered {
  line-height: 42px !important;
}
/* Table */
table {
  width: 100%;
  padding: 0;
  margin: 0;
  border-collapse: collapse;
}
table th {
  padding: 15px;
  border: #ddd 1px solid;
  font-size: 14px !important;
  white-space: nowrap;
}
table td {
  padding: 10px 10px;
  border-collapse: collapse;
  border-bottom: #ddd 1px solid;
  font-size: 14px !important;
}
table td.view-order {
  white-space: nowrap;
}

span.action-icon {
  width: 75px;
  text-align: center;
  cursor: pointer;
}
.action-icon {
  padding: 8px 10px;
  border-radius: 2px;
  font-size: 13px;
  display: inline-block;
  text-decoration: none !important;
  vertical-align: top;
}
/* Add User page */
.select_user_role {
  position: relative;
  width: 200px;
  margin: 0px;
  float: left;
  background: #fff !important;
}
.select-arrow {
  width: 40px;
  height: 41px;
  background: #ffffff;
  color:#000;
  position: absolute;
  top: 1px;
  right: 4px;
  border-left: 1px solid #aaaaaa;
  text-align: center;
  pointer-events: none;
}
.select-arrow:after {
  content: "\f107";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  line-height: 41px;
}
#newuserrole {
  width: 100%;
  position: relative;
  z-index: 1;
  background: transparent;
}
.select-text-right {
  float: left;
  margin: 0 !important;
  padding: 12px;
  display: block;
}
.button-md {
  padding: 13px;
  cursor: pointer;
  margin: 20px auto !important;
  display: block;
  width: 100px;
  text-align: center;
}
/* Forms */
.form-wrapper {
  overflow: hidden;
  padding: 20px !important;
  margin-top: 0px !important;
}
ul.form-wrapper li {
  width: 48%;
  list-style: none;
  padding-bottom: 20px;
  position: relative;
  margin-top: 10px;
  margin-bottom: 0px;
  float: left;
  margin-right: 2%;
}
ul.form-wrapper li.title-case {
  padding-top: 30px;
}
ul.form-wrapper li.title-case:before {
  position: absolute;
  top: 10px;
  font-weight: 500;
  font-size: 14px;
}
ul.form-wrapper li label {
  width: 100%;
  text-transform: capitalize;
  font-size: 13px;
  position: absolute;
  bottom: 0;
  margin-left: 10px;
}
ul.form-wrapper li.firstName:before {
  content: "Name";
}
ul.form-wrapper li.phone:before {
  content: "Contact Information";
}
ul.form-wrapper li.streetAddress:before {
  content: "Address";
}
ul.form-wrapper li.city, ul.form-wrapper li.firstName {
  clear: left;
}
ul.form-wrapper li.streetAddress {
  width: 98%;
}
.city.title-case, .state.title-case, 
.postCode.title-case, .country.title-case, 
.type.title-case, .rego.title-case, 
.regoDate.title-case, .make.title-case, 
.year.title-case, .deliveryDate.title-case, .model.title-case, 
.stockNo.title-case, .vin.title-case, .driversLicense.title-case {
  padding-top: 0px !important;
}
/* Special Select */
ul.form-wrapper .select2 {
  width: 100% !important;
}
ul.form-wrapper .select2 .select2-selection {
  width: 100% !important;
  height: 43px !important;
  border-radius: 1px !important;
}
ul.form-wrapper .select2 .select2-selection .select2-selection__rendered {
  width: 97% !important;
  line-height: 43px !important;
  padding: 0 0 0 12px !important;
  text-align: left !important;
  font-size: 14px !important;
}
ul.form-wrapper .select2 .select2-selection .select2-selection__arrow {
  width: 43px !important;
  height: 38px !important;
  background: #ffffff !important;
  border-left: 1px solid #aaaaaa !important;
}
ul.form-wrapper .selectwoo {
  width: 100%;
  font-size: 14px;
  padding: 10px 15px;
  cursor: pointer
}
.dynamic_user_form {
  border: 1px solid #cccccc;
}
.form-wrapper input {
  width: 100%;
  padding: 10px 15px !important;
  height: auto !important;
  line-height: 100% !important;
  border: #ccc 2px solid;
  border-radius: 3px!important;
  font-size: 14px!important;
  outline: none !important;
  transition: all .3s ease-in;
  margin: 0 !important;
  box-sizing: border-box
}
.selectwoo {
  width: 100% !important;
}
.button-left {
  border: none !important;
  float: left;
  padding: 15px 30px !important;
  height: auto !important;
  line-height: 100% !important;
  border-radius: 5px!important;
  font-size: 16px !important;
  outline: none !important;
  margin: 0px;
  cursor: pointer;
}
.button-right {
  border: none !important;
  float: right;
  padding: 15px !important;
  height: auto !important;
  line-height: 100% !important;
  border-radius: 5px!important;
  font-size: 16px !important;
  outline: none !important;
  margin: 0px !important;
  cursor: pointer;
}
.menunav {
  margin-bottom: 20px !important;
}
.search-input-field {
  padding: 12px;
  border: #969595 1px solid;
  border-radius: 1px;
  outline: none;
  line-height: 17px;
  height: auto;
  -webkit-appearance: none;
  -moz-appearance: none;
  text-indent: 1px; 
}
.container-title {
  display: inline-block;
  padding: 20px 10px !important;
  font-size: 18px;
  margin: 0;
  width: 100%;
  box-sizing: border-box;
}
.customer-summary li {
  overflow: hidden;
}
.customer-summary li .title {
  float: left;
  padding: 10px 15px;
  font-weight: 500;
  text-align: left;
  text-transform: capitalize;
    width: 120px;
}
.customer-summary li .content {
  float: left;
  padding: 10px 0px;
}
/* Print Page */
.print-sm {
  font-size: 10px !important;
  text-align: center !important;
}
.print p {
  text-align: left;
  padding: 2px 0 !important;
    margin: 0 !important;
  font-size: 12px;
  line-height: 15px;
}
.print h3 {
  font-size: 20px;
  padding: 24px 0 14px 0;
  margin: 0 !important;
  line-height: 1;
}
.print h4 {
  padding: 24px 0 12px 0;
    margin: 0 !important;
  font-size: 18px;
    text-align: left;
    font-weight: 400;
}
.print h5 {
    padding: 24px 0 5px 0;
    margin: 0 !important;
    font-size: 18px;
    text-align: left;
    font-weight: 400;
}
.print h6 {
  padding: 8px 0 4px 0;
    margin: 0 !important;
  font-size: 16px;
    text-align: left;
  font-weight: 400;
}
.print ol {
  text-align: left;
    padding: 0px 15px;
    margin: 0px !important;
}
.print ol li {
  padding: 3px 0 !important;
    margin: 0 !important;
  font-size: 12px;
    line-height: 15px;
}
.bottom-area {
  overflow: hidden;
}
.signature-area {
  width: 70%;
  overflow: hidden;
  padding-top: 20px;
    float: left;
}
.box-1 {
  width: 100%;
  height: 50px;
  border: 1px solid;
}
.box-area {
  float: left;
  width: 48%;
  margin-right: 2%;
}
.sub-text {
  padding: 10px 0;
    font-size: 12px;
}
.date-area {
  width: 26%;
  overflow: hidden;
  padding-top: 20px;
  float: left;
}
.date-area ul {
  margin: 0;
  padding: 0;
}
.date-area ul li {
  padding: 5px 0;
  font-size: 12px !important;
    text-align: center;
}
.date-area ul li span {
  padding: 0 20px
}
.applicant-area {
  overflow: hidden;
  padding-top: 20px;
  float: left;
  width: 24%;
}
.applicant-area p {
  padding-top: 50px !important;
  text-align: center;
}
.customer-area ul {
  margin: 0 !important;
  padding: 5px 0 !important;
  text-align: left;
}
.customer-area ul li {
  list-style: none;
  font-size: 12px;
}
.dealers_copy {
  display: none;
}
#printthis {
    page-break-before: always !important;
}
.logo-print {
    display: none;
    text-align: center;
}
@media print {
  html, body {
    visibility: hidden;
    margin: 0 !important;
    padding: 0 !important;
    background-image: none !important;
    background: #ffffff !important;
	color: #000000 !important
  }
  .page-template .wrapper {
    height: 100% !important;
  }
  .menu-wrappper, .header, .footer, .full-width-header, .content-header-bar {
    display: none !important;
  }
  .page-template .wrapper main.print_main {
     padding-top: 5mm !important;
    padding-bottom: 5mm !important;
    padding-left: 5mm !important;
    padding-right: 5mm !important;
  }
  #printthis, #printthis * {
    visibility: visible;
    margin: 0 !important;
	color: #000;
  }
  .printthis {
    position: relative !important;
    page-break-after : avoid;
    page-break-inside : avoid;
    page-break-before : avoid;
  }
  .logo-print {
    display: block !important;
    position: relative !important;

  }
  .dealers_copy {
    display: block !important;
    position: relative !important;
  }
  .bottom-area {
    page-break-inside : avoid;
  }
}


/* Custom CSS */
.customer-summary .streetAddress .title, .customer-summary .city .title, 
.customer-summary .state .title, .customer-summary .postCode .title, 
.customer-summary .country .title {
  display: none;
}
.customer-summary .streetAddress, .customer-summary .city, 
.customer-summary .state, .customer-summary 
.postCode, .customer-summary .country {
  margin: 0;
  padding: 0;
  padding-right: 4px !important;
}
.customer-summary li.phone {
  clear: left;
}
.customer-summary li.streetAddress {
  clear: left;
  float: left;
  padding-left: 150px !important;
    position: relative;
}
.customer-summary li.streetAddress:before {
  content: "Address : ";
  position: absolute;
    left: 13px;
    top: 10px;
    font-weight: 500;
}
.order-summ .city, 
.order-summ .state, .order-summ .postCode, 
.order-summ .country {
  float: left;
}
.customer-summary .rego, .customer-summary .regoDate, .customer-summary .make, .customer-summary .model, .customer-summary .year, .customer-summary .deliveryDate, .customer-summary .stockNo, .customer-summary .vin {
  width: 50%;
  float: left;
}
.customer-summary .rego .title, .customer-summary .regoDate .title, .customer-summary .make .title, .customer-summary .model .title, .customer-summary .year .title, .customer-summary .deliveryDate .title, .customer-summary .stockNo .title, .customer-summary .vin .title {
  text-transform: capitalize;
  margin: 0 !important;
  padding: 15px !important;
  width: 50% !important;
  border-bottom: 1px solid #d4d4d4 !important;
  box-sizing: border-box;
}
.customer-summary .rego .content, .customer-summary .regoDate .content, .customer-summary .make .content, .customer-summary .model .content, .customer-summary .year .content, .customer-summary .deliveryDate .content, .customer-summary .stockNo .content, .customer-summary .vin .content {
  padding: 15px !important;
  margin: 0 !important;
  width: 50% !important;
  border-bottom: 1px solid #d4d4d4 !important;
  box-sizing: border-box;
}
.order-summary li.product_title {
  padding-bottom: 20px;
  position: relative;
  margin-top: 10px;
  margin-bottom: 0px;
}
.order-summary li .key {
  display: inline-block;
  width: 200px;
  text-align: right;
  padding-right: 10px;
}
.order-summary li .key:after {
  content: ":";
}
.order-summary li .value {
  display: inline-block;
}
.order-summary li .summary_qty {
  padding-right: 30px;
  padding-left: 20px;
}
.order-summary li.summary_total {
  padding-bottom: 20px;
  position: relative;
  margin-top: 10px;
  margin-bottom: 0px;
}
.order-summary li.summary_total .total_label {
  padding-left: 160px;
}
.order-summary li.summary_total .total_text {
  padding-left: 80px;
  padding-top: 20px;
  padding-right: 20px;
  border-top: 1px solid #000 !important;
}
/* Claims */
.claim-container {
  margin: 10px 0;
  display: block;
}
.claim-container h4 {
  padding: 10px 20px;
}
.claim-container h5 {
  padding: 0 10px 20px;
}
.content-container {
  padding: 20px;
  border: 1px solid #cecece;
}
.form-container {
  padding: 0;
  overflow: hidden;
  margin-top: 0px !important;
}
.form-container li {
  width: 48%;
  list-style: none;
  padding-bottom: 20px;
  position: relative;
  margin-top: 10px;
  margin-bottom: 0px;
  float: left;
  margin: 0 1%;
}
ul.form-container li.description {
  width: 98% !important;
  padding-top: 30px !important;
}
ul.form-container li label {
  width: 100%;
  text-transform: capitalize;
  font-size: 13px;
  position: absolute;
  bottom: 0;
  margin-left: 10px;
}
ul.form-container li input {
  width: 92%;
  padding: 10px 15px !important;
  height: auto !important;
  line-height: 100% !important;
  font-size: 14px!important;
  border: 1px solid #111111;
  border-radius: 1px !important;
  outline: none !important;
  transition: all .3s ease-in;
  margin: 0 !important;
}
ul.form-container li textarea {
  width: 97.5%;
  padding: 20px 10px;
  border: 1px solid;
  resize: none;
  height: 75px;
  outline: none;
}
.text-center {
  font-size: 14px !important;
  margin: 0px auto;
  width: 167px;
  display: block;
  position: relative;
}
/* View order Page */
.collumn-title {
  display: inline-block;
  vertical-align: top;
}
.status-panel {
  display: inline-block;
  margin: 0 0 0 20px;
  vertical-align: top;
}
.status-col-1 {
  position: relative;
  top: 6px;
}
.customer-details li {
  overflow: hidden;
    border-bottom: 1px solid #cecece;
}
.customer-details li .title {
  float: left;
  font-size: 14px;
  padding: 10px 0;
  font-weight: 500;
  text-align: left;
  text-transform: capitalize;
}
.customer li .title {
  width: 23%;
}
.contact li .title {
  width: 22%;
}
.vehicle li .title {
  width: 32%;
}
.vehicle-content {
  width: 58% !important;
}
.box-wrapper {
  padding: 15px;
  display: inline-block;
  width: 49%;
  vertical-align: top;
  min-height: 170px;
  box-sizing: border-box;
}
.customer-details li .content {
  float: left;
  font-size: 14px;
  padding: 10px 0px;
  width: 72%;
}
table.orders-summary-table td, table.orders-summary-table tr {
  white-space: normal;
}
.order_grand_total {
  padding: 15px 10px;
}
.tr_grand {
    padding: 0px !important;
}
.tr_grand:before {
  content: "";
    display: block;
    width: 100%;
    border-top: 1px solid #000000;
    border-bottom: 1px solid #000000;
    padding-bottom: 2px;
}

/* Login Form */
.main-container {
  margin: 0px 40px;
  border: 1px solid #cccccc;
  text-align: left;
  padding: 15px 40px;
  text-align: center;
}
.login-container {
  padding: 10px 30px 10px 30px;
  margin: 15px 0;
  position: relative;
  border: 1px solid #cccccc;
}
.class_sub-text {
  margin: 0;
  font-size: 16px;
  text-align: center;
}
.button-primary {
  width: 100%;
  padding: 15px 10px;
  font-size: 14px;
  text-transform: uppercase;
  border: none;
  cursor: pointer;
}
.login-username, .login-password {
  padding-left: 60px;
  margin: 20px 0;
}
.login-username label, .login-password label {
  width: 58px;
  height: 46px;
  position: absolute;
  border-top: 2px solid #aaaaaa;
  border-bottom: 2px solid #aaaaaa;
  border-left: 2px solid #aaaaaa;
  left: 30px;
}
.login-username label:after {
  content: '\f0e0';
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  line-height: 48px;
  padding: 0 15px;
  font-size: 24px;
}
.login-password label:after {
  content: '\f13e';
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  line-height: 48px;
  padding: 0 15px;
  font-size: 24px;
}
.login-username input, .login-password input {
  border-top: 2px solid #aaaaaa;
  border-bottom: 2px solid #aaaaaa;
  border-right: 2px solid #aaaaaa;
  border-left: none;
  padding: 15px;
  font-size: 14px;
  width: 100%;
  box-sizing: border-box;
  outline: none;
}
.login-remember {
  margin: 20px 0;
    text-align: left;
}
.login-remember label {
  position: relative;
  font-weight: 400;
  font-size: 16px;
  color: #313131;
  text-align: left;
  margin-bottom: 6px;
  padding: 10px 5px;
  cursor: pointer;
}
.login-remember label input {
  visibility: hidden;
}
p.login-remember label > input[type="checkbox"]:checked + .check:before {
  content: "\2713";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}
.login-remember label .check {
  width: 18px;
  height: 18px;
  text-align: center;
  line-height: 18px;
  border: 2px solid #aaaaaa;
  position: absolute;
  left: 0;
  transition: all 0.4s ease 0s;
}
.forgot_password {
  position: absolute;
  right: 30px;
  bottom: 188px;
  text-decoration: none;
  color: black;
}
.select-container {
  padding: 20px;
  box-sizing: border-box;
}
/* Forget Password */
.lost_reset_password {
  border: 1px solid #c5c5c5;
  padding: 30px;
  text-align: center;
}
.lost_reset_password p {
  margin: 0;
}
.lost_reset_password p.woocommerce-form-row {
  width: 100%;
  margin: 7px 0;
  position: relative;
}
.lost_reset_password p.woocommerce-form-row .input-text {
  border: 2px solid #aaaaaa;
  padding: 15px;
  font-size: 14px;
  width: 50% !important;
}
.lost_reset_password p.woocommerce-form-row .woocommerce-Button {
  width: 50%;
  padding: 12px;
  font-size: 14px;
  text-transform: uppercase;
  border: none;
  color: white;
  cursor: pointer;
}
/* My Account */
.my-account section h1 {
  margin: 0;
  padding: 30px 30px 10px 30px;
  text-align: left;
  border-bottom: 1px solid #ececec;
}
.my-account section .woocommerce {
  margin: 0 !important;
  padding: 0 !important;
  border: none !important;
}
.woocommerce nav ul {
  margin: 0;
  padding: 0;
  text-align: left;
}
.woocommerce nav ul li {
  list-style-type: none;
  margin: 1px 0;
}
.woocommerce nav ul li a {
  padding: 15px;
  display: block;
  text-decoration: none;
  border-radius: 7px 0 0 7px;
  border: 1px solid #d4d4d4;
  background: #f3f3f3;
  color: #111111;
}
.woocommerce nav ul li.is-active a {
  background: #ffffff;
}
.woocommerce-MyAccount-content {
  text-align: left;
}
.woocommerce-MyAccount-content ul {
  margin: 0;
  padding: 0;
}
.woocommerce-MyAccount-content ul li {
  list-style: none;
  padding: 10px 15px;
  font-weight: 500;
  border-bottom: 1px solid #dedede;
}
.woocommerce-MyAccount-content>p {
  display: none !important;
}
.woocommerce-MyAccount-content .yews-key {
  width: 23%;
  display: inline-block !important;
}
.woocommerce-MyAccount-content .yews-value {
  font-weight: 400;
}
#post-13083 {
  padding: 0 30px 30px 30px;
}
/* Edit Account Page */
.woocommerce-EditAccountForm>p {
  position: relative;
  padding-top: 30px !important;
}
.woocommerce-EditAccountForm>p label {
  position: absolute;
  font-size: 14px;
  line-height: 1 !important;
  top: 25px;
  left: 15px;
  padding: 0 4px;
  background: #ffffff;
}
.woocommerce-EditAccountForm>p label .required {
  display: none;
}
.woocommerce-EditAccountForm>p input {
  padding: 14px;
  border: #969595 1px solid;
  border-radius: 1px;
  outline: none;
  line-height: 17px;
  height: auto;
  color: #444;
  -webkit-appearance: none;
  -webkit-appearance: none;
  text-indent: 1px;
  font-size: 16px;
}
.woocommerce-EditAccountForm>p span em {
  font-size: 12px !important;
}
.woocommerce-EditAccountForm fieldset {
  border: 1px solid #969595 !important;
  margin: 30px 0;
}
.woocommerce-EditAccountForm fieldset label {
  font-size: 12px !important;
}
.woocommerce-EditAccountForm fieldset input {
  padding: 14px;
  border: #969595 1px solid;
  border-radius: 1px;
  outline: none;
  line-height: 17px;
  height: auto;
  color: #444;
  -webkit-appearance: none;
  -webkit-appearance: none;
  text-indent: 1px;
  font-size: 16px;
}
.woocommerce-password-hint {
  font-size: 12px !important;
}
.woocommerce-password-strength {
  margin: 10px 0;
  border-radius: 2px;
  color: #ffffff;
  background: #c10000;
  padding: 8px; 
}
.woocommerce-password-strength.short {
  background: #c10000 !important;
}
.woocommerce-password-strength.bad {
  background: #da0000 !important;
}
.woocommerce-password-strength.good {
  background: #7aff00 !important;
}
.woocommerce-password-strength.strong {
  background: #03af00 !important;
}
.woocommerce-MyAccount-content .woocommerce-Button {
    padding: 15px 20px !important;
    border: none !important;
    font-size: 16px !important;
    float: right !important;
    background: #00667b !important;
    color: #ffffff !important;
}
/* Magic Login */

.send-link-button {
    display: inline-block;
    text-decoration: none;
    box-sizing: border-box;
}
.send-link-login-sec span {
    margin-bottom: 10px !important;
    display: inline-block;
}
.send-link-login-sec:before {
    content: "or";
    background-color: #fff;
    font-size: 15px;
    color: #9b9b9b;
    display: inline-block;
    position: relative;
    z-index: 1;
    padding: 0px 20px 20px;
}
.send-link-login-sec {
    position: relative;
    margin-bottom: 10px;
}
.send-link-login-sec:after {
    content: "";
    width: 100%;
    position: absolute;
    left: 0;
    top: 12px;
    height: 1px;
    margin-top: -0.5px;
    background-color: #d8d8d8;
}

@media only screen and (max-width: 767px) {
/* Front Page */
  header.header {
    overflow: hidden !important;
  }
  .header .logo {
    max-width: 100% !important;
    width: 100%;
  }
  .logo a {
    display: block;
  }
  .logo a img {
    margin: 0 auto 10px;
  }
  header .header-right {
    margin: 10px auto !important;
  }
  .page-template .wrapper main {
    padding: 20px 20px 5px !important;
  }
  .customer li .title {
    width: inherit;
    padding-right: 10px; 
  }
  .contact li .title {
    width: inherit;
    padding-right: 10px; 
  }
  .table-container {
    overflow: scroll;
  }
/* Print Page */
  .signature-area {
    float: none;
    margin: auto;
    width: 70%;
  }
  .date-area {
    width: 30%;
    float: none;
    margin: 0 auto;
  }
}
@media only screen and (max-width: 640px) {
  #displayadduser {
    padding: 0px;
  }
/* Form Wrapper */
  ul.form-wrapper li {
    width: 100%;
  }
  .lastName.title-case, .email.title-case {
    padding-top: 0px !important;
  }
  ul.form-wrapper li.streetAddress {
    width: 100%;
  }
  .heading {
    float: none !important;
    width: 100% !important;
    margin: 0 0 10px 0;
    overflow: hidden;
  }
  .heading h3 {
    line-height: 1;
  }
  .main-container {
    margin: 0;
    border: none;
    padding: 15px;
  }
  .enduranceloginform h2 {
    font-size: 20px;
    line-height: 1;
  }
  .box-wrapper {
    box-sizing: border-box;
    margin: 0;
    width: 100%;
  }
  .signature-area {
    width: 100%;
  }
  .date-area {
    width: 100%;
  }
/* Feedback Popup Area */
  #response {
    width: 75vh;
  }
/* Search Area */
  .search_area {
    width: 100%;
    padding: 30px 10px;
    right: 0;
  }
}
@media only screen and (max-width: 480px) {
/* Front Pages */
  .header-right {
    min-width: 100% !important;
    width: 100% !important;
    float: none !important;
    display: block !important;
    overflow: hidden !important;
    padding: 0 10px !important;
  }
  .page-template .wrapper main {
    padding: 20px 20px 5px!important;
  }
  .filter-products {
    padding: 0 0 6px 0;
    display: block;
    font-size: 14px;
    line-height: 1;
  }
  .select-text-right {
    float: none;
  }
  .search-area {
    margin: 0 0 30px 0;
  }
/* Add Order Page */
  #addorder .data ul li .productitem-check, #editorder .data ul li .productitem-check {
    width: 53%;
  }
  #addorder .data ul li .productitem-check label, #editorder .data ul li .productitem-check label {
    min-width: 1px;
  }
  #addorder .data ul li .productitem-check input[type="checkbox"], #editorder .data ul li .productitem-check input[type="checkbox"] {
    display: none;
  }
  .productitem-price {
    width: 40%;
    margin: 0 0 0 10px;
  }
  .productitem div {
    vertical-align: middle;
  }
  .container-title {
    padding: 10px 0px !important;
    font-size: 16px;
  }
  .customer-summary li .title {
    padding: 10px 0px;
    width: 90px;
  }
  .customer-summary li .driversLicense {
    width: 120px !important;
  }
  .customer-summary li.streetAddress {
    padding-left: 90px !important;
  }
  .customer-summary li.streetAddress:before {
    left: 0px;
  }
  .customer-summary .rego .title, .customer-summary .regoDate .title, 
  .customer-summary .make .title, .customer-summary .model .title, 
  .customer-summary .year .title, .customer-summary .deliveryDate .title, 
  .customer-summary .stockNo .title, .customer-summary .vin .title {
    padding: 15px 0 !important;
  }
  .customer-summary .rego, .customer-summary .regoDate,
  .customer-summary .make, .customer-summary .model,
  .customer-summary .year, .customer-summary .deliveryDate,
  .customer-summary .stockNo, .customer-summary .vin {
    width: 100%;
  }
  .order-summary li .key {
    width: 50%;
  }
  .order-summary li.summary_total .total_label {
    width: 50%;
    display: inline-block;
    text-align: right;
    padding: 20px 0 0 0;
    box-sizing: border-box;
  }
  .order-summary li.summary_total .total_text {
    width: 50%;
    display: inline-block;
    padding: 20px 0 0 0;
    text-align: center;
  }
/* Login Pages */
  .login-remember {
    margin: 20px 0 60px 0;
  }
  .forgot_password {
    left: 0;
    right: 0;
  }
/* Response Feedback */
  #response {
    width: 75%;
  }
  .loader {
    top: 0;
    height: 94vh;
  }
/* Print Pages */
  .print h3 {
    font-size: 16px;
  }
/* Lost Password */
  #post-13083 {
    padding: 0 10px 10px 10px;
  }
  .lost_reset_password {
    border: 1px solid #ececec;
    padding: 20px 10px;
  }
  .lost_reset_password p.woocommerce-form-row {
    width: 100%;
  }
  .lost_reset_password p.woocommerce-form-row .woocommerce-Button {
    width: 100%;
  }
  .lost_reset_password p.woocommerce-form-row .input-text {
    width: 100% !important;
  }
  /* Account Page */
  .my-account section h1 {
    font-size: 22px;
    text-align: center;
    margin: 0 0 10px 0;
  }
  .yews-my-account-dashboard {
    padding: 10px;
    border-top: 1px solid #d4d4d4;
    margin: 10px 0 0 0;
  }
  .woocommerce nav ul li a {
    border-radius: 0;
    margin: 0;
  }
  .woocommerce nav ul li a:after {
    content: "\f105";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    float: right;
  }
  .woocommerce nav ul li {
    margin: 0;
  }
  .woocommerce-MyAccount-content .yews-key {
    display: inline !important;
    padding-right: 10px;
  }
  .my-account #post-13083 {
    padding: 0;
  }
/* Edit Account */
  .woocommerce-MyAccount-content {
    box-sizing: border-box;
    padding: 0 10px 10px 10px;
    border-top: 1px solid #d4d4d4;
    margin: 10px 0 0 0;
  }
  .woocommerce form .form-row {
    width: 100%;
    padding: 20px 0 0 0 !important;
    margin: 0 0 6px;
  }
  .woocommerce-EditAccountForm>p label {
    top: 13px;
  }
}
@media only screen and (max-width: 390px) {
  .search_area {
    width: 100%;
  }
  .search-text {
    display: inline-block;
    float: none;
    width: 13%;
  }
  .container-one {
    display: inline-block;
    width: 85%;
    margin: 0 0 20px 0;
    float: none;
  }
  .container-two {
    margin: 0 0 20px 0;
    float: none;
    display: block;
    width: 100%;
  }
  .search-submit {
    width: 100% !important;
    overflow: hidden;
    display: block;
    float: none;
  }
}