/*
Theme Name: F7 Child
Author: VamTam
Author URI: https://vamtam.com
Template: f7
*/



/*

put your child theme styles here


you don't need any @import rules

*/
/* grid system styles */
.gridSystem-crex {
    position: fixed;
    height: 100vh;
    top: 0;
    width: 100%;
    z-index: 10000000;
  }
  .gridSystem-crex ul {
    list-style: none;
    padding: 0;
    margin: 0 auto;
    height: 100%;
    display: grid;
    width: 1170px;
    grid-template-columns: repeat(12, 1fr);
    grid-gap: 30px;
  }
  .gridSystem-crex ul li {
    background: #ffa1a180;
    display: flex;
    justify-content: center;
    /* align-items: center; */
    font-family: "Montserrat", sans-serif;
    border-top: none !important;
    border-bottom: none !important;
    position: relative;
  }
  .gridSystem-crex ul li span {
    background: #fff;
    height: 30px;
    width: 30px;
    position: absolute;
    top: 30px;
    justify-content: center;
    display: flex;
    border-radius: 50%;
    align-items: center;
  }
  .gridSystem-crex ul li:not(:last-child)::before {
    content: attr(data-gutter);
    position: absolute;
    right: 0;
    transform: translateX(100%) rotate(-90deg);
    font-size: 12px;
    top: 45%;
  }
  .gridSystem-crex ul li::after {
    content: attr(data-colwidth);
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    text-align: center;
    font-size: 12px;
  }
  
.payment_method_stripe .option_method {
  display: flex;
  flex-flow: column;
  align-items: flex-start; }
.payment_method_stripe .option_method label {
  width: 100%;
  text-align: left;	}
.payment_method_stripe .plans {
  display: flex;
  flex-flow: column;
  padding-left: 24px;
  padding-top: 10px; }

  .woocommerce #payment div.payment_box.payment_method_stripe {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    justify-content: space-between;
}

.payment_method_stripe fieldset#wc-stripe-upe-form {
    flex-basis: 80%;
}

.valid-ele-form .elementor-field-textual::placeholder {
  opacity: 1 !important;
}

.valid-ele-form select {
  font-size: inherit !important;
}

.woocommerce.woocommerce-checkout label {
  font-weight: 500 !important;
  letter-spacing: normal !important;
}