/*
Theme Name: Trade Theme 1.0.6
Theme URI: http://trade.camio.co/twenty-twenty-three-child/
Description: Twenty Twenty-One Child Theme
Author: Joe Shrimpton
Author URI: http://example.com
Template: twentytwentyone
Version: 1.0.6
*/


:root {
--form--border-color: white!important
}

/* /////////////////////////////////////////////////// */

/* Global Elements */

body {
    background-color: #fff;
    padding-left: 4%!important;
    padding-right: 4%!important;
}

:root input:focus, :root button:focus, :root a:focus, :root select:focus {
  outline: none!important;
}

/* :root input {
  border: none!important;
  border-top-left-radius: 18px!important;
  border-bottom-left-radius: 18px!important;
} */

:root a:active, a:focus {
    border: none!important;
    background: inherit!important;
    color: inherit!important;
}

header {
  border: 0!important;
  margin: 0!important;
}

ul {
  padding: 0 0!important
}

#desktop-logo, #desktop-logo:focus, #desktop-logo:active {
  border: none!important;
}

/* /////////////////////////////////////////////////// */

.wc-block-components-text-input input {
  border: 1px solid black!important;
  border-radius: 8px!important;
}


body.single-product .trade-reset .trade-reset-desc {
  all: unset;
  display: block;
}

.content-area {
  width: 100% !important;
  max-width: 1920px!important;
}

/* /////////////////////////////////////////////////// */

/* Buttons */

.woocommerce-Button, .woocommerce-Button:hover {
  background-color: #70c493!important;
  color: #fff!important;
  border-radius: 16px!important;
  font-weight: bold!important;
  border: none!important;
  padding: 16px 24px!important;
}

/* .woocommerce-orders-table .woocommerce-button.view {
  background-color: #70c493!important;
  color: #fff!important;
  border-radius: 16px!important;
  font-weight: bold!important;
} */

/* /////////////////////////////////////////////////// */

/* WOO Messages */

.woocommerce-message {
  background-color: #fff!important;
  border-radius: 24px;
  border: 1px solid #b8c9be;
  outline: none!important;
  height: auto;
}

.woocommerce-error {
  background-color: #fff!important;
  border-radius: 24px;
  border: 1px solid #e4b8c2;
  outline: none!important;
  height: auto;
}

.wc-block-components-textarea {
  border: 2px solid #70c493!important;
  border-radius: 12px!important;
}

.wc-forward, .wc-forward:hover, .wc-forward:focus, .wc-forward:active {
border-radius: 18px!important;
background-color: #70c493!important;
color: white!important;
border:0!important;
font-size: 18px!important;
}

#filter-item {
  border: 0!important;
  padding: 4px 6px!important;
}

.entry-title {
  font-size: 25px!important;
  font-weight: bold!important;
  margin-top: 30px!important;
  margin-left: 4%!important;
}

/* /////////////////////////////////////////////////// */

/* WooCommerce Breadcrumb styling */
.woocommerce-breadcrumb,
.custom-wc-breadcrumb {
  margin: 20px 0 12px 0!important;      /* change margin here */
  padding: 0;             /* optional */
  font-size: 14px;        /* text size */
  font-weight: 400;       /* text weight */
  line-height: 1.4;
  text-transform: none;
  text-decoration: underline!important;
}

.woocommerce-breadcrumb a,
.custom-wc-breadcrumb a {
  text-decoration: none!important;
}

/* /////////////////////////////////////////////////// */

/* Cart & Checkout */

.woocommerce-cart .wc-block-components-text-input input {
  border: none!important;
  padding: 0 0!important;
  padding-left: 10px!important;
  padding-top: 4px!important; /* wipes the block input styling */
  display: block!important;
  width: 100%!important;
  box-shadow: none!important;
}

.wc-block-cart__submit-button, .wc-block-components-checkout-place-order-button {
  background-color: #70c493!important;
  color: #fff!important;
  border-radius: 20px!important;
  font-weight: bold!important;
  font-size: 20px!important;
  padding: 18px 25px !important;
}

.wc-block-components-checkout-place-order-button {
width: 60%!important;
}

.wc-block-components-totals-coupon__form {
  display: flex!important;
  justify-content: center!important;
  border: 2px solid #70c493!important;
  border-radius: 20px!important;
  padding-left: 10px!important;
}

.wc-block-components-totals-coupon__button {
  background-color: #70c493!important;
  color: #fff!important;
  border-top-right-radius: 18px!important;
  border-bottom-right-radius: 18px!important;
  font-weight: bold!important;
  font-size: 18px!important;
  font-weight: 400;
}


.wc-block-components-quantity-selector__button:hover {
background-color: #70c493!important;
opacity: 1!important;
color: #fff!important;
cursor: pointer!important;
font-size: 16px!important;
}



