.new_css img {
	border:0px;
	display:block;
	max-width: 100%;
}
.new_css a,input {
	outline:none;
	text-decoration: none;
	transition: all 0.3s;
}
.new_css ul,ol{
	padding: 0;
	margin: 0;
	list-style: none;
}

.new_css .slide_new_v3
{
	padding-bottom: 20px;
}

.new_css p{
	color: #000000;
	font-size: 14px;
	font-weight: 400;
	line-height: 24px;
}
.new_css .d-flex {
	display:flex;
}
.new_css.row, .new_css .row {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -15px
}

.new_css .row > div {
	padding-left: 15px;
	padding-right: 15px;
}
.new_css .col3 {
	width: 25%;
}
.new_css .col4 {
	width: 33.33%;
}
.new_css .col5 {
	width: 42%;
}
.new_css .col6 {
	width: 50%;
}
.new_css .col7 {
	width: 58%;
}
.new_css .align-center {
	align-items: center;
}
.justify-between {
	justify-content:space-between;
}

.new_css .container_header{
	max-width: 1230px;
	margin: 0 auto;
	padding-left: 15px;
	padding-right: 15px;
}


/* content */
#content-wrap {
	width: 100%;

}


/* header */
#header-wrap {
	position:relative;
	width:100%;
	z-index:999;
	margin-top: -95px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	font-size:14px;
	color:#000000;
	box-sizing: border-box;
}

.new_css *
{
	box-sizing: border-box;
}

.new_css .header-top-block {
	background-color: #218ab9;
	padding: 10px 0px;
}
.new_css .logo_header {

}

.new_css .related-slider,
.new_css .latest-slider,
.new_css .product-slider {
    background-color: #FFF;
}

.new_css .related-slider a,
.new_css .latest-slider a,
.new_css .product-slider a {
    color: #000;
}

.new_css .logo_header a {
	display: block;
	position: relative;
    top: 13px;
    	width: 155px;
}
.new_css .search{
	margin-left: 20px;
	position: relative;
}
.new_css .search input{
	background: #ffffff url(../images/search.svg) no-repeat center right 15px/18px;
	width: 422px;
	max-width: 422px;
	border-radius: 5px;
	border: 1px solid #218ab9;
	color: #707070;
	font-size: 13px;
	font-weight: 400;
	padding: 14px 15px;
	cursor: pointer;
}
.new_css .search:hover .search-details {
	display: block;
}
.new_css .search:hover input {
	border-radius: 5px 5px 0px 0px;
}
.new_css .search-btn{
    position: absolute;
    right: 15px;
    top: 12px;
}
.new_css .search-details{
    border-radius: 0px 5px 5px 5px;
    padding: 15px 15px 12px;
    box-shadow: 0 7px 6px rgba(0, 0, 0, 0.6);
    background-color: #ffffff;
    position: absolute;
    top: 44px;
    left: 1px;
    width: 550px;
    z-index: 99;
    display: none;
}
.new_css .search-details span{
	font-size: 13px;
    line-height: 18px;
    color: #000000;
    margin-bottom: 10px;
    display: block;
}
.new_css .search-details .title{
	border-bottom: solid 1px #707070;
	border-top: solid 1px #707070;
	padding: 12px 0px;
}
.new_css .search-details .title p{
	font-size: 11px;
	line-height: 15px;
	color: #000000;
	font-weight: 400;
	margin-bottom: 3px;
}
.new_css .search-details .title p strong{
	font-weight: 700;
}
.new_css .search-details .title p i{
	margin-right: 5px;
}
.new_css .search-details .product{
	padding: 12px 0px 0;
}
.new_css .search-details .product h5{
	font-size: 11px;
	line-height: 15px;
	font-weight: 700;
	margin-bottom: 8px;
}
.new_css .search-details .product .panel{
	margin-bottom: 6px;
}

.new_css .search-details .product .panel:hover
{
	background-color: #EEE;
}

.new_css .search-details .product .panel:hover a, .new_css .search-details .product .panel:hover h6
{
	color: #1b6f95 !important;
}

.new_css .search-details .product .panel figure{
	width: 39px;
	margin-right: 10px;
}

.new_css .search-details .product .panel h6{
	font-size: 12px;
    	line-height: 15px;
	font-weight: 700;
	margin-top: 4px;
	color: #000000;
}

.new_css .search-details .product .panel span{
	font-size: 11px;
	line-height: 16px;
	font-weight: 400;
}

.new_css .search-details .product .panel span strong{
	font-weight: 700;
	color: #FD6633;
	font-size: 12px;
}

.new_css .language{
	margin-left: 22px;
	position: relative;
    padding: 12px 0;
    cursor:pointer;
}

.new_css .language:hover .language-toggle {
	display: block;
}

.new_css .language-toggle{
	padding: 15px 13px;
    background-color: #ffffff;
    position: absolute;
    left: 0;
    top: 100%;
    width: 78px;
    z-index: 99;
    display: none;
}

