/* common */
* {
	margin:0px;
	padding:0px;
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
}
html,body {
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	font-size:14px;
	color:#000000;
}
body {
	background:#fff;
}
img {
	border:0px;
	display:block;
	max-width: 100%;
}
a,input {
	outline:none;
	text-decoration: none;
	transition: all 0.3s;
}
ul,ol{
	padding: 0;
	margin: 0;
	list-style: none;
}
h1,h2,h3,h4,h5,h6{
	font-style: normal;
}
h1{
	color: #000000;
	font-size: 24px;
	font-weight: 700;
}
h2{

}
h3{

}
h4{

}
h6{

}
p{
	color: #000000;
	font-size: 14px;
	font-weight: 400;
	line-height: 24px;
}
.d-flex {
	display:flex;
}
.row {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -15px
}.row > div {
	padding-left: 15px;
	padding-right: 15px
}
.col3 {
	width: 25%
}
.col4 {
	width: 33.33%
}
.col5 {
	width: 42%
}
.col6 {
	width: 50%
}
.col7 {
	width: 58%
}
.align-center {
	align-items: center
}
.justify-between {
	justify-content:space-between;
}
.justify-center {
	justify-content:center;
}
.container{
	max-width: 1230px;
	padding-left: 15px;
	padding-right: 15px;
	margin: 0 auto;
}


/* section */
#section {
	position:relative;
	display:block;
	width:100%;
	min-height: 100%;
}
/* page wrap */
#page-wrap {
	margin:0 auto;
	width: 100%;
	overflow: hidden;
}
/* header */
#header-wrap {
	position:relative;
	width:100%;
	z-index:999;
}

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

}
.logo a {
	display: block;
	position: relative;
    top: 13px;
}
.search{
	margin-left: 20px;
	position: relative;
}
.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;
}
.search:hover .search-details {
	display: block;
}
.search:hover input {
	border-radius: 5px 5px 0px 0px;
}
.search-btn{
    position: absolute;
    right: 15px;
    top: 12px;
}
.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;
}
.search-details span{
	font-size: 13px;
    line-height: 18px;
    color: #000000;
    margin-bottom: 10px;
    display: block;
}
.search-details .title{
	border-bottom: solid 1px #707070;
	border-top: solid 1px #707070;
	padding: 12px 0px;
}
.search-details .title p{
	font-size: 11px;
	line-height: 15px;
	color: #000000;
	font-weight: 400;
	margin-bottom: 3px;
}
.search-details .title p strong{
	font-weight: 700;
}
.search-details .title p i{
	margin-right: 5px;
}
.search-details .product{
	padding: 12px 0px 0;
}
.search-details .product h5{
	font-size: 11px;
	line-height: 15px;
	font-weight: 700;
	margin-bottom: 8px;
}
.search-details .product .panel{
	margin-bottom: 6px;
}

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

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

.search-details .product .panel figure{
	width: 39px;
	margin-right: 10px;
}
.search-details .product .panel h6{
	font-size: 12px;
    	line-height: 15px;
	font-weight: 700;
	margin-top: 4px;
	color: #000000;
}
.search-details .product .panel span{
	font-size: 11px;
	line-height: 16px;
	font-weight: 400;
}
.search-details .product .panel span strong{
	font-weight: 700;
	color: #FD6633;
	font-size: 12px;
}

.language{
	margin-left: 22px;
	position: relative;
    padding: 12px 0;
}
.language:hover .language-toggle {
	display: block;
}
.language-toggle{
	padding: 15px 13px;
    background-color: #ffffff;
    position: absolute;
    left: 0;
    top: 100%;
    width: 78px;
    z-index: 99;
    display: none;
}
.language-toggle li{
    margin-bottom: 12px;
}
.language-toggle li:last-child{
	margin-bottom: 0;
}
.language-toggle a{
	color: #000000;
	font-size: 12px;
}
.language-toggle a img{
	margin-right: 5px;
}

.user{
	margin-left: 20px;
}
.cart {
	margin-left: 15px;
	position: relative;
   	padding: 17px 0px;
}
.cart >a{
}
.cart >a> 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: 370px;
    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;
}
.addToCart-details h4{
	margin-bottom: 14px;
	font-size: 13px;
	font-weight: 700;
}
.addToCart-details p,
.addToCart-details span{
    font-size: 11px;
    line-height: 15px;
}
.addToCart-details .title{
    padding-bottom: 10px;
    border-bottom: solid 1px #f5f9fd;
    margin-bottom: 10px;
}
.addToCart-details .title p{
	width: 75%;
}
.addToCart-details .middle{
	margin-bottom: 8px;
}
.addToCart-details .total{
	margin-bottom: 20px;
}
.addToCart-details .total p{
	font-weight: 700;
}
.addToCart-details .total p span{
	font-weight: 400;
}
.addToCart-details .total >span{
	font-weight: 700;
}
.addToCart-details .button-link {
	justify-content: flex-end;
    margin-bottom: 12px;
}
.addToCart-details .button-link .btn{
	padding: 10px 20px;
	cursor: pointer;
	z-index: 1;
}
.addToCart-details .button-link .btn.pink{
	background-color: #feb0bb;
	margin-right: 10px;
	color: #000000;
}
.addToCart-details .button-link .btn.pink:after {
    background-color: #f5b3bc;
}
.addToCart-details .edit{
	display: flex;
	justify-content: flex-end;
}
.addToCart-details .edit a{
    color: #5A5A5A;
    font-size: 9px;
    text-decoration: underline;
}

.rating{}
.rating span{
	color: #ffffff;
	font-size: 18px;
	font-weight: 500;
	font-family: 'Montserrat', sans-serif;
}
.rating ul{
    margin: 0 15px 0 10px;
}
.rating ul li:last-child a{
	background-color: #dcdce6;
}
.rating ul li a{
	display: flex;
	align-items: center;
	justify-content: center;
	width: 16px;
	height: 16px;
	background-color: #73cf11;
}
.webshop-panel > img{
	margin-right: 25px;
}
.header-bottom-block{
	background-color: #abd4f4;
		position: relative;
}
/* nav block */
.nav-block {

}
.nav-block > ul{
	justify-content: space-between;
}
.nav-block > ul > li{
	margin-right: 15px;
}
.nav-block >ul >li:last-child{
	margin-right: 0;
}
.nav-block >ul >li > a{
	display: flex;
	align-items: center;
	padding: 19px 0px;
}
.nav-block ul li a{
    color: #3d4d6e;
    font-size: 14px;
    font-weight: 700;
}
.nav-block > ul > li > a i{
	margin-right: 5px;
}
.nav-block ul li a:hover,
.nav-block > ul > li:hover > a,
.nav-block > ul > li > a.active {
	color: #fd6633;
}
/*.nav-block > ul > li:hover .sub-menu{
	display: block;
}*/
.sub-menu{
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
    padding: 60px 0;
	z-index: 99;
    background-color: #F2F7FC;
    display: none;
}
/*.sub-menu.columns-3{
	display: none !important;
}*/
.sub-menu h5{
	font-size: 15px;
    line-height: 20px;
    font-weight: 700;
    color: #000000;
    margin-bottom: 6px;
}
.sub-menu ul li a,
.sub-menu .more,
.columns-4 .panel p{
	font-size: 15px;
	line-height: 28px;
	font-weight: 400;
	color: #000000;
}
.sub-menu ul li a i{
	margin-right: 10px;
}
.sub-menu .menu{
	flex-wrap: wrap;
}
.columns-3 .menu ul:nth-child(1){
	width: 40%;
}
.columns-3 .menu ul:nth-child(2){
	width: 33%;
}
.columns-3 .menu ul:nth-child(3){
	width: 27%;
}
.columns-4 .panel{
	margin-bottom: 25px;
}
.columns-4 .panel p{
    margin-bottom: 20px;
}
.columns-4 .panel .btn{
    background-color: #FD6633;
    color: #ffffff;
    z-index: 1;
    padding: 11px 43px;
    display: inline-block;
}
.columns-4 .panel .btn:after{
	background-color: #E85625;
}


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





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

