#footer .row{
    display: flex;
    justify-content: space-between;
}

body#product .product-prices.js-product-prices{
 display: flex;
    align-items: flex-start;
    gap: 8px;
    justify-content: flex-start !important;
    height: 100px;
    position: relative;
}

body#product .product-prices.js-product-prices p.price-with-tax{
	position: absolute;
    top: 30px;
}
body#product .product-prices.js-product-prices p.price-without-tax{
	position: absolute;
    top: 60px;
}
body#product .product-prices.js-product-prices .tax-shipping-delivery-label{
  white-space: nowrap;
  margin: 0;
  padding: 0;
  line-height: 1;
}
.faqsmanager-block h2{
	color:#24b9d7 !important;
}
.faq-question[aria-expanded="true"]{
background:#24b9d7a1 !important;
}
.faq-answer{
	border-left: 4px solid #24b9d7a1 !important;
}
.faq-question{
	    background: #24b9d76b !important;
}