.new_css .language-toggle li{
    margin-bottom: 12px;
}

.new_css .language-toggle li:last-child{
	margin-bottom: 0;
}
.new_css .language-toggle a{
	color: #000000;
	font-size: 12px;
}
.new_css .language-toggle a img{
	margin-right: 5px;
}

.new_css .user{
	margin-left: 20px;
}
.new_css .cart {
	margin-left: 15px;
	position: relative;
   	padding: 17px 0px;
}


.new_css .cart .mob_cart_butt_new
{
	display:none;
}


.new_css .product-panel {
	border-radius: 4px;
	border: 1px solid #eeeeee;
	background-color: #ffffff;
	position: relative;
}
.new_css .product-panel figure{
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 209px;
}
.new_css .product-panel h5{
	color: #000000;
	font-size: 12px;
	font-weight: 600;
	margin-bottom: 16px;
}
.new_css .product-panel .discount-price{
	color: #808080;
	font-size: 10px;
	font-weight: 400;
	text-decoration: line-through;
}
.new_css .product-panel .main-price{
	color: #d71920;
	font-size: 14px;
	font-weight: 600;
	display: block;
}

 .new_css.product-panel a
{
	color: #000000;
}

.new_css .product-panel .addCart a{
	width: 77px;
    height: 43px;
    border-radius: 4px;
    background-color: #ffc723;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.5s;
}
.new_css .product-panel a:hover{
	opacity: 0.8;
}
.new_css .product-panel a i{
	color: #3d3d3d;
	font-size: 14px;
}
.new_css .product-panel .text{
    padding: 0 15px 25px;
}
.new_css .product-panel .text .bottom{
	display: flex;
	justify-content: space-between;
	padding-right: 15px;
}
.new_css .product-panel .discount{
	color: #ffffff;
	font-size: 11px;
	font-weight: 700;
	width: 47px;
	height: 30px;
	border-radius: 4px;
	background-color: #ff0000;
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
    right: -10px;
    top: 12px;
}


.new_css .cart >a{
}
.new_css .cart > span{
    position: absolute;
    top: 10px;
    right:-5px;
    width: 15px;
    height: 15px;
    background-color: #fd6633;
    border-radius: 50%;
    color: #ffffff;
    font-size: 10px;
    font-weight: 700;
    text-align:center;
}

.addToCart-details{
	position: absolute;
    top: 100%;
    right: 0;
    width: 450px;
    box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
    background-color: #ffffff;
    padding: 20px 25px;
    z-index: 99;
    display: none;
    font-family: arial;
}
.addToCart-details h4{
	margin-top: 0px !important;
	margin-bottom: 14px;
	font-size: 13px;
	font-weight: 700;
}
.addToCart-details p,
.addToCart-details span{
    padding:0px !important;
    margin:0px  !important;
    font-size: 12px !important;
    line-height: 15px !important;
}
.addToCart-details .title{
    padding-bottom: 5px;
    border-bottom: solid 1px #f5f9fd;
    margin-bottom: 5px;
}

.addToCart-details .title span{
	font-weight: bold;
}

.addToCart-details .title a:hover{
	color: #fd6633 !important;
}



.addToCart-details .title p{
	width: 75%;
}
.addToCart-details .middle{
	margin-bottom: 8px;
	font-size: 14px !important;
}

.addToCart-details .middle p, .addToCart-details .middle span {
	font-size: 14px !important;
}

.addToCart-details .total{
	margin-bottom: 20px;
}
.addToCart-details .total p{
	font-weight: 700;
	font-size: 14px !important;
}
.addToCart-details .total p span{
	font-weight: 400;
	font-size: 14px !important;
}
.addToCart-details .total >span{
	font-weight: 700;
	font-size: 14px !important;
}
.addToCart-details .button-link {
	justify-content: flex-end;
    margin-bottom: 12px;
}
.addToCart-details .button-link .btn{
	padding: 10px 20px;
	cursor: pointer;
	z-index: 1;
	font-size: 12px !important;
}
.addToCart-details .button-link .btn.pink{
	background-color: #feb0bb !important;
	margin-right: 20px  !important;
	margin-top: 20px !important;
	color: #000000  !important;
}
.addToCart-details .button-link .btn.pink:after {
    background-color: #f5b3bc  !important;
}
.addToCart-details .edit{
	display: flex;
	justify-content: flex-end;
}
.addToCart-details .edit a{
    color: #5A5A5A;
    font-size: 9px;
    text-decoration: underline;
}




.new_css .rating{}
.new_css .rating span{
	color: #ffffff;
	font-size: 18px;
	font-weight: 500;
	font-family: 'Montserrat', sans-serif;
}
.new_css .rating ul{
    margin: 0 15px 0 10px;
}

