/*
CTC Separate Stylesheet
Updated: 2018-05-07 08:07:36
Theme Name: saxonparts.com
Theme URI: https://woocommerce.com/storefront
Template: storefront
Author: Marco Weegerink
Author URI: http://www.marcoweegerink.nl
Description: Storefront is the perfect theme for your next WooCommerce project. Designed and developed by WooCommerce Core developers, it features a bespoke integration with WooCommerce itself plus many of the most popular customer facing WooCommerce extensions. There are several layout & color options to personalise your shop, multiple widget regions, a responsive design and much more. Developers will love it's lean and extensible codebase making it a joy to customize and extend. Looking for a WooCommerce theme? Look no further!
Tags: e-commerce,two-columns,left-sidebar,right-sidebar,custom-background,custom-colors,custom-header,custom-menu,featured-images,full-width-template,threaded-comments,accessibility-ready,rtl-language-support,footer-widgets,sticky-post,theme-options
Version: 2.2.8.1525680456
*/
body{
	margin:0;
	padding:0;
	font-family: 'Roboto', sans-serif;
	background-image:url(achter.png);
	background-repeat:no-repeat;
	background-size:200% auto;
}

.site-header {
	background-color: transparent !important;
}

p{
	font-size:18px;
}
a:hover{
	text-decoration:none;
}

h1{
	color:#000000;
}

.col-sm-12{
	margin:0;
	padding:0;
}

.mtc_header{
	background-color:#ffffff;
	z-index:1000;
}

.mtc_logo{

}



.mtc_menu{
	background-color:#86a10b;
	padding-left:32px;
}

.col-full {
    max-width: 100%;

}

.woocommerce-breadcrumb{
	margin-bottom:0px;
}

.mtc_brand{
	/*min-height:100px;
	min-weight:100px;*/
padding:0;
}

.mtc_punten{
	color:#C00;
}

.mtc_thumb {
    max-width: 300px;
    padding-bottom: 20px;
}

.widget_wcc_widget{
	border: 1px solid #000000;
}

.mtc_cat {
    width: 100%;
    padding: 10px;
    font-size: 16px;
    color: #86a10b;
    background-color: #000000;
}

.widget-area .widget a:not(.button) {
    font-weight: normal;
    text-decoration: none;
    color: #000000;
    font-size: 16px;
    background-color: #ffffff;
    width: 100%;
    display: block;
    padding: 10px;
}
.widget-area .widget a:not(.button):hover {
    color: #000000;
    background-color: #86a10b;
}

.widget_product_categories ul li {
    padding: 0px;
    background-color: #86a10b;
    margin: 0;
    border-bottom: 1px solid #000000;
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;
	list-style-type: none;
}

.widget_product_categories ul li:first-child {
border-top:1px solid #000000;;
}

.cat-item li{
	list-style-type: none !important;
	color:#86a10b;
}

/*LOOPER*/

ul.products li.product .woocommerce-loop-product__title, ul.products li.product h2, ul.products li.product h3 {
    font-size: 16px;
    font-weight: 400;
    margin-bottom: .5407911001em;
	color: #000000;
	    height: 60px;
    overflow: hidden;
}

ul.products li.product img {
    display: block;
    margin: 0 auto 1.618em;
    border: 1px solid #42402b;
}

li.product{
	    min-height: 400px;
}

.add_to_cart_button {
    background-color: #42402b;
    color: #ffffff;
    width: 100%;
    left: 0;
	font-size: 16px;
    font-weight: 400;
}

.add_to_cart_button:hover{
	 background-color: #86a10b;
	 color: #ffffff;
	 text-decoration:none;
}


ul.products li.product .price{
    color: #000000;
	font-size:24px;
}

.onsale{
	display:none !important;
}

input[type=search]{
	background-color:#f1f1f1;
	padding:0.5vw;
	font-size:14px;
}

button[type=submit]{
	background-color:#86a10b;
	color:#ffffff;
	font-weight:400;
}

button[type=submit]:hover{
	background-color:green;
		color:#ffffff;
}

.mtc_zoeken{
	float:right;
	font-size:16px;
	color: #000000;
	margin-top:29px;
}

