
  body.boxed {
    background: url(http://keurslagergoossens.nl/wp-content/themes/goossens/assets/img/boxed_pattern.png);
  }
.spinner > div {
  background-color: #000000;
}

.wide .page-section.color,
.boxed .page-section.color > .container {
  background-color: #000000;
}

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

.contact h1,
.contact h2,
.contact h3,
.contact h4,
.contact h5,
.contact h6,
.contact h1 small,
.contact h2 small,
.contact h3 small,
.contact h4 small,
.contact h5 small,
.contact h6 small {
  color: #000000;
}

/* Section title
 * -------------------------------------------------------------------------- */
.section-title {  
  color: #000000;
}


.contact .section-title,
.contact .section-title small {
  color: #000000;
}


.block-title.alt .fa.color {
  background-color: #000000;
}

a {
  color: #000000;
}

ul.list .fa,
ol.list .fa {  
  color: #000000;
}
.drop-cap {  
  color: #000000;
}

.btn-theme {
  color: #ffffff;
  background-color: #000000;
  border-color: #000000;  
}

.color .btn-theme {
  color: #000000;
  background-color: #ffffff;
  border-color: #ffffff;
}
.color .btn-theme:hover {
  background-color: #000000;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-theme-transparent,
.btn-theme-transparent:focus,
.btn-theme-transparent:active {
  background-color: transparent;
  border-color: #000000;
  color: #000000;
}

.btn-theme-grey {
  background-color: #808080;
  border-color: #7b7b7b;
  color: #000000;
}

.btn-play {  
  background-color: #000000;
  color: #ffffff;
}

.btn-play:hover {
  background-color: #ffffff;
  color: #000000;
}

.btn:hover{
  background: #555;
  color:#fff;
}

/* 1.7 - Form / Input / Textarea / Select
/* ========================================================================== */
.form-control {
  border: 1px solid #000000;
  color: #808080;
}

.bootstrap-select > .selectpicker {
 
  border: 1px solid #000000;
  background-color: #ffffff !important;
  color: #808080 !important;
}
.bootstrap-select > .selectpicker:focus {
  border-color: #000000;
}

.logo a {
  color: #000000;  
}
.logo a:hover, .logo a:hover small{
  color: #333;
}
.logo .fa-stack .logo-bg {
  background-color: #000000; 
}

.footer-logo .fa-stack .logo-fa {
  color: #000000;  
}
.logo small{
  color:#000000;
}

.top-line .top-line-navigation li.active a {
  border-bottom: solid 2px #000000;
  color: #c4b665;
}

.top-line .top-line-user-menu li.active a {
  border-bottom: solid 2px #000000;
  color: #c4b665;
}

.sf-menu a {
  color: #000000;
}


.sf-menu .current-menu-parent ul a{
 color: #000000;
}
.sf-menu a:hover,
.sf-menu .current-menu-parent a,
.sf-menu .current-menu-parent a:hover,
.sf-menu .current-menu-parent .current-menu-item a{
 color: #333;  
}




.sf-arrows > li > .sf-with-ul:focus:after,
.sf-arrows > li:hover > .sf-with-ul:after,
.sf-arrows > .sfHover > .sf-with-ul:after {
  border-top-color: #000000;
}

.sf-arrows ul li > .sf-with-ul:focus:after,
.sf-arrows ul li:hover > .sf-with-ul:after,
.sf-arrows ul .sfHover > .sf-with-ul:after {
  border-left-color: #000000;
}

.sf-menu li.megamenu ul a:hover {
  color: #000000;
}

.cart-total .fa { 
  color: #000000;
}
#popup-cart .cart-items .media .item-quantity{
  color: #333; 
}
.cart-items .media + .media{
  border-top:1px solid #BABABA;
}


@media (min-width: 768px) {
  .cart-items:before {
    content: '';
    position: absolute;
    top: -9px;
    right: 50px;
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #000000;
  }

}
.cart-items .cart-items-inner {
  background-color: #eeeeee;
  border: solid 1px #000000;
}

.cart-items .item-price {
  margin-bottom: 0;
  font-size: 17px;
  font-weight: bold;
  line-height: 1;
  color: #000000;
}

.page-checkout .modal-title,
.modal .modal-title {
  font-family: 'Montserrat', cursive;
  font-weight: bold;
  font-size: 25px;
  line-height: 1;
  text-transform: uppercase;
  color: #000000;
}
.page-checkout .modal-content,
.modal .modal-content {
  border-radius: 0;
  background-color: #ffffff;
  border: solid 1px #000000;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.page-checkout a.link:hover,
.modal a.link:hover {
  color: #000000;
}

.page-checkout label,
.modal label {
  font-size: 17px;
  line-height: 1;
  text-transform: uppercase;
  margin-bottom: 0;
  color: #000000;
}

.page-checkout table.order thead,
.modal table.order thead {
  background-color: #000000;
  color: #ffffff;
}

/* 2.4 - Fixed menu / Mobile menu
/* ========================================================================== */

@media (max-width: 991px) { 
  .menu-toggle .fa {
    font-size: 15px;
    line-height: 30px;
    width: 30px;
    height: 30px;
    text-align: center;
    color: #ffffff !important;
    background-color: #000000;
  }
  .sf-menu a{ color:#fff;}
}


@media (max-width: 991px) {
  .navigation {
    position: fixed;
    top: 0;
    right: 0;
    height: 100%;
    width: 250px;
    z-index: 11000;
    background-color: #000000 !important;
    color: #fff;
  }
  
  .sf-menu > li > a {
    background-color: #000000;
    padding-top: 10px !important;
    padding-bottom: 10px !important;
    color:#fff;

  }
  .sf-menu > li > a:hover {
    background-color: #ffffff !important;
    color: #000000;
  }
  
  .sf-menu .current-menu-parent ul a{
   color: #fff;
  }
}

/* --------------------------------------------------------------------------
 * 3 - Content
 * -------------------------------------------------------------------------- */
/* 3.1 - Slider / Owl sliders
/* ========================================================================== */
.main-slider.owl-theme .owl-controls .owl-buttons .owl-prev:hover,
.main-slider.owl-theme .owl-controls .owl-buttons .owl-next:hover {
  color: #000000;
}



/* Slider Caption
 * -------------------------------------------------------------------------- */
.main-slider .caption-content { 
  background-color: #000000;  
}
.main-slider .btn-theme {  
  color: #000000;
}
.main-slider a.btn-theme {  
  color: #000000!important;
}

.main-slider a.btn-theme:hover {  
  color: #fff!important;
}

.main-slider .owl-nav [class*=owl-] {  
  background: #000000 !important;  
}
.main-slider .owl-nav [class*=owl-]:hover{
 background: #555!important;
 color:#fff!important;
}
.products-carousel .owl-theme .owl-controls .owl-nav [class*=owl-]:hover {
  background: #000000;
  border-color: #000000;  
}
.main-slider .btn-theme:hover{
  background: #555;
  border-color:#555;
  color:#fff;
}


.latest-deals-row .latest-deal .deal-availability span.in-stock {
  color: #000000;  
}

.latest-deals-row .latest-deal .price ins {
  font-size: 30px;
  line-height: 31px;
  text-decoration: none;
  color: #000000;
}

/* 3.2 - Promotions slider / Owl carousel
/* ========================================================================== */

.promotions-slider .caption .btn-theme {
  background-color: #ffffff;
  border-color: #ffffff;
  color: #000000;
}

.promotions-slider .caption-content {
  padding: 30px;
  background-color: #000000;
  background-color: rgba(160, 145, 61, 0.9);
  color: #ffffff;
}


.promotions-slider .owl-nav [class*=owl-] {
  margin-top: -28px !important;
  font-size: 25px !important;
  background: transparent !important;
  color: #000000 !important;
}

/* 3.3 - Image carousel / Owl carousel
/* ========================================================================== */

.product-img-carousel .owl-nav [class*=owl-],
.img-carousel .owl-nav [class*=owl-] {
  margin: -30px 0 0 0 !important;
  padding: 0 !important;
  width: 60px;
  height: 60px;
  border-radius: 0 !important;
  font-size: 40px !important;
  line-height: 60px !important;
  background: #000000 !important;
  color: #ffffff !important;
}


.partners-carousel .owl-carousel div a:hover {
  border: solid 1px #000000;
}


.partners-carousel .owl-prev,
.partners-carousel .owl-next {
  border: solid 1px #000000;
  color: #000000;
  height: 30px;
  width: 30px;
  line-height: 30px;
  text-align: center;
}

.partners-carousel .owl-prev .fa,
.partners-carousel .owl-next .fa {
  color: #000000;
  font-size: 16px !important;
  line-height: 30px;
}

/* 3.5 - Breadcrumbs
/* ========================================================================== */

.post-title {
  color: #000000;
  margin-top: 0;
  margin-bottom: 15px;
  font-size: 30px;
}
.post-title a {
  color: #000000;
  line-height: 1;
}

.post-meta a {
  color: #000000;
}
.post-meta .fa{ 
  color:#808080;
}

.post-type .fa {
  color: #000000;
}

.about-the-author .media-heading {
  color: #000000;
}

/* 3.9 - Comments
/* ========================================================================== */

.comments-form .block-title {
  color: #000000 !important;
}

/* 3.10 - Pagination / Pager
/* ========================================================================== */

.pagination > li > a {
  background-color: #eeeeee;
  color: #000000;
  margin: 0 10px 0 0;
  padding: 7px 15px 7px 15px;
}

.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  background-color: #000000;
  color: #ffffff;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  background-color: #000000;
  border-color: #000000;
}

/* Categories
/* ========================================================================== */

.widget-flickr-feed a:hover {
  border-color: #000000;
}

/* Tag-cloud
/* ========================================================================== */

.widget-tag-cloud a {
  display: block;
  padding: 5px 10px;
  background-color: transparent;
  border: solid 1px #000000;
  color: #000000;
}
.widget-tag-cloud a:hover {
  color: #ffffff;
  background-color: #000000;
  border-color: #000000;
}
/* Recent tweets
/* ========================================================================== */
.recent-tweets .media .fa {
  color: #000000;
}

/* Sidebar widget tabs
/* ========================================================================== */
.sidebar .widget .nav-tabs {
  border-bottom-color: #000000;
}
.sidebar .widget .nav-tabs > li > a {
  margin-right: 0;
  border-radius: 0;
  color: #000000;
  background-color: #d9d09d;
  border-left: none;
  border-right: none;
  border-top: none;
  border-bottom-color: #000000;
}

.sidebar .widget .nav-tabs > li.active > a,
.sidebar .widget .nav-tabs > li.active > a:hover,
.sidebar .widget .nav-tabs > li.active > a:focus {
  color: #ffffff;
  border-color: #999999;
  background-color: #000000;
  border-left: none;
  border-right: none;
  border-bottom-color: #000000;
}

.sidebar .widget .tab-content .media-body .fa {
  font-size: 14px;
  color: #000000;
}

.welcome-list .media-object {
  width: 60px;
  height: 60px;
  border-radius: 30px;
  margin-right: 10px;
  text-align: center;
  background-color: #000000;
}


.product-list .price ins {
  padding-left: 5px;
  padding-right: 5px;
  text-decoration: none;
  background-color: #000000;
  color: #ffffff;
}

.widget-filter-price .ui-widget-content {
  border-color: #000000;
  background-color: #ffffff;
}

.widget-filter-price .ui-state-default,
.widget-filter-price .ui-widget-content .ui-state-default,
.widget-filter-price .ui-widget-header .ui-state-default {
  background-image: none;
  background-color: #000000;
  border-color: #000000;
}

.caption-category { 
  color: #000000;
}
.caption-read-more {
  font-size: 12px;
  color: #000000;
  text-decoration: underline;
}

/* --------------------------------------------------------------------------
 * Thumbnail type
 * -------------------------------------------------------------------------- */
.thumbnails.features .thumbnail .caption.hovered,
.thumbnails.features .thumbnail.hover .caption.hovered,
.thumbnails.features .thumbnail:hover .caption.hovered {
  opacity: 1;
  background-color: #000000;
}

.thumbnails.category .thumbnail .new { 
  background-color: #000000;  
}

.thumbnails.category .thumbnail .caption.hovered .caption-view a:hover {
  background-color: #ffffff;
  color: #000000;
}
.thumbnails.category .thumbnail > .caption {
  background-color: #000000;
}

.thumbnails.latest-products-alt .thumbnail .new { 
  background-color: #000000;  
}

.thumbnails.latest-products-alt .thumbnail .caption.hovered .caption-view a:hover {
  background-color: #ffffff;
  color: #000000;
}


.thumbnails.latest-products-alt .thumbnail > .caption .caption-prices .price {
  font-size: 17px;
  font-weight: bold;
  color: #000000;
}

.thumbnails.reviews .thumbnail .caption.hovered {  
  background-color: #000000;
}
.shop-sorting label { 
  color: #000000;
}

.thumbnails.products .thumbnail .caption.hovered .caption-buttons .btn:hover { 
  color: #000000;
}

.thumbnails.products .thumbnail > .caption {
  background-color: #000000; 
}
.thumbnails.products .caption-read-more .btn:hover {
  color: #000000;
}
.thumbnails.products .thumbnail .caption-price { 
  background-color: #000000;  
}

.products.list .thumbnail .reviews:hover {
  color: #000000;
}

.products.list .thumbnail .availability strong {
  color: #000000;
}

.products.list .thumbnail .price ins {
  color: #000000;  
}

.shop-info-banners .block {
  max-width: 450px;
  margin: 0 auto;
  padding: 20px;
  border: solid 1px #000000;
  background-color: #000000;
  color: #ffffff;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.shop-info-banners .block:hover {
  color: #000000;
  border: solid 1px #000000;
  background-color: #ffffff;
}
.shop-info-banners .block:hover .fa {
  color: #000000;
}
.shop-info-banners .block:hover .media-heading {
  color: #000000;
}
/* Thumbnail banner
/* ========================================================================== */

.thumbnail.thumbnail-banner .caption-title span,
.thumbnail.thumbnail-banner .caption-sub-title span {
  display: inline-block;
  padding: 8px 12px;
  background-color: #000000;
  color: #ffffff;
}

.filtrable a:hover {
  border: solid 1px #000000;
  background-color: #000000;
  color: #ffffff;
}
.filtrable .current a,
.filtrable .active a,
.filtrable .current a:hover,
.filtrable .active a:hover {
  border: solid 1px #000000;
  background-color: #000000;
  color: #ffffff;
}

.orders td.description h4 a:hover {
  color: #000000;
}

.orders td.total a:hover {
  color: #000000;
}

.error-page .error-icon .fa {  
  background-color: #000000;  
}

#header-search-open.active {
  background-color: #000000;
  color: #ffffff;
}
.search-overlay .header-search-close a:hover {
  background-color: #000000;
  color: #ffffff;
}
/* 4 - Footer
/* ========================================================================== */
.wide .footer-widgets,
.boxed .footer-widgets > .container {
  padding-bottom: 40px;
  background-color: #000000;
  color: #ffffff;
}


.sidebar .widget-title {
  color: #000000;
}


.footer .subscribe-form .form-control {
  border-color: #564e21;
  background-color: #000000;
  color: #ffffff;
}

.footer .subscribe-form .submit-button:hover,
.footer .subscribe-form .submit-button:focus {
  border-color: #ffffff;
  background-color: #ffffff;
  color: #000000;
}

/* 5.2 - Contact form / af-form
/* ========================================================================== */
#af-form .form-control:focus {
  border-color: #000000;
}

