.basketedit_rebatecodes_outline {
    display: block !important;
}

span.projector_amount {
	display: none  !important;
}
#menu_search
	input {
		border-color:white white #c4c7c8 white ;
	}
	
body {
    font-family: 'Raleway',Arial,sans-serif;
    font-size: 1.4rem;
    line-height: 1.3;
}

.product__name {
    margin-bottom: 1rem;
    font-weight: 400;
    text-decoration: none;
    font-size: 1.4rem;
}
.freeShipping {
    display: none  !important;
}
.price {
    font-size: 1.6rem;
    display: block;
}

@media (min-width: 979px)
#logo {
    height: 140px;
    margin-top: 0;
    padding: 0 60px 0 0;
}
#menu_search > div {
    padding: 0 0 0 50px;
}
header .nav-link {
    font-weight: 500;
    text-transform: uppercase;
}

header .navbar-nav {
    font-size: 1.5rem;
}
.products {
 margin-right: 0px; 
 margin-left: 0px;  
}




/* General grid styles - siatka bannerow na glownej*/

.cbp-ig-grid {
	list-style: none;
	padding: 0 0 0 0;
	margin: 0;
}

/* Clear floats */
.cbp-ig-grid:before, 
.cbp-ig-grid:after { 
	content: " "; 
	display: table; 
}

.cbp-ig-grid:after { 
	clear: both; 
}

.cm ol,
.cm ul {
	padding-left: 0;
}



/* grid item */
@media screen and (min-width: 1200px)
{
.cbp-ig-grid li {
	width: 33%;
	float: left;
	height: auto;
	text-align: center;
	
}
}

/* we are using a combination of borders and box shadows to control the grid lines */
.cbp-ig-grid li:nth-child(-n+3){
	border-top: none;
}

.cbp-ig-grid li:nth-child(3n-1),
.cbp-ig-grid li:nth-child(3n-2) {
	box-shadow: 0 0 0 #ddd;
}

/* anchor style */
.cbp-ig-grid li > a {
	display: block;
	height: 100%;
	color: #fff;
	-webkit-transition: background 0.2s;
	-moz-transition: background 0.2s;
	transition: background 0.2s;
}

/* the icon with pseudo class for icon font */
.cbp-ig-icon {
	padding: 7px 0 7px 0;
	display: block;
	-webkit-transition: -webkit-transform 0.2s;
	transition: -moz-transform 0.2s;
	transition: transform 0.2s;
}



/* title element */
.cbp-ig-grid .cbp-ig-title {
	margin: 20px 0 10px 0;
	padding: 20px 0 0 0;
	font-size: 2em;
	position: relative;
	-webkit-transition: -webkit-transform 0.2s;
	-moz-transition: -moz-transform 0.2s;
	transition: transform 0.2s;
}

.cbp-ig-grid .cbp-ig-title:before {
	content: '';
	position: absolute;
	background: #fff;
	width: 160px;
	height: 6px;
	top: 0px;
	left: 50%;
	margin: -10px 0 0 -80px;
	-webkit-transition: margin-top 0.2s; /* top or translate does not seem to work in Firefox */
	-moz-transition: margin-top 0.2s;
	transition: margin-top 0.2s;
}

.cbp-ig-grid .cbp-ig-category {
	text-transform: uppercase;
	display: inline-block;
	font-size: 1em;
	letter-spacing: 1px;
	color: #fff;
	-webkit-transform: translateY(10px);
	-moz-transform: -moz-translateY(10px);
	-ms-transform: -ms-translateY(10px);
	transform: translateY(10px);
	opacity: 0;
	-webkit-transition: -webkit-transform 0.3s, opacity 0.2s;
	-moz-transition: -moz-transform 0.3s, opacity 0.2s;
	-webkit-transition: transform 0.3s, opacity 0.2s;
}

.cbp-ig-grid li:hover .cbp-ig-category,
.touch .cbp-ig-grid li .cbp-ig-category {
	opacity: 1;
	-webkit-transform: translateY(0px);
	-moz-transform: translateY(0px);
	-ms-transform: translateY(0px);
	transform: translateY(0px);
}

/* Hover styles */

.cbp-ig-grid li > a:hover {
	background: #fff;
}

.cbp-ig-grid li > a:hover .cbp-ig-icon {
	-webkit-transform: scale(1.05,1.05);
	-moz-transform: scale(1.05,1.05);
	-ms-transform: scale(1.05,1.05);
	transform: scale(1.05,1.05);
}

.cbp-ig-grid li > a:hover .cbp-ig-icon:before,
.cbp-ig-grid li > a:hover .cbp-ig-title {
	color: #fff;
}


.cbp-ig-grid li > a:hover .cbp-ig-title:before {
	background: #fff;
	margin-top: 20px;
}

@media screen and (min-width: 556px) {
	.cbp-ig-grid li {
		width: 50%;
		float: left;
	height: auto;
	text-align: center;
	}

	/* reset the grid lines */
	.cbp-ig-grid li:nth-child(-n+3){
		border-top: 0 solid #ddd;
	}

	.cbp-ig-grid li:nth-child(3n-1),
	.cbp-ig-grid li:nth-child(3n-2) {
		box-shadow: none;
	}

	.cbp-ig-grid li:nth-child(-n+2){
		border-top: none;
	}

	.cbp-ig-grid li:nth-child(2n-1) {
		box-shadow: 0 0 0 #ddd;
	}
}

@media screen and (max-width: 555px) { 
	.cbp-ig-grid li {
		width: 100%;
	}

	.cbp-ig-grid li:nth-child(-n+2){
		border-top: 0 solid #ddd;
	}

	.cbp-ig-grid li:nth-child(2n-1) {
		box-shadow: none
	}

	.cbp-ig-grid li:first-child {
		border-top: none;
	}
}

@media screen and (max-width: 25em) { 
	.cbp-ig-grid {
		font-size: 80%;
	}

	.cbp-ig-grid .cbp-ig-category {
		margin-top: 20px;
	}
}

#menu_banners3 div.menu_button_wrapper{padding:0;}
#menu_banners3 img{display:block;width:100%;height:100%;}
#menu_banners3{display:flex;flex-direction:column;}
@media (min-width:757px){#menu_banners3{flex-direction:row;justify-content:space-between}}
#menu_banners3 .menu_button_wrapper{flex:0 0 100% !important;max-width:100% !important;padding:0 0 30px;margin-bottom:30px;}
@media (min-width:757px){#menu_banners3 .menu_button_wrapper{flex:0 0 calc(50% - 15px) !important;max-width:calc(50% - 15px) !important}}
@media (min-width:979px){#menu_banners3 .menu_button_wrapper{padding:0 0 50px;margin-bottom:50px;flex:0 0 calc(50% - 25px) !important;max-width:calc(50% - 25px) !important}}
#menu_banners3 .menu_button_wrapper a{display:block;height:100%;position:relative;overflow:hidden;}
#menu_banners3 .menu_button_wrapper a:before{position:absolute;top:0;left:-75%;z-index:2;display:block;content:'';width:50%;height:100%;background:-webkit-linear-gradient(left,rgba(255,255,255,0) 0%,rgba(255,255,255,0.3) 100%);background:linear-gradient(to right,rgba(255,255,255,0) 0%,rgba(255,255,255,0.3) 100%);-webkit-transform:skewX(-25deg);transform:skewX(-25deg);}
#menu_banners3 .menu_button_wrapper a:hover:before{-webkit-animation:shine .75s;animation:shine .75s;}