
/********************************1. TIPOGRAFIAS***************************************/

/*@font-face {*/
    /*font-family: 'agencyFB';*/
    /*src: url('../../fonts/agencyFB/bold/AgencyFBBlack Regular.otf'); !* IE9 Compat Modes *!*/
    /*src: url('../../fonts/agencyFB/bold/AgencyFBBlack Regular.otf?#iefix') format('embedded-opentype'), !* IE6-IE8 *!*/
    /*url('../../fonts/agencyFB/bold/AgencyFBBlack Regular.otf') format('woff'), !* Modern Browsers *!*/
    /*url('../../fonts/agencyFB/bold/AgencyFBBlack Regular.ttf') format('opentype'), !* Modern Browsers *!*/
    /*url('../../fonts/agencyFB/bold/AgencyFBBlack Regular.otf')*/
/*}*/

/*@font-face {*/
    /*font-family: 'agencyFB-regular';*/
    /*src: url('../../fonts/agencyFB/regular/agency-fb-regular.otf'); !* IE9 Compat Modes *!*/
    /*src: url('../../fonts/agencyFB/regular/agency-fb-regular.otf?#iefix') format('embedded-opentype'), !* IE6-IE8 *!*/
    /*url('../../fonts/agencyFB/regular/agency-fb-regular.otf') format('woff'), !* Modern Browsers *!*/
    /*url('../../fonts/agencyFB/regular/agency-fb-regular.ttf') format('opentype'), !* Modern Browsers *!*/
    /*url('../../fonts/agencyFB/regular/agency-fb-regular.otf')*/
/*}*/

/*********************************************TEXTOS*******************************/




/*titulos de secciones*/
h1,h2{
    color: #555;
    font-family: 'Raleway', sans-serif;
    font-size: 40px;
    font-weight: 300;
    line-height: 1.3;
}
/*titulos de productos*/
h3{
    font-family: 'Raleway', sans-serif;
    color: #3b3b3b;
    font-weight: bold;
    line-height: 1.4;
    font-size:24px;
}
h4{
    font-family: 'Raleway', sans-serif;
    font-weight: normal;

}
p {
    margin-bottom: 0.1rem;
}

body{
    color: #999;
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.7;
    background-color: #f3f3f3;
}
.subtitle-desguaces{
    background: #f4d923;
    padding: 8px;
    color: #e13a3a;
    font-family: 'Raleway', sans-serif;
    font-weight: bold;
    line-height: 1.4;
    font-size:28px;
    width:fit-content;
}

.black-font{
    color:#111;
}

/********************************2. COLORES de fuentes, backgrounds colors...**************************************/

/*********font colors*************/

.corporative-color-1{
    color:#e13a3a;
}

.corporative-color-2{
    color:#ffcc00;
}

.corporative-color-3{
    color:#000;
}

.corporative-color-4{
    color:#f9f9f9;
}

.corporative-color-5 {
    color: #ececec;

}
/******backgrounds ************/

.bg-color-1{
    background-color:#bf0411;
}

.bg-color-2{
    background-color:#ffcc00;
}

.bg-color-3{
    background-color:#000;
}

.bg-color-4{
    background-color:#f9f9f9;
}

.bg-color-5{
    background-color:#ececec;
}
/******************PADDINGS, MARGINS, elementos generales**************************/
.mt10{
    margin-top:10px;
}
.mt20{
    margin-top:20px;
}
.mt30{
    margin-top:30px;
}
.mt40{
    margin-top:40px;
}
.anti-row{
    margin-right: 0px;
    margin-left: 0px;
}

.pr0{
    padding-right:0px;
}

.ptb-section{
    padding-top:60px;
    padding-bottom:60px;
}

.pt-extra-page{
    padding-top:80px;
}

/***********************MODALS***********************************/
.modal-header {
    border-bottom: 1px solid #3b3b3b;
    color:#fff!important;
    background-color:#333333;
    border-radius:0;
}
.close {
    color: #fff;
}

