/*
Theme Name:         Inonet child theme
Theme URI:          https://inonet.webbite.de/
Description:        Inonet theme
Version:            1.0.0
Author:             Webbite Media GmbH
Author URI:         https://webbite.de/
Template: 			inonet
License:            MIT License
License URI:        http://www.opensource.org/licenses/mit-license.php
*/


/* Global style */

hr{
	border-color: #b3b3b3;
}


/* Navigation style */

#dt-topmenu ul.wbm-user-menu{
	position: absolute;
	width: 180px;
	left: -40px;
	height: auto;
	background-color: #fff;
	visibility: hidden;
	border: 1px solid rgba(0, 0, 0, 0.1);
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
}

#dt-topmenu ul.wbm-user-menu > li{
	list-style: none;
	padding: 8px;
	width: 100%;
}

#dt-topmenu ul.wbm-user-menu > li > a{
	color: #696969;
	transition: none;
}

#dt-topmenu ul.wbm-user-menu > li > a:hover {
	color: #696969;
	text-decoration: underline;
}

/* Form elements style*/

.woocommerce input,
.woocommerce input[type="text"],
.woocommerce textarea,
.woocommerce select {
    padding: 8px 12px;
	border: 1px solid #b3b3b3;
}


/* Accordions style */

.panel{
	border: none;
	box-shadow: none;
}

.panel-heading,
.panel-group .panel-heading,
.panel-default > .panel-heading{
	color: #24305F;
	background-color: #fff;
	border: none;
	border-bottom: 1px solid #b3b3b3;
	padding-left: 0; 
}

.panel-body,
.panel-group .panel-heading + .panel-collapse .panel-body{
	border-top: none;
	padding-left: 0;
	padding-right: 0;
}

.panel .panel-heading {
	position: relative;
}
.panel-heading a,
.panel-heading a:hover,
.panel-heading a:focus {
	color: #24305F;
}

.panel-heading h3{
	font-size: 18px;
	line-height: normal;
}

.arrow-shape{
	position: absolute;
	top: 8px;
	right: 5px;
	width: 0;
	height: 0;
	display: inline-block;
	margin-left: 20px;
	border-bottom: 0;	
	border-top: 16px solid #24305F;
	border-right: 10px solid transparent;
	border-left: 10px solid transparent;
}

.collapsed .arrow-shape {
	border-bottom: 10px solid transparent;
	border-top: 10px solid transparent;
	border-left: 16px solid #24305F;
	border-right: 0;
	top: 6px;
}

.npl,
.no-padding-left{
	padding-left: 0;
}
.npr,
.no-padding-right{
	padding-right: 0;
}

.no-padding {
	padding: 0;
}
/* f - style end */

/* j - style start */
/* Wiki header */

.wiki_heading .wiki_headline p,
.wiki_heading .wiki_headline
{
	color: #4a4a49;
	margin-top: 8px;
    font-size: 26px;
	font-weight: 400;
	font-family: "FagoNo", Geneva, sans-serif;
}

.wiki_heading {
	margin-top: 10px;
}

.wiki_search_input {	
    width: 100%;
    border-radius: 3px;
    outline: 0;	
    border: 1px solid rgb(127, 130, 134);
	padding: 10px;
	padding-right: 33px;	
    font-size: 18px;
	background-color: rgb(250,250,250);
}

.wiki_heading .logo-menu {
	max-width: 292px;
	width: 100%;
	height: auto;
}


.wiki_heading .logo-menu {
	max-width: 228px;
	width: 100%;
	height: auto;
	position: relative;
}

.hr_blue {
	border-top: 1px solid rgba(36, 48, 95,1);
    margin-bottom: 19px;
}

.searchform_wiki .icon-search-6{
	border: none;
    position: absolute;
    top: 50%;
    right: 30px;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 23px;
}

.wiki_page div.content {
	padding: 60px 0 60px 0px;
}

@media only screen and (max-width: 768px){
	.side-contact-form_sidebar .dummy-space{
		float: left;
		width: 35px;
	}
	
	.woocommerce table.shop_table_responsive tr.tr-spacer td::before, .woocommerce-page table.shop_table_responsive tr.tr-spacer td::before {
		content: "";
	}
	
	.woocommerce-cart .shop_table td.product-remove {
		width: 15px;
		display: inline-block;
	} 
	.woocommerce-cart .shop_table td.product-remove a {
		text-align: left;
		width: 15px;
	} 
	.woocommerce-cart .shop_table td.product-remove a.remove:hover {
		background: white;
		color: #24305F !important;
		opacity: 0.6;
	}
	.woocommerce-cart .shop_table tr.bundle_table_item td.product-name {
		display: inline-block;
	}
	.woocommerce-cart .shop_table tr.bundle_table_item td.product-name:before {
	    padding-right: 5px;
	}
	
	.wbm_custom_btn, .woocommerce-page a.compare.button {
		padding: 8px 10px !important;
	}
}
@media only screen and (min-width: 993px){
	.wiki_heading .logo-menu {
		width: 100%;
		height: auto;
		position: relative;
	}	
	
	.hr_blue {
		margin-left: -15px;
	}
	
	
	/* .wiki_logo { */
		/* margin-top: 14px;	 */
	/* } */
	
	.show-for-mobile {
		display: none;
		visibility: hidden;		
	}
	
	
}
@media only screen and (max-width: 992px){
	
	.logo_link{		
	    text-align: center;
		display: block;
	}
	
	.wiki_heading .wiki_headline p,
	.wiki_heading .wiki_headline
	{
		margin-top: 20px;
		text-align: center;
		font-size: 18px;
	}
	
	.hidden-md-down {
		display: none;
		visibility: hidden;
	}
	
	.show-for-mobile {
		padding-right: 0;
	}
	
	
	.wiki_search_input {	
		font-size: 14px;
	}
	
	
	
}
/* Wiki header - END */
/* Paragraf general */
.heading_paragraf p, .heading_paragraf a, h1 p, h1 a, .h1 p, .h1 a { 
    font-weight: normal;
    line-height: 22px;
    font-style: normal;
    font-size: 18px;
	font-family: "FagoNoMed", Geneva, sans-serif;
}
.heading_paragraf p {
	color: #4a4a49;
	margin-bottom: 20px;
}

h2 *, h3 a, h4 a, h5 a,
.h2 *, .h3 a, .h4 a, .h5 a {
	font-size: inherit;
	line-height: inherit;
	font-family: inherit;
	color: inherit;
}

h4 span a:hover {
	color: inherit;
	border-bottom:1px solid;
}


/* Paragraf general -END */

/* Search page */
.search-result-container .search-header .search-title {
	color: #24305F;
}

/* Search page - END */

/* Side Contact form */
.side-contact-form_sidebar p,
.side-contact-form_sidebar a
{
	color: #fff;
	font-size: 14px;
}
.side-contact-form_sidebar .info_wrapper a,
.floated_right_element_wrapper.with_modal .floated-el-content .info_wrapper a {
	transition: all .2s ease-in-out;
}
.side-contact-form_sidebar .info_wrapper a:hover,
.floated_right_element_wrapper.with_modal .floated-el-content .info_wrapper a:hover {
	color: #f3f3f3;
}
.img-left{
	float: left;
    margin-right: 11px;
    margin-top: 8px;
    margin-left: 18px;
}

.side-contact-form_sidebar .img-box {
	display: block;
	text-align: center;
	font-size: 20px;
}

.side-contact-form_sidebar .img-box .ino-icon-envelope:before, .img-box .ino-icon-phone:before {
	width: auto;
}
.side-contact-form_sidebar .ino-icon-phone {
	font-size: 24px;
    margin-bottom: 20px;
}
.side-contact-form_sidebar .ino-icon-envelope {
	font-size: 20px;
	width: 29px;	
    margin-bottom: 20px;
	margin-right: 6px;
}
.img-box img:first-child{
	padding-left: 3px;
    
}
.side-contact-form_sidebar{	
    background-color: #24305F;
    padding: 30px 20px;
    color: #fff;    
	padding: 15px;
    padding: 20px 16px;
}
.side-contact-form_sidebar li.widget_text{	
	list-style-type: none;
}
.side-contact-form_sidebar .wbm_custom_btn {	
	background: #f3f3f3;
    color: #24305F !important;
	font-size: 14px;
    font-family: "FagoNo", Geneva, sans-serif;
    color: #fff;
    background-image: unset;
    border: none;
    line-height: 15px;
    text-transform: initial;
    border-radius: 4px;
    padding: 8px 25px;
	margin-right: 0;
}

.side-contact-form_sidebar .text_info {
	font-size: 14px;
}
.side-contact-form_sidebar .rowww {
	display: block;
    width: 100%;
    clear: both;
}
.side-contact-form_sidebar .top_text {
	font-size: 18px;
    line-height: 22px;
	text-align: left;
}

.side-contact-form_sidebar i {
	font-size: 26px;
	float: left;
	margin-right: 10px;
	margin-bottom: 6px;
}
/* Side Contact form - END */

/* Side Contact form on the right*/
.floated_right_element_wrapper {
	z-index: 1400;
    position: fixed;
}
#slider_contactform, #konto_rma_floated_element {
    top: 166px;
	width: 600px;
}
#nl_floated_element {
	top: 200px;
	right: 0;
	z-index: 1000;
}
.floated_right_btn {
	width: 81px;
	height: 61px;	
	position: absolute;
    color: #fff;
	background-color: rgb(219, 56, 60);
    text-align: center;
	cursor: pointer;
	box-shadow: 0px 0px 2px 1px rgba(219, 56, 60, 0.7);
    clip-path: inset(-8px 0px -8px -8px);
	z-index: 1;
	
}

.floated_right_element_wrapper.with_modal .floated_right_btn .floated_btn_content_wrapper {
   -webkit-transition: all 0.8s ease;
    -khtml-transition: all 0.8s ease;
    -moz-transition: all 0.8s ease;
    -ms-transition: all 0.8s ease;
    transition: all 0.8s ease;
}

.floated_right_element_wrapper.with_modal .floated_right_btn:not(.opened-form) .floated_btn_content_wrapper {
	margin-right: 9px;
}

#contact-icon, #floated_konto_rma_btn {
    top: 72px;
	/* left: 105px; */
	left: 106px;
	padding-top: 5px;
}
.floated_news_btn {
	top: 120px;
	right: 0;
	width: 72px;
	height: 61px;
	display: table;
}

.floated_news_btn .img-box {
    width: 100%;
	display: table-cell;
    vertical-align: middle;	
}
.floated_news_btn .img-box .ino-icon-news {
	font-size: 25px;
}
.floated-el-head {
	color: white;
	text-align: center;
	display: block;
	font-size: 15px;
	line-height: 24px;
}
.img-box {
	display: block;
	text-align: center;
	font-size: 20px;
}

.img-box .ino-icon-envelope:before, .img-box .ino-icon-phone:before {
	width: auto;
}
.img-box img:first-child{
	padding-left: 3px;    
}

.floated_right_element_wrapper.with_modal .floated-el-content {	
	width: 423px;
    position: absolute;
    right: 0;
	background-color: #24305F;
    margin-left: 40px;
	padding: 30px 20px;
    border-radius: 3px;
    color: #fff;
}

.floated_right_element_wrapper.with_modal .floated-el-content p,
.floated_right_element_wrapper.with_modal .floated-el-content a
{
	color: #fff;
	font-size: 16px;
}
.floated_right_element_wrapper.with_modal .floated-el-content .img-left{
	float: left;
    margin-right: 11px;
    margin-top: 8px;
    margin-left: 18px;
}
.floated_right_element_wrapper.with_modal .floated-el-content .dummy-space{
	float: left;
	width: 48px;
}

.floated_right_element_wrapper.with_modal .floated-el-content li.widget_text{	
	list-style-type: none;
}
.floated_right_element_wrapper.with_modal .floated-el-content .wbm_custom_btn{	
	background: #f3f3f3;
    color: #24305F !important;
	font-size: 14px;
}
.floated_right_element_wrapper.with_modal .floated-el-content .text_info {
	font-size: 16px;
	float: left;
    padding-left: 18px;
}
.floated_right_element_wrapper.with_modal .floated-el-content .rowww {
	display: block;
    width: 100%;
    clear: both;
}
.floated_right_element_wrapper.with_modal .floated-el-content .top_text {
	font-size: 18px;
    line-height: 26px;
	text-align: left;
}

.floated_right_element_wrapper.with_modal .floated-el-content i {
	padding-left: 10px;
	font-size: 26px;
	float: left;
}
/* Side Contact form on the right - END */

/* Kontakt page - START */
.redirectLink {
	padding-top: 10px;
}
.show__link {
	margin-bottom: 0;
}
/* Kontakt page - END */

/* Kontakt form Service und Support - START */

.wpcf7 {
	max-width: 635px;
	width: 100%;
	font-size: 18px;
}
.wpcf7 label,
.wpcf7 p,	
.wpcf7 a {	
	font-size: 18px;
}
.wpcf7 label,
.wpcf7 .margin_after {
    margin-bottom: 25px !important;
    width: 100%;
}

.wpcf7 input[type='text'],
.wpcf7 input[type='email'],
.wpcf7 input[type='tel'],
.wpcf7 select,
.wpcf7 textarea,
.wpcf7 .select-target.select-theme-default
{
	width: 100%;
	/* background-color: rgb(237,237,237); */
	background-color: #cccccc;
	outline: none;
    border: none;
	border-radius: 3px;
	font-size: 16px;
    line-height: 20px;
    padding: 8px 12px;
	margin-top: 4px;
}

.wpcf7 textarea {
	padding: 8px 12px;
}

.wpcf7 input[type='text'],
.wpcf7 input[type='email'],
.wpcf7 input[type='tel'],
.wpcf7 select,
.wpcf7 .select_cf7 a
{
    height: 36px;
    margin-top: 4px;
}
#dt-menu .sub-nav label, .dt-menu-mobile .sub-nav label {
	font-family: "FagoNo";
}
.dt-menu-mobile .sub-nav label { 
	padding-top: 5px;
}

.select.select-theme-default .select-options .select-option.select-option-selected:before {
	top: 7px;	
    left: 8px;
}

.select.select-theme-default .select-options .select-option {
	padding: 0.5rem 1em 0.5rem 30px;	
}

.select-target.select-theme-default {
	width: 100%;
	/* background-color: rgb(237,237,237); */
	background-color: #cccccc;
	outline: none;
    border: none;
	border-radius: 3px;
	font-size: 16px;
    line-height: 20px;
    padding: 8px 12px;
	padding-right: 55px;	
}
.select-target.select-theme-default b:before {
	display: none;
	visibility: hidden;
}
.select-target.select-theme-default b:after {
	top: 0;
    right: 0;
    width: 0;
    height: 0;
    border: none;
    border-color: initial;
    width: 32px;
    height: 23px;
    background-image: url(./images/icons/img_polygon.png);
	
	-webkit-transition: -webkit-transform .2s ease;
    -ms-transition: -ms-transform .2s ease;
    transition: transform .2s ease;  
	
}

select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
    background-image: url(./images/icons/img_polygon.png) !important;
    background-repeat: no-repeat;
    background-position-x: 98%;
    background-position-y: center;
	cursor: pointer;
}
select option:selected { 
	background-color: #24305F;
}

.select-target.select-theme-default.select-open.select-enabled b:after {
    -moz-transform: scaleY(-1);
    -webkit-transform: scaleY(-1);
    -o-transform: scaleY(-1);
    transform: scaleY(-1);
    -ms-filter: flipv; /*IE*/
    filter: flipv; /*IE*/
}

.wpcf7 label .label_headline {
	width: 100%;	
    font-size: 18px;	
    padding-left: 4px;
    font-family: "FagoNo", Geneva, sans-serif;
}

.wpcf7 span.wpcf7-list-item {
	margin-left: 0;
}

.wpcf7-checkbox {
	font-size: 18px;
}

.select.select-theme-default .select-content {
	width: 375px;
	max-width: 375px;
}

.wpcf7-checkbox.checkbox {
	padding-left:0 ;
}
.wpcf7-checkbox.checkbox > span > span{   
	line-height: 36px;
}

.wrap-toggle {
	display: none;
}
/* hide after sent */
.wpcf7-form.sent .checkbox {
	visibility: hidden;
	display: none;
}


/* Kontakt form Service und Support - END */

/* Kontakt form  Liefer addresse and more - START */
.wpcf7-form label abbr {
	font-weight: 700;
	border: 0!important;
	text-decoration: none;
	cursor: help;
	font-size: 18px;
}
.wpcf7-radio > .wpcf7-list-item {
	margin-right: 16px;
}
/* Kontakt form  Liefer addresse and more - END */

/* Login page - mein konto - START */
.woocommerce form.checkout_coupon,
.woocommerce form.login, .woocommerce form.register {
    border: none;
    padding: 0;
    margin: 0;
    border-radius: 0;
}

.woocommerce-form label,
#customer_details label {	
    font-size: 18px;
    line-height: 1 !important;
    padding-left: 4px;
	font-family: "FagoNo", Geneva, sans-serif;
}

/* .woocommerce form .form-row { */
	/* padding: 0; */
	/* padding-bottom: 20px; */ 
/* } */

#customer_login {
	margin-top: 60px;
}

#customer_login h2,
#customer_login .h2 {
	margin-bottom: 20px;
}

#customer_login p,
#customer_login a
{
	font-size: 16px;
}
/* Login page - mein konto - END */


/* Pagination (search, produkte) - START */
.paging-nav {
	font-family: "FagoNo", Geneva, sans-serif;
}
.paging-nav .page-numbers.dots {
	font-size: 14px;
}

.woocommerce-pagination ul.page-numbers li {
	max-height: 32px;
}
.woocommerce nav.woocommerce-pagination ul li a:focus,
.woocommerce nav.woocommerce-pagination ul li a:hover,
.woocommerce nav.woocommerce-pagination ul li span.current {
	background-color: #24305F;
	color: #ffffff;
}
.woocommerce nav.woocommerce-pagination ul li a.current,
.woocommerce nav.woocommerce-pagination ul li span.current,
.paging-nav a.current,
.paging-nav > span.current {
	font-size: 14px; 

}
.woocommerce nav.woocommerce-pagination ul li a:first-child,
.woocommerce nav.woocommerce-pagination ul li span:first-child,
.paging-nav a:first-child,
.paging-nav span:first-child
 {
	margin-left: 0;
}
/* .woocommerce nav.woocommerce-pagination ul li .page-numbers { */
	/* margin-top: 2px;	 */
/* } */

.woocommerce nav.woocommerce-pagination ul li .page-numbers,
.paging-nav .page-numbers {
	border: solid 1px rgba(74, 74, 74, 0.25);
}
.woocommerce nav.woocommerce-pagination ul li a,
.woocommerce nav.woocommerce-pagination ul li > span,
.paging-nav a,
.paging-nav > span {
	padding: 6px 12px;
    margin: 0 1px;
	font-size: 14px;
}
.woocommerce nav.woocommerce-pagination ul li{
    margin-right: 6px;	
}
.woocommerce nav.woocommerce-pagination ul li a,
.woocommerce nav.woocommerce-pagination ul li span {
	line-height: normal;	
	max-height: 30px;
}
.woocommerce nav.woocommerce-pagination ul,
.woocommerce nav.woocommerce-pagination ul li {
	border-color: none;
	border: none;
}

/* Pagination - END */

/* Kategorie title - START */
h2.blog-post-title, h2.blog-post-title a {	
	font-family: "FagoNoMed", Geneva, sans-serif;
	color: #24305F;
	font-size: 22px;	/* old: font-size: 30px; */

}

.blog-post-title a:hover, .blog-post-title a:focus {
	color: #24305F;
}
/* Kategorie title - END*/

/* Home slider arrow - START */
.persephone.tparrows:hover {
	background: #24305F;
}
.tparrows:before {
    margin-top: 0;
}
/* Home slider arrow - END */

/* Fix accordion - START */
.wpb-js-composer .vc_tta.vc_tta-accordion .vc_tta-controls-icon-position-right .vc_tta-controls-icon {
	right: 5px !important;
}
/* Fix accordion - END */

/* Fix Suche in sidebar - START */
.widget_search i.icon-search-6 {
	border: none;
    position: absolute;
    top: 50%;
    right: 0px;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 23px;
	line-height: 1;
}
/* Fix Suche in sidebar - END */

/* Single product table in tabs - START */
.woocommerce table.shop_attributes th {
	width: 50%;
}
/* Single product table in tabs - END */

/* Single product formular modal - START */
#FormularModal .modal-body{
    height: 85vh;
    overflow-y: auto;
}
.modal-cf7 .modal-dialog{
    overflow-y: initial !important;
}
.modal-cf7 .modal-header .close {
	margin-right: 17px;
}
/* Single product formular modal - END */
/* j - style end */

body { 
	font-family: "FagoNo", Geneva, sans-serif;
	line-height: normal;
	font-size: 14px;
}

h1, .h1, .dt-section-head .section-main-title, .wpb_raw_html .widget h2, .wpb_raw_html .widget .h2 {
	font-family: "FagoNoMed", Geneva, sans-serif;
	/* font-weight: bold; */
	/* font-style: italic; */
	font-size: 26px;
	line-height: 30px;
}
h2, .h2 { 
	font-family: "FagoNoMed", Geneva, sans-serif;
	/* font-weight: bold; */
	/* font-style: italic; */
    font-size: 18px;
    line-height: 28px;
}
h3, .h3 { 
	font-family: "FagoNoMed", Geneva, sans-serif;
	/* font-size: 24px; */
	font-size: 14px;
}

h4, .h4 {
	font-family: "FagoNo", Geneva, sans-serif;
	font-size: 18px;
	color: #4a4a49 !important;
	margin-bottom: 0;
	line-height: normal;
}
h5, .h5 {
	font-family: "FagoNo", Geneva, sans-serif;
	font-size: 16px;
	color: #4a4a49 !important;
}

h3 > strong, h4 > strong, h5 > strong {
	font-family: "FagoNo", Geneva, sans-serif;
	color: #24305F;
}

h2 > a,
h3 > a {
	font-size: inherit;
}

a { 
	font-family: "FagoNo", Geneva, sans-serif;
	color: #24305F;
	font-size: 14px;
	text-decoration: none;
}

.vc_general.vc_cta3 .h2, .vc_general.vc_cta3 .h4 {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
}

ol {
	padding-left: 15px;
}

.widget h3:after, .widget .widget_title:after, .widget .widgettitle:after {
	margin-top: -12px;
}
body.overflow_hidden {
	overflow: hidden;
}

a:hover, a:focus {
	outline: unset;
	outline-offset: unset;
	color: #4a4a49;
}

