@import url("https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700&display=swap");
:root ::-moz-selection {
  background: #f7941d;
  color: #fff;
}
:root ::selection {
  background: #f7941d;
  color: #fff;
}

html {
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -o-font-smoothing: antialiased;
  -ms-font-smoothing: antialiased;
  -moz-text-rendering: optimizelegibility;
  text-rendering: optimizelegibility;
}

*, :after, :before {
  box-sizing: inherit;
}

body, ol, p, ul {
  margin: 0;
  padding: 0;
  font-weight: normal;
}

body {
  font-size: 16px;
  background: #fff;
  font-family: "museo300";
  font-weight: normal; /*color: $para;*/
  font-style: normal;
  position: relative;
}

.ft-normal {
  font-style: normal;
}

input {
  outline: none;
}

a, button {
  outline: none !important;
  text-decoration: none;
}
a:active, a:visited, a:focus, a:hover, button:active, button:visited, button:focus, button:hover {
  outline: none !important;
  text-decoration: none;
  box-shadow: none !important;
}

.wide {
  display: block;
  width: 100%;
}

.ov-h {
  overflow: hidden;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
  font-weight: 400;
  color: #000;
}

p {
  font-size: 20px;
  line-height: 37px;
  font-weight: 300;
  color: #58595b;
  margin-bottom: 30px;
  font-family: "museo300";
  letter-spacing: -0.04px;
}
p strong {
  font-weight: bold;
}
p:last-child {
  margin-bottom: 0;
}

.z-index1 {
  z-index: 1;
}

.z-index2 {
  z-index: 2;
}

.z-index3 {
  z-index: 3;
}

.z-index4 {
  z-index: 4;
}

.z-index5 {
  z-index: 5;
}

.z-index6 {
  z-index: 6;
}

.z-index7 {
  z-index: 7;
}

.z-index8 {
  z-index: 8;
}

.z-index9 {
  z-index: 9;
}

.z-index10 {
  z-index: 10;
}

h1.main-title {
  font-family: "museo700";
  font-size: 30px;
  color: #58595b;
}

h2.price-rg, .h2.price-rg {
  font-family: "museo700";
  font-size: 30px;
  color: #58595b;
}

.btn-theme-orange {
  background-color: #faa21a;
  padding: 5px 20px;
  display: inline-block;
  font-family: "museo700";
  color: #fff;
  transition: all 0.3s;
  border-radius: 10px;
  border: 0;
}
.btn-theme-orange:hover {
  background-color: #00aeef;
  color: #fff;
}

.btn-theme-blue {
  background-color: #00aeef;
  padding: 5px 20px;
  display: inline-block;
  font-family: "museo700";
  color: #fff;
  transition: all 0.3s;
  border-radius: 10px;
}
.btn-theme-blue:hover {
  background-color: #faa21a;
  color: #fff;
}

.btn-steps-orange {
  background-color: #faa21a;
  padding: 8px 20px;
  display: inline-block;
  font-family: "museo700";
  color: #fff;
  transition: all 0.3s;
  border-radius: 10px;
  margin-bottom: 10px;
}
.btn-steps-orange:hover {
  background-color: #00aeef;
  color: #fff;
}

.btn-steps-blue {
  background-color: #00aeef;
  padding: 8px 20px;
  display: inline-block;
  font-family: "museo700";
  color: #fff;
  transition: all 0.3s;
  border-radius: 10px;
}
.btn-steps-blue:hover {
  background-color: #faa21a;
  color: #fff;
}

.edit-flex-afha a.toggle-area {
  background-color: #00aeef;
  color: #fff !important;
  border: 0 !important;
  border-radius: 10px !important;
}

main {
  margin-top: 100px;
}

.product-view {
  margin-bottom: 30px;
}

.productMain {
  border: 2px solid #dcddde;
  border-radius: 30px;
  overflow: hidden;
}

