@charset "UTF-8";
/* ============================================ *
 * Tags
 * ============================================ */
/***/
/***/
/*********************************************/
/**********************************/
/**************************************/
/***************************************/
/****************************************/
/****************************************/
/* ============================================ *
 * Linearize Table
 * ============================================ */
/***/
/***/
/* -------------------------------------------- *
 * Buttons
 */
.sidebar .block-wishlist .actions a {
  border: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  background: #fd806e;
  display: inline-block;
  padding: 9px 18px;
  color: #ffffff;
  font-size: 16px;
  font-weight: 400;
  font-family: "Ubuntu", sans-serif;
  line-height: 20px;
  text-align: center;
  
  vertical-align: middle;
  overflow: hidden;
  position: relative;
  box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.2);
}
.sidebar .block-wishlist .actions a span {
  z-index: 9;
  position: relative;
}
.sidebar .block-wishlist .actions a:hover {
  background: #fc543c;
  cursor: pointer;
  box-shadow: none;
}
.sidebar .block-wishlist .actions a:active {
  background: #fc2809;
}
.sidebar .block-wishlist .actions a:focus {
  color: #ffffff;
  background: #fc2809;
}

/* ------------------------------------------- *
 * Button hover
 */
.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: 0;
  height: 0;
  left: 9px;
  top: 10px;
  background-color: #fd806e;
  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: #fd806e;
}
.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: #fd806e;
  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: #fd806e;
}
.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 #fd806e;
}

.theme-color {
  color: #fd806e;
}

.title-border {
  border-bottom: solid 2px #dfdfdf;
  padding-bottom: 10px !important;
  margin-bottom: 40px !important;
}
@media only screen and (max-width: 1199px) {
  .title-border {
    padding-bottom: 10px !important;
  }
}

.theme-block {
  border: solid 1px #dfdfdf;
  border-top: solid 2px #fd806e;
  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;
  
  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 {
  /* -------------------------------------------- *
  * Block Module
  */
  /* -------------------------------------------- *
   * Secondary Navigation
   */
}
.sidebar .btn-remove:hover::after, .sidebar .btn-previous:hover::after, .sidebar .sorter > .sort-by .sort-by-switcher:hover, .sidebar .sorter > .view-mode a.grid:hover, .sidebar .sorter > .view-mode a.list:hover, .sidebar .pages ol li a:hover {
  box-shadow: none;
  color: #333333;
}
.sidebar .block {
  margin-bottom: 54px;
}
@media only screen and (max-width: 1199px) {
  .sidebar .block:last-of-type {
    border-bottom: 1px solid;
  }
}
.sidebar .block .amount {
  margin: 0;
  padding: 4px 0 15px;
  font-size: 15px;
}
.sidebar .block .product-name {
  font-size: 14px;
}
.sidebar .col-left-first .block {
  border-bottom: none;
  padding-bottom: 0;
}
@media only screen and (max-width: 1199px) {
  .sidebar .col-left-first .block:last-of-type {
    border-bottom: none;
  }
}
.sidebar .block-title {
  position: relative;
  padding: 0 0 14px;
  margin-bottom: 15px;
  border-bottom: solid 2px #dfdfdf;
}
.sidebar .block-title h2,
.sidebar .block-title h3,
.sidebar .block-title strong {
  margin: 0;
  margin-bottom: 10px;
  color: #333333;
  font-family: "Ubuntu", sans-serif;
  font-size: 20px;
  font-weight: 400;
  font-style: normal;
  line-height: 1.4;
  text-rendering: optimizeSpeed;
  
  color: #333333;
  margin-bottom: 0;
  
  font-weight: 500;
}
.sidebar .block-title small {
  font-size: 100%;
  font-weight: normal;
  color: #4e4e4e;
}
.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: "Ubuntu", sans-serif;
  font-size: 16px;
  font-weight: 500;
  font-style: normal;
  line-height: 1.4;
  text-rendering: optimizeSpeed;
  
  color: #fd806e;
  font-weight: 500;
  margin-bottom: 25px;
}
.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: #fd806e;
  font-weight: 500;
}
.sidebar .block-content .product-details {
  color: #fd806e;
}
.sidebar .block-content .product-details strong {
  font-weight: normal;
}
.sidebar .block-content .product-details .btn-edit {
  color: #333333;
}
.sidebar .block-content .product-details .btn-edit:hover {
  color: #fd806e;
}
.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: "Ubuntu", sans-serif;
  margin: 7px 0;
}
.sidebar .block-account li strong,
.sidebar .block-cms-menu li strong {
  font-weight: 400;
  color: #333333;
}
.sidebar .block-account li a,
.sidebar .block-cms-menu li a {
  color: #333333;
}
.sidebar .block-account li a:hover,
.sidebar .block-cms-menu li a:hover {
  color: #333333;
}
.sidebar .block-poll label {
  display: inline-block;
  font-size: 14px;
  font-family: "Ubuntu", sans-serif;
  color: #333333;
  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: #fd806e;
}
@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: 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 #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 .action-top {
  text-align: right;
  margin-bottom: 10px;
}
.sidebar .block-compare .actions .button {
  margin-bottom: 5px;
  width: 100%;
}
.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: "Ubuntu", sans-serif;
    font-size: 13px;
    font-weight: 500;
    font-style: normal;
    line-height: 1.4;
    text-rendering: optimizeSpeed;
    
    font-weight: bold;
    color: #fd806e;
  }
}
@media only screen and (max-width: 1199px) {
  .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: "Ubuntu", sans-serif;
    font-size: 16px;
    font-weight: 500;
    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: #fd806e;
    font-weight: 500;
    margin-bottom: 0;
    padding: 7px 10px 7px 24px;
    border-top: solid 1px #dfdfdf;
    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 #333333;
    border-right: none;
    left: 10px;
    top: 50%;
    margin-top: -3px;
  }
}
@media only screen and (max-width: 1199px) and (max-width: 1199px) {
  .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: 1199px) {
  .sidebar .block:not(.block-layered-nav) .block-title.active > strong {
    margin: 0;
    margin-bottom: 10px;
    color: #333333;
    font-family: "Ubuntu", sans-serif;
    font-size: 16px;
    font-weight: 500;
    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: #fd806e;
    font-weight: 500;
    margin-bottom: 0;
    padding: 7px 10px 7px 24px;
    border-top: solid 1px #dfdfdf;
    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 #333333;
    border-bottom: none;
    left: 10px;
    top: 50%;
    margin-top: -3px;
  }
}
@media only screen and (max-width: 1199px) and (max-width: 1199px) {
  .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: 1199px) {
  .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-of-type .block-title > strong {
    border-bottom: solid 1px #dfdfdf;
  }
  .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;
  }
}

/*# sourceMappingURL=sidebar.css.map */
