/*   
Theme Name: Airbagshop Theme
Theme URI: http://www.ideum.be
Description: Een wordpress framework door Reign.
Author: Reign Agency
Author URI: nesliahir025@gmail.com
Version: 2.0
Tags:
.
Copyrighted work.
.
*/

x-object-fit{position:relative!important;display:inline-block!important}x-object-fit>.x-object-fit-taller,x-object-fit>.x-object-fit-wider{position:absolute!important;left:-100%!important;right:-100%!important;top:-100%!important;bottom:-100%!important;margin:auto!important}.x-object-fit-none>.x-object-fit-taller,.x-object-fit-none>.x-object-fit-wider{width:auto!important;height:auto!important}.x-object-fit-fill>.x-object-fit-taller,.x-object-fit-fill>.x-object-fit-wider{width:100%!important;height:100%!important}.x-object-fit-contain>.x-object-fit-taller{width:auto!important;height:100%!important}.x-object-fit-contain>.x-object-fit-wider{width:100%!important;height:auto!important}.x-object-fit-cover>.x-object-fit-taller,.x-object-fit-cover>.x-object-fit-wider{max-width:none!important;max-height:none!important}.x-object-fit-cover>.x-object-fit-taller{width:100%!important;height:auto!important;max-width:none!important}.x-object-fit-cover>.x-object-fit-wider{width:auto!important;height:100%!important;max-width:none!important}.x-object-position-top>.x-object-fit-taller,.x-object-position-top>.x-object-fit-wider{top:0!important;bottom:auto!important}.x-object-position-right>.x-object-fit-taller,.x-object-position-right>.x-object-fit-wider{left:auto!important;right:0!important}.x-object-position-bottom>.x-object-fit-taller,.x-object-position-bottom>.x-object-fit-wider{top:auto!important;bottom:0!important}.x-object-position-left>.x-object-fit-taller,.x-object-position-left>.x-object-fit-wider{left:0!important;right:auto!important}

html,body {
	height:100%;
	width:100%;
	font-family: 'proxima-nova', sans-serif;
}

a {
	color:#2165b7;
	-webkit-transition:all .2s ease-in-out;
	-moz-transition:all .2s ease-in-out;
	-o-transition:all .2s ease-in-out;
	transition:all .2s ease-in-out;
	text-decoration:none;
}

a:active {
	color:#2165b7;
	text-decoration:none;
}

a:visited {
	color:#2165b7;
	text-decoration:none;
}

a:hover {
	cursor:pointer;
	color:#000;
	text-decoration:none;
}

::selection {
	background-color:#2165b7;
	color:#000;
}

::-moz-selection {
	background-color:#2165b7;
	color:#000;
}

select, input, textarea{
	-webkit-appearance:none;
	-webkit-border-radius:1px;
	-moz-border-radius:1px;
	border-radius:1px;
	background-color:#fafafa;
	color:#373737;
	border:1px solid #ddd;
	padding:10px;
}

textarea {
	resize:none;
}

input[type=radio],input[type=checkbox] {
	-webkit-appearance:checkbox;
}

select:hover,select:focus,input:hover,input:focus {
	background-color:#ddd;
}

.button,.button:visited,.button:active {
	border:0;
	position:relative;
	display:block;
	background-color:#2165b7;
	color:#fff;
	text-transform: uppercase;
	padding:15px 30px;
}

.button:hover {
	background-color:#777;
	color:#fff;
}

hr {
	margin:8px 0;
	padding:0;
	color:#000;
}

