/* === Credit Application Form === */
#account-registration_wizard .form-group {
  margin-bottom: unset;
  display: block;
}
#account-registration_wizard .form-group > div {
  margin-bottom: 8px;
}
#account-registration_wizard fieldset {
  display: grid;
  width: 100% !important;
}
#account-registration_wizard .steps li {
  font-size: calc(12px + 0 * ((100vw - 320px) / 680));
}
#account-registration_wizard .steps ul {
  display: flex;
}
#account-registration_wizard .wizard > .steps .current a,
#account-registration_wizard .wizard > .steps .current a:hover,
#account-registration_wizard .wizard > .steps .current a:active {
  background: rgb(0, 0, 0);
  color: rgb(255, 255, 255);
  font-size: unset;
  display: flex;
}
#account-registration_wizard .wizard > .steps .disabled a,
#account-registration_wizard .wizard > .steps .disabled a:hover,
#account-registration_wizard .wizard > .steps .disabled a:active {
  display: flex;
}
#account-registration_wizard legend.panel-heading {
  background: #000;
  border-radius: 3px;
}
#account-registration_wizard legend::after,
#account-registration_wizard legend.page-title > span::after {
  width: unset;
  height: unset;
  background: unset;
  margin: 0;
}
#account-registration_wizard .wizard > .content > .body label {
  color: #000000;
  font-size: 1.4rem;
  margin-left: 5px;
  margin-bottom: -10px;
}
#account-registration_wizard .wizard > .content > .body label.error {
  color: #ff1e00;
  margin-left: 1.5em;
  margin-top: 0.7em;
  font-size: 1.2rem;
}
#account-registration_wizard .wizard > .content > .body input {
  font-size: inherit;
  max-width: unset;
}
#account-registration_wizard .form-group .label-default h5 {
  font-size: 2rem;
  color: rgb(255 255 255);
  margin: 5px 10px;
  text-align: left;
}
#account-registration_wizard .wizard > .content > .body input[type="checkbox"] {
  margin-right: 5px;
  margin-left: 10px;
}
#account-registration_wizard .panel-primary {
  border-color: #d8d8d8;
}
#account-registration_wizard .wizard > .content > .body select {
  font-size: inherit;
  color: rgb(0 0 0);
  max-width: unset;
}
#account-registration_wizard .wizard > .steps .done a,
#account-registration_wizard .wizard > .steps .done a:hover,
#account-registration_wizard .wizard > .steps .done a:active {
  background: rgb(76 175 80);
  color: #fff;
}
#account-registration_wizard .wizard > .content > .body input[type="radio"] {
  margin-top: 10px;
}
#account-registration_wizard .form-group .control-label {
  max-width: unset;
}
#account-registration_wizard .col-sm input[type="checkbox"] {
  margin-right: 5px;
  margin-left: 20px;
  margin-top: 10px;
}
#account-registration_wizard .control-label span {
  color: red;
  margin-right: -12px;
  font-size: larger;
}
#account-registration_wizard #content {
    padding-bottom: 20px;
    margin-top: 20px;
}
@media screen and (max-width: 470px) {
  #account-registration_wizard .wizard > .content > .body label {
    line-height: 4rem;
  }
}
@media screen and (max-width: 815px) {
  #account-registration_wizard .wizard > .content > .body label {
    line-height: 4.5rem;
  }
}
/* === end Credit Application Form === */

/* === Web Activation Wizard ===*/
#account-activation-form .button {
    color: white;
}
#account-activation-form.container {
    padding: 0 0 20px 0;
}
#account-activation-form.wizard > .steps .current a, #account-activation-form.wizard > .steps .current a:hover, #account-activation-form.wizard > .steps .current a:active {
    background: #2f3745;
    color: #fff;
    cursor: default;
    font-size: initial;
}
#account-activation-form.wizard > .content > .body label {
    color: #2f3745;
    font-size: inherit;
}
#account-activation-form .bg-primary {
    color: #fff;
    background-color: #2f3745;
}
#account-activation-form .form-group .control-label {
    max-width: 220px;
    padding-top: 7px;
    padding-bottom: 5px;
    justify-content: flex-start;
}
#account-activation-form input.form-control {
    color: rgba(51, 51, 51, 1) !important;
    border-width: 1px !important;
    border-style: solid !important;
    border-color: rgba(221, 221, 221, 1) !important;
    border-radius: 4px !important;
    max-width: 80%;
    height: 40px;
    font-size: initial !important;
}
#account-activation-form.wizard > .actions a, #account-activation-form.wizard > .actions a:hover, #account-activation-form.wizard > .actions a:active {
    background: #2f3745;
    color: #fff;
    display: block;
    padding: 0.5em 1em;
    text-decoration: none;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
