/**
 * 2008-2018 Prestaworld
 *
 * All right is reserved,
 *
 * @author    Prestaworld <prestaworld12@gmail.com>
 * @copyright 2008-2018 Prestaworld
 * @license   One Paid Licence By WebSite Using This Module. No Rent. No Sell. No Share.
 */

.presta_products {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}
#product .presta-product-miniature {
    margin: 0 .625rem;
}
#product .presta-thumbnail-container {
    position: relative;
    margin-bottom: 1.563rem;
    width: 257px;
    background: #fff;
    box-shadow: 2px 2px 8px 0 rgba(0,0,0,.2);
}
#product .presta-product-thumbnail {
    display: block;
}
#product img {
    margin-left: 4px;
}
#product .presta-product-title {
    text-align: center;
    text-transform: capitalize;
    margin-top: 1rem;
}
#product .presta-product-title a {
    color: #7a7a7a;
    font-size: .875rem;
    text-decoration: none;
    text-align: center;
    font-weight: 400;
}
.presta-sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0,0,0,0);
    border: 0;
}
#product .product-price-and-shipping {
    color: #232323;
    font-weight: 700;
    text-align: center;
}
.presta-add-to-cart {
    text-align: center;
    margin: 5px;
}
.presta-product-description {
    padding-bottom: 10px;
}
#product .presta-highlighted-informations {
    padding-top: .625rem;
    text-align: center;
}

#product .presta-highlighted-informations a{
    color: #888888;
}
#product .presta-highlighted-informations a:hover{
    color: #2fb5d2;
}
.presta-product-description hr {
    width: 70%;
}
.bx-wrapper .bx-prev {
    left: 10px;
    background: url('../../img/controls.png') no-repeat 0 -32px !important;
}
.bx-wrapper .bx-next {
    right: 10px;
    background: url('../../img/controls.png') no-repeat -43px -32px !important;
}
.presta_product-div {
    margin-top: 50px;
}