/*
 * ShowCase v2.1.6
 * Copyright 2016, iDiY
 * Support: info@idiy.club
 */

 /* Main Style */
 .sc-main:before, .sc-main:after, .sc-main .subitem-wrapper:before, .sc-main .subitem-wrapper:after, .sc-main .sc-items-row:before, .sc-main .sc-items-row:after {
  display: table;
  content: ' ';
}
.sc-main:after, .sc-main .subitem-wrapper:after, .sc-main .sc-items-row:after {
  clear: both;
}
.sc-main .sc-grid {
  position: relative;
  display: none;
}
.sc-main .sc-grid .item-container, .sc-main .subitem-wrapper .item-container {
  float: left;
}
.sc-main .sc-grid .sc-carousel .item-container {
  float: none;
}
.sc-main .item-container {
  position: relative;
}
.showcase .item-wrapper, .sc-main .info-wrapper {
  overflow: hidden;
}
.sc-main .img-left .item-image {
  float: left;
}
.sc-main .img-right .item-image {
  float: right;
}
.sc-main .item-image a {
  display: block;
  overflow: hidden;
  outline: none;
}
.sc-main .item-info .item-heading {
  padding: 0;
  background-color: transparent;
}
.sc-main .img-left .item-heading, .sc-main .img-right .item-heading {
  text-align: left;
}
.sc-main .sc-child {
  display: none;
}
.sc-main img {
  display: block;
  max-width: 80px;
  height: auto;
  margin-right: auto;
  margin-left: auto;
  vertical-align: middle;
  padding: 0;
  border: 0;
}

/* Default Style */
.showcase .item-wrapper {
  margin-bottom: 20px;
  border: none;
  background-color: #f7f7f7;
}
.showcase .sc-child .item-wrapper {
  background-color: #f9f9f9;
}
.showcase .item-wrapper:hover .item-heading a, .showcase .item-wrapper.active .item-heading a {
  color: #333;
}
/* Item Shadow */
.showcase .scc-stage-outer {
  margin: -3px -3px 0 -3px;
  padding: 3px 3px 0 3px;
}
.showcase .item-wrapper:hover {
/*  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, .15);
     -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, .15);
          box-shadow: 0 1px 4px rgba(0, 0, 0, .15);
       -o-box-shadow: 0 1px 4px rgba(0, 0, 0, .15);*/
}

.showcase .item-wrapper:after {
  position: absolute;
  bottom: -16px;
  left: 50%;
  width: 0;
  height: 0;
  margin-left: -8px;
  content: '';
  border-top: 8px solid transparent;
  border-right: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-left: 8px solid transparent;
}
.showcase .sc-grid .item-wrapper:after {
  bottom: 4px;
}
.showcase .sc-child-wrapper {
  border: 1px solid #eee;
  background-color: #f9f9f9;
  padding: 20px 20px 0 20px;
  margin-bottom: 20px;
}
.showcase .item-wrapper.sc-toggle-active:after {
  border-top-color: #d7d7d7;
}
.showcase .item-heading {
  font-weight: bold;
  padding: 15px 20px;
  text-align: center;
  text-transform: uppercase;
  background-color: #fff;
}
.showcase .item-heading .item-count {
  line-height: 1;
  padding: 2px 5px;
  text-align: center;
  white-space: nowrap;
  border: 1px solid #eee;
  border-radius: 4px;
  background-color: #fff;
}
.showcase .item-image {
  background-color: #fff;
}
.showcase .img-left .item-image, .showcase .img-right .item-image {
  width: 35%;
}
.showcase .info-wrapper {
  padding: 15px 20px;
  background-color: #fefefe;
}
.showcase .img-left .info-wrapper, .showcase .img-right .info-wrapper {
  width: 65%;
  padding: 10px 15px;
}
.showcase .item-info a {
  color: #333;
}
.showcase .item-info a:hover {
  color: #333;
}
.showcase .item-wrapper .item-description {
  line-height: 1.5;
  padding: 5px 0;
}
.showcase .img-top .rating, .showcase .img-bottom .rating, .showcase .img-top .price, .showcase .img-bottom .price {
  text-align: center;
}
.showcase .price-new {
  font-weight: 600;
}
.showcase .price-old {
  margin-left: 10px;
  text-decoration: line-through;
  color: #999;
}
.showcase .item-btn {
  margin: 10px 0;
  text-transform: uppercase;
}
.showcase .sc-parent-info {
  margin: 0 4px;
}
.showcase .sc-parent-title {
  font-size: 15px;
  margin-bottom: 10px;
}
.showcase .sc-parent-desc {
  margin-bottom: 15px;
}
.showcase .item-wrapper, .showcase .item-wrapper:after, .showcase a {
  -webkit-transition: all .3s ease;
     -moz-transition: all .3s ease;
      -ms-transition: all .3s ease;
       -o-transition: all .3s ease;
          transition: all .3s ease;
}