/**
* 2007-2018 PrestaShop
*
* NOTICE OF LICENSE
*
* This source file is subject to the Academic Free License (AFL 3.0)
* that is bundled with this package in the file LICENSE.txt.
* It is also available through the world-wide-web at this URL:
* http://opensource.org/licenses/afl-3.0.php
* If you did not receive a copy of the license and are unable to
* obtain it through the world-wide-web, please send an email
* to license@prestashop.com so we can send you a copy immediately.
*
* DISCLAIMER
*
* Do not edit or add to this file if you wish to upgrade PrestaShop to newer
* versions in the future. If you wish to customize PrestaShop for your
* needs please refer to http://www.prestashop.com for more information.
*
*  @author    PrestaShop SA <contact@prestashop.com>
*  @copyright 2007-2018 PrestaShop SA
*  @license   http://opensource.org/licenses/afl-3.0.php  Academic Free License (AFL 3.0)
*  International Registered Trademark & Property of PrestaShop SA
*
* Don't forget to prefix your containers with your own identifier
* to avoid any conflicts with others containers.
*/

#history .LC_order_actions .button.button-medium {
    font-size: 17px;
    color: #a5595a;
    background: #fabdc1;
    border: 1px solid #a5595a;
    border-radius: 5px;
    text-shadow: none;
    padding: 3px 4px;
    font-family: Arial, Helvetica, sans-serif;
}
#history .LC_order_actions .button.button-medium span {
    border: none;
    padding: 10px;
}
#history .LC_order_actions .LC_modifications_management {
    float: left;
    width: 100%;
}

/*********************************
                MANAGEMENT BOX
*********************************/
#history .LC_order_actions .LC_modifications_management .box {
    display: inline-block;
    width: 100%;
}
#history .LC_order_actions .LC_management_list ul {
    float: left;
    width: 100%;
    display: block;
    position: relative;
    margin-top: 20px;
    margin-bottom: 20px;
}
#history .LC_order_actions .LC_management_list ul > li {
    float: left;
    width: 100%;
    text-align: center;
    border-bottom: 1px solid #69a5a7;
}
#history .LC_order_actions .LC_management_list li > span {
    display: inline-block;
    float: left;
    padding: 10px 0 5px;
    line-height: 1.42857;
}
#history .LC_order_actions .LC_management_list li > span.LC_product_opt {
    width: 10%;
}
#history .LC_order_actions .LC_management_list li > span.LC_product_name {
    width: 55%;
    color: #333;
}
#history .LC_order_actions .LC_management_list li > span.LC_product_qty {
    width: 20%;
    padding: 5px;
}
#history .LC_order_actions .LC_management_list li > span.LC_product_qty input {
    width: 100%;
}
#history .LC_order_actions .LC_management_list li > span.LC_product_max {
    width: 15%;
    color: #333;
}
#history .LC_order_actions .LC_management_list li.LC_management_list_header {
    border: none;
}
#history .LC_order_actions .LC_management_list li.LC_management_list_header > span {
    text-align: left;
    padding: 9px 8px 11px 18px;
    line-height: 1.42857;
    background: #fdfdfd;
    border: 1px solid #69a5a7;
    font-size: 16px;
    font-weight: normal;
    color: #69a5a7;
    vertical-align: middle;
}
#history .LC_order_actions .LC_management_list li.LC_management_list_header > span:nth-child(n+2) {
    border-left: none;
}
#history .LC_order_actions .LC_management_footer {
    float: left;
    clear: both;
    display: block;
    width: 100%;
    margin-top: 10px;
}
#history .LC_order_actions .LC_management_footer .LC_process_change,
#history .LC_order_actions .LC_management_footer .LC_process_return {
    float: right;
}
#history .LC_order_actions .LC_warning_msg {
    font-weight: bold;
    background: none repeat scroll 0 0 #fbfbfb;
    border: 1px solid #a5595e;
    color: #a5595e;
    margin: 10px 0 0;
    padding: 3px 5px;
    text-align: center;
}
#history .LC_order_actions .LC_warning_msg.LC_conflicts {
    text-align: left;
    padding: 20px;
}
#history .LC_order_actions .LC_warning_msg.LC_conflicts ul.LC_incidents_list {
    margin-top: 15px;
}
#history .LC_order_actions .LC_warning_msg.LC_conflicts ul.LC_incidents_list > li span.LC_incident_label {
    width: 100%;
    display: inline-block;
    border-bottom: 1px solid #a5595e;
    margin-bottom: 5px;
    text-transform: uppercase;
    font-weight: normal;
    letter-spacing: 1px;
}
#history .LC_order_actions .LC_warning_msg.LC_conflicts ul.LC_incidents_list > li ul.LC_incident_product_list {
    margin-bottom: 15px;
    list-style-type: disc;
    list-style-position: inside;
}
#history .LC_order_actions .box {
    min-height: 125px;
}

