@import url('https://fonts.googleapis.com/css?family=Roboto:300,400,700,900|Noto+Sans:400,700');
* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

mbody {
  background-color: #f2f2f2;
  font-family: 'Roboto', Arial, sans-serif;
 
}

mbodynav {
  position: fixed;
  z-index: 999;
  width: 100%;
  height: 70px;
  background-color: #000000;
  line-height: 70px;
}
mbodynav .mini {
  position: fixed;
  top: 80px;
  right: 10px;
  background: #FFF;
  padding: 40px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity .2s ease .2s;
  transition: opacity .2s ease .2s;
}
mbodynav .mini.visible {
  padding: 40px;
  opacity: 1;
  visibility: visible;
}
mbodynav .mini .products {
  font-weight: bold;
  font-size: 14px;
}
mbodynav .mini p {
  font-size: 11px;
  display: block;
  margin: 0;
  padding: 0;
  line-height: 20px;
}
mbodynav .cart {
  position: relative;
  float: right;
  margin-right: 50px;
  height: 20px;
  line-height: 70px;
  font-size: 28px;
  height: 100%;
  cursor: pointer;
}
mbodynav .cart span {
  height: 100%;
  float: left;
  margin-right: 20px;
  opacity: 1;
  color: #000;
  font-size: 18px;
  font-family: 'Roboto', sans-serif;
}
mbodynav .cart span.updateQuantity:before, nav .cart span.updateQuantity:after {
  top: 0;
  bottom: 0;
  opacity: 1;
  width: 30px;
  -webkit-transition: all .2s ease, top .3s ease .4s, bottom .3s ease .4s;
  transition: all .2s ease, top .3s ease .4s, bottom .3s ease .4s;
}
mbodynav .cart span.update {
  -webkit-transition: color .2s ease .6s;
  transition: color .2s ease .6s;
  color: #000;
}
mbodynav .cart span.update:before {
  top: -30px;
  width: 30px;
  opacity: 1;
  -webkit-transition: all .2s ease, top .3s ease .4s, bottom .3s ease .4s;
  transition: all .2s ease, top .3s ease .4s, bottom .3s ease .4s;
}
mbodynav .cart span.update:after {
  top: 30px;
  width: 30px;
  opacity: 1;
  -webkit-transition: all .2s ease, top .3s ease .4s, bottom .3s ease .4s;
  transition: all .2s ease, top .3s ease .4s, bottom .3s ease .4s;
}
mbodynav .cart span:before, nav .cart span:after {
  content: "";
  position: absolute;
  width: 0px;
  height: 2px;
  background-color: #0b0b0b;
  left: -10px;
  right: 40px;
  top: 2px;
  bottom: 0;
  margin: auto;
}
mbodynav ul {
  float: left;
}
mbodynav ul li {
  font-weight: bold;
  display: inline-block;
  margin-left: 50px;
  color: #0b0b0b;
  font-size: 12px;
}
.addslot {
	
	width:356px;
	float:right;
	height:3690px;
	padding:9px 9px 9px 9px; 
	background-color:#d4c9c9; 
}
.container {
 padding: 1em 1.5em 1em 1.3em; 
  width: calc(100% - 356px);
  background-color: #f2f2f2;
}
/* Media queries*/

@media screen and (max-width: 770px)
{
	.add-slot{
		display:none !important;
	}
	.addslot1{
		display:block !important;
	}
	.container{
		width:100%;
	}
}