u {
	text-decoration: none;
	border-bottom: 1px solid;
}
a > u, a span > u {
	font-family: "FagoNoMed";
	text-decoration: none;
	-webkit-transition:border-bottom .3s;
    -moz-transition:border-bottom .3s;
    -ms-transition:border-bottom .3s;
	-o-transition:border-bottom .3s;
	transition:border-bottom .3s;
	border-bottom: 1px solid transparent;
}

a:hover > u, a:hover span > u  {
	border-bottom: 1px solid;
	
}
p, .blog_info_author, .blog_info_date, .blog_info_date a, .blog_info_tags, .blog_info_tags a,
.blog_info_share .share-label, .blog_info_share a {
	font-family: "FagoNo", Geneva, sans-serif;
	color: #4a4a49;
	font-size: 14px;	
	line-height: 18px;
	font-weight: normal;
	
}

ul > li {
    font-size: 14px;
}
input, button.button {
	max-height: 36px;
}
.widget_product_categories .product-categories .children li, .widget_product_categories .product-categories .children li a {
	font-family: "FagoNo", Geneva, sans-serif;
	color: #4a4a49;
	font-weight: normal;
	
}

#head-page.is-sticky #logomenureveal {
    width: 120px;
    padding-top: 10px;
}


.no-margins, .h1-no-margins h1 {
	margin: 0 !important;
}

.txt-center {
	text-align: center;
}

.full_width {
	width: 100%;
}
.wbm_btn_plain {
	color: #fff;
	display: inline-block;
	padding: 8px 25px;
	-webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
	font-family: "FagoNo", Geneva, sans-serif;
	font-size: 14px;
    border: none;
	line-height: 17px;
	text-transform: initial;
	border-radius: 4px;
	outline-offset: 0;
	margin-right: 10px;
	text-align: center;
}
.wbm_btn_red {
	/* background-color: #db383c; */
	color: #fff !important;
	background: rgba(219,56,59,1);
	background : -moz-linear-gradient(0% 50% 0deg,rgba(219, 56, 60, 1) 0%,rgba(233, 78, 31, 1) 44.31%,rgba(226, 67, 45, 1) 59.41%,rgba(221, 59, 56, 1) 78.73%,rgba(219, 56, 60, 1) 100%);
	background : -webkit-linear-gradient(0deg, rgba(219, 56, 60, 1) 0%, rgba(233, 78, 31, 1) 44.31%, rgba(226, 67, 45, 1) 59.41%, rgba(221, 59, 56, 1) 78.73%, rgba(219, 56, 60, 1) 100%);
	background : -webkit-gradient(linear,0% 50% ,100% 50% ,color-stop(0,rgba(219, 56, 60, 1) ),color-stop(0.4431,rgba(233, 78, 31, 1) ),color-stop(0.5941,rgba(226, 67, 45, 1) ),color-stop(0.7873,rgba(221, 59, 56, 1) ),color-stop(1,rgba(219, 56, 60, 1) ));
	background : -o-linear-gradient(0deg, rgba(219, 56, 60, 1) 0%, rgba(233, 78, 31, 1) 44.31%, rgba(226, 67, 45, 1) 59.41%, rgba(221, 59, 56, 1) 78.73%, rgba(219, 56, 60, 1) 100%);
	background : -ms-linear-gradient(0deg, rgba(219, 56, 60, 1) 0%, rgba(233, 78, 31, 1) 44.31%, rgba(226, 67, 45, 1) 59.41%, rgba(221, 59, 56, 1) 78.73%, rgba(219, 56, 60, 1) 100%);
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#DB383C', endColorstr='#DB383C' ,GradientType=0)";
	background : linear-gradient(90deg, rgba(219, 56, 60, 1) 0%, rgba(233, 78, 31, 1) 44.31%, rgba(226, 67, 45, 1) 59.41%, rgba(221, 59, 56, 1) 78.73%, rgba(219, 56, 60, 1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#DB383C',endColorstr='#DB383C' , GradientType=1);
	
}

.wbm_btn_grey { 
	background: #f3f3f3;
	color: #24305F !important;
}	

.wbm_btn_grey:hover {	
	background: #fff !important;
}

.wbm_btn_red:hover {
	color: #fff !important;
	background: rgba(219,56,59, 0.8);
	background : -moz-linear-gradient(0% 50% 0deg,rgba(219, 56, 60, 1) 0%,rgba(235, 94, 31, 0.7) 44.31%,rgba(233, 89, 35, 0.72) 47.78%,rgba(225, 71, 49, 0.81) 64.15%,rgba(221, 60, 57, 0.9) 81.22%,rgba(219, 56, 60, 1) 100%);
	background : -webkit-linear-gradient(0deg, rgba(219, 56, 60, 1) 0%, rgba(235, 94, 31, 0.7) 44.31%, rgba(233, 89, 35, 0.72) 47.78%, rgba(225, 71, 49, 0.81) 64.15%, rgba(221, 60, 57, 0.9) 81.22%, rgba(219, 56, 60, 1) 100%);
	background : -webkit-gradient(linear,0% 50% ,100% 50% ,color-stop(0,rgba(219, 56, 60, 1) ),color-stop(0.4431,rgba(235, 94, 31, 0.7) ),color-stop(0.4778,rgba(233, 89, 35, 0.72) ),color-stop(0.6415,rgba(225, 71, 49, 0.81) ),color-stop(0.8122,rgba(221, 60, 57, 0.9) ),color-stop(1,rgba(219, 56, 60, 1) ));
	background : -o-linear-gradient(0deg, rgba(219, 56, 60, 1) 0%, rgba(235, 94, 31, 0.7) 44.31%, rgba(233, 89, 35, 0.72) 47.78%, rgba(225, 71, 49, 0.81) 64.15%, rgba(221, 60, 57, 0.9) 81.22%, rgba(219, 56, 60, 1) 100%);
	background : -ms-linear-gradient(0deg, rgba(219, 56, 60, 1) 0%, rgba(235, 94, 31, 0.7) 44.31%, rgba(233, 89, 35, 0.72) 47.78%, rgba(225, 71, 49, 0.81) 64.15%, rgba(221, 60, 57, 0.9) 81.22%, rgba(219, 56, 60, 1) 100%);
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#DB383C', endColorstr='#DB383C' ,GradientType=0)";
	background : linear-gradient(90deg, rgba(219, 56, 60, 1) 0%, rgba(235, 94, 31, 0.7) 44.31%, rgba(233, 89, 35, 0.72) 47.78%, rgba(225, 71, 49, 0.81) 64.15%, rgba(221, 60, 57, 0.9) 81.22%, rgba(219, 56, 60, 1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#DB383C',endColorstr='#DB383C' , GradientType=1);
}
.display-block {
	display: block;
}

.pre-footer-section p {
    margin: 0;
}

.sidebar .widget {
    margin-bottom: 30px;
}

.dt-iconboxes div p span {
	font-size: 16px;
}
.module_dt_iconboxes h2, .module_dt_iconboxes .h2 {
	margin: 0 0 5px 0;
}
.dt-iconboxes-text .btn {
	margin-top: 20px;
}

.vc-hoverbox-block-inner a.btn {
	z-index: 9999;
	display: block !important;
}

#fof-sub-999999 {
	min-width: 310px;
}
#fof-sub-999999 > li { 
	vertical-align: middle;
}
#fof-sub-999999 .woocommerce-mini-cart__empty-message { 
	margin-bottom: 0;
}
.wpb_wrapper > h3 {
	color: #4a4a49;
}

.post-thumbnail.wpb_single_image {
	overflow: hidden;
	display: inline-block;
}
.dt-iconboxes h4, .dt-iconboxes.layout-6 h4, .dt-iconboxes.layout-3 h4, .dt-iconboxes.layout-4 h4, .dt-iconboxes.layout-5 h4, .dt-iconboxes.layout-2 h4, .dt-iconboxes.layout-7 .text-box h4 {
	margin-bottom: 0 !important;
	font-weight: normal;
	line-height: normal;
}

.dt-iconboxes h3 {
	line-height: normal;
	margin-bottom: 0;
}

.ino-icon-block {
	display: block;

}

.ino-icon-wiki, .ino-icon-user, .ino-icon-cart, .ino-icon-search, .ino-icon-user_konto {
	font-size: 20px;
	vertical-align: middle;
}
.infobox_img {
	margin-bottom: 0;
	margin-right: 30px;
}

.dt-iconboxes h4 {
    font-size: 18px;
}

.dt-iconboxes .tooltip_span {
	padding: 0 20px;
	position: relative;
	cursor: pointer;
}

.dt-iconboxes .tooltip.top {
	margin-top: 5px; 
}
.dt-iconboxes .tooltip {
	font-family: "FagoNoMed";
	font-size: 14px;
	font-style: normal;
	width: 350px;
}

.dt-iconboxes .tooltip-inner {
	background-color: #24305F;
	padding: 8px;
	max-width: 350px;

}

.dt-iconboxes .tooltip.top .tooltip-arrow { 
	border-top-color: #24305F;
}
.module_dt_iconboxes i {
    width: 40px !important;
    height: 40px !important;
    margin: 10px 0 !important;
}

.single-post h2.blog-post-title, .single-post h2.blog-post-title a {
	font-family: "FagoNoMed", Geneva, sans-serif;
	font-size: 26px;
	line-height: 26px;
	color: #24305F;
	font-weight: normal;
}

.search-result-container article .blog-post-type {
	font-size: 14px;
}

.single .about-author {
	border-top: solid 3px #24305F;
}

.single .about-author h4 {
	font-size: 18px;
	margin-bottom: 20px;
}

.terms_teaser_wrapper {
	padding-bottom: 50px;
}
.terms_teaser_wrapper .term_img_wrapper { 
	overflow: hidden;
}
.terms_teaser_wrapper:nth-child(3n+1){
    clear: both; 
}

.terms_teaser_wrapper .term_img_wrapper a {
	display: block;
}
.terms_teaser_wrapper .term_img_wrapper a > img {
    -webkit-transition: -webkit-transform .3s ease-in-out;
    -moz-transition: -moz-transform .3s ease-in-out;
    -o-transition: -o-transform .3s ease-in-out;
    transition: transform .3s ease-in-out;
}

.terms_teaser_wrapper .term_img_wrapper a:hover > img { 
	-webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}
.terms_teaser_wrapper > a.txt-blue:hover {
	opacity: .8;
}
.terms_teaser_wrapper .h3-link, .terms_teaser_wrapper p.term-description {
	padding-top: 20px;
	padding-bottom: 20px;
}
.terms_teaser_wrapper p.term-description {
	margin-bottom: 0;
}
.nav_top_wrapper h2,
.nav_top_wrapper .h2 {
	font-style: italic;
}
.cboxIframe a {
	color: red;
}
a.vc_general.vc_btn3.vc_btn3-size-md.wbm_btn, .vc_general.vc_btn3.vc_btn3-size-md.wbm_btn, button.vc_general.btn.vc_btn3.vc_btn3-size-md.vc_btn3-shape-square.vc_btn3-style-modern, .btn-primary, .btn-color-primary, #dt-menu a.vc_general.vc_btn3.vc_btn3-color-brand-primary, a.vc_general.vc_btn3.vc_btn3-color-brand-primary, .vc_general.vc_btn3.vc_btn3-color-brand-primary, .portfolio-navigation a.more-post, a.wbm_custom_btn,
.woocommerce a.button, .woocommerce-page a.button, .woocommerce button.button, .woocommerce-page button.button, .woocommerce input.button, .woocommerce-page input.button, .woocommerce .button, .woocommerce-page .button, .woocommerce .button.checkout-button, .woocommerce-page .button.checkout-button, .woocommerce a.checkout-button, .woocommerce-page a.checkout-button, .woocommerce ul.products li.product .add_to_cart_button, .woocommerce.single-product .product .entry-summary .single_add_to_cart_button, .btn.skin-dark, .btn.skin-dark, .btn.skin-dark, .vc_btn3.vc_btn3-color-grey, .vc_btn3.vc_btn3-color-grey.vc_btn3-style-flat,
.woocommerce .widget_price_filter .price_slider_amount button, .woocommerce-page .widget_price_filter .price_slider_amount button, .woocommerce .widget_price_filter .price_slider_amount .button, .woocommerce-page .widget_price_filter .price_slider_amount .button, .btn.btn-ghost.skin-dark, .woocommerce-mini-cart__buttons > .button, .vc_general.btn.vc_btn3 { 
	font-family: "FagoNo", Geneva, sans-serif;
	font-size: 14px;
	color: #fff !important;
	background-image: unset;
    border: none;
	line-height: 20px;
	text-transform: initial;
	border-radius: 4px;
	outline: unset;
	outline-offset: 0; 
	font-weight: normal;
	background : -moz-linear-gradient(0% 50% 0deg,rgba(36, 48, 95, 1) 0%,rgba(41, 98, 147, 0.98) 15.41%,rgba(45, 111, 161, 0.97) 32.94%,rgba(46, 115, 166, 0.95) 48.22%,rgba(36, 48, 95, 1) 100%);
	background : -webkit-linear-gradient(0deg, rgba(36, 48, 95, 1) 0%, rgba(41, 98, 147, 0.98) 15.41%, rgba(45, 111, 161, 0.97) 32.94%, rgba(46, 115, 166, 0.95) 48.22%, rgba(36, 48, 95, 1) 100%);
	background : -webkit-gradient(linear,0% 50% ,100% 50% ,color-stop(0,rgba(36, 48, 95, 1) ),color-stop(0.1541,rgba(41, 98, 147, 0.98) ),color-stop(0.3294,rgba(45, 111, 161, 0.97) ),color-stop(0.4822,rgba(46, 115, 166, 0.95) ),color-stop(1,rgba(36, 48, 95, 1) ));
	background : -o-linear-gradient(0deg, rgba(36, 48, 95, 1) 0%, rgba(41, 98, 147, 0.98) 15.41%, rgba(45, 111, 161, 0.97) 32.94%, rgba(46, 115, 166, 0.95) 48.22%, rgba(36, 48, 95, 1) 100%);
	background : -ms-linear-gradient(0deg, rgba(36, 48, 95, 1) 0%, rgba(41, 98, 147, 0.98) 15.41%, rgba(45, 111, 161, 0.97) 32.94%, rgba(46, 115, 166, 0.95) 48.22%, rgba(36, 48, 95, 1) 100%);
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#24305F', endColorstr='#24305F' ,GradientType=0)";
	background : linear-gradient(90deg, rgba(36, 48, 95, 1) 0%, rgba(41, 98, 147, 0.98) 15.41%, rgba(45, 111, 161, 0.97) 32.94%, rgba(46, 115, 166, 0.95) 48.22%, rgba(36, 48, 95, 1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#24305F',endColorstr='#24305F' , GradientType=1);
}


.wbm_custom_btn, .woocommerce-page a.compare.button {
	display: inline-block;
	padding: 8px 25px;
	-webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
	font-family: "FagoNo", Geneva, sans-serif;
	font-size: 14px;
	color: #fff;
	background-image: unset;
    border: none;
	/* line-height: 17px; */
	line-height: 20px;
	text-transform: initial;
	border-radius: 4px;
	outline-offset: 0;
	margin-right: 10px;
	background : -moz-linear-gradient(0% 50% 0deg,rgba(36, 48, 95, 1) 0%,rgba(41, 98, 147, 0.98) 15.41%,rgba(45, 111, 161, 0.97) 32.94%,rgba(46, 115, 166, 0.95) 48.22%,rgba(36, 48, 95, 1) 100%);
	background : -webkit-linear-gradient(0deg, rgba(36, 48, 95, 1) 0%, rgba(41, 98, 147, 0.98) 15.41%, rgba(45, 111, 161, 0.97) 32.94%, rgba(46, 115, 166, 0.95) 48.22%, rgba(36, 48, 95, 1) 100%);
	background : -webkit-gradient(linear,0% 50% ,100% 50% ,color-stop(0,rgba(36, 48, 95, 1) ),color-stop(0.1541,rgba(41, 98, 147, 0.98) ),color-stop(0.3294,rgba(45, 111, 161, 0.97) ),color-stop(0.4822,rgba(46, 115, 166, 0.95) ),color-stop(1,rgba(36, 48, 95, 1) ));
	background : -o-linear-gradient(0deg, rgba(36, 48, 95, 1) 0%, rgba(41, 98, 147, 0.98) 15.41%, rgba(45, 111, 161, 0.97) 32.94%, rgba(46, 115, 166, 0.95) 48.22%, rgba(36, 48, 95, 1) 100%);
	background : -ms-linear-gradient(0deg, rgba(36, 48, 95, 1) 0%, rgba(41, 98, 147, 0.98) 15.41%, rgba(45, 111, 161, 0.97) 32.94%, rgba(46, 115, 166, 0.95) 48.22%, rgba(36, 48, 95, 1) 100%);
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#24305F', endColorstr='#24305F' ,GradientType=0)";
	background : linear-gradient(90deg, rgba(36, 48, 95, 1) 0%, rgba(41, 98, 147, 0.98) 15.41%, rgba(45, 111, 161, 0.97) 32.94%, rgba(46, 115, 166, 0.95) 48.22%, rgba(36, 48, 95, 1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#24305F',endColorstr='#24305F' , GradientType=1);
	cursor: pointer;
}
.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .open .dropdown-toggle.btn-primary, #dt-menu a.vc_general.vc_btn3.vc_btn3-color-brand-primary:hover, a.vc_general.vc_btn3.vc_btn3-color-brand-primary:hover, .vc_general.vc_btn3.vc_btn3-color-brand-primary:hover, .menu-leftvc #dt-menu .sub-nav .dt-megamenu-sub-nav a:hover, a.wbm_custom_btn:hover, .vc_general.wbm_btn:hover, .wbm_custom_btn:hover, button.vc_general.btn.vc_btn3.vc_btn3-size-md.vc_btn3-shape-square.vc_btn3-style-modern:hover, .woocommerce ul.products li.product .add_to_cart_button:hover, .woocommerce.single-product .product .entry-summary .single_add_to_cart_button:hover, .btn.btn-ghost:hover, .btn.btn-ghost:active, .btn.btn-ghost:focus, .vc_btn3.vc_btn3-color-grey:hover, .vc_btn3.vc_btn3-color-grey.vc_btn3-style-flat:hover, .vc_btn3.vc_btn3-color-grey:focus, .vc_btn3.vc_btn3-color-grey.vc_btn3-style-flat:focus, .woocommerce .widget_price_filter .price_slider_amount button:hover, .woocommerce-page .widget_price_filter .price_slider_amount button:hover, .woocommerce .widget_price_filter .price_slider_amount .button:hover, .woocommerce-page .widget_price_filter .price_slider_amount .button:hover, .woocommerce .widget_price_filter .price_slider_amount button:focus, .woocommerce-page .widget_price_filter .price_slider_amount button:focus, .woocommerce .widget_price_filter .price_slider_amount .button:focus, .woocommerce-page .widget_price_filter .price_slider_amount .button:focus,
.woocommerce-page a.compare.button:hover, .woocommerce-page a.compare.button:focus, .woocommerce #respond input#submit:hover, .woocommerce a.button:hover, .woocommerce button.button:hover, .woocommerce input.button:hover, .woocommerce-page .button:hover, .btn.btn-ghost.skin-dark:hover, .woocommerce-mini-cart__buttons > .button:hover, .vc_general.btn.vc_btn3:hover {
	/* background-color: #f3f3f3 !important; */
	/* color: #24305F !important; */
	border: none;
	outline: 0;
	outline-offset: 0;
	background: rgb(36, 48, 95); /* Old browsers */
	background : -moz-linear-gradient(0% 50% 0deg,rgba(36, 48, 95, 1) 0%,rgba(38, 82, 130, 1) 0.76%,rgba(64, 118, 165, 0.87) 33.23%,rgba(74, 132, 179, 0.8) 50.53%,rgba(54, 104, 152, 0.92) 79.23%,rgba(36, 48, 95, 1) 100%);
	background : -webkit-linear-gradient(0deg, rgba(36, 48, 95, 1) 0%, rgba(38, 82, 130, 1) 0.76%, rgba(64, 118, 165, 0.87) 33.23%, rgba(74, 132, 179, 0.8) 50.53%, rgba(54, 104, 152, 0.92) 79.23%, rgba(36, 48, 95, 1) 100%);
	background : -webkit-gradient(linear,0% 50% ,100% 50% ,color-stop(0,rgba(36, 48, 95, 1) ),color-stop(0.0076,rgba(38, 82, 130, 1) ),color-stop(0.3323,rgba(64, 118, 165, 0.87) ),color-stop(0.5053,rgba(74, 132, 179, 0.8) ),color-stop(0.7923,rgba(54, 104, 152, 0.92) ),color-stop(1,rgba(36, 48, 95, 1) ));
	background : -o-linear-gradient(0deg, rgba(36, 48, 95, 1) 0%, rgba(38, 82, 130, 1) 0.76%, rgba(64, 118, 165, 0.87) 33.23%, rgba(74, 132, 179, 0.8) 50.53%, rgba(54, 104, 152, 0.92) 79.23%, rgba(36, 48, 95, 1) 100%);
	background : -ms-linear-gradient(0deg, rgba(36, 48, 95, 1) 0%, rgba(38, 82, 130, 1) 0.76%, rgba(64, 118, 165, 0.87) 33.23%, rgba(74, 132, 179, 0.8) 50.53%, rgba(54, 104, 152, 0.92) 79.23%, rgba(36, 48, 95, 1) 100%);
	-ms-filter: “progid:DXImageTransform.Microsoft.gradient(startColorstr=‘#24305F’, endColorstr=‘#24305F’ ,GradientType=0)“;
	background : linear-gradient(90deg, rgba(36, 48, 95, 1) 0%, rgba(38, 82, 130, 1) 0.76%, rgba(64, 118, 165, 0.87) 33.23%, rgba(74, 132, 179, 0.8) 50.53%, rgba(54, 104, 152, 0.92) 79.23%, rgba(36, 48, 95, 1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=‘#24305F’,endColorstr=‘#24305F’ , GradientType=1);	
	color: #fff;
	
}

.btn.btn-ghost.skin-dark:after {
  background : -moz-linear-gradient(0% 50% 0deg,rgba(36, 48, 95, 1) 0%,rgba(41, 98, 147, 0.98) 15.41%,rgba(45, 111, 161, 0.97) 32.94%,rgba(46, 115, 166, 0.95) 48.22%,rgba(36, 48, 95, 1) 100%);
  background : -webkit-linear-gradient(0deg, rgba(36, 48, 95, 1) 0%, rgba(41, 98, 147, 0.98) 15.41%, rgba(45, 111, 161, 0.97) 32.94%, rgba(46, 115, 166, 0.95) 48.22%, rgba(36, 48, 95, 1) 100%);
  background : -webkit-gradient(linear,0% 50% ,100% 50% ,color-stop(0,rgba(36, 48, 95, 1) ),color-stop(0.1541,rgba(41, 98, 147, 0.98) ),color-stop(0.3294,rgba(45, 111, 161, 0.97) ),color-stop(0.4822,rgba(46, 115, 166, 0.95) ),color-stop(1,rgba(36, 48, 95, 1) ));
  background : -o-linear-gradient(0deg, rgba(36, 48, 95, 1) 0%, rgba(41, 98, 147, 0.98) 15.41%, rgba(45, 111, 161, 0.97) 32.94%, rgba(46, 115, 166, 0.95) 48.22%, rgba(36, 48, 95, 1) 100%);
  background : -ms-linear-gradient(0deg, rgba(36, 48, 95, 1) 0%, rgba(41, 98, 147, 0.98) 15.41%, rgba(45, 111, 161, 0.97) 32.94%, rgba(46, 115, 166, 0.95) 48.22%, rgba(36, 48, 95, 1) 100%);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#24305F', endColorstr='#24305F' ,GradientType=0)";
  background : linear-gradient(90deg, rgba(36, 48, 95, 1) 0%, rgba(41, 98, 147, 0.98) 15.41%, rgba(45, 111, 161, 0.97) 32.94%, rgba(46, 115, 166, 0.95) 48.22%, rgba(36, 48, 95, 1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#24305F',endColorstr='#24305F' , GradientType=1);
}

.btn:hover, .btn:focus {
	color: #fff;
	background : -moz-linear-gradient(0% 50% 0deg,rgba(36, 48, 95, 1) 0%,rgba(38, 82, 130, 1) 0.76%,rgba(64, 118, 165, 0.87) 33.23%,rgba(74, 132, 179, 0.8) 50.53%,rgba(54, 104, 152, 0.92) 79.23%,rgba(36, 48, 95, 1) 100%);
	background : -webkit-linear-gradient(0deg, rgba(36, 48, 95, 1) 0%, rgba(38, 82, 130, 1) 0.76%, rgba(64, 118, 165, 0.87) 33.23%, rgba(74, 132, 179, 0.8) 50.53%, rgba(54, 104, 152, 0.92) 79.23%, rgba(36, 48, 95, 1) 100%);
	background : -webkit-gradient(linear,0% 50% ,100% 50% ,color-stop(0,rgba(36, 48, 95, 1) ),color-stop(0.0076,rgba(38, 82, 130, 1) ),color-stop(0.3323,rgba(64, 118, 165, 0.87) ),color-stop(0.5053,rgba(74, 132, 179, 0.8) ),color-stop(0.7923,rgba(54, 104, 152, 0.92) ),color-stop(1,rgba(36, 48, 95, 1) ));
	background : -o-linear-gradient(0deg, rgba(36, 48, 95, 1) 0%, rgba(38, 82, 130, 1) 0.76%, rgba(64, 118, 165, 0.87) 33.23%, rgba(74, 132, 179, 0.8) 50.53%, rgba(54, 104, 152, 0.92) 79.23%, rgba(36, 48, 95, 1) 100%);
	background : -ms-linear-gradient(0deg, rgba(36, 48, 95, 1) 0%, rgba(38, 82, 130, 1) 0.76%, rgba(64, 118, 165, 0.87) 33.23%, rgba(74, 132, 179, 0.8) 50.53%, rgba(54, 104, 152, 0.92) 79.23%, rgba(36, 48, 95, 1) 100%);
	-ms-filter: “progid:DXImageTransform.Microsoft.gradient(startColorstr=‘#24305F’, endColorstr=‘#24305F’ ,GradientType=0)“;
	background : linear-gradient(90deg, rgba(36, 48, 95, 1) 0%, rgba(38, 82, 130, 1) 0.76%, rgba(64, 118, 165, 0.87) 33.23%, rgba(74, 132, 179, 0.8) 50.53%, rgba(54, 104, 152, 0.92) 79.23%, rgba(36, 48, 95, 1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=‘#24305F’,endColorstr=‘#24305F’ , GradientType=1);
}

.btn:focus, .btn:active:focus, .btn.active:focus {
    outline: unset;
}

.single-product .single_add_to_cart_button {
	padding: 7px 42px 7px 12px !important;  
}

.comment_area {
	display: none;
}

.page-404-heading1 {
	font-size: 80px;
	font-weight: normal;
	font-family: "FagoNoMed";
}

.fragen_wrapper .ino-icon-phone-bold, .fragen_wrapper .ino-icon-envelope-bold {
	color: #24305F;
	margin-bottom: 5px;
	line-height: unset !important;
}
.fragen_wrapper .ino-icon-phone-bold {
	font-size: 30px;
}
.fragen_wrapper .ino-icon-envelope-bold {
	font-size: 27px;
}

.fragen_wrapper p:first-child {
	/* margin-bottom: 5px; */
	min-height: 35px;
}
.fragen_wrapper p:not(:first-child):not(:last-child) {
	margin-bottom: 20px;
	font-size: 16px;
}

.fragen_wrapper .ino-icon-envelope:before {
	width: auto;
	height: auto;
}
.fragen_wrapper .ino-icon-envelope {
    line-height: 32px !important;
}
#dt-menu > ul .sub-nav .current-menu-item > a, .dt-menu-mobile > ul .sub-nav .current-menu-item > a {
    color: #24305F;
}

/* mobile nav - start */
.js #dt-menu .sub-nav .toggle, .js .dt-menu-mobile .sub-nav .toggle {
	text-transform: initial;
}
.dt-menu-mobile .sub-nav li {
	border-top: 0;
}

.dt-menu-mobile .vc_row, .dt-menu-mobile .vc_row .vc_column-inner {
	margin-left: 0 !important;
	margin-right: 0 !important;
	padding-left: 0 !important;
	padding-right: 0 !important;
}

.dt-menu-mobile .vc_row .vc_column-inner .vc_general.vc_cta3 {
	padding: 15px !important;
}

#mobile_menu_hamburger {
	cursor: pointer;
}
#wbm-menu-mobile {
	padding-top: 15px;
	padding-bottom: 30px;
	height: 100vh;
}
#wbm-menu-mobile .toggle {
	top: 15px;
    right: 15px;
}

.dt-menu-mobile .vc_btn3-container {
	margin-bottom: 0 !important;
}

.dt-menu-mobile .toggle-sub {
	width: 50px;
	text-align: right;
}

.dt-menu-mobile ul li > a {
	width: 85%;
}
/* mobile nav - end */

.menu-leftvc #dt-menu .sub-nav .vc_custom_heading > a {
	color: inherit;
	line-height: inherit;
	font-size: inherit;
	text-align: inherit;
	font-family: FagoNoMed;
}
.spectech-download-box {
	background-color: #f3f3f3;
	font-family: "FagoNo";
}
.spectech-download-box .spectech-download-icon {
	color: #fff;
}

.spectech-download-box:hover {
    background: #24305F;
	color: #fff;
}

.spectech-conversion-tool li.active, .spectech-conversion-tool li.active a {
	background-color: #24305F;
	border-color: #24305F; 
}

.spectech-download-box:hover .spectech-download-label .spectech-flaticon-download {
	color: #fff;
}

.widget_search i {
    padding: 0px 14px;
    position: absolute;
    font-size: 1em;
    line-height: 2.7;
    right: 1em;
    top: 0;
}
.widget h3, .widget .widget_title, .widget .widgettitle {
	color: #24305F; 
}

.widget_categories > ul > li:before, .dt_widget_recent_post > ul > li:before, .dt_widget_recent_comments > ul > li:before, .widget_rss > ul > li:before, .widget_meta > ul > li:before, .widget_nav_menu > ul > li:before, .widget_archive > ul > li:before, .widget_pages > ul > li:before, .widget_product_categories .product-categories > li:before {
	border: none;
	content: unset;
	position: initial;
}
.widget_categories > ul > li,
.dt_widget_recent_post > ul > li,
.dt_widget_recent_comments > ul > li,
.widget_rss > ul > li,
.widget_meta > ul > li,
.widget_nav_menu > ul > li,
.widget_archive > ul > li,
.widget_pages > ul > li,
.widget_product_categories .product-categories > li  {
	border-bottom: 1px solid #c3c3c2;
	padding-bottom: 2px;
}

.widget_categories > ul li:last-child,
.dt_widget_recent_post > ul li:last-child,
.dt_widget_recent_comments > ul li:last-child,
.widget_rss > ul li:last-child,
.widget_meta > ul li:last-child,
.widget_nav_menu > ul li:last-child,
.widget_archive > ul li:last-child,
.widget_pages > ul li:last-child {
	
	border-bottom: 1px solid #c3c3c2;
}

.widget_categories > ul > li a, .dt_widget_recent_post > ul > li a, .dt_widget_recent_comments > ul > li a, .widget_rss > ul > li a, .widget_meta > ul > li a, .widget_nav_menu > ul > li a, .widget_archive > ul > li a, .widget_pages > ul > li a, .widget_product_categories .product-categories > li a {
    color: #4a4a49;
	font-size: 18px;
    line-height: 24px;
	font-family: "FagoNoMed";
}

.widget_categories > ul > li, .dt_widget_recent_post > ul > li, .dt_widget_recent_comments > ul > li, .widget_rss > ul > li, .widget_meta > ul > li, .widget_nav_menu > ul > li, .widget_archive > ul > li, .widget_pages > ul > li, .widget_product_categories .product-categories > li {
	padding-left: 0; 
}
.widget_categories > ul, .dt_widget_recent_post > ul, .dt_widget_recent_comments > ul, .widget_rss > ul, .widget_meta > ul, .widget_nav_menu > ul, .widget_archive > ul, .widget_pages > ul, .widget_product_categories .product-categories {
	padding-left: 0;
}

.sidebar .widget_title {
	font-family: "FagoNoMed", Geneva, sans-serif;
	font-size: 26px;
    line-height: 26px;
	margin-bottom: 10px;
}
.sidebar .widget_title:after {
	border: none;
	margin: 0;
}
.txt-blue {
	color: #24305F;
}

.txt-white {
	color: #fff;
}
.plain_link a { 
   background-color: transparent !important;
   padding: 0 !important;
   color: #24305F !important;
   font-size: 14px !important;
   border: none !important;
}

.plain_link a:hover { 
	background-color: transparent !important;
	color: #24305F !important;
	opacity: 0.8;
	border: none !important;
}
.plain_link a:focus { 
   background-color: transparent !important;
   border: none !important;
   opacity: 0.8;
}


.pre-footer-section .box-container {
  background : -moz-linear-gradient(0% 50% 0deg,rgba(212, 212, 212, 1) 0%,rgba(149, 145, 145, 0.86) 50.04%,rgba(156, 153, 153, 0.89) 61.02%,rgba(176, 174, 174, 0.94) 77.81%,rgba(209, 209, 209, 1) 98.23%,rgba(212, 212, 212, 1) 100%);
  background : -webkit-linear-gradient(0deg, rgba(212, 212, 212, 1) 0%, rgba(149, 145, 145, 0.86) 50.04%, rgba(156, 153, 153, 0.89) 61.02%, rgba(176, 174, 174, 0.94) 77.81%, rgba(209, 209, 209, 1) 98.23%, rgba(212, 212, 212, 1) 100%);
  background : -webkit-gradient(linear,0% 50% ,100% 50% ,color-stop(0,rgba(212, 212, 212, 1) ),color-stop(0.5004,rgba(149, 145, 145, 0.86) ),color-stop(0.6102,rgba(156, 153, 153, 0.89) ),color-stop(0.7781,rgba(176, 174, 174, 0.94) ),color-stop(0.9823,rgba(209, 209, 209, 1) ),color-stop(1,rgba(212, 212, 212, 1) ));
  background : -o-linear-gradient(0deg, rgba(212, 212, 212, 1) 0%, rgba(149, 145, 145, 0.86) 50.04%, rgba(156, 153, 153, 0.89) 61.02%, rgba(176, 174, 174, 0.94) 77.81%, rgba(209, 209, 209, 1) 98.23%, rgba(212, 212, 212, 1) 100%);
  background : -ms-linear-gradient(0deg, rgba(212, 212, 212, 1) 0%, rgba(149, 145, 145, 0.86) 50.04%, rgba(156, 153, 153, 0.89) 61.02%, rgba(176, 174, 174, 0.94) 77.81%, rgba(209, 209, 209, 1) 98.23%, rgba(212, 212, 212, 1) 100%);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#D4D4D4', endColorstr='#D4D4D4' ,GradientType=0)";
  background : linear-gradient(90deg, rgba(212, 212, 212, 1) 0%, rgba(149, 145, 145, 0.86) 50.04%, rgba(156, 153, 153, 0.89) 61.02%, rgba(176, 174, 174, 0.94) 77.81%, rgba(209, 209, 209, 1) 98.23%, rgba(212, 212, 212, 1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#D4D4D4',endColorstr='#D4D4D4' , GradientType=1);
}
.pre-footer-section .dt-section-head.left h1,
.pre-footer-section .dt-section-head.left .h1 {
	margin-bottom: 0;
}

/* cookie notice */

#cookie-notice {
    box-shadow: 0px 0px 10px 2px rgba(0, 0, 0, 0.75);
	
}
#cookie-notice .cookie-notice-container {
	width: auto;
	margin: 0 auto;
	padding: 15px;
}

#cookie-notice .cn-button {
	margin-top: 10px;
}

#cookie-notice span a {
	font-family: FagoNoMed;
	color: #fff;
	font-size: 13px;
	border-bottom: 1px solid transparent;
	-webkit-transition: border-bottom .3s;
    -moz-transition: border-bottom .3s;
    -ms-transition: border-bottom .3s;
    -o-transition: border-bottom .3s;
    transition: border-bottom .3s;
    border-bottom: 1px solid transparent;
}
#cookie-notice span a:hover { 
	border-bottom: 1px solid;
} 

#cookie-notice .cookie-notice-revoke-container {
	width: auto;
	bottom: 10px;
}
.wpb_raw_html {
	margin-bottom: 0;
}
.wpb_raw_html .widgettitle {
	margin-bottom: 20px;
}

.dt-section-head.left h1,
.dt-section-head.left .h1 {
    margin: 0 auto 40px 0;
}
.dt-section-head.right h1,
.dt-section-head.right .h1 {
    margin: 0 0 30px auto;
}
.right h1.section-main-title {
	/* text-align: left; */
}
.txt-bold {
	font-weight: bold;

}

.vc_custom_heading.h3-link > div {
	min-height: 37px;
	line-height: 16px;
}

.vc_gitem-post-data, .vc_gitem-post-data > p {
	margin: 0;
}
.h3-link a { 
	color: #24305F;
	font-size: 18px;
	word-break: break-word;
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	-ms-hyphens: auto;
	-o-hyphens: auto;
	hyphens: auto;
	line-height: normal;
}

.plain_link {
	margin-top: 10px;
	margin-bottom: 0px;
}

.comment-leave-title, .comment-reply-title {
	font-family: "FagoNoMed";
}

.postinfo .blog_info_categories, .postinfo .blog_info_categories a {
	font-family: "FagoNo";
	color: #24305F;
    font-weight: normal;
	font-size: 16px;
	line-height: normal;
}

.search-result-container .search-header {
    margin-bottom: 35px;
}
.search-result-container article .blog-post-title,
.search-result-container article .blog-post-title a{
	font-family: "FagoNoMed", Geneva, sans-serif;
	color: #24305F;
	font-size: 18px;
    font-weight: 500;
	margin-bottom: 10px;
}

.wbm_wiki_template .search-result-container .blog-post-type {
	/* display: none; */
}

.wbm_wiki_template .search-result-container.no-result {
	padding: 127px 0;
}

.wbm_wiki_template table {
	font-size: 14px;
}

.wiki_prefooter_area {
	border-bottom: 1px solid #fff;
}
/* .page.wbm_wiki_template .terms_teaser_wrapper .h3-link a { */
	/* font-size: 30px; */
	/* font-weight: 400; */
    /* font-family: FagoNoMed; */
/* } */
.author_date_tags li {
	padding: 0;
}
.author_date_tags li.blog_info_date:before, 
.author_date_tags li.blog_info_tags:before { 
	padding: 0 5px 0 0;
}

section#banner-section .page-title, section#banner-section .breadcrumbs, section#banner-section .breadcrumbs a {
	color: #24305F !important; 
}
section#banner-section .breadcrumbs {
    width: auto;
    display: inline-block;
    margin-left: -15px;
    margin-right: -15px;
    padding: 8px 16px;
    background-color: rgba(255, 255, 255, 0.7);
}
.breadcrumbs {
	margin-top: 10px;
	font-weight: bold;
	font-size: 18px;
	color: #24305F;

}

