body .xoo-el-sidebar {
  display: none;
}

/* Hide billing address on My Account > Orders page */
.woocommerce .woocommerce-MyAccount-content .woocommerce-customer-details {
  display: none !important;
}
header.entry-header {
  box-shadow: none;
}

footer.entry-footer {
  background: none;
  color: inherit;
  padding: 0;
}
a.post-more-link:hover,
.entry-title a:hover {
  color: var(--global-palette-highlight);
}
footer p.footer-copy {
  font-size: 12px;
  text-transform: uppercase;
}
footer .widget img {
  max-width: 160px;
  height: auto;
}

/* // hide Платежный адрес на стр. order received */
.woocommerce-order-received .woocommerce-order .woocommerce-customer-details {
  display: none;
}
.xoo-el-section .xoo-el-reg-tgr,
.xoo-el-section .xoo-el-login-tgr {
	color: var(--global-palette-highlight);
	text-decoration: underline;
}
.xoo-el-section .xoo-el-reg-tgr:hover,
.xoo-el-section .xoo-el-login-tgr:hover {
	
	color: var(--global-palette-highlight-alt);
}


@media (max-width: 768px) {
  .kb-image3bc12e-b8 {
    margin-left: auto;
    margin-right: auto;
    display: table;
  }
}
