.columns-container {
    padding: 0;
    margin: 0;
}

.content-center {
    padding: 0;
}

#columns {
    position: relative;
    padding-bottom: 30px;
    padding: 0;
    margin: 0;
    width: 100%;
    max-width: 100%;
}

.section-title {
    width: 100%;
    height: 100px;
    background-color: #fcfaf9;
    padding: 0;
    margin: 0;
}

.section-title h1 {
    padding: 0;
    margin: 0;
    color: #43b2c4;
    text-transform: uppercase;
    text-align: center;
    line-height: 100px;
    font-family: 'Source Sans Pro', Arial, Helvetica, sans-serif;
    font-weight: 600;
    font-size: 35px;
}

.checkout-steps {
    width: 100%;
    height: 158px;
    background-color: #ffffff;
}

.checkout-steps-container {
    max-width: 605px;
    width: auto;
    height: 120px;
    margin: 0 auto;
    padding-top: 19px;
}

.checkout-step {
    float: left;
}

.checkout-step .title {
    font-family: 'Source Sans Pro', Arial, Helvetica, sans-serif;
    color: #2d275c;
    text-align: center;
    padding-top: 12px;
    font-size: 14px;
}

.checkout-step .icon {
    display: block;
    width: 75px;
    height: 75px;
    border-radius: 100px;
    margin: 0 auto;
}

.checkout-step.step-1.current .title {
    color: #43b2c4;
    font-weight: bold;
}

.checkout-step.step-2.current .title {
    color: #a8c111;
    font-weight: bold;
}

.checkout-step.step-3.current .title {
    color: #f29231;
    font-weight: bold;
}

.checkout-step.step-4.current .title {
    color: #de2263;
    font-weight: bold;
}

.checkout-step.step-5.current .title {
    color: #de2263;
    font-weight: bold;
}

.checkout-step.step-1 {
    width: 105px;
    margin-right: 36px;
}

.checkout-step.step-1 .icon {
    background-color: #49b4c6;
    background-image: url(../img/list2.png);
    background-size: 36px auto;
    background-position: center;
    background-repeat: no-repeat;
}

.checkout-step.step-2 {
    width: 75px;
    margin-right: 51px;
}

.checkout-step.step-2 .icon {
    background-color: #a8c111;
    background-image: url(../img/login.png);
    background-size: 40px auto;
    background-position: center;
    background-repeat: no-repeat;
}

.checkout-step.step-3 {
    width: 75px;
    margin-right: 45px;
}

.checkout-step.step-3 .icon {
    background-color: #f29231;
    background-image: url(../img/home.png);
    background-size: 40px auto;
    background-position: center;
    background-repeat: no-repeat;
}

.checkout-step.step-4 {
    width: 92px;
    margin-right: 34px;
}

.checkout-step.step-4 .icon {
    background-color: #de2263;
    background-image: url(../img/box.png);
    background-size: 50px auto;
    background-position: center;
    background-repeat: no-repeat;
}

.checkout-step.step-5 {
    width: 92px;
}

.checkout-step.step-5 .icon {
    background-color: #df4113;
    background-image: url(../img/credit-cards-payment.png);
    background-size: 50px auto;
    background-position: center;
    background-repeat: no-repeat;
}

.order-list-header {
    width: 100%;
    height: 48px;
    background-color: #fcfaf9;
    border-bottom: 1px solid #dcdbe4;
}

.order-list-header .row {
    width: 1183px;
    margin: 0 auto;
}

.order-list-header .row .column {
    text-transform: uppercase;
    color: #453f6f;
    font-family: 'Source Sans Pro', Arial, Helvetica, sans-serif;
    font-weight: 600;
    line-height: 48px;
    text-align: right;
}

.order-list-header .row .column1 {
    width: 273px;
    float: left;
    text-align: left;
}

.order-list-header .row .column2 {
    width: 238px;
    float: left;
}

.order-list-header .row .column3 {
    width: 224px;
    float: left;
}

.order-list-header .row .column4 {
    width: 224px;
    float: left;
}

.order-list-header .row .column5 {
    width: 224px;
    float: left;
}

.order-list-body {
    width: 1183px;
    margin: 0 auto;
}

.single-order {
    width: 1183px;
    margin: 0 auto;
    min-height: 127px;
    border-bottom: 1px solid #b0aec2;
    margin-bottom: 20px;
}

.single-order .row .column1 {
    position: relative;
    width: 273px;
    float: left;
    text-align: left;
}

.single-order .row .column1 .product-img {
    position: relative;
    float: left;
    width: 108px;
    height: 127px;
}

.single-order .row .column1 .product-img img {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 100%;
}