.breadcrumbs > span {
	color: #4a4a49;
}
.breadcrumbs span, .breadcrumbs span > a {
    font-size: 18px;
	font-weight: normal;
    font-family: "FagoNoMed", Geneva, sans-serif;
}
.breadcrumbs span > a {
	color: #24305F;
	border-bottom: 1px solid transparent;
	-webkit-transition: border-bottom .3s;
    -moz-transition: border-bottom .3s;
    -ms-transition: border-bottom .3s;
    -o-transition: border-bottom .3s;
    transition: border-bottom .3s;
}
.breadcrumbs span > a:hover { 
	border-bottom: 1px solid;
}

div.wbm_btn:not(.vc_btn3-container) {
	margin-top: 25px;
}

.wbm_classic_post_grid > .vc_grid-item-mini > .vc_gitem-animated-block {
	width: 30%;
}
.wbm_classic_post_grid .wbm_right_col {
	width: 70%;
}

.wbm_classic_post_grid .vc_gitem_row .vc_gitem-col {
	padding: 0;
}


.dt-section-head.center h1,
.dt-section-head.center .h1 {
	margin-bottom: 30px;
}

.wbm-icon {
    background-position: center center;
    background-repeat: no-repeat;
	width: 100%;
    height: 32px;
}

.wbm-icon.wbm-icon-wiki {
	font-size: 26px;
    font-style: normal;
    line-height: normal;
}

.wbm-icon.img-wiki {
	background-image: url(images/icons/wiki-icon-new.png);
	width: 35px;
    background-size: 35px;
	height: 26px !important;
	background-position: top center;
}
.is-sticky .wbm-icon.img-wiki { 
    display: inline-block;
    vertical-align: middle;
	width: 34px;
	height: 22px !important;
}
.wbm-icon.wbm-icon-user {
	background-image: url(images/icons/icon-user.png);
}
.wbm-icon.wbm-icon-cart {
	background-image: url(images/icons/icon-cart.png);
	vertical-align: middle;
	width: 19px;
	display: inline-block !important;
}
.wbm-icon.wbm-icon-search {
	background-image: url(images/icons/icon-search.png);
    display: inline-block;
	width: 20px;
    height: 20px;
	vertical-align: middle;
	cursor: pointer;
}
.wbm_menu_wrapper {
	/* border-left: 2px solid #fff; */
    /* margin-right: -2px; */
}


.menu-leftvc #logomenu {
	position: static;
	transform: none;
	height: 146px;
    max-width: 292px;
}

.menu-leftvc #logomenureveal {
	position: static;
	transform: none;
	padding-top: 15px;
}
.container.flex-container.nopadding.stickyonscrollup.is-fixed.is-visible {
	padding: 0 15px !important;
}

.is-sticky .show-in-sticky {
	display: inline-block !important;
}
.is-sticky .show-in-sticky > a { 
	padding: 0 5px !important;
}
.is-sticky .show-in-sticky.bag .sub-nav > li, .is-sticky .cart-popup ul.product_list_widget li.mini_cart_item { 
	width: 100% !important;
}

.is-sticky .show-in-sticky.bag .woocommerce-mini-cart__empty-message {
	text-align: center;
}

#dt-topmenu .ino-icon-block {
	padding-bottom: 5px;
}
.search_btn {
	cursor: pointer;
}
.is-sticky .search_btn {
	line-height: 82px !important;
}
.is-sticky .bag.show-in-sticky .sub-nav, .is-sticky .login_wrap.show-in-sticky .sub-nav { 
	top: 77px !important;
}
.is-sticky .show-in-sticky .popup_form {
	left: -210px !important;
}

div#head-page .popup_form {
	z-index: 9999;
}
.is-sticky .show-in-sticky.wiki_wrap a {
	padding-left: 20px !important;
}


.is-sticky .cart-popup .buttons .button {
	font-size: 14px !important;
	padding: 8px 12px !important;
	text-align: center;
	display: block !important;
	margin-left: 0 !important;
}

.is-sticky .cart-popup .total {
	text-align: center;
}

.bag.show-in-sticky .cart-popup .widget_shopping_cart_content {
    padding-bottom: 0;
}

.bag > a {
		pointer-events: none;
}

.bag.show-in-sticky .ino-icon-cart {
	cursor: pointer;
}

.is-sticky .show-in-sticky.login_wrap ul.wbm-user-menu {
    position: absolute !important;
    height: auto !important;
    background-color: #fff !important;
    visibility: hidden;
    border: 1px solid rgba(0, 0, 0, 0.1) !important;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2) !important; 
}

.is-sticky .show-in-sticky.login_wrap ul.wbm-user-menu li { 
	text-align: center !important;
}

.is-sticky .bag.show-in-sticky {
	float: none !important;
}

.show-in-sticky ul.wbm-user-menu > li > a:hover {
    color: #696969 !important;
}

.show-in-sticky ul.wbm-user-menu {
	right: -90px !important;
}
.is-sticky .show-in-sticky.login_wrap ul.wbm-user-menu .topmenu_link { 
	padding: 0 !important;
}
.is-sticky .search_btn {
	padding-left: 10px !important;
	opacity: .8;
}
.is-sticky .search_btn:hover { 
	opacity: 1;
}
/* .is-sticky .search_btn i { */
    /* height: 25px; */
/* } */
/* .is-sticky .show-in-sticky.login_wrap i {  */
	/* width: 17px; */
	/* height: 27px; */
    /* display: inline-block; */
	/* vertical-align: middle; */
/* } */

.is-sticky .popup_form {
	left: -210px !important;
}
.is-sticky .show-in-sticky > a { 
	opacity: .8;
	transform: translate3d(0px,0px,0px);
}
.is-sticky .show-in-sticky > a:hover { 
	opacity: 1;
}

.is-sticky .show-in-sticky .wbm-icon.wbm-icon-wiki {
	vertical-align: middle;
	line-height: 36px;
	font-size: 28px;
}
.container.flex-container.nopadding.stickyonscrollup.is-fixed.is-visible .wbm_menu_wrapper {
	margin-left: auto;
	border: none;
}
.container.flex-container.nopadding.stickyonscrollup.is-fixed.is-visible .wbm_menu_wrapper  #dt-menu .dt-megamenu .full-dt-megamenu {
	right: -15px;
    left: auto !important; 
}

