.lottery-dropdown {
    display: none;
    position: fixed;
    z-index: 20001;
    top: 0px;
    width: 100%;
    margin: 0%;
    padding: 50px;
    background: rgb(255, 255, 255);
    text-align: center;
    font-size: 1.1em;
    height: 100%;
    overflow-y: auto;
}

.lottery-dropdown-button-wrapper {
    display: inline-block;
    margin: 0px 0px;
} 

.lottery-dropdown-order-button {background-color: #cc1a28;padding: 15px;transition-duration: 0.3s;font-weight: 600;text-transform: uppercase;border-radius: 3px;color: #ffffff;white-space: nowrap;}

.tm-navbar-wrapper .lottery-dropdown-order-button {
    font-size: 24px;
    padding: 15px 1.0vw;
    white-space: normal;
    border: 5px solid #f1b80f;
    color: #000000;
    transition: all 0.2s;
    display: block;
    text-align: center;
    position: absolute;
    right: 10px;
    top: 40px;
    background: #f1b80f;
    box-shadow: 0px 0px 0px 0px #3b0256;
    transition: all 0.2s;
}

@media (max-width: 1785px){ 
    .tm-navbar-wrapper .lottery-dropdown-order-button {
        right: 0px;
    }
}
@media (max-width: 1100px){ 
    .tm-navbar-wrapper .lottery-dropdown-order-button {
        right: 0px;
    }
}

.lottery-dropdown-order-button-outline,
.tm-block-bottom-b .lottery-dropdown-order-button {
    border-color: #3b0256;
    background-color: transparent;
    color: #3b0256;
    box-shadow: 0px 0px 0px 0px #fff;
}

.lottery-dropdown-order-button:hover {
    background: #8d131b;
    color: #ffcd38;
}

.lottery-dropdown-order-button-outline:hover,
.tm-block-bottom-b .lottery-dropdown-order-button:hover {
    color: #fec20d;
    background: #ffd400;
    border: 5px solid rgb(0 100 86 / 30%);
    background: #3b0256;
    border: 5px solid #3b0256;
    box-shadow: 0px 3px 5px 3px rgba(0,0,0,0.24);
}

.lottery-dropdown-order-button2 {
    color: #000000 !important;
    background: #ffc20e !important;
    border: 5px solid #ffc20e !important;
}
.lottery-dropdown-order-button2:hover {
    color: #000000 !important;
    background: #ffd400 !important;
    border: 5px solid rgb(255 212 0) !important;
    box-shadow: 0px 5px 5px 0px rgb(0 0 0 / 98%);
}

.lottery-dropdown-order-button-outline2 {
    border-color: #3b0256;
    background-color: transparent;
    color: #3b0256;
}
.lottery-dropdown-order-button-outline2:hover {
    border-color: #3b0256;
    background-color: #3b0256;
    color: #fec20d;
    box-shadow: 0px 3px 5px 3px rgba(0,0,0,0.24);
}

.lottery-dropdown h3 {
    padding: 0px 15%;
}

.lottery-dropdown-button-wrapper p {
    margin: 0px;
    font-size: 23px;
    color: white !important;
    font-weight: bold;
    letter-spacing: 4px;
    width: 100%;
    text-align: center;
}
.lottery-dropdown-button-wrapper p a {
    color: #ffffff;
    text-decoration: none;
    font-size: 22px;
    letter-spacing: 0px;
}
.lottery-dropdown-button-wrapper p a:hover {
    color: rgba(255, 255, 255, 0.7);
}

.lottery-dropdown-button-wrapper img {    
    width: auto;
    /*margin-top: 25px;*/
}
.lottery-dropdown-button-wrapper-small {
    display: none;
}
.lottery-dropdown-button-wrapper-small img {
    width: 120px !important;
    margin: 25px 0px 0px 0px;
}
.lottery-dropdown-button-wrapper-small p {
    margin: 0px;
    color: #FFF !important;
    font-weight: bold;
    font-size: 16px;
    width: 100%;
    text-align: center;
    letter-spacing: 0px;
}
.lottery-dropdown-button-wrapper-small p a {
    color: #fff;
    font-size: 19px;
}

.lottery-dropdown-footer {
    font-size: 0.8em;
    margin-top: 20px;
}

.lottery-dropdown-footer p {
    display: inline-block;
    margin: 0px 20px;
    font-size: 1.75em;
}
.lottery-dropdown-footer a.phone-footer {
    color: #333333 !important;
}

@media only screen and (max-width: 960px){
    .lottery-dropdown-button-wrapper-small {
        display: inline-block;
        position: absolute;
        right: 0px;
        top: 10px;
    }
    .tm-navbar-wrapper .lottery-dropdown-order-button {
        font-size: 26px;
        padding: 7px 20px;
    }
}
@media only screen and (max-width: 959px){
    .lottery-dropdown-button-wrapper:not(.lottery-dropdown-button-wrapper-small) {
        /* display: none !important; */
    }
}
@media only screen and (max-width: 410px){
    .lottery-dropdown-button-wrapper-small img {
        width: 90px !important;
        margin: 30px 0px 0px 0px;
    }
    .lottery-dropdown-button-wrapper-small p a {
        font-size: 16px;
    }
}

.lottery-dropdown-close {
    position: relative;
    right: 10px;
    top: 40px;
    float: right !important;
    width: 35px !important;
    height: 35px !important;
}
.lottery-dropdown-close:hover {
    color: #000;
}
.lottery-dropdown-close i {

}
.lottery-dropdown-close img {
    display: inline;
}

.lottery-dropdown-close-bottom {
    display: inline-block;
    /* background-color: transparent; */
    /* border: 1px solid #000000; */
    cursor: pointer;
    background-color: #006536;
    border: 1px solid #006536;
    color: #ffffff;
    padding: 9px 30px;
    text-transform: uppercase;
    font-weight: 600;
    /* width: 100%; */
    padding-top: 15px;
    padding-bottom: 15px;
    margin-bottom: 15px;
}
.lottery-dropdown-close-bottom:hover {
    background-color: #f5841f;
    color: #ffffff;
    border-color: #f5841f;
}


.lottery-dropdown h2 {
    margin-top: 40px;
}

.lottery-dropdown .lottery-dropdown-items-wrapper {
}
.lottery-dropdown .lottery-dropdown-texts-wrapper {
    max-width: 770px;
    margin: 0px auto;
    clear: none;
    }
.lottery-dropdown .lottery-dropdown-items {
    margin-bottom: 20px;
}
.lottery-dropdown .lottery-dropdown-separator {
    display: block;
    margin: 20px 0px;
    clear: both;
    height: 1px;
}
.lottery-dropdown .lottery-dropdown-item-sep {
    display: none;
}
.lottery-dropdown .lottery-dropdown-item {
    display: inline-block;
    height: auto;
    width: 20%;
    min-width: 88px;
    margin: 5px auto 0px auto !important;
    vertical-align: top;
    background: #006536;
    transition: all 0.3s;
    color: #fff;
    font-size: 1.593rem;
    font-weight: bold;
    padding-bottom: 20px;
}
.lottery-dropdown .lottery-dropdown-item-half {
    display: inline-block;
    height: auto;
    width: 185px;
    min-width: 88px;
    margin: 5px auto 0px auto !important;
    vertical-align: top;
}
.lottery-dropdown .lottery-dropdown-item-half > div {
    background: #006536;
    padding: 10px 10px;
    margin-bottom: 4px;
    color: #000;
}

.lottery-dropdown .lottery-dropdown-button a, 
.lottery-dropdown .lottery-dropdown-item-half a {
    color: #fff;
}
.lottery-dropdown .lottery-dropdown-item-half a {
    padding: 6px 2px !important;
    text-align: center;
    display: block;
    color: #fff;
    font-size: 1.4rem;
    line-height: 1.2em;
    height: 72px;
}
.lottery-dropdown .lottery-dropdown-button strong,
.lottery-dropdown .lottery-dropdown-item-half strong {
    display: block;
    font-weight: bold;
}
.lottery-dropdown .lottery-dropdown-button img {
    cursor: pointer;
    width: 100%;
    height: auto;
    max-width: 100px;
    border-radius: 5px;
    display: block;
    margin: 20px auto 10px;
}
.lottery-dropdown .lottery-dropdown-button:hover,
.lottery-dropdown .lottery-dropdown-item-half > div:hover {
    box-shadow: 0px 5px 7px 0px rgb(0 0 0 / 28%);
}

.lottery-dropdown-popups {
    display: none;
}

#lottery-dropdown-popup-wrapper {
    /*display: none;*/
}
#lottery-dropdown-popup-wrapper a {
    display: inline !important;
}
.lottery-dropdown-popup-underlap {
    display: none;
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 30000;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.55);
}
.lottery-dropdown-popup-window {
    position: relative;
    top: 20%;
    left: 40%;
    width: 50%;
    height: calc(100% - 40%) !important;
    margin: 0px -16%;
    padding: 20px 1%;
    background: #FFF;
    border: 1px solid #333;
    border-radius: 3px;
    overflow-y: auto;
    overflow-x: hidden;
}
.lottery-dropdown-popup-window .lottery-dropdown-close {
    top: 0px;
    right: -5px;
    font-size: 17px;
    width: 25px !important;
    height: 26px !important;
}

