html {
    position: relative;
    min-height: 100%;
}

body {
    /* Margin bottom by footer height */
    margin-bottom: 180px;
}

body.category {
    /* Margin bottom by footer height */
    margin-bottom: 210px;
}

.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 180px;
    background-color: #f5f5f5;
}

body.category .footer {
    height: 210px;
}

.footer p {
    font-size: .84em;
}

.footer #about p {
    font-size: 1em;
}

.footer .keywords {
    color: #b3b3b4;
}

.container .text-muted, .footer .keywords {
    margin: 20px 0;
}

.navbar .container {
    position: relative;
}

.navbar .shopping-cart {
    position: absolute;
    right: 56px;
    top: 0;
}

@media (min-width: 768px) {
    .navbar .shopping-cart {
        right: 15px;
    }
}

.navbar .shopping-cart p {
    margin-right: 15px;
    margin-top: 15px;
    color: #777;
}

.navbar .shopping-cart .btn {
    position: absolute;
    right: 60px;
    top: 8px;
}

@media (min-width: 768px) {
    .navbar .shopping-cart .btn {
        right: 68px;
    }
}

ul#reminder {
    text-align: right;
    margin: 30px 0 10px;
    padding: 0;
    font-size: .9em;
}

ul#reminder li {
    list-style: none;
    margin: 0;
    padding: 0;
}

ul#reminder span.phone:before, p.by-phone span.nbr:before {
    content: "Tél / WhatsApp : 0653-614170";
}

p.by-phone {
    margin: 25px 0;
}

#content {
    margin-top: 40px;
}

h3 {
    margin-top: 0;
    margin-bottom: 25px;
}

h3#categories-title {
    margin-bottom: 10px;
}

h3.order-page-title {
    margin-top: 30px;
    margin-bottom: 30px;
}

#products-list .add-to-cart {
    position: relative;
}

#products-list .add-to-cart a {
    position: absolute;
    left: 50%;
    top: -21px;
    margin-left: -21px;
}

#products-list .add-to-cart a img {
    display: inline-block;
}

#products-list .thumbnail .caption {
    padding-top: 42px;
}

#products-list .price {
    padding-left: 7px;
    font-size: 1.28em;
    color: #286090;
}

#products-list h4 {
    margin: 0;
}

#products-list table {
    width: 100%;
}

#products-list table th, #products-list table td {
    padding: 3px;
    vertical-align: top;
}

#products-list table th {
    color: #4c4d4d;
}

#products-list table td {
    text-align: right;
}

#products-list table.sizes th, #products-list table.sizes td {
    padding: 0;
    font-size: .9em;
}

#products-list .clear {
    clear: both;
}

table.shopping-cart {
    font-size: 1.1em;
    margin-bottom: 30px;
}

table.shopping-cart th, table.order-details th {
    font-weight: normal;
    color: #777;
}

form#order-form .contact-info {
    margin: 20px 0;
}

form#order-form .contact-info .form-group {
    margin-bottom: 0;
}

form#order-form button[type="submit"] {
    margin-top: 10px;
}

form .help-block {
    font-style: italic;
}

form .notice.help-block {
    margin: 20px 0;
}

.order-details {
    table-layout: fixed
}

.order-details th, .order-details td {
    width: 50%;
}

.alert-danger ul {
    background-image: url(images/glyphicon-remove.png);
    background-repeat: no-repeat;
    background-position: 1px 4px;
}

.pricee {
    color: #31c1f8;
}