@charset "UTF-8";
/* ============================================ *
 * Search - Auto Suggest
 * ============================================ */
/***/
/***/
/*********************************************/
/**********************************/
/**************************************/
/***************************************/
/****************************************/
/****************************************/
/* ============================================ *
 * Linearize Table
 * ============================================ */
/***/
/***/
/* -------------------------------------------- *
 * Buttons
 */
/* ------------------------------------------- *
 * Button hover
 */
/* -------------------------------------------- *
 * Swatch label hover
 */
/* -------------------------------------------- *
 * Custom Radio button, Checkbox
 */
/* -------------------------------------------- *
 * Custom Select
 */
.advanced-search .input-box .dropdown {
  width: 100%;
  background-color: #f5f5f5;
  border: solid 1px #dfdfdf;
  border-radius: 0;
}
.advanced-search .input-box .dropdown:hover {
  box-shadow: none;
  background: #EDEDED;
}
.advanced-search .input-box .dropdown .validation-advice {
  position: relative !important;
  height: auto;
  opacity: 1;
  padding: 0 0 10px !important;
  background: #ffffff;
  border-top: none;
  border-left: none;
  border-right: none;
  border-radius: 0;
  top: -1px;
  left: -1px;
  margin-right: -2px;
}
.advanced-search .input-box .dropdown div {
  background-color: #f5f5f5;
  border: solid 1px #dfdfdf;
}
.advanced-search .input-box .dropdown div ul {
  z-index: 12;
}
.advanced-search .input-box .dropdown div ul li {
  margin: 0;
}
.advanced-search .input-box .dropdown div ul li.focus {
  background: #EDEDED;
  color: #333333;
}
.advanced-search .input-box .dropdown div ul li.active {
  font-weight: normal;
  background: #EDEDED;
}
.advanced-search .input-box .dropdown li,
.advanced-search .input-box .dropdown .selected {
  font-size: 14px;
  color: #333333;
  padding: 13px 20px;
}
.advanced-search .input-box .dropdown .selected {
  color: #333333;
}
.advanced-search .input-box .dropdown .selected::after {
  box-shadow: none;
}
.advanced-search .input-box .dropdown .carat {
  border-width: 6px;
  border-color: #777777 transparent transparent;
  right: 20px;
}
.advanced-search .input-box .dropdown.open {
  z-index: 15;
}
.advanced-search .input-box .dropdown.open .carat {
  border-bottom: 6px solid #777777;
  border-top: 6px solid transparent;
  margin-top: -10px;
}
.advanced-search .input-box .dropdown.open div {
  padding: 10px 0;
  height: auto !important;
}
.advanced-search .input-box .dropdown.open div ul {
  position: relative;
  z-index: 12;
}

/* -------------------------------------------- *
 * Product View Zoom
 */
/* -------------------------------------------- *
 * Theme elements
 */
.theme-border, .table-bordered {
  border-top: solid 2px #fd806e;
}

.theme-color {
  color: #fd806e;
}

.title-border, .catalogsearch-term-popular .page-title h1,
.catalogsearch-term-popular .page-title h2 {
  border-bottom: solid 2px #dfdfdf;
  padding-bottom: 10px !important;
  margin-bottom: 40px !important;
}
@media only screen and (max-width: 767px) {
  .title-border, .catalogsearch-term-popular .page-title h1,
  .catalogsearch-term-popular .page-title h2 {
    padding-bottom: 10px !important;
  }
}

.theme-block, .advanced-search {
  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, .advanced-search {
    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;
  }
}
.catalogsearch-advanced-index .page-title h1:before,
.catalogsearch-advanced-index .page-title h2: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: 55px;
  color: #fd806e;
  padding-right: 0.244em;
}
@media only screen and (max-width: 767px) {
  .catalogsearch-advanced-index .page-title h1:before,
  .catalogsearch-advanced-index .page-title h2:before {
    font-size: 30px;
  }
}

.livesearch-results .item-description {
  max-height: 44px;
}

.catalogsearch-term-popular .page-title h1:before,
.catalogsearch-term-popular .page-title h2: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: 55px;
  color: #fd806e;
  padding-right: 0.244em;
}
@media only screen and (max-width: 767px) {
  .catalogsearch-term-popular .page-title h1:before,
  .catalogsearch-term-popular .page-title h2:before {
    font-size: 30px;
  }
}
.catalogsearch-term-popular .tags-list li {
  width: 23%;
}
.catalogsearch-term-popular .tags-list li a {
  color: #fd806e;
}
.catalogsearch-term-popular .tags-list li a:hover {
  color: #fc2809;
}

/* ============================================ *
 * Search - Advanced
 * ============================================ */
.advanced-search {
  margin-bottom: 20px;
}
.advanced-search .input-box {
  width: 80%;
}
.advanced-search .form-list input {
  width: 100%;
}
.advanced-search .input-range .input-text {
  width: 39.2%;
}
.advanced-search .input-range small {
  font-size: 100%;
  padding-left: 10px;
}
.advanced-search select.multiselect {
  width: 100%;
}
.advanced-search select.multiselect option {
  padding: 8px 10px;
}
.advanced-search + .buttons-set {
  border-top: none;
  margin-top: 0;
}

@media only screen and (max-width: 767px) {
  .advanced-search {
    padding: 15px;
  }
  .advanced-search .input-box {
    width: 100%;
  }

  .catalogsearch-term-popular .tags-list li {
    width: auto;
  }
}
@media only screen and (max-width: 479px) {
  .advanced-search {
    padding: 15px;
  }
}

/*# sourceMappingURL=search.css.map */
