@import url('https://fonts.googleapis.com/css?family=Montserrat&display=swap'); body {
    font-family: 'Montserrat', sans-serif;
}

.modal-login {color: #636363;width: 350px;}
.modal-login .modal-content {padding: 20px;border-radius: 5px;border: none;}
.modal-login .modal-header {border-bottom: none;position: relative;justify-content: center;}
.modal-login h4 {text-align: center;font-size: 26px;margin: 30px 0 -15px;}
.modal-login .form-control:focus {border-color: #70c5c0;}
.modal-login .form-control, .modal-login .btn {min-height: 40px;border-radius: 3px;}
.modal-login .close {position: absolute;top: -5px;right: -5px;}
.modal-login .modal-footer {
  background: #222222;
  border-color: #dee4e7;
  text-align: center;
  justify-content: center;
  margin: 0 -20px -20px;
  border-radius: 0px 0px 4px 4px;
  font-size: 13px;
  border-top: 2px solid red;
}
.modal-login .modal-footer a {color: #999;}
.modal-login .avatar {
  position: absolute;
  margin: 0 auto;
  left: 0;
  right: 0;
  top: -70px;
  width: 95px;
  height: 95px;
  border-radius: 50%;
  z-index: 9;
  background: #ffffff;
  padding: 15px;
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.1);
  border: 2px solid #222222;
}
.modal-login .avatar img {width: 150%;margin-left: -15px;margin-top: -15px;}
.modal-login.modal-dialog {margin-top: 24vh;}
.modal-login .btn {color: #fff;border-radius: 4px;background: #222;text-decoration: none;transition: all 0.4s;line-height: normal;border: none;}
.modal-login .btn:hover, .modal-login .btn:focus {background: #000;outline: none;}

#headerAlert {
    position: absolute;
    z-index: 5;
    width: 250px;
    right: 10px;
}

body {
    overflow-x: hidden;
    width: 100%;
}

div.in-view .col-sm-6.left {
    animation-name: leftSlideIn;
    animation-duration: 1000ms;
    animation-timing-function: ease-out;
}

div.in-view h2.left {
    animation-name: leftBigSlideIn;
    animation-duration: 2000ms;
    animation-timing-function: ease-in-out;
}

div.in-view .col-sm-6.right {
    animation-name: rightSlideIn;
    animation-duration: 1000ms;
    /* animation-delay: 500ms; */
    animation-timing-function: ease-out;
}

.logo {
    text-align: center;
    /* padding: 50px; */
    border-radius: 10px;
    /* box-shadow: 0px 0px 20px 4px #ccc; */
    text-shadow: -14px 13px 7px #ccc;
    color: #464444;
}
.logo img {
  width: 300px;
}

.row {
    padding: 0;
    margin: 0;
}

.brown {
    background: #2c2b2b;
    padding: 80px;
    box-shadow: 0px 0px 20px 6px #222;
}

.brown .container {
    background: #fff;
}

.row.white {
    padding: 80px 0 80px 0;
}

.white h2 {
    font-size: 50px;
    width: 100px;
    letter-spacing: 5px;
    margin: 0 auto;
    text-shadow: -14px 13px 4px #ccc;
    font-weight: bold;
}

.white h4 {
    letter-spacing: 3px;
    width: 80%;
    line-height: 27px;
}

.white .container {
    padding: 50px;
    border-bottom: 2px solid;
}

.white ul {
    list-style: none;
    width: 57%;
    margin: 0 auto;
    padding: 20px;
}

.white ul li {
    font-size: 25px;
    letter-spacing: 3px;
    line-height: 40px;
}

.white ul.in-view li, div.brown.in-view .form-group {
    animation-name: animateIn;
    animation-duration: 300ms;
    animation-delay: calc(var(--animation-order) * 200ms);
    animation-fill-mode: both;
    animation-timing-function: ease-in-out;
}

#mobileBottomNav {display: none;}
#mobileBottomNav .btn {
    background: #222 !important;
    outline: none;
    border: 2px solid #222;
    border-radius: 0px;
    color: #fff;
}

#mobileBottomNav {
    background: #222;
    padding: 10px 0 10px 0;
    box-shadow: 0px -3px 5px 0px rgb(0 0 0 / 0.5);
}

#footerQuote {
    padding: 20px;
    font-size: 50px;
    letter-spacing: 6px;
    text-shadow: -14px 13px 6px #afafafed;
    color: #ccc;
}