.breadcrumbs-block{
	color: #808080;
	font-size: 12px;
	font-weight: 400;
	padding: 11px 0px;
}
.breadcrumbs-block li{
    position: relative;
    margin-right: 11px;
}
.breadcrumbs-block li:after{
	position: absolute;
    right: -9px;
    top: 0;
    content: ">";
    font-size: 12px;
    color: #808080;
    font-weight: 700;
}
.breadcrumbs-block li:last-child:after{
	display: none;
}
.breadcrumbs-block a{
	color: #808080;
}


/*main-block*/

.main-block{
    margin-bottom: 45px;
}
.main-block .left-sidebar{
    width: 73%;
    padding-right: 55px;
}
.main-block .right-sidebar{
	width: 27%;
}
.rtl-slider-block{
	background-color: #f2f7fc;
	padding: 20px 0px 0px 0px;
	position: relative;
}
.rtl-slider-block h3{
	color: #000000;
	font-size: 17px;
	font-weight: 700;
	padding: 0 35px 15px;
}
.right-product-slider{
    padding-bottom: 85px;
}
.right-product-slider .product-panel figure{
    min-height: 223px;
}
.right-product-slider .product-panel .discount-price {
	font-size: 14px;
}
.right-product-slider .product-panel .main-price {
	font-size: 18px;
	font-weight: 600;
}
.right-product-slider .product-panel h5{
	margin-bottom: 20px;
}
.right-product-slider .product-panel .addCart a{
	width: 81px;
	height: 45px;
}
.right-product-slider .product-panel .text{
	padding: 0 15px 28px;
}
.right-product-slider .product-panel {
    margin-bottom: 17px;
}
.right-product-slider .slick-arrow{
	position: absolute;
	bottom: 40px;
	left: 52%;
	border: none;
	font-size: 0;
	width: 39px;
	height: 39px;
	background-color: #abd4f4;
	border-radius: 50%;
	cursor: pointer;
}
.slick-vertical .slick-slide{
	margin: 0 35px 0 30px;
}
.right-product-slider .slick-prev {
	left: 36%;
	background: #abd4f4 url(../images/angle-right.svg) no-repeat center/13px;
	transform: rotate(90deg);
}
.right-product-slider .slick-next {
	background: #abd4f4 url(../images/angle-right.svg) no-repeat center/13px;
	transform: rotate(-90deg);
}
.rtl-slider-block .link{
    margin: 0 35px;
    position: relative;
}
.rtl-slider-block .view-all{
    color: #ffffff;
    font-size: 14px;
    font-weight: 700;
    line-height: 20px;
    border-radius: 4px;
    background-color: #218ab9;
    display: block;
    text-align: center;
    position: absolute;
	bottom: -20px;
    left: 0;
    width: 100%;
    padding: 10px 0px;
}
.rtl-slider-block .view-all i{
	font-size: 11px;
}
.help-block{
	background-color: #f2f7fc;
    display: flex;
    justify-content: space-between;
    margin-top: 47px;
    padding: 30px 20px 38px;
    position: relative;
}
.help-block .fig-panel{
    position: absolute;
    left: -40px;
    top: 18px;
}
.help-block .text-panel{
	margin-left: auto;
	width: 59%;
}
.help-block h4{
	color: #000000;
	font-size: 17px;
	font-weight: 700;
	margin-bottom: 15px;
}
.help-block ul{
	font-size: 15px;
	font-weight: 400;
	color: #000000;
}
.help-block a {
	color: #218ab9;
	text-decoration: underline;
}

#tabs-nav{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	border-bottom:solid 1px #eeeeee;
}
#tabs-nav li {
	padding: 10px 16px;
    cursor: pointer;
	background-color: #ffffff;
	color: #218ab9;
	font-size: 15px;
	font-weight: 700;
}
#tabs-nav li:hover,ul#tabs-nav li.active {
	background-color: #f2f7fc;
}
#tabs-nav li:hover a,ul#tabs-nav li.active a{
	color: #000000;
}
#tabs-nav li a {
	color: #218ab9;
}
.tab-content {
    padding: 12px 5px;
    background-color: #FFF;
}
.tab-content p{
	margin-bottom: 24px;
}
.tab-content p:last-child{
	margin-bottom: 12px;
}
.tab-content .moreBtn{
	color: #218ab9;
	font-size: 14px;
	font-weight: 700;
	line-height: 20px;
}
.tab-content .moreBtn i{
	font-size: 11px;
}

/*related-product*/
.related-product{
	padding-bottom: 60px;
	border-bottom: solid 1px #eeeeee;
}
.related-product .title{
	max-width: 84%;
}
.related-product h2{
	color: #000000;
	font-size: 20px;
	font-weight: 700;
	margin-bottom: 26px;
}
.related-slider {
	margin-bottom: 3px;
}
.related-product .slick-list{
	margin: 0 -8.5px;
}
.related-product .slick-slide{
	padding: 0 8.5px;
}
.product-panel {
	border-radius: 4px;
	border: 1px solid #eeeeee;
	background-color: #ffffff;
	position: relative;
}
.product-panel figure{
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 209px;
}
.product-panel h5{
	color: #000000;
	font-size: 12px;
	font-weight: 600;
	margin-bottom: 16px;
}
.product-panel .discount-price{
	color: #808080;
	font-size: 10px;
	font-weight: 400;
	text-decoration: line-through;
}
.product-panel .main-price{
	color: #d71920;
	font-size: 14px;
	font-weight: 600;
	display: block;
}

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

.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;
}
.product-panel a:hover{
	opacity: 0.8;
}
.product-panel a i{
	color: #3d3d3d;
	font-size: 14px;
}
.product-panel .text{
    padding: 0 15px 25px;
}
.product-panel .text .bottom{
	display: flex;
	justify-content: space-between;
	padding-right: 15px;
}
.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;
}
.related-product .show-all{
	color: #218ab9;
	font-size: 14px;
	font-weight: 700;
	line-height: 20px;
	display: flex;
    align-items: center;
}
.related-product .show-all i{
	font-size: 11px;
	margin-right: 5px;	
}
.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;
}
.related-product .slick-prev{
	background: url(../images/angle-right.svg) no-repeat center center/15px;
    left: -37px;
    transform: translate(-0%,-50%) rotate(180deg);
}
.related-product .slick-next{
    background: url(../images/angle-right.svg) no-repeat center center/15px;
	right: -55px;
    transform: translate(-50%,-50%);
}
.related-product .row {
    margin: 0 -25px;
}
.related-product .row > div {
    padding: 0 25px;
}

/*product-details-block*/
.product-details-block{
	margin-bottom: 35px;
}
.product-details-block .col7{
	padding-right: 30px;
	position: relative;
    z-index: 99;
}
.product-details-block h1{
	margin-bottom: 40px;
}



.slider-nav .slick-list{
	padding: 0 !important;
	margin-left: -5px;
	margin-right: -5px;
}
.slider-nav .slick-slide,
.swiper-slide.swiper-slide-visible  {
    padding-left: 5px;
    padding-right: 5px;
    border-radius: 4px;
    border: 1px solid #cecece;
    margin-right: 5px;
    cursor: pointer;
}
.slider-nav .slick-slide:nth-child(5),
.swiper-slide.swiper-slide-visible:nth-child(5){
	margin-right: 0;
	position: relative;
}
.slider-nav .slick-slide.slick-current.slick-active,
.swiper-slide-active.swiper-slide-thumb-active,
.swiper-slide.swiper-slide-visible.swiper-slide-next.swiper-slide-thumb-active,
.swiper-slide-thumb-active {
	border: 1px solid #4aaad2 !important;
}
.slider-nav .slick-slide:nth-child(5):after,
.swiper-slide.swiper-slide-visible:nth-child(5):after{
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.5);
	content: "+7";
	color: #ffffff;
	font-size: 24px;
	font-weight: 700;
	display: flex;
    align-items: center;
    justify-content: center;
}
.swiper-slide a{
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
}
/*.swiper-slide a:hover:after{
	position: absolute;
	left: 0;
	top: 0;
	content: "";
	width: 100%;
	height: 100%;
	background-color: rgb(0, 102, 153,0.5);
}*/