h1,h2,h3,h4,h5,h6 {
	color:#16437a;
}
.top-bar{
	position: fixed;
	color: #fff;
	z-index: 9999;
	left: 0; top: 0;
	width: 100%;
	background: #16437a;
	padding: 10px;
	text-align: center;
}
.top-bar ul{
	padding-left: 0;
	margin-bottom: 0;
}
.top-bar ul li{
	display: inline-block;
	margin-right: 50px;
}
.top-bar ul li a{
	color: #fff;
}
.top-bar ul li a i{
	display: inline-block;
	margin-right: 5px;
}
.top-bar ul li a.whatsapp i.fa-circle{
	color: #43d854;
}
.top-bar ul li a.whatsapp i.fa-whatsapp{
	color: #fff;
}
i.fa-inverse{
	color: #16437a;
}
/* HEADER FOOTER */
header.container-fluid{
	background: #ffffff;
	background: -moz-linear-gradient(top,  #ffffff 0%, #e5e5e5 100%);
	background: -webkit-linear-gradient(top,  #ffffff 0%,#e5e5e5 100%);
	background: linear-gradient(to bottom,  #ffffff 0%,#e5e5e5 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e5e5e5',GradientType=0 );
	padding-right: 0;
}
header .second{
	padding-top: 75px;
	padding-bottom: 75px;
}
.top-bar .languages a{
	text-transform: uppercase;
	display: inline-block;
	margin-right: 5px;
	transform: translateY(-7px);
	-webkit-transform: translateY(-7px);
}
.top-bar .languages a img{
	display: block;
}
.top-bar .languages a.active{
	font-weight: bold;	
}
.top-bar .languages a:not(.active){
	opacity: .5;
}
.top-bar .languages a:not(.active):hover{
	opacity: 1;
}
.branding {
	margin:20px 0;
	padding:0;
	display:block;
	background:url(images/logo_original.svg) no-repeat center center;
	background-size:contain;
	width:236px;
	height:93px;
	text-indent:-9999px;
	margin-top: 95px;
	overflow:hidden;
}

.branding a {
	display:block;
	width:100%;
	height:100%;
}

header .welcome-user {
	padding-top:10px;
	padding-bottom:10px;
	text-align:center;
}

footer {
background: #16437a;
background: -moz-linear-gradient(top,  #16437a 0%, #1a5e8c 100%);
background: -webkit-linear-gradient(top,  #16437a 0%,#1a5e8c 100%);
background: linear-gradient(to bottom,  #16437a 0%,#1a5e8c 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#16437a', endColorstr='#1a5e8c',GradientType=0 );

}

footer .info {
	display:block;
	text-align:center;
	clear:both;
	color:#a9a9a9;
	font-size:10px;
	padding-top:40px;
}

footer h1,footer h2,footer h3,footer h4,footer h5,footer h6 {
	color:#fff;
}

footer .branding {
	background:url(images/logo_white.svg) no-repeat center center;
	background-size: contain;
	margin:50px auto;
	width:260px;
	height:100px;
}
#top_menu ul {
	padding:0;
	margin:50px 0 0;
	text-align:center;
}

#top_menu ul li {
	display:inline-block;
	margin-left:5px;
}

#top_menu ul li a,#top_menu ul li a:visited,#top_menu ul li a:active {
	display:block;
	padding:15px 10px;
	text-transform: uppercase;
	color:#fff;
	background: #646464;
}

#top_menu ul li a:hover,#top_menu ul li.current-menu-item a, #top_menu ul li.current_page_parent a {
	background-color:#2165b7;
}

#top_menu ul li ul {
	display:none;
}
.user{
	position: absolute;
	right: 30px; top: 50px;
}
main.container {
	margin-top:50px;
	margin-bottom:50px;
}

.alert {
	list-style:none;
}

ul {
	list-style:none;
}

/* CART */
.cartandbutton {
	position:relative;
}

.cart_button_header {
	background-color:#F1831F;
	border-radius:3px;
	line-height:40px;
	color:#fff;
	text-align:center;
	cursor:pointer;
	-webkit-touch-callout:none;
	-webkit-user-select:none;
	-khtml-user-select:none;
	-moz-user-select:moz-none;
	-ms-user-select:none;
	user-select:none;
}

.cartwrapper {
	z-index:9999;
	position:absolute;
	left:0;
	display:none;
	background-color:#fff;
	width:100%;
	padding:20px;
	margin:0;
	list-style:none;
	border-bottom:3px solid #16437a;
}

.cartwrapper li {
}

.cartwrapper li h3 {
	display:none;
}

.cartwrapper li ul {
	list-style:none;
	margin:0;
	padding:0;
}

.cartwrapper li ul li {
	position:relative;
}

.cartwrapper li .button {
	margin:1%;
	display:inline-block;
}

.cartwrapper li ul li img.attachment-shop_thumbnail {
	max-width:60px;
	margin:0 6px 0 0;
	height:auto;
}

.cartwrapper li ul li dl {
	display:block;
	position:absolute;
	bottom:0;
	right:0;
	font-size:12px;
	margin:0;
}

.cartwrapper li ul li dl dt {
	display:inline-block;
}

.cartwrapper li ul li dl dd {
	display:inline-block;
}

#homecat {
	list-style:none;
	margin:0;
	padding:0;
}

