/*
Theme Name: Bridge Child
Theme URI: http://demo.qodeinteractive.com/bridge/
Description: A child theme of Bridge Theme
Author: Qode Interactive
Author URI: http://www.qodethemes.com/
Version: 1.0.0
Template: bridge
*/

/*
 * Set woocommerce shop page products to equal height
 * */

.woocommerce ul.products li.product
{
	height: 524px;
}

.woocommerce ul.products li.product a.product-category, .woocommerce-page ul.products li.product a.product-category
{
	height: auto;
}

.woocommerce .product h1.product_title
{
	line-height: 22px;
}

/*
Google translate buttons in nav
*/

.menu-item.menu-item-gtranslate
{

}

/*
Override menu image plugin styles
*/

.menu-image-title-before.menu-image-not-hovered img, .menu-image-hovered.menu-image-title-before .menu-image-hover-wrapper, .menu-image-title-after.menu-image-title
{
	padding-left: 0;
	padding-right: 0;
}

li.menu-item.menu-item-type-custom img
{
	position: absolute;
	top: 11px;
	right: 11px;
	height: 24px;
	width: 24px;
}

@media(min-width: 1000px)
{

li.menu-item.menu-item-type-custom img
{
	position: absolute;
    top: 5px;
    right: -68px;
    height: 90px;
    width: 90px;
}

/* .drop_down .second .inner ul li a
{
	padding: 37px 0;
} */

/* li.narrow .second .inner ul
{
	padding-right: 85px;
}
 */
}


/*
 Single product page attributes
*/

.related.products
{
	overflow-y: auto;
	overflow-x: hidden;
}

.single-product-page-attributes-table
{
	border: 1px solid #e4e4e4;
	width: 100%;
	margin: 0 auto;
}

.single-product-page-attributes-table button
{
	height: 40px!important;
	width: 200px!important;
	line-height: 40px!important;
}

.single-product-page-attributes-table tr:nth-child(even)
{
	background-color: #bcd2d4;
}

.productdetailSection .productHeader, .productdetailSection .product-heading
{
	text-align: center;
	margin-top: 5px;
	margin-bottom: 10px;
}

.menu-cart-link
{
	display: inline-block!important;
	vertical-align: middle;
}

.menu-cart-link:hover
{
	color: #9d9d9d;
	opacity: 1;
}

.menu-cart-link i
{
	font-size: 20px;
}

.productdetailSection
{
	overflow-x: scroll;
	overflow-y: auto;
}

/*
WOOF filter styles
*/

.woocommerce .woocommerce-ordering, .woocommerce .woocommerce-result-count
{
	width: 19%;
	height: 80px;
	display: inline-block;
	vertical-align: top;
}

.woof
{
	display: inline-block;
    vertical-align: top;
    width: 60%;
}

.woof_redraw_zone > div
{
	display: inline-block;
	vertical-align: top;
}

.woof_price_search_container
{
	display: inline-block;
    vertical-align: top;
    width: 45%;
}

.woof_container_product_cat
{
	display: inline-block;
	vertical-align: middle;
	width: 50%;
}

.woof_container_inner.woof_container_inner_productcategories .chosen-container.chosen-container-single
{
	width: 100%;
}

@media (max-width: 1203px)
{

.woof_redraw_zone > div
{
	display: initial;
}

.woof
{
	display: initial;
    width: 100%;
}

.woocommerce .woocommerce-ordering, .woocommerce .woocommerce-result-count
{
	width: 100%;
	text-align: left;
}

.woof_price_search_container
{
	display: initial;
	width: 100%;
}

.woof_container_product_cat
{
	display: initial;
	width: 100%;
}

.woocommerce-ordering .select2.select2-container.select2-container--default
{
	width: 100%!important;
}

}

/* AT-20200618 BEGIN css for custom code for three buttons with links at bottom of single product view before related products */
div.cge_product_tips {
    width: 100%;
	overflow: hidden;
	padding-left: 0.5%;
	margin-top: 4em;
}
div.cge_product_tips_btn {
    width: 33%;
	float: left;
}
div.cge_product_tips_clearfix {
    clear: left;
}
/* AT-20200618 END css for custom code for three buttons with links at bottom of single product view before related products */

/* DPT-20200915 BEGIN Language Flags on top of page */
.flag-wrapper {
	position:absolute;
	top:20px;
	right:5%;
	z-index:999;
	margin:0;
}

.flag-de {
	background-image: var(--wpr-bg-bd345c1e-458d-4bf1-8e91-b32586c27cf8);
	background-position: center;
	background-repeat: no-repeat;
	background-size:70%;
	padding:1.5em;
	margin:0;
}

.flag-uk {
	background-image: var(--wpr-bg-33649d4a-908b-4c56-9d32-c6aba685844d);
	background-position: center;
	background-repeat: no-repeat;
	background-size:70%;
	padding:1.5em;
	margin:0;
}