.new_css .rating ul li a{
	display: flex;
	align-items: center;
	justify-content: center;
	width: 16px;
	height: 16px;
	background-color: #00b67a;
}
.new_css .webshop-panel > img{
	margin-right: 25px;
}
.new_css .header-bottom-block{
	background-color: #abd4f4;
		position: relative;
}
/* nav block */
.new_css .nav-block {
	font-family: arial;
}
.new_css .nav-block > ul{
	justify-content: space-between;
}
.new_css .nav-block > ul > li{
	margin-right: 15px;
}
.new_css .nav-block >ul >li:last-child{
	margin-right: 0;
	padding-right: 110px;
	position: relative;
	min-width: 140px;
}
.new_css .nav-block >ul >li > a{
	display: flex;
	align-items: center;
	padding: 19px 0px;
}
.new_css .nav-block ul li a{
    	color: #3d4d6e;
    	font-size: 13px;
    	font-weight: 700;
}
.new_css .nav-block > ul > li > a i{
	margin-right: 5px;
}
.new_css .nav-block ul li a:hover,
.new_css .nav-block > ul > li:hover > a,
.new_css .nav-block > ul > li > a.active {
	color: #fd6633;
}
/*.nav-block > ul > li:hover .sub-menu{
	display: block;
}*/
.new_css .sub-menu{
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
    	padding: 30px 0;
	z-index: 99;
    	background-color: #F2F7FC;
    	display: none;
}
/*.sub-menu.columns-3{
	display: none !important;
}*/
.new_css .sub-menu h5{
	font-size: 15px;
    	line-height: 20px;
    	font-weight: 700;
    	color: #000000;
    	margin-bottom: 6px;
    	display:none;
}
.new_css .sub-menu ul li a,
.new_css .sub-menu .more,
.new_css .columns-4 .panel p{
	font-size: 13px;
	line-height: 28px;
	font-weight: 400;
	color: #000000;
}
.new_css .sub-menu ul li a i{
	margin-right: 10px;
}

.new_css .container_header .bbmenu
{
	margin:0px;
	padding:0px;
	box-sizing: border-box;
	width: 100%;
	overflow:hidden;
	box-sizing: border-box;
}

.new_css .container_header .bbmenu
{
	display: flex;
	justify-content: space-around;
}


.new_css .container_header .bbmenu ul
{
	max-width: 20%;
}



.new_css .container_header .bbmenu a
{
	display:block;
	width: 100%;
	padding-right: 5px;
	box-sizing: border-box;
}


.new_css .columns-3 .menu ul li
	box-sizing: border-box;
	overflow:hidden;

}

.new_css .columns-3 .menu ul li a
{
	color: red !important;
}


.new_css .columns-4 .panel{
	margin-bottom: 25px;
}
.new_css .columns-4 .panel p{
    margin-bottom: 20px;
}
.new_css .columns-4 .panel .btn{
    background-color: #FD6633;
    color: #ffffff;
    z-index: 1;
    padding: 11px 43px;
    display: inline-block;
}
.new_css .columns-4 .panel .btn:after{
	background-color: #E85625;
}


/*usp-block*/
.new_css .usp-block {
	padding: 13px 0px;
	border-bottom:solid 1px #f5f5f5;
	position: relative;
	margin-bottom: -7px;
	font-family: arial;
	
}
.new_css .usp-block i{
	color: #009600;
	font-size: 12px;
	margin-right: 10px;
}
.new_css .usp-block strong{
	color: #fd6633;
	font-weight: 700;
	margin-right: 2px;
}
.new_css .usp-block .container_header > ul > li{
    margin-right: 25px;
}
.new_css .usp-block .container_header > ul > li:last-child{
	margin-right: 0;
}
.new_css .usp-block ul li a{
	color: #000000;
	font-size: 12px;
	font-weight: 400;
}
.new_css .usp-block .klantservice{
	color: #3d4d6e;
	font-size: 14px;
	font-weight: 700;
}
.new_css .usp-block .container_header > ul > li ul{
	padding: 0;
	width: auto;
}

.new_css .product-details .addtoCart_number .addCartBtn,
.new_css .btn.green,
.new_css .btn{
	color: #ffffff;
    font-size: 13px;
    font-weight: 700;
    border-radius: 4px;
    background-color: #109622;
    padding: 11px 50px;
    display: block;
    text-decoration: none;
    position: relative;
    transition: all 0.5s;
}
.new_css .product-details .addtoCart_number .addCartBtn:hover,
.new_css .btn.green:hover,
.new_css .btn:hover{
	opacity: 0.8;
}
.new_css .product-details .addtoCart_number .addCartBtn:after,
.new_css .btn.green:after,
.new_css .btn:after{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	content: "";
	height: 6px;
	border-radius: 4px;
	background-color: #0d8b1e;
}

.new_css .cart .desktop_cart_butt_new
{
	cursor:pointer;
}


.new_css .webshop,
.new_css .search.d-hide,
.new_css .rating.d-hide{
	display: none;
}