#homecat li {
}

#homecat li a {
	display:block;
	width:100%;
}

#homecat li a h5 {
	text-align:center;
	font-weight:700;
}

#homecat li a img {
	width:100%;
}

.betalingsmogelijkheden {
	background:url(images/pf.svg) no-repeat;
	background-size:contain;
	height:auto;
	width:400px;
	height:70px;
	margin:0 auto;
}
.tabs li.ask-a-question_tab a {
	background:#a8d51e;
}

.tabs li.ask-a-question_tab a {
	color:#fff;
}

.tabs li.ask-a-question_tab.active a {
	background:#95c503;
	color:#fff;
}

/* algmeen */
.added_to_cart {
	display:none;
}

.woocommerce-result-count {
	display:none;
}

.quantity .input-text {
	max-width:45px;
	padding:5px;
	display:inline-block;
}

header.title {
	background:#f6f6f6;
	padding:10px;
}

/* Pagination */
.woocommerce-pagination {
	clear:both;
	text-align:center;
}

.woocommerce-pagination ul.page-numbers {
	display:inline-block;
	list-style:none;
	margin:0;
	padding:0;
	text-align:center;
}

.woocommerce-pagination ul.page-numbers li {
	float:left;
	color:#fff;
	width:25px;
	height:25px;
	line-height:25px;
	color:#2165b7;
	font-size:.75em;
}

.woocommerce-pagination ul.page-numbers li a {
	display:block;
	width:100%;
	height:100%;
	line-height:25px;
	color:#fff;
	background-color:#2165b7;
}

.woocommerce-pagination ul.page-numbers li a:hover {
	background-color:#ededed;
	color:#2165b7;
}
.product-archive-top .woocommerce-ordering {
	display: none;
}

ul.products {
	list-style:none;
	margin:0;
	padding:0;
}

ul.products li.product {
	text-align:center;
	padding-top:20px;
	min-height: 320px;
}

ul.products li.product a.clickable {
	position:relative;
	display:block;
	color:#2165b7;
	text-decoration:none;
	padding-bottom:20px;
	border-bottom:#a5a5a5 3px solid;
}

ul.products li.product a.clickable:hover {
	color:#2165b7;
	border-bottom:#2165b7 3px solid;
	background-color:#eee;
}

ul.products li.product a.clickable .onsale {
	background-color:#2165b7;
	padding:16px;
	position:absolute;
	left:0;
	top:0;
	color:#fff;
}

ul.products li.product a.clickable img {
	width:100%;
	height:200px;
	object-fit:contain;
}
ul.products li.product a.clickable h3 {
	text-align:center;
	margin:15px 0;
	font-size:1em;
	font-weight:800;
	color:#2165b7;
	word-break: break-all;
	min-height: 31px;
	max-height: 31px;
}

ul.products li.product a.clickable .star-rating {
	margin:0 auto;
}

ul.products li.product a.clickable .price {
	text-align:center;
}

