/*
Theme Name: Nyture Child
Theme URI: http://nyture.novaworks.net
Description: This is a child theme for Nyture Theme.
Author: Novaworks
Author URI: http: //www.novaworks.net/
Template: nyture
Version: 1.0
*/

/****************************************************************/
/*************** ADD YOUR CUSTOM CSS IN THIS AREA ***************/
/****************************************************************/







/****************************************************************/
/****************************************************************/
/****************************************************************/


.single-product p.price {
    display: flex;
    gap: 10px;
}
.contact-sect .wpcf7-form {
  max-width: 700px;
  margin: 0 auto;
  padding: 30px;
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, .06)
}

.contact-sect label {
  font-weight: 600;
  font-size: 14px;
  color: #333;
  margin-bottom: 6px;
  display: block
}

.contact-sect input,
.contact-sect select,
.contact-sect textarea {
    width: 100%;
    padding: 14px 16px !important;
    margin-bottom: -2px !important;
    border-radius: 8px !important;
    border: 1px solid #ddd !important;
    font-size: 15px !important;
    background: #fafafa !important;
    transition: .3s;
      box-shadow: 0 0 0 3px rgba(184, 142, 47, .15)
}


.contact-sect textarea {
  height: 90px;
  resize: vertical
}

.contact-sect input[type=submit] {
  width: 100%;
  background: #141414 !important;
  color: #fff !important;
  border: none !important;
  padding: 16px !important;
  font-size: 16px !important;
  font-weight: 600 !important;
  border-radius: 8px !important;
  cursor: pointer !important;
}


.contact-sect .wpcf7-not-valid-tip {
  font-size: 13px;
  color: #e63946
}

.contact-sect .wpcf7-mail-sent-ok {
  background: #e6f9f0;
  color: #2a9d8f;
  padding: 12px;
  border-radius: 6px
}