#af-form .alert {
  margin-left: 15px;
  margin-right: 15px;
  padding: 10px 15px;
  border-color: #000000;
  background-color: #000000;
  color: #ffffff;
}

.image #af-form .form-control:focus {
  border-color: #000000;
  background-color: rgba(0, 0, 0, 0.03);
}
#af-form label {
  font-size: 17px;
  text-transform: uppercase;
  color: #000000;
}
.social-line a {  
  background-color: #000000;  
}
.footer .social-line a { 
  color: #000000;
}

/* 5.5 - Google map
/* ========================================================================== */
.google-map {
  border-top: solid 1px #000000;
}

/* 5.6 - Parallax
/* ========================================================================== */
.to-top:hover {
  background-color: #ffffff;
  border-color: #000000;
  color: #000000;
}


.btf-product .price ins .amount{
  background-color: #000000;
}
.post-title a:hover{
 color: #555;
}

.latest-blog .thumbnail .media-link:hover:after {
  background-color: rgba(0,0, 0, 0.5)!important;  
}
.thumbnails.reviews .thumbnail .media:after{
  background-color: rgba(0,0, 0, 0.5)!important;    
}
.thumbnails.reviews .thumbnail .caption.hovered{
  background-color: #000000!important;
}
.widget-title:before{
  border-bottom: solid 2px #555;
}