ul.products li.product a.clickable .price .amount {
	font-size:1.25em;
}

ul.products li.product a.clickable .price ins {
	text-decoration:none;
}

ul.products li.product a.clickable .price del .amount {
	font-size:.85em;
	color:#757575;
}

ul.products li.product .add_to_cart_button {
	display:inline-block;
	top:-40px;
}


ul.products li.product-category .clickable {
	color:#2165b7;
	margin:12px 0;
	display:block;
}
ul.products li.product-category .clickable .imgholder {
	width:100%;
	display:table;
	padding: 15px;
	position:relative;
}

ul.products li.product-category .clickable .imgholder .inner {
	width:100%;
	height:100px;
	display:table-cell;
	vertical-align:middle;
	text-align:center;
}

ul.products li.product-category .clickable .imgholder img {
	display:inline-block;
	width:100%; height: 100px;
	object-fit:contain;
}

ul.products li.product-category .clickable h3 {
	color:inherit;
	margin:0;
	padding:0;
	font-size:1.2em;
	text-align:center;
	min-height:45px;
	margin-top:5px;
}

ul.products li.product-category .clickable h3 .count {
	background:none;
	font-size:.8em;
	color:#898989;
}

ul.tabs.nav.nav-tabs {
	margin-top:50px;
}

/* CART */
.cart-collaterals {
}

.cart-collaterals input,.cart-collaterals button,.cart-collaterals select {
	width:98%;
	padding-left:1%;
	padding-right:1%;
}

.cart-collaterals .cart_totals table {
	width:100%;
	text-align:left;
}

.product[itemscope] .onsale {
	display:block;
	float:right;
	background-color:#ddc297;
	margin:1px auto;
	padding:3px;
	color:#000;
	background-color:#2165b7;
	padding:16px;
	color:#fff;
}

.product[itemscope] .images {
	text-align:center;
}

.product[itemscope] .images .attachment-shop_single {
	width:100%;
	height:auto;
}

.product[itemscope] .images .thumbnails {
	width:100%;
	min-height:70px;
	margin-top:35px;
	text-align:center;
}

.product[itemscope] .images .thumbnails a {
	display:inline-block;
	margin:2px;
	border:2px solid #ddd;
	overflow:hidden;
	width:70px;
	height:70px;
	background-color:#fff;
	line-height:70px;
	vertical-align:middle;
}

.product[itemscope] .images .thumbnails a:hover {
	border:2px solid #2165b7;
}

.product[itemscope] .images .thumbnails a img {
	display:block;
	margin:0;
	padding:0;
	max-width:100%;
	height:auto;
}



#wpb_wiz_gallery .wpb-woo-zoom{
	border: 2px solid transparent;
	display: inline-block;
	float: left;
	margin-right: 5px;
	margin-top: 5px;
}
#wpb_wiz_gallery .wpb-woo-zoom.first{
	border: 2px solid rgba(73, 73, 73, 0.4);
}
#wpb_wiz_gallery .wpb-woo-zoom img{
	width: 150px !important;
}
#wpb_wiz_gallery .wpb-woo-zoom.wpb-wiz-active{
	border: 2px solid #134279;
	display: block;
}



.product[itemscope] .summary .price {
	text-align:center;
	color:#2165b7;
}

.product[itemscope] .summary .price .amount {
	font-size:1.25em;
}

.product[itemscope] .summary .price ins {
	text-decoration:none;
}

.product[itemscope] .summary .price del .amount {
	font-size:.85em;
	color:#757575;
}

.product[itemscope] .summary div[itemprop="description"] {
	text-align:justify;
}

.product[itemscope] .summary div[itemprop="description"] a img {
	display:block;
}

.product[itemscope] .summary .variations {
	padding:20px;
	margin:0 auto;
}

.product[itemscope] .summary .variations .label {
	font-size:12px;
	line-height:36px;
	color:#494949;
	font-weight:400;
	vertical-align:middle;
}

