.dl-horizontal dd:before,
.dl-horizontal dd:after {
  display: table;
  content: " ";
}
.dl-horizontal dd:after {
  clear: both;
}

#textFieldConfigurationForm,
.textFieldConfigurationForm {
  padding-left: 30px;
  padding-right: 30px;
}
@media (max-width: 1008px) {
  #textFieldConfigurationForm,
  .textFieldConfigurationForm {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.product__config {
  margin-bottom: 25px;
}
.product__config .product__config-row {
  margin-bottom: 10px;
}
.cts-msg-history {
  margin-top: 30px;
  padding-left: 30px;
  padding-right: 30px;
}
@media (max-width: 1008px) {
  .cts-msg-history {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.cts-msg-history-item {
  margin-top: 30px;
  display: none;
}
.cts-msg-history-item-info {
  font-size: 16px;
  margin-bottom: 15px;
  padding: 0 30px;
}
@media (max-width: 640px) {
  .cts-msg-history-item-info {
    padding: 0;
  }
}
.cts-msg-history-item-info .author {
  font-weight: bold;
}
.cts-msg-history-item .well {
  border-radius: 3px;
  border: 1px solid #e5e5e5;
}
.cts-msg-history-item .well.well-tertiary {
  border: 1px solid #000000;
  opacity: .5;
}
.cts-msg-history-item .well.well-closed {
  background-color: #a1eeae;
}
.cts-msg-history-item .well.well-reopen {
  background-color: #a3e2ff;
}
@media (max-width: 640px) {
  .cts-msg-history-item .well {
    border-radius: 0;
    border-left: 0;
    border-right: 0;
    margin-left: -30px;
    margin-right: -30px;
  }
}
.cts-msg-history-item-msg {
  font-size: 16px;
}
.cts-msg-history-item.ct-msg-visible {
  display: block;
}
.cts-msg-history-item-agent .well,
.cts-msg-history-item-agent .cts-msg-history-item-info {
  text-align: initial;
}
.cts-msg-history #ct-toggle-all-messages {
  display: block;
  text-align: center;
  margin-top: 30px;
}
.cts-msg-history-item-modified-field {
  margin-left: 5px;
}
.cts-msg-history-item-modified-field:before {
  content: "|";
  position: relative;
  left: -3px;
  top: -2px;
  color: #929292;
}
.cts-msg-history-item-modified-field--status {
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
}
.cts-msg-history-item-modified-field--status-inprocess,
.cts-msg-history-item-modified-field--status-open,
.cts-msg-history-item-modified-field--status-reopen {
  color: #0486e0;
}
.cts-msg-history-item-modified-field--status-completed,
.cts-msg-history-item-modified-field--status-closed {
  color: #18bc33;
}
#supportTicketForm textarea.form-control {
  height: 240px;
}
.cts-attach-list {
  padding-left: 0;
  list-style: none;
  border-top: 1px solid #e5e5e5;
  margin: 30px -30px 0;
  padding: 15px 30px 0;
  font-size: 16px;
}
.cts-attach-file {
  padding: 3px 0;
}
.cts-attach-file .glyphicon {
  color: #b14b25;
  font-size: 1.125em;
  margin-right: 3px;
  top: 4px;
}
.page-productDetails .yotpo.testimonials {
  display: none;
}
.yotpo .bottomLine .yotpo-bottomline .yotpo-icon-star,
.yotpo .yotpo-modal-bottom-line .yotpo-bottomline .yotpo-icon-star,
.yotpo .bottomLine .yotpo-bottomline .yotpo-icon-half-star,
.yotpo .yotpo-modal-bottom-line .yotpo-bottomline .yotpo-icon-half-star,
.yotpo .bottomLine .yotpo-bottomline .yotpo-icon-empty-star,
.yotpo .yotpo-modal-bottom-line .yotpo-bottomline .yotpo-icon-empty-star {
  color: #F1C40F;
}
@media (max-width: 1399px) {
  #searchHelperContainer {
    background-color: #ffffff;
    bottom: 0;
    color: #444444;
    left: 0;
    overflow: hidden;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 90;
  }
}
.searchHelperComponent-mobile {
  height: 100%;
}
.searchHelperComponent-modal .modal-body {
  padding: 0;
}
.searchHelperComponent-modal .modal-header {
  background-color: #ffffff;
  color: #444444;
  align-items: center;
  font-size: 18px;
  margin-bottom: 0;
  padding-bottom: 15px;
  padding-top: 15px;
  height: 52px;
}
.searchHelperComponent-modal .modal-header .modal-title {
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  line-height: 20px;
}
.searchHelperComponent-modal .modal-header .modal-title__image-icon {
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
  height: 18px;
  margin-right: 8px;
  width: 25px;
}
.searchHelperComponent-modal .modal-header .modal-title i {
  color: #eb5b25;
}
@media (min-width: 1008px) {
  .searchHelperComponent-modal .modal-header .modal-title i {
    margin-right: 20px;
  }
}
.searchHelperComponent-modal .modal-header .glyphicon {
  margin-right: 8px;
}
.searchHelperComponent__removeSelection {
  float: left;
  font-size: 14px;
  margin-left: 30px;
  margin-top: 15px;
  color: #eb5b25;
}
.searchHelperComponent__removeSelection:hover {
  color: #eb5b25;
}
.searchHelperComponent__removeSelection--icon {
  background: #eb5b25;
  color: #ffffff;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  display: inline-flex;
  align-items: center;
  margin-right: 8px;
  justify-content: center;
}
.searchHelperComponent__removeSelection--icon i {
  margin-left: 4px;
}
@media (max-width: 1007px) {
  .searchHelperComponent__removeSelection {
    display: none;
  }
}
.searchHelperComponent__removeSelection--mobile {
  display: block;
  margin-top: 17px;
  position: absolute;
  right: 16px;
  font-size: 14px;
  color: #eb5b25;
  z-index: 9;
}
.searchHelperComponent__removeSelection--mobile:hover {
  color: #eb5b25;
}
@media (min-width: 1008px) {
  .searchHelperComponent__removeSelection--mobile {
    display: none;
  }
}
.searchHelperComponent__container {
  height: calc(100% - 62px);
  overflow: hidden;
  padding: 0;
  position: relative;
}
.searchHelperComponent__container:after,
.searchHelperComponent__container:before {
  content: '';
  height: 100%;
  position: absolute;
  top: 0;
  width: 0;
  z-index: 1;
}
.searchHelperComponent__container:after {
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0.5) 30%, rgba(255, 255, 255, 0.95) 100%);
  right: 0;
}
.searchHelperComponent__container:before {
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.95) 0%, rgba(255, 255, 255, 0.5) 70%, rgba(255, 255, 255, 0.1) 100%);
  left: 0;
}
@media (min-width: 1008px) {
  .searchHelperComponent__container {
    min-height: 500px;
  }
  .searchHelperComponent__container:after,
  .searchHelperComponent__container:before {
    width: 56px;
  }
}
.searchHelperComponent__errorMessage {
  width: 100%;
}
.searchHelperComponent__errorMessage__message {
  border: 1px solid rgba(221, 23, 27, 0.25);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
  border-radius: 4px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex: 1;
  -moz-flex: 1;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -moz-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 16px;
  margin-right: -56px;
  margin-top: 16px;
}
.searchHelperComponent__errorMessage__message__body {
  border-left: 0;
  color: #444444;
  -webkit-flex: 1;
  -moz-flex: 1;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-size: 14px;
  padding: 16px;
}
.searchHelperComponent__errorMessage__message__icon {
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  background-color: #dd171b;
  border-radius: 4px 0 0 4px;
  color: #ffffff;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  font-size: 16px;
  width: 50px;
}
.searchHelperComponent__errorMessage__message__icon i {
  margin-right: 0;
}
@media (max-width: 1008px) {
  .searchHelperComponent__errorMessage__message {
    margin-right: -7px;
  }
}
.searchHelperComponent__errorMessage__button {
  cursor: pointer;
  padding: 8px 16px;
  text-align: center;
  width: 100%;
  margin-right: -56px;
  margin-top: 16px;
  width: auto;
}
@media (min-width: 1008px) {
  .searchHelperComponent__errorMessage__button {
    float: right;
  }
}
@media (min-width: 1008px) {
  .searchHelperComponent__errorMessage__button {
    min-width: 210px;
  }
}
@media (max-width: 1008px) {
  .searchHelperComponent__errorMessage__button {
    margin-right: -7px;
  }
}
.searchHelperComponent__featuredContainer {
  background-color: #f5f5f5;
  display: inline-block;
  margin-left: -16px;
  padding: 12px 0 0 16px;
}
.searchHelperComponent__featuredContainer__description {
  color: #444444;
  display: block;
  font-size: 13px;
  font-weight: 600;
  margin-bottom: 8px;
  margin-right: 8px;
}
@media (min-width: 1008px) {
  .searchHelperComponent__featuredContainer {
    padding: 12px 4px 16px 16px;
  }
}
.searchHelperComponent__filtersContainer {
  border-bottom: 1px solid #c5c5c5;
  margin: 20px 16px 0;
  min-height: 54px;
}
@media (min-width: 1008px) {
  .searchHelperComponent__filtersContainer {
    margin: 27px 56px 0;
  }
}
.searchHelperComponent__filterOptionBtn {
  background-color: #ffffff;
  border: 1px solid #004c99;
  border-radius: 8px;
  display: inline-block;
  color: #004c99;
  cursor: pointer;
  font-size: 15px;
  line-height: 17px;
  margin-bottom: 12px;
  margin-right: 12px;
  width: var(--filter-option-btn-width, initial);
  text-align: center;
  padding: 10.5px 14px;
  -webkit-transition: 0.25s ease-in-out all;
  -moz-transition: 0.25s ease-in-out all;
  -o-transition: 0.25s ease-in-out all;
  transition: 0.25s ease-in-out all;
}
.searchHelperComponent__filterOptionBtn.active,
.searchHelperComponent__filterOptionBtn:hover {
  background-color: #004c99;
  color: #ffffff;
}
.searchHelperComponent__filterOptionBtn--selected {
  background-color: #F0F0F0;
  border-color: #D3D2D2;
  display: -moz-inline-flex;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: -ms-inline-flex;
  display: inline-flex;
}
.searchHelperComponent__filterOptionBtn--selected__remove {
  color: #eb5b25;
  display: inline-block;
  font-size: 16px;
  line-height: 15px;
  margin-left: 5px;
}
.searchHelperComponent__filterOptionBtn--selected__remove i {
  display: block;
  height: 16px;
  margin-right: 0;
  width: 16px;
}
.searchHelperComponent__filterType__container {
  background-color: #f8f8f8;
  background-position: center;
  background-size: cover;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -moz-flex-direction: column;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
@media (min-width: 1008px) {
  .searchHelperComponent__filterType__container {
    -webkit-align-items: center;
    -ms-align-items: center;
    align-items: center;
    -moz-flex-direction: row;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
  }
}
.searchHelperComponent__filterType__message {
  color: #004c99;
  font-size: 24px;
  font-weight: 600;
  line-height: 28px;
  padding-top: 25px;
}
@media (min-width: 1008px) {
  .searchHelperComponent__filterType__message {
    font-size: 30px;
    line-height: 34px;
    padding-top: 0;
  }
}
.searchHelperComponent__filterType__message span {
  display: block;
  margin-left: auto;
  margin-right: auto;
  max-width: 250px;
  text-align: center;
}
@media (min-width: 1008px) {
  .searchHelperComponent__filterType__message span {
    text-align: left;
    margin-left: 24px;
    margin-right: 24px;
    max-width: 340px;
  }
}
.searchHelperComponent__filterType__options {
  padding: 9px 0 15px;
}
@media (min-width: 1008px) {
  .searchHelperComponent__filterType__options {
    padding: 41px 0 25px;
  }
}
.searchHelperComponent__filterType__options .filterType__title {
  color: #444444;
  display: block;
  font-size: 16px;
  font-weight: 600;
  line-height: 17px;
  margin-bottom: 23px;
  text-align: center;
}
@media (min-width: 1008px) {
  .searchHelperComponent__filterType__options .filterType__title {
    text-align: left;
    margin-bottom: 11px;
  }
}
.searchHelperComponent__filterType__options .filterType__buttons {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
}
.searchHelperComponent__filterType__options .filterType__buttons__buttonContainer {
  margin-left: 18px;
}
.searchHelperComponent__filterType__options .filterType__buttons__buttonContainer:first-child {
  margin-left: 0;
}
.searchHelperComponent__filterType__options .filterType__buttons__buttonContainer__button {
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  background-color: #ffffff;
  border-radius: 8px;
  -webkit-box-shadow: 0 3px 6px #c5c5c5;
  box-shadow: 0 3px 6px #c5c5c5;
  color: #eb5b25;
  cursor: pointer;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -moz-flex-direction: column;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  font-size: 12px;
  font-weight: 600;
  height: 75px;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  line-height: 14px;
  padding: 9px 5px;
  width: 90px;
}
.searchHelperComponent__filterType__options .filterType__buttons__buttonContainer__button i {
  font-size: 24px;
  margin-right: 0;
}
.searchHelperComponent__filterType__options .filterType__buttons__buttonContainer__button i,
.searchHelperComponent__filterType__options .filterType__buttons__buttonContainer__button img {
  margin-bottom: 8px;
}
.searchHelperComponent__filterType__options .filterType__buttons__buttonContainer__button span {
  text-align: center;
}
@media (min-width: 1008px) {
  .searchHelperComponent__filterType__options .filterType__buttons__buttonContainer {
    margin-left: 24px;
  }
  .searchHelperComponent__filterType__options .filterType__buttons__buttonContainer__button {
    font-size: 17px;
    height: 111px;
    line-height: 20px;
    padding: 16px 50px;
    width: 219px;
  }
  .searchHelperComponent__filterType__options .filterType__buttons__buttonContainer__button i {
    font-size: 32px;
  }
}
@media (min-width: 1008px) {
  .searchHelperComponent__filterType__options .filterType__buttons {
    -webkit-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
  }
}
.searchHelperComponent__header {
  background: #ffffff;
  border-bottom: 2px solid #eb5b25;
  color: #444444;
  font-size: 18px;
  line-height: 20px;
  min-height: 62px;
  padding: 22px;
  position: relative;
  text-align: left;
  height: 64px;
}
@media (min-width: 360px) {
  .searchHelperComponent__header {
    text-align: center;
  }
}
.searchHelperComponent__header button {
  background: none;
  border: 0;
  color: #004c99;
  display: block;
  font-size: 32px;
  height: 32px;
  line-height: 1em;
  outline: 0;
  padding: 0;
  position: absolute;
  text-align: center;
  top: 50%;
  transform: translate(0, -50%);
  right: 10px;
  width: 32px;
}
.searchHelperComponent__header p {
  margin-bottom: 0;
}
.searchHelperComponent__loader {
  background-color: #ffffff;
  background-size: 230px;
  background-position: center;
  background-repeat: no-repeat;
  bottom: 0;
  height: 100%;
  left: 0;
  position: absolute;
  right: 0;
  z-index: 2;
}
@media (min-width: 1008px) {
  .searchHelperComponent__loader {
    height: 360px;
  }
}
.searchHelperComponent__optionsListContainer {
  margin-bottom: 120px;
}
.searchHelperComponent__optionsListContainer__letter {
  display: block;
  font-size: 34px;
  font-weight: bold;
  padding: 10px 14px;
}
.searchHelperComponent__optionsListContainer .searchHelperComponent__filterOptionBtn {
  border: 0;
  border-radius: 0;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  margin-bottom: 0;
  margin-right: 0;
  width: 100%;
}
.searchHelperComponent__optionsListContainer .searchHelperComponent__filterOptionBtn:before {
  content: '';
  background-color: #ffffff;
  border: 1px solid #c5c5c5;
  border-radius: 50%;
  display: inline-block;
  height: 24px;
  margin-right: 12px;
  width: 24px;
}
.searchHelperComponent__optionsListContainer .searchHelperComponent__filterOptionBtn:nth-child(odd) {
  background-color: #f5f5f5;
}
@media (min-width: 1008px) {
  .searchHelperComponent__optionsListContainer {
    display: none;
  }
}
.searchHelperComponent__results {
  background-color: #f8f8f8;
  bottom: 0;
  box-shadow: 0 -3px 6px rgba(0, 0, 0, 0.15);
  height: 88px;
  left: 0;
  padding: 16px 24px;
  position: absolute;
  right: 0;
  z-index: 2;
}
.searchHelperComponent__results__button {
  cursor: pointer;
  padding: 8px 16px;
  text-align: center;
  width: 100%;
  display: block;
}
@media (min-width: 1008px) {
  .searchHelperComponent__results__button {
    float: right;
  }
}
@media (min-width: 1008px) {
  .searchHelperComponent__results__button {
    width: 340px;
  }
}
.searchHelperComponent__typeSelector {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  border-bottom: 1px solid #f1f1f1;
  margin-top: 24px;
  position: relative;
}
@media (min-width: 1008px) {
  .searchHelperComponent__typeSelector {
    margin-left: 56px;
    margin-right: 56px;
  }
}
.searchHelperComponent__typeSelector__indicator {
  bottom: -2px;
  position: absolute;
  border-bottom: 2px solid #eb5b25;
  width: 50%;
}
@media (min-width: 1008px) {
  .searchHelperComponent__typeSelector__indicator {
    border-bottom-width: 4px;
    width: 88px;
  }
}
.searchHelperComponent__typeSelector__item {
  color: #444444;
  cursor: pointer;
  font-size: 14px;
  line-height: 16px;
  text-align: center;
  padding: 8px 17px;
  width: 50%;
  -webkit-transition: 0.5s ease-in-out color;
  -moz-transition: 0.5s ease-in-out color;
  -o-transition: 0.5s ease-in-out color;
  transition: 0.5s ease-in-out color;
}
.searchHelperComponent__typeSelector__item.active {
  color: #eb5b25;
}
@media (min-width: 1008px) {
  .searchHelperComponent__typeSelector__item {
    width: 88px;
  }
}
.searchHelperComponent__searchContainer {
  margin: 0;
  position: relative;
  width: 100%;
}
@media (min-width: 1008px) {
  .searchHelperComponent__searchContainer {
    width: 320px;
  }
}
.searchHelperComponent__searchContainer__button {
  background-color: transparent;
  border: 0;
  padding: 0 10px;
  position: absolute;
  right: 0;
  top: 0;
}
.searchHelperComponent__searchContainer__button .icon {
  color: #eb5b25;
  font-size: 26px;
  line-height: 46px;
}
.searchHelperComponent__searchContainer__button:focus {
  outline: 0;
}
.searchHelperComponent__searchContainer__button--close {
  background-color: #f5f5f5;
  border-radius: 50%;
  height: 36px;
  padding: 0;
  right: -48px;
  top: 5px;
  width: 36px;
}
.searchHelperComponent__searchContainer__button--close .icon {
  color: #eb5b25;
  font-size: 24px;
  line-height: 36px;
  margin: 0;
}
.searchHelperComponent__searchContainer__input {
  border: 1px solid #959595;
  border-radius: 8px;
  display: block;
  font-size: 16px;
  margin-bottom: 16px;
  outline: none;
  padding: 12px 8px;
  width: 100%;
}
.searchHelperComponent__searchContainer__input:hover {
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16) !important;
}
@media (min-width: 1008px) {
  .searchHelperComponent__searchContainer__input {
    margin-bottom: 8px;
  }
}
.searchHelperComponent__searchContainer__options {
  display: none;
  background-color: #ffffff;
  left: -16px;
  min-height: calc(100vh - 330px);
  padding-left: 16px;
  position: absolute;
  right: -56px;
}
.searchHelperComponent__searchContainer__options__filterOptionBtn {
  background-color: #ffffff;
  border: 1px solid #004c99;
  border-radius: 8px;
  display: inline-block;
  color: #444444;
  cursor: pointer;
  font-size: 18px;
  line-height: 21px;
  margin-bottom: 12px;
  margin-right: 12px;
  width: var(--filter-option-btn-width, initial);
  text-align: center;
  padding: 10.5px 14px;
  -webkit-transition: 0.25s ease-in-out all;
  -moz-transition: 0.25s ease-in-out all;
  -o-transition: 0.25s ease-in-out all;
  transition: 0.25s ease-in-out all;
  padding: 7.5px 16px;
}
.searchHelperComponent__searchContainer__options__filterOptionBtn.active,
.searchHelperComponent__searchContainer__options__filterOptionBtn:hover {
  background-color: #004c99;
  color: #ffffff;
}
.searchHelperComponent__searchContainer__options__filterOptionBtn--selected {
  background-color: #F0F0F0;
  border-color: #D3D2D2;
  display: -moz-inline-flex;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: -ms-inline-flex;
  display: inline-flex;
}
.searchHelperComponent__searchContainer__options__filterOptionBtn--selected__remove {
  color: #eb5b25;
  display: inline-block;
  font-size: 16px;
  line-height: 15px;
  margin-left: 5px;
}
.searchHelperComponent__searchContainer__options__filterOptionBtn--selected__remove i {
  display: block;
  height: 16px;
  margin-right: 0;
  width: 16px;
}
@media (min-width: 1008px) {
  .searchHelperComponent__searchContainer__options {
    border: 1px solid #959595;
    border-bottom-right-radius: 8px;
    border-bottom-left-radius: 8px;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
    left: 0;
    max-height: 216px;
    min-height: inherit;
    overflow: auto;
    padding-left: 0;
    right: 0;
    top: 42px;
    width: 100%;
  }
  .searchHelperComponent__searchContainer__options__filterOptionBtn {
    border: 0;
    border-bottom: 1px solid #e9e9e9;
    border-radius: 0;
    margin: 0;
    padding: 7px 14px;
    text-align: left;
    width: 100%;
  }
  .searchHelperComponent__searchContainer__options__filterOptionBtn:last-child {
    border: 0;
  }
}
.searchHelperComponent__steps {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  height: calc(100% - 130px);
  overflow: auto;
  position: relative;
  padding: 8px 16px 0;
  width: 100%;
}
@media (min-width: 1008px) {
  .searchHelperComponent__steps {
    min-height: 340px;
    padding: 8px 56px 0;
    overflow: hidden;
  }
}
.searchHelperComponent__steps[data-type] {
  display: none;
}
.searchHelperComponent__steps[data-type].active {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
}
.searchHelperComponent__steps__step {
  padding-right: 7px;
  position: relative;
}
.searchHelperComponent__steps__step[data-type^="resume-"] {
  padding-right: 0;
  height: calc(100% - 70px);
}
@media (min-width: 414px) and (max-width: 414px) {
  .searchHelperComponent__steps__step[data-type^="resume-"] {
    height: calc(100%);
  }
}
@media (min-width: 375px) and (max-width: 375px) {
  .searchHelperComponent__steps__step[data-type^="resume-"] {
    display: none;
  }
}
@media (min-width: 390px) and (max-width: 390px) {
  .searchHelperComponent__steps__step[data-type^="resume-"] {
    display: none;
  }
}
@media only screen and (min-width: 1008px) {
  .searchHelperComponent__steps__step[data-type^="resume-"] {
    height: 335px;
  }
}
.searchHelperComponent__steps__step[data-type^="resume-"] .searchHelperComponent__steps__step__title {
  margin-bottom: 30px;
  margin-top: 16px;
}
@media (min-width: 1008px) {
  .searchHelperComponent__steps__step[data-type^="resume-"] .searchHelperComponent__steps__step__title {
    margin-top: 24px;
  }
}
.searchHelperComponent__steps__step[data-type^="resume-"] .searchHelperComponent__filterOptionBtn {
  color: #444444;
}
.searchHelperComponent__steps__step[data-type^="resume-"] .searchHelperComponent__filterOptionBtn:hover {
  color: #ffffff;
}
@media (max-height: 601px) {
  .searchHelperComponent__steps__step[data-type="resume-facet"] {
    display: none;
  }
}
@media only screen and (min-width: 1008px) {
  .searchHelperComponent__steps__step {
    padding-right: 100px;
  }
  .searchHelperComponent__steps__step[data-name^="resume-"] {
    padding-top: 25px;
  }
}
.searchHelperComponent__steps__step__description {
  color: #444444;
  display: block;
  font-size: 13px;
  line-height: 15px;
  opacity: 0;
  margin: 0 0 8px;
}
.searchHelperComponent__steps__step__help {
  color: #606060;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  opacity: 0;
  margin: 0 0 16px;
  position: relative;
}
.searchHelperComponent__steps__step__help i {
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  background-color: #eb5b25;
  border-radius: 50%;
  color: #ffffff;
  cursor: pointer;
  display: -moz-inline-flex;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: -ms-inline-flex;
  display: inline-flex;
  font-style: normal;
  font-size: 10px;
  height: 16px;
  margin-left: 8px;
  width: 16px;
}
.searchHelperComponent__steps__step__help i:before {
  content: '?';
}
.searchHelperComponent__steps__step__help__image {
  -webkit-align-items: flex-end;
  -ms-align-items: flex-end;
  align-items: flex-end;
  -ms-flex-align: end;
  background-color: #ffffff;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.32);
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  max-width: calc(100vw - 32px);
  padding-top: 24px;
  position: absolute;
  top: 30px;
}
.searchHelperComponent__steps__step__help__image:before {
  content: "";
  background-color: #ffffff;
  box-shadow: -2px -2px 3px 0px rgba(0, 0, 0, 0.16);
  height: 16px;
  left: 50%;
  position: absolute;
  top: -8px;
  transform: rotate(45deg) skew(-10deg, -10deg);
  width: 16px;
}
.searchHelperComponent__steps__step__title {
  color: #c5c5c5;
  font-size: 32px;
  line-height: 37px;
  margin: 0 0 12px;
}
.searchHelperComponent__steps__step__optionsContainer {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -moz-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 4px 0 0;
  padding-bottom: 120px;
}
@media (min-width: 1008px) {
  .searchHelperComponent__steps__step__optionsContainer {
    max-height: 212px;
    overflow: auto;
    padding-bottom: 0;
  }
}
.searchHelperComponent__steps__step__optionsContainer--resume .searchHelperComponent__errorMessage__button,
.searchHelperComponent__steps__step__optionsContainer--resume .searchHelperComponent__errorMessage__message {
  margin-right: 0;
}
.searchHelperComponent__steps__step__resume {
  margin: 0;
}
.searchHelperComponent__steps__step__resume .resume__appliedFilter {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  margin-bottom: 16px;
}
.searchHelperComponent__steps__step__resume .resume__appliedFilter__title {
  color: #eb5b25;
  display: inline-block;
  flex-basis: 20vw;
  font-size: 20px;
  line-height: 23px;
  margin-right: 30px;
  min-width: 75px;
}
@media only screen and (min-width: 1008px) {
  .searchHelperComponent__steps__step__resume .resume__appliedFilter__title {
    flex-basis: 5vw;
  }
}
.searchHelperComponent__steps__step__resume .resume__appliedFilter .searchHelperComponent__filterOptionBtn--selected {
  margin-bottom: 0;
  margin-right: 0;
}
.searchHelperComponent__steps__step.active {
  position: relative;
}
.searchHelperComponent__steps__step.active .searchHelperComponent__steps__step__description,
.searchHelperComponent__steps__step.active .searchHelperComponent__steps__step__help {
  opacity: 1;
}
.searchHelperComponent__steps__step.active .searchHelperComponent__steps__step__title {
  color: #eb5b25;
}
.searchHelperComponent__title {
  color: #444444;
  display: block;
  font-size: 36px;
  font-weight: 600;
  line-height: 42px;
  margin-bottom: 16px;
}
@media (min-width: 1008px) {
  .searchHelperComponent__title {
    font-size: 45px;
    line-height: 52px;
    margin-bottom: 21px;
  }
}
.searchHelperComponent .modal.in .modal-dialog {
  top: 50%;
  transform: translateY(-50%);
  max-width: 908px;
}
.searchHelperComponent__searchContainer__input {
  border: 0.5px solid #004797;
  color: #004797;
  font-size: 18px;
  height: 40px;
}
.searchHelperComponent__searchContainer__input:focus {
  box-shadow: 0 0 4px rgba(0, 71, 151, 0.4);
}
.searchHelperComponent__searchContainer__input:hover {
  box-shadow: 0 0 4px rgba(0, 71, 151, 0.4) !important;
}
.searchHelperComponent__searchContainer__button {
  color: #eb5b25;
}
.searchHelperComponent__searchContainer__button .icon {
  font-size: 24px !important;
  line-height: 42px !important;
}
.searchHelperComponent__results .button-primary {
  width: 340px;
  float: right;
}
@media (max-width: 1007px) {
  .searchHelperComponent__results .button-primary {
    width: 100%;
    float: none;
  }
}
.searchHelperComponent__errorMessage__button {
  padding: 8px 16px;
}
@font-face {
  font-family: 'asm_icons';
  src: url('../_ui/addons/alkostoassistedserviceaddon/responsive/common/fonts/asm_icons.eot?9817510');
  src: url('../_ui/addons/alkostoassistedserviceaddon/responsive/common/fonts/asm_icons.eot?9817510#iefix') format('embedded-opentype'), url('../_ui/addons/alkostoassistedserviceaddon/responsive/common/fonts/asm_icons.woff?9817510') format('woff'), url('../_ui/addons/alkostoassistedserviceaddon/responsive/common/fonts/asm_icons.ttf?9817510') format('truetype'), url('../_ui/addons/alkostoassistedserviceaddon/responsive/common/fonts/asm_icons.svg?9817510#asm_icons') format('svg');
}
@-webkit-keyframes "load8" {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes "load8" {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.break-word {
  overflow-wrap: break-word;
  word-wrap: break-word;
  -ms-word-break: break-all;
  word-break: break-word;
}
#_asm {
  font-family: Arial, Helvetica, sans-serif;
  top: 0;
  left: 0;
  right: 0;
  background: #27394f;
  color: #000;
  z-index: 99998;
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -moz-transition: -moz-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  position: sticky;
  z-index: 9997;
  display: none;
}
#_asm * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#_asm *:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#_asm *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#_asm a {
  color: #428bca;
  text-decoration: none;
}
#_asm a:hover {
  color: #2a6496;
  text-decoration: underline;
}
#_asm a:focus {
  color: #2a6496;
  text-decoration: underline;
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
#_asm figure {
  margin: 0;
}
#_asm img {
  vertical-align: middle;
}
#_asm .img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}
#_asm .img-rounded {
  border-radius: 6px;
}
#_asm .img-thumbnail {
  padding: 4px;
  line-height: 1.42857143;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}
