@charset "UTF-8";
/* ============================================ *
 * Search - Skip Link
 * ============================================ */
/***/
/***/
/*********************************************/
/**********************************/
/**************************************/
/***************************************/
/****************************************/
/****************************************/
/* ============================================ *
 * Linearize Table
 * ============================================ */
/***/
/***/
/* -------------------------------------------- *
 * Buttons
 */
/* ------------------------------------------- *
 * Button hover
 */
/* -------------------------------------------- *
 * Swatch label hover
 */
/* -------------------------------------------- *
 * Custom Radio button, Checkbox
 */
/* -------------------------------------------- *
 * Custom Select
 */
/* -------------------------------------------- *
 * Product View Zoom
 */
/* -------------------------------------------- *
 * Theme elements
 */
.theme-border, .table-bordered {
  border-top: solid 2px #fd806e;
}

.theme-color {
  color: #fd806e;
}

.title-border {
  border-bottom: solid 2px #dfdfdf;
  padding-bottom: 10px !important;
  margin-bottom: 40px !important;
}
@media only screen and (max-width: 767px) {
  .title-border {
    padding-bottom: 10px !important;
  }
}

.theme-block {
  border: solid 1px #dfdfdf;
  border-top: solid 2px #fd806e;
  padding: 30px 29px;
  margin-bottom: 60px;
}

.no-theme-block {
  border: none;
  padding: 0;
  margin-bottom: 0;
}

.table-bordered thead > tr > th,
.table-bordered thead > tr > td {
  font-size: 16px;
  line-height: 1.667em;
  color: #333333;
  
  font-weight: 500;
}

@media only screen and (max-width: 991px) {
  .theme-block {
    padding: 15px;
    margin-bottom: 30px;
  }
}
/* -------------------------------------------- *
* Table Bordered
*/
.table-bordered thead > tr > th,
.table-bordered thead > tr > td {
  border-bottom-width: 1px;
}
.table-bordered th,
.table-bordered td {
  border: solid 1px #dfdfdf;
}

/* -------------------------------------------- *
 * Material Design Click Animation
 */
.ink {
  display: block;
  position: absolute;
  background: rgba(0, 0, 0, 0.1);
  border-radius: 100%;
  -moz-transform: scale(0);
  -o-transform: scale(0);
  -ms-transform: scale(0);
  -webkit-transform: scale(0);
  transform: scale(0);
  z-index: 9999;
}

.animate {
  -webkit-animation: ripple 0.65s linear;
  -webkit-animation: ripple 0.65s linear;
  -moz-animation: ripple 0.65s linear;
  -ms-animation: ripple 0.65s linear;
  -o-animation: ripple 0.65s linear;
  animation: ripple 0.65s linear;
}

@-webkit-keyframes ripple {
  100% {
    opacity: 0;
    -moz-transform: scale(2.5);
    -o-transform: scale(2.5);
    -ms-transform: scale(2.5);
    -webkit-transform: scale(2.5);
    transform: scale(2.5);
  }
}
@-moz-keyframes ripple {
  100% {
    opacity: 0;
    -moz-transform: scale(2.5);
    -o-transform: scale(2.5);
    -ms-transform: scale(2.5);
    -webkit-transform: scale(2.5);
    transform: scale(2.5);
  }
}
@-o-keyframes ripple {
  100% {
    opacity: 0;
    -moz-transform: scale(2.5);
    -o-transform: scale(2.5);
    -ms-transform: scale(2.5);
    -webkit-transform: scale(2.5);
    transform: scale(2.5);
  }
}
@keyframes ripple {
  100% {
    opacity: 0;
    -moz-transform: scale(2.5);
    -o-transform: scale(2.5);
    -ms-transform: scale(2.5);
    -webkit-transform: scale(2.5);
    transform: scale(2.5);
  }
}
/* -------------------------------------------- *
 * Icons
 */
.icon-sprite, .icon-sprite-for-modules {
  background-image: url(../images/icon_sprite.png);
  background-repeat: no-repeat;
  text-indent: -9999px;
}

.icon-sprite-for-modules {
  background-image: url(../images/icon_sprite.png);
}

@media (-webkit-min-device-pixel-ratio: 2), (min--moz-device-pixel-ratio: 2), (-o-min-device-pixel-ratio: 4 / 2), (min-device-pixel-ratio: 2), (min-resolution: 192dpi), (min-resolution: 2dppx) {
  .icon-sprite, .icon-sprite-for-modules {
    background-image: url(../images/icon_sprite@2x.png);
    background-size: 100px 1000px;
  }
}
.skip-search .icon:before {
  display: inline-block;
  font-family: "material-design";
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
  content: "";
}

/* ============================================ *
 * Search Input
 * ============================================ */
#search_mini_form .input-box, #search_mini_form_mobile .input-box {
  position: relative;
  padding-top: 0;
}
#search_mini_form label, #search_mini_form_mobile label {
  display: none;
}
#search_mini_form #search, #search_mini_form_mobile #search_mobile {
  width: 100%;
  height: 50px;
  line-height: normal;
  padding: 5px 10px 5px 30px;
  font-family: "Ubuntu", sans-serif;
  background-color: #fff;
  margin-bottom: 10px;
}
#search_mini_form .search-button, #search_mini_form_mobile .search-button {
  height: 50px;
  background: none;
  padding: 9px 16px;
  font-size: 0;
  line-height: 0;
  background: #fd806e;
  width: 100%;
  border: 0;
}
#search_mini_form .search-button::before, #search_mini_form_mobile .search-button::before {
  display: inline-block;
  font-family: "material-design";
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
  content: "";
  color: #fff;
  font-size: 31px;
  text-shadow: none;
  line-height: 24px;
}
#search_mini_form .search-button:hover, #search_mini_form_mobile .search-button:hover {
  background-color: #333333;
}
#search_mini_form .search-button::after, #search_mini_form_mobile .search-button::after {
  display: none;
}

/* ============================================ *
 * Search - Skip Content
 * ============================================ */
@media only screen and (min-width: 992px) {
  .skip-search {
    display: none;
  }

  .header-search {
    float: right;
    display: block;
    position: relative;
  }
  .header-search .skip-link {
    color: #cccccc;
  }
  .header-search .skip-link:before {
    display: inline-block;
    font-family: "material-design";
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0, 0);
    content: "";
    font-size: 31px;
    line-height: 40px;
    padding: 25px 10px;
  }
  .header-search .skip-link .label {
    display: none;
  }
  .header-search .skip-link:hover {
    color: #333333;
  }
  .header-search .skip-content {
    left: auto;
    right: 0;
    width: 300px;
  }
}
@media only screen and (max-width: 991px) {
  #header-search {
    padding: 10px;
  }

  #search_mini_form #search, #search_mini_form_mobile #search_mobile {
    width: 100%;
    padding-right: 80px;
  }
}
#search_autocomplete > ul:not(.livesearch-results), #search_autocomplete_mobile > ul:not(.livesearch-results) {
  background: #fff;
  padding: 3px 7px;
  z-index: 9;
  border: 1px solid #dfdfdf;
  border-top: none;
}
#search_autocomplete > ul:not(.livesearch-results) .amount, #search_autocomplete_mobile > ul:not(.livesearch-results) .amount {
  padding-right: 3px;
}

/*# sourceMappingURL=header-search.css.map */
