body {
  margin: 0;
  padding: 0;
  top:0 !important;
  font-size: 16px;
  font-weight: 400;
  font-family: 'Raleway', sans-serif;
  background: #FFF;
}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline; }

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

h1 {
  margin: 0;
  padding: 0;
  list-style: none; }
h3 {
  margin: 0;
  padding: 0;
  list-style: none; }

h4 {
  margin: 0;
  padding: 0;
  list-style: none; }

h5 {
  margin: 0;
  padding: 0;
  list-style: none; }

h6 {
  margin: 0;
  padding: 0;
  list-style: none; }

p {
  margin: 0;
  padding: 0;
  list-style: none; }

ul {
  margin: 0;
  padding: 0;
  list-style: none; }

li {
  margin: 0;
  padding: 0;
  list-style: none; }

a {
  margin: 0;
  padding: 0;
  list-style: none;
  outline: none !important;
  text-decoration: none !important; 
}

input {
  outline: none !important; 
}

button {
  outline: none !important; 
}
img{
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}
.sp{
  padding-top: 110px;
  padding-bottom: 110px;
}

.bg_white{
  background-color: white;
}
.pt_0{
  padding-top: 0px;
}
.pb_0{
  padding-bottom: 0px;
}

#page-top {
    overflow-x: hidden !important;
}

/* Menu Css  */
/*Menu Css */

.button_container {
    position: fixed;
    top: 60px;
    right: 71px;
    height: 27px;
    width: 45px;
    cursor: pointer;
    z-index: 100;
    -webkit-transition: opacity 0.25s ease;
    -o-transition: opacity 0.25s ease;
    transition: opacity 0.25s ease;
}
.button_container:hover {
  opacity: 0.7;
}
.button_container.active .top {
  -webkit-transform: translateY(11px) translateX(0) rotate(45deg);
      -ms-transform: translateY(11px) translateX(0) rotate(45deg);
          transform: translateY(11px) translateX(0) rotate(45deg);
  background: #fff;
}
.button_container.active .middle {
  opacity: 0;
  background: #fff;
}
.button_container.active .bottom {
  -webkit-transform: translateY(-11px) translateX(0) rotate(-45deg);
      -ms-transform: translateY(-11px) translateX(0) rotate(-45deg);
          transform: translateY(-11px) translateX(0) rotate(-45deg);
  background: #fff;
}
.button_container span {
  background: #1c1c1c;
  border: none;
  height: 3px;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
  cursor: pointer;
}
.button_container span:nth-of-type(2) {
  top: 11px;
}
.button_container span:nth-of-type(3) {
  top: 22px;
}

.overlay {
  position: fixed;
  background: #6C8D00;
  top: 0;
  left: 0;
  width: 100%;
  height: 0%;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.35s, visibility 0.35s, height 0.35s;
  -o-transition: opacity 0.35s, visibility 0.35s, height 0.35s;
  transition: opacity 0.35s, visibility 0.35s, height 0.35s;
  overflow: hidden;
}
.overlay.open {
  opacity: 1;
  visibility: visible;
  height: 100%;
}
.overlay.open li {
  -webkit-animation: fadeInRight 0.5s ease forwards;
          animation: fadeInRight 0.5s ease forwards;
  -webkit-animation-delay: 0.35s;
          animation-delay: 0.35s;
}
.overlay.open li:nth-of-type(2) {
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s;
}
.overlay.open li:nth-of-type(3) {
  -webkit-animation-delay: 0.45s;
          animation-delay: 0.45s;
}
.overlay.open li:nth-of-type(4) {
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}
.overlay nav {
  position: relative;
  height: 70%;
  top: 48%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  font-size: 50px;
  font-family: "Varela Round", serif;
  font-weight: 400;
  text-align: center;
}
.overlay ul {
  list-style: none;
  padding: 0;
  margin: 0 auto;
  display: inline-block;
  position: relative;
  height: 100%;
}
.overlay ul li {
    display: block;
    height: calc(100% / 9);
    min-height: 50px;
    position: relative;
    opacity: 0;
}
.overlay ul li a {
    display: inline-block;
    position: relative;
    color: #fff;
    text-decoration: none;
    overflow: hidden;
    font-size: 39px;
    font-family: 'Raleway';
    margin-bottom: 15px;
}

.overlay ul li a:hover:after, .overlay ul li a:focus:after, .overlay ul li a:active:after {
  width: 100%;
}
.overlay ul li a:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 0%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  height: 3px;
  background: #fff;
  -webkit-transition: 0.35s;
  -o-transition: 0.35s;
  transition: 0.35s;
}

@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    left: 20%;
  }
  100% {
    opacity: 1;
    left: 0;
  }
}

@keyframes fadeInRight {
  0% {
    opacity: 0;
    left: 20%;
  }
  100% {
    opacity: 1;
    left: 0;
  }
}
.logo {
    padding-left: 35px;
}
.header_area {
    padding-top: 6px;
    padding-bottom: 6px;
    position: absolute;
    z-index: 1050;
    width: 100%;
    top: 15px;
    left: 0px;
}