@media (max-width: 1199px){
    #history .LC_order_actions .LC_management_list li.LC_management_list_header {
        border: none;
        display: none;
    }
    #history .LC_order_actions .LC_management_list li > span.LC_product_opt {
        width: 100%;
        text-align: left;
        padding-left: 150px;
    }
    #history .LC_order_actions .LC_management_list li > span.LC_product_opt:before {
        content: attr(data-label) ":";
        position: absolute;
        left: 0;
        width: 150px;
        text-transform: uppercase;
        color: #69a5a7;
        letter-spacing: 1px;
    }
    #history .LC_order_actions .LC_management_list li > span.LC_product_name {
        width: 100%;
        color: #333;
        padding-left: 150px;
        text-align: left;
    }
    #history .LC_order_actions .LC_management_list li > span.LC_product_name:before {
        content: attr(data-label) ":";
        position: absolute;
        left: 0;
        text-transform: uppercase;
        letter-spacing: 1px;
        color: #69a5a7;
        width: 150px;
    }
    #history .LC_order_actions .LC_management_list li > span.LC_product_qty {
        width: 100%;
        padding: 5px 5px 5px 150px;
        text-align: left;
    }
    #history .LC_order_actions .LC_management_list li > span.LC_product_qty:before {
        content: attr(data-label) ":";
        position: absolute;
        left: 0;
        text-transform: uppercase;
        color: #69a5a7;
        width: 150px;
        text-align: left;
        letter-spacing: 1px;
    }
    #history .LC_order_actions .LC_management_list li > span.LC_product_qty input {
        width: 150px;
    }
    #history .LC_order_actions .LC_management_list li > span.LC_product_max {
        width: 100%;
        color: #333;
        text-align: left;
        padding-left: 150px;
    }
    #history .LC_order_actions .LC_management_list li > span.LC_product_max:before {
        content: attr(data-label) " :";
        position: absolute;
        left: 0;
        text-transform: uppercase;
        color: #69a5a7;
        width: 150px;
        letter-spacing: 1px;
    }
}
@media (max-width: 479px){
    #history .LC_order_actions .LC_management_list li > span.LC_product_qty input {
        width: 100px;
    }
    #history .LC_order_actions .LC_management_footer {
        display: flex;
        flex-direction: column;
        width: 100%;
    }
    #history .LC_order_actions .button.button-medium {
        width: 100%;
        text-align: center;
        margin-top: 10px;
    }
    #history .LC_order_actions .button.button-medium span {
        border: none;
        padding: 5px;
    }
    #history .LC_order_actions .LC_management_footer .LC_process_change,
    #history .LC_order_actions .LC_management_footer .LC_process_return {
        order: 1;
    }
    #history .LC_order_actions .LC_cancel_action {
        order: 2;
    }
}

/*********************************
            RETURN LAYER CART
*********************************/
#LC_return_layer {
    position: relative;
    width: 100%;
}
.LC_layer_cart_overlay {
    position: fixed;
    bottom: 0;
    left: 0;
    height: 20000px;
    width: 100%;
    overflow: hidden;
    background: rgba(0,0,0,0.2);
    z-index: 99999999;
    cursor: pointer;
}
#LC_layer_cart {
    position: fixed;
    left: 50%;
    top: 50%;
    -ms-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    z-index: 100000000;
    background: #fff;
    width: 40%;
    padding: 20px;
    max-height: 80%;
    overflow: auto;
}
@media (min-width: 992px){
    #LC_layer_cart {
        min-width: 750px;
    }
}
#LC_layer_cart .LC_layer_cart_product .cross {
    position: absolute;
    top: -15px;
    right: -15px;
    width: 30px;
    height: 30px;
    text-align: center;
    font-size: 25px;
    line-height: 30px;
    color: #fabdc1;
    cursor: pointer;
}
#LC_layer_cart .LC_layer_cart_product .cross:before {
    content: "\f057";
    font-family: "FontAwesome", sans-serif;
}
#LC_layer_cart .LC_layer_cart_product .title {
    font-size: 20px;
    display: block;
    font-family: "footlight", Arial, Helvetica, sans-serif;
    color: #484848;
    font-weight: 400;
    border-bottom: 2px solid #69a5a7;
    line-height: 30px;
    padding: 0 0 10px;
    margin-bottom: 15px;
    background: transparent;
    text-transform: none;
}
#LC_layer_cart .LC_layer_cart_product .title i.icon-check {
    padding-right: 10px;
}
#LC_layer_cart .LC_layer_cart_product .layer_cart_img img {
    max-width: 300px;
    position: relative;
    left: 50%;
    -ms-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    margin-bottom: 10px;
}
#LC_layer_cart .LC_layer_cart_product .LC_layer_cart_product_info #LC_layer_cart_product_title {
    width: 100%;
    display: block;
    font-size: 20px;
    line-height: 26px;
    margin-bottom: 10px;
}
#LC_layer_cart .LC_layer_cart_product .LC_layer_cart_product_info #LC_layer_cart_product_attributes {
    font-size: 20px;
}
#LC_layer_cart .button-container {
    margin-top: 15px;
    position: relative;
    width: 100%;
    display: block;
    float: left;
    margin-bottom: 20px;
}
.button.button-medium span i.left {
    margin-right: 9px;
    margin-left: 0;
}
#LC_layer_cart div.button-container a {
    padding: 0;
    background: #fabdc1;
    border: 1px solid #a5595e;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    -ms-border-radius: 6px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    float: left;
}
#LC_layer_cart div.button-container a.LC_finish_order {
    float: right;
}
#LC_layer_cart div.button-container a span {
    font-weight: 700;
    font-size: 20px;
    line-height: 22px;
    border: none;
    text-shadow: none;
    padding: 6px 25px;
    color: #a5595e;
    display: block !important;
}
@media (max-width: 1199px){
    #LC_layer_cart {
        width: 60%;
    }
    #LC_layer_cart .LC_layer_cart_product .layer_cart_img img {
        max-width: 240px;
    }
}
@media (max-width: 991px){
    #LC_layer_cart {
        position: fixed;
        left: 50%;
        top: 10%;
        -ms-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
        z-index: 100000000;
        background: #fff;
        width: 80%;
        padding: 20px;
    }
    #LC_layer_cart div.button-container a {
        width: 100%;
        text-align: center;
        margin-top: 10px;
    }
}
@media (max-width: 767px){
    #LC_layer_cart {
        top: 35px;
        width: 90%;
    }
    #LC_layer_cart .LC_layer_cart_product .title {
        font-size: 18px;
        line-height: 22px;
    }
    #LC_layer_cart .LC_layer_cart_product .layer_cart_img img {
        max-width: 200px;
    }
    #LC_layer_cart .LC_layer_cart_product .LC_layer_cart_product_info #LC_layer_cart_product_title {
        font-size: 16px;
        line-height: 22px;
        margin-bottom: 10px;
    }
    #LC_layer_cart .LC_layer_cart_product .LC_layer_cart_product_info #LC_layer_cart_product_attributes {
        font-size: 16px;
    }
}
@media (max-width: 659px){
    #LC_layer_cart .LC_layer_cart_product .layer_cart_img img {
        max-width: 160px;
    }
}