.wizard > .content > .body {
    width: 100%;
}
#account-activation-form.wizard > .content > .body select {
    font-size: inherit;
    border: 1px solid #dedede;
    border-radius: 4px !important;
    height: 40px;
}
#account-activation-form .btn {
    font-size: inherit;
}
#account-activation-form textarea {
    white-space: normal;
}
#account-activation-form.wizard > .content > #account-activation-form.body input[type=checkbox] {
    margin-right: 10px;
}
.container span.text-right {
    display: none;
}
#account-activation-form input#acceptTerms {
    margin-left: 20px;
    margin-right: 10px;
    margin-bottom: 25px;
}
#account-activation-form input#acceptPrivacyPolicy {
    margin-left: 20px;
    margin-right: 10px;
    margin-bottom: 25px;
}
#account-activation-form label[for="acceptTerms"] {
  color:red !important;
  font-weight: normal;
  font-size: 14px !important;
}
#account-activation-form label[for="acceptPrivacyPolicy"] {
  color:red !important;
  font-weight: normal;
  font-size: 14px !important;
}

/* === Account page navigation === */
#account-account h2.title {
    margin-top: 20px;
    font-size: 2rem;
}

#account-account .colhead.title {
    background: #d7d7d7;
    padding: 5px 10px;
    font-size: 1.6rem;
}
#account-account .coldetail {
    background: #f3f3f3;
    padding: 5px 10px;
    font-size: inherit;
}
#account-account li.edit-apply a::before {
    content: '\e95f' !important;
    font-family: icomoon !important;
    font-size: 45px;
    color: rgba(105, 105, 115, 1);
    margin: 0;
}
#account-account li.edit-activate a::before {
    content: '\e97b' !important;
    font-family: icomoon !important;
    font-size: 45px;
    color: rgba(105, 105, 115, 1);
    margin: 0;
}
#account-account li.edit-warranty a::before {
    content: '\e97d' !important;
    font-family: icomoon !important;
    font-size: 45px;
    color: rgba(105, 105, 115, 1);
    margin: 0;
}
#account-account li.edit-payments a::before {
    content: '\e95f' !important;
    font-family: icomoon !important;
    font-size: 45px;
    color: rgba(105, 105, 115, 1);
    margin: 0;
}
#account-account li.edit-invoice a::before {
    content: '\e970' !important;
    font-family: icomoon !important;
    font-size: 45px;
    color: rgba(105, 105, 115, 1);
    margin: 0;
}

#account-account li.edit-users a::before {
    content: '\e95a' !important;
    font-family: icomoon !important;
    font-size: 45px;
    color: rgba(105, 105, 115, 1);
    margin: 0;
}

#account-account li.edit-statement a::before {
    content: '\e986' !important;
    font-family: icomoon !important;
    font-size: 45px;
    color: rgba(105, 105, 115, 1);
    margin: 0;
}

#activation-wizard .actions .disabled a {
	background: #eee !important;
}

#signage-wizard .actions .disabled a {
    background: #eee !important;
}

table.ui-datepicker-calendar  td {
	padding: 7px !important;
}
#product-product .product-price-text {
    padding-right: 1rem;
}