.modal-content{
    background:url("../../images/compra/background-cart-1.png");
    background-repeat: no-repeat;
    background-size: cover;
     background-position:50% 35%;

}

.modal-body{
    padding-top:0px!important;
}

.header-table-modal{
    background-color:#3333;
    color:#333;
    padding-top:15px;
    padding-bottom:15px;
    margin-bottom:10px;
}

@media(max-width:800px){
    .modal-content{
        background:url("../../images/compra/background-cart-1.png");
        background-repeat: no-repeat;
        background-size: cover;
        background-position:50% 35%;

    }
}

@media(max-width:600px){
    .modal-body{
        font-size:12px;
    }
    .modal-body h3{
        font-size:18px;
    }
    .modal-body .text-iva{
        font-size:12px;
    }
    .modal-footer .btn-custom{
        font-size:14px!important;
        margin-bottom: 12px;
        margin-right: 2px;
        margin-top: 5px;
        padding: 5px 8px!important;
        transition: all .12s ease-in-out;
        -moz-transition: all .12s ease-in-out;
        -webkit-transition: all .12s ease-in-out;
        -o-transition: all .12s ease-in-out;
    }
}

@media(max-width:320px){

    .modal-footer .btn-custom{
        font-size:10px!important;
        margin-bottom: 12px;
        margin-right: 2px;
        margin-top: 5px;
        padding: 5px 8px!important;
        transition: all .12s ease-in-out;
        -moz-transition: all .12s ease-in-out;
        -webkit-transition: all .12s ease-in-out;
        -o-transition: all .12s ease-in-out;
    }


}

/*==========================================
14. CUSTOM PSNOTIFICATIONS
============================================*/
.brighttheme-success {
    background-color: #88aa00!important;
    border: 0 solid #88aa00!important;
    color: #fff;
}

.brighttheme-icon-success {
    background-color: #fff!important;
    color: #88aa00!important;
    margin-top: 2px;
}



/*****************BUTTONS ******************************************/

.btn-primary{
    background-color:#ffcc00;
    color:#000;
    border-color:#ffcc00;
    font-style: normal;
    font-weight: bold;
    line-height: inherit;
    transition: all .12s ease-in-out;
    -moz-transition: all .12s ease-in-out;
    -webkit-transition: all .12s ease-in-out;
    -o-transition: all .12s ease-in-out;
}
.btn-primary:hover, .btn-primary:focus{
    background-color:#444444;
    border-color:#ececec;
    color:#fff;
}


.btn-secondary{
    background-color: #e13a3a;
    border-color:#e13a3a;
    color:#fff;
    font-style: normal;
    font-weight: normal;
    line-height: inherit;
    transition: all .12s ease-in-out;
    -moz-transition: all .12s ease-in-out;
    -webkit-transition: all .12s ease-in-out;
    -o-transition: all .12s ease-in-out;

}

.btn-secondary:hover, .btn-secondary:focus{
    background-color:#ececec;
    border-color:#e13a3a;
    color:#000;
}
.btn-custom{
    /*background: #F9F9F9;*/
    background: transparent;

    border: 1px solid #d8d8d8;
    border-bottom-color: #555;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: #3b3b3b;
    font-style: normal;
    font-weight: normal;
    line-height: inherit;
    margin-bottom: 12px;
    margin-right: 5px;
    margin-top: 5px;
    padding: 10px 15px;
    transition: all .12s ease-in-out;
    -moz-transition: all .12s ease-in-out;
    -webkit-transition: all .12s ease-in-out;
    -o-transition: all .12s ease-in-out;
}
.btn-custom:hover{
    background: #e13a3a;
    border-color: transparent;
    color: #fff;

}

.btn-custom-2{
    /*background: #F9F9F9;*/
    background: #ccc;
    border: 1px solid #d8d8d8;
    color: #3b3b3b;
    font-style: normal;
    font-weight: normal;
    line-height: inherit;
    margin-bottom: 12px;
    margin-right: 5px;
    margin-top: 5px;
    padding: 10px 15px;
    transition: all .12s ease-in-out;
    -moz-transition: all .12s ease-in-out;
    -webkit-transition: all .12s ease-in-out;
    -o-transition: all .12s ease-in-out;
}
.btn-custom-2:hover{
    background: #e13a3a;
    border-color: transparent;
    color: #fff;

}