.product[itemscope] .summary .cart {
	text-align:center;
}

.product[itemscope] .summary .cart .price {
	display:block;
	margin:10px auto;
}
.page-title, .product_title{
	font-size: 3em;
	text-transform: uppercase;
	text-align: center;
	padding: 40px 10px;
	color: #1e589d;
	border-top: 1px solid #1e589d;
	border-bottom: 1px solid #1e589d;
}
.product_title{
	font-size: 2em;
}
.product_meta{
	padding: 15px;
	margin: 15px auto;
	border-bottom: 1px solid #ebebeb;
	border-top: 1px solid #ebebeb;
}
div[itemprop="description"]{
	padding: 30px;
	background: #fafafa;
	font-size: 1.2em;
}
ul.tabs.nav.nav-tabs{
	visibility: hidden;
}
/* - Breadcrumbs - */
.woocommerce-breadcrumb {
	display:block;
	text-align:center;
	vertical-align:middle;
	background: #ffffff;
	background: -moz-linear-gradient(top,  #ffffff 0%, #e5e5e5 100%);
	background: -webkit-linear-gradient(top,  #ffffff 0%,#e5e5e5 100%);
	background: linear-gradient(to bottom,  #ffffff 0%,#e5e5e5 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e5e5e5',GradientType=0 );	
	box-shadow: 0 -5px 5px -5px rgba(0, 0, 0, 0.65);
	margin-bottom: 50px;
	text-transform: uppercase;
}
.woocommerce-breadcrumb ul{
	padding: 0; margin: 0;
}
.woocommerce-breadcrumb li {
	display:inline-block;
}

.woocommerce-breadcrumb ul li a,
.woocommerce-breadcrumb ul li:last-child{
	display:block;
	padding: 20px 30px;
}
.woocommerce-breadcrumb ul li:last-child{
	display: inline-block;
	background: #464646;
	color: #fff;
}
.woocommerce-breadcrumb li a:hover {
	color:#fff;
}

.woocommerce-breadcrumb a {
	color:#2165b7;
}
.woocommerce-breadcrumb a:hover {
	color:#fff;
}
.woocommerce-breadcrumb li:nth-child(odd) a{
	background:#ddd;
}

.woocommerce-breadcrumb li:nth-child(odd) a:hover{
	background:#2165b7;
}
.woocommerce-breadcrumb li:nth-child(even) a{
	background:#f2f2f2;
}
.woocommerce-breadcrumb li:nth-child(even) a:hover{
	background:#2165b7;
}
.input-text {
	display:block;
	width:100%;
	height:34px;
	padding:6px 12px;
	font-size:14px;
	line-height:1.42857143;
	color:#555;
	background-color:#fff;
	background-image:none;
	border:1px solid #ccc;
	border-radius:4px;
	-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075);
	box-shadow:inset 0 1px 1px rgba(0,0,0,.075);
	-webkit-transition:border-color ease-in-out .15s,box-shadow ease-in-out .15s;
	transition:border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

.input-text:focus {
	border-color:#2165b7;
	outline:0;
	-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 8px #2165b7;
	box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 8px #2165b7;
}

textarea#order_comments.input-text {
	min-height:200px;
}

#order_review {
	background:#FAFAFA;
	padding:15px;
}

li#woocommerce_product_search-2 {
	list-style:none;
}

#searchform label,li#woocommerce_product_search-2 h3 {
	display:none;
}

#searchform li {
	list-style:none;
	list-style-type:none;
}

#searchform h3,#searchform input {
	float:left;
}

#searchform input[type="submit"] {
	text-indent:-9999px;
	display:inline-block;
	margin-left:5px;
	background:url(images/search.svg) no-repeat center center;
	width:22px;
	height:32px;
	background-size:contain;
	border:none;
}

.yith-ajaxsearchform-container {
	float:none;
	display:inline-block;
}

#lang_sel_click ul {
	padding-left:0;
}

