/**
Theme Name: HEBU Theme
Author: Haveit.ch
Author URI: https://www.haveit.ch
Description: Haveit Theme is the fastest, fully customizable & beautiful theme suitable for blogs, personal portfolios and business websites. It is very lightweight (less than 50KB on frontend) and offers unparalleled speed. Built with SEO in mind, Haveit Theme comes with schema.org code integrated so search engines will love your site. Haveit Theme offers plenty of sidebar options and widget areas giving you a full control for customizations. Furthermore, we have included special features and templates so feel free to choose any of your favorite page builder plugin to create pages flexibly. Some of the other features: # WooCommerce Ready # Responsive # Compatible with major plugins # Translation Ready # Extendible with premium addons # Regularly updated # Designed, Developed, Maintained & Supported by Haveit.ch. Looking for a perfect base theme? Look no further. Haveit Theme is fast, fully customizable and beautiful theme!
Version: 1.0.1
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: hebu-theme
Template: astra
*/
/* START Make the WooCommerce Cart Table Responsive  for Mobile */
/* CSS published in http://www.jeremycarter.com.au/optimising-woocommerce-checkout-for-mobile/ */

/** HEBU CHECKOUT CSS */

/**
#action-prev {
	float: left;
}
*/

/** HEBU Margins Header 4 */
.entry-content h4 {
	margin-bottom: 10px;
	margin-top: 20px;
}


/** HEBU Product Review flex hack */
@media (max-width: 800px) {
    .woocommerce #reviews {
        display: inline;
    }
}

