/*
Theme Name: Shopkeeper Child
Theme URI: http://shopkeeper.getbowtied.com/
Description: This is a child theme for Shopkeeper.
Author: Get Bowtied
Author URI: http: //www.getbowtied.com/
Template: shopkeeper
Version: 1.0
*/


/****************************************************************/
/*************** ADD YOUR CUSTOM CSS IN THIS AREA ***************/
/****************************************************************/


/* SALE BUTTON */
.woocommerce ul.products li.product .onsale, .woocommerce .products span.onsale, .woocommerce-page .products span.onsale, .woocommerce span.onsale, .woocommerce-page span.onsale, .quickview-badges span.onsale, .wp-block-getbowtied-carousel ul.products li.product .onsale {
	background-color:#2383af !important;
}

/* UITVERKOCHT LABEL */
.products .out_of_stock_badge_loop {
	background-color:#212121 !important;
	color:#ffffff !important;
}

/* BUTTON (IN WINKELMAND) */
.products a.button, .woocommerce .products .added_to_cart.wc-forward, .woocommerce-page .products .added_to_cart.wc-forward {
	font-size:11px !important;
}

/* SHARE WISHLIST */
.yith-wcwl-share {
	display:none !important;
}

/* STICKY HEADER */
.site-header.sticky .main-navigation, .site-header.sticky .site-tools, .site-header.sticky .site-branding img {
	height:100px !important;
	line-height:100px !important;
}

.sticky-logo {
	max-height:100px !important;
}

.site-header {
	padding-bottom:0px !important;
}

.site-header.sticky { 
	padding-top:0px !important;
	padding-bottom:0px !important;
}

/* SLIDER */
.shortcode_getbowtied_slider .swiper-slide .slider-content-wrapper {
	width:70% !important;
}

/* HIDE WOOCOMMERCE TABS */
.woocommerce-tabs {
	display:none !important;
}

/* SHARE BUTTONS */
.product_socials_wrapper .product_socials_wrapper_inner a {
	background:#ffffff !important;
}

/* POPUP */
.cd-item-info h1.product_title {
	color:#012e4f !important;
}

/* SMALL ICONS */
.woocommerce .products .product_thumbnail_icons .product_quickview_button, .products .add_to_wishlist:before {
	color:#8e8e8e !important;
}

.woocommerce .products .product_thumbnail_icons .product_quickview_button:hover {
	color:#2383af !important;
}

/* BUTTON */
.vc_btn3.vc_btn3-color-white, .vc_btn3.vc_btn3-color-white.vc_btn3-style-flat {
	background-color: #2383af !important;
    border: 0px !important;
    color: #ffffff !important;
}

/* GENERAL TITLE */
h4 { 
	color:#ffffff !important;
}

/* HIDE PRODUCT INFO */
.sku_wrapper {
	display:none !important;
}
.posted_in {
	display:none !important;
}

/* HIDE PRODUCT INFO */
.product_layout_classic .product_content_wrapper {
	padding-bottom:0px !important;
}

/* VERWIJDER WITRUIMTE SHOP OVERZICHT PAGINA */
.shop_header {
	margin-bottom:0px !important;
}

.catalog_top {
	display:none !important;
}

/* VERWIJDER SORTEREN SHOP OVERZICHT PAGINA */
.catalog-ordering {
	display:none !important;
}

/* TITEL SHOP OVERZICHT PAGINA */
.woocommerce-loop-product__title a {
	font-size:22px !important;
	font-weight:600 !important;
}


/* TABLET - NAV */
@media only screen and (max-width : 768px) {

#masthead {
	height:80px !important;
	padding-top:0px !important;
}
	
.sticky_header .top-headers-wrapper {
	height:80px !important;
}
	
img.sticky-logo {
	height:80px !important;
}

.site-header {
	padding-top:0px;
}
	
.site-header.sticky .site-branding img {
	height:80px !important;
}

.site-tools.offset {
	margin-top:10px !important;
}

.site-header.sticky .site-tools {
	line-height:1 !important;
}
	
}

/* TABLET - SLIDER */
@media only screen and (max-width : 768px) {
	
.shortcode_getbowtied_slider .swiper-slide .slider-content-wrapper {
	width:100% !important;
}
	
.shortcode_getbowtied_slider .swiper-slide h2 {
	margin:0px !important;
	font-size:45px !important;
	line-height:1.1 !important;
	text-align:left !important;
}

.shortcode_getbowtied_slider .swiper-slide p {
	font-size:30px !important;
	line-height:1.1 !important;
	text-align:left !important;
}
	
}

/* MOBILE - NAV */
@media only screen and (max-width : 425px) {
	
.sticky-logo {
	margin-top:40px !important;
}
	
}




/****************************************************************/
/****************************************************************/
/****************************************************************/