#menu_buttons2{
    display: flex;
    flex-wrap: wrap;
}


.breadcrumbs {
    padding: 0px 2px 15px;
    font-size: 12px;
}

.main_page header {
     margin-bottom: 10px; 
}
.single_product_page_descriptions{
	border-top:1px solid #b3b3b3;
	margin-top:25px;
	padding-top:15px;
	margin-left:0;
	margin-right:0;
}

.sub_categories_products_page_wrap{
	margin-bottom:15px;
	width:100%;
}
.sub_categories_products_page_wrap h2{
	margin-bottom:10px;
}



@media(min-width:1000px){
	#menu_search{
    position: absolute;
    left: 34%;
    width: 30%;
    top: 60px;
    margin-bottom: 0;		
	}
#logo img {
    max-height: 75px;
}
}

#logo{
	width:35%;
}
#menu_basket{
	width:65%;
}
#menu_basket > div{
	clear:both;
}
}
@media(max-width:1550px){
#menu_search {
	left:25%;
}
}

.toggle-icon-submenu-bar{
	position:absolute;
	right:0px;
	top:0px;
	width:30px;
	height:30px;
	font-family: FontAwesome; 
	color:#fff;
	padding:3px !important;
	text-align:center;
	font-size:20px !important;
	text-align:center;
	display:none !important;
}

.toggle-icon-submenu-bar:after{
	content: '\F107';
	color:#fff;
	font-weight:600;
}

.js-show-ajax-next-products-wrap{
	text-align:center;
	margin-bottom:35px;
}
.js-show-ajax-next-products{
	padding:10px;
	box-sizing:border-box;
	background:#000;
	color:#fff;
	font-weight:600;
	font-size:14px;
	display:inline-block;
	cursor:pointer;
}
.js-show-ajax-next-products:hover{
    background: #663985;
    color: #fff !important;
}
.search_page #search{
	display:flex;
	flex-wrap:wrap;
}

@media(max-width:757px){
.toggle-icon-submenu-bar{
	display:block !important;
}
}


@media(max-width:757px){

.sub_categories_products_page_wrap select{
	width:100%;
}

#projector_form .social_items >div{
	padding:2.5px 15px;
	text-align:left;
}
div.hotspot_tabs_sub.container{
	margin-top:15px;
	margin-bottom:15px;
	text-align:left;
}
div.hotspot_tabs_sub.container .hotspot_tab{
	display:inline-block;
	width:initial;
	padding:5px 10px;
	margin:0;
	
}
div.hotspot_tabs_sub.container .hotspot_tab:first-child{
	border-right:1px solid #c4c7c8;
}
}

#logo {
    background: none !important;
}


button.projector_number_up,button.projector_number_down{
	width:20px;
	border:initial;
	display:inline-block;
	height:30px;
}

button.projector_number_up:hover,button.projector_number_down:hover{
	background:none;
	color:#000;
}
@media only screen and (max-width: 757px){
#projector_form div#projector_number_cont.projector_number {
    width: 135px;
}
}
@media(max-width:1520px){
	#menu_search{
		left:25%;
	}
}
@media(max-width:1210px){
	#menu_search{
		width:20%;
		min-width:200px;
		left:30%;
	}	
}
@media(max-width:999px){
#menu_search {
	left:initial;
	width:initial;
	min-width:280px;
}	
}

.bottom-description-categories{
	padding:0;
	margin-top:10px;
	margin-bottom:15px;
}
.bottom-description-categories ul{
	margin:10px 0 10px 0;
	padding:0;
}
.bottom-description-categories ul li{
	display:inline;
	padding:0px 10px 0 8px;
	margin:0;
	position:relative;
}
.bottom-description-categories a{
	text-decoration:none;
}
.bottom-description-categories ul li::before{
	position:absolute;
	content:"";
	top:6.5px;
	left:0;
	width:5px;
	height:5px;
	border-radius:90%;
	background:#3c3c3c;
	
}