@media only screen and (max-width: 1024px){
	.mtc_zoeken{
	margin-top:2px;
}
}

form.woocommerce-product-search{
	margin-bottom:0;
}

.mtc_logos{
	min-height:100px;
	/*background-color:#cc00ff;*/
	max-height:200px !important;
}

.site-footer{
	background-color: #42402b;
	color:#ffffff;
	    padding-bottom: 0;
}

.site-footer a:not(.button) {
    color: #ffffff;
}

ul.menu li.current-menu-item>a {
    color: #86a10b;
}

.widget_recent_entries ul li:before, .widget_pages ul li:before, .widget_categories ul li:before, .widget_archive ul li:before, .widget_recent_comments ul li:before, .widget_nav_menu ul li:before, .widget_links ul li:before, .widget_product_categories ul li:before, .widget_layered_nav ul li:before, .widget_layered_nav_filters ul li:before {
    font-family: "FontAwesome";
    margin-right: 0.5407911001em;
    display: block;
    float: left;
    opacity: 1;
    margin-left: -1.618em;
    width: 1em;
    color: #fff;
	list-style-type:none;
	pointer-events:none !important;
}

.footer-widgets {
    padding-top: 0;
    border-bottom: 1px solid rgba(0,0,0,.05);
}

.site-info {
    padding: 0;
	padding-bottom:10px;
}

/*CART AANPASSINGEN*/

.woocommerce-cart-tab{
    background-color: #cc0000 !important;
}

.woocommerce-cart-tab__contents {
    background-color: #ffffff !important;
    color: #cc0000 !important;
    font-weight: normal !important;
}

.woocommerce-cart-tab .woocommerce-cart-tab__icon {
    position: absolute;
    top: 0 !important;
    left: 0 !important;
    transform: translateX(0%) translateY(-0%) !important;
    width: 50px !important;
}

.woocommerce-cart-tab-container--right .woocommerce-cart-tab {
    background-color: transparent !important;
	margin-top: 16vw !important;
}



.woocommerce-cart-tab__contents {
    display: block;
    position: absolute;
    bottom: 10px;
    right: 10px;
    width: 25px;
    height: 25px;
    background: red;
    line-height: 25px;
    border-radius: 100%;
    text-align: center;
    z-index: 10;
    font-size: .857em;
    border: 2px solid #42402b;
    background-color: #42402b !important;
    color: #fff !important;
}

.woocommerce-cart-tab__icon-bag {
    fill:  #86a10b !important;
}

.woocommerce-tabs{
	display:none;
}

button.alt, input[type="button"].alt, input[type="reset"].alt, input[type="submit"].alt, .button.alt, .added_to_cart.alt, .widget-area .widget a.button.alt, .added_to_cart, .widget a.button.checkout {
    background-color: #000000;
    border-color: #000000;
    color: #ffffff;
}

.woocommerce-cart-tab-container .widget_shopping_cart .buttons .button {
    width: 100% !important;
    float: left;
    margin: 0;
    text-align: center;
    margin-top: 10px !important;
}

.widget_layered_nav ul li{
	 padding: 0px;
    background-color: #86a10b;
    margin: 0;
    border-bottom: 1px solid #000000;
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;
	list-style-type: none;
}

.widget_layered_nav .count{
	color: red;
	display:none;
}

.widget .widget-title, .widget .widgettitle {
    font-size: 16px;
    letter-spacing: 0;
    border-bottom: none;
    padding: 10px;
    margin-bottom: 0;
    font-weight: 400;
    color: #86a10b;
    background-color: #000000;
}


.woocommerce-info, .woocommerce-noreviews, p.no-comments, a.button.wc-forward{
	background-color: #000000;
	color:#ffffff !important;
}

 a.button.wc-forward:hover{
	background-color: #006;
	color:#ffffff !important;
	text-decoration:none;
}


button#place_order.button.alt, a.button.checkout.wc-forward, a.checkout-button.button.alt.wc-forward{
	background-color:green;
}

button#place_order.button.alt:hover, a.button.checkout.wc-forward:hover, a.checkout-button.button.alt.wc-forward:hover{
	background-color:#090;
		text-decoration:none;
}

.ssatc-sticky-add-to-cart a.button.alt{
	background-color:green;
}

