/* catalog_accessories */
body.item-open {
    overflow: hidden;
}
.container-100-new{
    overflow-y: scroll;
}
.black-window .container {
    top: 40px;
}
section.catalog h2{
    font-size: 2.05rem;
}
section.catalog .car-name{
    color:#ce1117;
}
section.catalog .category-name{
    font-size: 1.85rem;
}
.accessory-card{
    border:0.4px solid rgba(0,0,0,0.2);
    padding:20px;
    cursor:pointer;
}
.accessory-card .card-body{
    padding-top:15px;
}
.accessory-card .title{
    font-size: 1rem;
    font-weight: bold;
    text-transform: uppercase;
}
.accessory-card hr{
    border: 1px solid #e40011;
}
.accessory-card .card-footer .article{
    text-align:left;
    font-size: 1.2rem;
    font-weight: bold;
    text-transform: uppercase;
}
.accessory-card .card-footer .price{
    text-align:right;
    font-size: 1.2rem;
    font-weight: bold;
    color:#e40011;
}
.accessory-card .card-footer {
    background: 0;
    padding: 0rem;
    border: 0;
}
.accessory-item{
    border:0.4px solid rgba(0,0,0,0.2);
    padding-bottom: 2rem;
    padding-right: 2rem;
    background: #eeeeee;
}
.accessory-item .item-body{
    padding-top: 2rem;
    padding-left: 2rem;
    text-align: left;
}
.accessory-item .item-image{
    overflow: hidden;
    padding-top: 2rem;
    padding-left: 2rem;
    text-align:center;
}
.accessory-item .item-image img{
    max-width: 100%;
}

.accessory-item .title{
    font-size: 2rem;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 1.2rem;
}
.accessory-item .text{
    font-size: 1.2rem;
}
.accessory-item hr{
    border: 1px solid #e40011;
}
.accessory-item div .article{
    text-align:left;
    font-size: 2.2rem;
    font-weight: bold;
    text-transform: uppercase;
}
.accessory-item div .price{
    text-align:right;
    font-size: 2.2rem;
    font-weight: bold;
    color:#e40011;
}
.accessory-item .item-footer {
    background: 0;
    padding: 0rem;
    border: 0;
}
.accessory-item .compatibility{
    padding-top: 2rem;
    font-size: 110%;
}
.accessory-item .compatibility ul{
    list-style: none;
    margin:0;
    padding: 0;
}
.order-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
}
.order-12 {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 12;
    order: 12;
}
@media(max-width: 991px){
    .order-lg-1 {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1;
    }
    .order-lg-12 {
        -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
        order: 12;
    }
}
.checkgroup label {
    display: block;
    position: relative;
    padding-left: 25px;
    margin-bottom: 10px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.checkgroup input[type="checkbox"] {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

/* Create a custom checkbox */
.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 15px;
    width: 15px;
    background-color: #fff;
    border: 0.35px solid rgba(0,0,0,0.2);
}

/* On mouse-over, add a grey background color */
.checkgroup label:hover input ~ .checkmark {
    background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.checkgroup label input:checked ~ .checkmark {
    background-color: #fff;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.checkgroup label input:checked ~ .checkmark:after {
    display: block;
}

/* Style the checkmark/indicator */
.checkgroup label .checkmark:after {
    left: 5px;
    top: 2px;
    width: 5px;
    height: 10px;
    border: solid #000;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.choose_car{
    cursor: pointer;
    background: #f1f1f1;
    border: 18px solid #fff;
}
.choose_car:hover{
    background: #fff;
}