body {
    background-color: #000000;
    /*background-image: url(../images/footer2.jpg);
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: bottom;*/
}

/* header {
    background-image: url(../images/headerbg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
} */

/* .header-image {
	margin-left: -15px;
	margin-right: -15px;
} */

main {
    background-color: #ffffff;
    /*padding-top: 75px;*/
}

#content {
    min-height: 200px;
}

footer {
    min-height: 200px;
}

.navbar-brand {
    display:none;
}

.scrolled-past .navbar-brand {
    display: block;
}

/* #mini-cart {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
} */

/* >= Medium */
/* @media (min-width: 768px) {
    #mini-cart {
        position: absolute;
        top: 50%;
        left: unset;
        right: 15px;
        transform: translate(-50%, -50%);
    }
} */

.btn-lh {
    line-height: 40px;
}

#offcanvas-account .card{
	background-color: rgba(0,0,0,1) !important;
    color: white;
}

#offcanvas-account .card-header h3{
    color: white;
}

#offcanvas-account .input-group-prepend span{
	width: 50px;
	background-color: #00ccff; /*#FFC312;*/
	color: black;
	border:0 !important;
}

#offcanvas-account input:focus{
	outline: 0 0 0 0  !important;
	box-shadow: 0 0 0 0 !important;
}

#offcanvas-account .remember{
    color: white;
}

#offcanvas-account .remember input
{
	width: 20px;
	height: 20px;
	margin-left: 15px;
	margin-right: 5px;
}

#offcanvas-account .prepend {
	color: black;
	background-color: #00ccff;
	border-color: #00ccff;
}

#offcanvas-account .login_btn{
	color: black;
	background-color: #00ccff;
	width: 100px;
	font-weight:bold;
}

#offcanvas-account .login_btn:hover{
	color: black;
	background-color: white;
}

#offcanvas-account .links{
    color: white;
}

#offcanvas-account .links a{
	color: #00ccff;
    margin-left: 4px;
    font-weight: bold;
}

#offcanvas-account .links a:hover {
	color: #FFFFFF;
}


/* Small devices (landscape phones, 576px and up) */
/* @media (min-width: 576px) { ... } */

/* Medium devices (tablets, 768px and up) */
/* @media (min-width: 768px) { ... } */

/* Large devices (desktops, 992px and up) */
/* @media (min-width: 992px) { ... } */

/* X-Large devices (large desktops, 1200px and up) */
/* @media (min-width: 1200px) { ... } */

/* XX-Large devices (larger desktops, 1400px and up) */
/* @media (min-width: 1400px) { ... } */