@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap");
:root ::-moz-selection {
  background: #f39200;
  color: #fff;
}
:root ::selection {
  background: #f39200;
  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: 16px;
  line-height: 24px;
  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;
}

.title-h2 h2, h2, .h2 {
  font-size: 22px;
  letter-spacing: -0.24px;
  line-height: normal;
  text-transform: uppercase;
  color: #fff;
  font-family: "Roboto", serif;
  font-weight: bold;
  margin-bottom: 20px;
}

h3, .text-22 {
  font-size: 22px;
  letter-spacing: -0.24px;
  line-height: normal;
  font-family: "museo700";
  font-weight: 700;
  margin-bottom: 20px;
  color: #575756;
}

.btn-theme {
  max-width: 135px;
  width: 100%;
  background-color: #f39200;
  border-radius: 20px 0 20px 20px;
  color: #fff;
  font-family: "museo700";
  font-weight: 700;
  padding: 11px 15px;
  transition: all 0.3s;
}
.btn-theme:hover {
  color: #fff;
  background-color: #f39200;
  border-radius: 20px;
}

.price_wall {
  background-color: #f6f6f6;
  padding: 40px;
  border-radius: 20px 20px 20px 0;
}

.blank_button {
  border: 1px solid rgb(87, 87, 86);
  display: block;
  width: 100%;
  text-align: center;
  padding: 10px 15px;
  font-size: 18px;
  line-height: 24px;
  color: #575756;
  border-radius: 20px 0px 20px 20px;
  transition: all 0.3s;
}
.blank_button span {
  font-size: 18px;
  line-height: 24px;
  color: #575756;
  margin-left: 5px;
  transition: all 0.3s;
}
.blank_button:hover {
  background-color: #575756;
}
.blank_button:hover span {
  color: #fff;
}

.pr_action .btn {
  font-size: 18px;
  line-height: 24px;
  font-family: "museo700";
  font-weight: 700;
  padding: 10px 15px;
  text-align: center;
  border-radius: 20px 0px 20px 20px;
  transition: all 0.3s;
  width: 100%;
  display: block;
  color: #fff;
}
.pr_action .btn.btn_blue {
  background-color: #009fe3;
}
.pr_action .btn.btn_green {
  background-color: #009640;
}
.pr_action .btn:hover {
  background-color: rgba(87, 87, 86, 0.8);
}

.primary-h {
  color: #f39200;
}

.select_time_wrapper label {
  background-color: #fff;
  width: 150px;
  margin: 0 16px 10px 0;
  border-radius: 10px 10px 0 10px;
  overflow: hidden;
  color: #575756;
  cursor: pointer;
}

.select_time_wrapper label span {
  font-size: 18px;
  font-weight: 300;
  line-height: 24px;
}

.select_time_wrapper label input {
  position: absolute;
  top: -20px;
}

.select_time_wrapper input + span {
  border: 2px solid transparent;
  border-radius: 10px 10px 0 10px;
}

.select_time_wrapper input:checked + span {
  border-color: #f39200;
}

.select_time_wrapper input:checked + .docker-select .price_heighlight, .select_time_wrapper input:checked + .docker-select .sp_note {
  background-color: #f39200;
}

.label_p {
  font-weight: 400;
}

.custom-control-label::after {
  border-radius: 50% !important;
  width: 24px;
  height: 24px;
  top: 0px;
  color: transparent;
}

.form_bot_wrapper .custom-control-label::before {
  background-color: #ebebeb;
  height: 24px;
  width: 24px;
  border-radius: 50%;
  top: 0;
}

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::before {
  background-color: #ebebeb;
}

.price_wall .form-select {
  border: 0;
  border-radius: 10px 10px 0 10px;
}

.slider .tooltip.bs-tooltip-top, .slider .tooltip.bs-tooltip-top .arrow, .slider .tooltip.bs-tooltip-bottom .arrow {
  position: absolute;
}

.slider.slider-horizontal {
  width: calc(100% - 30px);
  display: block;
  margin: 0 auto;
  height: 15px;
}

.slider-handle {
  background-color: #f39200;
  background-image: linear-gradient(to bottom, #f39200, #f39200);
  width: 10px;
  height: 10px;
}

.slider-selection {
  background-color: #706f6f;
  background-image: linear-gradient(to bottom, #706f6f, #706f6f);
}

.slider.slider-horizontal .slider-track {
  height: 4px;
  left: -2px;
}

.slider-track-low, .slider-track-high {
  background: #706f6f;
}

.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-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;
}

.theme-green {
  background-color: #009540;
  padding: 5px 15px !important;
  color: #fff !important;
  border-radius: 50px 50px 0 50px;
  max-width: 133px;
  width: 100%;
  text-transform: uppercase;
  font-family: "Roboto", serif !important;
  border: 0;
}

header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 9999;
  transition: all 0.3s;
  background-color: #fff;
}
header.scrolled {
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
}
header .flex-area-form {
  padding: 15px 0;
  width: 100%;
}
header .flex-area-form .form-select {
  max-width: 170px;
  padding: 5px 15px 5px 45px;
  font-family: "museo700";
  font-weight: 700;
  background-size: 15px;
  background-position: 8% 50%;
  border-radius: 10px 10px 10px 0px;
  font-size: 14px;
  color: #575756;
  border-color: #575756;
}
header .flex-area-form .form-container {
  display: flex;
  align-items: flex-start;
  gap: 20px;
}
header .flex-area-form .search-inner {
  position: relative;
  width: 100%;
}
header .flex-area-form .search-inner .icon {
  position: absolute;
  top: 8px;
  left: 15px;
}
header .flex-area-form .search-inner .icon::before {
  opacity: 0.5;
  z-index: 2;
  position: relative;
}
header .flex-area-form .search-inner .icon::after {
  content: "";
  background-color: #f39200;
  position: absolute;
  left: -14px;
  top: -7px;
  right: 0px;
  bottom: 0;
  transition: all 0.3s;
  width: 40px;
  height: 31px;
  border-radius: 8px 0px 8px 0px;
  z-index: 1;
  opacity: 0;
}
header .flex-area-form .search-inner input {
  padding: 5px 15px 5px 45px;
  font-family: "museo700";
  font-weight: 700;
  border-radius: 8px 8px 8px 0px;
  font-size: 14px;
  color: #575756;
  border-color: #575756;
}
header .flex-area-form .search-inner input:focus::-moz-placeholder {
  color: transparent;
}
header .flex-area-form .search-inner input:focus::placeholder {
  color: transparent;
}
header .flex-area-form .search-inner.show .icon::before {
  filter: brightness(0) invert(1);
  opacity: 1;
}
header .flex-area-form .search-inner.show .icon::after {
  opacity: 1;
}
header .navbar-dark {
  background-color: #e6e7e8 !important;
}
header .navbar-nav li.nav-item:not(:last-child) {
  margin-right: 20px;
}
header .navbar-nav li a {
  font-size: 12px;
  font-family: "museo700";
  font-weight: 700;
  letter-spacing: -0.04px;
  color: #58595b;
  white-space: nowrap;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  gap: 10px;
}
header .navbar-nav li a:hover {
  color: rgba(88, 89, 91, 0.8);
}
header .navbar-nav li a img {
  margin-right: 5px;
}
header .cart-login li {
  position: relative;
  width: 100%;
}
header .cart-login li::before {
  content: "";
  height: 63px;
  width: 1px;
  background-color: #575756;
  position: absolute;
  top: -20px;
  left: 0;
  opacity: 0.5;
}
header .cart-login li.list-inline-item:not(:last-child) {
  margin-right: 0;
}
header .cart-login li a {
  font-size: 14px;
  letter-spacing: -0.04px;
  color: #58595b;
  font-family: "museo700";
  font-weight: 700;
  display: flex;
  align-items: center;
  gap: 8px;
  justify-content: center;
  padding: 0 15px;
  text-transform: uppercase;
  transition: all 0.3s;
}
header .cart-login li a .icon-heart1 {
  font-size: 17px;
}
header .cart-login li a .online {
  height: 10px;
  width: 10px;
  background-color: #12ac74;
  display: inline-block;
  border-radius: 50%;
  margin-right: 5px;
}
header .cart-login li a .icon-shopping-cart1 {
  font-size: 17px;
}
header .cart-login li a:hover {
  color: #f39200;
}

