/* montserrat-300 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 300;
  src: url('../fonts/montserrat-v26-latin-300.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* montserrat-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/montserrat-v26-latin-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* montserrat-italic - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Montserrat';
  font-style: italic;
  font-weight: 400;
  src: url('../fonts/montserrat-v26-latin-italic.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* montserrat-500 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 500;
  src: url('../fonts/montserrat-v26-latin-500.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* montserrat-500italic - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Montserrat';
  font-style: italic;
  font-weight: 500;
  src: url('../fonts/montserrat-v26-latin-500italic.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* montserrat-600 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 600;
  src: url('../fonts/montserrat-v26-latin-600.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* montserrat-600italic - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Montserrat';
  font-style: italic;
  font-weight: 600;
  src: url('../fonts/montserrat-v26-latin-600italic.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* montserrat-700 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/montserrat-v26-latin-700.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* montserrat-700italic - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Montserrat';
  font-style: italic;
  font-weight: 700;
  src: url('../fonts/montserrat-v26-latin-700italic.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

body {
  font-family: 'Montserrat'!important;
  font-size: 1rem!important;
  color: #000;	
}
.ip__clearfix::after {
    display: block;
    width: 100%;
    clear: both;
    content: '';
}

.ip__clearfix::before {
    display: block;
    width: 100%;
    clear: both;
    content: '';
}

.ip_container_fluid {
    display: block;
    width: 100%;
    max-width: 100%;
}

.logo-wrapper {
    padding-left: 0px !important;
}

.ip-topbar {
    display: block;
    width: 100%;
}

.ip-topbar-1 {
    display: block;
    width: 75%;
    float: left;
}

.ip-topbar-2 {
    display: block;
    width: 25%;
    float: left;
}

.ip-topbar-2>ul {
    float: right;
}

#header-top-bar {
  background-color: #343785 !important;
  color: #fff;
  padding: 0.25rem 0;	
}
#header-top-bar a {
  color: #fff;
}
header a:not(.dropdown-item):not(.btn):hover {
  color: #34347c;
}
.ip-topbar-1>p {
    margin-top: 5px;
    margin-bottom: 5px;
}

.ip-topbar-2 .topbar-main .nav-item .nav-link {
    padding-top: 5px;
    padding-bottom: 5px;
}

.nav-mobile-body-none {
    display: none;
}

.nav-mobile-heading {
    color: #343785;
}

.nav-link::after {
    color: #343785;
}

.ip-nav-link-first>i {
    color:#343785;
}
.nav-scrollbar-item > a {
  color: #343785;
  font-weight: 600;
  font-size: 1.25rem;
  text-transform: uppercase;	
}

.nav-mobile-body .navbar-nav .nav-item {
    border: 1px solid #fff;
}

.ip-nav {
    padding-top: 10px !important;
}

.ip-nav2 {
    background: #000;
    width: 100%;
}

.ip-nav-link-first {
    background: #34347c;
}
.ip-header1 {
  padding: 25px;
}
@media (max-width: 767px) {
.navbar-brand {
    margin-right: 0;
}
}	
@media (min-width: 992px) {
  header .navbar-brand img {
    height: 6rem;
  }
 .navbar-expand-lg {
    flex-flow: wrap;
  }	
 header .nav-multiple-row .navbar-nav > .nav-item > .nav-link {
    padding: 1rem 0.75rem;
  }
}
header {
    box-shadow: none;
}
strong {
  font-weight: 600;
}
header .search-wrapper .input-group {
  justify-content: center;
}
#home #content-wrapper:not(.has-fluid) {
   padding-top: 0;
  }
#home h1, #home h2, .category.banner h1, .banner h1, .category h2 {
  color: #343785;
  position: relative;
  font-size: 1.75rem;	
  font-weight: 600;		
}
#home .banner-home, .category.banner, .banner {
  background-position: 0 0 !important;
}
.banner-home, .category.banner-home, .banner {
    align-content: center;
}

#home .banner-home .card-body, .category.banner .card-body, .banner .card-body {
  flex: 1 1 auto;
  min-height: 1px;
  padding: 1.25rem;
  align-content: center;
}
#home .banner-home .card-body ul, .category.banner .card-body ul, .banner .card-body ul {
  list-style: none;
  padding: 0;
  margin: 0;	
}
#home .banner-home .card-body ul li, .category.banner .card-body ul li, .banner .card-body ul li {
  font-size: 1rem;	
  padding-bottom: 15px;
}
#home .banner-home .card-body ul li:before, .category.banner .card-body ul li:before, .banner .card-body ul li:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 20px;	
  content: "\f00c";
  color: #81bb2b;
  padding-right: 10px;	
}
#home .banner-home .card-body .btn-primary, .category.banner .card-body .btn-primary, .banner .card-body .btn-primary {
  color: #fff;
  background-color: #81bb2b;
  border-color: #81bb2b;
  padding: 0.75rem 2rem;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;	
  font-size: 1.25rem;	
}
#home .banner-home .card-body .btn-primary:hover, .category.banner .card-body .btn-primary:hover, .banner .card-body .btn-primary:hover {
  color: #fff;
  background-color: #343785;
  border-color: #343785;
  padding: 0.75rem 2rem;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;	
}
.fov-categories-two .card-body .btn-primary {
  color: #fff;
  background-color: #81bb2b;
  border-color: #81bb2b;
  padding: 0.75rem 2rem;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;	
  font-size: 1.25rem;	
}
.fov-categories-two .card-body .btn-primary:hover {
  color: #fff;
  background-color: #343785;
  border-color: #343785;
  padding: 0.75rem 2rem;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;	
}
.fov-productstream-bestseller {
   padding-top: 50px;
   padding-bottom: 50px;
   margin-bottom: 100px;
}
.fov-productstream-bestseller h2{
  padding-bottom: 50px;
  text-align: center;
  margin-bottom: 75px;
}
.fov-productstream-bestseller h2:after {
    content: '';
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translate(-50%, 50%);
    width: 6px;
    height: 65px;
    background-color: #343785;
}
.fov-productstream-bestseller:after {
    content: '';
    position: absolute;
    left: 50%;
    bottom: -25px;
    transform: translate(-50%, 50%);
    width: 6px;
    height: 65px;
    background-color: #343785;
}
.fov-call-to-action-banner {
  background-color: #81bb2b;
  color: #fff;
  padding-top: 30px;
  padding-bottom: 30px;
}
.fov-call-to-action-banner .col {
  display: flex;
  justify-content: center;
}
.fov-call-to-action-banner .image-and-text-container {
    display: flex;
	align-items: center;
}
.fov-call-to-action-banner .image-container {
    flex: 0 0 auto;
    margin-right: 20px;
}
.fov-call-to-action-banner .image-container {
    max-width: 100%;
    height: auto;
}
.fov-call-to-action-banner .text-container {
    flex: 1;
	text-align: left;
}
.fov-call-to-action-banner-left .fov-call-to-action-banner-title {
  font-size: 1.75rem;
  font-weight: 600;
}
.fov-call-to-action-banner-left .fov-call-to-action-banner-phone {
  font-size: 1.5rem;
  font-weight: 600;	
  padding-bottom: 0.5rem;
}
.fov-call-to-action-banner-left .fov-call-to-action-banner-text {
  font-size: 1.25rem;
}
.fov-call-to-action-banner-right .fov-call-to-action-banner-title {
  font-size: 2.5rem;
  font-weight: 600;
  padding-bottom: 1rem;	
}
.fov-call-to-action-banner-right .fov-call-to-action-banner-undertitle {
  font-size: 2.25rem;
  font-weight: 300;
  line-height: 2.25rem;	
}
.fov-call-to-action-banner img {
  border: 1px solid #fff;
  border-radius: 100px;
}
.fov-call-to-action-banner p {
    margin: 0;
}
.fov-call-to-action-banner .text-container a {
    color: #fff;
    text-decoration: none;	
}
.fov-benefits {
  background-color: #f5f5f5;
  padding-top: 50px;
  padding-bottom: 50px;
}
.fov-benefits .row {
  margin-top: 65px;
}
.fov-benefits h2 {
  position: relative;	
  color: #343785;
  font-size: 1.75rem;
  font-weight: 600;	
}
.fov-benefits h2:after {
    content: '';
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translate(-50%, 50%);
    width: 6px;
    height: 65px;
    background-color: #343785;
}
.fov-benefits .card-body {
  padding: 0;
}
.fov-benefits .card-body div {
  padding: 15px 0;
}
.fov-benefits .card {
  margin-bottom: 30px;
  border: 1px solid #343785;	
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;		
}
.fov-benefits .card .card {
  background-color: #343785;
  color: #fff;
  text-align: center;
  margin: 0;
}
.fov-benefits .card .card .card-body {
  padding: 0;
  margin: 0;
}
.fov-benefits .card .card .card-body p {
  padding: 0;
  margin: 0;
}
.fov-benefits .card .card h3 {
  color: #fff;
  text-align: center;
  font-size: 1.5rem;	
  font-weight: 600;	
  margin-bottom: 0.5rem;	
}
.fov-benefits-about-us {
  padding-top: 50px;
}
.fov-benefits-about-us .row {
  margin-top: 65px;
}
.fov-benefits-about-us h2 {
  position: relative;	
  color: #343785;
  font-size: 1.75rem;
  font-weight: 600;	
}
.fov-benefits-about-us h2:after {
    content: '';
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translate(-50%, 50%);
    width: 6px;
    height: 65px;
    background-color: #343785;
}
.fov-benefits-about-us .card-body {
  padding: 0;
}
.fov-benefits-about-us .card-body div {
  padding: 15px 0;
}
.fov-benefits-about-us .card {
  margin-bottom: 30px;
  border: 1px solid #343785;	
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;		
}
.fov-benefits-about-us .card .card {
  background-color: #343785;
  color: #fff;
  text-align: center;
  margin: 0;
}
.fov-benefits-about-us .card .card .card-body {
  padding: 0;
  margin: 0;
}
.fov-benefits-about-us .card .card .card-body p {
  padding: 0;
  margin: 0;
}
.fov-benefits-about-us .card .card h3 {
  color: #fff;
  text-align: center;
  font-size: 1.25rem;	
  font-weight: 600;	
  margin-bottom: 0.5rem;	
}
.fov-finishing-profiles {
  padding-top: 50px;
  padding-bottom: 50px;
}
.fov-finishing-profiles .row {
  margin-top: 65px;
}
.fov-finishing-profiles h2 {
  position: relative;	
  color: #343785;
  font-size: 1.75rem;
  font-weight: 600;	
}
.fov-finishing-profiles h2:after {
    content: '';
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translate(-50%, 50%);
    width: 6px;
    height: 65px;
    background-color: #343785;
}
.fov-finishing-profiles .card-body {
  padding: 0;
}
.fov-finishing-profiles .card-body div {
  padding: 15px 0;
}
.fov-finishing-profiles .col {
  margin-bottom: 30px;		
}
.fov-finishing-profiles .card {
  border: 1px solid #343785;	
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;		
}
.fov-basement-windows-four-steps {
  padding-top: 50px;
  padding-bottom: 50px;
}
.fov-basement-windows-four-steps .row {
  margin-top: 65px;
}
.fov-basement-windows-four-steps h2 {
  position: relative;	
  color: #343785;
  font-size: 1.75rem;
  font-weight: 600;	
}
.fov-basement-windows-four-steps h2:after {
    content: '';
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translate(-50%, 50%);
    width: 6px;
    height: 65px;
    background-color: #343785;
}
.fov-basement-windows-four-steps .card-body {
  padding: 0;
}
.fov-basement-windows-four-steps .card-body .card-body div {
  padding: 15px 0;
}
.fov-basement-windows-four-steps .card-body .card-body strong {
  display: block;
  text-align: center;
  margin-bottom: 15px;	
}
.fov-basement-windows-four-steps .col {
  margin-bottom: 30px;		
}
.fov-basement-windows-four-steps .card {
  border: 1px solid #343785;	
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;		
}
@media (min-width: 768px) and (max-width: 1299px) {
.fov-basement-windows-four-steps .card {	
  min-height: 400px;	
}
}
@media (min-width: 992px) {
.fov-finishing-profiles .card {	
  min-height: 400px;		
}
}	
@media (min-width: 1300px) {
.fov-basement-windows-four-steps .card {	
  min-height: 425px;	
}	
}	
.fov-finishing-profiles .card .card {
  background-color: #343785;
  color: #fff;
  text-align: left;
  margin: 0;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.fov-finishing-profiles .card .card .card-body p {
  padding: 0;
  margin: 0;
}
.fov-finishing-profiles .card .card h3 {
  color: #fff;
  text-align: center;
  font-size: 1.5rem;	
  font-weight: 600;	
  margin-bottom: 0.5rem;	
}
.fov-basement-windows-four-steps .card .card {
  background-color: #343785;
  color: #fff;
  text-align: left;
  margin: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;	
}
.fov-basement-windows-four-steps .card .card .card-body p {
  padding: 0;
  margin: 0;
}
.fov-basement-windows-four-steps .card .card h3 {
  color: #fff;
  text-align: center;
  font-size: 1.5rem;	
  font-weight: 600;	
  margin-bottom: 0.5rem;	
}
.fov-product-range {
  padding-top: 50px;
  padding-bottom: 50px;
}
.fov-product-range h2 {
  margin-bottom: 65px;
}
.fov-product-range h2:after {
    content: '';
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translate(-50%, 50%);
    width: 6px;
    height: 65px;
    background-color: #343785;
}
.fov-product-range a {
  color: #343785;	
  font-weight: 600;	
}
.fov-interior-window-sills .container-fluid.container-fluid-xl {
  padding: 0;
}
.fov-interior-window-sills img {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;	
}
.fov-interior-window-sills .card {
  border: 0;
  height: 100%;	
}
.fov-interior-window-sills .card .card-body {
  align-content: center;
}
.fov-interior-window-sills .card .card-body {
  align-content: center;
}
.fov-interior-window-sills .card .card-body .btn-primary {
  color: #fff;
  background-color: #81bb2b;
  border-color: #81bb2b;
  padding: 0.75rem 2rem;
  margin-top: 1rem;	
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;	
}
.fov-interior-window-sills .card .card-body .btn-primary:hover {
  color: #fff;
  background-color: #343785;
  border-color: #343785;
  padding: 0.75rem 2rem;
  margin-top: 1rem;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;	
}
.fov-category {
  padding-top: 50px;
  padding-bottom: 50px;
}
.fov-category h2 {
  position: relative;
  margin-bottom: 65px;
  color: #343785; 
  font-size: 1.75rem;	
  font-weight: 600;		
}
.fov-category .undertitle {
  font-size: 1.5rem;	
  font-weight: 600;	
  color: #000000;
  text-align: center;	
}
h2.fov-category-title {
  color: #343785; 	
  font-weight: 600;	
  margin-bottom: 30px;	
}
.fov-category h2:after {
    content: '';
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translate(-50%, 50%);
    width: 6px;
    height: 65px;
    background-color: #343785;
}
.fov-category a {
  color: #343785;	
  font-weight: 600;	
}
.fov-category .btn-primary {
  color: #fff;
  background-color: #81bb2b;
  border-color: #81bb2b;
  padding: .75rem 2rem;
  margin-top: 1rem;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.fov-category .btn-primary:hover {
  color: #fff;
  background-color: #343785;
  border-color: #343785;
  padding: .75rem 2rem;
  margin-top: 1rem;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.opc-product-slider {
  overflow: visible!important;
}

.fov-more-products {
  padding-top: 50px;
  padding-bottom: 50px;
}
.fov-more-products .row {
  margin-top: 65px;
}
.fov-more-products h2 {
  position: relative;	
  color: #343785;
  font-size: 1.75rem;
  font-weight: 600;	
}
.fov-more-products h2:after {
    content: '';
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translate(-50%, 50%);
    width: 6px;
    height: 65px;
    background-color: #343785;
}
.fov-more-products .card-body {
  padding: 0;
}
.fov-more-products .card-body div {
  padding: 15px 0;
}
.fov-more-products .card {
  margin-bottom: 30px;
  border: 1px solid #343785;	
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;		
}
.fov-more-products .card .card {
  background-color: #343785;
  color: #fff;
  text-align: center;
  margin: 0;
}
.fov-more-products .card .card .card-body {
  padding: 0;
  margin: 0;
}
.fov-more-products .card .card .card-body p {
  padding: 0;
  margin: 0;
}
.fov-more-products .card .card a {
  color: #fff;
  text-align: center;
  text-decoration: none;	
  font-size: 1.25rem;	
  font-weight: 600;	
  margin-bottom: 0.5rem;	
}
.fov-more-products .card .card a:hover {
  color: #fff;
  text-align: center;
  text-decoration: underline;
  font-size: 1.25rem;	
  font-weight: 600;	
  margin-bottom: 0.5rem;	
}

.slick-slider-other .green-border {
  border: 1px solid #81bb2b;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;		
  padding: 1rem;	
}
.slick-slider-other .green-border .text-clamp-2 {
  min-height: 50px;
  color: #343785;
  font-weight: 600;
}
.slick-slider-other .green-border .productbox-price {
  font-weight: 600;
  color: #81bb2b;
  font-size: 1.5rem;
}
.slick-slider-other .btn-primary {
  color: #fff;
  background-color: #81bb2b;
  border-color: #81bb2b;
  padding: 0.75rem 2rem;
  margin-top: 1rem;	
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;	
}
.slick-slider-other .btn-primary:hover {
  color: #fff;
  background-color: #343785;
  border-color: #343785;
  padding: 0.75rem 2rem;
  margin-top: 1rem;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;	
}
.slick-arrow {
  background-color: transparent;
  opacity: 1;
  padding: 0;	
}
.slick-arrow:hover  {
  background-color: transparent;
  color: #343785!important;
}
.slick-arrow:hover::after  {
  color: #343785!important;
}
.slick-arrow::after {
  font-size: 5rem;
  color: #f4f4f4;
}

.fov-category-grid-top {
  padding-bottom: 50px;
}
.fov-category-grid-top h2 {
  position: relative;
  color: #343785;
  font-size: 1.75rem;
  font-weight: 600;
}
.fov-category-grid-top .fov-image-title {
  position: absolute;
  bottom: 5%;
  left: 50%;
  transform: translate(-50%,-50%);
  z-index: 99;
  font-size: 1.25rem;
  font-weight: 500;
  color: #81bb2b;
  background-color: rgba(255,255,255,0.75);
  padding: 0.5rem;
}
.fov-category-grid-top .fov-image-title p {
  margin: 0;
}
.fov-category-grid-top .card {
  border:0;	
}
.fov-category-intro h1 {
  position: relative;
  color: #343785;
  font-size: 1.75rem;
  font-weight: 600;
  padding-bottom: 50px;
  margin-bottom: 65px;	   
}
.fov-category-intro h1::after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translate(-50%,50%);
  width: 6px;
  height: 65px;
  background-color: #343785;
}
.fov-category-intro h2 {
  position: relative;
  color: #343785;
  font-size: 1.75rem;
  font-weight: 600;
  padding-bottom: 50px;
  margin-bottom: 65px;	   
}
.fov-category-intro h2::after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translate(-50%,50%);
  width: 6px;
  height: 65px;
  background-color: #343785;
}
.fov-category-intro a {
  color: #81bb2b;
  font-weight: 600;
}
.fov-category-intro img {
 margin-bottom: 30px;
}
.fov-category-intro .check ul {
  padding: 0;
  list-style: none;
}
.fov-category-intro .check ul li {
  padding-bottom: 15px;
}
.fov-category-intro .check ul li::before {
  color: #81bb2b;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f00c";
  padding-right: 5px;
  font-size: 1rem;
}
.fov-category-grid-content {
  padding-top: 25px;
  padding-bottom: 50px;	
}
.fov-category-grid-content a {
  color: #81bb2b;
  font-weight: 600;
}
.fov-category-grid-content h3 {
  color: #343785;
  font-size: 1.75rem;
  font-weight: 600;
}
.fov-category-grid-content .card {
  border: 0;
  height: 100%;	
}
.fov-category-grid-content .img-darken {
  margin-bottom: 1rem;
  transition: transform 1s ease;
  max-width: 100% !important;	
}
.fov-category-grid-content .img-darken:hover {
  filter: brightness(60%);
  transition: transform 1s,filter 1s ease-in-out;	
}
.fov-category-grid-content .text-box {
  position: relative;
  padding-bottom: 15px;
}
.fov-category-grid-content .btn-primary {
  position: absolute;
  bottom: 0;	
  color: #fff;
  background-color: #81bb2b;
  border-color: #81bb2b;
}
.fov-category-grid-content-left {
  padding-top: 50px;
  padding-bottom: 50px;	
}
.fov-category-grid-content-left h2 {
  position: relative;
  color: #343785;
  font-size: 1.75rem;
  font-weight: 600;
  padding-bottom: 15px
}
.fov-category-grid-content-left a {
  color: #81bb2b;
  font-weight: 600;
}
.fov-category-grid-content-left .container-fluid.container-fluid-xl {
  padding: 0;
}
.fov-category-grid-content-left .card {
  border: 0;
  height: 100%;
}
.fov-category-grid-content-left .card .card-body {
  align-content: center;
}
.fov-category-grid-content-left .card .card-body .btn-primary {
  color: #fff;
  background-color: #81bb2b;
  border-color: #81bb2b;
  padding: .75rem 2rem;
  margin-top: 1rem;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.fov-category-grid-content-left .card .card-body .btn-primary:hover {
  color: #fff;
  background-color: #343785;
  border-color: #343785;
  padding: .75rem 2rem;
  margin-top: 1rem;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.fov-category-benefits {
  padding-top: 50px;
  padding-bottom: 50px;	
}
.fov-category-benefits h2 {
  position: relative;
  color: #343785;
  font-size: 1.75rem;
  font-weight: 600;
  padding-bottom: 50px;
  margin-bottom: 65px;	   
}
.fov-category-benefits h2::after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translate(-50%,50%);
  width: 6px;
  height: 65px;
  background-color: #343785;
}
.fov-category-benefits a {
  color: #81bb2b;
  font-weight: 600;
}
.fov-category-benefits .row {
  margin: 15px 0;
  align-items: center;
  border: 1px solid #343785;
  padding: 15px;
}
.sub-categories:hover {
  filter: brightness(75%);
}
.fov-category-faq {
  padding-top: 50px;
  padding-bottom: 50px;	
}
.fov-category-faq h2 {
  position: relative;
  color: #343785;
  font-size: 1.75rem;
  font-weight: 600;
  padding-bottom: 50px;
  margin-bottom: 65px;	   
}
.fov-category-faq h2::after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translate(-50%,50%);
  width: 6px;
  height: 65px;
  background-color: #343785;
}
.fov-category-faq a {
  color: #81bb2b;
  font-weight: 600;
}
.fov-category-faq strong {
  font-size: 1.25rem;
}
.fov-category-call-to-action {
  padding-top: 50px;
  padding-bottom: 50px;	
}
.fov-category-call-to-action h2 {
  position: relative;
  color: #343785;
  font-size: 1.75rem;
  font-weight: 600;
  padding-bottom: 50px;
  margin-bottom: 65px;	   
}
.fov-category-call-to-action h2::after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translate(-50%,50%);
  width: 6px;
  height: 65px;
  background-color: #343785;
}
.fov-category-call-to-action a {
  color: #81bb2b;
  font-weight: 600;
}
#content-one, #content-two, #content-three, #content-four, #content-five {
    display: block;
    height: 1px;
}

/* Responsive Tables */
.dcf-txt-center {
      text-align: center!important
    }

    .dcf-txt-left {
      text-align: left!important
    }

    .dcf-txt-right {
      text-align: right!important
    }
    