.btn-search{
    background-color:#e13a3a!important;
    color:#fff;
    margin-top:35px;
    padding:3px;
}
.btn-search:hover{
    background-color:#ccc!important;
    color:#fff;

}

.btn-success {
    background-color: #93be52;
    border-color: #93be52;
    color: #fff;
    padding:10px 16px;
    cursor: pointer;
    -webkit-transition: all ease-in .3s;
    transition: all ease-in .3s;
}
.btn-success:hover {
    background-color: #9fbe76;
    border-color: #9fbe76;
    color: #fff;
    cursor: pointer;
    -webkit-transition: all ease-in .3s;
    transition: all ease-in .3s;
}
/*******************CHECKBOXES********************************/

.regular-checkbox {
    -webkit-appearance: none;
    background-color: #fafafa;
    border: 1px solid #ccc;
    box-shadow: 0 1px 2px rgba(0,0,0,0.05), inset 0px -15px 10px -12px rgba(0,0,0,0.05);
    padding: 9px!important;
    border-radius: 3px;
    display: inline-block;
    position: relative;
    cursor:pointer;
}
.regular-checkbox:active, .regular-checkbox:checked:active {
    box-shadow: 0 1px 2px rgba(0,0,0,0.05), inset 0px 1px 3px rgba(0,0,0,0.1);
}

.regular-checkbox:checked {
    background-color: #e9ecee;
    border: 1px solid #e13a3a;
    box-shadow: 0 1px 2px rgba(0,0,0,0.05), inset 0px -15px 10px -12px rgba(0,0,0,0.05), inset 15px 10px -12px rgba(255,255,255,0.1);
    color: #e13a3a;
}

.regular-checkbox:checked:after {
    content: '\2714';
    font-size: 14px;
    position: absolute;
    top: 0px;
    left: 3px;
    color: #e13a3a;
}


/****************SELECT 2*******************************/
.select2-container--default .select2-selection--single .select2-selection__rendered {
    background-color: #FFF;
    color: #333;
    padding: 8px 30px 8px 20px;
}

/*****************INPUTS********************************/
.input-text-alto {
    height: 45px;
}

/*************************RADIO BUTTONS**********************************/
/* Customize the label (the container) */
.container-radios {
    display: block;
    position: relative;
    padding-left: 35px;
    /*margin-bottom: 12px;*/
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/* Hide the browser's default radio button */
.container-radios input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

/* Create a custom radio button */
.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: #eee;
    border-radius: 50%;
}

/* On mouse-over, add a grey background color */
.container-radios:hover input ~ .checkmark {
    background-color: #ccc;
}

/* When the radio button is checked, add a blue background */
.container-radios input:checked ~ .checkmark {
    background-color: #e13a3a;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the indicator (dot/circle) when checked */
.container-radios input:checked ~ .checkmark:after {
    display: block;
}

/* Style the indicator (dot/circle) */
.container-radios .checkmark:after {
    top: 9px;
    left: 9px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: white;
}



/********************************1. MENÚ PRINCIPAL**************************************/

.logo-menu{
    max-height:70px;
    width:auto;
}

.list-user-cart{
    margin-bottom:0px;
}
.list-user-cart a{
    color:#fff;
}

.burger-menu-primary{
    color: #000;
}

.primary-color a{
    color:#000;
}
.primary-color a:hover{
    color:#bf0411;
}

.nav-menu .nav-link{
    font-family: 'Raleway', sans-serif;
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 1px;
    /* padding: 15px 17px 47px; */
    padding: 0 15px;
    text-decoration: none;
    text-transform: uppercase;
}

/*************MODAL CARRITO ********************************/
.input-cart-sm{
    width:50px!important;
    display:inline!important;
    padding: 0.25rem 0.5rem;
    font-size: 0.875rem;
    line-height: 1.5;
}


@media(max-width:380px){

    .input-cart-sm{
        width:35px!important;
    }

   #modalCartResume .delete_item{
       padding: 5px 9px
   }

}


