a {
  color: #000000;
  transition: .3s;
  -webkit-transition: .3s;
}
a:hover {
  text-decoration: none;
  color: #0D6905;
}
body {
  font-size: 18px;
  font-family: "azo-sans-web", sans-serif;
  font-weight: 400;
  font-style: normal;
}
#container {
  position: relative;
  z-index: 0;
}
#content {
  position: relative;
  padding-top: 0;
}
.home #content {
  padding-top: 0;
}
img {
  width: 100%;
  height: auto;
}
@media (min-width: 1200px) {
  .container {
    max-width: 1300px;
  }
}
.btn-red {
  display: inline-block;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  line-height: 50px;
  background: #C00D0D;
  border-radius: 5px;
  color: white;
  font-weight: 400;
  font-size: 18px;
  cursor: pointer;
  border: 2px solid #C00D0D;
  transition: .3s;
  -webkit-transition: .3s;
  padding: 0 30px;
  margin: 0;
  text-transform: uppercase;
}
.btn-red:hover {
  background: #ffffff;
  color: #C00D0D;
}
.btn-back-to {
  background: none;
  color: inherit;
  border: none;
  padding: 0;
  font: inherit;
  cursor: pointer;
  outline: inherit;
  font-size: 15px;
  font-weight: 200;
  margin-bottom: 15px;
  text-decoration: underline;
}
.btn-red-checkout {
  display: inline-block;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  line-height: 50px;
  background: #7f4d68;
  border-radius: 5px;
  color: white;
  font-weight: 400;
  font-size: 18px;
  cursor: pointer;
  border: 2px solid #7f4d68;
  transition: .3s;
  -webkit-transition: .3s;
  padding: 0 50px;
  margin: 0;
}
.btn-red-checkout:hover {
  background: #ffffff;
  color: #7f4d68;
}
.checkout-step#step1,
.checkout-step#step2 {
  position: sticky;
  top: 100px;
}
.checkout-step#step2 #order_review table {
  display: none;
}
.checkout-step#step2 #order_review .container-section {
  width: 100%;
  max-width: 100%;
}
.checkout-step#step2 #payment ul {
  display: none;
}
.checkout-step #shipping_method_options_container input[type="radio"] {
  display: none;
}
.checkout-step #shipping_method_options_container tr {
  display: block;
  border-top: 1px solid #D8D8D8;
  border-bottom: 1px solid #D8D8D8;
  padding-top: 5px;
  cursor: pointer;
}
.checkout-step #shipping_method_options_container tr:first-of-type {
  border-bottom: none;
}
.checkout-step #shipping_method_options_container tr th {
  display: block;
  width: 100%;
  font-weight: 500;
  color: #C00D0D;
  margin-bottom: 10px;
  font-size: 18px;
  position: relative;
  padding-left: 40px;
}
.checkout-step #shipping_method_options_container tr th:before {
  content: '';
  width: 26px;
  height: 26px;
  display: block;
  border: 1px solid #C00D0D;
  border-radius: 25px;
  position: absolute;
  left: 0;
  top: 2px;
  background: white;
}
.checkout-step #shipping_method_options_container tr th:after {
  content: '';
  width: 14px;
  height: 14px;
  background: white;
  border-radius: 14px;
  position: absolute;
  left: 6px;
  top: 8px;
  opacity: 0;
}
.checkout-step #shipping_method_options_container tr.active th:before {
  background: #C00D0D;
}
.checkout-step #shipping_method_options_container tr.active th:after {
  opacity: 1;
}
.checkout-step #shipping_method_options_container tr td ul {
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 16px;
  font-weight: 300;
}
.checkout-step #shipping_method_options_container tr td ul li .amount {
  margin-left: 40px;
  display: block;
}
.checkout-step #shipping_method_options_container tr td ul li .amount:before {
  content: 'Abtragen ins Schlafzimmer | ';
}
.checkout-step #shipping_method_options_container tr.shipping-selbstabholung td ul li .amount:before {
  content: 'Selbstabholung in A-9330 Althofen | ';
}
#payment ul {
  list-style: none;
  padding: 0;
  margin: 0;
  margin-bottom: 30px;
}
#payment ul li {
  padding: 10px 0;
  border-bottom: 1px solid #D8D8D8;
}
#payment ul li .input-radio {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}
#payment ul li .input-radio:checked + label::after {
  content: '';
  width: 14px;
  height: 14px;
  background: white;
  border-radius: 14px;
  position: absolute;
  left: 6px;
  top: 8px;
}
#payment ul li label {
  width: 100%;
  color: #C00D0D;
  font-size: 18px;
  position: relative;
  padding-left: 40px;
  font-weight: 500;
}
#payment ul li label:before {
  content: '';
  width: 26px;
  height: 26px;
  display: block;
  border: 1px solid #C00D0D;
  border-radius: 25px;
  position: absolute;
  left: 0;
  top: 2px;
  background: transparent;
}
#payment ul li label img {
  float: right;
  filter: grayscale(1);
}
#payment ul li p {
  margin-left: 40px;
  font-size: 16px;
  font-weight: 300;
}
#payment ul li .input-radio:checked + label::before {
  background: #C00D0D;
}
#payment .button {
  display: inline-block;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  line-height: 50px;
  background: #7f4d68;
  border-radius: 5px;
  color: white;
  font-weight: 400;
  font-size: 18px;
  cursor: pointer;
  border: 2px solid #7f4d68;
  transition: .3s;
  -webkit-transition: .3s;
  padding: 0 50px;
  margin: 0;
  margin-top: 20px;
}
#payment .button:hover {
  background: #ffffff;
  color: #7f4d68;
}
#additionals-container .additional-item {
  border-bottom: 1px solid #D8D8D8;
  padding-top: 10px;
  padding-bottom: 10px;
  position: relative;
  cursor: pointer;
}
#additionals-container .additional-item .fake-radio {
  width: 26px;
  height: 26px;
  display: block;
  border: 1px solid black;
  border-radius: 100%;
  position: absolute;
  left: 0;
  top: 11px;
}
#additionals-container .additional-item .fake-radio.selected:after {
  content: '';
  position: absolute;
  border-left: 3px solid #C00D0D;
  border-bottom: 3px solid #C00D0D;
  transform: rotate(-45deg);
  width: 16px;
  height: 8px;
  top: 7px;
  left: 4px;
}
#additionals-container .additional-item .title {
  font-weight: 500;
  color: #C00D0D;
  margin-bottom: 10px;
  font-size: 18px;
  padding-left: 40px;
}
#additionals-container .additional-item .description {
  font-size: 16px;
  font-weight: 300;
  padding-left: 40px;
}
#additionals-container .additional-item:hover .fake-radio {
  border-color: #C00D0D;
}
#additionals-container .additional-item.disabled {
  opacity: 0.4;
  cursor: not-allowed;
  pointer-events: none;
}
.btn-line {
  display: inline-block;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  line-height: 50px;
  background: transparent;
  border-radius: 3px;
  color: black;
  font-weight: 400;
  font-size: 18px;
  cursor: pointer;
  border: 1px solid #000000;
  transition: .3s;
  -webkit-transition: .3s;
  padding: 0 70px 0 30px;
  margin: 0;
  position: relative;
}
.btn-line:after {
  content: '';
  width: 20px;
  height: 20px;
  background: url(/wp-content/uploads/btn-icon.png) center center no-repeat;
  background-size: cover !important;
  position: absolute;
  top: 50%;
  margin-top: -10px;
  right: 20px;
  transition: .2s;
}
.btn-line:hover {
  color: #000000;
}
.btn-line:hover:after {
  right: 15px;
}
#header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 9;
  background: transparent;
  transition: .3s;
  min-height: 68px;
}
#header.scrolled {
  background: white;
}
#header .header-main {
  clear: both;
  padding: 15px 0;
}
@media (max-width: 1290px) {
  #header .header-main {
    padding: 10px 0;
  }
}
@media (max-width: 991px) {
  #header .header-main {
    padding: 10px 0 10px 0;
  }
}
#header .header-main #logo svg {
  max-width: 90%;
  height: auto;
  width: 200px;
}
@media (max-width: 991px) {
  #header .header-main #logo svg {
    width: 110px;
  }
}
#header .header-main .nav-trigger {
  width: 27px;
  height: 14px;
  display: inline-block;
  position: relative;
  cursor: pointer;
}
#header .header-main .nav-trigger .bar {
  height: 2px;
  width: 100%;
  background: black;
  position: absolute;
  transition: .3s;
  -webkit-transition: .3s;
}
#header .header-main .nav-trigger .bar.bar-1 {
  top: 0;
}
#header .header-main .nav-trigger .bar.bar-2 {
  top: 50%;
  margin-top: -1px;
}
#header .header-main .nav-trigger .bar.bar-3 {
  bottom: 0;
}
#header .header-main .nav-trigger.active .bar-1 {
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  left: 2px;
  top: 6px;
}
#header .header-main .nav-trigger.active .bar-2 {
  display: none;
}
#header .header-main .nav-trigger.active .bar-3 {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  left: 2px;
  top: 6px;
}
#header .header-main .navi {
  position: relative;
  padding-left: 50px;
}
@media (max-width: 991px) {
  #header .header-main .navi {
    display: none;
  }
}
#header .header-main .navi .nav-trigger {
  width: 18px;
  height: 13px;
  position: absolute;
  left: 25px;
  top: 50%;
  margin-top: -11px;
}
#header .header-main .navi .nav-trigger .bar {
  height: 1px;
  background: black;
}
#header .header-main .navi .nav-trigger .bar:nth-of-type(2) {
  margin-top: 0;
}
#header .header-main #menu {
  display: inline-block;
}
#header .header-main #menu ul.menu {
  text-align: left;
  margin: 0;
  padding: 0;
  list-style: none;
}
@media (max-width: 991px) {
  #header .header-main #menu ul.menu {
    text-align: left;
  }
}
#header .header-main #menu ul.menu li {
  margin: 0 15px;
  padding: 0;
  display: inline-block;
  font-size: 21px;
  font-weight: 400;
}
@media (max-width: 1290px) {
  #header .header-main #menu ul.menu li {
    font-size: 17px;
    margin: 0 10px;
  }
}
@media (max-width: 991px) {
  #header .header-main #menu ul.menu li {
    display: block;
  }
}
#header .header-main #menu ul.menu li a {
  display: block;
  line-height: 60px;
  position: relative;
  overflow: hidden;
}
@media (max-width: 991px) {
  #header .header-main #menu ul.menu li a {
    line-height: 40px;
  }
}
#header .header-main #menu ul.menu li.current_page_item a,
#header .header-main #menu ul.menu li:hover a {
  color: #C00D0D;
}
#header .header-main #menu ul.menu li ul {
  display: none;
}
#header .header-main .nav-mobile {
  background: rgba(255,255,255,0.19);
  border-radius: 16px;
  box-shadow: 0 4px 30px rgba(0,0,0,0.1);
  backdrop-filter: blur(7.6px);
  -webkit-backdrop-filter: blur(7.6px);
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 999;
  display: none;
}
#header .header-main .nav-mobile #menu {
  display: block;
  margin-top: 30px;
}
#header .header-main .nav-mobile .socials {
  margin-top: 50px;
}
#header .header-main .nav-mobile .socials svg {
  height: 30px;
  margin-right: 45px;
}
#header .header-main .nav-mobile .termin {
  text-align: center;
  margin-top: 40px;
}
#header .header-main .nav-mobile .termin img {
  width: 150px;
  display: inline-block;
}
#header .header-main .nav-mobile .nav-mobile-inner {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  background: white;
  width: 400px;
  padding-left: 25px;
  padding-right: 25px;
  transform: translate(-400px,0px);
  -webkit-transform: translate(-400px,0px);
  transition: .5s;
  max-width: 90%;
}
#header .header-main .nav-mobile .nav-mobile-inner .nav-mobile-header {
  padding-top: 15px;
}
#header .header-main .nav-mobile .nav-mobile-inner .nav-mobile-header .col-4 svg {
  width: 50px;
  height: auto;
}
@media (max-width: 768px) {
  #header .header-main .nav-mobile .nav-mobile-inner .nav-mobile-header .col-4 svg {
    width: 40px;
  }
}
#header .header-main .nav-mobile .nav-mobile-inner .nav-mobile-header .closer {
  position: absolute;
  top: 0;
  right: 0;
  width: 50px;
  height: 50px;
  cursor: pointer;
}
@media (max-width: 768px) {
  #header .header-main .nav-mobile .nav-mobile-inner .nav-mobile-header .closer {
    width: 25px;
    height: 25px;
    right: 15px;
    top: 10px;
  }
}
#header .header-main .nav-mobile .nav-mobile-inner .nav-mobile-header .closer:before,
#header .header-main .nav-mobile .nav-mobile-inner .nav-mobile-header .closer:after {
  content: '';
  position: absolute;
  left: 25px;
  top: 15px;
  height: 15px;
  width: 1px;
  background-color: #C00D0D;
}
@media (max-width: 768px) {
  #header .header-main .nav-mobile .nav-mobile-inner .nav-mobile-header .closer:before,
  #header .header-main .nav-mobile .nav-mobile-inner .nav-mobile-header .closer:after {
    height: 25px;
  }
}
#header .header-main .nav-mobile .nav-mobile-inner .nav-mobile-header .closer:before {
  transform: rotate(45deg);
}
#header .header-main .nav-mobile .nav-mobile-inner .nav-mobile-header .closer:after {
  transform: rotate(-45deg);
}
#header .header-main .nav-mobile .nav-mobile-inner #menu ul {
  margin-left: 0;
}
#header .header-main .nav-mobile .nav-mobile-inner #menu ul li {
  display: block;
  margin-left: 0;
  margin-bottom: 15px;
}
@media (max-width: 768px) {
  #header .header-main .nav-mobile .nav-mobile-inner #menu ul li {
    margin-bottom: 0px;
  }
}
#header .header-main .nav-mobile .nav-mobile-inner #menu ul li a {
  line-height: 40px;
}
#header .header-main .nav-mobile .nav-mobile-inner #menu ul li a span {
  line-height: 40px;
}
#header .header-main .nav-mobile .nav-mobile-inner #menu ul li.current_page_item a,
#header .header-main .nav-mobile .nav-mobile-inner #menu ul li:hover a {
  color: #C00D0D;
}
#header .header-main .nav-mobile .nav-mobile-inner #menu ul li.current_page_item a:before,
#header .header-main .nav-mobile .nav-mobile-inner #menu ul li.current_page_item a:after,
#header .header-main .nav-mobile .nav-mobile-inner #menu ul li:hover a:before,
#header .header-main .nav-mobile .nav-mobile-inner #menu ul li:hover a:after {
  display: none;
}
#header .header-main .nav-mobile.active .nav-mobile-inner {
  transform: translate(0px,0px);
  -webkit-transform: translate(0px,0px);
}
#header .header-main .h-icon {
  display: inline-block;
}
#header .header-main .h-icon .h-icon-inner {
  height: 24px;
  margin-left: 45px;
}
@media (max-width: 991px) {
  #header .header-main .h-icon .h-icon-inner {
    margin-left: 0;
    margin-right: 10px;
  }
}
#header .header-main .h-icon .h-icon-inner.icon-cart {
  position: relative;
}
#header .header-main .h-icon .h-icon-inner.icon-cart span {
  color: white;
  font-size: 10px;
  position: absolute;
  left: 5px;
  top: -10px;
  background: #C00D0D;
  width: 15px;
  height: 15px;
  text-align: center;
  line-height: 15px;
  border-radius: 100%;
}
#header .header-main .h-icon.left {
  margin-top: 30px;
}
#header .header-main .h-icon.left .h-icon-inner {
  margin-left: 0;
  margin-right: 30px;
  margin-bottom: 40px;
}
#header .header-main .h-icon-left {
  display: inline-block;
  margin-top: 30px;
}
#header .header-main .h-icon-left .h-icon-left-inner {
  height: 24px;
  margin-right: 45px;
  margin-bottom: 40px;
}
#header .header-main .h-icon-left .h-icon-left-inner.icon-cart {
  position: relative;
}
#header .header-main .h-icon-left .h-icon-left-inner.icon-cart span {
  color: white;
  font-size: 10px;
  position: absolute;
  left: 5px;
  top: -10px;
  background: #C00D0D;
  width: 15px;
  height: 15px;
  text-align: center;
  line-height: 15px;
  border-radius: 100%;
}
.overlay {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0,0,0,0.1);
  display: none;
  z-index: 9999;
}
.overlay .overlay-inner {
  background: #ffffff;
  width: 640px;
  margin: 0 0 0 auto;
  padding: 27px 40px 90px 40px;
  box-sizing: border-box;
  top: 0;
  height: 100vh;
  position: relative;
  transform: translate(100vw,0px);
  -webkit-transform: translate(100vw,0px);
  transition: .5s;
  -webkit-transition: .5s;
  -webkit-box-shadow: -5px 0px 10px 0px rgba(0,0,0,0.25);
  -moz-box-shadow: -5px 0px 10px 0px rgba(0,0,0,0.25);
  box-shadow: -5px 0px 10px 0px rgba(0,0,0,0.25);
  overflow-y: scroll;
  overflow-x: hidden;
}
.overlay .overlay-inner .ce_tabs .col-lg-10.offset-lg-1 {
  margin-left: 0 !important;
  flex: 0 0 100% !important;
  max-width: 100% !important;
  padding: 0 !important;
}
.overlay .overlay-inner .ce_tabs .col-lg-10.offset-lg-1 .inner {
  scrollbar-width: unset !important;
}
.overlay .overlay-inner .ce_tabs .col-lg-10.offset-lg-1 .inner .tabs-nav {
  margin-bottom: 10px !important;
  min-width: 800px !important;
}
.overlay .overlay-inner .ce_tabs .col-lg-10.offset-lg-1 .inner .tabs-nav .inside:before,
.overlay .overlay-inner .ce_tabs .col-lg-10.offset-lg-1 .inner .tabs-nav .inside:after {
  display: none;
}
.overlay .overlay-inner .ce_tabs .col-lg-10.offset-lg-1 .inner .tabs-nav img {
  margin-bottom: 0px;
  height: 70px;
}
.overlay .overlay-inner .ce_tabs .col-lg-10.offset-lg-1 .inner .tabs-nav .topline {
  font-size: 16px;
  margin-bottom: 0px;
  color: black;
}
.overlay .overlay-inner .ce_tabs .col-lg-10.offset-lg-1 .inner .tabs-nav .headline {
  font-size: 12px;
}
.overlay .overlay-inner .ce_tabs .col-lg-10.offset-lg-1 .inner .tabs-nav .tabs-nav-item {
  opacity: .7;
}
.overlay .overlay-inner .ce_tabs .col-lg-10.offset-lg-1 .inner .tabs-nav .tabs-nav-item.active {
  opacity: 1;
}
.overlay .overlay-inner .ce_tabs .col-lg-10.offset-lg-1 .inner .tabs-nav .tabs-nav-item.active .topline {
  color: #C00D0D;
}
.overlay .overlay-inner .ce_tabs .col-lg-10.offset-lg-1 .tabs-content {
  margin-top: 20px;
}
@media (max-width: 768px) {
  .overlay .overlay-inner .ce_tabs .col-lg-10.offset-lg-1 .tabs-content p {
    font-size: 16px;
  }
}
.overlay .overlay-inner video {
  width: 100%;
  height: auto;
}
@media (max-width: 1290px) {
  .overlay .overlay-inner {
    width: 500px;
  }
}
@media (max-width: 768px) {
  .overlay .overlay-inner {
    width: 85%;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 15px;
  }
}
.overlay .overlay-inner .closer-btn,
.overlay .overlay-inner .big-red-btn {
  display: inline-block;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  line-height: 58px;
  background: #0D6905;
  border-radius: 5px;
  color: white;
  font-weight: 500;
  font-size: 20px;
  cursor: pointer;
  border: 2px solid #0D6905;
  transition: .3s;
  -webkit-transition: .3s;
  padding: 0 35px;
  margin-top: 0;
}
.overlay .overlay-inner .closer-btn:hover,
.overlay .overlay-inner .big-red-btn:hover {
  background: #ffffff;
  color: #0D6905;
}
.blog-2 .overlay .overlay-inner .closer-btn,
.blog-2 .overlay .overlay-inner .big-red-btn {
  background: #7f4d68;
  border: 2px solid #7f4d68;
}
.blog-2 .overlay .overlay-inner .closer-btn:hover,
.blog-2 .overlay .overlay-inner .big-red-btn:hover {
  background: #ffffff;
  color: #7f4d68;
}
.overlay .overlay-inner .closer-btn.small,
.overlay .overlay-inner .big-red-btn.small {
  line-height: 33px;
  font-size: 14px;
  margin-top: 10px;
}
@media (max-width: 768px) {
  .overlay .overlay-inner .closer-btn,
  .overlay .overlay-inner .big-red-btn {
    font-size: 16px;
    padding: 0 35px;
    line-height: 40px;
  }
}
.overlay .overlay-inner img {
  width: auto;
  max-width: 100%;
}
.overlay .overlay-inner .closer {
  position: absolute;
  top: 0;
  right: 40px;
  width: 50px;
  height: 50px;
  cursor: pointer;
}
@media (max-width: 1200px) {
  .overlay .overlay-inner .closer {
    width: 25px;
    height: 60px;
    right: 10px;
    top: 0px;
  }
}
.overlay .overlay-inner .closer:before,
.overlay .overlay-inner .closer:after {
  content: '';
  position: absolute;
  left: 35px;
  top: 15px;
  height: 15px;
  width: 1px;
  background-color: #C00D0D;
}
@media (max-width: 1200px) {
  .overlay .overlay-inner .closer:before,
  .overlay .overlay-inner .closer:after {
    height: 25px;
    left: 5px;
  }
}
.overlay .overlay-inner .closer:before {
  transform: rotate(45deg);
}
.overlay .overlay-inner .closer:after {
  transform: rotate(-45deg);
}
.overlay .overlay-inner .border-red {
  border-bottom: 1px solid #C00D0D;
  margin-top: 25px;
  margin-bottom: 25px;
}
@media (max-width: 768px) {
  .overlay .overlay-inner .overlay-inner-top svg {
    display: none;
  }
}
.overlay .overlay-inner .overlay-inner-top .title {
  font-size: 26px;
  line-height: 35px;
  font-weight: 500;
}
@media (max-width: 768px) {
  .overlay .overlay-inner .overlay-inner-top .title {
    font-size: 18px;
  }
}
.overlay .overlay-inner .overlay-inner-top .title strong {
  font-weight: 500;
  color: #C00D0D;
}
.overlay .overlay-inner .overlay-inner-top svg {
  width: 50px;
}
.overlay .overlay-inner legend {
  color: #C00D0D;
  font-size: 21px;
  font-weight: 500;
}
.overlay .overlay-inner .subtext p {
  font-size: 16px;
}
.overlay.active .overlay-inner {
  transform: translate(0px,0px);
}
.ce_headline img {
  width: 240px;
  height: 240px;
  border-radius: 100%;
  margin-bottom: 50px;
}
.ce_headline .headline {
  position: relative;
  display: block;
  margin-bottom: 30px;
}
.ce_headline .headline:after {
  content: '';
  width: 120px;
  height: 2px;
  background: #C00D0D;
  position: relative;
  display: inline-block;
  margin-top: 35px;
}
.ce_headline .headline.noline:after {
  display: none;
}
.ce_headline h1,
.ce_headline h2,
.ce_headline h3 {
  font-size: 40px;
  font-weight: 400;
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .ce_headline h1,
  .ce_headline h2,
  .ce_headline h3 {
    font-size: 30px;
  }
}
.ce_headline h1 span,
.ce_headline h2 span,
.ce_headline h3 span {
  color: #C00D0D;
}
.ce_headline h4 {
  font-size: 30px;
  font-weight: 400;
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .ce_headline h4 {
    font-size: 20px;
  }
}
.ce_headline h4 span {
  color: #C00D0D;
}
.ce_headline p {
  line-height: 34px;
}
.ce_headline p strong {
  font-weight: 500;
}
.ce_headline.textonly p {
  line-height: 28px;
  font-size: 17px;
}
.ce_headline.with-icon .headline:after {
  display: none;
}
.ce_headline.with-icon .headline img {
  height: 220px;
  width: auto;
  border-radius: 0;
  position: relative;
  margin-top: -150px;
  margin-bottom: 0;
}
.ce_headline.simple {
  margin-top: 50px;
  margin-bottom: 50px;
}
.ce_headline.simple .headline:after {
  display: none;
}
.ce_headline.cart {
  margin-top: 180px;
}
.ce_image_small {
  margin-top: 20px;
}
.ce_image_small img {
  max-width: 210px;
}
.checkout-top {
  margin-top: 150px;
}
@media (max-width: 1300px) {
  .checkout-top {
    margin-top: 100px;
  }
}
@media (max-width: 991px) {
  .checkout-top {
    margin-top: 75px;
  }
}
.ce_stores {
  background: white;
  margin-top: 0;
  padding-top: 100px;
  padding-bottom: 80px;
}
@media (max-width: 768px) {
  .ce_stores {
    font-size: 30px;
    padding-top: 30px;
  }
}
.ce_stores .headline {
  margin-top: 50px;
  margin-bottom: 35px;
}
.ce_stores .headline h1 {
  font-size: 50px;
  font-weight: 400;
  margin-bottom: 25px;
}
@media (max-width: 768px) {
  .ce_stores .headline h1 {
    font-size: 30px;
  }
}
.ce_stores .headline h1 span {
  color: #C00D0D;
}
.ce_stores .headline h2 {
  font-size: 28px;
  font-weight: 500;
  color: #C00D0D;
}
@media (max-width: 768px) {
  .ce_stores .headline h2 {
    font-size: 20px;
  }
}
.ce_stores .country {
  text-align: center;
}
.ce_stores .country h2 {
  font-weight: 700;
  text-transform: uppercase;
  margin: 35px 0;
  letter-spacing: .1em;
}
.ce_stores .store {
  margin-top: 35px;
  margin-bottom: 35px;
}
@media (min-width: 991px) {
  .ce_stores .store.store-1,
  .ce_stores .store.store-4,
  .ce_stores .store.store-7 {
    text-align: center;
  }
  .ce_stores .store.store-2,
  .ce_stores .store.store-5,
  .ce_stores .store.store-8 {
    text-align: right;
  }
}
@media (max-width: 991px) {
  .ce_stores .store {
    text-align: center;
  }
}
.ce_stores .store .inner {
  width: 100%;
  max-width: 350px;
  display: inline-block;
  text-align: left;
  border: 1px solid transparent;
  overflow: hidden;
  position: relative;
  background: white;
  border: 1px solid #edebeb;
}
.ce_stores .store .inner .image {
  overflow: hidden;
}
.ce_stores .store .inner .image img {
  transition: .3s;
  -webkit-transition: .3s;
}
.ce_stores .store .inner:hover .image img {
  transform: scale(1.05);
}
.ce_stores .store .inner .top {
  background: white;
  padding: 40px 10px 45px 10px;
  text-align: center;
}
.ce_stores .store .inner .top .icon {
  height: 50px;
}
.ce_stores .store .inner .top h3 {
  font-size: 18px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: .02em;
  margin: 0;
  color: #C00D0D;
  margin-top: 10px;
}
.ce_stores .store .inner .info {
  border-top: none;
  padding: 25px 35px;
}
@media (max-width: 1200px) {
  .ce_stores .store .inner .info {
    padding: 25px 20px;
  }
}
.ce_stores .store .inner .info .name {
  font-size: 18px;
  font-weight: 500;
}
.ce_stores .store .inner .info .contact {
  font-size: 18px;
  font-weight: 300;
  margin-top: 10px;
}
@media (max-width: 1200px) {
  .ce_stores .store .inner .info .contact {
    font-size: 16px;
  }
}
.ce_stores .store .inner .info .arrow {
  position: absolute;
  right: 15px;
  bottom: 25px;
  width: 40px;
  height: auto;
}
.ce_stores .store .inner .info .arrow img {
  position: relative;
  right: 0;
  bottom: 0;
}
.ce_stores .store.store-map .inner {
  text-align: center;
  border: none;
  overflow: visible;
  background: transparent;
}
.ce_stores .store.store-map .inner .image {
  margin-bottom: 50px;
  margin-top: 20px;
  overflow: visible;
}
.ce_stores .store.store-map .inner .text {
  display: inline-block;
  width: 100%;
  max-width: 250px;
  font-weight: 300;
  line-height: 34px;
}
.ce_stores .store.store-map .inner .text strong {
  font-weight: 500;
}
.ce_stores .store.store-map .inner .text:after {
  content: '';
  height: 2px;
  width: 65px;
  background: #C00D0D;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-top: 20px;
}
.ce_store {
  background: #F5F9F7;
  margin-top: 0;
  padding-top: 120px;
  padding-bottom: 80px;
}
.ce_store .vacation {
  background: white;
  padding: 20px;
  border-radius: 10px;
}
.ce_store .vacation img {
  width: 100px;
  margin-bottom: 20px;
}
.ce_store .vacation p a {
  text-decoration: underline;
  color: #C00D0D;
}
.ce_store .vacation .text_bottom {
  color: #C00D0D;
}
.blog-2 .ce_store {
  background: #F5F5F5;
}
@media (max-width: 991px) {
  .ce_store {
    padding-top: 100px;
  }
}
@media (max-width: 768px) {
  .ce_store {
    padding-top: 100px;
  }
}
.ce_store .headline {
  margin-top: 50px;
  margin-bottom: 35px;
}
.ce_store .headline h1 {
  font-size: 50px;
  font-weight: 400;
  margin-bottom: 25px;
}
@media (max-width: 768px) {
  .ce_store .headline h1 {
    font-size: 30px;
  }
}
.ce_store .headline h1 span {
  color: #C00D0D;
}
.ce_store .headline h2 {
  font-size: 28px;
  font-weight: 500;
  color: #C00D0D;
}
@media (max-width: 768px) {
  .ce_store .headline h2 {
    font-size: 20px;
  }
}
.ce_store .map {
  margin-top: 15px;
  margin-bottom: 50px;
}
.ce_store .map .top {
  background: transparent;
  padding: 30px 20px;
}
.ce_store .map .top .icon {
  height: 60px;
  width: auto;
  margin-bottom: 15px;
}
.ce_store .map .top h3 {
  color: #C00D0D;
  text-transform: uppercase;
  font-size: 35px;
  letter-spacing: .05em;
  font-weight: 400;
}
.ce_store .content .left .inner {
  width: 100%;
  max-width: 250px;
  display: inline-block;
}
.ce_store .content .left .inner img {
  display: inline-block;
  width: 200px;
  height: auto;
  margin-bottom: 40px;
  border-radius: 100%;
}
.ce_store .content .left .inner .info {
  font-weight: 500;
  line-clamp: 34px;
  margin-bottom: 40px;
}
.ce_store .content .left .inner .info a {
  color: #C00D0D;
}
.ce_store .content .right {
  font-weight: 300;
  line-height: 34px;
}
.ce_store .content .right strong,
.ce_store .content .right .phone {
  font-weight: 500;
}
.ce_store .content .right span {
  color: #C00D0D;
}
.ce_store .content .right p,
.ce_store .content .right .email {
  margin-bottom: 40px;
}
.ce_store .bottom {
  margin-top: 50px;
  padding-top: 70px;
  position: relative;
  text-align: center;
}
.ce_store .bottom:before {
  content: '';
  width: 120px;
  height: 2px;
  background: #C00D0D;
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -60px;
}
.ce_store .bottom p {
  font-size: 28px;
  line-height: 50px;
  font-weight: 400;
}
@media (max-width: 768px) {
  .ce_store .bottom p {
    font-size: 20px;
    line-height: 30px;
  }
}
.ce_faq {
  margin-top: 180px;
}
@media (max-width: 768px) {
  .ce_faq {
    margin-top: 100px;
  }
}
.ce_faq .headline {
  margin-top: 50px;
  margin-bottom: 50px;
}
.ce_faq .headline h1 {
  font-size: 50px;
  font-weight: 400;
  margin-bottom: 25px;
}
@media (max-width: 768px) {
  .ce_faq .headline h1 {
    font-size: 30px;
  }
}
.ce_faq .headline h1 span {
  color: #C00D0D;
}
.ce_faq .categories .category .inner {
  background: #F5F9F7;
  padding: 35px 35px;
}
.blog-2 .ce_faq .categories .category .inner {
  background: #F5F5F5;
}
.ce_faq .categories .category .inner .main_category {
  color: #C00D0D;
  font-weight: 500;
  font-size: 22px;
  margin-bottom: 25px;
  position: relative;
}
.ce_faq .categories .category .inner .main_category:after {
  content: '';
  height: 1px;
  width: 100%;
  background: #707070;
  display: inline-block;
}
.ce_faq .categories .category .inner .sub_categories .sub_category {
  font-weight: 500;
  line-height: 34px;
  cursor: pointer;
}
.ce_faq .categories .category .inner .sub_categories .sub_category.active {
  color: #C00D0D;
}
.ce_faq .search {
  margin-bottom: 50px;
}
.ce_faq .search input.search {
  height: 60px;
  line-height: 60px;
  border-radius: 5px;
  width: 500px;
  max-width: 100%;
  border: 1px solid #C1C1C1;
  text-align: center;
  font-weight: 300;
  background: url(/wp-content/uploads/icon-search.svg) right 25px center no-repeat;
}
.ce_faq .faqs h2 {
  font-size: 40px;
  font-weight: 400;
  color: #C00D0D;
  line-height: 65px;
  border-bottom: 1px solid #C00D0D;
  margin-top: 70px;
}
@media (max-width: 768px) {
  .ce_faq .faqs h2 {
    font-size: 30px;
  }
}
.ce_faq .faqs .part {
  padding: 0 20px 0 20px;
  border-bottom: 1px solid #D8D8D8;
}
@media (max-width: 768px) {
  .ce_faq .faqs .part {
    padding-left: 0;
  }
}
.ce_faq .faqs .part .question {
  padding: 14px 0;
  font-weight: 500;
  cursor: pointer;
  position: relative;
}
.ce_faq .faqs .part .question:before {
  content: '';
  position: absolute;
  right: 6px;
  top: 50%;
  margin-top: -7px;
  width: 2px;
  height: 14px;
  background: black;
}
.ce_faq .faqs .part .question:after {
  content: '';
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -1px;
  width: 14px;
  height: 2px;
  background: black;
}
.ce_faq .faqs .part .question.active:before {
  display: none;
}
.ce_faq .faqs .part .answer {
  display: none;
}
.ce_faq .faqs .part .answer p {
  font-weight: 300;
  line-height: 34px;
}
@media (max-width: 768px) {
  .ce_about_us.with-video .banner img {
    opacity: 0;
  }
}
.ce_about_us .banner {
  position: relative;
}
.ce_about_us .banner .unmute-button {
  position: absolute;
  right: 20px;
  top: 50%;
  margin-top: -15px;
  width: 50px;
  height: 50px;
  border: 3px solid white;
  border-radius: 100%;
  cursor: pointer;
  text-align: center;
}
.ce_about_us .banner .unmute-button svg {
  height: 25px;
  position: relative;
  top: 10px;
}
.ce_about_us .banner .unmute-button svg path {
  fill: white;
}
@media (max-width: 768px) {
  .ce_about_us .banner video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
  }
}
@media (min-width: 768px) {
  .ce_about_us .banner video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}