.single-order .row .column1 .product-details {
    position: relative;
    text-align: center;
    float: left;
    width: 165px;
    height: 127px;
}

.btn-remove {
    /*position: absolute;*/
    left: 0;
    /*bottom: 10px;*/
    font-family: 'Source Sans Pro', Arial, Helvetica, sans-serif;
    text-transform: uppercase;
    /*display: block;*/
    width: 118px;
    height: 25px;
    background-color: #f7f7f7;
    border: 0;
    color: #000021;
    font-size: 12px;
    font-weight: 600;
    cursor: pointer;
    text-align: center;
    line-height: 25px;
}

.single-order .row .column1 .product-details .product-title,
.single-order .row .column1 .product-details .product-title a {
    color: #e54e82;
    text-decoration: none;
    font-size: 13px;
    line-height: 18px;
    padding-top: 22px;
}

.single-order .row .column2 {
    font-family: 'Source Sans Pro', Arial, Helvetica, sans-serif;
    font-weight: 600;
    width: 238px;
    float: left;
    padding-top: 22px;
    color: #2a245a;
    text-align: right;
}

.single-order .row .column3 {
    width: 224px;
    float: left;
}

.single-order .row .column3 input {
    font-family: 'Source Sans Pro', Arial, Helvetica, sans-serif;
    width: 50px;
    height: 32px;
    border: 1px solid #2a245a;
    padding: 0;
    margin: 0;
    text-align: center;
    float: right;
    margin-top: 20px;
    font-size: 16px;
}

.single-order .row .column4 {
    font-family: 'Source Sans Pro', Arial, Helvetica, sans-serif;
    width: 224px;
    float: left;
    padding-top: 22px;
    color: #2a245a;
    text-align: right;
    font-weight: 600;
    font-size: 16px;
}

.single-order .row .column5 {
    font-family: 'Source Sans Pro', Arial, Helvetica, sans-serif;
    width: 224px;
    float: left;
    padding-top: 22px;
    color: #2a245a;
    text-align: right;
    font-weight: 600;
    font-size: 16px;
}

.order-list-total {
    width: 100%;
    height: 124px;
    margin-top: 10px;
    background-color: #fcfaf9;
    margin-bottom: 24px;
}

.order-list-total-container {
    width: 1183px;
    margin: 0 auto;
}

.coupon-block {
    float: left;
    width: 266px;
}

.coupon-title {
    font-family: 'Source Sans Pro', Arial, Helvetica, sans-serif;
    text-transform: uppercase;
    color: #06003f;
    font-weight: 600;
    padding-top: 29px;
    padding-bottom: 15px;
}

#voucher-form {
    float: left;
}

.discount-input {
    font-family: 'Source Sans Pro', Arial, Helvetica, sans-serif;
    float: left;
    padding-left: 10px;
    border: 1px solid #dbd9d8;
    background-color: #ffffff;
    width: 204px;
    height: 29px;
}

.btn-ok {
    font-family: 'Source Sans Pro', Arial, Helvetica, sans-serif;
    display: block;
    width: 48px;
    height: 33px;
    background-color: #49b4c6;
    border: 0;
    color: #ffffff;
    float: left;
    cursor: pointer;
}

.order-total-block {
    font-family: 'Source Sans Pro', Arial, Helvetica, sans-serif;
    float: right;
    width: 200px;
    margin-right: 33px;
}

.products-total {
    padding-top: 16px;
}

.shipping-total {
    padding-top: 12px;
}

.order-total {
    padding-top: 12px;
}

.products-total,
.shipping-total {
    color: #18114f;
    font-weight: 600;
}

.products-total .label,
.shipping-total .label {
    float: left;
    font-size: 18px;
}

.products-total .number,
.shipping-total .number {
    float: right;
    font-size: 16px;
}

.order-total .label {
    float: left;
    font-size: 20px;
    color: #db1053;
    font-weight: 600;
}

.order-total .number {
    float: right;
    color: #db1053;
    font-weight: 600;
}

.btn-continue {
    font-family: 'Source Sans Pro', Arial, Helvetica, sans-serif;
    display: block;
    width: 295px;
    height: 50px;
    background-color: #c8c6c5;
    color: #ffffff;
    text-decoration: none;
    text-align: center;
    line-height: 50px;
    font-weight: 600;
    float: left;
}

.btn-order {
    font-family: 'Source Sans Pro', Arial, Helvetica, sans-serif;
    display: block;
    width: 295px;
    height: 50px;
    background-color: #49b4c6;
    color: #ffffff;
    text-decoration: none;
    text-align: center;
    line-height: 50px;
    font-weight: 600;
    float: right;
}

.order-btn-group {
    float: right;
    width: 603px;
    margin-bottom: 50px;
}