/********************* 2 .mínim altura para el hueco para el contenido de la página, excluyendo menú y footer*/
.content-page{
    /*
    min-height:75vh;
    */
    margin-top:70px;
}

/**********************3. FOOTER MENÚ PRINCIPAL**************************************/

.footer1, footer2{
    padding:50px;
}
footer h3{
    font-weight:bold;
}
.plr-col-footer{
    padding-left:30px;
    padding-right:30px;
}
footer h3{
    color: #3b3b3b;
    font-family: 'Raleway', sans-serif;
    font-size: 17px;
    font-weight: bold;
    letter-spacing: 1px;
    line-height: 1.4;
    margin-bottom: 18px;
    text-transform: uppercase;
}

.link-footer{
    line-height:0;
    margin-bottom: 8px;
}
.link-footer:hover{
    color:#e13a3a;
}


.icon-social-media{
    font-size:30px;
    color:#999;
}

.icon-social-media:hover{
    font-size:30px;
    color:#333;
}


@media(max-width:800px){
    .mt-col-footer{
        margin-top:20px;
    }
}
/***************************************************************************************************************/
/*******************           A. HOME                            ********************************************/
/****************************************************************************************************************/


/********************************A-1 SEARCHER**************************************/
#searcher{
background:linear-gradient(0deg,rgba(0,0,0,0.5),rgba(0,0,0,0.4)),url("../../images/home/desguaces.jpg");
background-repeat: no-repeat;
background-size: cover;
background-attachment: fixed;
background-position:50% 100%;
min-height:600px;
padding:60px;

}



.title-searcher{
    color:#fff;
}

.searcher-box {

    background-color:rgba(255, 255, 255, 0.8);
    padding:30px;
    padding-bottom:40px;
    border-radius:5px;

}
.searcher-box b{
    color:#000;
}

.position-box-searcher{
    margin-top:6%;

}

/*
.searcher-box .tab-pane{
    background-color:#fff;
    padding:60px;
    !*border:2px solid #ffcc00;*!
    border:2px solid #fff;

}

.searcher-box .nav-item{
    background-color:#ececec;
    border:2px solid #ffcc00;
    margin-right:10px;
}
.searcher-box .nav-link{
    color:#000!important;
}
.searcher-box .nav-link .active{
    background-color:#ffcc00;

}

.searcher-box .nav-link.active {
    color:#000!important;
    background-color:#ffcc00;
    font-weight:bold;

}

#search-tabs {
    float: right;
}

#search-tabs li {
    float: left;
}

*/

.mt-btn-searcher{
    margin-top:25px;
}

@media(min-width:1280px) and (max-width:1380px){
    .icon-search{
        width:100px;
    }
    #searcher{
        padding-top:25px;

    }
    .searcher-box .tab-pane{
        padding:20px;

    }
    .searcher-box .form-control{
        height:25px!important;
        padding:0px;
    }
}

@media(max-width:800px){

    #searcher{
        background:linear-gradient(0deg,rgba(0,0,0,0.3),rgba(0,0,0,0.2)),url("../../images/home/desguaces.jpg");
        background-repeat: no-repeat;
        background-size: cover;
        background-attachment: fixed;
        background-position:50% 00%;
        /*margin-top:100px;*/
        min-height:300px;
        padding:30px;

    }
    .title-searcher{
        font-size:24px;
    }

}

@media(min-width:801px) and (max-width:1440px){
    #searcher{
        min-height:300px;

    }
}

@media(max-width:400px){

    #searcher{
        background:linear-gradient(0deg,rgba(0,0,0,0.3),rgba(0,0,0,0.2)),url("../../images/home/desguaces.jpg");
        background-repeat: no-repeat;
        background-size: cover;
        background-attachment: fixed;
        background-position:50% 00%;
        /*margin-top:100px;*/
        min-height:300px;
        padding:10px;

    }


}