/* Header Css  */

.hero_section {
    background-color: #000000;
}
.hero_image_area {
    max-width: 266px;
    text-align: center;
}

.slide_image img {
    width: 100%;
    background-size: cover;
}

.hero_single_slide {
    position: relative;
}
.slider_text {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    margin: auto;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center;
}
.slider_text h2 {
    color: #FFF;
    font-size: 57px;
    font-family: 'Raleway';
    background: #0C346F;
    display: initial;
    padding-left: 12px;
    padding-right: 12px;
}
.hero_slider_area {
/*    height: 100vh;*/
    overflow: hidden;
    position: relative;
}

.hero_slider_area.owl-carousel.owl-theme .owl-nav button {
    margin: 64px 0px !important;
    background: #EDBC50 !important;
    height: 50px;
    width: 50px;
    z-index: 1;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    color: #000000 !important;
    font-size: 30px !important;
    border-radius: 50% !important;
     -webkit-transition: 0.5s;
     -o-transition: 0.5s;
     transition: 0.5s;
}

.hero_slider_area.owl-carousel .owl-nav {
    margin-top: 0px !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    position: absolute;
    top: 0;
    right: 140px;
    bottom: 0;
    margin: auto;
}
.hero_slider_area.owl-carousel.owl-theme .owl-nav button:hover{
  background: #F6E1B4 !important;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}


/*Owl Dots*/
.hero_slider_area .owl-dots {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.hero_slider_area.owl-theme .owl-dots .owl-dot span {
    width: 4px;
    height: 24px;
    margin: 5px 7px;
    background: #EEBC52;
    display: block;
    -webkit-backface-visibility: visible;
    -webkit-transition: opacity .2s ease;
    -o-transition: opacity .2s ease;
    transition: opacity .2s ease;
    border-radius: 30px;
}
.hero_slider_area .owl-dots {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto !important;
    right: 155px;
    height: 101px;
}
.hero_slider_area.owl-theme .owl-dots .owl-dot.active span, .hero_slider_area.owl-theme .owl-dots .owl-dot:hover span {
    background: #FFF;
}


/*Services Item */
.product_cat_section {
    padding-bottom: 52px;
    position: relative;
    z-index: 1;
    padding-top: 0px;
}

.product_cat_section:after {
    position: absolute;
    content: "";
    width: 100%;
    height: 1000px;
    background: url('../images/banner/services_banner.png');
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: left, bottom;
    bottom: 0;
    left: 0;
    z-index: -1;
}

.p_item_area {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 971px;
    width: 100%;
    margin: auto;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}
.single_cagegoris_item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33%;
            flex: 0 0 33.33%;
    max-width: 33.33%;
    width: 100%;
    position: relative;
    background: #FFFFFF;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-box-shadow: -2px -1px 5px #00000029;
            box-shadow: -2px -1px 5px #00000029;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.p_item_s {
    position: relative;
    padding: 33px;
    width: 100%;
    height: 100%;
}
.single_cagegoris_item .p_item_s:after{
  position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    content: "";
    background: #678600;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    opacity: 0;
}
.single_cagegoris_item:hover .p_item_s:after{
  opacity: 0.67;
  cursor: pointer;
}


.product_cat_section .cat_image {
    height: 200px;
    display: flex;
    justify-content: center;
    align-items: center;
}



.product_title h4 {
    font-family: 'Raleway';
    color: #262626;
    font-size: 24px;
    line-height: 30px;
    padding-bottom: 25px;
    font-weight: 800;
    text-align: center;
}

.product_details_btn p {
    color: #FFF;
    font-size: 17px;
    background: #EE302E;
    font-weight: 700;
    font-family: 'Raleway';
    line-height: 20px;
    display: inline-block;
    padding: 7px 54px;
    border-radius: 30px;
}
.cat_content {
    width: 100%;
    height: 100%;
    position: absolute;
    right: 0;
    left: 0;
    bottom: 0;
    margin: auto;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    top: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    z-index: 2;
}

.single_cagegoris_item:hover .cat_content{
  opacity: 1;
  visibility: visible;
}

.p_text{
  text-align: center;
  padding-top: 60px;
  padding-bottom: 33px;
}
.p_text p{
  padding-bottom: 33px;
    text-align: center;
   font-family: 'Raleway';
  letter-spacing: 0px;
  color: #FFFFFF;
  font-size: 36px;
  line-height: 1.2;  
}
.contact_ttn a {
    background: #FFFFFF;
    -webkit-box-shadow: 0px 3px 6px #00000029;
            box-shadow: 0px 3px 6px #00000029;
    border: 4px solid #C9DB8F;
    border-radius: 56px;
    font-family: 'Muli';
    font-size: 30px;
    line-height: 44px;
    color: #6C8D00;
    font-weight: 900;
    display: inline-block;
    padding: 18px 164px;
}
.footer_logo {
    text-align: center;
    padding-bottom: 35px;
}
.partner_content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.partner_logo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
}
.single_partner {
    margin: 0px 14px;
}
.partner_text {
    margin-right: 30px;
}
.partner_text p {
    font-weight: 700;
    color: #FFF;
    font-size: 20px;
    line-height: 27px;
}

