
#product .consulta-cobertor {
    color: #ffffff;
    border: 1px solid #eb6c28;
    background: #eb6c28;
    font-family: "Raleway";
    font-weight: 600;
    font-size: 15px;
    padding: 15px;
    margin-top: 10px;
    margin-bottom: 20px;
}

#product .block_cover {
    clear: both;
    padding-bottom: 20px;
}

#product .block_cover .step_number {
    background-color: #eb6c28;
    width: 42px;
    height: 42px;
    border-radius: 20px;
    color: #FFFFFF;
    display: block;
    text-align: center;
    line-height: 37px;
    font-family: "Raleway";
    font-weight: 600;
    font-size: 25px;
    float: left;
    margin-right: 15px;
}

#product .block_cover .text_select {
    color: #404040;
    font-family: "Raleway";
    font-weight: 400;
    font-size: 13px;
    height: 38px;
    line-height: 15px;
    padding-top: 3px;
}

#product .block_cover .button_select {
    background: #377cbd;
    color: #FFFFFF;
    display: inline-block;
    font-size: 14px;
    text-transform: uppercase;
    font-family: "Raleway";
    font-weight: 600;
    line-height: 52px;
    cursor: pointer;
    width: 84%;
    height: 52px;
    text-align: center;
    margin-top: -6px;
}

#product .block_cover.modify {
    display: none;
}

#product .block_cover.modify .button_select:before {
    content: url('../img/ico_editar.svg');
    position: relative;
    width: 18px;
    height: 18px;
    margin-right: 15px;
    display: inline-block;
    vertical-align: sub;
    cursor: pointer;
}

#product .block_cover .tittle_select {
    color: #377cbd;
    font-size: 18px;
    font-family: "Raleway";
    font-weight: 400;
    line-height: 40px;
}

#product .block_cover .tittle_select span.info:after {
    content: url('../img/ico_info.svg');
    position: relative;
    width: 18px;
    height: 18px;
    margin-left: 10px;
    display: inline-block;
    vertical-align: sub;
    cursor: pointer;
}

#product .block_cover .block_select {
    text-align: center;
    padding: 0 6px;
}

#product .block_cover .block_select input[type="radio"] {
    cursor: pointer;
    position: absolute;
    left: 6px;
    top: 0;
    width: calc(100% - 12px);
    height: 95px;
    opacity: 0;
}

#product .block_cover .block_select .img_select {
    cursor: pointer;
}

#product .block_cover .block_select .img_select img {
    border: 1px solid #ffffff;
    width: 100%;
}

#product .block_cover .block_select:hover .img_select img {
    opacity: .7;
}

#product .block_cover .block_select.selected .img_select img {
    opacity: 1!important;
    border: 1px solid #eb6c28;
}

#product .block_cover .block_select.selected .img_select:after {
    content: url('../img/ico_check.svg');
    position: absolute;
    top: 38px;
    left: 44px;
}

#product .block_cover .select_options {
    margin-top: 15px;
    display: flex;
    flex-flow: wrap;
}

#product .modal-cover_config {
    z-index: 100000;
    overflow: hidden;
    background: rgba(0, 0, 0, 0.5);
    position: fixed;
    top: 0;
    left: 0;
    outline: 0;
    width: 100vw;
    height: 100vh;
    display: none;
    justify-content: center;
    align-items: center;
}

#product .centrado {
    position: absolute;
    max-width: 1050px;
    width: 100%;
    min-height: 300px;
    background: #FFFFFF;
    border: 1px solid #377cbd;
}

#product .cover-debug {
    color: #212529;
    border: 1px solid #eb6c28;
    font-family: "Raleway";
    font-weight: 400;
    line-height: 1.27;
    font-size: 13px;
    padding: 10px;
    margin-bottom: 20px;
}

#product .cover-debug b {
    color: #eb6c28;
    font-size: 15px;
    font-weight: 600;
    margin-bottom: 5px;
    display: flex;
}

#product .centrado .select_shapes {
    display: flow-root;
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: 875px;
    margin: auto;
}

#product .centrado .img_select {
    display: flow-root;
    border: 1px solid #FFF;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 10px;
}

#product .centrado .img_select img {
    border: 1px solid #FFF;
    cursor: pointer;
}

#product .centrado .img_select.selected img {
    border: 1px solid #377cbd;
}

#product .centrado .close {
    position: absolute;
    width: 15px;
    height: 15px;
    right: 25px;
    top: 15px;
    background-image: url("../img/ico_cerrar.svg");
    z-index: 20;
    cursor: pointer;
}

.button_select_next {
    background: #377cbd;
    color: #FFFFFF;
    padding: 2px 10px;
    display: inline-block;
    font-size: 14px;
    font-family: "Raleway";
    font-weight: 600;
    line-height: 30px;
    cursor: pointer;
    float: right;
    text-align: center;
    position: absolute;
    bottom: 24px;
    right: 24px;
    padding-right: 30px;
    border: 2px solid #377cbd;
}

.button_select_next:hover {
    background: #276cad;
}

.button_select_next:after {
    content: url('../img/ico_continuar.svg');
    position: absolute;
    width: 15px;
    height: 15px;
    top: 5px;
    right: 12px;
}

