/** Price Tag **/
.dropdown-menu-center {
  right: auto;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}

.price-tag .dropdown-menu {
  min-width:320px;
}

@media (max-width:500px) {
  .price-tag .dropdown-menu {
    min-width:220px;
  }
}

/** Owl Carousel Styles */

.owl-stage-outer {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important;

  width: 100%;
}
.owl-carousel .nav-btn {
  height: 47px;
  position: absolute;
  width: 26px;
  cursor: pointer;
  top: 100px;
}

.owl-carousel .owl-prev.disabled,
.owl-carousel .owl-next.disabled {
  pointer-events: none;
  opacity: 0.2;
}

.owl-carousel .prev-slide {
  background: url(nav-icon.png) no-repeat scroll 0 0;
  left: -33px;
}
.owl-carousel .next-slide {
  background: url(nav-icon.png) no-repeat scroll -24px 0px;
  right: -33px;
}
.owl-carousel .prev-slide:hover {
  background-position: 0px -53px;
}
.owl-carousel .next-slide:hover {
  background-position: -24px -53px;
}

.owl-carousel .owl-item .col-form-label img {
  display: inline !important;
  width: auto !important;
}
button.owl-dot:focus {
  outline: 0 !important;
  /* outline: 5px auto -webkit-focus-ring-color; */
}


/** General Styles 
*/

/**
 * Configuration Form
 *
 */

/* liftket icons im form label */
.col-form-label img,
.input-group-prepend img {
  max-height: 35px;
  width: auto;
  margin-right: 10px;
}

#configurator_form {
  position: relative;
  margin-top: 20px;
}

.no-text-select {
  -webkit-touch-callout: none; /* iOS Safari */
  -webkit-user-select: none; /* Safari */
  -khtml-user-select: none; /* Konqueror HTML */
  -moz-user-select: none; /* Old versions of Firefox */
  -ms-user-select: none; /* Internet Explorer/Edge */
  user-select: none; /* Non-prefixed version, currently
									supported by Chrome, Edge, Opera and Firefox */
}

#form-view-all-modellreihen fieldset:not(:first-of-type) {
    display: none;
}

#product-line-menu .nav-item.hidden{
  width:150px;
}
@media screen and (max-width:1000px) {
  #product-line-menu .nav-item.hidden{
    display:none;
  }
}


#form-view-all-modellreihen fieldset {
    min-height: 350px;
    align-items: center;
}

#configurator_form fieldset {
  min-height: 350px;
  align-items: center;
}

#configurator_form fieldset legend {
  text-align: center;
}
#configurator_form .branch-selection.card {
  max-height: 70px;
  overflow: hidden;
}

#configurator_form fieldset.is-productline {
}

#configurator_form fieldset:not(:first-of-type) {
  display: none;
}

.selection-list:not(#branchSelectionList, #product-line-selection-list, #suspensionSelectionList)
  .card img {
    height: auto;
    width: 90%;
    object-fit: cover;
    padding: 10px;
    margin:0 auto;
  }

#suspensionSelectionList .card img {
  height: auto;
  width: 100%;
  object-fit: cover;
  padding: 10px;
}

#suspensionSelectionList .card .card-body {
  height: 156px;
}

#product-line-selection-list .card img.card-img-top {
  padding: 1.5rem 2.5rem;
  width: 16rem;
  /* width: auto; */
  margin: auto;
}

#product-line-selection-list .card .product-line-info-btn-wrapper {
  display: none;
  position: absolute;
  padding: 10px;
  right: 0;
  top: 0;
}

#product-line-selection-list .card.active .product-line-info-btn-wrapper {
  display: block;
}

#product-line-selection-list .card .product-line-info {
  display: none;
  background: #fff;
  width: 100%;
  height: 200px;
  overflow: hidden;
  padding: 20px 10px;
  position: absolute;
}

#product-line-selection-list .card .product-line-info .info-header {
  min-height: 30px;
}

#product-line-selection-list .card .product-line-info .info-header .close {
  color: #222;
  text-shadow: 0 0 black;
  position: absolute;
  top: 0;
  right: 0;
  font-size: 2rem;
  padding: 17px 17px;
  font-weight: 400;
}

#product-line-selection-list .card.active .product-line-info-text {
  overflow: auto;
  height: 170px;
}

@media screen and (min-width: 376px) {
  .selection-list.owl-carousel,
  .options-list.owl-carousel {
    width: calc(100% - 100px);
    margin-left: 50px;
  }
}
#configurator_form fieldset .btn-group,
.final-actions-after-configuration {
  border-top: 1px solid #eaecef;
  padding-top: 1.5777rem;
  width: 100%;
  display: flex;
  justify-content: center;
  margin-top: 1.57777rem;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.05),
    inset 0 -1px 0 rgba(0, 0, 0, 0.1);
}

.btn-info-sidebar {
  padding:0.2rem !important
}

.card {
  border-radius: 0 !important;
  transition: all 0.2s ease;
}

.card:hover {
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
}

