/*
Theme Name: WUGO child-theme
Theme URI: https://www.norderbergs.com
Version: 1.0
Description: A child theme by norderbergs ab
Author: Norderbergs team
Author URI: https://www.norderbergs.com
template: bb-theme
*/

/* Add your custom styles here... */ 
.product__title{
	height: 75px!important;
}

.av_pop_modals_2 .ays-pb-modal_2{
	left: 35px !important;
    bottom: 40px !important;
	height: 136px !important;
	font-family: Times, Georgia, serif !important;
	font-size: 16px;
}
.av_pop_modals_2 .ays-pb-modal_2 .ays_pb_timer_2{
	display: none !important;
}
@media screen and (max-width: 768px){
	.post-type-archive-product .woocommerce ul.products.columns-4{
		display: flex;
		flex-wrap: wrap;
    	justify-content: center;
	}

	.post-type-archive-product .woocommerce ul.products li{
		width: 48% !important
	}
}
