#cboAccesoryI {
	height: 50px;
}

@media screen and (max-width: 480px) {
    .accesorygrid {
        width:100%;
    }
}

@media screen and (min-width: 780px) {
    .accesorygrid {
        width:50%;
    }
}

#cboAccesoryI {
    width: 100%;
    border: 0;
    border-bottom: 2px solid #fafafa;
    border-top: 2px solid #fafafa;
    margin: 10px 0;
    background-color: #e9faff;
}

.form-control {
    background: #fff;
}

.form-control:focus, .input-group.focus {
    outline: none;
}

.titulo-sub {
    
    margin-bottom: 10px;
}

.h4 {
    font-size: 1.1rem;
    border-bottom: 3px solid var(--main-color);
    margin-bottom: -.125rem;
    display: inline-block !important;
}

.opcion button {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border: 0;
    background-color: transparent;
    padding: 1rem;
    width: 100%;
    text-align: left;
    font-weight: 700;
    margin-top: 20px;
}

.opcion button span {
    font-weight: 400;
    line-height: 1.8em;
}

.opcion .card {
    background-color: transparent;
    border: 0;
    padding: 0rem 1rem 1rem 1rem;
    box-shadow: none !important;
}