@media only screen and (max-width: 768px){
#mega-menu-wrap-hoofdmenu #mega-menu-hoofdmenu {
    background: #08339c;
    margin-left: -32px;
}

#mega-menu-wrap-hoofdmenu #mega-menu-hoofdmenu > li.mega-menu-item > a.mega-menu-link {
padding-left: 40px;
    font-size: 16px;
}

#mega-menu-wrap-hoofdmenu #mega-menu-hoofdmenu > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link {
   padding-left:60px !important;
}

#mega-menu-wrap-hoofdmenu .mega-menu-toggle .mega-toggle-block-1:after {
    color: #000000;
}
#mega-menu-wrap-hoofdmenu .mega-menu-toggle .mega-toggle-block-1 .mega-toggle-label {
    color: #000000;
	padding-left:24vw;
}
}

.mtc_front {
    margin-left: -37px;
	margin-top: -123px; /*-60*/
	margin-bottom:40px;
    background-color: #fff;
    width: 100vw;
}

.mtc_slider{
	background-color:#fff;
	padding:0;
	margin:0;
}

.mtc_info{
	background-color:#fff;
		padding:0;
	margin:0;
}

.woocommerce-message{
	background-color:rgb(8, 51, 156) !important;
}

.mtc_cat:empty {
  display:none;
}

a.button.storefront-hero__button-edit{
	display:none;
}

.mtc_zoekbutton{
	    padding: 0.5vw 2vw !important;
}

.saxon-logo{
	background-color:#ffcc00;
}

.storefront-product-pagination{
	display:none;
}

body{
padding:0;
margin:0;
}
canvas{
	width:100vw;
	height:auto;
	background-color:transparent !important;
}
/*
.onder {
    position: absolute;
    width: 25vw;
    height: 12.5vw;
    top: 12.5vw;
    background-image: url(onderkant.png);
    background-size: contain;
    background-repeat: no-repeat;
    z-index: 20000;
}*/
.onder {
    position: absolute;
    width: 25vw;
    height: 15vw;
    top: 12.5vw;
    background-image: url(onderkant.png);
    background-size: contain;
    background-repeat: no-repeat;
    z-index: 20000;
}
.mtc_menu {
    background-color: #86a10b;
    padding-left: 32px;
    z-index: 1000;
    position: absolute;
    top: 12.5vw;
	width:100vw;
}



@media screen and (min-width: 768px) {
.site-header {
    border-bottom: 0px;
	margin-bottom: 1em !important;
	background-color: transparent !important;
}
#mega-menu-hoofdmenu {
    padding: 0px 0px 0px 17.5vw !important;
}
}

.widget {
}

.amount{
	color:#86a10b;
}

li.cat-item {
    font-size: 14px;
    margin-bottom: 2px;
}

ul.children.mtree-level-1{
	background-color:#3F3;
}

ul.children.mtree-level-1 a{
	background-color:#3F3;
}

li.cat-item{
	background-color:#CCC;
}
li.cat-item a{
	background-color:#CCC;
}

.mtc_cat{
	display:none;
}


.saxon-top {
    background-color: #333;
    position: absolute;
    top: 0;
    z-index: -1;
    width: 100vw;
}

.site-content {
    /* outline: 0; */
    /* background-color: aliceblue; */
    max-width: 1200px !important;
    margin: auto;
}

@media (min-width: 768px){
.storefront-breadcrumb {
    padding: 0;
    margin: 0 0 3.706325903em;
    padding-left: 17.5vw;
}
h1{
    margin-top: -5px;
    margin-bottom: 34px;
	color:#42402b;
}
.left-sidebar .widget-area {
    width: 21.7391304348%;
    float: left;
    margin-right: 4.347826087%;
    margin-top: 4px;
}

.content-area{
width:70% !important;
}
}

.widget_wcc_widget {
    border: 0px solid #000000 !important;
}

.widget-area .widget a:not(.button) {
    font-weight: normal;
    text-decoration: none;
    color: #ffffff;
    font-size: 16px;
    background-color: #42402b;
    width: 100%;
    display: block;
    padding: 10px;
}
ul.children.mtree-level-1 {
    background-color: #42402b;
    margin: 0 !important;
	margin-left:5px;
}