.product-line-indicator {
  position: relative;
  float: right;
  margin-top: -36px;
  margin-right: -23px;
  z-index: 2;
  color: #fff;
  background: var(--liftket-yellow);
  padding: 4px;
  height: 28px;
  box-shadow: 0 1px 2px 0 rgb(0 0 0 / 20%), 0 1px 2px 0 rgb(0 0 0 / 19%);
}

.selection-list {
  justify-content: center;
  align-items: center;
}

#configurator_form:not(.product-line) .product-line-indicator {
  display: none;
  visibility: collapse;
}
.selection-list .card {
  cursor: pointer;
  opacity: 0.95;
}

.branch-selection {
  width: 18rem;
}

.selection-list .card.active {
  border: 1px solid var(--liftket-dark-grey);
  opacity: 1;
}

.selection-list .card .card-header {
  padding-bottom: 25px;
  text-align: center;
}

.selection-list .card.active .card-header {
  color: #f4f4f4;
  font-weight: bold;
  background-color: var(--liftket-dark-grey);
}

.selection-list:not(#product-line-selection-list) .card.active .card-footer {
  color: #000;
  font-weight: bold;
  /* background-color: var(--liftket-light-grey);  */
}

.selection-list .card-header:first-child,
.selection-list .card-footer:first-child {
  border-radius: 0 !important;
}

.card.chainbox-selection {
  height: 330px;
}

.card.chainbox-selection .card-body {
  height: 220px;
}

.card-header img {
  display: inline-block !important;
}

/* Progressbar */

#configurator_form #progressbar {
  padding-left: 0;
  margin-bottom: 30px;
  overflow: hidden;
  color: lightgrey;
  text-align: center;
}

#configurator_form #progressbar .active {
  color: #000000;
  cursor: pointer;
}

#configurator_form #progressbar li {
  list-style-type: none;
  font-size: 12px;
  width: 11.1%;
  float: left;
  position: relative;
}

#configurator_form #progressbar li:before {
  width: 50px;
  height: 50px;
  line-height: 45px;
  display: block;
  font-size: 18px;
  color: #ffffff;
  background: var(--liftket-light-grey);
  border-radius: 50%;
  margin: 0 auto 10px auto;
  padding: 2px;
}

#configurator_form #progressbar li:after {
  content: "";
  width: 100%;
  height: 2px;
  background: var(--liftket-light-grey);
  position: absolute;
  left: 0;
  top: 25px;
  z-index: -1;
}

#configurator_form #progressbar #pb_fs-norm:before {
  content: " ";
  background-image: url("../img/icons/Norm.png");
  background-size: 24px 24px;
  background-repeat: no-repeat;
  background-position: 13px 13px;
}

#configurator_form #progressbar #pb_fs-electrical-connection:before {
  content: " ";
  background-image: url("../img/icons/Phasen.png");
  background-size: 24px 24px;
  background-repeat: no-repeat;
  background-position: 13px 13px;
}

#configurator_form #progressbar #pb_fs-basic-device-1:before {
  content: " ";
  background-image: url("../img/icons/Traglast.png");
  background-size: 24px 24px;
  background-repeat: no-repeat;
  background-position: 13px 13px;
}

#configurator_form #progressbar #pb_fs-basic-device-2:before {
  content: " ";
  background-image: url("../img/icons/Motor.png");
  background-size: 24px 24px;
  background-repeat: no-repeat;
  background-position: 13px 13px;
}

#configurator_form #progressbar #pb_fs-basic-device-2:before {
  content: " ";
  background-image: url("../img/icons/Motor.png");
  background-size: 24px 24px;
  background-repeat: no-repeat;
  background-position: 13px 13px;
}

#configurator_form #progressbar #pb_fs-suspension:before {
  content: " ";
  background-image: url("../img/icons/Aufhaengung.png");
  background-size: 24px 24px;
  background-repeat: no-repeat;
  background-position: 13px 13px;
}

#configurator_form #progressbar #pb_fs-chainbox:before {
  content: " ";
  background-image: url("../img/icons/Kettenspeicher.png");
  background-size: 24px 24px;
  background-repeat: no-repeat;
  background-position: 13px 13px;
}

#configurator_form #progressbar #pb_fs-remote-control:before {
  content: " ";
  background-image: url("../img/icons/Bedienung.png");
  background-size: 24px 24px;
  background-repeat: no-repeat;
  background-position: 13px 13px;
}

#configurator_form #progressbar #pb_fs-control:before {
  content: " ";
  background-image: url("../img/icons/Steuerung.png");
  background-size: 24px 24px;
  background-repeat: no-repeat;
  background-position: 13px 13px;
}

#configurator_form #progressbar #pb_fs-options:before {
  content: " ";
  background-image: url("../img/icons/Lackierung.png");
  background-size: 24px 24px;
  background-repeat: no-repeat;
  background-position: 13px 13px;
}

#configurator_form #progressbar li.active:before,
#configurator_form #progressbar li.active:after {
  background: var(--liftket-green);
}

