#fitment-selector {
    max-width: none;
}

/*
* Form: Select
*/
#fitment-selector .custom-select {
    display: block;
    margin: 0;
}
#fitment-selector .select-selected {
    width: 100%;
    max-width: none;
    border: 1px solid #202020;
    border-bottom: none;
}
.select-items div,
.select-selected {
    font-family: "Fira Sans", sans-serif;
    font-size: 18px;
}

/*
* Form: Buttons
*/
#ftmt_sku {
    display: block;
    margin: 0;
    border: 1px solid #202020;
    border-bottom: none;
}
#ftmt_reset {
    display: block;
    margin: 0;
    border: 1px solid #202020;
}
button.ftmt-button,
button.ftmt-reset-button {
    font-family: "Fira Sans", sans-serif;
    font-size: 18px;
    width: 100%;
    margin: 0;
    border: none;
}
/*button.ftmt-button:hover {
    color:  #000;
    background-color: #FEE902;
}*/

/*
* SKU Display
*/
#sku_display {
    font-family: "Fira Sans", sans-serif;
    margin-top: 20px;
}

/*
* Shop link
*/
#link-container {
    text-align: center;
    margin-bottom: 150px;
}
#link-container #shop-link {
    display:none;
}