.new_css .m-toggle {
  display: none;
  cursor: pointer;
}

.new_css .bar1, .new_css .bar2, .new_css .bar3 {
	width: 35px;
	height: 5px;
	background-color: #ffffff;
	margin: 6px 0;
	transition: 0.4s;
	border-radius: 30px;
}

/* Rotate first bar */
.new_css .change .bar1 {
  transform: translate(0, 11px) rotate(-45deg);
}

/* Fade out the second bar */
.new_css .change .bar2 {opacity: 0;}

/* Rotate last bar */
.new_css .change .bar3 {
  transform: translate(0, -11px) rotate(45deg);
}

/*m-menu-toggle*/

.new_css .m-menu-toggle {
    width: 88%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    background: #ffffff;
	transform: translateX(-150%);
	transition: all 0.3s;
	display: none;
}
.new_css .m-menu-toggle.active {
	transform: translateX(0%);
}
.new_css .m-menu-toggle:after{
	position: absolute;
    right: -17%;
    top: 0;
    content: "";
    width: 17%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.5);
}
.new_css .m-menu-toggle .top{
	background-color: #218AB9;
    padding: 20px 30px;
}
.new_css .m-menu-toggle .top span{
	font-size: 20px;
	line-height: 41px;
	font-weight: 700;
	color: #ffffff;
}
.new_css .m-menu-toggle .top .cross{
	font-size: 30px;
	line-height: 41px;
	color: #ffffff;
}

.new_css .m-navigation {
	padding: 17px 18px;
	height: 100vh;
	overflow: scroll;
	padding-bottom: 250px;
}
.new_css .m-navigation ul li a{
	font-size: 13px;
    	/* line-height: 35px; */
    	font-weight: 700;
    	color: #3D4D6E;
    	display: block;
    	position: relative;
    	padding-top: 12px;
    	padding-bottom: 12px;
    	white-space: nowrap; /* Voorkomt dat de tekst omgebroken wordt */
    	overflow: hidden; /* Verbergt tekst die buiten de container valt */
    	text-overflow: ellipsis; /* Voegt ellips toe aan het einde van afgesneden tekst */
}

.new_css .m-navigation ul li a::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px; /* Hoogte van de border */
    background: linear-gradient(to right, #EEE, #FFF); /* Pas de kleuren hier aan */
}

.new_css .m-navigation ul li a i{
	position: absolute;
	right: 0;
	top: 0px;
	font-size: 14px;
	line-height: 35px;
}
.new_css .m-navigation > ul > li > ul > li > ul,
.new_css .m-navigation > ul > li > ul {
	display: none;
}
.new_css .m-navigation > ul > li > a.active{
	border-bottom: solid 1px #ABD4F4;
	padding-bottom: 20px;
	margin-bottom: 18px;
	color: #FD6633;
}

.new_css .rating.d-hidee{
	display: none;
}

.new_css .rating.style2{
	border-top: solid 1px #ebeae6;
	border-bottom: solid 1px #ebeae6;
	padding: 10px 0;
}


.new_css .back a{
    display: inline-block !important;
    color: #FFF !important;
    font-size: 14px !important;
    font-weight: 700 !important;
    margin-bottom: 0px !important;
    padding-left: 10px !important;
    padding-right: 10px !important;
    position: relative !important;
    padding-top: 8px !important;
    padding-bottom: 8px !important;
    background-color: #218ab9 !important;
    border: 0px !important;
    margin-bottom: 10px !important;
}

.new_css .main_cat_bold
{
	color: #ff5864 !important;
}


.new_css .usp-block.style2{
    border-bottom: none;
    margin-bottom: 16px;
}
.new_css .usp-block.style2 ul{
    background-color: #f2f7fc;
    width: 100%;
    padding: 20px 35px;
}
.new_css .show-all.d-hide{
	display: none;
}


.new_css .justify-end{
	justify-content: flex-end;
}


.new_css .m-filter-block,
.new_css .product-filter h6,
.new_css .cross-btn,
.new_css .m-show-value,
.new_css .m-sort-panel {
	display: none;
}

#mob_search_balk_use
{
	display:none;
}


.new_css .accessories-block{
	padding: 27px 0px 20px;
}
.new_css .accessories-block .row,
.new_css .metal-product-block .row{
    margin: 0 -10px;
}
.new_css .accessories-block .row > div,
.new_css .metal-product-block .row > div{
    padding: 0px 10px;
}