/*#product-product span.date_expected_text {
    margin-left: 10px;
}*/
#product-product .date_expected_section {
    display: inline-flex;
    gap: 0px;
}
#product-product .date_expected {
    border: 1px solid #b8deff;
    padding: 8px;
    width: max-content;
    border-radius: 3px;
    background-color: aliceblue;
}
.product-grid .product-layout .date_expected {
    text-align: center;
    color: black;
    border: 1px solid #caefff;
    border-radius: 4px;
    background: aliceblue;
    font-size: smaller;
    padding: 2px 8px;
    width: max-content;
    margin: auto;
}
.product-list .product-layout .date_expected {
    text-align: left;
    color: black;
    border: 1px solid #caefff;
    border-radius: 4px;
    background: aliceblue;
    font-size: smaller;
    padding: 2px 8px;
    margin-bottom: 15px;
    max-width: max-content;
}
.date_expected .row-content ul {
    margin-bottom:0;
}
.date_expected li.estimated_date {
    list-style: none;
    text-align: left;
    margin-left: -20px;
    font-size: 12px;
}
.date_expected li.estimated_date:before {
    content: "\f129";
    font-family: icomoon !important;
    font-size:13px;
    padding-right: 5px;
    vertical-align: bottom;
}

/*Notify me button for list and grid #STEFAN */
.date_expected_section {
    display: flex;
    gap: 10px;
    white-space: nowrap;
    justify-content: center;
    margin: 10px 0;
}
.btn_stock_notify button {
    padding: 12px 15px;
}

#btn_stock_notify-product-list {
    padding: 0px 0px 15px 0px;
}

.btn_stock_notify-product-list i.fa.fa-envelope {
    padding-right: 5px;
}
.product-details .date_expected_section {
    justify-content: left;
}

.btn_stock_notify i.fa:before {
    padding-right: 7px;
}


/* START - Account Switcher Sticky CSS */
.close-cart-content-item {
     width: 100%;
text-align: right;
padding-right: 10px;
padding-top: 10px;
font-size: 18px;
font-weight: bold;
}
/* END - Account Switcher Sticky CSS */

/* === Social Login Spacing === */
.social_login {
    margin-top: 10px;
}

/* == Advanced SEARCH option == */
#product-search #search-tab-container {
  margin: 20px 0;
}

#product-search .search_options {
  display: flex;
  margin: 20px 0;
}

#product-search .search_options input[type="radio"] {
  margin-top: 5px;
}

#product-search label.control-label[for=input-email] {
  font-weight: bold;
  font-size: 18px;
  margin-bottom: 10px;
}

#product-search .search_in_form input[type="checkbox"] {
  margin-top: 8px;
}

#product-search .search-form ul.list-unstyled {
  line-height: 25px;
}
.product_search .search_options_extra {
    display: inline-flex;
    flex-direction: row;
    margin: 10px 0;
    background: aliceblue;
    padding: 5px;
    border: 1px solid #c6ddf2;
    border-radius: 0px;
}

.product_search .search_options_extra label.control-label {
    font-weight: bold;
    min-width: fit-content;
    padding-top: 5px;
    padding-left: 10px;
}

.mobile .product_search .search_options_extra {
    display: block;
}

#product-search label.control-label[for=input-checkall], #product-search label.control-label[for=input-reset] {
  font-weight: normal;
  font-size: inherit;
  margin-right: 20px;
}

.product_search label.radio {
    margin-left: 30px;
}
#product-search .row.search_in {
  border: 1px solid #bddcc3;
  border-radius: 4px;
  background: #f5fff7;
  padding: 15px 20px;
  color: #000 !important;
}

.search_in label.control-label {
    font-size: 18px;
    font-weight: bold;
}

.search-form.search_in_form .control-label {
    padding: 0 10px;
    margin: 10px 0;
    background: #bddcc3;
}

#product-search .search_in_form ul li {
  float: left;
  width: 25%;
}

.mobile #product-search .search_options {
  display: block !important;
}
/*  
.mobile #product-search select.form-control {
  display: none;
}
*/

.mobile #product-search .search_options .checkbox {
  padding: 5px 0 !important;
}

.mobile #product-search .search-form .inputs {
  margin-bottom: -5px !important;
  display: block !important;

}

.mobile #product-search .search_in_form ul li {
  width: 100% !important;
  padding: 3px 0;
}

.route-product-search #content .buttons .pull-right:only-child .btn {
  flex: 0.3;
  margin: 0 auto;
  font-size: large;
  flex-basis: min-content;
}

#product-search input#input-search {
    min-height: 45px;
    font-size: inherit;
}
/* === END Advanced Search === */

/* Adding a space between the envelope icon used for the notify me button */
.fa-envelope {
  padding-right: 5px;
}
