
.detroit-seconds,
.detroit-minutes,
.detroit-hours,
.detroit-days {

    border: 0;
    padding:0px;
    margin:0px;
    background:transparent;
    border-style:solid;
    border-color:#000000;
    box-shadow:0px 0px 0px 0px #ffffff;
    width:auto;
    max-width:100%;
    min-width:40px;
    display:inline-block;
    text-align:center;
    z-index:0


}

.number-seconds,
.number-minutes,
.number-hours,
.number-days {
    
    color:#ffffff;
    font-family:Lato;
    font-weight:900;
    font-size:27px;
    text-transform:none;
    text-decoration:none;
    line-height:1;
    letter-spacing:0;
    font-style:normal;

}

.unit-seconds,
.unit-minutes,
.unit-hours,
.unit-days {


    color:#ffffff;
    font-family:Lato;
    font-weight:500;
    font-size:12px;
    text-transform:none;
    text-decoration:none;
    line-height:1;
    letter-spacing:0;
    font-style:normal
    
    
}
.detroit-row-content {
    flex-flow: row;
    display: inline-flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #D1DFE4;
}
@media screen and (max-width: 601px) {

    .detroit-row-content .detroit-col-content.timer,
    .detroit-row-content .detroit-col-content.text {
        width: 100%;
    }
    .detroit-row-content {
        flex-flow:column;
    }
   /*  .countdown-timer .count-down {
        display: flex;
    } */
}


.detroit-te-content {
    margin-left: 20px;
}
.detroit-col-content.timer {
    display: inline-block;
    width: 28%;
}
.detroit-col-content.text {
    display: inline-block;
    width: 72%;
}
.detroit-col-content .code {
    font-size: 22px;
    color: #1E85E5;
}

.detroit-col-content .discount-price {
    color: #d64143;
    font-weight: bold;
}

.site-container.detroit {
    
}

.detroit-wrapper {
    background-color: #151E29;
}

.detroit-cde-wrapper {
    
    border: 0;
    padding: 10px;
    margin: 0px;
    background:#d64143;
    border-style:solid;
    border-color:#000000;
    box-shadow:0px 0px 0px 0px #ffffff;
    width:auto;
    max-width:100%;
    position:relative;
    z-index:0;
    text-align:center

}

.detroit-col-inner {

}

.my-floating-bar{
    position: fixed;
    bottom: 0;
    }
#my-float-container {
    
}
    
#my-float {
overflow: hidden;
z-index: 1;

}

#my-float.floating {
    position: fixed;
    top: 0;
    box-shadow: 0 4px 2px -1px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0 4px 2px -1px rgba(0, 0, 0, 0.25);
    -webkit-box-shadow: 0 4px 2px -1px rgba(0, 0, 0, 0.25);
}

.exit-intent-popup {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 99;
    background: rgba(33, 33, 33, 0.8);
    transform: translateY(60%) scale(0);
    transition: transform 0.3s cubic-bezier(0.4, 0.0, 0.2, 1);
}

.exit-intent-popup.visible {
    transform: translateY(0) scale(1);
}

.exit-intent-overlay {
    background: #FFF;
    padding: 10px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
}

.newsletter {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: var(--global-palette8);
    /* border-radius: 4px; */
    
    padding: 1.5em;
    margin-block-end: var(--global-lg-spacing);
    border: 1px solid var(--global-palette7);
    width: 100%;
    height: 100%;
    text-align: center;
    overflow-y: auto;
}
.newsletter .nothanks,
.newsletter .small {
    font-size: 15px;
    color: var(--global-palette6);
}

.newsletter .nothanks-link {
    text-decoration: none;
}

.newsletter .popup-title {
    font-size: 34px;
    margin-bottom: 0;
    margin-top: 1rem;
    
}
.newsletter .description {
    margin-top: 0;
}
.newsletter .submit {
    text-transform: uppercase;
}
.newsletter-form {
    max-width: 350px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    flex-flow: row;
    justify-content: center;
    align-items: center;
  
}
.newsletter-form  input{
    width: 300px;
    margin-bottom: 10px;
}

.g-recaptcha {}
.close {
    position: absolute;
    top: 10px;
    right: 40px;
    cursor: pointer;
    width: 10px;
    height: 10px;
    font-size: 35px;
    color: var(--global-palette6);
}


