/* =JIMMY STYLES
------------------------------------------------------- */
*{
	-webkit-box-sizing: border-box;
          box-sizing: border-box;
          outline: none !important;
}
.woocommerce-checkout {
  margin: 0;
  width: 100%;
  position: static !important;
}
.woocommerce-checkout #masthead,
.woocommerce-checkout .header-nav,
.woocommerce-checkout .entry-header,
.checkout-sidebar-cart .tribe-checkout-backlink,
.woocommerce-billing-fields h3,
#billing_country_field,
.woocommerce-additional-fields,
.checkout-sidebar-cart .shop_table thead,
.checkout-sidebar-cart .shop_table .cart-subtotal,
.wc_payment_method input.input-radio[name="payment_method"] + label::before,
.checkout-sidebar-cart .woocommerce-customer-details {
  display: none !important;
}
.woocommerce-checkout .site-content-contain {
  margin-top: 0;
}
.site-logo{
  padding-bottom: 30px;
}
.woocommerce-checkout .entry-content {
  width: 100% !important;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.wild-custom-checkout{
  padding: 40px;
  overflow: hidden;
  position: relative;
}
.checkout-sidebar-cart {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 9999;
  height: 100%;
}
.wild-checkout-steps{
  margin-bottom: 20px;
}
.wild-checkout-steps a{
	color: #2a2a2a;
	text-transform: uppercase;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
}
.wild-checkout-steps a:hover{
	color: #f48e9a; 
}
.wild-checkout-steps a i {
  margin: 0 10px 0 7px; color: #2a2a2a!important
}
.woocommerce-checkout .step-heading {
  border-bottom: 2px dashed #2a2a2a;
  margin-bottom: 30px;
  padding: 0px 0 12px;
  margin-bottom: 30px;
  text-transform: uppercase;
  font-weight: 800;
  margin: 0;
  color: #2a2a2a;
  font-size: 1.625rem !important;
}
.steps-pagination{
  margin: 30px 0;
}
.checkout-form-fields {
  min-height: 40vh;
}
.checkout-login {
  padding: 20px 0;
  border-bottom: 2px dashed #2a2a2a;
  margin-bottom: 10px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.checkout-register {
  padding: 20px 0;
}
.checkout-register p{
  font-size: 16px; width: 100%
}
.wild-custom-checkout a{
  text-decoration: none;
}
.wild-custom-checkout h3,
.wild-custom-checkout h2,
.woocommerce-order-details h2.woocommerce-order-details__title {
  text-transform: uppercase;
  font-weight: 800;
  margin: 0;
  color: #2a2a2a !important;
  font-size: 1.625rem !important;
}
.wild-custom-checkout h4 {
  font-size: 20px;
  color: #2a2a2a;
  text-transform: uppercase;
}
.woocommerce-address-fields p.form-row label, 
.woocommerce-EditAccountForm label, 
.woocommerce-billing-fields label, 
.woocommerce-shipping-fields label, 
.checkout-sidebar-cart .shop_table thead th, 
.woocommerce-additional-fields label {
  font-size: 12px;
  text-transform: uppercase;
  color: #661e28;
  font-weight: bold;
}
.woocommerce-address-fields p.form-row input, 
.woocommerce-EditAccountForm input, 
.woocommerce-billing-fields input, 
.woocommerce-shipping-fields input {
  padding: 10px 0px 5px;
  background-color: transparent !important;
  border-radius: 0px;
  border-width: 0 0 2px 0 !important;
  border-bottom-style: dashed;
  border-bottom-color: #2a2a2a;
  font-size: 1rem;
  color: #666;
}
.idpc_lookup::before {
  content: "Your address"!important;
  text-transform: uppercase;
  display: block;
  font-weight: bold;
  color: #2a2a2a;
  margin: 45px 0 20px;
  font-size: 20px;
}
.checkout-sidebar-cart .shop_table tr{
  border: none;
}
.checkout-sidebar-cart .shop_table th.product-name,
.checkout-sidebar-cart .shop_table .order-total th{
  text-align: left;
}
.checkout-sidebar-cart .shop_table .order-total td,
.checkout-sidebar-cart .shop_table .product-total{
  text-align: right;
  color: #661e28;
  font-weight: 900!important;
}
.checkout-sidebar-cart .shop_table .order-total th, 
.checkout-sidebar-cart .shop_table .order-total td{
  border-top: 2px dashed #2a2a2a !important;
  padding: 10px 0px 0px;
  text-transform: uppercase;
}
.checkout-sidebar-cart .shop_table thead th {
  border-bottom: 2px dashed #2a2a2a !important;
  padding: 0px 0px 15px;
}
.checkout-sidebar-cart .shop_table {
  width: 100%;
  border-collapse: collapse;
}
.checkout-sidebar-cart .shop_table tbody td {
  padding: 15px 0;
  vertical-align: top;
}
.checkout-sidebar-cart .shop_table tfoot {
  border-top: 2px dashed;
}
.checkout-sidebar-cart .shop_table tfoot th {
  text-align: left;
  text-transform: uppercase;
  font-weight: bold;
  color: #2a2a2a;
}
.checkout-sidebar-cart .shop_table tfoot td {
  padding-bottom: 0;
}
.wc_payment_methods.payment_methods.methods {
  margin: 0;
  padding: 0;
  list-style: none;
}
.wc_payment_methods.payment_methods.methods li{
  border:  none;
  padding: 5px 0;
}
.wc_payment_methods.payment_methods.methods li > label {
  font-weight: bold;
  text-transform: uppercase;
  display: block;
  margin-bottom: 10px !important;
  font-size: 18px;
}
.wc_payment_methods.payment_methods.methods p{
  margin: 0;
}
.wc_payment_method input.input-radio[name="payment_method"]:checked + label{
  color: #f48e9a;
}
.wc_payment_method .payment_box {
  padding: 2em;
  background: #eee;
  border-radius: 14px;
}
.wild-step-payment{
  display: none;
}
.wild-step-payment .place-order {
  text-align: center;
}
.wild-step-payment #place_order {
  padding: 10px 30px !important;
  border-radius: 50px !important;
  font-weight: 700 !important;
  text-transform: uppercase;
  line-height: 24px;
  margin: 40px auto 20px;
  float: none !important;
  box-shadow: rgba(0, 0, 0, 0.3) 0px 5px 8px 0px !important;
  cursor: pointer;
  background-color: #1b6a6c;
  color: #fff;
  border: none;
  font-size: 22px;
  width: 80%;
  line-height: 1.68;
}
.wild-step-payment #place_order:hover {
  background-color: #0b3f44 !important;
  color: #ffffff !important;
}
dt {
  font-weight: 700;
}
.cart_item .edit-attendee-info {
  color: #f48e9a;
}
.checkout-sidebar-cart .shop_table td.product-name, 
.checkout-sidebar-cart .shop_table td.product-name .product-quantity {
  text-transform: uppercase;
}
.checkout-sidebar-cart .shop_table td.product-name img {
  max-height: 55px;
  width: auto;
  float: left;
  margin-right: 8px;
}
.checkout-sidebar-cart .shop_table dl.variation {
  margin: 0;
  display: flex;
  font-weight: 400;
  text-transform: capitalize;
  flex-wrap: wrap;
}
.checkout-sidebar-cart .shop_table dl.variation dt{
  float: none;
  font-weight: 400;
  text-transform: capitalize;
}
.woocommerce-order-overview.woocommerce-thankyou-order-details.order_details {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  text-transform: uppercase;
  color: #d49628;
  font-weight: bold;
  font-size: 14px;
}
.woocommerce-order-overview.woocommerce-thankyou-order-details.order_details li{
  padding: 15px;
  width: 33%;
  margin: 0 -15px;
}
.woocommerce-order-overview.woocommerce-thankyou-order-details.order_details li strong {
  width: 100%;
  display: block;
  color: #2a2a2a;
  text-transform: none;
  font-size:  16px;
  font-weight: 400;
}
.tribe-attendee-meta td {
  padding: 0 !important;
  font-size: 14px;
  font-weight: 400;
}

@media only screen and (max-width: 767px){
  .wild-custom-checkout {
    padding: 20px;
  }
  .wild-custom-checkout .inner-max.flex{
    flex-direction: column-reverse;
  }
  .wild-custom-checkout .third,
  .wild-custom-checkout .two-thirds{
    position: relative;
    width: 100%;
    height: auto;
    margin-bottom: 30px;
  }
  .wild-custom-checkout .checkout-sidebar {
    border-radius: 20px;
    padding: 20px !important;
  }
  .woocommerce-order-overview.woocommerce-thankyou-order-details.order_details{
    margin-bottom: 30px;
  }
  .woocommerce-order-overview.woocommerce-thankyou-order-details.order_details li {
    padding: 8px 15px;
    width: 100%;
    margin: 0 -15px;
  }
}