/*CARRITO*/
.icart-bgs1{
    position: relative;
    padding: 40px 0;
}
.list_pasos{
    padding-left: 0;
    list-style: none;
    margin-bottom: 0;
    display: flex;
    flex-flow: row wrap;
    width: 70%;
    margin: 0 auto;
    margin-bottom: 20px;
    position: relative;
}
.list_pasos:before{
    content: "";
    position: absolute;
    top: 58%;
    left: 0;
    right: 0;
    width: 70%;
    margin: 0 auto;
    height: 3px;
    background: #e9e9e9;
    z-index: -1;
}
.list_pasos>li{
    width: 30%;
    margin: 0 auto;
    text-align: center;
}
.list_pasos>li .box_pasos>span{
    width: 50px;
    display: block;
    margin: 0 auto;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #e9e9e9;
    color: #747474;
    font-size: 20px;
    border-radius: 50%;
}
.list_pasos>li.active .box_pasos>span{
    background: #25407f;
    color: #ffffff;
    transition: all ease 500ms;
}
.list_pasos>li.active .box_pasos>span:hover{
    border-radius: 0;
    border: 2px solid #dadada;
    box-shadow: 0px 3px 10px -2px rgba(0, 0, 0, 0.7);
    transition: all ease 500ms;
}
.list_pasos>li.active .box_pasos h4{
    font-size: 15px;
    font-weight: 700;
    color: #000;
}
.list_pasos>li .box_pasos h4{
    font-size: 15px;
    font-weight: 700;
    color: #868686;
}
.box-pasfig1{
    width: 100%;
    max-width: 50px;
    display: block;
    margin: auto;
    margin-bottom: 10px;
}
.box-pasfig1 > img {
    width: 100%;
}
@media (max-width: 767px){
    .list_pasos>li {
        display: none;
    }
    .list_pasos>li.active {
        display: block;
        width: 100%;
    }
}



/**/
.sect-login{

    padding-bottom: 10px;

}

.sect-login h2{

    font: 700 18px/1.61111 "Roboto",sans-serif;

    letter-spacing: 0.04em;

    text-transform: capitalize;

    color: #121212;

    font-size: 30px;

    text-align: center;

}



.sect-login .i-contaclogin .form-control{

    text-align: center;

    border-top: none;

    border-right: none;

    border-left: none;

    border-radius: 0;

    box-shadow: inset 0 -1px 0 currentColor;

    background-position: right -35px top 50%;

    transition: box-shadow 0.3s ease-out, color 0.2s ease-in, padding 0.2s ease-in, background 0.3s ease-out;

    padding: 25px;

}

.sect-login .i-contaclogin .form-control:focus{

    border-color: #000000;

    outline: 0;

    -webkit-box-shadow: inset 0 0px -1px rgba(0,0,0,.075), 0 0 8px rgba(0, 0, 0, 0.6);

}
.sect-login .i-contacregistro .form-control{

    text-align: center;

    border-top: none;

    border-right: none;

    border-left: none;

    border-radius: 0;

    box-shadow: inset 0 -1px 0 currentColor;

    background-position: right -35px top 50%;

    transition: box-shadow 0.3s ease-out, color 0.2s ease-in, padding 0.2s ease-in, background 0.3s ease-out;

    padding: 20px;

}

.sect-login .i-contacregistro .form-control:focus{

    border-color: #000000;

    outline: 0;

    -webkit-box-shadow: inset 0 0px -1px rgba(0,0,0,.075), 0 0 8px rgba(0, 0, 0, 0.6);

}
/******************************/
.mycart-heading {
    padding: 10px 15px;
    border-bottom: 1px solid transparent;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}

.mycart-heading2 {
    padding: 10px 15px;
    border-bottom: 1px solid transparent;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
}
.mycartpanel1 {
    background-color: #fff;
    border: 1px solid transparent;
    border-radius: 0px;
    -webkit-box-shadow: 0 1px 1px rgba(0,0,0,.05);
    box-shadow: 0 1px 1px rgba(0,0,0,.05);
    border-color: #ddd;
    margin-bottom: 15px;
}
.mycartpanel1 .selectpicker{
    padding: 6px;
    border: 1px solid #ccc;
    width: 100%;
}
.mycartpanel2 {
    background-color: #fff;
    border-left: 1px solid transparent;
    border-right: 1px solid transparent;
    border-bottom: 1px solid #dddddd;
    border-radius: 0px;
    -webkit-box-shadow: 0 1px 1px rgba(0,0,0,.05);
    box-shadow: 0 1px 1px rgba(0,0,0,.05);
    border-color: #ddd;
    margin-bottom: 15px;
}
.mycartpanel1>.mycart-heading, 
.mycartpanel2>.mycart-heading2 {
    color: #333;
    background-color: #f5f5f5;
    border-color: #ddd;
}
.mycartpanel1 .mycart-title, 
.mycartpanel2 .mycart-title {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 700;
    color: inherit;
}
.mycartpanel1 .mycart-body, 
.mycartpanel2 .mycart-body2 {
    padding: 15px;
}
/**/