#head-page.is-sticky #logomenurevealmobile {
    width: 130px;
    padding-top: 5px;

}

.modal-cf7 .modal-body {
	padding-bottom: 0; 
}

.floated_right_element_wrapper.with_modal .floated-el-content {
    box-shadow: 0px 2px 8px 1.5px rgba(85, 85, 85, 0.7);	
	right: -10px;
}

.floated_right_element_wrapper.with_modal.opened .floated-el-content {
	right: 0;
}

.floated_right_element_wrapper.with_modal.opened .floated_right_btn {
	left: 96px !important;
}

.wpcf7-submit#kontakt_formular {
	margin-bottom: 30px;
	line-height: normal;
    border: none;
}
.head-page.is-sticky #mobile-header > .toggle {
	top: 55%;
}
.logo-container {
	padding: 0;
}

.wbm_menu_wrapper .nav_buttons {
	padding: 0 15px;
}

.wbm_menu_wrapper .nav_top_wrapper {
    height: 90px;
	border-bottom: 1px solid rgba(255,255,255,0.8);
}
.navigation_button {
    border: none;
}
.menu-leftvc #dt-menu, .menu-leftvc .dt-menu-mobile {
    padding-left: 5px;
    padding-right: 5px;
}

.menu-leftvc #dt-menu {
	height: auto !important;
}
.menu-leftvc #head-page #dt-menu .dt-megamenu .full-dt-megamenu, .menu-leftvc #head-page .dt-menu-mobile .dt-megamenu .full-dt-megamenu {
    left: -300px;
    width: 1170px;
}

.menu-leftvc #head-page.is-sticky #dt-menu .dt-megamenu .full-dt-megamenu, .menu-leftvc #head-page.is-sticky .dt-menu-mobile .dt-megamenu .full-dt-megamenu {
	left: -294px;
}
.zert_abs {
	position: absolute;
	right: -205px; /* -220 */
    max-width: 200px;
	padding-top: 8px;
	padding-bottom: 8px;
}


.stickyonscrollup.is-fixed.is-visible .zert_abs {
	display: none;
}

.zert_abs img { 
	width: auto;
    height: 56px;
}
.zert_abs p { 
    display: inline-block;
    width: 125px;
    float: right;
	font-size: 16px;
    line-height: 15px;
    padding-left: 15px;
    color: #3a3a3a;
    margin: 0;	
	padding: 8px;
}

.wbm_menu_wrapper .slogan_title {
	margin-bottom: 0px;
	font-family: FagoNoMed;
    font-size: 25px;
    font-weight: normal;
	position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.wbm_menu_wrapper .nav_top_wrapper > div {
	height: 90px;
}
.wbm_menu_wrapper .slogan_title.txt-white > p { 
	font-family: "FagoNoMed", Geneva, sans-serif;
	font-size: inherit;
    color: inherit;
    margin: 0;	
	line-height: normal;
}

.woocommerce table.wishlist_table {
	margin-bottom: 0;
	padding: 5px 0;
}

.wishlist-info-wrap {
	padding-right: 5px;
    position: relative;
	cursor: pointer;
}
.wishlist-info-wrap .info {
	width: 18px;
    height: 18px;
    display: inline-block;
    background: rgba(36, 48, 95, 1);
    color: #ffffff;
    line-height: 19px;
    text-align: center;
    border-radius: 50%;
    font-size: 14px;
    font-style: italic;
    font-family: "Times New Roman";
}
.wishlist-info-wrap .info-text{
	display: none;
	position: absolute;
	left: 28px;
	top: 0px;
	background: rgba(36, 48, 95, 1);
	color: #ffffff;
	padding: 4px 10px;
	min-width: 250px;
	z-index: 95;
	/* white-space: pre-wrap; */
}

.wishlist-info-wrap:hover .info-text {
	display: block;
}

.woocommerce table.wishlist_table .product-thumbnail, .woocommerce table.wishlist_table .product-name, table#wcssc-saved-cart-table td {
	margin: 0;
	padding: 10px 0;
}
.woocommerce table.wishlist_table .product-name h4,
table#wcssc-saved-cart-table h4 { 
	margin-bottom: 10px;
}
table#wcssc-saved-cart-table td a {
	margin-right: 14px; 
}
.woocommerce table.wishlist_table .product-thumbnail, table#wcssc-saved-cart-table .cart-thumbnail {
	width: 100px;
}

.woocommerce .woocommerce-result-count, .woocommerce-page .woocommerce-result-count {
	float: unset;
}

.woocommerce table.wishlist_table .wishlist-empty {
	font-size: 14px;
	text-align: left;
	padding: 10px 0;
}

p.wishlist-empty {
	padding-left: 0;
	padding-top: 10px;
	padding-bottom: 10px;
}

.wishlist_view.responsive.mobile {
	padding-left: 0;
}

.yith-wcwl-wishlistexistsbrowse.show > a, .yith-wcwl-add-to-wishlist a {
	display: block;
	font-family: "FagoNoMed", Geneva, sans-serif;
	color: #24305F;
	font-size: 14px;
	margin-bottom: 10px;
}

.yith-wcwl-wishlistexistsbrowse span {
	font-size: 14px;
}

.woocommerce table.wishlist_table thead th, .woocommerce table.wishlist_table tbody td {
    border: none;
}

.woocommerce-Address-title h3 {
	font-size: 18px;
}

table#wcssc-saved-cart-table .cart-thumbnail { 
	text-align: center;
}


.nav_buttons_bgcolor, .menu-leftvc #head-page:not(.is-sticky) .nav_bgcolor, #top-bar i, .menu-leftvc #head-page.is-sticky {
	background-color: #24305F;  /* old:  rgba(41,92,150,1); */
}

.cart-popup {
	max-width: 100%;
}
#dt-menu li a {
	font-family: "FagoNo", Geneva, sans-serif;
	font-size: 15px;
	line-height: normal;
}

#dt-menu .megamenu-content a {
    padding: 0;
}
#dt-menu > ul > li.menu-item-has-children:not(.bag) > a:after {
    content: "";
    font-family: "FagoNo";
    font-size: 0px;
    margin-left: 6px;
    width: 15px;
    height: 10px;
    border-left: 5.5px solid transparent;
    border-right: 5.5px solid transparent;
    border-top: 5px solid rgba(255, 255, 255, 0.8);
}

#dt-menu > ul > li.current-menu-item.menu-item-has-children:not(.bag) > a:after,
#dt-menu > ul > li.current-menu-ancestor.menu-item-has-children:not(.bag) > a:after,
#dt-menu > ul > li.current-menu-parent.menu-item-has-children:not(.bag) > a:after { 
	border-top-color: rgba(255, 255, 255, 1);
}

#head-page #dt-menu > ul > li > a {
	color: rgba(255, 255, 255, 0.8) !important;
}

#head-page {
	position: relative;
}
.zert_abs {
	top: 0;
}
.link-color-primary, #dt-menu #menu-main-menu .current-menu-parent > a, #head-page.reveal #dt-menu > ul > li.current-menu-item > a, #head-page.reveal.alt #dt-menu > ul > li.current-menu-item > a, .home #head-page.reveal #dt-menu > ul > li.current-menu-item > a, .home #head-page.reveal:not(.alt) #dt-menu > ul > li.current-menu-item > a, .home #head-page.reveal.alt #dt-menu > ul > li.current-menu-item > a, #head-page.reveal #dt-menu > ul > li.current-menu-ancestor > a, #head-page.reveal.alt #dt-menu > ul > li.current-menu-ancestor > a, #head-page.reveal #dt-menu ul li.current-menu-item > a, #head-page.reveal.alt #dt-menu ul li.current-menu-item > a, #head-page.reveal #dt-menu ul li.current-menu-ancestor > a, #head-page.reveal.alt #dt-menu ul li.current-menu-ancestor > a, #head-page #dt-menu > ul > li > a:hover {
	color: rgba(255, 255, 255, 1) !important;
} 
/* top menu - start */
#dt-topmenu {
	position: relative;
    top: 26px;
    bottom: 0;
    width: auto;
    height: auto;
    z-index: 9999;
    left: 0;
    background: transparent;
    font-weight: 400;
    -webkit-font-smoothing: antialiased;
}
#dt-topmenu ul { 
    padding: 0;
}
#dt-topmenu li .sub-nav a { 
    display: block;
    color: inherit;
    text-decoration: none;
}
#dt-topmenu .fontelloicon-record {
	font-size: 20px;
}
#dt-topmenu .wbm-icon {
	display: block;
}
#dt-topmenu .bag > a {
	display: block;
	/* padding-bottom: 1px; */
}

#dt-topmenu .item_count {
	vertical-align: middle;
}

#top-bar {
    min-height: 100px;
}
#dt-topmenu > ul > li {
	display: table-cell;
	position: relative;
	padding: 0 6px;
	color: rgba(255,255,255,0.8);
	font-family: "FagoNo", Geneva, sans-serif;
	font-size: 14px;
	text-align: center;
	vertical-align: middle;
	/* max-height: 57px; */
}
#dt-topmenu > ul li.bag:hover {
	color: rgba(255,255,255, 1);
}

.bag.menu-item > ul.sub-nav li {
	padding: 0;
	display: inline-block;
}
#dt-topmenu .cart-popup .product_list_widget li.empty {
	margin-bottom: 0;
	font-size: 14px;
    margin: 0 auto;
}
#dt-topmenu > ul > li > a {
	color: rgba(255, 255, 255, 0.8);
	font-family: "FagoNo", Geneva, sans-serif;
	font-size: 14px;
	vertical-align: middle;
	display:inline-block;
    width:100%;
    height:100%;
}
#dt-topmenu ul > li > a i { 
	opacity: 0.8;
	-webkit-backface-visibility: hidden;
	-webkit-transform: rotate(0);
	-moz-transform: rotate(0);
	transform: rotate(0);
}
#dt-topmenu ul > li > a:hover i { 
	opacity: 1;
	-webkit-backface-visibility: hidden;
}
#dt-topmenu ul > li > a:hover {
	color: rgba(255, 255, 255, 1); 
}
#dt-topmenu ul > li.bag:hover i { 
	opacity: 1;
}
#dt-topmenu ul .sub-nav {
    border-width: 0px;
    -ms-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
    -o-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
}
#dt-topmenu .sub-nav { 
	  position: absolute;
	  top: 0;
	  bottom: 0;
	  width: 270px;
	  /* Push Menu Width*/
	  z-index: 9999;
	  left: -270px;
	  /* Hide Push menu to the left ( equals push menu width ) */
	  background: transparent;
	  font-weight: 400;
	  -webkit-font-smoothing: antialiased;
	  -moz-osx-font-smoothing: grayscale;
}

#dt-topmenu .cart-popup .product_list_widget,
.show-in-sticky .cart-popup .product_list_widget {
    margin-top: 0;
}
#dt-topmenu .cart-popup .product_list_widget li,
.show-in-sticky .cart-popup .product_list_widget li {
	padding-left: 0;
	padding-right: 0;
}
#dt-topmenu .cart-popup .product_list_widget li.mini_cart_item,
.show-in-sticky .cart-popup .product_list_widget li.mini_cart_item {   
	padding-bottom: 10px !important;
	margin-bottom: 0 !important;
	text-align: left !important;
}

.show-in-sticky .cart-popup ul.product_list_widget li.mini_cart_item a {
	line-height: 24px !important;
}

.show-in-sticky .cart-popup ul.product_list_widget li.mini_cart_item a.remove {
	top: calc(50% - 20px) !important;
	left: 12px !important; 
}

#dt-topmenu .cart-popup .product_list_widget li.mini_cart_item a.remove,
.show-in-sticky .cart-popup .product_list_widget li.mini_cart_item a.remove {
	display: inline-block;
	text-align: left;
	line-height: normal;
    font-weight: bold;
    font-size: 20px;
	color: #24305F !important;
	padding-left: 0;
}
#dt-topmenu .cart-popup .product_list_widget li.mini_cart_item a.remove:hover,
.show-in-sticky .cart-popup .product_list_widget li.mini_cart_item a.remove:hover { 
	background: none;
	color: #696969 !important;
}
#dt-topmenu .cart-popup span.quantity {
	display: block;
}
#dt-topmenu .cart-popup .product_list_widget li.mini_cart_item a,
.show-in-sticky .cart-popup .product_list_widget li.mini_cart_item a {
    padding: 0 0 0 15px;
	display: inline-block;
}
#dt-topmenu .cart-popup .product_list_widget li, #dt-topmenu .cart-popup .product_list_widget li a,
.show-in-sticky .cart-popup .product_list_widget li, .show-in-sticky .cart-popup .product_list_widget li a {
    color: #696969;
    font-weight: 400;
}
#dt-topmenu a, #dt-topmenu .sub-nav:not(.megamenu-sub) a,
#dt-menu a, #dt-menu .sub-nav:not(.megamenu-sub) a, .dt-menu-mobile a, .dt-menu-mobile .sub-nav:not(.megamenu-sub) a {
    font-family: "FagoNo";
}
#dt-topmenu .cart-popup .product_list_widget li img, #dt-topmenu .cart-popup ul.product_list_widget li img, #dt-topmenu .cart-popup .product_list_widget .mini_cart_item img, #dt-topmenu .cart-popup ul.product_list_widget .mini_cart_item img,
.show-in-sticky .cart-popup .product_list_widget li img, .show-in-sticky .cart-popup ul.product_list_widget li img, .show-in-sticky .cart-popup .product_list_widget .mini_cart_item img, .show-in-sticky .cart-popup ul.product_list_widget .mini_cart_item img {
    position: static;
    right: unset;
    width: 100%;
    float: none; 
}
#dt-topmenu .cart-popup .product_list_widget li.mini_cart_item .amount, #dt-topmenu .cart-popup ul.product_list_widget li.mini_cart_item .amount,
.show-in-sticky .cart-popup .product_list_widget li.mini_cart_item .amount, .show-in-sticky .cart-popup ul.product_list_widget li.mini_cart_item .amount {
    font-weight: bold;
}
#dt-topmenu .cart-popup .total,
.show-in-sticky .cart-popup .total {
    border-top: 1px solid rgba(74, 74, 74, 0.25);
    padding: 15px 0;
	
}

#dt-topmenu .cart-popup .buttons .button,
.show-in-sticky .cart-popup .buttons .button {
	margin-bottom: 10px;
	margin-left: 0;	
	padding: 7px 12px;
}
#dt-topmenu .cart-popup .buttons .button.checkout,
.show-in-sticky .cart-popup .buttons .button.checkout {
	margin-bottom: 0;
}
/* top menu - end */

.menu-leftvc #head-page:not(.is-sticky) #dt-menu > ul > li {
    line-height: 48px;
}
.menu-leftvc #head-page:not(.is-sticky) #dt-menu > ul > li > a > span { 
	line-height: 54px;
}

.menu-leftvc #head-page.is-sticky #dt-menu > ul > li > a > span, .menu-leftvc #head-page.is-sticky #dt-menu .search_btn {
	line-height: 80px;
}
.menu-leftvc #head-page.is-sticky #dt-menu .dt-megamenu .full-dt-megamenu {
	top: 77px;
}

.menu-leftvc #head-page #dt-menu .dt-megamenu .full-dt-megamenu {
	top: 50px;
}

#dt-menu a.search_btn {
	padding-right: 10px;
	line-height: 54px;
}

/* woo - start */
.woocommerce ul.products li.product, .woocommerce-page ul.products li.product, .woocommerce ul.products li.product h3, .woocommerce-page ul.products li.product h3, .woocommerce ul.products li.product .price, .woocommerce-page ul.products li.product .price, .woocommerce ul.products li.product .add_to_cart_button, .woocommerce-page ul.products li.product .add_to_cart_button {
	font-family: "FagoNo", Geneva, sans-serif; 
}
.woocommerce ul.products li.product.product-category {
	padding: 20px;
	margin-right: 25px;
    margin-bottom: 30px;
	box-shadow: 0px 8px 18px 0px rgba(0, 0, 0, 0.15); 
	-webkit-box-shadow: 0px 8px 18px 0px rgba(0, 0, 0, 0.15); 
	-moz-box-shadow: 0px 8px 18px 0px rgba(0, 0, 0, 0.15); 
}
.woocommerce input {
    min-height: 32px;
}

.woocommerce-info {
    border-top-color: #24305F;
}
.woocommerce-info::before {
	color: #24305F;
}
.woocommerce-message {
    border-top-color: #24305F;
}
.woocommerce-message::before {
    color: #24305F;
}
.woocommerce-error, .woocommerce-info, .woocommerce-message {
	background-color: #ededed;
	color: #4a4a49;
}
#add_payment_method #payment, .woocommerce-cart #payment, .woocommerce-checkout #payment {
	background: #ededed;
}
.woocommerce .coupon-box, .woocommerce form.checkout_coupon {
	background: transparent; 	
}

.woocommerce form.checkout_coupon .form-row { 
	width: auto;
	float: left;
}
#order_review_heading, #customer_details h3 {
	font-size: 26px;
}
.woocommerce table.shop_table thead th {
	border-bottom: 1px solid rgba(0,0,0,.1);
}

.woocommerce table.shop_table .tr-spacer td {
	border-bottom: 1px solid rgba(0,0,0,.1);
}
.woocommerce table.shop_table td, .woocommerce .shop_table td {
	padding-top: 10px;
	padding-bottom: 10px;
	border: none;
}
.woocommerce .showcoupon-info .showcoupon-oncart, .woocommerce .showcoupon-info .showcoupon, .woocommerce-info .showcoupon, .woocommerce-info a {
    color: #24305F;
	font-size: 16px;
}
.woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea, #add_payment_method table.cart td.actions .coupon .input-text, .woocommerce-cart table.cart td.actions .coupon .input-text, .woocommerce-checkout table.cart td.actions .coupon .input-text {
	border: 1px solid #b3b3b3;
	border-radius: 3px;
	padding: 10px 12px;
}

.cart_totals > h2 {
	font-size: 26px;
}
.centered {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
	word-break: break-word;
}

.showcoupon-info, .showcoupon-info .showcoupon {
	font-size: 16px;
}

#coupon_code {
	width: auto;
    margin-right: 15px;
}

.woocommerce form .form-row .required {
	color: #24305F; 
}

label, #customer_details label {
	color: #4a4a49;
    font-weight: normal;
    font-style: normal;
    font-family: "FagoNoMed", Geneva, sans-serif;
}
.woocommerce .coupon-box .input-text, .woocommerce form.checkout_coupon .input-text {
    width: 35%;
    padding: 6px 20px;
    color: initial;
    border: none;
    border-radius: 3px;
    margin-right: 15px;
    padding-top: 3px;
    font-size: 14px;
}
.woocommerce .woocommerce-checkout .woocommerce-checkout-review-order .woocommerce-checkout-review-order-table td, .woocommerce .woocommerce-checkout .woocommerce-checkout-review-order .woocommerce-checkout-review-order-table th {
    padding-top: 12px;
    padding-bottom: 10px;
    padding-left: 0;
    border: none;
	font-weight: normal;
}
.woocommerce-checkout .wc_payment_methods li input, .woocommerce-checkout .wc_payment_methods li label  {
	cursor: pointer;
}
#order_review_heading {
	padding-top: 30px;
}
.woocommerce .woocommerce-checkout .woocommerce-checkout-review-order .woocommerce-checkout-review-order-table th { 
	font-family: "FagoNoMed", Geneva, sans-serif;
	font-weight: normal;
}

#ship-to-different-address label {
	margin: 0;
	color: #24305F;
}
.woocommerce .woocommerce-checkout #payment, .woocommerce .woocommerce-checkout #payment * {
	font-family: "FagoNo", Geneva, sans-serif;
}

#add_payment_method #payment div.payment_box::before, .woocommerce-cart #payment div.payment_box::before, .woocommerce-checkout #payment div.payment_box::before {
	border-bottom-color: #24305F;
}

#ship-to-different-address label span {
	line-height: 32px;
}
.vc_column_container .woocommerce.columns-3 ul.products li.product { 
    /* width: 32.16419%; */
    width: 31.8%;
}

textarea.input-text {
	min-height: 150px; 
	padding: 6px 12px;
}

.woocommerce ul.products li.product-category div.cat_overlay {
	position: absolute;
    top: 0;
    left: 0px;
    background: #24305F;
    height: 100%;
    width: 100%;
    opacity: 0;
	z-index: 10;
	transition: .3s ease;
	backface-visibility: hidden;
}
.woocommerce ul.products li.product-category div.cat_overlay_inner {
    z-index: 20;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
	opacity: 0;
}

.woocommerce ul.products li.product-category:hover .woocommerce-loop-category__title { 
	display: none;
}
.woocommerce ul.products li.product-category:hover div.cat_overlay {
	opacity: 0.8;
}
.woocommerce ul.products li.product-category:hover div.cat_overlay_inner { 
	opacity: 1;
}
.woocommerce ul.products li.product-category div.cat_overlay_inner .cat_desc { 
	color: #fff;
	font-size: 14px;
	width: 90%;
	text-align: center;
	
}
.woocommerce ul.products li.product-category div.cat_overlay_inner .wbm_custom_btn { 
    position: absolute;
    bottom: 30px;
	width: 135px;
    left: 0;
    right: 0;
    margin: 0 auto;
	text-align: center;
    /* background-color: #24305F; */
    /* color: #fff; */
}
.woocommerce ul.products li.product-category div.cat_overlay_inner .wbm_custom_btn:hover { 
	/* background-color: #f3f3f3 !important; */
    /* color: #24305F !important; */
}
/* .woocommerce ul.products li.product-category:hover > a {  */
	/* background-color: #24305F; */ 
/* } */
.woocommerce ul.products.columns-4 li.product.product-category { 
	width: 23.685%;
}
.woocommerce ul.products li.product.product-category.last {
	margin-right: 0;
}
.woocommerce ul.products li.product.product-category a img {
	height: 150px;
	margin: 0 auto;
	/* -webkit-transform: scale(1); */
    /* -ms-transform: scale(1); */
    /* -o-transform: scale(1); */
    /* transform: scale(1); */
    /* -webkit-transition: -webkit-transform .3s ease-in-out; */
    /* -moz-transition: -moz-transform .3s ease-in-out; */
    /* -o-transition: -o-transform .3s ease-in-out; */
    /* transition: transform .3s ease-in-out; */
	object-fit: contain;
}

.woocommerce ul.products li.product.product-category a:hover img { 
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}

.woocommerce ul.products li.product.product-category a .woocommerce-loop-category__title {
	text-align: center;
	font-size: 18px;
	line-height: 22px;
	padding: 0;
	margin-top: 10px;
	font-weight: normal;

}

