/*
Uniform Theme: Uniform Default
Version: 1.8
By: Josh Pyles
License: MIT License
---
For use with the Uniform plugin:
http://uniformjs.com/

*/
/* General settings */
div.selector, div.selector span, div.checker span, div.uniform-radio span, div.uploader, div.uploader span.action, div.button, div.button span {
  background: none;
  -webkit-font-smoothing: antialiased;
}
div.selector, div.checker, div.button, div.uniform-radio, div.uploader {
  vertical-align: middle;
  /* Keeping this as :focus to remove browser styles */
}
div.selector:focus, div.checker:focus, div.button:focus, div.uniform-radio:focus, div.uploader:focus {
  outline: 0;
}
div.selector, div.selector *, div.uniform-radio, div.uniform-radio *, div.checker, div.checker *, div.uploader, div.uploader *, div.button, div.button * {
  margin: 0;
  padding: 0;
}

.highContrastDetect {
  background: url("../../../img/jquery/uniform/bg-input.png") repeat-x 0 0;
  width: 0px;
  height: 0px;
}

/* Input & Textarea */
input.uniform-input,
select.uniform-multiselect,
textarea.uniform {
  background: none;
  outline: 0;
}
/* Remove default webkit and possible mozilla .search styles.
 * Keeping this as :active to remove browser styles */
div.checker input,
input[type=search],
input[type=search]:active {
  -moz-appearance: none;
  -webkit-appearance: none;
}

/* Select */
div.selector {
  width: auto !important;
  line-height: 40px;
  height: 40px;
  padding: 0;
  position: relative;
}
div.selector span {
  text-overflow: ellipsis;
  display: block;
  overflow: hidden;
  white-space: nowrap;
  background-position: right 0;
  height: var(--input-height);
  line-height: 1.4;
  padding: calc(var(--input-height) * 0.15) calc(var(--input-height) * 0.6);
  cursor: pointer;
  font-size: 16px;
  width: 100% !important;
  display: flex;
  align-items: center;
  position: relative;
  border-radius: calc(var(--input-height) / 100 * 50);
  background-color: var(--body-bg);
  -webkit-box-shadow: inset 0 0 0 1px var(--gray-lighter);
  -moz-box-shadow: inset 0 0 0 1px var(--gray-lighter);
  box-shadow: inset 0 0 0 1px var(--gray-lighter);
  -webkit-transition: -webkit-box-shadow 0.25s ease-out;
  -moz-transition: -moz-box-shadow 0.25s ease-out;
  transition: box-shadow 0.25s ease-out;
}
div.selector span:after {
  content: "\F0140";
  font-family: "Material Design Icons";
  margin-left: auto;
  margin-right: -8px;
}
div.selector.fixedWidth {
  width: 190px;
}
div.selector.fixedWidth span {
  width: 152px;
}
div.selector select {
  opacity: 0;
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  border: none;
  position: absolute;
  height: 40px;
  top: 0px;
  left: 0px;
  width: 100% !important;
  padding: 0 14px;
}
div.selector.active span, div.selector.focus span {
  -webkit-box-shadow: inset 0 0 0 2px #2B2B2B;
  -moz-box-shadow: inset 0 0 0 2px #2B2B2B;
  box-shadow: inset 0 0 0 2px #2B2B2B;
}
div.selector.hover span {
  background-position: right -40px;
}
div.selector.disabled span, div.selector.disabled.active span {
  background-position: right 0;
}

/* Select1 */
div.selector1 > div {
  background-position: 0 -200px;
}
div.selector1 > div span {
  background-position: right -120px;
}
div.selector1 > div.active span, div.selector1 > div.focus span {
  background-position: right -160px;
}
div.selector1 > div.hover span {
  background-position: right -160px;
}
div.selector1 > div.hover.active span, div.selector1 > div.hover.focus span {
  background-position: right -160px;
}
div.selector1 > div.disabled, div.selector1 > div.disabled.active {
  background-position: 0 -200px;
}
div.selector1 > div.disabled span, div.selector1 > div.disabled.active span {
  background-position: right -120px;
}

/* Select2 */
div.selector2 > div {
  background-position: 0 -320px;
}
div.selector2 > div span {
  background-position: right -240px;
}
div.selector2 > div.active span, div.selector2 > div.focus span {
  background-position: right -280px;
}
div.selector2 > div.hover span {
  background-position: right -280px;
}
div.selector2 > div.hover.active span, div.selector2 > div.hover.focus span {
  background-position: right -280px;
}
div.selector2 > div.disabled, div.selector2 > div.disabled.active {
  background-position: 0 -320px;
}
div.selector2 > div.disabled span, div.selector2 > div.disabled.active span {
  background-position: right -240px;
}

