/* **************** SIDE-NAV **************** */
.side-nav-container{
    right: auto !important;
    display: block;
    top: 36%;
    z-index: 35;
    width: 170px;
    height: 310px;
    padding: 0px;
}

.side-nav {
    position: relative;
    font-size: 18px;
    list-style:none;
    padding: 0;
    margin: 0em 0em 0em 0em;
    width: 100%;
    height: 100%
}

.side-nav li::before {
    content: "\2022";
    color: rgba(0, 0, 0, 0.3);
    font-weight: bold;
    display: inline-block;
    position: relative;
    z-index: 1;
    width: 0.6em;
    margin: 0.7em 0em 0em 0.8em;
}
/* Orange toggle for being on that page / highlighted */
.side-nav li.toggled::before,
.side-nav li.highlight::before {
    content: "\2022";
    color: orange !important;
    text-shadow: 1px 0px 10px orange;
}
/* Video toggle */
.side-nav li.vid-toggle::before {
    content: "\2022";
    color: rgba(255, 255, 255, 0.3);
}

.side-nav li a{
    display: inline-block;
    position: absolute;
    z-index: 7;
    padding: 0.2em 3em 1.7em 1.2em;
    margin: 0.4em 0em 0em 0em;
    white-space: nowrap;
    outline: none;
    overflow: visible;
}

/* Init transparent until selected */
.side-nav li span {
    color: transparent;
}
.unselectable {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -webkit-user-drag: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
/* **************** SIDE-NAV ***************** */
/* ******************************************* */
/* **************** LOGIN-BUY **************** */
.login-card{
    height: 325px;
    width: 275px;
}

.login-buy{
    position: fixed;
    z-index: 50;
    left: 96%;
    top: 5%;
}

.model-page {
    top: 7.75%;
    left: 93.75%;
}

.login {
    padding: 5px;
    color: black;
}
.login:hover {
    cursor: pointer;
}

.buy {
    padding: 5px;
    color: black;
}

.fa-shadow {
    text-shadow: 1px 4px rgba(192, 192, 192, 1);
    transition: text-shadow ease-in-out;
    -webkit-transition: text-shadow ease-in-out;
}
.fa-shadow:hover {
    text-decoration: none;
    text-shadow: 2px 5px rgba(192, 192, 192, 1) !important;
    cursor: pointer;
}

/* LOGIN-BUY DROPDOWN FORM */
.user-form{
    visibility: hidden;
    overflow: hidden;
    position: fixed;
    z-index: 60;
    right: 0.8%;
    top: 1%;
    width: 200px;
    height: auto;
    font: filsonHeavy;
}
.user-form > .card{
    background-color:white;
    height: auto;
} 

.user-form .btn:hover,.btn:active,.btn:focus,.btn::selection,.btn:target {
    background-color: orange;
    border-color: orange;
}

/* **************** LOGIN-BUY ****************** */
/* ********************************************* */
/* ******** NEWSLETTER SIGNUP BANNER *********** */

#signup-banner {
    overflow: visible;
    background: black;
    position: sticky;
    width: 130%;
}

#signup-banner-copy {
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 20px;
    text-align: center;
    color:white;
}

.discount-banner {
    color: white;
}

.discount-banner:hover {
    color: white;
    text-decoration: underline;
}

#signup-banner-copy .button {
    text-decoration: underline;
    cursor: pointer
}

/* -------- Shop Mobile Header -------- */

#shop-burger{
    
    color: black;
    font-size: 40pt;
    margin: 0 40px 0 0;
    line-height: 70px;
    float: right;
}

#nav-toggle{
    display: none;
}

#mobHeader{
    box-shadow: 0px 8px 8px 0px rgba(0,0,0,0.2);
    background-color: #f8f9fa;
    width: 100%;
    display: none;
}

@media only screen and (max-width: 1100px){

    #shopHeader{
        display: none;
    }

    #mobHeader{
        display: block;
    }

    #shoutout-banner1{
        display: none;
    }

    #shoutout-banner2{
        display: none;
    }

    .menu{
        text-align: center;
        width: 100%;
        display: none;
    }

    .menu a {
        display: block;
        padding-bottom: 0px;
    }

    #nav-toggle:checked +.menu{
        display: block;
    }



}

/* ********************************************* */
/* **************** MODEL NAVBAR *************** */

.buy-now {
    position: fixed;
    z-index: 45;
    left: 92.5%;
    top: 2%;
}

.model-bar {
    width: 80%;
    height: 50%;
    z-index: 40;
    color: orange;
}

.model-nav-word {
    font-size: 20px;
    color: orange;
    border-bottom: 3px solid orange;
}

.top-scroll {
    z-index: 10;
    height: 50px;
    width: 50px;
    bottom: -6px;
    left: 90%;
    background-color: orange;
    border: 2px solid orange;
    border-radius: 50%;
    text-align: center;
    position: fixed;
    padding: 0px;
    transition: transform 0.1s;
    transform: rotate(180deg);
    -webkit-transform:rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
}
.top-scroll:hover {
    transform: rotate(180deg) scale(1.1);
    -webkit-transform: rotate(180deg) scale(1.1);
    -moz-transform: rotate(180deg) scale(1.1);
    -ms-transform: rotate(180deg) scale(1.1);
    -o-transform: rotate(180deg) scale(1.1);
}