/* woo product archive - start */
.woocommerce #content div.product div.images.product_teaser_img_wrapper, .woocommerce div.product div.images.product_teaser_img_wrapper, .woocommerce-page #content div.product div.images.product_teaser_img_wrapper, .woocommerce-page div.product div.images.product_teaser_img_wrapper {
	float: none;
	width: 100%;
}

.wbm_delivery {
	font-size: 14px;
}

.woocommerce div.product div.images.product_teaser_img_wrapper .woocommerce-product-gallery__image {
	background-color: #fff;
}

.woocommerce div.product.wbm_product_archive_teaser .product_archive_teaser_inner div.images {
	line-height: 0;
}
.woocommerce div.product div.images.product_teaser_img_wrapper .woocommerce-product-gallery__image:nth-child(n+2) {
	width: 100%;
}

.woocommerce div.product div.images .woocommerce-product-gallery__trigger {
	top: unset;
	bottom: 0;
	right: 0;
	border-radius: 0;
}

.woocommerce div.product div.images .woocommerce-product-gallery__trigger:before {
	border: 2px solid #24305F;
}
.woocommerce div.product div.images .woocommerce-product-gallery__trigger:after {
	background: #24305F;
}

.wbm_product_archive_teaser {
	margin-bottom: 20px !important;
}

.wbm_product_archive_teaser .product_archive_teaser_inner {
	background-color: #f1f1f1;
	padding: 15px;
}

.woocommerce div.product.wbm_product_archive_teaser .product_archive_teaser_inner div.images {
	margin-bottom: 0;
}

.woocommerce div.product.wbm_product_archive_teaser ol.flex-control-thumbs {
	display: none !important;
}

.woocommerce div.product.wbm_product_archive_teaser ol.flex-control-thumbs li:nth-child(n+5) {
	display: none !important;
}
.woocommerce div.product.wbm_product_archive_teaser ol.flex-control-thumbs li:not(:last-child) {
    border-left: 4px solid #fff;
}

.wbm_product_archive_teaser .product_archive_teaser_inner a.wbm_custom_btn { 
    margin-right: 0;

}
.wbm_product_archive_teaser h1.woocommerce-loop-product__title,
.wbm_product_archive_teaser .h1.woocommerce-loop-product__title {
	margin-top: -4px;
	margin-bottom: 0;
}

.wbm_price_delivery_wrapper {
	float: right;
}

.wbm_price_delivery_wrapper .wbm_from_price {
	margin-bottom: 0;
}

.tax-product_cat .woocommerce-product-gallery__wrapper {
	cursor: pointer;
}

/* Compare button produkte/alle/ */

/* vc accordion - start */
.wpb-js-composer .vc_tta-color-white.vc_tta-style-classic .vc_tta-panel.vc_active .vc_tta-panel-heading,
.wpb-js-composer .vc_tta-color-white.vc_tta-style-flat .vc_tta-panel .vc_tta-panel-heading {
	border: none;
	background-color: #fff !important;
}

.wpb-js-composer .vc_tta.vc_general .vc_tta-panel {
	margin-bottom: 20px;
}

.panel-heading {
    padding-top: 5px;
    padding-right: 30px;
    padding-bottom: 5px;
    padding-left: 0;
}

.wpb-js-composer .vc_tta.vc_tta-accordion .vc_tta-controls-icon-position-right.vc_tta-panel-title>a {
	padding: 5px 0;
}
.wpb-js-composer .vc_tta-panel-title>a, .panel-heading h2 {
	font-family: "FagoNoMed", Geneva, sans-serif;
	color: #24305F !important;
	font-size: 18px;
    line-height: normal;
}



.wpb-js-composer .vc_tta .vc_tta-controls-icon.vc_tta-controls-icon-triangle {
    right: unset !important;
    margin-left: 20px !important;
    width: 0;
    height: 0;
    display: inline-block;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 16px solid #24305F;
}

.wpb-js-composer .vc_tta-panel.vc_active .vc_tta-controls-icon-triangle {
	border-bottom: 0;
    border-top: 16px solid #24305F;
    border-right: 10px solid transparent;
    border-left: 10px solid transparent;
}
.wpb-js-composer .vc_tta .vc_tta-controls-icon.vc_tta-controls-icon-triangle::before {
	content: unset !important;
	border: none !important;
}

.wpb-js-composer .vc_tta.vc_general .vc_tta-panel .vc_tta-panel-body {
	padding: 15px 0;
	transition: display-block .15s ease-in-out;
}
.wpb-js-composer .vc_tta.vc_general .vc_tta-panel-title {
	border-bottom: 1px solid #b3b3b3;
}

.collapsing {
    transition: height 1s;
}
/* vc accordion - end */

.woocommerce table.shop_table th, .woocommerce table.shop_table td {
	padding-left: 0;
	padding-right: 0;
}

.single_saved_cart .product-thumbnail img {
	width: auto;
	max-height: 100px;
}
/* Hide for related products (Ähnliche Produkte) */
.related.products .compare.button, .up-sells .compare.button {
	display: none !important;
	visibility: hidden !important;
}

.single-wiki .postimagecontent, .single .postimagecontent {
	cursor: initial;
}
.sticky_compare_wrapper {
    position: fixed;
    min-width: 100%;
    height: auto;
    z-index: 100000;
    font-size: 14px;
    line-height: 20px;
    left: 0;
    text-align: center;
	box-shadow: 0px 0px 4px 1px rgba(0, 0, 0, 0.2);
    color: rgb(255, 255, 255);
    /* background-color: rgba(51, 51, 51,.6); */
    background-color: rgba(36, 48, 95,.3);
	bottom: 0;
	padding: 10px 0;
}
.sticky_compare_btn {
	background: url(images/compare_btn.png);
    background-repeat: no-repeat;
    height: 36px;
    width: 210px;
    z-index: 9999;
    font-size: 14px;
    color: #fff;
	display: block;
	margin: 0 auto;
    padding-top: 8px;
	text-align: left;
    padding-left: 23px;
}
.sticky_compare_btn:hover, .sticky_compare_btn:focus { 
	color: #fff;
	opacity: .8;
}

.overlay_close {
	position: absolute;
    right: 15px;
    top: 5px;
    font-size: 30px;
	color: #24305F;
	cursor: pointer;
}
.overlay_close:hover {  
    color: #fff;
}

/* Compare button produkte/alle/ - END */
form.search-form-onpage .form-group i {
	padding-top: 3px;
}
form.search-form-onpage .form-group i::before {
	font-size: 22px;
}
/* woo product archive - end */
.search-form-onpage i.icon-search-6, .searchform_wiki i.icon-search-6 {
	pointer-events: auto;
	cursor: pointer;
}
/* custom vc teaser box - start */

.page-template-myaccount .teaser-box {
    min-height: 180px;
}

.page-template-myaccount .teaser-box>.teaser-box-inner a img {
	max-height:100px;
}

.teaser-box {
	min-height: 230px;
	position: relative;
	padding: 15px;
    margin-bottom: 30px;
	box-shadow: 0px 8px 18px 0px rgba(0, 0, 0, 0.15);
    -webkit-box-shadow: 0px 8px 18px 0px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0px 8px 18px 0px rgba(0, 0, 0, 0.15);
}

.teaser-box > .teaser-box-inner a img { 
    width: auto;
    max-height: 200px;
	display: block;
    margin: 0 auto;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    -webkit-transition: -webkit-transform .3s ease-in-out;
    -moz-transition: -moz-transform .3s ease-in-out;
    -o-transition: -o-transform .3s ease-in-out;
    transition: transform .3s ease-in-out;
}

.teaser-box > .teaser-box-inner a h2 { 
	text-align: center;
    font-size: 18px;
    line-height: 22px;
    padding: 0;
    margin-top: 10px;
    font-weight: normal;
}

.teaser-box > .teaser-box-inner .teaser_overlay {
	position: absolute;
    top: 0;
    left: 0px;
    background: #24305F;
    height: 100%;
    width: 100%;
    opacity: 0;
    z-index: 10;
    transition: .3s ease;
    backface-visibility: hidden;
}

.teaser-box .teaser_title {
	position: absolute;
	bottom: 0;
    left: 0;
    right: 0;
}

.teaser-box:hover div.teaser_overlay {
	opacity: 0.8;
}

.teaser-box:hover div.teaser_overlay_inner {
    opacity: 1;
}
.teaser-box div.teaser_overlay_inner { 
    z-index: 20;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0;
}

.teaser-box div.teaser_overlay_inner .teaser_desc { 
	color: #fff;
    font-size: 14px;
    width: 90%;
    text-align: center;
}

.teaser-box div.teaser_overlay_inner .btn_abs {
    position: absolute;
    bottom: 30px;
    left: 0;
    right: 0;
	text-align: center;
}

.teaser-box.not-allowed h2 {
	color: #a5a5a5;
}

.page-template-myaccount h4:first-of-type, 
.page-template-myaccount .h4:first-of-type,
.woocommerce-MyAccount-content h4:first-of-type, 
.woocommerce-MyAccount-content .h4:first-of-type {
	font-size: 14px;
}

.classic-teaser-box .h3-link {
	padding: 20px 0;
}

.classic-teaser-box a img {
	width: 100%;
	-webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    -webkit-transition: -webkit-transform .3s ease-in-out;
    -moz-transition: -moz-transform .3s ease-in-out;
    -o-transition: -o-transform .3s ease-in-out;
    transition: transform .3s ease-in-out;
}
.classic-teaser-box a.media-box:hover img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}
.classic-teaser-box .img_wrapper {
	position: relative;
	overflow: hidden;
}
.classic-teaser-box .img_overlay { 
	transition: background-color 1s;
	background: rgba(0,0,0,0);
}
.classic-teaser-box a.media-box:hover .img_overlay {
	background-color: rgba(0,0,0,.2);
}
.classic-teaser-box .img_overlay:before {
	  position: absolute;
	  top: 0; right: 0; bottom: 0; left: 0;
	  background-color: inherit;
	  content: " ";
}
.classic-teaser-box {
	margin-bottom: 30px;
	
}

.classic-teaser-box .classic-teaser-box-inner {
	min-height: 215px;
	height: auto;
	position: relative;
	
}
.classic-teaser-box.with-bgrnd {
    background-color: #fff;	
}
.classic-teaser-box.with-bgrnd .classic-teaser-box-inner {
	padding: 0 25px 25px 25px;
    background-color: #fff;

}
.classic-teaser-box .classic-teaser-box-inner .wbm_custom_btn { 
	position: absolute;
	bottom: 20px;
}
/* custom vc teaser box - end */
.archive .term-description {
	display: none;
}
.woocommerce-account .woocommerce-MyAccount-content {
	width: 100%;
	float: none;
}

.page-template-myaccount #banner-section .breadcrumbs, .page-template-woocommerce-page.woocommerce-account #banner-section .breadcrumbs {
	display: none;
}

.woocommerce .onsale {
	padding-top: 10px !important;
    width: 70px !important;
    height: 70px !important;
	color: #fff !important;
	font-size: 12px !important;
}

.woocommerce a.remove {
	color: #24305F !important;
}

.woocommerce a.remove:hover {
    background: #24305F;
}

.single_icon_wrapper {
	padding-top: 30px;
	padding-bottom: 30px;
}

.icon_header {
    text-align: center;
    display: block;		
	color: blue;
	font-weight: 700;
    font-size: 16px;
}

.menu_icon {
	display: block;
    margin: 0 auto;
}

.icon_info {
	font-size: 14px;
    display: block;
}

mark.count {
	display: none;
}
.woocommerce.single-product .product .upsells.products > h2, .woocommerce-page.single-product .product .upsells.products > h2, .woocommerce.single-product .product .related.products > h2, .woocommerce-page.single-product .product .related.products > h2 {
	font-weight: normal;
    color: #24305F;
	font-size: 26px;
}

.label { 
	color: #24305F;
}
/* a[href^="tel"] { */
  /* color: inherit;  */
  /* text-decoration: none;  */
/* } */
a[x-apple-data-detectors] {
  color: inherit !important;
  text-decoration: none !important;
  font-size: inherit !important;
  font-family: inherit !important;
  font-weight: inherit !important;
  line-height: inherit !important;
}

.woocommerce .postcontent table th, .woocommerce .section-comment table th, .woocommerce .postcontent table td, .woocommerce .section-comment table td {
	padding: 0;
}

.woocommerce table.shop_attributes tr:nth-child(even) td, .woocommerce table.shop_attributes tr:nth-child(even) th {
	background: none;
}
.woocommerce #respond input#submit.disabled, .woocommerce #respond input#submit:disabled, .woocommerce #respond input#submit:disabled[disabled], .woocommerce a.button.disabled, .woocommerce a.button:disabled, .woocommerce a.button:disabled[disabled], .woocommerce button.button.disabled, .woocommerce button.button:disabled, .woocommerce button.button:disabled[disabled], .woocommerce input.button.disabled, .woocommerce input.button:disabled, .woocommerce input.button:disabled[disabled] {
	padding: 7px 42px 7px 12px;
}

.woocommerce a.button, .woocommerce-page a.button, .woocommerce button.button, .woocommerce-page button.button, .woocommerce input.button, .woocommerce-page input.button, .woocommerce .button, .woocommerce-page .button, .woocommerce .button.checkout-button, .woocommerce-page .button.checkout-button, .woocommerce a.checkout-button, .woocommerce-page a.checkout-button {
	/* padding: 7px 42px 7px 12px; */
}

.woocommerce.single-product .product .entry-summary .price, .woocommerce-page.single-product .product .entry-summary .price,
.woocommerce ul.products li.product .price .amount, .woocommerce-page ul.products li.product .price .amount {
	font-family: "FagoNoMed", Geneva, sans-serif;
    color: #4a4a49;
	font-weight: normal;
	
}

.woocommerce .posted_in, .woocommerce-page .posted_in {
	display: block;
    font-weight: bold;
    padding-bottom: 5px;
}

.woocommerce .product_meta .tagged_as, .woocommerce-page .product_meta .tagged_as {
	display: none !important;
}
.woocommerce .tagged_as a, .woocommerce-page .tagged_as a {
	font-weight: normal;
}
.woocommerce ul.products li.product .woocommerce-loop-product__title {
	margin-bottom: 0px;
	font-size: 18px;
}

.search-result-container.no-result, form.search-form-onpage input[type="search"] {
	font-size: 18px; 
}
.related.products ul.products li.product a img, .up-sells.products ul.products li.product a img {
    width: auto;
    height: 150px;
	margin: 0;
}

.woocommerce table.shop_attributes td {
	font-style: normal;
}

.product_teaser_image_wrapper {
	padding-right: 0;
}

.wbm_after_shop_loop_wrapper {
	float: right;
    padding: 0 15px;
}

#ship-to-different-address {
	line-height: 22px;
	margin-bottom: 8px;
}
.woocommerce-checkout #payment ul.payment_methods li input[type="radio"].mgr {
	margin: 0;
}

.wbm_orders_list {
	margin-bottom: 30px;
}

.wbm_orders_list, .wbm_orders_list > span, .wbm_orders_list > span > a {
	font-size: 18px;
}
.wbm_orders_list .separator {
	padding: 0 5px;
}

.wbm_orders_list a.button {
	margin-top: 5px;
	margin-bottom: 5px;
	margin-right: 10px;
}

.woocommerce a.button, .button, .button.disabled, .woocommerce a.button.disabled {
    padding: 8px 24px; 
	line-height: 20px;
	
}

.woocommerce a.button.disabled { 
	pointer-events: none;
}

.woocommerce .woocommerce-customer-details address {
	padding: 0;
	border: none;
}
.woocommerce .woocommerce-customer-details .woocommerce-customer-details--email, .woocommerce .woocommerce-customer-details .woocommerce-customer-details--phone {
	line-height: inherit;
}

.woocommerce-order-details table.shop_table td {
	padding: 9px 0;

}
.woocommerce table.shop_table tbody th, .woocommerce table.shop_table tfoot td, .woocommerce table.shop_table tfoot th {
	font-weight: normal;
}
.woocommerce table.shop_table thead, .woocommerce .shop_table thead, .woocommerce table.shop_table th, .woocommerce .shop_table th {
	font-weight: normal;
	font-family: "FagoNoMed";
	font-size: 18px;
}
.woocommerce .product_teaser_content_wrapper ul {
    padding-left: 20px;
}
.woocommerce .product_teaser_content_wrapper ul li {
	display: list-item !important;
	list-style: disc outside;
}

.vc_grid-item.vc_product_teaserbox {
	float: left !important;
}

.vc_gitem-col.vc_teaser_btn_col {
	position: absolute;
	bottom: 5px;
}

.vc_gitem-zone.vc_custom_1547037368558 {
	min-height: 270px;
}

.page .vc_grid-item.vc_product_teaserbox:nth-of-type(4) { 
	clear: both;
}

.page .vc_grid-item.vc_product_teaserbox .vc_gitem-zone-a {
	height: 180px;
    background-size: contain;
}
.vc_grid-item.vc_product_teaserbox .vc_custom_heading.h3-link > div {
	min-height: auto;
}

.vc_grid-item.vc_product_teaserbox .vc_grid-item-mini {
	padding: 0px 10px;
	border: 1px solid #e5e5e5;
}
.vc_grid-item.vc_product_teaserbox .vc_btn3-container {
	margin-bottom: 0;
}
.product_teaser_excerpt, .product_teaser_excerpt ul li, .product_teaser_excerpt a, .product_teaser_excerpt p {
	font-size: 14px;
}

.product_teaser_title {
	margin-bottom: 10px;
	width: 79%;
}

/* bundled items */
.bundled_table_item .product-name, .bundled_table_item .product-price, .bundled_table_item:not(.order_item) .product-quantity, .bundled_table_item .product-subtotal, .bundled_table_item .product-total {
    font-size: 14px;
}

mark {
	background: transparent; 
	font-family: "FagoNoMed";
	/* color: #24305F; */
}
/* woof filter - start */

body .woof h4 {
    font-size: 18px;
    font-family: "FagoNoMed";
	margin-bottom: 10px;
}
body .woof .woof_list {
	padding-left: 0;
}
body .woof .woof_list li {
    margin: 0;
}
body .woof .woof_list_checkbox input[type="checkbox"] {
	margin-left: 0; 
}

body .woof .irs-bar {
	border-top: 1px solid #24305F;
    border-bottom: 1px solid #24305F;
    background: #24305F;
    background: linear-gradient(to top, rgba(36, 48, 95,1) 0%,rgba(41,94,143,1) 100%);
}

body .woof .irs-from, 
body .woof .irs-to, 
body .woof .irs-single {
	font-size: 12px;
	background: #24305F;
}

body .woof .irs--big .irs-grid-text {
	color: #24305F;
}

body .woof_list li {
    padding: 0 0 5px 0 !important;
}

body .woof label {
	max-width: 200px;
}

body .woof_checkbox_label_selected {
	font-weight: 400;
}
/* woof filter customization */
.woof_container_arbeitsspeicher .irs-grid-text.js-grid-text-12 {
	/* visibility: hidden !important; */
}

.archive.tax-product_cat .woof_container_pa_filter-massenspeicher, 
.archive.tax-product_cat .woof_container_arbeitsspeicher, 
.archive.tax-product_cat .woof_container_massenspeicher {
	display: none;
} 
.archive.tax-product_cat.term-industrielle-kommunikation .woof_container_massenspeicher,
.archive.tax-product_cat.term-industrielle-kommunikation .woof_container_arbeitsspeicher,
.archive.tax-product_cat.term-panel-pcs .woof_container_massenspeicher,
.archive.tax-product_cat.term-industrie-server .woof_container_massenspeicher,
.archive.tax-product_cat.term-industrie-displays .woof_container_massenspeicher,
.archive.tax-product_cat.term-industrie-displays .woof_container_arbeitsspeicher,
.archive.tax-product_cat.term-pos-systeme .woof_container_pa_filter-massenspeicher,
.archive.tax-product_cat.term-zubehoer .woof_container_pa_filter-massenspeicher {
	/* display: none !important; */
}

/* .woof_container_slider.woof_container_arbeitsspeicher { */
	/* display: none; */
/* } */
.archive.tax-product_cat.term-19-zoll-pcs .woof_container_slider.woof_container_pa_filter-ram-19zoll,
.archive.tax-product_cat.term-embedded-pcs .woof_container_slider.woof_container_pa_filter-ram-emb,
.archive.tax-product_cat.term-industrie-server .woof_container_slider.woof_container_pa_filter-ram_server,
.archive.tax-product_cat.term-panel-pcs .woof_container_slider.woof_container_pa_filter-arbeitsspeicher {
	display: block;
}

.plainoverlay {
    height: 100vh !important;
}