#footerContactText {
    padding: 20px;
    font-size: 50px;
    letter-spacing: 6px;
    text-shadow: -14px 13px 6px #afafafed;
    color: #ccc;
}

.copyright {
    background: #666;
    padding: 10px 30px 10px 30px;
    color: #ccc;
}

.OTnotice .glyphicon {
    color: #c00;
}

.OTnotice a {
    color: #ccc;
    text-decoration: underline dotted #c00;
    font-weight: bold;
}

@keyframes animateIn {
    0% {
        opacity: 0;
        transform: scale(0.6) translateY(-8px);
    }

    100% {
        opacity: 1;
    }
}

@keyframes leftSlideIn {
    0% {
        position: relative;
        left: -65%;
        opacity: 0;
    }

    100% {
        left: 0;
        opacity: 1;
    }
}

@keyframes leftBigSlideIn {
    0% {
        position: relative;
        left: -150%;
        opacity: 0;
    }

    100% {
        left: 0;
        opacity: 1;
    }
}

@keyframes rightSlideIn {
    0% {
        position: relative;
        right: -65%;
        opacity: 0;
    }

    100% {
        right: 0;
        opacity: 1;
    }
}

::-webkit-scrollbar {
    width: 3px;
    border-radius 100% !important; overflow: hidden;
    margin-right: 20px !important;
}

::-webkit-scrollbar-track {
    background-color: #222;
    border-radius: 50px !important;
    height: 50%;
    z-index: -1;
}

::-webkit-scrollbar-thumb {
    background-color: #ccc;
    border-radius: 50px !important;
}

::-webkit-scrollbar-track-piece {
    /*     background-color: #54963e; */
    height: 50px !important;
}

::-webkit-scrollbar-button {
    /*     display: none; */
    background: #69d656;
    width: 30px;
    height: 30px;
}

::-webkit-scrollbar-corner {
    /*     display: none; */
    background: #0600ff;
    width: 30px;
    height: 30px;
}

@media (max-width: 1024px) {
    #headerRow,.brown {
        padding: 60px 30px 60px 30px;
    }
    #footerQuote, #footerContactText {
        font-size: 45px;
    }
}

@media (max-width: 800px) {
    #footerQuote {
        font-size: 34px;
        padding: 0;
    }

    .white ul {
        width: 100%;
    }

    .white h4 {
        width: 100%;
    }

    .white h2 {
        width: 100%;
        padding-top: 25px;
    }

    .row.white {
        padding: 50px 0 50px 0;
    }
}

@media (max-width: 768px) {
    .brown {
        padding: 40px 0 40px 0 !important;
    }
    #cartMainSection, #mainCheckoutBtn, #mainCartSeperator {display: none; border: none}
    #mobileBottomNav {display: block;}
}

@media (max-width: 425px) {
    ul.nav.navbar-nav.navbar-right li>a {
      color: #fff;
    }
    .nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
      background: transparent;
    }
    .container.logo {
      background: rgba(255, 255, 255, 0) !important;
    }
    .row.white {
        padding: 0;
    }
    span.icon-bar {
      background: #fff;
    }
    .white h2 {
        width: 100%;
        padding-top: 25px;
        text-align: center;
        font-size: 28px !important;
        padding-bottom: 25px;
    }

    .white .container {
        padding: 50px 10px 50px 10px;
    }

    .white ul li {
        font-size: 20px;
    }

    #footerQuote {
        font-size: 23px;
        letter-spacing: 1px;
        padding: 0;
    }

    #footerContactText {
        font-size: 40px;
    }

    .copyright {
        font-size: 10px;
    }
}

@media (max-width: 320px) {
}
