
.displayProduct-shortcode .product_grid .dp-col{
    margin-bottom: 40px;
    -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;
}

.dp-grid-price{
    float: left;
    margin-top: 14px;
    text-align: center;
    font-size: 16px;
    width: 100%;
    margin-top: 1px;
    margin-bottom: 10px;
}
.dp-product-information{position: relative;
                        padding: 0;
                        text-align: center;
}
.dp-grid-button{
    float: right;
    margin-top: 10px;
    text-align: center;
    width: 100%;
}

.displayProduct-shortcode .product_grid h2.product-name {
    margin: 10px 0!important;
    font-size: 1.05em;
    text-align: center;
    border: 0!important;
}
.displayProduct-shortcode .product_grid .product-name a, .displayProduct-shortcode .product_grid .product-name a:active, .displayProduct-shortcode .product_grid .product-name a:visited {
    text-decoration: none;
    font-weight: normal;
    font-weight: 300;
    line-height: 20px;
    -webkit-transition-timing-function: ease;
    -webkit-transition-duration: .2s;
    -webkit-transition-property: color;
}
.displayProduct-shortcode .product_grid  .product-name a:hover {
    text-decoration: none;
}
.displayProduct-shortcode .product_grid p.dp-grid-excerpt {
    font-size: 12px;
    margin: 15px 0px;
}
.dp-grid-rating {
    line-height: 1.0833em;
    margin: 15px 0 15px;
    min-height: 14px;
}
.displayProduct-shortcode .dp-grid-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-grid-price del span.amount{font-size: 0.8em;}

.displayProduct-shortcode .dp-grid-price ins{
    background: none;
    text-decoration: none;
}
.displayProduct-shortcode .dp-grid-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-grid-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;
    padding: 0;
    margin: 0;
}
.displayProduct-Container .product_grid .dp-button,
.displayProduct-Container button.single_add_to_cart_button.alt,
.displayProduct-Container a.single_add_to_cart_button.alt{
    display: block
}