.thumbsSlider-top .mainProduct {
  padding-right: 4px;
  margin-top: 17px;
}
.thumbsSlider-top img {
  width: 100%;
  max-width: 100px;
  -o-object-fit: contain;
     object-fit: contain;
  border: 2px solid #dcddde;
  border-radius: 20px;
}

.product-info .nav-pills {
  border-bottom: 5px solid #58595b;
  margin-bottom: 30px;
}
.product-info .nav-pills .nav-link {
  position: relative;
  background-color: transparent;
  font-size: 20px;
  padding: 0 10.65px;
  font-family: "museo700";
  color: #58595b;
}
.product-info .nav-pills .nav-link::after {
  content: "";
  height: 5px;
  width: 100%;
  background-color: #e29d42;
  position: absolute;
  left: 0;
  bottom: -5px;
  opacity: 0;
  transition: all 0.3s;
}
.product-info .nav-pills .nav-link.active {
  color: #ffa200;
}
.product-info .nav-pills .nav-link.active::after {
  opacity: 1;
}
.product-info .tab-content p {
  font-size: 15px;
  line-height: 18px;
  text-align: justify;
}

.review-info {
  font-size: 20px;
  font-family: "museo300";
  color: #58595b;
}

.colleps-containers .btn {
  width: 100%;
  background-color: #f3f3f4;
  border: 1px solid #dcddde;
  padding: 10px 30px;
  border-radius: 30px 30px 0 0;
}
.colleps-containers .btn .arrow-state {
  transform: rotate(0deg);
  transition: all 0.3s;
}
.colleps-containers .btn .main-col-title {
  color: #58595b;
  font-size: 22px;
  font-family: "museo700";
}
.colleps-containers .btn:active {
  background-color: #f3f3f4;
  border-color: #dcddde;
}
.colleps-containers .btn.collapsed .arrow-state {
  transform: rotate(180deg);
}

.table-total-prod tr th {
  font-family: "museo700";
  font-size: 15px;
  color: #58595b;
}
.table-total-prod tr td {
  font-size: 15px;
}
.table-total-prod tbody tr:last-child td {
  font-family: "museo700";
  font-size: 15px;
  color: #58595b;
}
.table-total-prod .green-tag {
  background-color: #08b100;
  border-radius: 10px;
  color: #fff;
  padding: 5px 10px;
  display: inline-block;
  line-height: normal;
  font-size: 15px;
}

.border-container {
  padding: 20px 30px;
  border: 1px solid #dcddde;
  border-top: 0;
}
.border-container:last-child {
  border-radius: 0 0 30px 30px;
}

.outer-option .input-group {
  align-items: center;
  justify-content: center;
}
.outer-option .input-group-btn {
  margin: 0 !important;
}
.outer-option .num-button {
  display: flex;
  flex-direction: column;
  text-align: center;
  gap: 15px;
}
.outer-option .num-button .btn-default {
  background-color: #ffa200;
  border-radius: 50%;
  border: 0;
  width: 25px;
  height: 25px;
  color: #fff;
  font-weight: 600;
  font-size: 18px;
  line-height: normal;
}
.outer-option .form-control {
  border: 0;
  padding: 0;
  width: 100%;
  max-width: 50px;
  margin: 0 !important;
  font-family: "museo700";
  color: #58595b;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type=number] {
  -moz-appearance: textfield;
}