/**************************************
    LUIS CAMBRA - INVALID ORDER BOX
**************************************/
#LC_invalid_order_box {
    display: block;
    width: 100%;
    padding: 20px;
    border: 1px solid #a5595e;
    border-radius: 4px;
    background-color: #fbfbfb;
    color: #a5595e;
    font-size: 16px;
    line-height: 30px;
    max-width: 650px;
    position: relative;
    left: 50%;
    -ms-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    margin-top: 20px;
    text-align: justify;
}
#LC_invalid_order_box p.LC_warning_msg {
    font-family: "footlight", Arial, Helvetica, sans-serif;
    position: relative;
}
#LC_invalid_order_box p.LC_warning_msg > i.icon-warning {
    position: absolute;
    font-size: 42px;
    margin: 10px 0;
}
#LC_invalid_order_box p.LC_warning_msg > span {
    width: 100%;
    display: block;
    padding-left: 60px;
}
#LC_invalid_order_box .button.button-medium.LC_reset_cart {
    font-size: 17px;
    color: #a5595a;
    background: #fabdc1;
    border: 1px solid #a5595a;
    border-radius: 5px;
    text-shadow: none;
    padding: 3px 4px;
    font-family: Arial, Helvetica, sans-serif;
    margin-top: 20px;
    left: 50%;
    -ms-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    min-width: 240px;
    text-align: center;
}
#LC_invalid_order_box .button.button-medium.LC_reset_cart  span {
    border: none;
    padding: 10px;
}
@media (max-width: 767px){
    #LC_invalid_order_box {
        font-size: 14px;
        line-height: 22px;
        margin-top: 20px;
        text-align: justify;
    }
    #LC_invalid_order_box p.LC_warning_msg > span {
        padding-bottom: 10px;
    }
    #LC_invalid_order_box .button.button-medium.LC_reset_cart {
        margin-top: 10px;
    }
}
/**************************************
    LUIS CAMBRA - RELATED ORDERS LIST
**************************************/
#history .LC_order_actions .LC_warning_msg.LC_conflicts ul.LC_related_orders_list {
    margin-top: 0;
    margin-bottom: 0;
}
#history .LC_order_actions .LC_warning_msg.LC_conflicts ul.LC_related_orders_list > li span.LC_incident_label {
    width: 100%;
    display: inline-block;
    border-bottom: 1px solid #a5595e;
    margin-bottom: 5px;
    text-transform: uppercase;
    font-weight: normal;
    letter-spacing: 1px;
}
#history .LC_order_actions .LC_warning_msg.LC_conflicts ul.LC_related_orders_list > li ul.LC_incident_product_list {
    margin-bottom: 15px;
    list-style-type: disc;
    list-style-position: inside;
}
#history .LC_order_actions .LC_warning_msg.LC_conflicts ul.LC_related_orders_list .lc_modified_product_name, 
#history .LC_order_actions .LC_warning_msg.LC_conflicts ul.LC_related_orders_list .lc_modified_product_qty {
    line-height: 18px;
    position: relative;
    padding-left: 15px;
}
#history .LC_order_actions .LC_warning_msg.LC_conflicts ul.LC_related_orders_list .lc_modified_product_name:before,
#history .LC_order_actions .LC_warning_msg.LC_conflicts ul.LC_related_orders_list .lc_modified_product_qty:before {
    content: '';
    display: inline-block;
    position: absolute;
    left: 6px;
    line-height: 18px;
    width: 4px;
    height: 4px;
    background: #a5595e;
    border-radius: 50%;
    top: 6px;
}
/**************************************
    LUIS CAMBRA - OPC EXTRA CONTENT
**************************************/
#LC_opc_extra_content .LC_invalid_products_box {
    display: block;
    width: 100%;
    padding: 20px;
    border: 1px solid #a5595e;
    border-radius: 4px;
    background-color: #fbfbfb;
    color: #a5595e;
    font-size: 16px;
    line-height: 22px;
    position: relative;
    left: 50%;
    -ms-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    margin-top: 20px;
    text-align: justify;
    font-family: "footlight", Arial, Helvetica, sans-serif;
    clear: both;
    margin-bottom: 20px;
}
#LC_opc_extra_content .LC_invalid_products_box > span {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 15px;
    display: block;
    width: 100%;
}
#LC_opc_extra_content .LC_invalid_products_box .LC_invalid_names_list {
    list-style-type: disc;
    list-style-position: inside;
}
#LC_opc_extra_content .LC_invalid_products_box .LC_invalid_names_list li {
    line-height: 22px;
    color: #484848;
}
#LC_opc_extra_content .LC_invalid_products_box .LC_invalid_names_list li .lc_link_to_product {
    padding-left: 25px;
    color: #69a5a7;
    position: relative;
}
#LC_opc_extra_content .LC_invalid_products_box .LC_invalid_names_list li .lc_link_to_product:before {
    content: '\f061';
    font-family: "FontAwesome", sans-serif;
    position: absolute;
    left: 5px;
    line-height: 19px;
    top: 0px;
}
#LC_opc_extra_content .LC_opc_extra_content_buttons {
    float: left;
    clear: left;
    position: relative;
    display: block;
    width: 100%;
    margin-top: 20px;
    margin-bottom: 20px;
    border: 2px solid #fabdc1;
    -ms-border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    padding: 15px;
}
.LC_reset_cart_container {
    display: none;
    position: relative;
}
.LC_reset_cart_container .LC_reset_cart_overlay {
    position: fixed;
    height: 20000px;
    left: 0;
    bottom: 0;
    display: block;
    width: 100%;
    background: rgba(0,0,0,0.2);
    z-index: 1000000;
}
.LC_reset_cart_container .LC_reset_cart_content {
    position: fixed;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    background: #fbfbfb;
    padding: 30px;
    z-index: 1000001;
    width: 95%;
    max-width: 600px;
}