.button_select_prev {
    background: #FFFFFF;
    color: #377cbd;
    padding: 2px 10px;
    display: inline-block;
    font-size: 14px;
    font-family: "Raleway";
    font-weight: 600;
    line-height: 30px;
    cursor: pointer;
    text-align: center;
    position: absolute;
    bottom: 24px;
    padding-left: 30px;
    border: 2px solid #377cbd;
    left: 24px
}

.button_select_prev:after {
    content: url('../img/ico_volver.svg');
    position: absolute;
    width: 15px;
    height: 15px;
    top: 4px;
    left: 12px;
}

.center_block .list_cotas {
    padding: 25px;
}

.center_block .list_cotas div {
    padding: 5px;
}

.center_block .list_cotas span {
    font-family: "Raleway";
    font-weight: 600;
    line-height: 26px;
    font-size: 26px;
    color: #404040;
    text-transform: uppercase;
}

.center_block .list_cotas input,
.block_stair_separation {
    padding: 0;
    margin-bottom: 25px;
}

.center_block .list_cotas input,
.block_stair_separation input {
    border: 1px solid #D6D4D4;
    background: #FBFBFB;
    font-family: "Raleway";
    font-size: 20px;
    font-weight: 400;
    line-height: 40px;
    color: #999;
    padding: 0 5px;
    width: 160px;
    height: 40px;
    margin-left: 15px;
}

.block_stair_separation input {
    text-align: center;
    margin-top: 10px;
}

.block_stair_separation span {
    font-family: "Raleway";
    font-size: 18px;
    color: #404040;
}

.head_modal h2 {
    font-size: 26px;
    font-family: "Raleway";
    font-weight: 400;
    text-align: center;
    color: #377CBD;
    border-bottom: 1px solid #ddd;
    padding: 20px;
    margin: 0 25px;
}

.footer_modal {
    clear: both;
}

.block_stair_separation {
    margin: 0;
    padding: 20px;
    width: 100%;
    display: flex;
    align-items: center;
    flex-flow: column;
    justify-content: center;
    text-align: center;
}

.footer_modal .line_step {
    display: block;
    width: 100%;
    max-width: 630px;
    margin: auto;
    border-bottom: 2px dotted #377CBD;
    margin-bottom: 40px;
    height: 35px;
}

.footer_modal .line_step div {
    width: 22%;
    float: left;
    text-align: center;
}

.footer_modal .line_step div:first-child,
.footer_modal .line_step div:last-child {
    width: 17%;
}

.footer_modal .line_step div:after {
    width: 25px;
    height: 25px;
    border-radius: 50px;
    background-color: #E2E2E2;
    content: " ";
    display: block;
    margin: auto;
    margin-top: -2px;
}

.footer_modal .line_step div:first-child:after {
    margin-left: 0;
}

.footer_modal .line_step div:last-child:after {
    margin-right: -2px;
}

.footer_modal .line_step div span {
    font-family: "Raleway";
    color: #D1D1D1;
    text-transform: uppercase;
    font-weight: bold;
    margin-bottom: 5px;
    display: block;
}

.footer_modal .line_step div:first-child span {
    margin-left: -10px;
    text-align: left;
}

.footer_modal .line_step div:last-child span {
    margin-right: -22px;
    text-align: right;
}

.footer_modal .line_step div.selected span {
    color: #377CBD;
}

.footer_modal .line_step div.selected:after {
    background-color: #377CBD;
}

#add_to_cart button:disabled {
    cursor: not-allowed;
    opacity: 0.5;
}

/* SHAPE IRREGULAR */

.shapes_step_2.shape_irregular .footer_modal .line_step div {
    width: 50%;
}

.shapes_step_2.shape_irregular .shape_irregular_inner {
    display: flex;
    flex-flow: wrap;
    padding: 30px 0;
    text-align: center;
}

.shapes_step_2.shape_irregular .button_select_next {
    display: none;
}

@media (max-width: 767px) {
    #product #cover_configurator {
        margin-top: 25px;
    }
    #product .centrado {
        position: relative;
        max-width: 1050px;
        width: 100%;
        min-height: 300px;
        background: #FFFFFF;
        border: 1px solid #377cbd;
        margin-bottom: 25px;
    }
    #product .modal-cover_config {
        z-index: 100000;
        background: rgba(0, 0, 0, 0);
        position: relative;
        outline: 0;
        width: 100%;
        height: auto;
        display: none;
        justify-content: center;
        align-items: center;
    }
    .footer_modal .line_step {
        display: block;
        width: 70%;
        max-width: 630px;
        margin: auto;
        border-bottom: 2px dotted #377CBD;
        margin-bottom: 90px;
        height: 35px;
    }
    #product .block_cover .block_select {
        cursor: pointer;
        text-align: center;
        padding: 0 100px;
    }
    #product .block_cover .block_select.selected .img_select:after {
        content: url(../img/ico_check.svg);
        position: absolute;
        top: 39%;
        left: 47%;
    }
    #product .content_prices {
        padding: 0px 8px !important;
    }
    #product .centrado .shapes_step_2 img {
        max-width: 100%;
    }
}