*:focus {
    outline: none
}

form {
    margin: 0
}

label {
    text-transform: uppercase;
    font-weight: 500
}

label .required {
    font-size: 160%
}

select,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
textarea {
    font-size: 1rem;
    -webkit-appearance: none;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    -ms-border-radius: 0px;
    border-radius: 0px;
    background-clip: padding-box;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
    border-color: #e5e5e5
}

select:hover,
select:focus,
input[type="text"]:hover,
input[type="text"]:focus,
input[type="password"]:hover,
input[type="password"]:focus,
input[type="datetime"]:hover,
input[type="datetime"]:focus,
input[type="datetime-local"]:hover,
input[type="datetime-local"]:focus,
input[type="date"]:hover,
input[type="date"]:focus,
input[type="month"]:hover,
input[type="month"]:focus,
input[type="time"]:hover,
input[type="time"]:focus,
input[type="week"]:hover,
input[type="week"]:focus,
input[type="number"]:hover,
input[type="number"]:focus,
input[type="email"]:hover,
input[type="email"]:focus,
input[type="url"]:hover,
input[type="url"]:focus,
input[type="search"]:hover,
input[type="search"]:focus,
input[type="tel"]:hover,
input[type="tel"]:focus,
input[type="color"]:hover,
input[type="color"]:focus,
textarea:hover,
textarea:focus {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    border-color: #ccc
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0
}

label {
    font-size: .75rem;
    color: #555;
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 0;
    line-height: 1;
}

#formular label {
  font-weight: 400;
  font-size: 0.9rem;
  text-transform: none;
}

input[type=submit],
button[type=submit],
input[type="button"],
.button {
    background-color: #000;
    padding: 0.6rem 2rem;
    border: none;
    color: #fff;
    cursor: pointer;
    -moz-transition: all 0.45s cubic-bezier(0.25, 1, 0.33, 1);
    -o-transition: all 0.45s cubic-bezier(0.25, 1, 0.33, 1);
    -webkit-transition: all 0.45s cubic-bezier(0.25, 1, 0.33, 1);
    transition: all 0.45s cubic-bezier(0.25, 1, 0.33, 1);
    width: auto;
    font-size: .75rem;
    line-height: 1.125rem;
    font-weight: 600;
    letter-spacing: .125rem;
    border-radius: 0;
    text-transform: uppercase
}

.button:focus, .button:hover {
    background-color: #ff00ba;
    color: #fff;
}

textarea {
    max-width: 100%;
}

body[data-form-style="minimal"] input::-webkit-input-placeholder {
    color: transparent
}

body[data-form-style="minimal"] input::-moz-placeholder {
    color: transparent
}

body[data-form-style="minimal"] input:-moz-placeholder {
    color: transparent
}

body[data-form-style="minimal"] input:-ms-input-placeholder {
    color: transparent
}

body[data-form-style="minimal"] select,
body[data-form-style="minimal"] input[type="text"],
body[data-form-style="minimal"] input[type="password"],
body[data-form-style="minimal"] input[type="datetime"],
body[data-form-style="minimal"] input[type="datetime-local"],
body[data-form-style="minimal"] input[type="date"],
body[data-form-style="minimal"] input[type="month"],
body[data-form-style="minimal"] input[type="time"],
body[data-form-style="minimal"] input[type="week"],
body[data-form-style="minimal"] input[type="number"],
body[data-form-style="minimal"] input[type="email"],
body[data-form-style="minimal"] input[type="url"],
body[data-form-style="minimal"] input[type="search"],
body[data-form-style="minimal"] input[type="tel"],
body[data-form-style="minimal"] input[type="color"] {
    position: relative;
    background-color: transparent;
    margin: 0 0 1rem 0;
    border: none;
    /*height: 3.125rem;
    padding: .625rem 0;*/
    border-bottom: 1px solid silver;
}

body[data-form-style="minimal"] .checkout_left_wrapper label {
    color: #acacac
}

