@media only screen and (max-width: 575px){
.bmw-tab-button {
    padding: 13px 15px !important;
}
.bmw-card img {
    height: 320px !important;
}
}

@media only screen and (min-width: 575px){
.bmw-card img {
    height: 250px !important;
}
}

.bmw-tabs { margin-bottom: 1rem; text-align: center; }
.bmw-card img {
    width: 100% !important;
    object-fit: cover;
    object-position: 50% 50%;
}
.bmw-tab-button {
    padding: 8px 16px;
    margin-right: 5px;
    background: #eee;
    border: none;
    cursor: pointer;
}
.bmw-tab-button.active {
    background: #6a92ab;
    color: #fff;
}
.bmw-tab-content { display: none; margin-top: 1rem; }
.bmw-tab-content.active{
    display: block;
    width: 100%;
}
.bmw-products-wrapper {
    padding: 0px 35px;
}
.bmw-card h3 {
    font-size: 30px !important;
}
.bmw-card h4 {
    font-size: 25px !important;
}
.bmw-card {
    width: 100%;
    max-width: 320px;
    text-align: center;
    /* border: 1px solid #ccc; */
    border-radius: 8px;
    padding: 15px;
    margin: 10px;
    background: #fff;
    cursor: pointer;
    /* box-shadow: 0 2px 5px rgba(0,0,0,0.05); */
    /* transition: 0.3s; */
}

.slick-prev:before,.slick-next:before{
    display: none;
}
.slick-arrow{
    background: #6a92ab;
    width: 40px !important;
    height: 40px !important;
    display: flex !important;
    align-items: center;
    flex-direction: row;
    align-content: center;
    justify-content: center;
    border-radius: 50px;
    z-index: 9;
}
.slick-disabled {
                background: #6a92ab;
    width: 40px !important;
    height: 40px !important;
    display: flex !important;
    align-items: center;
    flex-direction: row;
    align-content: center;
    justify-content: center;
    border-radius: 50px;
    z-index: 9;
    opacity: 0.7;
}
.slick-prev {
    left: 0 !important;
}
.slick-next {
    right: 0 !important;
}
.slick-arrow:hover{
    background: #6a92ab;
    width: 40px !important;
    height: 40px !important;
    display: flex !important;
    align-items: center;
    flex-direction: row;
    align-content: center;
    justify-content: center;
    border-radius: 50px;
    z-index: 9;
}
.slick-arrow .fa.fa-chevron-left, .slick-arrow .fa.fa-chevron-right {
    color: white;
    font-size: 20px;
}
.bmw-card:hover {
    background: #e4f4fc;
}
.bmw-card img {
    width: 100%;
    height: auto;
    margin-bottom: 10px;
    border-radius: 5px;
}
.bmw-card h4 {
    margin: 0 0 10px;
    font-size: 16px;
}
.bmw-card .price {
    font-weight: bold;
    margin-bottom: 10px;
}
.bmw-card .popup-link a {
    display: inline-block;
    padding: 6px 12px;
    background: #0073aa;
    color: #fff;
    text-decoration: none;
    border-radius: 4px;
}
.sc_button.sc_button_default.bmw-tab-button:not(.active) {
    background: #E4F4FC;
    color: black;
}
.bmw-tab-button:first-child {
    margin-right: 10px;
}