.dcf-table caption {
      color: #242423;
      font-size: 1rem;
      font-weight: 600;
      padding-bottom: .56rem
    }

    .dcf-table thead {
      font-size: 1rem;
      background: #81bb2b;
      color: #fff;
}

    .dcf-table tbody {
      border-bottom: 1px solid #e3e3e2;
      border-top: 1px solid #e3e3e2;
      font-size: 1rem;
    }

    .dcf-table tfoot {
      font-size: 1rem;
    }

    .dcf-table td, .dcf-table th {
      padding-right: 1.78em
    }

    .dcf-table-bordered, .dcf-table-bordered td, .dcf-table-bordered th {
      border: 1px solid #e3e3e2;
    }

    .dcf-table-bordered td, .dcf-table-bordered th, .dcf-table-striped td, .dcf-table-striped th {
      padding-left: 1em;
      padding-right: 1em
    }

    .dcf-table-bordered tr:not(:last-child), .dcf-table-striped tr:not(:last-child) {
      border-bottom: 1px solid #e3e3e2;
    }
   
    .dcf-table-striped tbody tr.gray {
      background-color: #81bb2b;
	  color: #fff;	 	
    }

    .dcf-table thead td, .dcf-table thead th {
      padding-bottom: .75em;
      vertical-align: bottom
    }

    .dcf-table tbody td, .dcf-table tbody th, .dcf-table tfoot td, .dcf-table tfoot th {
      padding-top: .75em;
      vertical-align: top;
    }