ul.mtree.default li.mtree-closed:before {
    content: '+';
    font-size: 33px;
    float: right;
    padding-right: 10px;
    color: #fff;
	pointer-events: none !important;
}

img {
border-radius: 0px;
}

.mtc_topmenu {
    /* padding-right: 40px !important; */
    /* padding-top: 20px; */
    position: absolute;
    right: 0vw;
    top: 0vh;
    z-index: 10000;
    width: auto;
    background-color: #ffffff;
    border-radius: 0px 0px 0px 10px;
    font-size: 15px;
	padding: 5px;
	display: none;
}
.mtc_topmenu ul{
	list-style-type:none;
	margin:0;
}
.mtc_topmenu li {
    float: right;
    padding: 0 10px;
    color: 0 !important;
    margin-right: 10px;
}

a.mtc_topmenu  {
color:#fff;
}

span.gamma.widget-title{
	background-color:transparent;
	padding:0;
	font-size: 24px;
}


.widget_recent_entries ul li:before, .widget_pages ul li:before, .widget_categories ul li:before, .widget_archive ul li:before, .widget_recent_comments ul li:before, .widget_nav_menu ul li:before, .widget_links ul li:before, .widget_product_categories ul li:before, .widget_layered_nav ul li:before, .widget_layered_nav_filters ul li:before {
    font-family: "FontAwesome";
    margin-right: 0.5407911001em;
    display: block;
    float: left;
    opacity: 1;
    margin: 10px;
    width: 1em;
    color: #fff;
    list-style-type: none;
	pointer-events:none !important;
}

a::before{
	display:none;
}

a.yith-wcan-reset-navigation.button {
    background-color: #42402b;
    width: 100%;
    text-align: center;
    font-size: 16px;
	color:#fff;
	margin-bottom:20px;
	font-weight:normal !important;
}

a.yith-wcan-reset-navigation.button:hover {
	text-decoration:none;
	background-color: #86a10b;
	color:#fff;
}

.logolos {
    background-image: url(logolos.png);
    position: absolute;
    left: 3vw;
    top: 2.5vw;
    width: 17.5vw;
    height: 17.5vw;
    background-size: contain;
    background-repeat: no-repeat;
    z-index: 100000;
	cursor:pointer;
}

.button.alt{
	 background-color: #86a10b !important;
	 color: #ffffff;
	 text-decoration:none;
}

.mtree-open lia{
	padding-left:10px !important;
	background-color:#ffcc00;
}

@media (min-width: 768px){
.col2-set#customer_login .col-1, .col2-set.addresses .col-1, .col2-set#customer_login .col-2, .col2-set.addresses .col-2  {
    border: 1px solid #000;
    padding: 10px;
}
}

.widget_product_search form input[type=search]{
	font-size:18px;
}

form.woocommerce-product-search {
    font-size: 15px;
}

/*
.storefront-sorting select{
	font-size:18px !important;
}

.woocommerce-pagination .page-numbers li .page-numbers.current {
    background-color: #e6e6e6;
    color: #636363;
    font-size: 18px;
}
*/

.woocommerce-result-count {
font-size:1em;
}

/*TOEVOEGING MEI 2019 DROPDOWN FILTERS*/
.yith-wcan-select-wrapper {
    background: #ffcc00;
    margin: 0 4px 4px 0;
    max-height: 240px;
    padding-bottom: 30px;
    position: relative;
    overflow-x: hidden;
    overflow-y: auto;
    width: 100%;
    z-index: -1;
    border: 0px solid #cecece;
    padding: 0;
    margin-top: -16px;
}



.widget_layered_nav ul li {
    padding: 0px;
    background-color: #42402b;
    margin: 0;
    border-bottom: 1px solid #000000;
    border-left: 1px solid #000000;
    border-right: 1px solid #000000;
    list-style-type: none;
}

.yith-wcan-select-wrapper ul.yith-wcan-select.yith-wcan li {
    padding:0;
    border-bottom: 1px solid transparent;
    border-top: 1px solid transparent;
}

