/*
Theme Name: RootsGB-2021
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/

/*************** ADD CUSTOM CSS HERE.   ***************/
.header-inner .header-nav.nav-left {
    justify-content: center !important;
}
.woobt-products .woobt-product .woobt-price {
    width: auto !important;
	flex: auto !important;
}
.ul-2col {
    list-style-type: square;
    -webkit-columns: 2;
    -moz-columns: 2;
    columns: 2;
    list-style-position: outside;
}
.button.secondary:not(.is-outline){
	background-color:#202e78 !important;
}
@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/
	.woobt-products .woobt-product{
		flex-direction:row !important;
	}
	.woobt-products .woobt-product .woobt-thumb,.woobt-products .woobt-product > div{
		flex-basis:auto !important;
	}
	.woobt-products .woobt-product .woobt-thumb{
		width:50px !important;
	}

}