/*product-details*/
/*.product-details{
	position: relative;
	z-index: 1;
}*/
.product-details .offer{
	display: flex;
	align-items: center;
	margin-bottom: 13px;
}
.product-details .offer .discount{
	border-radius: 4px;
	background-color: #ff0000;
	color: #ffffff;
	font-size: 16px;
	font-weight: 700;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 4px 12px;
	margin-right: 4px;
}
.product-details .offer .offer-text{
    color: #fd0023;
    font-size: 14px;
    font-weight: 700;
    border-radius: 4px;
    background-color: #f2f7fc;
    padding: 5.5px 18px;
}
.product-details .price{
	color: #000000;
    font-size: 10px;
    font-weight: 400;
    margin-bottom: 20px;
}
.product-details .discount-price{
	font-size: 14px;
	font-weight: 400;
	text-decoration: line-through;
	margin-right: 14px;
}
.product-details .main-price{
	color: #000000;
	font-size: 25px;
	font-weight: 700;
	line-height: 22px;
}
.product-details .main-price sub{
	font-size: 15px;
	position: relative;
	top: -3px;
	z-index: -1;
}
.product-details .price a{
	color: #fd6633;
	text-decoration: underline;
}
.product-details .addtoCart_number{
    margin-bottom: 27px;
}
.product-details .addtoCart_number input,
.all-version-block .panel input{
	width: 44px;
	height: 40px;
	border-radius: 4px;
	border: 1px solid #ebeae6;
	background: #ffffff url(../images/arrow-down.svg) no-repeat center right;
    padding: 0px 12px;
	color: #444544;
	font-size: 12px;
	font-weight: 400;
	margin-right: 10px;
}
.product-details .addtoCart_number .addCartBtn,
.btn.green,
.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;
}
.product-details .addtoCart_number .addCartBtn:hover,
.btn.green:hover,
.btn:hover{
	opacity: 0.8;
}
.product-details .addtoCart_number .addCartBtn:after,
.btn.green:after,
.btn:after{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	content: "";
	height: 6px;
	border-radius: 4px;
	background-color: #0d8b1e;
}
.product-details .stock-shipping{
	margin-bottom: 25px;
}
.product-details .stock-shipping span{
    color: #0f8b20;
    font-size: 13px;
    font-weight: 400;
    border-radius: 4px;
    background-color: #ffffff;
    padding: 5px 34px;
    display: inline-block;
}
.product-details .stock-shipping .shopping {
    padding: 5px 12px;
}
.product-details .stock-shipping .stock{
	border: 1px solid #0f8b20;
}
.product-details .webshop-panel{
	border-top: 1px solid #ebeae6;
	border-bottom: 1px solid #ebeae6;
	padding: 8px 2px;
}
.product-details .rating span{
	color: #191919;
}
.product-details .delivery-text{
	padding: 18px 0px;
}
.product-details .delivery-text li{
	color: #000000;
	font-size: 14px;
	font-weight: 400;
	display: flex;
	align-items: center;
	margin-bottom: 6px;
}
.product-details .delivery-text i{
	color: #109622;
	font-size: 12px;
	margin-right: 7px;
}
.product-details .delivery-text strong{
	color: #fd6633;
	font-weight: 700;
	margin: 0 3px;
}
.product-details .payment{
	padding: 15px 0px;
}


/*.zoom-box .viewer-box:after{
	position: absolute;
    left: 0;
    top: 0;
    content: "";
    width: 100%;
    height: 100%;
    background-color: rgb(0, 102, 153,0.5);
}*/
/*.zoom-box .viewer-box>img {
	scale: 2;
}*/
.swiper-slide a img{
	max-width: initial;
}
.viewer-box > img{
	width: 1150px !important;
	height: 1150px !important;
}
.swiper-container {
    overflow: inherit;
}

.gallery-top .swiper-slide{
	display: none;
}
.gallery-top .swiper-slide.swiper-slide-active{
	display: block;
}


.product-details .price .sub-title{
	color: #000000;
	font-size: 14px;
	font-weight: 400;
	margin-right:5px;
}

.all-version-block{
    margin-bottom: 38px;
}
.all-version-block h6{
	color: #000000;
	font-size: 15px;
	font-weight: 700;
	margin-bottom: 16px;
}
.all-version-block .panel{
	border-radius: 4px;
	border: 1px solid #eeeeee;
	background-color: #ffffff;
	padding: 27px 27px;
}
.all-version-block .panel p{
	color: #000000;
	font-size: 14px;
	font-weight: 400;
	line-height: 24px;
}
.all-version-block .panel strong{
	color: #000000;
	font-size: 14px;
	font-weight: 700;
	line-height: 24px;
}
.all-version-block .btn{
	z-index: 1;
	display: inline-block;
	min-width: 232px;
	padding: 11px 30px;
	text-align: center;
}
.all-version-block .row{
	margin: 0;
	margin-bottom: 15px;
}
.all-version-block .row > div{
	padding: 0;
}
.all-version-block .right-text{
	display: flex;
	align-items: center;
	justify-content: flex-end;
}
.all-version-block .btn.pink{
	background-color: #feb0bb;
}
.all-version-block .btn.pink:after{
	background-color: #f5b3bc;
}

















.service-block {
    background-color: #218ab9;
    padding: 23px 0px;
}
.service-block h5{
	color: #ffffff;
	font-size: 20px;
	font-weight: 700;
}
.service-block h6,
.service-block p{
	color: #ffffff;
	font-size: 16px;
	line-height: 26px;
	font-weight: 700;
}
.service-block .row > div{
	position: relative;
}
.service-block p{
	font-weight: 400;
}
.service-block p i{
    position: absolute;
    left: -40px;
    top: 50%;
    color: #ff6633;
    font-size: 42px;
    font-weight: 400;
    transform: translate(-0%,-50%);
}
.service-block p i.fa-comments{
	left: -50px;
}
.service-block p a{
	text-decoration: underline;
	color: #ffffff;
}

/* footer wrap */
.footer-wrap {
	color: #3d3d3d;
	font-size: 14px;
	font-weight: 400;
	line-height: 26px;
	padding: 78px 0px;
}
.footer-wrap h6{
	color: #218ab9;
	font-size: 16px;
	font-weight: 700;
	margin-bottom: 5px;
}
.footer-wrap a{
	color: #3d3d3d;
}
.footer-wrap .f-nav ul{
	display: flex;
	flex-wrap: wrap;
}
.footer-wrap .f-nav ul li{
	width: 50%;
}
.footer-wrap address{
	font-style: normal;
}
.social-panel li{
	margin-right: 7px;
}
.social-panel li:last-child{
	margin-right: 0;
}
.footer-wrap i{
	color: #ff6633;
	font-size: 16px;
	font-weight: 400;
	margin-right: 5px;
}
.footer-wrap .contact{
    margin: 6px 0 26px;
}
.footer-wrap .contact li{
	margin-bottom: 6px;
}
.social-panel{
	margin-bottom: 5px;
}
.payment-menthod{
	border-bottom: solid 1px #eeeeee;
	border-top: solid 1px #eeeeee;
	padding: 16px 0px;
}
.payment-menthod li{
	margin: 0 15px;
}

.copy-block{
	padding: 15px 0;
}
.copy-block ul{
	font-family: 'Montserrat', sans-serif;
	font-size: 12px;
	font-weight: 500;
}
.copy-block ul li{
	color: #3d3d3d;
	margin: 0px 5px;
	position: relative;
}
.copy-block ul li:after{
	position: absolute;
    right: -6px;
    top: 3px;
    content: "";
    width: 2px;
    height: 13px;
    background-color: #000000;
}
.copy-block ul li:last-child:after{
	display: none;
}
.copy-block ul li a{
	color: #218ab9;
}

