.accent-color{
    color: #ff8f00 !important;
}

/* Swithc Style */
.switch label .lever:before {
    background-color: rgba(255, 236, 179, 0.384) !important;
}

.switch label input[type=checkbox]:checked+.lever {
    background-color: #ffecb3 !important;
}

.switch label input[type=checkbox]:checked+.lever:after {
    background-color: #ff8f00 !important;
}

/* Numeric */
.btn-num{
    width: 70px !important;
    height: 70px !important;
    padding: 0;
    border-radius: 15px;
    line-height: 67px;
    font-weight: bold;
    font-size: 2.3em;
    margin-left: 0.1em;
}

.col-num {
    position: relative;
    margin-top: 0.2rem;
    margin-bottom: 0.2rem;
}

.big-numbers{
    font-size: xx-large !important;
    font-weight: bold !important;
    text-align: right;
}

/* Utils */
.btn-icon{
    width: 70px !important;
    height: 70px !important;
    padding: 8px 23px 23px 23px;
    border-radius: 15px;
    margin-left: 0.1em;
}

.container-fluid{
    background-color: #F2F2F2 !important;
}

.shapedbox{
    border-radius: 15px !important;
}

.shapedbox-down {
    border-radius: 0px 0px 15px 15px;
}
.tabs .tab a {
    color: #263238 !important;
}

.tabs .tab a.active{
    color: #263238 !important;
    font-weight: bold !important;
}

.tabs .indicator{
    background-color: #263238 !important;
}

.card .card-content {
    padding: 7px 11px !important;
}

#detalleCarrito{
    border: unset !important;
}

#resumenCarrito{
    margin-bottom: 0px !important;
}

.full-width{
    width: 100%;
}