/*
Theme Name:     Amber Bee
Theme URI:      
Description:    Child theme of Astra WordPress theme
Author:         Risto Jovanovic
Author URI:     
Template:       astra
Version:        1.0.0
*/

.astra-shop-thumbnail-wrap {
	background: #fff;
}
.single-product .site-content, .woocommerce-page .site-content {
	margin-top: 50px;
}

aside .widget_block {
	margin-bottom: 0;
}

@media (min-width: 782px) {
	.wp-block-column:not(:first-child) {
    margin-left: 1.175em;
	}
}
.woocommerce a.add_to_cart_button,
.woocommerce a.added_to_cart,
.woocommerce .woocommerce-mini-cart__buttons a.button {
	max-width: 150px; 
	padding: 9px 10px;
    font-size: 0.8rem;
}
.woocommerce div.product form.cart .button.single_add_to_cart_button {
    padding: 9px 40px;
}
.amber-bee-more-box {
	display: flex;	
	align-items: center;
}
.amber-bee-more-box > div {
	width: 100%;
}
body .wp-block-buttons .amber-bee-more-button-link a.wp-block-button__link {
	padding: calc(0.667em + 2px) calc(1.333em + 2px);
	margin-top: 7px
}
.ast-header-break-point.ast-woocommerce-cart-menu.ast-hfb-header .ast-cart-menu-wrap, .ast-header-break-point.ast-hfb-header .ast-cart-menu-wrap, .ast-header-break-point .ast-edd-site-header-cart-wrap .ast-edd-cart-menu-wrap {
    line-height: 1.8;
}
.woocommerce span.onsale {
	padding: 6px 8px;
	font-size: 0.8em;
	color: #fff;
	background-color: #ce4e65;
}
.single-product.woocommerce span.onsale {
	padding: 2px 6px;
}

.woocommerce ul.products li.product .onsale {
    margin: -1em -1em 0 0;
}
.widget.widget_taxonomy_term_widget li {
	line-height: 1.7;
}
.widget.widget_taxonomy_term_widget a {
	letter-spacing: 0.5px
}
.uagb-post__inner-wrap h3 {
	font-size: 23px;
}
.uagb-post__inner-wrap h3 a {
	line-height: 1.2;
}
.uagb-post__inner-wrap a:hover {
	color: #d8b780;
}
.uagb-post-grid .uagb-post__title{
	margin-bottom: 5px;
}
.uagb-post-grid .uagb-post-grid-byline {
	letter-spacing: 0.5px;
}
.uagb-post-grid .uagb-post__excerpt {
	margin-bottom: 0;
}
@media (max-width:920px) {
    .ast-desktop .ast-cart-menu-wrap .count {
        width: 3.1em;
        height: 3.1em;
        line-height: 2.7;
    }
}
.ast-site-header-cart p,
.astra-cart-drawer-content p {
    padding: 0 1.5em;
}
@media (max-width: 544px) {
    .woocommerce[class*="columns-"].columns-4>ul.products li.product {
        width: calc(100%);
        margin-right: 0;
    }
    .woocommerce[class*=columns-] ul.products li.product:nth-child(n) {
        margin-right: 0;
    }
    woocommerce ul.products li.product, .woocommerce[class*=columns-] ul.products li.product {
        margin-right: 0;
    }
    .ast-desktop #masthead .ast-mobile-header-wrap .ast-primary-header-bar {
        padding-left: 10px;
        padding-right: 10px;
    }
}