.new_css .tools-panel {
	background: url(../images/img6.png) no-repeat center/cover;
	height: 339px;
	position: relative;
}
.new_css .tools-panel:after {
	position: absolute;
	left: 0;
	top: 0;
	content: "";
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.09);
}
.new_css .tools-panel .text{
    position: absolute;
    z-index: 99;
    left: 0;
    bottom: 0;
    width: 100%;
    padding: 42px 50px;
}
.new_css .tools-panel h2{
	color: #ffffff;
	font-size: 34px;
	font-weight: 700;
}
.new_css .tools-panel p{
	color: #ffffff;
	font-size: 17px;
	font-weight: 400;
	line-height: 24px;
	margin-bottom: 25px;
}
.new_css .tools-panel a,
.new_css .day-deals-panel .btn{
	color: #3d3d3d;
	font-size: 14px;
	font-weight: 700;
	border-radius: 4px;
	background-color: #fec739;
	display: inline-block;
	padding: 10px 25px;
}
.new_css .tools-panel a:after,
.new_css .day-deals-panel .btn:after{
	display: none;
}


/*related-product*/
.new_css .related-product{
	padding-bottom: 20px;
	border-bottom: solid 1px #eeeeee;
}
.new_css .related-product .title{
	max-width: 84%;
}
.new_css .related-product h2{
	color: #000000;
	font-size: 20px;
	font-weight: 700;
	margin-bottom: 20px;
}
.new_css .related-slider {
	margin-bottom: 3px;
}
.new_css .related-product .slick-list{
	margin: 0 -8.5px;
}
.new_css .related-product .slick-slide{
	padding: 0 8.5px;
}

.new_css .related-product .show-all{
	color: #218ab9;
	font-size: 14px;
	font-weight: 700;
	line-height: 20px;
	display: flex;
    align-items: center;
}
.new_css .related-product .show-all i{
	font-size: 11px;
	margin-right: 5px;	
}
.new_css .related-product .slick-arrow{
	position: absolute;
	z-index: 99;
	border: none;
	font-size: 0;
	width: 30px;
    height: 30px;
    top: 50%;
    transform: translate(-0%,-50%);
    cursor: pointer;
}
.new_css .related-product .slick-prev{
	background: url(../images/angle-right.svg) no-repeat center center/15px;
    left: -37px;
    transform: translate(-0%,-50%) rotate(180deg);
}
.new_css .related-product .slick-next{
    background: url(../images/angle-right.svg) no-repeat center center/15px;
	right: -55px;
    transform: translate(-50%,-50%);
}
.new_css .related-product .row {
    margin: 0 -25px;
}
.new_css .related-product .row > div {
    padding: 0 25px;
}

.new_css .related-product.style2{
	padding-bottom: 15px;
	border: none;
}
.new_css .related-product.style2 h2{
	margin-bottom: 40px;
}

/*day-deals-panel*/

.new_css .day-deals-panel {
	background-color: #f2f7fc;
	padding: 32px 36px;
	display: flex;
	justify-content: space-between;
	height: 100%;
}
.new_css .day-deals-panel .fig-panel {
	position: relative;
}
.new_css .day-deals-panel .fig-panel .discount{
	border-radius: 4px;
    background-color: #ff0000;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    left: 15px;
    top: 22px;
    color: #ffffff;
    font-size: 16px;
    font-weight: 700;
    padding: 5px 12px;
}
.new_css .day-deals-panel .text-panel {
    width: calc(100% - 282px);
}
.new_css .day-deals-panel h2{
    color: #0a0a0a;
    font-size: 26px;
    font-weight: 700;
    margin-top: 28px;
    margin-bottom: 10px;
}
.new_css .day-deals-panel p{
	color: #0a0a0a;
	font-size: 17px;
	font-weight: 400;
	line-height: 24px;
	margin-bottom: 13px;
}
.new_css .day-deals-panel .price {
    margin-bottom: 18px;
}
.new_css .day-deals-panel .discount-price{
	color: #000000;
	font-size: 14px;
	font-weight: 400;
	margin-right: 7px;
	text-decoration: line-through;
}
.new_css .day-deals-panel .main-price{
	font-size: 25px;
	font-weight: 700;
	color: #000000;
}
.new_css .day-deals-panel .main-price sub{
	font-size: 15px;
	position: relative;
    bottom: 5px;
}
.new_css .day-deals-panel .btn{
    padding: 12px 20px;
    font-size: 14px;
}


.new_css .metal-product-block{
    margin-bottom: 40px;
}
.new_css .metal-product-block .panel{
	background-color: #f2f7fc;
	padding: 7px 7px 37px;
	position: relative;
	height: 100%;
	text-align: center;
}
.new_css .metal-product-block .panel figure{
	display: flex;
	align-items: center;
	justify-content: center;
}

.new_css .metal-product-block .panel figure img,
.new_css .day-deals-panel .fig-panel img{
	mix-blend-mode: multiply;
}