/********************************A-2 FEATURED PRODUCTS**************************************/

.mt-carousel-products{
    margin-top:60px;
}

/***************************************************************************************************************/
/*******************          B. RESUTS LIST PRODUCTOS                           ********************************************/
/****************************************************************************************************************/

/*B.1 breadcrumbs***********/
.custom-breadcrumbs{
    background-color:transparent;
    margin-top:10px;
    padding: 0.75rem 0rem;

}
.custom-breadcrumbs a{
  color:#000;
}

/*B.2 title + button filters***********/
.num-results-text{
    font-size:12px;
}

/*B.3 FILTERS BOX***************************/
.filters-box{
    background-color:#f9f9f9;
    padding:20px;
    transition: all 2s linear;

}


.mt-btn-filterbox{
    margin-top:35px;
}

.close-box-filters{
    cursor:pointer;

}
.close-box-filters:hover{
   color:#e13a3a;

}

/*B.4 box resultados y button filters**************************/

.pb-header{
    padding-bottom:20px;
}
/*B.5 lists**************************/
.item-products-list{
    padding:20px;
    background-color: #ececec;
    border-bottom:2px solid #fff;
}

.text-iva{
    font-size:12px;
}

/*B.5 BANNER ADONRNO******************/

.banner-desguaces{
    background:linear-gradient(0deg,rgba(0,0,0,0.3),rgba(0,0,0,0.2)),url("../../images/home/image-ppal.jpg");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-attachment: fixed;
    background-position:50% 00%;
    /*margin-top:100px;*/
    min-height:350px;
    padding:60px;

}


/**************************************************************************/
/***********************C. LOGIN REGISTER ***********************************/
/******************************************************************************/
.link_register{
    color:#000!important;
    cursor:pointer;
    font-weight: bold!important;
}
.link_register:hover{
    color:red!important;
    cursor:pointer!important;
}
/*validation auth*/
.help-block{
    color:red;
}

.tabs-login.nav-item{
    background-color:#ececec;
    border:2px solid #ffcc00;
    margin-right:10px;
}
.tabs-login .nav-link{
    color:#000!important;
}
.tabs-login .nav-link .active{
    background-color:#ffcc00;

}

.tabs-login .nav-link.active {
    color:#000!important;
    background-color:#ffcc00;
    font-weight:bold;

}

#search-tabs {
    float: right;
}

#search-tabs li {
    float: left;
}





/**************************************************************/
/******************* D. REALIZAR COMPRA ******************************/
/*****************************************************************/
.contain-scroll{
    max-height: 450px;
    overflow-x: hidden;
    overflow-y: auto;
    padding-left:10px;
    padding-right:10px;


}
.contain-scroll-step1-2{
    max-height: 550px;
    overflow-x: hidden;
    overflow-y: auto;
    padding-left:10px;
    padding-right:10px;
}



/*custom scrollbar inside stpes*/


.style-1-scroll::-webkit-scrollbar-track
{
    background-color: #F90;
    background-image: -webkit-linear-gradient(45deg,
    rgba(255, 255, 255, .2) 25%,
    transparent 25%,
    transparent 50%,
    rgba(255, 255, 255, .2) 50%,
    rgba(255, 255, 255, .2) 75%,
    transparent 75%,
    transparent)
}



.circles-steps{
    width:380px;
    margin-top:60px;
}

.circles-steps li {
    width: 4em;
    height: 3em;
    text-align: center;
    line-height: 3em;
    border-radius: 2em;
    background: #333;
    margin: 0 1em;
    display: inline-block;
    color: white;
    position: relative;
}

.circles-steps li::before {
    content: '';
    position: absolute;
    top: 1.2em;
    left: -4em;
    width: 4em;
    height: .2em;
    background: #333;
    z-index: -1;
}

.circles-steps li:first-child::before {
    display: none;
}

.circles-steps .active {
    background: #333;
}

.circles-steps .active ~ li {
    background: #ccc;
}