.dcf-table tbody th {
      text-align: center;
    }
.dcf-table tbody td {
      text-align: left;
    }
    .dcf-table tbody td, .dcf-table tbody th {
      padding-bottom: .75em;	  
    }
     
    .dcf-table-bordered thead th {
      padding: .75em;
    }
.dcf-table tbody td .fa-plus-square {
      color: #81bb2b;
    }
.dcf-table tbody td .fa-minus-square {
      color: #ff0000;
    }
.dcf-table tbody td .fa-check-square {
      color: #343785;
    }
    .dcf-wrapper-table-scroll {
      overflow-x: auto;
      -webkit-overflow-scrolling: touch;
      left: 50%;
      margin-left: -50vw;
      margin-right: -50vw;
      padding-bottom: 1em;
      position: relative;
      right: 50%;
      width: 100vw
    }

    @media only screen and (max-width:42.09em) {
      .dcf-table-responsive thead {
        clip: rect(0 0 0 0);
        -webkit-clip-path: inset(50%);
        clip-path: inset(50%);
        height: 1px;
        overflow: hidden;
        position: absolute;
        width: 1px;
        white-space: nowrap
      }
      .dcf-table-responsive tr {
        display: block
      }
      .dcf-table-responsive td {
        -webkit-column-gap: 3.16vw;
        -moz-column-gap: 3.16vw;
        column-gap: 3.16vw;
        display: grid;
        grid-template-columns: 1fr 2fr;
        text-align: left!important
      }
      .dcf-table-responsive.dcf-table-bordered, .dcf-table-responsive.dcf-table-bordered thead th {
        border-width: 0
      }
      .dcf-table-responsive.dcf-table-bordered tbody td {
        border-top-width: 0
      }
      .dcf-table-responsive:not(.dcf-table-bordered) tbody tr {
        padding-bottom: .75em
      }
      .dcf-table-responsive:not(.dcf-table-bordered) tbody td {
        padding-bottom: 0
      }
      .dcf-table-responsive:not(.dcf-table-bordered):not(.dcf-table-striped) tbody td {
        padding-right: 0
      }
      .dcf-table-responsive.dcf-table-bordered tbody tr:last-child td:last-child {
        border-bottom-width: 0
      }
      .dcf-table-responsive tbody td:before {
        content: attr(data-label);
        float: left;
        font-weight: 600;
        padding-right: 1.78em
      }
    }

.dcf-overflow-x-auto {
      overflow-x: auto!important;
      -webkit-overflow-scrolling: touch
    }
    
.dcf-w-100\% {
  width: 100%!important;
		}