/** HEBU CHANGE Arrow Color in Lightbox */
.pswp__bg {background: #444444 !important;}
.pswp__caption, .pswp__top-bar {
  background: #000 !important;
}
.pswp__ui h3, .pswp__ui button, .pswp__button:before {
	color: #000 !important;
}
button.pswp__button--arrow--left::before, button.pswp__button--arrow--right::before {
	background-color:#000 !important;
}
.pswp__counter {
	color: #FFF !important;
}


/** HEBU FILTER Styling RED / BLACK / WHITE */
/********************************************/
.divi_checkbox_class h3 {
    padding-bottom: 0.0em;
}
.divi_slider_class h3 {
	padding-bottom: 0.0em;
}

.braapf_unselect_all{
	background-color: red!important;
}
.braapf_unselect_all ul li a {
	color: white!important;
}
.bapf_sfilter.bapf_divi_sfa .berocket_aapf_widget_selected_filter ul li a {
	color: #FFFFFF!important;
	background: #000000;
	font-size: 11px;
	font-weight: 600;
}

i.fa.fa-times:after {
    border-top: 1px solid #FFFFFF !important;
}
i.fa.fa-times:before {
    border-top: 1px solid #FFFFFF !important;
}

/** END HEBU FILTER STYLING */
/********************************************/

/** HEBU Stock Styling */
/********************************************/
.remaining_shop {
	background-color: green;
	color: white;
	border-radius: 10px;
	width: fit-content;
	
	padding-right: 10px;
	padding-left: 10px;
	margin-right: 10px;
	margin-top: 10px;
	
	font-size: .85em;
	
	position: absolute;
	top: 0px;
	right: 0px;
	
	font-weight: 400;

}
.remaining-low-stock_shop {
	background-color: orange;
	color: black;
	border-radius: 10px;
	width: fit-content;
	
	padding-right: 10px;
	padding-left: 10px;
	margin-right: 10px;
	margin-top: 10px;
	
	font-size: .85em;

	position: absolute;
	top: 0px;
	right: 0px;
	
	font-weight: 400;
}
.remaining-out-stock_shop {
	background-color: #F8180D;
	color: white;
	border-radius: 10px;
	width: fit-content;
	
	padding-right: 10px;
	padding-left: 10px;
	margin-right: 10px;
	margin-top: 10px;
	
	font-size: .85em;
	
	position: absolute;
	top: 0px;
	right: 0px;

	font-weight: 400;

}
.remaining-ordered_shop {
	background-color: #F8d70d;
	color: black;
	border-radius: 10px;
	width: fit-content;
	
	padding-right: 10px;
	padding-left: 10px;
	margin-right: 10px;
	margin-top: 10px;
	
	font-size: .85em;
	
	position: absolute;
	top: 0px;
	right: 0px;

	font-weight: 400;

}
.remaining-on-order_shop {
	background-color: #0db6f8;
	color: black;
	border-radius: 10px;
	width: fit-content;
	
	padding-right: 10px;
	padding-left: 10px;
	margin-right: 10px;
	margin-top: 10px;
	
	font-size: .85em;
	
	position: absolute;
	top: 0px;
	right: 0px;

	font-weight: 400;

}
/* section for product page */
.remaining_product_page {
	background-color: green;
	color: white;
	border-radius: 10px;
	width: fit-content;
	
	padding-right: 10px;
	padding-left: 10px;
	
	align-self: end;
	font-size: .85em;
	float: right;

}
.remaining-low-stock_product_page {
	background-color: orange;
	color: black;
	border-radius: 10px;
	width: fit-content;
	
	padding-right: 10px;
	padding-left: 10px;
	
	align-self: end;
	font-size: .85em;
	float: right;

}
.remaining-out-stock_product_page {
	background-color: #F8180D;
	color: white;
	border-radius: 10px;
	width: fit-content;
	
	padding-right: 10px;
	padding-left: 10px;
	
	align-self: end;
	font-size: .85em;
	float: right;
}

.remaining_ordered_product_page {
	background-color: #F8d70d;
	color: black;
	border-radius: 10px;
	width: fit-content;
	
	padding-right: 10px;
	padding-left: 10px;
	
	align-self: end;
	font-size: .85em;
	float: right;
}

.remaining_on_order_product_page {
	background-color: #0db6f8;
	color: black;
	border-radius: 10px;
	width: fit-content;
	
	padding-right: 10px;
	padding-left: 10px;
	
	align-self: end;
	font-size: .85em;
	float: right;
}

/**
 * HEBU SHOP WISHLIST Style
 */

.astra-shop-thumbnail-wrap {
	padding-top: 40px;
}

.tinv-wraper.tinv-wishlist.tinvwl-above_thumb-add-to-cart {
    position: absolute;
    z-index: 10;
    margin: 0;
    top: 3px;
    left: 3px;
}

/**
 * Filter Scrollbar override
 */

.wpfFilterVerScroll::-webkit-scrollbar-thumb {
    border-radius: 10px !important;
    box-shadow: inset 0 0 6px rgba(0,0,0,.3) !important;
    background-color: #737272 !important;
    border: 1px solid #737272 !important;
}

.wpfFilterVerScroll::-webkit-scrollbar-track {
    border: 1px solid #AAA !important;
    padding: 2px 0 !important;
    background-color: #AAA !important;
}


/** HEBU Newsletter Styling */
.hebu-newsletter-subs-footer .sib-email-area {
    width: 100%;
}
.hebu-newsletter-subs-footer .sib-default-btn {
    width: 100%;
}
.hebu-newsletter-subs-footer {
	font-weight: 500!important;	
}
.hebu-newsletter-subs-footer .sib-interesting-lists {
	margin-right: 7px;
}

/** HEBU Back in Stock Form */
.cwginstock-subscribe-form .panel-primary {
    border-color: #EEE!important;
	background-color: #EEE;
}
.cwginstock-subscribe-form .panel {

    border-radius: 10px!important;
	margin-bottom: 0px!important;
}
.cwginstock-subscribe-form .panel-body {
    padding: 15px 5px 5px 0px!important;
}
.cwginstock-subscribe-form .panel-heading {
	padding: 3px 40px!important;
    border-top-right-radius: 10px!important;
    border-top-left-radius: 10px!important;
}

.cwginstock-subscribe-form .panel-primary>.panel-heading {

    background-color: #F8180D!important;
    border-color: #F8180D!important;
}

/** HEBU Lazy with style */
/* PART 1 - Before Lazy Load */
img[data-lazyloaded]{
    opacity: 0;
}
/* PART 2 - Upon Lazy Load */
img.litespeed-loaded{
    -webkit-transition: opacity .5s linear 0.2s;
    -moz-transition: opacity .5s linear 0.2s;
    transition: opacity .5s linear 0.2s;
    opacity: 1;
}
