.add_to_cart_button{
    position: absolute!important;
    bottom: 0;
}
.astra-shop-summary-wrap{
    margin-bottom: 5.5vw;
}
.ast-woo-shop-product-description, .woocommerce-product-details__short-description{
    font-size: 0.9em !important;
    padding-bottom: 0.1em;
}
.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
	margin-bottom: 5.5vw;
}
.destaques-loja{
    color: #2b2f38;
    font-size: 2.6666666666667rem;
    font-family: 'Poppins',sans-serif;
    font-weight: 500;
    text-align: left;
    margin-bottom: 2vw;
}
.woocommerce div.product div.images img {
	display: block;
	width: 60%;
	margin-left: 20%;
	height: auto;
	box-shadow: none;
}
.woocommerce div.product div.images .woocommerce-product-gallery__trigger {
	display: none;
}
.widget_price_filter{
    display: none; /* não está a funcionar*/
}

.woocommerce div.product div.images img {
	margin-left: 0;
}
@media screen and (min-width: 545px) and (max-width: 921px){
    .ast-woo-shop-product-description, .woocommerce-product-details__short-description {
    	font-size: 1em !important;
    	padding-bottom: 4vw;
    }
}
@media screen and (max-width: 544px) {
    .ast-woo-shop-product-description, .woocommerce-product-details__short-description {
        font-size: 1em!important;
        padding-bottom: 2em;
    }
}
/* ASINFOR restored sale badge */
.woocommerce span.onsale,
.woocommerce ul.products li.product .onsale {
    background-color: #0086b3;
    color: #ffffff;
    border: 0;
    border-radius: 50%;
    min-width: 4.6em;
    min-height: 4.6em;
    line-height: 4.6em;
    font-weight: 500;
    text-align: center;
}

/* ASINFOR Astra sale card translation */
.ast-onsale-card {
    background-color: #0086b3 !important;
    color: #ffffff !important;
    border: 0 !important;
    font-size: 0 !important;
    min-width: 4.6em;
    min-height: 4.6em;
    line-height: 4.6em;
    border-radius: 50% !important;
    text-align: center;
}
.ast-onsale-card::before {
    content: "Promoção!";
    font-size: 15px;
    font-weight: 500;
}

/* ASINFOR sale badge final sizing */
.woocommerce ul.products li.product .ast-onsale-card,
.ast-onsale-card {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 86px !important;
    height: 58px !important;
    min-width: 86px !important;
    min-height: 58px !important;
    line-height: 1 !important;
    padding: 0 !important;
    background: #0086b3 !important;
    color: #ffffff !important;
    border: 0 !important;
    border-radius: 50% !important;
    font-size: 0 !important;
    overflow: hidden !important;
    z-index: 4 !important;
}
.woocommerce ul.products li.product .ast-onsale-card::before,
.ast-onsale-card::before {
    content: "Promoção!" !important;
    color: #ffffff !important;
    font-size: 15px !important;
    font-weight: 500 !important;
    line-height: 1 !important;
}

/* ASINFOR sale badge override Astra 4 on-card defaults */
.woocommerce ul.products li.product span.ast-on-card-button.ast-onsale-card,
span.ast-on-card-button.ast-onsale-card {
    display: flex !important;
    width: 86px !important;
    height: 58px !important;
    min-width: 86px !important;
    min-height: 58px !important;
    max-height: 58px !important;
    line-height: 58px !important;
    overflow: hidden !important;
    align-items: center !important;
    justify-content: center !important;
}
.woocommerce ul.products li.product span.ast-on-card-button.ast-onsale-card::before,
span.ast-on-card-button.ast-onsale-card::before {
    line-height: 58px !important;
    display: block !important;
}