.row.variations.switch-variations {
  flex-direction: column;
	   margin-left: -15px; 
  margin-right: -15px;
}
.row.variations > .col,
.row.variations > .vaiation-wrapper {
  padding-left: 15px;
  padding-right: 15px;
}
#bottom-newsletter {
  background-color: #81bb2b;
  color: #fff;
  padding-top: 50px;
  padding-bottom: 50px;
}
#bottom-newsletter-box-left {
  text-align: center;
}
#bottom-newsletter .bottom-newsletter-title {
  font-size: 2.5rem;
  font-weight: 600;	
  margin-bottom: 0;	
}
.bottom-newsletter-text {
  font-size: 1.5rem;
}
#bottom-newsletter .form-control::placeholder {
  color: #fff;
}
#bottom-newsletter .form-control {
  color: #fff;
  font-size: 1rem;
  background-color: transparent;
  border: 0;
  border-bottom: 1px solid #fff;
  margin-right: 30px;	
}
#bottom-newsletter .btn-secondary {
  color: #81BB2B;
  background-color: #fff;
  border-color: #fff;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;		
}
#bottom-newsletter .btn-secondary:hover {
  color: #fff;
  background-color: #343785;
  border-color: #343785;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;		
}
#bottom-contact {
  background-color: #343785;
  color: #fff;
  padding-top: 50px;
  padding-bottom: 50px;
}
#bottom-contact a {
  color: #fff;	
  text-decoration: none;	
}
#bottom-contact .bottom-contact-title, #bottom-contact .bottom-contact-title {
  font-size: 1.5rem;
  font-weight: 600;	
  margin: 0;	
}
#bottom-contact .label-slide .form-group:not(.exclude-from-label-slide):not(.checkbox) .form-control:placeholder-shown:not(:focus) ~ label {
  font-size: 1rem;
  color: #343785;
}
#bottom-contact  form-control {
  font-size: 1rem;
}
.contact-open-hours {
  display: inline-block;
  border-top: 1px solid #fff;
  padding-top: 1rem;
}
#bottom-contact #fg-Nachricht input {
  height: 90px;
}
#bottom-contact .btn-primary {
  color: #34347c;
  background-color: #fff;
  border-color: #fff;
    -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;	
  padding: 0.625rem 1.5rem;	
}
#bottom-contact .btn-primary:hover {
  color: #fff;
  background-color: #81bb2b;
  border-color: #81bb2b;
    -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;	
  padding: 0.625rem 1.5rem;	
}
#bottom-contact input {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
#bottom-contact .submit-form {
 display: flex;
 justify-content: flex-end;	
}
#bottom-contact .label-slide .form-group:not(.exclude-from-label-slide):not(.checkbox) label {
  font-size: 0.875rem;
  padding: 0 0.5rem;
  color: #343785;
}
#bottom-benefits {
  background-color: #f5f5f5;
  padding-top: 50px;
  padding-bottom: 20px;
}
#bottom-benefits .bottom-benefit-title {
  font-size: 1.5rem;
  text-align: left;	
}
#bottom-benefits #bottom-benefit-box-four .col {
  margin-bottom: 30px;
}
#bottom-benefit-box-one, #bottom-benefit-box-two, #bottom-benefit-box-three {
    display: flex;
}
#bottom-benefit-box-one .content-wrapper, #bottom-benefit-box-two .content-wrapper, #bottom-benefit-box-three .content-wrapper {
    text-align: center;
}
#bottom-benefit-box-two .content-wrapper a {
    color: #343785;
}
#bottom-benefit-box-one .bottom-benefit-title, #bottom-benefit-box-two .bottom-benefit-title, #bottom-benefit-box-three .bottom-benefit-title {
    margin-bottom: 10px;
}
#bottom-benefit-box-one .image-and-text-container, #bottom-benefit-box-two .image-and-text-container, #bottom-benefit-box-three .image-and-text-container {
    display: flex;
	align-items: center;
}
#bottom-benefit-box-one .image-container, #bottom-benefit-box-two .image-container, #bottom-benefit-box-three .image-container {
    flex: 0 0 auto;
    margin-right: 20px;
}
#bottom-benefit-box-one .image-container, #bottom-benefit-box-two .image-container, #bottom-benefit-box-three .image-container {
    max-width: 100%;
    height: auto;
}
#bottom-benefit-box-one .text-container, #bottom-benefit-box-two .text-container, #bottom-benefit-box-three .text-container {
    flex: 1;
	text-align: left;
}
#bottom-benefit-box-one .text-container p, #bottom-benefit-box-two .text-container p, #bottom-benefit-box-three .text-container p {
    margin: 0;
}
#footer .container {
  max-width: 103.125rem;
}
#footer .box-normal-hr {
  border: 0;
}
#footer .footnote-vat a {
  color: #b6b6b6;
}
#footer #copyright .container-fluid {
  max-width: 103.125rem;
}
#footer #copyright a {
  color: #b6b6b6!important;
}
#sidebar-contact {
  position: fixed;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  z-index: 9999;
  color: #fff;
  width: 50px;
  margin: 0;
  padding: 0;
}
#sidebar-contact ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
#sidebar-contact li {
  display: inline-flex;
  margin-bottom: 10px;
}
#sidebar-contact li a {
  background: #343785;
  color: #fff;
  padding: 12px;
}
#sidebar-contact li a:hover {
  background: #81bb2b;
  color: #fff;
  padding: 12px;
}
#sidebar-contact i {
  font-size: 1.5rem;
}

#result-wrapper .productlist-page-nav {
  background-color: #fff!important;
  border: 1px solid #fff!important;
  box-shadow: none!important;
}
#result-wrapper h2.custom-title {
  color: #343785 !important;
  font-weight: 500;
  text-align: center;
}
.btn-secondary {
  color: #f5f7fa;
  background-color: #82bb2a;
  border-color: #82bb2a;
  box-shadow: none;
}
.col.secure-checkout-topbar.col-auto.ml-auto-util.d-none.d-lg-block.order-4 {
  display: none !important;
}
@media (max-width: 575px) {
.fov-call-to-action-banner .image-and-text-container {
  flex-direction: column;
}
}	
@media (max-width: 767.98px) {
.banner-home .card, .category.banner .card, .banner .card {
  border: 0;
  margin: 0 !important;
  background-color: rgba(252, 251, 250, 0.882);
  height: auto;
}
.slick-slider-other .btn-primary {
  padding: 0.5rem;
}
.fov-call-to-action-banner .image-container {
  margin-bottom: 1rem;
}
.fov-call-to-action-banner-right .fov-call-to-action-banner-title {
  line-height: 2.5rem;
  padding-top: 1rem;
}	
#product-list .col-6 {
  flex: 0 0 100%;
  max-width: 100%;
}	
}	
@media (min-width: 768px) {
.banner-home .card, .category.banner .card, .banner .card {
  border: 0;
  margin: 0 3rem 0 0 !important;
  background-color: rgba(252, 251, 250, 0.882);
  height: auto;
}
}
@media (max-width: 991.98px) {
.slick-slide {
  padding: 0 0.5rem;
}
}	
@media (min-width: 992px) {
header .navbar-nav > .nav-item > .nav-link {
    padding: 1.5rem 0.5rem;
  }
.slick-slide {
  padding: 0 1.5rem;
}	
#footer.newsletter-active #footer-boxes {
    margin-top: 2rem;
  }
}
@media (min-width: 992px) and (max-width: 1099px) {
.nav-scrollbar-item > a {
  font-size: 0.9rem;
}
}
@media (min-width: 1100px) and (max-width: 1300px) {
.nav-scrollbar-item > a {
  font-size: 1rem;
}
}
@media (min-width: 1500px) {
header .navbar-nav > .nav-item > .nav-link {
    padding: 1.5rem;
  }
}
/*for main page*/


.ip-btn-3 {
    display: inline-block;
    margin-bottom: 0;
    font-weight: normal;
    text-align: center;
    vertical-align: middle;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid #dfdcdc;
    white-space: nowrap;
    padding: 6px 12px;
    font-size: 1rem;
    line-height: 1.42857143;
    border-radius: 4px;
}

#sidebox127>h2 {
    margin-top: 30px;
}

#sidebox128>h2 {
    margin-top: 30px;
}

#sidebox129>h2 {
    margin-top: 30px;
}

#footer {
    background-color: #464646;
    padding: 0 0 0 0;
    margin: 0 0 0 0;
    border-top: none;
    border-right: none;
    border-bottom: none;
    border-left: none;
    font-size: 1rem;
    color: #b6b6b6;
}

.nav-panel .nav .nav-item>a {
    background-color: transparent;
    font-size: 1rem;
    color: #000;
    padding: 5px 0 5px 0;
    border-top: none;
    border-right: none;
    border-left: none;
    padding-left: 10px;
}

.nav-panel .nav .nav-item .nav-link>a {
    background-color: transparent;
    font-size: 1rem;
    color: #000;
    padding: 5px 0 5px 0;
    border-top: none;
    border-right: none;
    border-bottom: none;
    border-left: none;
}

#footer #footer-boxes .box-normal .productlist-filter-headline {
    color: #82bb2a;
    padding: 0 0 5px 0;
    font-size: 22px !important;
    line-height: 1.5;
    border-top: none;
    border-right: none;
    border-bottom: none;
    border-left: none;
    font-weight: 300;
}

.box-categories .dropdown .collapse,
.box-linkgroup .dropdown .collapse {
    background-color: #fff;
}

#mainTopBoxes.bgStyleFluid {
    padding-top: 20px;
    padding-bottom: 5px;
    background-color: #82bb2a;
}

#mainTopBoxes {
    color: #fff;
    border-top: none;
    border-right: none;
    border-bottom: none;
    border-left: none;
    font-size: 1rem;
}

#mainTopBoxes {
    color: #fff;
    border-top: none;
    border-right: none;
    border-bottom: none;
    border-left: none;
    font-size: 1rem;
}

#mainTopBoxes .panel-strap {
    padding-bottom: 0;
}

.customBoxEmpty {
    margin-bottom: 20px;
}

.panel-strap {
    position: relative;
    padding-bottom: 18px;
    overflow: hidden;
}

#mainTopBoxes .iconItem {
    text-decoration: none;
}

#mainTopBoxes a {
    color: #fff;
}

#mainTopBoxes .iconItem>span:first-child {
    float: left;
    margin-right: 15px;
    background-color: #fff;
    color: #82bb2a;
    height: 58px;
    width: 58px;
    line-height: 76px;
    border-radius: 50%;
    text-align: center;
    margin-top: 10px;
}

#mainTopBoxes .iconItem>span:first-child+span>strong:first-child {
    font-weight: 500;
    font-size: 22px;
    font-family: "Roboto Condensed", sans-serif;
}

.hidden {
    display: none !important;
    visibility: hidden !important;
}

#footer .container {
    padding-top: 20px;
    padding-bottom: 0;
    border-top: none;
    border-right: none;
    border-bottom: none;
    border-left: none;
}

#footer #copyright>div {
    text-align: left;
}

#footer #copyright {
    color: #b6b6b6;
}

#footer #copyright {
    border-top: 1px solid #666;
    background-color: #464646;
}

.box-content-wrapper a {
    color: #b6b6b6;
	text-decoration: none;
}

#mainBottomBoxes.bgStyleFluid {
    padding-top: 20px;
    padding-bottom: 20px;
    background-color: #efecec;
}

