/**
* 2007-2018 PrestaShop
*
* NOTICE OF LICENSE
*
* @author    Innovadeluxe SL
* @copyright 2018 Innovadeluxe SL

* @license   INNOVADELUXE
*/

:root{
    --base-color: #005792 ;
    --second-color: #0075C5 ;
    --hover-color: #0065AB;

}

@font-face {
    font-family: 'open_sansregular';
    src: url('../fonts/opensans-regular-webfont.eot');
    src: url('../fonts/opensans-regular-webfont.eot?#iefix') format('embedded-opentype'),
        url('../fonts/opensans-regular-webfont.woff2') format('woff2'),
        url('../fonts/opensans-regular-webfont.woff') format('woff'),
        url('../fonts/opensans-regular-webfont.ttf') format('truetype'),
        url('../fonts/opensans-regular-webfont.svg#open_sansregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

.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 shippay"
                             "login resume resume";
    }
}

@media(min-width:668px) and (max-width:1024px){

    #checkout_body {
        display: grid;
        grid-template-columns: 1fr 1fr;
        grid-column-gap: 20px;
        grid-row-gap: 20px;
        grid-template-areas: "login"
                            "shippay"
                            "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;
}

@media (min-width: 768px){
    .content-opc{
        padding: 10px 15px;
        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: 10px 15px;
        -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-opc3{
        background: #F5F5F5;
        padding: 10px 15px;
    }
}
.btn_first_opc{
    color: #fff;
    background-color: var(--second-color);
    border-color: var(--second-color) !important;
    font-family: 'open_sansregular';
    font-size: 14px;
    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;
}

.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: var(--second-color) !important;
    font-family: 'open_sansregular';
    font-size: 14px;
    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 .btn:hover, #checkout_body .btn:focus{
    color: white;
    background:var(--hover-color);
}

.btn_second_opc:hover{
    background-color: var(--hover-color);
    border-color: var(--hover-color);
    color: #fff;
}

.disabled-block{
    opacity: 0.3;
}

#checkout_body .opc-header{
    font-family: 'open_sansregular';
    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;
    font-family: 'open_sansregular';
    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: 36px;
    height: 36px;
    color: black;
    margin-right: 5px;
    line-height: 36px;
    border-radius: 20px;
    background-color: var(--base-color);
    font-family: 'open_sansregular';
    text-align: center;
    content: '1';
    color: white;
}

#checkout_carriers h3:before{
    display: inline-block;
    width: 36px;
    height: 36px;
    color: black;
    margin-right: 5px;
    line-height: 36px;
    border-radius: 20px;
    background-color: var(--base-color);
    font-family: 'open_sansregular';
    text-align: center;
    content: '2';
    color: white;
}

#checkout_paymethods h3:before{
    display: inline-block;
    width: 36px;
    height: 36px;
    color: black;
    margin-right: 5px;
    line-height: 36px;
    border-radius: 20px;
    background-color: var(--base-color);
    font-family: 'open_sansregular';
    text-align: center;
    content: '3';
    color: white;
}

#checkout_paymethods.virtual_paymethods h3:before{
    display: inline-block;
    width: 36px;
    height: 36px;
    color: black;
    margin-right: 5px;
    line-height: 36px;
    border-radius: 20px;
    background-color: var(--base-color);
    font-family: 'open_sansregular';
    text-align: center;
    content: '2' !important;
    color: white;
}

#override_step_2:before{
    content: '2' !important;
}

#checkout_resume h3:before{
    display: inline-block;
    width: 36px;
    height: 36px;
    color: black;
    margin-right: 5px;
    line-height: 42px;
    border-radius: 20px;
    background-color: var(--base-color);
    text-align: center;
    content: url(../img/icon-resume.png);
    color: white;
}

#checkout_body h3{
    font-family: 'open_sansregular';
    border-bottom: 1px solid var(--base-color);
    padding-bottom: 10px;
    font-size: 18px;
    color: var(--base-color);
}

#checkout_body h4{
    font-family: 'open_sansregular';
    color: var(--base-color);
    font-size: 18px;
    font-weight: 200;
    line-height: 22px;
    padding-bottom: 10px;
    border-bottom: 1px solid var(--base-color);
    margin-bottom: 0px;
}
@media (max-width: 768px){
    #title-drop{
        padding-top: 10px !important;
    }
}
.opc-no-padding{
    padding: 0px !important;
}

#checkout_body h5{
    font-family: 'open_sansregular';
    text-align: center;
    color: #fff;
    font-size: 16px;
    line-height: 16px;
    margin-top: 25px;
}

#checkout_body label{
    font-family: 'open_sansregular';
}
#checkout_body .opc-form-group{
    padding: 2px 2px;
    font-family: 'open_sansregular';

}


#login_block_main{
    display: flex;
}
@media(min-width:992px){
    #opc-form-discount{
        display: block;
        margin-bottom: 0;
        vertical-align: middle;
        /*width: 100%;*/
        margin: 15px;
        height: 40px;
    }
}

@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;
        /*width: 100%;*/
        margin: 15px;
    }
}

@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);
    }

    .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;
}