.lottery-dropdown-close:before,
.lottery-dropdown-close:after {
    content: " ";
    display: block;
    height: 1px;
    width: 100%;
    background: #222;
    margin-top: -1px;
}
.lottery-dropdown-close:before {
    transform: rotate(45deg);
}
.lottery-dropdown-close:after {
    transform: rotate(-45deg);
}

.lottery-dropdown-slider {
    display: none;
    position: relative;
    width: 500px;
    margin: 20px auto;
    text-align: center;
    font-size: 40px;
    font-weight: bold;
    text-shadow: 1px 1px 1px rgb(16,16,16);
    color: #FFF;
}
.lottery-dropdown-slider .lottery-dropdown-slide {
    display: none;
    position: absolute;
    width: 100%;
    color: #FFF;
    text-decoration: none;
    line-height: 1em;
}
.lottery-dropdown-slider .lottery-dropdown-slide:hover {
    color: #FFF;
}

@media only screen and (max-width: 920px){
    .lottery-dropdown .lottery-dropdown-item,
    .lottery-dropdown .lottery-dropdown-item-half {
        width: 45%;
    }
    .lottery-dropdown .lottery-dropdown-item-sep:nth-child(5) {
        display: block;
    }
    .lottery-dropdown-popup-window {
        top: 20%;
        width: 80%;
        margin: 0px -30%;
    }
}
@media only screen and (max-width: 700px){
    .lottery-dropdown-popup-window {
        width: 67%;
        margin: 0px -25%;
    }
}
@media only screen and (max-width: 570px){
    .lottery-dropdown {
        padding: 15px;
    }
}
@media only screen and (max-width: 400px){
    .lottery-dropdown {
        padding: 15px 5px;
    }
    .lottery-dropdown .lottery-dropdown-item {
    }
    .lottery-dropdown .lottery-dropdown-item-half {

    }
    .lottery-dropdown .lottery-dropdown-item, .lottery-dropdown .lottery-dropdown-item-half {
        margin: 2px 0px !important;
        font-size: 1.5rem;
    }
    .lottery-dropdown .lottery-dropdown-item-half > div {
    }
    .lottery-dropdown .lottery-dropdown-item-half a {
        display: block;
        padding: 8px 0px !important;
        font-size: 20px;
    }
    .lottery-dropdown-order-button {
        /* width: 100px; */
        white-space: nowrap;
        text-align: center;
        display: block;
        padding: 10px 5px;
        line-height: 1.2em;
        position: relative;
        left: -20px;
        font-size: 0.9em;
    }
}
@media only screen and (max-width: 420px){
    .lottery-dropdown h3 {
        /*padding: 35px 0px 0px 0px;
        margin-top: 20px;*/
    }
    .lottery-dropdown-popup-window {
        top: 15%;
        width: 80%;
        margin: 0px -30%;
    }
}

