﻿
.resumen-rigth {
    background-color: #fff;
    border-radius: 10px;
    border: 1px solid #d3d3d3;
    padding: 10px 15px;
}

.txtResumen {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    margin-top: 10px;
}

.txtResumen img{
    width: 38px;
}

.txtResumen p{
    margin: 0 0 0 10px;
    line-height: 15px;
}

.txtResumen p a{
    color: #27509b;
}

.card-pay {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin: 10px 0;
}

.card-pay img{
    margin-left: 10px;
    max-width: 38px;
}

.card-pay img:first-child{
    margin-left: 0;
}

.resumen-div-carrito {
    width: 380px;
}

.divCarritoSec {
    width: calc(100% - 450px);
}

/*.totalCarito {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    position: relative;
    bottom: unset;
    width: 100%;
    left: unset;
    padding: 0 20px;
    height: 60px;
    background-color: #fff;
}*/

#topPagina {
    background-color: #FCFCFC;
}

.divServices {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.card-services {
    width: 48%;
}

.select-pago {
    width: 100%;
}

.select-pago .form-check {
    width: 100%;
    border: 1px solid #d3d3d3;
    padding: 10px 20px;
    border-radius: 10px;
    margin-bottom: 10px;
}

.select-pago .form-check-input{
    float: right !important;
}

.select-pago .form-check img{
    width: 20px;
    margin-right: 10px;
}

/*.collapse-apgo {
    margin-bottom: 10px;
}*/

.collapse-apgo .form-check.open {
    margin: 0;
    border-bottom: 0;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}


.collapse-apgo .collapse .card {
    border-top: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.collapse-apgo .card{
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: space-between;
}

.list-specs-llanta {
    padding: 0;
    list-style: none;
}

.list-specs-llanta li{
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
    margin-bottom: 5px;
}

.list-specs-llanta li i {
    background-color: #DCEDFF;
    border-radius: 50%;
    width: 25px;
    height: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #27509B;
    font-size: 18px;
    margin-right: 5px;
}

.info-llanta {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: calc(100% - 125px);
    align-items: flex-end;
    padding: 20px;
    position: relative;
}

.info-llanta .icon-eliminar{
    cursor: pointer;
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 24px;
    color: #7D7D7D;
}

.datos-llanta {
    width: 65%;
}

.precio-llanta {
    width: 30%;
    text-align: right;
}

.botones-llanta {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    width: 100%;
    justify-content: space-between;
    margin: 15px 0;
}

.botones-llanta .text-dark.pill{
    position: relative;
}

.product-item {
    display: flex;
    flex-wrap: wrap;
    border-bottom: 1px solid #d3d3d3;
}

.slider-llanta {
    width: 125px;
}

.precio-llanta article {
    font-size: 13px;
    color: #F5452E;
}

.precio-llanta article small {
    color: #767677;
    font-size: 13px;
    text-decoration: line-through;
    margin-left: 5px;
}

.precio-llanta span {
    font-size: 16px;
    color: #27509B;
    font-weight: 600;
}

.btn-specs {
    width: auto;
    position: relative;
    padding-right: 25px !important;
    color: #27509B !important;
}

.btn-specs.collapsed::after {
    content: "\e902";
    font-family: 'icomoon' !important;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    position: absolute;
    right: 0;
    top: 10px;
}


.btn-specs.collapsed span.mostrasMenos {
    display: none;
}

.btn-specs.collapsed span.mostrasMas {
    display: flex;
}

.btn-specs span.mostrasMas{
    display: none;
}

.btn-specs::after {
    content: "\e900";
    font-family: 'icomoon' !important;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    position: absolute;
    right: 0;
    top: 10px;
}

.botones-llanta .input-group {
    width: 120px;
    margin-bottom: 15px;
}

.btnCollapse::after {
    content: "\e900";
    font-family: 'icomoon' !important;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    position: absolute;
    left: 170px;
    top: 14px;
}

.btnCollapse.collapsed::after {
    content: "\e902";
    font-family: 'icomoon' !important;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    position: absolute;
    left: 170px;
    top: 14px;
}

.ResumenDiv {
    margin-top: 10px;
}

.txtConectka {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin-top: 15px;
}

.txtConectka i{
    margin-right: 5px;
}

.txtConectka img{
    width: 100px;
    margin-left: 5px;
}


.form-facturacion {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 20px;
}

.df-options span {
    width: 65px;
    height: 40px;
    display: inline-flex;
    background-color: #EBEBEB;
    justify-content: center;
    align-items: center;
    margin-right: 10px;
    border-radius: 24px;
    color: #333;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
}

.df-options span i{
    margin-left: 5px;
    display: none;
    font-size: 18px;
}

.df-options span.active {
    background-color: #DCEDFF;
    color: #27509B;
}

.df-options span.active i{
    display: flex;
}

.itemsServicios2 .itemC.servicioItem .detalleItem {
    width: calc(100% - 165px);
    padding-left: 10px;
    padding-right: 10px;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
}

.itemsServicios2 .itemC.servicioItem .detalleItem i{
    margin-right: 5px;
}

.selectOption article small {
    color: #767677;
    font-size: 13px;
    text-decoration: line-through;
    margin-left: 5px;
}

.selectOption article {
    font-size: 13px;
    color: #F5452E;
}

.selectOption.service2 span {
    color: var(--color-primary) !important;
}

.selectOption span i{
    margin-right: 5px;
}

.tags-llantas .pill {
    height: 30px;
    margin-left: 10px;
    padding: 0 15px;
}

.tags-resumen span {
    height: 30px;
    font-weight: normal !important;
    padding: 0 15px;
    /*width: 160px;*/
    width: auto;
    font-size: 15px !important;
}

@media (max-width: 991px) {
    .resumen-div-carrito {
        display: none;
    }

    .divCarritoSec {
        width: 100%;
    }

    
}


@media (max-width: 768px) {

    .divMapaSlect .mapa {
        width: 100% !important;
    }

    .buscar-taller {
        width: 100% !important;
    }

    .product-item {
        justify-content: space-between;
    }

    .card-services {
        width: 100%;
    }  

    /*.totalCarito {
        box-shadow: 0 -3px 5px rgb(0 0 0 / 25%);
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        padding: 10px;
        align-items: center;
        position: absolute;
        bottom: 0;
        width: 100%;
        left: 0;
        padding: 0 20px;
        height: 60px;
        background-color: #fff;
        z-index: 99;
        border-bottom-left-radius: 10px;
        border-bottom-right-radius: 10px;
    }*/

    /*SCROLL BAR MOVIL*/
    .divProceso {
        display: block;
        /*height: calc(100vh - 130px);*/
        -webkit-transition: all 0.6s ease-in-out;
        transition: all 0.5s ease-in-out;
       /* overflow-y: scroll;
        padding-bottom: 60px;*/
    }

    /*.divProceso {
        scrollbar-width: thin;
        scrollbar-color: #27509B #27509B;
        padding-right: 5px;
    }*/



}


@media (max-width: 576px){

    .precio-llanta {
        text-align: left;
    }

    .form-group.mid-size,
    .form-group.third-size {
        width: 100% !important;
    }

    .datos-llanta {
        width: 100%;
    }


    .info-llanta {
        padding: 0;
        width: 100%;
    }

    .slider-llanta {
        width: 50%;
        margin: 0 auto 20px;
    }

    .owl-theme.slider-prod .owl-dots .owl-dot span {
        margin: 2px;
    }

    .collapse-apgo .form-group.third-size {
        width: 48% !important;
    }

}