/**
* 2007-2018 PrestaShop
*
* NOTICE OF LICENSE
*
* @author    Innovadeluxe SL
* @copyright 2018 Innovadeluxe SL

* @license   INNOVADELUXE
*/

:root{
    --base-color: #346707;
    --second-color: #A7027A;
    --hover-color: #56AB0B;
    --finish-color: #A7027A;
}
#finish_btn svg,
#continue_btn svg{
    max-width: 28px;
    margin-right: 4px;
}
#continue_btn path{
fill: var(--second-color);
}
#finish_btn path{
fill: white;
}

.idxropc-50{
    width: 50%;
    float: left;
}
@media (max-width: 668px){
    .idxropc-50{
        width: 100%;
    }
}
#module-idxropc-order #wrapper{
    background: #f6f6f6 !important;
}

.content-opc{
    background-color: #fff;
    border: 1px solid rgba(0,0,0,.125);
    border-radius: 8px;
}
.opc-header{
    text-align: center;
    margin-bottom: 40px;
}
.shipping-payment-block{
    grid-area:shippay;
}
.resume-block{
    grid-area:resume;
}

@media(min-width:1025px){

    #checkout_body {
        display: grid;
        grid-template-columns: 1fr 1fr 2fr;
        grid-column-gap: 20px;
        grid-template-areas: "login shippay resume"
            ". shippay resume";
    }
}

@media(min-width:668px) and (max-width:1200px){

    #checkout_body {
        display: grid;
        grid-template-columns: 1fr 1fr;
        grid-column-gap: 20px;
        grid-row-gap: 20px;
        grid-template-areas: "login shippay"
            "resume resume";
    }

}

@media(max-width:667px){

    #checkout_body {
        display: grid;
        grid-template-columns: 1fr;
        grid-row-gap: 20px;
        grid-template-areas: "login"
            "shippay"
            "resume";
    }
}


#checkout_body{
    font-family: Arial,Helvetica,sans-serif;
}
#checkout-final{
    background: white !important;
    padding: 10px 15px;
    border-bottom: 1px solid #dfdfdf;
    border-right: 1px solid #dfdfdf;
    border-left: 1px solid #dfdfdf;
    border-radius:  0px 0px 8px 8px;
}
@media (min-width: 768px){
    .content-opc{
        padding: 16px;
        grid-area: login;
        background: #fff;
        -webkit-box-shadow: 0px 9px 15px -3px rgba(199,199,199,0.48);
        -moz-box-shadow: 0px 9px 15px -3px rgba(199,199,199,0.48);
        box-shadow: 0px 9px 15px -3px rgba(199,199,199,0.48);
    }
    .content-opc2{
        background: #fff;
        padding: 16px;
        -webkit-box-shadow: 0px 9px 15px -3px rgba(199,199,199,0.48);
        -moz-box-shadow: 0px 9px 15px -3px rgba(199,199,199,0.48);
        box-shadow: 0px 9px 15px -3px rgba(199,199,199,0.48);
        border: 1px solid rgba(0,0,0,.125);
        border-radius: 8px;
    }
    .content-opc3{
        background: #ffffff;
        padding: 16px;
        border: 1px solid rgba(0,0,0,.125);
        border-radius: 8px 8px 0 0;
    }
}
.btn_first_opc{
    color: #fff;
    background-color: var(--second-color);
    border-color: var(--second-color) !important;
    line-height: 24px;
    width: 100%;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    margin-bottom: 10px !important;
    text-transform: initial;
    border-radius: 4px;
}

.btn_first_opc:hover{
    background: var(--hover-color);
    border-color: var(--hover-color);
    color: #fff;
}

.btn_second_opc{
    color: var(--second-color);
    background-color: #fff;
    border-color: #dddddd !important;
    line-height: 24px;
    width: 100%;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    margin-bottom: 10px !important;
    text-transform: initial;
}

#checkout_body .idxropc-btn:hover, #checkout_body .idxropc-btn:focus{
    color: white;
    background:var(--hover-color);
}

.btn_second_opc:hover{
    background-color: var(--hover-color);
    border-color: var(--hover-color);
    color: #fff;
}

.btn_confirm {
    color: #fff;
    background-color: var(--finish-color);
    line-height: 48px;
    width: 100%;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    margin-bottom: 10px !important;
    text-transform: initial;
}

.btn_confirm:hover{
    background: var(--hover-color);
    border-color: var(--hover-color);
    color: #fff;
}

.disabled-block{
    opacity: 0.3;
}

#checkout_body .opc-header{
    color: black;
    font-size: 26px;
    margin-top: 0px;
    border-bottom: 1px solid #ccc;
    padding-bottom: 10px;
    margin-bottom: 30px;
}

#checkout_body .opc-header:before{
    display: inline-block;
    margin-right: 5px;
    text-align: center;
    content: url(../img/icon-check.png);
    color: white;
}

#checkout_login .selector{
    width: 100% !important;
}

#checkout_login h3:before{
    display: inline-block;
    width: 28px;
    height: 28px;
    margin-right: 4px;
    line-height: 28px;
    border-radius: 20px;
    background-color: var(--base-color);
    text-align: center;
    content: '1';
    color: white;
}

#checkout_carriers h3:before{
    display: inline-block;
    width: 28px;
    height: 28px;
    margin-right: 4px;
    line-height: 28px;
    border-radius: 20px;
    background-color: var(--base-color);
    text-align: center;
    content: '2';
    color: white;
}

#checkout_paymethods h3:before{
    display: inline-block;
    width: 28px;
    height: 28px;
    color: black;
    margin-right: 4px;
    line-height: 28px;
    border-radius: 20px;
    background-color: var(--base-color);
    text-align: center;
    content: '3';
    color: white;
}

#override_step_2:before{
    content: '2' !important;
}

.block-promotional_code{
    display: flex;
    flex-direction: row;
    width: 50%;
}
@media (max-width:  669px){
    .block-promotional_code{
        width: 100%;
    }
}