.container-block {
    width: 1183px;
    margin: 0 auto;
}

@media only screen and (max-width: 1200px) {
    .order-list-header .row {
        width: 992px;
        margin: 0 auto;
    }

    .single-order {
        width: 992px;
        margin: 0 auto;
        min-height: 127px;
        border-bottom: 1px solid #b0aec2;
    }

    .order-list-header .row .column2,
    .single-order .row .column2 {
        width: 168px;
        float: left;
    }

    .order-list-header .row .column3,
    .single-order .row .column3 {
        width: 154px;
        float: left;
    }

    .order-list-header .row .column4,
    .single-order .row .column4 {
        width: 170px;
        float: left;
    }

    .order-list-total-container {
        width: 992px;
        margin: 0 auto;
    }

    .container-block {
        width: 992px;
        margin: 0 auto;
    }
}

@media only screen and (max-width: 992px) {
    .order-list {
        width: 94%;
        margin: 0 auto;
    }

    .order-list-body {
        width: 100%;
        margin: 0 auto;
    }

    .order-list-header .row {
        width: 100%;
    }

    .single-order {
        width: 100%;
    }

    .order-list-header .row .column2.disponibilite,
    .single-order .row .column2.disponibilite {
        display: none;
    }

    .order-list-header .row .column4.prix-unitaire,
    .single-order .row .column4.prix-unitaire {
        display: none;
    }

    .order-list-total-container {
        width: 100%;
        margin: 0 auto;
    }

    .coupon-block {
        padding-left: 10px;
    }

    .container-block {
        width: 100%;
        margin: 0 auto;
    }
}

@media only screen and (max-width: 767px) {
    .order-list-header .row .column1 {
        width: 50%;
    }

    .order-list-header .row .column3 {
        width: 33.33%;
    }

    .order-list-header .row .column5 {
        width: 33.33%;
    }

    .single-order .row .column {
        min-height: 127px;
    }

    .single-order .row .column1 .product-img {
        width: 70px;
    }

    .single-order .row .column1 .product-details {
        width: 118px;
    }

    .single-order .row .column1 {
        width: 188px;
    }

    .single-order .row .column3 input {
        float: left;
        margin-left: 10px;
    }

    .single-order .row .column5 {
        width: auto;
        padding-top: 0;
        line-height: 127px;
    }
}

@media only screen and (max-width: 667px) {
    .checkout-steps-container {
        max-width: 100%;
        width: auto;
        height: auto;
        margin: 0 auto;
        padding-top: 19px;
    }

    .checkout-step {
        float: none;
        width: 105px !important;
        margin: 0 !important;
        margin: 0 auto !important;
        margin-bottom: 20px !important;
    }

    .checkout-steps {
        width: 100%;
        height: auto;
        background-color: #ffffff;
    }

    .order-list-header .row .column1,
    .single-order .row .column1 {
        max-width: 50%;
    }

    .single-order .row .column1 .product-img {
        max-width: 30%;
    }

    .single-order .row .column1 .product-img img {
        width: 100%;
        height: auto;
    }

    .single-order .row .column1 .product-details {
        max-width: 70%;
    }

    .order-list-header .row .column3,
    .single-order .row .column3 {
        text-align: center;
        max-width: 15%;
    }

    .order-list-header .row .column5,
    .single-order .row .column5 {
        width: 30%;
    }

    .single-order .row .column3 input {
        float: left;
        margin-left: 0;
        position: relative;
        left: 50%;
        transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
    }

    .coupon-block {
        padding-left: 0;
        width: 90%;
        float: none;
        margin: 0 auto;
    }

    .order-list-total {
        width: 100%;
        height: auto;
        margin-top: 10px;
        background-color: #fcfaf9;
        margin-bottom: 24px;
        padding-bottom: 20px;
    }

    .order-total-block {
        font-family: 'Source Sans Pro', Arial, Helvetica, sans-serif;
        float: none;
        width: 90%;
        margin-right: 33px;
        margin: 0 auto;
        padding-top: 10px;
    }

    .order-btn-group {
        float: left;
        width: 100%;
        margin-bottom: 50px;
    }

    .btn-continue {
        width: 100%;
        margin-bottom: 20px;
    }

    .btn-order {
        width: 100%;
        float: left;
    }
}

@media only screen and (max-width: 320px) {
    .single-order .row .column1 .product-details .product-title a {
        font-size: 10px;
    }
}

#cart_summary {
    /*width: 1183px;*/
    /*margin: 0 auto;*/
    border: 0;
    font-family: 'Source Sans Pro', Arial, Helvetica, sans-serif !important;
}