#configurator_form fieldset img.preview {
  max-height: 220px;
}

.card-additional-option {
  cursor: pointer;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  user-select: none;
}

.card-additional-option.active {
  border: 1px solid var(--liftket-dark-grey);
}

.card-additional-option.active .card-header {
  background-color: var(--liftket-dark-grey);
  color: #fff;
  font-weight: bold;
}

.card-additional-option.active .card-header .text-muted {
  color: #fff !important;
}

.card-additional-option.card-body {
  height: 120px;
}

.card-additional-option.active .card-footer {
  font-weight: bold;
}

#configurator_form .card::before {
  position: absolute;
  top: 0px;
  left: 0px;
  content: "";
  width: 0;
  height: 0;
  border-top: 1rem solid transparent;
  border-right: 1rem solid transparent;
}

#configurator_form .card::after {
  position: absolute;
  bottom: 0px;
  right: 0px;
  content: "";
  width: 0;
  height: 0;
  border-bottom: 1rem solid transparent;
  border-left: 1rem solid transparent;
}

#configurator_form .card.active:before {
  border-top: 1rem solid var(--liftket-dark-grey);
}

#configurator_form .card.active:after {
  /* border-bottom: 1rem solid var(--lifket-green-darker); */
}

/*
	Rendner JSON for debugging
*/

.renderjson a {
  text-decoration: none;
}
.renderjson .disclosure {
  color: crimson;
  font-size: 150%;
}
.renderjson .syntax {
  color: grey;
}
.renderjson .string {
  color: red;
}
.renderjson .number {
  color: cyan;
}
.renderjson .boolean {
  color: plum;
}
.renderjson .key {
  color: lightblue;
}
.renderjson .keyword {
  color: lightgoldenrodyellow;
}
.renderjson .object.syntax {
  color: lightseagreen;
}
.renderjson .array.syntax {
  color: lightsalmon;
}

#debugTabContent .tab-pane {
  border: 1px solid #fff;
  background: #fff;
  padding: 10px 15px;
  font-size: 90%;
}

/* ./ */

@media screen and (max-width: 560px) {
  #configurator_form #progressbar li:before,
  #configurator_form #progressbar li.previous:before {
    background-image: none !important;
    width: 15px;
    height: 15px;
    line-height: 10px;
    margin: 18px auto 10px auto;
  }

  /*#configurator_form #progressbar li.active:not(.previous) {
		z-index:10;
		width: 25%;
	}

	#configurator_form #progressbar li:not(.active) {
		z-index:1;
		width: 10%;
	}*/

  #configurator_form #progressbar li span,
  #configurator_form #progressbar li.previous span {
    display: none;
  }

  #configurator_form #progressbar li:after {
    height: 1px;
  }

  .form-row, .form-group.row {
    padding-left: 3rem;
    padding-right: 3rem;
  }
  /* .navbar-brand img {max-width:140px !important;} */
}

/* ENDE Konfigurator Formular */

/* ################################################ */
/*** responsive ***/
/* ################################################ */

@media only screen and (max-width: 1025px) {
  #wrap-resp section.config div.wrap-config {
    margin-bottom: 40px;
  }
}

@media only screen and (max-width: 376px) {
  #wrap-resp section.config div.wrap-config {
    width: 100%;
    margin: 0;
    padding: 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  #wrap-resp section.config div.wrap-config.submit h3 {
    display: none;
  }
  #wrap-resp section.config div.wrap-config.submit {
    padding-top: 40px;
  }
}

/* ############## */
/*** tablets ***/
/* ############## */

@media only screen and (max-width: 900px) {
  #wrap-resp section#configuration div.column {
    float: none !important;
    width: 100% !important;
    margin: 0 0 40px 0 !important;
    padding: 0 !important;
  }
  #wrap-resp section#configuration2 div.column {
    float: none !important;
    width: 100% !important;
    margin: 0 0 40px 0 !important;
    padding: 0 !important;
  }
  #wrap-resp section#configuration2 div.column.left img {
    padding: 0;
    float: none;
    margin: 0 auto;
  }
}

/* ################################################ */
/*** smartphone landscape ***/
/* ################################################ */

@media only screen and (max-width: 600px),
  only screen and (-webkit-device-pixel-ratio: 2) and (max-width: 640px) {
  #wrap-resp section#content button {
    width: 100%;
    padding: 5px 5px 5px 5px;
    line-height: 1em;
  }

  #wrap-resp div.call-to-action div.formcell {
    float: none;
    width: 100%;
    margin-bottom: 20px;
  }

  #wrap-resp div.call-to-action div.formcell input.input-text {
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }

  #wrap-resp div.call-to-action div.formcell input.input-submit,
  #wrap-resp div.call-to-action div.formcell button {
    width: 100%;
    padding: 5px 5px 5px 5px;
    line-height: 1em;
  }
}

/* ################################################ */
/*** live css ***/
/* ################################################ */

#wrap-resp .live-css-highlight {
  color: rgb(255, 0, 0) !important;
}