.form-select:focus, input:focus, select:focus {
  outline: 0;
  box-shadow: none !important;
  border-color: #58595b !important;
}

.bar1, .bar2, .bar3 {
  width: 25px;
  height: 2px;
  background-color: #f39200;
  margin: 6px 0;
  transition: 0.4s;
}

.change .bar1 {
  transform: translate(0, 11px) rotate(-45deg);
}

.change .bar2 {
  opacity: 0;
}

.change .bar3 {
  transform: translate(0, -5px) rotate(45deg);
}

.cart-searvice-mobile {
  margin-left: auto;
}
.cart-searvice-mobile ul {
  margin-right: 15px;
}

.gap-40 {
  gap: 30px;
}

.search-container {
  width: 100%;
}
.search-container .search-box {
  z-index: 2;
  width: 100%;
  min-width: 492px;
}
.search-container .search-box .search-canvas {
  filter: drop-shadow(3px 4px 38px rgba(0, 0, 0, 0.35));
  border-radius: 10px 10px 0 10px;
  padding: 13px 16px 26px 16px;
  border-bottom: 15px solid #f39200;
}
.search-container .search-box .search-canvas .product-filter {
  margin-bottom: 25px;
}
.search-container .search-box .search-canvas ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.search-container .search-box .search-canvas ul li {
  font-size: 14px;
  line-height: 24px;
  color: #575756;
}
.search-container .search-box .search-canvas ul li * {
  color: #575756;
  font-size: 14px;
  line-height: 24px;
}
.search-container .search-box .search-canvas ul li span {
  margin-right: 30px;
  display: inline-block;
  min-width: 160px;
}
.search-container .search-box .search-canvas ul li a:hover {
  color: #f39200;
}
.search-container .search-box .search-canvas ul li a:hover span {
  color: #f39200;
}
.search-container .search-box .search-canvas .search-ms-title {
  font-size: 14px;
  line-height: 24px;
  font-weight: bold;
  font-family: "Roboto", serif;
  text-transform: uppercase;
  color: #575756;
  margin-bottom: 3px;
}

.gl-bg-nav {
  background-color: #fff;
  filter: drop-shadow(3px 4px 38px rgba(0, 0, 0, 0.35));
  border-radius: 10px 10px 0 10px;
  padding: 13px 16px 26px 16px;
  border-bottom: 15px solid #f39200;
}

.cart-parent.show .icon {
  color: #009fe3;
}

.cart-wesen.show .icon {
  color: #e30613;
}

.contact-how .green-cont {
  opacity: 0;
  position: absolute;
  top: 4px;
  left: 0;
}
.contact-how.show .normal-cont {
  opacity: 0;
}
.contact-how.show .green-cont {
  opacity: 1;
}

