
/*
==============================
Feature: Forms
Section: Inputs
==============================
*/

.wpcf7-form label {
  color: var(--blue);
  font-weight: 500;
}
div.wpcf7 .ajax-loader {
	position: absolute;
}
.wpcf7-spinner {
	display: none;
}
.button-wrapper {
 width: 150px;
}
.button-wrapper .button {
	width: 100%;
	position: relative;
	z-index: 2;
}
.button-frame {
	position: absolute;
	z-index: 1;
	border: 1px solid #171717;
	background: #fff;
	top: -.25rem;
	left: -.25rem;
	right: -.25rem;
	bottom: -.25rem;
}
form.wpcf7-form div.container-fluid div.row+p {
    display: none;
}
.form-control:disabled,
.form-control[readonly] {
    background-color: transparent;
    opacity: 1;
}
.wpcf7-form-control.wpcf7-acceptance .wpcf7-list-item label span {
    padding-left: .25em;
    color: var(--darkBlue);
    font-family: 'Lora', sans-serif;
    font-size: 0.95rem;
    letter-spacing: 0;
    line-height: 15px;
}
.wpcf7-form-control.wpcf7-acceptance .wpcf7-list-item .wpcf7-list-item-label a {
	color:var(--blue);
	font-family: 'Lora', sans-serif;
	font-size: 0.95rem;
	letter-spacing: 0;
	line-height: 15px;
}
.wpcf7-form-control.wpcf7-acceptance .wpcf7-list-item .wpcf7-list-item-label a:hover {
	color:var(--yellow);
  transition: all 700ms ease;
  -webkit-transition: all 700ms ease;
  -moz-transition: all 700ms ease;
  -ms-transition: all 700ms ease;
  -o-transition: all 700ms ease;
}
.form-control:focus {
    background-color: #FFFFFF;
    box-shadow: 0 0 0;
    border-color: inherit;
    color: #e7e7e7;
}
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
input[type="search"],
textarea {
    background-color: #fff;
    box-shadow: 0 0 0;
    color: #9c9c9c !important;
		border:0;
		width:100%;
    border-radius: 12px !important;
    padding: 0.5rem 1rem;
    font-size: 0.95rem;
		height: 45px;
		font-family: 'Poppins';
}
textarea {
  height: 100%;
}
input[type="number"] {
	width: 60px;
	text-align: center;
	border-radius: 12px;
	padding-top: 10px;
	padding-bottom: 10px;
	border: 0;
}

.table-lists input[type="number"],
.table-lists textarea {
	background-color: #f7f7f7;
  min-height: auto;
  color: rgba(23,23,23,1) !important;
  border: 1px solid #e9e9e9;
}
@media (min-width: 992px) {
  .table-lists textarea {
    width: 50%;
  }
}

input::placeholder,
textarea::placeholder {
	font-size: 0.9rem;
	color: rgba(23,23,23,0.40);
}

/*
==============================
Feature: Forms
Section: Checkbox
==============================
*/

.custom-checkbox {
  display: flex;
  align-items: center;
  justify-content: center;
}
.custom-checkbox::before {
  content: "";
  display: inline-block;
  position: relative;
  height: 1.2rem;
  width: 1.2rem;
  margin-right: 0.9375rem;
  background-color: transparent;
  background-size: 1.2rem;
  background-repeat: no-repeat;
  background-position: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border: 1px solid #6D6F71;
}
.checkbox-wrapper {
  display: flex;
  align-items: center;
  justify-content: start;
  margin-bottom: 10px;
  margin-left: 16px;
}
.checkbox-wrapper input[type="checkbox"]:checked + .custom-checkbox::before {
  background-image: url(../../dist/images/icon-check.svg);
  border: 1px solid #80C342;
}
.checkbox-wrapper input[type="checkbox"] {
  position: absolute;
  opacity: 0;
  z-index: 12;
  width: 20px;
  height: 20px;
}
.checkbox-wrapper input[type="checkbox"]:hover {
  cursor: pointer;
}
.wpcf7-list-item {
	margin: 0;
}
.wpcf7-list-item input[type="checkbox"] {
	display: none;
}
input[type="checkbox"]+span.wpcf7-list-item-label:before {
    content: "";
    width: 15px;
    height: 15px;
    display: inline-block;
		position:relative;
		top:2px;
    margin: 0.4em 0.5em 0 0;
    border: 0.13rem solid var(--yellow);
    background: transparent;
    cursor: pointer;
}
input[type="checkbox"]:checked+span.wpcf7-list-item-label:before {
    border-color: var(--yellow);
}
input[type="checkbox"]:checked+span.wpcf7-list-item-label:after {
    content: "";
    width: 10px;
    height: 5px;
    border: 2px solid var(--blue);
    display:inline-block;
		position:absolute;
		left:32px;
    margin-left: -1.55em;
    border-right: 0;
    border-top: 0;
    margin-top: .7em;
    transform: rotate(-55deg);
    cursor: pointer;
}
input[type="checkbox"]+span.wpcf7-list-item-label {
    font-weight: 400;
    color: #013649;
}
input[type="checkbox"]:checked+span.wpcf7-list-item-label {
    color: #013649;
}
.checkbox-row .wpcf7-checkbox{
	display:flex;
	flex-wrap: wrap;
  width: 100%;
}
.checkbox-row .wpcf7-list-item {
	width:100%;
}
.condiciones-text {
	font-size:.85em;
	position:relative;
	top:-2px;
}
@media (min-width:992px) {
	.checkbox-row .wpcf7-list-item {
		width:50%;
	}
}


#parsley-id-44 {
	display: none;
}
.condiciones p {
	display: flex;
	justify-content: flex-start;
	align-items: center;
}

#formAddItemToList select {
	box-sizing: border-box;
	-moz-appearance: none;
	-ebkit-appearance: none;
	appearance: none;

	background-color: #fff;
	border: none;
	padding: 0;
	margin: 0;
	width: 100%;

	font-family: 'Poppins', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Poppins', 'Helvetica Neue', sans-serif;
	font-size: 16px;
	font-weight: 500;
	line-height: 1.3;

	cursor: default;
}
#formAddItemToList select {
	padding: 15px 10px 15px 8px;
  border: 0;
  border-radius: 12px;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' xml:space='preserve' viewBox='0 0 16 16'%3e%3cg fill='%23368b79bf'%3e%3cpath d='m4.464 6.05-.707.707L8 11l4.243-4.243-.707-.707L8 9.586z'/%3e%3c/g%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right 8px center;
  background-size: 2rem;
  color: var(--green);
}
#formAddItemToList select:hover {
  border: 0;
}
#single-product #formAddItemToList select {
  background-color: var(--lightGrey);
}
#formAddItemToList select:focus {
  border: 0;
  box-shadow: 0 0 0;
  outline: none;
}

#formAddItemToList select:disabled,
#formAddItemToList select[aria-disabled=true] {
  cursor: not-allowed;
  background-color: rgba(211, 211, 211, .75);
}

#formAddItemToList select:disabled:hover,
#formAddItemToList select[aria-disabled=true]:hover {
  border: 0;
}

input[type="radio"] {
  margin: 0.5rem;
}