/**
 * Theme Name: Blocksy Child
 * Template: blocksy
 */
.entry-content>div {margin-bottom: 0;}
.border-r3 {border-radius: 3px;}
.border-r5 {border-radius: 5px;}
.border-r10 {border-radius: 10px;}
.border-r20 {border-radius: 20px;}
.border-r30 {border-radius: 30px;}
.padding-1 {padding: 1em;}

[data-products] .product {
    border: 1px solid;
    border-radius: var(--theme-border-radius, 3px);
    border-color: var(--theme-palette-color-2, #007BBD);
	padding-bottom: 1em;
}
[data-products] .product > *:not(figure) {
    padding-left: 1em;
    padding-right: 1em;
}
[data-products] .product .ct-media-container {
    border-radius: var(--theme-border-radius) var(--theme-border-radius) 0 0;
}

.add_to_cart_button::after,
.single_add_to_cart_button::after {
    content: "\f217";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    padding-left: 0.25em;
}
[data-products] .product > .entry-excerpt {
    padding-left: 0.9em;
    padding-right: 0.9em;
}