.box-pasform{

    width: 100%;

    max-width: 700px;

    position: relative;

    display: block;

    margin: auto;

    margin-top: 0px;

    padding: 25px;

    /*box-sizing: border-box;

    border: 1px solid #bdbdbd;

    box-shadow: 0px 5px 10px -6px #000;*/

}

/*.box-pasform:before{

    border-right: 60px solid #ddddcd;

    border-top: 60px solid transparent;

    content: "";

    height: 0;

    top: -20px;

    left: 0;

    right: 0;

    margin-left: auto;

    margin-right: auto;

    margin-top: -32px;

    position: absolute;

    transform: rotate(45deg);

    -webkit-transform: rotate(45deg);

    -o-transform: rotate(45deg);

    -ms-transform: rotate(45deg);

    width: 0;

    z-index: 1;

}*/

.box-pasform input.form-control{

    border-radius: 0;

}

.box-pasform textarea.form-control{

    resize: none;

    border-radius: 0;

}
.sect-login .i-contacregistro .form-control{

    text-align: center;

    border-top: none;

    border-right: none;

    border-left: none;

    border-radius: 0;

    box-shadow: inset 0 -1px 0 currentColor;

    background-position: right -35px top 50%;

    transition: box-shadow 0.3s ease-out, color 0.2s ease-in, padding 0.2s ease-in, background 0.3s ease-out;

    padding: 20px;

}

.sect-login .i-contacregistro .form-control:focus{

    border-color: #000000;

    outline: 0;

    -webkit-box-shadow: inset 0 0px -1px rgba(0,0,0,.075), 0 0 8px rgba(0, 0, 0, 0.6);

}
/**/
.carrit-ototxt1 .cartiname1{
    color: #000;
    font-size: 12px;
    margin-bottom: 6px;
    display: block;
}

.carrit-ototxt1 .car1tpric1{
    color: #181818;
    font-size: 15px;
    font-weight: 700;
    margin-bottom: 0;
}

.carrit-ototxt1 .car1tpric1 small{
    /*text-decoration: line-through;*/
    font-weight: 400;
    color: #989898;
    padding-right: 3px;
}
.carrit-ototxt1 .car1tpric1 .ofertaprice{
    text-decoration: line-through;
    font-weight: 400;
    color: #989898;
    padding-right: 3px;
}
.carrit-ototxt1 .car1-img1{
    width: 40px;
}

.carrit-ototxt1 .table-bordered {
    border: 1px solid #b1b1b1;
}

.carrit-ototxt1 .table thead td, .carrit-ototxt1 .table th {
    font-weight: normal;
    color: #ffffff;
    font-size: 12px;
    background-color: #25407f;
}

.carrit-ototxt1 .table-bordered > tbody > tr > td {
    vertical-align: middle;
}

.carrit-ototxt1 .table-bordered>tbody>tr>th, 
.carrit-ototxt1 .table-bordered>tbody>tr>td, 
.carrit-ototxt1 .table-bordered>tfoot>tr>td, 
.carrit-ototxt1 .table-bordered>tfoot>tr>th, 
.carrit-ototxt1 .table-bordered>thead>tr>td,
.carrit-ototxt1 .table-bordered>thead>tr>th {
    border: 1px solid #b1b1b1;
    padding-top: 7px;
    padding-bottom: 7px;
    line-height: 1;
}
.crt-thmb1{

    display: inline-block;

    width: 100%;

    max-width: 100px;

    height: auto;

    padding: 4px;

    line-height: 1.42857143;

    background-color: #fff;

    border: 1px solid #ddd;

    border-radius: 4px;

    -webkit-transition: all .2s ease-in-out;

    -o-transition: all .2s ease-in-out;

    transition: all .2s ease-in-out;

}
.crt-nmprice1{

    color: #333;

    font-weight: normal;

    text-align: center;

}
/*********************/
.btn_frm_contact {
    width: 100%;
    display: block;
    max-width: 300px;
    margin: 0 auto;
    margin-top: 30px;
    padding: 15px;
    border: 0;
    cursor: pointer;
    background: #25407f;
    color: #ffffff;
    font-weight: 600;
    transition: all ease 500ms;
}
.btn_frm_contact:hover, .btn_frm_contact:active, .btn_frm_contact:focus {
    background: #04a0d7;
    color: #ffffff;
    outline: none;
    transition: all ease 500ms;
}
/**************/
.requeri_pro{
    text-align: center;
}
.requeri_pro p{
    font-size: 20px;
    margin-bottom: 0px;
    margin-top: 20px;
    font-weight: 600;
}