@font-face {
    font-family: 'UKNumberPlate';
    src: url('../fonts/plate/UKNumberPlate.woff2') format('woff2'),
        url('../fonts/plate/UKNumberPlate.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

.tyre-widget-wrapper {
    min-height: 400px !important;
}

.tyre-widget-container {
    background-color: #978f8f !important;
}

.ui-slideouttab-handle {
 color: #ffffff !important;
}
.tyre-widget-tab-panels {
    background-color: #978f8f !important;
}

.tyre-widget-panel {
    background-color: #cecece;
    background-color: rgba(255,255,255,0.6);
    float: right;
    height: 100%;
    max-width: 1000px!important;
    width: auto !important;
}

.tyre-widget-container {
    //max-width: 1500px !important;
    width: 100% !important;
    margin-left: 3% !important;
    margin-right: 3% !important;
}

.tyre-widget-vrn-btn, .tyre-widget-size-btn{
    background-color: #46b31e !important;
	background-image: linear-gradient(to bottom,#4dc521,#3c991a) !important;
    border: none;
    color: #fff !important;
    font-size: 14px;
    font-weight: bold !important;
	text-shadow: none !important;
    margin-left: 5px;
    min-width: 150px;
    padding: 14px 20px 14px;
    vertical-align: top;
}

.tyre-widget-vrn-input {
    background: url(https://www.tyresintadley.co.uk/Images/Template/UK-Reg.png) no-repeat left top !important;
    background-color: #fdf059 !important;
    border: none;
    border-radius: 4px 0 0 4px;
    font-family: UKNumberPlate !important;
    font-size: 2em !important;
    line-height: 45px !important;
    padding: 0 0 0 35px !important;
    height: 48px !important;
    max-width: 265px;
    width: 84%;
}

.tyre-widget-wrapper {
	background-image: none !important;
    padding: 0px !important;
}

.sp-page-title.title-image-bg:after {
    background: none !important;
}

.sp-megamenu-parent .sp-dropdown .sp-dropdown-items {
    color: var(--bs-body-color) !important;
}