body {
  font-size: 14px;
  font-family: "Muli", Helvetica, sans-serif;
}
p, a, button {
  font-family: "Muli", Helvetica, sans-serif;
  font-size: 14px;
  line-height: 1.8em;
}
.cb_main {
  z-index: 2;
  background-color: #fff;
}
.cb_main.cb_main-fade {
  opacity: 0;
  -webkit-transition: all 1000ms ease;
  -moz-transition: all 1000ms ease;
  -ms-transition: all 1000ms ease;
  -o-transition: all 1000ms ease;
  transition: all 1000ms ease;
  -webkit-transform: translateY(100px);
  -moz-transform: translateY(100px);
  -ms-transform: translateY(100px);
  -o-transform: translateY(100px);
  transform: translateY(100px);
}
.cb_main.cb_main-fade.reveal {
  opacity: 1;
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  -ms-transform: translateY(0px);
  -o-transform: translateY(0px);
  transform: translateY(0px);
}
.cb_main h1 {
  font-family: "Poppins", Helvetica, sans-serif;
  font-weight: bold;
  font-size: 32px;
}
.cb_main h2 {
  font-family: "Poppins", Helvetica, sans-serif;
  font-weight: bold;
  font-size: 18px;
}
.cb_main .cb_button {
  position: relative;
  display: inline-block;
  border: 1px solid #fff;
  width: 250px;
}
.cb_main .cb_button a {
  position: relative;
  display: block;
  width: 100%;
  text-decoration: none;
  color: #fff;
  z-index: 2;
  height: 45px;
  line-height: 45px;
  padding: 0 30px;
  border-radius: 5px;
  font-size: 14px;
  font-weight: 600;
}
.cb_header-button {
  position: absolute;
  z-index: 2;
  bottom: 100px;
  left: 50%;
  transform: translateX(-50%);
  background: #b3987d;
  border: none;
  color: white;
  outline: none;
  cursor: pointer;
  height: 45px;
  line-height: 45px;
  padding: 0 30px;
  border-radius: 5px;
  font-size: 14px;
  font-weight: 600;
}
.cb_header .cb_header-top {
  display: inline-block;
  width: 100%;
  height: 60px;
  background-color: #b3987d;
  color: #fff;
}
.cb_header .cb_header-top p {
  display: inline-block;
  float: left;
  height: 100%;
  margin-top: 18px;
  margin-right: 15px;
  margin-bottom: 0;
  padding-left: 10px;
}
.cb_header .cb_header-top p span {
  font-size: 12px;
  padding-right: 10px;
  color: #fff;
}
.cb_header .cb_header-top #item-1 {
  text-align: left;
}
.cb_header .cb_header-top #item-2 {
  text-align: center;
}
.cb_header .cb_header-top #item-3 {
  text-align: right;
}
.cb_header .cb_header-top #item-4 {
  float: right;
  background: #eb8628;
  color: #fff;
  font-weight: bold;
  border-radius: 5px;
  height: 40px;
  margin-top: 10px;
  padding: 0 12px;
  line-height: 40px;
  border-radius: 5px;
}
.cb_header .cb_header-navigation {
  display: inline-block;
  width: 100%;
  height: 100px;
  background-color: #fff;
  z-index: 99;
}
.cb_header .cb_header-navigation.fixed {
  position: fixed;
}
.cb_header .cb_header-navigation .cb_logo {
  margin: 20px 0;
  width: 18%;
  height: 60px;
  float: left;
  background-image: url(../images/staalo.svg);
  background-size: contain;
  background-repeat: no-repeat;
}
.cb_header .cb_header-navigation .cb_header-menu {
  position: relative;
  display: inline-block;
  width: 82%;
  float: right;
}
.cb_header .cb_header-navigation .cb_header-menu .cb_header-navbar {
  float: right;
  display: inline-block;
  margin-top: 35px;
}
.cb_header .cb_header-navigation .cb_header-menu .cb_header-navbar li {
  list-style: none;
  display: inline-block;
}
.cb_header .cb_header-navigation .cb_header-menu .cb_header-navbar li.current_page_item a:after {
  width: 50%;
  left: 25%;
}
.cb_header .cb_header-navigation .cb_header-menu .cb_header-navbar li a {
  position: relative;
  color: #000;
  text-decoration: none;
  padding: 10px;
  font-weight: 600;
}
.cb_header .cb_header-navigation .cb_header-menu .cb_header-navbar li a:after {
  content: '';
  background-color: #000;
  position: absolute;
  margin: 0 auto;
  width: 0;
  height: 3px;
  bottom: 0;
  left: 50%;
  -webkit-transition: all 320ms ease;
  -moz-transition: all 320ms ease;
  -ms-transition: all 320ms ease;
  -o-transition: all 320ms ease;
  transition: all 320ms ease;
}
.cb_header .cb_header-navigation .cb_header-menu .cb_header-navbar li a:hover:after, .cb_header .cb_header-navigation .cb_header-menu .cb_header-navbar li a:focus:after, .cb_header .cb_header-navigation .cb_header-menu .cb_header-navbar li a:active:after {
  width: 50%;
  left: 25%;
}
.cb_header .cb_header-navigation .cb_header-menu .cb_header-hamburger {
  position: absolute;
  display: none;
  right: 50px;
  background: none;
  outline: none;
  border: none;
  cursor: pointer;
  width: 30px;
  height: 30px;
  margin-top: 30px;
  margin-right: 20px;
  z-index: 99;
}
.cb_header .cb_header-navigation .cb_header-menu .cb_header-hamburger span {
  -webkit-transition: all 320ms ease;
  -moz-transition: all 320ms ease;
  -ms-transition: all 320ms ease;
  -o-transition: all 320ms ease;
  transition: all 320ms ease;
  position: absolute;
  background-color: #000;
  left: 0;
  right: 0;
  height: 10%;
}
.cb_header .cb_header-navigation .cb_header-menu .cb_header-hamburger #line-1 {
  top: 20%;
}
.cb_header .cb_header-navigation .cb_header-menu .cb_header-hamburger #line-2 {
  top: 45%;
}
.cb_header .cb_header-navigation .cb_header-menu .cb_header-hamburger #line-3 {
  top: 72%;
}
.cb_header .cb_header-navigation .cb_header-menu .cb_header-hamburger.opened #line-1 {
  top: 50%;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.cb_header .cb_header-navigation .cb_header-menu .cb_header-hamburger.opened #line-2 {
  top: 45%;
  opacity: 0;
}
.cb_header .cb_header-navigation .cb_header-menu .cb_header-hamburger.opened #line-3 {
  top: 50%;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.cb_header .cb_header-navigation .cb_header-menu .cb_header-shop {
  float: right;
  display: inherit;
  margin-left: 20px;
  margin-top: 30px;
}
.cb_header .cb_header-navigation .cb_header-menu .cb_header-shop:hover {
  opacity: 0.8;
}
.cb_header .cb_header-navigation .cb_header-menu .cb_header-shop a {
  display: block;
  width: 25px;
  height: 25px;
  position: relative;
  background: none;
  outline: none;
  border: none;
  cursor: pointer;
  background-image: url(../images/winkelmand_black.png);
  background-size: contain;
  background-repeat: no-repeat;
}
.cb_header .cb_header-navigation .cb_header-menu .cb_header-shop a .cb_span-shop {
  width: 100%;
  height: 100%;
}
.cb_header .cb_header-navigation .cb_header-menu .cb_header-shop a .cb_span-note {
  width: 15px;
  height: 15px;
  position: absolute;
  right: -7px;
  top: 0;
  border-radius: 50%;
  background-color: #eb8628;
  color: #fff;
  font-size: 10px;
  line-height: 1.5em;
  text-align: center;
}
.cb_header .cb_header-mobile-menu {
  -webkit-transition: all 750ms ease;
  -moz-transition: all 750ms ease;
  -ms-transition: all 750ms ease;
  -o-transition: all 750ms ease;
  transition: all 750ms ease;
  display: none;
  position: fixed;
  top: 100px;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  opacity: 0;
  background-color: rgba(0, 0, 0, 0.8);
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  transform: translateY(-100%);
}
.cb_header .cb_header-mobile-menu .cb_header-navbar {
  margin-top: 40px;
  padding-left: 0;
}
.cb_header .cb_header-mobile-menu .cb_header-navbar li {
  display: inline-block;
  list-style: none;
  width: 100%;
  text-align: center;
  margin: 5px 0;
}
.cb_header .cb_header-mobile-menu .cb_header-navbar li a {
  font-size: 24px;
  text-decoration: none;
  color: #fff;
  width: 100%;
}
.cb_header .cb_header-mobile-menu.opened {
  display: inherit;
  z-index: 98;
}
.cb_header .cb_header-mobile-menu.fade-in {
  opacity: 1;
  -webkit-transform: translateY(0%);
  -moz-transform: translateY(0%);
  -ms-transform: translateY(0%);
  -o-transform: translateY(0%);
  transform: translateY(0%);
}
.cb_header .cb_header-thumbnail {
  position: relative;
  width: 100%;
  height: 400px;
  background-color: #ccc;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  opacity: 0;
  -webkit-transition: all 1000ms ease;
  -moz-transition: all 1000ms ease;
  -ms-transition: all 1000ms ease;
  -o-transition: all 1000ms ease;
  transition: all 1000ms ease;
  -webkit-transform: translateY(100px);
  -moz-transform: translateY(100px);
  -ms-transform: translateY(100px);
  -o-transform: translateY(100px);
  transform: translateY(100px);
}
.cb_header .cb_header-thumbnail.reveal {
  opacity: 1;
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  -ms-transform: translateY(0px);
  -o-transform: translateY(0px);
  transform: translateY(0px);
}
.cb_header .cb_header-thumbnail.front-page {
  height: 600px;
}
.cb_header .cb_header-thumbnail.no-image {
  background-color: #eb8628;
  height: 1px;
}
.cb_header .cb_header-thumbnail .cb_header-thumbnail-0 {
  -webkit-transition: opacity 2000ms ease;
  -moz-transition: opacity 2000ms ease;
  -ms-transition: opacity 2000ms ease;
  -o-transition: opacity 2000ms ease;
  transition: opacity 2000ms ease;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  opacity: 0;
}
.cb_header .cb_header-thumbnail .cb_header-thumbnail-0.active {
  opacity: 1;
}
.cb_video-overlay {
  -webkit-transition: opacity 1000ms ease;
  -moz-transition: opacity 1000ms ease;
  -ms-transition: opacity 1000ms ease;
  -o-transition: opacity 1000ms ease;
  transition: opacity 1000ms ease;
  position: fixed;
  display: none;
  z-index: 1000;
  background-color: rgba(0, 0, 0, 0.8);
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0;
}
.cb_video-overlay.active {
  display: inherit;
}
.cb_video-overlay.fade-in {
  opacity: 1;
}
.cb_video-overlay .container {
  position: relative;
}
.cb_video-overlay iframe {
  margin-left: 10%;
  border: none;
  width: 80%;
  height: 513px;
  margin-top: 100px;
}
@media screen and (max-width: 1199px) {
  .cb_video-overlay iframe {
    height: 432px;
  }
}
@media screen and (max-width: 991px) {
  .cb_video-overlay iframe {
    height: 324px;
  }
}
@media screen and (max-width: 767px) {
  .cb_video-overlay iframe {
    height: 243px;
  }
}
@media screen and (max-width: 500px) {
  .cb_video-overlay iframe {
    height: 162px;
  }
}
.cb_video-overlay .cb_video-close {
  position: absolute;
  right: 10%;
  top: 40px;
  width: 50px;
  height: 50px;
  background: none;
  outline: none;
  border: 1px solid #fff;
  border-radius: 50%;
  cursor: pointer;
}
.cb_video-overlay .cb_video-close span {
  -webkit-transition: all 750ms ease;
  -moz-transition: all 750ms ease;
  -ms-transition: all 750ms ease;
  -o-transition: all 750ms ease;
  transition: all 750ms ease;
  width: 50%;
  height: 1px;
  position: absolute;
  left: 25%;
  top: 50%;
  background-color: #fff;
}
.cb_video-overlay .cb_video-close #line-1 {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.cb_video-overlay .cb_video-close #line-2 {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.cb_video-overlay .cb_video-close:hover #line-1 {
  -webkit-transform: rotate(225deg);
  -moz-transform: rotate(225deg);
  -ms-transform: rotate(225deg);
  -o-transform: rotate(225deg);
  transform: rotate(225deg);
}
.cb_video-overlay .cb_video-close:hover #line-2 {
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  transform: rotate(135deg);
}
.cb_home-field-1 {
  display: inline-block;
  width: 100%;
  padding: 80px 0;
  text-align: center;
  opacity: 0;
  -webkit-transition: all 1000ms ease;
  -moz-transition: all 1000ms ease;
  -ms-transition: all 1000ms ease;
  -o-transition: all 1000ms ease;
  transition: all 1000ms ease;
  -webkit-transform: translateY(100px);
  -moz-transform: translateY(100px);
  -ms-transform: translateY(100px);
  -o-transform: translateY(100px);
  transform: translateY(100px);
}
.cb_home-field-1.reveal {
  opacity: 1;
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  -ms-transform: translateY(0px);
  -o-transform: translateY(0px);
  transform: translateY(0px);
}
.cb_home-field-1 h1 {
  color: #eb8628;
  margin-bottom: 20px;
}
.cb_home-field-2 {
  display: inline-block;
  width: 100%;
  padding: 80px 0;
  text-align: center;
  background-color: #b3987d;
  color: #fff;
}
.cb_home-field-2 .content {
  opacity: 0;
  -webkit-transition: all 1000ms ease;
  -moz-transition: all 1000ms ease;
  -ms-transition: all 1000ms ease;
  -o-transition: all 1000ms ease;
  transition: all 1000ms ease;
  -webkit-transform: translateY(100px);
  -moz-transform: translateY(100px);
  -ms-transform: translateY(100px);
  -o-transform: translateY(100px);
  transform: translateY(100px);
}
.cb_home-field-2 .content.reveal {
  opacity: 1;
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  -ms-transform: translateY(0px);
  -o-transform: translateY(0px);
  transform: translateY(0px);
}
.cb_home-field-2 h1 {
  margin-bottom: 60px;
}
.cb_home-field-2 .cb_gallery {
  opacity: 0;
  -webkit-transition: all 1000ms ease;
  -moz-transition: all 1000ms ease;
  -ms-transition: all 1000ms ease;
  -o-transition: all 1000ms ease;
  transition: all 1000ms ease;
  -webkit-transform: translateY(100px);
  -moz-transform: translateY(100px);
  -ms-transform: translateY(100px);
  -o-transform: translateY(100px);
  transform: translateY(100px);
}
.cb_home-field-2 .cb_gallery.reveal {
  opacity: 1;
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  -ms-transform: translateY(0px);
  -o-transform: translateY(0px);
  transform: translateY(0px);
}
.cb_home-field-2 .cb_field-gallery {
  display: inline-block;
  width: 100%;
}
.cb_home-field-2 .cb_field-gallery-text {
  background: white;
  color: black;
  margin-top: 40px;
  margin-bottom: 25px;
  padding-bottom: 30px;
}
.cb_home-field-2 .cb_field-gallery-text h1 {
  font-size: 28px;
  margin-bottom: 15px;
  color: #eb8628;
  margin-top: 30px;
}
.cb_home-field-2 .cb_field-gallery-text h4 {
  color: #eb8628;
}
.cb_home-field-2 .cb_field-gallery .cb_field-gallery-img a {
  width: 32%;
  float: left;
  margin: 0 0.65%;
  text-decoration: none;
}
.cb_home-field-2 .cb_field-gallery .cb_field-gallery-img a .cb_field-img {
  -webkit-transition: border 320ms ease;
  -moz-transition: border 320ms ease;
  -ms-transition: border 320ms ease;
  -o-transition: border 320ms ease;
  transition: border 320ms ease;
  width: 100%;
  padding-top: 90%;
  border: 5px solid #fff;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.cb_home-field-2 .cb_field-gallery .cb_field-gallery-img a p, .cb_home-field-2 .cb_field-gallery .cb_field-gallery-img a small {
  -webkit-transition: color 320ms ease;
  -moz-transition: color 320ms ease;
  -ms-transition: color 320ms ease;
  -o-transition: color 320ms ease;
  transition: color 320ms ease;
  margin-top: 20px;
  color: #fff;
  text-decoration: none;
}
.cb_home-field-2 .cb_field-gallery .cb_field-gallery-img a small {
  font-size: 20px;
  opacity: 0.7;
}
.cb_home-field-2 .cb_field-gallery .cb_field-gallery-img a p {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 10px;
}
.cb_home-field-2 .cb_field-gallery .cb_field-gallery-img a:hover .cb_field-img {
  border: 5px solid #eb8628;
}
.cb_home-field-2 .cb_field-gallery .cb_field-gallery-img a:hover p {
  color: #eb8628;
}
.cb_home-field-2 .cb_button {
  margin-top: 40px;
  background-color: #eb8628;
  border-radius: 5px;
  border: none;
  position: relative;
}
.cb_home-field-3 {
  padding: 80px 0;
  text-align: center;
  opacity: 0;
  -webkit-transition: all 1000ms ease;
  -moz-transition: all 1000ms ease;
  -ms-transition: all 1000ms ease;
  -o-transition: all 1000ms ease;
  transition: all 1000ms ease;
  -webkit-transform: translateY(100px);
  -moz-transform: translateY(100px);
  -ms-transform: translateY(100px);
  -o-transform: translateY(100px);
  transform: translateY(100px);
}
.cb_home-field-3.reveal {
  opacity: 1;
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  -ms-transform: translateY(0px);
  -o-transform: translateY(0px);
  transform: translateY(0px);
}
.cb_home-field-3 h1 {
  margin-bottom: 20px;
  color: #eb8628;
}
.cb_home-field-3 p {
  margin-bottom: 40px;
}
.cb_home-field-3 .cb_field-video {
  position: relative;
  width: 80%;
  margin: 0 10%;
  padding-top: 46.25%;
  background: rgba(0, 0, 0, 0.2);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.cb_home-field-3 .cb_field-video .overlay {
  position: absolute;
  z-index: 2;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.5);
}
.cb_home-field-3 .cb_field-video .cb_video-play-button {
  position: absolute;
  width: 14%;
  height: 22%;
  margin: 22.5% 43%;
  left: 0;
  top: 0;
  z-index: 3;
  cursor: pointer;
  outline: none;
  border: none;
  background: none;
  background-image: url(../images/player.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.cb_home-field-3 .cb_field-video .cb_video-play-button:hover {
  opacity: 0.9;
}
.cb_home-field-3 .cb_button {
  margin-top: 40px;
  width: 350px;
  background-color: #b3987d;
  transition: 1s ease;
  border-radius: 5px;
}
.cb_home-field-3 .cb_button a {
  transition: 1s ease color;
  color: #fff;
}
.cb_page-content {
  display: inline-block;
  width: 100%;
  margin: 80px 0;
  text-align: center;
}
.cb_page-content .cb_page-single {
  width: 100%;
  margin: 0%;
  text-align: left;
}
.cb_page-content .cb_page-single.cb_video-content {
  width: 100%;
  margin: 0;
}
.cb_page-content .cb_page-single a {
  color: #eb8628;
  text-decoration: none;
}
.cb_page-content .cb_video-preview {
  width: 31.3%;
  margin: 1%;
  float: left;
  border: 5px solid #efefef;
  background-color: #efefef;
}
.cb_page-content .cb_video-preview .cb_field-video {
  width: 100%;
  margin: 0;
  padding-top: 56.25%;
}
.cb_page-content .cb_video-preview .cb_field-video button {
  margin: 17% 30%;
  width: 40%;
  height: 40%;
}
.cb_page-content .cb_video-preview h2 {
  margin-top: 10px;
}
.cb_page-content .cb_video-preview p {
  max-height: 110px;
  overflow-y: hidden;
}
.cb_page-content .container {
  position: relative;
}
.cb_page-content .cb_directory {
  color: #909090;
  position: absolute;
  left: 15px;
  top: -40px;
  font-size: 13px;
}
.cb_page-content .cb_directory a {
  -webkit-transition: color 320ms ease;
  -moz-transition: color 320ms ease;
  -ms-transition: color 320ms ease;
  -o-transition: color 320ms ease;
  transition: color 320ms ease;
  text-decoration: none;
  color: #909090;
  font-size: 13px;
}
.cb_page-content .cb_directory a:hover, .cb_page-content .cb_directory a:focus {
  color: #eb8628;
}
.cb_page-content h1 {
  color: #eb8628;
  margin-bottom: 20px;
}
.cb_how .cb_page-content {
  margin-bottom: 30px;
}
.cb_how-field {
  display: inline-block;
  width: 100%;
  opacity: 0;
  -webkit-transition: all 1000ms ease;
  -moz-transition: all 1000ms ease;
  -ms-transition: all 1000ms ease;
  -o-transition: all 1000ms ease;
  transition: all 1000ms ease;
  -webkit-transform: translateY(100px);
  -moz-transform: translateY(100px);
  -ms-transform: translateY(100px);
  -o-transform: translateY(100px);
  transform: translateY(100px);
}
.cb_how-field.reveal {
  opacity: 1;
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  -ms-transform: translateY(0px);
  -o-transform: translateY(0px);
  transform: translateY(0px);
}
.cb_how-field .banner {
  position: relative;
  display: inline-block;
  width: 100%;
  text-align: center;
  color: #3d3e45;
  background-color: rgba(5, 89, 105, 0.1);
  padding: 15px 0;
}
.cb_how-field .banner:after {
  content: '';
  position: absolute;
  bottom: -50px;
  left: 0;
  width: 100%;
  height: 50px;
  background-image: url(../images/arrow-big.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  opacity: 0.1;
}
.cb_how-field .cb_field-content {
  display: inline-block;
  width: 100%;
  text-align: center;
  padding: 60px 0;
  padding-bottom: 80px;
}
.cb_how-field .cb_field-content .cb_field-icon {
  width: 100%;
  height: 80px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  margin-bottom: 20px;
}
.cb_how-field .cb_field-content h2 {
  font-size: 18px;
  font-family: "Poppins", Helvetica, sans-serif;
  font-weight: bold;
}
.cb_how-field .cb_field-content .cb_video-play-button {
  margin-top: 10px;
  margin-left: 5px;
  margin-right: 5px;
  width: 300px;
  border: 1px solid #eb8628;
  outline: none;
  background-color: #fff;
  font-weight: bold;
  padding: 15px 0;
  color: #b3987d;
  cursor: pointer;
}
.cb_how-field .cb_field-content .cb_video-play-button:hover, .cb_how-field .cb_field-content .cb_video-play-button:focus {
  background-color: #b3987d;
  border-color: #b3987d;
  color: #fff;
}
.cb_how-field-2 {
  display: inline-block;
  width: 100%;
  padding: 80px 0;
  text-align: center;
  background-color: rgba(5, 89, 105, 0.1);
}
.cb_how-field-2 h1 {
  color: #b3987d;
  text-transform: none;
}
.cb_how-field-3 {
  padding: 80px 0;
  text-align: center;
  opacity: 0;
  -webkit-transition: all 1000ms ease;
  -moz-transition: all 1000ms ease;
  -ms-transition: all 1000ms ease;
  -o-transition: all 1000ms ease;
  transition: all 1000ms ease;
  -webkit-transform: translateY(100px);
  -moz-transform: translateY(100px);
  -ms-transform: translateY(100px);
  -o-transform: translateY(100px);
  transform: translateY(100px);
}
.cb_how-field-3.reveal {
  opacity: 1;
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  -ms-transform: translateY(0px);
  -o-transform: translateY(0px);
  transform: translateY(0px);
}
.cb_how-field-3 h1 {
  margin-bottom: 20px;
  color: #eb8628;
}
.cb_how-field-3 .cb_button {
  margin-top: 10px;
  background: #eb8628;
  border-radius: 5px;
  width: auto;
}
.cb_gallery-nav a {
  -webkit-transition: color 320ms ease;
  -moz-transition: color 320ms ease;
  -ms-transition: color 320ms ease;
  -o-transition: color 320ms ease;
  transition: color 320ms ease;
  position: absolute;
  color: #909090;
  text-decoration: none;
  font-size: 13px;
}
.cb_gallery-nav a:hover {
  color: #eb8628;
}
.cb_gallery-nav #link-1 {
  left: 15px;
}
.cb_gallery-nav #link-2 {
  right: 15px;
}
.cb_gallery {
  display: inline-block;
  width: 100%;
  margin-bottom: 80px;
  margin-top: -40px;
}
.cb_gallery .cb_button {
  border: 1px solid #eb8628;
  text-align: center;
  display: block;
  margin: 0 auto;
  margin-top: 40px;
}
.cb_gallery .cb_button a {
  color: #b3987d;
}
.cb_gallery .cb_button:hover {
  background-color: #b3987d;
  border-color: #b3987d;
}
.cb_gallery .cb_button:hover a {
  color: #fff;
}
.cb_gallery .cb_gallery-1 {
  position: relative;
  display: inline-block;
  width: 100%;
  padding-top: 89%;
  margin-top: -6px;
}
.cb_gallery .cb_gallery-image {
  background-color: #ccc;
  border: 10px solid #fff;
  overflow: hidden;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.cb_gallery .cb_gallery-image .content {
  -webkit-transition: all 750ms ease;
  -moz-transition: all 750ms ease;
  -ms-transition: all 750ms ease;
  -o-transition: all 750ms ease;
  transition: all 750ms ease;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  display: inline-block;
  background-color: rgba(5, 89, 105, 0.8);
  color: #fff;
  padding: 20px;
  overflow: hidden;
  -webkit-transform: translateY(100%);
  -moz-transform: translateY(100%);
  -ms-transform: translateY(100%);
  -o-transform: translateY(100%);
  transform: translateY(100%);
}
.cb_gallery .cb_gallery-image .content h2 {
  font-size: 20px;
}
.cb_gallery .cb_gallery-image .content p {
  margin-bottom: 5px;
  line-height: 1.5em;
}
.cb_gallery .cb_gallery-image:hover .content {
  -webkit-transform: translateY(0%);
  -moz-transform: translateY(0%);
  -ms-transform: translateY(0%);
  -o-transform: translateY(0%);
  transform: translateY(0%);
}
.cb_gallery .cb_gallery-1 #image-1 {
  position: absolute;
  left: 0;
  top: 0;
  right: 66.7%;
  bottom: 75%;
}
.cb_gallery .cb_gallery-1 #image-2 {
  position: absolute;
  left: 0;
  top: 25%;
  right: 66.7%;
  bottom: 50%;
}
.cb_gallery .cb_gallery-1 #image-3 {
  position: absolute;
  left: 33.3%;
  top: 0;
  right: 0;
  bottom: 62.5%;
}
.cb_gallery .cb_gallery-1 #image-4 {
  position: absolute;
  left: 33.3%;
  top: 37.5%;
  right: 22.2%;
  bottom: 50%;
}
.cb_gallery .cb_gallery-1 #image-5 {
  position: absolute;
  left: 77.8%;
  top: 37.5%;
  right: 0;
  bottom: 50%;
}
.cb_gallery .cb_gallery-1 #image-6 {
  position: absolute;
  left: 0;
  top: 50%;
  right: 33.3%;
  bottom: 12.5%;
}
.cb_gallery .cb_gallery-1 #image-7 {
  position: absolute;
  left: 0;
  top: 87.5%;
  right: 77.8%;
  bottom: 0;
}
.cb_gallery .cb_gallery-1 #image-8 {
  position: absolute;
  left: 22.5%;
  top: 87.5%;
  right: 33.3%;
  bottom: 0;
}
.cb_gallery .cb_gallery-1 #image-9 {
  position: absolute;
  left: 66.7%;
  top: 50%;
  right: 0;
  bottom: 25%;
}
.cb_gallery .cb_gallery-1 #image-10 {
  position: absolute;
  left: 66.7%;
  top: 75%;
  right: 0;
  bottom: 0;
}
.cb_gallery.gallery-1 .cb_gallery-1 #image-1 {
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
}
.cb_gallery.gallery-1 .cb_gallery-1 #image-2, .cb_gallery.gallery-1 .cb_gallery-1 #image-3, .cb_gallery.gallery-1 .cb_gallery-1 #image-4, .cb_gallery.gallery-1 .cb_gallery-1 #image-5, .cb_gallery.gallery-1 .cb_gallery-1 #image-6, .cb_gallery.gallery-1 .cb_gallery-1 #image-7, .cb_gallery.gallery-1 .cb_gallery-1 #image-8, .cb_gallery.gallery-1 .cb_gallery-1 #image-9, .cb_gallery.gallery-1 .cb_gallery-1 #image-10 {
  display: none;
}
.cb_gallery.gallery-2 .left {
  width: 100%;
}
.cb_gallery.gallery-2 .right {
  display: none;
}
.cb_gallery.gallery-2 .cb_gallery-1 #image-1 {
  top: 0;
  right: 0;
  left: 0;
  bottom: 50%;
}
.cb_gallery.gallery-2 .cb_gallery-1 #image-2 {
  top: 50%;
  right: 0;
  left: 0;
  bottom: 0;
}
.cb_gallery.gallery-2 .cb_gallery-1 #image-3, .cb_gallery.gallery-2 .cb_gallery-1 #image-4, .cb_gallery.gallery-2 .cb_gallery-1 #image-5, .cb_gallery.gallery-2 .cb_gallery-1 #image-6, .cb_gallery.gallery-2 .cb_gallery-1 #image-7, .cb_gallery.gallery-2 .cb_gallery-1 #image-8, .cb_gallery.gallery-2 .cb_gallery-1 #image-9, .cb_gallery.gallery-2 .cb_gallery-1 #image-10 {
  display: none;
}
.cb_gallery.gallery-3 .cb_gallery-1 #image-1 {
  top: 0;
  right: 66.7%;
  left: 0;
  bottom: 50%;
}
.cb_gallery.gallery-3 .cb_gallery-1 #image-2 {
  top: 50%;
  right: 66.7%;
  left: 0;
  bottom: 0;
}
.cb_gallery.gallery-3 .cb_gallery-1 #image-3 {
  top: 0;
  right: 0;
  left: 33.3%;
  bottom: 0;
}
.cb_gallery.gallery-3 .cb_gallery-1 #image-4, .cb_gallery.gallery-3 .cb_gallery-1 #image-5, .cb_gallery.gallery-3 .cb_gallery-1 #image-6, .cb_gallery.gallery-3 .cb_gallery-1 #image-7, .cb_gallery.gallery-3 .cb_gallery-1 #image-8, .cb_gallery.gallery-3 .cb_gallery-1 #image-9, .cb_gallery.gallery-3 .cb_gallery-1 #image-10 {
  display: none;
}
.cb_gallery.gallery-4 .cb_gallery-1 #image-1 {
  top: 0;
  right: 66.7%;
  left: 0;
  bottom: 50%;
}
.cb_gallery.gallery-4 .cb_gallery-1 #image-2 {
  top: 50%;
  right: 66.7%;
  left: 0;
  bottom: 0;
}
.cb_gallery.gallery-4 .cb_gallery-1 #image-3 {
  top: 0;
  right: 0;
  left: 33.3%;
  bottom: 33.3%;
}
.cb_gallery.gallery-4 .cb_gallery-1 #image-4 {
  top: 66.7%;
  right: 0;
  left: 33.3%;
  bottom: 0;
}
.cb_gallery.gallery-4 .cb_gallery-1 #image-5, .cb_gallery.gallery-4 .cb_gallery-1 #image-6, .cb_gallery.gallery-4 .cb_gallery-1 #image-7, .cb_gallery.gallery-4 .cb_gallery-1 #image-8, .cb_gallery.gallery-4 .cb_gallery-1 #image-9, .cb_gallery.gallery-4 .cb_gallery-1 #image-10 {
  display: none;
}
.cb_gallery.gallery-5 .cb_gallery-1 #image-1 {
  top: 0;
  right: 66.7%;
  left: 0;
  bottom: 50%;
}
.cb_gallery.gallery-5 .cb_gallery-1 #image-2 {
  top: 50%;
  right: 66.7%;
  left: 0;
  bottom: 0;
}
.cb_gallery.gallery-5 .cb_gallery-1 #image-3 {
  top: 0;
  right: 0;
  left: 33.3%;
  bottom: 25%;
}
.cb_gallery.gallery-5 .cb_gallery-1 #image-4 {
  top: 75%;
  right: 22.2%;
  left: 33.3%;
  bottom: 0;
}
.cb_gallery.gallery-5 .cb_gallery-1 #image-5 {
  top: 75%;
  right: 0;
  left: 78.8%;
  bottom: 0;
}
.cb_gallery.gallery-5 .cb_gallery-1 #image-6, .cb_gallery.gallery-5 .cb_gallery-1 #image-7, .cb_gallery.gallery-5 .cb_gallery-1 #image-8, .cb_gallery.gallery-5 .cb_gallery-1 #image-9, .cb_gallery.gallery-5 .cb_gallery-1 #image-10 {
  display: none;
}
.cb_gallery.gallery-6 .cb_gallery-1, .cb_gallery.gallery-7 .cb_gallery-1, .cb_gallery.gallery-8 .cb_gallery-1, .cb_gallery.gallery-9 .cb_gallery-1, .cb_gallery.gallery-10 .cb_gallery-1 {
  padding-top: 178%;
}
.cb_gallery.gallery-6 .cb_gallery-1 #image-6 {
  top: 50%;
  right: 0;
  left: 0;
  bottom: 0;
}
.cb_gallery.gallery-6 .cb_gallery-1 #image-7, .cb_gallery.gallery-6 .cb_gallery-1 #image-8, .cb_gallery.gallery-6 .cb_gallery-1 #image-9, .cb_gallery.gallery-6 .cb_gallery-1 #image-10 {
  display: none;
}
.cb_gallery.gallery-7 .cb_gallery-1 #image-6 {
  top: 50%;
  right: 0;
  left: 0;
  bottom: 25%;
}
.cb_gallery.gallery-7 .cb_gallery-1 #image-7 {
  top: 75%;
  right: 0;
  left: 0;
  bottom: 0;
}
.cb_gallery.gallery-7 .cb_gallery-1 #image-8, .cb_gallery.gallery-7 .cb_gallery-1 #image-9, .cb_gallery.gallery-7 .cb_gallery-1 #image-10 {
  display: none;
}
.cb_gallery.gallery-8 .cb_gallery-1 #image-6 {
  top: 50%;
  right: 33.3%;
  left: 0;
  bottom: 0;
}
.cb_gallery.gallery-8 .cb_gallery-1 #image-7 {
  top: 50%;
  right: 0;
  left: 66.7%;
  bottom: 25%;
}
.cb_gallery.gallery-8 .cb_gallery-1 #image-8 {
  top: 75%;
  right: 0;
  left: 66.7%;
  bottom: 0;
}
.cb_gallery.gallery-8 .cb_gallery-1 #image-9, .cb_gallery.gallery-8 .cb_gallery-1 #image-10 {
  display: none;
}
.cb_gallery.gallery-9 .cb_gallery-1 #image-6 {
  top: 50%;
  right: 33.3%;
  left: 0;
  bottom: 16.7%;
}
.cb_gallery.gallery-9 .cb_gallery-1 #image-7 {
  top: 75%;
  right: 0;
  left: 66.7%;
  bottom: 0;
}
.cb_gallery.gallery-9 .cb_gallery-1 #image-8 {
  top: 50%;
  right: 0;
  left: 66.7%;
  bottom: 25%;
}
.cb_gallery.gallery-9 .cb_gallery-1 #image-9 {
  top: 83.3%;
  right: 33.3%;
  left: 0;
  bottom: 0;
}
.cb_gallery.gallery-9 .cb_gallery-1 #image-10 {
  display: none;
}
.cb-page-toggle {
  margin-bottom: 40px;
  margin-top: 20px;
}
.cb-page-toggle .cb-page-toggle-content {
  text-align: center;
}
.cb-page-toggle .cb-page-toggle-content span, .cb-page-toggle .cb-page-toggle-content a {
  margin: 0 10px;
  color: #000;
}
.cb-page-toggle .cb-page-toggle-content span.current, .cb-page-toggle .cb-page-toggle-content a.current {
  font-weight: bold;
}
.cb-page-toggle .cb-page-toggle-content a {
  text-decoration: none;
}
.cb-page-toggle .cb-page-toggle-content .next {
  -webkit-transition: all 750ms ease;
  -moz-transition: all 750ms ease;
  -ms-transition: all 750ms ease;
  -o-transition: all 750ms ease;
  transition: all 750ms ease;
  -webkit-transform: translateX(0px);
  -moz-transform: translateX(0px);
  -ms-transform: translateX(0px);
  -o-transform: translateX(0px);
  transform: translateX(0px);
}
.cb-page-toggle .cb-page-toggle-content .next:hover, .cb-page-toggle .cb-page-toggle-content .next:focus {
  -webkit-transform: translateX(20px);
  -moz-transform: translateX(20px);
  -ms-transform: translateX(20px);
  -o-transform: translateX(20px);
  transform: translateX(20px);
}
.cb-page-toggle .cb-page-toggle-content .prev {
  -webkit-transition: all 750ms ease;
  -moz-transition: all 750ms ease;
  -ms-transition: all 750ms ease;
  -o-transition: all 750ms ease;
  transition: all 750ms ease;
  -webkit-transform: translateX(0px);
  -moz-transform: translateX(0px);
  -ms-transform: translateX(0px);
  -o-transform: translateX(0px);
  transform: translateX(0px);
}
.cb-page-toggle .cb-page-toggle-content .prev:hover, .cb-page-toggle .cb-page-toggle-content .prev:focus {
  -webkit-transform: translateX(-20px);
  -moz-transform: translateX(-20px);
  -ms-transform: translateX(-20px);
  -o-transform: translateX(-20px);
  transform: translateX(-20px);
}
.cb_faq .cb_page-content p {
  margin-bottom: 0;
}
.cb_faq-content {
  display: inline-block;
  width: 100%;
  margin-bottom: 80px;
}
.cb_faq-content .cb_faq-info {
  display: inline-block;
  width: 25%;
  float: left;
}
.cb_faq-content .cb_faq-info h2 {
  margin-bottom: 20px;
}
.cb_faq-content .cb_faq-info .cb_faq-list {
  display: inline-block;
  width: 100%;
  border-radius: 5px;
  overflow: hidden;
  border: 1px solid orange;
}
.cb_faq-content .cb_faq-info .cb_faq-list button {
  display: inline-block;
  width: 100%;
  padding: 10px 0 10px 20px;
  border: none;
  border-bottom: 1px solid #eb8628;
  text-decoration: none;
  text-align: left;
  background-color: #fff;
  outline: none;
  cursor: pointer;
  transition: 0.5s ease;
}
.cb_faq-content .cb_faq-info .cb_faq-list button:last-child {
  border-bottom: none;
}
.cb_faq-content .cb_faq-info .cb_faq-list button:hover, .cb_faq-content .cb_faq-info .cb_faq-list button:focus, .cb_faq-content .cb_faq-info .cb_faq-list button.active {
  color: #fff;
  background-color: #eb8628;
}
.cb_faq-content .cb_faq-questions {
  display: inline-block;
  float: right;
  width: 75%;
  padding-left: 40px;
}
.cb_faq-content .cb_faq-questions .cb_faq-cat {
  -webkit-transition: all 1000ms ease;
  -moz-transition: all 1000ms ease;
  -ms-transition: all 1000ms ease;
  -o-transition: all 1000ms ease;
  transition: all 1000ms ease;
  display: none;
  opacity: 0;
  -webkit-transform: translateY(50px);
  -moz-transform: translateY(50px);
  -ms-transform: translateY(50px);
  -o-transform: translateY(50px);
  transform: translateY(50px);
}
.cb_faq-content .cb_faq-questions .cb_faq-cat.active {
  display: inherit;
}
.cb_faq-content .cb_faq-questions .cb_faq-cat.fade-in {
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  -ms-transform: translateY(0px);
  -o-transform: translateY(0px);
  transform: translateY(0px);
  opacity: 1;
}
.cb_faq-content .cb_faq-questions h2 {
  margin-bottom: 20px;
}
.cb_faq-content .cb_faq-questions .cb_faq-question {
  display: inline-block;
  width: 100%;
  background-color: #f7f7f7;
  border-radius: 5px;
  margin-bottom: 10px;
}
.cb_faq-content .cb_faq-questions .cb_faq-question button {
  position: relative;
  width: 100%;
  padding: 10px;
  padding-left: 60px;
  background: none;
  border: none;
  outline: none;
  text-align: left;
  cursor: pointer;
  z-index: 9;
}
.cb_faq-content .cb_faq-questions .cb_faq-question button .icon {
  position: absolute;
  margin-top: 3px;
  left: 20px;
  display: inline-block;
  width: 20px;
  height: 20px;
}
.cb_faq-content .cb_faq-questions .cb_faq-question button .icon span {
  position: absolute;
  background-color: #eb8628;
  height: 1px;
  top: 50%;
  width: 100%;
}
.cb_faq-content .cb_faq-questions .cb_faq-question button .icon #line-1 {
  -webkit-transform: rotate(270deg);
  -moz-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  -o-transform: rotate(270deg);
  transform: rotate(270deg);
}
.cb_faq-content .cb_faq-questions .cb_faq-question button .icon #line-2 {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
.cb_faq-content .cb_faq-questions .cb_faq-question p {
  display: none;
  padding: 20px 10px;
  padding-left: 60px;
  padding-top: 30px;
  -webkit-transition: all 750ms ease;
  -moz-transition: all 750ms ease;
  -ms-transition: all 750ms ease;
  -o-transition: all 750ms ease;
  transition: all 750ms ease;
  -webkit-transform: translateY(-40px);
  -moz-transform: translateY(-40px);
  -ms-transform: translateY(-40px);
  -o-transform: translateY(-40px);
  transform: translateY(-40px);
  opacity: 0;
}
.cb_faq-content .cb_faq-questions .cb_faq-question.active button .icon #line-1, .cb_faq-content .cb_faq-questions .cb_faq-question.active button .icon #line-2 {
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
}
.cb_faq-content .cb_faq-questions .cb_faq-question.active p {
  display: inherit;
}
.cb_faq-content .cb_faq-questions .cb_faq-question.fade-in p {
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  -ms-transform: translateY(0px);
  -o-transform: translateY(0px);
  transform: translateY(0px);
  opacity: 1;
}
.cb_contact-content {
  display: inline-block;
  width: 100%;
  margin-top: -40px;
  margin-bottom: 80px;
}
.cb_contact-content .cb_contact-form {
  display: inline-block;
  width: 50%;
  float: left;
  border-right: 20px solid #fff;
}
.cb_contact-content .cb_contact-form .cb_contact-item p {
  font-weight: bold;
  margin-bottom: 4px;
  font-size: 16px;
}
.cb_contact-content .cb_contact-form .cb_contact-item input, .cb_contact-content .cb_contact-form .cb_contact-item textarea {
  width: 100%;
  outline: none;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.07);
  border-radius: 5px;
  font-weight: normal;
  padding: 0 15px 0 25px;
  margin-bottom: 15px;
  line-height: 40px;
  height: 40px;
}
.cb_contact-content .cb_contact-form .cb_contact-item textarea {
  min-height: 200px;
}
.cb_contact-content .cb_contact-form .cb_contact-submit {
  color: #fff;
  background-color: #eb8628;
  border-radius: 5px;
  padding: 0 30px;
  outline: none;
  border: none;
  float: right;
  font-size: 16px;
  font-weight: bold;
  margin-top: 5px;
  cursor: pointer;
  transition: 0.5s ease background-color;
  height: 45px;
  line-height: 45px;
}
.cb_contact-content .cb_contact-field {
  display: inline-block;
  width: 40%;
  float: right;
  background-color: #eb8628;
  padding: 20px;
  margin-top: 32px;
  border-radius: 5px;
}
.cb_contact-content .cb_contact-field a {
  position: relative;
  display: inline-block;
  font-size: 18px;
  text-decoration: none;
  color: #fff;
  text-align: center;
  width: 80%;
  margin-left: 10%;
  max-width: 100%;
  padding-top: 80px;
  padding-bottom: 40px;
}
.cb_contact-content .cb_contact-field a:before {
  content: '';
  position: absolute;
  left: 0;
  height: 40px;
  width: 100%;
  top: 30px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.cb_contact-content .cb_contact-field a#email:before {
  background-image: url(../images/envelop_wit.png);
}
.cb_contact-content .cb_contact-field a#tel {
  border-top: 1px solid white;
}
.cb_contact-content .cb_contact-field a#tel:before {
  background-image: url(../images/telefoon_wit.png);
}
.cb_video-preview .cb_field-video {
  position: relative;
  width: 80%;
  margin: 0 10%;
  padding-top: 46.25%;
  background: rgba(0, 0, 0, 0.2);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.cb_video-preview .cb_field-video .overlay {
  position: absolute;
  z-index: 2;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.8);
}
.cb_video-preview .cb_field-video .cb_video-play-button {
  position: absolute;
  width: 14%;
  height: 22%;
  margin: 22.5% 43%;
  left: 0;
  top: 0;
  z-index: 3;
  cursor: pointer;
  outline: none;
  border: none;
  background: none;
  background-image: url(../images/player.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.cb_video-preview .cb_field-video .cb_video-play-button:hover {
  opacity: 0.9;
}
.woocommerce {
  margin-bottom: 80px;
}
.woocommerce .woocommerce-checkout input.shipping_method {
  display: none;
}
.woocommerce .woocommerce-checkout input.shipping_method:not(:checked) + label {
  display: none !important;
}
.woocommerce .woocommerce-checkout #shipping_method > li {
  padding: 0;
}
.woocommerce .woocommerce-checkout .col-1 {
  max-width: none;
  flex: none;
  width: 100%;
  padding: 0;
}
.woocommerce .woocommerce-checkout .col-1 h3 {
  display: none;
}
.woocommerce .woocommerce-checkout .col-1 .woocommerce-billing-fields__field-wrapper .form-row, .woocommerce .woocommerce-checkout .col-1 .woocommerce-additional-fields__field-wrapper .form-row {
  width: 100%;
}
.woocommerce .woocommerce-checkout .col-1 .woocommerce-billing-fields__field-wrapper .form-row label, .woocommerce .woocommerce-checkout .col-1 .woocommerce-additional-fields__field-wrapper .form-row label {
  font-weight: bold;
}
.woocommerce .woocommerce-checkout .col-1 .woocommerce-billing-fields__field-wrapper .form-row .woocommerce-input-wrapper, .woocommerce .woocommerce-checkout .col-1 .woocommerce-additional-fields__field-wrapper .form-row .woocommerce-input-wrapper {
  width: 100%;
}
.woocommerce .woocommerce-checkout .col-1 .woocommerce-billing-fields__field-wrapper .form-row .woocommerce-input-wrapper .input-text, .woocommerce .woocommerce-checkout .col-1 .woocommerce-additional-fields__field-wrapper .form-row .woocommerce-input-wrapper .input-text, .woocommerce .woocommerce-checkout .col-1 .woocommerce-billing-fields__field-wrapper .form-row .woocommerce-input-wrapper select, .woocommerce .woocommerce-checkout .col-1 .woocommerce-additional-fields__field-wrapper .form-row .woocommerce-input-wrapper select, .woocommerce .woocommerce-checkout .col-1 .woocommerce-billing-fields__field-wrapper .form-row .woocommerce-input-wrapper textarea, .woocommerce .woocommerce-checkout .col-1 .woocommerce-additional-fields__field-wrapper .form-row .woocommerce-input-wrapper textarea {
  padding: 0 15px 0 25px;
  outline: none;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.07);
  border-radius: 5px;
  height: 40px;
  line-height: 40px;
}
.woocommerce .woocommerce-checkout .col-1 .woocommerce-billing-fields__field-wrapper .form-row .woocommerce-input-wrapper textarea.input-text, .woocommerce .woocommerce-checkout .col-1 .woocommerce-additional-fields__field-wrapper .form-row .woocommerce-input-wrapper textarea.input-text {
  padding-top: 10px;
  height: 100px;
}
.woocommerce .woocommerce-checkout .col-2 {
  width: 100%;
  float: left;
  max-width: none;
  flex: none;
  padding: 0;
}
.woocommerce .woocommerce-checkout .col-2 .woocommerce-shipping-fields {
  display: none;
  margin-bottom: 40px;
}
.woocommerce .woocommerce-checkout .col-2 .woocommerce-shipping-fields.active {
  display: block;
}
.woocommerce .woocommerce-checkout .col-2 .form-row label {
  font-weight: bold;
}
.woocommerce .woocommerce-checkout .col-2 .woocommerce-input-wrapper {
  width: 100%;
}
.woocommerce .woocommerce-checkout .col-2 .woocommerce-input-wrapper .input-text, .woocommerce .woocommerce-checkout .col-2 .woocommerce-input-wrapper select, .woocommerce .woocommerce-checkout .col-2 .woocommerce-input-wrapper textarea {
  padding: 0 15px 0 25px;
  outline: none;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.07);
  border-radius: 5px;
  height: 40px;
  line-height: 40px;
}
.woocommerce .woocommerce-checkout .col-2 .woocommerce-input-wrapper textarea.input-text {
  padding-top: 10px;
  height: 100px;
}
.woocommerce .woocommerce-checkout .woocommerce-checkout-payment select {
  padding: 0 15px 0 25px;
  outline: none;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.07);
  border-radius: 5px;
  height: 40px;
  line-height: 40px;
}
.woocommerce .woocommerce-checkout .payment_box {
  border-radius: 5px !important;
  padding: 30px !important;
  background: #f7f7f7 !important;
}
.woocommerce .woocommerce-checkout .payment_box:before {
  border-bottom-color: #f7f7f7 !important;
}
.woocommerce .woocommerce-checkout .col-1 #billing_company_field, .woocommerce .woocommerce-checkout .col-2 #billing_company_field, .woocommerce .woocommerce-checkout .col-1 #billing_country_field, .woocommerce .woocommerce-checkout .col-2 #billing_country_field, .woocommerce .woocommerce-checkout .col-1 #billing_address_2, .woocommerce .woocommerce-checkout .col-2 #billing_address_2, .woocommerce .woocommerce-checkout .col-1 #shipping_company_field, .woocommerce .woocommerce-checkout .col-2 #shipping_company_field, .woocommerce .woocommerce-checkout .col-1 #shipping_country_field, .woocommerce .woocommerce-checkout .col-2 #shipping_country_field, .woocommerce .woocommerce-checkout .col-1 #shipping_address_2, .woocommerce .woocommerce-checkout .col-2 #shipping_address_2 {
  display: none;
}
.woocommerce .woocommerce-checkout .col-1 .required, .woocommerce .woocommerce-checkout .col-2 .required {
  display: none;
}
.woocommerce .woocommerce-checkout .col-1 #billing_first_name_field, .woocommerce .woocommerce-checkout .col-2 #billing_first_name_field, .woocommerce .woocommerce-checkout .col-1 #shipping_first_name_field, .woocommerce .woocommerce-checkout .col-2 #shipping_first_name_field {
  border-right: 10px solid #fff;
}
.woocommerce .woocommerce-checkout .col-1 #billing_last_name_field, .woocommerce .woocommerce-checkout .col-2 #billing_last_name_field, .woocommerce .woocommerce-checkout .col-1 #shipping_last_name_field, .woocommerce .woocommerce-checkout .col-2 #shipping_last_name_field {
  border-left: 10px solid #fff;
}
.woocommerce .woocommerce-checkout .col-1 #billing_first_name_field, .woocommerce .woocommerce-checkout .col-2 #billing_first_name_field, .woocommerce .woocommerce-checkout .col-1 #billing_last_name_field, .woocommerce .woocommerce-checkout .col-2 #billing_last_name_field, .woocommerce .woocommerce-checkout .col-1 #shipping_first_name_field, .woocommerce .woocommerce-checkout .col-2 #shipping_first_name_field, .woocommerce .woocommerce-checkout .col-1 #shipping_last_name_field, .woocommerce .woocommerce-checkout .col-2 #shipping_last_name_field {
  width: 50%;
}
.woocommerce .woocommerce-checkout .col-1 #billing_city_field, .woocommerce .woocommerce-checkout .col-2 #billing_city_field, .woocommerce .woocommerce-checkout .col-1 #shipping_city_field, .woocommerce .woocommerce-checkout .col-2 #shipping_city_field {
  float: right;
  width: 66.7%;
  border-left: 10px solid #fff;
  clear: none;
}
.woocommerce .woocommerce-checkout .col-1 #billing_postcode_field, .woocommerce .woocommerce-checkout .col-2 #billing_postcode_field, .woocommerce .woocommerce-checkout .col-1 #shipping_postcode_field, .woocommerce .woocommerce-checkout .col-2 #shipping_postcode_field {
  float: left;
  width: 33.3%;
  border-right: 10px solid #fff;
  clear: none;
}
.woocommerce .woocommerce-checkout .col-1 .woocommerce_checkout_shipping_choice, .woocommerce .woocommerce-checkout .col-2 .woocommerce_checkout_shipping_choice {
  display: inline-block;
  width: 100%;
  margin: 30px 0;
  padding-top: 30px;
  border-top: 2px solid #e5e5e5;
  font-weight: bold;
}
.woocommerce .woocommerce-checkout .col-1 .woocommerce_checkout_shipping_choice p, .woocommerce .woocommerce-checkout .col-2 .woocommerce_checkout_shipping_choice p {
  margin-bottom: 5px;
  font-weight: bold;
}
.woocommerce .woocommerce-checkout .col-1 .woocommerce_checkout_shipping_choice .choice, .woocommerce .woocommerce-checkout .col-2 .woocommerce_checkout_shipping_choice .choice {
  display: inline-block;
  width: 100%;
  margin: 2px 0;
}
.woocommerce .woocommerce-checkout .col-1 .woocommerce_checkout_shipping_choice .choice input, .woocommerce .woocommerce-checkout .col-2 .woocommerce_checkout_shipping_choice .choice input {
  position: absolute;
  margin-top: 5px;
}
.woocommerce .woocommerce-checkout .col-1 .woocommerce_checkout_shipping_choice .choice label, .woocommerce .woocommerce-checkout .col-2 .woocommerce_checkout_shipping_choice .choice label {
  padding-left: 25px;
}
.woocommerce .woocommerce-checkout .woocommerce_go_to_payment {
  background-color: #b3987d;
  color: #fff;
  padding: 20px;
  width: 250px;
  float: right;
  margin-top: 40px;
  border: none;
  text-align: center;
}
.woocommerce .woocommerce-checkout .woocommerce_go_to_payment:hover {
  background-color: #eb8628;
  border: none;
}
.woocommerce .woocommerce-checkout h3 {
  font-weight: bold;
  font-family: "Poppins", Helvetica, sans-serif;
  font-size: 26px;
  color: #eb8628;
  margin-top: 40px;
  display: none;
}
.woocommerce .woocommerce-checkout .woocommerce-checkout-review-order {
  font-weight: normal;
}
.woocommerce .woocommerce-checkout .woocommerce-checkout-review-order .shop_table {
  border-radius: 0;
  display: inherit;
  padding: 40px;
  background-color: #3d3e45;
  color: #fff;
  border: none;
  width: 50%;
  float: right;
  border-radius: 5px;
}
.woocommerce .woocommerce-checkout .woocommerce-checkout-review-order .shop_table td, .woocommerce .woocommerce-checkout .woocommerce-checkout-review-order .shop_table th {
  border: none;
}
.woocommerce .woocommerce-checkout .woocommerce-checkout-review-order .shop_table tfoot {
  width: 100%;
  display: inline-block;
}
.woocommerce .woocommerce-checkout .woocommerce-checkout-review-order .shop_table .shipping {
  border-bottom: 1px solid #fff;
  width: 100%;
  display: inline-block;
  padding-bottom: 20px;
}
.woocommerce .woocommerce-checkout .woocommerce-checkout-review-order .shop_table .shipping th, .woocommerce .woocommerce-checkout .woocommerce-checkout-review-order .shop_table .shipping td {
  float: left;
  display: inline-block;
  margin-left: 0;
  margin-right: 0;
  width: 50%;
  padding: 0;
}
.woocommerce .woocommerce-checkout .woocommerce-checkout-review-order .shop_table .shipping th {
  font-weight: bold;
}
.woocommerce .woocommerce-checkout .woocommerce-checkout-review-order .shop_table .shipping td {
  text-align: right;
  font-weight: normal;
}
.woocommerce .woocommerce-checkout .woocommerce-checkout-review-order .shop_table .order-total {
  width: 100%;
  display: inline-block;
  padding-top: 20px;
  padding-bottom: 15px;
  border-bottom: 1px solid #fff;
}
.woocommerce .woocommerce-checkout .woocommerce-checkout-review-order .shop_table .order-total th, .woocommerce .woocommerce-checkout .woocommerce-checkout-review-order .shop_table .order-total td {
  float: left;
  display: inline-block;
  margin-left: 0;
  margin-right: 0;
  padding: 0;
  width: 100%;
  font-weight: bold;
}
.woocommerce .woocommerce-checkout .woocommerce-checkout-review-order .shop_table .order-total td {
  font-size: 42px;
}
.woocommerce .woocommerce-checkout .woocommerce-checkout-review-order .checkout_button {
  width: 100%;
  display: inline-block;
}
.woocommerce .woocommerce-checkout .woocommerce-checkout-review-order .checkout_button td {
  width: 100%;
  display: inline-block;
  padding: 0;
}
.woocommerce .woocommerce-checkout .woocommerce-checkout-review-order .button {
  background-color: #eb8628;
  width: 100%;
  margin-top: 40px;
  line-height: 50px;
  height: 50px;
}
.woocommerce .woocommerce-checkout .form-row.place-order {
  display: none;
}
.woocommerce .woocommerce-checkout .woocommerce-checkout #payment {
  border-radius: 0 !important;
}
.woocommerce .woocommerce-checkout .woocommerce-checkout-payment#payment {
  border-radius: 0;
  background-color: #fff;
  width: 50%;
  float: left;
  border-right: 20px solid #fff;
  font-weight: bold;
  margin-top: -40px;
  margin-bottom: 80px;
}
.woocommerce .woocommerce-checkout .woocommerce-checkout-payment#payment ul {
  border: none;
}
.woocommerce .woocommerce-checkout .woocommerce-checkout-payment#payment .payment_method_bacs {
  border-bottom: 2px solid #e5e5e5;
  padding: 20px 0;
}
.woocommerce .woocommerce-checkout .woocommerce-checkout-payment#payment .payment_method_bacs .payment_box {
  display: none;
}
.woocommerce .woocommerce-checkout .woocommerce-checkout-payment#payment .payment_method_paypal {
  padding: 20px 0;
}
.woocommerce .woocommerce-checkout .woocommerce-checkout-payment#payment .about_paypal {
  display: none;
}
.woocommerce .woocommerce-checkout .woocommerce-checkout-payment#payment .button {
  background-color: #b3987d;
  border-radius: 0;
  font-weight: bold;
  padding: 15px;
  width: 250px;
  line-height: 1.8em;
}
.woocommerce .woocommerce-checkout .woocommerce-checkout-payment#payment .button:hover, .woocommerce .woocommerce-checkout .woocommerce-checkout-payment#payment .button:focus {
  background-color: #eb8628;
}
.woocommerce .woocommerce_checkout_payment {
  margin: 40px 0;
}
.woocommerce .woocommerce_checkout_payment h1 {
  color: #eb8628;
  text-transform: none;
  padding-bottom: 20px;
  border-bottom: 2px solid #e5e5e5;
  margin-bottom: 40px;
}
.woocommerce .woocommerce_checkout_payment .woocommerce_order_overview {
  display: inline-block;
  width: 100%;
}
.woocommerce .woocommerce_checkout_payment .woocommerce_order_overview .left, .woocommerce .woocommerce_checkout_payment .woocommerce_order_overview .right {
  display: inline-block;
  padding-bottom: 20px;
  width: 50%;
  float: left;
}
.woocommerce .woocommerce_checkout_payment .woocommerce_order_overview .left h2, .woocommerce .woocommerce_checkout_payment .woocommerce_order_overview .right h2 {
  border-bottom: 2px solid #e5e5e5;
  display: inline-block;
  padding-bottom: 5px;
  text-align: center;
}
.woocommerce .woocommerce_checkout_payment .woocommerce_order_overview .left ul, .woocommerce .woocommerce_checkout_payment .woocommerce_order_overview .right ul {
  padding: 0;
}
.woocommerce .woocommerce_checkout_payment .woocommerce_order_overview .left ul li, .woocommerce .woocommerce_checkout_payment .woocommerce_order_overview .right ul li {
  list-style: none;
}
.woocommerce .woocommerce-info, .woocommerce .woocommerce-error {
  border-top-width: 1px;
  font-weight: normal;
  border-top: none;
  background-color: #eb8628;
  color: #fff;
}
.woocommerce .woocommerce-info:before, .woocommerce .woocommerce-error:before {
  color: #fff;
}
.woocommerce .woocommerce-info li, .woocommerce .woocommerce-error li {
  padding: 5px 0;
}
.woocommerce .woocommerce-info strong, .woocommerce .woocommerce-error strong {
  font-weight: bold;
}
.woocommerce .woocommerce-ordering .orderby {
  font-weight: normal;
  padding: 10px;
  padding-left: 20px;
  background-color: #e5e5e5;
  border: none;
  outline: none;
}
.woocommerce .products .product {
  outline: 5px solid #efefef;
  background-color: #efefef;
}
.woocommerce .products .product h2 {
  color: #eb8628;
}
.woocommerce .products .product .button {
  padding: 10px 25px;
  border: 1px solid #eb8628;
  color: #b3987d;
  font-size: 15px;
  font-weight: bold;
  background: none;
  border-radius: 0;
}
.woocommerce .products .product .button:hover, .woocommerce .products .product .button:focus {
  border-color: #b3987d;
  background-color: #b3987d;
  color: #fff;
}
.woocommerce .woocommerce-message {
  border-top-width: 1px;
  border-top-color: #b3987d;
  font-weight: normal;
}
.woocommerce .woocommerce-message:before {
  color: #b3987d;
}
.woocommerce .woocommerce-message .button {
  padding: 10px 25px;
  border: 1px solid #eb8628;
  color: #b3987d;
  font-size: 15px;
  font-weight: bold;
  background: none;
  border-radius: 0;
}
.woocommerce .woocommerce-message .button:hover, .woocommerce .woocommerce-message .button:focus {
  border-color: #b3987d;
  background-color: #b3987d;
  color: #fff;
}
.woocommerce a.button, .woocommerce button.button {
  padding: 0 30px;
  border: 1px solid #eb8628;
  color: #b3987d;
  font-size: 15px;
  font-weight: 600;
  background: none;
  border-radius: 5px;
  line-height: 45px;
  height: 45px;
}
.woocommerce a.button:hover, .woocommerce button.button:hover, .woocommerce a.button:focus, .woocommerce button.button:focus {
  border-color: #b3987d;
  background-color: #b3987d;
  color: #fff;
}
.woocommerce table.shop_table {
  border-radius: 0;
  font-weight: normal;
  margin-bottom: 80px;
}
.woocommerce table.shop_table .product-thumbnail {
  width: 150px;
  display: block;
}
.woocommerce table.shop_table .quantity .qty {
  background-color: #efefef;
  border: none;
  padding: 5px;
  outline: none;
}
.woocommerce table.shop_table a.remove {
  color: #eb8628 !important;
  line-height: 0.95em;
  letter-spacing: 0;
}
.woocommerce table.shop_table a.remove:hover, .woocommerce table.shop_table a.remove:focus {
  background-color: #eb8628 !important;
  color: #fff !important;
}
.woocommerce table.cart td.actions .input-text {
  padding: 4px;
  width: 150px;
}
.woocommerce a.button.alt, .woocommerce button.button.alt {
  background-color: #b3987d;
  border: none;
}
.woocommerce a.button.alt:hover, .woocommerce button.button.alt:hover, .woocommerce a.button.alt:focus, .woocommerce button.button.alt:focus {
  background-color: #eb8628;
}
.woocommerce .woocommerce_cart_item {
  display: inline-block;
  width: 100%;
  position: relative;
  background-color: #eb8628;
  color: #fff;
  font-size: 15px;
  border-radius: 5px;
  margin: 2px 0 15px;
  overflow: hidden;
  cursor: pointer;
}
.woocommerce .woocommerce_cart_item_remove, .woocommerce .woocommerce_cart_item_remove:hover, .woocommerce .woocommerce_cart_item_remove:active, .woocommerce .woocommerce_cart_item_remove:visited, .woocommerce .woocommerce_cart_item_remove:focus {
  position: absolute;
  left: 15px;
  top: 5px;
  font-size: 20px;
  color: white !important;
}
.woocommerce .woocommerce_cart_item strong {
  font-weight: bold;
}
.woocommerce .woocommerce_cart_item.open .woocommerce_cart_item_content_close {
  display: none;
}
.woocommerce .woocommerce_cart_item.open .woocommerce_cart_item_content_open {
  display: inline-block;
}
.woocommerce .woocommerce_cart_item .woocommerce_cart_item_toggle {
  position: absolute;
  background: none;
  border: none;
  outline: none;
  color: #fff;
  right: 40px;
  top: 20px;
  font-size: 20px;
  cursor: pointer;
}
.woocommerce .woocommerce_cart_item .woocommerce_cart_item_content_close {
  display: inline-block;
  width: 90%;
  margin-left: 5%;
  margin-right: 5%;
  float: left;
}
.woocommerce .woocommerce_cart_item .woocommerce_cart_item_content_close p {
  float: left;
  text-align: left;
  width: 40%;
  padding: 10px 20px 10px 10px;
  margin-bottom: 10px;
  margin-top: 10px;
}
.woocommerce .woocommerce_cart_item .woocommerce_cart_item_content_close p.value {
  text-align: left;
  width: 60%;
}
.woocommerce .woocommerce_cart_item .woocommerce_cart_item_content_open {
  display: none;
  width: 100%;
  padding: 40px 50px 0;
}
.woocommerce .woocommerce_cart_item .woocommerce_cart_item_content_open .property p {
  float: left;
  text-align: left;
  width: 55%;
  padding: 10px;
  border-bottom: 1px solid #fff;
  margin-bottom: 0;
}
.woocommerce .woocommerce_cart_item .woocommerce_cart_item_content_open .property p.value {
  float: right;
  text-align: left;
  width: 45%;
}
.woocommerce_cart_bottom {
  display: inline-block;
  width: 100%;
  margin-top: 2px;
  padding: 30px 50px;
  background-color: #3d3e45;
  color: #fff;
  border-radius: 5px;
}
.woocommerce_cart_bottom strong {
  font-weight: bold;
}
.woocommerce_cart_bottom .bottom_left {
  display: inline-block;
  width: 60%;
  float: left;
}
.woocommerce_cart_bottom .bottom_left .property {
  display: inline-block;
  width: 100%;
  padding-left: 10px;
}
.woocommerce_cart_bottom .bottom_left .property p {
  float: left;
  width: 50%;
  padding-bottom: 10px;
  border-bottom: 2px solid #fff;
}
.woocommerce_cart_bottom .bottom_left .property p.value {
  width: 30%;
}
.woocommerce_cart_bottom .bottom_right {
  display: inline-block;
  width: 50%;
  float: right;
}
.woocommerce_cart_bottom .bottom_right .value {
  padding-bottom: 10px;
  border-bottom: 2px solid #fff;
}
.woocommerce_cart_bottom .bottom_right .value strong {
  font-size: 42px;
  padding-right: 10px;
}
.woocommerce_cart_bottom .bottom_right a.button.alt {
  background-color: #eb8628;
  font-weight: bold;
  padding: 0 30px;
  width: 100%;
  float: right;
  text-align: center;
  margin-top: 20px;
  height: 50px;
  line-height: 50px;
  border-radius: 5px;
}
.woocommerce_cart_bottom .bottom_right a.button.alt:hover, .woocommerce_cart_bottom .bottom_right a.button.alt:focus {
  background-color: #eb8628;
}
.shop_table {
  display: none;
}
.woocommerce-order-received .shop_table {
  display: table;
}
.cb_shop-top-bar {
  position: relative;
  display: inline-block;
  width: 100%;
  margin-top: 40px;
  margin-bottom: 160px;
}
.cb_shop-top-bar .numbers {
  position: relative;
  width: 90%;
  margin: 0 5%;
}
.cb_shop-top-bar .numbers .number {
  position: absolute;
  display: inline-block;
  background-color: #e5e5e5;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  text-align: center;
  line-height: 2.5em;
  font-weight: bold;
  z-index: 3;
}
.cb_shop-top-bar .numbers .number span {
  display: block;
  position: absolute;
  text-align: center;
  width: 100px;
  bottom: -40px;
  left: -30px;
}
.cb_shop-top-bar .numbers .number#no-1 {
  left: 0;
}
.cb_shop-top-bar .numbers .number#no-2 {
  left: 45%;
}
.cb_shop-top-bar .numbers .number#no-3 {
  left: 90%;
}
.cb_shop-top-bar .lines {
  display: inline-block;
  position: absolute;
  width: 100%;
}
.cb_shop-top-bar .lines .line-1, .cb_shop-top-bar .lines .line-2, .cb_shop-top-bar .lines .line-3, .cb_shop-top-bar .lines .line-4, .cb_shop-top-bar .lines .line-5 {
  top: 18px;
  position: absolute;
  height: 4px;
  background-color: #e5e5e5;
}
.cb_shop-top-bar .lines .line-1 {
  left: 0;
  right: 93%;
}
.cb_shop-top-bar .lines .line-2 {
  left: 7%;
  right: 47%;
}
.cb_shop-top-bar .lines .line-3 {
  left: 47%;
  right: 8%;
}
.cb_shop-top-bar .lines .line-4 {
  left: 92%;
  right: 0;
}
.cb_shop-top-bar.step-1 #no-1 {
  background-color: #eb8628;
  color: #fff;
}
.cb_shop-top-bar.step-1 #no-1 span {
  color: #eb8628;
}
.cb_shop-top-bar.step-1 .line-1 {
  background-color: #eb8628;
}
.cb_shop-top-bar.step-2 #no-1, .cb_shop-top-bar.step-2 #no-2 {
  background-color: #eb8628;
  color: #fff;
}
.cb_shop-top-bar.step-2 #no-1 span, .cb_shop-top-bar.step-2 #no-2 span {
  color: #eb8628;
}
.cb_shop-top-bar.step-2 .line-1, .cb_shop-top-bar.step-2 .line-2 {
  background-color: #eb8628;
}
.cb_shop-top-bar.step-3 #no-1, .cb_shop-top-bar.step-3 #no-2, .cb_shop-top-bar.step-3 #no-3 {
  background-color: #eb8628;
  color: #fff;
}
.cb_shop-top-bar.step-3 #no-1 span, .cb_shop-top-bar.step-3 #no-2 span, .cb_shop-top-bar.step-3 #no-3 span {
  color: #eb8628;
}
.cb_shop-top-bar.step-3 .line-1, .cb_shop-top-bar.step-3 .line-2, .cb_shop-top-bar.step-3 .line-3, .cb_shop-top-bar.step-3 .line-4 {
  background-color: #eb8628;
}
.cb_cart-head {
  position: relative;
  display: inline-block;
  width: 100%;
  padding-bottom: 10px;
  border-bottom: 2px solid #e5e5e5;
  margin-bottom: 40px;
}
.cb_cart-head h1 {
  color: #eb8628;
  font-size: 32px;
  float: left;
  margin-top: 10px;
  text-transform: none;
}
.cb_cart-head a {
  float: right;
  background-color: #b3987d;
  color: #fff;
  padding: 15px 0;
  width: 250px;
  text-align: center;
  font-weight: normal;
  text-decoration: none;
}
.cb_cart-head a:hover {
  background-color: #eb8628;
}
.woocommerce-form-coupon-toggle {
  display: none;
}
.wc-proceed-to-checkout {
  display: none;
}
.cart_totals {
  display: none;
}
.cb_woocommerce_data.page-1 .woocommerce_checkout_payment, .cb_woocommerce_data.page-1 .woocommerce-checkout-payment {
  display: none;
}
.cb_woocommerce_data.page-2 #customer_details {
  display: none;
}
.cb_cart-head.paged {
  display: none;
}
@media screen and (max-width: 767px) {
  .cb_cart-head h1 {
    text-align: center;
    width: 100%;
  }
  .cb_cart-head a {
    display: none;
  }
  .woocommerce .woocommerce_cart_bottom .bottom_left, .woocommerce .woocommerce_cart_bottom .bottom_right {
    width: 100%;
  }
  .woocommerce .woocommerce_cart_bottom .bottom_left .property {
    padding-left: 0;
  }
  .woocommerce .woocommerce_cart_bottom .bottom_left .property .value {
    width: 50%;
  }
  .woocommerce .woocommerce_cart_bottom .bottom_right a.checkout-button.button.alt.wc-forward {
    width: 100%;
  }
  .woocommerce h1 {
    width: 100%;
    text-align: center;
  }
  .woocommerce .woocommerce-checkout .woocommerce-checkout-review-order .shop_table {
    width: 100%;
    border: none;
  }
  .woocommerce .woocommerce-checkout .woocommerce-checkout-payment#payment {
    margin-top: 0;
    width: 100%;
    border: none;
  }
}
.checkout_terms_of_service label {
  position: relative;
  padding-left: 20px;
}
.checkout_terms_of_service label input {
  visibility: hidden;
}
.checkout_terms_of_service label span {
  position: absolute;
  width: 20px;
  height: 20px;
  left: 0;
  top: 3px;
  border: 2px solid #fff;
}
.checkout_terms_of_service label span:after {
  content: '';
  position: absolute;
  top: 2px;
  left: 2px;
  right: 2px;
  bottom: 2px;
  background-color: #b3987d;
}
.checkout_terms_of_service a {
  color: #fff;
}
.checkout_terms_of_service input:checked ~ span:after {
  background-color: #eb8628;
}
footer {
  z-index: 2;
}
.cb_footer-1 {
  display: inline-block;
  width: 100%;
  padding: 80px 0;
  background-color: #eb8628;
  color: #fff;
}
.cb_footer-1 .cb_footer-logo {
  position: relative;
  width: 50%;
  height: 80px;
  margin: 0 25%;
  margin-bottom: 60px;
  background-image: url(../images/staalo-white.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.cb_footer-1 .cb_footer-logo:before {
  content: '';
  position: absolute;
  width: 50%;
  height: 4px;
  left: -50%;
  top: 48px;
  background-color: #fff;
}
.cb_footer-1 .cb_footer-logo:after {
  content: '';
  position: absolute;
  width: 50%;
  height: 4px;
  right: -50%;
  top: 48px;
  background-color: #fff;
}
.cb_footer-1 .cb_footer-info {
  display: inline-block;
  width: 100%;
}
.cb_footer-1 .cb_footer-info .cb_footer-info-left {
  display: inline-block;
  width: 25%;
  text-align: center;
  float: left;
}
.cb_footer-1 .cb_footer-info .cb_footer-info-left a {
  -webkit-transition: color 320ms ease;
  -moz-transition: color 320ms ease;
  -ms-transition: color 320ms ease;
  -o-transition: color 320ms ease;
  transition: color 320ms ease;
  color: #fff;
  text-decoration: none;
}
.cb_footer-1 .cb_footer-info .cb_footer-info-left a:hover {
  color: #b3987d;
}
.cb_footer-1 .cb_footer-info .cb_footer-info-left p {
  margin-bottom: 10px;
}
.cb_footer-1 .cb_footer-info .cb_footer-info-center {
  position: relative;
  display: inline-block;
  width: 50%;
  text-align: center;
  float: left;
}
.cb_footer-1 .cb_footer-info .cb_footer-info-center span {
  -webkit-transition: color 320ms ease;
  -moz-transition: color 320ms ease;
  -ms-transition: color 320ms ease;
  -o-transition: color 320ms ease;
  transition: color 320ms ease;
  font-size: 22px;
  margin: 0 15px;
  color: #fff;
}
.cb_footer-1 .cb_footer-info .cb_footer-info-center a:hover span, .cb_footer-1 .cb_footer-info .cb_footer-info-center a:focus span {
  color: #b3987d;
}
.cb_footer-1 .cb_footer-info .cb_footer-info-center .cb_footer-line {
  position: absolute;
  width: 4px;
  height: 40px;
  bottom: -60px;
  left: 50%;
  background-color: #fff;
}
.cb_footer-1 .cb_footer-info .cb_footer-info-right {
  display: inline-block;
  width: 25%;
  text-align: center;
  float: right;
}
.cb_footer-1 .cb_footer-info .cb_footer-info-right a {
  -webkit-transition: color 320ms ease;
  -moz-transition: color 320ms ease;
  -ms-transition: color 320ms ease;
  -o-transition: color 320ms ease;
  transition: color 320ms ease;
  color: #fff;
  text-decoration: none;
}
.cb_footer-1 .cb_footer-info .cb_footer-info-right a:hover {
  color: #b3987d;
}
.cb_footer-1 .cb_footer-info .cb_footer-info-right p {
  margin-bottom: 10px;
}
.cb_footer-2 {
  display: inline-block;
  width: 100%;
  padding: 20px 0;
  background-color: #000;
  text-align: center;
}
.cb_footer-2 a {
  margin-bottom: 0;
  color: #fff;
  font-size: 14px;
  text-decoration: none;
}
@media screen and (max-width: 991px) {
  .cb_header .cb_header-navigation {
    top: 0;
    position: fixed;
  }
  .cb_header .cb_header-navigation .cb_logo {
    width: 50%;
  }
  .cb_header .cb_header-navigation .cb_header-menu {
    width: 50%;
  }
  .cb_header .cb_header-navigation .cb_header-menu .cb_header-navbar {
    display: none;
  }
  .cb_header .cb_header-navigation .cb_header-menu .cb_header-hamburger {
    display: inline-block;
  }
  .cb_header .cb_header-top {
    display: none;
  }
  .cb_header .cb_header-thumbnail {
    margin-top: 100px;
  }
}
@media screen and (max-width: 767px) {
  .cb_header .cb_header-thumbnail {
    height: 200px !important;
  }
  .cb_home-field-2 .cb_field-gallery .cb_field-gallery-img {
    width: 100%;
    margin: 0;
  }
  .cb_home-field-2 .cb_field-gallery .cb_field-gallery-img a {
    width: 100%;
    margin-bottom: 40px;
  }
  .cb_home-field-2 .cb_field-gallery .cb_field-gallery-img a .cb_field-img {
    padding-top: 70%;
  }
  .cb_home-field-3 .cb_field-video {
    width: 100%;
    margin: 0;
    padding-top: 57.8125%;
  }
  .cb_page-content .cb_page-single {
    width: 100%;
    margin: 0;
  }
  .cb_main-gallery .cb_page-content h1 {
    padding-top: 30px;
  }
  .cb_gallery .cb_gallery-image {
    border-width: 3px;
  }
  .cb_gallery .cb_gallery-image .content {
    display: none;
  }
  .cb_faq-content {
    margin-top: -40px;
  }
  .cb_faq-content .cb_faq-info {
    width: 100%;
  }
  .cb_faq-content .cb_faq-questions {
    width: 100%;
    padding-top: 40px;
    padding-left: 0;
  }
  .cb_contact-content .cb_contact-form {
    width: 100%;
    border: none;
  }
  .cb_contact-content .cb_contact-form .cb_contact-submit {
    margin-top: 20px;
    float: none;
  }
  .cb_contact-content .cb_contact-field {
    width: 100%;
    margin-top: 80px;
    border: none;
  }
  .cb_footer-1 {
    padding: 40px 0;
  }
  .cb_footer-1 .cb_footer-logo {
    position: relative;
  }
  .cb_footer-1 .cb_footer-logo .cb_footer-line {
    position: absolute;
    width: 4px;
    height: 40px;
    bottom: -45px;
    left: 50%;
    background-color: #fff;
  }
  .cb_footer-1 .cb_footer-logo:before {
    width: 30%;
    left: -50%;
  }
  .cb_footer-1 .cb_footer-logo:after {
    width: 30%;
    right: -50%;
  }
  .cb_footer-1 .cb_footer-info .cb_footer-info-left, .cb_footer-1 .cb_footer-info .cb_footer-info-right {
    display: none;
  }
  .cb_footer-1 .cb_footer-info .cb_footer-info-center {
    position: relative;
    width: 100%;
  }
  .cb_footer-1 .cb_footer-info .cb_footer-info-center .cb_footer-line {
    display: none;
  }
  .cb_footer-1 .cb_footer-info .cb_footer-line {
    position: absolute;
    width: 4px;
    height: 40px;
    bottom: -45px;
    left: 50%;
    background-color: #fff;
  }
  .cb_page-single .cb_video-content .cb_video-preview {
    width: 100%;
    margin: 20px 0;
  }
}
.tc-extra-product-options {
  visibility: visible;
  width: 33%;
  float: left;
}
.tc-extra-product-options .tm-epo-required {
  display: none;
}
.tc-extra-product-options .tm-epo-field-label, .tc-extra-product-options .tm-description {
  display: inline-block;
  width: auto;
}
.tc-extra-product-options .tm-description {
  width: 14px;
  height: 18px;
  position: relative;
  margin-left: 10px;
}
.tc-extra-product-options .tm-description:after {
  content: "";
  position: absolute;
  border: 1px solid #eb8628;
  top: 0;
  left: -2px;
  width: 18px;
  height: 19px;
  border-radius: 50%;
  pointer-events: none;
  background-color: #eb8628;
  z-index: 0;
}
.tc-extra-product-options .tm-description p {
  margin-top: -4px;
  margin-left: -1px;
}
.tc-extra-product-options .tm-description div {
  padding-left: 5px;
  position: relative;
  font-style: italic;
  cursor: pointer;
  outline: none;
  color: white;
  z-index: 2;
  font-size: 12px;
}
.tc-extra-product-options .tm-description div .popup {
  display: none;
  color: black;
  font-size: 16px;
}
.tc-extra-product-options .tm-description div:hover .popup, .tc-extra-product-options .tm-description div:focus .popup {
  width: 300px;
  display: block;
  position: absolute;
  z-index: 2;
  background: white;
  padding: 5px 8px;
  box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.5);
  white-space: pre-wrap;
}
.tc-extra-product-options .tm-box {
  background: #fff;
  border: none;
  text-align: left;
  padding-top: 0;
  margin-top: 0;
  padding-left: 0;
}
.tc-extra-product-options select, .tc-extra-product-options input {
  width: 100% !important;
  height: 40px;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.07);
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  padding: 0 15px;
  line-height: 40px;
}
.tc-extra-product-options select[type=number], .tc-extra-product-options input[type=number] {
  padding-right: 0;
}
.tc-extra-product-options .door-size-width-div, .tc-extra-product-options .door-size-height-div, .tc-extra-product-options .door-size-width-double-div, .tc-extra-product-options .door-size-height-double-div, .tc-extra-product-options .door-sidepanel-size-width-div, .tc-extra-product-options .door-sidepanel-size-height-div {
  width: 50% !important;
  float: left !important;
  display: inline-block;
}
.tc-extra-product-options .door-size-width-div > label, .tc-extra-product-options .door-size-height-div > label, .tc-extra-product-options .door-size-width-double-div > label, .tc-extra-product-options .door-size-height-double-div > label, .tc-extra-product-options .door-sidepanel-size-width-div > label, .tc-extra-product-options .door-sidepanel-size-height-div > label {
  display: inline-block;
  height: 40px;
  line-height: 40px;
  float: left;
  width: 25px;
}
.tc-extra-product-options .door-size-width-div > .tm-extra-product-options-container, .tc-extra-product-options .door-size-height-div > .tm-extra-product-options-container, .tc-extra-product-options .door-size-width-double-div > .tm-extra-product-options-container, .tc-extra-product-options .door-size-height-double-div > .tm-extra-product-options-container, .tc-extra-product-options .door-sidepanel-size-width-div > .tm-extra-product-options-container, .tc-extra-product-options .door-sidepanel-size-height-div > .tm-extra-product-options-container {
  display: inline-block;
  width: calc(100% - 50px);
}
.tc-extra-product-options .door-size-width-div > .tm-extra-product-options-container li, .tc-extra-product-options .door-size-height-div > .tm-extra-product-options-container li, .tc-extra-product-options .door-size-width-double-div > .tm-extra-product-options-container li, .tc-extra-product-options .door-size-height-double-div > .tm-extra-product-options-container li, .tc-extra-product-options .door-sidepanel-size-width-div > .tm-extra-product-options-container li, .tc-extra-product-options .door-sidepanel-size-height-div > .tm-extra-product-options-container li {
  padding-top: 0 !important;
}
.tc-extra-product-options .door-size-width-div, .tc-extra-product-options .door-size-width-double-div, .tc-extra-product-options .door-sidepanel-size-width-div {
  position: relative;
}
.tc-extra-product-options .door-size-width-div + .cpfclear, .tc-extra-product-options .door-size-width-double-div + .cpfclear, .tc-extra-product-options .door-sidepanel-size-width-div + .cpfclear {
  display: none;
}
.tc-extra-product-options .door-size-width-div:after, .tc-extra-product-options .door-size-width-double-div:after, .tc-extra-product-options .door-sidepanel-size-width-div:after {
  content: '⨉';
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  font-size: 24px;
  color: #eb8628;
  line-height: 36px;
}
.tc-extra-product-options .door-size-height-div > label, .tc-extra-product-options .door-size-height-double-div > label, .tc-extra-product-options .door-sidepanel-size-height-div > label {
  margin-left: 25px;
}
.tc-extra-product-options .door-size-label-div, .tc-extra-product-options .door-size-label-double-div, .tc-extra-product-options .door-sidepanel-size-label-div {
  margin-bottom: 8px;
}
.tc-extra-product-options .door-size-width-div label.tm-error, .tc-extra-product-options .door-size-width-double-div label.tm-error, .tc-extra-product-options .door-sidepanel-size-width-div label.tm-error, .tc-extra-product-options .door-sidepanel-size-width-double-div label.tm-error {
  width: calc(200% + 110px);
  position: relative;
  left: -25px;
}
.tc-extra-product-options .door-size-height-div label.tm-error, .tc-extra-product-options .door-size-height-double-div label.tm-error, .tc-extra-product-options .door-sidepanel-size-height-div label.tm-error, .tc-extra-product-options label.tm-error[id] {
  height: 0;
  visibility: hidden;
  position: absolute;
  display: none !important;
}
.tc-totals-form {
  display: none !important;
}
.add-to-cart-content {
  float: left;
  width: 66%;
}
.add-to-cart-content canvas {
  width: 100%;
  height: auto;
}
.configurator {
  text-align: left;
  font-weight: normal;
}
.configurator h4 {
  font-family: "Poppins", Helvetica, sans-serif;
}
.configurator #door-preview {
  border-radius: 5px;
}
.configurator__summary {
  background-color: #b3987d;
  padding: 50px;
  color: white;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}
