@charset "UTF-8";
/* ============================================ *
 * Tags
 * ============================================ */
/***/
/***/
/*********************************************/
/**********************************/
/**************************************/
/***************************************/
/****************************************/
/****************************************/
/* ============================================ *
 * Linearize Table
 * ============================================ */
/***/
/***/
/* -------------------------------------------- *
 * Buttons
 */
.sidebar .block-wishlist .actions a {
  border-radius: 0;
  background: #80b5e1;
  display: inline-block;
  padding: 9px 18px;
  color: #ffffff;
  font-size: 13px;
  font-weight: 500;
  font-family: "Ubuntu", sans-serif;
  line-height: 20px;
  text-align: center;
  text-transform: uppercase;
  vertical-align: middle;
  overflow: hidden;
  position: relative;
  border: 0; }
  .sidebar .block-wishlist .actions a span {
    z-index: 3;
    position: relative; }
  .sidebar .block-wishlist .actions a:hover {
    background: #1e1e1e;
    cursor: pointer;
    color: #fff; }
    .sidebar .block-wishlist .actions a:hover span:before {
      color: #fff; }
    .sidebar .block-wishlist .actions a:hover span span:before {
      color: #fff; }
  .sidebar .block-wishlist .actions a:active::after {
    background: #1e1e1e; }
  .sidebar .block-wishlist .actions a:focus {
    background: #1e1e1e; }

/* -------------------------------------------- *
 * Button hover
 */
.sidebar .block-wishlist .actions a:hover {
  z-index: 999; }

/* -------------------------------------------- *
 * Swatch label hover
 */
/* -------------------------------------------- *
 * Custom Radio button, Checkbox
 */
.sidebar .block-poll input[type="radio"],
.sidebar .block-poll input[type="checkbox"] {
  float: left;
  margin-top: 5px;
  display: none; }
.sidebar .block-poll input[type="radio"] + label,
.sidebar .block-poll input[type="radio"] + .label label {
  cursor: pointer;
  position: relative;
  padding-left: 27px;
  text-transform: none;
  display: inline-block; }
  .sidebar .block-poll input[type="radio"] + label:before,
  .sidebar .block-poll input[type="radio"] + .label label:before {
    content: "";
    display: inline-block;
    width: 16px;
    height: 16px;
    margin-right: 10px;
    position: absolute;
    border-radius: 50%;
    left: 0;
    top: 2px;
    background-color: #f5f5f5;
    border: solid 1px #dfdfdf; }
  .sidebar .block-poll input[type="radio"] + label:after,
  .sidebar .block-poll input[type="radio"] + .label label:after {
    content: "";
    display: inline-block;
    position: absolute;
    border-radius: 50%;
    width: 0px;
    height: 0px;
    left: 9px;
    top: 10px;
    background-color: #83b8e0;
    box-shadow: inset -1px -1px 1px 0px rgba(0, 0, 0, 0.3), 0px 1px 0px 0px rgba(255, 255, 255, 0.8); }
  .sidebar .block-poll input[type="radio"] + label:hover,
  .sidebar .block-poll input[type="radio"] + .label label:hover {
    color: #83b8e0; }
.sidebar .block-poll input[type=radio]:checked + .label label:after,
.sidebar .block-poll input[type=radio]:checked + label:after {
  width: 12px;
  height: 12px;
  left: 2px;
  top: 4px; }
.sidebar .block-poll input[type="checkbox"] + label,
.sidebar .block-poll input[type="checkbox"] + .label label {
  display: inline-block;
  padding-left: 27px;
  position: relative;
  clear: both;
  cursor: pointer;
  text-transform: none; }
  .sidebar .block-poll input[type="checkbox"] + label:before,
  .sidebar .block-poll input[type="checkbox"] + .label label:before {
    content: "";
    display: inline-block;
    width: 16px;
    height: 16px;
    margin-right: 10px;
    position: absolute;
    left: 0;
    top: 2px;
    background-color: #f5f5f5;
    border: solid 1px #dfdfdf; }
  .sidebar .block-poll input[type="checkbox"] + label:after,
  .sidebar .block-poll input[type="checkbox"] + .label label: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: "";
    display: inline-block;
    position: absolute;
    font-size: 0;
    left: 9px;
    top: 10px;
    color: #83b8e0;
    text-shadow: inset 0px 1px 1px 0px rgba(0, 0, 0, 0.3), 0px 1px 0px 0px rgba(255, 255, 255, 0.8); }
  .sidebar .block-poll input[type="checkbox"] + label:hover,
  .sidebar .block-poll input[type="checkbox"] + .label label:hover {
    color: #83b8e0; }
.sidebar .block-poll input[type=checkbox]:checked + label:after,
.sidebar .block-poll input[type=checkbox]:checked + .label label:after {
  font-size: 22px;
  top: -9px;
  left: 0; }

/* -------------------------------------------- *
 * 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; } }
.sidebar {
  /* -------------------------------------------- *
  * Block Module
  */
  /* -------------------------------------------- *
   * Secondary Navigation
   */ }
  .sidebar #recently-viewed-items .product-name {
    padding-top: 40px; }
  .sidebar .col-left-first {
    margin-bottom: 54px; }
  .sidebar .block {
    margin-bottom: 54px; }
    .sidebar .block .amount {
      margin: 0;
      padding: 4px 0 15px;
      font-size: 15px; }
    .sidebar .block .product-image {
      padding: 5px; }
      .sidebar .block .product-image:hover {
        -webkit-box-shadow: 1px 2px 5px rgba(0, 0, 0, 0.15) ;
        -moz-box-shadow: 1px 2px 5px rgba(0, 0, 0, 0.15) ;
        box-shadow: 1px 2px 5px rgba(0, 0, 0, 0.15) ; }
    .sidebar .block .product-name {
      font-size: 14px; }
  .sidebar .col-left-first .block {
    border-bottom: none;
    padding-bottom: 0; }
  .sidebar .col-left-first .block:last-of-type {
    margin-bottom: 0; }
  .sidebar .block-title {
    position: relative;
    padding: 20px;
    margin-bottom: 20px;
    border-bottom: solid 3px #83b8e0;
    background: #f2f2f2; }
    .sidebar .block-title h2,
    .sidebar .block-title h3,
    .sidebar .block-title strong {
      margin: 0;
      margin-bottom: 10px;
      color: #1e1e1e;
      font-family: "Ubuntu", sans-serif;
      font-size: 20px;
      font-weight: 400;
      font-style: normal;
      line-height: 1.4;
      text-rendering: optimizeSpeed;
      text-transform: uppercase;
      color: #1e1e1e;
      margin-bottom: 0;
      text-transform: uppercase;
      font-weight: 700;
      font-size: 14px; }
    .sidebar .block-title small {
      font-size: 100%;
      font-weight: normal;
      color: #909090; }
@media only screen and (max-width: 991px) and (min-width: 768px) {
  .sidebar .block-title {
    padding: 10px; } }

  .sidebar body:not(.customer-account) .block:first-child .block-title {
    border-top: none;
    padding-top: 0; }
  .sidebar .block-subtitle {
    margin: 0;
    margin-bottom: 10px;
    color: #1e1e1e;
    font-family: "Ubuntu", sans-serif;
    font-size: 16px;
    font-weight: 500;
    font-style: normal;
    line-height: 1.4;
    text-rendering: optimizeSpeed;
    text-transform: uppercase;
    color: #83b8e0;
    font-weight: 500;
    margin-bottom: 25px; }
  .sidebar .block-content {
    margin-top: 5px; }
    .sidebar .block-content .subtotal {
      background-color: #f5f5f5;
      padding: 9px 14px 10px;
      margin-bottom: 25px;
      overflow: hidden; }
      .sidebar .block-content .subtotal .label {
        color: #333333;
        font-weight: 500; }
      .sidebar .block-content .subtotal .price {
        float: right;
        color: #83b8e0;
        font-weight: 500; }
    .sidebar .block-content .product-details {
      color: #83b8e0; }
      .sidebar .block-content .product-details strong {
        font-weight: normal; }
      .sidebar .block-content .product-details .btn-edit {
        color: #888888; }
        .sidebar .block-content .product-details .btn-edit:hover {
          color: #83b8e0; }
  .sidebar .block-content.unpad {
    padding: 0; }
  .sidebar .block-content li.item {
    margin: 0 0 25px 0; }
  .sidebar .block-content li.item:last-child {
    margin-bottom: 0; }
  .sidebar .block .actions {
    margin: 30px 0 0; }
    .sidebar .block .actions:after {
      content: '';
      display: table;
      clear: both; }
    .sidebar .block .actions a {
      float: left;
      font-weight: 500;
      margin-top: 7px; }
    .sidebar .block .actions .button {
      float: left;
      margin-top: 0; }
  .sidebar .col-left .block .actions .button ~ a,
  .sidebar .col-right .block .actions .button ~ a {
    line-height: 33px;
    margin-right: 5px; }
  .sidebar .block-account .block-title,
  .sidebar .block-cms-menu .block-title {
    border-top: none; }
  .sidebar .block-account li,
  .sidebar .block-cms-menu li {
    text-transform: none;
    font-family: "Ubuntu", sans-serif;
    margin: 7px 0; }
    .sidebar .block-account li strong,
    .sidebar .block-cms-menu li strong {
      font-weight: 400;
      color: #83b8e0; }
    .sidebar .block-account li a,
    .sidebar .block-cms-menu li a {
      color: #888888; }
      .sidebar .block-account li a:hover,
      .sidebar .block-cms-menu li a:hover {
        color: #83b8e0; }
  .sidebar .block-poll label {
    display: inline-block;
    font-size: 14px;
    font-family: "Ubuntu", sans-serif;
    color: #888888;
    font-weight: normal;
    margin: 0;
    text-transform: none; }
  .sidebar .block-poll #poll-answers li {
    margin-bottom: 10px; }
    .sidebar .block-poll #poll-answers li::after {
      content: '';
      display: table;
      clear: both; }
  .sidebar .block-poll #poll-answers .answer {
    font-size: 12px;
    width: 65%;
    display: inline-block; }
  .sidebar .block-poll #poll-answers .votes {
    float: right;
    width: 30%;
    padding: 0 0 5px 0;
    color: #83b8e0; }
  @media only screen and (max-width: 991px) {
    .sidebar .block-poll #poll-answers .answer {
      width: 100%;
      float: none;
      display: block;
      overflow: hidden;
      padding-bottom: 3px; }
    .sidebar .block-poll #poll-answers .votes {
      width: 100%;
      padding-bottom: 7px; }
    .sidebar .block-poll #poll-answers li {
      padding-top: 5px;
      margin-bottom: 5px; }
      .sidebar .block-poll #poll-answers li:last-child {
        border-bottom: none; } }
  .sidebar .block-cart .actions {
    padding-top: 30px;
    border-top: solid 1px #dfdfdf; }
  .sidebar .block-cart .truncated {
    margin-top: 15px;
    display: inline-block; }
    .sidebar .block-cart .truncated .truncated_full_value .item-options {
      left: -40px;
      top: 50px; }
      .sidebar .block-cart .truncated .truncated_full_value .item-options::before {
        content: '';
        position: absolute;
        width: 0;
        height: 0;
        display: block;
        border-right: 14px solid transparent;
        border-left: none;
        border-bottom: 14px solid #dfdfdf;
        border-top: none; }
      .sidebar .block-cart .truncated .truncated_full_value .item-options::after {
        content: '';
        position: absolute;
        width: 0;
        height: 0;
        display: block;
        border-right: 14px solid transparent;
        border-left: none;
        border-bottom: 14px solid #f5f5f5;
        border-top: none; }
  .sidebar .block-wishlist .actions a {
    margin-top: 0; }
    .sidebar .block-wishlist .actions a:after {
      display: none; }
  .sidebar .block-compare .actions .button {
    margin-bottom: 5px; }
  .sidebar .block-compare .actions a {
    float: right;
    margin-top: 8px;
    font-weight: 500; }
  .sidebar .block-reorder .actions a {
    float: right; }

@media only screen and (max-width: 1199px) {
  .sidebar .block-title h2,
  .sidebar .block-title h3,
  .sidebar .block-title strong {
    font-size: 16px; }
  .sidebar .product-image {
    width: 90px; }
  .sidebar .product-details {
    margin-left: 100px; }
  .sidebar .block-content .subtotal .price {
    float: none;
    display: block; } }
@media only screen and (max-width: 991px) and (min-width: 768px) {
  .sidebar .block-title h2,
  .sidebar .block-title h3,
  .sidebar .block-title strong {
    font-size: 14px; } }
@media only screen and (max-width: 991px) {
  .sidebar .product-image {
    float: none;
    margin-bottom: 15px; }
  .sidebar .product-details {
    margin-left: 0; }
  .sidebar .block-subtitle {
    margin: 0;
    margin-bottom: 10px;
    color: #1e1e1e;
    font-family: "Ubuntu", sans-serif;
    font-size: 13px;
    font-weight: 500;
    font-style: normal;
    line-height: 1.4;
    text-rendering: optimizeSpeed;
    text-transform: uppercase;
    font-weight: bold;
    color: #83b8e0; } }
@media only screen and (max-width: 767px) {
  .sidebar .block:not(.block-layered-nav) {
    margin-bottom: 0;
    padding: 0;
    border: none; }
    .sidebar .block:not(.block-layered-nav) .block-title {
      padding: 0;
      margin-top: 0;
      border-bottom: none;
      border-top: none;
      margin-bottom: 0; }
      .sidebar .block:not(.block-layered-nav) .block-title > strong {
        margin: 0;
        margin-bottom: 5px;
        color: #1e1e1e;
        font-family: "Ubuntu", sans-serif;
        font-size: 12px;
        font-weight: 700;
        font-style: normal;
        line-height: 1.4;
        text-rendering: optimizeSpeed;
        -moz-user-select: none;
        -ms-user-select: none;
        -webkit-user-select: none;
        -o-user-select: none;
        user-select: none;
        color: #83b8e0;
        margin-bottom: 0px;
        padding: 7px 10px 7px 24px;
        border-top: solid 1px #dfdfdf;
        position: relative;
        background-color: #f5f5f5;
        font-size: 14px;
        display: block;
        width: 100%;
        cursor: pointer; }
        .sidebar .block:not(.block-layered-nav) .block-title > strong:after {
          content: '';
          position: absolute;
          width: 0;
          height: 0;
          display: block;
          border-top: 4px solid transparent;
          border-bottom: 4px solid transparent;
          border-left: 4px solid #83b8e0;
          border-right: none;
          left: 10px;
          top: 50%;
          margin-top: -3px; } }
      @media only screen and (max-width: 767px) and (max-width: 767px) {
        .sidebar .block:not(.block-layered-nav) .block-title > strong {
          color: #333333;
          font-weight: normal;
          border: solid 1px #dfdfdf;
          border-bottom: none; }
          .sidebar .block:not(.block-layered-nav) .block-title > strong:hover {
            background-color: #EDEDED; } }
@media only screen and (max-width: 767px) {
      .sidebar .block:not(.block-layered-nav) .block-title.active > strong {
        margin: 0;
        margin-bottom: 5px;
        color: #1e1e1e;
        font-family: "Ubuntu", sans-serif;
        font-size: 12px;
        font-weight: 700;
        font-style: normal;
        line-height: 1.4;
        text-rendering: optimizeSpeed;
        -moz-user-select: none;
        -ms-user-select: none;
        -webkit-user-select: none;
        -o-user-select: none;
        user-select: none;
        color: #83b8e0;
        margin-bottom: 0px;
        padding: 7px 10px 7px 24px;
        border-top: solid 1px #dfdfdf;
        position: relative;
        background-color: #f5f5f5;
        font-size: 14px; }
        .sidebar .block:not(.block-layered-nav) .block-title.active > strong:after {
          content: '';
          position: absolute;
          width: 0;
          height: 0;
          display: block;
          border-right: 4px solid transparent;
          border-left: 4px solid transparent;
          border-top: 4px solid #83b8e0;
          border-bottom: none;
          left: 10px;
          top: 50%;
          margin-top: -3px; } }
      @media only screen and (max-width: 767px) and (max-width: 767px) {
        .sidebar .block:not(.block-layered-nav) .block-title.active > strong {
          color: #333333;
          font-weight: normal;
          border: solid 1px #dfdfdf;
          border-bottom: none; }
          .sidebar .block:not(.block-layered-nav) .block-title.active > strong:hover {
            background-color: #EDEDED; } }
@media only screen and (max-width: 767px) {
    .sidebar .block:not(.block-layered-nav) .block-content {
      padding: 10px;
      margin-top: 0;
      border-width: 1px 1px 0;
      border-style: solid;
      border-color: #dfdfdf; }
    .sidebar .block:not(.block-layered-nav):last-child .block-title > strong {
      border-bottom: solid 1px #dfdfdf; }
    .sidebar .block:not(.block-layered-nav):last-child .block-content {
      border-width: 0 1px 1px 1px; }
  .sidebar .product-image {
    width: 90px;
    float: left; }
  .sidebar .product-details {
    margin-left: 100px; } }

/*# sourceMappingURL=sidebar.css.map */