.ce_about_us .banner .text {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}
@media (max-width: 768px) {
  .ce_about_us .banner .text {
    position: relative;
    margin-top: -50px;
  }
}
.ce_about_us .banner .text h1 {
  margin-top: 200px;
  margin-bottom: 10px;
  font-size: 50px;
  font-weight: 400;
}
@media (max-width: 768px) {
  .ce_about_us .banner .text h1 {
    font-size: 30px;
    margin-top: 50px;
  }
}
.ce_about_us .banner .text .subline {
  font-size: 28px;
  font-weight: 500;
}
@media (max-width: 768px) {
  .ce_about_us .banner .text .subline {
    font-size: 22px;
    margin-bottom: 40px;
  }
}
.ce_about_us .banner:before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: 0.55;
  mix-blend-mode: multiply;
}
.ce_about_us .intro {
  background: #F5F9F7;
  padding: 65px;
  padding-bottom: 240px;
  font-weight: 500;
  font-size: 22px;
}
.blog-2 .ce_about_us .intro {
  background: #F5F5F5;
}
@media (max-width: 768px) {
  .ce_about_us .intro {
    padding-top: 40px;
    padding-bottom: 150px;
  }
}
.ce_about_us .grid h2,
.ce_about_us .grid h3 {
  font-size: 40px;
  font-weight: 400;
  position: relative;
}
@media (min-width: 991px) {
  .ce_about_us .grid h2,
  .ce_about_us .grid h3 {
    top: 32px;
  }
}
.ce_about_us .grid h2:after,
.ce_about_us .grid h3:after {
  content: '';
  height: 2px;
  width: 121px;
  display: block;
  margin: 40px auto 40px auto;
  background: #C00D0D;
}
.ce_about_us .grid p {
  font-weight: 300;
  line-height: 34px;
}
.ce_about_us .grid .top {
  margin-top: -181px;
}
@media (max-width: 1254px) {
  .ce_about_us .grid .top {
    margin-top: -165px;
  }
}
@media (max-width: 1199px) {
  .ce_about_us .grid .top {
    margin-top: -133px;
  }
}
.ce_about_us .grid .top p {
  position: relative;
}
.ce_about_us .grid .top p img {
  width: 200px;
  max-width: 100%;
}
@media (min-width: 991px) {
  .ce_about_us .grid .top p {
    top: 30px;
  }
}
.ce_about_us .grid .top img {
  border-radius: 100%;
  width: 400px;
  max-width: 100%;
}
.ce_about_us .grid .bottom {
  margin-top: 60px;
}
.ce_about_us .grid .bottom .img_2 {
  max-width: 100%;
  margin-top: 30px;
  margin-bottom: 30px;
}
@media (min-width: 991px) {
  .ce_about_us .grid .bottom .img_2 {
    width: 380px;
  }
}
.ce_about_us .grid .bottom .img_3 {
  margin-top: 70px;
}
.ce_about_us .grid .bottom p {
  max-width: 360px;
  margin: 0 auto;
}
.ce_about_us .grid .bottom p img {
  width: 100px;
  max-width: 100%;
}
.ce_furniture .banner {
  position: relative;
}
.ce_furniture .banner .text {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}
@media (max-width: 768px) {
  .ce_furniture .banner .text {
    position: relative;
  }
}
.ce_furniture .banner .text h1 {
  margin-top: 200px;
  margin-bottom: 10px;
  font-size: 50px;
  font-weight: 400;
}
.ce_furniture .banner .text h1 span {
  color: #C00D0D;
}
@media (max-width: 768px) {
  .ce_furniture .banner .text h1 {
    font-size: 30px;
    margin-top: 50px;
  }
}
.ce_furniture .banner .text .subline {
  font-size: 28px;
  font-weight: 500;
}
@media (max-width: 768px) {
  .ce_furniture .banner .text .subline {
    font-size: 22px;
    margin-bottom: 40px;
  }
}
.ce_furniture .banner:before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: linear-gradient(to bottom,rgba(255,255,255,0.55),rgba(255,255,255,0));
  opacity: 0.55;
  mix-blend-mode: multiply;
}
.ce_furniture .intro {
  background: #F5F9F7;
  padding-top: 70px;
  padding-bottom: 70px;
}
.blog-2 .ce_furniture .intro {
  background: #F5F5F5;
}
.ce_furniture .intro .headline_subline {
  padding-left: 50px;
  position: relative;
}
.ce_furniture .intro .headline_subline:before {
  content: '';
  position: absolute;
  left: 15px;
  top: 8px;
  width: 18px;
  height: 59px;
  background: url('/wp-content/uploads/hl_before.png') center center no-repeat;
  background-size: cover !important;
}
.ce_furniture .intro .headline_subline .headline_2 {
  font-size: 28px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .05em;
}
.ce_furniture .intro .headline_subline .subline_2 {
  font-size: 25px;
}
.ce_furniture .intro .headline_subline .subline_2 span {
  color: #C00D0D;
}
.ce_furniture .intro .text {
  margin-top: 35px;
}
.ce_furniture .intro .text p {
  font-weight: 300;
}
.ce_furniture .intro .text p:last-of-type {
  margin-bottom: 0;
}
.ce_furniture .intro .text p strong {
  text-transform: uppercase;
  position: relative;
  margin-top: 40px;
  display: block;
}
.ce_furniture .intro_2 {
  padding-top: 70px;
  padding-bottom: 70px;
}
.ce_furniture .intro_2 .headline_3 {
  font-size: 40px;
  font-weight: 400;
  position: relative;
}
.ce_furniture .intro_2 .headline_3 span {
  color: #C00D0D;
}
.ce_furniture .intro_2 .headline_3:after {
  content: '';
  width: 120px;
  height: 2px;
  background: #C00D0D;
  position: relative;
  display: block;
  margin-top: 30px;
  margin-bottom: 40px;
}
.ce_furniture .intro_2 .text {
  font-weight: 300;
}
#nav-side-outer {
  width: 30px;
  position: fixed;
  right: 50px;
  top: 180px;
  transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  z-index: 1;
}
@media (max-height: 950px) {
  #nav-side-outer {
    display: none;
  }
}
#nav-side-outer #nav-side {
  width: 1000px;
  display: none;
}
#nav-side-outer #nav-side .sub-item {
  display: inline-block;
  font-size: 12px;
  margin-right: 30px;
  cursor: pointer;
  position: relative;
}
#nav-side-outer #nav-side .sub-item:after {
  content: '';
  width: 15px;
  height: 1px;
  background: #707070;
  position: absolute;
  top: 50%;
  right: -22px;
}
#nav-side-outer #nav-side .sub-item:last-of-type {
  margin-right: 0;
}
#nav-side-outer #nav-side .sub-item:last-of-type:after {
  display: none;
}
#nav-side-outer #nav-side .sub-item span {
  font-size: 20px;
  font-weight: 500;
  text-align: center;
  transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  width: 25px;
  height: 36px;
  display: inline-block;
}
#nav-side-outer #nav-side .sub-item.active {
  color: #C00D0D;
}
.ce_slider_fullscreen .wrapper {
  position: relative;
  background-size: cover !important;
  display: none;
}
@media (max-width: 991px) {
  .ce_slider_fullscreen .wrapper {
    background-position: right center !important;
    padding-bottom: 0;
  }
}
.ce_slider_fullscreen .wrapper.active {
  display: block;
}
.ce_slider_fullscreen .wrapper:after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 50%;
  background: #F5F5F5;
  opacity: .9;
  z-index: 0;
}
@media (max-width: 991px) {
  .ce_slider_fullscreen .wrapper:after {
    width: 100%;
    bottom: 0;
  }
}
.ce_slider_fullscreen .content {
  text-align: center;
  position: relative;
  z-index: 1;
  padding-top: 50px;
  padding-bottom: 50px;
}
@media (max-width: 991px) {
  .ce_slider_fullscreen .content {
    padding-top: 40px;
    padding-bottom: 0px;
  }
}
@media (max-width: 1180px) {
  .ce_slider_fullscreen .content {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
.ce_slider_fullscreen .content .headline {
  font-size: 32px;
  line-height: 43px;
  font-weight: 500;
  color: #C00D0D;
  margin-bottom: 35px;
}
.ce_slider_fullscreen .content .text {
  font-size: 18px;
  font-weight: 300;
  line-height: 34px;
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .ce_slider_fullscreen .content .text {
    font-size: 16px;
    line-height: 30px;
  }
}
.ce_slider_fullscreen .content .icon {
  width: 280px;
  display: inline-block;
}
.ce_slider_fullscreen .content .nav-dots {
  margin-top: 20px;
  text-align: center;
}
.ce_slider_fullscreen .content .nav-dots .nav-dot {
  display: inline-block;
  width: 32px;
  height: 3px;
  border-radius: 0px;
  background: white;
  cursor: pointer;
  margin: 0 5px;
}
.ce_slider_fullscreen .content .nav-dots .nav-dot.active {
  background: #C00D0D;
}
.ce_slider_fullscreen .half-image-container-outer {
  position: relative;
  z-index: 2;
}
.ce_slider_fullscreen .half-image-container-outer .half-image-container {
  background-position: right center !important;
  background-size: 200% 100% !important;
  width: 100%;
  height: 300px;
}
.ce_circle_icons {
  margin-top: 100px;
  margin-bottom: 100px;
}
@media (min: 991px) {
  .ce_circle_icons .part {
    padding-right: 40px;
  }
}
.ce_circle_icons .part .image_wrapper {
  margin-bottom: 20px;
  position: relative;
  display: inline-block;
}
.ce_circle_icons .part .image_wrapper .image {
  width: 133px;
  border-radius: 100%;
  height: 133px;
}
.ce_circle_icons .part .image_wrapper .icon {
  width: 70px;
  border-radius: 100%;
  position: absolute;
  right: -35px;
  bottom: -10px;
  border: 1px solid rgba(0,0,0,0.1);
}
.ce_circle_icons .part .headline {
  color: #C00D0D;
  font-size: 21px;
  font-weight: 500;
  line-height: 24px;
  margin-bottom: 20px;
}
.ce_circle_icons .part .text {
  font-size: 15px;
  font-weight: 300;
  line-height: 24px;
}
.ce_tabs .inner {
  overflow-x: scroll;
}
@media (min-width: 991px) {
  .ce_tabs .inner {
    scrollbar-width: none;
  }
}
@media (max-width: 991px) {
  .ce_tabs .inner {
    margin-bottom: 30px !important;
  }
}
.ce_tabs ::-webkit-scrollbar {
  height: 4px;
  margin-bottom: 30px;
}
.ce_tabs ::-webkit-scrollbar-track {
  background: #e0e0e0;
}
.ce_tabs ::-webkit-scrollbar-thumb {
  background: #C00D0D;
}
.ce_tabs .tabs-nav {
  min-width: 991px;
}
@media (max-width: 991px) {
  .ce_tabs .tabs-nav {
    margin-bottom: 10px !important;
  }
}
.ce_tabs .tabs-nav .tabs-nav-item {
  cursor: pointer;
}
.ce_tabs .tabs-nav .tabs-nav-item img {
  height: 80px;
  width: auto;
  display: block;
  margin: 0 0 20px 0;
}
.ce_tabs .tabs-nav .tabs-nav-item .topline {
  color: #C00D0D;
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 10px;
}
.ce_tabs .tabs-nav .tabs-nav-item .headline {
  font-size: 18px;
  font-weight: 500;
  padding-bottom: 15px;
}
.ce_tabs .tabs-nav .tabs-nav-item.active .inside {
  position: relative;
  display: inline-block;
}
.ce_tabs .tabs-nav .tabs-nav-item.active .inside:before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: -2px;
  height: 2px;
  background: #C00D0D;
}
.ce_tabs .tabs-nav .tabs-nav-item.active .inside:after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 2px;
  height: 2px;
  background: #C00D0D;
}
.ce_tabs .tabs-content .tabs-content-item {
  display: none;
}
.ce_tabs .tabs-content .tabs-content-item.active {
  display: block;
}
.ce_tabs .tabs-content p {
  font-weight: 300;
}
.ce_banner {
  height: auto;
  max-height: 100vh;
  overflow: hidden;
  background-size: cover !important;
  text-align: center;
  position: relative;
}
.ce_banner .container {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}
.ce_banner video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.ce_banner h1,
.ce_banner h2,
.ce_banner h3,
.ce_banner h4 {
  font-size: 40px;
  font-weight: 400;
  margin-top: 180px;
  margin-bottom: 25px;
}
.ce_banner h1 span,
.ce_banner h2 span,
.ce_banner h3 span,
.ce_banner h4 span {
  color: #C00D0D;
}
@media (max-width: 991px) {
  .ce_banner h1,
  .ce_banner h2,
  .ce_banner h3,
  .ce_banner h4 {
    font-size: 30px;
    margin-top: 130px;
    margin-bottom: 25px;
  }
}
.ce_banner .subline {
  font-weight: 500;
  color: #C00D0D;
  font-size: 25px;
}
@media (max-width: 991px) {
  .ce_banner .subline {
    font-size: 22px;
  }
}
.ce_banner .manschette-outer {
  position: absolute;
  bottom: 0;
}
.ce_banner .manschette {
  background: #0D6905;
  position: absolute;
  bottom: 0;
  width: 150px;
  left: 23%;
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
  color: white;
  font-weight: 700;
  text-transform: uppercase;
  padding: 25px 25px 60px 25px;
  text-align: left;
  line-height: 1.2em;
}
.ce_banner .manschette svg {
  float: right;
  margin-bottom: 22px;
}
.ce_banner .manschette span {
  font-size: 30px;
  display: block;
  margin-bottom: 25px;
}
@media (max-width: 991px) {
  .ce_banner .manschette span {
    font-size: 16px;
    margin-bottom: 10px;
  }
}
@media (max-width: 991px) {
  .ce_banner .manschette {
    right: 50px;
    padding: 15px 15px 60px 15px;
    width: 120px;
    font-size: 12px;
  }
}
@media (max-width: 768px) {
  .ce_banner .manschette {
    right: 15px;
    display: none;
  }
}
@media (max-width: 991px) {
  .ce_banner {
    min-height: 90vh;
  }
  .ce_banner img {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    z-index: 0;
  }
}
.product .product-top-outer {
  background: #F5F9F7;
  margin-top: -100px;
  padding-top: 100px;
  transition: .3s;
  padding-bottom: 100px;
}
@media (max-width: 1290px) {
  .product .product-top-outer {
    padding-bottom: 30px;
  }
}
.product .product-top {
  position: relative;
}
@media (min-width: 991px) {
  .product .product-top {
    max-width: 90%;
  }
}
.product .product-top .left {
  margin-top: 175px;
}
@media (max-width: 1290px) {
  .product .product-top .left {
    margin-top: 180px;
  }
}
.product .product-top .left .woocommerce-product-gallery {
  margin-bottom: 20px;
}
@media (max-width: 991px) {
  .product .product-top .left {
    margin-top: 100px;
  }
  .product .product-top .left .woocommerce-product-gallery {
    margin-bottom: 0;
  }
}
.product .product-top .left .extraicon {
  width: 110px;
  height: auto;
  position: absolute;
  top: -50px;
  left: 15px;
}
@media (max-width: 991px) {
  .product .product-top .left .extraicon {
    top: -20px;
  }
}
@media (max-width: 768px) {
  .product .product-top .left .extraicon {
    width: 60px;
  }
}
.product .product-top .right {
  top: 160px;
}
@media (max-width: 1290px) {
  .product .product-top .right {
    top: 110px;
  }
}
.product .product-top .woocommerce-product-gallery__wrapper {
  position: relative;
}
.product .product-top .woocommerce-product-gallery__wrapper .trigger-gallery {
  position: absolute;
  right: 10px;
  bottom: 5px;
  background: rgba(255,255,255,0.8);
  padding: 3px 10px 5px 10px;
  cursor: pointer;
}
@media (max-width: 768px) {
  .product .product-top .woocommerce-product-gallery__wrapper .trigger-gallery {
    bottom: -5px;
  }
}
.product .product-top .woocommerce-product-gallery__wrapper .trigger-gallery span {
  font-size: 14px;
  line-height: 14px;
  display: inline-block;
  vertical-align: middle;
}
.product .product-top .woocommerce-product-gallery__wrapper .trigger-gallery svg {
  display: inline-block;
  vertical-align: middle;
  height: 18px;
}
.product .product-top .entry-summary {
  width: 100%;
  display: inline-block;
  margin-top: 15px;
  margin-bottom: 45px;
}
@media (max-width: 1290px) {
  .product .product-top .entry-summary {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .product .product-top .entry-summary {
    margin-bottom: 20px;
  }
}
.product .product-top .entry-summary p.price,
.product .product-top .entry-summary .product_meta {
  display: none;
}
.product .product-top .entry-summary .woocommerce-variation-price {
  color: #0D6905;
  font-weight: 500;
  font-size: 30px;
  text-align: left;
}
.blog-2 .product .product-top .entry-summary .woocommerce-variation-price {
  color: black;
}
.product .product-top .entry-summary .woocommerce-variation-price:after {
  content: 'Incl. VAT';
  display: block;
  font-size: 11px;
  font-weight: 400;
  color: #000000;
}
.blog-2 .product .product-top .entry-summary .woocommerce-variation-price:after {
  content: 'Inkl. MwSt.';
}
.product .product-top .entry-summary .woocommerce-variation-add-to-cart {
  margin-top: 22px;
}
.product .product-top .entry-summary .woocommerce-variation-add-to-cart:after {
  content: "";
  clear: both;
  display: table;
}
.product .product-top .entry-summary .woocommerce-variation-add-to-cart .quantity {
  width: calc(30% - 9px);
  float: left;
  display: none !important;
}
.product .product-top .entry-summary .woocommerce-variation-add-to-cart .quantity input {
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  background: white;
  line-height: 54px;
  border-radius: 3px;
  text-align: center;
}
.product .product-top .entry-summary .woocommerce-variation-add-to-cart .quantity input:focus {
  outline: none;
}
.product .product-top .entry-summary .woocommerce-variation-add-to-cart .quantity input::-webkit-outer-spin-button,
.product .product-top .entry-summary .woocommerce-variation-add-to-cart .quantity input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.product .product-top .entry-summary .woocommerce-variation-add-to-cart .quantity input[type=number] {
  -moz-appearance: textfield;
}
.product .product-top .entry-summary .woocommerce-variation-add-to-cart button {
  width: calc(100%);
  float: right;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  line-height: 50px;
  background: #0D6905;
  border-radius: 5px;
  color: white;
  font-weight: 400;
  font-size: 18px;
  cursor: pointer;
  border: 1px solid #0D6905;
  transition: .3s;
  -webkit-transition: .3s;
}
.blog-2 .product .product-top .entry-summary .woocommerce-variation-add-to-cart button {
  background: #7f4d68;
  border-color: #7f4d68;
}
.product .product-top .entry-summary .woocommerce-variation-add-to-cart button svg {
  margin-right: 14px;
  position: relative;
  top: 1px;
}
.product .product-top .entry-summary .woocommerce-variation-add-to-cart button svg path {
  transition: .3s;
}
.product .product-top .entry-summary .woocommerce-variation-add-to-cart button:hover {
  background: #ffffff;
  color: #0D6905;
}
.blog-2 .product .product-top .entry-summary .woocommerce-variation-add-to-cart button:hover {
  color: #7f4d68;
}
.product .product-top .entry-summary .woocommerce-variation-add-to-cart button:hover svg path {
  fill: #0D6905;
}
.blog-2 .product .product-top .entry-summary .woocommerce-variation-add-to-cart button:hover svg path {
  fill: #7f4d68;
}
.product .product-top .entry-summary .product_title {
  font-size: 30px;
  font-weight: 700;
  line-height: 32px;
  margin: 0;
  margin-bottom: 10px;
  letter-spacing: .1em;
  position: relative;
}
@media (min-width: 1290px) {
  .product .product-top .entry-summary .product_title {
    font-size: 45px;
    line-height: 45px;
  }
}
.product .product-top .entry-summary .woocommerce-product-details__short-description {
  margin-bottom: 40px;
}
.product .product-top .entry-summary .woocommerce-product-details__short-description span {
  color: #C00D0D;
}
@media (max-width: 1400px) {
  .product .product-top .entry-summary .woocommerce-product-details__short-description {
    margin-bottom: 20px;
  }
}
.product .product-top .entry-summary .woocommerce-product-details__short-description p {
  margin: 0;
  line-height: 1.1em;
}
.product .product-top .entry-summary .woocommerce-product-details__short-description p strong {
  font-weight: 400;
  color: #C00D0D;
}
.product .product-top .entry-summary .config-info {
  font-size: 16px;
  font-weight: 300;
  margin-bottom: 10px;
}
@media (max-width: 1400px) {
  .product .product-top .entry-summary .config-info {
    font-size: 13px;
  }
}
.product .product-top .entry-summary .variations,
.product .product-top .entry-summary .variation-option {
  display: none;
}
.product .product-top .entry-summary .variations-extra {
  width: calc(100% - 10px);
  display: grid;
  grid-template-columns: 50% 50%;
  gap: 5px;
  margin-bottom: 10px;
}
.product .product-top .entry-summary .variations-extra .trigger-popup {
  cursor: pointer;
}
.product .product-top .entry-summary .variations-extra div.trigger-popup {
  grid-column: span 1;
  height: auto;
  background: white;
  border: 1px solid #C7C7C7;
  border-radius: 3px;
  font-size: 14px;
  padding: 10px 25px 10px 10px;
  cursor: pointer;
  position: relative;
  transition: .3s;
}
.product .product-top .entry-summary .variations-extra div.trigger-popup:hover {
  border-color: #505050;
}
@media (min-width: 1280px) {
  .product .product-top .entry-summary .variations-extra div.trigger-popup {
    padding: 15px 25px 15px 10px;
  }
}
.product .product-top .entry-summary .variations-extra div.trigger-popup:after {
  content: '';
  position: absolute;
  right: 10px;
  top: 0;
  width: 10px;
  height: 10px;
  border-right: 1px solid black;
  border-bottom: 1px solid black;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  top: 50%;
  margin-top: -4px;
}
.product .product-top .entry-summary .variations-extra div.trigger-popup.done:after {
  width: 8px;
  height: 15px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  margin-top: -8px;
  border-right: 2px solid black;
  border-bottom: 2px solid black;
}
.product .product-top .entry-summary .variations-extra div.trigger-popup .top {
  margin-bottom: 0;
  display: inline-block;
  vertical-align: middle;
}
.product .product-top .entry-summary .variations-extra div.trigger-popup .top .icon {
  display: inline-block;
  width: 25px;
  height: 28px;
  line-height: 25px;
  vertical-align: middle;
  margin-right: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.product .product-top .entry-summary .variations-extra div.trigger-popup .top .icon svg {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
}
.product .product-top .entry-summary .variations-extra div.trigger-popup .bottom {
  font-size: 12px;
  display: inline-block;
  vertical-align: middle;
}
.product .product-top .entry-summary .variations-extra div.trigger-popup .bottom span {
  display: block;
  margin-left: 0;
  font-weight: 300;
  margin-top: -3px;
}
@media (max-width: 768px) {
  .product .product-top .entry-summary .variations-extra div.trigger-popup .bottom span {
    font-size: 11px;
  }
}
.product .product-top .entry-summary .variations-extra div.trigger-popup.disabled {
  opacity: .5;
}
.product .product-top .entry-summary .variations-extra .variation-option {
  padding-bottom: 15px;
}
.product .product-top .entry-summary .variations-extra .variation-option.woocommerce-hardness-single {
  padding-bottom: 55px;
}
.product .product-top .entry-summary .variations-extra .variation-option:after {
  content: "";
  clear: both;
  display: table;
}
.product .product-top .entry-summary .variations-extra .variation-option label,
.product .product-top .entry-summary .variations-extra .variation-option select {
  font-size: 16px;
  font-weight: 300;
  float: left;
}
.product .product-top .entry-summary .variations-extra .variation-option label {
  position: relative;
  margin-bottom: 0;
  width: 45%;
}
.product .product-top .entry-summary .variations-extra .variation-option label:after {
  content: '';
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 0 5.5px 8px 5.5px;
  border-color: transparent transparent #000000 transparent;
  transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  position: absolute;
  right: -10px;
  top: 8px;
}
.product .product-top .entry-summary .variations-extra .variation-option select {
  position: relative;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  background: transparent;
  padding-left: 20px;
  width: 55%;
}
.product .product-top .entry-summary .variations-extra .variation-option select:focus {
  outline: none;
}
.product .product-top .entry-summary .variations {
  border-top-left-radius: 11px;
  border-top-right-radius: 11px;
  padding: 20px 20px 0 20px;
}
.product .product-top .entry-summary .additional-info {
  border-radius: 11px;
  padding: 0px 0 20px 0;
  width: 100%;
  background: rgba(246,246,246,0.9);
  margin-top: 25px;
  margin-bottom: 35px;
  text-align: center;
}
.product .product-top .entry-summary .additional-info .icon-quality {
  width: 100px;
  height: auto;
  text-align: center;
  display: inline-block;
  position: relative;
  margin-top: -50px;
  margin-bottom: 15px;
}
.product .product-top .entry-summary .additional-info ul {
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: left;
}
.product .product-top .entry-summary .additional-info ul li {
  font-size: 14px;
  margin-bottom: 15px;
  padding-left: 25px;
  position: relative;
}
@media (max-width: 1290px) {
  .product .product-top .entry-summary .additional-info ul li {
    margin-bottom: 10px;
  }
}
.product .product-top .entry-summary .additional-info ul li img {
  position: absolute;
  left: 0;
  top: 5px;
  width: 13px;
  height: 10px;
}
.product .product-top .entry-summary .additional-info ul li img.icon {
  position: relative;
  top: 0;
  width: 16px;
  height: 16px;
  margin-left: 5px;
  cursor: pointer;
}
.product .product-top .entry-summary .additional-info ul li:last-of-type {
  margin-bottom: 0;
}
.product .ce_gallery_sm,
.product .ce_gallery_mobile {
  position: relative;
  width: calc(100% - 45px);
}
@media (max-width: 991px) {
  .product .ce_gallery_sm,
  .product .ce_gallery_mobile {
    display: none;
  }
}
.product .ce_gallery_sm .gallery_sm,
.product .ce_gallery_mobile .gallery_sm {
  display: grid;
  grid-template-columns: 25% 25% 25% 25%;
  gap: 15px;
  width: 100%;
}
.product .ce_gallery_sm .gallery_sm .product-gal-half,
.product .ce_gallery_mobile .gallery_sm .product-gal-half {
  grid-column: span 2;
  aspect-ratio: 1.11764705882;
  position: relative;
}
.product .ce_gallery_sm .gallery_sm .product-gal-half.image-left,
.product .ce_gallery_mobile .gallery_sm .product-gal-half.image-left {
  border-top-left-radius: 15px;
  border-bottom-left-radius: 15px;
}
.product .ce_gallery_sm .gallery_sm .product-gal-half.image-right,
.product .ce_gallery_mobile .gallery_sm .product-gal-half.image-right {
  border-top-right-radius: 15px;
  border-bottom-right-radius: 15px;
}
.product .ce_gallery_sm .gallery_sm .product-gal-third,
.product .ce_gallery_mobile .gallery_sm .product-gal-third {
  grid-column: span 1;
  aspect-ratio: 0.588235294118;
  border-top-left-radius: 15px;
  border-bottom-left-radius: 15px;
}
.product .ce_gallery_sm .gallery_sm .product-gal-twothird,
.product .ce_gallery_mobile .gallery_sm .product-gal-twothird {
  grid-column: span 3;
  aspect-ratio: 1.61764705882;
  border-top-right-radius: 15px;
  border-bottom-right-radius: 15px;
}
.product .ce_gallery_sm .gallery_sm .product-gal-full,
.product .ce_gallery_mobile .gallery_sm .product-gal-full {
  grid-column: span 4;
  aspect-ratio: 1.75;
  border-radius: 15px;
}
.product .ce_gallery_sm .gallery_sm .image,
.product .ce_gallery_mobile .gallery_sm .image {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
}
.product .ce_gallery_sm .gallery_sm .image video,
.product .ce_gallery_mobile .gallery_sm .image video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.product .ce_gallery_sm .gallery_sm .image img,
.product .ce_gallery_mobile .gallery_sm .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.product .ce_gallery_sm .gallery-action,
.product .ce_gallery_mobile .gallery-action {
  position: absolute;
  bottom: 16px;
  width: 130px;
  left: 0;
  left: 50%;
  margin-left: -65px;
  background: white;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 300;
  text-align: center;
  border-radius: 5px;
  line-height: 36px;
  cursor: pointer;
  transition: .3s;
  border: 1px solid white;
}
.product .ce_gallery_sm .gallery-action:hover,
.product .ce_gallery_mobile .gallery-action:hover {
  border: 1px solid #0D6905;
  color: #0D6905;
}
@media (max-width: 991px) {
  .product .ce_gallery_sm .gallery-action,
  .product .ce_gallery_mobile .gallery-action {
    font-size: 10px;
    width: 80px;
    margin-left: -40px;
  }
}
.product .ce_gallery_sm .play-button {
  z-index: 3;
  position: absolute;
  right: 10px;
  bottom: 10px;
  width: 30px;
  height: 30px;
  border: 0 solid white;
  border-radius: 100%;
  cursor: pointer;
  text-align: center;
}
.product .ce_gallery_sm .play-button svg {
  height: 15px;
  position: relative;
  top: 0px;
}
.product .ce_gallery_sm .play-button svg path {
  fill: white;
}
.product .ce_gallery_sm .play-button .play {
  display: none;
}
.product .ce_gallery_sm .gallery_sm .show_more_images {
  position: absolute;
  bottom: 16px;
  width: 170px;
  left: 0;
  left: 50%;
  margin-left: -85px;
  background: white;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 300;
  text-align: center;
  border-radius: 5px;
  line-height: 36px;
  cursor: pointer;
  transition: .3s;
  border: 1px solid white;
  padding-left: 20px;
}
.product .ce_gallery_sm .gallery_sm .show_more_images:before {
  content: '';
  width: 10px;
  height: 10px;
  border-top: 1px solid black;
  border-right: 1px solid black;
  position: absolute;
  left: 0;
  top: 0;
  transform: rotate(135deg);
  left: 15px;
  top: 50%;
  margin-top: -9px;
}
.product .ce_gallery_sm .gallery_sm .show_more_images:hover {
  border: 1px solid #0D6905;
  color: #0D6905;
}
.product .ce_gallery_sm .gallery_sm .image:nth-of-type(n+6) {
  display: none;
}
.product .ce_gallery_sm.active .image:nth-of-type(n+6) {
  display: block;
}
.product .ce_gallery_sm.active .show_less_images {
  display: block;
}
.product .ce_gallery_sm.active .show_more_images {
  display: none;
}
.product .ce_gallery_sm .show_less_images {
  position: relative;
  width: 170px;
  background: white;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 300;
  text-align: center;
  border-radius: 5px;
  line-height: 36px;
  cursor: pointer;
  transition: .3s;
  border: 1px solid white;
  padding-left: 20px;
  display: none;
  margin: 20px auto 0 auto;
}
.product .ce_gallery_sm .show_less_images:before {
  content: '';
  width: 10px;
  height: 10px;
  border-top: 1px solid black;
  border-right: 1px solid black;
  position: absolute;
  left: 0;
  top: 0;
  transform: rotate(-45deg);
  left: 15px;
  top: 50%;
  margin-top: -3px;
}
.product .ce_gallery_sm .show_less_images:hover {
  border: 1px solid #0D6905;
  color: #0D6905;
}
.product .ce_gallery_mobile {
  display: none;
}
@media (max-width: 991px) {
  .product .ce_gallery_mobile {
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: white;
    z-index: 9999;
    width: 100%;
    overflow: scroll;
    padding: 50px 0;
  }
  .product .ce_gallery_mobile .closer {
    position: absolute;
    top: 0;
    right: 0px;
    width: 50px;
    height: 50px;
    cursor: pointer;
  }
  .product .ce_gallery_mobile .closer:before,
  .product .ce_gallery_mobile .closer:after {
    content: '';
    position: absolute;
    left: 25px;
    top: 15px;
    height: 25px;
    width: 1px;
    background-color: #C00D0D;
  }
  .product .ce_gallery_mobile .closer:before {
    transform: rotate(45deg);
  }
  .product .ce_gallery_mobile .closer:after {
    transform: rotate(-45deg);
  }
  .product .ce_gallery_mobile .gallery_sm {
    background: white;
    width: calc(100% - 75px);
    margin-left: 15px;
  }
  .product .ce_gallery_mobile .image .play-button {
    z-index: 3;
    position: absolute;
    top: 50%;
    margin-top: -30px;
    left: 50%;
    margin-left: -30px;
    width: 60px;
    height: 60px;
    border: 3px solid white;
    border-radius: 100%;
    cursor: pointer;
    text-align: center;
  }
  .product .ce_gallery_mobile .image .play-button svg {
    height: 35px;
    position: relative;
    top: 10px;
  }
  .product .ce_gallery_mobile .image .play-button svg path {
    fill: white;
  }
  .product .ce_gallery_mobile .image .play-button .pause {
    display: none;
  }
}
.product .woocommerce-nachttisch,
.product .woocommerce-schlafsystem,
.product .woocommerce-matratzen,
.product .woocommerce-hardness {
  position: relative;
}
.product .woocommerce-nachttisch .trigger-popup,
.product .woocommerce-schlafsystem .trigger-popup,
.product .woocommerce-matratzen .trigger-popup,
.product .woocommerce-hardness .trigger-popup {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: transparent;
  cursor: pointer;
  z-index: 1;
}
#overlay-accesories .extra-product .quantity-selector {
  display: flex;
  align-items: center;
  justify-content: center;
}
#overlay-accesories .quantity-selector button {
  width: 28px;
  height: 28px;
  background-color: transparent;
  cursor: pointer;
  font-size: 16px;
  line-height: 27px;
  text-align: center;
  border: none;
  padding: 0;
  display: inline-block;
}
#overlay-accesories .quantity-selector button:focus {
  outline: none;
  box-shadow: none;
}
#overlay-accesories .quantity-selector input.extra-product-quantity {
  width: 40px;
  height: 28px;
  text-align: center;
  border: none;
  background: transparent;
  font-weight: bold;
  -moz-appearance: textfield;
  display: block !important;
}
#overlay-accesories .quantity-selector input[type=number]::-webkit-inner-spin-button,
#overlay-accesories .quantity-selector input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
#overlay-accesories .extra-product {
  cursor: pointer;
  border: 1px solid #C7C7C7;
  border-radius: 3px;
  transition: .3s;
  -webkit-transition: .3s;
}
#overlay-accesories .extra-product input {
  display: none;
}
#overlay-accesories .extra-product .checkmark {
  position: absolute;
  width: 26px;
  height: 26px;
  border-radius: 3px;
  border: 1px solid #000000;
  display: inline-block;
  right: 25px;
  top: 50%;
  margin-top: -13px;
}
#overlay-accesories .extra-product.selected .checkmark:after {
  content: '';
  position: absolute;
  top: 4px;
  right: 4px;
  bottom: 4px;
  left: 4px;
  background: #C00D0D;
}
#overlay-accesories .extra-product .info .price {
  font-weight: 300;
}
@media (max-width: 768px) {
  #overlay-accesories .extra-product {
    padding: 10px;
  }
  #overlay-accesories .extra-product .checkmark {
    right: 15px;
  }
  #overlay-accesories .extra-product .info {
    font-size: 15px;
  }
}
.video-full {
  margin-top: 80px;
}
@media (max-width: 768px) {
  .video-full {
    margin-top: 40px;
  }
}
.video-full video {
  width: 100%;
  height: auto;
  display: block;
}
.fslightbox-container {
  background: white !important;
}
.fslightbox-container .fslightbox-slide-number-container {
  color: black;
}
.fslightbox-container .fslightbox-slash {
  background: black;
}
.fslightbox-container img {
  background: white;
}
.radio-item {
  display: block;
  position: relative;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 1px solid #C7C7C7;
  border-radius: 3px;
  margin-bottom: 10px;
  transition: .3s;
  -webkit-transition: .3s;
}
.radio-item:hover {
  border-color: #505050;
}
.radio-item.disabled {
  opacity: .5;
}
.radio-item input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.radio-item .checkmark {
  width: 26px;
  height: 26px;
  border-radius: 100%;
  border: 1px solid #000000;
  display: inline-block;
  position: absolute;
  right: 20px;
  top: 50%;
  margin-top: -13px;
}
@media (max-width: 768px) {
  .radio-item .checkmark {
    right: 10px;
  }
}
.radio-item label {
  padding-left: 0;
  position: relative;
  font-weight: 300;
  cursor: pointer;
  margin-bottom: 0;
  padding: 20px 20px;
  width: 100%;
}
@media (max-width: 768px) {
  .radio-item label {
    padding: 10px 10px;
    font-size: 16px;
  }
}
.radio-item label .ls-title {
  font-weight: 400;
}
.radio-item label .ls-title span {
  margin-top: -4px;
  margin-bottom: 8px;
}
.radio-item label .ls-add-price {
  font-size: 16px;
  position: absolute;
  top: 10px;
  right: 25px;
  background: white;
  padding: 5px 10px;
  border-radius: 4px;
  -webkit-box-shadow: -8px 5px 23px -16px #42445a;
  -moz-box-shadow: -8px 5px 23px -16px #42445a;
  box-shadow: -8px 5px 23px -16px #42445a;
}
.radio-item label span {
  display: block;
  font-size: 30px;
  font-weight: 500;
}
@media (max-width: 768px) {
  .radio-item label span {
    font-size: 17px;
  }
}
.radio-item label span.price-addon {
  font-size: 18px;
  font-weight: 300;
  margin-left: 10px;
  display: inline-block;
}
.radio-item input:checked ~ .checkmark {
  border: 6px solid #C00D0D;
}
.radio-item input:disabled ~ .checkmark {
  opacity: .3;
}
.radio-item.radio-image {
  width: calc(50% - 5px);
  float: left;
  border: none;
  border-radius: 3px;
  overflow: hidden;
  border: 1px solid #C7C7C7;
  transition: .3s;
}
.radio-item.radio-image:hover {
  border-color: #C00D0D;
}
.radio-item.radio-image label {
  padding: 0;
}
.radio-item.radio-image .checkmark {
  z-index: 9;
  background: white;
  border: none;
  top: unset;
  right: 15px;
  bottom: 15px;
}
@media (max-width: 768px) {
  .radio-item.radio-image .checkmark {
    right: 5px;
    bottom: 5px;
  }
}
.radio-item.radio-image input:disabled ~ label {
  opacity: .5;
}
.radio-item.radio-image:nth-of-type(2) {
  float: right;
}
.radio-item.mega .checkmark {
  position: absolute;
  z-index: 9;
  right: 20px;
  bottom: 20px;
  top: unset;
}
@media (max-width: 768px) {
  .radio-item.mega .checkmark {
    right: 10px;
    bottom: 10px;
  }
}
.radio-item.mega label {
  padding-right: 0;
  padding-top: 0;
}
.radio-item.mega .ls-price {
  font-weight: 700;
}
.radio-item.mega .ls-trigger-description {
  font-size: 16px;
}
@media (max-width: 768px) {
  .radio-item.mega .ls-trigger-description {
    font-size: 13px;
    white-space: nowrap;
  }
}
.radio-item.mega .short_chars {
  display: none;
  font-weight: 300;
  font-size: 14px;
  margin-bottom: 0;
  margin-top: 10px;
}
@media (max-width: 768px) {
  .radio-item.mega .short_chars {
    display: block;
  }
}
.radio-item.mega .short_chars::first-line {
  color: #C00D0D;
  font-weight: 400;
}
.radio-item.mega .chars {
  font-weight: 300;
  font-size: 16px;
  margin-bottom: 40px;
}
@media (max-width: 1290px) {
  .radio-item.mega .chars {
    margin-bottom: 20px;
    margin-top: 20px;
    font-size: 14px;
  }
}
@media (max-width: 768px) {
  .radio-item.mega .chars {
    display: none;
  }
}
.radio-item.mega .chars .char {
  margin-bottom: 15px;
}
@media (max-width: 1290px) {
  .radio-item.mega .chars .char {
    margin-bottom: 10px;
  }
}
@media (max-width: 768px) {
  .radio-item.mega .chars .char {
    margin-bottom: 0;
    font-size: 13px;
    white-space: nowrap;
  }
}
.radio-item.mega .chars .char .svg {
  display: inline-block;
  width: 40px;
  text-align: center;
  margin-right: 15px;
}
@media (max-width: 1290px) {
  .radio-item.mega .chars .char .svg {
    width: 30px;
    right: 10px;
  }
}
@media (max-width: 768px) {
  .radio-item.mega .chars .char .svg {
    width: 20px;
    margin-right: 8px;
  }
}
@media (max-width: 768px) {
  .radio-item.mega .chars .char:first-of-type {
    margin-bottom: 5px;
  }
  .radio-item.mega .chars .char:first-of-type .svg svg {
    width: 20px;
    height: 14px;
  }
  .radio-item.mega .chars .char:nth-of-type(2) .svg svg {
    width: 20px;
    position: relative;
    top: 2px;
  }
  .radio-item.mega .chars .char:nth-of-type(3) .svg svg {
    width: 13px;
    position: relative;
    top: 4px;
  }
}
.radio-item.polster {
  position: relative;
}
.radio-item.polster .ls-trigger-description {
  position: absolute;
  right: 10px;
  top: 10px;
  z-index: 9;
  background: white;
  padding: 5px;
  font-size: 12px;
  border-radius: 5px;
}
.radio-item.polster .ls-trigger-description.small,
.radio-item.polster .ls-trigger-description.latto {
  position: absolute;
  right: auto;
  top: auto;
  background: transparent;
  padding: 0;
  border-radius: 0;
}
.radio-item.polster .checkmark {
  position: absolute;
  z-index: 9;
  right: 20px;
  bottom: 20px;
  top: unset;
}
.radio-item.polster .ls-title {
  padding: 20px;
  padding-right: 40px;
  font-size: 16px;
}
.radio-item.polster label {
  padding: 0;
}
.img-comp-container {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.img-comp-container img {
  display: block;
  width: 100%;
  height: auto;
}
.img-comp-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  pointer-events: none;
}
.img-comp-overlay img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
}
.img-comp-slider {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 42px;
  background: transparent;
  cursor: ew-resize;
  z-index: 10;
}
.img-comp-slider:before {
  content: '';
  position: absolute;
  width: 2px;
  height: 100%;
  left: 50%;
  margin-left: -1px;
  background: #0D6905;
}
.img-comp-slider .inner {
  position: absolute;
  width: 42px;
  height: 42px;
  left: 0;
  top: 50%;
  margin-top: -21px;
  border: 2px solid #0D6905;
  border-radius: 21px;
}
.img-comp-slider .inner:before,
.img-comp-slider .inner:after {
  content: '';
  width: 0;
  height: 0;
  border: 6px inset transparent;
  position: absolute;
  top: 50%;
  margin-top: -6px;
}
.img-comp-slider .inner:before {
  border-right: 6px solid #005f27;
  left: 50%;
  margin-left: -17px;
}
.img-comp-slider .inner:after {
  border-left: 6px solid #005f27;
  right: 50%;
  margin-right: -17px;
}
.custom-select-wrapper {
  position: relative;
  width: 100%;
}
.custom-select-trigger,
.custom-option {
  justify-content: center;
  text-align: center;
}
.custom-select-trigger img,
.custom-option img {
  display: block;
  margin: 0 auto;
}
.custom-select-wrapper img {
  position: relative;
  height: 40px;
  width: auto;
}
.custom-select-wrapper span {
  position: absolute;
  bottom: 0px;
  font-size: 12px;
}
.custom-select-trigger {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  cursor: pointer;
  padding: 1rem 1rem;
  border: 1px solid #C7C7C7;
  border-radius: 6px;
  background-color: #fff;
}
.custom-select-wrapper.open .custom-options {
  display: block;
}
.custom-options {
  display: none;
  position: absolute;
  bottom: 100%;
  left: 0;
  right: 0;
  border: 1px solid #C7C7C7;
  bottom: none;
  background-color: white;
  z-index: 100;
}
.custom-option {
  padding: 0.75rem 1rem;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  cursor: pointer;
  transition: background 0.2s ease;
}
.custom-option:hover {
  background: #f2f2f2;
}
.custom-option img {
  height: 50px;
  width: auto;
}
.ls-description {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 80px;
  z-index: 99;
  background: #ffffff;
  margin: 0 0 0 auto;
  padding: 0;
  box-sizing: border-box;
  transform: translate(100vw,0px);
  -webkit-transform: translate(100vw,0px);
  transition: .5s;
  -webkit-transition: .5s;
  -webkit-box-shadow: -5px 0px 10px 0px rgba(0,0,0,0.25);
  -moz-box-shadow: -5px 0px 10px 0px rgba(0,0,0,0.25);
  box-shadow: -5px 0px 10px 0px rgba(0,0,0,0.25);
  overflow-y: scroll;
}
@media (max-width: 768px) {
  .ls-description {
    left: 35px;
  }
}
.ls-description.active {
  transform: translate(0px,0px);
  -webkit-transform: translate(0px,0px);
}
.ls-description .ls-trigger-description-close {
  position: absolute;
  top: 30px;
  left: 30px;
  width: 100px;
  height: auto;
  cursor: pointer;
}
.ls-description .ls-title,
.ls-description .text {
  padding: 30px;
}
.ls-description .ls-title {
  font-size: 34px;
  font-weight: 500;
}
.ls-description .ls-title span {
  display: inline-block;
  margin-left: .3em;
}
@media (max-width: 768px) {
  .ls-description .ls-title {
    font-size: 18px !important;
  }
}
.ls-description .text {
  padding-top: 0;
  font-size: 15px;
  font-weight: 300;
}
.ls-price {
  font-size: 16px;
  position: absolute;
  bottom: -47px;
  right: 80px;
}
@media (max-width: 768px) {
  .ls-price {
    font-size: 13px;
    white-space: nowrap;
  }
}
#overlay-matratzen .part:first-of-type {
  margin-bottom: 25px;
}
#overlay-matratzen .part label {
  margin-bottom: 0;
  display: inline-block;
  font-size: 14px;
}
#overlay-matratzen .part .checkmark {
  top: 50%;
  margin-top: -15px;
}
#overlay-matratzen .part .matrace {
  width: 90px;
  height: auto;
  margin: 0 30px 3px 20px;
}
@media (max-width: 768px) {
  #overlay-matratzen .part .matrace {
    width: 40px;
    margin: 0 10px 3px 0px;
  }
}
#overlay-hardness .selected .text-top {
  margin-bottom: 25px;
}
#overlay-hardness .selected .hl {
  color: #C00D0D;
  font-weight: 500;
  font-size: 23px;
  margin-bottom: 15px;
}
#overlay-hardness .selected .p {
  font-size: 17px;
  font-weight: 300;
  line-height: 22px;
}
#overlay-hardness .selected .choose-btn {
  text-align: center;
  width: 100%;
  text-transform: uppercase;
  color: black;
  margin-top: 12px;
  margin-bottom: 12px;
  line-height: 96px;
  border: 1px solid #C7C7C7;
  border-radius: 5px;
  font-size: 26px;
  font-weight: 300;
  cursor: pointer;
}
#overlay-hardness .selected .choose-btn.active {
  background: #F5F9F7;
  border-color: #C00D0D;
  animation: wobble 2s ease 1;
}
.blog-2 #overlay-hardness .selected .choose-btn.active {
  background: #F5F5F5;
}
@media (max-width: 768px) {
  #overlay-hardness .selected .choose-btn {
    line-height: 60px;
    font-size: 20px;
  }
}
#overlay-hardness .selected .back-btn {
  font-size: 16px;
  font-weight: 300;
  text-decoration: underline;
}
#overlay-hardness .selector label {
  font-size: 17px;
  font-weight: 300;
  line-height: 22px;
  white-space: nowrap;
}
#overlay-hardness .selector label.white {
  color: white;
}
@media (max-width: 768px) {
  #overlay-hardness .selector label {
    font-size: 14px;
  }
}
#overlay-hardness .selector .select-wrap {
  position: relative;
}
#overlay-hardness .selector .select-wrap svg {
  position: absolute;
  right: 10px;
  top: 50%;
  z-index: -1;
  margin-top: -3px;
}
#overlay-hardness .selector select {
  position: relative;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 1px solid #C00D0D;
  border-radius: 4px;
  background: transparent;
  padding-left: 10px;
  width: 100%;
  height: 50px;
  line-height: 50px;
  font-size: 18px;
  font-weight: 300;
}
#overlay-hardness .selector select:focus {
  outline: none;
}
#overlay-hardness .initial p,
#overlay-hardness .result p {
  font-weight: 300;
  font-size: 19px;
}
#overlay-hardness .initial p strong,
#overlay-hardness .result p strong {
  font-size: 22px;
  font-weight: 400;
}
@media (max-width: 768px) {
  #overlay-hardness .initial p,
  #overlay-hardness .result p {
    font-size: 14px;
  }
  #overlay-hardness .initial p strong,
  #overlay-hardness .result p strong {
    font-size: 16px;
  }
}
@keyframes wobble {
  0% {
    transform: translateY(0%);
  }
  15% {
    transform: translateY(-25%);
  }
  30% {
    transform: translateY(20%);
  }
  45% {
    transform: translateY(-15%);
  }
  60% {
    transform: translateY(10%);
  }
  75% {
    transform: translateY(-5%);
  }
  100% {
    transform: translateY(0%);
  }
}
.owl-nav button,
.owl-dots button {
  appearance: none;
  border: none;
  margin: 0;
  padding: 0;
  background: none;
  font-family: inherit;
  font-size: inherit;
  cursor: pointer;
  outline: none;
}
.woocommerce-tabs {
  margin-top: 75px;
  margin-bottom: 75px;
}
.woocommerce-tabs ul.tabs {
  list-style: none;
  margin: 0 0 45px 0;
  padding: 0;
}
.woocommerce-tabs ul.tabs li {
  display: inline-block;
  font-size: 23px;
  font-weight: 500;
  margin-right: 80px;
  line-height: 60px;
}
.woocommerce-tabs ul.tabs li:last-of-type {
  margin-right: 0;
}
.woocommerce-tabs ul.tabs li.active {
  position: relative;
}
.woocommerce-tabs ul.tabs li.active:before {
  content: '';
  width: 100%;
  height: 2px;
  background: #C00D0D;
  position: absolute;
  left: 0;
  bottom: 0;
}
.woocommerce-tabs ul.tabs li.active:after {
  content: '';
  width: 100%;
  height: 2px;
  background: #C00D0D;
  position: absolute;
  left: 0;
  bottom: 4px;
}
.woocommerce-tabs p {
  line-height: 34px;
  font-weight: 300;
}
.custom-tabs {
  margin-top: 75px;
  margin-bottom: 75px;
}
@media (max-width: 768px) {
  .custom-tabs {
    margin-top: 60px;
  }
}
.custom-tabs h2 {
  font-size: 30px;
  font-weight: 400;
  margin-bottom: 30px;
}
.custom-tabs p {
  font-size: 24px;
  font-weight: 700;
}
@media (max-width: 1290px) {
  .custom-tabs p {
    font-size: 20px;
    font-weight: 500;
  }
}
.custom-tabs .trigger-popup {
  display: block;
  background: #F5F9F7;
  padding: 40px;
  margin-bottom: 13px;
  font-size: 20px;
  font-weight: 500;
  position: relative;
}
.custom-tabs .trigger-popup:after {
  content: '';
  background: url(/wp-content/uploads/arrow_right_tab.png) center center no-repeat;
  background-size: cover;
  height: 27px;
  width: 13px;
  position: absolute;
  right: 25px;
  top: 50%;
  margin-top: -13px;
}
.ce_characteristics {
  margin-bottom: 30px;
}
.ce_characteristics .mint {
  background: #F5F9F7;
  padding-top: 50px;
  padding-bottom: 25px;
}
.ce_characteristics h2 {
  font-size: 30px;
  font-weight: 400;
  margin-bottom: 30px;
}
.ce_characteristics .list .col {
  margin-top: 30px;
  margin-bottom: 30px;
  font-size: 20px;
}
@media (max-width: 768px) {
  .ce_characteristics .list .col {
    margin-bottom: 5px;
  }
}
.ce_characteristics .list .col span {
  display: block;
  font-size: 14px;
  margin-bottom: 10px;
}
.ce_videos {
  margin-top: 80px;
  margin-bottom: 80px;
}
@media (max-width: 768px) {
  .ce_videos {
    margin-bottom: -80px;
  }
}
.ce_videos .text {
  font-size: 18px;
  font-weight: 300;
  margin-top: 30px;
}
.ce_videos .text_over {
  position: absolute;
  top: 50px;
  left: 0;
  right: 0;
  font-size: 23px;
  font-weight: bold;
  text-align: center;
}
.ce_videos img {
  display: block;
}
.ce_videos a {
  position: relative;
  display: block;
}
.ce_videos a .play {
  width: 50px;
  position: absolute;
  top: 50%;
  margin-top: -25px;
  left: 50%;
  margin-left: -25px;
  border-radius: 100%;
  transition: .3s;
  -webkit-transition: .3s;
}
.ce_videos a:before {
  content: '';
  width: 84px;
  height: 84px;
  background: url('https://myholito.com/wp-content/uploads/video-play-btn.png') center center no-repeat;
  background-size: cover !important;
  position: absolute;
  top: 50%;
  margin-top: -42px;
  left: 50%;
  margin-left: -42px;
  transition: .3s;
  -webkit-transition: .3s;
}
.ce_videos .part:hover .play {
  background: #C00D0D;
}
@media (min-width: 991px) {
  .ce_videos .part:hover a {
    transform: scale(1.05);
    -webkit-transform: scale(1.05);
  }
}
@media (min-width: 1200px) {
  .ce_videos .part:hover a {
    transform: scale(1.02);
    -webkit-transform: scale(1.02);
  }
}
.ce_slider_text {
  margin-top: 60px;
  margin-bottom: 30px;
  background: #F5F9F7;
}
.ce_slider_text .gallery {
  position: relative;
}
.ce_slider_text .gallery .owl-dots {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0;
}
.ce_slider_text .gallery .owl-dots .owl-dot {
  width: 32px;
  height: 30px;
  background: transparent;
  border-top: 3px solid white;
  margin: 0 4px;
}
@media (max-width: 768px) {
  .ce_slider_text .gallery .owl-dots .owl-dot {
    height: 15px;
  }
}
.ce_slider_text .gallery .owl-dots .owl-dot.active {
  border-top: 3px solid #C00D0D;
}
.ce_slider_text .gallery .owl-dots .owl-dot span {
  display: none;
}
.ce_slider_text .icon {
  width: 80px;
  height: auto;
  position: absolute;
  right: 25px;
  bottom: 15px;
  z-index: 1;
}
@media (max-width: 768px) {
  .ce_slider_text .icon {
    width: 50px;
  }
}
.ce_slider_text .text p {
  line-height: 34px;
  font-weight: 300;
}
@media (max-width: 1500px) {
  .ce_slider_text .text p {
    font-size: 16px;
    line-height: 28px;
  }
}
.ce_slider_text .text h2 {
  font-size: 40px;
  font-weight: 400;
  margin-bottom: 25px;
}
@media (max-width: 1500px) {
  .ce_slider_text .text h2 {
    font-size: 30px;
    margin-bottom: 15px;
  }
}
.ce_slider_text .text h3 {
  font-size: 19px;
  font-weight: 400;
  line-height: 25px;
  text-transform: uppercase;
  margin-bottom: 30px;
  padding-bottom: 30px;
  position: relative;
  display: block;
}
@media (max-width: 1500px) {
  .ce_slider_text .text h3 {
    margin-bottom: 15px;
    padding-bottom: 15px;
  }
}
.ce_slider_text .text h3:after {
  content: '';
  width: 120px;
  height: 2px;
  background: #C00D0D;
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -60px;
}
.video-wrapper,
.video-full {
  position: relative;
}
.video-wrapper .play-button,
.video-full .play-button {
  z-index: 3;
  position: absolute;
  right: 50px;
  top: 10px;
  width: 30px;
  height: 30px;
  border: 3px solid white;
  border-radius: 100%;
  cursor: pointer;
  text-align: center;
}
.video-wrapper .play-button svg,
.video-full .play-button svg {
  height: 15px;
  position: relative;
  top: 0px;
}
.video-wrapper .play-button svg path,
.video-full .play-button svg path {
  fill: white;
}
.video-wrapper .play-button .pause,
.video-full .play-button .pause {
  display: none;
}
.video-wrapper .unmute-button,
.video-full .unmute-button {
  z-index: 3;
  position: absolute;
  right: 10px;
  top: 10px;
  width: 30px;
  height: 30px;
  border: 0px solid white;
  border-radius: 100%;
  cursor: pointer;
  text-align: center;
}
.video-wrapper .unmute-button svg,
.video-full .unmute-button svg {
  height: 15px;
  position: relative;
  top: 0px;
}
.video-wrapper .unmute-button svg path,
.video-full .unmute-button svg path {
  fill: white;
}
.video-full {
  background: #F5F5F5;
  min-height: 180px;
  position: relative;
}
.video-full .play-button,
.video-full .unmute-button {
  top: auto;
  bottom: 10px;
  border: none;
}
.video-full video {
  position: relative;
  z-index: 2;
}
.video-full .loader {
  z-index: 0;
  width: 48px;
  height: 48px;
  border: 5px solid #FFF;
  border-bottom-color: #FF3D00;
  border-radius: 50%;
  display: inline-block;
  box-sizing: border-box;
  animation: rotation 1s linear infinite;
  position: absolute;
  top: 50%;
  margin-top: -24px;
  left: 50%;
  margin-left: -24px;
}
@keyframes rotation {
  .video-full 0% {
    transform: rotate(0deg);
  }
  .video-full 100% {
    transform: rotate(360deg);
  }
}
.ce_parts {
  margin-top: 120px;
}
@media (max-width: 768px) {
  .ce_parts {
    margin-bottom: -50px;
  }
}
.ce_parts .video-wrapper {
  position: relative;
  width: 100%;
  aspect-ratio: 1.79347826087;
  overflow: hidden;
}
.ce_parts .video-wrapper video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.ce_parts .video-wrapper img {
  position: absolute;
  left: 20px;
  top: 20px;
  width: 60px;
}
.ce_parts .part .text p {
  line-height: 34px;
  font-weight: 300;
}
@media (max-width: 1500px) {
  .ce_parts .part .text p {
    font-size: 16px;
    line-height: 28px;
  }
}
.ce_parts .part .text h2 {
  font-size: 40px;
  font-weight: 400;
  position: relative;
  margin-bottom: 30px;
  padding-bottom: 30px;
  display: inline-block;
  max-width: 500px;
}
.ce_parts .part .text h2:after {
  content: '';
  width: 120px;
  height: 2px;
  background: #C00D0D;
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -60px;
}
@media (max-width: 1500px) {
  .ce_parts .part .text h2 {
    font-size: 30px;
    margin-bottom: 15px;
  }
}
.ce_parts .part.part-half .text {
  padding-top: 70px;
  padding-bottom: 70px;
}
@media (max-width: 991px) {
  .ce_parts .part.part-half .text {
    padding-top: 35px;
  }
}
.drawer-option-button {
  -webkit-appearance: none;
  background: none;
  border: 1px solid #C7C7C7;
  border-radius: 3px;
  background: white;
  font-size: 14px;
  text-align: left;
  padding: 10px;
  padding-top: 55px;
}
.drawer-option-button .structure-option-title {
  margin-top: 5px;
}
.drawer-option-button .structure-option-price {
  font-size: 14px;
  position: absolute;
  top: 10px;
  right: 25px;
  box-shadow: #42445a -8px 5px 23px -16px;
  background: white;
  padding: 5px 5px;
  border-radius: 4px;
  font-weight: 300;
}
.drawer-option-button.active {
  border-color: #C00D0D;
}
.drawer-row-title {
  font-size: 1rem !important;
}
.drawer-row-title span {
  font-weight: 300;
}
.drawer-options-buttons button {
  cursor: pointer;
}
.ce_imagevideo-half {
  margin-top: 120px;
}
.ce_imagevideo-half .part .text p {
  line-height: 34px;
  font-weight: 300;
}
@media (max-width: 1500px) {
  .ce_imagevideo-half .part .text p {
    font-size: 16px;
    line-height: 28px;
  }
}
.ce_imagevideo-half .part .text h2 {
  font-size: 40px;
  font-weight: 400;
  position: relative;
  margin-bottom: 30px;
  padding-bottom: 30px;
  display: inline-block;
  max-width: 500px;
}
.ce_imagevideo-half .part .text h2:after {
  content: '';
  width: 120px;
  height: 2px;
  background: #C00D0D;
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -60px;
}
@media (max-width: 991px) {
  .ce_imagevideo-half .part .text h2 {
    font-size: 30px;
  }
}
.ce_imagevideo-half .part .video-wrapper {
  position: relative;
  width: 100%;
  aspect-ratio: 1.79347826087;
  overflow: hidden;
}
.ce_imagevideo-half .part .video-wrapper video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.ce_imagevideo-half .part .video-wrapper img {
  position: absolute;
  left: 20px;
  top: 20px;
  width: 60px;
}
.ce_imagevideo-half .part.part-half .text {
  padding-top: 70px;
  padding-bottom: 70px;
}
@media (max-width: 991px) {
  .ce_imagevideo-half .part.part-half .text {
    padding-top: 35px;
    padding-bottom: 35px;
  }
}
.ce_textandimage {
  overflow: visible;
  overflow-x: hidden;
}
@media (max-width: 768px) {
  .ce_textandimage {
    padding-top: 50px !important;
  }
  .ce_textandimage:first-of-type {
    padding-top: 120px !important;
  }
}
@media (max-width: 991px) {
  .ce_textandimage:first-of-type {
    padding-top: 120px !important;
  }
}
.ce_textandimage .full,
.ce_textandimage .over {
  padding-top: 80px;
  padding-bottom: 80px;
}
@media (max-width: 768px) {
  .ce_textandimage .full,
  .ce_textandimage .over {
    padding-top: 0px;
    padding-bottom: 40px;
  }
}
.ce_textandimage .text .headline {
  position: relative;
  display: block;
  margin-bottom: 30px;
}
.ce_textandimage .text .headline:after {
  content: '';
  width: 120px;
  height: 2px;
  background: #C00D0D;
  position: relative;
  display: inline-block;
  margin-top: 0px;
}
.ce_textandimage .text h1,
.ce_textandimage .text h2,
.ce_textandimage .text h3,
.ce_textandimage .text h4 {
  font-size: 40px;
  font-weight: 400;
  position: relative;
  display: inline-block;
  max-width: 500px;
}
@media (max-width: 1500px) {
  .ce_textandimage .text h1,
  .ce_textandimage .text h2,
  .ce_textandimage .text h3,
  .ce_textandimage .text h4 {
    font-size: 30px;
  }
}
.ce_textandimage .text .subline {
  font-size: 30px;
  color: black !important;
}
@media (max-width: 768px) {
  .ce_textandimage .text .subline {
    font-size: 20px;
  }
}
.ce_textandimage .text .icon {
  width: 150px;
  height: auto;
  position: absolute;
  right: 0;
  top: 0;
}
@media (max-width: 768px) {
  .ce_textandimage .text .icon {
    width: 100px;
  }
}
.ce_textandimage .text .icon svg {
  position: absolute;
  right: 0;
  top: 0;
}
.ce_textandimage .text .icon-block {
  width: 100px;
  height: auto;
  display: block;
  margin: 30px auto;
}
.ce_textandimage .text p {
  line-height: 34px;
  font-weight: 300;
}
@media (min-width: 991px) {
  .ce_textandimage .image.full img {
    position: absolute;
    top: 0;
    bottom: 0;
    height: 100%;
    width: auto;
    left: 25px;
  }
  .ce_textandimage .image.over img {
    position: absolute;
    bottom: 0;
    height: auto;
    width: 100%;
    max-width: 500px;
    right: 0px;
  }
  .ce_textandimage .container.sm {
    max-width: 1024px;
  }
  .ce_textandimage .container.sm .text {
    padding-right: 70px;
  }
  .ce_textandimage .container.sm .text.order-lg-2 {
    padding-right: 0;
    padding-left: 70px;
  }
}
.ce_textandimage .image .icon {
  width: 100px;
  height: auto;
  position: absolute;
  left: 30%;
  top: -30px;
  z-index: 0;
}
.ce_textandimage .image img {
  transition: .1s;
  -webkit-transition: .1s;
  z-index: 1;
  position: relative;
}
.ce_textandimage .image.round {
  text-align: right;
}
.ce_textandimage .image.round.order-lg-1 {
  text-align: left;
}
@media (max-width: 991px) {
  .ce_textandimage .image.round {
    text-align: center !important;
  }
}
.ce_textandimage .image.round img {
  border-radius: 100%;
  max-width: 280px;
  border: 6px solid white;
}
@media (max-width: 768px) {
  .ce_textandimage .image.round img {
    max-width: 200px;
  }
}
.ce_textandimage .subline-alt .subline {
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 500;
}
@media (min-width: 1100px) {
  .ce_textandimage .bg-small .text {
    position: relative;
  }
  .ce_textandimage .bg-small .text:before {
    content: '';
    position: absolute;
    top: -200px;
    bottom: -200px;
    left: -1040px;
    width: 1000px;
    background: white;
  }
  .ce_textandimage .bg-small .text.order-lg-2:before {
    left: calc(100% + 40px);
  }
}
.ce_leftslide {
  overflow: visible;
  padding-top: 100px;
  padding-bottom: 100px;
  overflow-x: hidden;
}
@media (max-width: 768px) {
  .ce_leftslide {
    padding-top: 50px !important;
  }
}
@media (max-width: 991px) {
  .ce_leftslide .col-lg-5 {
    padding-left: 30px;
    padding-right: 30px;
    margin-top: 30px;
  }
}
@media (max-width: 768px) {
  .ce_leftslide {
    overflow: hidden;
  }
}
.ce_leftslide .text {
  max-width: 500px;
}
.ce_leftslide .text .headline {
  position: relative;
  display: block;
  margin-bottom: 30px;
}
.ce_leftslide .text .headline:after {
  content: '';
  width: 120px;
  height: 2px;
  background: #C00D0D;
  position: relative;
  display: inline-block;
  margin-top: 0px;
}
.ce_leftslide .text h1,
.ce_leftslide .text h2,
.ce_leftslide .text h3,
.ce_leftslide .text h4 {
  font-size: 40px;
  font-weight: 400;
  position: relative;
  display: inline-block;
  max-width: 500px;
}
.ce_leftslide .text .subline {
  font-size: 30px;
  color: black !important;
}
.ce_leftslide .text p {
  line-height: 34px;
  font-weight: 300;
}
.ce_leftslide .owl-carousel .owl-wrapper {
  display: table !important;
}
.ce_leftslide .owl-carousel .owl-item {
  display: table-cell;
  float: none;
  vertical-align: bottom;
  left: 40px;
}
.ce_leftslide .owl-carousel .owl-item .item {
  margin: 0 10px;
}
.ce_leftslide .owl-dots {
  width: 325px;
  max-width: 100%;
  margin: 50px auto 0 auto !important;
  display: flex;
}
.ce_leftslide .owl-dots .owl-dot {
  height: 2px;
  background: #E0E0E0;
  flex: 1;
}
.ce_leftslide .owl-dots .owl-dot.active {
  background: #C00D0D;
}
.ce_leftslide .owl-dots .owl-dot span {
  display: none;
}
.ce_imagemap {
  margin-top: 200px;
  z-index: 9;
  position: relative;
}
.ce_imagemap .add-text {
  position: relative;
  top: 0;
  margin-top: -50px;
  font-size: 18px;
  line-height: 34px;
  font-weight: 300;
}
@media (max-width: 991px) {
  .ce_imagemap {
    margin-top: 100px;
  }
}
.ce_imagemap:before {
  content: '';
  position: absolute;
  left: 0;
  top: -120px;
  width: 55%;
  height: 540px;
  background: #F5F9F7;
}
.blog-2 .ce_imagemap:before {
  background: #F5F5F5;
}
@media (max-width: 991px) {
  .ce_imagemap:before {
    display: none;
  }
}
.ce_imagemap .inner {
  position: relative;
}
.ce_imagemap .inner .hotspot {
  position: absolute;
}
.ce_imagemap .inner .hotspot .hotspot-trigger {
  width: 27px;
  height: 27px;
  background: #C00D0D;
  border-radius: 27px;
  border: 6px solid white;
  cursor: pointer;
  transition: .3s;
  -webkit-transition: .3s;
}
.ce_imagemap .inner .hotspot .hotspot-trigger:hover {
  transform: scale(1.2);
  -webkit-transform: scale(1.2);
}
.ce_imagemap .inner .hotspot .hotspot-text {
  width: 350px;
  border: 1px solid #B2B2B2;
  background: white;
  font-weight: 300;
  padding: 25px;
  border-radius: 4px;
  position: relative;
  right: 140px;
  top: 10px;
  font-size: 16px;
  display: none;
  z-index: 9;
}
@media (max-width: 991px) {
  .ce_imagemap .inner .hotspot .hotspot-text {
    position: fixed;
    left: 50%;
    right: auto;
    margin-left: -175px;
    top: 50%;
  }
}
.ce_imagemap .inner .hotspot .hotspot-text .closer {
  position: absolute;
  top: -7px;
  right: -10px;
  width: 50px;
  height: 50px;
  cursor: pointer;
}
.ce_imagemap .inner .hotspot .hotspot-text .closer:before,
.ce_imagemap .inner .hotspot .hotspot-text .closer:after {
  content: '';
  position: absolute;
  left: 25px;
  top: 15px;
  height: 15px;
  width: 1px;
  background-color: #C00D0D;
}
.ce_imagemap .inner .hotspot .hotspot-text .closer:before {
  transform: rotate(45deg);
}
.ce_imagemap .inner .hotspot .hotspot-text .closer:after {
  transform: rotate(-45deg);
}
.product_slider {
  margin-top: 80px;
}
.product_slider .owl-stage {
  padding-left: 0px !important;
}
.product_slider h2 {
  font-size: 30px;
  margin-bottom: 20px;
}
.product_slider .subline {
  font-size: 18px;
  font-weight: 300;
}
.product_slider .custom-owl-next {
  width: 40px;
  height: auto;
  cursor: pointer;
  margin-top: -30px;
  position: relative;
  z-index: 99999;
}
.product_slider .product_slide_inner {
  margin-top: 50px;
  margin-left: 15px;
}
.product_slider .product_slide_inner .owl-dots {
  width: 70%;
  max-width: 100%;
  margin: 50px 0 0 0 !important;
  display: flex;
  justify-content: flex-start;
}
.product_slider .product_slide_inner .owl-dots .owl-dot {
  height: 2px;
  background: #E0E0E0;
  flex: 1;
}
.product_slider .product_slide_inner .owl-dots .owl-dot.active {
  background: #C00D0D;
}
.product_slider .product_slide_inner .owl-dots .owl-dot span {
  display: none;
}
.product_slider .product .short {
  font-size: 14px;
  margin-top: 25px;
}
.product_slider .product h3 {
  font-size: 20px;
  font-weight: 500;
  margin-top: 15px;
  margin-bottom: 0;
}
.product_slider .product .config {
  font-size: 16px;
  margin-top: 20px;
}
@media (max-width: 768px) {
  .product_list_standard {
    margin-top: -50px !important;
  }
}
.product_list_standard .product {
  margin-bottom: 60px;
}
@media (max-width: 768px) {
  .product_list_standard .product:first-of-type {
    margin-top: 10%;
  }
}
.product_list_standard .product a:hover {
  color: black !important;
}
.product_list_standard .product img {
  width: 100%;
  max-width: 100%;
  transition: .3s;
  -webkit-transition: .3s;
  margin-bottom: 20px;
}
@media (min-width: 991px) {
  .product_list_standard .product:hover img {
    transform: scale(1.01);
    -webkit-transform: scale(1.01);
  }
}
.product_list_standard .product h2 {
  font-size: 28px;
  font-weight: 500;
  line-height: 43px;
  margin-bottom: 0;
  margin-top: -20px;
}
.product_list_standard .product .short {
  font-size: 14px;
  max-width: 190px;
  font-weight: 300;
  margin: 0 auto;
}
.product_list_standard .product .price-wrap {
  position: relative;
  display: inline-block;
}
.product_list_standard .product .price {
  line-height: 50px;
  height: 50px;
  background: #0D6905;
  border-radius: 5px;
  padding: 0 30px;
  color: white;
  font-size: 18px;
  font-weight: 400;
  margin: 10px 0;
  display: inline-block;
  transition: .3s;
  -webkit-transition: .3s;
  border: 1px solid #0D6905;
}
.blog-2 .product_list_standard .product .price {
  background: #7f4d68;
  border-color: #7f4d68;
}
.product_list_standard .product .price span {
  font-weight: 400;
  font-size: 16px;
}
.product_list_standard .product .price:hover {
  background: white;
  color: #0D6905;
}
.blog-2 .product_list_standard .product .price:hover {
  color: #7f4d68;
}
.product_list_standard .product .form {
  font-size: 10px;
  text-transform: uppercase;
  font-weight: 500;
  height: 35px;
  width: 30px;
  position: absolute;
  right: -70px;
  top: 50%;
  margin-top: -17px;
}
.product_list_standard .product .form:hover {
  color: black !important;
}
.product_list_standard .product .form svg {
  display: block;
  width: 23px;
  margin: 0 auto 3px auto;
  left: 2px;
}
.product_list_standard .product .config {
  font-size: 16px;
  font-weight: 500;
  color: #0D6905;
}
.blog-2 .product_list_standard .product .config {
  color: black;
}
.shop_table {
  width: 100%;
}
.shop_table .tax_label {
  display: none;
}
.shop_table thead tr {
  border-bottom: 1px solid #D8D8D8;
}
.shop_table thead tr th {
  color: #C00D0D;
  font-weight: 500;
  font-size: 16px;
  line-height: 50px;
  text-align: right;
}
.shop_table thead tr th.product-thumbnail {
  text-align: left;
}
.shop_table thead tr th.product-quantity {
  text-align: center;
}
.shop_table thead td.product-price,
.shop_table thead td.product-quantity,
.shop_table thead th.product-price,
.shop_table thead th.product-quantity,
.shop_table tbody td.product-price,
.shop_table tbody td.product-quantity,
.shop_table tbody th.product-price,
.shop_table tbody th.product-quantity {
  padding-right: 30px;
}
.shop_table tbody tr.cart_item {
  border-bottom: 1px solid #D8D8D8;
}
.shop_table tbody tr.cart_item td {
  padding-top: 20px;
  padding-bottom: 20px;
}
.shop_table tbody tr.cart_item td.product-thumbnail {
  padding-right: 40px;
}
.shop_table tbody tr.cart_item td.product-thumbnail img {
  border: 1px solid #D8D8D8;
  width: 170px;
}
.shop_table tbody tr.cart_item td.product-name {
  font-size: 15px;
  font-weight: 300;
  vertical-align: top;
  position: relative;
  padding-right: 40px;
}
.shop_table tbody tr.cart_item td.product-name dl.variation {
  display: none;
}
.shop_table tbody tr.cart_item td.product-name a {
  display: block;
  font-size: 20px;
  font-weight: 500;
  color: #C00D0D;
}
.shop_table tbody tr.cart_item td.product-name a .config {
  font-size: 15px;
  font-weight: 300;
  color: black;
  display: block;
}
.shop_table tbody tr.cart_item td.product-name a .config:first-of-type {
  margin-top: 10px;
}
.shop_table tbody tr.cart_item td.product-name a.remove {
  font-size: 13px;
  font-weight: 300;
  text-decoration: underline;
  color: black;
  position: absolute;
  bottom: 20px;
}
.shop_table tbody tr.cart_item td.product-name a.remove:hover {
  color: #C00D0D;
}
.shop_table tbody tr.cart_item td.product-quantity {
  text-align: center;
}
.shop_table tbody tr.cart_item td.product-quantity input {
  width: 90px;
  height: 50px;
  line-height: 50px;
  border-radius: 3px;
  border: 1px solid #D9D9D9;
  text-align: center;
  font-size: 15px;
}
.shop_table tbody tr.cart_item td.product-price,
.shop_table tbody tr.cart_item td.product-subtotal {
  font-size: 16px;
  font-weight: 500;
  text-align: right;
}
.checkout-button {
  width: auto;
  float: right;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  line-height: 50px;
  background: #0D6905;
  border-radius: 5px;
  color: white;
  font-weight: 400;
  font-size: 18px;
  cursor: pointer;
  border: 1px solid #0D6905;
  transition: .3s;
  -webkit-transition: .3s;
  padding: 0 30px;
  width: 380px;
  max-width: 100%;
  text-align: center;
  margin-top: 30px;
}
.blog-2 .checkout-button {
  background: #C00D0D;
  border-color: #C00D0D;
}
.checkout-button svg {
  margin-right: 14px;
  position: relative;
  top: 1px;
}
.checkout-button svg path {
  transition: .3s;
}
.checkout-button:hover {
  background: #ffffff;
  color: #0D6905;
}
.blog-2 .checkout-button:hover {
  color: #C00D0D;
}
.checkout-button:hover svg path {
  fill: #0D6905;
}
.blog-2 .checkout-button:hover svg path {
  fill: #C00D0D;
}
.checkout-container .woocommerce-privacy-policy-text p {
  display: none;
}
.checkout-container #payment .woocommerce-terms-and-conditions-wrapper {
  display: none;
}
.checkout-container .checkout-steps {
  text-align: center;
  position: sticky;
  top: 105px;
  z-index: 99;
  background: white;
}
@media (max-width: 991px) {
  .checkout-container .checkout-steps {
    top: 68px;
  }
}
.checkout-container .checkout-steps ul,
.checkout-container .checkout-steps li {
  list-style: none;
  padding: 0;
  margin: 0;
}
.checkout-container .checkout-steps ul li {
  display: inline-block;
  font-size: 15px;
  font-weight: 500;
  position: relative;
  z-index: 2;
}
.checkout-container .checkout-steps ul li span {
  color: #AFAFAF;
  position: relative;
  padding: 0 20px;
}
@media (max-width: 768px) {
  .checkout-container .checkout-steps ul li span {
    padding: 0 18px;
    font-size: 13px;
  }
}
.checkout-container .checkout-steps ul li span:before {
  content: '';
  position: relative;
  display: block;
  background: url('/wp-content/uploads/sites/2/heart-empty.png') center center no-repeat;
  background-size: 20px 18px;
  background-color: white;
  padding: 0 5px;
  width: 30px;
  height: 20px;
  margin: 0 auto 8px auto;
}
.checkout-container .checkout-steps ul li span.active,
.checkout-container .checkout-steps ul li span.done {
  color: #000000;
  cursor: pointer;
}
.checkout-container .checkout-steps ul li span.active:before,
.checkout-container .checkout-steps ul li span.done:before {
  content: '';
  position: relative;
  display: block;
  background: url('/wp-content/uploads/sites/2/heart-full.png') center center no-repeat;
  background-size: 20px 18px;
  background-color: white;
  padding: 0 5px;
  width: 30px;
  height: 20px;
  margin: 0 auto 8px auto;
}
.checkout-container .checkout-steps ul li:nth-of-type(2) {
  z-index: 1;
}
.checkout-container .checkout-steps ul li:nth-of-type(2):before {
  content: '';
  z-index: 0;
  height: 1px;
  width: 200px;
  position: absolute;
  top: 8px;
  left: 50%;
  margin-left: -100px;
  background: #AFAFAF;
}
.checkout-container #order_review_container .product-total {
  text-align: right;
}
.checkout-container #order_review_container .cart-subtotal ul,
.checkout-container #order_review_container .woocommerce-shipping-totals ul,
.checkout-container #order_review_container .order-total ul,
.checkout-container #order_review_container .custom-shipping-display ul,
.checkout-container #order_review_container .cart-discount ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.checkout-container #order_review_container .cart-subtotal th,
.checkout-container #order_review_container .woocommerce-shipping-totals th,
.checkout-container #order_review_container .order-total th,
.checkout-container #order_review_container .custom-shipping-display th,
.checkout-container #order_review_container .cart-discount th {
  font-size: 16px;
  font-weight: 200;
}
.checkout-container #order_review_container .cart-subtotal th span,
.checkout-container #order_review_container .woocommerce-shipping-totals th span,
.checkout-container #order_review_container .order-total th span,
.checkout-container #order_review_container .custom-shipping-display th span,
.checkout-container #order_review_container .cart-discount th span {
  font-size: 12px;
}
.checkout-container #order_review_container .cart-subtotal td,
.checkout-container #order_review_container .woocommerce-shipping-totals td,
.checkout-container #order_review_container .order-total td,
.checkout-container #order_review_container .custom-shipping-display td,
.checkout-container #order_review_container .cart-discount td {
  text-align: right;
  font-size: 16px;
  font-weight: 200;
}
.checkout-container #order_review_container .cart-subtotal .includes_tax,
.checkout-container #order_review_container .woocommerce-shipping-totals .includes_tax,
.checkout-container #order_review_container .order-total .includes_tax,
.checkout-container #order_review_container .custom-shipping-display .includes_tax,
.checkout-container #order_review_container .cart-discount .includes_tax {
  display: none;
}
.checkout-container #order_review_container .woocommerce-remove-coupon {
  display: none;
}
.checkout-container #order_review_container .cart-subtotal th,
.checkout-container #order_review_container .cart-subtotal td {
  padding-top: 20px;
}
.checkout-container #order_review_container .order-total td,
.checkout-container #order_review_container .order-total th {
  color: #C00D0D;
  font-weight: 500;
}
.checkout-container #order_review_container .shop_table .cart_item:first-of-type {
  border-top: 1px solid #C00D0D;
}
.checkout-container #order_review_container .shop_table .cart_item td {
  padding-top: 10px;
  padding-bottom: 10px;
}
.checkout-container #order_review_container .shop_table .cart_item img {
  width: 100%;
  border: 1px solid rgba(0,0,0,0.05);
}
.checkout-container #order_review_container .shop_table .cart_item .product-name {
  font-size: 18px;
  font-weight: 500;
  color: #C00D0D;
  clear: both;
  display: block;
  margin-bottom: 10px;
}
.checkout-container #order_review_container .shop_table .cart_item .product-name .config {
  font-size: 13px;
  font-weight: 200;
  color: #000000;
  display: block;
}
.checkout-container #order_review_container .shop_table .cart_item .variation {
  display: none;
}
.checkout-container #order_review_container .shop_table .cart_item .product-quantity,
.checkout-container #order_review_container .shop_table .cart_item .amount {
  font-size: 13px;
  font-weight: 200;
}
.checkout-container #order_review_container .shop_table .cart_item .product-quantity {
  float: left;
}
.checkout-container #order_review_container .shop_table .cart_item .amount {
  float: right;
}
.checkout-container h3 {
  margin-bottom: 25px;
}
.checkout-container #billing_state_field {
  display: none !important;
}
.checkout-container .woocommerce-terms-and-conditions-wrapper {
  clear: both;
  padding-top: 5px;
}
.checkout-container .form-row {
  margin-left: 0;
  margin-right: 0;
  display: block;
}
.checkout-container .form-row .optional {
  display: none;
}
.checkout-container .form-row#billing_first_name_field,
.checkout-container .form-row#billing_last_name_field,
.checkout-container .form-row#billing_address_1_field,
.checkout-container .form-row#billing_address_2_field,
.checkout-container .form-row#billing_postcode_field,
.checkout-container .form-row#billing_city_field,
.checkout-container .form-row#billing_phone_field,
.checkout-container .form-row#billing_email_field,
.checkout-container .form-row#billing_country_field {
  position: relative;
}
.checkout-container .form-row#billing_first_name_field label,
.checkout-container .form-row#billing_last_name_field label,
.checkout-container .form-row#billing_address_1_field label,
.checkout-container .form-row#billing_address_2_field label,
.checkout-container .form-row#billing_postcode_field label,
.checkout-container .form-row#billing_city_field label,
.checkout-container .form-row#billing_phone_field label,
.checkout-container .form-row#billing_email_field label,
.checkout-container .form-row#billing_country_field label {
  position: absolute;
  top: 4px;
  left: 10px;
  font-size: 12px;
  z-index: 1;
}
.checkout-container .form-row#billing_first_name_field input,
.checkout-container .form-row#billing_last_name_field input,
.checkout-container .form-row#billing_address_1_field input,
.checkout-container .form-row#billing_address_2_field input,
.checkout-container .form-row#billing_postcode_field input,
.checkout-container .form-row#billing_city_field input,
.checkout-container .form-row#billing_phone_field input,
.checkout-container .form-row#billing_email_field input,
.checkout-container .form-row#billing_country_field input {
  padding-top: 14px;
}
.checkout-container .form-row#billing_first_name_field .select2-selection__rendered,
.checkout-container .form-row#billing_last_name_field .select2-selection__rendered,
.checkout-container .form-row#billing_address_1_field .select2-selection__rendered,
.checkout-container .form-row#billing_address_2_field .select2-selection__rendered,
.checkout-container .form-row#billing_postcode_field .select2-selection__rendered,
.checkout-container .form-row#billing_city_field .select2-selection__rendered,
.checkout-container .form-row#billing_phone_field .select2-selection__rendered,
.checkout-container .form-row#billing_email_field .select2-selection__rendered,
.checkout-container .form-row#billing_country_field .select2-selection__rendered {
  padding-top: 8px;
}
.checkout-container .form-row input::placeholder {
  opacity: 0.5;
  font-size: 16px;
  font-weight: 300;
}
.checkout-container .form-row#billing_first_name_field,
.checkout-container .form-row#billing_phone_field,
.checkout-container .form-row#billing_address_2_field {
  width: 32%;
  float: left;
}
.checkout-container .form-row#billing_last_name_field,
.checkout-container .form-row#billing_email_field,
.checkout-container .form-row#billing_address_1_field {
  width: 66%;
  float: right;
}
.checkout-container .form-row#billing_postcode_field {
  width: 32%;
  float: left;
}
.checkout-container .form-row#billing_city_field {
  width: 66%;
  float: right;
}
.checkout-container .form-row#billing_country_field {
  clear: both;
}
@media (max-width: 991px) {
  .checkout-container .form-row#billing_address_1_field,
  .checkout-container .form-row#billing_address_2_field {
    clear: both;
    width: 100%;
    float: none;
  }
}
@media (max-width: 768px) {
  .checkout-container .form-row#billing_first_name_field,
  .checkout-container .form-row#billing_phone_field,
  .checkout-container .form-row#billing_address_2_field,
  .checkout-container .form-row#billing_last_name_field,
  .checkout-container .form-row#billing_email_field,
  .checkout-container .form-row#billing_address_1_field,
  .checkout-container .form-row#billing_postcode_field,
  .checkout-container .form-row#billing_city_field {
    width: 100%;
    float: none;
  }
}
.checkout-container .form-row label {
  display: block;
  font-size: 15px;
  font-weight: 300;
  margin-bottom: 5px;
}
.checkout-container .form-row .select2-selection,
.checkout-container .form-row .select2-selection__rendered,
.checkout-container .form-row .select2-selection__arrow {
  line-height: 50px;
  height: 50px;
}
.checkout-container .form-row input.input-text {
  width: 100%;
  border: 1px solid #BFBFBF;
  border-radius: 4px;
  height: 50px;
  line-height: 50px;
  padding: 0 10px;
}
.checkout-container .agb {
  position: relative;
}
.checkout-container .agb input {
  display: none;
}
.checkout-container .agb label {
  padding-left: 40px;
  position: relative;
}
.checkout-container .agb .checkmark {
  position: absolute;
  width: 26px;
  height: 26px;
  border-radius: 3px;
  border: 1px solid #000000;
  display: inline-block;
  left: 0;
  top: 50%;
  margin-top: -13px;
}
.checkout-container .agb.woocommerce-validated .checkmark:after {
  content: '';
  position: absolute;
  top: 4px;
  right: 4px;
  bottom: 4px;
  left: 4px;
  background: #C00D0D;
}
.checkout-container .agb a {
  text-decoration: underline;
}
.checkout-container .agb a:hover {
  color: black;
}
.checkout_coupon_wrap {
  border: 1px solid #f0f0f0;
  padding: 10px;
}
.checkout_coupon_wrap .coupon-error-notice {
  font-size: 13px;
  color: #C00D0D;
}
.checkout_coupon_wrap .form-row {
  display: none;
}
.checkout_coupon_wrap .form-row .input-text {
  width: 100%;
  border: 1px solid #BFBFBF;
  border-radius: 4px;
  height: 50px;
  line-height: 50px;
  padding: 0 10px;
}
.checkout_coupon_wrap .button {
  line-height: 50px;
  height: 50px;
  background: #c00d0d;
  border-radius: 5px;
  padding: 0 30px;
  color: #fff;
  font-size: 18px;
  font-weight: 400;
  margin: 0px 0;
  display: inline-block;
  transition: .3s;
  -webkit-transition: .3s;
  border: 1px solid #c00d0d;
  width: 100%;
}
.checkout_coupon_wrap p {
  margin-bottom: 5px;
}
.checkout_coupon_wrap .woocommerce-info {
  font-size: 13px;
  margin-bottom: 0px;
}
.checkout_coupon_wrap .woocommerce-info a {
  text-decoration: underline;
}
.btn-request {
  width: calc(100%);
  float: right;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  line-height: 50px;
  background: #0D6905;
  border-radius: 5px;
  color: white;
  font-weight: 400;
  font-size: 18px;
  cursor: pointer;
  border: 1px solid #0D6905;
  transition: .3s;
  -webkit-transition: .3s;
}
.btn-request svg {
  margin-right: 14px;
  position: relative;
  top: 1px;
}
.btn-request svg path {
  transition: .3s;
}
.btn-request:hover {
  background: #ffffff;
  color: #0D6905;
}
.btn-request:hover svg path {
  fill: #0D6905;
}
.cart-collaterals .includes_tax {
  display: none;
}
.cart-collaterals .cart_totals {
  width: 50%;
  float: right;
  text-align: right;
}
.cart-collaterals .cart_totals tr th,
.cart-collaterals .cart_totals tr td {
  padding-bottom: 10px;
  font-weight: 300;
}
.cart-collaterals .cart_totals tr.order-total th,
.cart-collaterals .cart_totals tr.order-total td {
  font-weight: 500;
  color: #C00D0D;
}
.cart-collaterals .cart_totals .shipping p,
.cart-collaterals .cart_totals .shipping form {
  display: none;
}
.cart-collaterals .cart_totals .shipping ul {
  margin-bottom: 0;
  list-style: none;
}
.cart-collaterals .cart_totals .shipping ul label {
  margin: 0;
}
.ce_text_and_image_sf .container {
  padding-top: 44px;
  padding-bottom: 44px;
}
.ce_text_and_image_sf .container.filled .inside {
  background: #F5F9F7;
  padding: 44px 80px;
}
@media (max-width: 991px) {
  .ce_text_and_image_sf .container.filled .inside {
    padding: 44px 15px;
  }
}
.ce_text_and_image_sf .container p {
  font-size: 18px;
  font-weight: 300;
  line-height: 1.8em;
}
.ce_two_cols_sf {
  margin-top: 80px;
}
.ce_two_cols_sf .image {
  text-align: center;
  margin-bottom: 50px;
}
.ce_two_cols_sf .image img {
  height: 120px;
}
.ce_two_cols_sf p {
  font-size: 18px;
  font-weight: 300;
  line-height: 1.8em;
}
.xoo-wsc-container .xoo-messenger {
  padding: 10px 15px;
  margin: 10px 15px;
  border-radius: 5px;
  box-shadow: 0 2px 2px #00000005;
  background-color: rgba(13,105,5,0.1);
  color: #0D6905;
  font-size: 14px;
  font-weight: 300 !important;
  position: relative;
  padding-left: 40px;
}
.xoo-wsc-container .xoo-messenger:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 30px;
  background: #0D6905 url(/wp-content/uploads/sites/2/icon-check-white.svg);
  background-position: center center;
  background-repeat: no-repeat;
}
.xoo-wsc-container .xoo-wsch-top .xoo-wsch-basket {
  display: none;
}
.xoo-wsc-container .xoo-wsch-top .xoo-wsch-text {
  margin-left: 8px;
}
.xoo-wsc-container .xoo-wsch-top .xoo-wsch-close {
  position: absolute;
  top: 6px;
  right: 0;
  width: 50px;
  height: 50px;
  cursor: pointer;
}
@media (max-width: 768px) {
  .xoo-wsc-container .xoo-wsch-top .xoo-wsch-close {
    width: 25px;
    height: 51px;
    right: 10px;
    top: 5px;
  }
}
.xoo-wsc-container .xoo-wsch-top .xoo-wsch-close:before,
.xoo-wsc-container .xoo-wsch-top .xoo-wsch-close:after {
  content: '';
  position: absolute;
  left: 25px;
  top: 15px;
  height: 15px;
  width: 1px;
  background-color: #C00D0D;
}
@media (max-width: 768px) {
  .xoo-wsc-container .xoo-wsch-top .xoo-wsch-close:before,
  .xoo-wsc-container .xoo-wsch-top .xoo-wsch-close:after {
    height: 25px;
    left: 13px;
  }
}
.xoo-wsc-container .xoo-wsch-top .xoo-wsch-close:before {
  transform: rotate(45deg);
}
.xoo-wsc-container .xoo-wsch-top .xoo-wsch-close:after {
  transform: rotate(-45deg);
}
.xoo-wsc-container .xoo-wsc-ft-btn-cart,
.xoo-wsc-container .xoo-wsc-ft-btn-continue {
  display: none !important;
}
.xoo-wsc-container .xoo-wsc-ft-btn-checkout {
  width: calc(100%);
  float: right;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  line-height: 50px;
  height: 50px !important;
  background: #0D6905;
  border-radius: 5px;
  color: white;
  font-weight: 400;
  font-size: 18px;
  cursor: pointer;
  border: 1px solid #0D6905;
  transition: .3s;
  -webkit-transition: .3s;
  padding: 0 !important;
  margin-bottom: 15px !important;
}
.blog-2 .xoo-wsc-container .xoo-wsc-ft-btn-checkout {
  background: #7f4d68;
  border: 1px solid #7f4d68 !important;
}
.xoo-wsc-container .xoo-wsc-ft-btn-checkout:hover {
  background: #ffffff;
  color: #0D6905;
  line-height: 50px !important;
  border: 1px solid #7f4d68 !important;
}
.blog-2 .xoo-wsc-container .xoo-wsc-ft-btn-checkout:hover {
  color: #7f4d68;
}
.xoo-wsc-container .xoo-wsc-ft-btn-checkout:hover svg path {
  fill: #0D6905;
}
.blog-2 .xoo-wsc-container .xoo-wsc-ft-btn-checkout:hover svg path {
  fill: #7f4d68;
}
.xoo-wsc-container .xoo-wsc-pname span {
  display: block;
  font-weight: 300;
  font-size: 12px;
}
.xoo-wsc-container .xoo-wsc-sml-qty,
.xoo-wsc-container .xoo-wsc-priceBox {
  display: inline-block;
}
.ce_reviews {
  margin-top: 80px;
  margin-bottom: 0;
}
.ce_reviews .top {
  background: #F5F5F5;
  padding-top: 80px;
  padding-bottom: 140px;
}
.ce_reviews .top h2 {
  font-size: 40px;
  font-weight: 400;
  margin-bottom: 0;
  position: relative;
  display: block;
}
.ce_reviews .top h2:after {
  content: '';
  width: 120px;
  height: 2px;
  background: #c00d0d;
  position: relative;
  display: block;
  margin: 35px auto 0 auto;
}
.ce_reviews .top .subline {
  margin-top: 35px;
}
.ce_reviews .bottom {
  margin-top: -80px;
  padding: 0 10px;
}
@media (max-width: 991px) {
  .ce_reviews .bottom {
    padding: 0 0px;
  }
}
.ce_reviews .bottom .average {
  border: 1px solid #F5F5F5;
  border-radius: 5px;
  padding-top: 40px;
  padding-bottom: 40px;
  background: white;
  position: relative;
  z-index: 2;
}
@media (max-width: 991px) {
  .ce_reviews .bottom .average {
    padding: 40px 20px;
    margin-bottom: 20px;
  }
}
.ce_reviews .bottom .average .stars {
  margin-top: 10px;
}
.ce_reviews .bottom .average .average_rating {
  font-size: 20px;
  font-weight: 700;
}
.ce_reviews .bottom .reviews .owl-nav {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  margin-top: -10px;
}
.ce_reviews .bottom .reviews .owl-nav .owl-prev,
.ce_reviews .bottom .reviews .owl-nav .owl-next {
  width: 20px;
  height: 20px;
  border-top: 3px solid #C00D0D;
  border-right: 3px solid #C00D0D;
  position: absolute;
  background: none;
  color: inherit;
  padding: 0;
  font: inherit;
  cursor: pointer;
  outline: inherit;
  border-radius: 0;
}
.ce_reviews .bottom .reviews .owl-nav .owl-prev span,
.ce_reviews .bottom .reviews .owl-nav .owl-next span {
  display: none;
}
.ce_reviews .bottom .reviews .owl-nav .owl-prev {
  left: 0;
  transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
}
.ce_reviews .bottom .reviews .owl-nav .owl-next {
  right: 0;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}
