.blog-single-view-columns.single-post .post .entry-content .entry-content-inner {
    margin-left: 50px;}
	
.single article.post .entry-header, .single article.portfolio .entry-header {
    margin-left: 50px;}

.single article.post .entry-footer, .single article.portfolio .entry-footer {
    margin-left: 50px;}

/* related resource: *_static/??-eJylVdty4jAM/aF1DaVLZx929lMYxRaJi215LAeGv1/FgZZSErrsCxMhHd11fEjKUCwYi06+b11k/YYlgdnpQLb3yDqjh4JWJeJyJT0Z5h+Hry7aXsQGc6ub3nmrG09mp7xrMuSj5nL0OAX1cKS+qDY7+9nQReN7K/m8sQ5oHaDHMCAvhSRwzMpjC+b4FFy8ixbdpXyJ+VJVhj0UyApjB9GgPVWXoBTMkRV3kNE+DJc0yhS4IS89hxZVBWHWYqi3Wcw2GK0+2W9OZchkcs/d972xdzLy+jsLKi6gdxFlmAXnJ3m33r3DwxQ4gbMymCBLxJ1LrFKmj5KHihvgydD30XvIDoqjuFlOOTkQGQoBs0ENzCjLP7i4+FuNy/q4g2tk6NU7OIkRd+dr3Owla8oa+kJBGujMWaMEVI01Z6O3CKXPONxRH00n8y2F4u1B/X+0caBVVmDldFQD+VqebI9cHjivOJRUB3TRow/wzD1O9FdIJtov1FQ6OQzWDJHm1/aa/moIuSjNfcMmuzRsjRIteCUfJ/UN7XcDeLcbEpvL6ZC2lAM/0KFsk2yDUBOOB2AdlxErUPW8Xi0eZZxTwnM00xK1HhULVaidK6fgHzWM+kEtWvWelaiUXf5a4foVn02DZrtarBfr5U0+rxOvS86T+krwlW5u28ib4EIr3C2U4tGUz9JNlwNX02zvJ/onVgoOyBTwEl2LrxaGPGWVhIhx1v/1GyuLmCiOm/ov+z0+WmDtsX662N5DbqQTmsk4uQBPLfEn4Zzzn/B7+bp+Xv1cvCxf/wKXQzco:27400:1 */
.comments-area .comment-respond:not(:only-child) { /* the element was div#respond */
  display: none;
}

@media (max-width: 768px) { /* Adjust max-width as needed for your mobile breakpoint */
  .widget-area-inner {
    padding: 40px !important; /* Use !important if other rules are overriding */
  }
}

.entry-meta > span.cat-links, .entry-meta > span.tags-links, .entry-meta > div.cat-links, .entry-meta > div.tags-links {
    display: none;
}

@media (max-width: 768px) { /* Adjust max-width as needed for your mobile breakpoint */
  .blog-single-view-columns.single-post .post .entry-content .entry-content-inner,
  .single article.post .entry-header,
  .single article.portfolio .entry-header,
  .single article.post .entry-footer,
  .single article.portfolio .entry-footer {
    margin-left: 30px !important; /* Use !important if other rules are overriding */
  }
	
body.woocommerce-page .site-content {
  margin: 60px !important;
}
	
	related.products {
    display: none !important;
}
	
	#jp-relatedposts {
    display: none !important;
}
	
	div#jp-relatedposts {
    display: none !important;
}
	
	/* Remove line break inside WooCommerce buttons */
.woocommerce a.button br,
.woocommerce a.checkout-button br {
    display: none !important;
}
	
	.sportpharm-add-to-cart a br {
    display: none !important;
}

@media (min-width: 768px){
  .woocommerce-cart .wc-proceed-to-checkout a.checkout-button br{
    display: none !important;
  }
}

@media (min-width: 768px){
  .woocommerce-cart .wc-proceed-to-checkout a.checkout-button{
    display: flex !important;
    align-items: center !important;   /* vertical center */
    justify-content: center !important; /* horizontal center */
    text-align: center;
    line-height: 1 !important;
  }
}

.woocommerce-cart .wc-proceed-to-checkout a.checkout-button{
  padding-top: 14px !important;
  padding-bottom: 14px !important;
}