#_asm hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eeeeee;
}
#_asm .sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
#_asm .container {
  margin-right: auto;
  margin-left: auto;
  position: relative;
  width: 1400px;
}
#_asm .container:before {
  content: " ";
  display: table;
}
#_asm .container:after {
  content: " ";
  display: table;
  clear: both;
}
#_asm .container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
#_asm .container-fluid:before {
  content: " ";
  display: table;
}
#_asm .container-fluid:after {
  content: " ";
  display: table;
  clear: both;
}
#_asm .row {
  margin-left: -15px;
  margin-right: -15px;
}
#_asm .row:before {
  content: " ";
  display: table;
}
#_asm .row:after {
  content: " ";
  display: table;
  clear: both;
}
#_asm .col-xs-1 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  float: left;
  width: 8.33333333%;
}
#_asm .col-sm-1 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
#_asm .col-md-1 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
#_asm .col-lg-1 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
#_asm .col-xs-2 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  float: left;
  width: 16.66666667%;
}
#_asm .col-sm-2 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
#_asm .col-md-2 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
#_asm .col-lg-2 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
#_asm .col-xs-3 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  float: left;
  width: 25%;
}
#_asm .col-sm-3 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
#_asm .col-md-3 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
#_asm .col-lg-3 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
#_asm .col-xs-4 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  float: left;
  width: 33.33333333%;
}
#_asm .col-sm-4 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
#_asm .col-md-4 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
#_asm .col-lg-4 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
#_asm .col-xs-5 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  float: left;
  width: 41.66666667%;
}
#_asm .col-sm-5 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
#_asm .col-md-5 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
#_asm .col-lg-5 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
#_asm .col-xs-6 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  float: left;
  width: 50%;
}
#_asm .col-sm-6 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
#_asm .col-md-6 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
#_asm .col-lg-6 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
#_asm .col-xs-7 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  float: left;
  width: 58.33333333%;
}
#_asm .col-sm-7 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
#_asm .col-md-7 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
#_asm .col-lg-7 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
#_asm .col-xs-8 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  float: left;
  width: 66.66666667%;
}
#_asm .col-sm-8 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
#_asm .col-md-8 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
#_asm .col-lg-8 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
#_asm .col-xs-9 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  float: left;
  width: 75%;
}
#_asm .col-sm-9 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
#_asm .col-md-9 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
#_asm .col-lg-9 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
#_asm .col-xs-10 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  float: left;
  width: 83.33333333%;
}
#_asm .col-sm-10 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
#_asm .col-md-10 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
#_asm .col-lg-10 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
#_asm .col-xs-11 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  float: left;
  width: 91.66666667%;
}
#_asm .col-sm-11 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
#_asm .col-md-11 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
#_asm .col-lg-11 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
#_asm .col-xs-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  float: left;
  width: 100%;
}
#_asm .col-sm-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
#_asm .col-md-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
#_asm .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
#_asm .col-xs-pull-12 {
  right: 100%;
}
#_asm .col-xs-pull-11 {
  right: 91.66666667%;
}
#_asm .col-xs-pull-10 {
  right: 83.33333333%;
}
#_asm .col-xs-pull-9 {
  right: 75%;
}
#_asm .col-xs-pull-8 {
  right: 66.66666667%;
}
#_asm .col-xs-pull-7 {
  right: 58.33333333%;
}
#_asm .col-xs-pull-6 {
  right: 50%;
}
#_asm .col-xs-pull-5 {
  right: 41.66666667%;
}
#_asm .col-xs-pull-4 {
  right: 33.33333333%;
}
#_asm .col-xs-pull-3 {
  right: 25%;
}
#_asm .col-xs-pull-2 {
  right: 16.66666667%;
}
#_asm .col-xs-pull-1 {
  right: 8.33333333%;
}
#_asm .col-xs-pull-0 {
  right: 0%;
}
#_asm .col-xs-push-12 {
  left: 100%;
}
#_asm .col-xs-push-11 {
  left: 91.66666667%;
}
#_asm .col-xs-push-10 {
  left: 83.33333333%;
}
#_asm .col-xs-push-9 {
  left: 75%;
}
#_asm .col-xs-push-8 {
  left: 66.66666667%;
}
#_asm .col-xs-push-7 {
  left: 58.33333333%;
}
#_asm .col-xs-push-6 {
  left: 50%;
}
#_asm .col-xs-push-5 {
  left: 41.66666667%;
}
#_asm .col-xs-push-4 {
  left: 33.33333333%;
}
#_asm .col-xs-push-3 {
  left: 25%;
}
#_asm .col-xs-push-2 {
  left: 16.66666667%;
}
#_asm .col-xs-push-1 {
  left: 8.33333333%;
}
#_asm .col-xs-push-0 {
  left: 0%;
}
#_asm .col-xs-offset-12 {
  margin-left: 100%;
}
#_asm .col-xs-offset-11 {
  margin-left: 91.66666667%;
}
#_asm .col-xs-offset-10 {
  margin-left: 83.33333333%;
}
#_asm .col-xs-offset-9 {
  margin-left: 75%;
}
#_asm .col-xs-offset-8 {
  margin-left: 66.66666667%;
}
#_asm .col-xs-offset-7 {
  margin-left: 58.33333333%;
}
#_asm .col-xs-offset-6 {
  margin-left: 50%;
}
#_asm .col-xs-offset-5 {
  margin-left: 41.66666667%;
}
#_asm .col-xs-offset-4 {
  margin-left: 33.33333333%;
}
#_asm .col-xs-offset-3 {
  margin-left: 25%;
}
#_asm .col-xs-offset-2 {
  margin-left: 16.66666667%;
}
#_asm .col-xs-offset-1 {
  margin-left: 8.33333333%;
}
#_asm .col-xs-offset-0 {
  margin-left: 0%;
}
#_asm .clearfix:before,
#_asm .dl-horizontal dd:before {
  content: " ";
  display: table;
}
#_asm .clearfix:after,
#_asm .dl-horizontal dd:after {
  content: " ";
  display: table;
  clear: both;
}
#_asm .center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
#_asm .pull-right {
  float: right !important;
}
#_asm .pull-left {
  float: left !important;
}
#_asm .invisible {
  visibility: hidden;
}
#_asm .hide {
  display: none !important;
}
#_asm .show {
  display: block !important;
}
#_asm .text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
#_asm .hidden {
  display: none !important;
  visibility: hidden !important;
}
#_asm .affix {
  position: fixed;
}
#_asm .visible-xs {
  display: none !important;
}
#_asm .visible-sm {
  display: none !important;
}
#_asm .visible-md {
  display: none !important;
}
#_asm .visible-lg {
  display: none !important;
}
#_asm .visible-print {
  display: none !important;
}
#_asm .ASM-btn {
  height: 40px;
  border: 0;
  padding: 0 15px;
  font-size: 19px;
  font-weight: 300;
  text-transform: uppercase;
  color: #000;
  display: inline-block;
  float: none;
  margin: 0;
  vertical-align: baseline;
}
#_asm .assign-cart-to-member-wrapper {
  position: absolute;
  right: 25%;
  z-index: 2;
}
#_asm .ASM-btn.ASM-btn-login {
  background: #fad714;
  width: 100%;
}
#_asm .ASM-btn.ASM-btn-bind-cart {
  background: #fad714;
  width: 100%;
  font-size: 18px;
}
#_asm .ASM-btn.ASM-btn-create-account {
  background: #d2dbe6;
  color: #0354ae;
  width: 100%;
  font-size: 18px;
}
#_asm .ASM-btn.ASM-btn-logout {
  background: transparent;
  color: #0486e0;
  outline: none;
  padding-bottom: 15px;
}
#_asm .ASM-btn.ASM-btn-reset {
  background: transparent;
  color: #0486e0;
  outline: none;
}
#_asm .ASM-btn.ASM-btn-customers {
  background: transparent;
  color: #0486e0;
  outline: none;
}
#_asm .ASM-btn.ASM-btn-start-session {
  background: #19bc33;
  color: #fff;
  font-weight: 400;
  font-size: 18px;
  margin-left: -1px;
  vertical-align: bottom;
  width: 100%;
}
#_asm button[disabled] {
  opacity: 0.45;
  filter: alpha(opacity=45);
  background: #207241;
}
#_asm .ASM-btn.ASM-btn-end-session {
  font-size: 18px;
  background: #ff3b30;
  color: #fff;
  font-weight: 400;
  width: 100%;
}
#_asm .ASM_end_session {
  vertical-align: bottom;
  margin-bottom: 15px;
}
#_asm .ASM-btn-customer-list {
  vertical-align: bottom;
  border-left: 1px solid #39495e;
  border-right: 1px solid #39495e;
}
#_asm .ASM-btn-customer-list:hover {
  color: #fff;
  text-decoration: none;
}
#_asm .ASM-btn-customer-list:focus {
  color: #fff;
  text-decoration: none;
}
#_asm .ASM-btn-customer-list.disabled {
  opacity: 0.45;
  pointer-events: none;
  cursor: default;
}
#_asm .ASM_input_holder {
  display: inline-block;
  position: relative;
}
#_asm .ASM_input_holder label {
  font-family: Arial, Helvetica, sans-serif;
  color: #777777;
  font-weight: 600;
  font-size: 14px;
  display: block;
  text-align: left;
  margin-bottom: 1px;
}
#_asm .ASM_input_holder .ASM_autocomplete {
  display: none;
  position: absolute;
  background: #fff;
  width: 100%;
  z-index: 99999;
  border-top: 1px solid #e6e8ea;
}
#_asm .ASM_input_holder .ASM_autocomplete ul {
  list-style: none;
  padding: 0 10px;
  margin: 0;
}
#_asm .ASM_input_holder .ASM_autocomplete ul li {
  font-size: 18px;
  line-height: 37px;
}
#_asm .ASM_input_holder .ASM_autocomplete.ASM_autocomplete_active {
  display: block;
}
#_asm .ASM_input_holder.input-group {
  display: table;
}
#_asm .ASM-input {
  height: 40px;
  padding: 6px 10px;
  font-size: 19px;
  line-height: 20px;
  border-radius: 0;
  border: 0;
  width: 100%;
}
#_asm .ASM-input:focus {
  background: #fff;
}
#_asm .ASM-input[disabled] {
  background-color: #b4bac2;
  cursor: default;
  color: #000;
}
#_asm .ASM-input.disabled {
  background-color: #b4bac2;
  cursor: default;
  color: #000;
}
#_asm .ASM-input[readonly] {
  background-color: #b4bac2;
  cursor: default;
  color: #000;
}
#_asm .ASM-input[readonly]:focus {
  background-color: #b4bac2;
  cursor: default;
  color: #000;
}
#_asm .ASM-input.placeholder {
  color: #757575;
}
#_asm #_asmSessionEndForm .ASM-input {
  background-color: #b4bac2;
}
#_asm #_asmSessionEndForm .ASM-input.placeholder {
  background-color: #fff;
}
#_asm .ASM-input.ASM-input-valid {
  background: #fff;
}
#_asm .ASM-input.ASM-input-error {
  background: #fff;
  color: #FF4544;
  border: 2px solid #FF4544;
  padding: 5px 10px;
}
#_asm .ASM-input-error.placeholder {
  color: #ff958f;
}
#_asm .ASM_header {
  padding-bottom: 15px;
}
#_asm .ASM_header .first-top-row {
  border-bottom: 1px solid #39495e;
  margin: 0 -4em 10px -4em;
  padding: 0 4em;
}
#_asm .ASM_header .first-top-row .element-separator-height {
  height: 60px;
  padding-top: 10px;
}
#_asm .ASM_header .ASM_logo {
  font-family: Arial, Helvetica, sans-serif;
  float: left;
  font-size: 25px;
  font-weight: 300;
  line-height: 30px;
  color: #fff;
  margin-top: 10px;
}
#_asm .ASM_header .ASM_login {
  text-align: right;
}
#_asm .ASM_header #_asmLogged .ASM_loggedin_text_label {
  text-transform: uppercase;
}
#_asm .ASM_header .ASM_loggedin {
  text-align: right;
}
#_asm .ASM_header .ASM_loggedin .ASM_loggedin_text {
  display: inline-block;
  font-weight: 300;
  font-size: 14px;
  margin-left: 15px;
  color: #ffffff;
  border-right: 1px solid #39495e;
}
#_asm .ASM_header .ASM_loggedin .ASM_loggedin_text .ASM_loggedin_text_name {
  font-weight: 600;
  margin-right: 20px;
}
#_asm .ASM_header .ASM_loggedin .ASM_loggedin_text .ASM_loggedin_agent_store_name {
  display: inline-block;
  vertical-align: middle;
}
#_asm .ASM_header .ASM_loggedin .ASM_loggedin_text p {
  margin: 0;
  text-align: left;
}
#_asm .ASM_header .ASM_loggedin .ASM_loggedin_text.element-separator-height {
  border-right: none;
}
#_asm #sessionTimer {
  margin-right: 20px;
  font-weight: 600;
  text-align: left;
}
#_asm #sessionTimer span {
  font-weight: 300;
}
#_asm #sessionTimer .ASM_timer_count {
  display: inline-block;
  min-width: 33px;
  font-weight: 600;
}
#_asm .ASM_session {
  padding-top: 10px;
}
#_asm .ASM_session #_asmCustomer {
  position: relative;
}
#_asm .ASM_session .ASM_session_input_text {
  display: inline-block;
  margin: 0 60px 0 0;
  color: #a1aebd;
  font-size: 20px;
}
#_asm .ASM_control {
  height: 8px;
  background-color: #097aff;
  position: relative;
  -webkit-transition: background-color 0.3s ease-out;
  transition: background-color 0.3s ease-out;
}
#_asm .ASM_control .ASM_control_text {
  display: none;
  font-size: 22px;
  font-weight: 300;
  line-height: 48px;
  color: #fff;
}
#_asm .ASM_control .ASM_control_collapse {
  position: absolute;
  right: 50px;
  bottom: -1px;
  height: 22px;
  width: 82px;
  overflow: hidden;
  cursor: pointer;
}
#_asm .ASM_control .ASM_control_collapse .ASM_control_collapse_arrow {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'asm_icons';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 22px;
  position: absolute;
  top: 0;
  display: block;
  color: #fff;
  -webkit-transition: color 0.3s ease-out;
  transition: color 0.3s ease-out;
}
#_asm .ASM_control .ASM_control_collapse .ASM_control_collapse_arrow:before {
  content: '\e804';
}
#_asm .ASM_control .ASM_control_collapse .ASM_control_collapse_indicator {
  display: inline-block;
  font-family: 'asm_icons';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  font-size: 10px;
  top: 6px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  color: #097aff;
  -webkit-transition: color 0.3s ease-out;
  transition: color 0.3s ease-out;
}
#_asm .ASM_control .ASM_control_collapse .ASM_control_collapse_indicator:before {
  content: '\e806';
}
#_asm .ASM_control.ASM_control_session_active {
  background-color: #19bc33;
}
#_asm .ASM_control.ASM_control_session_active .ASM_control_collapse_indicator {
  color: #19bc33;
}
#_asm .asmAutoComplete .ui-autocomplete .ui-menu-item a {
  border-bottom: 1px solid #fff;
  border-top: 1px solid #fff;
  color: #000 !important;
  padding: 0;
  display: block;
}
#_asm .ASM-btn-customer360 {
  padding: 0;
  text-decoration: inherit;
  background-color: #007aff;
  color: #fff;
  vertical-align: bottom;
  position: relative;
  width: 100%;
  vertical-align: middle;
}
#_asm .ASM-btn-customer360:focus {
  outline: none;
}
#_asm .ASM-btn-customer360[disabled] {
  background: #D2DAE4;
  color: #A4A9B9;
  opacity: 1;
  filter: alpha(opacity=100);
}
#_asm .ASM-btn-customer360[disabled] .ASM-customer360_icon:before {
  color: #A4A9B9;
}
#_asm .navigation.navigation--top {
  padding-left: 30px;
  padding-right: 30px;
}
#_asm input {
  font-family: Arial, Helvetica, sans-serif;
}
#_asm span.input-group-addon {
  padding: 6px 12px;
  font-size: 14px;
  font-weight: normal;
  line-height: 1;
  color: #19212b;
  text-align: center;
  background-color: #eeeeee;
  border: 1px solid #cccccc;
  border-radius: 0;
}
#_asm .input-group {
  position: relative;
  display: table;
  border-collapse: separate;
}
#_asm .input-group .form-control {
  display: table-cell;
}
#_asm .input-group-addon {
  display: table-cell;
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
}
#_asm .input-group-btn {
  display: table-cell;
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
}
#_asm .collapseBtn-wrapper {
  position: absolute;
  left: 25px;
  right: -25px;
  height: 1px;
}
#_asm .collapseBtn-wrapper:before {
  content: '← drag to move → ';
  display: none;
  position: absolute;
  left: -25px;
  right: 25px;
  background: #fad714;
  opacity: 0.3;
  text-align: center;
  line-height: 40px;
  font-size: 30px;
  font-weight: bold;
  height: 40px;
}
#_asm .collapseBtn-wrapper.active:before {
  display: block;
}
#_asm .collapseBtn {
  position: absolute;
  left: 50%;
  width: 50px;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  cursor: pointer;
  height: 40px;
  padding: 10px 15px 5px;
  background: #27394f;
  outline: none !important;
}
#_asm .collapseBtn svg {
  width: 20px;
  height: auto;
}
#_asm .collapseBtn svg path {
  fill: #fff;
}
.ASM_close {
  float: right;
  font-size: 45px;
  font-weight: 200;
  line-height: 50px;
  color: #1473DF;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  padding-left: 20px;
  border-left: 1px solid #39495e;
  padding-bottom: 8px;
}
.ASM_close:hover {
  text-decoration: none;
  cursor: pointer;
  opacity: 0.8;
  filter: alpha(opacity=50);
  outline: none;
}
.ASM_close:focus {
  text-decoration: none;
  cursor: pointer;
  opacity: 0.8;
  filter: alpha(opacity=50);
  outline: none;
}
.ASM_alert {
  padding: 10px;
  margin-top: 15px;
  border: 1px solid transparent;
  background: #F54544;
  color: #fff;
  line-height: 20px;
  font-size: 16px;
  position: absolute;
  z-index: 2;
  text-align: center;
  width: 50%;
  left: 25%;
  font-family: "Open Sans", sans-serif;
}
.ASM_alert-dismissable {
  padding-right: 35px;
}
.ASM_alert-dismissable .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}
.ASM_alert-success {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #3c763d;
}
.ASM_alert-success hr {
  border-top-color: #c9e2b3;
}
.ASM_alert-success .alert-link {
  color: #2b542c;
}
.ASM_alert-info {
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #31708f;
}
.ASM_alert-info hr {
  border-top-color: #a6e1ec;
}
.ASM_alert-info .alert-link {
  color: #245269;
}
.ASM_alert-warning {
  background-color: #fcf8e3;
  border-color: #faebcc;
  color: #8a6d3b;
}
.ASM_alert-warning hr {
  border-top-color: #f7e1b5;
}
.ASM_alert-warning .alert-link {
  color: #66512c;
}
.ASM_alert-danger {
  background-color: #f2dede;
  border-color: #ebccd1;
  color: #a94442;
}
.ASM_alert-danger hr {
  border-top-color: #e4b9c0;
}
.ASM_alert-danger .alert-link {
  color: #843534;
}
@-ms-viewport {
  width: device-width;
}
.ASM_icon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'asm_icons';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.ASM_icon-logo:before {
  content: '\e807';
  font-size: 32px;
}
.ASM_icon-contacts:before {
  content: '\e801';
  vertical-align: middle;
}
.ASM_icon-cart:before {
  content: '\e802';
  vertical-align: middle;
  display: inline-block;
  font-family: 'asm_icons';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  color: #bfc2cb;
}
.ASM_icon-user:before {
  font-family: 'asm_icons';
  content: '\e810';
  vertical-align: middle;
  display: inline-block;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  color: #bfc2cb;
  min-width: 14px;
}
.ASM_icon-lock:before {
  vertical-align: middle;
  display: inline-block;
  min-width: 14px;
  font-family: 'asm_icons';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  content: '\e811';
  color: #bfc2cb;
}
.ASM_icon-arrow-down:before {
  content: '\e803';
}
.ASM_icon-arrow-up:before {
  content: '\e804';
}
.ASM_icon-arrow-indicator-down:before {
  content: '\e805';
}
.ASM_icon-arrow-indicator-up:before {
  content: '\e806';
}
.ASM_icon-chain {
  position: absolute;
  top: -10px;
  right: -20px;
  background: #27394f;
  padding: 17px 20px 13px 10px;
  font-size: 30px;
}
.ASM_icon-chain:before {
  content: '\e808';
}
.ASM_icon-close:before {
  content: '\e80d';
  color: #c5cdd6;
}
.ASM_icon-close:hover {
  opacity: .5;
}
.ASM_icon-customer-list:before {
  content: '\e80b';
  vertical-align: bottom;
  color: #1473DF;
  font-size: 28px;
  position: relative;
  top: 5px;
}
.ASM_icon-chain.ASM_chain-bind:before {
  color: #fff;
}
#_asmBindForm {
  vertical-align: bottom;
  display: inline;
  vertical-align: middle;
}
#asmLogoutForm {
  display: inline;
  vertical-align: middle;
}
#asmLogoutForm fieldset {
  display: inline;
  vertical-align: middle;
}
#_asmSessionEndForm {
  display: inline;
  vertical-align: middle;
  vertical-align: bottom;
}
#_asmPersonifyForm {
  display: inline;
  vertical-align: middle;
}
select#_asm .ASM-input {
  height: 40px;
  line-height: 40px;
}
textarea#_asm .ASM-input {
  height: auto;
}
select[multiple]#_asm .ASM-input {
  height: auto;
}
.ASM_timer {
  display: inline-block;
  font-weight: 300;
  font-size: 14px;
  margin-left: 15px;
  color: #ffffff;
  border-right: 1px solid #39495e;
}
#_asm.ASM-collapsed {
  -webkit-transform: translate(0, -100%);
  -ms-transform: translate(0, -100%);
  transform: translate(0, -100%);
  margin-top: 53px;
}
#_asm.ASM-collapsed .ASM_header {
  display: none;
}
#_asm.ASM-collapsed .ASM_session {
  display: none;
}
#_asm.ASM-collapsed .ASM_control {
  height: 48px;
}
#_asm.ASM-collapsed .ASM_control .ASM_control_text {
  display: block;
}
#_asm.ASM-collapsed .ASM_control .ASM_control_collapse {
  top: 0px;
}
#_asm.ASM-collapsed .ASM_control .ASM_control_collapse .ASM_control_collapse_arrow {
  color: #fff;
}
#_asm.ASM-collapsed .ASM_control .ASM_control_collapse .ASM_control_collapse_arrow:before {
  content: '\e803';
}
#_asm.ASM-collapsed .ASM_control .ASM_control_collapse .ASM_control_collapse_indicator {
  color: #097aff;
}
#_asm.ASM-collapsed .ASM_control .ASM_control_collapse .ASM_control_collapse_indicator:before {
  content: '\e805';
}
#_asm.ASM-collapsed .ASM_control.ASM_control_session_active .ASM_control_collapse .ASM_control_collapse_indicator {
  color: #19bc33;
}
.asmAutoComplete .ui-menu {
  list-style: none;
  display: block;
  background-color: white;
  box-shadow: 0 8px 15px #999;
  border: 1px solid #cccccc;
  -webkit-border-radius: 0 0 5px 5px;
  -moz-border-radius: 0 0 5px 5px;
  border-radius: 0 0 5px 5px;
  z-index: 10000;
}
.asmAutoComplete .ui-autocomplete {
  padding: 7px 10px 5px;
  width: 83vw !important;
  max-width: 660px;
  position: absolute;
  cursor: default;
}
.asmAutoComplete .ui-autocomplete .ui-menu-item {
  border: none;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 18px;
  padding: 5px 0;
}
.asmAutoComplete .ui-autocomplete .ui-menu-item:first-child {
  padding-top: 0;
}
.asmAutoComplete .ui-autocomplete .ui-menu-item a:hover {
  border-bottom: 1px solid #fff;
  border-top: 1px solid #fff;
  color: #000 !important;
  padding: 0;
  display: block;
}
.asmAutoComplete .ui-autocomplete .ui-menu-item span {
  padding-left: 30px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 18px;
  background-color: #fff;
  vertical-align: top;
  display: inline-block;
}
.asmAutoComplete .ui-autocomplete .ui-menu-item .noresult {
  padding-left: 3px;
}
.asmAutoComplete .ui-autocomplete .ui-menu-item .name {
  padding-left: 3px;
  width: 23%;
}
.asmAutoComplete .ui-autocomplete .ui-menu-item .email {
  width: 43%;
  overflow: hidden;
  text-overflow: ellipsis;
}
.asmAutoComplete .ui-autocomplete .ui-menu-item .card {
  padding-right: 3px;
}
.asmAutoComplete .ui-autocomplete a:hover {
  background-color: #eeeeee;
  cursor: pointer;
}
.asmAutoComplete .ui-autocomplete a:hover span {
  background-color: #eeeeee;
  cursor: pointer;
}
.asmAutoComplete .ui-state-active {
  background: none;
  color: #000;
  margin: 0;
  border: 0;
}
#asmHover {
  padding: 7px 10px 5px;
  width: 83vw !important;
  max-width: 660px;
  cursor: default;
  position: absolute;
  background-color: #fff;
  border: 1px solid #cccccc;
  box-shadow: 0 8px 15px #999;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 18px;
  z-index: 10001;
}
#asmHover span {
  padding-left: 30px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 18px;
  background-color: #fff;
  vertical-align: top;
  display: inline-block;
}
#asmHover .name {
  padding-left: 3px;
  width: 23%;
}
#asmHover .email {
  width: 43%;
  overflow: hidden;
  text-overflow: ellipsis;
}
#asmAutoCompleteCartId .ui-autocomplete {
  width: 220px !important;
}
#asmHover.disabled {
  background-color: #b4bac2;
}
#asmHover.disabled span {
  background-color: #b4bac2;
}
.ASM_customer-list-modal #cboxLoadedContent {
  margin-top: 20px;
}
.ASM_customer-list-modal #cboxTitle {
  display: none !important;
}
.ASM_customer-list-modal .account-overview-table .img-profile-thumbnail {
  width: 75px;
  height: 75px;
}
.ASM_customer-list-modal .account-overview-table a {
  font-weight: bold;
}
.ASM_customer-list-modal .account-overview-table td[data-th="NAME"] > a {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: inline-block;
  max-width: 200px;
}
.ASM_customer-list-modal .asm-account-section .account-overview-table {
  margin: 0;
  padding: 0;
  padding-top: 10px;
  overflow-x: auto;
}
.ASM_customer-list-modal .asm-account-section .pagination-bar {
  padding: 0;
}
.ASM_customer-list-modal .asm-account-section .pagination-bar .pagination-bar-results {
  margin: 0;
  padding: 0;
  text-align: center;
  padding-right: 10px;
}
.ASM_customer-list-modal .asm-account-section .pagination-bar .pagination-toolbar {
  border: 0;
  padding: 0;
}
.ASM_customer-list-modal .asm-account-section .account-section-content .account-orderhistory-pagination .sort-refine-bar option {
  font-size: 1em;
}
.ASM_customer-list-modal .asm-account-section .account-section-content.content-empty {
  margin-top: 40px;
  margin-bottom: 20px;
}
.ASM_customer-list-modal .asm-account-section table td {
  padding: 10px;
  vertical-align: middle;
}
.ASM_customer-list-modal .asm-account-section table .nav-order-tools {
  border-right: 0;
  padding: 0 15px 0 10px;
}
.ASM_customer-list-modal .asm-account-section table .nav-order-tools:before {
  color: #0486e0;
}
.ASM_customer-list-modal .asm-account-section .default-pic {
  font-family: 'asm_icons';
  color: #A6A6A6;
  font-size: 55px;
  line-height: 55px;
  display: block;
  max-width: 100%;
  height: auto;
}
.ASM_customer-list-modal .asm-account-section .default-pic:before {
  content: '\e801';
}
.ASM_customer-list-modal .asm-card-icon {
  font-size: 30px;
}
.ASM_customer-list-modal .asm-empty-card-icon {
  color: #E4E4E4;
}
.ASM_customer-list-modal .customer-list-select-wrapper {
  display: inline-block;
  position: relative;
  margin-bottom: 15px;
}
.ASM_customer-list-modal .customer-list-select-wrapper:after {
  font-family: 'asm_icons';
  content: '\e80a';
  color: #0486e0;
  font-size: 30px;
  font-weight: 600;
  position: absolute;
  right: 0;
  top: 50%;
  pointer-events: none;
  z-index: 11;
  margin-top: -20px;
  right: -5px;
}
.ASM_customer-list-modal .customer-list-select-wrapper:before {
  background-color: #ffffff;
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  height: 35px;
  width: 20px;
  pointer-events: none;
  z-index: 10;
}
.ASM_customer-list-modal .customer-list-select {
  border: 0 none;
  font-size: 24px;
  cursor: pointer;
  z-index: 1;
  padding-right: 28px;
  background-color: transparent;
  color: #000000;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-family: Arial, sans-serif;
  font-weight: 200;
  background-image: none;
  padding-right: 0;
}
.ASM_customer-list-modal .customer-list-select:focus {
  background-color: transparent;
  border: 0;
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.ASM_customer-list-modal .customer-list-select option {
  font-size: 1em !important;
}
.ASM_customer-list-modal table.techne-table td {
  color: #313440;
  font-size: 15px;
}
.ASM_customer-list-modal table.techne-table td.no-padding {
  padding: 0 !important;
}
.ASM_customer-list-modal table.techne-table td.techne-table-action .hyicon {
  font-size: 24px;
}
.ASM_customer-list-modal table.techne-table > tbody > tr:nth-child(1n) {
  background: #eef3f7;
}
.ASM_customer-list-modal table.techne-table > tbody > tr:nth-child(2n) {
  background: #ffffff;
}
.ASM_customer-list-modal table.techne-table > tbody > tr:hover {
  background: #f5f5f5;
}
.ASM_customer-list-modal table.techne-table > tbody > tr:hover td {
  background: #f5f5f5;
}
.ASM_customer-list-modal table.techne-table th:last-child {
  text-align: left;
}
.ASM_customer-list-modal .techne-table {
  font-family: "Open Sans", sans-serif;
}
.ASM_customer-list-modal .techne-table th {
  background-color: #fff;
  color: #7f90a4;
  font-weight: bold;
}
.ASM_customer-list-modal .techne-table > thead > tr > th {
  border-width: 1px;
}
.ASM_customer-list-modal a {
  color: #0486e0;
}
.ASM_customer-list-modal .control-label {
  color: #808fa1;
}
.ASM_customer-list-modal .pagination > li > a {
  color: #0486e0;
  font-size: 15px;
  font-weight: 600;
}
.ASM_customer-list-modal .pagination > li > span {
  color: #0486e0;
  font-size: 15px;
  font-weight: 600;
}
.ASM_customer-list-modal .pagination > li > .glyphicon {
  font-size: 11px;
}
.ASM_customer-list-modal .pagination > li.pagination-prev > a {
  margin: 0;
  border: none;
}
.ASM_customer-list-modal .pagination > li.pagination-prev > a:hover {
  margin: 0;
  border: none;
  background-color: transparent;
  color: #035995;
}
.ASM_customer-list-modal .pagination > li.pagination-prev > a:focus {
  margin: 0;
  border: none;
  background-color: transparent;
  color: #035995;
}
.ASM_customer-list-modal .pagination > li.pagination-prev > span {
  margin: 0;
  border: none;
}
.ASM_customer-list-modal .pagination > li.pagination-prev > span:hover {
  margin: 0;
  border: none;
  background-color: transparent;
  color: #035995;
}
.ASM_customer-list-modal .pagination > li.pagination-prev > span:focus {
  margin: 0;
  border: none;
  background-color: transparent;
  color: #035995;
}
.ASM_customer-list-modal .pagination > li.pagination-next > a {
  margin: 0;
  border: none;
}
.ASM_customer-list-modal .pagination > li.pagination-next > a:hover {
  margin: 0;
  border: none;
  background-color: transparent;
  color: #035995;
}
.ASM_customer-list-modal .pagination > li.pagination-next > a:focus {
  margin: 0;
  border: none;
  background-color: transparent;
  color: #035995;
}
.ASM_customer-list-modal .pagination > li.pagination-next > span {
  margin: 0;
  border: none;
}
.ASM_customer-list-modal .pagination > li.pagination-next > span:hover {
  margin: 0;
  border: none;
  background-color: transparent;
  color: #035995;
}
.ASM_customer-list-modal .pagination > li.pagination-next > span:focus {
  margin: 0;
  border: none;
  background-color: transparent;
  color: #035995;
}
.ASM_customer-list-modal .pagination .disabled > span {
  color: #cadbee;
}
.ASM_customer-list-modal .pagination > li.disabled > span:hover {
  color: #cadbee;
}
.ASM_customer-list-modal .pagination > li.disabled > span:focus {
  color: #cadbee;
}
.ASM_customer-list-modal .pagination .active span {
  color: #7f90a4;
}
.ASM_customer-list-modal #cboxClose {
  font-size: 16px;
}
.ASM_customer-list-modal #cboxContent {
  position: relative;
}
.ASM_customer-list-modal #cboxContent:before {
  position: absolute;
  content: "";
  background: #ebeef1;
  width: 100%;
  height: 1px;
  top: 75px;
}
.ASM_customer360-modal .asm-customer360-tab table td {
  padding: 10px;
  vertical-align: middle;
}
.ASM_customer360-modal .loader {
  margin: 60px auto;
  font-size: 10px;
  position: relative;
  text-indent: -9999em;
  border-top: 1.1em solid rgba(0, 0, 0, 0.2);
  border-right: 1.1em solid rgba(0, 0, 0, 0.2);
  border-bottom: 1.1em solid rgba(0, 0, 0, 0.2);
  border-left: 1.1em solid #0486e0;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation: load8 1.1s infinite linear;
  animation: load8 1.1s infinite linear;
  border-radius: 50%;
  width: 5em;
  height: 5em;
}
.ASM_customer360-modal .loader:after {
  border-radius: 50%;
  width: 5em;
  height: 5em;
}
.ASM_customer360-modal table.techne-table td {
  color: #313440;
  font-size: 15px;
}
.ASM_customer360-modal table.techne-table > tbody > tr:nth-child(1n) {
  background: #eef3f7;
}
.ASM_customer360-modal table.techne-table > tbody > tr:nth-child(2n) {
  background: #ffffff;
}
.ASM_customer360-modal table.techne-table th:last-child {
  text-align: left;
}
.ASM_customer360-modal a {
  color: #0486e0;
}
.ASM_customer360-modal .control-label {
  color: #808fa1;
}
.ASM_customer360-modal #cboxClose {
  font-size: 16px;
}
.ASM-customer360_icon {
  vertical-align: middle;
}
.ASM-customer360_icon:before {
  font-family: 'asm_icons';
  content: '\e800';
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-style: normal;
  font-weight: normal;
  color: #fff;
  font-size: 30px;
  display: inline-block;
  margin-top: -2px;
}
.ASM-customer360_customer-list_icon:before {
  color: #0486e0;
  position: static;
}
.asm__customer360 .techne-table {
  font-family: "Open Sans", sans-serif;
}
.asm__customer360 .techne-table th {
  background-color: #fff;
  color: #7f90a4;
  font-weight: bold;
}
.asm__customer360 .techne-table > thead > tr > th {
  border-width: 1px;
}
.asm__section .pageable-fragment .pager {
  float: right;
}
.asm__section .pageable-fragment .pager .active {
  font-weight: bold;
  color: #7f90a4;
}
.asm__section .pageable-fragment h3 {
  float: left;
}
.hide_overflow {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.ASM_cut_text {
  font-family: Arial, Helvetica, sans-serif;
}
.ASM-btn {
  font-family: Arial, Helvetica, sans-serif;
}
button.ASM_close {
  margin: 0;
  font-family: Arial, Helvetica, sans-serif;
  height: inherit;
}
.y-toolbar__wrapper {
  position: relative;
}
.y-toolbar__wrapper .y-toolbar {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -webkit-box-align: center;
  align-items: center;
  width: 100%;
  margin: 0 auto;
  font-size: 15px;
  min-height: 52px;
  border-top: 1px solid #bdc6d2;
  border-bottom: 1px solid #bdc6d2;
}
.y-toolbar__wrapper .ASM-toolbar__search {
  border: 0;
  box-shadow: none;
  display: inline-block;
  border-right: 1px solid #bdc6d2;
  padding: 0 16px 0 0;
}
.y-toolbar__wrapper .ASM-toolbar__search .glyphicon-search {
  color: #3c3c3c;
  font-size: 17px;
}
.y-toolbar__wrapper .ASM-toolbar__search .input-group {
  background-color: #ffffff;
  min-height: 38px;
  padding: 5px 0;
}
.y-toolbar__wrapper .ASM-toolbar__search .input-group-btn {
  display: inline-block;
}
.y-toolbar__wrapper .ASM-toolbar__search #ASM_customer-list-queryInput {
  border: none;
  padding: 6px 12px;
  height: 38px;
  min-width: 200px;
}
.y-toolbar__wrapper .ASM-toolbar__search #ASM_customer-list-queryInput:focus {
  border: none;
  outline: none;
}
.y-toolbar__wrapper .ASM-toolbar__search .ASM_customer-list-searchButton {
  width: 40px;
  padding: 0;
  margin: 0;
  height: 38px;
}
.y-toolbar__wrapper .y-toolbar__right {
  display: flex;
  margin-left: auto !important;
  flex-wrap: wrap;
}
.y-toolbar__wrapper .y-toolbar__item {
  position: relative;
  vertical-align: middle;
  line-height: 1;
  text-decoration: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: none;
  color: #7f90a4;
  display: inline-block;
}
.y-toolbar__wrapper .y-toolbar__item .pagination {
  margin: 0;
  border: none;
}
.y-toolbar__wrapper .y-toolbar__item .pagination > li {
  vertical-align: baseline;
}
.y-toolbar__wrapper .y-toolbar__item .y-toolbar__btn--caption {
  padding: 10px 16px;
  text-transform: uppercase;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  vertical-align: middle;
  height: 50px;
  line-height: 1;
  cursor: pointer;
  background: 0 0;
  border: none;
  transition: all 0.1s ease-in-out 0s;
  text-decoration: none;
}
.y-toolbar__wrapper .y-toolbar__item .y-toolbar__btn--caption .glyphicon-sort-by-attributes-alt {
  margin-right: 27px;
  font-size: 24px;
  line-height: 0;
}
.y-toolbar__wrapper .y-toolbar__dropdown {
  border-right: 1px solid #bdc6d2;
}
.y-toolbar__wrapper .y-toolbar__dropdown ul.dropdown-menu {
  margin-top: 0;
  left: -1px;
  border: 1px solid #bdc6d2;
  border-top: .5px solid #bdc6d2;
  padding: 5px 0;
}
.y-toolbar__wrapper .y-toolbar__dropdown .y-toolbar__dropdown__icon {
  margin-left: 10px;
  color: #7f90a4;
}
.y-toolbar__wrapper .y-toolbar__dropdown .dropdown-menu {
  min-width: 300px;
  border-radius: 0;
}
.y-toolbar__wrapper .y-toolbar__dropdown .dropdown-menu > li {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: 400;
  line-height: 1.42857143;
  color: #333;
  white-space: nowrap;
  padding: 0;
}
.y-toolbar__wrapper .y-toolbar__dropdown .dropdown-menu > li > a {
  padding: 10px 16px;
}
.y-toolbar__wrapper .y-toolbar__dropdown .dropdown-menu > li:focus {
  text-decoration: none;
  color: #262626;
  background-color: #d2dbe6;
}
.ASM-sort__wrapper {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -webkit-box-align: center;
  align-items: center;
  width: 100%;
  margin: 0 auto;
  font-size: 15px;
}
.dropdown-menu > li > a:hover {
  text-decoration: none;
  color: #262626;
  background-color: #d2dbe6;
}
#_asm.asm-collapsed .collapseBtn svg {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
#_asm.asm-collapsed .ASM_header {
  display: none;
}
@media (min-width: 10px) {
  #_asm .container {
    width: auto;
  }
}
@media (min-width: 668px) {
  #_asm .container {
    width: 100%;
  }
  #_asm .col-sm-1 {
    float: left;
    width: 8.33333333%;
  }
  #_asm .col-sm-2 {
    float: left;
    width: 16.66666667%;
  }
  #_asm .col-sm-3 {
    float: left;
    width: 25%;
  }
  #_asm .col-sm-4 {
    float: left;
    width: 33.33333333%;
  }
  #_asm .col-sm-5 {
    float: left;
    width: 41.66666667%;
  }
  #_asm .col-sm-6 {
    float: left;
    width: 50%;
  }
  #_asm .col-sm-7 {
    float: left;
    width: 58.33333333%;
  }
  #_asm .col-sm-8 {
    float: left;
    width: 66.66666667%;
  }
  #_asm .col-sm-9 {
    float: left;
    width: 75%;
  }
  #_asm .col-sm-10 {
    float: left;
    width: 83.33333333%;
  }
  #_asm .col-sm-11 {
    float: left;
    width: 91.66666667%;
  }
  #_asm .col-sm-12 {
    float: left;
    width: 100%;
  }
  #_asm .col-sm-pull-12 {
    right: 100%;
  }
  #_asm .col-sm-pull-11 {
    right: 91.66666667%;
  }
  #_asm .col-sm-pull-10 {
    right: 83.33333333%;
  }
  #_asm .col-sm-pull-9 {
    right: 75%;
  }
  #_asm .col-sm-pull-8 {
    right: 66.66666667%;
  }
  #_asm .col-sm-pull-7 {
    right: 58.33333333%;
  }
  #_asm .col-sm-pull-6 {
    right: 50%;
  }
  #_asm .col-sm-pull-5 {
    right: 41.66666667%;
  }
  #_asm .col-sm-pull-4 {
    right: 33.33333333%;
  }
  #_asm .col-sm-pull-3 {
    right: 25%;
  }
  #_asm .col-sm-pull-2 {
    right: 16.66666667%;
  }
  #_asm .col-sm-pull-1 {
    right: 8.33333333%;
  }
  #_asm .col-sm-pull-0 {
    right: 0%;
  }
  #_asm .col-sm-push-12 {
    left: 100%;
  }
  #_asm .col-sm-push-11 {
    left: 91.66666667%;
  }
  #_asm .col-sm-push-10 {
    left: 83.33333333%;
  }
  #_asm .col-sm-push-9 {
    left: 75%;
  }
  #_asm .col-sm-push-8 {
    left: 66.66666667%;
  }
  #_asm .col-sm-push-7 {
    left: 58.33333333%;
  }
  #_asm .col-sm-push-6 {
    left: 50%;
  }
  #_asm .col-sm-push-5 {
    left: 41.66666667%;
  }
  #_asm .col-sm-push-4 {
    left: 33.33333333%;
  }
  #_asm .col-sm-push-3 {
    left: 25%;
  }
  #_asm .col-sm-push-2 {
    left: 16.66666667%;
  }
  #_asm .col-sm-push-1 {
    left: 8.33333333%;
  }
  #_asm .col-sm-push-0 {
    left: 0%;
  }
  #_asm .col-sm-offset-12 {
    margin-left: 100%;
  }
  #_asm .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  #_asm .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  #_asm .col-sm-offset-9 {
    margin-left: 75%;
  }
  #_asm .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  #_asm .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  #_asm .col-sm-offset-6 {
    margin-left: 50%;
  }
  #_asm .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  #_asm .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  #_asm .col-sm-offset-3 {
    margin-left: 25%;
  }
  #_asm .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  #_asm .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  #_asm .col-sm-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 1050px) {
  #_asm .container {
    width: 1050px;
  }
  #_asm .col-md-1 {
    float: left;
    width: 8.33333333%;
  }
  #_asm .col-md-2 {
    float: left;
    width: 16.66666667%;
  }
  #_asm .col-md-3 {
    float: left;
    width: 25%;
  }
  #_asm .col-md-4 {
    float: left;
    width: 33.33333333%;
  }
  #_asm .col-md-5 {
    float: left;
    width: 41.66666667%;
  }
  #_asm .col-md-6 {
    float: left;
    width: 50%;
  }
  #_asm .col-md-7 {
    float: left;
    width: 58.33333333%;
  }
  #_asm .col-md-8 {
    float: left;
    width: 66.66666667%;
  }
  #_asm .col-md-9 {
    float: left;
    width: 75%;
  }
  #_asm .col-md-10 {
    float: left;
    width: 83.33333333%;
  }
  #_asm .col-md-11 {
    float: left;
    width: 91.66666667%;
  }
  #_asm .col-md-12 {
    float: left;
    width: 100%;
  }
  #_asm .col-md-pull-12 {
    right: 100%;
  }
  #_asm .col-md-pull-11 {
    right: 91.66666667%;
  }
  #_asm .col-md-pull-10 {
    right: 83.33333333%;
  }
  #_asm .col-md-pull-9 {
    right: 75%;
  }
  #_asm .col-md-pull-8 {
    right: 66.66666667%;
  }
  #_asm .col-md-pull-7 {
    right: 58.33333333%;
  }
  #_asm .col-md-pull-6 {
    right: 50%;
  }
  #_asm .col-md-pull-5 {
    right: 41.66666667%;
  }
  #_asm .col-md-pull-4 {
    right: 33.33333333%;
  }
  #_asm .col-md-pull-3 {
    right: 25%;
  }
  #_asm .col-md-pull-2 {
    right: 16.66666667%;
  }
  #_asm .col-md-pull-1 {
    right: 8.33333333%;
  }
  #_asm .col-md-pull-0 {
    right: 0%;
  }
  #_asm .col-md-push-12 {
    left: 100%;
  }
  #_asm .col-md-push-11 {
    left: 91.66666667%;
  }
  #_asm .col-md-push-10 {
    left: 83.33333333%;
  }
  #_asm .col-md-push-9 {
    left: 75%;
  }
  #_asm .col-md-push-8 {
    left: 66.66666667%;
  }
  #_asm .col-md-push-7 {
    left: 58.33333333%;
  }
  #_asm .col-md-push-6 {
    left: 50%;
  }
  #_asm .col-md-push-5 {
    left: 41.66666667%;
  }
  #_asm .col-md-push-4 {
    left: 33.33333333%;
  }
  #_asm .col-md-push-3 {
    left: 25%;
  }
  #_asm .col-md-push-2 {
    left: 16.66666667%;
  }
  #_asm .col-md-push-1 {
    left: 8.33333333%;
  }
  #_asm .col-md-push-0 {
    left: 0%;
  }
  #_asm .col-md-offset-12 {
    margin-left: 100%;
  }
  #_asm .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  #_asm .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  #_asm .col-md-offset-9 {
    margin-left: 75%;
  }
  #_asm .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  #_asm .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  #_asm .col-md-offset-6 {
    margin-left: 50%;
  }
  #_asm .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  #_asm .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  #_asm .col-md-offset-3 {
    margin-left: 25%;
  }
  #_asm .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  #_asm .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  #_asm .col-md-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 1400px) {
  #_asm .container {
    width: 1400px;
  }
  #_asm .col-lg-1 {
    float: left;
    width: 8.33333333%;
  }
  #_asm .col-lg-2 {
    float: left;
    width: 16.66666667%;
  }
  #_asm .col-lg-3 {
    float: left;
    width: 25%;
  }
  #_asm .col-lg-4 {
    float: left;
    width: 33.33333333%;
  }
  #_asm .col-lg-5 {
    float: left;
    width: 41.66666667%;
  }
  #_asm .col-lg-6 {
    float: left;
    width: 50%;
  }
  #_asm .col-lg-7 {
    float: left;
    width: 58.33333333%;
  }
  #_asm .col-lg-8 {
    float: left;
    width: 66.66666667%;
  }
  #_asm .col-lg-9 {
    float: left;
    width: 75%;
  }
  #_asm .col-lg-10 {
    float: left;
    width: 83.33333333%;
  }
  #_asm .col-lg-11 {
    float: left;
    width: 91.66666667%;
  }
  #_asm .col-lg-12 {
    float: left;
    width: 100%;
  }
  #_asm .col-lg-pull-12 {
    right: 100%;
  }
  #_asm .col-lg-pull-11 {
    right: 91.66666667%;
  }
  #_asm .col-lg-pull-10 {
    right: 83.33333333%;
  }
  #_asm .col-lg-pull-9 {
    right: 75%;
  }
  #_asm .col-lg-pull-8 {
    right: 66.66666667%;
  }
  #_asm .col-lg-pull-7 {
    right: 58.33333333%;
  }
  #_asm .col-lg-pull-6 {
    right: 50%;
  }
  #_asm .col-lg-pull-5 {
    right: 41.66666667%;
  }
  #_asm .col-lg-pull-4 {
    right: 33.33333333%;
  }
  #_asm .col-lg-pull-3 {
    right: 25%;
  }
  #_asm .col-lg-pull-2 {
    right: 16.66666667%;
  }
  #_asm .col-lg-pull-1 {
    right: 8.33333333%;
  }
  #_asm .col-lg-pull-0 {
    right: 0%;
  }
  #_asm .col-lg-push-12 {
    left: 100%;
  }
  #_asm .col-lg-push-11 {
    left: 91.66666667%;
  }
  #_asm .col-lg-push-10 {
    left: 83.33333333%;
  }
  #_asm .col-lg-push-9 {
    left: 75%;
  }
  #_asm .col-lg-push-8 {
    left: 66.66666667%;
  }
  #_asm .col-lg-push-7 {
    left: 58.33333333%;
  }
  #_asm .col-lg-push-6 {
    left: 50%;
  }
  #_asm .col-lg-push-5 {
    left: 41.66666667%;
  }
  #_asm .col-lg-push-4 {
    left: 33.33333333%;
  }
  #_asm .col-lg-push-3 {
    left: 25%;
  }
  #_asm .col-lg-push-2 {
    left: 16.66666667%;
  }
  #_asm .col-lg-push-1 {
    left: 8.33333333%;
  }
  #_asm .col-lg-push-0 {
    left: 0%;
  }
  #_asm .col-lg-offset-12 {
    margin-left: 100%;
  }
  #_asm .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  #_asm .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  #_asm .col-lg-offset-9 {
    margin-left: 75%;
  }
  #_asm .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  #_asm .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  #_asm .col-lg-offset-6 {
    margin-left: 50%;
  }
  #_asm .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  #_asm .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  #_asm .col-lg-offset-3 {
    margin-left: 25%;
  }
  #_asm .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  #_asm .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  #_asm .col-lg-offset-0 {
    margin-left: 0%;
  }
  #_asm .visible-lg {
    display: block !important;
  }
  #_asm table.visible-lg {
    display: table;
  }
  #_asm tr.visible-lg {
    display: table-row !important;
  }
  #_asm th.visible-lg {
    display: table-cell !important;
  }
  #_asm td.visible-lg {
    display: table-cell !important;
  }
  #_asm .hidden-lg {
    display: none !important;
  }
}
@media (max-width: 667px) {
  #_asm .visible-xs {
    display: block !important;
  }
  #_asm table.visible-xs {
    display: table;
  }
  #_asm tr.visible-xs {
    display: table-row !important;
  }
  #_asm th.visible-xs {
    display: table-cell !important;
  }
  #_asm td.visible-xs {
    display: table-cell !important;
  }
  #_asm .hidden-xs {
    display: none !important;
  }
  #_asm .ASM_header {
    position: relative;
  }
  #_asm .ASM_header .ASM_logo span.ASM_cut_text {
    display: none !important;
  }
  #_asm .ASM_header:after {
    content: " ";
    height: 1px;
    position: absolute;
    background: #39495e;
    top: 60px;
    left: -15px;
    right: -15px;
  }
  #_asm .ASM_header .ASM_login .ASM_input_holder {
    width: 100%;
    margin-bottom: 10px;
  }
  #_asm .ASM_header .ASM_login .ASM_input_holder .ASM-input {
    display: block;
    width: 100%;
  }
  #_asm .ASM_header .first-top-row .ASM_timer {
    text-align: left;
    display: block;
    margin-bottom: 0;
  }
  #_asm .ASM_header .first-top-row .ASM_loggedin_text {
    text-align: left;
    display: block;
    margin-bottom: 0;
  }
  #_asm .ASM_header .first-top-row .element-separator-height {
    height: 50px;
    border-right: none;
  }
  #_asm .ASM_header .first-top-row .ASM-btn-customer-list {
    border: 2px solid #39495e;
    padding: 5px;
    margin-top: 25px;
  }
  #_asm .ASM_header .first-top-row .ASM_loggedin {
    position: relative;
  }
  #_asm .ASM_header .first-top-row .ASM_loggedin .ASM-btn-reset {
    text-align: right;
    padding-right: 0;
    outline: none;
  }
  #_asm .ASM_header .first-top-row .ASM_loggedin .ASM-btn-logout {
    text-align: right;
    padding-right: 0;
    outline: none;
  }
  #_asm .ASM_header .first-top-row .ASM_loggedin:after {
    content: " ";
    height: 3px;
    position: absolute;
    bottom: -2px;
    left: -20px;
    right: -20px;
    background: #27394f;
  }
  #_asm .ASM_header .ASM_loggedin {
    margin-top: 10px;
    margin-right: 0;
  }
  #_asm .ASM_header .ASM_loggedin #asmLogoutForm {
    float: right;
  }
  #_asm .ASM_header .ASM_loggedin .ASM_loggedin_text {
    margin: 0;
  }
  #_asm .ASM_header .ASM_alert {
    position: fixed;
    left: 10%;
    text-align: center;
    width: 80%;
  }
  #_asm .ASM-btn.ASM-btn-logout {
    min-width: 105px;
  }
  #_asm .ASM-btn.ASM-btn-reset {
    min-width: 105px;
  }
  #_asm .ASM-btn.ASM-btn-start-session {
    margin-left: 0;
    margin-bottom: 15px;
  }
  #_asm .container {
    padding-left: 15px;
    padding-right: 15px;
  }
  #_asm .ASM_control {
    margin-top: 15px;
  }
  #_asm .ASM_session .ASM_input_holder {
    width: 100%;
    margin-bottom: 10px;
  }
  #_asm .ASM_session span.ASM_icon-contacts {
    margin-left: 5px;
  }
  #_asm .ASM_session .cartId {
    margin-bottom: 15px;
  }
  #_asm .ASM_session .ASM_icon-chain {
    visibility: hidden;
    opacity: 0;
  }
  #_asm .ASM_session .ASM_session_input_text {
    display: block;
    line-height: 32px;
    margin-left: 60px;
  }
  #_asm .ASM_session .ASM_session_input_text:before {
    content: " ";
    display: table;
  }
  #_asm .ASM_session .ASM_session_input_text:after {
    content: " ";
    display: table;
    clear: both;
  }
  #_asm .ASM_session .ASM_session_andor_text {
    display: none !important;
  }
  #_asm .ASM_timer {
    margin: 0 0 10px 0;
    line-height: 40px;
  }
  #_asm .ASM_timer .ASM-btn-reset {
    float: right;
  }
  #_asm .ASM_end_session {
    margin: 10px 0 0 0;
  }
  #_asm .ASM-btn.ASM-btn-customer-list {
    float: none;
    width: 100%;
    text-align: center;
  }
  #_asm .assign-cart-to-member-wrapper {
    right: 0;
    top: 100px;
  }
  #_asmPersonifyForm {
    display: block;
  }
  #_asmBindForm {
    display: block;
  }
  .asm-customer360-tab .pager {
    float: none !important;
    text-align: center;
    margin: 0;
  }
  .asm-customer360-tab table {
    margin-bottom: 5px;
  }
  .asmAutoComplete .ui-autocomplete {
    width: auto !important;
    margin-right: 15px;
  }
  .asmAutoComplete .ui-autocomplete .ui-menu-item .name {
    width: 100%;
    padding-left: 3px;
  }
  .asmAutoComplete .ui-autocomplete .ui-menu-item .email {
    width: 100%;
    padding-left: 3px;
  }
  .asmAutoComplete .ui-autocomplete .ui-menu-item .date {
    width: 50%;
    padding-left: 3px;
  }
  .asmAutoComplete .ui-autocomplete .ui-menu-item .card {
    width: 50%;
    padding-left: 3px;
  }
  #asmHover {
    width: auto !important;
  }
  #asmHover .name {
    width: 100%;
    padding-left: 3px;
  }
  #asmHover .email {
    width: 100%;
    padding-left: 3px;
  }
  #asmHover .date {
    width: 50%;
    padding-left: 3px;
  }
  #asmHover .card {
    width: 50%;
    padding-left: 3px;
  }
}
@media (min-width: 668px) and (max-width: 1049px) {
  #_asm .visible-sm {
    display: block !important;
  }
  #_asm table.visible-sm {
    display: table;
  }
  #_asm tr.visible-sm {
    display: table-row !important;
  }
  #_asm th.visible-sm {
    display: table-cell !important;
  }
  #_asm td.visible-sm {
    display: table-cell !important;
  }
  #_asm .container-fluid {
    padding: 0;
  }
  #_asm .hidden-sm {
    display: none !important;
  }
  #_asm .ASM-btn.ASM-btn-start-session {
    margin-left: -2px;
  }
  #_asm .assign-cart-to-member-wrapper {
    right: 17%;
    padding-right: 10px;
  }
  #asmAutoCompleteCartId .ui-autocomplete {
    width: 210px !important;
  }
}
@media (min-width: 1050px) and (max-width: 1399px) {
  #_asm .visible-md {
    display: block !important;
  }
  #_asm table.visible-md {
    display: table;
  }
  #_asm tr.visible-md {
    display: table-row !important;
  }
  #_asm th.visible-md {
    display: table-cell !important;
  }
  #_asm td.visible-md {
    display: table-cell !important;
  }
  #_asm .hidden-md {
    display: none !important;
  }
}
@media print {
  #_asm .visible-print {
    display: block !important;
  }
  #_asm table.visible-print {
    display: table;
  }
  #_asm tr.visible-print {
    display: table-row !important;
  }
  #_asm th.visible-print {
    display: table-cell !important;
  }
  #_asm td.visible-print {
    display: table-cell !important;
  }
  #_asm .hidden-print {
    display: none !important;
  }
}
@media (min-width: 668px) and (max-width: 1399px) {
  #_asm .ASM_session .ASM-btn-customer-list .ASM_icon {
    margin-right: 0;
  }
  #_asm .ASM_header .ASM_logo span.ASM_cut_text {
    display: none !important;
  }
}
@media (min-width: 668px) and (max-width: 690px) {
  .ASM_header .first-top-row .ASM-btn-reset {
    padding-left: 0 !important;
  }
  .ASM_header .first-top-row .ASM-btn-logout {
    padding-left: 0 !important;
  }
}
@media (max-width: 668px) {
  .ASM_customer-list-modal .asm-account-section table .nav-order-tools {
    padding: 0;
  }
}
@media (max-width: 768px) {
  .ASM_customer-list-modal table.techne-table thead {
    display: none;
  }
  .ASM_customer-list-modal table.techne-table td {
    clear: both;
    display: block;
    border-top: none !important;
    overflow-wrap: break-word;
    word-wrap: break-word;
    -ms-word-break: break-all;
    word-break: break-all;
    word-break: break-word;
    -ms-hyphens: auto;
    -moz-hyphens: auto;
    -webkit-hyphens: auto;
    hyphens: auto;
    padding: 10px;
  }
  .ASM_customer-list-modal table.techne-table td .floating-text {
    -moz-hyphens: none;
    -webkit-hyphens: none;
    -ms-hyphens: none;
    word-break: initial;
    word-wrap: initial;
  }
  .ASM_customer-list-modal table.techne-table td:before {
    content: attr(data-th) "";
    width: 100%;
    display: block;
    font-size: 13px;
    font-weight: 600;
    color: #8a8fa1;
  }
  .ASM_customer-list-modal table.techne-table td > div.cellcontent {
    width: 100%;
    display: block;
    color: #7f90a4;
    font-size: 15px;
  }
  .ASM_customer-list-modal table.techne-table td.techne-table-xs-left-slot {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 50px;
    padding-right: 5px;
    padding-left: 10px;
  }
  .ASM_customer-list-modal table.techne-table tr {
    display: block;
    position: relative;
    box-shadow: 0 2px 3px rgba(138, 143, 161, 0.2);
  }
  .ASM_customer-list-modal table.techne-table tr.techne-table-xs-left {
    padding-left: 90px;
  }
  .ASM_customer-list-modal table.techne-table > tbody > tr > td {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .ASM_customer-list-modal table.techne-table > tbody > tr > td:last-child {
    display: inline-block;
    padding-right: 20px;
    vertical-align: middle;
  }
  .ASM_customer-list-modal table.techne-table > tbody > tr > td:last-child::before {
    display: inline;
  }
  .ASM_customer-list-modal table.techne-table > tbody > tr > td:last-child div {
    display: inline-block;
    padding-right: 20px;
    vertical-align: middle;
  }
  .ASM_customer-list-modal table.techne-table > tbody > tr > td:nth-last-child(2) {
    display: inline-block;
    padding-right: 20px;
    vertical-align: middle;
  }
  .ASM_customer-list-modal table.techne-table > tbody > tr > td:nth-last-child(2)::before {
    display: inline;
  }
  .ASM_customer-list-modal table.techne-table > tbody > tr > td:nth-last-child(2) div {
    display: inline-block;
    padding-right: 20px;
    vertical-align: middle;
  }
  .ASM_customer-list-modal table.techne-table > tbody > tr > td:nth-last-child(3) {
    display: inline-block;
    padding-right: 20px;
    vertical-align: middle;
  }
  .ASM_customer-list-modal table.techne-table > tbody > tr > td:nth-last-child(3)::before {
    display: inline;
  }
  .ASM_customer-list-modal table.techne-table > tbody > tr > td:nth-last-child(3) div {
    display: inline-block;
    padding-right: 20px;
    vertical-align: middle;
  }
  .ASM_customer-list-modal .asm-account-section table td {
    padding: 0;
  }
  .ASM_customer-list-modal .asm-account-section table .nav-order-tools {
    padding-bottom: 7px;
  }
  .ASM_customer-list-modal .asm-account-section a.default-pic {
    font-size: 35px;
  }
  .ASM_customer-list-modal .asm-account-section .img-profile-thumbnail {
    width: 75px;
    height: 75px;
  }
  .ASM_customer360-modal table.techne-table thead {
    display: none;
  }
  .ASM_customer360-modal table.techne-table td {
    clear: both;
    display: block;
    border-top: none !important;
    overflow-wrap: break-word;
    word-wrap: break-word;
    -ms-word-break: break-all;
    word-break: break-all;
    word-break: break-word;
    -ms-hyphens: auto;
    -moz-hyphens: auto;
    -webkit-hyphens: auto;
    hyphens: auto;
    padding: 10px;
  }
  .ASM_customer360-modal table.techne-table td .floating-text {
    -moz-hyphens: none;
    -webkit-hyphens: none;
    -ms-hyphens: none;
    word-break: initial;
    word-wrap: initial;
  }
  .ASM_customer360-modal table.techne-table td:before {
    content: attr(data-th) "";
    width: 100%;
    display: block;
    font-size: 13px;
    font-weight: 600;
    color: #8a8fa1;
  }
  .ASM_customer360-modal table.techne-table td.techne-table-xs-left-slot {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 50px;
    padding-right: 5px;
    padding-left: 10px;
  }
  .ASM_customer360-modal table.techne-table tr {
    display: block;
    position: relative;
    box-shadow: 0 2px 3px rgba(138, 143, 161, 0.2);
  }
  .ASM_customer360-modal table.techne-table tr.techne-table-xs-left {
    padding-left: 90px;
  }
  .ASM_customer360-modal .asm-customer360-tab table td {
    padding: 0;
  }
}
@media (max-width: 639px) {
  .ASM_customer-list-modal .asm-account-section .pagination-bar .pagination {
    border: none;
    padding: 5px 0;
  }
  .ASM_customer-list-modal .asm-account-section .pagination-bar .pagination-bar-results {
    text-align: center;
    padding: 18px 0;
    width: 100%;
    display: block;
    border-bottom: 1px solid #bdc6d2;
  }
  .ASM_customer-list-modal .customer-list-select {
    font-size: 18px;
  }
  .y-toolbar__wrapper .y-toolbar__right {
    float: right;
  }
}
@media (max-width: 591px) {
  .y-toolbar__wrapper .ASM-sort__wrapper .y-toolbar__dropdown {
    width: 100%;
    border-right: none;
    border-top: 1px solid #bdc6d2;
  }
  .y-toolbar__wrapper .y-toolbar__dropdown .dropdown-menu {
    min-width: 100%;
  }
  .y-toolbar__wrapper .ASM-toolbar__search {
    width: 100%;
    border-right: none;
  }
  .y-toolbar__wrapper .ASM-toolbar__search .input-group {
    width: 100%;
  }
  .y-toolbar__wrapper .ASM-toolbar__search #ASM_customer-list-queryInput {
    width: 90%;
  }
  .y-toolbar__wrapper .ASM-toolbar__search .input-group-btn {
    width: 10%;
  }
}
@media (min-width: 505px) and (max-width: 645px) {
  .y-toolbar__wrapper .y-toolbar__dropdown .dropdown-menu {
    left: auto !important;
    right: 0%;
  }
}
@media (min-width: 768px) {
  .y-toolbar__wrapper .y-toolbar__right {
    float: right;
  }
}
@media (max-width: 902px) {
  .y-toolbar__wrapper .y-toolbar__right {
    width: 100%;
    border-top: 1px solid #bdc6d2;
    min-height: 52px;
  }
  .y-toolbar__wrapper .y-toolbar__right nav {
    text-align: right;
    width: 100%;
  }
}
@media (max-width: 767px) {
  .y-toolbar__wrapper .y-toolbar__dropdown {
    float: right;
  }
}
.ASM_customer-list-modal {
  width: 100% !important;
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: -ms-flex !important;
  display: flex !important;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  top: 135px !important;
}
.ASM_customer-list-modal .asm-account-section .account-orderhistory {
  -moz-flex-direction: column;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  margin: 0 !important;
  max-width: unset;
}
.ASM_customer-list-modal #cboxContent {
  background-color: #ffffff;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.ASM_customer-list-modal #cboxContent:before {
  content: none !important;
}
.ASM_customer-list-modal .customer-list-select-wrapper {
  background: #ffffff;
  padding: 10px 0 10px 10px;
  margin-bottom: 0 !important;
}
.ASM_customer-list-modal .customer-list-select-wrapper:after {
  right: 5px !important;
}
.ASM_customer-list-modal .client-list .account-orderhistory {
  display: block;
}
.ASM_customer-list-modal .client-list .account-orderhistory .account-orderhistory-pagination {
  background: #ffffff;
  width: 100%;
}
.ASM_customer-list-modal .client-list .account-orderhistory .account-overview-table {
  padding-top: 0;
  width: 100%;
}
.scrolled-modal {
  top: 40px !important;
}
#colorbox.colorboxoob {
  display: block !important;
  visibility: visible !important;
  top: 70px !important;
  position: absolute !important;
  width: 100% !important;
  max-width: 1200px;
  height: 845px;
  outline: 0 !important;
  z-index: 9999 !important;
  left: 0 !important;
  right: 0;
  overflow: hidden;
  margin: 0 auto;
















}
@media (max-width: 1007px) {
  #colorbox.colorboxoob {
    top: 20px !important;
  }
}
#colorbox.colorboxoob #cboxClose,
#colorbox.colorboxoob #cboxTitle {
  display: block !important;
}
#colorbox.colorboxoob #cboxWrapper {
  max-width: none;
  height: 845px;
  width: 100% !important;
  position: absolute;
  top: 0;
  left: 14px;
  right: 14px;
  z-index: 9999;
  overflow: auto;
  max-height: 80vh;
  overflow-x: hidden;
  max-width: 1100px;
  margin: 0 auto;
  display: block;
  width: auto !important;
}
#colorbox.colorboxoob #cboxTopLeft {
  width: 14px;
  height: auto;
  float: left;
}
#colorbox.colorboxoob #cboxTopCenter {
  width: 1172px;
  height: auto;
  float: left;
}
#colorbox.colorboxoob #cboxTopRight {
  width: 14px;
  height: auto;
  float: left;
}
#colorbox.colorboxoob #cboxMiddleLeft {
  width: auto;
  float: left;
  height: 788px;
  clear: left;
}
#colorbox.colorboxoob #cboxContent {
  background: #ffffff;
  overflow: visible;
  float: left;
  width: 100% !important;
  height: 788px;
  position: relative;
  max-width: 100%;
  padding: 0 14px 15px;
}
#colorbox.colorboxoob #cboxLoadedContent {
  height: 875px;
  width: auto !important;
  padding-top: 40px;
  margin-top: 0;
  color: #000000;
  padding-bottom: 20px;
}
@media (max-width: 639px) {
  #colorbox.colorboxoob #cboxLoadedContent {
    margin-top: 17px;
    padding: 15px 20px 30px 20px;
  }
}
#colorbox.colorboxoob .ASM_icon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: "asm_icons";
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
#colorbox.colorboxoob .ASM_customer360-modal #section p,
#colorbox.colorboxoob .ASM_customer360-modal #section a {
  overflow-wrap: break-word;
  word-wrap: break-word;
  -ms-word-break: break-all;
  word-break: break-word;
  color: #0486e0;
}
@media (max-width: 1007px) {
  #colorbox.colorboxoob .ASM_customer360-modal #section p,
  #colorbox.colorboxoob .ASM_customer360-modal #section a {
    white-space: unset;
  }
  #colorbox.colorboxoob .ASM_customer360-modal #section p .hide_overflow,
  #colorbox.colorboxoob .ASM_customer360-modal #section a .hide_overflow {
    word-break: break-word;
    white-space: unset;
  }
}
#colorbox.colorboxoob .asm__customer360 #section .asm__fragment .asm__customer360-overview-product-name {
  white-space: unset;
}
@media (max-width: 1007px) {
  #colorbox.colorboxoob .pageable-fragment h3 {
    float: none !important;
  }
}
#colorbox.colorboxoob .ASM_customer360-modal #cboxLoadedContent {
  padding-top: 40px;
  margin-top: 0;
}
#colorbox.colorboxoob .asm__customer360 {
  font-family: Dosis, sans-serif;
}
#colorbox.colorboxoob .asm__customer360-signedup {
  position: absolute;
  right: 64px;
  top: 35px;
  font-size: 13px;
  line-height: 20px;
  color: #8592a2;
}
#colorbox.colorboxoob .asm__customer360-header {
  margin-bottom: 30px;
}
#colorbox.colorboxoob .asm__customer360-header-image {
  float: left;
  width: 110px;
  height: 110px;
  border: 1px solid #d5dee8;
  border-radius: 100%;
}
#colorbox.colorboxoob .asm__customer360-customer-image {
  width: 100%;
  height: auto;
}
#colorbox.colorboxoob .asm__customer360-header-desc {
  margin-left: 140px;
}
#colorbox.colorboxoob .asm__customer360-header-name {
  font-size: 33px;
  line-height: 33px;
  color: #233243;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: inline-block;
  max-width: 100%;
}
@media (min-width: 997px) {
  #colorbox.colorboxoob .asm__customer360-header-name {
    padding-right: 150px;
  }
}
#colorbox.colorboxoob .asm__customer360-header-email {
  font-size: 15px;
  line-height: 20px;
  position: relative;
  z-index: 1000;
}
#colorbox.colorboxoob .asm__customer360-header-location {
  font-size: 13px;
  line-height: 20px;
  color: #8592a2;
}
#colorbox.colorboxoob .asm__customer360-header-info {
  margin-top: 15px;
}
#colorbox.colorboxoob .asm__customer360-header-info-item {
  display: inline-block;
  font-size: 13px;
  color: #313440;
  margin-right: 30px;
  margin-bottom: 10px;
}
#colorbox.colorboxoob .asm__customer360-header-info-item > span {
  padding-left: 34px;
  background: no-repeat left top;
  line-height: 24px;
  display: inline-block;
}
#colorbox.colorboxoob .asm__customer360-header-info-item .asm__header__cart {
  background-image: url(../_ui/responsive/theme-alkosto/images/icon1.png);
}
#colorbox.colorboxoob .asm__customer360-header-info-item .asm__header__order {
  background-image: url(../_ui/responsive/theme-alkosto/images/icon2.png);
}
#colorbox.colorboxoob .asm__customer360-header-info-item .asm__header__ticket {
  background-image: url(../_ui/responsive/theme-alkosto/images/icon3.png);
}
#colorbox.colorboxoob .asm__customer360-header-sep {
  height: 1px;
  background: #ebeef1;
  margin-left: -40px;
  margin-right: -40px;
  width: auto;
}
@media (min-width: 668px) and (max-width: 996px) {
  #colorbox.colorboxoob .asm__customer360-signedup {
    position: static;
    margin-left: 140px;
  }
}
@media (max-width: 667px) {
  #colorbox.colorboxoob .asm__customer360-header {
    text-align: center;
  }
  #colorbox.colorboxoob .asm__customer360-header-image {
    float: none;
    display: inline-block;
  }
  #colorbox.colorboxoob .asm__customer360-header-desc {
    margin-left: 0;
  }
  #colorbox.colorboxoob .asm__customer360-header-info {
    display: inline-block;
    padding-left: 5%;
  }
  #colorbox.colorboxoob .asm__customer360-header-info-item {
    display: block;
    margin-bottom: 20px;
    margin-right: 0;
    text-align: left;
  }
  #colorbox.colorboxoob .asm__customer360-signedup {
    position: static;
  }
}
#colorbox.colorboxoob .asm__customer360-overview {
  font-family: "Arial", sans-serif;
}
#colorbox.colorboxoob .asm__customer360-overview-info {
  background: #eef3f7;
  position: relative;
  margin: -1px -40px 0 -40px;
  width: auto;
  padding-left: 20px;
  padding-right: 20px;
  border-bottom: 1px solid #dfe5ec;
  border-top: 1px solid #dfe5ec;
}
#colorbox.colorboxoob .asm__customer360-overview-info .col-sm-6 {
  position: static;
}
#colorbox.colorboxoob .asm__customer360-overview-info .col-sm-6:before {
  content: "";
  position: absolute;
  top: 20px;
  bottom: 0;
  width: 1px;
  height: auto;
  background: #dfe5ec;
  margin-left: -10px;
}
#colorbox.colorboxoob .asm__customer360-overview-info .col-sm-6:first-child:before {
  display: none;
}
#colorbox.colorboxoob .asm__customer360-overview-info-is,
#colorbox.colorboxoob .asm__customer360-overview-info-uses,
#colorbox.colorboxoob .asm__customer360-overview-info-points {
  padding-bottom: 10px;
}
#colorbox.colorboxoob .asm__customer360-overview-info-points {
  text-align: center;
}
#colorbox.colorboxoob .asm__customer360-overview-info-points-pts {
  font-size: 25px;
  line-height: 26px;
  font-weight: bold;
  color: #313440;
}
#colorbox.colorboxoob .asm__customer360-overview-info-points-ptsinfo {
  font-size: 14px;
  line-height: 20px;
  text-transform: uppercase;
  font-weight: 600;
  color: #313440;
}
#colorbox.colorboxoob .asm__customer360-overview-info-points-next {
  font-size: 13px;
  line-height: 25px;
  color: #8592a2;
  margin-top: 5px;
  margin-bottom: 10px;
}
#colorbox.colorboxoob .asm__customer360-overview-info-points-medals {
  margin-top: 15px;
}
#colorbox.colorboxoob .asm__customer360-overview-info-points-medals-item {
  width: 43px;
  height: 41px;
  display: inline-block;
  margin-left: 3px;
  margin-right: 3px;
}
#colorbox.colorboxoob .asm__customer360-overview-info-points-medals-silver-on {
  background: url(../_ui/responsive/theme-alkosto/images/customer360/asm__customer360-overview-info-points-medal-silver-on.png) no-repeat center center;
}
#colorbox.colorboxoob .asm__customer360-overview-info-points-medals-silver-off {
  background: url(../_ui/responsive/theme-alkosto/images/customer360/asm__customer360-overview-info-points-medal-silver-off.png) no-repeat center center;
}
#colorbox.colorboxoob .asm__customer360-overview-info-points-medals-gold-on {
  background: url(../_ui/responsive/theme-alkosto/images/customer360/asm__customer360-overview-info-points-medal-gold-on.png) no-repeat center center;
}
#colorbox.colorboxoob .asm__customer360-overview-info-points-medals-gold-off {
  background: url(../_ui/responsive/theme-alkosto/images/customer360/asm__customer360-overview-info-points-medal-gold-off.png) no-repeat center center;
}
#colorbox.colorboxoob .asm__customer360-overview-info-points-medals-platinum-on {
  background: url(../_ui/responsive/theme-alkosto/images/customer360/asm__customer360-overview-info-points-medal-platinum-on.png) no-repeat center center;
}
#colorbox.colorboxoob .asm__customer360-overview-info-points-medals-platinum-off {
  background: url(../_ui/responsive/theme-alkosto/images/customer360/asm__customer360-overview-info-points-medal-platinum-off.png) no-repeat center center;
}
#colorbox.colorboxoob .asm__customer360-overview-info-points-medals-info {
  font-size: 13px;
  line-height: 26px;
  color: #8592a2;
  margin-top: 10px;
}
#colorbox.colorboxoob .asm__customer360-overview-info-points-btn {
  margin-top: 15px;
  display: inline-block;
  font-size: 13px;
  color: #ffffff !important;
  background: #3f5875 url(../_ui/responsive/theme-alkosto/images/customer360/asm__customer360-overview-info-points-btn.png) no-repeat center right;
  line-height: 24px;
  padding-top: 13px;
  padding-bottom: 13px;
  padding-left: 15px;
  padding-right: 50px;
}
#colorbox.colorboxoob .asm__customer360-overview-info-is {
  text-align: center;
}
#colorbox.colorboxoob .asm__customer360-overview-info-is-tags {
  text-align: left;
  padding-left: 10px;
  margin-top: 5px;
  font-size: 0;
}
#colorbox.colorboxoob .asm__customer360-overview-info-is-tags-item {
  background: #ffffff;
  display: inline-block;
  margin-right: 3px;
  margin-left: 3px;
  line-height: 25px;
  font-size: 12px;
  font-weight: bold;
  margin-bottom: 10px;
  border-radius: 15px;
  padding-left: 20px;
  padding-right: 20px;
  color: #313440;
}
@media (max-width: 1023px) {
  #colorbox.colorboxoob .asm__customer360-overview-info-is-tags-item {
    margin: 0 2px 5px;
  }
}
#colorbox.colorboxoob .asm__customer360-overview-info-uses {
  text-align: center;
}
#colorbox.colorboxoob .asm__customer360-overview-info-uses-icon {
  height: 33px;
  display: block;
  margin-bottom: 5px;
}
#colorbox.colorboxoob .asm__customer360-overview-info-uses-icon-Computer {
  background: url(../_ui/responsive/theme-alkosto/images/customer360/icon-desktop.png) no-repeat center center;
}
#colorbox.colorboxoob .asm__customer360-overview-info-uses-icon-Tablet {
  background: url(../_ui/responsive/theme-alkosto/images/customer360/icon-tablet.png) no-repeat center center;
}
#colorbox.colorboxoob .asm__customer360-overview-info-uses-icon-Mobile {
  background: url(../_ui/responsive/theme-alkosto/images/customer360/icon-mobile.png) no-repeat center center;
}
#colorbox.colorboxoob .asm__customer360-overview-info-uses-icon-Pc {
  background: url(../_ui/responsive/theme-alkosto/images/customer360/icon-computer.png) no-repeat center center;
}
#colorbox.colorboxoob .asm__customer360-overview-info-uses-icon-Console {
  background: url(../_ui/responsive/theme-alkosto/images/customer360/icon-console.png) no-repeat center center;
}
#colorbox.colorboxoob .asm__customer360-overview-info-uses-icon-Tv {
  background: url(../_ui/responsive/theme-alkosto/images/customer360/icon-tv.png) no-repeat center center;
}
#colorbox.colorboxoob .asm__customer360-overview-info-uses-value {
  font-size: 25px;
  font-weight: 600;
  color: #313440;
}
#colorbox.colorboxoob .asm__customer360-overview-info-uses-name {
  font-size: 14px;
  line-height: 18px;
  font-weight: 600;
  margin-bottom: 5px;
  text-transform: uppercase;
  color: #313440;
}
#colorbox.colorboxoob .asm__customer360-overview-info-uses-device {
  color: #8592a2;
  font-size: 13px;
  line-height: 15px;
}
#colorbox.colorboxoob .asm__customer360-overview-info-uses-browser {
  margin-top: 5px;
  height: 35px;
  background: url(../_ui/responsive/theme-alkosto/images/customer360/icon-other.png) no-repeat center center;
}
#colorbox.colorboxoob .asm__customer360-overview-info-uses-browser-Chrome {
  background: url(../_ui/responsive/theme-alkosto/images/customer360/icon-chrome.png) no-repeat center center;
}
#colorbox.colorboxoob .asm__customer360-overview-info-uses-browser-Safari {
  background: url(../_ui/responsive/theme-alkosto/images/customer360/icon-safari.png) no-repeat center center;
}
#colorbox.colorboxoob .asm__customer360-overview-info-uses-browser-Firefox {
  background: url(../_ui/responsive/theme-alkosto/images/customer360/icon-firefox.png) no-repeat center center;
}
#colorbox.colorboxoob .asm__customer360-overview-info-uses-browser-Microsoft_Edge,
#colorbox.colorboxoob .asm__customer360-overview-info-uses-browser-Internet_Explorer {
  background: url(../_ui/responsive/theme-alkosto/images/customer360/icon-ie.png) no-repeat center center;
}
#colorbox.colorboxoob .asm__customer360-overview-info-uses-browser-Opera {
  background: url(../_ui/responsive/theme-alkosto/images/customer360/icon-opera.png) no-repeat center center;
}
#colorbox.colorboxoob .asm__customer360-overview-info-headline {
  text-align: center;
  font-size: 24px;
  font-weight: 500;
  padding-top: 30px;
  padding-bottom: 10px;
  text-transform: uppercase;
  font-family: Dosis, sans-serif;
}
#colorbox.colorboxoob .asm__customer360-overview-info-headline,
#colorbox.colorboxoob .asm__customer360-headline {
  overflow: hidden;
  text-overflow: ellipsis;
}
#colorbox.colorboxoob .asm__customer360-overview-info-table {
  table-layout: fixed;
}
#colorbox.colorboxoob .asm__customer360-overview-info-table td {
  padding: 0 3px;
}
#colorbox.colorboxoob .asm__customer360-overview-info-uses-value,
#colorbox.colorboxoob .asm__customer360-overview-info-uses-name,
#colorbox.colorboxoob .asm__customer360-overview-info-uses-device > div {
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
}
@media (max-width: 667px) {
  #colorbox.colorboxoob .asm__customer360-overview-info {
    margin-left: -20px;
    margin-right: -20px;
  }
  #colorbox.colorboxoob .asm__customer360-overview-info-headline {
    padding-top: 30px;
  }
  #colorbox.colorboxoob .asm__customer360-overview-info .col-sm-6 {
    width: auto;
    float: none;
    position: relative;
  }
  #colorbox.colorboxoob .asm__customer360-overview-info .col-sm-6:before {
    left: 10px;
    right: 10px;
    bottom: auto;
    top: 0;
    width: auto;
    height: 1px;
    margin: 0;
  }
  #colorbox.colorboxoob .asm__customer360-overview-info-is {
    padding-bottom: 20px;
  }
  #colorbox.colorboxoob .asm__customer360-overview-info-uses {
    padding-bottom: 20px;
  }
}
#colorbox.colorboxoob .asm__customer360-headline {
  font-family: Dosis, sans-serif;
  font-size: 24px;
  line-height: 24px;
  font-weight: 500;
  text-transform: uppercase;
  text-align: center;
  margin-top: 40px;
  margin-bottom: 25px;
  position: relative;
}
#colorbox.colorboxoob .asm__customer360-headline a {
  font-weight: 500;
}
#colorbox.colorboxoob .asm__customer360-subheadline {
  font-size: 16px;
  line-height: 24px;
  margin-top: 25px;
  font-family: "Arial", sans-serif;
  padding-bottom: 5px;
}
#colorbox.colorboxoob .asm__customer360-overview-divider {
  border-top: 1px solid #d4d7dc;
  padding-top: 10px;
}
#colorbox.colorboxoob .asm__customer360-overview-colors {
  font-size: 0;
  margin-bottom: 40px;
}
#colorbox.colorboxoob .asm__customer360-overview-colors-color {
  display: inline-block;
  border-right: 2px solid #ffffff;
  height: 80px;
}
#colorbox.colorboxoob .asm__customer360-overview-recent-section {
  margin-bottom: 20px;
}
#colorbox.colorboxoob .asm__customer360-overview-recent {
  text-align: center;
}
#colorbox.colorboxoob .asm__customer360-overview-recent-image {
  margin-bottom: 15px;
}
#colorbox.colorboxoob .asm__customer360-overview-recent-image img {
  max-width: 100%;
  height: auto;
  width: 120px;
}
#colorbox.colorboxoob .asm__customer360-overview-recent-name {
  font-size: 15px;
  line-height: 20px;
}
#colorbox.colorboxoob .asm__customer360-overview-recent-views {
  font-size: 15px;
  font-weight: 600;
}
#colorbox.colorboxoob .asm__customer360-overview-recent-time {
  font-size: 12px;
  line-height: 20px;
  color: #8592a2;
  text-transform: uppercase;
}
@media (max-width: 667px) {
  #colorbox.colorboxoob .asm__customer360-overview-recent-section .col-sm-6 {
    float: none;
    width: auto;
    margin-bottom: 20px;
  }
}
#colorbox.colorboxoob .asm__customer360-overview-recentsearch-item {
  background: #eef3f7;
  display: inline-block;
  margin-right: 3px;
  margin-left: 3px;
  line-height: 25px;
  margin-bottom: 10px;
  border-radius: 15px;
  padding: 0 30px;
  color: #313440;
  font-family: "Arial", sans-serif;
  font-size: 15px;
}
#colorbox.colorboxoob .asm__customer360-overview-sep {
  height: 1px;
  background: #ebeef1;
}
#colorbox.colorboxoob .asm__customer360-overview-interests {
  text-align: center;
}
#colorbox.colorboxoob .asm__customer360-overview-interests-img {
  margin-bottom: 10px;
}
#colorbox.colorboxoob .asm__customer360-overview-interests-img img {
  max-width: 100%;
  height: auto;
  width: auto;
}
#colorbox.colorboxoob .asm__customer360-overview-interests-name {
  font-size: 15px;
  line-height: 20px;
  margin-bottom: 5px;
}
#colorbox.colorboxoob .asm__customer360-overview-interests-stock {
  font-size: 12px;
  line-height: 18px;
  color: #8592a2;
  text-transform: uppercase;
}
#colorbox.colorboxoob .asm__customer360-overview-interests-price {
  font-weight: bold;
  font-size: 15px;
  line-height: 20px;
  text-transform: uppercase;
}
@media (max-width: 667px) {
  #colorbox.colorboxoob .asm__customer360-overview-interests-section .col-sm-2 {
    float: left;
    width: 50%;
    margin-bottom: 20px;
  }
  #colorbox.colorboxoob .asm__customer360-overview-interests-section .col-sm-2:nth-child(2n + 1) {
    clear: both;
  }
}
@media (min-width: 668px) {
  #colorbox.colorboxoob .asm__customer360-overview-saved-wrap,
  #colorbox.colorboxoob .asm__customer360-overview-saved-box {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
#colorbox.colorboxoob .asm__customer360-overview-saved {
  border: 1px solid #ebeef1;
  font-size: 15px;
  line-height: 20px;
  box-shadow: -1px 1px 1px #eff0f2;
  overflow: hidden;
  margin-bottom: 20px;
  width: 100%;
}
#colorbox.colorboxoob .asm__customer360-overview-saved-img {
  margin: -1px;
  float: left;
  margin-right: 20px;
}
#colorbox.colorboxoob .asm__customer360-overview-saved-text-wrap {
  padding-left: 145px;
}
#colorbox.colorboxoob .asm__customer360-overview-saved-card-info {
  font-size: 15px;
  line-height: 30px;
  text-transform: none;
  font-family: "Arial", sans-serif;
}
@media (min-width: 997px) {
  #colorbox.colorboxoob .asm__customer360-overview-saved-card-info {
    position: absolute;
    right: 0;
  }
}
@media (max-width: 996px) {
  #colorbox.colorboxoob .asm__customer360-overview-saved-card-info {
    display: block;
  }
}
#colorbox.colorboxoob .asm__customer360-overview-saved-card-divider {
  border-right: 1px solid #e1e7ee;
  padding-right: 10px;
  margin-right: 10px;
}
#colorbox.colorboxoob .asm__customer360-overview-saved-name {
  margin-top: 10px;
  padding-right: 10px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
