@charset "UTF-8";
/* ============================================ *
 * Tags
 * ============================================ */
/***/
/***/
/*********************************************/
/**********************************/
/**************************************/
/***************************************/
/****************************************/
/****************************************/
/* ============================================ *
 * Linearize Table
 * ============================================ */
/***/
/***/
/* -------------------------------------------- *
 * Buttons
 */
.sidebar .block-wishlist .actions a {
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  background: #4AC0E0;
  display: inline-block;
  padding: 16px 26px;
  color: #212121;
  border: none;
  font-size: 16px;
  font-weight: 400;
  font-family: "DIN2014-Bold", sans-serif;
  text-align: center;
  text-transform: uppercase;
  vertical-align: middle;
  overflow: hidden;
  position: relative; }
  .sidebar .block-wishlist .actions a span {
    z-index: 9;
    position: relative; }
  .sidebar .block-wishlist .actions a:not(a)::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 0;
    bottom: 0;
    left: 0;
    background: #8A8B8A;
    z-index: 2; }
  .sidebar .block-wishlist .actions a:hover {
    background: #8A8B8A;
    cursor: pointer; }
    .sidebar .block-wishlist .actions a:hover::after {
      height: 100%; }
  .sidebar .block-wishlist .actions a:active::after {
    background: #8A8B8A; }
  .sidebar .block-wishlist .actions a:focus {
    color: #212121;
    background: #8A8B8A; }

/* -------------------------------------------- *
 * Button hover
 */
.sidebar .block-content .product-details .details {
  border-bottom: solid 1px rgba(0, 0, 0, 0.28);
  border-right: solid 1px rgba(0, 0, 0, 0.2);
  border-top: solid 1px transparent;
  border-left: solid 1px transparent; }

.sidebar .block-wishlist .actions a:hover, .sidebar .block-content .product-details .details:hover {
  border-bottom-color: transparent;
  border-right-color: transparent;
  border-top-color: rgba(0, 0, 0, 0.28);
  border-left-color: rgba(0, 0, 0, 0.2); }

.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: #4AC0E0;
    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: #777777; }
.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: #4AC0E0;
    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: #777777; }
.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
 */
/* -------------------------------------------- *
 * Theme elements
 */
.theme-border, .table-bordered {
  border-top: solid 2px #4AC0E0; }

.theme-color {
  color: #4AC0E0; }

.title-border {
  border-bottom: solid 2px #dfdfdf;
  padding-bottom: 10px !important;
  margin-bottom: 20px !important; }
  @media only screen and (max-width: 767px) {
    .title-border {
      margin-bottom: 15px !important;
      padding-bottom: 10px !important; } }

.theme-block {
  border: solid 1px #dfdfdf;
  border-top: solid 2px #4AC0E0;
  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; }

/* -------------------------------------------- *
 * 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; } }
.sidebar {
  margin-top: 136px;
  /* -------------------------------------------- *
  * Block Module
  */
  /* -------------------------------------------- *
   * Secondary Navigation
   */ }
  .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: 0 0 14px;
    margin-bottom: 20px;
    border-bottom: solid 2px #dfdfdf;
    display: none; }
    .sidebar .block-title h2,
    .sidebar .block-title h3,
    .sidebar .block-title strong {
      margin: 0;
      margin-bottom: 10px;
      color: #000000;
      font-family: "Roag W05 Black", sans-serif;
      font-size: 24px;
      font-weight: 500;
      font-style: normal;
      line-height: 1.4;
      text-rendering: optimizeSpeed;
      text-transform: uppercase;
      color: #8A8B8A;
      margin-bottom: 0;
      text-transform: uppercase;
      font-weight: 500; }
    .sidebar .block-title small {
      font-size: 100%;
      font-weight: normal;
      color: #909090; }
  .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: #000000;
    font-family: "Roag W05 Black", sans-serif;
    font-size: 16px;
    font-weight: 500;
    font-style: normal;
    line-height: 1.4;
    text-rendering: optimizeSpeed;
    text-transform: uppercase;
    color: #000000;
    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: #4AC0E0;
        font-weight: 500; }
    .sidebar .block-content .product-details {
      color: #4AC0E0; }
      .sidebar .block-content .product-details strong {
        font-weight: normal; }
      .sidebar .block-content .product-details .btn-edit {
        color: #8b8b8b; }
        .sidebar .block-content .product-details .btn-edit:hover {
          color: #4AC0E0; }
      .sidebar .block-content .product-details .details {
        background-color: #eeeeee;
        color: #333333;
        font-weight: 500;
        padding: 6px 14px; }
  .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 {
    padding-top: 0;
    border-top: none; }
  .sidebar .block-account li,
  .sidebar .block-cms-menu li {
    text-transform: none;
    font-family: "Roag W05 Black", sans-serif;
    margin: 7px 0; }
    .sidebar .block-account li strong,
    .sidebar .block-cms-menu li strong {
      font-weight: 400;
      color: #8A8B8A; }
    .sidebar .block-account li a,
    .sidebar .block-cms-menu li a {
      color: #8b8b8b; }
      .sidebar .block-account li a:hover,
      .sidebar .block-cms-menu li a:hover {
        color: #8A8B8A; }
  .sidebar .block-poll label {
    display: inline-block;
    font-size: 14px;
    font-family: "Roag W05 Black", sans-serif;
    color: #8b8b8b;
    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; }
  .sidebar .block-poll #poll-answers .votes {
    float: right;
    padding: 0 0 5px 7px;
    color: #4AC0E0; }
  @media only screen and (max-width: 991px) {
    .sidebar .block-poll #poll-answers .answer {
      width: 100%;
      float: none;
      display: block;
      overflow: hidden;
      padding-bottom: 7px;
      border-bottom: solid 1px #ccc; }
    .sidebar .block-poll #poll-answers li {
      padding-top: 5px; } }
  .sidebar .block-cart .actions {
    padding-top: 30px;
    border-top: solid 1px #dfdfdf; }
    .sidebar .block-cart .actions .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: "";
      z-index: 10;
      float: right;
      font-size: 28px;
      padding-left: 0;
      z-index: 11;
      position: relative; }
    .sidebar .block-cart .actions .button:hover::before {
      margin: 0 -10px 0 10px; }
  .sidebar .block-cart .truncated {
    margin-top: 15px; }
    .sidebar .block-cart .truncated .truncated_full_value .item-options {
      left: -40px;
      top: 42px; }
      .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-wishlist .actions a::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: "";
      z-index: 10;
      float: right;
      font-size: 24px;
      margin: 0 -5px 0 5px;
      z-index: 11;
      position: relative;
      width: 30px; }
    .sidebar .block-wishlist .actions a:hover::before {
      font-size: 16px; }
  .sidebar .block-compare .actions .button {
    margin-bottom: 5px; }
    .sidebar .block-compare .actions .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: "";
      z-index: 10;
      float: right;
      font-size: 28px;
      margin: 0 -5px 0 5px;
      z-index: 11;
      position: relative; }
    .sidebar .block-compare .actions .button:hover::before {
      font-size: 20px;
      padding-right: 8px; }
  .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) {
  .sidebar .product-image {
    float: none;
    margin-bottom: 15px; }
  .sidebar .product-details {
    margin-left: 0; }
  .sidebar .block-subtitle {
    margin: 0;
    margin-bottom: 10px;
    color: #000000;
    font-family: "Roag W05 Black", 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: #4AC0E0; } }
@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: 10px;
        color: #000000;
        font-family: "Roag W05 Black", sans-serif;
        font-size: 16px;
        font-weight: 500;
        font-style: normal;
        line-height: 1.4;
        text-rendering: optimizeSpeed;
        text-transform: uppercase;
        -moz-user-select: none;
        -ms-user-select: none;
        -webkit-user-select: none;
        -o-user-select: none;
        user-select: none;
        color: #4AC0E0;
        font-weight: 500;
        margin-bottom: 0px;
        padding: 7px 10px 7px 24px;
        border-top: solid 1px #dfdfdf;
        position: relative;
        background-color: #000000;
        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 #8A8B8A;
          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: #ffffff;
          font-weight: normal;
          border: none;
          border-bottom: none; }
          .sidebar .block:not(.block-layered-nav) .block-title > strong:hover {
            background-color: #000000; } }
@media only screen and (max-width: 767px) {
      .sidebar .block:not(.block-layered-nav) .block-title.active > strong {
        margin: 0;
        margin-bottom: 10px;
        color: #000000;
        font-family: "Roag W05 Black", sans-serif;
        font-size: 16px;
        font-weight: 500;
        font-style: normal;
        line-height: 1.4;
        text-rendering: optimizeSpeed;
        text-transform: uppercase;
        -moz-user-select: none;
        -ms-user-select: none;
        -webkit-user-select: none;
        -o-user-select: none;
        user-select: none;
        color: #4AC0E0;
        font-weight: 500;
        margin-bottom: 0px;
        padding: 7px 10px 7px 24px;
        border-top: solid 1px #dfdfdf;
        position: relative;
        background-color: #000000; }
        .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 #8A8B8A;
          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: #ffffff;
          font-weight: normal;
          border: none;
          border-bottom: none; }
          .sidebar .block:not(.block-layered-nav) .block-title.active > strong:hover {
            background-color: #000000; } }
@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; } }