.footer .social-line a:hover{
  background-color: #555;
  color: #fff;
}

.wide .footer-meta, .boxed .footer-meta > .container{
background-color:  rgba(0,0, 0, 0.4)!important;      
}

.to-top{
  background-color:  rgba(0,0, 0, 0.5)!important;        
}
.sf-menu li.active > a{
 color: #555!important;
}
.woocommerce .woocommerce-breadcrumb a, .woocommerce-page .woocommerce-breadcrumb a{
 color: #000000;
}
.productlist .media .caption-button .btn:hover{
 color: #000000; 
}
.woocommerce .widget_price_filter .ui-slider .ui-slider-range, .woocommerce-page .widget_price_filter .ui-slider .ui-slider-range,
.woocommerce .widget_price_filter .ui-slider .ui-slider-handle, .woocommerce-page .widget_price_filter .ui-slider .ui-slider-handle{
  background:#000000;
}

.woocommerce .star-rating span:before{
  color:transparent;
}

.product-categories a{
 color: #000000; 
}
.widget_product_tag_cloud a{
  border: solid 1px #000000;
  color: #000000;
}
.widget_product_tag_cloud a:hover{
  background: #000000;
  color: #fff; 
}
.product-categories li.current-cat a, .product-categories a:hover{
  background: #000000;
}
.product-img-carousel .owl-dots .owl-dot:hover span, .img-carousel .owl-dots .owl-dot:hover span, .product-img-carousel .owl-dots .owl-dot.active span, .img-carousel .owl-dots .owl-dot.active span{
  background-color: #000000; 
}
.thumbnails.portfolio .hovered .caption-buttons .btn:hover{
  background: #000000;
  border-color: #000000;
}

