/*
 * ShowCase v2.1.0
 * Copyright 2016, iDiY
 * Support: info@idiy.club
 */

/* Main Style */
.sc-main {
    background-color: #fff;
    margin-bottom: 20px;
    margin-top: 30px;
}
.item-heading h2 {
    text-align: center;
    font-size: 30px;
    line-height: 37px;
    font-weight: 300;
    text-transform: uppercase;
}
.sc-heading h3 {
    color: #000;
}
.sc-main:before, .sc-main:after, .sc-main .item-wrapper:before, .sc-main .item-wrapper:after {
    display: table;
    content: ' ';
}
.sc-main:after, .sc-main .item-wrapper:after {
    clear: both;
}
.sc-main .sc-grid {
    position: relative;
    display: none;
    margin-bottom: 20px;
}
.sc-main .sc-items-row {
    clear: both;
    overflow: hidden;
}
.sc-main .item-container {
    position: relative;
    overflow: hidden;
}
.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-wrapper {
    overflow: hidden;
    margin-bottom: 20px;
}
.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 .info-wrapper {
    overflow: hidden;
}
.sc-main .item-info .item-heading {
    padding: 0;
    background-color: transparent;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    vertical-align: middle;
}
.sc-main .img-left .item-heading, .sc-main .img-right .item-heading {
    text-align: left;
}
.sc-main .sc-child {
    display: none;
    overflow: hidden;
}
.sc-main img {
    display: block;
    max-width: 100%;
    height: auto;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 5px;
    vertical-align: middle;
    border: 0;
    padding: 0 8px;
    cursor: pointer;
    opacity: 0.9;
    transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    -webkit-filter: grayscale(1);
}
.sc-main img:hover {
    opacity: 1;
    filter: grayscale(0%);
    -webkit-filter: grayscale(0%);
    -moz-filter: grayscale(0%);
    -ms-filter: grayscale(0%);
    -o-filter: grayscale(0%);
    -webkit-filter: grayscale(0);
}

/* Default Style */



/* Item Shadow */
.showcase .item-wrapper {
    margin-top: 2px;
    margin-right: 0;
    margin-left: 0;
    border-bottom: 3px solid rgb(255 204 102 / 0%);
}

.showcase .item-wrapper:after {
    position: absolute;
    bottom: 4px;
    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 .item-wrapper.sc-toggle-active:after {
    border-top-color: #23a1d1;
}
.showcase .item-heading {
    padding: 20px;
    text-align: center;
    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 {
    width: 35%;
    height: 100%;
}
.showcase .img-right .item-image {
    width: 35%;
    height: 100%;
}
.showcase .info-wrapper {
    padding: 25px 15px;
    border-radius: 40px;
    background-color: #fff000;
    transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
}
.showcase .info-wrapper:hover {
    background-color: #000;
}
.showcase .item-info a {
    color: #000;
}
.showcase .info-wrapper:hover a {
    color: #fff;
}
.item-info {
    position: relative;
    top: -8px;
}
.showcase .item-wrapper .item-description {
    line-height: 1.5;
    padding: 5px 0;
    text-shadow: 0 1px 0 #fff;
}
.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: 5px;
}
.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;
}