.circles-steps .active ~ li::before {
    background: #ccc;
}


.box-resume-cart{
    border:1px solid #ccc;
    padding:15px;
    height:100%;
}

.item-list-cart{
    border-bottom:1px solid #ccc;
    padding-top:10px;
}

/***************************PAGINATION****************************************/
.pagination-container {
    display: flex;
    justify-content: center;
    margin-top: 20px;
}

.pagination {
    display: flex;
    align-items: center;
    gap: 10px;
}

.pagination a {
    padding: 5px 10px;
    background-color: #007bff;
    color: white;
    text-decoration: none;
    border-radius: 5px;
}

.pagination a:hover {
    background-color: #0056b3;
}

.pagination .disabled {
    padding: 5px 10px;
    color: #999;
}

.pagination span {
    padding: 5px 10px;
}


/***************************STEPS****************************************/

.btn-datos{
    background-color:#000;
    color:#fff;
    border-color:#000;
    font-style: normal;
    font-weight: bold;
    line-height: inherit;
    transition: all .12s ease-in-out;
    -moz-transition: all .12s ease-in-out;
    -webkit-transition: all .12s ease-in-out;
    -o-transition: all .12s ease-in-out;
}
.btn-datos:hover, .btn-primary:focus{
    background-color:#444444;
    border-color:#ececec;
    color:#fff;
}


.box-pr10{
    padding-right:10px;
}
.box-pl10{
    padding-left:10px;
}

.plrcol{
    padding-left:5px;
    padding-right:5px;
}

.line-vertical{
    border-left:1px solid #000;
}

.wizard > .content {
    background: #ffffff !important;
}

.wizard > .content > section {
    width:100% !important;
    padding: 0px !important;
}

.wizard > .steps .current a, .wizard > .steps .current a:hover, .wizard > .steps .current a:active {
    background: #000;
    color: #fff;
    font-weight: bold;
    cursor: default;
}

.wizard > .steps .done a, .wizard > .steps .done a:hover, .wizard > .steps .done a:active {
    background: #777;
    color: #fff;
    font-weight: bold;
}
.wizard > .steps > ul > li {
    width: 33%;
}
.wizard > .actions a, .wizard > .actions a:hover, .wizard > .actions a:active {
    background: transparent;

    border: 1px solid #d8d8d8;
    border-bottom-color: #555;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: #3b3b3b;
    font-style: normal;
    font-weight: normal;
    line-height: inherit;
    margin-bottom: 12px;
    margin-right: 5px;
    margin-top: 5px;
    padding: 10px 15px;
    transition: all .12s ease-in-out;
    -moz-transition: all .12s ease-in-out;
    -webkit-transition: all .12s ease-in-out;
    -o-transition: all .12s ease-in-out;
}


.card{
    width:75%;
    margin:0px auto;
}

.padding-step{
    padding:20px;
}

/*ocultar el botón finalizar tercer paso*/
.wizard > .actions > ul > li:last-child {
    display:none!important;
}


/*contenido wizard sea responsive*/
.wizard > .content {
    background: #eee;
    display: block;
    margin: 0.5em;
    min-height: 35em;
    overflow: hidden;
    position: relative;
    width: auto;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.wizard > .content > .body input {
  font-size:0.8em;
}

.wizard > .content > .body .select2-container--default .select2-selection--single .select2-selection__rendered {
    font-size:0.8em;
}
.wizard > .content > .body label {
    font-size:0.9em;
}
/*botoncito delete el step 1 carrito */
.mtr0{
    margin-top:0;
    margin-right:0;
}

@media only screen and (max-width: 768px){



    .wizard>.steps>ul>li {
        float: inherit;
        width: 100%;
    }

        /*responsive tabla de prodcutos*/

        table#e-product-list thead {
            display: none;
        }
        table#e-product-list tbody td {
            display: block;

        }
        table#e-product-list tbody tr td:first-child {
            color: #000;
            font-weight:bold;
            font-size:12px;
        }
        table#e-product-list tbody tr td:first-child a {
            color: #fff;
        }
        table#e-product-list tbody tr td:first-child:before {
            color: rgb(225, 181, 71);
        }
        table#e-product-list tbody td:before {
            content: attr(data-th);
            font-weight: bold;
            display: inline-block;
            width: 10rem;
        }
        table#e-product-list tr th:last-child,
        table#e-product-list tr td:last-child {
            max-width: 100% !important;
            min-width: 100px !important;
            width: 100% !important;
        }


        /*añadir texto antes de los inputs en modo vertical*/


    .checkout-precio-tabla:before {
        content: "Euros/Ud : "!important;
    }

    .checkout-uds-tabla:before {
        content: "Uds.: "!important;
    }

    .mt-box-right-mv{
        margin-top:60px;
    }


    #e-product-list .th{
        width:100%;
    }

    #e-product-list .td{
        width:100%;
    }

}