.cart-container {
  transform: translateY(40px) !important;
  z-index: 2;
  min-width: 576px;
  width: 100%;
  display: none;
}
.cart-container .goi-title {
  font-size: 18px;
  font-family: "Roboto", serif;
  font-weight: bold;
  color: #575756;
  margin-bottom: 15px;
}
.cart-container .cart-canvas {
  padding-bottom: 10px;
}
.cart-container .table-for-product .table-box {
  display: flex;
  align-items: center;
  gap: 20px;
  justify-content: space-between;
  border-bottom: 2px solid #cecece;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
.cart-container .table-for-product .table-box .tbl-build {
  max-width: 80px;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.cart-container .table-for-product .table-box .prod-name-nw {
  color: #575756;
  font-size: 14px;
  line-height: 24px;
  font-family: "Roboto", serif;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  max-width: 130px;
}
.cart-container .table-for-product .table-box .qnt-select {
  font-family: "Roboto", serif;
  color: #575756;
  font-size: 14px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  max-width: 110px;
  width: 100%;
  padding: 2px 0 2px 45px;
  border: 1px solid #b2b2b2;
  border-radius: 100px 100px 100px 0;
  background: #fff url(../images/arrow-cart.png) no-repeat;
  background-size: 39px;
}
.cart-container.active {
  display: block;
}

.price-cart-nw {
  color: #575756;
  font-size: 14px;
  line-height: 24px;
  font-family: "Roboto", serif;
}

.dropdown-toggle::after {
  content: none;
}

.dropdown-parent .dropdown-menu {
  background-color: transparent;
  border: 0;
  box-shadow: none;
  min-width: 940px;
  width: 100%;
}
.dropdown-parent .dropdown-toggle::before {
  content: "";
  background: url(../images/ar-o.png) no-repeat;
  position: absolute;
  left: 1px;
  top: 1px;
  width: 42px;
  height: 31px;
  background-size: contain;
  opacity: 0;
}
.dropdown-parent .dropdown-toggle.show::before {
  opacity: 1;
}

.tab-content-inner {
  margin-bottom: 20px;
}
.tab-content-inner .tab-title-nw {
  text-transform: uppercase;
  color: #575756;
  font-size: 14px;
  line-height: 18px;
  font-family: "Roboto", serif;
  font-weight: 600;
  margin-bottom: 5px;
}
.tab-content-inner .tb-items li {
  margin-bottom: 2px;
}
.tab-content-inner .tb-items li * {
  color: #575756;
  font-size: 14px;
  line-height: 18px;
  font-family: "Roboto", serif;
  font-weight: 400;
}

.drop-tab {
  padding: 23px 15px 30px 25px;
}

.flex-tabing li a {
  text-transform: uppercase;
  color: #575756;
  font-size: 14px;
  line-height: 30px;
  font-weight: bold;
  font-family: "Roboto", serif;
  padding: 0;
}
.flex-tabing li a.active {
  color: #f39200;
}
.flex-tabing li a:hover {
  color: #f39200;
}

.border-left-nw {
  position: relative;
}
.border-left-nw::after {
  content: "";
  height: calc(100% + 53px);
  width: 1px;
  background-color: rgba(87, 87, 86, 0.3);
  position: absolute;
  right: 0;
  top: -23px;
  bottom: 0;
}

.drop-tab .tab-content {
  padding-left: 40px;
}

.dropdown-menu-rem {
  background-color: transparent;
  border: 0;
  box-shadow: none;
  padding: 0;
}

.dropdown-menu-center {
  left: 50% !important;
  right: auto !important;
  transform: translate(-50%, 40px) !important;
}

.set-post {
  min-width: 576px;
}
.set-post h5 {
  font-size: 18px;
  line-height: 24px;
  font-family: "Roboto", serif;
  font-weight: bold;
  color: #575756;
  margin-bottom: 15px;
}
.set-post ul li {
  margin: 0;
}
.set-post ul li a {
  padding-left: 33px !important;
  text-indent: -33px;
  display: block;
  padding: 0;
  font-size: 16px;
  line-height: 40px;
  font-family: "Roboto", serif;
  font-weight: 500;
  color: #575756;
}
.set-post ul li a::before {
  content: ">";
  margin-right: 15px;
  color: #f39200;
}
.set-post ul li::before {
  content: none;
}

.key-color {
  position: relative;
}
.key-color::before {
  content: "";
  background: url(../images/key-kp.png) no-repeat;
  height: 18px;
  width: 18px;
  position: absolute;
  left: -2px;
  background-size: contain;
  top: 3px;
  opacity: 0;
}

.inloia.show .key-color img {
  opacity: 0;
}
.inloia.show .key-color::before {
  opacity: 1;
}

.text-18-gl {
  font-size: 18px;
  font-family: "Roboto", serif;
  font-weight: bold;
  line-height: 24px;
  color: #575756;
  margin-bottom: 15px;
}

.contact-intes {
  min-width: 576px;
}

.gl-bg-nav .reset-anchor li::before {
  content: none;
}
.gl-bg-nav .reset-anchor li a {
  justify-content: flex-start;
  text-align: left;
  padding: 0;
}

.contact-intes {
  transform: translateY(40px) !important;
}

.listing-contact-area li:not(:last-child) {
  margin-bottom: 30px;
}

.form-tl {
  font-size: 14px;
  font-family: "Roboto", serif;
  font-weight: bold;
  line-height: 20px;
  color: #575756;
  margin-bottom: 10px;
}

.log-form input {
  border: 1px solid #b2b2b2;
  border-radius: 10px 10px 10px 0;
  margin-bottom: 15px;
  font-size: 12px;
  font-weight: 600;
}
.log-form .bl-link {
  color: #009fe3;
  font-size: 12px;
  font-weight: 500;
  font-family: "Roboto", serif;
  display: block;
  margin-top: 10px;
  padding: 0;
  width: 100%;
}

.side-panel {
  position: fixed;
  top: 0;
  bottom: 0;
  width: 100vw;
  height: 100vh;
  background: #fff;
  z-index: 1001;
  padding: 2rem 1.5rem;
  overflow-y: auto;
  overflow-x: hidden;
  transition: transform 0.4s ease;
  display: none;
}

/* Slide Directions */
.from-right {
  right: 0;
  transform: translateX(100%);
}

.from-left {
  left: 0;
  transform: translateX(-100%);
}

/* Active Panel */
.side-panel.active {
  display: block;
  transform: translateX(0);
}

.back-btn {
  background: none;
  border: none;
  font-weight: bold;
  margin-bottom: 1rem;
  padding: 5px 10px;
  font-size: 16px;
  border-radius: 10px;
  font-family: "Roboto", serif;
  background-color: #f39200;
  color: #fff;
}

.side-panel .flex-tabing li {
  position: relative;
  padding: 10px 0;
}
.side-panel .flex-tabing li::before {
  content: "";
  width: calc(100% + 60px);
  height: 1px;
  background-color: rgba(87, 87, 86, 0.3);
  position: absolute;
  bottom: 0;
  left: -30px;
  right: 0;
}

.subcat-data {
  padding: 10px 0;
}

main {
  margin-top: 175px;
}

.toggle-area {
  margin-bottom: 0;
  position: relative;
  z-index: 2;
}
.toggle-area ul.nav .nav-item {
  border-bottom: 1px solid rgba(88, 89, 91, 0.2);
  margin-bottom: 0;
}
.toggle-area ul.nav .nav-item a {
  font-size: 18px;
  font-family: "museo700";
  letter-spacing: -0.4px;
  font-weight: 700;
  color: #58595b;
  padding: 7px 16px;
}
.toggle-area ul.nav .nav-item a.active {
  color: #f39200;
}
.toggle-area .item-name {
  position: absolute;
  bottom: 27px;
  left: 36px;
  background-color: #fff;
  padding: 10px 15px;
  font-family: "museo700";
  font-size: 20px;
  letter-spacing: -0.04px;
  color: #58595b;
  min-width: 250px;
  text-align: center;
  border-radius: 20px 0 20px 20px;
}
.toggle-area .content-image-parent .content-grid:first-child img {
  border-radius: 20px 20px 20px 0;
}
.toggle-area .content-image-parent .content-grid:last-child img {
  border-radius: 20px 0 20px 20px;
}

.onzeMande {
  margin-top: -40px;
  background: url(../images/group-2.png) no-repeat;
  background-size: 100% 100%;
  padding: 120px 0 50px 0;
}
.onzeMande .product-figure-container {
  background-color: #fff;
  border-radius: 20px 20px 20px 0;
  overflow: hidden;
}
.onzeMande .product-figure-container img {
  height: 270px;
  -o-object-fit: cover;
     object-fit: cover;
}
.onzeMande .figure-items {
  position: relative;
}
.onzeMande .figure-items figcaption {
  position: absolute;
  right: 0;
  bottom: -20px;
  font-family: "museo700";
  font-size: 16px;
  letter-spacing: 0.37px;
  color: #575756;
  max-width: 250px;
  margin-left: auto;
  width: 100%;
}
.onzeMande .figure-items figcaption .nwpr-name {
  padding-left: 24px;
}
.onzeMande .figure-items figcaption .lst-child {
  width: 100%;
  background-color: #575756;
  color: #fff;
  padding: 8px 24px;
  border-radius: 20px 0 20px 20px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.onzeMande.niwProduct {
  background: url(../images/group-3.png) no-repeat;
  background-size: 100% 100%;
  padding: 30px 0 150px 0;
}
.onzeMande.niwProduct .title-h2 h2 {
  font-family: "museo700";
  color: #575756;
}
.onzeMande.reverse_container {
  background: url(../images/vgroup-1.png) no-repeat;
  background-size: 100% 94%;
  padding: 45px 0 135px 0;
  margin-top: -20px;
}
.onzeMande.reverse_container h1 {
  font-family: "Roboto", serif;
  font-weight: bold;
  color: #fff;
  margin-bottom: 20px;
}
.onzeMande.reverse_container p {
  font-family: "museo300";
  font-weight: 300;
  font-size: 22px;
  line-height: 24px;
  color: #fff;
  max-width: 1120px;
}

.nieMissen {
  margin: 40px 0 45px 0;
}
.nieMissen .innerWall {
  background-color: #f6f6f6;
  padding: 22px 30px 45px 30px;
  border-radius: 20px;
}
.nieMissen .innerWall .flex-form {
  display: flex;
  align-items: center;
  gap: 45px;
  max-width: 545px;
  margin: 0 auto;
}
.nieMissen .innerWall .flex-form .form-control {
  font-size: 16px;
  line-height: normal;
  padding: 14px 20px;
  border-radius: 20px 20px 20px 0;
}

.meetBekCat {
  margin: 0 0 60px 0;
}
.meetBekCat .cat-product img {
  border-radius: 20px 20px 20px 20px;
  height: 266px;
  -o-object-fit: cover;
     object-fit: cover;
}
.meetBekCat .cat-product figcaption {
  position: absolute;
  bottom: -20px;
  left: 0;
  width: 100%;
  max-width: 245px;
}
.meetBekCat .cat-product figcaption span {
  display: block;
  background-color: #575756;
  padding: 14px 25px;
  font-size: 16px;
  line-height: normal;
  text-transform: uppercase;
  font-family: "museo700";
  font-weight: 700;
  color: #fff;
  border-radius: 0 20px 20px 20px;
}

.tipsInsp {
  margin-top: -50px;
}

.tips-parent {
  margin-bottom: 60px;
}
.tips-parent figure img {
  height: 265px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 20px;
}
.tips-parent figure figcaption {
  max-width: 370px;
  width: 100%;
  position: absolute;
  right: 0;
  bottom: 0;
}
.tips-parent figure figcaption span {
  background-color: #575756;
  color: #fff;
  font-family: "museo700";
  font-weight: 700;
  width: 100%;
  display: block;
  padding: 23px 15px;
  font-size: 18px;
  line-height: 24px;
  border-radius: 20px 0px 20px 0px;
  text-align: right;
}
.tips-parent .col-12 {
  margin-top: 35px;
}
.tips-parent .col-12:first-child, .tips-parent .col-12:nth-child(2) {
  margin-top: 20px;
}
.tips-parent .col-12:first-child figure img, .tips-parent .col-12:nth-child(3) figure img {
  border-radius: 20px 20px 20px 0;
}
.tips-parent .col-12:last-child figure img, .tips-parent .col-12:nth-child(2) figure img {
  border-radius: 20px 0 20px 20px;
}

.banner_info {
  margin-bottom: 80px;
}
.banner_info .background-nw {
  background: url(../images/bg-area.png) no-repeat;
  background-size: cover;
  height: 450px;
  border-radius: 20px 0px 20px 20px;
}
.banner_info .bg-white {
  padding: 40px 30px;
  width: calc(100% - 245px);
  margin: 0 auto;
  border-radius: 20px;
  margin-top: -220px;
}
.banner_info .bg-white h1 {
  font-size: 30px;
  line-height: 32px;
  margin-bottom: 20px;
  color: #575756;
  font-family: "museo700";
  font-weight: 700;
  text-transform: uppercase;
}
.banner_info .bg-white p {
  font-size: 22px;
  line-height: 24px;
  margin-bottom: 20px;
}
.banner_info .bg-white p strong {
  width: 100%;
  display: block;
  font-size: 22px;
  line-height: 24px;
  margin-bottom: 5px;
  color: #575756;
  font-family: "museo700";
  font-weight: 700;
  text-transform: uppercase;
}

.review_area {
  margin-bottom: 45px;
}
.review_area .wall_nw {
  background-color: #f6f6f6;
  padding: 30px 30px 25px;
  border-radius: 20px;
}
.review_area .wall_nw p {
  font-size: 16px;
  line-height: 24px;
  max-width: 500px;
}
.review_area .box-cover {
  display: flex;
  flex-direction: column;
  gap: 30px;
  background-color: #fff;
  padding: 20px 30px;
  border-radius: 20px 20px 20px 0;
  border: 1px solid rgba(87, 87, 86, 0.5);
  margin-bottom: 25px;
}
.review_area .box-cover h2 {
  text-transform: inherit;
}
.review_area .box-cover p {
  font-size: 22px;
  line-height: 24px;
  max-width: 100%;
}

.slider_product {
  margin-bottom: 70px;
}
.slider_product .product-view .productMain {
  border: 1px solid rgba(87, 87, 86, 0.3);
  border-radius: 20px 20px 20px 0;
  overflow: hidden;
  padding-left: 30px;
  margin-bottom: 30px;
}
.slider_product .product-view .productMain .swiper-slide img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: left;
     object-position: left;
  max-width: 100%;
  height: 647px;
}
.slider_product .thumbsSlider-top .mainProduct {
  padding-right: 6px;
}
.slider_product .thumbsSlider-top .swiper-slide {
  border: 1px solid rgba(87, 87, 86, 0.3);
  border-radius: 20px 20px 20px 0;
  overflow: hidden;
}
.slider_product .thumbsSlider-top .swiper-slide img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: left;
     object-position: left;
  max-width: 100%;
  height: 186px;
  padding-left: 15px;
}
.slider_product h1.pro_title {
  font-size: 26px;
  line-height: 33px;
  font-family: "museo700";
  font-weight: 700;
  letter-spacing: -0.7px;
  text-transform: uppercase;
  color: #575756;
}
.slider_product .product_subtitle {
  font-size: 18px;
  line-height: 33px;
  font-family: "museo300";
  color: #f39200;
  width: 100%;
  display: block;
  margin-bottom: 10px;
}
.slider_product .price_parent {
  margin-top: 30px;
}
.slider_product .price_parent .price_wall {
  margin-bottom: 25px;
}
.slider_product .price_parent .price_wall .main_pprice {
  font-size: 46px;
  line-height: 50px;
  font-family: "museo700";
  font-weight: 700;
  color: #575756;
  margin-bottom: 20px;
}
.slider_product .price_parent .price_wall .main_pprice span {
  font-size: 16px;
  line-height: 24px;
}
.slider_product .price_parent .price_wall:nth-child(2) {
  border-radius: 0 20px 20px 20px;
  padding-top: 30px;
  padding-bottom: 30px;
}
.slider_product .price_parent .price_wall:nth-child(3) {
  border-radius: 20px 0 20px 20px;
  padding-top: 30px;
  padding-bottom: 30px;
}
.slider_product .price_parent .price_wall:nth-child(4) {
  position: relative;
  border-radius: 20px;
}
.slider_product .price_parent .price_wall:nth-child(4) .select_time_wrapper label {
  border-radius: 10px 10px 10px 0px;
  width: calc(50% - 11px);
  margin-bottom: 15px;
}
.slider_product .price_parent .price_wall:nth-child(4) .select_time_wrapper label:last-child {
  margin-right: 0;
}
.slider_product .price_parent .price_wall:nth-child(4) .select_time_wrapper input + span {
  border-radius: 10px 10px 10px 0px;
}
.slider_product .price_parent .price_wall:nth-child(4) .rounded-nw span strong {
  font-size: 22px;
  line-height: 24px;
  font-family: "museo700";
  font-weight: 700;
}
.slider_product .stock_details .in_stock {
  color: #009640;
  border: 2px solid #009640;
  padding: 2px 15px;
  font-size: 18px;
  line-height: 24px;
  border-radius: 10px 10px 0 10px;
  font-family: "museo700";
  font-weight: 700;
}
.slider_product .wallSubtitle {
  font-size: 18px;
  line-height: 24px;
  font-family: "museo700";
  font-weight: 700;
  color: #575756;
  margin-bottom: 20px;
}
.slider_product .saw_info p {
  font-size: 18px;
  line-height: 24px;
  font-family: "museo700";
  font-weight: 700;
  color: #009fe3;
}
.slider_product .total_output {
  background-color: #f39200;
  padding: 10px 15px;
  text-align: center;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  border-radius: 0 0 20px 20px;
  font-size: 24px;
  line-height: 24px;
  font-family: "museo700";
  font-weight: 700;
  color: #fff;
}
.slider_product .total_output span {
  font-size: 18px;
  line-height: 24px;
}
.slider_product .nw-button-area {
  max-width: 550px;
  margin: 28px auto 0 auto;
}

.omsperev_sect .product_description {
  font-size: 26px;
  line-height: 33px;
  font-family: "museo700";
  font-weight: 700;
  color: #575756;
  text-transform: uppercase;
}
.omsperev_sect p {
  font-size: 20px;
  line-height: 24px;
}
.omsperev_sect .dis_info {
  margin-bottom: 50px;
}

.dis_info table tr td {
  font-size: 20px;
  line-height: 24px;
  color: #575756;
  padding: 10px 35px;
  border: 0;
}
.dis_info table tr td:first-child {
  width: 30%;
}
.dis_info table tr td:last-child {
  width: 70%;
}
.dis_info .sp_title {
  padding-left: 35px;
}
.dis_info .sp_title span {
  font-size: 20px;
  line-height: 24px;
  font-family: "museo700";
  font-weight: 700;
  color: #575756;
  display: block;
  width: 100%;
  padding: 30px 0 20px 0;
}

.main_category.meetBekCat {
  margin-bottom: 80px;
}
.main_category.meetBekCat .parent-cat .child-cat {
  margin-bottom: 36px;
}
.main_category.meetBekCat .parent-cat .child-cat figure .border-nw {
  border: 1px solid rgba(87, 87, 86, 0.5);
  border-radius: 20px;
  overflow: hidden;
}
.main_category.meetBekCat .parent-cat .child-cat figure img {
  padding-left: 0;
  -o-object-position: 0 -10px;
     object-position: 0 -10px;
}
.main_category.meetBekCat .parent-cat .child-cat:nth-child(2) figure img {
  max-width: 250px;
  -o-object-fit: contain;
     object-fit: contain;
  border-radius: 0;
  -o-object-position: right;
     object-position: right;
  margin-left: auto;
  display: block;
}
.main_category.meetBekCat .parent-cat .child-cat:nth-child(9) figure img {
  -o-object-position: -60px -40px;
     object-position: -60px -40px;
  -o-object-fit: none;
     object-fit: none;
}
.main_category.meetBekCat .parent-cat .child-cat:nth-child(11) figure img {
  -o-object-position: 10px -40px;
     object-position: 10px -40px;
  -o-object-fit: none;
     object-fit: none;
}
.main_category.meetBekCat .parent-cat .child-cat:nth-child(12) figure img {
  -o-object-fit: none;
     object-fit: none;
  -o-object-position: 20px 40%;
     object-position: 20px 40%;
}

.more_prinfo {
  margin-bottom: 50px;
}
.more_prinfo .editor_content p {
  margin: 0;
  font-size: 22px;
  line-height: 24px;
}
.more_prinfo .editor_content ul {
  list-style-type: none;
  list-style-position: inside;
  padding-left: 20px;
}
.more_prinfo .editor_content ul li {
  font-size: 22px;
  line-height: 24px;
  color: #575756;
}

.filter_product {
  margin-bottom: 50px;
}
.filter_product .filter_Wall {
  background-color: #f6f6f6;
  padding: 20px 15px;
  margin-bottom: 10px;
}
.filter_product .filter_Wall .filter_inner h6 {
  font-size: 16px;
  line-height: 24px;
  font-family: "museo700";
  font-weight: 700;
  color: #575756;
  margin-bottom: 15px;
}
.filter_product .filter_Wall .form-check-input:checked[type=radio] {
  background-image: none;
}
.filter_product .filter_Wall .form-check-input:checked {
  background-color: #f39200;
}
.filter_product .filter_Wall .form-check label {
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.filter_product .filter_Wall .filter_cr .input-group {
  width: 85px;
}
.filter_product .filter_Wall .filter_cr .input-group-text {
  padding: 0 0 0 14px;
  background: #fff;
  border: 0;
}
.filter_product .filter_Wall .filter_cr .form-control {
  text-align: center;
  border: 0;
  padding: 0 10px 0 0;
}
.filter_product .filter_Wall .filter_cr .total-rusult {
  margin: 0 15px;
}

.inner_product-details {
  margin-bottom: 20px;
}
.inner_product-details figure {
  margin: 0;
  border: 1px solid rgba(87, 87, 86, 0.5);
  overflow: hidden;
  border-radius: 0 40px 0 20px;
}
.inner_product-details figure .nw_build {
  border-bottom: 1px solid rgba(87, 87, 86, 0.5);
  overflow: hidden;
}
.inner_product-details figure .nw_build img {
  width: 100%;
  -o-object-fit: inherit;
     object-fit: inherit;
  height: 220px;
  max-width: 250px;
  display: block;
  margin-left: auto;
}
.inner_product-details figure figcaption .product_price-information {
  padding: 18px 12px 10px 12px;
  background-color: #f6f6f6;
}
.inner_product-details figure figcaption .product_price-information h6 {
  color: #575756;
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 20px;
}
.inner_product-details figure figcaption .product_price-information .ero_price {
  font-size: 20px;
  line-height: 24px;
  font-family: "museo700";
  font-weight: 700;
  color: #575756;
}
.inner_product-details figure figcaption .product_price-information .available_not {
  font-family: "museo700";
  font-weight: 700;
  font-size: 14px;
  line-height: 24px;
  color: #009640;
}
.inner_product-details figure figcaption .product_price-information .available_not.not-available {
  color: #e30613;
}
.inner_product-details figure figcaption .product_add-to-cart {
  border-top: 1px solid rgba(87, 87, 86, 0.5);
  display: flex;
  align-items: center;
}
.inner_product-details figure figcaption .product_add-to-cart a {
  padding: 8px 15px;
  width: 50%;
  display: block;
  text-align: center;
  font-size: 16px;
  line-height: 24px;
  color: #575756;
}
.inner_product-details figure figcaption .product_add-to-cart a:first-child {
  border-right: 1px solid rgba(87, 87, 86, 0.5);
}

.product_parent .product_child:nth-child(7) figure .nw_build img {
  -o-object-fit: contain;
     object-fit: contain;
  margin: 0 auto;
  padding-top: 10px;
}

.zagservice_page .onzeMande.reverse_container h1 {
  font-size: 36px;
  line-height: 33px;
  font-family: "museo700";
  font-weight: 700;
}
.zagservice_page .onzeMande.reverse_container p {
  max-width: 1050px;
}

.shutting_page .onzeMande.reverse_container h1 {
  font-size: 36px;
  line-height: 33px;
  font-family: "museo700";
  font-weight: 700;
}

.canter_product_edit .bill_title {
  font-size: 26px;
  line-height: 33px;
  font-family: "museo700";
  font-weight: 700;
  color: #575756;
  padding: 0 30px;
}
.canter_product_edit .total_value_store {
  background-color: #f6f6f6;
  border-radius: 20px 20px 20px 0;
  overflow: hidden;
}
.canter_product_edit .total_value_store .value_title:first-child .item-content {
  flex-direction: row;
}
.canter_product_edit .total_value_store .value_title:first-child .item-content .list_items {
  padding-left: 18px;
}
.canter_product_edit .total_value_store .value_title .number_title {
  font-size: 22px;
  line-height: 24px;
  font-family: "museo700";
  font-weight: 700;
  background-color: #646363;
  padding: 10px 30px;
  color: #fff;
}
.canter_product_edit .total_value_store .value_title .number_title em {
  font-style: normal;
  max-width: 30px;
  width: 100%;
  display: inline-block;
}
.canter_product_edit .total_value_store .value_title .number_title span {
  margin-left: 4px;
}
.canter_product_edit .total_value_store .value_title .item-content {
  padding: 20px 30px;
  display: flex;
  flex-direction: column;
  width: 100%;
}
.canter_product_edit .total_value_store .value_title .item-content .max_quantity, .canter_product_edit .total_value_store .value_title .item-content .list_items li {
  font-size: 20px;
  line-height: 24px;
}
.canter_product_edit .total_value_store .value_title .item-content .list_items {
  padding-left: 40px;
}
.canter_product_edit .total_value_store .value_title .item-content .data_table {
  flex-grow: 1;
  max-width: 345px;
  margin: 0 auto;
  width: 100%;
}
.canter_product_edit .total_value_store .value_title .item-content .data_table .data_buch {
  margin-bottom: 30px;
}
.canter_product_edit .total_value_store .value_title .item-content .data_table .data_title {
  font-size: 20px;
  line-height: 24px;
  font-family: "museo700";
  font-weight: 700;
  color: #575756;
}
.canter_product_edit .total_value_store .value_title .item-content .data_table .item_number {
  font-size: 20px;
  line-height: 24px;
  color: #575756;
}
.canter_product_edit .total_value_store .value_title .item-content .data_table .flex_table .flex-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.canter_product_edit .total_value_store .value_title .item-content .data_table .flex_table .flex-container .data_tr {
  font-size: 20px;
  line-height: 24px;
  color: #575756;
}

.collapse_canvas .collapse_card {
  margin-bottom: 40px;
}
.collapse_canvas .collapse_card .tr_fk-button {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-bottom: 30px;
  padding-left: 30px;
  cursor: pointer;
}
.collapse_canvas .collapse_card .tr_fk-button .number_clps {
  border: 2px solid #f39200;
  font-size: 26px;
  line-height: 33px;
  font-family: "museo700";
  font-weight: 700;
  color: #575756;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.collapse_canvas .collapse_card .tr_fk-button .product_card-name {
  font-size: 26px;
  line-height: 33px;
  font-family: "museo700";
  font-weight: 700;
  color: #575756;
}
.collapse_canvas .collapse_card .tr_fk-button .product_card-name span {
  margin-left: 10px;
  display: inline-block;
}
.collapse_canvas .collapse_card .card_bg-nw {
  background-color: #f6f6f6;
  padding: 40px 30px;
  border-radius: 20px 20px 20px 0;
}
.collapse_canvas .collapse_card .card_bg-nw .product_review img {
  border-radius: 20px 20px 20px 0;
  background-color: #fff;
  width: 100%;
  max-width: 235px;
  height: 230px;
  -o-object-fit: cover;
     object-fit: cover;
}
.collapse_canvas .collapse_card .card_bg-nw .product_info-note {
  max-width: 280px;
}
.collapse_canvas .collapse_card .card_bg-nw .product_info-note .note_title {
  color: #575756;
  font-family: "museo700";
  font-weight: 700;
  text-transform: inherit;
}
.collapse_canvas .collapse_card .card_bg-nw .product_info-note .addon_parent {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.collapse_canvas .collapse_card .card_bg-nw .product_info-note .addon_parent .addon_data {
  width: 50%;
}
.collapse_canvas .collapse_card .card_bg-nw .product_info-note .addonSpacer {
  margin: 30px 0;
}
.collapse_canvas .collapse_card .card_bg-nw .addon_name {
  font-size: 22px;
  line-height: 24px;
  font-family: "museo700";
  font-weight: 700;
  color: #575756;
  max-width: 235px;
}
.collapse_canvas .collapse_card .card_bg-nw .pp_rev {
  display: flex;
  align-items: center;
  gap: 45px;
  font-size: 22px;
  line-height: 24px;
  font-family: "museo700";
  font-weight: 700;
  color: #575756;
}
.collapse_canvas .collapse_card .card_bg-nw .pp_rev .form-control {
  max-width: 170px;
  border: 0;
}

.collapse_card .rounded-nw {
  width: 100%;
  margin: 0;
}
.collapse_card .rounded-nw .bild-body img {
  padding: 20px;
  background-color: #fff;
  height: 154px;
  -o-object-fit: cover;
     object-fit: cover;
}
.collapse_card .rounded-nw .bild-footer {
  background-color: #f6f6f6;
  padding: 10px 4px 20px 4px;
}
.collapse_card .rounded-nw .bild-footer h6 {
  font-size: 18px;
  line-height: 24px;
  font-family: "museo700";
  font-weight: 700;
  color: #575756;
  margin-bottom: 10px;
}
.collapse_card .rounded-nw .bild-footer p {
  font-size: 18px;
  line-height: 24px;
  color: #575756;
}
.collapse_card .rounded-nw .bild-footer ul {
  padding: 0 5px;
}
.collapse_card .rounded-nw .bild-footer ul li {
  font-size: 18px;
  line-height: 24px;
  color: #575756;
}
.collapse_card .select_time_wrapper label {
  border-radius: 20px 20px 20px 0;
}
.collapse_card .select_time_wrapper input + span {
  border: 2px solid #575756;
  border-radius: 20px 20px 20px 0;
  overflow: hidden;
  padding: 0 !important;
}
.collapse_card .select_time_wrapper input:checked + span {
  border-color: #f39200;
}
.collapse_card .primary-h {
  margin-right: 5px;
}
.collapse_card #levetra_nw .select_time_wrapper {
  max-width: 470px;
  display: flex;
  align-items: center;
  gap: 15px;
}
.collapse_card #levetra_nw .select_time_wrapper .rounded-nw span {
  padding: 10px 15px !important;
  font-size: 18px;
  line-height: 24px;
}
.collapse_card #levetra_nw .select_time_wrapper .rounded-nw strong {
  font-size: 18px;
  line-height: 24px;
  font-family: "museo700";
  font-weight: 700;
}
.collapse_card #levetra_nw .select_time_wrapper label.rounded-nw:first-child {
  border-radius: 20px 0 20px 20px;
}
.collapse_card #levetra_nw .select_time_wrapper .rounded-nw:first-child input + span {
  border-radius: 20px 0 20px 20px;
}
.collapse_card #levetra_nw .select_time_wrapper input + span {
  border: 2px solid rgba(87, 87, 86, 0.5);
}
.collapse_card #levetra_nw .select_time_wrapper input:checked + span {
  border-color: #f39200;
}