#checkout_resume h3:before,
#idxropc-top .resume-block-top h3:before{
    display: inline-block;
    width: 28px;
    height: 28px;
    color: black;
    margin-right: 4px;
    line-height: 28px;
    border-radius: 20px;
    background-color: var(--base-color);
    text-align: center;
    content: url(../img/icon-resumen.svg);
    color: white; 
    background: none;
}

#checkout_body h3,
#idxropc-top h3{
    padding-bottom: 4px;
    margin-bottom: 8px;
    font-size: 1rem;
    color: var(--base-color);
}

#checkout_body h4,
#idxropc-top h4{
    color: var(--base-color);
    font-size: 1rem;
    font-weight: 600;
    line-height: 22px;
    padding: 8px;
    background: #f6f6f6;
}
@media (max-width: 768px){
    #title-drop{
        padding-top: 10px !important;
    }
}
.opc-no-padding{
    padding: 0px !important;
}

#checkout_body h5{
    text-align: center;
    color: #fff;
    font-size: 16px;
    line-height: 16px;
    margin-top: 25px;
}
@media(min-width:992px){
    #opc-form-discount{
        display: flex;
        flex-direction: row;
        margin-bottom: 0;
        vertical-align: middle;
        justify-content: space-between;
    }
}

@media(min-width:481px) and (max-width:991px){
    #opc-form-discount{
        display: block;
        margin-bottom: 0;
        vertical-align: middle;
        /*width: 100%;*/
        margin: 15px;
        height:auto;
    }
}
@media(max-width:480px){
    #opc-form-discount{
        display: block;
        margin-bottom: 0;
        vertical-align: middle;
    }
}

@media(max-width: 769px){
    .opc-cuanti{
        padding: 7px 0px !important;
    }
}

@media(max-width: 1200px){
    #checkout_timeline{
        position:fixed;
        right: 0;
        bottom: 0;
        z-index: 9999;
        height: 80px;
        width: 100%;
        background: var(--base-color);
        /*padding-top: 10px;*/
        -webkit-box-shadow: 0px -9px 10px -10px rgba(0,0,0,0.75);
        -moz-box-shadow: 0px -9px 10px -10px rgba(0,0,0,0.75);
        box-shadow: 0px -9px 10px -10px rgba(0,0,0,0.75);
    }

    #checkout_timeline_small{
        position:fixed;
        right: 0;
        bottom: 64px;
        z-index: 9999;
        height: 48px;
        width: 100%;
        background: var(--base-color);
        /*padding-top: 10px;*/
        -webkit-box-shadow: 0px -9px 10px -10px rgba(0,0,0,0.75);
        -moz-box-shadow: 0px -9px 10px -10px rgba(0,0,0,0.75);
        box-shadow: 0px -9px 10px -10px rgba(0,0,0,0.75);
    }

    #checkout_footerbutton_small{
        position:fixed;
        right: 0;
        bottom: 0;
        z-index: 9999;
        height: 64px;
        width: 100%;
    }

    .timeline::after {
        content: '';
        position: absolute;
        width: 100% !important;
        height: 4px;
        background-color: #dfdfdf !important;
        bottom: 0;
        margin-left: -3px;
    }

    .container_opc{
        width: 20% !important;
        position: fixed !important;
    }

    .right {
        left: 20% !important;
    }

    .container_opc::after{
        top: -10px !important;
        background: white !important;
    }
}

.spacing_opc{
    margin-top: 30px;
}

.timeline {
    position: relative;
    max-width: 1200px;
    margin: 0 auto;
}

/* The actual timeline (the vertical ruler) */
.timeline::after {
    content: '';
    position: absolute;
    background-color: #e8e8e8;
    top: 18px;
    margin-left: auto !important;
    margin-right: auto;
    left: 0;
    right: 0;
    bottom: 0;
}

#checkout_timeline_small .timeline::after {
    top: 10px;
}

/* Container around content */
.container_opc {
    padding: 10px 0px;
    position: relative;
    background-color: inherit;
    width: 50%;
}

/* The circles on the timeline */
@media (min-width: 1200px){
    #checkout_timeline, #checkout_timeline_small, #checkout_footerbutton_small{
        display: none;
    }
}

.opc-checkout {
    padding: 10px 0px;
    position: relative;
    background-color: inherit;
    width: 100%;
}

.opc-checkout::after{
    content: '1';
    color: var(--base-color);
    text-align: center;
    line-height: 35px;
    font-size: 20px;
    position: absolute;
    width: 40px;
    height: 40px;
    background-color: #f6f6f6;
    border: 4px solid ;
    top: 0px;
    border-radius: 50%;
    z-index: 1;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    margin-left:auto;
    margin-right:auto;
    left:0;
    right:0;
}
.opc-checkout:hover::after{
    background-color: var(--hover-color);
    color: #fff !important;
    border: 2px solid ;
}

.opc-info {
    padding: 10px 0px;
    position: relative;
    background-color: inherit;
    width: 100%;
}

.opc-info::after{
    content: '1';
    text-align: center;
    line-height: 35px;
    font-size: 20px;
    position: absolute;
    width: 40px;
    height: 40px;
    background-color: #f6f6f6;
    border: 2px solid ;
    top: 0px;
    border-radius: 50%;
    z-index: 1;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    margin-left:auto;
    margin-right:auto;
    left:0;
    right:0;
}

.opc-info:hover::after{
    background-color: var(--hover-color) ;
    color: #fff !important;
    border: 2px solid #fff;
}

.opc-send {
    padding: 10px 0px;
    position: relative;
    background-color: inherit;
    width: 100%;
}

.opc-send::after{
    content: '2';
    text-align: center;
    line-height: 35px;
    font-size: 20px;
    position: absolute;
    width: 40px;
    height: 40px;
    background-color: #f6f6f6;
    border: 2px solid var(--base-color);
    top: 0px;
    border-radius: 50%;
    z-index: 1;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    margin-left:auto;
    margin-right:auto;
    left:0;
    right:0;
}