.jQuery-plainOverlay-progress {
    border-top: 3px solid #24305F !important;
	width: 50% !important;
    height: 50% !important;
	margin: 0 auto !important;
}
body button.woof_submit_search_form {
	margin-right: 10px !important;
}
.chosen-container-active .chosen-choices {
	border: 1px solid #24305F;
}
.chosen-container .chosen-results li.highlighted {
    background-color: #24305F;
	background: -moz-linear-gradient(left, rgba(36, 48, 95,1) 0%, rgba(36, 48, 95,1) 1%, rgba(38,84,131,0.93) 30%, rgba(41,94,143,0.9) 44%, rgba(41,96,145,0.9) 53%, rgba(39,90,139,0.94) 70%, rgba(36, 48, 95,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left, rgba(36, 48, 95,1) 0%,rgba(36, 48, 95,1) 1%,rgba(38,84,131,0.93) 30%,rgba(41,94,143,0.9) 44%,rgba(41,96,145,0.9) 53%,rgba(39,90,139,0.94) 70%,rgba(36, 48, 95,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right, rgba(36, 48, 95,1) 0%,rgba(36, 48, 95,1) 1%,rgba(38,84,131,0.93) 30%,rgba(41,94,143,0.9) 44%,rgba(41,96,145,0.9) 53%,rgba(39,90,139,0.94) 70%,rgba(36, 48, 95,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#24305F', endColorstr='#24305F',GradientType=1 ); /* IE6-9 */
}

body .woof .select-target {
	display: none !important;
}
body .woof .chosen-container {
	width: 100% !important;
}
body .woof .chosen-container-multi .chosen-choices {
	line-height: 20px;
	border-radius: 4px;
}
.chosen-container-single .chosen-single { 
	line-height: 20px !important;
	height: 32px !important;
}
/* .woocommerce-ordering .orderby, .woocommerce-ordering { */
	/* display: none !important; */
/* } */
/* woof filter - end */

/* my account wpuser forms - start */
.uwp_page .uwp-login, .uwp_page .uwp-registration, .uwp_page .uwp-forgot, .uwp_page .uwp-account {
	background: none;
	padding: 0;
}
.uwp_page .uwp-login {
	padding-top: 50px;
}
.uwp-login .uwp-lf-icon .fa, .uwp-login .uwp-lf-icon svg, .uwp-login .uwp-rf-icon .fa, .uwp-login .uwp-rf-icon svg, .uwp-registration .uwp-lf-icon .fa, .uwp-registration .uwp-lf-icon svg, .uwp-registration .uwp-rf-icon .fa, .uwp-registration .uwp-rf-icon svg, .uwp-forgot .uwp-lf-icon .fa, .uwp-forgot .uwp-lf-icon svg, .uwp-forgot .uwp-rf-icon .fa, .uwp-forgot .uwp-rf-icon svg, .uwp-account .uwp-lf-icon .fa, .uwp-account .uwp-lf-icon svg, .uwp-account .uwp-rf-icon .fa, .uwp-account .uwp-rf-icon svg, .uwp-lf-icon > i, .uwp-rf-icon > i {
	color: #24305F !important;
}
.uwp-login .uwp-lf-icon, .uwp-login .uwp-rf-icon, .uwp-registration .uwp-lf-icon, .uwp-registration .uwp-rf-icon, .uwp-forgot .uwp-lf-icon, .uwp-forgot .uwp-rf-icon, .uwp-account .uwp-lf-icon, .uwp-account .uwp-rf-icon {
	background: none;
    border: 4px solid #24305F;
	text-align: center;
}

.uwp_page .uwp-login > h2, .uwp_page .uwp-registration > h2, .uwp_page .uwp-forgot > h2, .uwp_page .uwp-account > h2,
.uwp_page .uwp-login > .h2, .uwp_page .uwp-registration > .h2, .uwp_page .uwp-forgot > .h2, .uwp_page .uwp-account > .h2 {
	font-family: "FagoNoMed",Geneva,sans-serif;
	color: #24305F;
	font-size: 26px;
	line-height: 28px;
	text-align: center;
	margin-top: 10px;
}
.uwp_page input, .login_modal input {
	height: 36px !important;
}
.uwp-registration #username_row {
	display: none !important;
}
.uwp_page .uwp-login-form input[type="submit"], .uwp_page .uwp-registration-form input[type="submit"], .uwp_page .uwp-forgot-form input[type="submit"], .uwp_page .uwp-change-form input[type="submit"], .uwp_page .uwp-account-form input[type="submit"], .uwp_widgets .uwp-login-form input[type="submit"], .uwp_widgets .uwp-registration-form input[type="submit"], .uwp_widgets .uwp-forgot-form input[type="submit"], .uwp_widgets .uwp-change-form input[type="submit"], .uwp_widgets .uwp-account-form input[type="submit"], .uwp_adv_search_form .uwp-login-form input[type="submit"], .uwp_adv_search_form .uwp-registration-form input[type="submit"], .uwp_adv_search_form .uwp-forgot-form input[type="submit"], .uwp_adv_search_form .uwp-change-form input[type="submit"], .uwp_adv_search_form .uwp-account-form input[type="submit"]{
    display: inline-block;
    padding: 8px 25px;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    font-family: "FagoNo", Geneva, sans-serif;
    font-size: 14px;
    color: #fff;
    background-image: unset;
    border: none;
    line-height: 20px;
    text-transform: initial;
    border-radius: 4px;
    outline-offset: 0;
    margin-right: 10px;
	background : -moz-linear-gradient(0% 50% 0deg,rgba(36, 48, 95, 1) 0%,rgba(41, 98, 147, 0.98) 15.41%,rgba(45, 111, 161, 0.97) 32.94%,rgba(46, 115, 166, 0.95) 48.22%,rgba(36, 48, 95, 1) 100%);
	background : -webkit-linear-gradient(0deg, rgba(36, 48, 95, 1) 0%, rgba(41, 98, 147, 0.98) 15.41%, rgba(45, 111, 161, 0.97) 32.94%, rgba(46, 115, 166, 0.95) 48.22%, rgba(36, 48, 95, 1) 100%);
	background : -webkit-gradient(linear,0% 50% ,100% 50% ,color-stop(0,rgba(36, 48, 95, 1) ),color-stop(0.1541,rgba(41, 98, 147, 0.98) ),color-stop(0.3294,rgba(45, 111, 161, 0.97) ),color-stop(0.4822,rgba(46, 115, 166, 0.95) ),color-stop(1,rgba(36, 48, 95, 1) ));
	background : -o-linear-gradient(0deg, rgba(36, 48, 95, 1) 0%, rgba(41, 98, 147, 0.98) 15.41%, rgba(45, 111, 161, 0.97) 32.94%, rgba(46, 115, 166, 0.95) 48.22%, rgba(36, 48, 95, 1) 100%);
	background : -ms-linear-gradient(0deg, rgba(36, 48, 95, 1) 0%, rgba(41, 98, 147, 0.98) 15.41%, rgba(45, 111, 161, 0.97) 32.94%, rgba(46, 115, 166, 0.95) 48.22%, rgba(36, 48, 95, 1) 100%);
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#24305F', endColorstr='#24305F' ,GradientType=0)";
	background : linear-gradient(90deg, rgba(36, 48, 95, 1) 0%, rgba(41, 98, 147, 0.98) 15.41%, rgba(45, 111, 161, 0.97) 32.94%, rgba(46, 115, 166, 0.95) 48.22%, rgba(36, 48, 95, 1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#24305F',endColorstr='#24305F' , GradientType=1);
	margin-bottom: 10px;
	font-weight: normal;
}

.uwp_page .uwp-content-wrap .uwp-banner-change-icon i, .uwp_page .uwp-content-wrap .uwp-banner-change-icon svg {
	color: #24305F;
}
.uwp_page .uwp-content-wrap .uwp-profile-banner-change {
	background-color: #24305F;
	top: 5px;
}
.uwp_page .uwp-content-wrap .uwp-profile-avatar .uwp-profile-avatar-inner > img {
	border: 0;
	margin-top: -100%;
}
.uwp_page .uwp-content-wrap .uwp-profile-avatar .uwp-profile-avatar-change .uwp-profile-avatar-change-inner a {
	padding: 6px 0px 0 40px;
}
.uwp_page .uwp-content-wrap .uwp-profile-main h3.uwp-profile-item-title a {
    font-family: "FagoNoMed", Geneva, sans-serif;
    color: #24305F;
    font-size: 18px;
    font-weight: 500;
}	
.uwp_page .uwp-content-wrap .uwp-profile-main .uwp-profile-item-ul li.uwp-profile-item-li .uwp-profile-item-time, .uwp-profile-item-summary {
	color: #494949;
	font-family: "FagoNo", Geneva, sans-serif;
	font-size: 14px;
}
.uwp_page .uwp-content-wrap .uwp-profile-header-img:hover .uwp-profile-banner-change {
	opacity: 1;
}

.uwp_more_content > span {
	display: inline-block !important;
}

.uwp_more_link  {
	display: none;
}

.uwp_account_menu #uwp-account-notifications, .uwp_account_menu #uwp-account-account {
	display: none;
}

.uwp-profile-side .uwp-profile-extra-key {
    font-weight: normal;
    font-size: 18px;
    font-family: "FagoNoMed";
	color: #494949;
}

#uwp_hide_from_listing .mgc {
	margin-left: 0;
    margin-bottom: 0;
}

#uwp_hide_from_listing {
	margin-bottom: 20px;
}
.uwp-profile-extra-div {
	border: none;
}

.uwp-account {
	max-width: 500px;
}
.uwp_page .uwp-content-wrap .uwp-profile-name > h2 {
    color: #24305F;
    margin: 20px 0;
	font-size: 18px;
}
.uwp_page .uwp-content-wrap .uwp-profile-main .uwp-profile-nav, .uwp_page .uwp-content-wrap .uwp-profile-main .uwp-profile-subnav {
    margin: 20px 0 0;
}
.uwp_page .uwp-content-wrap .uwp-profile-tab-label {
    font-size: 16px;
    line-height: normal;
    text-transform: initial;
	color: #24305F;
	font-family: "FagoNoMed";
}
.uwp_page .uwp-content-wrap .uwp-profile-main .uwp-profile-nav .active, .uwp_page .uwp-content-wrap .uwp-profile-main .uwp-profile-subnav .active {
    border-bottom: 3px solid #24305F;
}
.uwp_page .uwp-content-wrap .uwp-profile-main .uwp-profile-nav a, .uwp_page .uwp-content-wrap .uwp-profile-main .uwp-profile-nav a:active, .uwp_page .uwp-content-wrap .uwp-profile-main .uwp-profile-nav a:visited, .uwp_page .uwp-content-wrap .uwp-profile-main .uwp-profile-subnav a, .uwp_page .uwp-content-wrap .uwp-profile-main .uwp-profile-subnav a:active, .uwp_page .uwp-content-wrap .uwp-profile-main .uwp-profile-subnav a:visited {
	color: #24305F;
	font-family: "FagoNoMed";
}
.uwp_page .uwp-content-wrap .uwp-profile-entries h3 {
	color: #24305F;
}
.uwp_page .uwp-account-form label, .uwp_page .uwp-registration-form label {
	display: block;
}

.uwp-registration h3.uwp_input_fieldset {
	border-bottom: 1px solid #24305F;
	font-family: "FagoNoMed",Geneva,sans-serif;
    font-size: 14px;
}

.uwp_page .uwp-login-form div#first_name_row, .uwp_page .uwp-registration-form div#first_name_row, .uwp_page .uwp-account-form div#first_name_row {
	width: 49%;
    float: left;
    margin: 0 2% 0 0;
    padding: 0;
    clear: none;
}
.uwp_page .uwp-login-form div#last_name_row, .uwp_page .uwp-registration-form div#last_name_row, .uwp_page .uwp-account-form div#last_name_row {
	width: 49%;
    float: right;
    margin: 0;
    padding: 0;
    clear: none;
}
/* vc hoverbox */
.vc-hoverbox-block {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

/* login - modal - start */

.modal-open {
	width: 100%;
	overflow-y: auto;
}
.login_modal {
	overflow-y: hidden;
}

.login_modal .modal-body { 
	padding: 30px;
}
.login_modal .modal-body h1,
.login_modal .modal-body .h1 { 
	text-align: center;
} 
.login_modal .uwp-login {
	background: #fff;
	max-width: 100%;
	padding: 0;
}

.login_modal .modal-content .modal-header .close {
	color: #24305F;
	margin-top: 0;
    margin-right: 8px;
	font-size: 45px;
	opacity: 1;
}
.login_modal .modal-content {
	 width: 400px;
}

.login_modal .uwp-login-class {
	padding-top: 15px;
}

.login_modal .uwp-lf-icon, .login_modal .uwp-login > h2 {
	display: none;
}

.uwp-remember-me {
	margin-bottom: 20px;
}

#modal_remember_me {
	padding: 0;
}

.login_modal .uwp_textfield {
	padding: 8px 15px;
}

.login_modal .mgc {
    margin: 0 5px 0 0 !important;
}
.modal-alignment-helper {
	display:table;
    height: 100%;
    width: 400px;
    margin: 0 auto;
}

.uwp-remember-me label {
	margin: 0;
	font-family:'FagoNo' !important;  
}

.uwp-remember-me input {
	margin: 0 5px 0 0 !important;
}
.modal-alignment-helper .modal-content {
	margin: 0 auto;
}

.uwp-register-now {
    padding-top: 20px;
}

.uwp-register-now a, .uwp-login-now a {
	font-size: 14px;
}
.uwp_page .uwp-registration-form input[type="text"], .uwp_page .uwp-registration-form textarea, .uwp_page .uwp-registration-form input[type="password"], .uwp_page .uwp-registration-form input[type="number"], .uwp_page .uwp-registration-form input[type="button"], .uwp_page .uwp-registration-form input[type="phone"], .uwp_page .uwp-registration-form input[type="tel"], .uwp_page .uwp-registration-form input[type="time"], .uwp_page .uwp-registration-form input[type="url"], .uwp_page .uwp-registration-form input[type="email"], .uwp_page .uwp-registration-form input[type="file"], .uwp_page .uwp-content-wrap .uwp_form input[type="text"], .uwp_page .uwp-content-wrap .uwp_form input[type="password"], .uwp_page .uwp-content-wrap .uwp_form input[type="datetime"], .uwp_page .uwp-content-wrap .uwp_form input[type="datetime-local"], .uwp_page .uwp-content-wrap .uwp_form input[type="date"], .uwp_page .uwp-content-wrap .uwp_form input[type="month"], .uwp_page .uwp-content-wrap .uwp_form input[type="time"], .uwp_page .uwp-content-wrap .uwp_form input[type="week"], .uwp_page .uwp-content-wrap .uwp_form input[type="number"], .uwp_page .uwp-content-wrap .uwp_form input[type="email"], .uwp_page .uwp-content-wrap .uwp_form input[type="url"], .uwp_page .uwp-content-wrap .uwp_form input[type="search"], .uwp_page .uwp-content-wrap .uwp_form input[type="tel"], .uwp_page .uwp-content-wrap .uwp_form input[type="color"], .uwp_page .uwp-content-wrap .uwp_form select, .uwp_page .uwp-content-wrap .uwp_form textarea {
	border: 1px solid #b3b3b3;
	padding: 5px 15px;
}
.modal-dialog-centered {
	display: table-cell;
    vertical-align: middle;
}

.flex-control-nav.flex-control-thumbs li:not(:last-child) {
	border-right: 4px solid #fff;
}
/* login - modal - end */

.modal-cf7 .modal-dialog {
	margin: 15px auto;
}
.modal-cf7 .modal-body {
	height: 90vh;
}

div.wpcf7-mail-sent-ok {
    color: #24305F;
	text-align: center;
    padding: 0;
}

.wpcf7-form.sent p, .wpcf7-form.sent .row, .wpcf7-form.sent .configuration_basket_content {
	display: none;
}

body.modal-open {
	overflow: visible;
}
/* my account wpuser forms - end */
/* woo - end */

/* checkboxes and radio btns */
input[type="file"]:focus, input[type="radio"]:focus, input[type="checkbox"]:focus {
    outline: unset;
	box-shadow: none;
}

input[type="checkbox"].mgc {
	vertical-align: middle !important;
	transition: unset;
	-webkit-transition: unset;
	/* transition: all 0.25s ease-in-out; */
	/* -webkit-transition: all 0.25s ease-in-out; */
	width: 34px;
    height: 36px; /* old 31 */
    /* background-color: #ededed; */
    background-color: #cccccc;
    border: none;
    border-radius: 3px;
	margin: 0 10px 0 0px;
	cursor: pointer;

}

input[type="checkbox"].mgc:checked:after { 
	border: none;
    background-image: url(images/icons/img_icon_checked.png);
	background-repeat: no-repeat;
    width: 35px;
    height: 31px;
    transform: none;
	left: 4px;
	top: 0px;
}

input[type="checkbox"].mgc:checked {
    border: none;
}

input[type="radio"].mgr {
	padding: 0;
    min-height: unset;
	width: 18px;
    height: 18px;
	transition: unset;
	-webkit-transition: unset;
	/* transition: border .25s linear; */
	/* -webkit-transition: border .25s linear; */
	background-color: #cccccc;
}

input[type="radio"].mgr:focus {
	box-shadow: none;
}

input[type="radio"].mgr:before {
	transition: background 0.25s linear;
	-webkit-transition: background 0.25s linear;
}
input[type="radio"].mgr:checked {
    /* border: 1px solid #24305F; */
    border: 1px solid #cccccc;
}
input[type="radio"].mgr:checked:before {
	background-color: #24305F;
	/* background-color: #cccccc; */
	height: 10px;
    width: 10px;
}

.wpcf7 p {
	margin-bottom: 0;
}

.paging-nav span.current {
    background-color: #24305F;
}
.paging-nav a:hover {
    background-color: #24305F;
}

.cart-popup .widget_shopping_cart_content .cart_list {
	margin-bottom: 20px;
}

#searchResultsTabs .nav-tabs {
	margin-bottom: 30px;
}

.search-results:not(.wbm_wiki_template) .search-result-container .row > .col-xs-12 > article {
	display: none; 
}

.vc-hoverbox:hover .vc-hoverbox-block.vc-hoverbox-back {
	z-index: 9999; 
}

#mobile-header .toggle {
	left: 14px;
	width: 26px;
}

.sub-ausloggen {
	padding-left: 15px;
	padding-top: 20px;
}

/* register page add padding to top */
.page-id-10366 .content {
	padding-top: 80px;
}

/* vc tabs - classic */
.vc_tta.vc_tta-color-grey .vc_tta-panels .vc_tta-panel {
	border-radius: 0;
	border: none;
}
.vc_tta.vc_tta-color-grey .vc_tta-panels .vc_tta-panel .vc_tta-panel-body {
	padding-left: 15px !important;
	padding-right: 15px !important;
	border: solid 1px rgba(74, 74, 74, 0.25) !important;
}

/* Checkout page - start */
input[readonly] {
	background-color: #eee;
}
/* disable select box */
/* Disable Land field to change it */
#customer_details #shipping_country_field .select2-container .select2-selection--single,
#customer_details #billing_country_field .select2-container .select2-selection--single {
	background-color: #eee;
	pointer-events: none;
}
/* hide arrow for LAND fields on checkout */
#customer_details #shipping_country_field .select2-container .select2-selection--single span.select2-selection__arrow ,
#customer_details #billing_country_field .select2-container .select2-selection--single span.select2-selection__arrow {
	display: none;
}
/* disable select box -END */
/* select layout */
#customer_details .select2-container--default .select2-selection--single {
	display: block;
    padding: 3px;
    line-height: 14px;
    height: 36px;
}
/* vertical align arrow in center */
.select2-container--default .select2-selection--single .select2-selection__arrow {
	height: 36px;
}
.woocommerce-shipping-fields h3#ship-to-different-address {
    margin-bottom: 17px;
}
/* Checkout page - END */


/* Media Queries - start */
@media (min-width: 1200px) { 
	#cookie-notice .cookie-notice-container {
		width: 1170px; 
	}
	
	
	.product_teaser_img_wrapper .flex-viewport {
		height: unset !important;
		max-height: 191px;
	}
}
@media (min-width: 992px) {
	#dt-topmenu {
		display: block;
		visibility: visible;
		position: relative;
		left: 0;
		bottom: auto;
		clear: both;
	}
	
	#head-page .container.stickyonscrollup:not(.is-visible) .logo-container {
		box-shadow: 0px 2px 8px 1.5px rgba(85, 85, 85, 0.7);
		/* border-top: 1px solid rgba(255,255,255,0.7); */
		/* border-bottom: 1px solid rgba(255,255,255,0.7); */
		/* border-left: 1px solid rgba(255,255,255,0.7); */
	}
	#head-page .container.stickyonscrollup:not(.is-visible) .wbm_menu_wrapper {
		box-shadow: 0px 2px 8px 1.5px rgba(85, 85, 85, 0.7);
		border-top: 1px solid rgba(255,255,255,0.7);
		border-bottom: 1px solid rgba(255,255,255,0.7);
		border-right: 1px solid rgba(255,255,255,0.7);
	}

	#dt-topmenu > ul { 
		display: table;
		line-height: 1.5em;
		text-decoration: none;
	}
	
	#dt-topmenu > ul li.bag {
		float: right;
		padding-right: 0;
		cursor: pointer;

	}
	#dt-topmenu .sub-nav {
		visibility: hidden;
	}
	#dt-topmenu ul li:hover > ul {
		visibility: visible;
	}

	#dt-topmenu ul .sub-nav {
		background-color: #ffffff;
		top: auto;
		bottom: auto;
		width: auto;
		border: 1px solid rgba(0, 0, 0, 0.1);
	}
	
	#dt-topmenu li > ul.sub-nav {
		-webkit-transition: opacity 50ms ease-out;
		-moz-transition: opacity 50ms ease-out;
		-o-transition: opacity 50ms ease-out;
		-ms-transition: opacity 50ms ease-out;
		transition: opacity 50ms ease-out;
		-webkit-transform: translateY(5px);
		-moz-transform: translateY(5px);
		-ms-transform: translateY(5px);
		-o-transform: translateY(5px);
		transform: translateY(5px);
		opacity: 0;
		/* height: 0; */
		/* width: 0; */
		backface-visibility: hidden;
	}
	
	#dt-topmenu li:hover > ul.sub-nav {
		-webkit-transform: translateY(0px);
		-moz-transform: translateY(0px);
		-ms-transform: translateY(0px);
		-o-transform: translateY(0px);
		transform: translateY(0px);
		opacity: 1;
		/* height: auto; */
		/* width: auto; */
	}
	
	#dt-topmenu ul ul li {
		float: none;
		width: 100%;
	}

	div.content {
		padding: 32px 0 60px 0;
	}
}

/* mobile */
@media only screen and (min-width : 320px) and (max-width : 667px) {
	.woocommerce ul.products li.product.product-category {
		width: 100% !important;
	}
	.woocommerce ul.products[class*=columns-] li.product.product-category:nth-child(2n), .woocommerce-page ul.products[class*=columns-] li.product.product-category:nth-child(2n) {
		float: left;
	}
	
	/* info boxes */
	.dt-iconboxes.layout-7 .infobox_img {
		display: block;
		margin-bottom: 15px;
		float: none;
	}
	
	.wbm_after_shop_loop_wrapper {
		float: none;
	}
	
}

@media only screen and (min-width : 668px) and (max-width : 1024px) {
	.woocommerce ul.products li.product.product-category {
		width: 48%;
	}
	.vc_column_container .woocommerce.columns-3 ul.products li.product, .woocommerce ul.products li.product-category.product {
		/* width: 32.16419%; */
		width: 31.7%;
		float: left !important;
		clear: unset !important;
	}
	
	.woocommerce ul.products li.product.product-category {
		margin-right: 15px !important;	
	}
	.woocommerce ul.products.columns-3 li.product.product-category:nth-child(3n), .woocommerce-page ul.products.columns-3 li.product.product-category:nth-child(3n) {
		margin-right: 0 !important;
	}
	
}

@media only screen and (max-width : 1600px) {
	#side-contact-form img {
		max-width: 290px;
	}
	#side-contact-form {
		padding: 20px;
	}
	#side-contact-form .top_text {
		font-size: 16px;
		line-height: 24px;
	}
}

@media only screen and (min-width : 1024px) and (max-width : 1600px) {
	
	.top-head {
		width: 100%;
	}
	.woocommerce ul.products.columns-4 li.product.product-category {
		width: 23%;
	}
	#head-page:not(.is-sticky) {
		max-width: 90%;
		margin: 0 auto;
	}
	
}

@media only screen and (min-width : 1440px) and (max-width : 1600px) { 
	#head-page:not(.is-sticky) {
		/* max-width: 70%; */
		margin: 0 auto;
	}
}