/*Footer Css */
.footer_area {
    background: #6C8D00;
    text-align: center;
    color: #FFf;
    padding: 20px 0px;
}
.copyright p {
    letter-spacing: 0px;
    color: #FFFFFF;
    opacity: 1;
    font-family: 'DIN2014-Demi';
    font-size: 17px;
    line-height: 22px;
}

/*Product Overview*/
.product_overview_sp {
    padding-top: 0px;
    padding-bottom: 52px;
    background: url('../images/banner/product-preview.png');
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: left, center;
}
.other_page{
  padding-top: 84px;
}
.select_section_sp{
  padding-top: 128px;
  padding-bottom: 111px;
}
.select_top_item {
    max-width: 414px;
    width: 100%;
    margin: auto;
}
.select_top_item h2 {
    color: #000000;
    font-size: 40px;
    line-height: 1.2;
    padding-bottom: 37px;
    font-weight: 800;
    text-align: center;
}
.nice-select .option {
    text-transform: capitalize;
}
.nice-select {
    background-color: #F1F2F6;
    border-radius: 5px;
    border: solid 1px #EEEEEE;
    font-size: 18px;
    height: auto;
    padding-top: 5px;
    padding-bottom: 5px;
    font-family: 'Muli';
    font-weight: 400;
    text-transform: capitalize;
}
.nice-select .option.selected {
    font-weight: 400;
    text-transform: capitalize;
}
.nice-select:active, .nice-select.open, .nice-select:focus {
    border-color: #EEEEEE;
}
.nice-select:after {
    border-bottom: 0px solid transparent;
    border-right: 0px solid transparent;
    content: '';
    display: block;
    height: 11.3px;
    margin-top: -4px;
    pointer-events: none;
    position: absolute;
    right: 22px;
    top: 48%;
    -webkit-transition: all 0.15s ease-in-out;
    -o-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out;
    width: 22.6px;
    background: url('../images/icon/path.png') no-repeat scroll;
    -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
            transform: rotate(0deg);
}
.nice-select.open:after {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    top: 44%;
}
.product_overview_area .single_cagegoris_item {
    margin-bottom: 27px;
    background: #F5F5F5;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
}
.price {
    margin-top: 18px;
}
.price strong {
    font-family: 'Muli';
    color: #00A88F;
    font-size: 18px;
    line-height: 25px;
}
.p_item_area.product_overview_area {
    max-width: 100%;
}

/*Ton licht Css */

.ton_licht_section {
    padding-top: 240px;
    padding-bottom: 50px;
    position: relative;
    z-index: 1;
}
.ton_licht_section:after{
  position: absolute;
  content: "";
  width: 100%;
  height: 680px;
  background: url('../images/banner/ton-benner.png');
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: left, bottom;
    bottom: 0;
    left: 0;
    z-index: -1;
}

.ton_licht_section.xxl_section_area {
    padding-top: 240px;
    padding-bottom: 50px;
    position: relative;
    z-index: 1;
}
.ton_licht_section.xxl_section_area:after{
  position: absolute;
  content: "";
  width: 100%;
  height: 289px;
  background: url('../images/banner/xx-banner.png');
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: left, bottom;
    bottom: 0;
    left: 0;
    z-index: -1;
}