#mainBottomBoxes {
    color: #464646;
    border-top: none;
    border-right: none;
    border-bottom: none;
    border-left: none;
    font-size: 1rem;
}

.btn-primary {
    color: #fff;
    background-color: #34347c;
    border-color: #2c2c6a;
}

#mainBottomBoxes .panel .panel-heading .panel-title {
    color: #000;
    padding: 0 0 5px 0;
    font-size: 22px;
    line-height: 1.5;
    border-top: none;
    border-right: none;
    border-bottom: none;
    border-left: none;
}

#mainBottomBoxes .imageListing img {
    margin: 3px;
    width: 85px !important;
}

#mainBottomBoxes .h5 {
    font-weight: 300;
}

#mainBottomBoxes div[id^="mainBottomBoxes"]:first-child+div {
    text-align: center;
}

#mainBottomBoxes div[id^="mainBottomBoxes"]:first-child+div {
    border-left: 1px solid #b6b6b6;
    border-right: 1px solid #b6b6b6;
}

#footer-boxes .col:nth-child(5) {
    display: none;
}

#footer-boxes .col:nth-child(6) {
    display: none;
}

#result-wrapper .content-cats-small .col .sub-categories {
    background-color: #fff;
    color: #464646;
    padding: 0 0 0 0;
    border-top: 1px solid #dfdcdc;
    border-right: 1px solid #dfdcdc;
    border-bottom: 1px solid #dfdcdc;
    border-left: 1px solid #dfdcdc;
    -webkit-box-shadow: none;
    box-shadow: none;
}

#result-wrapper .content-cats-small .col .sub-categories>a {
    background-color: #fff;
    padding: 5px 5px 5px 5px;
    margin: 0 0 0 0;
    border-top: none;
    border-right: none;
    border-bottom: none;
    border-left: none;
    display: block;
    position: relative;
}

#result-wrapper .content-cats-small .col .sub-categories .caption {
    color: #464646;
    font-size: 18px;
    font-family: "Roboto Condensed", sans-serif;
    background-color: transparent;
    padding: 5px 15px 10px 15px;
    margin: 0 0 0 0;
    border-top: none;
    border-right: none;
    border-bottom: none;
    border-left: none;
}

#result-wrapper .content-cats-small .col .sub-categories .caption>a {
    text-decoration: none;
    color: #000;
}

#content-wrapper .container-fluid .breadcrumb-wrapper {
    display: none;
}

#main-wrapper #content-wrapper #content {
    padding: 30px 0 30px 0;
}

#sidepanel_left .box-categories {
    background: #fff !important;
    padding-right: 10px;
    padding-left: 10px;
    border-radius: 5px;
    border-top: 1px solid #dfdcdc;
    border-right: 1px solid #dfdcdc;
    border-bottom: 1px solid #dfdcdc;
    border-left: 1px solid #dfdcdc;
    padding-bottom: 15px;
}

#sidepanel_left .box-categories .productlist-filter-headline {
    color: #81bb2b;
    font-size: 1.5rem;
    text-transform: none;
    padding: 5px 10px 5px 0px;
    margin: 0 0 0 0;
}

aside .nav-panel>.nav>.active>.nav-link {
    border-bottom: none;
}

aside .nav-panel .nav-link,
aside .nav-panel .nav-item {
    border-bottom: 1px solid #fff;
}

.nav-link::after {
    color: #000;
}

#footer-boxes .nav-panel .nav .nav-item .nav-link>a {
    background-color: transparent;
    font-size: 1rem;
    color: #b6b6b6!important;
    padding: 5px 0 5px 0;
    border-top: none;
    border-right: none;
    border-bottom: none;
    border-left: none;
    text-decoration: none;
}

#footer-boxes .nav-panel .nav .nav-item>a {
    color: #b6b6b6 !important;
}

#footer-boxes .nav-link::after {
    color: #b6b6b6 !important;
}

#footer-boxes .box-categories .dropdown .collapse,
#footer-boxes .box-linkgroup .dropdown .collapse {
    background-color: #464646 !important;
}

.nav-mobile-body .nav-link::after {
    color: #343785 !important;
}

.ip-mini-header1 {
    display: none;
}

.container-fluid-white {
    display: none;
}

@media only screen and (max-width:991px) {
    .nav-mobile-body .nav-mobile-heading {
        color: black !important;
    }
/*
    .nav-mobile-body .navbar-nav .nav-item:first-child {
        display: none;
    }
*/
	
    #mainNavigation .nav-mobile-header .row {
        background-color: #82bb2a;
        border-color: #82bb2a;
    }
    .nav-mobile-header-toggler .navbar-toggler {
        color: #fff !important;
    }
    .nav-offcanvas-title {
        color: #fff;
    }
    #mainNavigation .nav-mobile-body {
        background-color: #fff;
        border-color: #fff;
    }
    .nav-mobile-body .navbar-nav .nav-item {
        border: 1px solid #fff;
    }
    #mainNavigation .nav-mobile-header .nav-mobile-header-hr {
        display: none;
    }
    .nav-mobile-body .navbar-nav .nav-item .nav-mobile-heading {
        color: #000000 !important;
    }
    .nav-item .nav-link .badge-primary {
        background-color: #fff;
    }
    .nav-mobile-body .navbar-nav .nav-item {
        border: 1px solid #fff;
        background: #fff;
    }
    .nav-mobile-body .navbar-nav .nav-item>a {
        color: #000000;
    }
    .ip-mini-header1 {
        display: block;
    }
    .toggler-logo-wrapper-s-n {
        display: none;
    }
    .shop-nav-s-n {
        display: none;
    }
    .container-fluid-white {
        display: block;
    }
    #product-offer .product-info .ip-product-info-inner {
        border-left: none !important;
        padding-left: 0px !important;
    }
}

#product-offer .product-info .ip-product-info-inner {
    border-left: 2px solid #dfdcdc;
    padding-left: 20px;
}

.ip-product-ean {
    display: none;
}

.variations .col .form-group .custom-select .btn {
    background-image: url(/frontassets/a.png);
    background-repeat: no-repeat;
    background-position: top right;
    background-size: 40px 40px;
}

.ip-info-essential {
    margin-top: 0px !important;
    margin-bottom: 0px !important;
}
/*
.ip-shortdesc {
    display: none;
}
*/
.ip-shortdesc ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.ip-shortdesc ul li::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 20px;
  content: "\f00c";
  color: #81bb2b;
  padding-right: 10px;
}
.ip-stock-information {
    display: none;
}

.product-offer .ip-add-to-cart {
    margin-top: 0px;
}

.alert-info {
    background-color: #d9edf7;
    border-color: #bce8f1;
    color: #31708f;
}

.tab-navigation #tab-content-product-tabs {
    border-right: 1px solid #dfdcdc;
    border-bottom: 1px solid #dfdcdc;
    border-left: 1px solid #dfdcdc;
    padding: 10px 16px 10px 16px;
    margin-top: 0px;
    border-radius: 0 0 4px 4px;
}

.variations .col .form-group .custom-select .btn:hover {
    background-color: #2c2c6a;
    color: #fff;
}

.variations .col .form-group .custom-select .btn:active {
    border-color: none;
}

.variations .col .form-group .custom-select .btn:focus {
    border-color: none;
}

.ip-product-category {
    margin-top: 5px;
}

.ip-variation-dt {
    font-weight: bold !important;
    text-decoration: none solid rgb(70, 70, 70);
    color: #464646;
    font-size: 1rem;
    line-height: 18.5714px;
    font-family: "Open Sans", Helvetica, Arial, sans-serif;
}

.ip-product-category>a {
    color: #659121;
    text-decoration: none;
}

.ip-slider-name {
    color: #000;
    margin: 15px 0;
    font-size: 1.5rem;
    font-family: Montserrat, sans-serif;
    border-bottom: 1px solid #fff;
}

.ip-hr-sect2 {
    display: none;
}
/*
.ip-slick-slider-other {
    color: #000;
    background-color: #efecec;
    border-color: #dfdcdc;
    padding: 10px;
    border-radius: 10px;
}
*/
.ip-item-slider-desc>span {
    background-color: transparent;
    color: #000;
    font-family: "Roboto Condensed", sans-serif;
    line-height: 1.5;
    font-weight: 700;
}

a.ip-slider-link {
    text-decoration: none;
}

.item-slider-price .ip-price-wrapper .productbox-price>span {
    font-family: "Roboto Condensed", sans-serif;
}

a:hover {
    color: #659121;
}

.tab-navigation .nav-link::after {
    border-color: #dfdcdc;
}

.tab-navigation .nav-tabs .nav-item {
    border-top: 1.5px solid #dfdcdc;
    border-right: 1.5px solid #dfdcdc;
    border-bottom: 1.5px solid #dfdcdc;
    border-left: 1.5px solid #dfdcdc;
    color: #659121;
    background-color: #fff;
    font-weight: normal;
    cursor: pointer;
    margin-right: 3px;
    border-radius: 5px 5px 0px 0px;
    background-color: #efecec;
}

.tab-navigation .nav-tabs .nav-item .nav-link {
    margin: 5px 10px;
}

.tab-navigation .nav-item::after {
    background-color: #fff;
}

.nav-tabs .nav-link.active,
.tab-navigation .nav-tabs {
    background-color: #fff;
}

.nav-tabs .nav-link.active,
.tab-navigation .nav-tabs .nav-item {
    background-color: #fff;
}

.tab-navigation .nav-link::after,
.tab-navigation .nav-tabs {
    background-color: #fff;
}

.nav-tabs .nav-link.active,
.tab-navigation .nav-tabs .nav-item {
    color: #659121;
}

