@charset "UTF-8";
@import "variables.css";

/*--------------------------------------------------------------
FORM
--------------------------------------------------------------*/

button, input[type="button"], input[type="reset"], input[type="submit"] {
    border: 1px solid #000;
    background: none;
    color: #000;
}


button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}
button,
input {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
	  background: #212121;
  color: #fff;
}
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}
fieldset {
  padding: 0.35em 0.75em 0.625em;
}
legend {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}
progress {
  vertical-align: baseline;
}
textarea {
  overflow: auto;
}
[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}
details {
  display: block;
}
summary {
  display: list-item;
}
template {
  display: none;
}
[hidden] {
  display: none;
}


button,
a.button,
.btn,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  border: 2px solid #212121;
  -webkit-box-shadow: none;
          box-shadow: none;
  background: #212121;
  color: #fff;
  padding: 13px 24px;
  cursor: pointer;
  display: inline-block;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border-radius: 0;
  height: auto;
  font-weight: 400;
  text-transform: uppercase;
  /*letter-spacing: 2px;*/
  font-size: 14px;
  font-size: 0.875rem;
}

button:hover,
a.button:hover,
.wp-block-button__link:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
/*  background-color: #757575;
  border-color: #757575;*/
	opacity:0.8;
}

button:active, button:focus,
a.button:active,
a.button:focus,
.wp-block-button__link:active,
.wp-block-button__link:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
  color: #fff;
}
a.btn.btn-outline-primary {
  color: var(--primary);	
  background-color: transparent;
  border: 1px solid var(--primary);	
}

a button .wc-backward {
  color: var(--white);	
}

.is-style-outline .wp-block-button__link,
.wp-block-button__link.is-style-outline {
  color: #212121;
  border: 2px solid #212121;
}

.wp-block-button {
  margin-bottom: 20px;
}

.wp-block-button.is-style-squared a,
.wp-block-button__link.wp-block-button.is-style-squared a {
  border-radius: 0;
}

#coupon_code + .button {
  border-top-left-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}

.checkout_coupon.woocommerce-form-coupon .button[name="apply_coupon"] {
  border-top-left-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
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"],
textarea,
select,
.wp-block-search .wp-block-search__input,
.wc-block-product-search .wc-block-product-search__field,
.woocommerce .select2-container .select2-selection--single,
.woocommerce-page .select2-container .select2-selection--single {
  color: #212121;
  border: 1px solid #212121;
  border-radius: 0;
  padding: 12px 16px;
  min-height: 51px;
  max-width: 100%;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus,
select:focus,
.wp-block-search .wp-block-search__input:focus,
.wc-block-product-search .wc-block-product-search__field:focus,
.woocommerce .select2-container .select2-selection--single:focus,
.woocommerce-page .select2-container .select2-selection--single:focus {
  color: #111;
  outline: none;
  -webkit-box-shadow: 0 0 0 1px;
          box-shadow: 0 0 0 1px;
}

select {
  width: 100%;
  border: 1px solid #212121;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='%23212121' viewBox='0 0 448 512'%3E%3Cpath d='M207.029 381.476L12.686 187.132c-9.373-9.373-9.373-24.569 0-33.941l22.667-22.667c9.357-9.357 24.522-9.375 33.901-.04L224 284.505l154.745-154.021c9.379-9.335 24.544-9.317 33.901.04l22.667 22.667c9.373 9.373 9.373 24.569 0 33.941L240.971 381.476c-9.373 9.372-24.569 9.372-33.942 0z' /%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: 98% center;
}

textarea {
  width: 100%;
}

label.error {
  margin-top: 10px;
  color: #dd3434;
}

.woocommerce .select2-container .select2-selection--single,
.woocommerce-page .select2-container .select2-selection--single {
  height: 100%;
}

.woocommerce .select2-container .select2-selection--single .select2-selection__arrow,
.woocommerce-page .select2-container .select2-selection--single .select2-selection__arrow {
  top: 15px;
  right: 15px;
}

.woocommerce-form__label-for-checkbox {
  position: relative;
}

.woocommerce-form__label-for-checkbox input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

.woocommerce-form__label-for-checkbox input:checked + span:before,
.woocommerce-form__label-for-checkbox input:checked + .error + span:before {
  opacity: 1;
}

.woocommerce-form__label-for-checkbox input[required] + .error {
  position: absolute;
  bottom: -30px;
}

.woocommerce-form__label-for-checkbox span:not(.required) {
  position: relative;
  padding-left: 28px;
  line-height: 1.3;
}

.woocommerce-form__label-for-checkbox span:not(.required):before {
  content: '';
  position: absolute;
  opacity: 0;
  left: 6px;
  top: 4px;
  width: 5px;
  height: 10px;
  border: solid #212121;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transition: ease opacity 200ms;
  transition: ease opacity 200ms;
}

.woocommerce-form__label-for-checkbox span:not(.required):after {
  content: '';
  position: absolute;
  left: 0;
  top: 1px;
  width: 18px;
  height: 18px;
  border: 1px solid #212121;
}

.woocommerce-product-search {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.woocommerce-product-search .search-submit {
  margin-left: 10px;
}






/* Contact Form 7
--------------------------------------------- */
/* Contact Form 7 */
.wpcf7 form .wpcf7-response-output {
  margin: 0;
}

/* WPForms
--------------------------------------------- */
/* WPForms */
.wpforms-field input[type="text"],
.wpforms-field input[type="email"],
.wpforms-field input[type="url"],
.wpforms-field input[type="password"],
.wpforms-field input[type="search"],
.wpforms-field input[type="number"],
.wpforms-field input[type="tel"],
.wpforms-field input[type="date"],
.wpforms-field input[type="month"],
.wpforms-field input[type="week"],
.wpforms-field input[type="time"],
.wpforms-field input[type="datetime"],
.wpforms-field input[type="datetime-local"],
.wpforms-field input[type="color"],
.wpforms-field textarea,
.wpforms-field select {
  border-radius: 0 !important;
  padding: 12px 16px !important;
  min-height: 51px !important;
}

.wpforms-field input[type="text"]:focus,
.wpforms-field input[type="email"]:focus,
.wpforms-field input[type="url"]:focus,
.wpforms-field input[type="password"]:focus,
.wpforms-field input[type="search"]:focus,
.wpforms-field input[type="number"]:focus,
.wpforms-field input[type="tel"]:focus,
.wpforms-field input[type="date"]:focus,
.wpforms-field input[type="month"]:focus,
.wpforms-field input[type="week"]:focus,
.wpforms-field input[type="time"]:focus,
.wpforms-field input[type="datetime"]:focus,
.wpforms-field input[type="datetime-local"]:focus,
.wpforms-field input[type="color"]:focus,
.wpforms-field textarea:focus,
.wpforms-field select:focus {
  outline: none !important;
  -webkit-box-shadow: 0 0 0 1px !important;
          box-shadow: 0 0 0 1px !important;
}

.wpforms-field input[type="range"] {
  height: 0 !important;
  min-height: 0;
  border-radius: 0 !important;
  margin-top: 22px !important;
}

.wpforms-field .wpforms-field-number-slider-hint {
  margin-top: 15px !important;
}

.wpforms-field-label {
  margin-bottom: 15px !important;
}