.social-block{
	background-color: #abd4f4;
	padding: 14px 0px;
	display: none;
}
.social-block span{
	color: #218ab9;
	font-size: 13px;
	font-weight: 700;
	line-height: 40px;
	margin-right: 10px;
}
.social-block a{
	color: #218ab9;
	font-size: 22px;
	font-weight: 400;
}
.social-block li{
	margin: 0 5px;
}
.social-block ul{
	margin-bottom: 0;
}
.m-service-block{
	display: none;
}
.webshop,
.search.d-hide,
.rating.d-hide{
	display: none;
}

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

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

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

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

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

/*m-menu-toggle*/

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

.m-navigation {
	padding: 17px 18px;
	height: 100vh;
	overflow: scroll;
}
.m-navigation ul li a{
	font-size: 13px;
    /* line-height: 35px; */
    font-weight: 700;
    color: #3D4D6E;
    display: block;
    position: relative;
    padding-bottom: 15px;
}
.m-navigation ul li a i{
	position: absolute;
	right: 0;
	top: 0px;
	font-size: 14px;
	line-height: 35px;
}
.m-navigation > ul > li > ul > li > ul,
.m-navigation > ul > li > ul {
	display: none;
}
.m-navigation > ul > li > a.active{
	border-bottom: solid 1px #ABD4F4;
	padding-bottom: 20px;
	margin-bottom: 18px;
	color: #FD6633;
}
.all-version-block.d-hide,
.stock-shipping.d-hide,
.rating.d-hidee{
	display: none;
}

.rating.style2{
	border-top: solid 1px #ebeae6;
	border-bottom: solid 1px #ebeae6;
	padding: 10px 0;
}
.v-offer-text{
	color: #3d3d3d;
	font-size: 14px;
	font-weight: 700;
	border-radius: 4px;
	background-color: #fec739;
	padding: 5px 11px;
}



/* radio */
.choose-size {
	margin-bottom: 12px;
}
.choose-size h6{
	color: #000000;
	font-size: 12px;
	font-weight: 700;
	margin-bottom: 11px;
}
.radio-buttons {
	width: 100%;
	text-align: center;
	display: flex;
	align-items: center;
}
.custom-radio input {
	display:none;
}
.radio-btn {
    display: inline-block;
    position: relative;
    cursor: pointer;
    border-radius: 4px;
    border: 1px solid #ebeae6;
    background-color: #ffffff;
    color: #000000;
    font-size: 11px;
    font-weight: 700;
    padding: 7px 5px;
    min-height: 40px;
    min-width: 80px;
}
.radio-btn i{
	color: #a8a8a8;
    font-size: 9px;
    font-weight: 400;
    position: absolute;
    bottom: 3px;
    left: 0;
    font-style: normal;
    text-align: center;
    width: 100%;
}
.custom-radio{
	margin-right: 5px;
}
.custom-radio input:checked+.radio-btn {
    border:solid 1px #109622;
}
.radio-buttons .custom-radio:first-child .radio-btn{
	display: flex;
	align-items: center;
	justify-content: center;
}
.back a{
    display: inline-block !important;
    color: #218AB9 !important;
    font-size: 16px !important;
    font-weight: 700 !important;
    margin-bottom: 10px !important;
    padding-left: 20px !important;
    position: relative !important;
}
.back a:after{
    background: url(../images/angle-left.svg) no-repeat center/18px;
    position: absolute;
    left: -3px;
    top: 1px;
    content: "";
    width: 20px;
    height: 20px;
}
.zoom-box .zoom-selector {
    border: 1px solid #555;
    box-shadow: 0px 0px 10px rgba(0,0,0,0.50);
}

.swiper-button-prev.swiper-button-white {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}
.swiper-button-next.swiper-button-white {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-next, .swiper-button-prev {
  text-rendering: auto;
}
.swiper-button-next, .swiper-button-prev {
    z-index: 9999 !important;
}



/*new-code*/

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

/*day-deals-panel*/

.day-deals-panel {
	background-color: #f2f7fc;
	padding: 32px 36px;
	display: flex;
	justify-content: space-between;
	height: 100%;
}
.day-deals-panel .fig-panel {
	position: relative;
}
.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;
}
.day-deals-panel .text-panel {
    width: calc(100% - 282px);
}
.day-deals-panel h2{
    color: #0a0a0a;
    font-size: 34px;
    font-weight: 700;
    margin-top: 28px;
    margin-bottom: 10px;
}
.day-deals-panel p{
	color: #0a0a0a;
	font-size: 17px;
	font-weight: 400;
	line-height: 24px;
	margin-bottom: 13px;
}
.day-deals-panel .price {
    margin-bottom: 18px;
}
.day-deals-panel .discount-price{
	color: #000000;
	font-size: 14px;
	font-weight: 400;
	margin-right: 7px;
	text-decoration: line-through;
}
.day-deals-panel .main-price{
	font-size: 25px;
	font-weight: 700;
	color: #000000;
}
.day-deals-panel .main-price sub{
	font-size: 15px;
	position: relative;
    bottom: 5px;
}
.day-deals-panel .btn{
    padding: 12px 35px;
}
.metal-product-block{
    margin-bottom: 70px;
}
.metal-product-block .panel{
	background-color: #f2f7fc;
	padding: 7px 26px 47px;
	position: relative;
	height: 100%;
	text-align: center;
}
.metal-product-block .panel figure{
	display: flex;
	align-items: center;
	justify-content: center;
}
.metal-product-block .panel figure img,
.day-deals-panel .fig-panel img{
	mix-blend-mode: multiply;
}
.metal-product-block .panel h6{
	color: #0a0a0a;
	font-size: 20px;
	font-weight: 700;
	position: absolute;
    bottom: 46px;
	left: 0;
	width: 100%;
	text-align: center;
}
.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;
}
.metal-product-block .panel a i{
	font-size: 11px;
	margin-right: 5px;
}
.metal-product-block .panel a:hover {
	background-color: #3D4D6E;
}

.related-product.style2{
	padding-bottom: 15px;
	border: none;
}
.related-product.style2 h2{
	margin-bottom: 40px;
}
.usp-block.style2{
    border-bottom: none;
    margin-bottom: 16px;
}
.usp-block.style2 ul{
    background-color: #f2f7fc;
    width: 100%;
    padding: 20px 35px;
}
.show-all.d-hide{
	display: none;
}
.discover-block.sub-menu h5 i{
	display: none;
}

/*accessories-block*/

.accessories-block .text-panel2 {
	padding-right: 45px;
}
.accessories-block .text-panel2 h1{
	color: #0a0a0a;
	font-size: 34px;
	font-weight: 700;
	margin-bottom: 8px;
}
.accessories-block .text-panel2 p{
	color: #0a0a0a;
	font-size: 17px;
	font-weight: 400;
	line-height: 24px;
	margin-bottom: 27px;
}
.accessories-block .text-panel2 h2{
	color: #0a0a0a;
	font-size: 24px;
	font-weight: 700;
}
.day-deals-panel .cart{
	padding: 12px 23px !important;
}
.day-deals-panel .cart i{
	color: #3d3d3d;
	font-size: 14px;
}
.justify-end{
	justify-content: flex-end;
}

/*offer-product*/