#lang_sel_click ul li,#lang_sel_click ul li a,#lang_sel_click ul ul {
	display:inline-block;
}

#language h6 {
	display:none;
}

.single_add_to_cart_button.button.alt {
	padding:20px;
	text-transform:uppercase;
	background:#F1831F;
}

.single_add_to_cart_button.button.alt:hover {
	background:#fb9638;
}

.search-box {
	padding:50px 0;
	text-align:center;
	background: #1e589d;
	box-shadow: 0 -5px 5px -5px rgba(0, 0, 0, 0.65);
}

.form-inline .form-group,.form-inline .input-group {
	width:100%;
}

.input-group-addon {
	background:transparent;
	border:0;
	padding:0;
}

.input-group-addon .button {
	padding:20px;
	width: 100%;
	text-indent: -999px;
	background: url(images/search.svg) no-repeat center center;
	background-size: 40px;
}
#yith-s{
	padding: 27px;
	border: 0;
	background: #fff; !important;
	border-radius: 0;
}
.autocomplete-suggestions {
	max-height:none!important;
}

.autocomplete-suggestion {
	line-height:35px!important;
	width: 50%;
	float: left;
}

footer .footer-widget-area ul{
	padding-left: 0;
	margin-top: 20px;
}
footer .footer-widget-area ul li{
	line-height: 2.5em;
}
footer .footer-widget-area ul li a, footer a{
	color: #fff !important;
}
.dist{
	margin: 40px 0;
	border-bottom: 1px solid #ebebeb;
	padding-bottom: 10px;
	-webkit-transform: translate3d(0,0,0) scale(0) !important;
	transform: translate3d(0,0,0) scale(0) !important;
}
.products li{
	margin-bottom: 10px;
    -webkit-transform: translate3d(0,0,0);
    -moz-transform: translate3d(0,0,0);
    -ms-transform: translate3d(0,0,0);
    -o-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
   -webkit-backface-visibility: hidden;
   	-webkit-transition: 1s cubic-bezier(0.19, 1, 0.22, 1);
    -moz-transition: 1s cubic-bezier(0.19, 1, 0.22, 1);
    -o-transition: 1s cubic-bezier(0.19, 1, 0.22, 1);
    transition: 1s cubic-bezier(0.19, 1, 0.22, 1);
	-webkit-filter: grayscale(0);
	filter: grayscale(0);
}
.products  li a img{
    max-width: 100%;
    display: block;
    margin: 0 auto;
	height: 100px;
	object-fit:contain;
}
#tab-description .zoom{
	margin-top: 30px;
	display: block;
}
footer img{
	display: block;
	width: 600px;
	margin: 10px auto;
}
footer img[alt*="Airbag"]{
	width: 450px;
	margin: 75px auto;
}
#tab-test_tab{
	border-radius: 0;
	text-align: left;

}
#tab-test_tab input[type="text"],
#tab-test_tab input[type="email"],
#tab-test_tab 	textarea{
	width: 80%;
	padding: 12.5px;
	font-size: 1.25em;
	background: #ebebeb;
	border: 0;
}
.panel h2{
	margin: 30px auto;
	font-size: 3.5em;
}
.category-image{
	width: 100px; height: 100px;
	margin-right: 10px;
	display: inline-block;
	object-fit:contain;
}
.category-image.image1{
	float: right;
}
.images img{
	max-width: 100%;
	height: auto;
}
div[itemtype="http://schema.org/Product"].container-fluid{
	padding: 0;
}
#map_canvas{
	height: 500px;
	width: 100%;
}
.form-inline .form-group{
	width: 75% !important;
	margin: 0 auto;
}
.input-group-addon .button{
	margin-left: 10px;
}
#intro{
	background: url("images/default.png") no-repeat center right;
	background-size: 1000px;
	background-color: #2a2a2a;
	padding-top: 100px;
	padding-bottom: 100px;
}
#intro.contact{
	background-image: url("images/default-contact.png");
}
#intro h1{
	border-left: 10px solid #1e589d;
	padding: 15px;
	padding-left: 30px;
	color: #fff;
	text-transform: uppercase;
}
.content{
	font-size: 1.25em;
	line-height: 1.5em;
}
.content li{
	margin-bottom: 30px;
}
.cart, .price, ul.products li.product .add_to_cart_button{
	display: none !important
}
#slider .item{
	height: 400px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	width: 100%;
}