.ton_licht_content {
    text-align: center;
    max-width: 1100px;
    margin: auto;
    width: 100%;
    padding-bottom: 57px;
}
.ton_licht_content h2, .ton_licht_content h3 {
    font-size: 36px;
    letter-spacing: 0px;
    color: #1F1F1F;
    opacity: 1;
    line-height: 1.2;
    text-align: center;
    font-weight: 700;
}
.ton_licht_content h2{
  padding-bottom: 52px;
}
.ton_licht_content h3{
  padding-bottom: 20px;
}
.ton_licht_content p {
    color: #000000;
    font-size: 18px;
    line-height: 1.4;
    padding-bottom: 10px;
    font-family: 'Proxima Nova Lt';
    font-weight: 300;
}
.danching_image_area {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.danching_single {
    margin: 0px 13px;
}


/*Product details*/
.product_details_section {
    position: relative;
    z-index: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
}
.product_details_section:after{
    position: absolute;
    content: "";
    width: 100%;
    height: 633px;
    background: url('../images/banner/product_details.png');
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: left, bottom;
    bottom: 0;
    left: 0;
}
.s_product_preview_area {
    max-width: 55%;
    width: 100%;
    padding-top: 135px;
    padding-bottom: 60px;
    background: #E2E2E2;
}
.s_product_content_area {
    max-width: 45%;
    width: 100%;
    padding-top: 135px;
    padding-bottom: 60px;
    background: #FFF;
    overflow: hidden;
    z-index: 2;
}


/*.p_slider_details_are{
  max-width: 600px;
  width: 100%;
}*/


.insize {
    max-width: 600px;
    margin: auto;
    width: 100%;
}
.owl-thumbs {
    margin-top: 30px;
}
.owl-thumbs .owl-thumb-item {
    height: 105px;
    width: 100%;
    max-width: 150px;
    background: transparent;
    border: none;
    overflow: hidden;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
}
.owl-thumbs .owl-thumb-item img{
  max-width:100%;
  height:auto;
}

.p_slider_details_are .insize .owl-theme .owl-nav button {
    background: #FFF !important;
    height: 50px;
    width: 50px;
    z-index: 1;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    color: #000000 !important;
    font-size: 30px !important;
    border-radius: 50% !important;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    opacity: 0.7;
}
.p_slider_details_are .insize .owl-theme .owl-nav button:hover{
  background: #FFF !important;
  opacity: 1;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.product_ss_slider.owl-carousel{
  position: relative;
}
.owl-theme .owl-nav {
    margin-top: 0px;
}
.p_slider_details_are .insize .owl-theme .owl-nav button.owl-prev {
    position: absolute;
    top: 204px;
    left: -31px;
}
.p_slider_details_are .insize .owl-theme .owl-nav button.owl-next{
   position: absolute;
    top: 204px;
    right: -31px;
}
.p_name h2{
    font-size: 36px;
    letter-spacing: 0px;
    color: #1F1F1F;
    opacity: 1;
    line-height: 1.2;
}
.p_name p{
   font-size: 24px;
   padding-bottom: 6px;
    letter-spacing: 0px;
    color: #1F1F1F;
    opacity: 1;
    line-height: 1.2;
}
.p_name {
    position: relative;
    z-index: 1;
    max-width: 600px;
    margin: auto;
    width: 100%;
    padding-top: 40px;
}
/*Content */

.p_text_details_are {
    padding-left: 122px;
    max-width: 590px;
    width: 100%;
}
.p_title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.p_title p, .p_title small, .Produkt_Information p {
    font-size: 18px;
    color: #000000;
    line-height: 1.2;
    font-family: 'Jubilat';
    font-weight: 500;
}
.p_title small{
    color: #6C8D00;
}
.p_price {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-top: 45px;
    padding-bottom: 11px;
}
.p_price p {
    font-size: 35px;
    color: #404040;
    line-height: 1.2;
    padding-right: 50px;
    font-weight: 900;
}
.p_price{
  font-size: 16px;
}
.p_description p, .product_if_row p {
    font-size: 16px;
    line-height: 1.2;
    font-weight: 400;
    color: #404040;
}
.Produkt_Information{
  padding-top: 30px;
  padding-bottom: 40px;
}

.product_if_row strong {
    font-weight: 700;
    color: #404040;
    font-size: 16px;
    line-height: 1.2;
    width: 140px;
    min-width: 140px;
}
.product_if_row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
}
.product_if_row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    border-bottom: 1px solid #404040;
    padding-bottom: 24px;
    margin-bottom: 30px;
}
.product_request{
  margin-top: 60px;
}
.product_request p{
  font-size: 23px;
  font-weight: 700;
  color: #000000;
  padding-bottom: 33px;
}

.p_text_details_are .contact_ttn a {
    color: #AED03D;
    padding: 18px 143px;
}


/*Contact Css*/
.product_request_section {
    padding-top: 154px;
    padding-bottom: 111px;
    position: relative;
    z-index: 1;
}
.product_request_section:after {
    position: absolute;
    content: "";
    width: 100%;
    height: 1100px;
    background: url('../images/banner/product_request.png');
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: left, bottom;
    bottom: 0;
    left: 0;
    z-index: -1;
}

.contact_info_area {
    -webkit-box-shadow: 0px 3px 6px #AED03D;
            box-shadow: 0px 3px 6px #AED03D;
    opacity: 1;
    background: #FFF;
    padding: 12px 35px 35px 35px;
    border-radius: 35px;
}

.product_name_area {
    -webkit-box-shadow: 0px 5px 30px #00000026;
            box-shadow: 0px 5px 30px #00000026;
    border-radius: 20px;
    opacity: 1;
    padding: 35px 15px 35px 35px;
    background: #FFF;
}
.contact_title h2 {
    color: #000000;
    font-size: 48px;
    font-weight: 800;
    text-align: center;
    padding-bottom: 22px;
}

.input_item input {
    background: #F1F2F6;
    width: 100%;
    color: #0C1125;
    font-size: 14px;
    padding: 9px 15px;
    font-weight: 400;
    border: 1px solid #EEEEEE;
    border-radius: 2px;
    opacity: 1;
    margin-bottom: 12px;
    font-family: 'Muli';
}

.input_item input::-webkit-input-placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #0C1125;
  opacity: 1; /* Firefox */
}

.input_item input::-moz-placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #0C1125;
  opacity: 1; /* Firefox */
}

.input_item input:-ms-input-placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #0C1125;
  opacity: 1; /* Firefox */
}

.input_item input::-ms-input-placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #0C1125;
  opacity: 1; /* Firefox */
}