#colorbox.colorboxoob .asm__customer360-overview-saved-sku {
  margin-bottom: 5px;
}
#colorbox.colorboxoob .asm__customer360-overview-qty-divider {
  border-right: 1px solid #ebeef1;
  padding-right: 10px;
  margin-right: 10px;
}
#colorbox.colorboxoob .asm__customer360-overview-saved-total {
  font-weight: bold;
  margin-top: 15px;
  margin-bottom: 15px;
  text-transform: uppercase;
}
@media (max-width: 667px) {
  #colorbox.colorboxoob .asm__customer360-overview-saved-section .col-sm-6 {
    float: none;
    width: auto;
    margin-bottom: 20px;
  }
}
#colorbox.colorboxoob .asm__customer360-profile {
  margin-bottom: 20px;
  margin-top: 30px;
  font-family: "Arial", sans-serif;
}
#colorbox.colorboxoob .asm__customer360-profile-col {
  padding-left: 10px;
  padding-right: 10px;
  width: 20%;
  float: left;
  font-size: 15px;
  line-height: 24px;
  margin-bottom: 30px;
}
@media (max-width: 667px) {
  #colorbox.colorboxoob .asm__customer360-profile-col {
    width: auto;
    float: none;
  }
}
#colorbox.colorboxoob .asm__customer360-profile-headline {
  font-size: 13px;
  line-height: 24px;
  color: #8a8fa1;
}
#colorbox.colorboxoob .asm__customer360-profile-payment {
  display: block;
  margin-top: 20px;
  border: 1px solid #ebeef1;
  text-align: right;
  padding: 10px;
  color: #313440;
  font-size: 14px;
  line-height: 20px;
  text-transform: uppercase;
  min-height: 67px;
  overflow: hidden;
}
#colorbox.colorboxoob .asm__customer360-profile-payment-active {
  border-color: #b2ebbd;
  border-width: 2px;
}
#colorbox.colorboxoob .asm__customer360-profile-payment-img {
  float: left;
  width: 48px;
  height: 48px;
  background-size: 48px;
}
#colorbox.colorboxoob .asm__customer360-profile-payment-visa {
  background-image: url(../_ui/responsive/theme-alkosto/images/visa.png);
}
#colorbox.colorboxoob .asm__customer360-profile-payment-amex {
  background-image: url(../_ui/responsive/theme-alkosto/images/amex.png);
}
#colorbox.colorboxoob .asm__customer360-profile-payment-master {
  background-image: url(../_ui/responsive/theme-alkosto/images/master.png);
}
#colorbox.colorboxoob .asm__customer360-profile-payment-maestro {
  background-image: url(../_ui/responsive/theme-alkosto/images/maestro.png);
}
#colorbox.colorboxoob .asm__customer360-profile-payment-diners {
  background-image: url(../_ui/responsive/theme-alkosto/images/diners.png);
}
#colorbox.colorboxoob .asm__customer360-profile-payment-type {
  font-weight: bold;
}
#colorbox.colorboxoob .asm__customer360-profile-payment-default {
  color: #00be26;
  border-right: 1px solid #e1e7ee;
  padding-right: 10px;
  margin-right: 10px;
}
#colorbox.colorboxoob .asm__customer360-profile-payment-nr {
  padding-top: 5px;
}
#colorbox.colorboxoob .ASM_customer360-modal #cboxLoadedContent {
  width: auto !important;
}
#colorbox.colorboxoob .ASM_customer360-modal #cboxClose:focus {
  outline: none;
}
#colorbox.colorboxoob .ASM_customer360-modal .asm__customer360__menu {
  font-family: "Arial", sans-serif;
  margin-top: 20px;
  z-index: 5;
}
#colorbox.colorboxoob .nav-tabs > li.active > a {
  color: #0486e0;
}
#colorbox.colorboxoob .nav-tabs > li.active > a:hover,
#colorbox.colorboxoob .nav-tabs > li.active > a:focus,
#colorbox.colorboxoob .nav-tabs > li.active > a:active {
  border-width: 0 0 2px;
  border-color: #0486e0;
  background: #0486e0;
  color: #ffffff;
}
#colorbox.colorboxoob .nav-tabs > li > a {
  transition: background 0.1s ease-out, border 0.1s ease-out;
  text-transform: uppercase;
  border-radius: 0;
  border-width: 0 0 2px;
  color: #a1aebd;

}
#colorbox.colorboxoob .nav-tabs > li.active > a {
  border-width: 0 0 2px;
  border-color: #0486e0;
  background-color: transparent;
}
#colorbox.colorboxoob .nav-tabs > li > a:hover,
#colorbox.colorboxoob .nav-tabs > li > a:active {
  color: #0486e0;
  border-width: 0 0 2px;
  background: #ffffff;
}
#colorbox.colorboxoob .nav-tabs > li > a:focus,
#colorbox.colorboxoob .nav-tabs > li > a:active {
  background: #ffffff;
  border-color: #0486e0;
}
#colorbox.colorboxoob .nav-tabs.nav-tabs-center,
#colorbox.colorboxoob .nav-tabs.nav-tabs--center {
  display: table;
  margin: 0 auto;
}
#colorbox.colorboxoob .nav-tabs.nav-tabs-center > li,
#colorbox.colorboxoob .nav-tabs.nav-tabs--center > li {
  text-align: center;
}
#colorbox.colorboxoob .nav-tabs--responsive {
  position: relative;
}
#colorbox.colorboxoob .nav-tabs--responsive .nav-tabs-mobile-caret {
  display: none;
}
@media (max-width: 667px) {
  #colorbox.colorboxoob .nav-tabs--responsive {
    background: #ffffff;
    display: block !important;
  }
  #colorbox.colorboxoob .nav-tabs--responsive li {
    width: 100%;
  }
  #colorbox.colorboxoob .nav-tabs--responsive li:not(.active) {
    display: none;
  }
  #colorbox.colorboxoob .nav-tabs--responsive li:not(.active).active {
    display: block;
    background-color: #ffffff;
  }
  #colorbox.colorboxoob .nav-tabs--responsive li:not(.active).active a:focus,
  #colorbox.colorboxoob .nav-tabs--responsive li:not(.active).active a:hover,
  #colorbox.colorboxoob .nav-tabs--responsive li:not(.active).active a:active {
    background: none;
    color: #0486e0;
  }
  #colorbox.colorboxoob .nav-tabs--responsive li.nav-tabs-mobile-caret {
    display: block;
    position: absolute;
    right: 0;
    width: 100%;
    cursor: pointer;
  }
  #colorbox.colorboxoob .nav-tabs--responsive li.nav-tabs-mobile-caret a {
    border: none;
    background-color: transparent;
  }
  #colorbox.colorboxoob .nav-tabs--responsive li.nav-tabs-mobile-caret a:focus,
  #colorbox.colorboxoob .nav-tabs--responsive li.nav-tabs-mobile-caret a:active {
    background-color: transparent;
  }
  #colorbox.colorboxoob .nav-tabs--responsive.open .nav-tabs-mobile-caret {
    width: 20%;
  }
  #colorbox.colorboxoob .nav-tabs--responsive.open .nav-tabs-mobile-caret .caret {
    content: "";
    border-top: 0;
    border-bottom: 4px dashed;
  }
  #colorbox.colorboxoob .nav-tabs--responsive.open li {
    display: block !important;
    margin-bottom: 0;
  }
}
#colorbox.colorboxoob .ASM_customer360-modal .asm-customer360-tab {
  position: relative;
  font-family: "Arial", sans-serif;
  margin-top: 15px;
}
#colorbox.colorboxoob .ASM_customer360-modal p,
#colorbox.colorboxoob .ASM_customer360-modal a {
  overflow-wrap: break-word;
  word-wrap: break-word;
  -ms-word-break: break-all;
  word-break: break-all;
}
#colorbox.colorboxoob .ASM_customer360-modal .asm-customer360-tab.generic {
  position: relative;
}
#colorbox.colorboxoob .ASM_customer360-modal .asm-customer360-tab.generic:before {
  top: 35px;
}
#colorbox.colorboxoob .ASM_customer360-modal .asm-customer360-tab.asm-customer360-overview-tab-summary {
  position: relative;
}
#colorbox.colorboxoob .ASM_customer360-modal .asm-customer360-tab.asm-customer360-overview-tab-summary:before {
  top: 35px;
}
#colorbox.colorboxoob .ASM_customer360-modal .asm-customer360-tab.asm-customer360-overview-tab-summary .form-group {
  margin-top: 10px;
}
#colorbox.colorboxoob .ASM_customer360-modal .asm-customer360-tab.asm-customer360-overview-tab-summary h3 {
  padding-left: 10px;
}
#colorbox.colorboxoob .ASM_customer360-modal .asm-customer360-tab h3 {
  font-size: 16px;
  margin-bottom: 25px;
}
#colorbox.colorboxoob .ASM_customer360-modal .asm-customer360-tab:after {
  content: "";
  display: block;
  position: absolute;
  border-bottom: 1px solid #d4d7dc;
  width: 100%;
  top: 45px;
}
#colorbox.colorboxoob .ASM_customer360-modal .asm-customer360-tab a {
  font-weight: bold;
}
#colorbox.colorboxoob .ASM_customer360-modal .asm-customer360-tab .profile-pic {
  max-width: 120px;
}
#colorbox.colorboxoob .ASM_customer360-modal .asm-customer360-tab .pager th.headerSortDown,
#colorbox.colorboxoob .ASM_customer360-modal .asm-customer360-tab .pager th.headerSortUp {
  background-color: #0486e0;
}
#colorbox.colorboxoob .ASM_customer360-modal a:focus {
  text-decoration: none;

}
#colorbox.colorboxoob .ASM_customer360-modal .asm-customer360-tab .row {
  margin-top: 20px;
}
#colorbox.colorboxoob .ASM_customer360-modal .asm-customer360-tab label,
#colorbox.colorboxoob .ASM_customer360-modal .customer360-contact-sub-tab label {
  text-transform: capitalize;
  color: #808fa1;
}
#colorbox.colorboxoob .ASM_customer360-modal .asm-customer360-tab p {
  font-weight: 600;
  margin-bottom: 5px;
}
#colorbox.colorboxoob .ASM_customer360-modal .customer360-contact-sub-tab p {
  font-weight: normal;
}
#colorbox.colorboxoob .ASM_customer360-modal .default-pic:before {
  content: "\e801";
}
#colorbox.colorboxoob .ASM_customer360-modal .default-pic {
  font-family: "asm_icons", sans-serif;
  color: #a6a6a6;
  font-size: 110px;
  line-height: 1;
  display: block;
  max-width: 100%;
  height: auto;
}
@media (max-width: 667px) {
  #colorbox.colorboxoob .ASM_customer360-modal .asm-customer360-overview-tab:before {
    border: none;
  }
}
#colorbox.colorboxoob .nav-tabs.asm__customer360__menu > li > a {
  font-size: 15px;
}
#colorbox.colorboxoob .nav-tabs.asm__customer360__menu .caret {
  color: #a1aebd;
}
#colorbox.colorboxoob .nav-tabs.asm__customer360__menu > li.active > a:hover,
#colorbox.colorboxoob .nav-tabs.asm__customer360__menu > li.active > a:focus {
  color: #0486e0;
  background: none;
}
@media (max-width: 667px) {
  #colorbox.colorboxoob .ASM_customer360-modal .asm__customer360__menu {
    margin-bottom: 20px;
    border-bottom: 1px solid #dddddd;
  }
}
#colorbox.colorboxoob .ASM_customer360-modal .asm__customer360 .techne-table > thead > tr > th.pointer {
  cursor: pointer;
  position: relative;
}
#colorbox.colorboxoob .ASM_customer360-modal .headerSortDown:after {
  font-family: "asm_icons", sans-serif;
  content: "\e80f";
  font-style: normal;
  font-size: 14px;
  line-height: 18px;
  padding-left: 8px;
  color: #7f90a4;
}
#colorbox.colorboxoob .ASM_customer360-modal .headerSortUp:after {
  font-family: "asm_icons", sans-serif;
  content: "\e80e";
  font-style: normal;
  font-size: 14px;
  line-height: 18px;
  padding-left: 8px;
  color: #7f90a4;
}
#colorbox.colorboxoob .ASM_customer360-modal .techne-table th.headerSortDown,
#colorbox.colorboxoob .ASM_customer360-modal .techne-table th.headerSortUp,
#colorbox.colorboxoob .asm__customer360 .techne-table > thead > tr > th.header:hover {
  color: #2c98e4;
}
@media (max-width: 667px) {
  #colorbox.colorboxoob .ASM_customer360-modal .asm-customer360-tab:before {
    border: none;
  }
  #colorbox.colorboxoob .ASM_customer360-modal h3 {
    margin-bottom: 0;
    padding-bottom: 10px;
    width: 100%;
  }
  #colorbox.colorboxoob .ASM_customer360-modal img {
    margin: 0 auto;
  }
  #colorbox.colorboxoob .ASM_customer360-modal .default-pic {
    text-align: center;
  }
}
#colorbox.colorboxoob .overview-tab-charts canvas {
  margin: 0 auto;
}
#colorbox.colorboxoob .asm__customer360-overview-product-view {
  border: 1px solid #ebeef1;
  font-size: 15px;
  padding-top: 10px;
  padding-bottom: 55px;
  box-shadow: -1px 1px 1px #eff0f2;
}
#colorbox.colorboxoob .asm__customer360-overview-product-img {
  float: left;
  margin-right: 20px;
}
#colorbox.colorboxoob .asm__customer360-overview-product-name {
  padding-top: 10px;
  padding-right: 10px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