.prijs_inner .addonItems {
  display: flex;
  align-items: center;
  border-radius: 20px;
  position: relative;
  max-width: 470px;
}
.prijs_inner .addonItems::before {
  content: "";
  height: 71px;
  width: 70px;
  background-color: #f39200;
  position: absolute;
  left: 50%;
  top: auto;
  z-index: -1;
  margin: 0 auto;
  transform: translateX(-50%);
  border-bottom: 2px solid rgba(87, 87, 86, 0.5);
}
.prijs_inner .addonItems li {
  width: 50%;
}
.prijs_inner .addonItems li a {
  display: block;
  font-size: 22px;
  line-height: 24px;
  font-family: "museo700";
  font-weight: 700;
  padding: 10px 0;
  border: 2px solid rgba(87, 87, 86, 0.5);
  overflow: hidden;
  border-radius: 20px;
}
.prijs_inner .addonItems li:first-child {
  background-color: #fff;
  border-radius: 20px 0px 20px 20px;
}
.prijs_inner .addonItems li:first-child a {
  color: #575756;
  border-radius: 20px 0px 20px 20px;
}
.prijs_inner .addonItems li:last-child {
  background-color: #f39200;
  overflow: hidden;
  border-radius: 0 20px 20px 0px;
}
.prijs_inner .addonItems li:last-child a {
  border-left: 0;
  border-radius: 0 20px 20px 0px;
  color: #fff;
  padding: 22px 0;
}