.configurator__summary table {
  width: 100%;
  display: none;
}
.configurator__summary td:first-child {
  font-weight: bold;
}
.configurator__summary td {
  padding-top: 8px;
  padding-bottom: 8px;
  border-bottom: 1px solid white;
  width: 50%;
}
.configurator__summary tr:last-child td {
  border-bottom: 0;
}
.configurator__summary__header {
  display: flex;
  justify-content: space-between;
  cursor: pointer;
  user-select: none;
}
.configurator__summary__header img {
  width: 20px;
  height: 100%;
  margin-left: 20px;
  margin-top: 4px;
}
.configurator__summary .open img {
  transform: rotate(90deg);
}
.configurator__price {
  padding: 50px;
  margin-top: 30px;
  color: white;
  background-color: #eb8628;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
.configurator__price .price {
  display: inline-block;
  font-size: 40px;
  font-weight: bold;
  margin-right: 15px;
}
.configurator__price small {
  position: relative;
  bottom: 3px;
}
.configurator__price hr {
  border-top: 1px solid white;
  margin-bottom: 25px;
}
.configurator__price button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: #eb8628;
  color: white;
  border: 1px solid white;
  outline: none;
  padding: 0 30px;
  height: 50px;
  line-height: 50px;
  font-weight: bold;
  cursor: pointer;
}
.configurator__price button:hover {
  background-color: #fff;
  color: #b3987d;
}
.woocommerce_cart_item_content_open .woocommerce_cart_bottom {
  margin-left: -50px;
  margin-right: -50px;
  margin-top: 20px;
  width: calc(100% + 100px);
  margin-bottom: -6px;
  padding-right: 50px;
  padding-top: 0;
  background-color: #eb8628;
}
.woocommerce_cart_item_content_open .woocommerce_cart_bottom .bottom_right {
  width: 44%;
}
.woocommerce_cart_item_content_open .woocommerce_cart_bottom .property_price p {
  margin-bottom: 3px;
}
.woocommerce_cart_item_content_open .woocommerce_cart_bottom .property_price .value span {
  display: none;
}
.woocommerce_cart_item_content_open .woocommerce_cart_bottom .property_price .value strong {
  font-size: 22px;
}
.woocommerce_cart_item_content_open .woocommerce_cart_bottom .property_price .value strong span {
  display: inherit;
}
.checkout_terms_of_service td {
  padding: 15px 0 0 !important;
}
#order_review {
  margin-top: 50px;
}
#order_review > h1 {
  margin-bottom: 25px;
}
@media (max-width: 768px) {
  .cb_header-button {
    font-size: 14px;
    white-space: nowrap;
    bottom: 50px;
  }
  .tc-extra-product-options, .add-to-cart-content {
    float: none;
    width: 100%;
  }
  .tm-box {
    padding: 0;
  }
  .woocommerce .woocommerce_cart_item .woocommerce_cart_item_content_open .property p, .woocommerce .woocommerce_cart_item .woocommerce_cart_item_content_open .property p.value {
    float: none;
    width: 100%;
    border-bottom: 0;
    padding: 5px 0 0;
  }
  .woocommerce .woocommerce_cart_item .woocommerce_cart_item_content_open .property p.value {
    border-bottom: 1px solid white;
    padding-top: 0;
    padding-bottom: 5px;
  }
}
.cb_page-content h2 {
  margin-top: 30px;
}
@media screen and (min-width: 1200px) {
  .container {
    max-width: 960px;
  }
}
#item-1, #item-2, #item-3 {
  width: auto !important;
}
#item-4 {
  float: right;
  background: #eb8628;
  height: 50px;
  padding: 12px;
  color: #fff;
  font-weight: bold;
  cursor: pointer;
}
#item-4:hover {
  text-decoration: none;
}
.tm-quantity.tm-bottom {
  display: none !important;
}
.technical-info-door-div, .technical-info-part-div {
  display: none;
}
.door-sidepanel-size-height {
  background-color: #e9e9e9 !important;
}
.home .cb_header-button {
  background-color: #eb8628;
  font-weight: bold;
  line-height: 75px;
  height: 75px;
  font-size: 40px;
  font-weight: bold;
  top: 50%;
  transform: translate(-50%, -50%);
}
@media (max-width: 768px) {
  .home .cb_header-button {
    font-size: 30px;
    line-height: 60px;
    height: 60px;
  }
}
@media (max-width: 450px) {
  .home .cb_header-button {
    font-size: 20px;
    line-height: 50px;
    height: 50px;
  }
}
@media (max-width: 350px) {
  .home .cb_header-button {
    font-size: 15px;
    line-height: 40px;
    height: 40px;
    padding: 0 15px;
  }
}
.woocommerce div.product div.summary {
  float: none !important;
  width: 100% !important;
}
.home-download-link, .home-download-link:hover {
  color: black;
  font-size: 24px;
  font-weight: bold;
}
#menu-item-583 a:after {
  content: none !important;
}
button.single_add_to_cart_button {
  float: none !important;
  margin-top: 15px !important;
  margin-bottom: -8px !important;
}
button.single_add_to_cart_button[disabled] {
  background-color: #b3987d !important;
  padding: 0 30px !important;
}
.woocommerce-checkout #payment ul.payment_methods li {
  padding: 20px 0;
}
.wc_payment_method .payment_box {
  border: none !important;
}
.wc_payment_method:not(:last-child) {
  border-bottom: 2px solid #e5e5e5;
}
.checkout_coupon [name=apply_coupon] {
  height: 40px !important;
  line-height: 40px !important;
  background: #b3987d !important;
  color: white !important;
  border: none !important;
}
.checkout_coupon [name=coupon_code] {
  padding: 0 15px 0 25px;
  outline: none;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.07);
  border-radius: 5px;
  height: 40px;
  line-height: 40px;
}
.door-notes {
  border: 1px solid rgba(0, 0, 0, 0.07);
  outline: none;
  padding: 10px 15px !important;
}
/*# sourceMappingURL=main.css.map */