.opc-send:hover::after{
    background-color: var(--hover-color) ;
    color: #fff !important;
    border: 2px solid #fff;
}

.opc-pay {
    padding: 10px 0px;
    position: relative;
    background-color: inherit;
    width: 100%;
}

.opc-pay::after{
    content: '3';
    text-align: center;
    line-height: 35px;
    font-size: 20px;
    position: absolute;
    width: 40px;
    height: 40px;
    background-color: #f6f6f6;
    border: 2px solid ;
    top: 0px;
    border-radius: 50%;
    z-index: 1;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    margin-left:auto;
    margin-right:auto;
    left:0;
    right:0;
}
.override_2::after{
    content: '2' !important;
}

.opc-pay:hover::after{
    background-color: var(--hover-color) ;
    color: #fff !important;
    border: 2px solid #fff;
}

.opc-resume {
    padding: 10px 0px;
    position: relative;
    background-color: inherit;
    width: 100%;
}

.opc-resume::after{
    content: url(../img/icon-resume-blue.png);
    text-align: center;
    line-height: 40px;
    font-size: 20px;
    position: absolute;
    width: 40px;
    height: 40px;
    background-color: #f6f6f6;
    border: 2px solid ;
    top: 0px;
    border-radius: 50%;
    z-index: 1;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    margin-left:auto;
    margin-right:auto;
    left:0;
    right:0;
}

.opc-resume:hover::after{
    content: url(../img/icon-resume.png);
    background-color: var(--hover-color) ;
    color: #fff !important;
    border: 2px solid #ffffff;
}

#checkout_body .left {
    left: 0;
}

#checkout_body .right {
    left: 50%;
}

#checkout_body .right::before {
    content: " ";
    height: 0;
    position: absolute;
    top: 22px;
    width: 0;
    z-index: 1;
    left: 30px;
    border: medium solid white;
    border-width: 10px 10px 10px 0;
    border-color: transparent white transparent transparent;
}

#checkout_body .right::after {
    left: -12px;
}

.content {
    width: 100%;
    border-radius: 6px;
}

@media all and (max-width: 600px) {
    .container_opc::before {
        left: 60px;
        border: medium solid white;
        border-width: 10px 10px 10px 0;
        border-color: transparent white transparent transparent;
    }
    .left::after, .right::after {
        left: 15px;
    }

    .right {
        left: 0%;
    }
}

.personalinfo{
    color: #ffffff;
    font-size: 14px;
    line-height: 34px;
    text-align: center;
    width: 100%;
    display: inline-block;
    padding: 0px 8px;
    background: var(--base-color);
    border-bottom: 1px solid var(--base-color);
    margin-bottom: 0px;
}
.personalinfo:before{
    display: inline-block;
    margin-right: 5px;
    text-align: center;
}
.opc-form-group{
    padding: 4px;
}
.js_hide{
    display: none;
}
#checkout_address td{
    padding: 5px 0px;
    font-size: 14px;
    border-top: 1px solid #f1f1f1;
}
@media (max-width: 769px){
    #checkout_address td{
        padding: 4px 10px;
        border-top: 1px solid #f1f1f1;
    }
}

.reinfo{
    color: #cecece;
}

.checkinfo{
    color: var(--base-color);
}

.block-space{
    padding-left: 4px !important;
    padding-right: 4px !important;
}

#module-idxropc-order .product-resume .opc-text{
    padding-top:10px;
}

#module-idxropc-order .head-resume{
    padding-bottom: 8px;
    color: #b6b6b6;
    text-align: center;
}

#module-idxropc-order .product-resume{
    display: block;
}
#module-idxropc-order .resume-product{
    display: flex !important;
    flex-direction: row;
    align-items: center !important;
    width: 100%;
}
#module-idxropc-order .cell-product{
    display: flex !important;
    flex-direction: row;
    align-items: center !important;
    justify-content: center !important;
    padding: 8px 0px;
    border-bottom: 1px solid #e7e7e7;
    clear: both;
}
.reinfo{
    max-width: 70%;
}
.idxropc-block-quantity{
    display: flex;
    flex-direction: row;
}

.opc-text .icon-cuanti:hover{
    background: var(--second-color);

}
#product-resume-block .icon-cuanti {
    background: #c1c1c1;
    color: white;
    border-radius: 50px;
    display: block;
    width: 30px;
    height: 30px;
    margin: 0 auto;
    font-size: 24px;
    line-height: 30px;
    border-radius: 4px;
    cursor: pointer;
    text-align: center;
}
.opc-cuanti{
    background: #fff;
    text-align: center;
    width: 30px;
    border: none;
    padding: 2px 0px;
}

.opc-cuanti::-webkit-inner-spin-button, 
.opc-cuanti::-webkit-outer-spin-button { 
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin: 0; 
}

input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type="number"] {
    -moz-appearance: textfield;
}

.delete-icon {
    background: #dce7eb;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
}
.trash {
    background: var(--base-color);
    width: 14px;
    height: 16px;
    display: inline-block;
    margin: 0 auto;
    position: relative;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
    opacity: 0.5;
}
.trash:hover {
    opacity: 1;
}
.trash:after {
    content: '';
    left: -99px;
    right: 0;
    bottom: -50px;
    width: 300px;
}
.trash span {
    position: absolute;
    height: 3px;
    background: var(--base-color);
    top: -4px;
    left: -1px;
    right: -1px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    transform: rotate(0deg);
    transition: transform 250ms;
    transform-origin: 19% 100%;
}
.trash span:after {
    content: '';
    position: absolute;
    width: 6px;
    height: 2px;
    background:var(--base-color);
    top: -2px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    transform: rotate(0deg);
    transition: transform 250ms;
    transform-origin: 19% 100%;
    left: 5px;
}