.nested_toggle_data .nested_inner {
  margin-bottom: 30px;
}
.nested_toggle_data .nested_inner .nested_data_title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: calc(100% - 60px);
  margin: 0 auto 0 auto;
}
.nested_toggle_data .nested_inner .nested_data_title h3 {
  margin-bottom: 0;
  font-size: 26px;
  line-height: 33px;
  color: #575756;
}
.nested_toggle_data .nested_inner .item_discription {
  display: flex;
  align-items: center;
  font-size: 22px;
  line-height: 24px;
  font-family: "museo700";
  font-weight: 700;
  color: #575756;
  margin-left: auto;
}
.nested_toggle_data .nested_inner .item_discription span {
  margin-left: 10px;
}

.box_outer-wall {
  background-color: #f6f6f6;
  padding: 25px 30px;
  border-radius: 20px 20px 20px 0;
  margin-top: 15px;
}
.box_outer-wall .flex-bunch_table table tr th {
  font-size: 22px;
  line-height: 24px;
  text-align: center;
  color: #575756;
  font-weight: 300;
}
.box_outer-wall .flex-bunch_table table tr td .form-control {
  text-align: center;
  font-size: 22px;
  line-height: 24px;
  color: #575756;
  font-weight: 300;
  border: 0;
  border-radius: 10px 10px 0 10px;
}
.box_outer-wall .flex-bunch_table table tr td:last-child {
  vertical-align: middle;
}
.box_outer-wall .cm_information {
  padding: 0 8px;
}
.box_outer-wall .cm_information .list_content {
  list-style-type: none;
  padding: 0;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border: 1px solid #f39200;
}
.box_outer-wall .cm_information .list_content li {
  width: 28.333%;
  background-color: #fff;
  border-right: 1px solid #f39200;
}
.box_outer-wall .cm_information .list_content li span {
  display: block;
  text-align: center;
  width: 100%;
}
.box_outer-wall .cm_information .list_content li:last-child {
  width: 15%;
  border-right: 0;
}
.box_outer-wall .cm_information.cm_item-two li {
  width: 85%;
}