.offer-product{
	margin-top: 18px;
	margin-bottom: 35px;
}
.offer-product .row{
	margin: 0 -10px;
}
.offer-product .row > div{
	padding: 0 10px;
	margin-bottom: 21px;
}
.offer-product-panel{
    background-color: #FFF;
    border: none;
    padding: 5px 26px 18px;
    height: 100%;
    border: 1px solid #f0f0f0;
}
.offer-product-panel img{
	mix-blend-mode: multiply;
}
.offer-product-panel .discount {
    right: 28px;
    top: 24px;
    font-size: 16px;
    width: auto;
    padding: 0px 11px;
}
.offer-product-panel .rating ul {
	margin: 0 4px 0 0px;
}
.offer-product-panel .rating ul li{
	margin-right: 3px;
}
.offer-product-panel .rating span {
	color: #000000;
    font-family: 'Open Sans', sans-serif;
	font-size: 10px;
	font-weight: 400;
}
.offer-product-panel h5 {
    margin-bottom: 10px;
    min-height: 30px;
}
.offer-product-panel h4{
	color: #000000;
	font-size: 12px;
	font-weight: 400;
	line-height: 18px;
	margin-bottom: 12px;
}
.offer-product-panel .rating {
    margin-bottom: 15px;
}
.offer-product-panel .price > div{
	color: #808080;
	font-size: 10px;
	font-weight: 400;
	margin-bottom: 5px;
}
.offer-product-panel .price > div > span.discount-price {
	margin-left: 3px;
}
.offer-product-panel .price {
	margin-bottom: 13px;
}
.offer-product-panel .left a{
	color: #0f8b20;
    font-size: 10px;
    font-weight: 400;
    border-radius: 4px;
    border: 1px solid #0f8b20;
    background-color: #ffffff;
	display: inline-block;
	width: auto;
	height: auto;
	padding: 5px 12px;
	margin-bottom: 7px;
}
.offer-product-panel .left span{
	color: #0f8b20;
	font-size: 9px;
	font-weight: 400;
	line-height: 12px;
	display: block;
}
.offer-product-panel .text .bottom {
    padding-right: 0;
    width: 100%;
}
.offer-product-panel  .price-text .text{
	color: #000000;
	font-size: 11px;
	font-weight: 400;
    line-height: 15px;
    padding: 0;
    margin: 0;
}
.offer-product-panel .main-price {
	margin-right: 25px;
	position: relative;
}
.offer-product-panel .main-price label{
	position: absolute;
	right: 0;
	top: 0;
	display: inline-block;
}
.offer-product-panel .free-shipping{
	position: absolute;
    right: 25px;
    top: 25px;
    background-color: #239a07;
    color: #ffffff;
    font-size: 10px;
    font-weight: 700;
    padding: 8px 15px;
    border-radius: 4px;
}

/*main-catogory-block*/

.main-catogory-block {

}
.main-catogory-block > .container > .row > .col4{
    width: 32%;
}
.main-catogory-block > .container > .row > .col8{
    width: 68%;
}
.sorting-panel span{
	color: #000000;
	font-size: 11px;
	font-weight: 400;
	line-height: 18px;
	margin-right: 10px;
}
.sorting-panel select{
    color: #808080;
    font-size: 11px;
    font-weight: 400;
    line-height: 18px;
    border-radius: 2px;
    border: 1px solid #eeeeee;
    background: #ffffff url(../images/arrow-down2.svg) no-repeat center right 10px;
    padding: 2px 55px 2px 13px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: none;
}
.main-catogory-block .product-panel .text {
    padding: 0;
}
.main-catogory-block .offer-product-panel .discount {
    right: -15px;
    top: 14px;
    font-size: 12px;
    padding: 0px 8px;
}
.main-catogory-block .offer-product-panel .free-shipping {
    right: -15px;
    top: 14px;
}
.text-kg{
	color: #1d7eaa;
	font-size: 10px;
	font-weight: 700;
}
.discover-block.d-hide{
	display: none;
}

.product-filter{
	background-color: #f2f7fc;
	padding: 42px 53px;
}
.product-filter h3{
	color: #262626;
	font-size: 18px;
	font-weight: 700;
	line-height: 40px;
	margin-bottom: 8px;
}
.product-filter h4{
	color: #262626;
	font-size: 15px;
	font-weight: 700;
	line-height: 30px;
	cursor: pointer;
}
.product-filter h4 i{
	margin-right: 10px;
}
.product-filter h4.active i{
	transform: rotate(90deg);
}
/*.product-filter .f-toggle.height{

}*/
.product-filter .f-toggle{    
    overflow-y: scroll;
    display: none;
    margin-top: 7px;
    padding-bottom: 15px;
    position: relative;
    max-height: 393px;
}
.product-filter .f-toggle:after{
	position: absolute;
	left: 0;
	bottom: 0;
	content: "";
	width: 100%;
	height: 15px;
	background-color: #f2f7fc;
}
/*custom checkbox*/

.custom-checkbox input {
	padding: 0;
	height: initial;
	width: initial;
	margin-bottom: 0;
	display: none;
	cursor: pointer;
}
.custom-checkbox label {
    position: relative;
    cursor: pointer;
    color: #000000;
    font-size: 13px;
    font-weight: 400;
    line-height: 27px;
    display: flex;
    align-items: center;
}
.custom-checkbox label:before {
	content: '';
    -webkit-appearance: none;
    position: relative;
    cursor: pointer;
    margin-right: 14px;
    width: 11px;
    height: 11px;
    border: 1px solid #707070;
    background-color: #ffffff;
    display: inline-block;
    border-radius: 50%;
}
.custom-checkbox input:checked + label:after {
    content: '';
    display: block;
    position: absolute;
    top: 7px;
    left: 0px;
    width: 13px;
    height: 13px;
    background: #707070;
    border-radius: 100%;
}
.checkbox2 label:before {
	border-radius: 0%;
	width: 15px;
	height: 15px;
	border: 1px solid #d5d5d5;
}
.checkbox2 input:checked + label:after {
    content: '';
    display: block;
    position: absolute;
    top: 5px;
    left: 6px;
    width: 5px;
    height: 12px;
    border: solid #707070;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
    background: transparent;
    border-radius: 0%;
}

.price-range-slider{
	max-width: 254px;
    min-height: 111px;
    border-radius: 9px;
    background-color: #ffffff;
    padding: 16px 16px;
    margin-top: 35px;
    margin-bottom: 26px;
    position: relative;
}


  * {
    scrollbar-width: auto;
    scrollbar-color: #919191 #ffffff;
  }
  *::-webkit-scrollbar {
    width: 10px;
  }
  *::-webkit-scrollbar-track {
    background: #ffffff;
  }
  *::-webkit-scrollbar-thumb {
    background-color: #919191;
    border-radius: 0px;
    border: 0px solid #ffffff;
  }
.price-range-slider .text{
    padding-top: 28px;
}
.price-range-slider .text .p-text{
	margin-right: 5px;
}
.price-range-slider span{
	color: #2b2b2b;
	font-size: 14px;
	font-weight: 400;
	line-height: 24px;
}


/*range slider*/
.price-range-slider input[type=range] {
	-webkit-appearance: none;
	width: calc(100% - 32px);
	height: 3px;
	position: absolute;
	left: 50%;
	background-color: #166e29;
	transform: translate(-50%,-0%);
	top: 58px;
}
.price-range-slider  input[type=range]::-webkit-slider-runnable-track {
  width: 300px;
  height: 3px;
  background: #166e29;
  border: none;
  border-radius: 3px;
}
.price-range-slider  input[type=range]::-webkit-slider-thumb {
	-webkit-appearance: none;
	border: none;
	margin-top: -8px;
	cursor: pointer;
	position: relative;
	z-index: 1;
	width: 14px;
	height: 20px;
	border-radius: 4px;
	background-color: #166e29;
}
.price-range-slider  input[type=range]:focus {
  outline: none;
}
.price-range-slider input[type=range]:focus::-webkit-slider-runnable-track {
  background: #166e29;
}
.price-range-slider input[type=range]::-moz-range-track {
  width: 300px;
  height: 5px;
  background: #166e29;
  border: none;
  border-radius: 3px;
}
.price-range-slider input[type=range]::-moz-range-thumb {
  border: none;
  height: 16px;
  width: 16px;
  border-radius: 50%;
  background: #166e29;
}
/*hide the outline behind the border*/
.price-range-slider input[type=range]:-moz-focusring {
  outline: 1px solid white;
  outline-offset: -1px;
}
.price-range-slider input[type=range]::-ms-track {
  width: 300px;
  height: 5px;
  background: transparent;
  border-color: transparent;
  border-width: 6px 0;
  color: transparent;
  z-index: -4;
}
.price-range-slider input[type=range]::-ms-fill-lower {
  background: #777;
  border-radius: 10px;
}
.price-range-slider input[type=range]::-ms-fill-upper {
  background: #ddd;
  border-radius: 10px;
}
.price-range-slider input[type=range]::-ms-thumb {
  border: none;
  height: 16px;
  width: 16px;
  border-radius: 50%;
  background: #21c1ff;
}
.price-range-slider input[type=range]:focus::-ms-fill-lower {
  background: #888;
}
.price-range-slider input[type=range]:focus::-ms-fill-upper {
  background: #ccc;
}