.trash i {
    position: relative;
    width: 2px;
    height: 10px;
    background: #fff;
    display: block;
    margin: 14px auto;
    border-radius: 5px;
    top: -12px;
}
.trash i:after {
    content: '';
    width: 2px;
    height: 9px;
    background: #fff;
    position: absolute;
    left: -4px;
    border-radius: 5px;
}
.trash i:before {
    content: '';
    width: 2px;
    height: 9px;
    background: #fff;
    position: absolute;
    right: -4px;
    border-radius: 5px;
}

.trash:hover span {
    transform: rotate(-45deg);
    transition: transform 250ms;
}
.delete{
    display: block;
    position: relative;
}
#toggle-product-block{
    background-image: url(../img/icon-dropdown.png);
    display: block;
    width: 26px;
    height: 18px;
    float: right;
    margin-top: 5px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.totals-resume p{
    line-height: 16px;
    margin-top: 20px;
    padding: 0px !important;
}

.opc-discount{
    border: 1px dashed ;
    padding: 5px;
}

.opc-discount button{
    color: #fff;
    background-color: var(--base-color);
    border-color: var(--base-color);
    line-height: 12px;
    width: 100%;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.opc-code-promo,
#opc-discount-text{
    color: var(--base-color);
    padding-left: 10px;
}

button#finish_btn{
    background-color: var(--finish-color) !important;
    border-color: var(--finish-color) !important;
    font-size: 16px;
    line-height: 28px;
    margin-bottom: 20px;
    margin-top: 10px;
}

#continue_btn{
    width: 100%;
    color: var(--second-color) !important;
    background-color: #fff;
    border: white 1px solid;
    line-height: 40px;
    margin-top: 10px;
    left: 0px;
    display: block;
    font-size: 16px;
    text-align: center;
    width: 100%;
    border-radius: 4px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    padding-right: 10px;
    margin-bottom: 20px;
}
a#continue_btn:hover{
    background-color: var(--hover-color) !important;
    border-color:  var(--second-color) !important;
    color:  var(--second-color) !important;
}

.checkbox{
    font-size: 11px;
}

.form-inline{
    padding: 15px 0px;
}
.opc-rotate{
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
}
.opc-form-group.block-space{
    margin-bottom: 0px !important;
}
.opc-birthday{
    height: 25px;
}
.opc-select-1{
    padding-left: 5px !important;
    padding-right: 5px !important;
}
.opc-birthday select{
    width: 100%;
}
#display_cart_vouchers{
    padding-right: 10px;
}
.opc-name-product{
    display: block;
}

.voucher_name:hover{
    cursor:pointer;
    text-decoration: underline;
    color:#0079c8;
}
.error-msg{
    text-align: center;
    padding-top: 60px;
}
.error-msg:before{
    content: url(../img/icon-error-user.png);
    position: absolute;
    margin: 0 auto;
    width: 100%;
    display: block;
    top: 5px;
}
.error-label{
    color: #cc0033;
}
.error-input{
    background-color: #fce4e4;
    border: 1px solid #cc0033;
}
/*RESPONSIVE MOBILE*/
.opc-text-small{
    display: flex;
    height: 30px;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}
.head-resume-small{
    padding-bottom: 0px;
    color: #b6b6b6;
}
@media (max-width:  669px){
    .head-resume-small{
        display: none;
    }
}
.box-product:nth-child(odd){
    background: #ffffff;
    padding: 10px 0px;
}
.box-product:nth-child(even) {
    background: #f1f1f1;
    padding: 10px 0px;
}
@media (max-width: 768px){
    .opc-img .img-responsive{
        padding: 10px;
    }

    .delete{
        display: block;
        position: relative;
        padding: 0%;
        margin: 0 auto;
        width: 25px;
        position: relative;
    }
    .delete:before{
        content: url(../img/icon-delete.png);
    }
}
/*FINISH*/

.sel-coun-stat span{
    width:100% !important;
}
.tabla-resumen{
    width:100%;
}

.tabla-resumen td{
    padding:0px !important;
}

.tabla-resumen td:nth-child(2n+1) {
    width: 70%;
    text-align: right;
}

#privacy_link{
    text-decoration: underline;
    color:var(--base-color);
}
#purchase_link{
    text-decoration: underline;
    color:var(--base-color);
}
.carrier_row {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-top: 8px;
}
.carrier_row label{
    margin-left:5px;
}
.ship-selection:hover{

    background:rgba(225, 228, 228, 0.3);
}
.storepickup_button.active{
    border: 2px solid var(--base-color);
    border-radius: 2px;
    box-shadow: 0px 0px 15px rgba(0,0,0,.07) inset;
}
.ship-selection.active {
    border: 2px solid var(--second-color);
    border-radius: 2px;
    box-shadow: 0px 0px 15px rgba(0,0,0,.07) inset;
}

.ship-selection {
    padding: 8px;
    cursor:pointer;
    border: 1px solid #dfdfdf;
    margin-top: 8px;
}
.ship-selection.active label {
    color: #046aaf;
    font-weight: bold;
}
.carrier_pr{
    font-size:20px;
    width:40%;
}
.carrier_inf{
    font-style: italic;
    color:#bababa;
    font-size:11px;
    width:60%;
}

.store_row {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding: 8px;
    border: 2px solid #f1f1f1;
    margin-top: 8px;
    flex-flow: row wrap;
}

.store_row:not(.no-hover):hover{
    background:rgba(225, 228, 228, 0.3);
}

.store_row.active{
    border: 2px solid var(--base-color);
    border-radius: 2px;
    box-shadow: 0px 0px 15px rgba(0,0,0,.07) inset;
}
.store_row.active label {
    color: #046aaf;
}

.payment_row {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding: 8px;
    border: 2px solid #f1f1f1;
    margin-top: 8px;
    flex-flow: row wrap;
}

.payment_row:not(.no-hover):hover{
    background:rgba(225, 228, 228, 0.3);
}

.payment_row.active{
    border: 2px solid var(--base-color);
    border-radius: 2px;
    box-shadow: 0px 0px 15px rgba(0,0,0,.07) inset;
}
.payment_row.active label {
    color: #046aaf;
}