.input_item input::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #0C1125;
  opacity: 1; /* Firefox */
}

.input_item input:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #0C1125;
   opacity: 1; /* Firefox */
}

.input_item input::-ms-input-placeholder { /* Microsoft Edge */
  color: #0C1125;
   opacity: 1; /* Firefox */
}



.textarea__contact textarea::-webkit-input-placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #0C1125;
  opacity: 1; /* Firefox */
}

.textarea__contact textarea::-moz-placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #0C1125;
  opacity: 1; /* Firefox */
}

.textarea__contact textarea:-ms-input-placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #0C1125;
  opacity: 1; /* Firefox */
}

.textarea__contact textarea::-ms-input-placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #0C1125;
  opacity: 1; /* Firefox */
}

.textarea__contact textarea::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #0C1125;
  opacity: 1; /* Firefox */
}

.textarea__contact textarea:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #0C1125;
   opacity: 1; /* Firefox */
}

.textarea__contact textarea::-ms-input-placeholder { /* Microsoft Edge */
  color: #0C1125;
   opacity: 1; /* Firefox */
}

.use_title {
    background: #6C8D00;
    max-width: 473px;
    width: 100%;
    margin: auto;
    margin-top: 25px;
    border-radius: 20px;
}
.use_title h2 {
    color: #FFFFFF;
    text-align: center;
    font-size: 20px;
    font-weight: 600;
    padding: 30px 0px;
    font-family: 'Montserrat', sans-serif;
    line-height: 1.2;
}
.date_row_area {
    -webkit-box-shadow: 0px 3px 20px #00000029;
            box-shadow: 0px 3px 20px #00000029;
    border-radius: 23px;
    opacity: 1;
    padding: 26px 12px;
    width: 100%;
    margin: auto;
    margin-top: -25px;
    z-index: 2;
    position: relative;
    background: #FFF;
}
.input_item label {
    color: #0C1125;
    font-family: 'Muli';
    font-size: 16px;
    font-weight: 400;
    padding-bottom: 5px;
    display: inline-block;
}

.contact_info_submit {
    width: 90%;
    margin: auto;
    margin-top: 28px;
}
.contact_info_submit input {
    background: #EE302E;
    color: #FFF;
    width: 100%;
    -webkit-box-shadow: 0px 3px 20px #00000029;
            box-shadow: 0px 3px 20px #00000029;
    border-radius: 23px;
    opacity: 1;
    border: none;
    font-size: 18px;
    line-height: 22px;
    padding: 23px;
    font-family: 'Montserrat', sans-serif;
}
.contact_info_submit p {
    font-size: 15px;
    color: #000000;
    line-height: 18px;
    padding-top: 18px;
    text-align: center;
    font-weight: 700;
}


/*Contact Select Css  */
.box.contact_select .list {
    height: 200px;
    overflow-y: scroll;
}

.time_select_von {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.contact_select .nice-select.small {
    font-size: 14px;
    height: 41px;
    line-height: 41px;
    padding-left: 12px;
    padding-right: 29px;
    padding-top: 0;
    padding-bottom: 0;
    width: 60px;
}
.nice-select.small:after {
    height: 6px;
    width: 12px;
    right: 10px;
    background-size: 100% 100%;
    top: 54%;
}
.box.contact_select {
    margin-left: 6px;
}
.time_select_von_icon {
    padding-left: 5px;
}
.product_c_title {
    margin-bottom: 29px;
}

.mostly-customized-scrollbar {
    display: block;
    width: 100%;
   overflow-y: scroll;
    height: 426px;
    scrollbar-width: thin;
    cursor: pointer;
}

.invisible-scrollbar::-webkit-scrollbar {
  display: none;
}

/* Demonstrate a "mostly customized" scrollbar
 * (won't be visible otherwise if width/height is specified) */
.mostly-customized-scrollbar::-webkit-scrollbar {
  width: 5px;
  height: 510px;
  background-color: #FFF; /* or add it to the track */
  border-radius: 5px;
}

/* Add a thumb */
.mostly-customized-scrollbar::-webkit-scrollbar-thumb {
  background: #DDD;
}

.footer_contact_from_area{
    margin-top: 72px;
}
.footer_contact_from {
    max-width: 630px;
    width: 100%;
}

.footer_contact_from .contact_info_submit {
    width: 100%;
    margin-top: 0px;
}

.footer_contact_from .contact_info_submit input{
    border-radius: 8px;
}


.footer_contact_from .input_item input::-webkit-input-placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #00000066;
  opacity: 1; /* Firefox */
}


.footer_contact_from .input_item input::-moz-placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #00000066;
  opacity: 1; /* Firefox */
}


.footer_contact_from .input_item input:-ms-input-placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #00000066;
  opacity: 1; /* Firefox */
}


.footer_contact_from .input_item input::-ms-input-placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #00000066;
  opacity: 1; /* Firefox */
}


.footer_contact_from .input_item input::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #00000066;
  opacity: 1; /* Firefox */
}

