@charset "UTF-8";
/* ============================================ *
 * Header
 * ============================================ */
/***/
/***/
/*********************************************/
/**********************************/
/**************************************/
/***************************************/
/****************************************/
/****************************************/
/* ============================================ *
 * 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; } }
@media only screen and (min-width: 992px) {
  .page-header-container {
    position: relative;
    z-index: 9999; }
    .page-header-container::after {
      content: '';
      display: table;
      clear: both; } }
.page-header {
  padding: 0; }

/* ============================================ *
 * Language switcher + welcome message
 * ============================================ */
.header-row-background {
  padding: 0;
  background-color: #80b5e1;
  color: #ffffff; }
  .header-row-background a {
    color: #888888; }
    .header-row-background a:hover {
      color: #333333; }
  .header-row-background .header-row {
    max-width: 1170px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    z-index: 10001; }
  .header-row-background:after {
    content: '';
    display: table;
    clear: both; }
  .header-row-background .form-language,
  .header-row-background .currency-switcher {
    float: left;
    margin-right: 10px; }
  .header-row-background .welcome-msg {
    float: right;
    margin: 2px 0 0;
    color: #83b8e0; }

@media only screen and (max-width: 767px) {
  .header-row-background {
    display: block; }
    .header-row-background .welcome-msg {
      float: none;
      text-align: center;
      margin: 0; } }
@media only screen and (max-width: 991px) {
  .header-row-background .container {
    padding-left: 0;
    padding-right: 0; }

  .header-switchers {
    float: none;
    text-align: center; } }
/* ============================================ *
 * Header switchers
 * ============================================ */
.header-phone {
  float: right;
  margin-right: 32px; }

.header-switchers {
  float: left; }
  .header-switchers .header-button {
    float: left;
    position: relative;
    width: 55px;
    margin-left: 4px; }
    .header-switchers .header-button > a {
      display: block;
      height: 30px; }
      .header-switchers .header-button > a:after {
        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: 28px;
        line-height: 18px;
        padding-left: 5px;
        vertical-align: middle; }
    .header-switchers .header-button.currency-list > a, .header-switchers .header-button.lang-list > a {
      font-size: 14px;
      line-height: 21px;
      text-transform: capitalize;
      text-align: center;
      padding: 4px 0 0;
      width: 100%; }
    .header-switchers .header-button ul {
      display: none;
      text-align: left;
      position: absolute;
      left: -1px;
      top: 40px;
      padding: 0;
      z-index: 999;
      background: #80b5e1;
      min-width: calc(100% + 2px);
      white-space: nowrap; }
      .header-switchers .header-button ul li {
        float: none;
        display: block;
        padding-left: 0px;
        border-top: 1px solid #9ecaef; }
        .header-switchers .header-button ul li a {
          display: block;
          font-size: 12px;
          line-height: 24px;
          color: #fff;
          padding: 8px 20px;
          min-height: 18px;
          text-transform: uppercase; }
          .header-switchers .header-button ul li a:hover {
            text-decoration: none;
            color: #333; }
          .header-switchers .header-button ul li a .mobile-part {
            display: none; }
          .header-switchers .header-button ul li a.selected {
            color: #333;
            cursor: default; }
    .header-switchers .header-button > a:hover, .header-switchers .header-button.active > a {
      text-decoration: none;
      color: #83b8e0; }
    .header-switchers .header-button.full_mode {
      width: auto;
      cursor: pointer;
      margin: 0 40px 0 0;
      line-height: 24px; }
      .header-switchers .header-button.full_mode .header-button-title {
        padding: 8px 0; }
        .header-switchers .header-button.full_mode .header-button-title .label {
          padding-right: 5px;
          text-transform: none;
          color: #fff;
          font-size: 12px;
          font-weight: 300;
          -webkit-transition: all .25s ease-in-out;
          -o-transition: all .25s ease-in-out;
          transition: all .25s ease-in-out; }
        .header-switchers .header-button.full_mode .header-button-title .current {
          font-weight: 300;
          color: #fff;
          text-transform: none;
          font-size: 12px;
          -webkit-transition: all .25s ease-in-out;
          -o-transition: all .25s ease-in-out;
          transition: all .25s ease-in-out; }
          .header-switchers .header-button.full_mode .header-button-title .current::after {
            display: inline-block;
            font-family: "FontAwesome";
            text-rendering: auto;
            -webkit-font-smoothing: antialiased;
            -moz-osx-font-smoothing: grayscale;
            transform: translate(0, 0);
            content: "";
            font-size: 12px;
            line-height: 13px;
            color: #fff;
            display: inline-block;
            vertical-align: middle;
            padding-left: 9px;
            -webkit-transition: all .25s ease-in-out;
            -o-transition: all .25s ease-in-out;
            transition: all .25s ease-in-out; }
        .header-switchers .header-button.full_mode .header-button-title:hover .label {
          color: #fff; }
        .header-switchers .header-button.full_mode .header-button-title:hover .current {
          color: #333; }
          .header-switchers .header-button.full_mode .header-button-title:hover .current:after {
            color: #333; }
      .header-switchers .header-button.full_mode.lang-list {
        margin-right: 0; }
        .header-switchers .header-button.full_mode.lang-list .label {
          display: none; }
      .header-switchers .header-button.full_mode.active .current:after {
        -webkit-transform: rotateX(180deg);
        -ms-transform: rotateX(180deg);
        -o-transform: rotateX(180deg);
        transform: rotateX(180deg); }
      @media only screen and (max-width: 767px) {
        .header-switchers .header-button.full_mode {
          float: none; }
          .header-switchers .header-button.full_mode.lang-list {
            padding-right: 0px;
            border-right: none; } }

/* ============================================ *
 * Logo
 * ============================================ */
.stuck.logo {
  opacity: 0;
  transition: all linear 0.3s; }

.logo {
  display: block;
  min-width: 100px;
  position: absolute;
  left: 0;
  top: 10px;
  margin: 0;
  opacity: 1;
  transition: all linear 0.3s; }
  @media only screen and (min-width: 992px) {
    .logo {
      display: inline-block;
      float: none;
      margin: 0; } }
  .logo img {
    max-width: 100%;
    height: 88px;
    display: inline-block; }
  .logo .small {
    display: block; }
  .logo .large {
    display: none; }

@media only screen and (max-width: 991px) {
  .page-header-container {
    text-align: center;
    padding: 20px 0; }

  .logo {
    position: static;
    margin: 0;
    display: inline; }
    .logo img {
      display: inline; }

  .header-switchers, .header-phone {
    float: none;
    text-align: center;
    margin-right: 0; } }
@media only screen and (min-width: 768px) {
  .logo .small {
    display: none; }
  .logo .large {
    display: block; } }
@media only screen and (max-width: 767px) {
  .logo {
    max-width: 100%; } }
/* ============================================ *
 * Skip Links
 * ============================================ */
.skip-container.mobile {
  background-color: #f2f2f2; }
  .skip-container.mobile .skip-links {
    position: relative; }

.skip-links {
  clear: both;
  position: relative; }
  .skip-links:after {
    content: '';
    display: table;
    clear: both; }

@media only screen and (min-width: 992px) {
  .skip-links {
    border: 0;
    float: right; }

  .skip-container {
    position: relative;
    float: right; }
    .skip-container.mobile {
      display: none; } }
/* -------------------------------------------- *
 * Skip Link - Icon
 */
.skip-link .icon {
  display: inline-block;
  width: auto;
  height: auto;
  vertical-align: middle;
  font-size: 24px; }

.skip-link.skip-nav .icon,
.skip-link.skip-cart:not(.no-count) .icon {
  margin-right: 3px; }

@media only screen and (min-width: 500px) {
  .skip-link .icon {
    margin-right: 3px; } }
/* -------------------------------------------- *
 * Skip Link - Label
 */
.skip-link .label {
  display: none; }

@media only screen and (min-width: 500px) {
  .skip-link .label {
    display: inline; } }
/* ============================================ *
 * Skip Content
 * ============================================ */
.skip-content {
  display: none; }
  .skip-content.skip-active {
    display: block;
    position: absolute;
    background: #fff;
    top: 40px;
    z-index: 1000;
    padding: 15px;
    -webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.35) ;
    -moz-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.35) ;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.35) ;
    -webkit-animation: skipLinks 0.25s linear;
    -webkit-animation: skipLinks 0.25s linear;
    -moz-animation: skipLinks 0.25s linear;
    -ms-animation: skipLinks 0.25s linear;
    -o-animation: skipLinks 0.25s linear;
    animation: skipLinks 0.25s linear; }
@-webkit-keyframes skipLinks {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@-moz-keyframes skipLinks {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@-o-keyframes skipLinks {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@keyframes skipLinks {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
.main-menu .skip-content.skip-active {
  position: relative; }

/* ============================================ *
 * Global Header Navigation
 * ============================================ */
@media only screen and (max-width: 991px) {
  .header-search,
  .header-minicart.desktop {
    display: none; }

  .skip-link {
    border-right: solid 1px #f2f2f2;
    position: relative;
    float: left;
    width: 20%;
    height: 50px;
    color: #1e1e1e;
    line-height: 48px;
    text-align: center; }
    .skip-link.skip-nav {
      border-left: solid 1px #f2f2f2; }
    .skip-link .label {
      color: #1e1e1e; }

  .skip-link:hover,
  .skip-link.skip-active {
    background: #f2f2f2;
    color: #1e1e1e; }

  .skip-link.skip-active span,
  .skip-link:hover .label,
  .skip-link:hover .icon {
    color: #1e1e1e; }

  .skip-content.skip-active {
    background: #f2f2f2;
    position: absolute;
    top: 50px;
    width: 100%;
    z-index: 1000;
    padding: 0 10px;
    -webkit-box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.35) ;
    -moz-box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.35) ;
    box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.35) ; }

  #header-account li a,
  .header-button .header-button-title {
    padding: 3px 15px 4px 25px;
    border-bottom: 1px solid #CCCCCC;
    background: #f2f2f2;
    text-align: left;
    color: #888888;
    line-height: 30px; }

  #header-account li:last-child a {
    border-bottom: 0; }

  .no-touch #header-account a:hover,
  .header-button .header-button-title:hover {
    background-color: #f5f5f5;
    text-decoration: none;
    cursor: pointer; }

  /*********/
  .header-switchers {
    float: none; }

  .header-button ul li a span {
    display: none; }
    .header-button ul li a span.mobile-part {
      display: inline-block; } }
a.skip-link {
  text-decoration: none; }

@media only screen and (min-width: 500px) {
  .skip-link {
    width: 25%; } }
.account-cart-wrapper {
  position: absolute;
  top: 0px;
  right: 0px; }
  @media only screen and (max-width: 991px) {
    .account-cart-wrapper {
      position: static; } }

@media only screen and (min-width: 992px) {
  a.log-in-link,
  a.log-out-link {
    text-transform: uppercase;
    color: #83b8e0;
    font-size: 12px;
    font-weight: lighter; }
    a.log-in-link i,
    a.log-out-link i {
      color: #fff;
      padding-left: 12px; }
    a.log-in-link:hover,
    a.log-out-link:hover {
      color: #fff; } }

/*# sourceMappingURL=header.css.map */