/* Select3 */
div.selector3 > div {
  background-position: 0 -520px;
}
div.selector3 > div span {
  background-position: right -440px;
}
div.selector3 > div.active span, div.selector3 > div.focus span {
  background-position: right -480px;
}
div.selector3 > div.hover span {
  background-position: right -480px;
}
div.selector3 > div.hover.active span, div.selector3 > div.hover.focus span {
  background-position: right -480px;
}
div.selector3 > div.disabled, div.selector3 > div.disabled.active {
  background-position: 0 -520px;
}
div.selector3 > div.disabled span, div.selector3 > div.disabled.active span {
  background-position: right -440px;
}

/* Checkbox */
div.checker {
  position: relative;
  display: inline-block;
}
div.checker,
div.checker span,
div.checker input {
  width: 24px;
  height: 24px;
}
div.checker span {
  display: -moz-inline-box;
  display: inline-block;
  *display: inline;
  zoom: 1;
  text-align: center;
  background: none;
  -webkit-box-shadow: inset 0 0 0 2px var(--text-muted);
  -moz-box-shadow: inset 0 0 0 2px var(--text-muted);
  box-shadow: inset 0 0 0 2px var(--text-muted);
}
div.checker span.checked {
  background: #96C11F;
  -webkit-box-shadow: inset 0 0 0 2px #96C11F;
  -moz-box-shadow: inset 0 0 0 2px #96C11F;
  box-shadow: inset 0 0 0 2px #96C11F;
}
div.checker span.checked:after {
  content: "\F012C";
  font-family: "Material Design Icons";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 16px;
  font-size: 16px;
  line-height: 16px;
  margin-left: -8px;
  margin-top: -8px;
  color: white;
}
div.checker input {
  z-index: 1;
  cursor: pointer;
  opacity: 0;
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  border: none;
  display: -moz-inline-box;
  display: inline-block;
  *display: inline;
  zoom: 1;
}
div.checker.active span, div.checker.focus span {
  background-position: -24px -376px;
}
div.checker.active span.checked, div.checker.focus span.checked {
  background-position: -24px -376px;
}
div.checker.hover span {
  background-position: -48px -376px;
}
div.checker.hover span.checked {
  background-position: -24px -376px;
}
div.checker.hover.active span, div.checker.hover.focus span {
  background-position: -24px -376px;
}
div.checker.hover.active span.checked, div.checker.hover.focus span.checked {
  background-position: -24px -376px;
}
div.checker.disabled, div.checker.disabled.active {
  background-position: 0 -376px;
}
div.checker.disabled span.checked, div.checker.disabled.active span.checked {
  background-position: 0 -376px;
}

/* Radio */
div.uniform-radio {
  position: relative;
  display: inline-block;
}
div.uniform-radio,
div.uniform-radio span,
div.uniform-radio input {
  width: 24px;
  height: 24px;
}
div.uniform-radio span {
  display: -moz-inline-box;
  display: inline-block;
  *display: inline;
  zoom: 1;
  text-align: left;
  border: 2px solid var(--text-color);
  background: none;
  border-radius: 12px;
}
div.uniform-radio span.checked {
  border-color: var(--dark-color);
}
div.uniform-radio span.checked:after {
  content: "";
  position: absolute;
  top: 4px;
  left: 4px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: var(--dark-color);
}
div.uniform-radio.focus span {
  border-color: var(--dark-color);
}
div.uniform-radio input {
  position: absolute;
  top: -2px;
  left: -2px;
  z-index: 1;
  cursor: pointer;
  opacity: 0;
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  border: none;
  display: -moz-inline-box;
  display: inline-block;
  *display: inline;
  zoom: 1;
  text-align: center;
}
div.uniform-radio.active span, div.uniform-radio.focus span {
  background-position: -24px -382px;
}
div.uniform-radio.active span.checked, div.uniform-radio.focus span.checked {
  background-position: -24px -382px;
}
div.uniform-radio.hover span {
  background-position: -24px -382px;
}
div.uniform-radio.hover span.checked {
  background-position: -24px -382px;
}
div.uniform-radio.hover.active span, div.uniform-radio.hover.focus span {
  background-position: -24px -382px;
}
div.uniform-radio.hover.active span.checked, div.uniform-radio.hover.focus span.checked {
  background-position: -24px -382px;
}
div.uniform-radio.disabled span, div.uniform-radio.disabled.active span {
  background-position: 0 -382px;
}
div.uniform-radio.disabled span.checked, div.uniform-radio.disabled.active span.checked {
  background-position: 0 -382px;
}

