.btnInvisible, .btnInvisible input {
  position: absolute !important;
  height: 34px !important;
  width: 40px !important;
  display: block !important;
  cursor: pointer !important;
  opacity: 0;
  margin: auto;
  left: 0;
  right: 0;
  top: -7px;
  min-width: auto !important;
  padding: 0 !important;
}
.icon {
  display: inline-block;
  height: 20px;
  width: 20px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
/* -- TRASH */
.trash {
  cursor: pointer;
  background-image: url('/img/icon/trash.svg');
  background-position: left;
  width: 100px;
  font-size: var(--little-text);
  background-size: 12px;
  text-align: left;
  text-decoration: underline;
  padding-left: 20px;
}
form {
  margin: 0;
  padding: 0;
}
.area_form {
  position: relative;
}
.area_form:last-child {
  margin-bottom: 0;
}
.area_form .title_form {
  font-weight: 700;
  padding-bottom: 15px;
  border-bottom: 1px solid var(--border-color);
}
.area_form .row.row_form {
  margin-bottom: 50px;
}
.area_form .row_form label {
  margin-bottom: 1rem;
  font-family: 'Mulish', sans-serif;
  color: var(--gold-color);
  text-transform: uppercase;
}
.area_form .row_form p a {
  font-weight: 700;
}
/*INPUT AND MORE*/
.area_form input, .area_form select {
  display: block;
  height: 55px;
  width: 100%;
  color: var(--text-color);
  background-color: var(--white-color);
  border: none;
  outline: none;
  padding: 0 0.9rem;
  border-radius: 2px;
  -webkit-appearance: none;
}
.area_form select {

  background-image: url("/img/icon/select.svg");
  background-position: center right 10px;
	background-size: 15px;
	background-repeat: no-repeat;
}
.bg_grey .area_form input {
  border-bottom: none;
  padding-left: 0.9rem;
  background-color: #fff;
}
.area_form textarea {
  display: block;
  width: 100%;
  color: var(--text-color);
  min-height: 200px;
  background-color: var(--white-color);
  border: none;
  padding: 0.9rem;
  border-radius: 2px;
  resize: none;
}
.area_form input[type=text]:focus {
  background-color: var(--white-color);
}
.area_form textarea:focus {
  background-color: var(--white-color);
}
.area_form button, .area_form input[type=button], .area_form input[type=submit] {
  display: block;
  position: relative;
  padding: 0 35px;
  height: 55px;
  width: 100%;
  min-width: 100%;
  font-family: 'Mulish', sans-serif;
  color: var(--black-color);
  font-weight: 600;
  font-size: var(--little-text);
  letter-spacing: 0.05rem;
  text-transform: uppercase;
  background-color: var(--gold-color);
  border-radius: 25px;
  border: 1px solid var(--gold-color);
  outline: 0;
  cursor: pointer;
  transition: background 0.3s, color 0.2s;
}
.area_form button:hover, .area_form input[type=button]:hover, .area_form input[type=submit]:hover {
  color: var(--gold-color);
  background-color: transparent;
  border-color: var(--gold-color);
}
.area-filter button:hover, .area-filter input[type=button]:hover, .area-filter input[type=submit]:hover {
  color: var(--gold-color);
  background-color: var(--black-color);
  border-color: var(--gold-color);
}
.area_form button.btn_shop, .area_form input[type=button].btn_shop, .area_form input[type=submit].btn_shop {
  width: 100%;
  background-color: var(--text-color);
  border-color: var(--text-color);
  color: var(--white-color);
}
.area_form button.btnremove, .area_form input[type=button].btnremove, .area_form input[type=submit].btnremove {
  display: inline-block;
  padding: 0 10px;
  min-width: 0;
  margin-left: 5px;
  height: 24px;
  font-size: var(--little-text);
  background-color: var(--text-color);
  margin-top: 0;
}
.area_form button.btnremove, .area_form input[type=button].btnremove, .area_form input[type=submit].btnremove {
  width: 25px;
  vertical-align: middle;
  background-image: url("../img/icon/trash.png");
  background-position: center center;
  background-size: 9px;
  background-repeat: no-repeat;
}
.area_form input[type="text"].disabled {
  background: rgba(255, 255, 255, 1);
	    opacity: 0.5;
  padding: 0 0.9rem;
  color: var(--text-color);
  cursor: not-allowed
}
.area_form input[type="email"].disabled {
  background: rgba(255, 255, 255, 1);
	    opacity: 0.5;
  padding: 0 0.9rem;
  color: var(--text-color);
  cursor: not-allowed
}
.area_form select.disabled {
	    opacity: 0.5;
  cursor: not-allowed;
}
input::-webkit-outer-spin-button, input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}
/*LABEL CHECK AND RADIO*/
.area_form .label_row {
  display: block;
  position: relative;
  padding-left: 35px;
  padding-top: 0px;
  margin-bottom: 15px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.area_form label.label_row {
  text-transform: none;
}
.area_form .label_row a {
  text-decoration: underline;
}
.area_form .label_row:last-of-type {
  margin-bottom: 0 !important;
}
.area_form .label_row span.span_check {
  color: #666;
  margin-left: 15px;
}
.area_form .label_row input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.area_form .checkmark {
  position: absolute;
  top: 2px;
  left: 0;
  height: 22px;
  width: 22px;
  background-color: #fff;
  border: 1px solid var(--text-color);
  border-radius: 2px;
}
.area_form .label_row:hover input ~ .checkmark {
  background-color: #fff;
}
.area_form .label_row input:checked ~ .checkmark {
  background-color: #fff;
}
.area_form .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
.area_form .label_row input:checked ~ .checkmark:after {
  display: block;
}
.area_form .label_row .checkmark:after {
  left: 9px;
  top: 5px;
  width: 5px;
  height: 10px;
  border: solid #151515;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.area_form .radiobtn {
  position: absolute;
  top: 2px;
  left: 0;
  height: 22px;
  width: 22px;
  background-color: #fff;
  border: 1px solid var(--border-color);
  border-radius: 2px;
}
.area_form .label_row:hover input ~ .radiobtn {
  background-color: #fff;
}
.area_form .label_row input:checked ~ .radiobtn {
  background-color: #fff;
}
.area_form .radiobtn:after {
  content: "";
  position: absolute;
  display: none;
}
.area_form .label_row input:checked ~ .radiobtn:after {
  display: block;
}
.area_form .label_row .radiobtn:after {
  left: 9px;
  top: 5px;
  width: 5px;
  height: 10px;
  border: solid #151515;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.area_form .label_row.privacy {
  font-size: var(--little-text);
  text-transform: none;
}
.area_form .label_row.privacy .checkmark {
  top: -1px;
}
/*QUANTITA*/
.area_form input.quantity_value {
  display: inline-block;
  width: 60px;
  text-align: center;
  padding: 0;
  height: 40px;
  border: 1px solid rgba(0, 0, 0, .1);
  margin: 0 10px;
  font-size: 17px;
  font-family: 'Mulish', sans-serif;
}
.area_form .quantity_button {
  display: inline-block;
}
.area_form .quantity_button input[type=submit] {
  width: 40px;
  height: 40px;
  min-width: 0;
  padding: 4px;
  border-radius: 4px;
  font-style: normal;
  line-height: 0;
  background-color: var(--gold-color);
  color: var(--white-color);
}
.area_form input.quantity_valuePop {
    display: inline-block;
    width: 60px;
    text-align: center;
    padding: 0;
    height: 40px;
    border: 1px solid rgba(0, 0, 0, .1);
    margin: 0 10px;
    font-size: 17px;
    font-family: 'Mulish', sans-serif;
}

.area_form .quantity_buttonPop {
    display: inline-block;
}

.area_form .quantity_buttonPop input[type=submit] {
    width: 40px;
    height: 40px;
    min-width: 0;
    padding: 4px;
    border-radius: 4px;
    font-style: normal;
    line-height: 0;
    background-color: var(--gold-color);
    color: var(--white-color);
}
.m-l-2 {
  margin-left: 4px;
}
.m-r-2 {
  margin-right: 4px;
}
.area_form .quantity_button span {
  cursor: pointer;
  border-radius: 20px;
  font-style: normal;
  text-align: center;
  padding: 0;
  height: 40px;
  width: 40px;
  font-size: 15px;
  background-color: var(--gold-color);
  color: var(--white-color);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: -3px;
}
.area_form .quantity_buttonPop span {
  cursor: pointer;
  border-radius: 20px;
  font-style: normal;
  text-align: center;
  padding: 0;
  height: 40px;
  width: 40px;
  font-size: 15px;
  background-color: var(--gold-color);
  color: var(--white-color);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: -3px;
}
.noselect {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
/*END QUANTITA*/
.area_form input.flatpickr-input {
  background-color: var(--white-color) !important;
}
/*ERROR*/
.area_form label.error {
  color: #fff;
  display: table;
  background-color: #353535;
  text-align: center;
  margin-top: 10px;
  font-weight: 500;
  font-size: var(--little-text);
  padding: 5px 15px;
  border-radius: 2px;
}
/*ALERT*/
.area_form .alert_message {
  display: block;
  padding: 35px;
  font-size: var(--little-text);
  border: 1px solid var(--border-color);
  background-color: var(--grey-color);
}
span.alertmax {
  display: block;
  position: absolute;
  font-size: var(--little-text);
  top: 45px;
}
/*PLACEHOLDER*/ ::-webkit-input-placeholder {
  color: var(--text-color);
  font-weight: 400;
  opacity: 0;
}
::-moz-placeholder {
  color: var(--text-color);
  font-weight: 400;
  opacity: 0;
}
:-ms-input-placeholder {
  color: var(--text-color);
  font-weight: 400;
  opacity: 0;
}
:-moz-placeholder {
  color: var(--text-color);
  font-weight: 400;
  opacity: 0;
}
input:focus::-webkit-input-placeholder, textarea:focus::-webkit-input-placeholder {
  opacity: 0;
}
input:focus:-moz-placeholder, textarea:focus:-moz-placeholder {
  opacity: 0;
}
input:focus::-moz-placeholder, textarea:focus::-moz-placeholder {
  opacity: 0;
}
input:focus:-ms-placeholder, textarea:focus:-ms-placeholder {
  opacity: 0;
}
input:-webkit-autofill, input:-webkit-autofill:hover, input:-webkit-autofill:focus textarea:-webkit-autofill, textarea:-webkit-autofill:hover textarea:-webkit-autofill:focus, select:-webkit-autofill, select:-webkit-autofill:hover, select:-webkit-autofill:focus {
  background-color: white !important;
  background-image: none !important;
  -webkit-text-fill-color: #585858 !important;
  -webkit-box-shadow: 0 0 0px 1000px #fff inset;
}
/**/
/*RESPONSIVE*/
/**/
@media (max-width: 1750px) {}
@media (max-width: 1199px) {}
@media (max-width: 991px) {
  .area_form input.quantity_value {
    width: 40px;        height: 25px;
        vertical-align: middle;
  }
  .area_form .quantity_button span {
    height: 20px;
    width: 20px;
    font-size: 10px;
  }
}
@media (max-width: 767px) {
  .area_form .row.row_form {
    margin-bottom: 25px;
  }
  .area_form .row.row_form.margin_row_form {
    margin-top: 50px;
  }
  .area_form .margin-top-xs {
    margin-top: 25px;
  }
  .area_form .row_form label {
    font-size: var(--little-text);
  }
  .area_form input {
    height: 40px;
  }
  .area_form button, .area_form input[type=button], .area_form input[type=submit] {
    height: 40px;
    padding: 0 20px;
    min-width: auto;
  }
  span.alertmax {
    position: relative;
    top: 15px;
  }
}