/* **************** MODEL NAVBAR *************** */
/* ********************************************* */
/* **************** BREAKPOINTS **************** */
@media only screen and (max-width: 1520px) {
    .login-buy {
        left: 94%;
    }
    .buy-now {
        left: 90%;
    }
    .model-page {
        left: 91.5%;
    }
    #navbar-logo {
        height: 80px;
        width: 80px;
    }
    .nav-word {
        font-size: 55px;
    }
}
@media only screen and (max-width: 1450px) {
    .side-nav {
        font-size: 16px;
    }
    .top-scroll {
        left: 85%;
    }
}
@media only screen and (max-width: 1320px) {
    /* Make side-nav text not display so that they don't overlap with video */
    .small-screen-side-nav {
        display: none !important;
    }
    .buy-now {
        left: 88%;
    }
    .model-page {
        top: 8.75%;
        left: 89.5%;
    }
    .login-buy {
        left: 93%;
    }
}
@media only screen and (max-width: 1020px) {
    .login-buy {
        left: 92%;
    }
    .buy-now {
        left: 86%;
    }
    .model-page {
        top: 9.5%;
        left: 87.5%;
    }
    #navbar-logo {
        height: 70px;
        width: 70px;
    }
    .nav-word {
        font-size: 50px;
    }
    .top-scroll {
        left: 80%;
    }
}
@media only screen and (max-width: 780px) {
    .login-buy {
        left: 90%;
    }
    .buy-now {
        left: 82%;
    }
    .model-page {
        top: 10%;
        left: 84.25%;
    }
    #navbar-logo {
        height: 65px;
        width: 65px;
    }
    .navbar .col {
        flex-grow: 0 !important; /* Prevent column stretching */
    }
    .nav-word {
        font-size: 48.5px;
    }
    .side-nav-container {
        display: none;
    }
}
@media only screen and (max-width: 600px) {
    .login-buy {
        left: 85%;
    }
    .buy-now {
        left: 78%;
    }
    .model-page {
        left: 82.25%;
        top: 10.5%;
    }
    #navbar-logo {
        height: 60px;
        width: 60px;
    }
    .nav-word {
        font-size: 45px;
    }
    .navbar {
        /* background-color: white; */
    }
}
@media only screen and (max-width: 576px) {
    #navbar-logo {
        height: 50px;
        width: 50px;
    }
    .nav-word {
        font-size: 40px;
    }
    .justify{
        justify-content: flex-start !important;
        left: 3%;
        position: absolute;
        /* background-color: white; */
    }
    .login-buy {
        left: 82%;
    }
    .buy-now {
        left: 77%;
    }
    .model-page {
        top: 8%;
        left: 80.5%;
    }
}
@media only screen and (max-width: 375px) {
    .login-buy {
        left: 80%;
    }
    .buy-now {
        left: 60%;
    }
    .model-page {
        top: 0;
        left: 81%;
    }
}

/****** Checkout Navbar ********/
.checkout-navbar {
    padding: 12px 0;
    border-bottom: .1rem solid #f5f5f5;
    margin-bottom: 15px;
    background-color: #ffffff;
}

/*********** Footer ************/
.footer {
    background-color: #14151b;
    padding-bottom: 70px;
    padding-top: 70px;
    font-size: 100;
    color:white;
}
.footer-button{
    color: white;
    font-size: 100%;
    display: block;
    margin-bottom: 15px;
}

.footer-button:hover {
    color: white !important;
    text-decoration: underline;
    text-decoration-color: white;
}

.footer-header{
    background: none;
    color: white;
    margin-bottom: 15px;
    font-size: 120%;
}

.footer-cc-logo {
    background-color: white; 
    border-radius: 5px;
    height: 35px;      /* Equals maximum image height */
    width: 50px;
    white-space: nowrap; /* This is required unless you put the helper span closely near the img */

    text-align: center;
    margin: 1em 0;
}
.footer-cc-logo > img {
    vertical-align: middle;
    max-height: 35px;
    max-width: 50px;
}

.no-top-marg {
    margin-top: 0px;
}

@media (max-width: 767px) {
    .desktop-footer { display: none; }
}
@media (min-width: 768px) {
    .mobile-footer { display: none; }
}

@media (min-width: 768px) {
    /* places banner image below navbar */
    .sticky-navbar-offset {
      margin-top: 75px;
    }
  }
  
  @media (max-width: 767px) {
    /* places banner image below navbar */
    .sticky-navbar-offset {
      margin-top: 1px
    }
  }

/* **************** BREAKPOINTS **************** */

@font-face {
    font-family: filsonHeavy;
    src: url("/static/font/FilsonProHeavy-Heavy.otf");
}