@media only screen and (max-width : 1439px) { 
	.zert_abs {
		display: none;
	}
}

@media only screen and (min-width : 1441px) { 
	.is-sticky {
		transition: all .4s ease !important;
	}
}

@media only screen and (min-width : 992px) and (max-width : 1199px)  { 
	.menu-leftvc #dt-menu ul li > a, .menu-leftvc .dt-menu-mobile ul li > a {
		padding: 0 6px;
	}
	.menu-leftvc #menu-main-menu{
		padding-left: 6px;
	}
	#dt-menu a.search_btn {
		padding-right: 10px;		
	}
}

@media only screen and (min-width : 992px) and (max-width : 1440px)  { 
	h3.txt-white > p {
		font-size: 20px !important;
	}
	h1, .h1, .dt-section-head .section-main-title, .wpb_raw_html .widget h2, .wpb_raw_html .widget .h2 {
		font-size: 18px;
	}
	
	#head-page:not(.is-sticky) {
		width: 95%;
		max-width: initial;
		/* margin-left: 0; */
	}
	
	#head-page:not(.is-sticky) .container.stickyonscrollup {
		margin: 0;
		display: block;
	}
	#head-page:not(.is-sticky) .logo-container {
		display: inline-block;
		width: 292px;
		float: left;
	}
	#head-page:not(.is-sticky) .wbm_menu_wrapper {
		display: inline-block;
		width: calc(100% - 292px);
		/* float: left; */
	}
	#dt-menu > ul > li.menu-item-has-children:not(.bag) > a:after {
	    font-size: 2px;
	}
	
	.is-sticky {
		/* transition: unset !important; */
		transform: unset !important;
	}
	.menu-leftvc .adminbar-is-here .stickyonscrollup.is-visible {
		transform: unset !important;
	}
	
	.menu-leftvc #head-page #dt-menu .dt-megamenu .full-dt-megamenu, .menu-leftvc #head-page .dt-menu-mobile .dt-megamenu .full-dt-megamenu {
		width: auto;
		left: -299px;
	}
	
	.wbm_menu_wrapper .slogan_title {
		font-size: 24px;
		line-height: 28px;
	}
}
@media only screen and (max-width : 767px) { 

	.ma-sidebar {
		display: none; 
	}
	
	.section-main-title {
		margin: 0 0 15px 0 !important;
		text-align: left;
	}
	
	.post-thumbnail.wpb_single_image { 
		margin-bottom: 10px;
	}
	
	.fragen_wrapper .ino-icon-phone-bold, .fragen_wrapper .ino-icon-envelope-bold {
		margin-top: 25px;
	}
	.fragen_wrapper h1 {
		text-align: center;
	}
	.floated_right_element_wrapper {
		display: none !important;
	}

	div.vc_column-inner {
		border-left: 0 !important;
		border-right: 0 !important;
	}
	
	.vc_custom_1540907103465 .vc_column-inner, .vc_custom_1547722573666 .vc_column-inner {
		padding-left: 0;
		padding-right: 0;
	}
	
	section#banner-section .breadcrumbs {
		margin-left: 0;
	}
	.footer_wrapper .wpb_column.vc_column_container:not(:nth-child(-1n+2)) {
		padding-top: 35px;
	}
	
}

@media only screen and (max-width : 1439px) { 
	.button.compare, .sticky_compare_wrapper {
		display: none !important;
	}
}

@media only screen and (min-width : 768px) and (max-width : 1199px) { 
	.vc_col-sm-6:nth-child(3) {
		clear: both;
	}
	#contact-icon {
		top: 125px;
	}
	.floated_news_btn {
		top: 170px;
	}
	.side-contact-form_sidebar .wbm_custom_btn {
		padding: 8px 10px;
		margin-top: 15px;
	}
}
@media only screen and (min-width : 1441px) and (max-width : 1599px) { 
	.wbm_menu_wrapper {
		width: 65%;
	}
	.is-sticky .wbm_menu_wrapper {
		width: 90%;
	}
	.zert_abs {
		right: -110px;
	}
	
	.menu-leftvc #head-page #dt-menu .dt-megamenu .full-dt-megamenu {
		width: 1054px;
	}
	
	
	
}
@media only screen and (max-width : 991px) { 

	#head-page:not(.is-sticky) #logomenu {
		margin: auto 0 0 auto;
		width: auto;
		height: 80px;
		padding-right: 10px;
	}
	
	#head-page:not(.is-sticky) .zert_abs {
		display: block;
		left: 14px;
		top: 10px;
	}
	
	.dt-menu-mobile section.vc_cta3-container {
		display: none;
	}
	
	 .dt-menu-mobile li.megamenu-content .vc_custom_heading > a {
		 color: inherit;
		 font-size: inherit;
	 }
	 .dt-menu-mobile label.toggle > i:before {
		 color: #fff;
	 }
	
	.menu-leftvc .adminbar-is-here ~ .dt-menu-mobile {
		top: 32px;
	}
	
	.adminbar-is-here #wbm-menu-mobile {
		top: 45px;
	}
	
	.toggle.close-all {
		left: auto;
	}
	
	#head-page.is-sticky #mobile-header label.toggle {
		top: 40px;
	}
	#head-page.is-sticky #logomenurevealmobile {
		/* margin: auto 0 0 auto; */
		padding-right: 15px;
		right: 0;
		position: absolute;
	}
	.menu-leftvc #main-nav-check:checked ~ .top-head {
		position: static;
	}

	#top-bar .topbar-text {
		margin-top: 0;
	}
	.wbm_menu_wrapper .nav_top_wrapper, .wbm_menu_wrapper .nav_top_wrapper > div {
		height: 50px;
	}
	#mobile-header {
		min-height: 50px;
	}
	
	.add_sticky_padding {
		/* padding-top: 192px; */
		padding-top: 137px;
	}
	.menu-leftvc #head-page:not(.is-sticky) .logo_bgcolor {
		margin-top: 5px; 
		margin-bottom: 3px;
	}
	.top-head {
		margin-top: -20px;
	}
	#top-bar .container{
		/* height: 0!important; */
	}

	.wbm_menu_wrapper {
		margin-left: 0;
		margin-right: 0;
		border: none;
	}
	.wbm_menu_wrapper .nav_top_wrapper {
		border: none;
	}
	.wbm_menu_wrapper .nav_top_wrapper > div { 
		border-bottom: 1px solid rgba(255,255,255,0.8);
	}
	.wbm_menu_wrapper .slogan_title {
		font-size: 18px;
	}
	
	h3.txt-white > p {
		font-size: 18px;
	}
	h1, .h1, .dt-section-head .section-main-title, .wpb_raw_html .widget h2, .wpb_raw_html .widget .h2 {
		font-size: 26px;
	}
	h2, .h2 {
		font-size: 18px;
	}
	
	.product_teaser_image_wrapper {
		padding-right: 15px;
	}
	.product_teaser_content_wrapper {
		padding-top: 15px;
	}
	
	.products-basket-container .product_teaser_content_wrapper { 
		padding-top: 0;
	}
	div.content, #banner-section + div.content {
		padding-top: 45px;
		padding-bottom: 45px;
	}
}

@media only screen and (max-width : 480px) {  
	.wbm_menu_wrapper .slogan_title {
		font-size: 16px;
	}
	
	#modalLogin .modal-alignment-helper, #modalLogin  .modal-content {
		width: 100%;
	}
	
	#dt-menu a.vc_general.vc_btn3.vc_btn3-size-md, a.vc_general.vc_btn3.vc_btn3-size-md, .vc_general.vc_btn3.vc_btn3-size-md {
		padding: 8px 12px;
	}
	
	.related.products ul.products li.product, .up-sells.products ul.products li.product {
		text-align: center;
		width: 100%;
	}
	.related.products ul.products li.product a img, .up-sells.products ul.products li.product a img {
		margin: 0 auto;
	}
	
	.classic-teaser-box .classic-teaser-box-inner {
		min-height: auto;
	}
	.classic-teaser-box .classic-teaser-box-inner .wbm_custom_btn {
		position: static;
	}
	.select.select-theme-default .select-content {
		width: 346px;
		max-width: 346px;
	}
	
	.product_teaser_img_wrapper .flex-viewport {
		height: unset !important;
		max-height: 225px;
	}

	
}

@media only screen and (min-width : 1600px) { 
	/* zoom entire site */
	/* body .content { */
		 /* zoom: 110%;  */
		/* -moz-transform: scale(1.1);  */
		/* -moz-transform-origin: 0 0; */
	/* } */
	
	body.home {
		overflow-x: hidden;
	}
	/* body.home .post-article .vc_row:not(.vc_custom_detheme11) { */
		 /* zoom: 110%;  */
		/* -moz-transform: scale(1.1);  */
		/* -moz-transform-origin: 0 0; */
	/* } */
	
	

}

/* Media Queries - end */

/* temp hide - start */
/*.wbm_menu_wrapper #dt-topmenu ul li:nth-child(2), .wbm_menu_wrapper #dt-topmenu ul li:nth-child(3), #menu-main-menu .login_wrap, #menu-main-menu .bag, .yith-wcwl-add-to-wishlist, .dt-menu-mobile .konto-menu-item, .dt-menu-mobile .cart-menu-item{
	display: none !important; 
}*/

/* temp hide - end */

.single-product .sidebar {
    position: -webkit-sticky;
    position: sticky;
    top: 130px;
}

/* single product cart */
.sidebar .products-basket {
	margin-top: 30px;
	padding: 15px;
	background-color: #DFDFDF;
	color: #24305F;
}

.sidebar .products-basket h1, .sidebar .products-basket h2,
.sidebar .products-basket .h1, .sidebar .products-basket .h2,
.sidebar .products-basket label { 
	color: #24305F;
}

.sidebar .products-basket p {
	color: #4a4a49;
}
.sidebar .products-basket > h2,
.sidebar .products-basket > .h2 {
	font-family: FagoNo;
}
.sidebar .products-basket .products-basket-container {
	margin-bottom: 10px;
}
.sidebar .products-basket .products-basket-container .product_title {
	font-size: 13px;
	line-height: normal;
	margin-bottom: 10px;
}

/* .sidebar .products-basket .products-basket-container .price, .sidebar .products-basket .product_bottom { */
	/* display: none; */
/* } */
.sidebar .products-basket table {
	width: 100%;
}

.sidebar .products-basket .cart_totals {
	border-top: none;
	padding-bottom: 10px;
}
.sidebar .products-basket .cart_totals h2,
.sidebar .products-basket .cart_totals .h2 {
	font-size: 18px;
}

.sidebar .products-basket .cart_totals table tr.order-total td {
	text-align: right;
}

.sidebar .products-basket .cart_totals table tr.order-total td .amount {
	font-size: 16px;
}
.sidebar .products-basket .amount {
    font-family: "FagoNoMed", Geneva, sans-serif;
    color: #4a4a49;
	font-size: 14px;
}
.sidebar .products-basket-container h1.product_title,
.sidebar .products-basket-container .h1.product_title {
	position: relative;
	padding-left: 10px;
}
.sidebar .products-basket-container h1.product_title:before,
.sidebar .products-basket-container .h1.product_title:before {
    content: "- ";
	position: absolute;
    top: 0;
    left: 0;
}

/* bundle cart */
.woocommerce-cart .bundled_table_item .product-thumbnail {
	visibility: hidden;
}
.woocommerce-cart .bundled_table_item .product-thumbnail img {
	height: 0;
}
.woocommerce .bundled_table_item td {
	padding-top: 0 !important;
	padding-bottom: 0 !important;
}

.woocommerce-cart table.shop_table .bundle_table_item td {
	padding-bottom: 0px;
}
.woocommerce-cart table.shop_table tr.bundled_table_item:last-child td {
	border-bottom: 20px solid transparent;
}
.woocommerce .bundled_table_item .bundled_table_item_indent {
	padding-left: 0; 
}

.woocommerce-cart table.shop_table .product-thumbnail {
	width: 120px;
}
.woocommerce-cart table.shop_table img {
    width: 110px;
}

.woocommerce-cart .cart_item:not(.bundled_table_item) .product-name {
	color: #24305F;
	font-size: 16px;
}

.woocommerce-cart .tr-spacer {
	height: 15px;
}

.woocommerce-checkout tr.bundle_table_item td.product-name {
	color: #24305F;
	font-family: "FagoNoMed";
}
.woocommerce-checkout tr.bundle_table_item td.product-name .product-quantity { 
	color: #4a4a49;
}

.widget_shopping_cart_content ul.woocommerce-mini-cart {
	overflow-y: auto;
	max-height: 500px;
	
}

tr.bundle_table_item:before {
	border-top: 1px solid red;
}
tr.bundle_table_item td {
	border-top: none !important;
}

.woocommerce h5.wcmca_personal_data_title {
	font-style: normal;
	color: #24305F !important;
}

@media only screen and (min-width : 769px) and (max-width : 991px ) { 
	.woocommerce-cart .container {
		width: auto;
		padding-left: 30px;
		padding-right: 30px;
	}
}

@media only screen and (max-width : 768px) { 
	
	/* woo bundled products */
	.woocommerce table.shop_table_responsive tr.bundled_table_item td {
		text-align: left !important;
	}
	.woocommerce table.shop_table_responsive tr.bundled_table_item td::before {
		content: ""; 
	}
	
	.woocommerce table.shop_table_responsive tr.bundled_table_item td .bundle_qty_txt {
		text-align: right;
	}
	.woocommerce-cart .bundled_table_item .bundled_table_item_indent {
		padding-left: 0;
	}
	
	.woocommerce-cart table.shop_table .bundle_table_item td {
		padding-bottom: 10px;
	}
	
	.woocommerce table.shop_table_responsive tr:nth-child(2n) td, .woocommerce-page table.shop_table_responsive tr:nth-child(2n) td {
		background-color: #fff;
	}
	
	.woocommerce-checkout-review-order-table th.product-name,
	.woocommerce-checkout-review-order-table td.product-name {
		width: 70%;
	}
	.woocommerce-checkout-review-order-table th.product-total,
	.woocommerce-checkout-review-order-table td.product-total {
		width: 30%;
		text-align: right !important;
	}
	
	/* related and upsells products - only one row*/
	.related.products > ul > li:nth-child(n+3),
	.up-sells.upsells.products > ul > li:nth-child(n+3) {
		display: none !important;
		visibility: hidden;
	}
	
}

@media only screen and (max-width : 480px) { 
	.woocommerce-cart table.cart td.actions #coupon_code {
		width: 130px;
		margin-right: 5px;
	}
	.woocommerce-page table.cart td.actions .coupon .button {
		padding-left: 8px;
		padding-right: 8px;	
		width: auto;
	}
	
	/* related and upsells products - only one row*/
	.related.products > ul > li:nth-child(n+2),
	.up-sells.upsells.products > ul > li:nth-child(n+2) {
		display: none !important;
		visibility: hidden;
	}
	
	#head-page:not(.is-sticky) .zert_abs {
		top: 12px;
	}
	
	.product .woocommerce-message a.wc-forward,
	.product .woocommerce-error a.wc-forward {
		float: left;
		width: 100%;
		margin-bottom: 15px;
		text-align: center;
		
	}
	
	/* .product_teaser_image_wrapper .woocommerce-product-gallery__wrapper img { */
		/* -webkit-transform: none !important; */
	/* } */ 
	.cart_totals .wc-proceed-to-checkout a.wbm_custom_btn:last-child {
		margin-right: 0;
	}
	
}
@media only screen and (max-width : 365px) {  

	.zert_abs p.zert_txt {
		display: none !important;
	}
	
	
}
#customer_details select.address_selector {
  width: 100%;
  padding: 10px;
  padding-right: 50px;
  margin-bottom: 20px;
}

/* edge fix */
input[type="checkbox"].mgc::-ms-check {
	color: transparent;
	border: none;
	background-color: #cccccc;
    background-image: url(images/icons/img_icon_checked.png);
	background-repeat: no-repeat;
	background-size: 32px 28px;
	background-position: 2px 2px;  
    width: 35px;
    height: 31px;
}

.woocommerce .wc-bacs-bank-details-account-name {
    font-weight: normal;
}

/* .woocommerce-shipping-totals.shipping { */
	/* display: none !important; */
/* } */
 
.woocommerce-error, .woocommerce-info, .woocommerce-message {
	font-size: 16px;
}

.woocommerce-order-received .addresses {
	padding-left: 0;
}
.woocommerce-order-received .addresses address {
	margin-left: 0;
}

.woocommerce-customer-details--phone, .woocommerce-customer-details--email {
	display: none !important;
}

.woocommerce-order-received small.shipped_via {
	display: none !important;
}

.cart-popup .widget_shopping_cart_content ul.woocommerce-mini-cart {
	overflow-x: hidden; 
	overflow-y: auto; 
	width: 100%;
}

.woocommerce-MyAccount-content .woocommerce-pagination {
	justify-content: unset;
    align-items: unset;
}

.woocommerce-MyAccount-content .woocommerce-pagination .woocommerce-button--previous {
	margin-right: 15px;
}

.woocommerce .hide_preselected {
	display: none !important; 
}

.wbm_btn_plain.conf_add_to_cart_button, .conf-actions .wbm_btn_plain {
	padding: 8px 10px;
} 

.pre-footer-section .footer_wrapper .wpb_button, .pre-footer-section .footer_wrapper .wpb_content_element, .pre-footer-section .footer_wrapper ul.wpb_thumbnails-fluid>li {
	margin-bottom: 0;
}

.single-product .modal-cf7 .configuration_basket_content p {
	font-size: 14px;
}

.teaser-box .teaser_overlay_inner .wbm_custom_btn {
	margin-right: 0;
}

/* Newsletter form - start */
.nl_page_form {
	max-width: 400px;
    margin: 0 auto;
}

.nl_page_form label {
	display: block;
	color: rgb(74, 74, 73);
    font-weight: 400;
    font-style: normal;
    font-family: FagoNoMed, Geneva, sans-serif;
	position: relative;
}

.nl_page_form input {
    margin: 0 0 20px;
    padding: 12px 15px;
    height: 36px;
    line-height: normal;
    width: 100%;
    box-sizing: border-box;
	
}

.nl_page_form .nl_gdpr label span {
	position: absolute;
}

@media only screen and (min-width : 992px) {  
	.nl_page_form .nl_firstname {
		padding-right: 5px;
	}
	.nl_page_form .nl_lastname {
		padding-left: 5px; 
	}
} 
/* Newsletter form - end */

.flex-item.wbm_menu_wrapper {
	background-color: #24305F;
}

@media only screen and (min-width : 992px) and (max-width : 1200px)  { 
	#dt-menu li a { 
		padding: 0 5px;
		font-size: 12px;
	}
}

/* zoom 125 % */
@media only screen and (min--moz-device-pixel-ratio: 1.25), (-o-min-device-pixel-ratio: 5/4), (-webkit-min-device-pixel-ratio: 1.25), (min-device-pixel-ratio: 1.25) {
		#dt-menu li a { 
			font-size: 12px;
		}
}

.wpcf7-form-control-wrap.checkbox-582 input[type="checkbox"].mgc {
	position: absolute;
}

.wpcf7-form-control-wrap.checkbox-582 .wpcf7-list-item-label {
	font-size: 16px;
	display: block;
    margin-left: 50px;
}

/* Borlabs cookie - start */
.borlab_revoke_btn {
	position: fixed;
    bottom: 0;
    left: 10px;
    text-align: right;
	z-index: 80;
}
.borlab_revoke_btn a._brlbs-btn-cookie-preference, #BorlabsCookieBox ._brlbs-btn { 
    font-family: "FagoNo",Geneva,sans-serif !important;
	font-size: 14px !important;
    line-height: 20px !important;
	border: none !important;
	padding: 8px 25px !important;
    transition: all 0.2s ease-in-out 0s;
}
.borlab_revoke_btn a._brlbs-btn-cookie-preference, #BorlabsCookieBox ._brlbs-btn-accept-all { 
    color: #fff !important;
    background-image: unset;
    text-transform: initial;
    border-radius: 4px;
    outline: unset;
    outline-offset: 0;
    font-weight: 400;
    background: -moz-linear-gradient(0% 50% 0deg,rgba(36, 48, 95,1) 0%,rgba(41,98,147,.98) 15.41%,rgba(45,111,161,.97) 32.94%,rgba(46,115,166,.95) 48.22%,rgba(36, 48, 95,1) 100%) !important;
    background: -webkit-linear-gradient(0deg,rgba(36, 48, 95,1) 0%,rgba(41,98,147,.98) 15.41%,rgba(45,111,161,.97) 32.94%,rgba(46,115,166,.95) 48.22%,rgba(36, 48, 95,1) 100%) !important;
    background: -webkit-gradient(linear,0% 50%,100% 50%,color-stop(0,rgba(36, 48, 95,1)),color-stop(.1541,rgba(41,98,147,.98)),color-stop(.3294,rgba(45,111,161,.97)),color-stop(.4822,rgba(46,115,166,.95)),color-stop(1,rgba(36, 48, 95,1))) !important;
    background: -o-linear-gradient(0deg,rgba(36, 48, 95,1) 0%,rgba(41,98,147,.98) 15.41%,rgba(45,111,161,.97) 32.94%,rgba(46,115,166,.95) 48.22%,rgba(36, 48, 95,1) 100%) !important;
    background: -ms-linear-gradient(0deg,rgba(36, 48, 95,1) 0%,rgba(41,98,147,.98) 15.41%,rgba(45,111,161,.97) 32.94%,rgba(46,115,166,.95) 48.22%,rgba(36, 48, 95,1) 100%) !important;
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#24305F', endColorstr='#24305F' ,GradientType=0)" !important;
    background: linear-gradient(90deg,rgba(36, 48, 95,1) 0%,rgba(41,98,147,.98) 15.41%,rgba(45,111,161,.97) 32.94%,rgba(46,115,166,.95) 48.22%,rgba(36, 48, 95,1) 100%) !important;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#24305F',endColorstr='#24305F',GradientType=1) !important;
}
.borlab_revoke_btn a._brlbs-btn-cookie-preference:hover, #BorlabsCookieBox ._brlbs-btn-accept-all:hover {
    background: #24305F !important;
    background: -moz-linear-gradient(0% 50% 0deg,rgba(36, 48, 95,1) 0%,rgba(38,82,130,1) .76%,rgba(64,118,165,.87) 33.23%,rgba(74,132,179,.8) 50.53%,rgba(54,104,152,.92) 79.23%,rgba(36, 48, 95,1) 100%)!important;
    background: -webkit-linear-gradient(0deg,rgba(36, 48, 95,1) 0%,rgba(38,82,130,1) .76%,rgba(64,118,165,.87) 33.23%,rgba(74,132,179,.8) 50.53%,rgba(54,104,152,.92) 79.23%,rgba(36, 48, 95,1) 100%) !important;
    background: -webkit-gradient(linear,0% 50%,100% 50%,color-stop(0,rgba(36, 48, 95,1)),color-stop(.0076,rgba(38,82,130,1)),color-stop(.3323,rgba(64,118,165,.87)),color-stop(.5053,rgba(74,132,179,.8)),color-stop(.7923,rgba(54,104,152,.92)),color-stop(1,rgba(36, 48, 95,1))) !important;
    background: -o-linear-gradient(0deg,rgba(36, 48, 95,1) 0%,rgba(38,82,130,1) .76%,rgba(64,118,165,.87) 33.23%,rgba(74,132,179,.8) 50.53%,rgba(54,104,152,.92) 79.23%,rgba(36, 48, 95,1) 100%) !important;
    background: -ms-linear-gradient(0deg,rgba(36, 48, 95,1) 0%,rgba(38,82,130,1) .76%,rgba(64,118,165,.87) 33.23%,rgba(74,132,179,.8) 50.53%,rgba(54,104,152,.92) 79.23%,rgba(36, 48, 95,1) 100%) !important;
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#24305F',endColorstr='#24305F',GradientType=0)";
    background: linear-gradient(90deg,rgba(36, 48, 95,1) 0%,rgba(38,82,130,1) .76%,rgba(64,118,165,.87) 33.23%,rgba(74,132,179,.8) 50.53%,rgba(54,104,152,.92) 79.23%,rgba(36, 48, 95,1) 100%) !important;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#24305F',endColorstr='#24305F',GradientType=1);
    color: #fff;
	text-decoration: none;
}
#BorlabsCookieBox ._brlbs-bar-advanced ul, #BorlabsCookieBox ._brlbs-box-advanced ul {
    justify-content: center !important;
}