.order_delivery {
    max-width: 1212px;
    margin: 0 auto;
    margin-top: 20px;
    font-family: 'Source Sans Pro', Arial, Helvetica, sans-serif !important;
}

.cart_navigation {
    max-width: 1183px;
    margin: 0 auto;
    padding-bottom: 40px;
    font-family: 'Source Sans Pro', Arial, Helvetica, sans-serif !important;
    margin-top: 40px;
}

.btn.button-plus span,
.btn.button-minus span {
    width: 21px;
    height: 21px;
    line-height: 21px;
}

.table-bordered>thead>tr>th,
.table-bordered>thead>tr>td,
.table-bordered>tbody>tr>th,
.table-bordered>tbody>tr>td,
.table-bordered>tbody>tr>th,
.table-bordered>tbody>tr>td {
    border: 0;
}

.table thead>tr>th,
.table thead>tr>td,
.table tbody>tr>th,
.table tbody>tr>td,
.table tbody>tr>th,
.table tbody>tr>td {
    border-top: 0;
}

#cart_summary tbody td#total_price_container {
    background: transparent;
}

.table tbody tr {
    background: #fcfaf9;
    border: 0;
}

#voucher .button.button-small {
    padding: 0;
    margin: 0;
    font-family: 'Source Sans Pro', Arial, Helvetica, sans-serif;
    display: block;
    width: 48px;
    height: 33px;
    background-color: #49b4c6;
    border: 0;
    color: #ffffff;
    float: left;
    cursor: pointer;
}

.cart_voucher fieldset #discount_name {
    margin: 0;
    font-family: 'Source Sans Pro', Arial, Helvetica, sans-serif;
    float: left;
    padding-left: 10px;
    border: 1px solid #dbd9d8;
    background-color: #ffffff;
    width: 204px;
    height: 33px;
}

#cart_summary tbody td.text-right {
    color: #18114f;
    font-size: 18px;
    font-weight: 600;
}

#cart_summary tbody td.price {
    font-size: 16px;
    color: #18114f;
    font-weight: 600;
}

#cart_summary tbody td.total_price_container span {
    font-size: 20px;
    color: #db1053;
    font-weight: 600;
}

#total_price {
    color: #db1053;
    font-weight: 600;
    font-size: 22px;
}

.table tbody>tr>td {
    padding-top: 5px;
    padding-bottom: 5px;
}

.cart_navigation a:nth-child(1) {
    padding: 0;
    margin: 0;
    font-family: 'Source Sans Pro', Arial, Helvetica, sans-serif !important;
    display: block;
    width: 295px;
    height: 50px;
    background-color: #49b4c6;
    color: #ffffff;
    text-decoration: none;
    text-align: center;
    line-height: 50px;
    font-weight: 600 !important;
    font-size: 16px;
    text-transform: uppercase;
    float: right;
    margin-left: 20px;

}

.cart_navigation a:nth-child(1) span {
    font-weight: 600 !important;
    font-size: 16px;
    text-transform: uppercase;
}

.cart_navigation a:nth-child(1):hover,
.cart_navigation a:nth-child(1):focus {
    background-color: #49b4c6;
}

.cart_navigation a:nth-child(2) {
    padding: 0;
    margin: 0;
    float: right;
    font-family: 'Source Sans Pro', Arial, Helvetica, sans-serif !important;
    display: block;
    width: 295px;
    height: 50px;
    background-color: #c8c6c5;
    color: #ffffff;
    text-decoration: none;
    text-align: center;
    line-height: 50px;
    font-weight: 600 !important;
    font-size: 16px;
    text-transform: uppercase;
}

.cart_navigation a:nth-child(2):hover,
.cart_navigation a:nth-child(2):focus {
    background-color: #c8c6c5;
}

.page-subheading {
    font-family: 'Source Sans Pro', Arial, Helvetica, sans-serif !important;
}

.box {
    background: #fcfaf9;
    border: 0;
}


@media only screen and (max-width: 1024px) {
    .cart_navigation {
        max-width: 94%;
    }

    .cart_navigation a:nth-child(1) {
        float: right;
    }

    .cart_navigation a:nth-child(2) {
        float: left;
    }
}

@media only screen and (max-width: 768px) {
    .cart_navigation a:nth-child(1) {
        float: none;
        width: 100%;
        margin: 0;
        margin-bottom: 20px;
    }

    .cart_navigation a:nth-child(2) {
        float: none;
        width: 100%;
    }

    .cart_quantity_button {
        float: none !important;
    }

    #cart_summary {
        background-color: #fcfaf9;
    }

    .table tbody tr,
    .table tbody td {
        display: inline-block;
        padding: 0;
        margin: 0;
        text-align: left;
    }
}