.private_area_content .my_orders_table {
    display: block;
    float: left;
    border-spacing: 0em;
    width: 100%;
}

.my_orders_table tr {
    display: block;
    float: left;
    border-bottom: 1px dashed #B8E6F3;
    width: 100%;
}
.my_orders_table tr:nth-child(2n+3) {
    background-color: #EDF7F9;
}

.my_orders_table th {
    display: table-cell;
    color: #B0B0A2;
    font-family: 'Font2';
    font-size: 87.5%; /*14px*/
    font-weight: normal;
    text-align: center;
    padding: 6px;
    width: 89px;
    height: 20px;
}
.my_orders_table th + th + th + th {
    width: 106px;
}

.my_orders_table td {
    display: table-cell;
    color: #3C67A5;
    font-family: 'Font2';
    font-size: 87.5%; /*14px*/
    font-weight: normal;
    text-align: center;
    padding: 6px;
    width: 91px;
    height: 38px;
}
.my_orders_table td + td + td + td {
    border-left: 1px dashed #B8E6F3;
    width: 108px;
}
.my_orders_table td.pending {
    color: #706F6F;
}
.my_orders_table td.prepared {
    color: #4EC1E0;
}
.my_orders_table td.committed {
    color: #34BF38;
}

.my_orders_table .my_orders_link {
    display: block;
    float: left;
    color: #3C67A5;
    font-family: 'Font2';
    font-size: inherit; /*14px*/
    padding: 0em 6%;
    width: 88%;
}
.my_orders_table .my_orders_link:hover {
    text-decoration: none;
}

.private_area_content .title_container {
    display: block;
    float: left;
    padding-left: 50px;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.title_container .back_link {
    display: block;
    float: left;
    margin-left: -50px;
    border: 1px solid #E66B5B;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background-image: url(../images/sprite-private-area.png);
    background-repeat: no-repeat;
    background-position: -355px -77px;
    width: 40px;
    height: 40px;
}

.title_container .title_order_details {
    display: block;
    float: left;
    color: #706F6F;
    font-family: 'Font1';
    font-size: 93.75%; /*15px*/
    line-height: 21px;
    width: 100%;
}

.title_order_details .order_id {
    display: block;
    float: left;
    color: #E66B5B;
    font-family: 'Font1';
    font-size: 146.6667%; /*22px*/
    line-height: 21px;
    width: 100%;
}

.private_area_content .top_container {
    display: block;
    float: left;
    margin-top: 34px;
    padding-bottom: 32px;
    width: 100%;
}

.top_container .user_data {
    display: block;
    float: left;
    position: relative;
    color: #3C67A5;
    font-family: 'Font2';
    font-size: 87.5%; /*14px*/
    line-height: 17px;
    padding-top: 80px;
    width: 206px;
}

.user_data span {
    display: block;
    position: absolute;
    top: 0em;
    left: 0em;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background-color: #CAECF6;
    background-image: url(../images/sprite-purchasing-process.png);
    background-repeat: no-repeat;
    background-position: 2px -270px;
    width: 69px;
    height: 69px;
}

.top_container .buy_data {
    display: block;
    float: right;
    color: #3C67A5;
    font-family: 'Font2';
    font-size: 87.5%; /*14px*/
    line-height: 17px;
    width: 168px;
}

.buy_data .title {
    display: block;
    float: left;
    color: inherit;
    font-family: 'Font1';
    font-size: 128.5714%; /*18px*/
    line-height: 26px;
    padding: 6px 0;
    width: 100%;
}

.top_container .delivery_data {
    display: block;
    float: left;
    margin-top: 26px;
    color: #3C67A5;
    font-family: 'Font2';
    font-size: 87.5%; /*14px*/
    line-height: 24px;
    width: 100%;
}

.delivery_data span {
    display: block;
    float: left;
    margin-right: 6px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background-color: #CAECF6;
    background-image: url(../images/sprite-purchasing-process.png);
    background-repeat: no-repeat;
    background-position: -52px -152px;
    width: 24px;
    height: 24px;
}

.private_area_content .shopping_cart_info {
    display: block;
    float: left;
    margin-left: -30px;
    background-color: #eef6f9;
    padding: 25px 30px;
    width: 100%;
}

.shopping_cart_info .cart_products {
    display: block;
    float: left;
    color: #3c67a5;
    font-family: "Font1";
    font-size: 106.3%; /*17px*/
    padding-top: 4px;
}

.shopping_cart_info .cart_products span {
    color: #e56a5a;
    font-family: "Font1";
    font-size: inherit;
}


.shopping_cart_info .white_button {
    display: block;
    float: right;
    border: 1px solid #3C67A5;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    color: #3C67A5;
    font-family: 'Font2';
    font-size: 93.75%; /*15px*/
    text-align: center;
    text-decoration: none;
    line-height: 26px;
    width: 100px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: background-color 150ms, color 150ms;
    -moz-transition: background-color 150ms, color 150ms;
    transition: background-color 150ms, color 150ms;
}
@media( min-width: 960px ){
    .shopping_cart_info .white_button:hover {
        border: none;
        background-color: #3C67A5;
        color: #fff;
        line-height: 28px;

    }
}

.shopping_cart_info .white_button .show_prod{
    background-image: url("../images/sprite-shopping-cart.png");
    background-position: -15px -585px;
    background-repeat: no-repeat;
    display: inline-block;
    height: 8px;
    margin-left: 6px;
    margin-right: -8px;
    margin-bottom:2px;
    width: 12px;
}
@media( min-width: 960px ){
    .shopping_cart_info .white_button:hover > .show_prod{
        background-position: -15px -575px;
    }
}

.shopping_cart_info .white_button .hide_prod{
    background-image: url("../images/sprite-shopping-cart.png");
    background-position: -2px -585px;
    background-repeat: no-repeat;
    display: inline-block;
    height: 8px;
    margin-left: 6px;
    margin-right: -8px;
    margin-bottom:2px;
    width: 12px;
}
@media( min-width: 960px ){
    .shopping_cart_info .white_button:hover > .hide_prod{
        background-position: -2px -575px;
    }
}

#my_products {
    display: none;
    float: left;
    margin-bottom: 3px;
    width: 100%;
}