.shutting_page .total_value_store .list_items.list-unstyled {
  padding: 0 !important;
  width: 100%;
}
.shutting_page .total_value_store .list_items li {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.shutting_page .total_value_store .list_items li span {
  width: 45%;
}
.shutting_page .total_value_store .list_items li em {
  width: 55%;
  font-style: normal;
}
.shutting_page .card_form-nw {
  margin-bottom: 20px;
}
.shutting_page .card_form-nw:last-child {
  margin-bottom: 0;
}
.shutting_page .card_form-nw .form-control {
  text-align: center;
  border: 0;
  font-size: 22px;
  line-height: 24px;
  color: #575756;
  border-radius: 10px 10px 0 10px;
}
.shutting_page .card_form-nw .form-control.font-bold {
  font-family: "museo700";
  font-weight: 700;
}
.shutting_page .card_form-nw:nth-child(2) .row {
  margin-bottom: 15px;
}
.shutting_page .card_form-nw:nth-child(2) h3 {
  font-size: 22px;
  line-height: 24px;
  font-weight: 300;
  font-family: "museo300";
  color: #575756;
}
.shutting_page .soort_select .rounded-nw .bild-body img {
  padding: 0;
}
.shutting_page .soort_select .rounded-nw .bild-footer {
  position: relative;
}
.shutting_page .bild-body {
  position: relative;
}
.shutting_page .sp_note {
  background-color: #575756;
  padding: 4px 0;
  color: #fff;
  font-size: 18px;
  line-height: 24px;
  font-family: "museo700";
  font-weight: 700;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}
.shutting_page .price_heighlight {
  background-color: #575756;
  padding: 8px 0;
  color: #fff;
  font-size: 18px;
  line-height: 24px;
  font-family: "museo700";
  font-weight: 700;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}
.shutting_page .spacer_tp {
  height: 40px;
  width: 100%;
  display: block;
}
.shutting_page .soort_optie .docker-select .bild-body img {
  -o-object-fit: scale-down;
     object-fit: scale-down;
}
.shutting_page .soort_optie .docker-select .bild-footer .quantity_nw .form-control {
  position: static;
  text-align: center;
  font-size: 18px;
  line-height: 24px;
  color: #575756;
  font-weight: 300;
  border: 0;
  border-radius: 10px 10px 0 10px;
}
.shutting_page .soort_optie .docker-select .bild-footer .quantity_nw .nw_quan_price {
  font-size: 18px;
  line-height: 24px;
  color: #575756;
  margin-top: 10px;
  font-family: "museo700";
  font-weight: 700;
}
.shutting_page #monte_nw .docker-select .bild-body img {
  -o-object-fit: scale-down;
     object-fit: scale-down;
}

