/*
 Theme Name:   blankslate Child
 Theme URI:    https://example.com/
 Description:  Child theme for blankslate
 Author:       Your Name
 Template:     blankslate
 Version:      1.0.0
*/

/* Hide original theme header/footer if needed */
#header,
.header,
#footer {
  display: none;
}

/* Global box-sizing */
*,
*::before,
*::after {
  box-sizing: border-box;
}

/* Base layout: IMPORTANT FIX */
html,
body {
  margin: 0;
  padding: 0;
  height: 100vh;         /* total height = screen height */  /* disable scrolling */
  display: flex;
  flex-direction: column;
}
@media (min-width: 901px){
  html,body{
    overflow: hidden;
  }
}

/* Custom header */
#site-header {
  flex: 0 0 5vh;         /* header takes 5% of screen height */
  width: 100%;
  background: #111;
  color: #fff;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 0 0 0 !important;
}

.header-inner {
  width: 100%;
  padding: 8px 20px;    /* controls header height */
  display: flex;
  justify-content: space-between;
}

/* Logo */
#site-header .logo a {
  color: #fff;
  text-decoration: none;
  font-weight: 600;
  font-size: 16px;
}

/* Navigation */
#site-header .main-nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  gap: 18px;
}

#site-header .main-nav a {
  color: #fff;
  text-decoration: none;
  font-size: 14px;
}

#site-header .main-nav a:hover {
  opacity: 0.8;
}

/* Woo: hide "New in store" block if you want */
[data-block-name="woocommerce/product-new"] {
  display: none;
}

/* Cart page layout */
.wp-block-woocommerce-cart {
  width: 80% !important;
  margin: 6% auto 0;
}

.hfeed {
  width: 100%;
}

/* Proceed to checkout container */
.wc-block-cart__submit-container {
  margin: 0 auto;
  width: 50%;
  border-radius: 50px;
  background-color: #32373c;
}

a.wc-block-cart__submit-button.wc-block-components-button.wp-element-button {
  text-decoration: none !important;
  color: #fff;
}
.tcg-kiosk__grid{
  height: 92%;
  width: 92%;
  margin: 0 auto;
}
.logo{
  text-decoration: none !important;
  color: white;
  max-height: 5vh;
  margin-right: auto;
}
#icon{
  max-height: 4vh;
  margin-right: 40px;
  margin-top: 5px;
  align-items: center;
}
[data-block-name="woocommerce/checkout"]{
  width: 80% !important;
  margin: 0 auto !important;
}
#post-299{
  width: 80%;
  margin: 0 auto;
  margin-top: 5%;
}
.um-account-side li{
  background-color: #fff !important;
}
[data-tab="downloads"],[data-tab="privacy"],[data-tab="delete"]{
  display: none !important;
}
.wc-block-components-notices{
  display: none !important;
}
tbody{
  overflow-y: auto;
}
div.wc-block-components-main.wc-block-cart__main.wp-block-woocommerce-cart-items-block {
  height: 52vh;
  overflow: auto;
}
#post-8{
  overflow: auto;
}
div.wp-block-woocommerce-checkout-order-summary-cart-items-block.wc-block-components-totals-wrapper {
  overflow: auto;
  height: 60vh;
}
.tcg-kiosk__search{
  width: 50%;
}
#post-7 .wc-block-cart__payment-options{
  display: none;
}
.um-popup-order .woocommerce-order-details{
  text-align: center;
}
.um-popup-order .woocommerce-table--order-details{
  margin: 0 auto;
}
.order-again{
  display: none;
}
.woocommerce-table td{
  padding: 2px 50px !important;
}
div.um-popup.um-popup-order{
  padding: 2vh !important;
}
.wc-block-components-sidebar.wc-block-cart__sidebar.wp-block-woocommerce-cart-totals-block
  .wc-block-components-totals-item--shipping
  .wc-block-components-totals-item__value::after {
    content: "or pickup for free";
    display: block;      /* new line under the price */
    margin-top: 2px;
    font-size: 0.85em;
    color: #666;
}
.page-id-6363 #site-header{
  display: none;
}
.page-id-6363{
  overflow: auto !important;
  background-color: #0b0c10;
}
.page-id-6363 #ptcg-root{
  margin-top: 0px !important;
  border-radius: 0% !important;
}
#post-6363 > div > div.ptcgdm-admin-ui > div > main{
  margin-right: 20px;
}
#post-299 > div > div.um.um-account.um-editing.um-um_account_id > div > form > div.um-account-side.uimob340-hide.uimob500-hide > div > div.um-account-name.uimob800-hide > div > a{
 display: none;
}
.ptcgdm-orders{
  max-height: 60vh;
  overflow: auto;
}
#ptcgdm-panel-orders > div > h2{
  color: white;
}