.table {
    margin:0;
}

.table .table {
    background-color: transparent;
}

/*.table-striped>tbody>tr:nth-of-type(odd) {*/
    /*background-color:#FFF;*/
/*}*/

.table tbody tr td {
    border-top: 0;
}

.table>tbody>tr>td {
    vertical-align:middle;
}

table.total>tbody>tr>td {
    padding:2px;
}

.breadcrumb > li + li:before {
    content: ">\00a0";
    padding: 0 5px;
    color: #333;
}

.breadcrumb > li {
    color: #999;
}

.breadcrumb > li a {
    color: #999;
}

.breadcrumb.cart > li a {
    font-size:12px;
}

.breadcrumb > li.active a {
    color: #333;
}

.form-control::-webkit-input-placeholder {
    color: #555;
}

.form-control:-moz-placeholder {
    color: #555;
}

.form-control::-moz-placeholder {
    color: #555;
}

.form-control:-ms-input-placeholder {
    color: #555;
}

input[type=checkbox],input[type=radio] {
    width: 24px;
    height: 24px;
    box-shadow: 0 0 0 0 #325d88 inset;
    position: relative;
    cursor: pointer;
    vertical-align: -4px;
    outline: 0;
    border: 1px solid;
    border-radius: 50%;
    -webkit-appearance: none;
    -webkit-font-smoothing: inherit;
}

input[type=checkbox]:checked,input[type=radio]:checked {
    border: none;
    box-shadow: 0 0 0 10px #00305c inset;
}

#adressesSpinner {
    position:absolute;
    width:100%;
    margin-top:10%;
}

.check_reglement {
    font-size:12px;
}

.panel {
    margin-bottom:10px;
}

.cartPhoto {
    display:block;
    margin:auto;
    width:80px;
    height:80px;
    background-repeat:no-repeat;
    background-size:cover;
    background-position:center center;
}

div:not(.text-left) > .input-group.bootstrap-touchspin {
    width:100px;
    height:40px;
    margin:auto;
}

.input-group.bootstrap-touchspin .form-control {
    height:40px;
}

.input-group.bootstrap-touchspin .input-group-btn .btn-default {
    padding:8px 10px;
}

.cartListItem {
    position:relative;
}

.cartListItem input[type=radio],.cartListItem input[type=checkbox] {
    position:absolute;
    top:50%;
    margin-top:-10px;
    left:15px;
}

.cartListItem h4 {
    margin-top:20px;
}

form.articleForm:not(.cart) #savePhotoOptionsButton {
     display:none;
}

form.articleForm.cart .addToCartButton {
    display:none;
}

form.articleForm:not(.cart) #photoOptionsThumbnail {
    display:none;
}

.photoOptions span {
    cursor:pointer;
}

.photoOptions:hover{
    font-weight:bold;
}
