.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;}

.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;
}

	/* Remove underlines from all links within navigation menus */
nav a,
.menu a,
#menu a {
  text-decoration: none !important;
}

/* Remove underlines from all links within footer sections */
footer a,
.footer a,
#footer a {
  text-decoration: none !important;
}

/* Makes links in blog posts red */
a* {
  color: #ed1c24 !important;
}

a:hover {
  color: #000000 !important;
}