.product {
    background: #2a2b2b;
    padding: 10px 0 30px;
    border-bottom: none !important;
}

.product h2 {
    float: left;
    color: #EBEBEB;
    font-size: 26px;
    text-transform: uppercase;
}

/*Shp Product Title*/
.product .product-heading {
    overflow: hidden;
    margin-bottom: 12px;
    border-bottom: 1px solid #dedede;
}

.product .product-social {
    float: right;
    margin-top: 11px;
}

.product .product-social li i {
    color: #dedede;
    font-size: 26px;
    display: inline-block;
}

.product .product-social li .fa-facebook:hover {
    color: #3b5998;
    text-decoration: none;
}

.product .product-social li .fa-twitter:hover {
    color: #1da1f2;
    text-decoration: none;
}

.product .product-social li .fa-google-plus:hover {
    color: #dd4b39;
    text-decoration: none;
}

.product .product-social li .fa-pinterest:hover {
    color: #bd081c;
    text-decoration: none;
}

/*Product Ratings*/
.product .product-review-list {
    margin-left: 20px;
}

.product .product-review-list,
.product .product-review-list a {
    color: #999;
    font-size: 14px;
}

.product .product-review-list a:hover {
    color: #18ba9b;
}

/*Rating*/
.product-ratings li {
    padding: 0;
}

.product-ratings li .rating {
    color: #8bdccd;
    font-size: 14px;
}

.product-ratings li .rating-selected {
    color: #18ba9b;
    font-size: 14px;
}

ul.list-inline {
    margin-left: 0;
}

.product-description {
    padding: 10px;
    overflow: hidden;
}

.product-description-brd {
    /*box-shadow: 0 0 2px #ccc;*/
}

.product-description .title-price {
    color: #FFF;
    font-size: 18px;
}

.product-description h4.title-price {
    margin: 2px 0 0;
}

.product-description h4.title-price a {
    color: #FFF;
}

.product-description h4.title-price a:hover {
    color: #18ba9b;
}

.product-description .product-price {
    text-align: right;
    padding-left: 10px;
}

.product-description .product-price span {
    display: block;
}

.product-description .line-through {
    color: #c9253c;
    text-decoration: line-through;
}

.product-description .gender {
    color: #999;
    display: block;
    font-size: 14px;
}

.product-description .product-ratings {
    overflow: hidden;
}

/*Illustration v2
------------------------------------*/
/*Illustration-v2*/
.illustration-v2 .item {
    margin: 0 10px;
    margin-bottom: 20px;
    margin-top: 20px;
    /*padding-bottom: 5px;*/
}

.illustration-v2 .product-img {
    position: relative;
}

.illustration-v2 .product-img-brd {
    box-shadow: 0 0 3px #ccc;
}

.illustration-v2 a.product-review {
    left: 0;
    bottom: 0;
    color: #fff;
    width: 100%;
    padding: 5px 0;
    font-size: 12px;
    text-align: center;
    position: absolute;
    text-transform: uppercase;
    background: rgba(0,0,0,0.5);
}

/*Add to Cart*/
.illustration-v2 .add-to-cart {
    left: 0;
    right: 0;
    top: 50%;
    z-index: 1;
    width: 100%;
    color: #555;
    border: none;
    padding: 10px 0;
    font-size: 20px;
    margin-top: -20px;
    text-align: center;
    position: absolute;
    visibility: hidden;
    text-transform: uppercase;
    background: rgba(255,255,255,0.8);
}

.illustration-v2 .add-to-cart i {
    line-height: 15px;
    margin-right: 12px;
    padding-right: 12px;
    border-right: 1px solid #555;
}

.illustration-v2 .add-to-cart:hover {
    color: #fff;
    text-decoration: none;
    background: #3498db;
    opacity: 0.5;
    transition: background-color 0.2s ease-in-out;
}

.illustration-v2 .add-to-cart:hover i {
    color: #fff;
    border-color: #fff;
}

.illustration-v2 .product-img:hover .add-to-cart {
    visibility: visible;
    color: #fff;
    text-decoration: none;
    background: #3498db;
    opacity: 0.5;
    transition: background-color 0.2s ease-in-out;
}

/*Like Icon*/
.product-ratings li.like-icon  {
    float: right;
}

.product-ratings li.like-icon a {
    color: #8bdccd;
}

.product-ratings li.like-icon .tooltip {
    font-size: 12px;
    font-weight: 400;
    text-transform: uppercase;
}

.product-ratings li.like-icon a:hover {
    color: #18ba9b;
    text-decoration: none;
}

/*Master Slider
------------------------------------*/
.ms-showcase2-template {
    margin: 0 auto;
    max-width: 455px;
}
.ms-showcase2-template .ms-view {
    background: transparent;
}

.ms-thumb-list.ms-dir-h .ms-thumblist-fwd, .ms-thumb-list.ms-dir-h .ms-thumblist-bwd{
    color: #3498db !important;
    background:none !important;
}

.ms-thumb-list.ms-dir-h .ms-thumblist-fwd:after, .ms-thumb-list.ms-dir-h .ms-thumblist-bwd:after{
    border-right-color: #3498db !important;
    border-width: 15px 15px 15px 20px !important;
}
.ms-thumb-list.ms-dir-h .ms-thumblist-fwd:after{
    left: -16px !important;

}
.ms-thumb-list.ms-dir-h .ms-thumblist-bwd:after{
    border-left-color: #3498db !important;
    border-width: 15px 15px 15px 20px !important;
    left: 0 !important;

}

.style-switcher li {
    width: 26px;
    height: 26px;
    cursor: pointer;
    background: #c00;
    margin: 0 6px 6px 0;
    display: inline-block;
    border-radius: 10% !important;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.style-switcher li:hover, .style-switcher li.theme-active {
    border: solid 2px #000;
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}

.style-switcher li.theme-orange {
    background: darkorange;
}

.style-switcher li.theme-blue {
    background: blue;
}

.style-switcher li.theme-yellow {
    background: yellow;
}

.style-switcher li.theme-green {
    background: limegreen;
}

.style-switcher li.theme-red {
    background: red;
}