/* Uploader */
div.uploader {
  background: none;
  height: var(--input-height);
  width: 100%;
  cursor: pointer;
  position: relative;
  display: flex;
  overflow: hidden;
}
div.uploader span.action,
div.uploader span.filename {
  border-radius: calc(var(--input-height) / 100 * 50);
}
div.uploader span.action {
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 1.4;
  width: 94px;
  padding: 0.25em calc(var(--btn-height) * 0.5);
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  text-align: center;
  overflow: hidden;
  cursor: pointer;
}
div.uploader span.filename {
  width: 100%;
  cursor: default;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  height: var(--input-height);
  line-height: 1.4;
  padding: calc(var(--input-height) * 0.15) calc(var(--input-height) * 0.6);
}
div.uploader input {
  opacity: 0;
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  border: none;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  cursor: pointer;
  width: 100%;
  height: 100%;
}

.box div.uploader span.filename {
  background: #ffffff;
}

/* Buttons */
div.button {
  background-position: 0 -888px;
  height: 30px;
  cursor: pointer;
  position: relative;
  /* Keep buttons barely visible so they can get focus */
}
div.button a,
div.button button,
div.button input {
  opacity: 0.01;
  filter: alpha(opacity=1);
  -moz-opacity: 0.01;
  display: block;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  position: absolute;
}
div.button span {
  display: -moz-inline-box;
  display: inline-block;
  *display: inline;
  zoom: 1;
  line-height: 30px;
  text-align: center;
  background-position: right -768px;
  height: 30px;
  margin-left: 13px;
  padding: 0;
}
div.button.active, div.button.focus {
  background-position: 0 -918px;
}
div.button.active span, div.button.focus span {
  background-position: right -798px;
  cursor: default;
}
div.button.hover {
  background-position: 0 -948px;
}
div.button.hover span {
  background-position: right -828px;
}
div.button.disabled, div.button.disabled.active {
  background-position: 0 -978px;
}
div.button.disabled span, div.button.disabled.active span {
  background-position: right -858px;
  cursor: default;
}

/* INPUT & TEXTAREA */
/* ************************************************************************************************
		uniform
************************************************************************************************ */
/* PRESENTATION */
/* Buttons */
div.button span {
  font-weight: bold;
  font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
  font-size: 12px;
  letter-spacing: 1px;
  text-transform: uppercase;
}
div.button.hover span {
  color: #555;
}
div.button.disabled span, div.button.disabled.active span {
  color: #bbb;
}

/* Select */
#compare_shipping .form-group label {
  display: block;
}

div.selector {
  font-size: 1rem;
  border-radius: 50;
}
div.selector span {
  color: var(--dark-color);
}
div.selector select {
  font-family: "Poppins", Arial, Helvetica, sans-serif;
}
div.selector.disabled span, div.selector.disabled.active span {
  color: #bbb;
}

.checker span input,
.radio span input {
  margin: 0 !important;
}

/* Checker */
div.checker {
  cursor: pointer;
  display: inline-block;
}
div.checker span {
  position: relative;
  top: 0;
  vertical-align: top;
}

/* Radio */
div.uniform-radio {
  margin-right: 3px;
}
div.uniform-radio span {
  position: relative;
  top: 0;
  display: block;
}

/* Uploader */
div.uploader span.action {
  font-size: 13px;
  font-weight: bold;
  background: #96C11F;
  color: #ffffff;
}
div.uploader span.filename {
  color: var(--input-color);
  border: 1px solid var(--input-border-color);
  border-right: none;
  background: var(--input-bg);
  overflow: hidden;
}
div.uploader.disabled span.action, div.uploader.disabled.active span.action {
  color: #aaa;
}
div.uploader.disabled span.filename, div.uploader.disabled.active span.filename {
  border-color: #ddd;
  color: #aaa;
}

input.uniform-input, input.uniform-input:focus {
  background-color: #fff;
}

/*# sourceMappingURL=uniform.default.css.map */