.yit-wcan-select-open {
    border: 0px solid #cecece;
    color: #fff !important;
    display: block;
    line-height: 16px;
    margin-bottom: 15px;
    margin-top: 15px;
    overflow: hidden;
    padding: 10px 30px 10px 10px;
}

.yith-woocommerce-ajax-product-filter {
    position: relative;
    margin: 0 !important;
}

.wcc_block{
	margin-top:10px;
}

li.chosen a {
    padding: 10px !important;
    border: 0px;
	background-color:#86a10b !important;
	background-image:none !important;
	color:#fff !important;
}

.yith-wcan-select-wrapper ul.yith-wcan-select.yith-wcan li a:hover, .widget .yit-wcan-select-open:hover {
    text-decoration: none;
    color: #fff;
    padding: 10px;
}

ul.yith-wcan-select.yith-wcan li a{
	color: #fff !important;
}

/*for quote*/
ul.products li.product .price {
	display:none;
}

li.product {
    min-height: auto;
}

.woocommerce-message{
	display:none;
}

.woocommerce-info{
	display:none;
}

#qlwapp.qlwapp-bottom-left, #qlwapp.qlwapp-bottom-right {
    top: auto;
    bottom: 50px;
}

#cookie-law-info-bar {
	z-index:100000;
}


.add_to_cart_button, .single_add_to_cart_button, .quantity{
	display:none;
}
.storefront-sticky-add-to-cart{
	display: none;
}

@media (orientation: portrait) {
li.my-account, li.cart{
/*visibility: hidden;*/
}
}

.storefront-handheld-footer-bar {
display: none !important;
}

.quick {
    background-color: #86a00b;
    color: #fff;
    text-align: center;
    padding: 10px;
    font-size: 18px;
    border: solid 1px #000;
		border-bottom: 0;
}

.quick input[type="submit"] {
    width: 100%;
    background-color: #e30016;
    color: #fff;
    font-weight: 600;
    padding: 10px;
}
.quickform{
display: none;
padding: 20px;
border:1px solid;
}

.input-text, input[type=email], input[type=password], input[type=tel], input[type=text], input[type=url], textarea {
    width: 100%;
}

.saxon {
    display: block;
    width: 100%;
		margin-bottom: 10px;
/*    height: calc(20vw + 40px);
    background-image: url(footer.svg);
    background-size: contain;
    position: absolute;
    background-repeat: no-repeat;*/
}

@-webkit-keyframes bg-slide {
    from { transform: translateX(0); }
    to { transform: translateX(-50%); }
}
.cust_logos{
  display: block;
  position: relative;
  width: 100%;
  height: 6vw;
 overflow: hidden;
 z-index: -1;

}


.delogos {
  width: 100%;
      height: 100%;
      overflow: hidden;
      position: relative;
      background-image: url(logos.png);
      background-size: auto 100%;
			background-color: #fff;
}

.uitgelicht{
	padding: 3.8%;
	background-color: #cd0010;
	border-radius: 20px;
	margin-bottom: 3.8%;
}
.uitgelicht ul.products li.product{
	margin: 0;
}

.uitgelicht h2{
	color:#fff;
	text-align: center;

}
.uitgelicht ul.products li.product .woocommerce-loop-product__title, ul.products li.product a {
	color:#fff;
	text-decoration: none !important;
}

ul.products li.product img {
	border-radius: 15px;
}

/* Landscape mode - 5 items per row */
@media (orientation: landscape) {
    .category-list {
        display: flex;
        flex-wrap: wrap;
				list-style-type: none;
				margin: 0;
    }

    .category-list li {
			flex: 0 0 18%;
	    max-width: 20%;
	    background-color: #85a10c;
	    margin: 8px;
	    padding: 8px;
	    text-align: center;
	    align-items: center;
	    display: grid;
			border-radius: 20px;
    }

.category-list a {
color: #fff;
}
}

/* Portrait mode - 2 items per row */
@media (orientation: portrait) {

	.cust_logos{
	  display: block;
	  position: relative;
	  width: 100%;
	  height: 80px;
	 overflow: hidden;
	 z-index: -1;

	}
    .category-list {
        display: flex;
        flex-wrap: wrap;
				list-style-type: none;
    }

    .category-list li {
        flex: 0 0 50%; /* Set each item to occupy 50% of the container width */
        max-width: 50%; /* Ensure items don't exceed 50% of the container width */
    }
}