.payment_logo{
    max-width: 116px;
    max-height: 40px;
    display: block;
}
.carrier_logo{
    max-width: 85px;
    max-height: 40px;
}

.block-space .price{
    margin: 0 auto;
    font-size: 13px;
    color:#777;
}
.block-space .price-percent-reduction{
    margin: 0 auto;
    font-size: 13px;
    color: var(--base-color); 
    border: 1px solid var(--base-color); ;
}
.block-space .old-price{
    margin: 0 auto;
    display: block;
    font-size: 13px;
    color:#777;
    text-decoration: line-through;
}


.cell-product > .block-space{
    text-align:center;
}

.vouchers-list {
    padding-top: 10px;
}

/* form */

.forms-std{
    display: block;
    width: 100%;
    padding: 3px 5px;
    height: 27px;
    font-size: 13px;
    line-height: 1.42857;
    color: #9c9b9b;
    vertical-align: middle;
    background-color: #fff;
    border: 1px solid #d6d4d4;
    border-radius: 0px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

.forms-std:focus{
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.forms-std-error:focus{
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(120, 0, 0, 0.6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(120, 0, 0, 0.6);
}


#checkout_timeline p {
    color: #ffffff;
    margin: 34px 0px 0px !important;
    text-align: center;
    font-size: 10px;
    position: relative;
    line-height: 10px;
}

#checkout_timeline_small p {
    color: #ffffff;
    margin: 0!important;
    text-align: center;
    font-size: 10px;
    position: relative;
    line-height: 10px;
}

.bullet_block {
    color: #ffffff;
    margin: 0!important;
    text-align: center;
    font-size: 10px;
    position: absolute;
    top: 16px;
    width: 80px;
    display: block;
    left: -340%;
    line-height: 10px;
}
/*  loyalty  */
#order-detail-content div div,
#futurepoints div{
    padding: 0 !important;
}
#futurepoints p{
    line-height: 20px;
    margin-top: 40px;
}

#futurepoints div
/*  */

.error{
    color:#e40a0a;
}

#futurepoints div{
    padding: 0px !important;
}

.shipping-payment-block input[type="radio"]:hover {
    cursor:pointer;

}
/* gift in cart */
#checkout_body .idx-product_list li{
    height: 240px !important;
    padding:5px;
}

@media(min-width:991px){
    .idx-product-image-container img{
        width:100%;
    }
}

#deluxecartgift-add .right-block{
    margin-top:-20px;
}

#deluxecartgiftadd .idx-product-name{
    line-height:12px !important;
}

.comment_row{
    clear:both;
}

#checkout_body h5 > a{
    font-size:12px !important;
    line-height: 12px !important
}

#checkout_body .idx-product-container .idx-product-image-container{
    margin: 0px !important;
    padding:0px !important;

}
#checkout_body .checkbox label{
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
}
#checkout_body .checkbox{
    margin:  8px 0px;
}
#checkout_body .checkbox input{
    width: 6%;
}
#checkout_body .checkbox .label-text{
    line-height: 12px;
    padding-left: 8px;
    width: 94%;
}
.out-of-stock{
    color: #ed0707;
    font-weight: bold;
    border: 1px solid #ed0707;
    border-radius: 5px;
    margin: 0px 15px;
}

/* form not expanded */

#shipping_address_selector{
    width:100%;
    padding: 4px;
}
#del_state,
#del_country,
#guest_state,
#guest_country,
#inv_state,
#inv_country,
#guest_inv_country,
#guest_inv_state{
    width:100%;
}


.info-box {
    background: #fcb1a4;
    border: 1px solid #9e2626;
    color: brown;
    padding: 5px;
    text-align: center;
    border-radius: 5px;
    font-size: 12px;
}

.carrier_pr {
    font-size: 16px;
    width: 40%;
    margin-bottom: 0px !important;
}
.carrier_inf {
    font-style: italic;
    color: #bababa;
    font-size: 12px;
    width: 100%;
    margin-bottom: 0px !important;
    padding-left: 30px;
}
@media (max-width: 769px){
    .table-responsive > .table > tbody > tr > td{
        white-space: normal !important;
    }
}

.out-of-stock{
    color: #ed0707;
    font-weight: bold;
    border: 1px solid #ed0707;
    border-radius: 5px;
    margin: 0px 15px;
    text-align: center;
}

@media(max-width:480px){
    #checkout_carriers input[type="radio"] {
        transform: scale(1.5,1.5);
        margin-right: 10px;
    }
    #checkout_paymethods input[type="radio"] {
        transform: scale(1.5,1.5);
        margin-right: 10px;
    }
}

.btn-block {
    display: block !important;
    width: 100% !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
}
#checkout_body .btn-primary {
    color: #fff !important;
    background-color: var(--second-color) !important;
    border-color: var(--second-color) !important;
    margin-top: 7px !important;
    margin-bottom: 10px;
    text-transform: initial;
}

#checkout_body .btn-primary:hover{
    color: #fff !important;
    background-color: var(--hover-color);
    border-color: var(--hover-color);

}

.product-resume .cell-product > div{
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}
.product-resume .opc-text {
    overflow: hidden !important;
    display: table-cell !important;
    vertical-align: middle !important;
}

.smooth-link.active {
    background-color:var(--hover-color);
}

