h1 {
    font-size: 22px;
    margin: 0px;
    font-weight: normal;
}

h2 {
    font-size: 15px;
    font-weight: normal;
}

.promobox h2 {
    font-size: 14px;
    color: #000;
    margin: 0px;
    font-weight: bold;
}

a {
    text-decoration: none;
}

.GoogleReview {
    font-size: 36px;
    color: #ea7e19;
    background-image: url(/images/GoogleReview.png);
    height: 36px;
    background-repeat: no-repeat;
    background-position: right;
    line-height: 36px;
}

.GoogleSUBReview {
    font-size: 8px;
    color: #000;
    line-height: 8px;
}

body {
    font-family: 'Open Sans';
    line-height: normal;
}

.lightgrey {
    background-color: #ececec;
}

.barblue {
    background-color: #2C6FB7;
}

.mt-2-5 {
    margin-top: 0.75rem !important;
}

.mb-2-5 {
    margin-bottom: 0.75rem;
}

.ml-2-5 {
    margin-left: 0.75rem;
}

.mr-2-5 {
    margin-right: 0.75rem;
}

.p-2-5 {
    padding: 0.75rem;
}

.blue {
    width: unset !important;
}

#productimagebox .carousel-item img {
    object-fit: contain;
    object-position: center;
    overflow: hidden;
    height: 300px;
}

.carousel-control-prev-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%232C6FB7' stroke='%23fff' stroke-width='0.5' viewBox='-1 -1 10 10'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E") !important;
    width: 3rem;
    height: 3rem;
}

.carousel-control-next-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%232C6FB7' stroke='%23fff' stroke-width='0.5' viewBox='-1 -1 10 10'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E")  !important;
    width: 3rem;
    height: 3rem;
}

p {
    margin: 0;
}

.ksblist {
    background-color: #f4f4f4;
    font-size: 14px;
}

.ksblist ul {
    color: #696969;
    font-size: 11px;
    padding-inline-start: 15px;
}

.promobox {
    border: 1px solid #23408e;
    text-align: center;
    background-color: #FFFFFF;
}

.blueheading {
    background-color: #23408e;
    color: #cccccc;
    font-size: 13px;
}

.addtobasket {
    color: white;
    border-radius: 0 20px 20px 0;
    background-color: #328e23;
    font-weight: bold;
    font-size: 18px;
}

.tradein {
    color: white;
    border-radius: 0 20px 20px 0;
    background-color: #23408e;
}

.financebox {
    border: 2px solid #23408e;
    padding: 10px;
    background-color: #ececec;
    margin-bottom: 10px;
}

.SelOff {
    color: #FFF;
}

.SelOn {
    color: #CCCCCC;
}

.break {
    flex-basis: 100%;
    height: 0;
}

.crumb a {
    color: #707070 !important;
}

@media only screen and (max-width:992px) {
    .ksblist {
    border: none !important;
    }
}

@media only screen and (min-width:768px) {
    #borderleft {
        padding: 20px 35px 20px 20px !important;
    }
}

@media only screen and (max-width:767px) {
    #wbw {
        margin-right: .25rem !important;
    }
    #mdproductdesc {
        margin-right: 1rem !important;
    }
}