
.displayProduct-shortcode .product_box .dp-col{
    margin-bottom: 1%;
    -webkit-transition: all 400ms ease-in-out;
    -moz-transition: all 400ms ease-in-out;
    -o-transition: all 400ms ease-in-out;
    transition: all 400ms ease-in-out;
    position: relative;
    line-height: 0;
}

.dp-box-price{
    float: left;
    margin-top: 14px;
    text-align: center;
    font-size: 16px;
    width: 100%;
    margin-top: 1px;
}
.displayProduct-shortcode .product_box .dpquickview img,.displayProduct-shortcode .product_box .dp_quickview_button{
    width: 28px !important;
    height: 28px!important
}
.dp-product-information{position: relative;
                        padding: 0;
                        text-align: center;
}
.dp-box-button{
    float: right;
    margin-top: 10px;
    text-align: center;
    width: 100%;
}

.displayProduct-shortcode .product_box .product-name {
    margin: 10px 0;
    font-size: 1.05em;
    text-align: center
}
.displayProduct-shortcode .product_box .product-name a, .displayProduct-shortcode .product_box .product-name a:active, .displayProduct-shortcode .product_box .product-name a:visited {
    text-decoration: none;
    font-weight: normal;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 300;
    line-height: 20px;
    -webkit-transition-timing-function: ease;
    -webkit-transition-duration: .2s;
    -webkit-transition-property: color;
}
.displayProduct-shortcode .product_box  .product-name a:hover {
    text-decoration: none;
}
.displayProduct-shortcode .product_box p.dp-box-excerpt {
    font-size: 12px;
    margin: 15px 0px;
}
.dp-box-rating {
    line-height: 1.0833em;
    margin: 15px 0 15px;
}
.displayProduct-shortcode .dp-box-rating .star-rating {
    white-space: nowrap;
    font-size: 11px;
    text-transform: uppercase;
    color: #FDD97D;
    float: none;
    clear: both;
    display: inline-block;
    text-align: center;
}
.displayProduct-shortcode .dp-box-price del span.amount{font-size: 0.8em;}

.displayProduct-shortcode .dp-box-price ins{
    background: none;
    text-decoration: none;
}
.displayProduct-shortcode .dp-box-thumb img{
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius-topleft: 3px;    
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
}
.dp-box-add-to-cart{
    text-align: center
}
.img-hided {
    position: absolute;
    left: 0;
    display: none
}
.dp-img-wrapper {
    text-align: center;
}
.dp-product-image {
    position: relative;
    display: block;
    line-height: 0;
}
.displayProduct-Container .product_box .dp-button {
    display: block
}
.displayProduct-shortcode .product_box.woocommerce span.onsale, .displayProduct-shortcode .product_box.woocommerce-page span.onsale {
    top:  0px;
    -webkit-transition: top 0.5s ease-out;  /* Chrome 1-25, Safari 3.2+ */
    -moz-transition: top 0.5s ease-out;  /* Firefox 4-15 */
    -o-transition: top 0.5s ease-out;  /* Opera 10.50–12.00 */
    transition: top 0.5s ease-out;  /* Chrome 26, Firefox 16+, IE 10+, Opera 12.10+ */
}
.displayProduct-shortcode .product_box.woocommerce .dp-col:hover span.onsale,.displayProduct-shortcode .product_box.woocommerce-page .dp-col:hover span.onsale {
    top:  -22px;
}