/*
Theme Name: Toslon Child
Template: toslon
Version: 3.0
*/

/*************** ADD CUSTOM CSS HERE.   ***************/
/* Stil general pentru containerul formularului */
.wpcf7 {
  background-color: rgba(0, 0, 0, 0.85);
  border-radius: 16px;
  padding: 40px;
  max-width: 600px;
  margin: 0 auto;
  box-shadow: 0 0 40px rgba(0, 0, 0, 0.6);
  color: #fff;
  backdrop-filter: blur(4px);
}

/* Stiluri pentru label-uri */
.wpcf7-form label {
  display: block;
  margin-bottom: 8px;
  font-weight: 600;
  color: #f4f4f4;
}

/* Inputuri și textarea */
.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"],
.wpcf7 textarea {
  width: 100%;
  padding: 12px 16px;
  margin-bottom: 20px;
  background: rgba(255,255,255,0.05);
  border: 1px solid rgba(255,255,255,0.15);
  border-radius: 8px;
  color: #fff;
  font-size: 16px;
  transition: border 0.3s ease, box-shadow 0.3s ease;
}

.wpcf7 input[type="text"]:focus,
.wpcf7 input[type="email"]:focus,
.wpcf7 input[type="tel"]:focus,
.wpcf7 textarea:focus {
  border-color: #F4BC18;
  box-shadow: 0 0 10px rgba(244,188,24,0.4);
  outline: none;
}

/* Buton de trimitere */
.wpcf7 input[type="submit"] {
  background: #F4BC18;
  color: #000;
  font-weight: bold;
  border: none;
  padding: 14px 28px;
  border-radius: 10px;
  cursor: pointer;
  transition: background 0.3s ease, transform 0.2s ease;
}

.wpcf7 input[type="submit"]:hover {
  background: #e1aa11;
  transform: translateY(-2px);
}

/* Mesaje de eroare / succes */
.wpcf7-response-output {
  margin-top: 20px;
  font-size: 14px;
  padding: 10px 15px;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.1);
  color: #f4f4f4;
}

.wpcf7-not-valid-tip {
  color: #ff6b6b;
  font-size: 14px;
  margin-top: -16px;
  margin-bottom: 10px;
}

.wpcf7-form-control-wrap {
  display: block;
}



.footer-widgets.footer.footer-1 .product_list_widget {
    border: 2px solid gray;
    padding: 10px;
    margin: 10px;
}

.woocommerce-ordering .orderby {
    background: white;
}

 

@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/
.sticky-add-to-cart__product .cart {
    display: contents;
}

.product-info.summary.col-fit.col.entry-summary.product-summary .cart {
    display: grid;
}

.product-info.summary.col-fit.col.entry-summary.product-summary .ux-product-brands {
    width: 100px;
}

#moove_gdpr_save_popup_settings_button {
    bottom: 45px!important;
}

}

.sticky-add-to-cart--active .tbi_button_container2 {
	display: none !important;
}

.footer-secondary.pull-right .payment-icons.inline-block {
    background: #fff;
    border-radius: 5px;
    width: 70%;
    margin-top:-10px!important;
    padding: 5px;
}
