
.product-list .box-product-outer {
    margin-bottom: 5px;
    padding-top: 15px;
    padding-bottom: 15px;
    /* outline: 1px solid #aaa;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, .175); */
    /* margin-left:2px; */
    /* margin-right:2px; */
}
    

.product-list .box-product-outer:hover {
    outline: 1px solid #aaa;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
            box-shadow: 0 6px 12px rgba(0, 0, 0, .175)
}
.product-list .tab-content .box-product-outer { margin-bottom: 0 }
.product-list .box-product-slider-outer { padding: 10px }
.product-list .box-product .img-wrapper {
    position: relative;
    overflow: hidden
}
.product-list .box-product .img-wrapper > :first-child {
    position: relative;
    display: block
}
.product-list .box-product .img-wrapper > a > img { width: 100% }
.product-list .box-product .img-wrapper .tags {
    position: absolute;
    top: 0;
    right: 0;
    display: inline-block;
    overflow: visible;
    width: auto;
    height: auto;
    margin: 0;
    padding: 0;
    vertical-align: inherit;
    border-width: 0;
    background-color: transparent;
    direction: rtl
}
.product-list .box-product .img-wrapper .tags-left {
    left: 0;
	direction: ltr
}
.product-list .box-product .img-wrapper .tags > .label-tags {
    display: table;
    margin: 1px 0 0 0;
    text-align: left;
    opacity: .92;
    filter: alpha(opacity=92);
    direction: ltr
}
.product-list .box-product .img-wrapper .tags > .label-tags:hover {
    opacity: 1;
    filter: alpha(opacity=100)
}
.product-list .box-product .img-wrapper .tags > .label-tags a:hover { text-decoration: none }
.product-list .box-product .img-wrapper > .option {
    position: absolute;
    top: auto;
    right: 0;
    bottom: -30px;
    left: 0;
    width: auto;
    height: 28px;
    -webkit-transition: all .2s ease;
         -o-transition: all .2s ease;
            transition: all .2s ease;
    text-align: center;
    vertical-align: middle;
    background-color: rgba(0, 0, 0, .55)
}
.product-list .box-product .img-wrapper .option > a {
    font-size: 18px;
    font-weight: normal;
    display: inline-block;
    padding: 0 4px;
    color: #fff
}
.product-list .box-product .img-wrapper:hover > .option {
    top: auto;
    bottom: 0
}
.product-list .box-product h6 a { line-height: 1.4 }
.product-list .price {
    margin-bottom: 5px;
    color: #f44336
}
.product-list .price .price-down {
    margin-left: 5px;
    padding: 2px 5px;
    color: #fff;
    background: #f44336
}
.product-list .price-old {
    position: relative;
    display: inline-block;
    margin-right: 7px;
    color: #666
}
.product-list .price-old:before {
    position: absolute;
    width: 100%;
    height: 60%;
    content: '';
    border-bottom: 1px solid #666
}
.product-list .rating i { color: #fc0 }
.product-list .product-sorting-bar { border: 1px solid #e5e5e5 }