@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 #83b8e0; }

.theme-color {
  color: #83b8e0; }

.title-border {
  border-bottom: solid 2px #dfdfdf;
  padding-bottom: 10px !important;
  margin-bottom: 40px !important; }
  @media only screen and (max-width: 767px) {
    .title-border {
      margin-bottom: 15px !important;
      padding-bottom: 10px !important; } }

.theme-block {
  border: solid 1px #e4e3e3;
  border-top: solid 2px #83b8e0;
  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;
  text-transform: uppercase;
  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; }

/* -------------------------------------------- *
 * 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 {
  position: relative;
  padding-top: 0; }
#search_mini_form label {
  display: none; }
#search_mini_form #search {
  width: 230px;
  height: 40px;
  line-height: normal;
  padding: 5px 25px 5px 10px;
  font-family: "Ubuntu", sans-serif;
  float: left;
  border-right: none; }
#search_mini_form .search-button {
  float: left;
  height: 40px;
  border: solid 1px #e4e3e3;
  background: none;
  padding: 7px 5px 7px 6px;
  font-size: 0;
  line-height: 0;
  background: white; }
  #search_mini_form .search-button::before {
    display: inline-block;
    font-family: "Flaticon";
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0, 0);
    content: "";
    color: #1e1e1e;
    font-size: 27px;
    text-shadow: none;
    line-height: 24px; }
  #search_mini_form .search-button:hover::before {
    color: #83b8e0; }
  #search_mini_form .search-button:active::before {
    opacity: 0.5; }
  #search_mini_form .search-button::after {
    display: none; }

/* ============================================ *
 * Search - Skip Content
 * ============================================ */
@media only screen and (min-width: 992px) {
  .skip-search {
    display: none; }

  .header-search {
    display: block;
    float: right;
    margin: 10px 0 0 0; }
    .header-search .skip-link span {
      font-size: 18px;
      line-height: 20px;
      color: #fff; }
    .header-search .skip-link span.flaticon-magnifying-glass-browser:before {
      font-family: "outicons"; }
    .header-search .skip-link span.material-design-close47 {
      display: none; }
    .header-search .skip-link:hover span {
      color: #333; }
    .header-search .skip-link.skip-active span.flaticon-magnifying-glass-browser {
      display: none; }
    .header-search .skip-link.skip-active span.material-design-close47 {
      display: block; }
    .header-search .skip-content {
      left: auto;
      right: 0;
      width: 400px;
      background: #83b8e0;
      top: 41px;
      padding: 0;
      -webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0) ;
      -moz-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0) ;
      box-shadow: 0px 0px 5px rgba(0, 0, 0, 0) ;
      border-top: 1px solid #9ecaef; }
      .header-search .skip-content #search_mini_form .input-box {
        padding: 0 40px 0 0; }
      .header-search .skip-content #search_mini_form #search {
        width: 100%;
        padding: 10px;
        background: none;
        border: 0;
        color: #fff; }
        .header-search .skip-content #search_mini_form #search::-webkit-input-placeholder {
          color: #fff; }
        .header-search .skip-content #search_mini_form #search:-moz-placeholder {
          color: #fff; }
      .header-search .skip-content #search_mini_form .search-button {
        position: absolute;
        right: 0;
        top: 0;
        background: none;
        border: 0;
        color: #fff;
        width: 40px; }
        .header-search .skip-content #search_mini_form .search-button::before {
          display: inline-block;
          font-family: "outicons";
          text-rendering: auto;
          -webkit-font-smoothing: antialiased;
          -moz-osx-font-smoothing: grayscale;
          transform: translate(0, 0);
          content: "";
          color: #fff;
          font-size: 20px;
          text-shadow: none;
          line-height: 24px; }
        .header-search .skip-content #search_mini_form .search-button:hover:before {
          color: #333; } }
@media only screen and (max-width: 991px) {
  #header-search {
    padding: 10px; }

  #search_mini_form #search {
    width: 100%;
    padding-right: 50px; }
  #search_mini_form .search-button {
    position: absolute;
    right: 0;
    top: 0; } }

/*# sourceMappingURL=header-search.css.map */
