/**** Account Page ****/
.account-page .layout-wrapper.dossiers.view {
  width: calc(60% + 40px);
  padding: 0;
  overflow: visible;
}
.account-page .layout-wrapper.dossiers.view .dossier-dates, .account-page .layout-wrapper.dossiers.view .dossier-content {
  padding: 20px;
}
.is-self-print-order {
  font-size: 16px;
  font-weight: 500;
  text-align: center;
  padding: 20px;
  background: rgba(200, 0, 0, 0.2) !important;
  border: solid 2px rgba(200, 0, 0, 0.5);
}
.account-page {
  height: auto;
}
.account-page .layout-wrapper {
  overflow: hidden;
  max-height: initial;
}
.account-page .layout-wrapper .navigation {
  /* margin-bottom: 20px; */
  height: 72px;
}
/**** Vue Cart ****/
.cart-footer {
  text-align: center;
}
.primary-button :hover {
  background: #1d3c34;
}
.primary-button {
  display: block;
  height: 42px;
  /* width: 42px; */
  background: #1d3c34;
  color: #fff;
  text-align: center;
  line-height: 42px;
  border-radius: 99px;
  margin: 0;
  padding: 0 10px;
  border: none;
}
.order-button:hover {
  cursor: pointer;
  background-color: #22483e;
}
.order-button {
  min-width: 200px;
  display: inline-block;
  user-select: none;
}
/**** Vue Dossier ****/
.vue-dossier.vue-products {
  padding: 0;
  margin-bottom: 20px;
}
.supplier-info-lable {
  text-align: left;
  font-size: 1.5rem;
}
.supplier-info {
  background-color: #f3f1f1;
  border-radius: 24px;
  margin: 10px 0;
  width: 100%;
  min-height: 120px;
  border: none;
  padding: 20px;
}
.vue-dossier .product-list-title {
  height: 72px;
  font-size: 48px;
  line-height: 72px;
  text-align: center;
  margin: 10px 0 !important;
  padding: 0 !important;
}
/**** Vue Cart ****/
.vue-cart h3 {
  padding: 15px 20px 0 19px;
  margin: -20px -20px 10px -20px;
  position: relative;
}
.vue-cart hr {
  margin: 0px -20px 20px -20px;
}
.vue-cart .extras-h3 {
  padding-bottom: 20px;
}
.vue-cart .header-small {
  position: absolute;
  padding: 20px 0 20px 0;
  font-size: 0.8rem;
  left: 20px;
  top: 25px;
}
.vue-cart .row-btn-extra {
  padding: 20px;
  text-align: center;
  width: 100%;
}
.vue-cart {
  margin-bottom: 20px;
}
/**** Vue Cart Item ****/
/**** Vue Product ****/
.vue-products {
  background: white;
  padding: 20px;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
}
.has-been-ordered-notification {
  color: #1d3c34;
  font-style: italic;
}
.has-been-ordered {
  position: absolute;
  left: 0;
  top: 0;
  /* transform: rotate(-45deg); */
  height: 100%;
  width: 100%;
  justify-content: center;
  display: flex;
  align-content: center;
  flex-direction: column;
  background-color: rgba(0, 123, 168, 0.25);
  border-radius: 99px;
  text-align: center;
  font-size: 10px;
  border: solid 1px rgba(0, 123, 168, 0.5);
}
.vue-products .product-list-title {
  display: block;
  background: #1d3c34;
  padding: 10px 15px;
  margin: -20px -20px 10px -20px;
  color: #fff;
}
.vue-product [type=number]::-webkit-inner-spin-button, .vue-product [type=number]::-webkit-outer-spin-button {
  display: none;
}
.vue-product > * {
  width: 100%;
  clear: both;
  display: flex;
}
.vue-product .product-check {
  border: solid 2px black;
  height: 24px;
  width: 24px;
  text-align: center;
  line-height: 24px;
  font-size: 20px;
  border-radius: 2px;
  float: left;
  margin: 0 10px;
}
.vue-product .product-check:hover {
  cursor: pointer;
}
.vue-product .product-check:hover i.active, .vue-product .product-check i {
  color: black;
  opacity: 0;
}
.vue-product .product-footer {
  flex-direction: column;
}
.vue-product .product-footer hr {
  width: 100%;
  clear: both;
  display: none;
  margin: 0;
}
.vue-product .product-footer-content div {
  height: 24px;
  line-height: 24px;
}
.vue-product .product-footer-content {
  width: 100%;
  padding: 5px 10px;
}
.vue-product .product-check i.active, .vue-product .product-check:hover i {
  opacity: 1;
}
.vue-product .product-thumbnail img {
  max-height: 100%;
  max-width: 100%;
}
.vue-product .product-thumbnail {
  float: left;
  width: 60px;
  margin: 0 10px;
  position: relative;
}
.vue-product .product-info span {
  display: block;
  line-height: 16px;
}
.vue-product .product-order-amount {
  display: flex;
}
.vue-product .product-order-amount > * i:hover {
  cursor: pointer;
}
.vue-product .product-order-amount input {
  width: 80px;
}
.vue-product .product-order-amount > * {
  display: flex;
  justify-content: center;
  align-content: center;
  flex-direction: column;
  padding: 5px;
}
.vue-product .product-actions {
  margin-left: auto;
}
.vue-product .product-actions span:hover {
  background: #1d3c34;
  cursor: pointer;
}
.vue-product .product-actions span {
  display: block;
  height: 42px;
  width: 42px;
  background: #1d3c34;
  color: #fff;
  text-align: center;
  line-height: 42px;
  border-radius: 99px;
}
.vue-product .product-actions i {
  line-height: 42px;
}
.vue-product .product-actions {
  display: flex;
  justify-content: center;
  align-content: center;
  padding: 0 20px;
}
.vue-product .product-info {
  display: flex;
  justify-content: center;
  align-content: center;
  flex-direction: column;
  padding: 0 20px;
  width: 200px;
}
.vue-product {
  background: white;
  clear: both;
  overflow: hidden;
  margin-bottom: 10px;
  border-radius: 2px;
  display: flex;
  position: relative;
  padding: 5px 0;
  flex-direction: column;
}
.vue-product:after {
  content: "";
  display: inline-block;
  width: calc(100% - 100px);
  /* height: 100%; */
  margin-right: -100%;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  position: absolute;
  bottom: 0;
}
.wisseltekst {
  position: relative;
  width: 200px;
  margin-left: 50px;
}
.wisseltekst input {
  height: 0;
  width: 0;
  float: left;
  margin-left: 20px;
  position: relative;
}
.wisseltekst input:checked:before {
  content: "";
  height: 16px;
  width: 16px;
  background: #d50008;
  position: absolute;
  border-radius: 20px;
  top: 4px;
  left: 4px;
}
.wisseltekst input:checked:after {
  border: solid 2px #d50008;
}
.wisseltekst input:after:hover {
  cursor: pointer;
}
.wisseltekst input:after {
  content: "";
  display: inline-block;
  border: solid 2px black;
  width: 24px;
  height: 24px;
  border-radius: 24px;
}
.column-delivery {
  width: 100%;
  padding: 0px 0px 0px 0px;
  clear: both;
  text-align: center;
}
.switch {
  position: relative;
  display: inline-block;
}
.address-inputs .text-danger {
  text-align: left;
  clear: both;
  width: 100%;
  float: left;
  font-size: 10px;
}
.disabled-button {
  background-color: #666;
  cursor: not-allowed;
  pointer-events: none;
}
.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}
.switch label {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-radius: 20px;
  cursor: pointer;
  padding: 5px;
  transition: background-color 0.3s;
  width: 320px;
  height: 42px;
  line-height: 42px;
}
.switch .option {
  color: white;
  font-weight: bold;
  transition: transform 0.3s;
  height: 42px;
  line-height: 42px;
  width: 50%;
  background-color: #ccc;
  padding: 0 10px;
}
.option[data-on] {
  border-top-left-radius: 20px;
  /* Left option border radius */
  border-bottom-left-radius: 20px;
  /* Left option border radius */
}
.option[data-off] {
  border-top-right-radius: 20px;
  /* Right option border radius */
  border-bottom-right-radius: 20px;
  /* Right option border radius */
}
.switch .selected {
  background-color: #1d3c34;
  /* Green */
}
