#simulador #cnt-tabs-tejido-filters {
    color: #000
}

#simulador .card-title {
    font-weight: 400;
    color: #000;
    font-size: 14px;
    letter-spacing: .28px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    margin-bottom: 0
}

#simulador #cnt-tabs-tejido .price {
    font-weight: 200;
    color: #6a6666;
    font-size: 12px;
    letter-spacing: .5px
}

#simulador #cnt-tabs-contrastado .card-text,
#simulador #cnt-tabs-tejido .card-text {
    white-space: nowrap;
    line-height: .625rem
}

#simulador #cnt-tabs-contrastado .card-text .best_props,
#simulador #cnt-tabs-tejido .card-text .best_props {
    font-weight: 200;
    color: #6a6666;
    font-size: 12px;
    letter-spacing: .24px
}

#simulador #tela-info-details .title {
    padding: 0;
    margin-bottom: 20px;
    color: #212727;
    font-size: 28px;
    font-weight: 600
}

#simulador #shirt-details {
    text-align: right
}

#simulador #shirt-details .title {
    font-weight: 300;
    font-size: 2rem;
    letter-spacing: 1px;
    text-transform: capitalize;
    margin-bottom: 25px;
    color: #212727;
    font-style: normal;
    line-height: normal
}

#simulador #shirt-details .price {
    font-size: 32px;
    line-height: 40px;
    font-weight: 300;
    color: #707070
}

#shirt-details .next .step_next i,
#shirt-details .next .step_next span {
    line-height: 30px;
    font-size: 20px;
    font-weight: 300
}

#shirt-details .receive_it {
    color: #212727;
    text-align: right;
    font-size: 17px;
    line-height: normal;
    font-style: normal;
    font-weight: 350
}

.cnt-filter-opts .resume {
    margin-left: 15px;
    color: #9ba8a8;
    font-weight: 300;
    font-size: 14px;
    letter-spacing: .5px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

#btnfiltrostext {
    font-size: 15px;
    text-transform: capitalize;
    color: #535d5d
}

#btnfiltros:hover #btnfiltrostext {
    color: #fff
}

#opt-type span {
    font-size: .9375rem;
    text-transform: capitalize;
    color: #535d5d
}

#opt-type:hover span {
    color: #fff
}

#simulador .option_trigger .text .price {
    font-size: 12px
}

#simulador #btntype span {
    color: var(--btn-primary-color)
}

#simulador #btntype:hover span {
    color: #fff
}

.shake {
    -webkit-animation: shake 2s infinite;
    animation: shake 2s infinite
}

@-webkit-keyframes shake {

    0%,
    100%,
    20%,
    80% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }

    30%,
    70% {
        -webkit-transform: translate3d(0, -1px, 0);
        transform: translate3d(0, -1px, 0)
    }

    40%,
    60% {
        -webkit-transform: translate3d(0, 4px, 0);
        transform: translate3d(0, 4px, 0)
    }

    50% {
        -webkit-transform: translate3d(0, -7px, 0);
        transform: translate3d(0, -7px, 0)
    }
}

@keyframes shake {

    0%,
    100%,
    20%,
    80% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }

    30%,
    70% {
        -webkit-transform: translate3d(0, -1px, 0);
        transform: translate3d(0, -1px, 0)
    }

    40%,
    60% {
        -webkit-transform: translate3d(0, 4px, 0);
        transform: translate3d(0, 4px, 0)
    }

    50% {
        -webkit-transform: translate3d(0, -7px, 0);
        transform: translate3d(0, -7px, 0)
    }
}

@media (max-width:768px) {
    #shirt-details .title {
        font-size: 20px;
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden;
        margin-bottom: 2px;
        font-weight: 400
    }

    #shirt-details .price {
        font-size: 15px;
        line-height: normal;
        color: #878787;
        font-weight: 400
    }

    #shirt-details .receive_it {
        font-size: 13px;
        font-weight: lighter;
        color: #212727
    }
}