.card-option {
  border: 1px solid #dcddde;
  border-radius: 10px;
  overflow: hidden;
  padding: 45px 8px 8px;
  position: relative;
  margin-bottom: 15px;
}
.card-option .tagVaak {
  background-color: #faa21a;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  text-align: center;
  color: #fff;
  font-size: 18px;
  font-family: "museo700";
  padding: 3px 0;
}
.card-option .tag-add {
  margin-bottom: 10px;
}
.card-option .tag-add img {
  width: 100%;
  max-width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.card-option .price-controler h6 {
  font-size: 15px;
  font-family: "museo300";
  color: #58595b;
  margin-bottom: 8px;
  display: block;
}
.card-option .price-controler .price-addon {
  font-size: 18px;
  font-family: "museo700";
  color: #58595b;
}
.card-option .price-controler .info-tag {
  position: absolute;
  right: 0;
  bottom: 0;
}

.opties-colleps {
  margin-bottom: 20px;
}

.contry_fild .first_title {
  font-size: 15px;
  font-family: "museo700";
  color: #58595b;
  line-height: normal;
  margin-bottom: 10px;
}
.contry_fild .location {
  font-size: 15px;
  font-family: "museo300";
  color: #58595b;
  margin-left: 10px;
  line-height: normal;
}
.contry_fild .contry-name {
  border: 1px solid #dcddde;
  padding: 8px 10px;
  border-radius: 10px;
}

.form-control:focus {
  box-shadow: none;
}

.form-area-contry {
  margin-bottom: 20px;
}

.address-assemble .adr-titl {
  font-size: 15px;
  font-family: "museo700";
  color: #58595b;
  line-height: 22px;
}
.address-assemble .titlAdr {
  font-size: 15px;
  color: #58595b;
  line-height: 22px;
}

.pickup {
  border: 1px solid #dcddde;
  position: relative;
  padding: 100px 30px 60px 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 10px;
  height: 100%;
}
.pickup a {
  display: block;
}

.info-more {
  position: absolute;
  bottom: 40px;
  right: 30px;
}

.vaakPick {
  background-color: #faa21a;
  text-align: center;
  padding: 10px 30px;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  border-radius: 10px 10px 0 0;
  font-family: "museo700";
  font-size: 18px;
  color: #fff;
}

.btn-action {
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
}
.btn-action .btn-theme-blue {
  font-size: 18px;
  font-family: "museo700";
  max-width: 168px;
  width: 100%;
  margin: 30px auto 10px auto;
}
.btn-action .button-cl-info {
  font-family: "museo700";
  font-size: 20px;
  color: #58595b;
}

.addonbox {
  border: 1px solid #dcddde;
  display: block;
  border-radius: 10px;
  position: relative;
  overflow: hidden;
  padding: 60px 30px 30px;
}
.addonbox .taglineTop {
  padding: 5px 30px;
  color: #fff;
  font-family: "museo700";
  text-align: center;
  font-size: 18px;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
}
.addonbox .taglineTop.greentAg {
  background-color: #08b100;
}
.addonbox .taglineTop.orangetAg {
  background-color: #faa21a;
}
.addonbox .taglineTop.redtAg {
  background-color: #ff0000;
}
.addonbox .flex-content-aera .date-inf {
  font-size: 18px;
  color: #58595b;
}
.addonbox .flex-content-aera .dateInf {
  font-family: "museo700";
  font-size: 20px;
  color: #58595b;
}

.titleDatepik {
  font-size: 18px;
  color: #58595b;
  font-family: "museo700";
  margin-right: 15px;
}

.form-group .form-control {
  border-radius: 10px !important;
  font-size: 18px;
  font-family: "museo700";
  text-align: center;
}
.form-group .input-group {
  flex-wrap: nowrap;
  align-items: center;
  gap: 15px;
}
.form-group .input-group .form-control {
  width: 270px;
}

.card-formate {
  border: 1px solid #dcddde;
  border-radius: 10px;
  display: block;
  padding: 20px;
}
.card-formate .price_formate .formate-size {
  font-size: 15px;
  font-family: "museo300";
  color: #58595b;
  width: 100%;
  display: block;
}
.card-formate .price_formate .formate_price {
  font-size: 18px;
  line-height: 29px;
  font-family: "museo700";
  color: #58595b;
  width: 100%;
  display: block;
}
.card-formate .price-info {
  position: absolute;
  right: 20px;
  bottom: 20px;
}

.gl-tag {
  background-color: #faa21a;
  padding: 5px 30px;
  border-radius: 10px 10px 0 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  color: #fff;
  font-family: "museo700";
  font-family: 18px;
}

.opmtt-price .state-three {
  padding: 10px 30px !important;
}
.opmtt-price .border-container {
  padding: 20px 25px;
}

.opmatt-price {
  font-size: 22px;
  font-family: "museo700";
  color: #58595b;
}

.product_discription p {
  line-height: normal;
  font-size: 15px;
  font-family: "museo300";
}
.product_discription p strong {
  display: block;
  width: 100%;
  font-size: 18px;
}

:root {
  --background-color: #c7c8ca;
  --light-grey: #dcddde;
  --accent-color: #ff9b00;
}

.progress-container {
  display: flex;
  justify-content: space-between;
  position: relative;
  max-width: 100%;
  width: calc(100% - 700px);
  margin: 0 auto 60px auto;
}

.steps-line {
  position: relative;
}
.steps-line::before {
  content: "";
  left: 0;
  background-color: var(--light-grey);
  position: absolute;
  width: 100%;
  height: 4px;
  top: 3px;
  right: 0;
  z-index: -1;
}

.progress-container::before {
  content: "";
  background-color: var(--light-grey);
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  height: 4px;
  width: 100%;
  z-index: -1;
}

.progress {
  background-color: transparent;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  height: 4px;
  width: 0%;
  z-index: -1;
  transition: 0.4s ease;
}

.circle {
  background: var(--light-grey);
  color: var(--light-grey);
  border-radius: 50%;
  height: 10px;
  width: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 3px solid var(--light-grey);
  transition: 0.4s ease;
}

.circle.active {
  border-color: var(--accent-color);
  background-color: var(--accent-color);
  color: #58595b;
  scale: 1.1;
}

.circle .icon {
  position: absolute;
  font-size: 25px;
  bottom: 25px;
  opacity: 0.5;
}

.circle.active img {
  opacity: 1;
}

.circle .caption {
  position: absolute;
  font-size: 14px;
  font-weight: bolder;
  bottom: -30px;
}

.card_overzicht {
  border: 1px solid #dcddde;
  border-radius: 30px;
  padding: 15px 30px;
}
.card_overzicht .push-back .pr-detail {
  font-size: 18px;
  color: #58595b;
  font-family: "museo300";
}
.card_overzicht .push-back .pr-detail:last-child {
  min-width: 120px;
}
.card_overzicht .push-back.mainTotal .pr-detail {
  font-size: 18px;
  color: #58595b;
  font-family: "museo700";
}

.center-line {
  border-top: 2px solid #dcddde;
  opacity: 0.8;
  margin: 10px 0;
}

.overz-title {
  font-size: 18px;
  color: #58595b;
  font-family: "museo700";
  margin-bottom: 10px;
}

.box-bmprod {
  border: 1px solid #dcddde;
  border-radius: 30px;
  padding: 15px 30px;
  width: calc(100% - 40px);
  margin: 0 auto;
  position: relative;
}
.box-bmprod .product-vwbox {
  display: flex;
  margin-bottom: 15px;
}
.box-bmprod .product-vwbox .product-viewport {
  border: 1px solid #dcddde;
  background-color: #fff;
  border-radius: 20px;
  overflow: hidden;
  margin: -35px 0 0 -50px;
}
.box-bmprod .product-vwbox .product-viewport img {
  max-width: 300px;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  height: 200px;
  background: #fff;
}
.box-bmprod .product-vwbox .title-canvas {
  margin-left: 30px;
}
.box-bmprod .product-vwbox .title-canvas h1 {
  font-size: 28px;
  color: #58595b;
  font-family: "museo300";
  margin-bottom: 5px;
}
.box-bmprod .product-vwbox .toggle-area {
  font-family: "museo700";
  font-size: 15px;
  color: #58595b;
  border: 1px solid #dcddde;
  padding: 7px 15px;
  border-radius: 10px 0 0 10px;
}
.box-bmprod .product-vwbox .toggle-area.active {
  color: #fff;
  background-color: #0f743a;
}
.box-bmprod .product-vwbox .toggle-area:last-child {
  border-radius: 0 10px 10px 0;
}

.bold-text-font {
  font-family: "museo700";
  font-size: 15px;
  color: #58595b;
}

.font-18 {
  font-size: 18px;
}

.product-discription .product-mr-detail .pr-detail:first-child {
  max-width: 120px;
  width: 100%;
}
.product-discription .product-mr-detail .pr-detail:last-child {
  max-width: 630px;
  width: 100%;
}

.pr-opties {
  font-family: "museo700";
  font-size: 15px;
  color: #58595b;
  max-width: 450px;
  margin-top: 20px;
  margin-bottom: 10px;
}

.pro-opties {
  max-width: 445px;
}

.box-action {
  position: absolute;
  right: -30px;
  display: flex;
  flex-direction: column;
  gap: 15px;
  top: 26%;
  transform: translateY(-50%);
}

.leve-ttl {
  font-family: "museo700";
  font-size: 18px;
  color: #58595b;
}

.formNwPart .text-area-input {
  font-size: 15px;
  color: #58595b;
  font-family: "museo300";
}
.formNwPart .form-control {
  max-width: 190px;
}

.form-child {
  margin-bottom: 15px;
}
.form-child .form-control {
  border-radius: 10px !important;
}
.form-child:last-child .text-area-input, .form-child:nth-child(2) .text-area-input {
  max-width: 130px;
  width: 100%;
}
.form-child:last-child .form-control, .form-child:nth-child(2) .form-control {
  width: 100%;
}
.form-child:last-child .d-flex, .form-child:nth-child(2) .d-flex {
  justify-content: center;
}
.form-child:last-child .form-control {
  padding-left: 60px;
  margin: 0 !important;
}
.form-child:last-child .input-group {
  width: auto;
}
.form-child .input-group-prepend {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 6;
  border-radius: 0 !important;
  border-right: 1px solid #dcddde;
}
.form-child .input-group-prepend .input-group-text {
  background-color: transparent;
  border-radius: 0;
  border: 0;
}

.payment-function {
  border: 0;
  background-color: transparent;
  font-size: 15px;
  color: #58595b;
  font-family: "museo300";
  border: 1px solid #dcddde;
  line-height: normal;
  padding: 5px 10px;
  border-radius: 10px;
  width: 100%;
  margin-bottom: 10px;
}
.payment-function .payment-fee {
  color: #0c7d3e;
  border: 1px solid #0c7d3e;
  display: inline-block;
  padding: 5px 8px;
  border-radius: 10px;
  margin-left: 20px;
}

.payName {
  max-width: 150px;
  width: 100%;
  text-align: left;
}

.payment-comp {
  margin-left: 40px;
}

.form-check-input:checked {
  background-color: #ff8e28;
  border-color: #58595b;
}

.form-check-input:focus {
  box-shadow: none;
  border-color: #58595b;
}

.para-theme p {
  font-size: 18px;
  line-height: normal;
  color: #58595b;
  margin-bottom: 20px;
}
.para-theme p a {
  color: #58595b;
}
.para-theme p a:hover {
  color: #ff8e28;
}

.paymentSelection {
  border: 1px solid #dcddde;
  padding: 5px 10px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.divide_content .col-12:first-child {
  position: relative;
}
.divide_content .col-12:first-child::before {
  content: "";
  height: calc(100% + 30px);
  width: 1px;
  background-color: #dcddde;
  position: absolute;
  right: 0;
  top: -15px;
}

.step {
  display: none;
}
.step.active-step, .step.active {
  display: block;
}/*# sourceMappingURL=app.css.map */