#checkout_timeline .col-xs-3 a{
    display: block;
    padding: 10px 5px 5px 5px;
}
@media (min-width: 992px){
    #order-detail-content{
        padding: 10px 15px;
        border-right: 1px solid #dfdfdf;
        border-left: 1px solid #dfdfdf;
        border-top: 1px solid var(--base-color);
        background: #fff;
    }
}
#module-idxropc-checkout .content-opc3 tfoot tr td {
    text-align: right;
}
@media (min-width: 992px){
    #product-resume-block{
        display: block;
        padding: 8px;
        overflow: hidden;
        background: #fefefe;
    }
}
#uniform-recargo{
    padding: 0px 15px;
}
#uniform-deluxerecargoeq{
    float: left;
}
.totals-resume{
    border-top: 1px solid var(--base-color);
    padding-top: 20px;
}
#order-detail-content .row div p{
    text-align: right;
}
.personalinfo a{
    color: white !important;
}
#checkout_body .idxropc-btn{
    display: inline-block;
    margin-bottom: 0;
    font-size: 0.75rem;
    font-weight: 600;
    line-height: 32px;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    border: 1px solid transparent;
    border-radius: 0px;
    white-space: nowrap;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
    border-radius: 4px;
    padding: 0px;
}
#checkout_body .btn:hover{
    background:var(--hover-color);
}
button#finish_btn:hover{
    opacity: 0.65;
}
#checkout_body label{
    display: flex;
    flex-direction: row;
    text-align: left !important;
    font-size: 11px;
    margin-bottom: 2px !important;
}
.opc-img img{
    max-width: 80%;
    height: auto;
}
.login-block .form-control{
    height: 30px !important;
    font-size: 15px;
    border-radius: 4px;
    border-color: #c5c5c5 !important;
    background: white !important;
}
#checkout_body .idxropc-btn:focus { outline: none; } 

#module-idxropc-checkout #wrapper {
    background: white !important;
}
#checkout_body .price-percent-reduction {
    background: #f13340;
    border: 1px solid #d02a2c;
    font: 600 21px/14px Verdana, Arial, Helvetica, sans-serif;
    font-size: 13px;
    color: #fff;
    padding: 0 1px 0 1px;
    display: inline-block;
}
#module-idxropc-checkout .old-price {
    color: #6f6f6f;
    text-decoration: line-through;
}
button#finish_btn,
a#continue_btn,
.actions_row button{
    height: 48px !important;
    line-height: 48px !important;
}

#ordermsgtxt{
    height: auto !important;
}
#promotional_code{
    line-height: 32px !important;
}
#idxropc-cart-rules-block .voucher_name svg{
    max-width: 28px;
    margin-right: 8px;
}
#idxropc-cart-rules-block .voucher_name svg path{
    fill: var(--second-color);
}
#display_cart_vouchers{
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
}
#idxropc-cart-rules-block .voucher_name{
    border: 4px dotted  var(--second-color);
    padding: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 148px;
    color: var(--second-color);
    width: 50%;
}
.idxropc-discount-icon svg{
    max-width: 32px;
}
.idxropc-discount-icon svg path{
    fill: var(--second-color);
}
#checkout_address{
    margin-top: 20px !important;
}
.tabla-resumen p{
    margin-top:0px !important;
    margin-bottom:0px !important;
    font-size: 15px !important;
}
.tabla-resumen .opc-total-price{
    font-weight: 600;
    color: var(--second-color);
    font-size: 20px !important;
    line-height: 36px;
    margin-top: 10px;
    font-size: 20px !important;
}
.tabla-resumen .opc-total{
    color: var(--base-color);
    font-size: 20px !important;
    font-weight: 600;
    line-height: 36px;
    margin-top: 10px;
}
.opc-name-product span{
    font-size: 12px !important;
    padding: 5px;
}
#invoice_address_check{
    margin-top: 10px;
}
.disabled-block-front .block_title span {
    color: var(--base-color);
}
@media (max-width: 992px){
    .totals-resume p{
        margin-top: 10px;
    }
    .opc-total,
    .opc-total-price{
        font-size: 24px !important;
    }
}
#module-idxropc-checkout span.voucher_name{
    background: var(--second-color);
    padding: 5px 10px;
    border: 1px solid ;
    color: white;
}
#module-idxropc-checkout span.voucher_name:hover{
    background: var(--hover-color);


}
.head-resume-small span,
.head-resume span{
    font-size: 12px;
}
#module-idxropc-checkout  .form-control {
    background: #ffffff;
    color: #7a7a7a;
    border: 1px solid rgba(0,0,0,.25);
    padding: .5rem 1rem;
}
#shipping_address_selector select{
    font-size: 14px !important;
}

#opc-discount-text-btn{
    background:var(--second-color);
}
#opc-discount-text-btn:hover{
    color: #fff !important;
    background-color: var(--hover-color) !important;
    border-color: var(--hover-color) !important;

}


#module-idxropc-checkout #btnsocial-block {
    display: block;
    height: 40px;

    text-align: center;
}

.hidden {
    display: none;
}

#privacy_conditions_check p{
    font-size: 10px;
    line-height: 12px;
    text-align: justify;
}
#js_login_button{
    margin-top: 10px;
}
#module-idxropc-checkout #loyalty {
    font-size: 12px;
    line-height: 14px;
}

/*  related products in checkout */

#module-idxropc-checkout .producto-item {

    display: flex !important;
    justify-content: flex-start;
    align-items: center !important;
    flex-direction: column !important;
}

#module-idxropc-checkout div#idxrrelatedproducts-listado-carrito .row .producto-item .imagen {

    float: none;
    width:100%;
    max-width: unset;
}

#module-idxropc-checkout div#idxrrelatedproducts-listado-carrito .row .producto-item .texto {

    float: none;
    width: 100%;
    max-width: unset !important;
    padding-left: unset !important;
}

#module-idxropc-checkout div#idxrrelatedproducts-listado-carrito .row .producto-item .texto .precio-producto  {
    display: flex;
    justify-content: flex-start;
    align-content: center;
    flex-direction: column;
    text-align: center;
}
#module-idxropc-checkout div#idxrrelatedproducts-listado-carrito .row .producto-item .texto .precio-producto .product-price {
    font-size: 18px;
    font-weight: bold;
}
#module-idxropc-checkout div#idxrrelatedproducts-listado-carrito .row .producto-item .texto .precio-producto .old-price {
    font-size: 12px;
}
#module-idxropc-checkout div#idxrrelatedproducts-listado-carrito .row .producto-item .texto .precio-producto .price-percent-reduction {
    font-size: 14px;
}
#module-idxropc-checkout div#idxrrelatedproducts-listado-carrito .row .producto-item .texto button{
    float: unset !important;
    margin-top: unset !important;
    margin: 0px auto;
    display: block;
}
#checkout_resume table td {
    text-align: right !important;
}

