.main_content .principal_container {
    background-color: transparent;
}

.steps_container .step.actual {
    background-color: #fff;
}

.principal_container .step_content {
    display: block;
    float: left;
    background-color: #D3F0F7;
    padding: 0em;
    width: 100%;
}

.step_content .step_content_top {
    display: block;
    float: left;
    background-color: #fff;
    padding: 0 28px 28px;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.step_content .shopping_cart_products {
    display: block;
    float: left;
    -webkit-border-bottom-left-radius: 10px;
    -moz-border-bottom-left-radius: 10px;
    border-bottom-left-radius: 10px;
    -webkit-bottom-right-radius: 10px;
    -moz-bottom-right-radius: 10px;
    border-bottom-right-radius: 10px;
    background-color: #fff;
    padding: 0em 28px;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

#my_products{
    display: none;
    float: left;
    margin-bottom: 3px;
    width: 100%;
}


.step_content_top .top_container {
    display: block;
    float: left;
    margin-top: 58px;
    padding: 0em 4px;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.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: left;
    margin-left: 50px;
    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;
}

.top_container .button_container {
    display: block;
    margin: auto;
    width: 175px;
}

.button_container .modify_button {
    display: block;
    float: left;
    margin-top: 21px;
    border: 1px solid #E66B5B;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    color: #E66B5B;
    font-family: 'Font1';
    font-size: 93.75%; /*15px*/
    text-align: center;
    text-decoration: none;
    line-height: 30px;
    padding-top: 1px;
    width: 100%;
    -webkit-transition: background-color 150ms, color 150ms;
    -moz-transition: background-color 150ms, color 150ms;
    transition: background-color 150ms, color 150ms;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
@media( min-width: 960px ){
    .button_container .modify_button:hover {
        background-color: #E66B5B;
        color: #fff;
    }
}

.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;
    width: 64px;
}

.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%;
}

.step_content .step_content_bottom {
    display: block;
    float: left;
    position: relative;
    padding: 24px 85px 0em 35px;
    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 .promotion_container {
    display: block;
    float: left;
    position: relative;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    width: 100%;
    overflow: hidden;
}

.promotion_container .promotion_image {
    display: block;
    float: left;
    border: none;
    width: 100%;
}

.promotion_container .promotion_details {
    display: block;
    position: absolute;
    left: 0em;
    bottom: -100%;
    background-color: #fff;
    background-color: rgba(255,255,255,0.9);
    padding: 0em 14px 22px;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: bottom 500ms;
    -moz-transition: bottom 500ms;
    transition: bottom 500ms;
}
.promotion_container:hover .promotion_details {
    bottom: 0em;
}

.promotion_details .promotion_title {
    display: block;
    float: left;
    margin-top: 16px;
    color: #3C67A5;
    font-family: 'Font1';
    font-size: 93.75%; /*15px*/
    line-height: 24px;
    width: 100%;
}

.promotion_details .promotion_text {
    display: block;
    float: left;
    color: #3C67A5;
    font-family: 'Font2';
    font-size: 87.5%; /*14px*/
    line-height: 22px;
    width: 100%;
}

.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: 169.2308%; /*22px*/
    line-height: inherit;
}

.total_products_price .total .decimal {
    color: inherit;
    font-family: inherit;
    font-size: 86.3636%; /*19px*/
}

.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: 137.5%; /*22px*/
    line-height: 25px;
}

.delivery_price span {
    color: inherit;
    font-family: inherit;
    font-size: inherit;
}

.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: 137.5%; /*22px*/
    line-height: 25px;
}

.buy_options_container .discount {
    display: block;
    float: left;
    position: relative;
    margin-top:10px;
    color: #08A3CC;
    font-family: 'Font2';
    font-size: 93.75%; /*15px*/
    padding-right: 30%;
    width: 70%;
}
.buy_options_container .discount + .discount {
    margin-top: 26px;
}

.discount .quantity {
    display: block;
    position: absolute;
    top: 50%;
    right: 0em;
    margin-top: -13px;
    color: #08A3CC;
    font-family: 'Font1';
    font-size: 137.5%; /*22px*/
    line-height: 26px;
}

.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 .decimal {
    color: inherit;
    font-family: inherit;
    font-size: 86.4865%; /*32px*/
}

.total_buy_price .total .currency {
    color: inherit;
    font-family: inherit;
    font-size: 62.1622%; /*23px*/
}

.principal_container .buttons_container {
    display: block;
    float: left;
    -webkit-border-radius: 0em 0em 10px 10px;
    -moz-border-radius: 0em 0em 10px 10px;
    border-radius: 0em 0em 10px 10px;
    background-color: #D3F0F7;
    padding: 26px 28px 32px;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.buttons_container .back_button {
    border: 1px solid #3c67a5;
    background-color: transparent;
    color: #3c67a5;
    line-height: 38px;
    width: 220px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
@media( min-width: 960px ){
    .buttons_container .back_button:hover {
        border: none;
        background-color: #3c67a5;
        color: #fff;
        padding: 1px 0em;
    }
}

.buttons_container .print_button {
    display: block;
    float: left;
    margin-left: 55px;
    border: 1px solid #3c67a5;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    color: #3c67a5;
    font-family: 'Font1';
    font-size: 112.5%; /*18px*/
    text-align: center;
    text-decoration: none;
    line-height: 37px;
    width: 152px;
    -webkit-transition: background-color 150ms, color 150ms;
    -moz-transition: background-color 150ms, color 150ms;
    transition: background-color 150ms, color 150ms;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
@media( min-width: 960px ){
    .buttons_container .print_button:hover {
        border: none;
        background-color: #3c67a5;
        color: #fff;
        padding: 1px 0em;
    }
}

.print_button span {
    display: inline-block;
    margin-right: 13px;
    margin-bottom: -6px;
    background-image: url(../images/sprite-purchasing-process.png);
    background-repeat: no-repeat;
    background-position: -113px -159px;
    width: 28px;
    height: 28px;
}
@media( min-width: 960px ){
    .print_button:hover span {
        background-position: -109px -288px;
    }
}

.buttons_container .next_button {
    width: 173px;
}

.shopping_cart_info{
    background-color: #eef6f9;
    display: block;
    float: left;
    width: 100%;
    padding:25px 30px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.shopping_cart_info .cart_products{
    font-size:106.3%;
    font-family: 'Font1';
    color:#3C67A5;
    display:block;
    float:left;
    padding-top: 4px;
}
.shopping_cart_info .cart_products span{
    font-family: 'Font1';
    color:#E56A5A;
}
.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;
    }
}

.summary_title {
    display: none;
}
