/*
Theme Name: the7dtchild
Author: Dream-Theme
Author URI: http://dream-theme.com/
Description: The7 is perfectly scalable, performance and SEO optimized, responsive, retina ready multipurpose WordPress theme. It will fit every site – big or small. From huge corporate portals to studio or personal sites – The7 will become a great foundation for your next project!
Version: 1.0.0
License: This WordPress theme is comprised of two parts: (1) The PHP code and integrated HTML are licensed under the GPL license as is WordPress itself.  You will find a copy of the license text in the same directory as this text file. Or you can read it here: http://wordpress.org/about/gpl/ (2) All other parts of the theme including, but not limited to the CSS code, images, and design are licensed according to the license purchased. Read about licensing details here: http://themeforest.net/licenses/regular_extended
Template: dt-the7
*/


/* Checkout-Überschrift links ausrichten */
#order_review_heading {
 display:none!Imporant;
}


/* German Market Widerrufsformular – Layout-Fix */
form.german-market-withdrawal-form {
  max-width: 820px;
  margin: 0 auto;
  padding: 0 20px;
  box-sizing: border-box;
}

.german-market-withdrawal-form-fields {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px 24px;
  align-items: start;
}

/* Float/Width-Reste von WooCommerce neutralisieren */
.german-market-withdrawal-form-fields > .form-row {
  float: none !important;
  width: auto !important;
  margin: 0;
  padding: 0;
  grid-column: 1 / -1;           /* Standard: volle Breite */
  box-sizing: border-box;
}
.german-market-withdrawal-form-fields > .form-row-first { grid-column: 1; }
.german-market-withdrawal-form-fields > .form-row-last  { grid-column: 2; }
.german-market-withdrawal-form-fields > .clear { display: none; }

.german-market-withdrawal-form label {
  display: block;
  margin-bottom: 6px;
  font-weight: 600;
}

.german-market-withdrawal-form .input-text,
.german-market-withdrawal-form textarea {
  width: 100%;
  box-sizing: border-box;
  padding: 12px 14px;
  border: 1px solid #d4d4d4;
  border-radius: 8px;
  font-size: 16px;
  line-height: 1.4;
}
.german-market-withdrawal-form textarea { resize: vertical; }

/* Teilwiderruf-Checkbox (falls aktiv) */
.german-market-withdrawal-form .checkbox {
  display: flex;
  align-items: center;
  gap: 8px;
  font-weight: 400;
  margin-top: 10px;
}
.german-market-withdrawal-form .checkbox .input-checkbox { width: auto; }

.german-market-withdrawal-form .privacy-policy-applies {
  display: block;
  margin-bottom: 14px;
  font-size: 14px;
}

/* Mobil: eine Spalte */
@media (max-width: 600px) {
  .german-market-withdrawal-form-fields { grid-template-columns: 1fr; }
}
