.radios-as-buttons {
    width: 100%;
    display: inline-block;
    margin-bottom: 24px;
}
.radios-as-buttons div {
    display: inline-block;
}
.radios-as-buttons input {
    position: absolute;
    left: -9999px;
}
.radios-as-buttons label {
    cursor: pointer;
    font-family: 'Ubuntu-B', sans-serif;
    font-style: normal;
    font-weight: bold;
    line-height: normal;
    font-size: 12px;
    color: #616365;
    padding: 8px 24px 9px;
    border: none;
}
.radios-as-buttons label:hover{
    color: #D52B1E;
    border: none;
}
.radios-as-buttons input:checked + label {
    background: #D52B1E;
    border-radius: 16px;
    border: none;
    color: #FFFFFF;
    margin: 0;
}


/*ACCESORRIES*/
.acc-card{
    background: #FFFFFF;
    border: 1px solid rgba(0, 0, 0, 0.15);
    overflow: hidden;
    margin: 0 auto 30px;
    max-width: 270px;
}
.acc-img{
    width: 268px;
    height: 190px;
    overflow: hidden;
    position: relative;
}
.acc-img img{
    width: 100%;
    height: 100%;
}
.acc-sale{
    font-family: 'Play-Regular';
    background: #D52B1E;
    border-radius: 16px;
    font-style: normal;
    font-weight: normal;
    line-height: normal;
    font-size: 12px;
    color: #FFFFFF;
    text-align: center;
    position: absolute;
    top: 17px;
    left: 17px;
    padding: 5px 11px;
}
.acc-card-body{
    padding: 22px 17px 24px;
}
.acc-article{
    font-family: 'Ubuntu-R';
    font-style: normal;
    font-weight: normal;
    line-height: normal;
    font-size: 12px;
    color: #616365;
    margin-bottom: 10px;
}
.acc-article small{
    color: #D52B1E;
    margin-right: 8px;
    display: inline-block;
}
.acc-name{
    font-family: 'Play-Bold';
    font-style: normal;
    font-weight: bold;
    line-height: normal;
    font-size: 16px;
    display: block;
    height: 38px;
    overflow: hidden;
    margin-bottom: 7px;
    color: #1E1E1E;
}
.acc-price{
    font-family: 'Ubuntu-R';
    font-style: normal;
    font-weight: normal;
    line-height: normal;
    font-size: 16px;
    text-decoration-line: line-through;
    color: #1E1E1E;
    margin-bottom: 10px;
}
.acc-price b{
    font-family: 'Ubuntu-B';
    font-style: normal;
    font-weight: bold;
    line-height: normal;
    font-size: 24px;
    color: #D52B1E;
    text-decoration-line: none;
    display: inline-block;
    padding-right: 8px;
}
.acc-btn{
    font-size: 16px;
}

/*ACC MODULES*/
.accessories__cars .card:hover {
    cursor: pointer;
}
.lineup__name {
    font-family: 'Play-Bold';
    display: block;
    height: 21px;
    overflow: hidden;
    margin-bottom: 2px;
    font-style: normal;
    font-weight: bold;
    line-height: normal;
    font-size: 18px;
    text-transform: uppercase;
    color: #1E1E1E;
}
.lineup__model .card {
    background: #FFFFFF;
    border: 1px solid rgba(0, 0, 0, 0.15);
    overflow: hidden;
    margin: 0 auto 30px;
    border-radius: 0;
}
.accessories__cars .card-body {
    padding: 18px 15px 16px;
}
.accessories__carsimg-wrap{
    width: 261px;
    height: 190px;
    overflow: hidden;
}
.accessories__carsimg-wrap img{
    width: 100%;
    height: 100%;
}
ul#accTab {
    width: 100%;
    margin-bottom: 24px;
    justify-content: flex-start!important;
}
.accessories__container .nav-item a.active {
    background: #D52B1E;
    border-radius: 16px;
    border: none;
    color: #FFFFFF;
    margin: 0;
}
.accessories__container .nav-item a {
    cursor: pointer;
    font-family: 'Ubuntu-B', sans-serif;
    font-style: normal;
    font-weight: bold;
    line-height: normal;
    font-size: 12px;
    color: #616365;
    padding: 8px 24px 9px;
    border: none;
}
.accessories__card {
    background: #FFFFFF;
    border: 1px solid rgba(0, 0, 0, 0.15);
    overflow: hidden;
}
.accessories__img-wrap {
    width: 268px;
    height: 190px;
    overflow: hidden;
    position: relative;
    margin: 0 auto;
}
.accessories__card-body {
    padding: 22px 17px 24px;
}
.accessories__card .title {
    font-family: 'Play-Bold';
    font-style: normal;
    font-weight: bold;
    line-height: normal;
    font-size: 16px;
    display: block;
    height: 38px;
    overflow: hidden;
    margin-bottom: 7px;
    color: #1E1E1E;
}
.accessories__card .price {
    font-family: 'Ubuntu-B';
    font-style: normal;
    font-weight: bold;
    line-height: normal;
    font-size: 24px;
    color: #D52B1E;
    text-decoration-line: none;
    display: inline-block;
    padding-right: 8px;
    margin-bottom: 10px;
}
button.btn.btn_rounded.btn_red:after {
    content: '';
    background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAYAAAAKCAYAAACXDi8zAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAB8SURBVHgBhY/LDYAgDIZB7jxuXCC4gSu4gSMwgiO4CSu4gfHm0VGAAdCaCCFqYpM+vzR/i6SURill0cOIEGLAGDvGGAohrAXEGHdKaQtwrCG5AsC5gsDChvOqMYanlBYoO8h9k4H3vgjDJi8NXOa01gf49Du0r+Et+vngCXSGLB71uijOAAAAAElFTkSuQmCC');
    width: 8px;
    height: 12px;
    background-repeat: no-repeat;
    display: inline-block;
    margin-left: 8px;
    vertical-align: middle;
}
button.btn.btn_rounded.btn_red {
    font-family: 'Play-Bold', sans-serif;
    font-style: normal;
    font-weight: bold;
    line-height: 22px;
    font-size: 18px;
    color: #616365;
    display: block;
    background: transparent;
    border: none;
    padding: 0;
}
button.btn.btn_rounded.btn_red:hover{
    color: #D52B1E;
}
button.btn.btn_rounded.btn_red:focus{
    box-shadow: none;
    outline: none;
}
button.btn.btn_rounded.btn_red:hover:after {
    background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAYAAAAKCAYAAACXDi8zAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAACPSURBVHgBfY+9DYMwEIV9jogiRZEo09hySeyGEcImjMAGwASMACOwASNQ8OMBWIAeYX4sYSRAXHX3vnd3eqh0vqzmxEeHwha2/gCQSk7DI0S1IFkj6HQL2x8N1hk2ULrMfg6qWFpXjcrDZqXvTfsAsA14vT+Jdk8o5rLLtSgFSdf7FafR/nTJcBK122GXAWc2ACy7ByXP8wAAAABJRU5ErkJggg==');
}
.accessories__cars .card:hover .lineup__name {
    color: #D52B1E;
}