/*
Theme Name: Flatsome Child
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.14
*/

/*************** ADD CUSTOM CSS HERE.   ***************/
.product-categories {
    display: flex;
    gap: 5px;
	flex-wrap: wrap;
	list-style-type: none;
}
.product-categories li {
background:#EEE; border-radius:5px;
	flex:auto;
}
.product-categories li a {
}
.current-cat-ancestor .active,
.product-categories .active a{font-weight: bolder;}
#pawn-stack{gap:5px;}
#pawn-stack .col {
    background-color: #EEE;
    border-radius: 10px;
    padding: 0 15px;
}
@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/


}