.flag-us {
	background-image: var(--wpr-bg-83f40a56-0f98-4b9b-91be-7a13816aef31);
	background-position: center;
	background-repeat: no-repeat;
	background-size:70%;
	padding:1.5em;
	margin:0;
}

.flag-fr {
	background-image: var(--wpr-bg-613c029c-d3bb-4f07-9a4c-a9395d7fd698);
	background-position: center;
	background-repeat: no-repeat;
	background-size:70%;
	padding:1.5em;
	margin:0;
}
/* DPT-20200915 END Language Flags on top of page */


/* DPT-20201123 BEGIN make Footer-Links visible on hover */
.footer_bottom a:hover {
	color:#6191bf;
}
/* DPT-20201123 END make Footer-Links visible on hover */


/*product details section*/

.short-vars ul li:nth-last-child(2)::after, .short-vars ul li.price::after, .short-vars ul li.short-cta::after {
		content: "";
}
.short-vars ul li.price {
		font-size:28px;
}
.short-vars ul li.short-cta {
		display:block;
		margin:10px 0 0;
		font-size:21px;
}
.short-cta a {
		display: inline-block;
		background-color: #5A8239;
		color: #fff;
		border:2px solid #5A8239;
		font-size: 14px;
		font-weight: bold;
		padding: 7px 5px;
}
.short-vars ul li span ~ span {
	display: none;
}
.prod-det-link, .colour-select-link {
	list-style:none;
	margin-top:20px;
	font-weight:bold;
}
.prod-det-link {
	padding-left:20px;
	background-image: var(--wpr-bg-5a03b55f-80ea-44d2-b492-8b07401c1627);
	background-repeat: no-repeat;
	background-position: left center;
	background-size: 16px 16px;
}
.product p.wc-gzd-additional-info {
	margin-bottom:0 !important;
}
.wc-gzd-additional-info {
	font-size:.8rem !important;
}
.woocommerce-variation-description {
	padding:0 0 20px;
}
.woocommerce-variation-description p {
	font-weight:600 !important;
}
.woocommerce.single-product.qode-product-single-tabs-on-bottom .product .images.qode-add-gallery-and-zoom-support .flex-control-nav {
  
    left: 20px;
    width: 89px;
}

table.variations {
	margin-left: -10px;
}

.woocommerce.single-product.qode-product-single-tabs-on-bottom .product .images.qode-add-gallery-and-zoom-support .flex-control-nav li {
    float: left !important;
    /* width: 100%; */
    margin-bottom: 8px !important;
    margin-left: 8px !important;
}
.woocommerce .product .qode-add-gallery-and-zoom-support.woocommerce-product-gallery--columns-4 .flex-control-nav li {
    width: 18.8% !important;
}

.woocommerce.single-product.qode-product-single-tabs-on-bottom .product .images.qode-add-gallery-and-zoom-support .flex-control-nav {
    position: unset !important;
    width:100% !important;
    margin-top:12px;
}

.woocommerce.single-product.qode-product-single-tabs-on-bottom .product .images.qode-add-gallery-and-zoom-support .flex-viewport {
    margin-left: 8px !important;
}

#searchsubmit {
  font-family: FontAwesome, 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-style:normal;
}

/* style search in header next to menu */

.header_bottom_widget {
		min-width:200px;
		margin:0 20px 0 10px;
	}

.header_bottom_widget #searchform input[type="text"] {
    display: inline-block;
    text-decoration: none;
    border: 0;
    outline: 0;
    margin: 0;
    padding: 2px 4%;
    width: 74%;
    height: 33px;
    float: left;
}

.header_bottom_widget #searchsubmit {
		width: 36px;
		height: 37px;
		line-height: 37px;
		font-size:17px !important;
		display: inline-block;
		margin: 0 0 0 -7px;
		padding: 0 4%;
		color: #595959;
		background-color: #fff;
		border: 1px solid #fff;
		font-family: FontAwesome,sans-serif;
		cursor: pointer;
		float: right;
	}
	
/* DPT 28-08-2025 Out of Stock Button auf Kategorie-Seiten verstecken (für Produkte ohne Preis) */

.out-of-stock-button {
	display:none;
}

/* DPT Style für Button "Contact for Quotation" */
.wcp-action-button {
	text-align: center;
  font-size: 14px;
  color: #777;
  font-family: Raleway,sans-serif;
  font-weight: 600;
}

.single-product.postid-17338 .product-categories, .single-product.postid-18808 .product-categories, .single-product.postid-18806 .product-categories, .single-product.postid-18805 .product-categories, .single-product.postid-18800 .product-categories, .single-product.postid-18796 .product-categories, .single-product.postid-17348 .product-categories, .single-product.postid-17346 .product-categories, .single-product.postid-17344 .product-categories, .single-product.postid-17340 .product-categories {
	display:none;
}

.woocommerce .product h1.product_title {
  font-size: 24px !important;
}