.woocommerce-cart .header-cart-widget,
.woocommerce-checkout .header-cart-widget {
display: none;
}
.product-notitle {
margin-top: 50px;
margin-bottom: 50px;
padding-bottom: 17px;
border-bottom: 1px solid #d3ced2;
} .footer-credits-products-logo,
.footer-credits-text
{
display: inline-block;
vertical-align: bottom;
}
.footer-credits-products-logo {
margin-left:-15px;
width: 120px;
}
@media (min-width: 768px){
.footer-credits-products-logo {
margin-bottom:-5px;
}
.footer-credits-text {
width: -webkit-calc(100% - 120px);
width: calc(100% - 120px);
}
.footer-credits-text p:last-child {
margin-bottom: 0;
}
}
.footer-credits-otgs {
margin-top: 30px;
text-align: right;
}