/* fdbarfety PPR-307151 tagline */
.tagline {position: fixed !important; left: 20px !important; top: 5px !important; color: #fff; font-size: 12px; white-space: nowrap;}
.toyota .ddc-footer {background-image: none; background-color: #e4e5e6;}
.social-header-buttons {position: relative !important; display: contents;}

/*ddcrmelasky sonic asks*/
.page-header .dropdown-menu { max-height: 80vh !important; }
li a[href*="tirecenter"]:after {
    content: '';
    display: inline-block;
    width: 0.75em;
    height: 0.75em;
    margin-left: 4px;
    vertical-align: middle;
    background-color: currentColor;
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12'%3E%3Cpath d='M7 1h4v4M11 1L5 7M3 2H1v9h9V9' stroke='currentColor' stroke-width='1.5' fill='none'/%3E%3C/svg%3E");
    mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12'%3E%3Cpath d='M7 1h4v4M11 1L5 7M3 2H1v9h9V9' stroke='currentColor' stroke-width='1.5' fill='none'/%3E%3C/svg%3E");
    mask-repeat: no-repeat;
    mask-size: contain;
}

/*Toyota SmartPath Freeze Banner*/ 
@keyframes pulse {0%{background-color: darkred;} 100% {background-color: orangered;}} .ddc-composer::before {content:"You are editing the site of a Toyota SmartPath dealer. Due to program requirements, new inventory must link to Toyota's MST-C experience temporarily and inventory should be managed in Dealer Daily."; font-size: 24px; font-weight: 900; text-align: center; color: #fff; display: block; padding: 20px 25px; background-color: darkred; animation: pulse 1250ms ease-in-out alternate infinite; text-shadow: 0 0 3px rgba(0,0,0,.55); border-bottom: 1px solid black; width: 100%; top: 188px; position: static;} .v9-oem-toyota-0004-v1 .ddc-composer .page-header.minimal {position: relative;} .v9-oem-toyota-0004-v1 .ddc-composer .navbar.header-default {position: relative;} .v9-oem-toyota-0004-v1 .ddc-composer .ddc-wrapper {padding-top: 0!important;}