.wpcf7-form {
  font-family: 'Nunito Sans';
	color: #FFFFFF;
}

.wpcf7-form label {
  font-weight: bold;
  display: block;
  margin-bottom: 8px;
  margin-top: 20px;
}

.wpcf7-form input[type="text"],
.wpcf7-form input[type="email"],
.wpcf7-form input[type="tel"],
.wpcf7-form textarea,
.wpcf7-form select {
  background-color: #f0f0f0;
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  padding: 12px 15px;
  width: 100%;
  box-sizing: border-box;
  font-size: 16px;
  font-family: 'Nunito Sans';
}

.wpcf7-form textarea {
  height: 150px;
}

.form-row-halves {
  display: flex;
  gap: 20px;
}
.form-col {
  flex: 1;
}
.form-col label {
  margin-top: 0;
}

.form-radio-grid .wpcf7-list-item {
  margin: 0 0 10px 0;
}
.form-radio-grid .wpcf7-list-item-label {
    margin-left: 8px;
}

@media (min-width: 600px) {
    .form-radio-grid {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 0 20px;
    }
}

.wpcf7-acceptance .wpcf7-list-item-label {
  font-weight: normal;
}

.wpcf7-form .wpcf7-submit {
  background-color: #956EB0 !important;
  color: #FFFFFF !important;
  font-family: 'Nunito Sans' !important;
  font-weight: bold !important;
  border: none !important;
  border-radius: 15px !important;
  padding: 10px 24px !important;
  font-size: 16px !important;
  cursor: pointer !important;
  margin-top: 20px !important;
  transition: background-color 0.3s ease !important;
}

.wpcf7-form .wpcf7-submit:hover {
  background-color: #7d5a94 !important;
}

@media (max-width: 599px) {
  .form-row-halves {
    flex-direction: column;
    gap: 0;
  }
  .form-col label {
      margin-top: 20px;
  }
}
.custom-violet-button {
    background-color: #ffffff !important;
    color: #080103 !important;
    border: 1px solid #7d5a94 !important;
    border-bottom: 4px solid #7d5a94 !important;
    border-radius: 50px !important;
    font-family: 'Nunito Sans', sans-serif !important;
    font-weight: 400 !important;
    transition: all 0.1s ease-in-out;
}

.custom-violet-button:hover {
    background-color: #D9D8D9 !important;
    transform: translateY(3px);
    border-bottom-width: 1px !important;
}

@media screen and (max-width: 767px) {
    .woocommerce-cart-form table.shop_table.cart {
        border: none;
    }

    .woocommerce-cart-form table.shop_table.cart thead {
        display: none;
    }

    .woocommerce-cart-form table.shop_table.cart tr,
    .woocommerce-cart-form table.shop_table.cart td {
        display: block;
        width: 100% !important;
        text-align: right !important;
        border: none;
    }

    .woocommerce-cart-form table.shop_table.cart tr {
        margin-bottom: 2em;
        padding-bottom: 1em;
        border-bottom: 1px solid #e0e0e0;
    }

    .woocommerce-cart-form table.shop_table.cart td.product-thumbnail {
        text-align: left !important;
        padding-bottom: 1em;
    }

    .woocommerce-cart-form table.shop_table.cart td[data-title]::before {
        content: attr(data-title) ': ';
        float: left;
        font-weight: bold;
    }

    .woocommerce-cart-form table.shop_table.cart .quantity {
        float: right;
    }

    .woocommerce-cart-form table.shop_table.cart td.actions {
        text-align: center !important;
    }
    
    .woocommerce-cart-form table.shop_table.cart td.actions .coupon,
    .woocommerce-cart-form table.shop_table.cart td.actions .button {
        width: 100%;
        float: none;
        margin-bottom: 10px;
    }
}

@media (orientation: landscape) and (max-height: 500px) {
  .mfp-iframe-holder .mfp-content {
    width: 90vw !important;
  }
}