/**
Theme Name: Stiger2025
Author: Sean Sequeira
Author URI: https://iddigital.co.za
Description: Astra child theme for stiger.co.za
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: stiger2025
Template: astra
*/



#masthead .ast-container {
	max-width: 2070px;
}

.ast-header-account-link{
	color: #ffffff !important;
	text-transform: uppercase;
	font-size: 0.8125rem;
	font-family: Molde-SemiExpanded-Medium, Helvetica, Arial, sans-serif;
	font-weight: normal;
}

.site-above-header-wrap p {
	text-transform: uppercase;
	font-size: 0.8125rem;
	font-family: Molde-SemiExpanded-Medium, Helvetica, Arial, sans-serif;
	font-weight: normal;
}

.price {
	font-weight: normal !important;
}

.woocommerce-loop-product__title {
	font-family: Molde-Regular, Helvetica, Arial, sans-serif;
	font-weight: normal;
}

.woocommerce-js .price_slider_amount .price_label span {
    font-weight: normal;
}

.site-above-footer-wrap a:link {
	color: #fff;
}

.widget {
	margin: 0;
}

.widget h4 {
	margin-bottom: 10px;
}

.slider-mobile {
		display:none;
	}

.ast-stock-avail{
	font-weight: 100 !important;
}

.woocommerce-js div.product .woocommerce-tabs ul.tabs li a {
	font-weight: 100 !important;
}

.amount-including {
	font-weight: 700 !important;
}



/**Tablet Breakpoint */
@media screen and (max-width: 921px) {
	.top-spacer {
		height: 70px !important;
	}
	
	.whatsapp-container h2,
	.whatsapp-container p{
		text-align: left;
	}
}

/**Tablet Breakpoint */
@media screen and (max-width: 544px) {
	
	.entry-content {
	margin-top: 0;
}
	
	.slider-mobile {
		display:flex;
	}
	
	.slider-desktop {
		display:none;
	}
	
}