.new_css .metal-product-block .panel h6{
	color: #0a0a0a;
	font-size: 20px;
	font-weight: 700;
	position: absolute;
    	bottom: 0px;
	left: 0;
	width: 100%;
	text-align: center;
  	white-space: nowrap; /* Zorgt ervoor dat de tekst niet wordt omgebroken naar een nieuwe regel */
 	overflow: hidden; /* Verbergt de tekst die buiten het element valt */
  	text-overflow: ellipsis; /* Voegt een ellipsis (...) toe aan het einde van de tekst als deze is afgekapt */

}
.new_css .metal-product-block .panel a {
	color: #ffffff;
    font-size: 14px;
    font-weight: 700;
    line-height: 20px;
    border-radius: 4px;
    background-color: #218ab9;
    position: absolute;
    bottom: -20px;
    left: 50%;
    transform: translate(-50%,-0%);
    padding: 10px 30px;
    display: inline-block;
    width: max-content;
    transition: all 0.3s;
}
.new_css .metal-product-block .panel a i{
	font-size: 11px;
	margin-right: 5px;
}
.new_css .metal-product-block .panel a:hover {
	background-color: #3D4D6E;
}


/*accessories-block*/

.new_css .accessories-block .text-panel2 {
	padding-right: 45px;
}
.new_css .accessories-block .text-panel2 h1{
	color: #0a0a0a;
	font-size: 34px;
	font-weight: 700;
	margin-bottom: 8px;
}
.new_css .accessories-block .text-panel2 p{
	color: #0a0a0a;
	font-size: 17px;
	font-weight: 400;
	line-height: 24px;
	margin-bottom: 27px;
}
.new_css .accessories-block .text-panel2 h2{
	color: #0a0a0a;
	font-size: 24px;
	font-weight: 700;
}

.new_css .day-deals-panel .cart{
	padding: 12px 23px !important;
}
.new_css .day-deals-panel .cart i{
	color: #3d3d3d;
	font-size: 14px;
}


.new_css.fixed_header .header-top-block {
	    position: fixed;
	    top: 0;
	    left: 0;
	    width: 100%;
	    z-index: 9999 !important;
	}

.footer_container_new_css
{
	box-sizing: border-box;
	padding-top: 20px;
	width: 100%;
	position: relative;
	background-color: #218ab9;
	overflow:hidden !important;
}


@media only screen and (max-width: 1300px)
{

	.new_css .day-deals-panel .btn{
	    padding: 12px 10px;
	    font-size: 12px;
	}

	#content-wrap
	{
		padding-left: 50px;
		padding-right: 50px;
		width: 100%;
		max-width: 1200px;
		margin-left: auto;
		margin-right: auto;
		box-sizing: border-box;
	}

	.new_css .keurmerk_desk
	{
		display: none;
	}
}


@media only screen and (max-width:1199px) {



	.new_css .metal-product-block .panel h6{
		font-size: 16px;

	}

	#header-wrap {
		margin-top: -95px;
	}

	.new_css .day-deals-panel .text-panel {
	    width: calc(100% - 160px);
	}
	
	.new_css .nav-block ul li a {
	    font-size: 13px;
	}
	.new_css .nav-block > ul > li {
	    margin-right: 0;
	}
	.new_css .usp-block .container_header > ul > li:last-child{
		display: none;
	}
}


@media only screen and (max-width:1100px) {
	#header-wrap {
		margin-top: -98px;
	}
	
}

@media only screen and (max-width:1050px) {
	#header-wrap {
		margin-top: -100px;
	}
}

@media only screen and (max-width:991px) {


	
	.new_css .discover-block
	{
		display:none !important;
	}


	.new_css .metal-product-block{
	    margin-bottom: 0px;
	}	

	#header-wrap {
		margin-top: -108px;
	}
	
	.ais-hits--item
	{

	}
	
	.product_s_r
	{

		margin-left: -15px;
	}

	.new_css .language:hover .language-toggle {
		display: none;
	}

	.new_css .search.d-hide,
	.new_css .m-toggle{
		display: block;
	}
	
	.new_css .language
	{
		margin-right: 10px;
	}
	
	.new_css .language .lang_flag
	{
		height: 14px;
	}
	
	
	.new_css .webshop,
	.new_css .webshop-panel,
	.new_css .search,
	.new_css .nav-block,
	.new_css .usp-block .klantservice,
	.new_css .main-block .right-sidebar{
		display: none;
	}	
	
	
	
	.new_css .header-bottom-block .container_header{
		padding: 9px;
	}
	.new_css .search.d-hide{
		margin: 0;
	}
	.new_css .search input ,
	.new_css .search-details{
	    width: 100%;
	    max-width: 100%;
	        left: 0;
	}
	.new_css .usp-block .container_header > ul > li {
	    display: none;
	}
	.new_css .usp-block .container_header > ul > li:first-child {
	    display: block;
	}
	.new_css .usp-block .container_header > ul > li {
	    margin-right: 0;
	}
	.new_css .rating.d-hide{
		display: flex;
	}
	.new_css .rating.d-hide span{
		color: #000000;
	}
	.new_css .header-top-block .container_header{
		align-items: center;
	}
	.new_css .header-top-block .logo_header a{
		top: 0;
	}

	.new_css .usp-block:after{
		position: absolute;
		left: 50%;
		top: 50%;
		transform: translate(-50%,-50%);
		content: "";
		width: 1px;
		height: 27px;
		background: #f5f5f5;
	}
	.new_css .rating ul {
	    margin: 0 8px 0 8px;
	}
	.new_css .m-menu-toggle {
		display: block;
	}

	.new_css .accessories-block .col6{
		width: 100%;
		margin-bottom: 10px;
	}

	.new_css .metal-product-block .col3,
	.new_css .discover-block .col3{
		width: 50%;
		margin-bottom: 30px;
	}

	.new_css .related-product .title {
	    max-width: 100%;
	}

	.footer_container_new_css
	{
		box-sizing: border-box;
		padding-top: 0px;
		width: 100%;
		position: relative;
		background-color: #218ab9;
		padding-bottom: 20px;
	}


	.onsbedrijf_footer, .contact_footer
	{
		margin:0px !important;
		padding:0px  !important;
		display:block  !important;
		width: 100% !important;
		position: relative !important;
		left: 0px !important;
		padding-left: 20px !important;
	}
	
	.onsbedrijf_footer h4
	{
		padding-top: 5px !important;
	}
	
	.contact_footer
	{
		padding-bottom: 20px !important;
	}
	
	.hulp_nodig
	{
		display:none !important;
	}
}