.footer_contact_from .input_item input:-ms-input-placeholder { /* Internet Explorer 10-11 */
 color: #00000066;
   opacity: 1; /* Firefox */
}

.footer_contact_from .input_item input::-ms-input-placeholder { /* Microsoft Edge */
 color: #00000066;
   opacity: 1; /* Firefox */
}


.footer_contact_from .input_item textarea::-webkit-input-placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #00000066;
  opacity: 1; /* Firefox */
}


.footer_contact_from .input_item textarea::-moz-placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #00000066;
  opacity: 1; /* Firefox */
}


.footer_contact_from .input_item textarea:-ms-input-placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #00000066;
  opacity: 1; /* Firefox */
}


.footer_contact_from .input_item textarea::-ms-input-placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #00000066;
  opacity: 1; /* Firefox */
}


.footer_contact_from .input_item textarea::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #00000066;
  opacity: 1; /* Firefox */
}

.footer_contact_from .input_item textarea:-ms-input-placeholder { /* Internet Explorer 10-11 */
 color: #00000066;
   opacity: 1; /* Firefox */
}

.footer_contact_from .input_item textarea::-ms-input-placeholder { /* Microsoft Edge */
 color: #00000066;
   opacity: 1; /* Firefox */
}

.footer_contact_from .input_item input, .footer_contact_from .input_item textarea {
    background: #FFF;
    margin-bottom: 20px;
    border: 1px solid #95989A;
    font-size: 18px;
    padding: 18px 20px;
    line-height: 1.1;
    font-family: 'Proxima Nova Lt';
    font-weight: 300;
    border-radius: 0px;
    opacity: 1;
    width: 100%;
    color: #00000066;
}
.input_item textarea{
    outline: none !important;
    height: 161px;
}
.footer_contact_from h2{
    font-size: 30px;
    line-height: 1.2;
    padding-bottom: 54px;
    font-weight: 800;
    letter-spacing: 0px;
    color: #FFFFFF;
    opacity: 1;
    font-family: 'Proxima Nova';
}
.c___footer_logo {
    padding-top: 54px;
    padding-left: 200px;
}

.footer_info_content h2 {
    font-size: 36px;
    line-height: 1.2;
    padding-bottom: 38px;
    font-weight: 800;
    letter-spacing: 0px;
    color: #FFFFFF;
    opacity: 1;
     font-family: 'Proxima Nova';
}
.footer_info_content p, .phone a {
    padding-bottom: 38px;
    font-family: 'Proxima Nova Lt';
    font-size: 21px;
    line-height: 25px;
    color: #FFF;
    font-weight: 300;
}
.phone {
    margin-bottom: 22px;
}
.phone a {
    color: #FFF;
    display: block;
    padding-bottom: 0;
    line-height: 1.3;
}
.social a {
    margin-right: 22px;
}
section.hero_banner_section .owl-thumbs {
    display: none;
}

.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output {
    border-color: red;
    color: red;
    padding-top: 0;
    margin-top: 0;
}



/*Custom Check box Css*/
.p_catagory_item .wpcf7-list-item,
.p_catagory_item label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
 
.p_catagory_item .wpcf7-list-item {
  margin: 0;
}
 
.p_catagory_item .wpcf7-list-item:not(:last-child) {
    margin-bottom: 18px;
}
.p_catagory_item label {
  cursor: pointer;
}
 
.p_catagory_item [type="radio"],
.p_catagory_item [type="checkbox"] {
  position: absolute;
  left: -9999px;
}
 
.p_catagory_item [type="radio"] + .wpcf7-list-item-label, .p_catagory_item [type="checkbox"] + .wpcf7-list-item-label {
    position: relative;
    padding-left: 40px;
    line-height: 25px;
    font-size: 20px;
    text-transform: uppercase;
    font-family: 'FreightSansProMedium';
    color: #CECECE;
    font-weight: 500;
}
.p_catagory_item [type="radio"] + .wpcf7-list-item-label::before,
.p_catagory_item [type="checkbox"] + .wpcf7-list-item-label::before,
.p_catagory_item [type="radio"] + .wpcf7-list-item-label::after,
.p_catagory_item [type="checkbox"] + .wpcf7-list-item-label::after {
  content: "";
  position: absolute;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
 
.p_catagory_item [type="radio"] + .wpcf7-list-item-label::before,
.p_catagory_item [type="radio"] + .wpcf7-list-item-label::after {
  border-radius: 50%;
}
 
.p_catagory_item [type="radio"] + .wpcf7-list-item-label::before, .p_catagory_item [type="checkbox"] + .wpcf7-list-item-label::before {
    top: 0;
    left: 0;
    width: 24px;
    height: 24px;
    border: 2px solid #C5CDDE;
    border-radius: 5px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
}
.p_catagory_item [type="radio"] + .wpcf7-list-item-label::after, .p_catagory_item [type="checkbox"] + .wpcf7-list-item-label::after {
    top: 0;
    left: 0;
    width: 24px;
    height: 24px;
    background: url('../images/icon/chekbox-icon.png') no-repeat scroll 0 0 / 100% 100%;
    -webkit-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
    border-radius: 5px;
}
 
.p_catagory_item [type="radio"]:not(:checked) + .wpcf7-list-item-label::after,
.p_catagory_item [type="checkbox"]:not(:checked) + .wpcf7-list-item-label::after {
  opacity: 0;
  -webkit-transform: scale(0.01);
      -ms-transform: scale(0.01);
          transform: scale(0.01);
}
 
.p_catagory_item [type="radio"]:checked + .wpcf7-list-item-label::after,
.p_catagory_item [type="checkbox"]:checked + .wpcf7-list-item-label::after {
  opacity: 1;
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
  color: green;
}
 

.highlight{
    color: #717171 !important;
}

.p_catagory_item {
    padding-top: 5px;
    padding-left: 30px;
}

.p_catagory_item .wpcf7-list-item {
    position: relative;
}
.p_catagory_item .wpcf7-list-item:after{
    position: absolute;
    content: "";
    width: 11px;
    height: 24px;
    background: url('../images/icon/dots-contact.png') no-repeat scroll 0 0 / 100% 100%;
    left: -28px;
    top: 0;
}
#new_hide{
    opacity: 0;
}