.morebtn{
	justify-content: center;
}
.morebtn a{
	color: #218ab9;
	font-size: 14px;
	font-weight: 700;
	line-height: 20px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.morebtn a i{
	color: #218ab9;
	font-size: 11px;
	line-height: 20px;
	margin-right: 5px;
}
.m-filter-block,
.product-filter h6,
.cross-btn,
.m-show-value,
.m-sort-panel {
	display: none;
}


.slider-for .slick-next{
	position: absolute;
	top: 50%;
	transform: translate(-0%,-50%);
	width: 30px;
	height: 30px;
	border: none;
	z-index: 99;
	font-size: 0;
	cursor: pointer;
	right: 0px;
	background:transparent url(../images/angle-right-light.svg) no-repeat center/15px;
}

.slider-for .slick-prev
{
	position: absolute;
	top: 50%;
	transform: translate(-0%,-50%);
	width: 30px;
	height: 30px;
	border: none;
	z-index: 99;
	font-size: 0;
	cursor: pointer;
	left: 0px;
	background: transparent url(../images/angle-left-light.png) no-repeat center/15px;
}


#loading
{
	border: 1px solid #218ab9;
	padding: 5px;
	box-sizing: border-box;
	background-color: #218ab9;
	color: #FFF;
	width: 100%;
	max-width: 1000px;
	margin-left: auto;
	margin-right: auto;	
	font-size: 14px;
	height: 70px;
	position: relative;
	display: flex; /* Maak het ouder-element een flex-container */
	align-items: center; /* Center verticaal uitlijnen van kinderen */
	justify-content: center; /* Center horizontaal uitlijnen van kinderen */
}

#loading img
{
	height: 100%;
	display:inline-block;
}

#loading a
{
	color: #FFF;
	text-decoration: underline;
}

#loading span
{
	top: 30px;
	left: 0px;
	position: absolute !important;
	padding:0px !important;
	margin:0px !important;
	padding-left: 70px !important;
	display:inline-block !important;
	height: auto !important;
}

	.main-block .left-sidebar {
	    width: 100%;
	}



/*responsive*/
@media only screen and (max-width:1279px) {
	.main-block .left-sidebar {
	    padding-right: 40px;
	}
}
@media only screen and (max-width:1199px) {
	.nav-block ul li a {
	    font-size: 13px;
	}
	.nav-block > ul > li {
	    margin-right: 0;
	}
	.usp-block .container > ul > li:last-child{
		display: none;
	}
	.main-block .left-sidebar {
	    width: 71%;
	    padding-right: 15px;
	}
	.main-block .right-sidebar {
	    width: 29%;
	}
	.slick-vertical .slick-slide {
	    margin: 0 20px 0 20px;
	}
	.radio-btn i {
	    bottom: 0px;
	}
	.radio-btn {
	    padding: 7px 13px 11px;
	    line-height: 10px;
	}
	.day-deals-panel .text-panel {
	    width: calc(100% - 160px);
	}
	.offer-product .row > div{
		width: 33.33%;
	}
	.main-catogory-block .offer-product .row > div {
	    width: 50%;
	}
	.product-filter {
	    padding: 35px 30px;
	}
}
@media only screen and (max-width:991px) {
	.webshop,
	.search.d-hide	,
	.m-toggle{
		display: block;
	}
	.language,
	.webshop-panel,
	.search,
	.nav-block,
	.usp-block .klantservice,
	.main-block .right-sidebar{
		display: none;
	}
	.header-bottom-block .container{
		padding: 9px;
	}
	.search.d-hide{
		margin: 0;
	}
	.search input ,
	.search-details{
	    width: 100%;
	    max-width: 100%;
	        left: 0;
	}
	.usp-block .container > ul > li {
	    display: none;
	}
	.usp-block .container > ul > li:first-child {
	    display: block;
	}
	.usp-block .container > ul > li {
	    margin-right: 0;
	}
	.rating.d-hide{
		display: flex;
	}
	.rating.d-hide span{
		color: #000000;
	}
	.main-block .left-sidebar {
	    width: 100%;
	}
	.header-top-block .container{
		align-items: center;
	}
	.header-top-block .logo a{
		top: 0;
	}
	.related-product .title {
	    max-width: 100%;
	}
	.usp-block:after{
		position: absolute;
		left: 50%;
		top: 50%;
		transform: translate(-50%,-50%);
		content: "";
		width: 1px;
		height: 27px;
		background: #f5f5f5;
	}
	.rating ul {
	    margin: 0 8px 0 8px;
	}
	.m-menu-toggle {
		display: block;
	}
	.accessories-block .col6{
		width: 100%;
		margin-bottom: 10px;
	}
	.metal-product-block .col3,
	.discover-block .col3{
		width: 50%;
		margin-bottom: 30px;
	}
	.offer-product .row > div{
		width: 50%;
	}
	.product-filter {
	    padding: 25px 25px;
	}
	.product-filter h4 {
	    font-size: 13px;
	    line-height: 24px;
	}
	.custom-checkbox label {
	    font-size: 12px;
	    line-height: 24px;
	}
	.custom-checkbox label:before,
	.product-filter h4 i  {
	    margin-right: 8px;
	}

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

	.all-version-block .panel strong {
		font-size: 16px;
		line-height: 24px;
		position: absolute;
		left: 0;
		top: 38px;
	}
	.related-product h2 {
	    font-size: 15px;
	    margin-bottom: 24px;
	}
	.social-block{
		display: block;
	}
	.payment-menthod li {
	    margin: 0;
	    margin-right: 8px;
	}
	.payment-menthod li:last-child {
		margin-right: 0;
	}
	.copy-block ul li{
		margin-bottom: 8px;
	}
	.copy-block ul li:first-child{
		position: absolute;
		bottom: 19px;
		margin-bottom: 0;
	}
	.copy-block ul li:first-child:after {
	 	display: none;
	}
	.service-block{
		display: none;
	}
	.m-service-block{
		display: block;
		background-color: #218AB9;
		padding: 35px 12px 20px 20px;
	}
	.m-service-block h5{
		color: #ffffff;
		font-size: 16px;
		line-height: 22px;
		font-weight: 700;
		margin-bottom: 6px;
	}
	.m-service-block .panel:last-child h6{
		border-bottom: none;
	}
	.m-service-block h6{
		color: #ffffff;
		font-size: 13px;
		line-height: 40px;
		font-weight: 700;
		position: relative;
		border-bottom: solid 1px #ffffff;
	}
	.m-service-block h6 i{
		position: absolute;
		right: 0px;
		top: 18px;
	}
	.m-service-block ul{
		display: none;
	}
	.m-service-block ul li a{
		color: #ffffff;
		font-size: 13px;
		line-height: 40px;
		font-weight: 400;
		position: relative;
		display: block;
	}
	.m-service-block ul li a i{
		position: absolute;
		right: 0px;
		top: 15px;
	}
	.footer-wrap{
		display: none;
	}
	.copy-block {
	    padding: 0px 0 35px;
	}
	.rating.d-hide span img{
		width: 53px;
	}
	.usp-block i {
	    margin-right: 5px;
	}
	.product-details-block .col7 {
	    padding-right: 15px;
	}
	.col7,
	.col5 {
	    width: 100%;
	}
	.breadcrumbs-block li:nth-child(3),
	.breadcrumbs-block li:nth-child(4),
	.breadcrumbs-block li:nth-child(5){
		display: none;
	}
	.product-details-block h1 {
	    margin-bottom: 0px;
	}

	.all-version-block.d-hide{
		display: block;
		margin-bottom: 23px;
	}
	.all-version-block.m-hide{
		display: none;
	}
	.product-details .price {
	    margin-top: 25px;
	    margin-bottom: 28px;
	}
	.all-version-block .panel {
	    padding: 15px 18px;
	}
	.all-version-block .panel p {
	    margin-bottom: 6px;
	}
	.all-version-block .btn {
	    min-width: 180px;
	    padding: 11px 15px;
	}
	.stock-shipping.d-hide{
		display: flex;
		align-items: center;
		margin-bottom: 0;
	}
	.product-details .inner{
		display: flex;
		align-items: center;
		justify-content: space-between;
	}
	.product-details .stock-shipping span {
	    padding: 5px 19px;
	}
	.stock-shipping.m-hide{
		display: none;
	}
	.rating.d-hidee{
		display: flex;
		border-top: 1px solid #eeeeee;
		border-bottom: 1px solid #eeeeee;
    	padding: 8px 8px;
	}
	.product-details figure img{
		width: 100%;
	}
	.product-details-block {
	    margin-bottom: 33px;
	    padding-bottom: 15px;
	    border-bottom: 1px solid #eeeeee;
	}
	.main-block {
	    margin-bottom: 0;
	}
	#tabs-nav li {
	    margin-bottom: 6px;
	}
	.related-product {
	    border-top: solid 1px #eeeeee;
	    padding-top: 16px;
	        padding-bottom: 25px;
	}
	.related-slider,
	.latest-slider,
	.product-slider {
	    padding-right: 180px;
	}
	.related-product .slick-list {
	    overflow: inherit;
	}
	.related-product .show-all {
	    margin: 18px 0px 23px;
	    padding-bottom: 20px;
	    border-bottom: 1px solid #eeeeee;
	}
	.usp-block.m-hide{
		display: none;
	}
	.product-details .offer {
	    margin-bottom: 0;
	    margin-top: 25px;
	}
	.bar1, .bar2, .bar3 {
	    width: 30px;
	    height: 3px;
	    margin: 5px 0;
	}

	.user {
	    margin-left: 15px;
	}
	.header-top-block .logo a {
	    width: 156px;
	}
	.slider-nav .slick-slide:nth-child(5):after,
	.swiper-slide.swiper-slide-visible:nth-child(5):after {
	    font-size: 20px;
	}
	.cart:hover .addToCart-details {
	    display: none;
	}
	.payment-menthod {
	    border: none;
	}
	.radio-btn i {
	    bottom: 3px;
	}

	.slider-for .slick-next{
		position: absolute;
		top: 50%;
		transform: translate(-0%,-50%);
		width: 30px;
		height: 30px;
		border: none;
		z-index: 99;
		font-size: 0;
		cursor: pointer;
		right: 0px;
		background:#e5f1fb url(../images/angle-right-blue.svg) no-repeat center/15px;
		border-radius: 25px;
		padding: 20px;
	}

	.slider-for .slick-prev
	{
		position: absolute;
		top: 50%;
		transform: translate(-0%,-50%);
		width: 30px;
		height: 30px;
		border: none;
		z-index: 99;
		font-size: 0;
		cursor: pointer;
		left: 0px;
		background:#e5f1fb url(../images/angle-left-blue.png) no-repeat center/15px;
		border-radius: 25px;
		padding: 20px;
	}

	.slider-for .swiper-slide img
	{
		width: 70% !important;
		margin-left: auto;
		margin-right: auto;
	}
}

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

	.zoom-box .viewer-box,
	.zoom-box .zoom-selector{
		display: none !important;
	}
	.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
	    cursor: pointer;
	    pointer-events: all;
	}
	
	.gallery-top
	{
		height: auto !important;
	}
	
	
	
	.accessories-block {
	    padding: 12px 0px 0px;
	}
	.tools-panel {
	    height: 318px;
	}
	.tools-panel .text {
	    padding: 30px 30px;
	}
	.tools-panel p {
	    font-size: 16px;	    
	    line-height: 24px;
	}
	.tools-panel h2 {
	    font-size: 28px;
	}
	.day-deals-panel {
	    padding: 23px 8px 30px;
	}
	.day-deals-panel .text-panel {
	    width: calc(100% - 100px);
	}
	.day-deals-panel h2 {
	    font-size: 28px;
	    margin-top: 0px;
	    margin-bottom: 6px;
	}
	.day-deals-panel p {
	    font-size: 16px;
	    margin-bottom: 5px;
	}
	.day-deals-panel .price {
	    margin-bottom: 8px;
	}
	.metal-product-block .panel h6 {
	    font-size: 16px;
	    position: relative;
	    bottom: 0;
	    margin-top: -10px;
	    margin-bottom: 10px;
	}
	.metal-product-block .panel a {
	    font-size: 14px;
	    line-height: 20px;
	    position: relative;
	    bottom: 0;
	    left: 0;
	    transform: translate(-0%,-0%);
    	padding: 10px 13px;
	}
	.metal-product-block .panel {
    	padding: 7px 17px 20px;
	}
	.metal-product-block .col3{
		margin-bottom: 10px;
	}
	.metal-product-block {
	    margin-bottom: 0;
	}
	.related-product.style2 {
	    padding-top: 12px;
/*	        padding-bottom: 25px;*/
	}
	.related-product.style2 h2 {
	    margin-bottom: 25px;
	}
	.show-all.d-hide{
		display: flex;
		margin: 18px 0px 10px;
		padding-bottom: 0px;
		border-bottom: 0px solid #eeeeee;
	}
	.usp-block.style2 ul {
		padding: 0;
		width: auto;
	}
	.usp-block.style2 {
    	margin-bottom: 15px;
		background-color: #f2f7fc;
		padding: 18px 13px;
	}
	.usp-block.style2:after {
	    position: absolute;
	    left: 50%;
	    top: 50%;
	    transform: translate(-50%,-50%);
	    content: "";
	    width: 1px;
	    height: 27px;
	    background: #b4b4b4;
	}
	.discover-block {
    	padding: 10px 0 24px;
	}
	.discover-block h2 {
	    margin-bottom: 5px;
	    font-size: 16px;
	}
	.discover-block .col3 {
	    width: 100%;
	    margin-bottom: 0px;
	}
	.discover-block .panel .m-toggle-nav{
		display: none;
		position: absolute;
		left: -25px;
		top: 100%;
		width: calc(100% + 50px);
		background: #ffffff;
		z-index: 9;
		padding: 0 25px;
	}
	.discover-block .panel {
	    margin-bottom: 0;
	    position: relative;
	}
	.discover-block.sub-menu h5 {
	    font-size: 13px;
	    margin-bottom: 0;
	    position: relative;
	}
	.discover-block .container{
		padding-left: 25px;
		padding-right: 25px;
	}
	.discover-block.sub-menu h5,
	.discover-block.sub-menu ul li a {
		display: flex;
		align-items: center;
		position: relative;
		padding: 10px 0;
		border-bottom: 1px solid rgba(0, 0, 0, 0.2);
		cursor: pointer;
		font-size: 13px;
	}
	.discover-block.sub-menu h5 i {
		display: inline-block;
		position: absolute;
		right: 2px;
		top: 15px;
	}
	.metal-product-block .panel figure img{
		height: 233px;
		object-fit: cover;
	}
	.offer-product .row > div{
		width: 100%;
	}
	.breadcrumbs-block.m-hide{
		display: none;
	}
	.accessories-block .text-panel2 h1 {
	    font-size: 24px;
	    margin-bottom: 8px;
	}
	.accessories-block .text-panel2 {
	    padding-right: 0;
	    padding-top: 20px;
	    padding-bottom: 10px;
	}
	.accessories-block .text-panel2 p {
	    margin-bottom: 22px;
	}
	.offer-product {
	    margin-top: 8px;
	    margin-bottom: 20px;
	}
	.offer-product-panel {
    	padding: 20px 15px 24px;
		display: flex;
		border: 1px solid #eeeeee;
		background-color: #ffffff;
	}
	.offer-product-panel .text {
		padding: 0;
		width: calc(100% - -68px);
	}
	.offer-product-panel h4 {
	    min-height: 37px;
	}
	.offer-product .row > div {
	    padding: 0 10px;
	    margin-bottom: 10px;
	}
	.offer-product .container{
		padding-left: 8px;
		padding-right: 8px;
	}
	.discover-block.d-hide {
	    display: block; 
	}
	.offer-product-panel .price {
	    position: relative;
	}
	.offer-product-panel .discount,
	.main-catogory-block .offer-product-panel .discount{
		right: 0;
		top: 8px;
		font-size: 12px;
	}
	.offer-product-panel .free-shipping{
		display: none;
	}
	.main-catogory-block > .container > .row > .col4 ,
	.main-catogory-block > .container > .row > .col8,
	.main-catogory-block .offer-product .row > div{
	    width: 100%;
	}

	.m-filter-block {
		display: flex;
		align-items: center;
		justify-content: space-between;
		padding: 24px 0px 12px;
	}
	.m-filter-block h4{
		color: #010101;
		font-size: 16px;
		font-weight: 700;
	}
	.m-filter-block label{
	    color: #ffffff;
	    font-size: 14px;
	    font-weight: 700;
	    line-height: 20px;
	    border-radius: 4px;
	    background-color: #218ab9;
	    padding: 10px 32px 10px 30px;
	    display: flex;
	    align-items: center;
	}
	.m-filter-block label img{
		margin-right: 30px;
	}
	.sorting-panel,
	.product-filter h3,
	.product-filter .panel.m-hide{
		display: none;
	}
	.product-filter{
		display: block;
		padding: 50px 30px;
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		z-index: 9999;
		display: none;
		height: 100vh;
		overflow-y: scroll;
	}
	.cross-btn{
	    position: absolute;
	    right: 27px;
	    top: 32px;
	    display: inline-block;
	}
	.product-filter h4 {
	    position: relative;
    	padding: 8px 0px;
	}
	.product-filter h4 i {
	    margin: 0;
    	right: 11px;
	    top: 14px;
	    position: absolute;
	}
	.product-filter h6{
		font-size: 13px;
		font-weight: 700;	
		line-height: 40px;
		border-bottom: solid 1px #cdd1d6;
		display: block;
	}
	.product-filter .panel{
		border-bottom: solid 1px #cdd1d6;
	}
	.price-range-slider {
		max-width: 100%;
		min-height: auto;
		background-color: transparent;
		padding: 16px 0px;
		margin-top: 10px;
		margin-bottom: 15px;
	}
	.price-range-slider input[type=range]{
		width: 100%;
	}

	.price-range-slider input[type=range] {
		background-color: #1D7EAA;
	}
	.price-range-slider  input[type=range]::-webkit-slider-runnable-track {
	  background: #1D7EAA;
	}
	.price-range-slider  input[type=range]::-webkit-slider-thumb {
		background-color: #1D7EAA;
	}
	.price-range-slider input[type=range]:focus::-webkit-slider-runnable-track {
	  background: #1D7EAA;
	}

	.m-sort-panel{
		display: block;
	}
	.m-sort-panel .row{
		margin: 0 -7px;
	}
	.m-sort-panel .row > div{
		padding: 0 7px;
	}
	.m-sort-panel .m-panel label{
		font-size: 13px;
		font-weight: 700;	
		line-height: 40px;
		display: block;
	}
	.m-sort-panel .m-panel select{
		color: #9a9a9a;
		font-size: 11px;
		font-weight: 400;	
		line-height: 18px;
		display: block;
		background: #ffffff url(../images/arrow-down2.svg) no-repeat center right 15px;
		padding: 0 20px;
		height: 36px;
		border: 1px solid #eeeeee;
		border-radius: 4px;
		width: 100%;
		-webkit-appearance: none;
		-moz-appearance: none;
		outline: none;
	}
	.m-sort-panel .submit-panel{
    	margin-top: 40px;
	}
	.m-sort-panel a{
		color: #ffffff;
		font-size: 14px;
		font-weight: 700;	
		line-height: 20px;
		background-color: #218AB9;
		display: flex;
		align-items: center;
		justify-content: center;
		border-radius: 4px;
	    padding: 10px 15px;
	}
	.m-sort-panel a i{
		margin-right: 10px;
	}
	.price-range-slider .text .p-text,
	.rangeValues{
		display: none;
	}
	.m-show-value{
		display: flex;
		align-items: center;
	}
	.m-show-value span {
	    margin: 0 20px;
	}
	.m-show-value input{
		color: #808080;
		font-size: 11px;
		font-weight: 400;	
		line-height: 18px;
		border: solid 1px #EEEEEE;
		border-radius: 4px;
		width: 66px;
		height: 40px;
		text-align: center;
	}

}