.LC_reset_cart_container .LC_reset_cart_confirmation {
    display: block;
    font-family: "footlight", Arial, Helvetica, sans-serif;
    font-size: 18px;
    line-height: 30px;
    margin-bottom: 25px;
    text-align: center;
    color: #333;
}
@media (max-width: 600px){
    .LC_reset_cart_container .LC_reset_cart_content {
        position: fixed;
        top: 100px;
        left: 50%;
        -ms-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
        background: #fbfbfb;
        padding: 25px;
        z-index: 1000001;
        width: 95%;
        max-width: 600px;
        overflow: auto;
    }
    .LC_reset_cart_container .LC_reset_cart_confirmation {
        display: block;
        font-family: "footlight", Arial, Helvetica, sans-serif;
        font-size: 14px;
        line-height: 24px;
        margin-bottom: 25px;
        text-align: justify;
        color: #333;
    }
}
#LC_opc_extra_content .LC_opc_extra_content_buttons .button.button-medium.LC_continue_shopping,
#LC_opc_extra_content .LC_opc_extra_content_buttons .button.button-medium.LC_cancel,
#LC_opc_extra_content .LC_opc_extra_content_buttons .button.button-medium.LC_reset_cart,
#LC_opc_extra_content .LC_opc_extra_content_buttons .button.button-medium.LC_reset_cart_previous, 
#LC_opc_extra_content .LC_opc_extra_content_buttons .button.button-medium.LC_instructions,
#LC_opc_extra_content .LC_opc_extra_content_buttons .button.button-medium.LC_finish {
    font-size: 17px;
    color: #a5595a;
    background: #fabdc1;
    border: 1px solid #a5595a;
    -ms-border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    text-shadow: none;
    padding: 3px 4px;
    font-family: Arial, Helvetica, sans-serif;
    float: right;
    text-align: center;
}
#LC_opc_extra_content .LC_opc_extra_content_buttons .button.button-medium.LC_instructions {
    border: none;
    margin-right: 20px;
    position: relative;
    color: #69a5a7;
    background: none;
    padding-left: 30px;
    font-size: 14px;
}
#LC_opc_extra_content .LC_opc_extra_content_buttons .button.button-medium.LC_instructions:before {
    content: '\f128';
    font-family: "FontAwesome";
    position: absolute;
    left: 0;
    top: 50%;
    width: 30px;
    height: 30px;
    background-color: #69a5a7;
    color: #ffffff;
    -ms-border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    font-size: 22px;
    line-height: 30px;
    -ms-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
