.section {
  position: relative;
  padding: 50px 0;
  background-color: var(--bg-grey);
}

.bigbag_notice {
  background-color: #f0f2f3;
  padding: 20px;
  margin-bottom: 30px;
  border-radius: 8px;
}

.bigbag_notice p {
  margin: 0;
  font-weight: 600;
}

p {
  font-size: 14px;
  line-height: 1.8;
  margin-bottom: 15px;
  color: #838383;
}

a {
  color: var(--main-theme-color);
  text-decoration: none;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.bigbag_notice-content {
  margin-bottom: 30px;
  display: none;
}

.form-group {
  margin-bottom: 20px;
}

label {
  margin-bottom: 10px;
  font-weight: 100;
  color: #18181d;
}

.form-control {
  height: 50px;
  padding: 8px 15px;
  border-radius: 0;
  border: 1px solid #f0f2f3;
  border-radius: 5px;
  width: 100%;
  color: #333;
  background-color: #fff;
  letter-spacing: 0.1px;
  font-size: 14px;
}

.bigbag_notice {
  background-color: #fff;
  border: 1px solid var(--border-color);
  padding: 20px;
  margin-bottom: 30px;
  border-radius: 8px;
}

.bigbag_notice p {
  color: #555;
  font-weight: 500;
}

.bigbag-header {
  font-weight: 600;
  font-size: 2.4rem;
}

h4 {
  font-size: 26px;
  line-height: 1.4;
}

table {
  width: 100%;
  margin-bottom: 30px;
}

table th {
  font-weight: 600;
  color: #18181d;
  font-family: Montserrat, sans-serif;
  border: 1px solid #f0f2f3;
}

table td,
table th {
  padding: 15px;
  vertical-align: middle;
  background-color: #fff;
}

table td {
  border: 1px solid #f0f2f3;
}

table td,
table th {
  padding: 15px;
  vertical-align: middle;
  background-color: #fff;
}

.bigbag_cart-product-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.bigbag_cart-product-body {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.bigbag_cart-product-wrapper h6 {
  margin-bottom: 0;
  font-size: 14px;
}

.bigbag_cart-product-wrapper h6 a {
  color: #333;
}

.form-group {
  margin-bottom: 20px;
}

.small,
small {
  line-height: 1.7;
}

.bigbag_btn-custom.primary {
  background-color: var(--main-theme-color);
}

.bigbag_btn-custom {
  cursor: pointer;
  display: inline-block;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  position: relative;
  background-color: var(--main-theme-color);
  border: 0;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  padding: 12px 30px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  text-transform: uppercase;
  border-radius: 10px;
  z-index: 1;
  box-shadow: 0 3px 24px rgba(0, 0, 0, 0.1);
}

table th {
  font-weight: 600;
  color: #18181d;
  font-family: Montserrat, sans-serif;
  border: 1px solid #f0f2f3;
}

table td,
table th {
  padding: 15px;
  vertical-align: middle;
  background-color: #fff;
}

.wc_payment_method:not(:last-child) {
  padding-bottom: 20px;
}

.payment_box {
  background-color: #e9e9e9;
  position: relative;
  padding: 15px;
  margin-top: 18px;
}

.payment_box p:last-child {
  margin-bottom: 0;
}

.payment_box::before {
  content: "";
  border-width: 0 9px 10px 9px;
  border-style: solid;
  border-color: transparent transparent #e9e9e9 transparent;
  position: absolute;
  top: -10px;
  left: 25px;
}

.form-group label {
  color: #444;
  font-weight: 500;
  font-size: 1.4rem;
}

.form-group label input[name="create_account"] {
  margin-right: 0.6rem;
  transform: translateY(1px);
}

.form-control:focus {
  background-color: #fff;
  border-color: var(--color-main);
  outline: 0;
  box-shadow: none;
}

h6 {
    font-size: 1.3rem;
    font-weight: 600;
}