body[data-form-style="minimal"] textarea {
    position: relative;
    background-color: transparent;
    margin: 0 0 1rem 0;
    border: none;
    padding: .625rem 0;
    border-bottom: 1px solid silver;
}

body[data-form-style="minimal"] .textareahiddendiv {
    display: none;
    white-space: pre-wrap;
    word-wrap: break-word;
    overflow-wrap: break-word;
    padding-top: 1.2rem
}

body[data-form-style="minimal"] textarea {
    resize: none;
    min-height: 3.4375rem;
    height: 3.4375rem;
    box-sizing: content-box;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    overflow-y: hidden;
    padding-top: 0.625rem;
    padding-bottom: 0.625rem
    border-bottom: 1px solid silver;
}

body[data-form-style="minimal"] .minimal-form-input {
    z-index: 1;
    position: relative;
    padding-top: 2.1875rem;
    box-sizing: content-box;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    display: inline-block;
    width: 100%
}

body[data-form-style="minimal"] .minimal-form-input label:before,
body[data-form-style="minimal"] .minimal-form-input label:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    display: block;
    height: 3px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1)
}

body[data-form-style="minimal"] .minimal-form-input label:after {
    display: block;
    border-bottom: 2px solid #27CFC3;
    -webkit-transform: translate3d(-101%, 0, 0);
    transform: translate3d(-101%, 0, 0);
    -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.24, 1, 0.3, 1), border-color 0.2s cubic-bezier(0.39, 0.71, 0.56, 0.98);
    transition: transform 0.4s cubic-bezier(0.24, 1, 0.3, 1), border-color 0.2s cubic-bezier(0.39, 0.71, 0.56, 0.98);
    bottom: 0px
}

body[data-form-style="minimal"] .minimal-form-input.filled label:after {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

body[data-form-style="minimal"] .minimal-form-input label .text-inner {
    -webkit-transition: all 0.25s cubic-bezier(0.39, 0.71, 0.56, 0.98);
    transition: all 0.25s cubic-bezier(0.39, 0.71, 0.56, 0.98)
}

body[data-form-style="minimal"] .minimal-form-input.filled label .text-inner,
body[data-form-style="minimal"] .minimal-form-input.has-text label .text-inner {
    -webkit-animation: text-in-from-left 0.25s cubic-bezier(0.39, 0.71, 0.56, 0.98) forwards;
    animation: text-in-from-left 0.25s cubic-bezier(0.39, 0.71, 0.56, 0.98) forwards
}

body[data-form-style="minimal"] .minimal-form-input.no-text label .text-inner {
    -webkit-animation: text-out-from-left 0.25s cubic-bezier(0.39, 0.71, 0.56, 0.98) forwards;
    animation: text-out-from-left 0.25s cubic-bezier(0.39, 0.71, 0.56, 0.98) forwards
}

body[data-form-style="minimal"] .minimal-form-input.filled input,
body[data-form-style="minimal"] .minimal-form-input.has-text input,
body[data-form-style="minimal"] .minimal-form-input.filled textarea,
body[data-form-style="minimal"] .minimal-form-input.has-text textarea {
    color: #000
}

body[data-form-style="minimal"] .minimal-form-input label span.text {
    position: absolute;
    top: 50%;
    left: 0;
    font-size: .75rem;
    line-height: 1.125rem;
    margin-top: 1.0625rem;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    color: #acacac;
    font-weight: 500
}

body[data-form-style="minimal"] .minimal-form-input label span.text .text-inner {
    color: #999;
    display: inline-block
}

body[data-form-style="minimal"] .minimal-form-input.textarea label span.text {
    top: 40px;
    transform: none;
    -webkit-transform: none
}

body[data-form-style="minimal"] .minimal-form-input br {
    display: none
}

body[data-form-style="minimal"] .minimal-form-input label {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    overflow: hidden;
    pointer-events: none;
    display: inline-block;
    margin: 0
}

body[data-form-style="minimal"] .widget_search .search-form .search-submit {
    top: 30px
}