#module-idxropc-order a.cart-bag {
    display: none !important;
}

.error_block {
    padding: 10px;
    text-align: center;
    background: #fcb1a4;    
}

.error_block > p {
    color: brown !important;
    font-weight: bold;
}

.error_icon {
    width: 45px;
    margin-bottom: 10px;
}

.cartempty_icon {
    width: 90px;
    margin-top: 30px;
    margin-bottom: 10px;
}

.idxropc_hidden {
    display: none;
}


.idxropc_radio {
    display: block;
    cursor: pointer;
}

.idxropc_radio input {
    display: none;
}

.idxropc_radio input + span {
    line-height: 16px;
    height: auto;
    padding-left: 22px;
    display: inline;
    position: relative;
}
.idxropc-carrier-name{
    display: block;
    margin-top: 8px;
}
.idxropc_radio input + span:not(:empty) {
    padding-left: 30px;
}
.idxropc_radio input + span:before,
.idxropc_radio input + span:after {
    content: '';
    width: 22px;
    height: 22px;
    display: block;
    border-radius: 50%;
    left: 0;
    top: 0;
    position: absolute;
}
.idxropc_radio input + span:before {
    background: var(--second-color);
    transition: background .2s ease, transform .4s cubic-bezier(.175, .885, .32, 2);
}
.idxropc_radio input + span:after {
    background: #fff;
    transform: scale(.78);
    transition: transform .6s cubic-bezier(.175, .885, .32, 1.4);
}

.idxropc_radio input:checked + span:before {
    transform: scale(1.04);
    background: var(--hover-color);
}
.idxropc_radio input:checked + span:after {
    transform: scale(.4);
    transition: transform .3s ease;
}

.idxropc_radio:hover input + span:before{
    transform: scale(.92);
}

.idxropc_radio:hover input + span:after{
    transform: scale(.74);
}

.idxropc_radio:hover input:checked + span:after {
    transform: scale(.4);
}

#progress__base {
    position: relative;
    width: 80%;
    height: 5px;
    margin: 16px auto 24px auto;
    display: flex;
    justify-content: space-between;
    background: #EEE;
    border-radius: 10px;
}

#progress__bar {
    position: absolute;
    top: 0;
    left: 0;
    width: 25%;
    height: 100%;
    background: #089700;
    transition: width ease-in 250ms;
}

.progress__bullet {    
    position: relative;
    top: -2px;
    height: 10px;
    width: 10px;
    border-radius: 25px;
    background: #fff;
    box-shadow: 0 0 0 2px white;
    cursor: pointer;
    z-index: 1;
}

.progress__bullet:active,
.progress__bullet.active {
    background: #089700;
}

.simple_address_block{
    background: red;
    padding: 8px;
    margin-bottom: 8px;
    margin-top: 8px;
}

.zigzag {
    margin: 8px 0px 0px 0px;
    background: #eeeeee;
    position: relative;
    height: auto;
    padding: 24px 6px 16px 16px;
    z-index: 1;
}

.zigzag:before,
.zigzag:after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    right: 0;
}

.zigzag:before {
    height: 16px;
    top: 0%;
    background: linear-gradient(-135deg, #FFF 8px, transparent 0) 0 8px, linear-gradient( 135deg, #FFF 8px, transparent 0) 0 8px;
    background-position: top left;
    background-repeat: repeat-x;
    background-size: 16px 16px;
}

.zigzag:after {
    height: 16px;;
    top: 0%;
    background: linear-gradient(-135deg, #F7A9B9 8px, transparent 0) 0 #F7A9B9, linear-gradient( 135deg, #F7A9B9 8px, transparent 0) 0 8px;
    background-position: top left;
    background-repeat: repeat-x;
    background-size: 16px 16px;
}

.product-resume .cell-product:last-child{
    border-bottom: 0px !important;
}

.storepickup_button {
    border-radius: 5px;
    box-shadow: 2px 2px 8px 0 rgba(0,0,0,.2);
    margin: 8px;
    padding: 10px;
    background-color: #fff;
    border: 1px solid rgba(0,0,0,.125);
    cursor: pointer;
}

.storepickup_button:hover {
    box-shadow: 2px 2px 8px 0 rgba(0,0,0,.1);
}

#storepickup_block .storepickup_modal_icon {
    max-width: 70px;
}

#storepickup_block p {
    width: 100%;
}

.storepickup_button_container {
    position: relative;
    float: left;
    width: 50%;
}

@media (max-width: 669px){
    #module-idxropc-order .login-block,
    #module-idxropc-order .shipping-payment-block .content-opc2{
        padding: 16px;
        background: white !important;
    }
}
#checkout_resume .condiciones-compra .condicion_link{
    text-decoration: underline;
    color: var(--base-color);
}

#checkout_resume .custom-checkbox {
    display: flex;
}

div#idxropc-login-email-info {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 10px;
    border: 1px solid var(--base-color);
    margin-top: 5px;
    color: var(--base-color);
    cursor: pointer;
}

button#js_edit_email_button {
    background: var(--base-color);
    color: #fff;
}

.idxrspinner {
    padding: 5px;
}

.idxrlds-ellipsis {
    display: block;
    position: relative;
    width: 57px;
    height: 10px;
    margin: 5px auto;
}
.idxrlds-ellipsis div {
    position: absolute;
    top: 0px;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #fff;
    animation-timing-function: cubic-bezier(0, 1, 1, 0);
}

