.menu-wrap {
    text-align: center;
}

.menu-wrap img {
    width:50px;
}

.sidenav {
    height: 100%;
    width: 160px;
    position: fixed;
    z-index: 100;
    top: -20px;
    right: 0;
    background-color: transparent;
    overflow-x: hidden;
    padding-top: 20px;
}

.sidenav a {
    padding: 0 17px 5px 14px;
    text-decoration: none;
    font-size: 25px;
    color: #818181;
    display: block;
}

.sidenav a:hover {
    color: #f1f1f1;
}

.main {
    margin-left: 160px; /* Same as the width of the sidenav */
    font-size: 28px; /* Increased text to enable scrolling */
    padding: 0px 10px;
}

@media screen and (max-height: 450px) {
    .sidenav {padding-top: 15px;}
    .sidenav a {font-size: 18px;}
}

.socials {
    width: 52px;
    position: fixed;
    z-index: 100;
    top: 20px;
    left: 10px;
    background: transparent;
    overflow-x: hidden;
    padding: 8px 0;
}

.social-text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.social-text span {
    color: rgba(255,255,255,0.6);
    border: 1px solid rgba(255,255,255,0.9);
    margin-bottom:5px;
    border-radius: 3px;
}

.social-text span:hover {
    color: rgba(255,255,255,1);
    border: 1px solid rgba(255,255,255,1);
}

.social-bar {
    text-align: left;
    /*padding-top:170%;*/
    position: relative;
    height:100vh;

}

.social-bar img{
    width:35px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.menu-buttons {
    padding-top: 90px;
    text-align: center;
}
.menu-buttons img {    
    width:100px;    
    /*padding-top:5px;*/
}
    
.menu-buttons .nav-btn a:hover img{	
    content: url('../img/global/menu2-new2.png');
}

.nav-btn {
    position: relative;
}

.menu-text {
    position: absolute;
    top: 45%;
    left: 50%;
    transform: translate(-50%, -50%);
    color:#fff;
    text-transform: uppercase;
    font-size: 10px;
}

.menu-text: hover {
    color:rgba(255,255,255,0.5);
}

.cart-btn {
    /*position: fixed;*/
    right:0px;

}

.cart-btn img {
    width: 100%;
    margin-right: 0;
    margin-left: auto;
}

.cart-btn a{
    padding-right: 0;
    padding-left: 60px;
    margin-top: 15px;
}

.main {
    margin-left: 140px; /* Same width as the sidebar + left position in px */
    font-size: 28px; /* Increased text to enable scrolling */
    padding: 0px 10px;
}

.car-wrap {
    position: fixed;		background-color: rgba(0, 0, 0, .6);		padding: 0 1rem;	padding-bottom: 1rem;	border-bottom-left-radius: 10px;	border-bottom-right-radius: 10px;
    top:0;
    right:140px;		z-index: 7;
}.car-wrap img{	width: 165px;}

#menu-cart:hover > #user-cart {
    z-index:8;
}

@media screen and (max-height: 450px) {
    .socials {padding-top: 15px;}
    .socials a {font-size: 18px;}
}

/*overriding bootstrap classes*/

.navbar-nav {
    border:none !important;
}

#myNavbar {
    border:none !important;
}

.navbar-inverse {
    background-color: #0A253E !important;
    border-color: #0A253E !important;
}.navbar-inverse.navbar-fixed-top .navbar-collapse{	//height: 70vh;	max-height: 70vh;}.navbar .navbar-nav > li > a{	padding-top: 20px;	padding-bottom: 20px;}.navbar .navbar-nav > li:not(:last-child) > a{	border-bottom: 1px solid rgba(127, 127, 127, .65);}
.navbar-brand {
    padding:0 !important;
}

.navbar-brand img {
    width:auto;	height: 100%;
}

/*==================================================
                    MEDIA QUERIES
===================================================*/

/*========================
        IPAD
=========================*/

@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1022px) {

}


/*========================
  PHONES (320PX - 414PX)
=========================*/

@media only screen 
and (min-device-width : 320px)
and (max-device-width : 414px) {

    .car-wrap {		position: fixed;				background-color: rgba(0, 0, 0, .6);				padding: 0 1rem;		padding-bottom: 1rem;		border-bottom-left-radius: 10px;		border-bottom-right-radius: 10px;
        right: 78px;
    }	.car-wrap img	{		width: 135px;	}
}


 /*========================
        IPHONE SE
=========================*/
@media only screen 
and (min-device-width : 320px)
and (max-device-width : 350px) {

}






.navbar.navbar-inverse
{
    min-height: 85px;
}

@media (max-width: 768px)
{
	.car-wrap
	{
		top: 0px;
		right: 70px;
		z-index: 2000;
	}
}