/* #### Profile #### */

.my-configurators {
  padding-bottom: 20px;
  max-width: 240px;
  float: left;
  padding-top: 30px;
  padding-left: 20px;
}
@media screen and (max-width: 370px) {
  .my-configurators {
    padding-bottom: 20px;
    /* float: right; */
    max-inline-size: -webkit-fill-available;
  }
}
.my-profile {
  padding-bottom: 20px;
  float: left;
}

/*div.my-profile-data-wrapper {border:1px solid #eee; border-radius: 3px;width: 50%;min-width: 300px;margin: 0 auto;} */
div.my-profile-data-wrapper {
  border: 1px solid #eee;
  border-radius: 3px;
  width: 50%;
  min-width: 300px;
}
table.my-profile-data {
}
table.my-profile-data tr,
table.my-profile-data td,
table.my-profile-data th {
  border: none;
}
table.my-profile-data td.key {
  text-align: right;
  width: 50%;
}

.kk-config-list {
  width: fit-content;
  margin: 0;
  padding: 0;
}
.kk-config-list li {
  list-style-type: none;
  width: 100%;
  margin: 5px 5px 5px 0;
  background: #efefef;
  padding: 3px;
  transition: all 0.3s ease-in-out;
}
/* entries in /my-profile/?a=view-config */
.kk-config-list li {
  overflow: hidden;
  border: 1px solid #ddd;
  border-radius: 3px;
}
.kk-config-list li img {
  border: 1px solid #ccc;
  border-radius: 2px;
  margin-right: 20px;
}
.kk-config-list .config-entry {
  overflow: hidden;
}
.kk-config-list .config-entry-thumbnail {
  float: left;
}
.kk-config-list .config-entry-file {
  float: left;
  margin-right: 20px;
  padding-left: 20px;
  line-height: 1.1;
  width: 250px;
}
.kk-config-list .config-entry-file a {
  font-size: 120%;
  line-height: 1.4em;
}
.kk-config-list .config-entry-details {
  float: left;
  height: 100%;
  border-right: 1px solid #ccc;
  padding-right: 20px;
  width: 300px;
}
.kk-config-list .config-entry-details ul {
  padding-left: 0;
}
.kk-config-list .config-entry-details li {
  border: none;
  background: transparent;
  margin: 1px;
  padding-left: 10px;
  margin-left: 0;
  padding-top: 0;
}
.kk-config-list .config-entry-actions {
  float: left;
  right: 20px;
  margin-right: 4px;
  border-left: 1px solid #ccc;
  width: 165px;
}
.kk-config-list .config-entry-actions ul {
  padding-left: 20px;
}
.kk-config-list .config-entry-actions li {
  padding: 3px;
  border: 1px solid #ccc;
  text-align: center;
  background: var(--lifket-green-darker);
  border: 1px solid var(--lifket-green-darker);
  border-radius: 2px;
  color: white;
}
.kk-config-list .config-entry-actions li#btn-delete {
  background: #f5f5f5;
  border: 1px solid #966;
}
.kk-config-list .config-entry-actions li a {
  color: white;
}
.kk-config-list .config-entry-actions li#btn-delete a {
  color: #996666;
}
.kk-config-list .config-entry-actions li:hover {
  opacity: 0.9;
}
.kk-config-list .config-entry-actions li:hover a {
  text-decoration: none;
}

.kk-config-list .order-entry-file {
  float: left;
  padding-left: 15px;
}

/* Profillinks */
.my-profile-links {
  padding: 10px 0 20px;
}
.my-profile-links ul {
  margin: 20px 0 20px;
  padding: 0;
}
.my-profile-links ul:after {
  clear: both;
  content: " ";
  display: table;
}
.my-profile-links ul li {
  list-style-type: none;
  float: left;
  display: inline-block;
  margin-right: 20px;
  padding: 5px 10px;
  border: 1px solid #ededed;
  transition: all 0.3s ease-in-out;
}
.my-profile-links ul li:hover a {
  text-decoration: none;
}
.my-profile-links ul li:hover {
  background: #eee;
}

#configurator-entry {
  padding: 20px 0;
  width: 260px;
  margin: 0 auto;
}
#configurator-entry a.button {
  margin-right: 10px;
}

#wrap-resp .form_user_meta {
  float: none !important;
  width: 100% !important;
  font-size: 90%;
  margin-bottom: 20px;
}
#wrap-resp .form_user_meta:after {
  content: " ";
  clear: both;
  display: table;
}

#directOrderModal .modal-footer {
  justify-content: flex-start;
}


/* Ersatzteile */

/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */

 #form-view-all-modellreihen fieldset:not(:first-of-type) {
  display: none;
}

#form-view-all-modellreihen fieldset {
  min-height: 350px;
  align-items: center;
}

.checkout-login-selection {
text-align: center;
}

#form-filter-by-buildtype {
display: block;
}
.select-filter-group:after {
clear: both;
content: " ";
}

