@font-face {
    font-family: 'Roboto';
    src: 'fonts/Roboto-Regular.ttf'
}

@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@800&display=swap');

@font-face {
    font-family: 'Lato';
    src: 'fonts/Lato-Regular.ttf'
}

.top-menu {
    position: relative;
    top: 0;
    z-index: 1000;
    background-color: #043D99;
}

#cs-agent {
    height: 100%;
    position: absolute;
    top: 0;
    right: 10%;
}

#cs-screen {
    height: 100%;
    position: absolute;
    top: 32%;
    right: -10%;
}

#cs-callfor {
    position: absolute;
    top: 20%;
    width: 922px;
}

.m {
    position: absolute;
    top: 32%;
    width: 922px;
}

.m img {
    display: block !important;
    margin: 0 auto;
}

.main {
    padding: 0;
    min-height: 43vh !important;
    margin-top: 10px;
    margin-bottom: 10px;
}

body {
    position: relative;
}

.features {
    margin-top: 0px !important;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    margin-top: 3px;
    margin-bottom: 3px;
}

.feature {
    width: 100%;
    overflow: hidden;
    padding: 5px;
    flex: auto;
    cursor: pointer;
}

.feature h5 {
    font-size: 14px;
    font-weight: bold;
    font-family: 'Roboto', sans-serif;
    margin: 0 !important;
    text-align: center;
    color: #043D99;
    display: inline;
}

.feature p {
    text-align: center;
    font-size: 14px;
    color: #1f1f1f;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    display: inline;
}

.feature img {
    width: 50px;
    height: auto;
    display: block;
    margin: 0 auto;
    margin-bottom: 7px;
}

.sectionTitle {
    font-family: 'Roboto', sans-serif !important;
    margin-bottom: 13px !important;
    color: #1f1f1f !important;
    font-size: 13px !important;
    font-weight: bold !important;
    text-align: center !important;
}

.featureSeparate {
    width: 100%;
    height: 1px;
    margin-top: 5px;
    margin-bottom: 5px;
    background-color: #b5b5b5;
}

#grid {
    min-height: 43vh !important;
}

@media only screen and (max-height:800px) {
    .feature h5 {
        font-size: 12px;
        margin: 0;
    }

    .feature p {
        font-size: 12px;
        margin-top: 3px;
    }

    .feature img {
        width: 30px;
        margin-bottom: 3px;
    }
}

#productsGrid {
    height: 100%;
    padding: 0px !important;
}

.pitem {
    position: relative;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    align-content: center;
    justify-content: center;
}

.pitem .pitem-wrapper {
    /*width: 100%;
    padding: 10px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%)*/
}

#productsGrid .column {
    padding: 10px !important;
}

#section-grid .column {
    padding: 5px !important;
}

#main-grid .column {
    min-height: 30vh;
}

.section-header {
    width: 100%;
    height: auto;
    background-color: #ebebeb;
    box-shadow: 0px 1px 6px 0px rgba(0, 0, 0, 0.15);
}

.section-header h3 i {
    font-size: 17px !important;
    vertical-align: baseline !important;
}

.main-content-wrapper {
    min-height: calc(100% - 54px);
    width: 100%;
}

.tips-container {
    width: 100%;
    height: 58vh;
}

.tips-container #scrollable {
    padding-top: 4px;
    overflow-y: auto;
    height: calc(100% - 25px);
}

.t-post-container {
    width: 100%;
    height: auto;
    padding: 10px;
    box-shadow: 0px 3px 5px -1px rgba(0, 0, 0, 0.14);
    border-radius: 5px;
    overflow: hidden;
}

.t-post-container.mobile {
    padding: 0px !important;
    margin-bottom:10px;
}

#app-promo {
    display: flex;
    flex-direction: row;
    width: 100%;
    padding: 10px;
    background: rgb(74, 25, 197);
    background: linear-gradient(90deg, rgba(74, 25, 197, 1) 0%, rgba(183, 115, 250, 1) 100%);
}

#app-promo-content {
    margin-left:20px;
    flex: 1;
    display: flex;
    flex-direction: column;
    color:white;
    justify-content:center;
    align-items:center;
    font-family: 'Roboto', sans-serif !important;
}

#ap-header{
    font-size: 25px;
    font-weight:bold;
    margin-bottom: 5px;
    letter-spacing: 2.0px;
    color:white;
    font-family: 'Roboto', sans-serif;
    opacity: 1 !important;
}

#ap-sub{
    margin-bottom: 0px;
    margin-top: -6px;
    letter-spacing: 0.1px;
    font-size: 13px;
}