@media only screen and (max-width: 991px)
{
	#mob_search_balk_use
	{
		display:block;
	}
}






@media only screen and (max-width:767px) {


	#content-wrap
	{
		padding-left: 0px;
		padding-right: 0px;
	}

	.new_css .rating.d-hide span img{
		width: 53px;
	}
	.new_css .usp-block i {
	    margin-right: 5px;
	}


	.new_css .rating.d-hidee{
		display: flex;
		border-top: 1px solid #eeeeee;
		border-bottom: 1px solid #eeeeee;
    		padding: 8px 8px;
	}

	.new_css .related-product h2 {
	    font-size: 15px;
	    margin-bottom: 24px;
	}

	.new_css .related-product {
	    border-top: solid 1px #eeeeee;
	    padding-top: 16px;
	        padding-bottom: 25px;
	}
	.new_css .related-slider,
	.new_css .latest-slider,
	.new_css .product-slider {
	    padding-right: 180px;
	}
	.new_css .related-product .slick-list {
	    overflow: inherit;
	}
	.new_css .related-product .show-all {
	    margin: 18px 0px 23px;
	    padding-bottom: 20px;
	    border-bottom: 1px solid #eeeeee;
	}

	.new_css .related-product.style2 {
	    padding-top: 12px;
/*	        padding-bottom: 25px;*/
	}
	.new_css .related-product.style2 h2 {
	    margin-bottom: 25px;
	}

	.new_css .usp-block.m-hide{
		display: none;
	}

	.new_css .accessories-block {
	    padding: 12px 0px 0px;
	}

	.new_css .day-deals-panel {
	    padding: 23px 8px 30px;
	}
	.new_css .day-deals-panel .text-panel {
	    width: calc(100% - 100px);
	}
	.new_css .day-deals-panel h2 {
	    font-size: 20px;
	    margin-top: 0px;
	    margin-bottom: 6px;
	}
	.new_css .day-deals-panel p {
	    font-size: 16px;
	    margin-bottom: 5px;
	}
	.new_css .day-deals-panel .price {
	    margin-bottom: 8px;
	}

	.new_css .metal-product-block .panel h6 {
	    font-size: 16px;
	    position: relative;
	    bottom: 0;
	    margin-top: -10px;
	    margin-bottom: 10px;
	}
	.new_css .metal-product-block .panel a {
	    font-size: 14px;
	    line-height: 20px;
	    position: relative;
	    bottom: 0;
	    left: 0;
	    transform: translate(-0%,-0%);
    	padding: 10px 13px;
	}
	.new_css .metal-product-block .panel {
    	padding: 7px 17px 20px;
	}
	.new_css .metal-product-block .col3{
		margin-bottom: 10px;
	}
	.new_css .metal-product-block {
	    margin-bottom: 0;
	}

	.new_css .metal-product-block .panel figure img{
		height: 233px;
		object-fit: cover;
	}

	.new_css .accessories-block .text-panel2 h1 {
	    font-size: 24px;
	    margin-bottom: 8px;
	}
	.new_css .accessories-block .text-panel2 {
	    padding-right: 0;
	    padding-top: 20px;
	    padding-bottom: 10px;
	}
	.new_css .accessories-block .text-panel2 p {
	    margin-bottom: 22px;
	}


	.new_css .bar1, .new_css .bar2, .new_css .bar3 {
	    width: 30px;
	    height: 3px;
	    margin: 5px 0;
	}

	.new_css .user {
	    margin-left: 15px;
	}
	.new_css .header-top-block .logo_header a {
	    width: 156px;
	}

	.new_css .cart:hover .addToCart-details {
	    display: none;
	}
}