.menu-cart-badge {
  color: #70c493!important;
  /* width: 20px;
  height: 20px; */
  font-size: 16px!important;
}


.wp-block-woocommerce-empty-cart-block {
  display: none!important;
}


/* Separator styling (only if you used wc-breadcrumb-sep above) */
.custom-wc-breadcrumb .wc-breadcrumb-sep {
  opacity: 0.6;
}

/* /////////////////////////////////////////////////// */

/* Order Confirmation Page */

.woocommerce-order-details {
  background-color: #F5F4F0;
  border: 1px solid rgb(213, 213, 213)!important;
  border-radius: 24px!important;
  margin-bottom: 50px!important;
  padding: 20px!important;
}

.woocommerce-customer-details {
  border: 1px solid rgb(213, 213, 213)!important;
  border-radius: 24px!important;
  margin-bottom: 100px!important;
  padding: 20px!important;
}

/* /////////////////////////////////////////////////// */

/* Login & Password Reset */
.woocommerce-form-login {
  max-width: 500px!important;
  border: 1px solid rgb(213, 213, 213)!important;
  border-radius: 24px!important;
  margin-top:50px!important;
  margin-bottom:100px!important;
  padding: 20px!important;
}

.woocommerce-form-login input {
  border: 1px solid black!important;
  border-radius: 8px!important;
}

.woocommerce-form-login__submit {
  background-color: #70c493!important;
  color: #fff!important;
  border-radius: 16px!important;
  font-weight: bold!important;
}

.woocommerce-ResetPassword {
  margin-bottom: 100px!important;
}

#user_login {
  border: 1px solid rgb(198, 198, 198)!important;
  border-radius: 8px!important;
  padding: 10px 15px!important;
  font-size: 16px;
}

/* /////////////////////////////////////////////////// */

/* React Archive App */

.trade-app :is(button, input, select, textarea) {
  font: inherit;
  color: inherit;
  letter-spacing: inherit;
  text-transform: none;
  background: transparent;
  border-radius: 0;
  border: 0;
  box-shadow: none;
  padding: 0;
  margin: 0;
  appearance: none;
  -webkit-appearance: none;
}

/* Re-enable your own form borders/backgrounds via Tailwind classes */
.trade-app button {
  background-image: none;
}

/* Kill WP block theme button styles */
.trade-app :is(.wp-element-button, .wp-block-button__link) {
  all: unset;
}


/* Only on single product pages */
body.single-product .trade-reset,
body.single-product .trade-reset * {
  box-sizing: border-box;
  margin-top: 0!important;
}

/* Remove theme/WP typography defaults inside the scope */
body.single-product .trade-reset h1,
body.single-product .trade-reset h2,
body.single-product .trade-reset h3,
body.single-product .trade-reset h4,
body.single-product .trade-reset h5,
body.single-product .trade-reset h6,
body.single-product .trade-reset p {
  margin: 0;
  padding: 0;
  font: inherit;
  color: inherit;
}

/* Links */
body.single-product .trade-reset a {
  color: inherit;
  text-decoration: none;
}
body.single-product .trade-reset a:hover {
  text-decoration: none;
}

/* Lists (kills bullets/indent) */
body.single-product .trade-reset ul,
body.single-product .trade-reset ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Buttons + inputs (kills WP/Woo styles) */
body.single-product .trade-reset button,
body.single-product .trade-reset input,
body.single-product .trade-reset select,
body.single-product .trade-reset textarea {
  font: inherit;
  color: inherit;
  background: transparent;
  border: 0;
  outline: none;
  box-shadow: none;
  appearance: none;
}

/* Re-enable your Tailwind form styling baseline (you'll set bg/border in classes) */
body.single-product .trade-reset input,
body.single-product .trade-reset select,
body.single-product .trade-reset textarea {
  background-color: transparent;
}

/* Remove focus rings / dotted outlines WP adds */
body.single-product .trade-reset :focus,
body.single-product .trade-reset :focus-visible {
  outline: none !important;
  box-shadow: none !important;
}

/* WooCommerce specific offenders */
body.single-product .trade-reset .woocommerce a.button,
body.single-product .trade-reset .woocommerce button.button,
body.single-product .trade-reset .woocommerce input.button,
body.single-product .trade-reset .woocommerce #respond input#submit {
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
  text-shadow: none !important;
}

/* Quantity input sometimes gets theme styling */
body.single-product .trade-reset .quantity input.qty {
  box-shadow: none !important;
  outline: none !important;
}

/* Tabs often bring their own borders/margins */
body.single-product .trade-reset .woocommerce-tabs ul.tabs {
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
}
body.single-product .trade-reset .woocommerce-tabs ul.tabs li {
  border: 0 !important;
  background: transparent !important;
}

