
.carousel {
    margin-bottom: 0;
    padding: 0px;
}
/* The controlsy */
.carousel-control {
    left: -12px;
    height: 30px;
    width: 30px;
    background: none repeat scroll 0 0 #222222;
    border: 4px solid #727272;
    border-radius: 23px 23px 23px 23px;
    margin-top: 40px;
}
.carousel-control.right {
    right: -12px;
}
/* The indicators */
.carousel-indicators {
    right: 50%;
    top: auto;
    bottom: -20px;
    margin-right: -19px;
}
/* The colour of the indicators */
.carousel-indicators li {
    background: #cecece;
}
.carousel-indicators .active {
    background: #428bca;
}

.carousel a {
    font-size: 12px;
}

.thumbnail>img {
    height: 100px;
}

@media only screen and (max-width: 1000px)  {
    .thumbnail>img{
        width: 100%;
        height: auto;
        display: block;
    }
}
.table>tbody>tr>td, .table>thead>tr>th {
    border-top: 0px;
    /*color: #fff;*/
    padding:6px;
}



.price-col{
    font-size: 16px;
    font-weight: bold;
    /*color: #fff;*/
}

.total-col {
    font-size: 16px;
    font-weight: bold;
    /*color: #fff;*/
}

.cart-table>tbody>tr>td {
    border-bottom: 1px solid #e3e3e3;
    padding-top: 15px;
}