


#page-container {
    position: relative;
    min-height: 100vh;
}

.content_wrap {
    padding-bottom: 5rem;
    
}

.navbar {
    background: #2969FF;
    
   /* box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);*/
   
    padding: 5px 20px 5px 20px;
}

#logo {
    width: 80px;
    height: auto;
}

#cart_circle {
    display: inline-block;
    width: 20px;
    height: 20px;
    background: #4AF257;
    border-radius: 50%;
    position: relative;
    right: 25px;
    bottom: 10px;
}

#cart_number {
    font-family: 'Paytone One', sans-serif;
    color: #2969FF;
    position: relative;
    left: 6px;
    bottom: 3px;
}

.header_icons {

    height:30px;
}

.footer {
    /*background: #2969FF;*/
    background: #8e8ea0;
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 5rem;
}

#footer_logo {
    height: 40px;
    width: auto;
}

.footerlink {

    color: #E9ECF6;
    font-family: 'Noto Sans';
    font-weight: 900;
    text-decoration:none !important;
}

body {
    background-color: #E9ECF6;
}

p {
    font-size: .90em;
}

.heading {
    font-family: 'Paytone One', sans-serif;
    color: #202026;
}

.sub_heading {
    font-family: 'Noto Sans';
    font-weight: 900;
    color: #202026;
    pointer-events: auto;
   
}


.body_text {
    font-family: 'Noto Sans';
    color: #202026;
}

#store_external {
    color: #E9ECF6;
    font-family: 'Noto Sans';
    font-weight: 900;
    text-decoration: none !important;
    font-size:1.2em;
}

.cart_name {
    text-decoration: none;
    color: black !important;
}

.largelink{
    font-size: 2em;
    font-family: 'Noto Sans';
}