/*New Css New page */
.xxl_latters_area {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 971px;
    width: 100%;
    margin: auto;
    -webkit-box-shadow: 0px 3px 6px #00000029;
            box-shadow: 0px 3px 6px #00000029;
    background: #FFF;
    margin-top: 20px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 25px;
}
.xxl_text h4 {
    font-family: 'Raleway';
    color: #262626;
    font-size: 26px;
    line-height: 30px;
    font-weight: 800;
}
.xxl_image {
    max-width: 400px;
    width: 100%;
    margin-left: 50px;
}
.xxl_text {
    margin-right: 50px;
}
.custom_xx_ct {
    max-width: 971px !important;
    width: 100% !important;
    margin: auto;
}
.x_p_image img {
    width: 100%;
}
.x_image_s {
    max-width: 600px;
    margin: auto;
    width: 100%
}
.title_x h4 {
    font-family: 'Raleway';
    color: #262626;
    font-size: 36px;
    line-height: 30px;
    font-weight: 800;
    text-align: center;
    padding: 35px 0px;
}
.xx_description p {
    color: #000000;
    font-size: 18px;
    line-height: 1.4;
    padding-bottom: 10px;
    font-family: 'Proxima Nova Lt';
    font-weight: 400;
    text-align: center;
}
.xx_description {
    padding-top: 40px;
}
.product_c_title h2 {
    font-size: 20px;
}

.input_item.textarea__contact textarea {
    height: 100px;
}


/*None */

/*.tax-product-category.term-spielmodule .select_section_sp .container {
    display: none !important;
}

.tax-product-category.term-spiele .select_section_sp .container {
    display: none !important;
}
.tax-product-category.term-sonstiges .select_section_sp .container {
    display: none !important;
}*/

.input_item.textarea__contact textarea {
    background: #F1F2F6;
    width: 100%;
    color: #0C1125;
    font-size: 14px;
    padding: 9px 15px;
    font-weight: 400;
    border: 1px solid #EEEEEE;
    border-radius: 2px;
    opacity: 1;
    margin-bottom: 12px;
    font-family: 'Muli';
}

.size_title h2 {
    font-family: 'Raleway';
    color: #262626;
    font-size: 30px;
    line-height: 30px;
    padding-bottom: 20px;
    font-weight: 800;
    text-transform: capitalize;
}
.size_title {
    padding-top: 30px;
}


.p_item_area.product_overview_area .cat_image img {
    -o-object-fit: cover;
       object-fit: cover;
    height: 200px;
}
.p_item_area.product_overview_area .cat_image {
    height: 200px;
}

.not_found_image {
    max-width: 500px;
    margin: auto;
    width: 100%;
    margin-top: 30px;
    margin-bottom: 50px;
    padding-top: 100px;
    text-align: center;
    padding-bottom: 100px;
}

.not_found_image img {
    width: 90%;
}

.xx_description h2 {
    letter-spacing: 0px;
    color: #1F1F1F;
    opacity: 1;
    line-height: 1.2;
    text-align: center;
    font-weight: 700;
    font-size: 44px;
    padding-bottom: 20px;
}
.xx_description_2 h4 {
    letter-spacing: 0px;
    color: #1F1F1F;
    opacity: 1;
    line-height: 1.2;
    text-align: left;
    font-weight: 700;
    font-size: 28px;
    margin-top: 25px;
    padding-bottom: 5px;
    font-family: 'Proxima Nova Lt';
}
.xx_description_2 p {
    color: #000000;
    font-size: 18px;
    line-height: 1.4;
    padding-bottom: 10px;
    font-family: 'Proxima Nova Lt';
    font-weight: 300;
}
.xx_description_2 ul {
    margin-bottom: 10px;
}
.xx_description_2 ul li {
    list-style: disc;
    margin-left: 35px;
}