header .navbar-nav>.nav-item>.nav-link::before {
    border-color: transparent;
}
#header-top-bar a,
#header-top-bar a:hover {
    color: #fff!important;
}
/*
.ip-slick-slider-other .slick-slider .slick-prev {
    background-color: #fff;
    border: 1px solid;
    border-left: none;
    border-color: #dfdcdc;
    border-radius: 0px 5px 5px 0px;
    height: 48px;
    width: 48px;
    line-height: 0px;
    font-size: 0px;
    transform: translate(-25%, -50%);
}

.slick-prev::after {
    content: "\f0a8" !important;
    font-family: "Font Awesome 5 Free" !important;
    font-weight: 900;
}

.slick-prev {
    content: "\f0a8" !important;
    font-family: "Font Awesome 5 Free" !important;
    font-weight: 900;
}

.slick-prev:hover,
.slick-prev {
    content: "\f0a8" !important;
    font-family: "Font Awesome 5 Free" !important;
    font-weight: 900;
}

.slick-arrow:hover {
    color: #34347c;
}

.ip-slick-slider-other .slick-slider .slick-next {
    background-color: #fff;
    border: 1px solid;
    border-right: none;
    border-color: #dfdcdc;
    border-radius: 5px 5px 5px 5px;
    height: 48px;
    width: 48px;
    line-height: 0px;
    font-size: 0px;
    transform: translate(25%, -50%);
}

.slick-next::after {
    content: "\f0a9" !important;
    font-family: "Font Awesome 5 Free" !important;
    font-weight: 900;
}

.slick-next {
    content: "\f0a9" !important;
    font-family: "Font Awesome 5 Free" !important;
    font-weight: 900;
}

.slick-next:hover,
.slick-next {
    content: "\f0a9" !important;
    font-family: "Font Awesome 5 Free" !important;
    font-weight: 900;
}
*/
.ip-nav2 #mainNavigation .nav-mobile-body .navbar-nav .nav-item:hover .ip-nav-link-first {
    color: #659121;
    background-color: #efecec;
}

.ip-nav2 #mainNavigation .nav-mobile-body .navbar-nav .nav-item:hover .ip-nav-link-first>i {
    color: #659121;
}

.imageListing>a {
    color: transparent;
}


/*
.ip-nav2 #mainNavigation .nav-mobile-body .navbar-nav .nav-item:hover .nav-mobile-heading {
    color: green !important;
}

.ip-nav2 #mainNavigation .nav-mobile-body .navbar-nav .nav-item:hover {
    background-color: #fff;
    color: green !important;
}

.ip-nav2 #mainNavigation .nav-mobile-body .navbar-nav .nav-item:hover .nav-link .text-truncate {
    background-color: #fff;
    color: green !important;
}
*/

.bootstrap-select.custom-select.show button.dropdown-toggle,
.bootstrap-select.custom-select.show button[data-toggle=collapse]:not(.navbar-toggler) {
    border-color: #34347c;
}

.btn-primary:hover {
    background-color: #2c2c6a;
    border-color: #2c2c6a;
    color: #fff;
}

.btn-outline-primary {
    border-color: #2c2c6a;
}

#footer-boxes .box-linkgroup .text-truncate {
    color: #82bb2a !important;
}

.dropdown-toggle::after,
[data-toggle=collapse]:not(.navbar-toggler)::after {
    color: #82bb2a;
}

#footer-boxes .box-categories .box-normal-link {
    color: #82bb2a;
}

.fa-sup {
    color: #fff;
    background-color: #2c2c6a;
}

#search .search-wrapper .form-icon .input-group-append .btn {
    border-top: 1px solid #82bb2a;
    border-right: none;
    border-bottom: 1px solid #82bb2a;
    border-left: 1px solid #82bb2a;
    background: #82bb2a;
    border-radius: 0px 5px 5px 0px;
}

header #search .form-control {
    height: 48px;
    border-top: 1px solid #82bb2a;
    border-right: none;
    border-bottom: 1px solid #82bb2a;
    border-left: 1px solid #82bb2a;
    background-color: #fff;
    color: #7c7777;
    border-radius: 5px 0px 0px 5px;
}

#ip-head-img>img {
    max-width: 48px !important;
    max-height: 48px !important;
    margin-right: 30px;
    margin-left: 30px;
}

#ip-head-img {
    display: inline-block;
    margin-right: 5px;
    vertical-align: top;
}

.account-icon-dropdown .nav-link {
    font-size: 1rem;
    border-radius: 4px;
    height: 48px;
    line-height: 1.42857143;
    padding: 0 0 0 0;
    margin: 0 0 0 0;
    color: #464646;
    background-color: #efecec;
    border-top: 1px solid #dfdcdc;
    border-right: 1px solid #dfdcdc;
    border-bottom: 1px solid #dfdcdc;
    border-left: 1px solid #dfdcdc;
    font-weight: normal;
    font-family: "Open Sans", Helvetica, Arial, sans-serif;
    padding-top: 0px !important;
    margin-right: 20px;
}

.serviceCenter-label {
    min-width: 130px;
    box-sizing: border-box;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 5px;
}

.serviceCenter-label>span {
    font-family: "Roboto Condensed", sans-serif;
    font-size: 16px;
    font-weight: 300;
    letter-spacing: 1px;
    display: block;
    color: #000;
}

.serviceCenter-label>small {
    font-size: 12px;
    display: block;
}

.serviceCenterIconCol {
    display: block;
    width: 40px;
    height: 48px;
    font-size: 20px;
    text-align: center;
    background-color: #82bb2a;
    line-height: 45px;
    border-radius: 0 4px 4px 0;
    margin: -1px 0;
    border: 1px solid #82bb2a;
    border-left: none;
}

.serviceCenterIconCol>span {
    color: #fff;
}

.pull-right {
    float: right !important;
}

.pull-left {
    float: left !important;
}

.cart-icon-dropdown .nav-link {
    font-size: 1rem;
    border-radius: 4px;
    height: 48px;
    line-height: 1.42857143;
    padding: 0 0 0 0;
    margin: 0 0 0 0;
    color: #464646;
    background-color: #efecec;
    border-top: 1px solid #dfdcdc;
    border-right: 1px solid #dfdcdc;
    border-bottom: 1px solid #dfdcdc;
    border-left: 1px solid #dfdcdc;
    font-weight: normal;
    font-family: "Open Sans", Helvetica, Arial, sans-serif;
    padding-top: 0px !important;
}

.ip-cart-icon-dropdown-price {
    display: none !important;
}

.ip-fa-sup {
    color: #fff;
}

.ip-fa-shopping-cart {
    color: #fff;
}

header .container .navbar #shop-nav #shop-nav-wish {
    display: none;
}

.cart-icon-dropdown:not(.not-empty) .cart-icon-dropdown-icon {
    margin-right: 0rem;
}

.ip-mini-header-div {
    background-color: #868686;
}

.ip-burger-menu {
    color: #fff !important;
}

.ip-mini-header-div #burger-menu {
    margin-right: 0px !important;
    margin-left: 10px;
}

.ip-menu-icon {
    display: block;
    width: 20%;
    float: left;
}

.ip-mini {
    display: block;
    width: 80%;
    float: left;
}

#ip-account-div .nav-link {
    float: right;
}

#ip-account-div .fa-sup {
    position: unset;
}

.ip-fa-user2 {
    color: #fff;
}

.ip-fa-shopping-cart2 {
    color: #fff;
}

.ip-fa-sup2 {
    background-color: #fff;
    color: #82bb2a;
    padding: 0em 0.3em;
}

.ip-cart-icon-dropdown-price2 {
    color: #fff;
}

.container .logo-div #logo {
    padding-top: 10px;
    text-align: center;
    padding-bottom: 10px;
    background: #fff;
}

.container-fluid-white {
    background: #fff;
}

.ip-header1 .twitter-typeahead {
    border-top: 1px solid #82bb2a;
    border-right: none;
    border-bottom: 1px solid #82bb2a;
    border-left: 1px solid #82bb2a;
    background-color: #fff;
    color: #464646;
}

.ip-header1 .input-group-append .btn {
    background-color: #82bb2a;
    border-top: 1px solid #577d1c;
    border-right: 1px solid #577d1c;
    border-bottom: 1px solid #577d1c;
    border-left: none;
}

.ip-mini-header1 {
    z-index: 1;
}

@media only screen and (max-width:399px) {
    #mainTopBoxes .iconItem>span:first-child+span>strong:first-child {
        font-size: 16px !important;
    }
}

@media only screen and (max-width:335px) {
    .iconItem>span:nth-child(2) {
        font-size: 11px;
    }
}

@media only screen and (max-width:470px) {
    .ip-col-footer {
        width: 100% !important;
        margin-bottom: 20px;
    }
}

.ip-footer-small>a {
    color: #b6b6b6;
}

.productlist-filter-headline {
    display: block !important;
}

.ip-none {
    display: none !important;
}
#footer li {
  margin-bottom: 0;
}
#footer .box-linkgroup .box-nav-item .nav .nav-item .nav-link {
    background-color: transparent;
    font-size: 1rem;
    color: #b6b6b6 !important;
    padding: 8px 0;
    border-top: none;
    border-right: none;
    border-bottom: 1px solid #666;
    border-left: none;
}

#footer .nav-panel .nav .nav-item .nav-link {
    background-color: transparent;
    font-size: 1rem;
    color: #b6b6b6 !important;
    padding: 8px 0;
    border-top: none;
    border-right: none;
    border-bottom: 1px solid #666;
    border-left: none;
}

#ip-account-div {
    position: relative !important;
}

#ip-account-div .cart-dropdown {
    position: relative !important;
    transform: unset !important;
}

#footer .smoothscroll-top {
    line-height: unset;
    width: auto;
    height: auto;
    z-index: 500;
    text-align: center;
    color: #fff;
    background-color: #34347c;
    border-top: 1px solid #34347c;
    border-right: 1px solid #34347c;
    border-bottom: 1px solid #34347c;
    border-left: 1px solid #34347c;
    margin: 0 0 0 0;
    padding: 20px;
    border-radius: 50%;
}