.private_area_content .shopping_cart_products {
    display: block;
    float: left;
    margin-left: -2px;
    background-color: #fff;
    width: 650px;
}

.shopping_cart_products .header_list {
    display: block;
    float: left;
    width: 100%;
}

.header_list .list_title {
    display: block;
    float: left;
    color: #B0B0A2;
    font-family: 'Font2';
    font-size: 81.25%; /*13px*/
    text-align: center;
    line-height: 47px;
}
.header_list .list_title.products {
    padding-right: 40px;
    width: 290px;
}
.header_list .list_title.units {
    width: 90px;
}
.header_list .list_title.unit_price {
    padding-left: 12px;
    width: 80px;
}
.header_list .list_title.saving {
    color: #C42B20;
    width: 68px;
}
.header_list .list_title.price {
    padding-left: 12px;
    width: 58px;
}

.item_list .item {
    display: block;
    float: left;
    border-top: 1px dashed #B8E6F3;
    width: 100%;
    min-height: 96px;
}
.gift_title + .item_list .item {
    border-top: none;
}
.gift_title + .item_list .item + .item {
    border-top: 1px dashed #B8E6F3;
}

.item .item_block {
    display: block;
    float: left;
    color: #B0B0A2;
}
.item .item_block.products {
    position: relative;
    margin-left: 18px;
    padding: 17px 30px 13px 78px;
    width: 204px;
}
.item.gift .item_block.products {
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.item .item_block.units {
    color: #B0B0A2;
    font-family: 'Font2';
    font-size: 87.5%; /*14px*/
    text-align: center;
    padding-top: 39px;
    width: 90px;
}
.item .item_block.unit_price {
    font-family: 'Font2';
    text-align: center;
    line-height: 20px;
    padding-top: 38px;
    padding-left: 12px;
    width: 80px;
}
.item .item_block.saving {
    text-align: center;
    line-height: 20px;
    padding: 38px 0em;
    width: 68px;
}
.item .item_block.price {
    color: #3C67A5;
    font-family: 'Font1';
    font-size: 106.25%; /*17px*/
    text-align: center;
    line-height: 96px;
    padding-left: 12px;
    width: 58px;
}
.gift_title + .item_list .item .item_block.price {
    padding-left: 152px;
    width: 78px;
}

.item_block.products .product_image {
    display: block;
    position: absolute;
    top: 15px;
    left: 7px;
}

.item_block.products .promo_image {
    display: block;
    float: left;
    margin-top: -2px;
    margin-bottom: 1px;
}

.item_block.products .promo_text {
    display: block;
    float: left;
    color: #C42B20;
    font-family: 'Font2';
    font-size: 75%; /*12px*/
    line-height: 14px;
    padding: 2px 0em;
    width: 100%;
}

.item_block.products .product_name {
    display: block;
    float: left;
    color: #3C67A5;
    font-family: 'Font1';
    font-size: 106.25%; /*17px*/
    width: 100%;
}
.gift_title + .item_list .item_block.products .product_name {
    color: #B0B0A2;
    font-size: 87.5%; /*14px*/
}

.item_block.products .weight {
    display: block;
    float: left;
    font-size: 81.25%; /*13px*/
    line-height: 22px;
    width: 100%;
}
.gift_title + .item_list .item_block.products .weight {
    color: #B0B0A2;
    font-family: 'Font1';
    font-size: 87.5%; /*14px*/
}

.weight .variable {
    display: block;
    float: left;
    margin: 0em -3px;
    background-image: url(../images/sprite-shopping-cart.png);
    background-repeat: no-repeat;
    background-position: -14px -99px;
    color: #4EC1E0;
    font-size: 69.2308%; /*9px*/
    text-align: center;
    line-height: 9px;
    padding-top: 21px;
    width: 36px;
}

.item_block.unit_price .decimal {
    color: inherit;
    font-family: inherit;
    font-size: 87.5%; /*14px*/
}

.item_block.unit_price .before {
    display: block;
    float: left;
    background-image: url(../images/sprite-shopping-cart.png);
    background-repeat: no-repeat;
    background-position: -36px -154px;
    color: inherit;
    font-family: inherit;
    font-size: 68.75%; /*11px*/
    width: 100%;
}

.item_block.saving .total_saving {
    display: block;
    float: left;
    background-image: url(../images/sprite-shopping-cart.png);
    background-repeat: no-repeat;
    background-position: -69px -28px;
    color: #C42B20;
    font-size: 87.5%; /*14px*/
    padding-left: 29px;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.item_block.price .decimal {
    color: inherit;
    font-family: inherit;
    font-size: 88.2353%; /*15px*/
}

.item_block.price .gift {
    display: inline-block;
    margin: 37px 0em;
    background-image: url(../images/sprite-shopping-cart.png);
    background-repeat: no-repeat;
    background-position: -75px -99px;
    color: #C42B20;
    font-family: 'Font1';
    line-height: 22px;
    padding-left: 20px;
}

.gift_title {
    display: block;
    float: left;
    margin: -3px -28px 0em;
    border-top: 3px solid #EDF7F9;
    border-bottom: 3px solid #EDF7F9;
    color: #C42B20;
    font-family: 'Font1';
    font-size: 106.25%; /*17px*/
    line-height: 41px;
    padding: 0em 28px;
    width: 100%;
}

.private_area_content .step_content_bottom {
    display: block;
    float: left;
    position: relative;
    padding: 24px 0em 0em 5px;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.step_content_bottom .left_container {
    display: block;
    float: left;
    margin-top: 2px;
    width: 226px;
}

.left_container .image_left {
    display: block;
    float: left;
    margin-top: 40px;
    margin-left: 70px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background-color: #CAECF6;
    background-image: url(../images/sprite-private-area.png);
    background-repeat: no-repeat;
    background-position: -638px 37px;
    width: 152px;
    height: 152px;
}

.step_content_bottom .right_container {
    display: block;
    float: right;
    width: 315px;
}

.right_container .total_products_price {
    display: block;
    float: left;
    color: #08A3CC;
    font-family: 'Font2';
    font-size: 81.25%; /*13px*/
    line-height: 38px;
    width: 100%;
}

.total_products_price .total {
    display: block;
    float: right;
    color: inherit;
    font-family: 'Font1';
    font-size: 146.1538%; /*19px*/
    line-height: inherit;
}

.total_products_price .total span {
    color: inherit;
    font-family: inherit;
    font-size: 115.7895%; /*22px*/
}

.right_container .buy_options_container {
    display: block;
    float: left;
    border-top: 2px solid #fff;
    border-bottom: 2px solid #fff;
    padding: 14px 0em;
    width: 100%;
}

.buy_options_container .delivery_container {
    display: block;
    float: left;
    position: relative;
    width: 100%;
}

.delivery_container .delivery_text {
    display: block;
    float: left;
    color: #08A3CC;
    font-family: 'Font2';
    font-size: 93.75%; /*15px*/
    line-height: 20px;
    padding-right: 50px;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.delivery_text span {
    display: block;
    float: left;
    color: #3C67A5;
    font-family: inherit;
    font-size: inherit;
    width: 100%;
}

.delivery_container .modify_link {
    display: block;
    float: left;
    color: #08A3CC;
    font-family: 'Font2';
    font-size: 93.75%; /*15px*/
}
@media( min-width: 960px ){
    .delivery_container .modify_link:hover {
        text-decoration: none;
    }
}

.delivery_container .delivery_price {
    display: block;
    position: absolute;
    top: 18px;
    right: 0em;
    color: #08A3CC;
    font-family: 'Font1';
    font-size: 118.75%; /*19px*/
    line-height: 25px;
}

.delivery_container .delivery_price span {
    color: inherit;
    font-family: inherit;
    font-size: 115.7895%; /*22px*/
}

.buy_options_container .donative_container {
    display: block;
    float: left;
    position: relative;
    margin-top: 26px;
    width: 100%;
}

.donative_container .donative_text {
    display: block;
    float: left;
    color: #08A3CC;
    font-family: 'Font2';
    font-size: 93.75%; /*15px*/
    line-height: 20px;
    padding-right: 50px;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.donative_container .donative_quantity {
    display: block;
    position: absolute;
    top: 16px;
    right: 0em;
    color: #08A3CC;
    font-family: 'Font1';
    font-size: 118.75%; /*19px*/
    line-height: 25px;
}

.donative_container .donative_quantity span {
    color: inherit;
    font-family: inherit;
    font-size: 115.7895%; /*22px*/
}

.buy_options_container .discount {
    display: block;
    float: left;
    margin-top: 26px;
    color: #08A3CC;
    font-family: 'Font2';
    font-size: 93.75%; /*15px*/
    width: 100%;
}

.discount .quantity {
    display: block;
    float: right;
    color: #08A3CC;
    font-family: 'Font1';
    font-size: 137.5%; /*22px*/
}

.quantity span {
    color: inherit;
    font-family: inherit;
    font-size: inherit;
}

.right_container .total_buy_price {
    display: block;
    float: left;
    color: #3C67A5;
    font-family: 'Font1';
    font-size: 125%; /*20px*/
    line-height: 70px;
    width: 100%;
}

.total_buy_price .total {
    display: block;
    float: right;
    color: inherit;
    font-family: inherit;
    font-size: 185%; /*37px*/
    line-height: inherit;
}

.total_buy_price .total span {
    color: inherit;
    font-family: inherit;
    font-size: inherit;
}

.total_buy_price .total .currency {
    color: inherit;
    font-family: inherit;
    font-size: 62.1622%; /*23px*/
}