#colorbox.colorboxoob .asm__customer360-overview-product-views {
  font-weight: 600;
}
#colorbox.colorboxoob .asm__customer360-overview-product-img img {
  width: 120px;
}
#colorbox.colorboxoob .asm__customer360-overview-product-time {
  font-size: 12px;
  text-transform: uppercase;
  color: #8592a2;
  padding-bottom: 9px;
}
#colorbox.colorboxoob .asm-customer360-reviews-tab .rating-stars span.active {
  color: #2c98e4;
}
#colorbox.colorboxoob .clear {
  clear: both;
}
#colorbox.colorboxoob #asm-customer360-activity-table {
  table-layout: fixed;
  overflow: hidden;
  clear: both;
}
#colorbox.colorboxoob #asm-customer360-reviews-table td[data-th="Item"],
#colorbox.colorboxoob #asm-customer360-reviews-table td[data-th="Rate"],
#colorbox.colorboxoob #asm-customer360-tickets-table td[data-th="Created"],
#colorbox.colorboxoob #asm-customer360-tickets-table td[data-th="Updated"],
#colorbox.colorboxoob #asm-customer360-tickets-table td[data-th="Status"],
#colorbox.colorboxoob #asm-customer360-activity-table td[data-th="Description"] {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media (min-width: 769px) {
  #colorbox.colorboxoob .asm-customer360-table-onLineCell {
    line-height: 1.42857em;
    height: 1.42857em;
    overflow: hidden;
  }
}
#colorbox.colorboxoob #asm-customer360-activity-table th.status {
  width: 10%;
}
@media (min-width: 767px) {
  #colorbox.colorboxoob #asm-customer360-activity-table th:first-child,
  #colorbox.colorboxoob #asm-customer360-activity-table td:first-child {
    width: 10%;
  }
  #colorbox.colorboxoob #asm-customer360-activity-table th:nth-child(2),
  #colorbox.colorboxoob #asm-customer360-activity-table td:nth-child(2) {
    width: 15%;
  }
  #colorbox.colorboxoob #asm-customer360-activity-table th:nth-child(5),
  #colorbox.colorboxoob #asm-customer360-activity-table td:nth-child(5),
  #colorbox.colorboxoob #asm-customer360-activity-table th:last-child,
  #colorbox.colorboxoob #asm-customer360-activity-table td:last-child {
    width: 17%;
  }
}
#colorbox.colorboxoob .asm__customer360-favorites-section {
  margin-top: 30px;
}
#colorbox.colorboxoob [data-th="Status"] {
  word-break: break-all;
}
#colorbox.colorboxoob #cboxTitle {
  background: transparent;
  position: absolute;
  top: 0;
  padding: 43px 40px 15px;
  height: 88px;
  display: table;
  width: 100%;
  margin: 0;
  float: left;
}
#colorbox.colorboxoob #cboxCurrent {
  position: absolute;
  bottom: -25px;
  left: 58px;
  font-weight: bold;
  color: #7c7c7c;
  float: left;
  display: none;
}
#colorbox.colorboxoob #cboxLoadingOverlay,
#colorbox.colorboxoob #cboxLoadingOverlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  float: left;
  display: none;
}
#colorbox.colorboxoob #cboxMiddleRight {
  width: 14px;
  float: left;
  height: auto !important;
}
#colorbox.colorboxoob #cboxBottomLeft {
  clear: left;
  width: auto;
  float: left;
}
#colorbox.colorboxoob #cboxBottomCenter {
  height: auto;
  float: left;
  width: 932px;
}
#colorbox.colorboxoob #cboxBottomRight {
  width: auto;
  float: left;
}
#colorbox.colorboxoob .asm_store__finder--pagination {
  margin-bottom: 20px;
}
#colorbox.colorboxoob .store__finder--navigation,
#colorbox.colorboxoob .store__finder .store__finder--details {
  position: relative;
  float: left;
  width: 50%;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
  padding: 0;
}
#colorbox.colorboxoob .asm_store__finder .store__finder--navigation-list {
  border-color: #dce1e8;
  border: 0;
  padding-left: 0;
  list-style: none;
  margin: 0;
  border: 1px solid #ddd;
  position: relative;
}
#colorbox.colorboxoob li.loading {
  height: 56px;
  background: #f2f4f7;
  border-bottom: 1px solid #ddd;
  text-align: center;
  line-height: 56px;
}
#colorbox.colorboxoob li.loading .glyphicon {
  color: #ff4444;
  -webkit-animation: spin 1s linear infinite;
  -moz-animation: spin 1s linear infinite;
  animation: spin 1s linear infinite;
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: "Glyphicons Halflings";
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
}
#colorbox.colorboxoob .store__finder--details {
  position: relative;
  float: left;
  width: 50%;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
  padding: 0;
}
#colorbox.colorboxoob .store__finder--details-back {
  margin-bottom: 20px;
  display: none !important;
  color: #bdc6d2 !important;
  background-color: transparent !important;
  border-color: transparent !important;
  padding-left: 0;
}
#colorbox.colorboxoob .store__finder--details-image {
  width: 112px;
  float: left;
  margin-right: 10px;
}
#colorbox.colorboxoob .store__finder--details-info {
  margin-left: 122px;
}
#colorbox.colorboxoob .info__name {
  font-weight: bold;
}
#colorbox.colorboxoob .store__finder .store__finder--map {
  width: 100%;
  height: 200px;
}
#colorbox.colorboxoob .store__finder--details hr:after {
  content: "";
  display: block;
  position: absolute;
  top: 10px;
  height: 1px;
  right: 0;
  left: 0;
  background: #ddd;
}
#colorbox.colorboxoob .store__finder--details-openings ul {
  padding-left: 0;
  list-style: none;
}
#colorbox.colorboxoob .asm_store__finder--pagination {
  margin-bottom: 20px;
}
#colorbox.colorboxoob .asm_store__finder--pagination-label {
  padding-top: 15px;
}
#colorbox.colorboxoob .store__finder .store__finder--details hr {
  clear: both;
  margin: 0;
  padding-top: 10px;
  padding-bottom: 10px;
  height: 1px;
  position: relative;
  border: 0;
}
#colorbox.colorboxoob #cboxClose {
  position: absolute;
  right: 13px;
  top: 10px;
  background: transparent;
  border: 0 none;
  color: #797979;
  padding: 5px;
  font-size: 16px;
}
#colorbox.colorboxoob ASM_customer360-modal #cboxClose {
  font-size: 16px;
}
#colorbox.colorboxoob .ASM_icon-close:before {
  content: "\e80d";
  color: #c5cdd6;
}
#colorbox.colorboxoob .ASM_icon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: "asm_icons", sans-serif;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
#colorbox.colorboxoob .asm_store__finder {
  font-family: "Open Sans", sans-serif;
}
#colorbox.colorboxoob .store__finder {
  display: block;
  padding: 0;
}
#colorbox.colorboxoob .btn-link {
  color: #0486e0;
  text-decoration: none;
}
#colorbox.colorboxoob .btn-link:disabled {
  color: #cadbee;
}
#colorbox.colorboxoob .store__finder--navigation {
  overflow: hidden;
  height: 561px;
  position: relative;
  float: left;
  width: 50%;
  min-height: 1px;
  padding-left: 10px;
  padding: 0;
}
#colorbox.colorboxoob .store__finder--navigation-list {
  border-color: #dce1e8;
  border: 0;
  padding-left: 0;
  list-style: none;
  margin: 0;
  position: relative;
}
#colorbox.colorboxoob .asm__list__entry {
  height: 56px;
}
#colorbox.colorboxoob .store__finder--details {
  position: relative;
  float: left;
  width: 50%;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
  padding: 0;
}
#colorbox.colorboxoob .store__finder .store__finder--details .store__finder--details-image {
  width: 112px;
  float: left;
  margin-right: 10px;
}
#colorbox.colorboxoob .store__finder .store__finder--details .store__finder--details-back {
  margin-bottom: 20px;
  display: none !important;
  color: #bdc6d2 !important;
  background-color: transparent !important;
  border-color: transparent !important;
  padding-left: 0;
}
#colorbox.colorboxoob .store__finder--details-info {
  margin-left: 122px;
}
#colorbox.colorboxoob .info__name {
  font-weight: bold;
}
#colorbox.colorboxoob .store__finder .store__finder--details hr {
  clear: both;
  margin: 0;
  padding-top: 10px;
  padding-bottom: 10px;
  height: 1px;
  position: relative;
  border: 0;
}
#colorbox.colorboxoob .store__finder--map {
  width: 100%;
  height: 200px;
  position: relative;
  overflow: hidden;
}
#colorbox.colorboxoob .asm__list__entry input {
  display: none;
}
#colorbox.colorboxoob .asm_store__finder .store__finder--navigation-list .asm__list__entry input:checked + label {
  background: #96bbe1;
  color: #ffffff !important;
}
#colorbox.colorboxoob .asm_store__finder .store__finder--navigation-list .asm__list__entry label {
  margin: 0;
  height: 100%;
  font-size: 13px;
  padding: 0 14px 0 10px;
  display: table;
  width: 100%;
  cursor: pointer;
  position: relative;
  background: #eef3f7;
  border-bottom: 1px solid #dce1e8;
}
#colorbox.colorboxoob .asm_store__finder .store__finder--navigation-list .asm__list__entry .entry__info {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
}
#colorbox.colorboxoob .entry__name {
  display: block;
}
#colorbox.colorboxoob .entry__city {
  display: block;
  font-weight: normal;
}
#colorbox.colorboxoob .entry__distance {
  display: table;
  height: 100%;
  width: 80px;
  border-left: 1px solid #dce1e8;
}
#colorbox.colorboxoob .entry__distance span {
  display: table-cell;
  vertical-align: middle;
  padding: 0 0 0 5px;
  text-align: center;
  white-space: nowrap;
}
#colorbox.colorboxoob .asm_store__finder .store__finder--navigation-list .asm__list__entry input:checked + label:after {
  display: block;
  content: "";
  width: 28px;
  height: 28px;
  position: absolute;
  top: 50%;
  right: -1px;
  background: transparent;
  border: 14px solid transparent;
  border-right-color: #ffffff;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