.lottery-dropdown-pricing {
    clear: both;
    width: 70%;
    margin: 0px auto;
    /* text-align: center; */
}
.lottery-dropdown-pricing:after {
    content: " ";
    display: block;
    clear: both;
}
.lottery-dropdown-pricing-item {
    background-color: #fafafa;
    display: inline-block;
    clear: both;
    width: 45%;
    margin: 20px 5px;
    padding: 5px 0px;
    min-width: 200px;
}

/* pricing table */
.pricing-table {
    text-align: left;
    font-weight: bold;
    font-size: 15px;
    letter-spacing: -0.5px;
    line-height: 1.2em;
    /* height: 80px !important; */
    /* display: block; */
    margin-top: 40px;
}
.pricing-table b {
    font-weight: 900;
    color: #f5841f;
    font-size: 1.3em;
}
.pricing-table img {
    max-height: 45px;
    display: inline-block;
    float: left;
    margin-right: 5px;
}
.pricing-table em {
    text-align: center;
    display: block;
    clear: both;
}

.pricing-table-full {
    padding: 3px 5px;
    margin-bottom: 7px;
    text-align: center;
    /* font-size: 0.7em; */
}
.pricing-table-half {
    display: inline-block;
    margin: 10px 0px;
    padding: 0px 0px;
    /* font-size: 0.7em; */
}
.pricing-table-5050 {
    width: calc(51%);
    float: left;
}
.pricing-table-5050 img {
    position: relative;
    top: -5px;
}
.pricing-table-calendar {
    width: calc(48%);
}
.pricing-table-calendar img {
    max-height: 40px;
    position: relative;
    top: -2px;
}
@media (max-width:960px) and (min-width:768px) {
    .pricing-table-5050 {
        width: 100%;
    }
    .pricing-table-calendar {
        width: 100%;
    }
}
@media (max-width:768px) {
    .pricing-table {
        text-align: center;
    }
    .pricing-table img {
        display: inline-block;
        float: none;
    }
    .pricing-table-5050 {
        width: 100%;
        display: inline-block;
    }
    .pricing-table-calendar {
        width: 100%;
        display: inline-block;
    }
    .pricing-table-inner {
        display: inline-block;
    }
}