.noUi-horizontal .noUi-connect {
    background: #82bb2a;
}

.noUi-horizontal .noUi-handle {
    top: -0.2em;
    border-radius: 50%;
    background: #82bb2a;
    border: 0;
    width: 0.7em;
    height: 0.7em;
    box-shadow: 0px 0px 0px 5px #82bb2a;
}

.ribbon-1 {
    background: #82bb2a;
    color: #fff;
}

#result-wrapper .productlist-page-nav {
    border-radius: 4px;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-top: 1px solid #dfd9d9;
    border-right: 1px solid #dfd9d9;
    border-bottom: 1px solid #dfd9d9;
    border-left: 1px solid #dfd9d9;
    min-height: 20px;
    padding: 19px;
    margin-bottom: 20px;
    background-color: #efecec;
    border: 1px solid #dfd9d9;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 5%);
    box-shadow: inset 0 1px 1px rgb(0 0 0 / 5%);
}

.productlist-page-nav.productlist-page-nav-header-m>.col {
    margin-top: 0px;
}

.displayoptions .filter-type-FilterItemSort .dropdown-toggle {
    border-radius: 5px;
    background: #fff;
}

.btn-link:hover {
    color: #82bb2a;
}

.displayoptions .filter-type-FilterItemLimits .btn-outline-secondary {
    border-radius: 5px;
    background: #fff;
}

.displayoptions .btn-group {
    border-radius: 5px;
    background: #fff;
}

.btn-outline-secondary:not(:disabled):not(.disabled):active,
.btn-outline-secondary:not(:disabled):not(.disabled).active,
.show>.btn-outline-secondary.dropdown-toggle,
.show>.btn-outline-secondary[data-toggle=collapse]:not(.navbar-toggler) {
    background-color: #2c2c6a;
    color: #fff;
}

.productbox-inner .row .col-12 .productbox-title .text-clamp-2 {
    background-color: transparent;
    color: #000;
    font-family: "Roboto Condensed", sans-serif;
    font-weight: 500;
    line-height: 1.5;
    padding: 0 0 0 0;
    margin: 0 0 15px 0 !important;
    border-top: none;
    border-right: none;
    border-bottom: none;
    border-left: none;
    font-size: 18px;
    text-decoration: none;
}

.productbox-inner .row .col-12 .productbox-title .text-clamp-2:hover {
    color: #2b3e0e;
    text-decoration: underline;
}
.productbox-inner .row .col-12 .productbox-title {
    margin: 10px 0 30px 0 !important;
    text-align: center;
}

.productbox-inner .row .col .ip-price-wrapper {
    text-align: center;
    font-size: 17px;
    font-family: "Roboto Condensed", sans-serif;
    color: #000;
}

.newsbox {
  background-color: #343785;
  color: #fff;
}
.newsbox-image {
  height: 16rem;
}
.newsbox a{
  color: #fff;
}
.newsbox-body {
  padding: 1rem!important;
}
.newsbox-footer {
  padding: 0 1rem!important;
}
.newsbox-headline {
  font-weight: 600;
  font-size: 1.25rem;
}

@media only screen and (min-width: 992px) {
  [data-page="41"] .ws5_blogDetail .ws5_inhaltSlider .ws5_inhaltContainer.sideBar {
    width: 100%!important;
  }
}
.blog-author-box {
  max-width: 100%!important;
  justify-content: center!important;
}
[data-page="41"] .ws5_blogDetail .ws5_inhaltSlider > .ws5_topNewsSliderContainer {
  height: 1000px!important;
  padding: 3.5rem 0 1rem 3rem!important;	
}
[data-page="41"] .ws5_blogDetail .ws5_inhaltSlider .ws5_inhaltContainer h1 {
  padding-top: 0!important;
  font-size: 2rem;	
}
[data-page="41"] .ws5_blogDetail .ws5_artikelSliderContainer .product-slider-wrapper .slick-slider-other .slick-type-product .slick-arrow.slick-next::after, [data-page="41"] .ws5_blogDetail .ws5_topNewsSliderContainerMobil .carouselMobil .slick-arrow.slick-next::after {
  content: '\f054' !important;
}
[data-page="41"] .ws5_blogDetail .ws5_artikelSliderContainer .product-slider-wrapper .slick-slider-other .slick-type-product .slick-arrow.slick-prev::after, [data-page="41"] .ws5_blogDetail .ws5_topNewsSliderContainerMobil .carouselMobil .slick-arrow.slick-prev::after {
  content: '\f053' !important;
}
[data-page="41"] .ws5_blogDetail .ws5_artikelSliderContainer .product-slider-wrapper .slick-slider-other .slick-type-product .slick-arrow ,[data-page="41"] .ws5_blogDetail .ws5_topNewsSliderContainerMobil .carouselMobil .slick-arrow{
    border: none!important;
    background-color: transparent!important;
}
[data-page="41"] .ws5_blogDetail .ws5_artikelSliderContainer .product-slider-wrapper .slick-slider-other .slick-type-product .slick-arrow:hover, [data-page="41"] .ws5_blogDetail .ws5_topNewsSliderContainerMobil .carouselMobil .slick-arrow:hover{
    border: none!important;
    background-color: transparent!important;
}
[data-page="41"] .ws5_blogDetail .ws5_artikelSliderContainer .product-slider-wrapper .slick-slider-other .slick-type-product .slick-arrow.slick-prev, [data-page="41"] .ws5_blogDetail .ws5_topNewsSliderContainerMobil .carouselMobil .slick-arrow.slick-prev {
  left: 15px!important;
  top: -35px!important;
}
[data-page="41"] .ws5_blogDetail .ws5_artikelSliderContainer .product-slider-wrapper .slick-slider-other .slick-type-product .slick-arrow.slick-next, [data-page="41"] .ws5_blogDetail .ws5_topNewsSliderContainerMobil .carouselMobil .slick-arrow.slick-next {
  right: 15px!important;
  top: -35px!important;
}
.ws5_artikelSliderContainer .slick-arrow::after {
  font-size: 4rem;
  color: #81bb2b;
}
[data-page="41"] .ws5_blogDetail .ws5_inhaltSlider > .ws5_topNewsSliderContainer .buttons button {
  color: #81bb2b;
}
[data-page="41"] .ws5_blogDetail .ws5_inhaltSlider .ws5_inhaltContainer h1 {
  color: #343785;
  font-weight: 500;
}
[data-page="41"] .ws5_blogDetail .ws5_inhaltSlider .ws5_inhaltContainer .previewImg {
  width: 100%!important;
}
[data-page="41"] .ws5_blogDetail .ws5_inhaltSlider .ws5_inhaltContainer .socialMediaWrapper {
  margin-bottom: 0;
}
.author-meta {
  text-align: center;
  font-size: 1rem;
  color: #000;
  font-weight: 600;
}
.blog-author-box {
    display: flex;
    align-items: center;
}
.blog-author-image {
  margin: 0;
}
.blog-author-image img {
    border-radius: 50%;
    display: block;
}

.blog-author-content {
    display: flex;
    flex-direction: column;
	text-align: center;
}

.blog-author-name {
	color: #343785;
    font-size: 16px;
    font-weight: 600;
    margin: 0;
}

.blog-author-name-title {
    font-size: 14px;
    color: #000000;
    margin: 0 0 15px 0;
}

.blog-social-icons {
    display: flex;
	justify-content: center;
    gap: 10px;
}

.blog-social-icons a {
    text-decoration: none;
    font-size: 20px;
    color: #343785;
    transition: color 0.3s;
}