#form-filter-by-buildtype,
#form-filter-by-fnr,
#form-filter-by-artikel {
padding-top: 15px;
max-width: 300px;
}

.select-filter-group {
float: right;
}
.input-group {
position: relative;
}

/*#form-filter-by-buildtype .input-group button,
#form-filter-by-fnr .input-group button,
#form-filter-by-artikel .input-group button {position: absolute;top: 0px;height: 34px;right: 0;}
*/
.form-group.has-error .help-block,
#tos-error-msg {
color: #d9534f;
}
.form-group.has-error input[type="text"] {
border: 1px solid #d9534f69;
}

#model_filter .filter-display ul.filter-categories,
#model_filter .model-filter-display ul.filter-categories {
list-style-type: none;
}
#model_filter .filter-display .btn-clear-filter,
#model_filter .model-filter-display .btn-clear-filter {
display: none;
}

h3#category-title {
border-bottom: 1px solid #ccc;
padding-bottom: 10px;
}

.filter-categories {
padding: 0;
}
.filter-categories .btn-filter-by-category {
font-size: 90%;
}

i.gray {
font-style: normal;
color: #666;
}

.input-group button#btn_get_model_by_bt,
.input-group button#btn_get_model_by_fnr,
.input-group button#btn_get_model_by_artikel {
border-top-left-radius: 0px !important;
border-bottom-left-radius: 0px !important;
}
.model-display {
display: none;
background: #eee;
padding: 10px;
overflow: hidden;
margin-top: 20px;
border: 1px solid #ccc;
}
.model-display .thumbnail {
background: #fff;
padding: 20px;
}

.model-display .thumbnail img {
max-width: 200px;
max-height: 200px;
border-radius: 3px;
border: 1px solid #efefef;
}
.model-display .properties-container {
margin-left: 20px;
float: left;
}
.model-display .properties-container .properties {
margin-left: 20px;
float: left;
}
.model-display .actions #btn-show-replacement-parts-list {
float: right;
}
/*.model-display-body{ margin-left: 220px} MP170921*/
.model-display-body {
float: right;
width: 80%;
}

.replacement-parts-cart-wrapper span {
position: absolute;
}
.replacement-parts-list-container {
display: none;
}
.replacement-parts-list {
margin: 0;
padding: 0;
}
.replacement-parts-list li {
list-style-type: none;
width: 100%;
margin: 5px 5px 5px 0;

transition: all 0.3s ease-in-out;
}

.replacement-parts-list li .compatibility-indicator {
display: none;
}

.replacement-parts-list.by-model > li.highlight {
border: 1px solid #1f793a;
}
.replacement-parts-list.by-model > li.mute {
background: #f7f7f7;
}
.replacement-parts-list.by-model > li .compatibility-indicator {
color: #1f793a;
display: block;
}
.replacement-parts-list.by-model > li.mute .compatibility-indicator {
display: none;
}

/* entries in /my-profile/?a=view-config */
.replacement-parts-list li {
overflow: hidden;
border: 1px solid rgba(0, 0, 0, 0.125);
}
.replacement-parts-list li img {
width: 100%;
padding: 20px;
background: #fff;
}

.search-result-item.card {
border: none !important;
}

.search-result-item:after,
.search-result-item:before {
content: " ";
display: table;
}
.search-result-item:after {
clear: both;
}

.attributes-table {
font-size: 85%;
background: #efefef;
}
.attributes-table tr th,
.attributes-table tr td {
border: 0;
padding: 4px 8px 0;
}
.attributes-table tbody {
display: table;
}

.search-result-item .image-link {
display: block;
overflow: hidden;
border-top-left-radius: 4px;
border-bottom-left-radius: 4px;
width: 200px;
min-height: 200px;
height: auto;
border: 1px solid #ccc;
border-radius: 2px;
background: #fff;
}

.search-result-item .image {
max-width: 100%;
}

.search-result-item-heading,
.model-display-heading {
font-weight: 400;
border-bottom: 1px solid #ccc;
}

.additional-info {
padding-top: 10px;
}
.additional-info p {
margin: 0 0 2px;
font-size: 85%;
}

