/*
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.uploader, div.uploader span.action, div.button, div.button span {
  background-image: url("../../img/jquery/uniform/sprite.png");
  background-repeat: no-repeat;
  -webkit-font-smoothing: antialiased; }
div.selector, div.checker, div.button, div.radio, div.uploader {
  vertical-align: middle;
  /* Keeping this as :focus to remove browser styles */ }
  div.selector:focus, div.checker:focus, div.button:focus, div.radio:focus, div.uploader:focus {
    outline: 0; }
div.selector, div.selector *, div.radio, div.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 {
  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 {
  line-height: 54px;
  height: 54px;
  padding: 0 0 0 10px;
  position: relative;
  overflow: hidden;
  border: 2px solid #29304e;
  border-radius: 30px;
  font-size: 14px;
  color: #29304e;
  min-width: 200px;
  background: url(../../img/arrow-down-dark.svg) right 24px center no-repeat;
  background-size: 16px 16px; }
  div.selector span {
    text-overflow: ellipsis;
    display: block;
    overflow: hidden;
    white-space: nowrap;
    height: 54px;
    line-height: 54px;
    padding-right: 30px;
    cursor: pointer;
    width: 100%;
    display: block; }
  div.selector.fixedWidth {
    width: 190px; }
    div.selector.fixedWidth span {
      width: 150px; }
  div.selector select {
    opacity: 0;
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    border: none;
    background: none;
    position: absolute;
    height: 54px;
    top: 0px;
    left: 0px;
    width: 100%; }

/* Select1 */
div.selector1 > div {
  background-position: 0 -270px; }
  div.selector1 > div span {
    background-position: right -162px; }
  div.selector1 > div.active span {
    background-position: right -216px; }
  div.selector1 > div.hover span, div.selector1 > div.focus span {
    background-position: right -216px; }
  div.selector1 > div.hover.active span, div.selector1 > div.focus.active span {
    background-position: right -216px; }
  div.selector1 > div.disabled, div.selector1 > div.disabled.active {
    background-position: 0 -270px; }
    div.selector1 > div.disabled span, div.selector1 > div.disabled.active span {
      background-position: right -162px; }

/* Select2 */
div.selector2 > div {
  background-position: 0 -432px; }
  div.selector2 > div span {
    background-position: right -324px; }
  div.selector2 > div.active span {
    background-position: right -378px; }
  div.selector2 > div.hover span, div.selector2 > div.focus span {
    background-position: right -378px; }
  div.selector2 > div.hover.active span, div.selector2 > div.focus.active span {
    background-position: right -378px; }
  div.selector2 > div.disabled, div.selector2 > div.disabled.active {
    background-position: 0 -432px; }
    div.selector2 > div.disabled span, div.selector2 > div.disabled.active span {
      background-position: right -324px; }

/* Select3 */
div.selector3 > div {
  background-position: 0 -702px; }
  div.selector3 > div span {
    background-position: right -594px; }
  div.selector3 > div.active span {
    background-position: right -648px; }
  div.selector3 > div.hover span, div.selector3 > div.focus span {
    background-position: right -648px; }
  div.selector3 > div.hover.active span, div.selector3 > div.focus.active span {
    background-position: right -648px; }
  div.selector3 > div.disabled, div.selector3 > div.disabled.active {
    background-position: 0 -702px; }
    div.selector3 > div.disabled span, div.selector3 > div.disabled.active span {
      background-position: right -594px; }

/* Checkbox */
div.checker {
  position: relative;
  display: flex;
  cursor: pointer;
  margin: 0; }
  div.checker input {
    width: 10px;
    height: 10px;
    position: relative;
    top: 4px; }
  div.checker span {
    background: none;
    display: block;
    width: 20px;
    height: 20px;
    border: 1px solid #e1e1e1;
    border-radius: 3px;
    margin-right: 8px; }
    div.checker span.checked {
      background: #157F38 url(../../img/check-white.svg) center no-repeat;
      background-size: 8px 8px;
      border: 1px solid #157F38; }
  div.checker input {
    opacity: 0;
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    border: none;
    background: none;
    display: -moz-inline-box;
    display: inline-block;
    *display: inline;
    zoom: 1;
    text-align: center;
    height: 0; }

/* Radio */
div.radio {
  position: relative;
  display: flex;
  align-items: center;
  cursor: pointer;
  margin: 0; }
  div.radio input {
    width: 10px;
    height: 10px;
    position: relative;
    top: 4px; }
  div.radio span {
    background: none;
    display: block;
    width: 20px;
    height: 20px;
    border: 1px solid #e1e1e1;
    border-radius: 50%;
    margin-right: 8px; }
    div.radio span.checked {
      background: #157F38 url(../../img/check-white.svg) center no-repeat;
      background-size: 8px 8px;
      border: 1px #157F38; }
  div.radio input {
    opacity: 0;
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    border: none;
    background: none;
    display: -moz-inline-box;
    display: inline-block;
    *display: inline;
    zoom: 1;
    text-align: center; }

/* Uploader */
div.uploader {
  background: none;
  height: 27px;
  width: 100%;
  cursor: pointer;
  position: relative;
  overflow: hidden; }
  div.uploader span.action {
    background-position: 0 -378px;
    height: 27px;
    line-height: 27px;
    width: 94px;
    text-align: center;
    float: left;
    display: inline;
    overflow: hidden;
    cursor: pointer; }
  div.uploader span.filename {
    text-overflow: ellipsis;
    display: block;
    overflow: hidden;
    white-space: nowrap;
    float: left;
    cursor: default;
    height: 27px;
    margin: 0px 0 0px 0px;
    line-height: 27px;
    width: 172px;
    padding: 0 10px; }
  div.uploader input {
    opacity: 0;
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    border: none;
    background: none;
    position: absolute;
    top: 0;
    right: 0;
    float: right;
    cursor: default;
    width: 100%;
    height: 100%; }

/* Buttons */
div.button {
  background-position: 0 -904px;
  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 -784px;
    height: 30px;
    margin-left: 13px;
    padding: 0; }
  div.button.active {
    background-position: 0 -934px; }
    div.button.active span {
      background-position: right -814px;
      cursor: default; }
  div.button.hover, div.button.focus {
    background-position: 0 -964px; }
    div.button.hover span, div.button.focus span {
      background-position: right -844px; }
  div.button.disabled, div.button.disabled.active {
    background-position: 0 -994px; }
    div.button.disabled span, div.button.disabled.active span {
      background-position: right -874px;
      cursor: default; }

/* INPUT & TEXTAREA */
/* ************************************************************************************************
		uniform
************************************************************************************************ */
input.uniform-input,
select.uniform-multiselect,
textarea.uniform {
  font-weight: normal; }
  input.uniform-input.hover, input.uniform-input.focus,
  select.uniform-multiselect.hover,
  select.uniform-multiselect.focus,
  textarea.uniform.hover,
  textarea.uniform.focus {
    border-color: #cbcaca; }

/* PRESENTATION */
/* Buttons */
div.button.hover span, div.button.focus span {
  color: #555; }
div.button.disabled span, div.button.disabled.active span {
  color: #bbb; }

/* Select */
#compare_shipping .form-group label {
  display: block; }

div.selector.disabled span, div.selector.disabled.active span {
  color: #bbb; }

.checker span input {
  margin: 0 !important; }

.radio-inline, .checkbox-inline {
  cursor: default; }

/* Checker */
#layered_form div.checker {
  display: inline; }

/* Radio */
/* Uploader */
div.uploader span.filename {
  color: #777;
  border: solid 1px #d6d4d4;
  font-size: 13px;
  background: #fbfbfb;
  margin-right: 2px; }
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 */