.blog-social-icons a:hover {
    color: #82bb2a;
}
.ws5_blogDetail .creation-date {
  display: none;
}
h3.blog-title {
    position: relative;
  margin: 25px 0 15px 0;
  color: #343785;
  font-size: 1.5rem;
  font-weight: 600;
}
.rating-container {
display: flex;
justify-content: center;	
flex-wrap: wrap;
gap: 20px;
margin: 2rem 0;	
}
.rating-box {
display: flex;
align-items: center;
border: 2px solid #81bb2b;
border-radius: 30px;
padding: 10px 20px;
}
.rating-title {
font-weight: bold;
margin-right: 10px;
}
.stars {
display: flex;
}
.stars .fa-star, .stars .fa-star-o {
color: gold;
font-size: 24px;
}
.star.empty {
color: lightgray;
}
.design-box {
    display: flex;
    align-items: flex-start;
    border: 2px solid #8cc63f;
    border-radius: 25px;
    padding: 10px;
    max-width: 500px;
	margin: 0 auto;
}
.design-box .icon {
    font-size: 24px;
    margin-right: 10px;
}
.topPosts h4 {
  color: #343785;
  font-size: 1.25rem !important;
  font-weight: 600;
  text-transform: none !important;
}
.dropdown-icon {
    width: 60px;
    height: 40px;
    margin-right: 8px;
    vertical-align: middle;
}
.ws5_blogDetail .content-cats-small .col .sub-categories {
  background-color: #fff;
  color: #464646;
  padding: 0;
  border-top: 1px solid #dfdcdc;
  border-right: 1px solid #dfdcdc;
  border-bottom: 1px solid #dfdcdc;
  border-left: 1px solid #dfdcdc;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.about-us-contact {
  min-height: 40px;
  display: flex;
  flex-direction: row;
  width: 100%;
  justify-content: flex-end;
  align-items: center;	
  margin-bottom: 50px;	
}
.about-us-contact p {
  margin: 0;
}
.about-us-contact a, .about-us-contact a:hover {
  color: #fff;
}
@media only screen and (max-width:767.98px) {
.banner-home {
min-height: 500px;
position: relative;
background-image: url('https://www.fov24.de/media/image/opc/xl/banner/banner-fensterbaenke-mobil.webp');
}
.banner-werzalit-compact {
min-height: 500px;
position: relative;
background-image: url('https://www.fov24.de/media/image/opc/xl/banner/banner-werzalit-compact-fensterban-mobil.webp');
}	
.banner-werzalit-exklusiv {
min-height: 500px;
position: relative;
background-image: url('https://www.fov24.de/media/image/opc/xl/banner/banner-werzalit-exklusiv-fensterbank-mobil.webp');
}	
.banner-werzalit-expona {
min-height: 500px;
position: relative;
background-image: url('https://www.fov24.de/media/image/opc/xl/banner/banner-werzalit-expona-fensterban-mobilk.webp');
}
.banner-spax {
min-height: 500px;
position: relative;
background-image: url('https://www.fov24.de/media/image/opc/xl/banner/banner-spax-schrauben-mobil.webp');
}	
.banner-reyher {
min-height: 500px;
position: relative;
background-image: url('https://www.fov24.de/media/image/opc/xl/banner/banner-reyher-schrauben-mobil.webp');
}
.banner-fenster-pflegeset {
min-height: 500px;
position: relative;
background-image: url('https://www.fov24.de/media/image/opc/xl/banner/banner-fenster-pflegeset-mobil.webp');
}
.banner-fenster-abdeckleisten {
min-height: 500px;
position: relative;
background-image: url('https://www.fov24.de/media/image/opc/xl/banner/banner-fenster-mit-abdeckleisten-mobil.webp');
}	
.banner-blog-ratgeber {
min-height: 500px;
position: relative;
background-image: url('https://www.fov24.de/media/image/opc/xl/banner/banner-ratgeber-fov24-mobil.webp');
}		
.serviceCenter-label {
  display: none;
}	
.serviceCenterIconCol {
  display: block;
  width: 40px;
  height: 40px;
  font-size: 20px;
  text-align: center;
  background-color: #82bb2a;
  line-height: 40px;
  margin: 0;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}	
.account-icon-dropdown .nav-link, .cart-icon-dropdown .nav-link {
  height: auto;
  color: #464646;
  background-color: #fff;
  border: 0;
  width: auto;
  margin: 0;		
}
aside#sidepanel_left {
    display: none;
}
.content-cats-small .sub-categories {
  align-items: center;
}	
.rating-title {
  width: 100px;
}	
#bottom-newsletter-box-left {
  margin-bottom: 2rem;
}	
#bottom-newsletter .input-group {
  width: 100%;
  flex-direction: column;
}
#bottom-newsletter .form-control {
  margin-right: 0;
  width: 100%;
  padding: 0;	
}	
#bottom-newsletter  .input-group-append {
  margin-top: 1rem;
}	
#bottom-contact-right .container {
  padding: 0;
}	
#bottom-benefit-box-one .text-container, #bottom-benefit-box-two .text-container, #bottom-benefit-box-three .text-container {
    text-align: left;
  }	
}
@media (min-width: 768px) {
.banner-home {
min-height: 500px;
position: relative;
background-image: url('https://www.fov24.de/media/image/opc/xl/banner/banner-fensterbaenke.webp');
}	
.banner-werzalit-compact {
min-height: 600px;
position: relative;
background-image: url('https://www.fov24.de/media/image/opc/xl/banner/banner-werzalit-compact-fensterbank.webp');
}	
.banner-werzalit-exklusiv {
min-height: 600px;
position: relative;
background-image: url('https://www.fov24.de/media/image/opc/xl/banner/banner-werzalit-exklusiv-fensterbank.webp');
}
.banner-werzalit-expona {
min-height: 600px;
position: relative;
background-image: url('https://www.fov24.de/media/image/opc/xl/banner/banner-werzalit-expona-fensterbank.webp');
}
.banner-spax {
min-height: 600px;
position: relative;
background-image: url('https://www.fov24.de/media/image/opc/xl/banner/banner-spax-schrauben.webp');
}	
.banner-reyher {
min-height: 600px;
position: relative;
background-image: url('https://www.fov24.de/media/image/opc/xl/banner/banner-reyher-schrauben.webp');
}	
.banner-fenster-pflegeset {
min-height: 600px;
position: relative;
background-image: url('https://www.fov24.de/media/image/opc/xl/banner/banner-fenster-pflegeset.webp');
}	
.banner-fenster-abdeckleisten {
min-height: 600px;
position: relative;
background-image: url('https://www.fov24.de/media/image/opc/xl/banner/banner-fenster-mit-abdeckleisten.webp');
}
.banner-blog-ratgeber {
min-height: 600px;
position: relative;
background-image: url('https://www.fov24.de/media/image/opc/xl/banner/banner-ratgeber-fov24.webp');
}	
[data-page="41"] .ws5_blogDetail .ws5_topNewsSliderContainerMobil .slick-list .topNewsSlidMobil > a .imgSlidMobil {
min-height: auto!important;
}	
}
@media (max-width: 991.98px) {
.toggler-logo-wrapper {
    position: relative;
	display: flex;
}
header .navbar-brand img {
  height: 5rem;
}	
header #burger-menu {
  margin-right: 2rem;
}
header .navbar-toggler {
  color: #000000;
}	
.fov-brands img {
  margin-bottom: 2rem;
}	
.toggler-logo-wrapper .burger-menu-wrapper {
    float: none;
    padding-top: 2rem;
  }
.navbar-toggler .navbar-toggler-icon {
  height: 0.25rem;
  width: 1.75rem;
}	
.navbar-toggler[aria-expanded="false"] .navbar-toggler-icon::before {
  transform: translateX(-50%) translateY(-0.5rem);
}	
.navbar-toggler[aria-expanded="false"] .navbar-toggler-icon::after {
  transform: translateX(-50%) translateY(0.5rem);
}	
#topNewsSlider {
  height: auto !important;
}
.topPosts, #spinner, #carouselWrapper, [data-page="41"] .ws5_blogDetail .ws5_inhaltSlider > .ws5_topNewsSliderContainer .buttons {
  display: none!important;
}
.ws5_artikelSliderContainer .slick-arrow::after, .ws5_topNewsSliderContainerMobil .slick-arrow::after {
  font-size: 3.5rem;
  color: #81bb2b;
}	
[data-page="41"] .ws5_blogDetail .ws5_artikelSliderContainer .product-slider-wrapper .slick-slider-other .slick-type-product .slick-arrow.slick-prev::after, [data-page="41"] .ws5_blogDetail .ws5_topNewsSliderContainerMobil .carouselMobil .slick-arrow.slick-prev::after {
  content: '\f053'!important;
}	
 .ws5_blogDetail .hr-sect {
    border: none !important;
  }	
}
@media only screen and (min-width:992px) {
.fov-productstream-bestseller {
   padding-right: 100px;
   padding-left: 100px;	
}	
.carousel-arrows-inside .slick-prev {
  transform: translate(0%, -100%);
  position: absolute;
  left: -50px;		
}
.carousel-arrows-inside .slick-next {
  transform: translate(0%, -100%);
  position: absolute;	
  right: -50px;	
}	
}	
@media only screen and (max-width:1299px) {
#bottom-benefit-box-one .image-and-text-container, #bottom-benefit-box-two .image-and-text-container, #bottom-benefit-box-three .image-and-text-container {
  align-items: flex-start;
}	
#bottom-benefit-box-one .image-and-text-container, #bottom-benefit-box-two .image-and-text-container, #bottom-benefit-box-three .image-and-text-container {
  flex-direction: column;
}
#bottom-benefit-box-one .image-container, #bottom-benefit-box-two .image-container, #bottom-benefit-box-three .image-container {
  margin-right: 0;
  margin-bottom: 20px;
}	
#bottom-benefit-box-one .text-container, #bottom-benefit-box-two .text-container, #bottom-benefit-box-three .text-container {
  text-align: left;
}	
#bottom-benefits #bottom-benefit-box-four .col {
  margin-bottom: 15px;
}	
}	
body[data-page="36"] .container-fluid.link-content {
  position: relative;
  padding-top: 150px;
  z-index: 1;
}
body[data-page="36"] .container-fluid.link-content::before {
  content: "404";
  position: absolute;
  top: -150px;
  left: 50%;
  transform: translate(-50%, 0);
  font-size: 250px;
  color: rgba(0,0,0,.1);
  z-index: 2;
  pointer-events: none;
}
body[data-page="36"] .container-fluid.link-content .container {
    margin-bottom: 4rem;
}
body[data-page="36"] #alert-list {
display: none;
}
body[data-page="36"] #content-wrapper:not(.has-fluid) {
    padding-top: 2rem;
  }
body[data-page="36"] .nav-scrollbar-item > a {
  color: #000000;
  font-weight: 500;
  font-size: 1rem;
  text-transform: uppercase;
}
body[data-page="36"]  a.nice-deco {
  color: #000000;
  font-weight: 500;
  font-size: 1rem;
  text-transform: none;
}
body[data-page="36"] h1 {
  font-size: 2rem;
  font-weight: 600;
  color: #2c2c6a;
}
body[data-page="36"] .card {
  border: 0;
  border-radius: 0;
}
body[data-page="36"] .card-header {
  padding: 0;
  margin-bottom: 0;
  background-color: #fff;
  border-bottom: 0 none transparent !important;
  font-size: 1.75rem;
  font-weight: 600;
  color: #2c2c6a;
}
body[data-page="36"]  a.nice-deco {
  text-decoration: underline;
}
body[data-page="36"] a.nice-deco::before, a.nice-deco::after {
  background-color: #fff;
}
@media (max-width: 767px) {
body[data-page="36"] .container-fluid.link-content::before {
 top: -75px;   
 font-size: 150px;
}
.desc table.imageTable2Cols td {
    display: block;
    width: 100%;
}
.desc table.imageTable2Cols ul {
    margin: 1rem 0;
}
.desc table {
    width: 100% !important;
}
}
@media (min-width: 1300px) {
body[data-page="36"] #page-not-found .container-fluid {
max-width: 1250px;
}
}