.ce_reviews .bottom .reviews .owl-item {
  opacity: .3;
}
.ce_reviews .bottom .reviews .owl-item.active {
  opacity: 1;
}
.ce_reviews .bottom .reviews .review {
  border: 1px solid #F5F5F5;
  border-radius: 5px;
  min-height: 230px;
  padding: 30px 15px 15px 15px;
  background: white;
}
.ce_reviews .bottom .reviews .review .r_headline {
  font-weight: 700;
}
.ce_reviews .bottom .reviews .review .r_text,
.ce_reviews .bottom .reviews .review .r_date,
.ce_reviews .bottom .reviews .review .r_headline {
  font-size: 14px;
}
.ce_reviews .bottom .reviews .review .r_text a {
  color: #C00D0D;
  display: block;
}
.ce_reviews .read-more {
  margin-left: 0;
  color: #C00D0D;
  text-decoration: underline;
  cursor: pointer;
  margin-top: 5px;
}
.ce_reviews .read-more:hover {
  text-decoration: none;
}
.review-modal {
  display: none;
  position: fixed;
  z-index: 9999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.6);
  justify-content: center;
  align-items: center;
  z-index: 999999999;
}
.review-modal.active {
  display: flex;
}
.review-modal-content {
  background: #fff;
  max-width: 600px;
  width: 90%;
  padding: 30px;
  border-radius: 10px;
  position: relative;
  box-shadow: 0 5px 20px rgba(0,0,0,0.2);
  max-height: 70vh;
  overflow-y: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.review-modal-content .r_headline {
  font-weight: 700;
  display: block;
  margin: 10px 0;
}
.review-modal-content .r_text_full {
  font-size: 16px;
}
.close-modal {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 50px;
  height: 50px;
  cursor: pointer;
  background: none;
  border: none;
}
@media (max-width: 768px) {
  .close-modal {
    width: 25px;
    height: 25px;
    right: 30px;
    top: 0px;
  }
}
.close-modal:before,
.close-modal:after {
  content: '';
  position: absolute;
  left: 25px;
  top: 15px;
  height: 15px;
  width: 1px;
  background-color: #C00D0D;
}
@media (max-width: 768px) {
  .close-modal:before,
  .close-modal:after {
    height: 25px;
  }
}
.close-modal:before {
  transform: rotate(45deg);
}
.close-modal:after {
  transform: rotate(-45deg);
}
.aktion-outer {
  position: relative;
  display: inline-block;
}
.aktion-outer .day {
  position: absolute;
  right: 22px;
  bottom: 7px;
  font-weight: 700;
  color: #C00D0D;
}
@media (max-width: 1290px) {
  .aktion-outer .day {
    right: 18px;
    bottom: 4px;
  }
}
.trigger-aktion {
  cursor: pointer;
}
.popvic {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(255,255,255,0.4);
  z-index: 99999;
  text-align: center;
}
.popvic .inner {
  background: #C00D0D;
  display: inline-block;
  width: 600px;
  max-width: 90%;
  top: 25%;
  position: relative;
  color: white;
  border-radius: 5px;
  padding: 35px;
}
.popvic .inner .logo {
  position: absolute;
  right: 20px;
  top: 20px;
  width: 40px;
}
.popvic .inner .closey {
  position: absolute;
  width: 30px;
  height: 30px;
  top: -40px;
  right: -40px;
  cursor: pointer;
}
@media (max-width: 1200px) {
  .popvic .inner .closey {
    right: 0;
  }
}
.popvic .inner .topline {
  font-size: 30px;
  font-weight: 300;
  position: relative;
  margin-bottom: -10px;
}
@media (max-width: 1200px) {
  .popvic .inner .topline {
    font-size: 20px;
  }
}
.popvic .inner .headline {
  font-weight: 700;
  font-size: 68px;
  text-transform: uppercase;
  letter-spacing: .08em;
}
@media (max-width: 1200px) {
  .popvic .inner .headline {
    font-size: 45px;
  }
}
.popvic .inner .image {
  position: relative;
}
.popvic .inner .image:before {
  content: '';
  position: absolute;
  top: 50%;
  height: 1px;
  left: 0;
  right: 0;
  background: white;
  opacity: .7;
}
.popvic .inner .image img {
  width: 225px;
  background: #C00D0D;
  position: relative;
  padding: 0 40px;
}
@media (max-width: 1200px) {
  .popvic .inner .image img {
    width: 180px;
  }
}
.popvic .inner .foot {
  font-weight: 300;
  font-size: 11px;
  margin-top: 8px;
}
.popvic .inner .valid {
  color: #FFFF40;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 30px;
}
@media (max-width: 1200px) {
  .popvic .inner .valid {
    font-size: 20px;
  }
}
.popvic .inner .valid .day {
  font-size: 60px;
  font-weight: 500;
  display: inline-block;
  margin-left: 10px;
  margin-right: 10px;
  position: relative;
  top: 8px;
}
@media (max-width: 1200px) {
  .popvic .inner .valid .day {
    font-size: 40px;
  }
}
.bottom-bar {
  background: #C00D0D;
  position: absolute;
  height: 40px;
  left: 0;
  right: 0;
  bottom: 0;
  color: white;
  line-height: 40px;
  font-size: 18px;
  position: fixed;
  z-index: 99;
}
@media (max-width: 1200px) {
  .bottom-bar {
    font-size: 16px;
  }
}
@media (max-width: 991px) {
  .bottom-bar {
    font-size: 14px;
  }
}
@media (max-width: 768px) {
  .bottom-bar {
    height: 70px;
    line-height: 18px;
    padding-top: 10px;
    font-size: 12px;
  }
  .bottom-bar .container {
    padding-top: 10px;
  }
}
.bottom-bar .headline {
  font-weight: 700;
  display: inline-block;
  margin-left: 5px;
  margin-right: 5px;
}
.bottom-bar img {
  display: inline-block;
  height: 26px;
  width: auto;
  position: relative;
  top: -3px;
}
@media (max-width: 991px) {
  .bottom-bar img {
    height: 20px;
  }
}
@media (max-width: 768px) {
  .bottom-bar .foot {
    display: none;
  }
}
.bottom-bar .valid {
  color: #FFFF40;
  text-transform: uppercase;
  font-weight: 700;
  line-height: 40px;
}
.bottom-bar .valid .day {
  font-size: 25px;
  font-weight: 500;
  display: inline-block;
  position: relative;
  top: 2px;
  margin-left: 5px;
  margin-right: 5px;
}
@media (max-width: 991px) {
  .bottom-bar .valid .day {
    font-size: 19px;
    top: 1px;
  }
}
#footer svg {
  max-width: 100%;
}
#footer svg text {
  font-family: 'azo-sans-web' !important;
}
#footer .icons {
  padding: 160px 0;
  text-align: center;
}
@media (max-width: 991px) {
  #footer .icons {
    padding: 60px 0;
  }
}
#footer .icons .icon {
  display: inline-block;
  margin: 0 40px;
  vertical-align: top;
  width: 200px;
}
@media (max-width: 991px) {
  #footer .icons .icon {
    width: 25%;
    margin: 0 3%;
  }
}
#footer .icons .icon svg {
  height: 100px;
  width: auto;
}
@media (max-width: 991px) {
  #footer .icons .icon svg {
    height: 55px;
  }
}
#footer .icons .icon .text {
  font-size: 17px;
  text-transform: uppercase;
  margin-top: 30px;
}
@media (max-width: 991px) {
  #footer .icons .icon .text {
    font-size: 14px;
    margin-top: 20px;
  }
}
#footer .info {
  padding-top: 60px;
  padding-bottom: 60px;
}
@media (max-width: 991px) {
  #footer .info {
    padding-top: 40px;
  }
}
#footer .info .icon-main {
  padding-left: 70px;
}
@media (max-width: 991px) {
  #footer .info .icon-main {
    padding-bottom: 40px;
    text-align: center;
    padding-left: 0;
  }
}
#footer .info .icon-main svg {
  width: 200px;
  height: auto;
  max-width: 100%;
}
@media (max-width: 991px) {
  #footer .info .icon-main svg {
    width: 160px;
  }
}
#footer .info .icon-main.zbh svg {
  width: 100px;
}
@media (max-width: 991px) {
  #footer .info .icon-main.zbh svg {
    width: 60px;
  }
}
#footer .info .icon-guarantee {
  text-align: center;
}
#footer .info .icon-guarantee .headline {
  color: #C00D0D;
  font-size: 21px;
  font-weight: 500;
  display: inline-block;
  background: white;
  padding: 0 21px;
}
#footer .info .icon-guarantee .headline:before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  height: 1px;
  background: #C00D0D;
  top: 16px;
  z-index: -1;
}
#footer .info .icon-guarantee .trigger-popup {
  cursor: pointer;
}
#footer .info .links a.violet {
  color: #b85a9e;
}
#footer .info .links p {
  margin-bottom: 30px;
  font-size: 18px;
  font-weight: 500;
}
#footer .info .links p:first-of-type {
  margin-bottom: 32px;
}
@media (max-width: 991px) {
  #footer .info .links p:first-of-type {
    margin-bottom: 0;
  }
}
#footer .info .links p:last-of-type {
  margin-bottom: 0;
}
#footer .info .links p strong {
  color: #C00D0D;
  font-size: 21px;
  font-weight: 500;
}
#footer .info .links.stores p {
  margin-bottom: 19px;
}
#footer .info .links.stores p:first-of-type {
  margin-bottom: 32px;
}
@media (max-width: 991px) {
  #footer .info .links.links-left {
    margin-top: 0;
    margin-bottom: 15px;
  }
  #footer .info .links p {
    display: none;
    margin: 15px 0;
  }
  #footer .info .links p:first-of-type {
    display: block;
    margin-bottom: 0 !important;
    margin-top: 0;
    border-bottom: 1px solid #707070;
  }
  #footer .info .links p:first-of-type strong {
    line-height: 50px;
    cursor: pointer;
    position: relative;
    display: block;
  }
  #footer .info .links p:first-of-type strong:before {
    content: '';
    height: 18px;
    width: 1px;
    background: #C00D0D;
    position: absolute;
    right: 9px;
    top: 50%;
    margin-top: -9px;
  }
  #footer .info .links p:first-of-type strong:after {
    content: '';
    width: 18px;
    height: 1px;
    background: #C00D0D;
    position: absolute;
    right: 0;
    top: 50%;
  }
  #footer .info .links p:first-of-type strong.active:before {
    display: none;
  }
}
#footer .payment {
  padding-top: 30px;
  padding-bottom: 30px;
  text-align: center;
}
#footer .payment .copyright {
  font-size: 12px;
  font-weight: 300;
  text-align: left;
}
@media (max-width: 1300px) {
  #footer .payment .copyright {
    font-size: 10px;
  }
}
#footer .payment img {
  height: 25px;
  max-width: 100%;
}
#footer .payment .nth-1 img {
  height: 35px;
}
#footer .line {
  border-top: 1px solid #B4B4B4;
}
#footer .bottom-links p {
  display: inline-block;
  font-size: 12px;
  font-weight: 300;
  margin-left: 15px;
}
@media (max-width: 1300px) {
  #footer .bottom-links p {
    margin-left: 0;
    font-size: 10px;
  }
}
.single-product #footer .icons {
  padding-top: 80px;
}
#contactbox {
  width: 290px;
  border: 1px solid #C00D0D;
  position: fixed;
  right: -290px;
  bottom: 40px;
  background: white;
  padding: 15px 23px 15px 23px;
  transition: .3s;
}
@media (max-width: 768px) {
  #contactbox {
    bottom: 80px;
  }
}
#contactbox .closer {
  position: absolute;
  top: 0;
  right: 0;
  width: 50px;
  height: 50px;
  cursor: pointer;
}
@media (max-width: 768px) {
  #contactbox .closer {
    width: 25px;
    height: 25px;
    right: 30px;
    top: 0px;
  }
}
#contactbox .closer:before,
#contactbox .closer:after {
  content: '';
  position: absolute;
  left: 25px;
  top: 15px;
  height: 15px;
  width: 1px;
  background-color: #C00D0D;
}
@media (max-width: 768px) {
  #contactbox .closer:before,
  #contactbox .closer:after {
    height: 25px;
  }
}
#contactbox .closer:before {
  transform: rotate(45deg);
}
#contactbox .closer:after {
  transform: rotate(-45deg);
}
#contactbox .trigger {
  width: 90px;
  position: absolute;
  left: -90px;
  bottom: 0;
  text-align: center;
  padding-right: 10px;
  cursor: pointer;
}
#contactbox .trigger .text {
  font-size: 15px;
  font-weight: 500;
  color: #C00D0D;
}
#contactbox.active {
  right: 0;
}
#contactbox.active .trigger {
  opacity: 0;
}
#contactbox .logo {
  border-bottom: 1px solid #C00D0D;
  text-align: center;
  padding: 15px 0;
  margin-bottom: 15px;
}
#contactbox .logo img {
  width: 100px;
}
#contactbox .logo svg {
  width: 45px;
  height: auto;
}
#contactbox .part {
  font-size: 20px;
  margin-top: 10px;
  margin-bottom: 10px;
}
#contactbox .part .image {
  width: 30px;
  display: inline-block;
  text-align: center;
  margin-right: 10px;
}
#contactbox .part .image img {
  height: auto;
  display: inline-block;
}
#contactbox .part .links_right {
  display: inline-block;
  vertical-align: middle;
}
#contactbox .part a {
  display: block;
  font-size: 16px;
  line-height: 18px;
}
#contactbox .part a:hover {
  color: #C00D0D;
}
#contactbox .part.part-4 {
  background: #b85a9e;
  border-radius: 5px;
  padding: 5px;
  border: 1px solid #b85a9e;
  text-align: center;
}
#contactbox .part.part-4 .image {
  display: none;
}
#contactbox .part.part-4 a {
  color: white !important;
  line-height: 34px;
}
#contactbox .part.part-4:hover {
  background: white;
}
#contactbox .part.part-4:hover a {
  color: #b85a9e !important;
}
#contactbox .part span {
  font-size: 12px;
}
.loader-overlay {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(255,255,255,0.9);
  z-index: 9999;
  text-align: center;
  display: none;
}
.loader-overlay .loader-sp {
  width: 48px;
  height: 48px;
  border: 5px solid #000000;
  border-bottom-color: #C00D0D;
  border-radius: 50%;
  display: inline-block;
  box-sizing: border-box;
  animation: rotation 1s linear infinite;
  position: absolute;
  top: 50%;
  margin-top: -24px;
}
#requestForm {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(255,255,255,0.8);
  z-index: 9999999;
  padding-left: 15px;
  padding-right: 15px;
  overflow-y: scroll;
}
#requestForm #z1-success {
  text-align: center;
}
#requestForm .inner {
  background: white;
  position: relative;
  width: 600px;
  max-width: 100%;
  margin: 0 auto;
  border: 1px solid #c00d0d;
  top: 30px;
  padding: 20px;
  margin-bottom: 50px;
}
#requestForm .inner img {
  width: 60px;
  margin: 0 auto;
  display: block;
}
#requestForm .inner .cf_headline {
  font-size: 25px;
  text-transform: uppercase;
  font-weight: 700;
  text-align: center;
  margin-top: 20px;
  color: #C00D0D;
}
#requestForm .inner .cf_text {
  font-size: 15px;
  margin-top: 10px;
  text-align: center;
}
#requestForm .inner .closer {
  position: absolute;
  top: 0;
  right: 0;
  width: 50px;
  height: 50px;
  cursor: pointer;
}
@media (max-width: 768px) {
  #requestForm .inner .closer {
    width: 25px;
    height: 25px;
    right: 25px;
    top: 10px;
  }
}
#requestForm .inner .closer:before,
#requestForm .inner .closer:after {
  content: '';
  position: absolute;
  left: 25px;
  top: 15px;
  height: 15px;
  width: 1px;
  background-color: #C00D0D;
}
@media (max-width: 768px) {
  #requestForm .inner .closer:before,
  #requestForm .inner .closer:after {
    height: 25px;
  }
}
#requestForm .inner .closer:before {
  transform: rotate(45deg);
}
#requestForm .inner .closer:after {
  transform: rotate(-45deg);
}
body.woocommerce-checkout #contactbox {
  display: none;
}
body.woocommerce-checkout #footer {
  margin-top: 100px;
}
@media (max-width: 991px) {
  body.woocommerce-checkout #footer {
    margin-top: 50px;
  }
}
body.woocommerce-checkout #footer .row.info {
  padding-bottom: 0 !important;
}
@media (min-width: 991px) {
  body.woocommerce-checkout #footer .row.info {
    display: none !important;
  }
}
body.woocommerce-checkout #footer .row.icons {
  display: none;
}
body.woocommerce-checkout #footer .icon-guarantee {
  margin-bottom: 15px !important;
}
@media (max-width: 991px) {
  body.woocommerce-checkout #footer .icon-main,
  body.woocommerce-checkout #footer .links-left,
  body.woocommerce-checkout #footer .links-right {
    display: none !important;
  }
}
@keyframes rotation {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.selected-options-list {
  font-size: 12px;
  white-space: nowrap;
  color: #7B7B7B;
  margin-top: 10px;
  line-height: 1em;
}
.selected-options-list span {
  color: black;
  font-weight: 500;
}
@media (max-width: 1290px) {
  .selected-options-list {
    margin-top: 0px;
  }
}
.selected-options-list-right img {
  width: 110px;
}
@media (max-width: 1290px) {
  .selected-options-list-right img {
    width: 90px;
  }
}
.blog-2 .product-top-outer,
.blog-2 .custom-tabs .trigger-popup,
.blog-2 .ce_slider_text,
.blog-2 .ce_imagemap:before {
  background: #F5F5F5;
}
.wpml-ls-statics-footer {
  display: none;
}
@media (max-width: 850px) {
  .woocommerce-cart .woocommerce table.shop_table,
  .woocommerce-cart .woocommerce .cart-collaterals .shop_table {
    border-collapse: collapse;
    width: 100%;
    margin-bottom: 2rem;
  }
  .woocommerce-cart .woocommerce table.shop_table thead {
    display: none;
  }
  .woocommerce-cart .woocommerce table.shop_table tr {
    display: block;
    margin-bottom: 1.5rem;
    border: 1px solid #F5F5F5;
    border-radius: 8px;
    padding: 10px;
  }
  .woocommerce-cart .woocommerce table.shop_table td.product-thumbnail img {
    width: 100% !important;
    height: auto;
  }
  .woocommerce-cart .woocommerce table.shop_table td.product-thumbnail {
    padding-right: 0 !important;
  }
  .woocommerce-cart .woocommerce table.shop_table td {
    display: block;
    text-align: left;
    padding: 0.5rem 0.5rem 0.5rem 0;
    border: none;
  }
  .shop_table tbody tr.cart_item td.product-name a.remove {
    position: relative !important;
    bottom: 0;
  }
  .woocommerce-cart .woocommerce table.shop_table td.product-name a {
    display: inline;
  }
  .woocommerce-cart .woocommerce .quantity .input-text.qty {
    width: 100%;
    text-align: center;
    padding: 8px;
  }
  .woocommerce-cart .woocommerce .cart-collaterals .shop_table.shop_table_responsive tr {
    display: block;
    border: 1px solid #ccc;
    margin-bottom: 1rem;
    padding: 10px;
  }
  .woocommerce-cart .woocommerce .cart-collaterals .shop_table.shop_table_responsive tr:last-child {
    margin-bottom: 0;
  }
  .woocommerce-cart .woocommerce .cart-collaterals .shop_table.shop_table_responsive th,
  .woocommerce-cart .woocommerce .cart-collaterals .shop_table.shop_table_responsive td {
    display: block;
    padding: 0.5rem 0;
    text-align: left;
  }
  .woocommerce-cart .woocommerce .cart-collaterals .shop_table.shop_table_responsive tr.order-total th,
  .woocommerce-cart .woocommerce .cart-collaterals .shop_table.shop_table_responsive tr.order-total td {
    font-weight: bold;
  }
  .woocommerce-cart .woocommerce .cart-collaterals .cart_totals {
    width: 100% !important;
  }
  .woocommerce-cart .woocommerce .cart-collaterals .shop_table.shop_table_responsive td p,
  .woocommerce-cart .woocommerce .cart-collaterals .shop_table.shop_table_responsive td ul {
    margin-top: 0.5rem;
    padding: 0;
  }
  .woocommerce-cart .woocommerce .wc-proceed-to-checkout {
    text-align: center;
    padding: 0;
  }
  .woocommerce-cart .woocommerce .wc-proceed-to-checkout a.checkout-button {
    width: 100%;
    text-align: center;
  }
}
.woocommerce-order-received .woocommerce-order-details,
.woocommerce-order-received .woocommerce-customer-details {
  display: none !important;
}