@media only screen and (max-width:767px) {

	.new_css .cart .mob_cart_butt_new
	{
		display:block;
	}

	.new_css .cart .desktop_cart_butt_new, .new_css .cart .addToCart-details
	{
		display:none !important;
		visibility:hidden !important;
	}

	.new_css .accessories-block {
	    padding: 12px 0px 0px;
	}
	.new_css .tools-panel {
	    height: 318px;
	}
	.new_css .tools-panel .text {
	    padding: 30px 30px;
	}
	.new_css .tools-panel p {
	    font-size: 16px;	    
	    line-height: 24px;
	}
	.new_css .tools-panel h2 {
	    font-size: 28px;
	}
	.new_css .day-deals-panel {
	    padding: 23px 8px 30px;
	}

	.new_css .show-all.d-hide{
		display: flex;
		margin: 18px 0px 10px;
		padding-bottom: 0px;
		border-bottom: 0px solid #eeeeee;
	}
	.new_css .usp-block.style2 ul {
		padding: 0;
		width: auto;
	}
	.new_css .usp-block.style2 {
    		margin-bottom: 15px;
		background-color: #f2f7fc;
		padding: 18px 13px;
	}
	.new_css .usp-block.style2:after {
	    position: absolute;
	    left: 50%;
	    top: 50%;
	    transform: translate(-50%,-50%);
	    content: "";
	    width: 1px;
	    height: 27px;
	    background: #b4b4b4;
	}
}


@media only screen and (max-width:639px) {
	.new_css .metal-product-block .panel figure img {
	    height: auto;
	}
	
}


@media only screen and (max-width:479px) {
	.new_css .cart ,
	.new_css .user {
	    margin-left: 10px;
	}
	.new_css .header-top-block .logo_header a {
	    width: 120px;
	}
	.new_css .cart {
	    padding: 14px 0px;
	}
	.new_css .usp-block .container_header{
		padding: 0 9px;
	}
	.new_css .usp-block ul li a {
		font-size: 10px;
		white-space: pre;
	}
	.new_css .rating span {
	    font-size: 15px;
	}
	.new_css .rating ul {
	    margin: 0 2px;
	}
	.new_css .rating ul li a {
	    width: 12px;
	    height: 12px;
	}
	.new_css .usp-block i {
	    margin-right: 2px;
	}
	.new_css .usp-block strong {
	    margin-right: 0;
	}

	.new_css .tools-panel .text {
	    padding: 30px 25px;
	}

	.new_css .related-slider, .new_css .latest-slider,
	.new_css .product-slider {
	    padding-right: 100px;
	}

	.new_css .metal-product-block .panel figure img
	{
		min-width: 90px;
	}
	
	.new_css .day-deals-panel .fig-panel, .new_css .day-deals-panel .fig-panel figure, .new_css .day-deals-panel .fig-panel a, .new_css .day-deals-panel .text-panel
	{
		margin:0px !important;
	}

	.new_css .day-deals-panel .fig-panel figure
	{
		margin-top: 30px !important;
		min-width: 60px;
		padding: 5px;
	}

	.new_css .addToCart-details {
	    right: -5px;
	    width: 300px;
	    padding: 20px 15px;
	}

	.new_css .m-menu-toggle {
	    width: 95%;
	}
	.new_css .m-menu-toggle .top {
	    padding: 20px 20px;
	}

	.new_css .usp-block.style2 {
	    padding: 18px 0px;
	}
	.new_css .rating.d-hide span {
	    font-size: 12px;
	}
	.new_css .rating.d-hide ul li a {
	    width: 9px;
	    height: 9px;
	}
	.new_css .usp-block.bg-light.style2 i{
		font-size: 10px;
	}
	.new_css .usp-block ul li a {
	    font-size: 9px;
	}
	.new_css .usp-block.style2:after {
	    left: 52%;
	    height: 20px;
	}

	.new_css .metal-product-block .panel a {
	    font-size: 10px;
	    padding: 5px 10px;
	}

	.new_css .product-panel h5 {
	    min-height: 51px;
	}
	
	.new_css .metal-product-block .panel {
	    padding: 7px 10px 20px;
	}
	.new_css .metal-product-block .panel h6 {
	    font-size: 12px;
	}
}

@media only screen and (max-width:415px) {
	.new_css .product-panel a {
	    width: 60px;
	    height: 40px;
	}
	.new_css .metal-product-block .panel a i {
	    font-size: 10px;
	    margin-right: 0;
	}
	.new_css .day-deals-panel .btn {
	    padding: 12px 12px;
	}

}


@media only screen and (max-width:340px) {
	.new_css .header-top-block .logo_header a {
	    width: 100px;
	}

	.new_css .day-deals-panel h2 {
	    font-size: 16px;
	    margin-top: 0px;
	    margin-bottom: 6px;
	}
}