/* Standard Forms */
form {
  margin: 0 0 1em;
}
/* Using forms within rows, we need to set some defaults */
form .row .row {
  margin: 0 -0.5em;
}
form .row .row .column,
form .row .row .columns {
  padding: 0 0.5em;
}
form .row .row.collapse {
  margin: 0;
}
form .row .row.collapse .column,
form .row .row.collapse .columns {
  padding: 0;
}
form .row input.column,
form .row input.columns,
form .row textarea.column,
form .row textarea.columns {
  padding-left: 0.5em;
}
/* Attach elements to the beginning or end of an input */
.prefix,
.postfix {
  display: block;
  position: relative;
  z-index: 2;
  text-align: center;
  width: 100%;
  padding-top: 0;
  padding-bottom: 0;
  border-style: solid;
  border-width: 1px;
  overflow: hidden;
  font-size: 0.875em;
  height: 2.3125em;
  line-height: 2.3125em;
}
/* Adjust padding, alignment and radius if pre/post element is a button */
.postfix.button {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0;
  padding-bottom: 0;
  text-align: center;
  line-height: 2.125em;
}
.prefix.button {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0;
  padding-bottom: 0;
  text-align: center;
  line-height: 2.125em;
}
.prefix.button.radius {
  -webkit-border-radius: 0;
  border-radius: 0;
  -moz-border-radius-bottomleft: 3px;
  -moz-border-radius-topleft: 3px;
  -webkit-border-bottom-left-radius: 3px;
  -webkit-border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
.postfix.button.radius {
  -webkit-border-radius: 0;
  border-radius: 0;
  -moz-border-radius-topright: 3px;
  -moz-border-radius-bottomright: 3px;
  -webkit-border-top-right-radius: 3px;
  -webkit-border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}
.prefix.button.round {
  -webkit-border-radius: 0;
  border-radius: 0;
  -moz-border-radius-bottomleft: 1000px;
  -moz-border-radius-topleft: 1000px;
  -webkit-border-bottom-left-radius: 1000px;
  -webkit-border-top-left-radius: 1000px;
  border-bottom-left-radius: 1000px;
  border-top-left-radius: 1000px;
}
.postfix.button.round {
  -webkit-border-radius: 0;
  border-radius: 0;
  -moz-border-radius-topright: 1000px;
  -moz-border-radius-bottomright: 1000px;
  -webkit-border-top-right-radius: 1000px;
  -webkit-border-bottom-right-radius: 1000px;
  border-top-right-radius: 1000px;
  border-bottom-right-radius: 1000px;
}
/* Separate prefix and postfix styles when on span so buttons keep their own */
span.prefix {
  background: #f2f2f2;
  border-color: #d9d9d9;
  border-right: none;
  color: #333333;
}
span.prefix.radius {
  -webkit-border-radius: 0;
  border-radius: 0;
  -moz-border-radius-bottomleft: 3px;
  -moz-border-radius-topleft: 3px;
  -webkit-border-bottom-left-radius: 3px;
  -webkit-border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
span.postfix {
  background: #f2f2f2;
  border-color: #cccccc;
  border-left: none;
  color: #333333;
}
span.postfix.radius {
  -webkit-border-radius: 0;
  border-radius: 0;
  -moz-border-radius-topright: 3px;
  -moz-border-radius-bottomright: 3px;
  -webkit-border-top-right-radius: 3px;
  -webkit-border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}
.carikauf_shop_templates {
  /* Input groups will automatically style first and last elements of the group */

  /* We use this to get basic styling on all basic form elements */

  /* Adjust margin for form elements below */

  /* Normalize file input width */

}
.carikauf_shop_templates .input-group.radius > *:first-child,
.carikauf_shop_templates .input-group.radius > *:first-child * {
  -moz-border-radius-bottomleft: 3px;
  -moz-border-radius-topleft: 3px;
  -webkit-border-bottom-left-radius: 3px;
  -webkit-border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
.carikauf_shop_templates .input-group.radius > *:last-child,
.carikauf_shop_templates .input-group.radius > *:last-child * {
  -moz-border-radius-topright: 3px;
  -moz-border-radius-bottomright: 3px;
  -webkit-border-top-right-radius: 3px;
  -webkit-border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}
.carikauf_shop_templates .input-group.round > *:first-child,
.carikauf_shop_templates .input-group.round > *:first-child * {
  -moz-border-radius-bottomleft: 1000px;
  -moz-border-radius-topleft: 1000px;
  -webkit-border-bottom-left-radius: 1000px;
  -webkit-border-top-left-radius: 1000px;
  border-bottom-left-radius: 1000px;
  border-top-left-radius: 1000px;
}
.carikauf_shop_templates .input-group.round > *:last-child,
.carikauf_shop_templates .input-group.round > *:last-child * {
  -moz-border-radius-topright: 1000px;
  -moz-border-radius-bottomright: 1000px;
  -webkit-border-top-right-radius: 1000px;
  -webkit-border-bottom-right-radius: 1000px;
  border-top-right-radius: 1000px;
  border-bottom-right-radius: 1000px;
}
.carikauf_shop_templates input[type="text"],
.carikauf_shop_templates input[type="password"],
.carikauf_shop_templates input[type="date"],
.carikauf_shop_templates input[type="datetime"],
.carikauf_shop_templates input[type="datetime-local"],
.carikauf_shop_templates input[type="month"],
.carikauf_shop_templates input[type="week"],
.carikauf_shop_templates input[type="email"],
.carikauf_shop_templates input[type="number"],
.carikauf_shop_templates input[type="search"],
.carikauf_shop_templates input[type="tel"],
.carikauf_shop_templates input[type="time"],
.carikauf_shop_templates input[type="url"],
.carikauf_shop_templates textarea {
  -webkit-transition: -webkit-box-shadow 0.45s, border-color 0.45s ease-in-out;
  -moz-transition: -moz-box-shadow 0.45s, border-color 0.45s ease-in-out;
  transition: box-shadow 0.45s, border-color 0.45s ease-in-out;
}
.carikauf_shop_templates input[type="text"]:focus,
.carikauf_shop_templates input[type="password"]:focus,
.carikauf_shop_templates input[type="date"]:focus,
.carikauf_shop_templates input[type="datetime"]:focus,
.carikauf_shop_templates input[type="datetime-local"]:focus,
.carikauf_shop_templates input[type="month"]:focus,
.carikauf_shop_templates input[type="week"]:focus,
.carikauf_shop_templates input[type="email"]:focus,
.carikauf_shop_templates input[type="number"]:focus,
.carikauf_shop_templates input[type="search"]:focus,
.carikauf_shop_templates input[type="tel"]:focus,
.carikauf_shop_templates input[type="time"]:focus,
.carikauf_shop_templates input[type="url"]:focus,
.carikauf_shop_templates textarea:focus {
  -webkit-box-shadow: 0 0 5px #999999;
  -moz-box-shadow: 0 0 5px #999999;
  box-shadow: 0 0 5px #999999;
  border-color: #999999;
}
.carikauf_shop_templates input[type="text"][disabled],
.carikauf_shop_templates input[type="password"][disabled],
.carikauf_shop_templates input[type="date"][disabled],
.carikauf_shop_templates input[type="datetime"][disabled],
.carikauf_shop_templates input[type="datetime-local"][disabled],
.carikauf_shop_templates input[type="month"][disabled],
.carikauf_shop_templates input[type="week"][disabled],
.carikauf_shop_templates input[type="email"][disabled],
.carikauf_shop_templates input[type="number"][disabled],
.carikauf_shop_templates input[type="search"][disabled],
.carikauf_shop_templates input[type="tel"][disabled],
.carikauf_shop_templates input[type="time"][disabled],
.carikauf_shop_templates input[type="url"][disabled],
.carikauf_shop_templates textarea[disabled] {
  background-color: #dddddd;
}
.carikauf_shop_templates input[type="file"],
.carikauf_shop_templates input[type="checkbox"],
.carikauf_shop_templates input[type="radio"],
.carikauf_shop_templates select {
  margin: 0 0 1em 0;
}
.carikauf_shop_templates input[type="file"] {
  width: 100%;
}
/* We add basic fieldset styling */
.carikauf_shop_templates fieldset {
  border: solid 1px #dddddd;
  padding: 1.25em;
  margin: 1.125em 0;
}
.carikauf_shop_templates fieldset legend {
  font-weight: bold;
  background: white;
  padding: 0 0.1875em;
  margin: 0;
  margin-left: -0.1875em;
}
/* Error Handling */
span.error,
small.error {
  display: block;
  padding: 0.375em 0.25em;
  margin-top: 0;
  margin-bottom: 1em;
  font-size: 0.75em;
  font-weight: bold;
  background: #c60f13;
  color: white;
  display: none;
}
.error input,
.error textarea,
.error select {
  border-color: #c60f13 !important;
  background-color: rgba(198, 15, 19, 0.1);
  margin-bottom: 0;
}
.error input:focus,
.error textarea:focus,
.error select:focus {
  background: #fafafa;
  border-color: #999999;
}
.error label,
.error label.error {
  color: #c60f13;
}
.error small.error {
  display: block;
  padding: 0.375em 0.25em;
  margin-top: 0;
  margin-bottom: 1em;
  font-size: 0.75em;
  font-weight: bold;
  background: #c60f13;
  color: white;
}
.error span.error-message {
  display: block;
}
input.error,
textarea.error {
  border-color: #c60f13;
  background-color: rgba(198, 15, 19, 0.1);
}
input.error:focus,
textarea.error:focus {
  background: #fafafa;
  border-color: #999999;
}
.error select {
  border-color: #c60f13;
  background-color: rgba(198, 15, 19, 0.1);
}
.error select:focus {
  background: #fafafa;
  border-color: #999999;
}
label.error {
  color: #c60f13;
}
/* Custom Checkbox and Radio Inputs */
.carikauf_shop_templates .hidden-field {
  margin-left: -99999px !important;
  position: absolute;
  visibility: hidden;
}
.carikauf_shop_templates .custom {
  display: inline-block;
  width: 16px;
  height: 16px;
  position: relative;
  top: -1px;
  /* fix centering issue */

  vertical-align: middle;
  border: solid 1px #cccccc;
  background: white;
}
.carikauf_shop_templates .custom.checkbox {
  -webkit-border-radius: 0px;
  border-radius: 0px;
  padding: -1px;
}
.carikauf_shop_templates .custom.radio {
  -webkit-border-radius: 1000px;
  border-radius: 1000px;
  padding: 3px;
}
.carikauf_shop_templates .custom.checkbox:before {
  content: "";
  display: block;
  font-size: 16px;
  color: white;
}
.carikauf_shop_templates .custom.radio.checked:before {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  -webkit-border-radius: 1000px;
  border-radius: 1000px;
  background: #222222;
  position: relative;
}
.carikauf_shop_templates .custom.checkbox.checked:before {
  content: "\00d7";
  color: #222222;
  position: absolute;
  top: -50%;
  left: 50%;
  margin-top: 2px;
  margin-left: -5px;
  zoom: 1.3;
}
/* Custom Select Options and Dropdowns */
.carikauf_shop_templates .custom.dropdown {
  display: block;
  position: relative;
  top: 0;
  height: 2.3125em;
  margin-bottom: 1.25em;
  margin-top: 0px;
  padding: 0px;
  width: 100%;
  background: white;
  background: -moz-linear-gradient(top, #ffffff 0%, #f3f3f3 100%);
  background: -webkit-linear-gradient(top, #ffffff 0%, #f3f3f3 100%);
  -webkit-box-shadow: none;
  background: linear-gradient(to bottom, #ffffff 0%, #f3f3f3 100%);
  box-shadow: none;
  font-size: 0.875em;
  vertical-align: top;
}
.carikauf_shop_templates .custom.dropdown ul {
  overflow-y: auto;
  max-height: 200px;
}
.carikauf_shop_templates .custom.dropdown .current {
  cursor: default;
  white-space: nowrap;
  line-height: 2.25em;
  color: rgba(0, 0, 0, 0.75);
  text-decoration: none;
  overflow: hidden;
  display: block;
  margin-left: 0.5em;
  margin-right: 2.3125em;
}
.carikauf_shop_templates .custom.dropdown .selector {
  position: absolute;
  width: 2.5em;
  height: 2.3125em;
  display: block;
  right: 0;
  top: 0;
}
.carikauf_shop_templates .custom.dropdown .selector:after {
  display: block;
  width: 0;
  height: 0;
  border: inset 5px;
  border-color: #aaaaaa transparent transparent transparent;
  border-top-style: solid;
  position: absolute;
  left: 0.9375em;
  top: 50%;
  margin-top: -3px;
}
.carikauf_shop_templates .custom.dropdown:hover a.selector:after,
.carikauf_shop_templates .custom.dropdown.open a.selector:after {
  display: block;
  width: 0;
  height: 0;
  border: inset 5px;
  border-color: #222222 transparent transparent transparent;
  border-top-style: solid;
}
.carikauf_shop_templates .custom.dropdown .disabled {
  color: #888888;
}
.carikauf_shop_templates .custom.dropdown .disabled:hover {
  background: transparent;
  color: #888888;
}
.carikauf_shop_templates .custom.dropdown .disabled:hover:after {
  display: none;
}
.carikauf_shop_templates .custom.dropdown.open ul {
  display: block;
  z-index: 10;
  min-width: 100%;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
.carikauf_shop_templates .custom.dropdown.small {
  max-width: 134px;
}
.carikauf_shop_templates .custom.dropdown.medium {
  max-width: 254px;
}
.carikauf_shop_templates .custom.dropdown.large {
  max-width: 434px;
}
.carikauf_shop_templates .custom.dropdown.expand {
  width: 100% !important;
}
.carikauf_shop_templates .custom.dropdown.open.small ul {
  min-width: 134px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.carikauf_shop_templates .custom.dropdown.open.medium ul {
  min-width: 254px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.carikauf_shop_templates .custom.dropdown.open.large ul {
  min-width: 434px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.carikauf_shop_templates .error .custom.dropdown {
  border-color: #c60f13;
  background-color: rgba(198, 15, 19, 0.1);
  background: rgba(198, 15, 19, 0.1);
  margin-bottom: 0;
}
.carikauf_shop_templates .error .custom.dropdown:focus {
  background: #fafafa;
  border-color: #999999;
}
.carikauf_shop_templates .error .custom.dropdown + small.error {
  margin-top: 0;
}
.carikauf_shop_templates .custom.dropdown ul {
  position: absolute;
  width: auto;
  display: none;
  left: -1px;
  top: auto;
  -webkit-box-shadow: 0 2px 2px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 2px 0px rgba(0, 0, 0, 0.1);
  margin: 0;
  padding: 0;
  background: white;
  border: solid 1px #cccccc;
  font-size: 16;
}
.carikauf_shop_templates .custom.dropdown ul li {
  color: #555555;
  font-size: 0.875em;
  cursor: default;
  padding-top: 0.25em;
  padding-bottom: 0.25em;
  padding-left: 0.375em;
  padding-right: 2.375em;
  min-height: 1.5em;
  line-height: 1.5em;
  margin: 0;
  white-space: nowrap;
  list-style: none;
}
.carikauf_shop_templates .custom.dropdown ul li.selected {
  background: #eeeeee;
  color: black;
}
.carikauf_shop_templates .custom.dropdown ul li:hover {
  background-color: #e4e4e4;
  color: black;
}
.carikauf_shop_templates .custom.dropdown ul li.selected:hover {
  background: #eeeeee;
  cursor: default;
  color: black;
}
.carikauf_shop_templates .custom.dropdown ul.show {
  display: block;
}
.carikauf_shop_templates .custom.disabled {
  background: #dddddd;
}
/* Tooltips */
.has-tip {
  border-bottom: dotted 1px #cccccc;
  cursor: help;
  font-weight: bold;
  color: #333333;
}
.has-tip:hover,
.has-tip:focus {
  border-bottom: dotted 1px #196177;
  color: #2ba6cb;
}
.has-tip.tip-left,
.has-tip.tip-right {
  float: none !important;
}
.carikauf_shop_templates .tooltip {
  display: none;
  position: absolute;
  z-index: 999;
  font-weight: bold;
  font-size: 0.9375em;
  line-height: 1.3;
  padding: 0.5em;
  max-width: 85%;
  left: 50%;
  width: 100%;
  color: white;
  background: black;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
.carikauf_shop_templates .tooltip > .nub {
  display: block;
  left: 5px;
  position: absolute;
  width: 0;
  height: 0;
  border: solid 5px;
  border-color: transparent transparent black transparent;
  top: -10px;
}
.carikauf_shop_templates .tooltip.opened {
  color: #2ba6cb !important;
  border-bottom: dotted 1px #196177 !important;
}
.carikauf_shop_templates .tap-to-close {
  display: block;
  font-size: 0.625em;
  color: #888888;
  font-weight: normal;
}
@media only screen and (min-width: 768px) {
  .carikauf_shop_templates .tooltip > .nub {
    border-color: transparent transparent black transparent;
    top: -10px;
  }
  .carikauf_shop_templates .tooltip.tip-top > .nub {
    border-color: black transparent transparent transparent;
    top: auto;
    bottom: -10px;
  }
  .carikauf_shop_templates .tooltip.tip-left,
  .carikauf_shop_templates .tooltip.tip-right {
    float: none !important;
  }
  .carikauf_shop_templates .tooltip.tip-left > .nub {
    border-color: transparent transparent transparent black;
    right: -10px;
    left: auto;
    top: 50%;
    margin-top: -5px;
  }
  .carikauf_shop_templates .tooltip.tip-right > .nub {
    border-color: transparent black transparent transparent;
    right: auto;
    left: -10px;
    top: 50%;
    margin-top: -5px;
  }
}
@media only screen and (max-width: 767px) {
  .f-dropdown {
    max-width: 100%;
    left: 0;
  }
}
/* Foundation Dropdowns */
.f-dropdown {
  position: absolute;
  top: -9999px;
  list-style: none;
  margin-left: 0;
  width: 100%;
  max-height: none;
  height: auto;
  background: white;
  border: solid 1px #cccccc;
  font-size: 16;
  z-index: 99;
  margin-top: 2px;
  max-width: 200px;
}
.f-dropdown > *:first-child {
  margin-top: 0;
}
.f-dropdown > *:last-child {
  margin-bottom: 0;
}
.f-dropdown:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  border-color: transparent transparent white transparent;
  border-bottom-style: solid;
  position: absolute;
  top: -12px;
  left: 10px;
  z-index: 99;
}
.f-dropdown:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border: inset 7px;
  border-color: transparent transparent #cccccc transparent;
  border-bottom-style: solid;
  position: absolute;
  top: -14px;
  left: 9px;
  z-index: 98;
}
.f-dropdown.right:before {
  left: auto;
  right: 10px;
}
.f-dropdown.right:after {
  left: auto;
  right: 9px;
}
.f-dropdown li {
  font-size: 0.875em;
  cursor: pointer;
  line-height: 1.125em;
  margin: 0;
}
.f-dropdown li:hover,
.f-dropdown li:focus {
  background: #eeeeee;
}
.f-dropdown li a {
  display: block;
  padding: 0.3125em 0.625em;
  color: #555555;
}
.f-dropdown.content {
  position: absolute;
  top: -9999px;
  list-style: none;
  margin-left: 0;
  padding: 1.25em;
  width: 100%;
  height: auto;
  max-height: none;
  background: white;
  border: solid 1px #cccccc;
  font-size: 16;
  z-index: 99;
  max-width: 200px;
}
.f-dropdown.content > *:first-child {
  margin-top: 0;
}
.f-dropdown.content > *:last-child {
  margin-bottom: 0;
}
.f-dropdown.tiny {
  max-width: 200px;
}
.f-dropdown.small {
  max-width: 300px;
}
.f-dropdown.medium {
  max-width: 500px;
}
.f-dropdown.large {
  max-width: 800px;
}