.saxonzoek{
	border: 0px solid #ffcc00;
}


.saxonzoek input#wc-block-search__input-1.wc-block-product-search__field{
	text-align: center;
font-size: 17px;
padding: 10px;
border: 1px solid #85a10c;
border-radius: 10px;
}

.saxmain{

}

.saxmain h1.entry-title{
	display: none;
}



@media (orientation: landscape) {
	.saxmerk{
		padding: 20px 100px;
border: 1px solid #85a10c;
border-radius: 20px;
margin-bottom: 30px;
    margin-top: 30px;
	}
	.saxparts{
		padding: 20px 10px;
border: 1px solid #85a10c;
border-radius: 20px;
margin-bottom: 30px;
    margin-top: -60px;
		text-align: center;
	}
}

@media (orientation: portrait) {
figure.wp-block-image.size-large {
    width: 22%;
    margin: 0;
}

}

.notfound{
	/* border: 2px solid; */

	padding: 20px;
	text-align: center;
	font-size: 16px;
	border-radius: 20px;
}

.notfoundform{

	margin-top: 20px;
	    padding: 20px;
	    background-color: #85a10c;
	    text-align: center;
	    border-radius: 20px;
	    color: #fff;
	    max-width: 820px;
	    margin: auto;
}

.notfoundform label{
	width:100%;
}

.notfoundform .wpcf7-form-control.has-spinner.wpcf7-submit{
	width:100%;
}

.modellen {
    background-color: red;
    padding: 5px 10px;
    margin: 5px;
    display: inline-block;
    color: #fff;
    text-align: center;
    min-width: 50px;
		border-radius: 10px;
}

.modellen:hover{
background-color: #ffcc00;
color: #000;
}

.modellencontainer{
	text-align: justify;
    border-radius: 30px;
    border: 1px solid #85a10c;
    padding: 10px;
    background-color: #85a10c10;
    margin-top: 30px;
    text-align: center;
}

.marcowsTitle{
	font-size: 16px;
	text-align: center;
	margin-top: 10px;
}
.marcowsProducts {
	border-radius: 30px 30px 0 0;
	    border: 1px solid #85a10c;
	    padding: 10px;
	    background-color: #85a10c10;
			margin-top: 30px;
}

.marcowsProducts h2, .modellencontainer h2{
	text-align: center;
	margin-top: 10px;
}

.marcowsProducts > ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex; /* Change to display: flex */
  flex-wrap: wrap;
}

.marcowsProducts li {
  flex-basis: 20%; /* 5 columns (20% width each) */
  box-sizing: border-box;
	padding: 1%;
	border-radius: 20px;
}

.marcowsProducts li:hover{
	background-color: #ffcc00;
}

/*
.marcowsProducts li:first-child {
  padding-left: 0;
}

.marcowsProducts li:last-child {
  padding-right: 0;
}
*/

.marcowsProducts::after {
  content: "";
  flex: auto;
}

.marcowsProducts li img{
	border-radius: 15px;
	border: 1px solid #000;
	box-shadow: 0px 0px 11px 0px rgba(0,0,0,0.75) inset;
-webkit-box-shadow: 0px 0px 11px 0px rgba(0,0,0,0.75) inset;
-moz-box-shadow: 0px 0px 11px 0px rgba(0,0,0,0.75) inset;
}

.marcowsForm {
	border-radius: 0 0 30px 30px;
border: 1px solid #85a10c;
padding: 40px 10px;
background-color: #85a10c;
color: #fff;
text-align: center;
font-size: 16px;
text-shadow: 0px 0px 7px #000000;
}

.marcowsForm h2{
	font-size: 20px;
	color:#fff;
text-align: center;
text-shadow: 0px 0px 7px #000000;
}

@media (max-width: 768px) {
  /* Portrait mode */
  .marcowsProducts li {
    flex-basis: 100%; /* 1 column (100% width) */
  }
}


#secondary{
display: none;
}
#primary{
	width: 100% !important;
}

.pagination {
	width: 100%;
}

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

.woocommerce-ordering{
	display: none;
}