@media (max-width: 1199px) {
  .filter_adon {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 99999;
    background-color: #fff;
    padding: 50px 30px 0;
    overflow: auto;
    height: 100%;
    transform: translateX(-100%);
    transition: all 0.3s;
  }
  .filter_adon .scrollable_area {
    margin-bottom: 100px;
  }
  .filter_adon.pullOut {
    transform: translateX(0);
  }
  .filter_adon .close_filter {
    position: absolute;
    top: 20px;
    right: 30px;
  }
  .filter_adon .close_filter img {
    transform: rotate(45deg);
  }
  .body_cover_filter {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(255, 255, 255, 0.5);
    z-index: 9999;
    opacity: 0;
    pointer-events: none;
    transition: all 0.3s;
  }
  .body_cover_filter.toggle_cover {
    opacity: 1;
    pointer-events: auto;
  }
  .apply-filter {
    background: transparent;
    border: 0;
    display: flex;
    align-items: center;
    margin: 0 0 20px auto;
    gap: 10px;
    color: #575756;
    font-size: 18px;
    line-height: 24px;
    font-family: "museo700";
    font-weight: 700;
  }
  .apply-filter svg {
    width: 30px;
  }
}
.separator {
  margin: 0;
  border-color: #575756;
  border-width: 2px;
  width: calc(100% + 70px);
  position: relative;
  left: -35px;
  margin-bottom: 30px;
}