._brlbs-accept ._brlbs-btn-accept-all {
	margin-right: 5px !important;
}
#BorlabsCookieBox .container {
	padding-left: 20px !important;
	padding-right: 20px !important;
}
#BorlabsCookieBox .bcac-item {
	margin-bottom: 15px !important;
    padding: 10px !important;
}

#BorlabsCookieBox .cookie-preference table tr:nth-child(3) td,
#BorlabsCookieBox .cookie-preference table tr:nth-child(4) td {
	white-space: pre-line !important;
}
#BorlabsCookieBox .cookie-preference table tr td {
	padding-top: 10px;
	padding-bottom: 10px;
}
@media only screen and (max-width : 767px) {  
	.borlab_revoke_btn {
		display: none !important;
	}
}


/* Borlabs cookie - end */

.woocommerce-cart .cart_totals tr td {
	padding-left: 100px; 
}

.shop_table .cart-discount .amount {
	padding-left: 2px;
}

.show_mobile_only {
	display: none;
}

.bag .enable_pointer_events {
	pointer-events: all;
}

@media only screen and (max-width : 768px) { 
	.show_mobile_only {
		display: block;
		text-align: left;
		max-width: 65%;
	}
	.ch_text {
		float: left;
	}
	
	.woocommerce-cart .cart_totals tr td {
		padding-left: 0; 
	}
}

.paging-nav .page-numbers { 
	display: inline-block;
	margin-bottom: 10px;
}

.product .woocommerce-message .restore-item {
	font-size: 16px;
}

/* WOOF Fields */
.term-panel-pcs-shop .woof_checkbox_instock_container, .term-displays-shop .woof_checkbox_instock_container {
	display: none !important;
	
}

/* vc pdf icon fix */
a[title="View this pdf file"] {
	display: none !important;
}

/* vc fix - post grid */
.wbm_classic_post_grid .vc_grid-item-mini {
	padding: 20px 0;
	border-bottom: 1px solid #e9e9e9;	
}
.wbm_classic_post_grid .wbm_right_col {
	padding-left: 20px;
}

/* special teaser box */
.special-teaser-box {
	padding: 0;
	background-color: #fff;
	margin-bottom: 100px;
}
.special-teaser-box .outer-content {
	opacity: 1;
	-webkit-transition: .3s ease;
	-moz-transition:.3s ease;
	-ms-transition: .3s ease;
	-o-transition:.3s ease;
	transition: .3s ease;
	top: 45%;
	
}
.special-teaser-box:hover .outer-content {
	opacity: 0;
}

.special-teaser-box > .teaser-box-inner a h2 {
	position: static;
	font-size: 50px;
    font-family: "FagoNoMed", Geneva, sans-serif;
    line-height: normal;
    margin: 0;
}
.special-teaser-box div.teaser_overlay_inner {
	padding: 40px 50px 50px 50px;
}
.special-teaser-box div.teaser_overlay_inner .teaser_desc {
	width: 100%;
	text-align: left;
}
.special-teaser-box div.teaser_overlay_inner .teaser_desc * {
	color: #fff !important;
}
.special-teaser-box div.teaser_overlay_inner .teaser_desc h3 {
	font-size: 24px;
	line-height: 46px;
}

.special-teaser-box .wbm_custom_btn {
	font-size: 24px;
    font-family: "FagoNoMed", Geneva, sans-serif;
	padding: 18px 25px;
}

.special-teaser-box .thumbnail-wrapper {
	position: absolute;
	bottom: -65px;
	width: 90%;
	z-index: 10;
}
.wpb_row .wpb_column:first-child .special-teaser-box .thumbnail-wrapper {
	left: -40px;
	right: unset;
	text-align: left;
}

.wpb_row .wpb_column:nth-child(2) .special-teaser-box .thumbnail-wrapper {
	right: -40px;
	left: unset;
	text-align: right;
}

.wbm_large_btn {
	font-size: 36px;
	font-family: "FagoNoMed", Geneva, sans-serif;
	padding: 36px;
	border-radius: 8px;
	line-height: normal;
}

.cat-filter {
	margin-bottom: 30px;
}

.cat-filter .wbm_large_btn.wbm_btn_red {
	background: rgba( 219, 56, 59, 0.2 );
	width: calc(50% - 17.5px);
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-ms-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
	
}

.cat-filter .wbm_large_btn.wbm_btn_red:hover, .cat-filter .wbm_large_btn.wbm_btn_red.active  { 
	background: rgba( 219, 56, 59, 1 );
}
.cat-filter .wbm_large_btn:first-child {
	margin-right: 15px;
}
.cat-filter .wbm_large_btn:nth-child(2) {
	margin-right: 0;
	margin-left: 15px;
}

@media only screen and (max-width: 1440px) { 

	.special-teaser-box > .teaser-box-inner a h2 { 
		font-size: 36px;
	}
	.special-teaser-box div.teaser_overlay_inner .teaser_desc h3 {
		font-size: 18px;
		line-height: 32px;
	}
	.special-teaser-box .wbm_custom_btn {
		font-size: 18px;
		padding: 15px 25px !important;
	}
	.special-teaser-box .thumbnail-wrapper {
		bottom: -50px;
	}
	.wpb_row .wpb_column:first-child .special-teaser-box .thumbnail-wrapper {
		left: -15px;
		right: unset;
	}

	.wpb_row .wpb_column:nth-child(2) .special-teaser-box .thumbnail-wrapper {
		right: -15px;
		left: unset;
	}
	.cat-filter .wbm_large_btn {
		font-size: 18px; 
		padding: 26px;
		
	}
}

@media only screen and (min-width: 768px) and (max-width: 991px) { 

	.special-teaser-box div.teaser_overlay_inner {
		padding: 30px;
	}
	.special-teaser-box div.teaser_overlay_inner .teaser_desc h3 {
		font-size: 16px;
		line-height: 26px;
	}
	.special-teaser-box .wbm_custom_btn {
		font-size: 16px;
		padding: 10px 15px !important;
	}
	.special-teaser-box .thumbnail-wrapper {
		bottom: -80px;
	}
}

@media only screen and (min-width: 768px) {
	
	.wpb_row .wpb_column:first-child .special-teaser-box .thumbnail-wrapper {
		left: -15px;
		right: unset;
	}

	.wpb_row .wpb_column:nth-child(2) .special-teaser-box .thumbnail-wrapper {
		right: -15px;
		left: unset;
	}
	
}
@media only screen and (max-width: 767px) {
	.wpb_row .wpb_column:first-child .special-teaser-box .thumbnail-wrapper {
		left: 0;
		right: unset;
	}

	.wpb_row .wpb_column:nth-child(2) .special-teaser-box .thumbnail-wrapper {
		right: 0;
		left: unset;
	}
	.home .wpb_row .wpb_column:first-child .special-teaser-box .thumbnail-wrapper {
		left: -10px;
	}
	.home .wpb_row .wpb_column:nth-child(2) .special-teaser-box .thumbnail-wrapper {
		right: -10px;
		left: unset;
	}
}

@media only screen and (max-width: 539px) { 
	.special-teaser-box div.teaser_overlay_inner {
		padding: 25px 25px 25px 25px;
	}
	.special-teaser-box > .teaser-box-inner a h2 {
		font-size: 28px;
	}
	.special-teaser-box div.teaser_overlay_inner .teaser_desc h3 {
		font-size: 14px;
		line-height: 22px;
	}
	.special-teaser-box .wbm_custom_btn {
		font-size: 14px;
		padding: 10px 20px !important;
	}
	.special-teaser-box .thumbnail-wrapper {
		bottom: -55px;
	}

}

.toggle_menu {
	display: inline-block;
	padding: 15px;
}

.is-sticky .toggle_menu {
	position: absolute;
    padding: 25px 15px;
}

.woocommerce form.woocommerce-shipping-calculator .form-row .select2-container {
	line-height: normal;
	height: 36px;
}
.woocommerce form.woocommerce-shipping-calculator .form-row .select2-container--default .select2-selection--single {
	padding: 10px 12px;
    height: 36px;
	border: 1px solid #b3b3b3;
    border-radius: 3px;
}

.woocommerce form.woocommerce-shipping-calculator .form-row .select2-container .select2-selection--single .select2-selection__rendered {
	line-height: normal;
    padding-left: 0;
	color: #4a4a49; 
}

.woocommerce form.woocommerce-shipping-calculator .form-row {
	padding: 0;
	margin: 0 0 10px;
}

.woocommerce form.woocommerce-shipping-calculator .select2-container--default .select2-selection--single .select2-selection__arrow {
	width: 35px;
}

.menu-leftvc #head-page:not(.is-sticky) .logo_bgcolor {
    background-color: #fff;
}

@media (min-width: 991px) {
	#head-page #dt-menu a.search_btn {
		color: #ffffff;
	}
}
#mobile-header {
    color: #ffffff;
}
.home #head-page.is-sticky.menu_background_color {
    background-color: rgba(36, 48, 95,1);
}

.woocommerce-checkout #billing_company_id_field {
	display: none !important;
}
.vc_tta.vc_tta-color-grey.vc_tta-tabs-position-left .vc_tta-panels-container .vc_tta-panels .vc_tta-panel .vc_tta-panel-body {
	border: none !important;
}
.wpb-js-composer .vc_tta.vc_general.vc_tta-tabs-position-left .vc_tta-panels-container .vc_tta-panel {
    margin-bottom: 0;

}
.wpb-js-composer .vc_tta.vc_general.vc_tta-tabs-position-left .vc_tta-panels-container {
	margin-bottom: 4px;
}
/* tmp backup - added on homepage edit page css settings */
/* @media only screen and (min-width: 768px) { */
	/* .revslider_wrapper { */
		/* width: 100%; */
		/* height: 0; */
		/* padding-top: 48.1%; */
		/* position: relative; */
	/* } */

	/* .revslider_wrapper .wpb_column { */
		/* position: absolute; */
		/* top: 0; */
		/* left: 0; */
		/* width: 100%; */
	/* }	 */
/* } */
	
/* @media only screen and (min-width: 768px) and (max-width: 991px) {  */
	
	/* .revslider_wrapper .wpb_column { */
		/* top: -30px; */
	/* } */
	/* .revslider_wrapper { */
		/* padding-top: 27.2%; */
	/* } */

/* } */

/* @media only screen and (min-width: 992px) and (max-width: 1199px) {  */
	/* .revslider_wrapper { */
		/* padding-top: 31.1%; */
	/* } */
/* } */

/* @media only screen and (min-width: 1200px) and (max-width: 1299px) {  */
	/* .revslider_wrapper { */
		/* padding-top: 30.4%; */
	/* } */
/* } */
/* @media only screen and (min-width: 1300px) and (max-width: 1399px) {  */
	/* .revslider_wrapper { */
		/* padding-top: 32.4%; */
	/* } */
/* } */
/* @media only screen and (min-width: 1400px) and (max-width: 1499px) {  */
	/* .revslider_wrapper { */
		/* padding-top: 36.4%; */
	/* } */
/* } */
/* @media only screen and (min-width: 1500px) and (max-width: 1599px) {  */
	/* .revslider_wrapper { */
		/* padding-top: 38.4%; */
	/* } */
/* } */
/* @media only screen and (min-width: 1600px) and (max-width: 1699px) {  */
	/* .revslider_wrapper { */
		/* padding-top: 40%; */
	/* } */
/* } */

/* @media only screen and (min-width: 1920px) {  */
	/* .revslider_wrapper { */
		/* padding-top: 48.1%; */
	/* } */

/* } */
/* @media only screen and (min-width: 2560px) {  */
	/* .revslider_wrapper { */
		/* padding-top: 64%; */
	/* } */

/* } */

#configurator-basket-sidebar {
	margin-bottom: 30px;
}

.woocommerce button[name="add-to-cart"], 
.woocommerce.single-product .product .entry-summary .single_add_to_cart_button {
	/* background-color: #db383c; */
	color: #fff !important;
	background: rgba(219,56,59,1);
	background : -moz-linear-gradient(0% 50% 0deg,rgba(219, 56, 60, 1) 0%,rgba(233, 78, 31, 1) 44.31%,rgba(226, 67, 45, 1) 59.41%,rgba(221, 59, 56, 1) 78.73%,rgba(219, 56, 60, 1) 100%);
	background : -webkit-linear-gradient(0deg, rgba(219, 56, 60, 1) 0%, rgba(233, 78, 31, 1) 44.31%, rgba(226, 67, 45, 1) 59.41%, rgba(221, 59, 56, 1) 78.73%, rgba(219, 56, 60, 1) 100%);
	background : -webkit-gradient(linear,0% 50% ,100% 50% ,color-stop(0,rgba(219, 56, 60, 1) ),color-stop(0.4431,rgba(233, 78, 31, 1) ),color-stop(0.5941,rgba(226, 67, 45, 1) ),color-stop(0.7873,rgba(221, 59, 56, 1) ),color-stop(1,rgba(219, 56, 60, 1) ));
	background : -o-linear-gradient(0deg, rgba(219, 56, 60, 1) 0%, rgba(233, 78, 31, 1) 44.31%, rgba(226, 67, 45, 1) 59.41%, rgba(221, 59, 56, 1) 78.73%, rgba(219, 56, 60, 1) 100%);
	background : -ms-linear-gradient(0deg, rgba(219, 56, 60, 1) 0%, rgba(233, 78, 31, 1) 44.31%, rgba(226, 67, 45, 1) 59.41%, rgba(221, 59, 56, 1) 78.73%, rgba(219, 56, 60, 1) 100%);
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#DB383C', endColorstr='#DB383C' ,GradientType=0)";
	background : linear-gradient(90deg, rgba(219, 56, 60, 1) 0%, rgba(233, 78, 31, 1) 44.31%, rgba(226, 67, 45, 1) 59.41%, rgba(221, 59, 56, 1) 78.73%, rgba(219, 56, 60, 1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#DB383C',endColorstr='#DB383C' , GradientType=1);
		
}

.woocommerce button[name="add-to-cart"]:hover, 
.woocommerce.single-product .product .entry-summary .single_add_to_cart_button:hover {
	color: #fff !important;
	background: rgba(219,56,59, 0.8) !important;
	background : -moz-linear-gradient(0% 50% 0deg,rgba(219, 56, 60, 1) 0%,rgba(235, 94, 31, 0.7) 44.31%,rgba(233, 89, 35, 0.72) 47.78%,rgba(225, 71, 49, 0.81) 64.15%,rgba(221, 60, 57, 0.9) 81.22%,rgba(219, 56, 60, 1) 100%)!important;
	background : -webkit-linear-gradient(0deg, rgba(219, 56, 60, 1) 0%, rgba(235, 94, 31, 0.7) 44.31%, rgba(233, 89, 35, 0.72) 47.78%, rgba(225, 71, 49, 0.81) 64.15%, rgba(221, 60, 57, 0.9) 81.22%, rgba(219, 56, 60, 1) 100%)!important;
	background : -webkit-gradient(linear,0% 50% ,100% 50% ,color-stop(0,rgba(219, 56, 60, 1) ),color-stop(0.4431,rgba(235, 94, 31, 0.7) ),color-stop(0.4778,rgba(233, 89, 35, 0.72) ),color-stop(0.6415,rgba(225, 71, 49, 0.81) ),color-stop(0.8122,rgba(221, 60, 57, 0.9) ),color-stop(1,rgba(219, 56, 60, 1) ))!important;
	background : -o-linear-gradient(0deg, rgba(219, 56, 60, 1) 0%, rgba(235, 94, 31, 0.7) 44.31%, rgba(233, 89, 35, 0.72) 47.78%, rgba(225, 71, 49, 0.81) 64.15%, rgba(221, 60, 57, 0.9) 81.22%, rgba(219, 56, 60, 1) 100%)!important;
	background : -ms-linear-gradient(0deg, rgba(219, 56, 60, 1) 0%, rgba(235, 94, 31, 0.7) 44.31%, rgba(233, 89, 35, 0.72) 47.78%, rgba(225, 71, 49, 0.81) 64.15%, rgba(221, 60, 57, 0.9) 81.22%, rgba(219, 56, 60, 1) 100%)!important;
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#DB383C', endColorstr='#DB383C' ,GradientType=0)"!important;
	background : linear-gradient(90deg, rgba(219, 56, 60, 1) 0%, rgba(235, 94, 31, 0.7) 44.31%, rgba(233, 89, 35, 0.72) 47.78%, rgba(225, 71, 49, 0.81) 64.15%, rgba(221, 60, 57, 0.9) 81.22%, rgba(219, 56, 60, 1) 100%)!important;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#DB383C',endColorstr='#DB383C' , GradientType=1)!important;
}

.woocommerce button[name="add-to-cart"] {
	position: relative;
}
.woocommerce button[name="add-to-cart"]:after {
	content: "\e019";
    font-family: "Menu Icons";
    position: absolute;
    right: 1em;
}
#configurator-basket-sidebar .wbm_btn_red {
	padding-left: 35px;
	padding-right: 35px;
}
#tab-konfigurator .conf_add_to_cart_button {
	padding-right: 35px;
    padding-left: 1em;
}
.wbm-info-wrap {
    position: relative;
	cursor: pointer;
}
.wbm-info-wrap .info-text {
	display: none;
	position: absolute;
	left: 28px;
	top: 0px;
	background: rgba(36, 48, 95, 1);
	color: #ffffff;
	padding: 4px 10px;
	min-width: 250px;
	z-index: 95;
	/* white-space: pre-wrap; */
}

.wbm-info-wrap:hover .info-text {
	display: block;
}
.wbm_custom_btn.disabled { 
	pointer-events: none;
	cursor: not-allowed;
    opacity: .5;
}
.wc-proceed-to-checkout .wbm-info-wrap .info-text { 
	left: 0;
	top: 30px;
}
.uwp-content-wrap select {
	height: 36px !important;
}

.woocommerce .woocommerce-ordering select {
	padding-right: 40px;
}
.woocommerce-ordering {
	display: none;
}
.product_cat-19-zoll-pcs .woocommerce-ordering,
.product_cat-embedded-pcs .woocommerce-ordering,
.product_cat-panel-pcs .woocommerce-ordering,
.product_cat-industrie-displays .woocommerce-ordering {
	display: block;
}

a#userlike-tab.userlike-slideup {
	height: 48px;
	max-height: unset !important;
}


@media only screen and (min-width: 769px) {
	.single-product div.product div.images.woocommerce-product-gallery { 
		height: 390px;
	}
	.single-product .woocommerce-product-gallery .flex-viewport {
		height: 290.562px !important;
	}
	.single-product .woocommerce-product-gallery .flex-control-nav.flex-control-thumbs {
		height: 100px;
	}
	.single-product .woocommerce-product-gallery .flex-control-nav.flex-control-thumbs img {
		width: 98px;
		height: 98px;
	}
}

/* woo cart count */
.wbm_cart_count_wrapper {
	position: relative;
}
.wbm_cart_count {
	border-radius: 100%;
	background-color: #db383b;
    line-height: 14px;
    width: 16px;
    height: 16px;
    display: block;
    position: absolute;
	right: -11px;
    bottom: -5px;
    font-size: 12px;
    font-style: normal;
    text-align: center;
}
.payment_methods .unzercw-control-label,
.payment_methods .unzercw-control-label .unzercw-required {
	color: #fff;
}

.floated_right_element_wrapper.with_modal .floated-el-content {
	max-height: 600px;
	overflow-y: auto;
}
.floated_right_element_wrapper.with_modal .floated-el-content::-webkit-scrollbar-track {

	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	border-radius: 10px;
	background-color: #F6F6F6;
}

.floated_right_element_wrapper.with_modal .floated-el-content::-webkit-scrollbar {
	width: 6px;
	background-color: #F6F6F6;
}

.floated_right_element_wrapper.with_modal .floated-el-content::-webkit-scrollbar-thumb {

	border-radius: 10px;
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
	background-color: #4a4a49;
}

span.sup {
	font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
	top: -0.5em;
}

/* Produkte page - remove compare buttons. */
.page-id-10260 a.compare.button, .page-id-10260 a.button.yith-wcqv-button {
    display: none !important;
}

.wbm_after_price {
	display: block;
	font-family: inherit;
    font-size: 11px;
    line-height: inherit;
	color: #4a4a49;
	font-weight: normal;
}

/* Unzer. */
.woocommerce-checkout-payment .unzerUI.form .field > label {
	color: #fff;
	font-size: 14px;
}

.woocommerce-checkout-payment .unzerChoices, .unzerUI {
	color: #4a4a49;
}

/* CF7 single product Angebot additional. */
body .wpcf7-form .row.show_after_form_sent {
	display: none;
	opacity: 0;
}

body .wpcf7-form.sent .row.show_after_form_sent {
	display: block;
	opacity: 1;
}

body .wpcf7 form.sent .wpcf7-response-output {
	margin-left: 0;
    margin-right: 0;
    margin-bottom: 40px;
}

.smaller, 
.smaller a {
	font-size: 12px;
}

.height-auto,
.teaser-box.height-auto {
	min-height: auto;
	height: auto;
}