#app-promo img{
    object-fit: contain !important;
}

#ap-detail{
    font-size: 11px;
    margin-top:5px;
    text-align: center;
    color: #ffffffe0 !important; 
    margin-bottom: 0px;
}

#ap-links-wrapper{
    display:flex;
    flex-direction:row;
    align-items:center;
    justify-content: center;
}

#store-links{
    display:flex;
    flex-direction:column;
    flex:1;
    padding:5px;
}

#qr-link{
    padding:5px;
}

#qr-link img{
    width: 62px;
    border-radius: 10px;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

#promo-gplay-link{
    width:100%
}


.t-post-container h5 {
    margin: 0 !important;
}

.t-post-container p.post-date {
    color: #787878;
    font-size: 12px;
}

.t-post-container .p-content {
    font-size: 13px !important;
    color: #1f1f1f !important;
    margin-bottom: 5px !important;
}

.t-post-container .post-actions {
    width: 100%;
    height: auto;
}

.t-post-container .post-actions a {
    color: #003284 !important;
}

.t-post-container .post-actions a:hover {
    text-decoration: underline !important;
}

.covid-advisory {
    background-color: #2e7d30;
    color: white;
}

.covid-advisory h5 {
    font-size: 20px;
}

.covid-advisory .p-content {
    color: white !important;
    font-weight: bold;
}

.covid-advisory .post-date {
    color: #ebebeb !important;
}

.covid-advisory a:hover {
    text-decoration: underline !important;
}

.covid-advisory a {
    color: #000 !important;
}

.header-container {
    box-shadow: 0px 3px 5px -1px rgba(0, 0, 0, 0.20);
}

.discount-item {
    display: block;
    width: 100%;
    padding: 1px;
    text-align: center;
    font-size: 12px;
    color: #808080;
}

.originalPrice {
    color: #4f4f4f;
    cursor: pointer;
    text-align: center;
    font-size: 12px;
    font-weight: bold;
    margin-bottom: 5px !important;
}

.originalPrice:hover {
    color: red;
}

.originalPrice p {
    margin-bottom: 2px !important;
}

.originalPrice span.old-price {
    text-decoration: line-through;
}

.tooltip .tooltiptext {
    visibility: hidden;
    width: 80%;
    background-color: #1b1c1d;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 5px 0;
    /* Position the tooltip */
    position: absolute;
    z-index: 10000;
    bottom: 25%;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
}

.tooltip:hover .tooltiptext {
    visibility: visible;
}

#tipsHeader {
    margin-bottom: 0px;
}

.cell-hidden {
    display: none;
}

#img-0 {
    width: 100% !important;
}

#img-1 {
    width: 350px !important;
}

#productsGridNineWide {
    padding: 0 !important;
}

.index-discount-amt {
    color: red;
    font-weight: bold
}

#tipsFourWide {
    padding-top: 30px !important;
}

.products-internal-wrapper {
    height: 48vh;
    overflow-y: auto;
}

.feature-login-encourage {
    box-shadow: 0px 3px 39px -8px rgba(0, 0, 0, 0.50) !important;
    border-radius: 4px;
    padding: 10px !important;
    text-align: center !important;
    margin: 0 !important;
    color: white;
    animation: colorAnim 40s infinite !important;
    animation-timing-function: ease-in-out;
    transition: all .5s;
}

.notification-container {
    width: 100%;
    height: auto;
    position: absolute;
    top: 75px;
    z-index: 2;
    opacity: 0.9;
}

@keyframes colorAnim {
    0% {
        background-color: #a93766;
    }

    25% {
        background-color: #4332c2;
    }

    50% {
        background-color: #1eaae0;
    }

    80% {
        background-color: #b31100;
    }

    100% {
        background-color: #a93766;
    }
}


.feature .ui.basic.button {
    color: inherit !important;
    box-shadow: 0 0 0 1px rgba(255, 255, 255, .50) inset !important;
}

.feature .ui.basic.button:hover {
    color: #bd4949 !important;
}

.additional-disc-desc {
    color: white !important;
}

.additional-disc-header {
    letter-spacing: 2.4px;
    margin-top: 4px;
    font-size: 19px;
}

@media screen and (max-height: 900px) {
    .pitem .pimg {
        height: 120px !important;
        width: auto;
    }
}

@media screen and (max-width: 1200px) {
    #app-promo-content{
        margin-left:0px;
    }

    #app-promo img#mobile-app-display{
        width:50px;
    }
}