.logo-blume{
	display: none;
}
#sticky-cart{
	display: none;
}
.submit_button.sticky{
	display: none;
}
div.nav-container{
    -webkit-transition: all 0.5s cubic-bezier(0.25, 0.45, 0.45, 0.95);
	transition: all 0.5s cubic-bezier(0.25, 0.45, 0.45, 0.95);
}

.top-section{
    display:none!important;
   }
    .menu-bar{
    display:none!important;
    }
    .close-icon{
    display:none!important;
    }
/* For Sticking header up on scrolldown */
.clearboth{
clear:both;
}
div.sticky_head {
	
	position: fixed;
	z-index: 99;
	top: 0;
    -webkit-transition: all 0.5s cubic-bezier(0.25, 0.45, 0.45, 0.95);
	transition: all 0.5s cubic-bezier(0.25, 0.45, 0.45, 0.95);
}
div#mobile-search-menu {
    float: left;
    height: 30px;
}
.cart-text{
	clear: both;
    font-weight: 700;
    text-align: left;
    margin-left: -2em;
    color:#111;
    font-size:14px;
    margin:0px !important;
}
.cart-text +p{
	display: none !important;
	margin:0px !important;
}
.no-padding{
	padding-left: 0px;
}
.margin-top{
	margin-top:2em;
}
#mobile-search-menu input{
    border: none;
    background: none;
    margin: 0;
    padding: 0;
    color: #000;
    font-family: arial;
    font-size: 12px;
    padding:4px 5px 4px 12px;
    height:22px;
    padding-left: 12px;
    width: 208px;
    margin-left: -4px;
    float: right;
}
div.search-menu{
	float: right;
	height:0;
}
div.search-menu > #top_search{
	width: 250px !important;
}
/*.shopping_cart .img_cart:hover{
	background-color: transparent !important; 
}*/
.infoBoxContents{
	margin-top:1em;
}
.margin-left-right:before{
	margin-left:5px;
	margin-right: 5px;
}
.field-form{
	margin-top: 10px;
	margin-bottom: 5px;
}
/*img.scale-with-grid{
	width:300px !important;
	height: 300px !important;
}*/
@media (min-width:800px){
	.rslides img {
		height : 26em !important;
	}
	#top_search {
		  float: left !important;
		
		border: 1px solid aliceblue;
		/*width: 350px;*/
	}
}

@media (max-width:499px){	
	div.sticky_head {
		background-color: #343434 !important;
	}
	.rslides img {
		height : 12em !important;
	}
	.menu_block_sticky_head {
		/*display: none !important;*/
	}
	#top_search {
	    float: left !important;
	}
	.sticky_top_search {
		margin-right: -40px !important;
		float: right !important;
	}
}

.top-section{
position:fixed;
top:0;
z-index:99;
background-color:#FFF!important;
}
.top-logo{
width: 180px;
margin-left: -1.3em;
margin-top: 6px;
}
.top-search-icon{
margin-top:6px;
font-size:26px!important;
padding-left:12px;
}
.top-cart-icon{
margin-left: -8px;
margin-top: 8px!important;
}
.top-count{
width: 20px;
height: 20px;
border: 1px solid black;
position: relative;
right: -6px;
top: -1.9em;
border-radius: 50px;
background: #FFF;
 text-align: center;
}
.cart-div{
padding-left:25px!important;
}
.border{
border-bottom:1px solid #CCCCCC;
margin-top:0px;
}
.border-margin{
margin-top:1.6em;
}
@media only screen and (min-width: 1200px) {
.container {
    position: relative;
    width: 1200px;
    margin: 0 auto;
    padding: 0;
}
}
.infoBox.infoBoxInformation.col-md-3.clearboth {
    display: none !important;
}