#category-title {
margin-top: 20px;
text-align: center;
}
/*
.replacement-parts-list .rp-entry {overflow:hidden; position:relative}
.replacement-parts-list .rp-entry:after,
.replacement-parts-list .rp-entry:before { content: " "; display: table}
.replacement-parts-list .rp-entry:after {clear:both}
.replacement-parts-list .rp-entry-thumbnail { width:200px}
.replacement-parts-list .rp-entry-info {margin-right: 20px;padding-left: 20px; line-height: 1.1;}
.replacement-parts-list .rp-entry-info a {font-size: 120%; line-height: 1.4em;}
.replacement-parts-list .rp-entry-details {float:left;height:100%; border-right: 1px solid #ccc;padding-left:10px;padding-right:20px; min-width:100px}
.replacement-parts-list .rp-entry-details ul {padding-left:0}
.replacement-parts-list .rp-entry-details li {border:none;background: transparent;margin:1px; padding-left: 10px; margin-left:0; padding-top:0}
.replacement-parts-list .rp-entry-actions {position:absolute; height:100%;top:0px; right:20px;margin-right:4px; border-left:1px solid #ccc }
.replacement-parts-list .rp-entry-actions ul { padding-left: 20px;}
.replacement-parts-list .rp-entry-actions li {padding:3px;border:1px solid #ccc; text-align: center; background: #1f793a; border: 1px solid #1f793a;border-radius:2px;color:white }
.replacement-parts-list .rp-entry-actions li#btn-delete {background: #f5f5f5;border:1px solid #966 }
.replacement-parts-list .rp-entry-actions li a {color:white}
.replacement-parts-list .rp-entry-actions li#btn-delete a {color: #996666}
.replacement-parts-list .rp-entry-actions li:hover {opacity:.9}
.replacement-parts-list .rp-entry-actions li:hover a {text-decoration:none} */

.replacement-parts-list .search-result-item .description dt,
.replacement-parts-list .search-result-item .description dd {
font-size: 13px;
line-height: 11px;
}

.modal.cart-modal,
.modal.info-modal {
height: 100%;
}
.modal .modal-dialog {
}
.modal .modal-dialog .modal-header {
padding: 15px;
border-bottom: 1px solid #e5e5e5;
}
.modal .modal-title {
margin: 0;
line-height: 1.42857143;
font-size: 18px;
}
.modal .modal-dialog .modal-footer {
border-top: 1px solid #e5e5e5;
}
.modal .modal-dialog .modal-body .rp-entry-thumbnail img {
max-height: 50vh;
width: auto;
border: 1px solid #ccc;
border-radius: 2px;
margin-right: 20px;
}
.modal-footer input.quantity {
max-width: 3.4em;
text-align: center;
display: inline-block;
}

.well {
min-height: 20px;
padding: 19px;
margin-bottom: 20px;
background-color: #f5f5f5;
border: 1px solid #e3e3e3;
border-radius: 4px;
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}

#new-cart .single-prices .row {
justify-content: flex-end;
margin-right: 0;
}

#new-cart .row {
align-content: flex-start;
}

button.btn-add-to-cart {
padding: 6px 9px;
border: 1px solid #ccc;
text-align: center;
/* background: #1f793a;
  border: 1px solid #1f793a; 
  border-radius: 2px; */
color: white;
}

button.btn-offer-to-view {
padding: 6px 9px;
border: 1px solid #ccc;
text-align: center;
/* background: #1f793a;
  border: 1px solid #1f793a; 
  border-radius: 2px; */
color: white;
}

button.btn-add-to-cart:hover {
text-align: center;
background-color: #ccc;
color: white;
}
button.btn-offer-to-view:hover {
text-align: center;
background-color: #ccc;
color: white;
}

.btn-cart-edit-item-quantity {
margin-top: 0 !important;
}

.cart-summary {
box-shadow: 0 0.5rem 1rem rgb(0 0 0 / 5%), inset 0 -1px 0 rgb(0 0 0 / 10%);
}

.cart_quantity_display {
/* border: 1px solid #7FAB16; */
padding: 0px 0px 0px 4px;
margin: 1px 0px 0px -28px;
overflow: visible;
position: absolute;
top: 10px;
font-weight: bold;
color: #333;
}

.cart-quantity {
position: relative;
}

.check-discount-panel,
.cart-quantity-edit-panel {
display: none;
position: absolute;
z-index: 5;
border: 1px solid #ccc;
border-radius: 3px;
top: 0;
right: 0;
width: 250px;
background: #fff;
}

.cart-quantity-edit-panel-header,
.check-discount-panel .panel-header {
padding: 15px;
border-bottom: 1px solid #e5e5e5;
}

.cart-quantity-edit-panel-body,
.check-discount-panel .panel-body {
display: block;
overflow: hidden;
padding: 15px;
}

.cart-quantity-edit-panel-body:after,
.check-discount-panel .panel-body:after {
clear: both;
content: " ";
}

.cart-quantity-edit-panel-footer,
.check-discount-panel .panel-footer {
padding: 15px;
border-top: 1px solid #e5e5e5;
text-align: right;
}

.cart-quantity-edit-panel input.quantity {
width: 90px;
text-align: right;
display: inline-block;
}
.cart-quantity-edit-panel input.quantity_stk {
width: 90px;
text-align: right;
display: inline-block;
}

.check-discount-panel .close,
.cart-quantity-edit-panel-header .close {
float: right;
font-size: 21px;
font-weight: 700;
line-height: 1;
color: #000;
text-shadow: 0 1px 0 #fff;
filter: alpha(opacity=50);
opacity: 0.5;
margin-top: -10px;
margin-right: -10px;
}

.check-discount-panel .close:hover,
.cart-quantity-edit-panel-header .close:hover {
margin-top: -10px !important;
color: #000;
}

table#cart .btn-cart-edit-item-quantity {
border: none;
}

