.sky {
    background: #24b2ed; /* Old browsers */
    background: -moz-linear-gradient(top,  #24b2ed 0%, #ffffff 120px, #ffffff 120px, #ffffff 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#24b2ed), color-stop(120px,#ffffff), color-stop(120px,#ffffff), color-stop(100%,#ffffff)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #24b2ed 0%,#ffffff 120px,#ffffff 120px,#ffffff 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #24b2ed 0%,#ffffff 120px,#ffffff 120px,#ffffff 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #24b2ed 0%,#ffffff 120px,#ffffff 120px,#ffffff 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #24b2ed 0%,#ffffff 120px,#ffffff 120px,#ffffff 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#24b2ed', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
    border-radius: 6px;
    padding: 20px 10px 10px;
}
.sky ul.line {
    margin-left: -10px;
    margin-right: -10px;
}
.sky .line li {
    width: 200px;
}
.panier-line {
    border-bottom: 1px dotted #bbbbbb;
    clear: both;
    float: none;
    margin-left: -10px;
    margin-right: -10px;
}
.panier-line::after {
    clear: both;
    content: "";
    display: block;
    float: none;
}
.panier-line > div {
    float: left;
    min-height: 1px;
    padding: 10px;
}
.panier-line.head > div {
    color: #666666;
    font-size: 12px;
    padding: 0 10px;
}
.panier-line .w5 {
    width: 5%;
}
.panier-line .w10 {
    width: 10%;
}
.panier-line .w15 {
    width: 15%;
}
.panier-line .w18 {
    width: 18%;
}
.panier-line .w20 {
    width: 20%;
}
.panier-line .w25 {
    width: 25%;
}
.panier-line .w42 {
    width: 42%;
}
.panier-line .w60 {
    width: 60%;
}
.panier-line img {
    height: auto;
    width: 100%;
}
.panier-line h3 {
    color: #444444;
    font-size: 18px;
    font-weight: 700;
    margin: 5px 0;
}
.panier-line .ref {
    color: #999;
    font-family: "Helvetica",sans-serif;
    font-size: 12px;
    font-weight: 400;
}
.panier-line .num-input {
    margin-top: 5px;
    text-align: right;
    width: 62px;
}
.num-input button {
    background-color: white;
    border: 1px solid #444444;
    border-radius: 2px;
    display: block;
    height: 15px;
    padding: 0;
    text-indent: -4000px;
    width: 15px;
}
.num-input button.plus {
    background: url("/assets/img/theme/btn_num_plus.jpg") no-repeat scroll center center rgba(0, 0, 0, 0);
}
.num-input button.minus {
    background: url("/assets/img/theme/btn_num_minus.jpg") no-repeat scroll center center rgba(0, 0, 0, 0);
    margin-top: 10px;
}
.num-input input[type="text"] {
    background-color: white;
    border: 1px solid #444444;
    border-radius: 2px;
    color: #444444;
    display: block;
    float: right;
    font-size: 16px;
    height: 40px;
    line-height: 38px;
    padding: 0;
    text-align: center;
    width: 40px;
}
.num-input span {
    color: #444444;
    display: block;
    font-size: 16px;
    padding-right: 16px;
    padding-top: 10px;
}
.panier-line .colprix {
    color: #444444;
    font-family: "Roboto Condensed",sans-serif;
    font-size: 20px;
    font-weight: 700;
    padding-top: 20px;
    text-align: right;
}
.panier-line .colprix b {
    font-size: 22px;
}
.panier-line .colprix span {
    font-size: 15px;
}
.panier-line span.del {
    cursor: pointer;
    display: block;
    margin-top: 10px;
}
.panier-line span.del::before {
    color: #007fca;
    content: "";
    font-family: "FontAwesome";
    font-size: 20px;
}
.panier-line span.del:hover::before {
    color: black;
}
.panier-connect {
    margin-top: 40px;
    padding-right: 10px;
}
.panier-connect p {
    color: #444444;
    font-family: "Roboto Condensed",sans-serif;
    font-size: 16px;
    font-weight: 700;
    line-height: 120%;
}
.panier-connect form {
    width: 100%;
}

form a.lost_pass {
    color: #222222;
    font-size: 12px;
    text-decoration: underline;
}
.panier-total {
    margin-top: 40px;
    padding-left: 10px;
}
.panier-total .line {
    border-bottom: 1px dotted #bbbbbb;
    clear: both;
    float: none;
    margin-bottom: 5px;
    padding-bottom: 5px;
    background: none;
}
.panier-total .line::after {
    clear: both;
    content: " ";
    display: block;
    float: none;
}
.panier-total .line.tot-art {
    font-weight: 700;
}
.panier-total .line.remise {
    border-bottom: 0 none;
}
.panier-total .line .lbl {
    float: left;
}
.panier-total .line .prix {
    float: right;
    padding-right: 30px;
    text-align: right;
    white-space: nowrap;
}
.panier-total .line.remise form {
    clear: both;
    float: none;
    padding-bottom: 10px;
    padding-top: 10px;
}
.panier-total .bloc-total {
    background-color: #ffce00;
    border-radius: 4px;
    padding: 15px 25px 10px;
}
.panier-total .bloc-total::after {
    clear: both;
    content: " ";
    display: block;
    float: none;
}
.panier-total .bloc-total h2 {
    color: white;
    text-shadow: 1px 1px 1px rgba(0,0,0,.2);
    float: left;
    margin-top: 0;
    padding-right: 10px;
    text-align: right;
    width: 50%;
}
.panier-total .bloc-total .prix {
    float: left;
    font-family: "Roboto Condensed",sans-serif;
    font-size: 18px;
    font-weight: 700;
    line-height: 120%;
    padding-left: 10px;
    padding-top: 2px;
    width: 50%;
}
.bloc-total .prix b {
    font-size: 30px;
}
.bloc-total .prix span {
    font-size: 14px;
    font-weight: 400;
}

ul.line {
    background: url("/assets/img/theme/bg_line.png") repeat-x scroll left center rgba(0, 0, 0, 0);
    list-style: outside none none;
    margin: 0 0 28px;
    padding: 0;
    text-align: center;
}
.line li {
    background-color: white;
    color: #007dcd;
    display: inline-block;
    font-family: "Roboto Condensed",sans-serif;
    font-size: 14px;
    font-weight: 700;
    line-height: 20px;
    margin-right: 11px;
    padding-bottom: 5px;
    padding-left: 11px;
    padding-top: 6px;
    position: relative;
    text-align: left;
    width: 170px;
}
.line li.activ {
    background-color: #007dcd;
    color: white;
}
.line li:first-child {
    border-radius: 2px 0 0 2px;
}
.line li:last-child {
    border-radius: 0 2px 2px 0;
    margin-right: 0;
}
.line li::before {
    background: url("/assets/img/theme/line_tail.png") no-repeat scroll left top rgba(0, 0, 0, 0);
    content: " ";
    display: block;
    height: 32px;
    left: -6px;
    position: absolute;
    top: 0;
    width: 6px;
}
.line li.activ::before {
    background: url("/assets/img/theme/line_tail_activ.png") no-repeat scroll left top rgba(0, 0, 0, 0);
}
.line li:first-child::before {
    content: none;
}
.line li::after {
    background: url("/assets/img/theme/line_nose.png") no-repeat scroll left top rgba(0, 0, 0, 0);
    content: " ";
    display: block;
    height: 32px;
    position: absolute;
    right: -8px;
    top: 0;
    width: 8px;
}
.line li.activ::after {
    background: url("/assets/img/theme/line_nose_activ.png") no-repeat scroll left top rgba(0, 0, 0, 0);
}
.line li:last-child::after {
    content: none;
}
.line li span {
    background-color: #007dcd;
    border-radius: 10px;
    color: white;
    display: inline-block;
    font-size: 16px;
    height: 20px;
    margin-right: 7px;
    text-align: center;
    width: 20px;
}
.line li.activ span {
    background-color: white;
    color: #007dcd;
}