@media (min-width: 1200px) {
    #LC_opc_extra_content .LC_opc_extra_content_buttons .button.button-medium.LC_instructions {
        background-color: #c9e8e9;
        border: 1px solid #69a5a7;
        padding-left: 40px;
        font-size: 17px;
    }
    #LC_opc_extra_content .LC_opc_extra_content_buttons .button.button-medium.LC_instructions:before {
        color: #c9e8e9;
        left: 10px;
    }
}
#LC_opc_extra_content .LC_opc_extra_content_buttons .button.button-medium.LC_finish {
    margin-right: 20px;
    position: relative;
    color: #ffffff;
    background-color: #a5595a;
}
#LC_opc_extra_content .LC_opc_extra_content_buttons .button.button-medium.LC_reset_cart_previous {
    margin-right: 20px;
}
#LC_opc_extra_content .LC_opc_extra_content_buttons .button.button-medium.LC_cancel {
    float: left;
}
#LC_opc_extra_content .LC_opc_extra_content_buttons .button.button-medium.LC_cancel span,
#LC_opc_extra_content .LC_opc_extra_content_buttons .button.button-medium.LC_continue_shopping span,
#LC_opc_extra_content .LC_opc_extra_content_buttons .button.button-medium.LC_reset_cart span,
#LC_opc_extra_content .LC_opc_extra_content_buttons .button.button-medium.LC_reset_cart_previous span,
#LC_opc_extra_content .LC_opc_extra_content_buttons .button.button-medium.LC_instructions span,
#LC_opc_extra_content .LC_opc_extra_content_buttons .button.button-medium.LC_finish span {
    border: none;
    padding: 10px;
}
#LC_opc_extra_content .LC_opc_extra_content_buttons h3 {
    float: left;
    margin: 0;
    line-height: 49px;
    font-weight: bold;
    color: #69a5a7;
    font-family: "footlight", Arial, Helvetica, sans-serif;
}