#addToCartModal .modal-message {
display: none;
}
#addToCartModal .modal-body {
background: #efefef;
}

.guest-checkout,
.checkout-as-logged-in-user {
display: none;
}
.guest-checkout-form-wrapper,
.user-checkout-form-wrapper {
border: 1px solid #ccc;
padding: 30px;
}

#btn-finish-guest-checkout,
#btn-finish-user-checkout {
float: right;
}
#btn-create-account {
margin-bottom: 20px;
}

.chainhoist-details {
box-shadow: inset 0.2rem 1rem 1rem -1rem rgb(0 0 0 / 20%);
border-top: 1px solid #dee2e6;
margin-right: 0 !important;
margin-left: 0 !important;
}

.guest-checkout .user-registration-panel {
display: none;
position: relative;
padding: 18px 15px 0px;
background: #f3f3f3;
border: 1px solid #dfdfdf;
margin-bottom: 20px;
}
.guest-checkout .user-registration-panel .btn-close {
position: absolute;
right: 5px;
top: 5px;
color: #999;
font-size: 20px;
}

.order-confirmation-wrapper {
display: none;
}

.order-confirmation {
padding: 15px;
border-radius: 3px;
background: #fdfdfd;
padding-bottom: 40px;
}
.order-confirmation .checkout-success-icon {
font-size: 5em;
border-radius: 50%;
text-align: center;
}

.order-confirmation .checkout-success-icon .fa.fa-check {
color: #5cb85c;
border-radius: 50%;
border: 1px solid #4cae4c;
padding: 1.5rem;
}

.alert {
padding: 15px;
margin-bottom: 20px;
border: 1px solid transparent;
border-radius: 4px;
}

.alert-success {
color: #39373a;
background-color: #fff;
border-color: #f9b700;
}

.alert-warning {
color: #8a6d3b;
background-color: #fcf8e3;
border-color: #faebcc;
}

.alert-success .alert-link {
color: #2b542c;
}

.alert-danger .alert-link {
color: #843534;
}

.alert-info {
color: #0c5460;
background-color: #d1ecf1;
border-color: #bee5eb;
}

.alert .alert-link {
font-weight: 700;
color: #f9b700;
}

.alert-danger {
color: #a94442;
background-color: #f2dede;
border-color: #ebccd1;
}

.form-group {
margin-bottom: 15px;
}
.input-group.quantity-group {
float: left;
}

.input-group.quantity-group label {
font-size: smaller;
}
.cart-quantity .input-group,
.cart-quantity .input-group .btn-qty .form-group.add-to-cart .input-group,
.form-group.add-to-cart .input-group .btn-qty {
display: inline-block;
}
.cart-quantity
.input-group
.btn-qty
.form-group.add-to-cart
.input-group
.btn-qty,
.input-group .btn-qty {
margin-top: 1px;
height: 34px;
width: 34px;
color: #666;
background: transparent;
}

.btn {
/*border-radius: 4px !important;
/* background-color:rgba(127,171,22); */
}

.btn-info {
color: #fff;
background-color: rgba(127, 171, 22) !important;
border-color: #ccc;
}

.btn-info:hover {
color: #fff;
background-color: #ccc !important;
border-color: #ccc;
}

.form-control {
display: block;
width: 100%;
height: 34px;
padding: 6px 12px;
font-size: 14px;
line-height: 1.42857143;
color: #555;
background-color: rgba(127, 171, 22, 0.1);
background-image: none;
border: 1px solid #ccc;
border-radius: 4px;
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
-webkit-transition: border-color ease-in-out 0.15s,
  -webkit-box-shadow ease-in-out 0.15s;
-o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

.btn-qty.btn-increase {
border: 1px solid #ccc;
border-left: 0;
border-top-right-radius: 4px;
border-bottom-right-radius: 4px;
}

.btn-qty.btn-decrease {
border: 1px solid #ccc;
border-right: 0;
border-top-left-radius: 4px;
border-bottom-left-radius: 4px;
}

.modal {
background: rgba(255, 255, 255, 0.3);
}

.modal .close {
float: right;
font-size: 21px;
font-weight: 700;
line-height: 1;
color: #000;
text-shadow: 0 1px 0 #fff;
filter: alpha(opacity=50);
opacity: 0.5;
}

.modal button.close {
-webkit-appearance: none;
cursor: pointer;
background: 0 0;
border: 0;
}

.modal button.close a:hover {
text-decoration: none;
}

.modal img {
width: 100%;
}
.modal-backdrop.in {
opacity: 0.001 !important;
}

.modal-product-image .modal-body {
text-align: center;
}
.modal-product-image .modal-body img {
width: auto;
max-height: 70vh;
}

#btn-clear-cart {
float: right;
margin-right: 5px;
margin-bottom: 23px;
}

.bookmarktop .btn-top {
padding: 3px 4px;
text-align: center;
background: #f9b700;
border: 1px solid #f9b700;
border-radius: 10px;
color: #edf305;
}

/* Spinner */