@media (max-width: 1023px) {
  #colorbox.colorboxoob .asm_store__finder .store__finder--panel {
    width: 200%;
    margin: 0;
    -webkit-transition: -webkit-transform 0.3s ease-out;
    -moz-transition: -moz-transform 0.3s ease-out;
    -o-transition: -o-transform 0.3s ease-out;
    transition: transform 0.3s ease-out;
  }
}
@media (max-width: 1023px) {
  #colorbox.colorboxoob .asm_store__finder.show-store .store__finder--panel {
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
  }
}
@media (max-width: 639px) {
  #colorbox.colorboxoob .store__finder .store__finder--panel {
    width: 200%;
    margin: 0;
    -webkit-transition: -webkit-transform 0.3s ease-out;
    -moz-transition: -moz-transform 0.3s ease-out;
    -o-transition: -o-transform 0.3s ease-out;
    transition: transform 0.3s ease-out;
  }
}
@media (max-width: 639px) {
  #colorbox.colorboxoob .store__finder .store__finder--panel > * {
    padding: 0 !important;
  }
}
@media (max-width: 1023px) {
  #colorbox.colorboxoob .asm_store__finder .store__finder--panel .store__finder--details {
    display: block;
  }
}
@media (max-width: 639px) {
  #colorbox.colorboxoob .store__finder .store__finder--panel .store__finder--details {
    display: none;
  }
}
@media (max-width: 639px) {
  #colorbox.colorboxoob .store__finder .store__finder--panel > * {
    padding: 0;
  }
}
@media (max-width: 1023px) {
  #colorbox.colorboxoob .asm_store__finder .store__finder--details .store__finder--details-back {
    display: inline-block !important;
  }
}
@media (max-width: 639px) {
  #colorbox.colorboxoob .store__finder .store__finder--details .store__finder--details-back {
    display: inline-block !important;
  }
}
#colorbox.colorboxoob .asm__customer360-overview-saved-total {
  font-weight: bold;
  margin-top: 15px;
  margin-bottom: 15px;
}
@media (max-width: 1007px) {
  #colorbox.colorboxoob .asm__customer360-overview-saved-box {
    float: none;
    width: 100% !important;
    margin-bottom: 20px;
  }
  #colorbox.colorboxoob .asm__customer360-overview-saved-total {
    text-transform: unset;
  }
}
@media (max-width: 1023px) {
  #colorbox.colorboxoob .asm_store__finder .store__finder--panel .store__finder--details {
    display: block;
  }
}
@media (max-width: 1023px) {
  #colorbox.colorboxoob .pickup-component {
    overflow: hidden;
  }
}
@media (min-width: 640px) {
  #colorbox.colorboxoob .store__finder .store__finder--navigation {
    padding-right: 10px;
  }
}
#colorbox.colorboxoob .store__finder .store__finder--navigation {
  overflow: hidden;
  height: 561px;
}
@media (min-width: 640px) {
  #colorbox.colorboxoob .store__finder .store__finder--navigation {
    padding-right: 10px !important;
  }
}
#colorbox.colorboxoob .store__finder .store__finder--navigation {
  overflow: hidden;
  height: 561px;
}
#colorbox.colorboxoob .store__finder .store__finder--navigation,
#colorbox.colorboxoob .store__finder .store__finder--details {
  position: relative;
  float: left;
  width: 50%;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px !important;
  padding: 0;
}
#colorbox.colorboxoob .default-pic {
  font-family: "asm_icons", sans-serif;
  color: #a6a6a6;
  font-size: 110px;
  line-height: 1;
  display: block;
  max-width: 100%;
  height: auto;
}
#colorbox.colorboxoob span.responsive-table-link.default-pic:before {
  content: "\e801";
}