#cookieNotice.display-left {
    left: 30px;
    bottom: 30px;
    max-width: 295px;
}
#cookieNotice.light {
    background-color: #fff;
    background-color: var(--global-palette9);
  /*   color: #393d4d;
    color: var(--cookieNoticeProDark); */
}
#cookieNotice {
    box-sizing: border-box;
    position: fixed;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 6px 6px rgb(0 0 0 / 25%);
    font-family: inherit;
    z-index: 95;
}
/* #cookieNotice #closeIcon {
    width: 20px;
    height: 20px;
    cursor: pointer;
    overflow: hidden;
    opacity: .85;
    z-index: 999999;
    position: absolute;
    top: 0;
    right: 0;
    background: url(../images/close-icon.svg) 0 0 / 20px 20px no-repeat;
} */
#cookieNotice * {
    margin: 0;
    padding: 0;
    text-decoration: none;
    list-style: none;
    box-sizing: border-box;
}
#cookieNotice .title-wrap {
    display: flex;
    align-items: center;
    /* margin-bottom: 10px;
    background: url(../images/cookie-icon.svg) 0 0 / 40px 40px no-repeat;
    padding-left: 45px; */
    height: 40px;
}
#cookieNotice .title-wrap svg {
    margin-right: 10px;
}
#cookieNotice h4 {
    font-family: inherit;
    font-weight: 700;
    font-size: 18px;
}
/* #cookieNotice.light p, #cookieNotice.light ul {
    color: #393d4d;
    color: var(--cookieNoticeProDark);
} */
#cookieNotice p, #cookieNotice ul {
    font-size: 14px;
    margin-bottom: 20px;
}
#cookieNotice .btn-wrap {
    display: flex;
    flex-direction: row;
    font-weight: 700;
    justify-content: center;
    margin: 0 -5px 0 -5px;
    flex-wrap: wrap;
}
#cookieNotice .btn-wrap button {
    flex-grow: 1;
    padding: 0 7px;
    margin: 0 5px 10px 5px;
    border-radius: 20px;
    cursor: pointer;
    white-space: nowrap;
    min-width: 130px;
    line-height: 36px;
    border: none;
    font-family: inherit;
    font-size: 16px;
    transition: box-shadow .3s;
}
#cookieNotice button {
    outline: 0;
    border: none;
    appearance: none;
    -webkit-appearance: none;
    appearance: none;
}
/* #cookieNotice .btn-wrap button:hover {
    transition: box-shadow .4s cubic-bezier(.25,.8,.25,1),transform .4s cubic-bezier(.25,.8,.25,1);
    box-shadow: 0 2px 5px 0 rgb(0 0 0 / 30%);
    transform: translate3d(0,-1px,0);
}
.btn-primary{
    color:#ffffff;
    background:#115cfa;
    border: 1px solid #115cfa;
} */



#popupNoticeWrapper {
    box-sizing: border-box;
    position: fixed;
    font-family: inherit;
    z-index: 95;
}

#popupNoticeWrapper.display-left {
    left: 30px;
    bottom: 30px;
    max-width: 320px;
}
#popupNoticeWrapper.light {
    background-color: #fff;
    background-color: var(--global-palette9);
  /*   color: #393d4d;
    color: var(--popupNoticeProDark); */
}
#popupNoticeWrapper * {
    margin: 0;
    padding: 0;
    text-decoration: none;
    list-style: none;
    box-sizing: border-box;
}
#popupNoticeWrapper .content-mainwrap {
    box-sizing: border-box;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 6px 6px rgb(0 0 0 / 25%);
    border: 1px solid rgb(0 0 0 / 2%);
    background-color: #fff;
}
#popupNotice {
    box-sizing: border-box;
    padding: 20px;
}
#popupNoticeWrapper #closeIcon {
    width: 20px;
    height: 20px;
    position: absolute;
    right: 13px;
    top: 13px;
    width: 20px;
    height: 20px;
    background-color: #fff;
    padding: 0;
    border: 0;
    outline: 0;
    cursor: pointer;
    z-index: 99;
    border-radius: 50%;
    transition: transform ease 0.3s;
    box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.2);
    font-weight: 200;

}

#popupNoticeWrapper #closeIcon::after,
#popupNoticeWrapper #closeIcon::before {
    content: "";
    display: block;
    width: 60%;
    height: 3px;
    background-color: #718197;
    border-radius: 2px;
    position: absolute;
    top: 50%;
    left: 50%;
}
#popupNoticeWrapper #closeIcon::before {
    -webkit-transform: translate(-50%, -50%) rotate(-45deg);
    -ms-transform: translate(-50%, -50%) rotate(-45deg);
    transform: translate(-50%, -50%) rotate(-45deg);
}
#popupNoticeWrapper #closeIcon::after {
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
    -ms-transform: translate(-50%, -50%) rotate(45deg);
    transform: translate(-50%, -50%) rotate(45deg);
}


#popupNoticeWrapper .title-wrap {
    display: flex;
    align-items: center;
    /* margin-bottom: 10px;
    background: url(../images/cookie-icon.svg) 0 0 / 40px 40px no-repeat;
    padding-left: 45px; */
    height: 40px;
}
#popupNoticeWrapper .title-wrap svg {
    margin-right: 10px;
}
#popupNoticeWrapper h4 {
    font-family: inherit;
    font-weight: 700;
    font-size: 18px;
}
/* #popupNoticeWrapper.light p, #popupNoticeWrapper.light ul {
    color: #393d4d;
    color: var(--popupNoticeProDark);
} */
#popupNoticeWrapper p, #popupNoticeWrapper ul {
    font-size: 13px;
    margin-bottom: 0px;
}
#popupNoticeWrapper p.sub {
    margin-bottom: 10px;
    font-size: 14px;
}
#popupNoticeWrapper .title {
    color: var(--global-palette3);
}
#popupNoticeWrapper .btn-wrap {
    display: flex;
    flex-direction: row;
    font-weight: 700;
    justify-content: center;
    margin: 0 -5px 0 -5px;
    flex-wrap: wrap;
}
#popupNoticeWrapper .btn-wrap .btn-primary,
#popupNoticeWrapper .btn-wrap button {
    flex-grow: 1;
    padding: 2px 7px;
    margin: 0 5px 10px 5px;
    /* border-radius: 20px; */
    cursor: pointer;
    white-space: nowrap;
    min-width: 130px;
    line-height: 36px;
    border: none;
    font-family: inherit;
    font-size: 16px;
    transition: box-shadow .3s;
}
#popupNoticeWrapper button {
    outline: 0;
    border: none;
    appearance: none;
    -webkit-appearance: none;
    appearance: none;
}

#popupNoticeWrapper input {
    width: 100%;
    margin-bottom: 10px;
    padding: 0.4em 0.5em;
}