.loader {
display: none;
position: fixed;
width: 100vw;
height: 100vh;
z-index: 9999999;
background-color: rgba(255, 255, 255, 0.5);
top: 0;
left: 0;
text-align: center;
vertical-align: middle;
padding-top: calc(50vh - 50px);
}

.loader img {
height: 80px;
}

/* Styles for the profile page */

.et-order-list {
padding-left: 0;
max-width: 900px;
}
.et-order-list li {
list-style-type: none;
width: 100%;
margin: 5px 5px 5px 0;
background: #efefef;
padding: 3px;
transition: all 0.3s ease-in-out;
overflow: hidden;
border: 1px solid #ddd;
border-radius: 3px;
}

/* anfang �bernommen aus krankonfogurator-public.css*/
.et-order-list .config-entry {
overflow: hidden;
}
.et-order-list .config-entry-thumbnail {
float: left;
padding: 5px;
width: 150px;
}
.et-order-list .config-entry-file {
float: left;
margin-right: 20px;
padding-left: 20px;
line-height: 1.1;
}
.et-order-list .config-entry-file a {
font-size: 120%;
line-height: 1.4em;
}
.et-order-list .config-entry-details {
float: left;
height: 100%;
padding-right: 15px;
width: 290px;
}
.et-order-list .config-entry-details ul {
padding-left: 0;
}
.et-order-list .config-entry-details li {
border: none;
background: transparent;
margin: 1px;
padding-left: 10px;
margin-left: 0;
padding-top: 0;
}
.et-order-list .config-entry-actions {
float: left;
right: 20px;
margin-right: 4px;
border-left: 1px solid #ccc;
}
.et-order-list .config-entry-actions ul {
padding-left: 20px;
}
.et-order-list .config-entry-actions li {
padding: 3px;
border: 1px solid #ccc;
text-align: center;
background: #1f793a;
border: 1px solid #1f793a;
border-radius: 2px;
color: white;
}
.et-order-list .config-entry-actions li#btn-delete {
background: #f5f5f5;
border: 1px solid #966;
}
.et-order-list .config-entry-actions li a {
color: white;
}
.et-order-list .config-entry-actions li#btn-delete a {
color: #996666;
}
.et-order-list .config-entry-actions li:hover {
opacity: 0.9;
}
.et-order-list .config-entry-actions li:hover a {
text-decoration: none;
}
/* ende �bernommen aus krankonfogurator-public.css*/

.et-order-list .order-item {
}
.et-order-list .entry-header-panel {
}

.et-order-list .order-entry-thumbnail {
background: white;
padding: 5px;
width: 150px;
height: auto;
float: left;
text-align: center;
}

.et-order-list .order-entry-file {
float: left;
padding-left: 5px;
padding-right: 15px;
border-left: 1px solid #ccc;
width: 250px;
}
.et-order-list .order-entry-details {
float: left;
padding-left: 5px;
padding-right: 15px;
border-left: 1px solid #ccc;
width: 200px;
}

.badge.discount-badge {
padding: 0.3em 0.8em !important;
font-size: 85% !important;
}

.badge.discount-badge {
cursor: pointer;
}

#discountInfoModal .badge {
color: white !important;
font-size: 1.3em;
padding-left: 1em;
padding-right: 1em;
}

/* Media Queries */

@media (max-width: 767px) {
.search-result-item .image-link {
  max-height: 200px;
  width: 100% !important;
  border: none;
  border-bottom: 1px solid #ddd;
}
.search-result-item .search-result-item-body {
  text-align: center;
}
.search-result-item .search-result-item-body dd,
.search-result-item .search-result-item-body dt {
  text-align: left;
}

.model-display-body {
  margin-left: 0;
  margin-top: 20px;
}
.model-display .thumbnail {
  text-align: center;
  border: 1px solid #ccc;
}
.model-display .thumbnail img {
  border: none;
}

.search-result-item .image-link {
  text-align: center;
}
.replacement-parts-list li img {
  margin-right: 0;
}
.search-result-item .search-result-item-body .bookmarktop {
  text-align: right;
  font-size: 50%;
}
}

@media (min-width: 768px) {
  .search-result-item .image-link {
    width: 150px;
    border: none;
    display: block;
    height: 100%;
    border-right: 1px solid rgba(0, 0, 0, 0.125);
  }
  .model-display .thumbnail {
    display: inline-block;
    margin: -20px 0 -20px -20px;
    width: 150px;
    margin-right: 20px;
    border-right: 1px solid #ccc;
  }
  .model-display .thumbnail img {
    max-width: 100%;
    max-height: 100%;
    border: none;
  }
  /*.search-result-item-body {margin-left: 200px} */
  .search-result-item-heading {
    margin: 0;
  }
  .search-result-item .search-result-item-body .bookmarktop {
    text-align: right;
    font-size: 50%;
  }
  .search-result-item .btn_add_to_cart {
    font-size: 12px;
  }
}


/*** Utilities */

.overflow-hidden {
  overflow: hidden !important;
}