/*New Slider Css */
.product____slider___area__home {
    padding-bottom: 30px;
    z-index: 1010;
    margin-top: -86px;
    position: relative;
}



.p___single___item {
    padding-bottom: 20px;
    padding-top: 20px;
}
.p__slider__content_full_area {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-shadow: 0px 3px 6px #00000029;
            box-shadow: 0px 3px 6px #00000029;
    border-radius: 23px;
    height: 100%;
    overflow: hidden;
    background: #D6D6D6;
}
.p__slider____content_area {
    width: 45%;
    max-width: 45%;
    background: #D6D6D6;
    height: 100%;
    min-height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.p__slider__content_full__section{
    position: relative;
}
.p__slider__content_full__section::after {
    position: absolute;
    content: "";
    width: 194px;
    height: 194px;
    left: -12px;
    top: -12px;
    background: url('../images/new/new-image.png');
    background-size: 100% 100%;
    background-repeat: no-repeat;
    z-index: 1;
}


.product___content {
    padding: 0px 30px 0px 140px;
}
.p__slider____image_area {
    width: 55%;
    max-width: 55%;
    background: #FFF;
}

.product___content h2 {
    font: normal normal 800 45px/53px Raleway;
    letter-spacing: 0px;
    color: #262626;
    opacity: 1;
    padding-bottom: 18px;
}
.product___content p {
    font: normal normal 300 18px/22px Proxima Nova;
    letter-spacing: 0px;
    color: #000000;
    opacity: 1;
    padding-bottom: 25px;
}
.product___content a {
    background: #FFFFFF 0% 0% no-repeat padding-box;
    -webkit-box-shadow: 0px 3px 6px #00000029;
            box-shadow: 0px 3px 6px #00000029;
    opacity: 1;
    display: inline-block;
    font: normal normal bold 23px/34px Muli;
    letter-spacing: 0.37px;
    color: #4B4B4B;
    opacity: 1;
    padding: 16px 45px;
     -webkit-transition: 0.5s;
     -o-transition: 0.5s;
     transition: 0.5s;
}

.product___content a:hover {
    background: #6C8D00;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    color: #FFF;
}


.p___slider____area.owl-carousel.owl-theme .owl-nav button {
    background: #FFF !important;
    height: 50px;
    width: 50px;
    z-index: 1;
    color: #000000 !important;
    font-size: 27px !important;
    border-radius: 50% !important;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    -webkit-box-shadow: 0px 2px 8px #00000014;
            box-shadow: 0px 2px 8px #00000014;
    opacity: 1;
}
.p___slider____area{
    position: relative;
}
.p___slider____area.owl-theme .owl-nav {
    margin-top: 0px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 305px;
}


.p___slider____area  .owl-next {
    right: 380px;
    position: absolute;
}
.p___slider____area .owl-prev {
    left: 380px;
    position: absolute;
}

.owl-theme .owl-dots .owl-dot span {
    width: 17px;
    height: 17px;
    background: #E5E3E3;
}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background: #AAA3A3;
}

.footer_menu a {
    color: #FFF;
    font-size: 18px;
    margin-bottom: 20px;
    display: inline-block;
    font-weight: 600;
    text-decoration: underline !important;
}




/*New Css code */
.deko_product_area {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 971px;
    width: 100%;
    margin: auto;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.deko_product_area .deko_single_item {
    margin-bottom: 27px;
    background: #F5F5F5;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33%;
    flex: 0 0 33%;
    max-width: 33.33%;
    -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: 0px 3px 6px #00000029;
  box-shadow: 0px 3px 6px #00000029;
  text-align: center;
  padding: 35px;
}

.deko_single_item .deko_image {
     height: 200px; 
}

.deko_single_item .deko_image img {
    -o-object-fit: cover;
    object-fit: cover;
    height: 200px;
}


.deko__single_product_area{

}
.deko__single_product_area {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 750px;
    width: 100%;
    margin: auto;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.deko__single_product_area .deko___product___single__item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 42%;
    flex: 0 0 42%;
    max-width: 42%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
    margin: 4%;
}
.deko____single_text h4 {
    font-family: 'Raleway';
    color: #262626;
    font-size: 21px;
    line-height: 30px;
    font-weight: 700;
    text-align: center;
}
  .product_overview_sp___single{
    background: #FFF;
    padding-bottom: 52px;
  }
.price__ss_deko {
}
  .price__ss_deko strong {
    font-family: 'Muli';
    color: #00A88F;
    font-size: 18px;
    line-height: 1.2px;
}
.mfp-title {
    display: none;
}


.contact_ttn a {
    background: #FFFFFF;
    -webkit-box-shadow: 0px 3px 6px #00000029;
    box-shadow: 0px 3px 6px #00000029;
    border: 4px solid #C9DB8F;
    border-radius: 56px;
    font-family: 'Muli';
    font-size: 30px;
    line-height: 44px;
    color: #6C8D00;
    font-weight: 900;
    display: inline-block;
    padding: 18px 164px;
}
.ff___deko_ {
    text-align: center;
}