@media(max-width:1280px){

    .card{
        width:90%;
        margin:0px auto;
    }


}
@media(max-width:801px){
    .line-vertical{
        border-left:0px solid #000;
    }

    .wizard > .content {
        background: #eee;
        display: block;
        margin: 0.5em;
        min-height: 65em;
        overflow: hidden;
        position: relative;
        width: auto;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border-radius: 5px;
    }
    .contain-scroll-step1-2{
        max-height: 1000px;
        overflow-x: hidden;
        overflow-y: auto;
        padding-left:10px;
        padding-right:10px;
    }
    .table td.pro-nombre {
        padding: 0.75rem;
        vertical-align: top;
        border-top: 1px solid transparent!important;
    }
    .table td.checkout-precio-tabla {
        padding: 0.75rem;
        vertical-align: top;
        border-top: 1px solid transparent!important;
    }
    .table td.checkout-uds-tabla {
        padding: 0.75rem;
        vertical-align: top;
        border-top: 1px solid transparent!important;
    }
    .table td.action-icon {
        padding: 0.75rem;
        vertical-align: top;
        border-top: 1px solid transparent!important;
    }
    .wizard > .content > .body label {
      font-size:12px;
    }

    .wizard > .content > .body input.input-text-alto {
        height:auto;
    }

    .wizard > .content > .body .select2-container--default .select2-selection--single .select2-selection__rendered {
        color: #444;
        line-height: 14px;
        padding: 8px;
    }


    .plr0-mv{
        padding-left:0;
        padding-right:0;
    }


    .box-pl10{
        padding-left:0px;
    }
}
@media(min-width:1281px) and (max-width:1500px){

    .card{
        width:85%;
        margin:0px auto;
    }


}
@media(max-width:374px){
    .wizard > .content {

        min-height: 70em;

    }

}



/**********************CLÁSICOS*********************************/
.pointer-marcas{
    cursor:pointer;
}

.pointer-marcas:hover{
    opacity:0.5;
}

.link_title_clasico{
    color:#000!important;
    cursor:pointer;
    text-decoration:none;

}
.link_title_clasico:hover{
    color:red!important;
    cursor:pointer!important;
    text-decoration:none;
}


/*******************clasicos detalle*************/
.box-aviso-clasicos{
    padding:20px;
    background-color:rgba(255,0,0,0.5);
    color:#fff;
}


.tabla_coche1{
background-color:#fff;
    border:1px solid #ccc;
    padding:20px;
}

.border-top{
    border-top:1px solid #ccc;
}


.container-foto{

    height: 264px;
    width: 100%;
}

.img-fluid-default {
    max-width: 70%;
    height: auto;
}

@media (max-width:900px) {

    .btn-scroll-clasicos{

        font-size: 14px!important;

    }

}


@media (max-width:768px) {

    .btn-scroll-clasicos{

        font-size: 10px!important;
        padding: 0.2rem 0.50rem;


    }

}

@media (max-width:600px) {

    .btn-scroll-clasicos{

        font-size: 10px!important;

    }

}

@media (max-width:490px) {

    .btn-scroll-clasicos{

        font-size: 10px!important;
        padding: 0.2rem 0.50rem;

    }

}
