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-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;
}
#header.scrolled {
  background: white;
}
#header .header-main {
  clear: both;
  padding: 15px 0;
}
@media (max-width: 1240px) {
  #header .header-main {
    padding: 15px 0;
  }
}
@media (max-width: 991px) {
  #header .header-main {
    padding: 10px 0 10px 0;
  }
}
#header .header-main #logo svg {
  max-width: 100%;
  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;
}
@media (max-width: 991px) {
  #header .header-main .navi {
    display: none;
  }
}
#header .header-main .navi .nav-trigger {
  width: 18px;
  height: 13px;
  top: -23px;
  margin-right: 20px;
}
#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 20px;
  padding: 0;
  display: inline-block;
  font-size: 21px;
  font-weight: 400;
}
@media (max-width: 1240px) {
  #header .header-main #menu ul.menu li {
    font-size: 18px;
    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 .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 .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: 10px;
    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;
}
#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;
  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;
}
@media (max-width: 768px) {
  .overlay .overlay-inner {
    width: auto;
    left: 35px;
    right: 35px;
    top: 100px;
    position: absolute;
    padding: 19px 26px;
  }
}
.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;
}
.overlay .overlay-inner .closer-btn.small,
.overlay .overlay-inner .big-red-btn.small {
  line-height: 33px;
  font-size: 14px;
  margin-top: 10px;
}
.overlay .overlay-inner .closer {
  position: absolute;
  top: 0;
  right: 0;
  width: 50px;
  height: 50px;
  cursor: pointer;
}
@media (max-width: 768px) {
  .overlay .overlay-inner .closer {
    width: 25px;
    height: 25px;
    right: 10px;
    top: 10px;
  }
}
.overlay .overlay-inner .closer:before,
.overlay .overlay-inner .closer:after {
  content: '';
  position: absolute;
  left: 25px;
  top: 15px;
  height: 15px;
  width: 1px;
  background-color: #C00D0D;
}
@media (max-width: 768px) {
  .overlay .overlay-inner .closer:before,
  .overlay .overlay-inner .closer:after {
    height: 25px;
  }
}
.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;
}
.overlay .overlay-inner .overlay-inner-top .title {
  font-size: 26px;
  line-height: 35px;
  font-weight: 500;
}
.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.active .overlay-inner {
  transform: translate(0px,0px);
}
.ce_headline img {
  width: 170px;
  height: 170px;
  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 h1,
.ce_headline h2,
.ce_headline h3,
.ce_headline h4 {
  font-size: 40px;
  font-weight: 400;
  margin-bottom: 0;
}
.ce_headline h1 span,
.ce_headline h2 span,
.ce_headline h3 span,
.ce_headline h4 span {
  color: #C00D0D;
}
.ce_headline p {
  line-height: 34px;
}
.ce_headline p strong {
  font-weight: 500;
}
.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_stores {
  background: white;
  margin-top: 0;
  padding-top: 180px;
  padding-bottom: 80px;
}
.ce_stores .headline {
  margin-top: 50px;
  margin-bottom: 35px;
}
.ce_stores .headline h1 {
  font-size: 50px;
  font-weight: 400;
  margin-bottom: 25px;
}
.ce_stores .headline h1 span {
  color: #C00D0D;
}
.ce_stores .headline h2 {
  font-size: 28px;
  font-weight: 500;
  color: #C00D0D;
}
.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;
}
.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;
}
.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;
}
.ce_stores .store .inner .info .arrow {
  position: absolute;
  right: 20px;
  bottom: 35px;
  width: 40px;
  height: auto;
}
.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;
  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: inline-block;
  margin-top: 20px;
}
.ce_store {
  background: #F5F9F7;
  margin-top: 0;
  padding-top: 180px;
  padding-bottom: 80px;
}
.ce_store .headline {
  margin-top: 50px;
  margin-bottom: 35px;
}
.ce_store .headline h1 {
  font-size: 50px;
  font-weight: 400;
  margin-bottom: 25px;
}
.ce_store .headline h1 span {
  color: #C00D0D;
}
.ce_store .headline h2 {
  font-size: 28px;
  font-weight: 500;
  color: #C00D0D;
}
.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 .right {
  font-weight: 300;
  line-height: 34px;
}
.ce_store .content .right strong,
.ce_store .content .right .phone {
  font-weight: 500;
}
.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;
}
.ce_faq {
  margin-top: 180px;
}
.ce_faq .headline {
  margin-top: 50px;
  margin-bottom: 50px;
}
.ce_faq .headline h1 {
  font-size: 50px;
  font-weight: 400;
  margin-bottom: 25px;
}
.ce_faq .headline h1 span {
  color: #C00D0D;
}
.ce_faq .categories .category .inner {
  background: #F5F9F7;
  padding: 35px 35px;
}
.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: 200px;
  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;
}
.ce_faq .faqs .part {
  padding: 0 20px 0 20px;
  border-bottom: 1px solid #D8D8D8;
}
.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;
}
.ce_about_us .banner {
  position: relative;
}
.ce_about_us .banner .text {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}
.ce_about_us .banner .text h1 {
  margin-top: 200px;
  margin-bottom: 10px;
  font-size: 50px;
  font-weight: 400;
}
.ce_about_us .banner .text .subline {
  font-size: 28px;
  font-weight: 500;
}
.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;
}
.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;
}
@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;
}
#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;
}
.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%;
  }
}
.ce_slider_fullscreen .content {
  text-align: center;
  position: relative;
  z-index: 1;
  padding-top: 80px;
  padding-bottom: 80px;
}
@media (max-width: 991px) {
  .ce_slider_fullscreen .content {
    padding-top: 40px;
    padding-bottom: 0px;
  }
}
.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;
}
.ce_slider_fullscreen .content .icon {
  width: 200px;
  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_circle_icons {
  margin-top: 100px;
  margin-bottom: 100px;
}
.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%;
}
.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;
  scrollbar-width: none;
}
.ce_tabs .tabs-nav {
  min-width: 991px;
}
.ce_tabs .tabs-nav .tabs-nav-item {
  cursor: pointer;
}
.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 .headline {
  position: relative;
  display: inline-block;
}
.ce_tabs .tabs-nav .tabs-nav-item.active .headline:before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: -2px;
  height: 2px;
  background: #C00D0D;
}
.ce_tabs .tabs-nav .tabs-nav-item.active .headline: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 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;
    display: none;
  }
}
.ce_banner .manschette-outer {
  position: absolute;
  bottom: 0;
}
.ce_banner .manschette {
  background: #0D6905;
  position: absolute;
  bottom: 0;
  width: 150px;
  right: 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 15px 15px;
    width: 120px;
    font-size: 12px;
  }
}
@media (max-width: 768px) {
  .ce_banner .manschette {
    right: 15px;
  }
}
@media (max-width: 991px) {
  .ce_banner {
    min-height: 100vh;
  }
  .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;
}
.product .product-top {
  position: relative;
}
.product .product-top .left {
  margin-top: 280px;
}
.product .product-top .left .woocommerce-product-gallery {
  margin-bottom: 80px;
}
.product .product-top .right {
  top: 150px;
}
.product .product-top .entry-summary {
  width: 355px;
  display: inline-block;
  margin-top: 40px;
  margin-bottom: 45px;
}
.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;
}
.product .product-top .entry-summary .woocommerce-variation-price:after {
  content: 'Inkl. MwSt.';
  display: block;
  font-size: 11px;
  font-weight: 400;
  color: #000000;
}
.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: 2px solid #0D6905;
  transition: .3s;
  -webkit-transition: .3s;
}
.product .product-top .entry-summary .woocommerce-variation-add-to-cart button:hover {
  background: #ffffff;
  color: #0D6905;
}
.product .product-top .entry-summary .product_title {
  font-size: 30px;
  font-weight: 700;
  line-height: 27px;
  margin: 0;
  margin-bottom: 10px;
  letter-spacing: .1em;
  position: relative;
}
.product .product-top .entry-summary .woocommerce-product-details__short-description {
  margin-bottom: 40px;
}
.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 .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: 10px;
  margin-bottom: 20px;
}
.product .product-top .entry-summary .variations-extra .trigger-popup {
  grid-column: span 1;
  height: auto;
  background: white;
  border: 1px solid #C7C7C7;
  border-radius: 3px;
  font-size: 14px;
  padding: 10px;
}
.product .product-top .entry-summary .variations-extra .trigger-popup .top {
  margin-bottom: 8px;
}
.product .product-top .entry-summary .variations-extra .trigger-popup .top .icon,
.product .product-top .entry-summary .variations-extra .trigger-popup .top .units {
  display: inline-block;
  height: 25px;
  line-height: 25px;
  vertical-align: middle;
  margin-right: 5px;
}
.product .product-top .entry-summary .variations-extra .trigger-popup .bottom {
  font-size: 12px;
}
.product .product-top .entry-summary .variations-extra .trigger-popup .bottom span {
  display: inline-block;
  margin-left: 5px;
  font-weight: 300;
}
.product .product-top .entry-summary .variations-extra .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;
}
.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:last-of-type {
  margin-bottom: 0;
}
.product .ce_gallery_sm {
  position: relative;
  width: calc(100% - 45px);
}
.product .ce_gallery_sm .gallery_sm {
  display: grid;
  grid-template-columns: 25% 25% 25% 25%;
  gap: 15px;
  width: 100%;
}
.product .ce_gallery_sm .gallery_sm .product-gal-half {
  grid-column: span 2;
  aspect-ratio: 1.1176470588235;
  position: relative;
}
.product .ce_gallery_sm .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 {
  border-top-right-radius: 15px;
  border-bottom-right-radius: 15px;
}
.product .ce_gallery_sm .gallery_sm .product-gal-third {
  grid-column: span 1;
  aspect-ratio: 0.58823529411765;
  border-top-left-radius: 15px;
  border-bottom-left-radius: 15px;
}
.product .ce_gallery_sm .gallery_sm .product-gal-twothird {
  grid-column: span 3;
  aspect-ratio: 1.6176470588235;
  border-top-right-radius: 15px;
  border-bottom-right-radius: 15px;
}
.product .ce_gallery_sm .gallery_sm .product-gal-full {
  grid-column: span 4;
  aspect-ratio: 1.75;
  border-radius: 15px;
}
.product .ce_gallery_sm .gallery_sm .image {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.product .ce_gallery_sm .gallery_sm .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.product .ce_gallery_sm .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;
}
.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;
}
.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;
}
.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;
}
.radio-item label {
  padding-left: 0;
  position: relative;
  font-weight: 300;
  cursor: pointer;
  margin-bottom: 0;
  padding: 20px 20px;
  width: 100%;
}
.radio-item label .ls-title {
  font-weight: 400;
}
.radio-item label .ls-title span {
  margin-top: -4px;
  margin-bottom: 8px;
}
.radio-item label span {
  display: block;
  font-size: 30px;
  font-weight: 500;
}
.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;
}
.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;
}
.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;
}
.radio-item.mega label {
  padding-right: 0;
  padding-top: 0;
}
.radio-item.mega .ls-trigger-description {
  font-size: 16px;
}
.radio-item.mega .chars {
  font-weight: 300;
  font-size: 16px;
  margin-bottom: 40px;
}
.radio-item.mega .chars .char {
  margin-bottom: 15px;
}
.radio-item.mega .chars .char .svg {
  display: inline-block;
  width: 40px;
  text-align: center;
  margin-right: 15px;
}
.radio-item.polster .checkmark {
  position: absolute;
  z-index: 9;
  right: 20px;
  bottom: 20px;
  top: unset;
}
.radio-item.polster .ls-title {
  padding: 20px;
}
.radio-item.polster label {
  padding: 0;
}
.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: 50px;
  width: auto;
}
.custom-select-wrapper span {
  position: absolute;
  right: 10px;
  font-size: 16px;
}
.custom-select-trigger {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  cursor: pointer;
  padding: 0.75rem 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;
  top: 100%;
  left: 0;
  right: 0;
  border: 1px solid #C7C7C7;
  border-top: 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;
}
.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 .text {
  padding-top: 0;
  font-size: 15px;
  font-weight: 300;
}
.ls-price {
  font-size: 16px;
  position: absolute;
  bottom: -47px;
  right: 80px;
}
#overlay-matratzen .part:first-of-type {
  margin-bottom: 25px;
}
#overlay-matratzen .part label {
  margin-bottom: 0;
  display: inline-block;
}
#overlay-matratzen .part .checkmark {
  top: 50%;
  margin-top: -15px;
}
#overlay-matratzen .part .matrace {
  width: 90px;
  height: auto;
  margin: 0 30px 0 20px;
}
#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: #E2E2E2;
}
#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;
}
#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;
}
.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;
}
.custom-tabs h2 {
  font-size: 30px;
  font-weight: 400;
  margin-bottom: 30px;
}
.custom-tabs p {
  font-size: 24px;
  font-weight: 700;
}
.custom-tabs .trigger-popup {
  display: block;
  background: #F5F5F5;
  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 h2 {
  font-size: 30px;
  font-weight: 400;
  margin-bottom: 30px;
}
.ce_characteristics .list .col {
  margin-top: 30px;
  margin-bottom: 30px;
  font-size: 20px;
}
.ce_characteristics .list .col span {
  display: block;
  font-size: 14px;
  margin-bottom: 10px;
}
.ce_slider_text {
  margin-top: 60px;
  margin-bottom: 30px;
  background: #F5F5F5;
}
.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;
}
.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: 50px;
  bottom: 30px;
  z-index: 1;
}
.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;
}
.ce_parts {
  margin-top: 120px;
}
.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;
}
.ce_parts .part.part-half .text {
  padding-top: 70px;
  padding-bottom: 70px;
}
.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;
}
.ce_imagevideo-half .part .video-wrapper {
  position: relative;
  width: 100%;
  aspect-ratio: 1.7934782608696;
  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;
}
.ce_textandimage {
  overflow: visible;
}
.ce_textandimage .full,
.ce_textandimage .over {
  padding-top: 80px;
  padding-bottom: 80px;
}
.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;
}
.ce_textandimage .text .subline {
  font-size: 30px;
  color: black !important;
}
.ce_textandimage .text .icon {
  width: 150px;
  height: auto;
  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: 300px;
  border: 6px solid white;
}
.ce_textandimage .image.round img:hover {
  transform: scale(1.02);
}
.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;
}
@media (max-width: 991px) {
  .ce_leftslide .col-lg-5 {
    padding-left: 30px;
    padding-right: 30px;
    margin-top: 30px;
  }
}
.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;
}
@media (max-width: 991px) {
  .ce_imagemap {
    margin-top: 100px;
  }
}
.ce_imagemap:before {
  content: '';
  position: absolute;
  left: 0;
  top: -120px;
  width: 55%;
  height: 540px;
  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: 300px;
  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: -150px;
    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_list_standard .product {
  margin-bottom: 60px;
}
.product_list_standard .product img {
  width: 100%;
  max-width: 450px;
  transition: .3s;
  -webkit-transition: .3s;
  margin-bottom: 20px;
}
.product_list_standard .product:hover img {
  transform: scale(1.02);
  -webkit-transform: scale(1.02);
}
.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: 20px;
  font-weight: 400;
  margin: 10px 0;
  display: inline-block;
}
.product_list_standard .product .price span {
  font-weight: 400;
  font-size: 16px;
}
.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;
}
.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 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;
}
.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;
}
#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;
}
@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-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 .links p {
  margin-bottom: 30px;
  font-size: 18px;
  font-weight: 500;
}
#footer .info .links p:first-of-type {
  margin-bottom: 32px;
}
#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.links-right p {
  margin-bottom: 21px;
}
@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;
    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;
}
#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;
}
.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;
}
@keyframes rotation {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.selected-options-list {
  font-size: 12px;
  white-space: nowrap;
  color: #7B7B7B;
}
.selected-options-list span {
  color: black;
  font-weight: 500;
}
.selected-options-list-right img {
  width: 110px;
}
