@charset "UTF-8";
/* ============================================ *
 * Tags
 * ============================================ */
/***/
/***/
/*********************************************/
/**********************************/
/**************************************/
/***************************************/
/****************************************/
/****************************************/
/* ============================================ *
 * Linearize Table
 * ============================================ */
/***/
/***/
/* -------------------------------------------- *
 * Buttons
 */
.sidebar .block-wishlist .actions a {
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  background: #9063CD;
  display: inline-block;
  padding: 9px 18px;
  color: #ffffff;
  font-size: 16px;
  font-weight: bold;
  font-family: "PT Sans", sans-serif;
  line-height: 20px;
  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:hover {
    background: #333333;
    cursor: pointer;
    color: #ffffff; }
    .sidebar .block-wishlist .actions a:hover::after {
      height: 100%; }
  .sidebar .block-wishlist .actions a:active {
    background: #5d3199; }
  .sidebar .block-wishlist .actions a:focus {
    color: #ffffff;
    background: #5d3199; }

/* -------------------------------------------- *
 * Button hover
 */
.sidebar .block-wishlist .actions a {
  border: none; }

.sidebar .block-content .product-details .details {
  border: solid 1px #d6d5d5; }

.sidebar .block-content .product-details .details:hover {
  border: solid 1px #d6d5d5; }

.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 #d3d2d2; }
  .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: 0;
    height: 0;
    left: 9px;
    top: 10px;
    background-color: #9063CD;
    box-shadow: inset -1px -1px 1px 0 rgba(0, 0, 0, 0.3), 0 1px 0 0 rgba(255, 255, 255, 0.8); }
  .sidebar .block-poll input[type="radio"] + label:hover,
  .sidebar .block-poll input[type="radio"] + .label label:hover {
    color: #9063CD; }
.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 #d3d2d2; }
  .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: #9063CD;
    text-shadow: inset 0 1px 1px 0 rgba(0, 0, 0, 0.3), 0 1px 0 0 rgba(255, 255, 255, 0.8); }
  .sidebar .block-poll input[type="checkbox"] + label:hover,
  .sidebar .block-poll input[type="checkbox"] + .label label:hover {
    color: #9063CD; }
.sidebar .block-poll input[type=checkbox]:checked + label:after,
.sidebar .block-poll input[type=checkbox]:checked + .label label:after {
  font-size: 22px;
  top: -7px;
  left: 0; }

/* -------------------------------------------- *
 * Custom Select
 */
/* -------------------------------------------- *
 * Product View Zoom
 */
/* -------------------------------------------- *
 * Theme elements
 */
.theme-border, .table-bordered {
  border-top: solid 2px #9063CD; }

.theme-color {
  color: #9063CD; }

.title-border {
  border-bottom: solid 2px #d3d2d2;
  padding-bottom: 10px !important;
  margin-bottom: 40px !important; }
  @media only screen and (max-width: 767px) {
    .title-border {
      padding-bottom: 10px !important; } }

.theme-block {
  border: solid 1px #d3d2d2;
  border-top: solid 2px #9063CD;
  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 #d3d2d2; }

/* -------------------------------------------- *
 * 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 {
  /* -------------------------------------------- *
  * Block Module
  */
  /* -------------------------------------------- *
   * Secondary Navigation
   */ }
  .sidebar .block {
    margin-bottom: 54px; }
    @media only screen and (max-width: 767px) {
      .sidebar .block:last-of-type {
        border-bottom: 1px solid; } }
    .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; }
    @media only screen and (max-width: 767px) {
      .sidebar .col-left-first .block:last-of-type {
        border-bottom: none; } }
  .sidebar .col-left-first .block:first-of-type {
    margin-bottom: 54px; }
  .sidebar .block-title {
    position: relative;
    padding: 0 0 14px;
    margin-bottom: 20px;
    border-bottom: solid 2px #d3d2d2; }
    .sidebar .block-title h2,
    .sidebar .block-title h3,
    .sidebar .block-title strong {
      margin: 0;
      margin-bottom: 10px;
      color: #333333;
      font-family: "Montserrat", sans-serif;
      font-size: 20px;
      font-weight: 400;
      font-style: normal;
      line-height: 1.4;
      text-rendering: optimizeSpeed;
      text-transform: uppercase;
      color: #333333;
      margin-bottom: 0;
      text-transform: lowercase;
      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: #333333;
    font-family: "PT Sans", sans-serif;
    font-size: 16px;
    font-weight: 500;
    font-style: normal;
    line-height: 1.4;
    text-rendering: optimizeSpeed;
    text-transform: uppercase;
    color: #9063CD;
    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: #9063CD;
        font-weight: 500; }
    .sidebar .block-content .product-details {
      color: #9063CD; }
      .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: #9063CD; }
      .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: "PT Sans", sans-serif;
    margin: 7px 0; }
    .sidebar .block-account li strong,
    .sidebar .block-cms-menu li strong {
      font-weight: 400;
      color: #fd459b; }
    .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: #fd459b; }
  .sidebar .block-poll label {
    display: inline-block;
    font-size: 14px;
    font-family: "PT Sans", 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: #9063CD; }
  @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 #d3d2d2; }
    @media only screen and (min-width: 1199px) {
      .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;
    display: table; }
    .sidebar .block-cart .truncated .truncated_full_value .item-options {
      transition-duration: 0.2s;
      left: 0;
      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 #d3d2d2;
        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; }
    @media only screen and (min-width: 1199px) {
      .sidebar .block-wishlist .actions a {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        -moz-align-items: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        -moz-justify-content: center;
        justify-content: center; } }
  .sidebar .block-compare .action-top {
    text-align: right;
    margin-bottom: 10px; }
  .sidebar .block-compare .actions .button {
    margin-bottom: 5px;
    width: 100%; }
    @media only screen and (min-width: 1199px) {
      .sidebar .block-compare .actions .button {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        -moz-align-items: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        -moz-justify-content: center;
        justify-content: center;
        width: auto; } }
  .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: #333333;
    font-family: "PT Sans", 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: #9063CD; } }
@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: #333333;
        font-family: "PT Sans", 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: #9063CD;
        font-weight: 500;
        margin-bottom: 0;
        padding: 7px 10px 7px 24px;
        border-top: solid 1px #d3d2d2;
        position: relative;
        background-color: #f5f5f5;
        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 #fd459b;
          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 #d3d2d2;
          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: 10px;
        color: #333333;
        font-family: "PT Sans", 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: #9063CD;
        font-weight: 500;
        margin-bottom: 0;
        padding: 7px 10px 7px 24px;
        border-top: solid 1px #d3d2d2;
        position: relative;
        background-color: #f5f5f5; }
        .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 #fd459b;
          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 #d3d2d2;
          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: #d3d2d2; }
    .sidebar .block:not(.block-layered-nav):last-of-type .block-title > strong {
      border-bottom: solid 1px #d3d2d2; }
    .sidebar .block:not(.block-layered-nav):last-of-type .block-content {
      border-width: 0 1px 1px 1px; }
  .sidebar .col-left-first .block:first-child .block-title > strong {
    border-bottom: none; }
  .sidebar .product-image {
    width: 90px;
    float: left; }
  .sidebar .product-details {
    margin-left: 100px; } }
.de-lang-class .sidebar .block-progress .block-title strong {
  font-size: 13px; }

/*# sourceMappingURL=sidebar.css.map */