@media (min-width: 992px) and (max-width: 1199px){
    #LC_opc_extra_content .LC_opc_extra_content_buttons {
        padding: 20px 15px;
    }
    #LC_opc_extra_content .LC_opc_extra_content_buttons h3 {
        line-height: 25px;
    }
    #LC_opc_extra_content .LC_opc_extra_content_buttons .button.button-medium.LC_instructions {
        margin-right: 0;
        position: absolute;
        top: 38px;
        right: auto;
        left: 15px;
        padding-left: 24px;
    }
    #LC_opc_extra_content .LC_opc_extra_content_buttons .button.button-medium.LC_instructions:before {
        width: 24px;
        height: 24px;
        font-size: 18px;
        line-height: 24px;
    }
}
@media (min-width: 640px) and (max-width: 991px){
    #LC_opc_extra_content .LC_opc_extra_content_buttons {
        padding: 15px 15px 25px;
    }
    #LC_opc_extra_content .LC_opc_extra_content_buttons h3 {
        float: none;
        margin: 0;
        line-height: 49px;
        font-weight: bold;
        color: #69a5a7;
        font-family: "footlight", Arial, Helvetica, sans-serif;
    }
    #LC_opc_extra_content .LC_opc_extra_content_buttons .button.button-medium.LC_instructions {
        background: none;
        border: none;
        margin-right: 0;
        position: absolute;
        top: 15px;
        color: #69a5a7;
        font-size: 14px;
        right: 15px;
        padding-left: 35px;
    }
    #LC_opc_extra_content .LC_opc_extra_content_buttons .button.button-medium.LC_finish {
        float: left;
        width: 31.33%;
        margin-right: 2%;
    }
    #LC_opc_extra_content .LC_opc_extra_content_buttons .button.button-medium.LC_reset_cart_previous {
        width: 31.33%;
        margin-left: 1%;
        margin-right: 1%;
    }
    #LC_opc_extra_content .LC_opc_extra_content_buttons .button.button-medium.LC_continue_shopping {
        width: 31.33%;
        margin-left: 2%;
    }
    #LC_opc_extra_content .LC_opc_extra_content_buttons .button.button-medium.LC_continue_shopping span, 
    #LC_opc_extra_content .LC_opc_extra_content_buttons .button.button-medium.LC_reset_cart_previous span, 
    #LC_opc_extra_content .LC_opc_extra_content_buttons .button.button-medium.LC_finish span {
        border: none;
        padding: 10px 0;
    }
}
@media (max-width: 639px){
    #LC_opc_extra_content .LC_opc_extra_content_buttons {
        display: flex;
        flex-direction: column;
    }
    #LC_opc_extra_content .LC_opc_extra_content_buttons h3 {
        order: 1;
    }
    #LC_opc_extra_content .LC_opc_extra_content_buttons .button.button-medium.LC_finish {
        order: 2;
    }
    #LC_opc_extra_content .LC_opc_extra_content_buttons .button.button-medium.LC_continue_shopping {
        order: 3;
    }
    #LC_opc_extra_content .LC_opc_extra_content_buttons .button.button-medium.LC_reset_cart_previous {
        order: 4;
    }
    #LC_opc_extra_content .LC_opc_extra_content_buttons .button.button-medium.LC_instructions {
        order: 5;
    }

    #LC_opc_extra_content .LC_opc_extra_content_buttons .button.button-medium.LC_continue_shopping,
    #LC_opc_extra_content .LC_opc_extra_content_buttons .button.button-medium.LC_reset_cart_previous,
    #LC_opc_extra_content .LC_opc_extra_content_buttons .button.button-medium.LC_instructions,
    #LC_opc_extra_content .LC_opc_extra_content_buttons .button.button-medium.LC_finish {
        width: 100%;
    }
    #LC_opc_extra_content .LC_opc_extra_content_buttons .button.button-medium.LC_continue_shopping,
    #LC_opc_extra_content .LC_opc_extra_content_buttons .button.button-medium.LC_reset_cart_previous,
    #LC_opc_extra_content .LC_opc_extra_content_buttons .button.button-medium.LC_instructions {
        margin-top: 10px;
    }
    #LC_opc_extra_content .LC_opc_extra_content_buttons .button.button-medium.LC_finish,
    #LC_opc_extra_content .LC_opc_extra_content_buttons .button.button-medium.LC_reset_cart_previous,
    #LC_opc_extra_content .LC_opc_extra_content_buttons .button.button-medium.LC_instructions {
        margin-right: 0;
    }
    #LC_opc_extra_content .LC_opc_extra_content_buttons .button.button-medium.LC_continue_shopping span,
    #LC_opc_extra_content .LC_opc_extra_content_buttons .button.button-medium.LC_reset_cart_previous span,
    #LC_opc_extra_content .LC_opc_extra_content_buttons .button.button-medium.LC_instructions span,
    #LC_opc_extra_content .LC_opc_extra_content_buttons .button.button-medium.LC_finish span {
        padding: 5px;
    }
    #LC_opc_extra_content .LC_opc_extra_content_buttons h3 {
        font-size: 20px;
        float: left;
        margin: 0;
        line-height: 35px;
        font-weight: bold;
        color: #69a5a7;
        font-family: "footlight", Arial, Helvetica, sans-serif;
        margin-bottom: 10px;
    }
    #LC_opc_extra_content .LC_opc_extra_content_buttons .button.button-medium.LC_instructions {
        position: absolute;
        width: 30px;
        height: 30px;
        display: block;
        padding: 0;
        right: 15px;
        margin-top: 2px;
    }
    #LC_opc_extra_content .LC_opc_extra_content_buttons .button.button-medium.LC_instructions span {
        display: none;
    }
}
@media (max-width: 399px){
    #LC_opc_extra_content .LC_opc_extra_content_buttons .button.button-medium.LC_cancel,
    #LC_opc_extra_content .LC_opc_extra_content_buttons .button.button-medium.LC_continue_shopping,
    #LC_opc_extra_content .LC_opc_extra_content_buttons .button.button-medium.LC_reset_cart,
    #LC_opc_extra_content .LC_opc_extra_content_buttons .button.button-medium.LC_reset_cart_previous {
        width: 100%;
    }
    #LC_opc_extra_content .LC_opc_extra_content_buttons .button.button-medium.LC_reset_cart,
    #LC_opc_extra_content .LC_opc_extra_content_buttons .button.button-medium.LC_reset_cart_previous {
        margin-top: 10px;
    }
    #LC_opc_extra_content .LC_opc_extra_content_buttons .button.button-medium.LC_cancel span,
    #LC_opc_extra_content .LC_opc_extra_content_buttons .button.button-medium.LC_continue_shopping span,
    #LC_opc_extra_content .LC_opc_extra_content_buttons .button.button-medium.LC_reset_cart span,
    #LC_opc_extra_content .LC_opc_extra_content_buttons .button.button-medium.LC_reset_cart_previous span {
        padding: 5px;
    }
}