@media only screen and (max-width:639px) {
	.metal-product-block .panel figure img {
	    height: auto;
	}
	
}
@media only screen and (max-width:479px) {
	.cart ,
	.user {
	    margin-left: 10px;
	}
	.header-top-block .logo a {
	    width: 130px;
	}
	.cart {
	    padding: 14px 0px;
	}
	.usp-block .container{
		padding: 0 9px;
	}
	.usp-block ul li a {
		font-size: 10px;
		white-space: pre;
	}
	.rating span {
	    font-size: 15px;
	}
	.rating ul {
	    margin: 0 2px;
	}
	.rating ul li a {
	    width: 12px;
	    height: 12px;
	}
	.usp-block i {
	    margin-right: 2px;
	}
	.usp-block strong {
	    margin-right: 0;
	}
	.product-details .discount-price {
	    font-size: 12px;
	    margin-right: 5px;
	}
	.product-details .main-price {
	    font-size: 20px;
	    line-height: 20px;
	}
	.product-details .stock-shipping span {
	    padding: 5px 10px;
	}
	.product-details .stock-shipping .shopping {
	    padding: 5px 3px;
	}
	.product-details .stock-shipping span {
	    font-size: 10px;
	}
	.addToCart-details {
	    right: -5px;
	    width: 300px;
	    padding: 20px 15px;
	}
	.m-menu-toggle {
	    width: 95%;
	}
	.m-menu-toggle .top {
	    padding: 20px 20px;
	}
	.related-slider, .latest-slider,
	.product-slider {
	    padding-right: 100px;
	}
	.m-service-block {
	    padding: 35px 0px 20px 0px;
	}
	.social-block a {
	    font-size: 18px;
	}
	.social-block span {
	    font-size: 12px;
	    margin-right: 5px;
	}
	.copy-block ul {
	    font-size: 11px;
	}
	.copy-block ul li:after {
	    right: -5px;
	    top: 2px;
	    width: 1px;
	    height: 10px;
	}
	.all-version-block .panel p {
	    line-height: 18px;
	}
	.all-version-block .right-text {
	    margin-top: 30px;
	}
	.radio-btn {
	    padding: 7px 8px 11px;
	}
	.day-deals-panel .text-panel {
	    width: calc(100% - 0px);
	}
	.tools-panel .text {
	    padding: 30px 25px;
	}
	.day-deals-panel .btn {
	    padding: 12px 30px;
	}
	.metal-product-block .panel a {
	    font-size: 10px;
	    padding: 5px 10px;
	}
	.metal-product-block .panel {
	    padding: 7px 10px 20px;
	}
	.metal-product-block .panel h6 {
	    font-size: 12px;
	}
	.m-filter-block label {
	    padding: 10px 20px;
	}
	.m-filter-block label img {
	    margin-right: 10px;
	}
	.product-panel h5 {
	    min-height: 51px;
	}
	.usp-block.style2 {
	    padding: 18px 0px;
	}
	.rating.d-hide span {
	    font-size: 12px;
	}
	.rating.d-hide ul li a {
	    width: 9px;
	    height: 9px;
	}
	.usp-block.bg-light.style2 i{
		font-size: 10px;
	}
	.usp-block ul li a {
	    font-size: 9px;
	}
	.usp-block.style2:after {
	    left: 52%;
	    height: 20px;
	}
}
@media only screen and (max-width:415px) {
	.product-panel a {
	    width: 60px;
	    height: 40px;
	}
	.metal-product-block .panel a i {
	    font-size: 10px;
	    margin-right: 0;
	}
	.day-deals-panel .btn {
	    padding: 12px 12px;
	}

}