/* 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{
        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';
    color: ;
    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';
    color: ;
    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';
    color: ;
    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);
    color: ;
    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;
}

.left {
    left: 0;
}

.right {
    left: 50%;
}

.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;
}

.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{
    font-family: 'open_sansregular';
    color: #ffffff;
    font-size: 14px;
    line-height: 34px;
    text-align: center;
    width: 100%;
    display: inline-block;
    padding: 0px 20px;
    background: var(--base-color);
    border-bottom: 1px solid var(--base-color);
}
.personalinfo:before{
    display: inline-block;
    margin-right: 5px;
    text-align: center;
}

@media (min-width: 1200px){
    .form-space-right{
        padding-right: 5px !important;
        padding-left: 0px !important
    }
    .form-space-left{
        padding-right: 0px !important;
        padding-left: 5px !important
    }
}
.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: 0px !important;
    padding-right: 0px !important;
}

.head-resume .opc-text{
    text-align: center;
}

.product-resume .opc-text{
    padding-top:10px;
}

.head-resume{
    padding-bottom: 20px;
    color: #b6b6b6;
}

.product-resume{
    display: block;
}

.cell-product{
    display: block;
    position: relative;
    height: 100px;
    margin-bottom: 10px;
    border-bottom: 1px solid #e7e7e7;
    clear: both;
    display: flex;
    justify-content: center;
    align-items: center;

}
.reinfo{
    max-width: 70%;
}
.opc-text .icon-cuanti{
    background: var(--second-color);
    color: white;
    padding: 2px 4px;
    border-radius: 50px;
    display: block;
    width: 30px;
    margin: 0 auto;
    padding: 4px 8px;
    font-size: 14px;
    border-radius: 16px;
    cursor: pointer
}

.opc-text .icon-cuanti:hover{
    background: var(--hover-color);
    
}

.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);
    font-family: 'open_sansregular';
    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;
    float: left;
}

button#finish_btn{
    font-size: 16px;
    line-height: 28px;
    margin-bottom: 20px;
    margin-top: 10px;
}

a#continue_btn{
    width: 100%;
    color: var(--second-color);
    background-color: #fff;
    border: white 1px solid;
    font-family: 'open_sansregular';
    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);
    border-color: var(--hover-color);
    color: white !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;
    float: right;
}
.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;
}
/*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;
}
.box-product:nth-child(odd){
    background: #e2e2e2;
    padding: 10px 0px;
}
.box-product:nth-child(even) {
    background: #f1f1f1;
    padding: 10px 0px;
}
@media (max-width: 768px){
    .opc-img .img-responsive{
        padding: 10px;
    }

    a#continue_btn{
        margin-top: 5%;
    }
    .delete{
        display: block;
        position: relative;
        padding: 0%;
        margin: 0 auto;
        width: 25px;
        position: relative;
    }
    .delete:before{
        content: url(../img/icon-delete.png);
    }
}
.opc-text-small .icon-cuanti{
    background: ;
    color: white;
    padding: 4px 10px;
    font-size: 14px;
    border-radius: 5px;
}

/*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: 5px 0px;
}
.carrier_row label{
    margin-left:5px;
}
.ship-selection:hover{

    background:rgba(225, 228, 228, 0.3);
}
.ship-selection.active {
    border: 2px solid var(--base-color);
    border-radius: 2px;
    box-shadow: 0px 0px 15px rgba(0,0,0,.07) inset;
}

.ship-selection {
    padding: 5px;
    cursor:pointer;
    border: 2px solid #f1f1f1;
    margin-top: 5px;
}
.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%;
}
.payment_row {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding: 10px 5px;
    border: 2px solid #f1f1f1;
    margin-top: 5px;
    flex-flow: row wrap;
}
.payment_row label{
    margin-left:5px;
}
.payment_row: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{
    width:40px;
}
.carrier_logo{
    max-width: 85px;
    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:#fff;
}
.block-space .old-price{
    margin: 0 auto;
    display: block;
    font-size: 13px;
    color:#777;
}


.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;
}
/*  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;

}
.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%;
}
#del_state,
#del_country,
#guest_state,
#guest_country,
#inv_state,
#inv_country{
    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%;
}
.carrier_inf {
    font-style: italic;
    color: #bababa;
    font-size: 12px;
    width: 60%;
}
@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 .opc-text {
    height: 90px !important;
    width: 132px !important;
    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-top: 30px;
        border-top: 1px solid var(--base-color);
    }
}
#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 .btn{
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.2;
    height: 30px;
    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;
}
#checkout_body .btn:hover{
   background:var(--hover-color);
   border:var(--hover-color);
}
#checkout_body label{
    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;
}
#module-idxropc-checkout #wrapper {
    background: white !important;
}
#checkout_body .price-percent-reduction {
    background: #f13340;
    border: 1px solid #d02a2c;
    font: 600 21px/14px "Open Sans", 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;
}
a#continue_btn,
.actions_row button{
    height: 50px !important;
    line-height: 32px !important;
}

#ordermsgtxt{
    height: auto !important;
}
#promotional_code{
    height: 30px !important;
}
#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-family: 'open_sansregular';
    color: var(--base-color);
    font-size: 20px !important;
    line-height: 36px;
    margin-top: 10px;
    font-size: 20px !important;
}
.tabla-resumen .opc-total{
    font-family: 'open_sansregular';
    color: var(--base-color);
    font-size: 20px !important;
    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{
        color: ;
        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;
}

.carrier_row img {
   width: 40px;
}