/**************************************
    LUIS CAMBRA - OPC EXTRA POPUP
**************************************/
#LC_opc_extra_popup,
#LC_opc_finish_popupo {
    position: fixed;
    display: block;
    width: 100%;
    z-index: 999999;
    left: 0;
    height: 100%;
    top: 0;
}
#LC_opc_extra_popup {
    display: none;
}
#LC_opc_extra_popup .LC_opc_extra_popup_overlay,
#LC_opc_finish_popupo .LC_opc_finish_popupo_overlay {
    position: fixed;
    left: 0;
    bottom: 0;
    height: 50000px;
    background: rgba(0,0,0,0.3);
    width: 100%;
    z-index: 1000000;
    cursor: pointer;
}
#LC_opc_extra_popup .LC_opc_extra_popup_content,
#LC_opc_finish_popupo .LC_opc_finish_popupo_content
{
    position: absolute;
    left: 50%;
    background: #fbfbfb;
    width: 50%;
    -ms-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
    z-index: 10000000;
    padding: 30px;
    -ms-border-radius: 4px;
    moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    top: 50%;
    max-height: 90%;
    overflow-y: auto;
}
#LC_opc_extra_popup .LC_opc_extra_popup_content .button.button-medium.LC_finish {
    font-size: 17px;
    background: #a5595a;
    color: #ffffff;
    border: 1px solid #a5595a;
    -ms-border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    text-shadow: none;
    padding: 3px 4px;
    font-family: Arial, Helvetica, sans-serif;
    text-align: center;
}
#LC_opc_extra_popup .LC_opc_extra_popup_content .button.button-medium.LC_finish span {
    border: none;
    padding: 10px;
}

@media (min-width: 992px) and (max-width: 1199px){
    #LC_opc_extra_popup .LC_opc_extra_popup_content,
    #LC_opc_finish_popupo .LC_opc_finish_popupo_content {
        width: 70%;
    }
}
@media (min-width: 768px) and (max-width: 991px){
    #LC_opc_extra_popup .LC_opc_extra_popup_content,
    #LC_opc_finish_popupo .LC_opc_finish_popupo_content {
        width: 85%;
    }
}
@media (max-width: 767px){
    #LC_opc_extra_popup .LC_opc_extra_popup_content .button.button-medium.LC_finish {
        margin-bottom: 15px;
    }
}
#LC_opc_finish_popupo .LC_opc_finish_popupo_content .LC_close_button,
#LC_opc_extra_popup .LC_opc_extra_popup_content .LC_close_button {
    position: absolute;
    right: 5px;
    top: 5px;
    width: 20px;
    height: 20px;
    cursor: pointer;
    text-align: center;
    display: block;
}
#LC_opc_finish_popupo .LC_opc_finish_popupo_content .LC_close_button:before,
#LC_opc_extra_popup .LC_opc_extra_popup_content .LC_close_button:before {
    content: '\f00d';
    font-family: "FontAwesome", sans-serif;
    color: #69a5a7;
    font-size: 20px;
    display: block;
    line-height: 20px;
}
#LC_opc_extra_popup .LC_opc_extra_popup_content .LC_content_container {}
#LC_opc_finish_popupo .LC_opc_finish_popupo_content .LC_content_container .LC_page_heading,
#LC_opc_extra_popup .LC_opc_extra_popup_content .LC_content_container .LC_page_heading {
    color: #69a5a7;
    font-weight: bold;
    font-family: "footlight", Arial, Helvetica, sans-serif;
}
#LC_opc_finish_popupo .LC_opc_finish_popupo_content .LC_content_container .LC_page_subheading,
#LC_opc_extra_popup .LC_opc_extra_popup_content .LC_content_container .LC_page_subheading {
    color: #3a3939;
    font-size: 14px;
    position: relative;
    padding-bottom: 25px;
}
#LC_opc_finish_popupo .LC_opc_finish_popupo_content .LC_content_container .LC_page_subheading:after,
#LC_opc_extra_popup .LC_opc_extra_popup_content .LC_content_container .LC_page_subheading:after {
    content: '';
    width: 150px;
    height: 2px;
    background-color: #69a5a7;
    display: block;
    position: absolute;
    bottom: 0;
    left: 50%;
    -ms-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}
.LC_instructions_list {
    text-align: left;
    float: left;
    clear: both;
    width: 100%;
}
.LC_instructions_list .LC_step {
    margin-bottom: 10px;
    width: 100%;
    display: block;
    float: left;
    position: relative;
    min-height: 70px;
}
.LC_instructions_list .LC_step img {
    position: absolute;
    float: left;
    left: 0;
    top: 0;
}
.LC_instructions_list .LC_step span {
    display: block;
    float: left;
    position: absolute;
    top: 50%;
    width: 100%;
    padding-left: 100px;
    left: 0;
    -ms-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    color: #3a3939;
    font-size: 14px;
    line-height: 22px;
}