.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: 6px 10px;
  border-radius: 10px;
}

/**********************************************************************************/
.text-inharit {
  text-transform: inherit;
}

.step-space {
  padding: 50px 0 100px;
}

: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-weight: 400;
}

.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;
  font-weight: 400;
}

.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;
}

.tab-landing {
  position: absolute;
  top: -40px;
  left: 12px;
  width: calc(100% - 24px);
}

.btn-close {
  border: 1px solid #000;
  position: absolute;
  top: 15px;
  right: 15px;
  border-radius: 50%;
  opacity: 1;
  background-size: 12px;
  z-index: 3;
}

footer {
  background-color: #dadada;
  padding: 30px 0 130px;
}
footer .footer-sm-title {
  font-size: 16px;
  font-family: "museo700";
  font-weight: 700;
  margin-bottom: 10px;
  color: #575756;
}
footer .footer-items {
  margin-bottom: 30px;
}
footer .footer-items li a {
  font-size: 14px;
  line-height: 24px;
  font-family: "museo300";
  font-weight: 300;
  color: #575756;
  display: flex;
  align-items: center;
  gap: 20px;
}
footer .footer-items li a:hover {
  text-decoration: underline;
}
footer .footer-items li a span {
  width: 30px;
}
footer .social-content li.list-inline-item:not(:last-child) {
  margin-right: 15px;
}
footer .social-content li a {
  display: inline-block;
  transition: all 0.3s;
}
footer .social-content li a:hover {
  transform: rotate(360deg);
}/*# sourceMappingURL=app.css.map */