.product-img-carousel .owl-nav [class*=owl-]:hover, .img-carousel .owl-nav [class*=owl-]:hover{
  background: #555!important;
}
.widget_tag_cloud .tagcloud a{
  border: solid 1px #000000;
  color: #000000;
}
.widget_tag_cloud .tagcloud a:hover{
  background: #000000;
  color: #fff;
};

#content-blog .post-readmore .btn:hover,
#content-blog .post-readmore .btn-theme-transparent:hover{
  color: #000000!important;
  background-color: #000000!important;
  
}
nav.pagination li span.current, 
nav.pagination li.active a, 
nav.pagination li a:hover, 
nav.pagination li a:focus{
  background-color: #000000!important;
  border-color: #000000!important;
  color: #fff!important;
}
nav.pagination ul li span, nav.pagination ul li a{
  color:#000000!important;
}

.woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt{
  background-color:#000000;
}

.woocommerce #respond input#submit.alt:hover, 
.woocommerce a.button.alt:hover, 
.woocommerce button.button.alt:hover, 
.woocommerce input.button.alt:hover{
  background-color:#808080;
}

.pp_content .pp_fade .pp_expand{ display: none!important;}
.pagination-wrapper-blog ul li span.current{
padding: 7px 12px;
margin-right: 10px;
padding: 7px 15px;
background: #000000;
color: #fff;
}

.woocommerce .cart .button, .woocommerce .cart input.button{
  background: #000000;
  color: #fff;
}

.woocommerce .cart .button:hover, .woocommerce .cart input.button:hover{
  background:#808080;
}

.woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button{
  background: #000000;
  color: #fff;
}
woocommerce #respond input#submit:hover, .woocommerce a.button:hover, .woocommerce button.button:hover, .woocommerce input.button:hover{
  background:#808080;
  color:#fff;
}

.price_slider_amount button.button{ background: #000000; }
.price_slider_amount button.button:hover{ background:#808080; color:#fff;}