#LC_opc_finish_popupo .LC_opc_finish_popupo_content .LC_windowed {
    margin-top: 25px;
}
#LC_opc_finish_popupo .LC_opc_finish_popupo_content .LC_window_1 {
    float: right;
    width: 50%;
    padding-left: 20px;
    position: relative;
}
#LC_opc_finish_popupo .LC_opc_finish_popupo_content .LC_window_1:before {
    content: '';
    position: absolute;
    left: -1px;
    top: 10px;
    height: 60px;
    width: 2px;
    background: #69a5a7;
}
#LC_opc_finish_popupo .LC_opc_finish_popupo_content .LC_window_2 {
    float: left;
    width: 50%;
    padding-right: 20px;
}
#LC_opc_finish_popupo .LC_opc_finish_popupo_content .LC_window_text {
    min-height: 100px;
    margin-bottom: 10px;
}
#LC_opc_finish_popupo .LC_opc_finish_popupo_content .LC_window_1 .LC_window_text > span, 
#LC_opc_finish_popupo .LC_opc_finish_popupo_content .LC_window_2 .LC_window_text > span {
    font-size: 15px;
    display: block;
    text-align: justify;
    line-height: 22px;
    color: #333;
    margin-bottom: 10px;
}

#LC_opc_finish_popupo .LC_opc_finish_popupo_content .button.button-medium.LC_instructions,
#LC_opc_finish_popupo .LC_opc_finish_popupo_content .button.button-medium.LC_finish {
    font-size: 17px;
    color: #a5595a;
    background: #fabdc1;
    border: 1px solid #a5595a;
    -ms-border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    text-shadow: none;
    padding: 3px 4px;
    font-family: Arial, Helvetica, sans-serif;
    text-align: center;
}
#LC_opc_finish_popupo .LC_opc_finish_popupo_content .button.button-medium.LC_finish {
    background-color: #a5595a;
    color: #ffffff;
}
#LC_opc_finish_popupo .LC_opc_finish_popupo_content .button.button-medium.LC_instructions span,
#LC_opc_finish_popupo .LC_opc_finish_popupo_content .button.button-medium.LC_finish span {
    border: none;
    padding: 10px;
}


@media (max-width: 1199px){
    .LC_instructions_list .LC_step span {
        font-size: 12px;
    }
}

@media (max-width: 767px){
    #LC_opc_finish_popupo .LC_opc_finish_popupo_content,
    #LC_opc_extra_popup .LC_opc_extra_popup_content {
        width: 95%;
        padding: 30px 15px;
    }
    #LC_opc_finish_popupo .LC_opc_finish_popupo_content .LC_content_container .LC_page_heading,
    #LC_opc_extra_popup .LC_opc_extra_popup_content .LC_content_container .LC_page_heading {
        margin-top: 0;
        font-size: 20px;
    }
    #LC_opc_finish_popupo .LC_opc_finish_popupo_content .LC_content_container .LC_page_subheading,
    #LC_opc_extra_popup .LC_opc_extra_popup_content .LC_content_container .LC_page_subheading {
        color: #3a3939;
        font-size: 12px;
        position: relative;
        padding-bottom: 15px;
        margin-bottom: 20px;
    }
    #LC_opc_finish_popupo .LC_opc_finish_popupo_content .LC_content_container .LC_page_subheading:after,
    #LC_opc_extra_popup .LC_opc_extra_popup_content .LC_content_container .LC_page_subheading:after {
        height: 1px;
    }
    .LC_instructions_list {
        text-align: left;
        float: left;
        clear: both;
        width: 100%;
        padding: 0;
    }
    .LC_instructions_list .LC_step {
        margin-bottom: 20px;
    }
    .LC_instructions_list .LC_step img {
        position: relative;
        float: none;
        left: 50%;
        top: 0;
        text-align: center;
        display: block;
        width: 50px;
        margin-bottom: 10px;
        -ms-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
    }
    .LC_instructions_list .LC_step span {
        display: block;
        float: none;
        position: relative;
        top: 0;
        width: 100%;
        padding-left: 0;
        left: 0;
        -ms-transform: none;
        -moz-transform: none;
        -webkit-transform: none;
        transform: none;
        color: #3a3939;
        font-size: 12px;
        line-height: 22px;
        text-align: center;
    }
    #LC_opc_finish_popupo .LC_opc_finish_popupo_content .LC_window_1 {
        float: left;
        width: 100%;
        padding-left: 0;
        position: relative;
    }
    #LC_opc_finish_popupo .LC_opc_finish_popupo_content .LC_window_1:before {
        display: none;
    }
    #LC_opc_finish_popupo .LC_opc_finish_popupo_content .LC_window_2 {
        float: left;
        width: 100%;
        padding-right: 0;
        margin-top: 30px;
    }
    #LC_opc_finish_popupo .LC_opc_finish_popupo_content .LC_window_text {
        min-height: 0;
        margin-bottom: 20px;
        max-width: 450px;
        left: 50%;
        position: relative;
        -ms-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
    }
    #LC_opc_finish_popupo .LC_opc_finish_popupo_content .LC_window_1 .LC_window_text > span,
    #LC_opc_finish_popupo .LC_opc_finish_popupo_content .LC_window_2 .LC_window_text > span {
        text-align: center;
    }
}