.idxrlds-ellipsis div:nth-child(1) {
    left: 0px;
    animation: idxrlds-ellipsis1 0.6s infinite;
}
.idxrlds-ellipsis div:nth-child(2) {
    left: 3px;
    animation: idxrlds-ellipsis2 0.6s infinite;
}
.idxrlds-ellipsis div:nth-child(3) {
    left: 26px;
    animation: idxrlds-ellipsis2 0.6s infinite;
}
.idxrlds-ellipsis div:nth-child(4) {
    left: 45px;
    animation: idxrlds-ellipsis3 0.6s infinite;
}
@keyframes idxrlds-ellipsis1 {
    0% {
        transform: scale(0);
    }
    100% {
        transform: scale(1);
    }
}
@keyframes idxrlds-ellipsis3 {
    0% {
        transform: scale(1);
    }
    100% {
        transform: scale(0);
    }
}
@keyframes idxrlds-ellipsis2 {
    0% {
        transform: translate(0, 0);
    }
    100% {
        transform: translate(19px, 0);
    }
}

div#idxropc-top {
    margin-bottom: 10px;
}

div#idxropc-cart-rules-block, .actions_row.clearfix, .comment_row {
    padding: 10px 15px;
    background: #fff;
    border-left:  1px solid #dfdfdf;
    border-right: 1px solid #dfdfdf;
}

.recyclable-block, .gift-block {
    padding: 0 15px;
    background: #fff;
}

.idxropc-finish{
    padding: 4px 16px 16px 16px;
}

@media(max-width:768px){
    #order-detail-content, .content-opc3{
        padding: 10px 15px;
        background: #fff;
    }
    .col-md-12.totals-resume {
        padding-left: 0;
        padding-right: 0;
    }
}
.resume-block-top h4,
.resume-block-top h3{
    border-bottom: none !important;
}
.resume-block-top h4{
    background-color: var(--base-color); 
    padding: 8px 16px !important;
    color: white !important;
    margin-bottom: 0px !important;
}
.resume-block-top #toggle-product-block {
    background-image: url(../img/icon-dropdown-white.png);
    margin-top: 0px !important;
}
.resume-block-top #product-resume-block{
    background: #f3f3f3 !important;
}
.resume-block-top .cell-product:nth-child(even) {background: #ececec; }
.resume-block-toptr .cell-product:nth-child(odd) {background: #FFF}

#progress_login::after {
    content: '1';
    text-align: center;
    line-height: 23px;
    font-size: 18px;
    position: absolute;
    width: 25px;
    height: 25px;
    background-color: #f6f6f6;
    top: -9px;
    border-radius: 50%;
    z-index: 1;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    margin-left: auto;
    margin-right: auto;
    right: -5px;
}

#progress_carriers::after {
    content: '2';
    text-align: center;
    line-height: 23px;
    font-size: 18px;
    position: absolute;
    width: 25px;
    height: 25px;
    background-color: #f6f6f6;
    top: -9px;
    border-radius: 50%;
    z-index: 1;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    margin-left: auto;
    margin-right: auto;
    right: -10px;
}

#progress_paymethods::after {
    content: '2';
    text-align: center;
    line-height: 23px;
    font-size: 18px;
    position: absolute;
    width: 25px;
    height: 25px;
    background-color: #f6f6f6;
    top: -9px;
    border-radius: 50%;
    z-index: 1;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    margin-left: auto;
    margin-right: auto;
    right: -10px;
}

#progress_resume::after {
    content: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABYAAAAWCAMAAADzapwJAAAASFBMVEUAAAAAd78Ad78Ad78Ad78Ad78Ad78Ad78Ad78Ad78Ad78Ad78Ad78Ad78Ad78Ad78Ad78Ad78Ad78Ad78Ad78Ad78Ad78Ad79Db6EoAAAAF3RSTlMA4BD78KuhRdO2e1ndyHZkOw0J8eqDXynuniwAAABVSURBVBjTYxgIwCbMzSDGLI4E2EDCzOKsDJziyIAZJMzFwc7AzsiCACKiZNorxIQAghCXMHMz8KO4hBWPS/h4BRjYORgRgIeLKi6Bmk2kS6DuptQlAGL6CXYNt8ZwAAAAAElFTkSuQmCC);
    text-align: center;
    line-height: 20px;
    position: absolute;
    width: 25px;
    height: 25px;
    background-color: #f6f6f6;
    top: -9px;
    border-radius: 50%;
    z-index: 1;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    margin-left: auto;
    margin-right: auto;
    right: -10px;
    padding-left: 2px;
}

.bullet_title {
    top: 3px;
    position: relative;
}

.payment_row {
  max-width: 475px;
}

#vw-charge-token {
  max-width: 475px;
}

#vw-charge-token .card-data-container {
  max-width: 450px;
}

.idxropc_alert_block {
    display: inline-block;
    margin-top: 10px;
}

#invoice_guest_address_check {
    display: inline-block;
    margin-top: 10px;
}
.idx-new-account{
    display: block;
    position: relative;
    border-radius: 4px;
    text-align: center;
    border: 1px solid;
    background-color: #fff;
    color: var(--second-color);
    border-color: var(--second-color) !important;
    padding: 4px;
    margin-bottom: 8px;
}
.idx-new-account:hover{
   background-color: var(--second-color);
    color: #fff;
    border-color: var(--second-color) !important;
}

@media (min-width: 991px){
    #payment-continu{
        padding-right: 8px !important;
    }
    #finish_btn{
        padding-left: 8px !important;
    }
}
#module-idxropc-order .ship-selection img{
    max-width: 96px;
    max-height: 80px;
    display: block;
}
.idxropc-block-1{
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
}
.idxropc-block-2{
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
}
.idxropc-block-3{
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
}
@media (max-width: 668px){
    .idxropc-block-image{
        width: 25%;
    }
    .idxropc-block-name{
        width: 75%;
    }
    #checkout_resume .product-resume .box-product{
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
    }
    .idxropc-block-prop{
        display: flex;
        flex-direction: row;
        width: 100%;
    }
    .idxropc-product-price,.idxropc-quantity,.idxropc-total{
        width: 30%;
    }
    .idxropc-delete{
        width: 10%;
    }
}
.line-resumen {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}
.line-resumen div {
    width: 50%;
    text-align: right;
}
.opc-form-group select{
    padding: 4px !important;
    font-size: 14px !important;
}
#continue_btn, #finish_btn{
    display: flex !important;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}