#slider .item.one{
	background-image: url('images/1.jpg');
}
#slider .item.one h2{
	font-weight: bold;
	color: white;
	margin-top: 150px;
}
#slider .item.one p{
	font-weight: bold;
	color: white;
}
#slider .item.two{
	background-image: url('images/2.jpg');
}
#slider .item.two h2{
	font-weight: bold;
	color: white;
	margin-top: 150px;
}
#slider .item.two p{
	font-weight: bold;
	color: white;
}
#slider .item.three{
	background-image: url('images/3.jpg');
	background-position: center center;
}
#slider .item.three h2{
	text-align: right;
	font-weight: bold;
	color: white;
	margin-top: 150px;
}
#slider .item.three p{
	text-align: right;
	font-weight: bold;
	color: white;
}
#slider .item.four{
	background-image: url('images/4.jpg');
}
#slider .item.four h2{
	text-align: center;
	font-weight: bold;
	color: white;
	margin-top: 100px;
	color: white;
}
#slider .item.four p{
	text-align: center;
	font-weight: bold;
	color: white;
}
#slider .item.five{
	background-image: url('images/5.jpg');
}
#slider .item.five h2{
	text-align: left;
	font-weight: bold;
	color: white;
	margin-top: 100px;
	color: white;
}
#slider .item.five h3{
	text-align: left;
	font-weight: bold;
	color: white;
	color: white;
}
#slider .item.five p{
	text-align: left;
	font-weight: bold;
	color: white;
}







@media (min-width:1600px){
	.container{
		width: 1550px;
	}
}
@media screen and (max-width:1140px){
	#tab-test_tab{
		padding: 20px;
	}
	.panel h2{
		font-size: 2em;
	}
	.autocomplete-suggestion{
		width: 100%;
		float: none;
	}
}
@media screen and (max-width:992px){
	.branding{
		margin: 20px auto;
	}
	header .second{
		padding-top: 0;
	}
	.languages{
		float: right;
		margin-top: 25px;
	}
	#homecat li div{
		height: auto;
	}
	.top-bar{
		position: static;
	}
	.top-bar ul li{
		margin-right: 20px;
	}
	.product_title{
		font-size: 1.5em;
	}
}
@media screen and (max-width: 768px) {
	#top_menu ul li a{
		padding: 10px;
	}
	.top-bar ul li{
		margin-top: 0;
	}
	ul.products li.product-category .clickable {
		margin:3px 0;
	}
	.woocommerce-breadcrumb {
		text-align:center;
	}
	
	.woocommerce-breadcrumb span:first-child {
		display:inline-block;
	}
	
	.woocommerce-breadcrumb span:nth-last-of-type(2) {
		display:inline-block;
	}
		#homecat li figure{
		height: auto;
	}
	.betalingsmogelijkheden{
		width: 100%;
		background-position: center center;
	}
	.user{
		top: 70px;
	}
}
@media screen and (max-width:640px){
	.top-bar ul li{
		margin-bottom: 5px;
		margin-right: 10px;
	}
	.languages{
		float: none;
		transform: translateY(0);
		-webkit-transform: translateY(0);
	}
	#top_menu ul li{
		display: block;
	}
	.user{
		position: static;
		top: 0; right: 0;
		text-align: center;
		margin-top: 30px;
	}
	input, textarea{
		width: 100%;
	}
	.input-group-addon .button{
		background-size: 25px;
	}
	.alignnone{
		max-width: 100%;
		height: auto;
	}
	footer img[alt*="Airbag"]{
		width: 90%;
	}
	#tab-test_tab input[type="text"],
	#tab-test_tab input[type="email"],
	#tab-test_tab 	textarea{
		width: 100%;
	}
	.product_title{
		font-size: 2em;
	}
	footer img{
		width: 260px;
	}
}
@media screen and (max-width:479px){
	.top-bar ul li{
		display: block;
		margin-bottom: 10px;
		margin-right: 0;
	}
	.top-bar ul li:last-child{
		margin-bottom: 0;
	}
}
*{
	outline: 0 !important;
	text-decoration: none !important;
}
.product_type_simple{
	display: none;
}
#tab-additional_information{
	display: none;
}






