/*
 Theme Name:   Makeke 2.0 (Pinnacle) Child Theme
 Theme URI:    http://www.wpbeginner.com/
 Description:  Makeke Woocommerce Pinnacle Child Theme 
 Author:       Makeke
 Author URI:   http://www.makeke.de
 Template:     pinnacle_premium
 Version:      1.0.0
*/

@import url("../pinnacle_premium/style.css");

.sidebar ul.children {
  padding-left: 15px;
}

/***  
.price {
  color: #e74c3c;
  font-size: 30px;
  }


 .product_item .price {
  font-size: 26px;
  }
 ***/
 
  div.product p.cart .kad-btn-primary {
  background: #e74c3c !important;
  color: #fff;
  text-transform: uppercase;
 } 
 
 .widget_price_filter .ui-slider .ui-slider-handle {
   width: 20px;
  height: 20px;
  border-radius: 50%;
}

.home-page-title {
background:rgba(255,255,255,0.5);
}

/*** Remove Category Images ***/
.product-category.grid_item a img {
display: none!important;
}

/*** Advertising CSS  ***/

.leaderboard {
text-align:center;
}
.skyscraper {
text-align:center;
}
/*** Logofarm ***/
.logofarm-content { text-align:center;}

.subtitle {
display:none;
}

/*** Breadcrumbs ***/
#kadbreadcrumbs .kad-breadcurrent {
    font-weight:bold;
}



#kadbreadcrumbs {
 margin-top: 0px; 
}

.kad-header-style-basic #nav-main ul.sf-menu > li > a  {
  color: initial !important;
}

.product_item a.product_item_link .kad-product-noflipper img {
  width: auto;
  max-height: 200px;
}

.product_list_widget li img {
  width: auto;
  max-height: 60px;
}

.product-img-case .thumbnails {
  display: none;
}

#topbar #mobile-nav-trigger {
    display: none !important;
}
#topbar ul.sf-menu {
    display: block !important;
}

.kad-call-title {
    text-align: right;
}

/*** FOOTER 
		footer { background:#f9f8f6; margin-top:30px;  }
		footer .row { color:#666; margin-bottom:20px;  }
		footer a {  color:#666; text-decoration:underline; }
		#core_footer_wrapper a { color:#666; }
		#footer_content { padding-top:20px; }
		footer .footer-block-title h4 { color:#444; text-transform: uppercase; font-size:18px; }
		#footer_bottom { margin-top: 35px;  color: #444; background-color: #f9f8f6; font-size:14px; padding-top:15px; }
		#footer_bottom .container { font-size: initial; }
		.footerclass .widget-title {  color: #444; }
		.footercredits  {color: #444; }
		.footernav a {color: #444; } ***/