.searchformholder{
	margin-top: -60px;
}
.searchformholder form{
	display: inline-block;
}
.searchformholder form #searchsubmit{
	margin-left: -10px;
	margin-top: 5px;
	background-position: 20px 1px;
}


.wpcf7 .wpcf7-form-control-wrap{
	width: 100%;
	display: block;
}
.wpcf7 .wpcf7-form-control-wrap input, .wpcf7 .wpcf7-form-control-wrap textarea{
	width: 100% !important;
}



.printlogo{
	display: none;
}

@media print {
	header .container .second, .woocommerce-breadcrumb, .searchformholder, footer, header{
		display: none;
	}

   .top-bar{
	   display:none;
   }
   
   .container{
	   background:red;
	   max-width: 100%;
   }
   
   
    a[href]:after {
    	content: none;
  	}
  	
  	.woocommerce-tabs, .related.products{
	  	display: none;
  	}
  	
  	
  	.printlogo{
	  	display: block;
	  	margin: 0 auto;
	  	width: 180px;
  	}
  	



  
}

h3.brand{
	text-align: center;
	font-size: 18px;
}
.branddesc{
	text-align: center;
	font-size: 10px;
}
.intro{
	max-width: 600px;
	margin: 0 auto;
}
.intro h3{
	margin-top: 0;
	padding-top: 0;
}





.airbagshop-punten-balk{
	background: #134279;
	padding: 30px;
	color:white;
	text-align: center;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
.airbagshop-punten-balk h3{
	color:white;
}
.airbagshop-punten-balk ul{
	margin: 0;
	padding: 0;
	display: inline-block;
}
.airbagshop-punten-balk ul li{
	text-align:left;
	font-size: 18px;
	padding-bottom: 10px;
	padding-top: 10px;
	border-top: 1px solid rgba(255, 255, 255, 0.55);
}
.airbagshop-punten-balk ul li:first-child{
	border-top: none;
}



.werkplaatsgallery{

}
.werkplaatsgallery .item{

}
.werkplaatsgallery .item a{
	margin: 15px 0;
	display: block;
	width: 100%;
	border: 1px solid #f8f8f8;
}
.werkplaatsgallery .item a:hover{
	border: 1px solid #1d5aae;
}
.werkplaatsgallery .item a img{
	width: 100%;
}
.werkplaatsgallery .item a h3{
	color: #1f1f1f;
	text-align: center;
	font-size: 14px;
}

.werkplaatsgallery .item .brandlogo{
	width: 100%;
	height: 200px;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
}


.voor-en-na{
	background: #f4f4f4;
	border: 2px solid #134279;
	padding: 10px;
	margin-top: 20px;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
text-align: center;
}

.voor-en-na .title{
	color: #134279;
	text-align: center;
	font-size: 18px;
	font-weight: bold;
	border-bottom: 1px solid #d6d6d6;
	padding: 5px;
	margin: 5px;
}

.voor-en-na img{
	display: inline-block;
	width: 100px;
	border: 2px solid rgba(73, 73, 73, 0.4);
	margin: 4px 1px;
}

.voor-en-na img:hover{
	border: 2px solid #134279;
}