/** RESET AND LAYOUT ===================================*/

@import url('https://fonts.googleapis.com/css?family=Roboto+Slab:400,700&display=swap');
@import url('https://fonts.googleapis.com/css?family=Rubik:400,500,500i,700,700i&display=swap');
@import url("./fonts/font-awesome.css");

/*@import url(override.css);
*/


/*
font-family: 'Roboto Slab', serif;
font-family: 'Rubik', sans-serif;

*/

* {
	margin: 0px;
	padding: 0px;
}

body {
	font-family: 'Rubik', sans-serif;
	font-size: 14px;
	color: #4a4a4a;
	line-height: 1.42857143;
}

a,
a:hover,
a:focus {
	outline: none!important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: 'Roboto Slab', serif;
	color: #000000;
}

img {
	max-width: 100%;
	height: auto;
}

ul.top-menu,
ul.top-menu li {
	list-style-type: none;
	list-style-image: none;
}

ul,
ol {
	padding-left: 20px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.cart a {
	color: #ff3333;
}

.bx-wrapper {
	position: relative;
	margin: 0 auto 60px;
	padding: 0;
	*zoom: 1;
	-ms-touch-action: pan-y;
	touch-action: pan-y;
}

.bx-wrapper img {
	max-width: 100%;
	display: block;
}

.bxslider {
	margin: 0;
	padding: 0;
}

ul.bxslider {
	list-style: none;
}

.bx-viewport {
	/*fix other elements on the page moving (on Chrome)*/
	-webkit-transform: translatez(0);
}

.new-gray{color:#4a4a4a;}

/** THEME ===================================*/

.bx-wrapper {
	-webkit-box-shadow: 0 0 5px #ccc;
	box-shadow: 0 0 5px #ccc;
	border: 5px solid #fff;
	background: #fff;
}

.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
	position: absolute;
	bottom: -30px;
	width: 100%;
}

.image-block.white .btn {
    border: 0 none;
}


/* LOADER */

.bx-wrapper .bx-loading {
	min-height: 50px;
	background: url(../new_images/bx_loader.gif) center center no-repeat #ffffff;
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2000;
}


/* PAGER */

.bx-wrapper .bx-pager {
	text-align: center;
	font-size: .85em;
	font-family: 'Rubik', sans-serif;
	font-weight: bold;
	color: #4a4a4a;
	padding-top: 20px;
}

.bx-wrapper .bx-pager.bx-default-pager a {
	background: #4a4a4a;
	text-indent: -9999px;
	display: block;
	width: 10px;
	height: 10px;
	margin: 0 5px;
	outline: 0;
	border-radius: 5px;
}

.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active,
.bx-wrapper .bx-pager.bx-default-pager a:focus {
	background: #000;
}

.bx-wrapper .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
	display: inline-block;
	*zoom: 1;
	*display: inline;
}

.bx-wrapper .bx-pager-item {
	font-size: 0;
	line-height: 0;
}


/* DIRECTION CONTROLS (NEXT / PREV) */

.bx-wrapper .bx-prev {
	left: 10px;
	background: url(../new_images/controls.png) no-repeat 0 -32px;
}

.bx-wrapper .bx-prev:hover,
.bx-wrapper .bx-prev:focus {
	background-position: 0 0;
}

.bx-wrapper .bx-next {
	right: 10px;
	background: url(../new_images/controls.png) no-repeat -43px -32px;
}

.bx-wrapper .bx-next:hover,
.bx-wrapper .bx-next:focus {
	background-position: -43px 0;
}

.bx-wrapper .bx-controls-direction a {
	position: absolute;
	top: 50%;
	margin-top: -16px;
	outline: 0;
	width: 32px;
	height: 32px;
	text-indent: -9999px;
	z-index: 9;
}

.bx-wrapper .bx-controls-direction a.disabled {
	display: none;
}


/* AUTO CONTROLS (START / STOP) */

.bx-wrapper .bx-controls-auto {
	text-align: center;
}

.bx-wrapper .bx-controls-auto .bx-start {
	display: block;
	text-indent: -9999px;
	width: 10px;
	height: 11px;
	outline: 0;
	background: url(../new_images/controls.png) -86px -11px no-repeat;
	margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-start:hover,
.bx-wrapper .bx-controls-auto .bx-start.active,
.bx-wrapper .bx-controls-auto .bx-start:focus {
	background-position: -86px 0;
}

.bx-wrapper .bx-controls-auto .bx-stop {
	display: block;
	text-indent: -9999px;
	width: 9px;
	height: 11px;
	outline: 0;
	background: url(../new_images/controls.png) -86px -44px no-repeat;
	margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-stop:hover,
.bx-wrapper .bx-controls-auto .bx-stop.active,
.bx-wrapper .bx-controls-auto .bx-stop:focus {
	background-position: -86px -33px;
}


/* PAGER WITH AUTO-CONTROLS HYBRID LAYOUT */

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
	text-align: left;
	width: 80%;
}

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
	right: 0;
	width: 35px;
}


/* IMAGE CAPTIONS */

.bx-wrapper .bx-caption {
	position: absolute;
	bottom: 0;
	left: 0;
	background: #666;
	background: rgba(80, 80, 80, 0.75);
	width: 100%;
}

.bx-wrapper .bx-caption span {
	color: #fff;
	font-family: 'Rubik', sans-serif;
	display: block;
	font-size: .85em;
	padding: 10px;
}


/*******bxslider end**********/

.main-slider-container {
	margin-bottom: 7px;
}

.main-slider-container .bx-controls {
	position: absolute;
	width: 66.3%;
	bottom: 40px;
}

.main-slider-container .bx-wrapper {
	margin-bottom: 0px;
	-webkit-box-shadow: none;
	box-shadow: none;
	border: none;
	background: #fff;
}

.nopadding {
	padding: 0px!important;
	margin: 0px!important
}

.panel .panel-title {
	display: block;
	font-size: 14px;
	padding: 10px 0;
	text-align: center;
	width: 100%;
}

.panel-title.bg-red {
	color: #ffffff;
}

.panel .panel-subheading {
	background: #def0d8;
	color: #15a56a;
	padding: 5px 15px;
}

.panel-subheading.bg-green {
	background-color: #22b14c;
	color: white;
	font-weight: bold
}

.red {
	color: #ff3333;
}

.green {
	color: #23b17c;
}

.bg-red {
	background-color: #ff3333!important;
	color: #ffffff;
}

.bg-red a {
	color: #ffffff;
}

.bg-green {
	background-color: #22b14c;
	color: white;
}

.image-block {
	position: relative;
	width: 100%;
}
.inner-block{
	padding: 0 10px;
}

.inner-block a {
    width: 100%;
    height: 100%;
}

.image-block-overlay {
  	background: rgba(123, 121, 116, 0.8);
  	position: absolute;
  	z-index: 2;
  	left: 0px;
  	top: 0px;
  	width: 100%;
  	height: 100%;
  	transition: all 0.3s ease-in-out;
  	-moz-transition: all 0.3s ease-in-out;
  	-webkit-transition: all 0.3s ease-in-out;
  	opacity: 0;
} 
 
.inner-block .image-block:hover .image-block-overlay{
    opacity: 1;
}

.image-block-overlay-inner {
    width: 100%;
    height: 100%;
    display: grid;
    text-align: center;
    align-items: center;
    color: #fff;
}

.image-block-overlay-inner .btn {
    min-width: auto;
    width: auto;
    display: inline-block;
    margin-bottom: 0px;
} 

.image-block-overlay-inner .btn.btn-green:hover {
    background: #ee3841;
}



.home-image-blocks-wrapper .image-block {
  display: inline-block;
  vertical-align: middle;
  /* -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0); */
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  /* -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform; */

}

/* .home-image-blocks-wrapper .image-block:hover, 
.home-image-blocks-wrapper .image-block:focus, 
.home-image-blocks-wrapper .image-block:active {
  -webkit-transform: scale(0.92);
  transform: scale(0.92);
} */

.image-block>a {
	text-align: left;
}

.image-block .image-container img {
	width: 100%;
}

.image-block-content .image-block-title {
	position: relative;
	padding-bottom: 4px;
}

.white .image-block-content .image-block-title::after {
	background: #fff;
}

.white h3, .white p{
	color: #ffffff;
}


.home-image-blocks-wrapper .btn {
	bottom: 25px;
	font-size: 14px;
	left: 50%;
	margin: 0 0 0 -85px;
	position: absolute;
}

.home-image-blocks-wrapper .image-block-content {
	height: 100%;
	left: 0;
	padding: 25px;
	position: absolute;
	text-align: left;
	top: 0;
	width: 100%;
}
.home-image-blocks-wrapper .image-block-content p{
	font-size: 17px;
}
.group-cat-section .image-block-content {
	height: 100%;
	left: 0;
	padding: 25px;
	position: relative;
	text-align: left;
	top: 20px;
	width: 100%;
}

.home-image-blocks-wrapper .image-container {
	margin-bottom: 0px;
}

.group-cat-section.home-image-blocks-wrapper .image-container {
	position: relative;
	margin-bottom: 20px;
}

.white,
.white a,
.white a:hover,
.white a:focus {
	color: white;
}

.black,
.black a,
.black a:hover,
.black a:focus {
	color: black;
}

.text-center {
	text-align: center;
}

.text-left {
	text-align: left;
}

.text-right {
	text-align: right;
}


/*****************top section************/

#topredcontainer {
	background-color: #ee3741;
	clear: both;
	width: 100%;
	color: #fff;
}

#topredcontainer a {
	color: #fff;
}

.topitem {
	list-style-type: none;
	padding-left: 0;
}

.topitem>li {
	float: left;
	margin-right: 20px;
	padding: 3px 0 7px;
}

.topitem>li .glyphicon {
	float: left;
	font-size: 15px;
	font-weight: bold;
	margin-right: 11px;
	margin-top: 6px;
}

.topitem>li span {
	display: inline-block;
	margin-top: 5px;
}

.btn-red {
	background-color: #ff3333;
}

.container.search-menu {
	text-align: center;
}

.cart-menu-wrapper {
	margin-top: 21px;
}


/************graytop********/

.search-menu-container {
	padding: 15px 0px;
	width: 100%;
	position: relative;
	text-align: center;
}

.toprightitems-container {
	position: absolute;
	right: 3px;
	top: 2px;
}

.toprightitems {
	padding: 0;
}

.search-menu-container ul.toprightitems {
	margin-top: 8px;
}

.toprightitems li {
	color: #4a4a4a;
	float: left;
	padding: 6px 10px 1px;
}

.toprightitems>li:last-child {
	padding-right: 0;
}

.toprightitems li a {
	display: inline-block;
	margin-top: 3px;
}

.header-cart-icon {
	float: right;
	position: relative;
}

#header_cart {
	background: #eeeeee none repeat scroll 0 0;
	border-radius: 50%;
	color: #4a4a4a;
	display: inline-block;
	float: left;
	font-size: 13px;
	height: 20px;
	line-height: 20px;
	padding: 0;
	position: absolute;
	right: 0;
	text-align: center;
	top: 8px;
	vertical-align: middle;
	width: 20px;
}

.header-cart-icon .cart-icon {
	background-image: url("../images/shopping-cart-black-shape.png");
	background-position: left center;
	background-repeat: no-repeat;
	background-size: 38px auto;
	float: left;
	height: 35px;
	margin-right: 7px;
	width: 38px;
}

 

.toprightitems li a,
.cart-menu-wrapper a .my-cart {
	color: #4a4a4a;
	font-weight: bold;
	font-size: 13px;
}

.cart-menu-wrapper a .glyphicon {
	color: #4a4a4a;
	font-size: 14px;
}

.toprightitems .glyphicon.glyphicon-shopping-cart {
	margin-right: 12px;
}

.link-home,
.search-box,
.personal_contact {
	min-height: 262px;
}

h1.not-found {
	font-size: 70px;
	margin-bottom: 0;
	line-height: 1;
}

#search_widget {
	float: left;
	width: 100%;
}

.oops-msg {
	font-size: 15px;
	line-height: 16px;
	vertical-align: bottom;
}

.search-menu-container .language-wrapper {
	margin: 13px 0 7px 0;
}

.search-menu-container .cart-menu-wrapper {
	line-height: 67px;
	text-align: right;
}


/*========= new search form start here===========*/

.searchform {
	display: inline-block;
	float: none;
	margin-top: 14px;
	text-align: left;
	width: 470px;
}

.searchform .input-group {
	border: 1px solid #a5a5a5;
	border-radius: 2px;
	float: left;
	padding: 5px 0px;
	width: 100%;
}

.search-form {
	float: left;
	position: relative;
	width: 100%;
}

.twitter-typeahead {
	float: left;
	width: 310px;
	border-right: 1px solid #a5a5a5;
}

.search-form .btn-search {
	background-image: url("../images/magnifying-glass.svg");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 21px auto;
	float: right;
	font-size: 0;
	margin: 0;
	padding: 0;
	width: 60px;
	position: absolute;
    right: 0px;
    top: 0px;
    box-shadow: unset !important;
}

.search-form input,
.search-form select,
.search-form .btn-search {
	height: 38px;
	border: 0px;
}

.search-form input::-webkit-input-placeholder {
	color: #dcdcdc;
}

.search-form input::-moz-placeholder {
	color: #dcdcdc;
}

.search-form input::-ms-input-placeholder {
	color: #dcdcdc;
}

.search-form input::-moz-placeholder {
	color: #dcdcdc;
}

input:focus,
select:focus {
	outline: none;
}

.search-form select {
	color: #9c9c9c;
	float: left;
	margin-left: 15px;
	width: 55px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background: url("../images/down-arrow.svg");
	background-repeat: no-repeat;
	background-position: 95% center;
	background-size: 12px auto;
	padding-right: 20px;
	position: absolute;
	left:310px;
    top: 0px;
}

.search-form input {
	border: 0 none !important;
	padding: 0 22px;
	width: 100%;
}
.search-form select option {
    padding: 2px 3px;
}


/***********************/



.tt-suggestion:hover {
	background-color: #0097cf;
	color: #fff;
	cursor: pointer;
}

.tt-suggestion {
	font-size: 14px;
	line-height: 19px;
	padding: 3px 10px;
}

.tt-suggestion:hover {
	color: #fff;
	cursor: pointer;
}

.tt-menu {
	margin: 0px 0;
	width: 100%;
	padding: 8px 0;
	background-color: #fff;
	border: 1px solid #9d9d9d;
	-webkit-border-radius: 0px 0px 2px 2px;
	-moz-border-radius: 0px 0px 2px 2px;
	border-radius: 0px 0px 2px 2px;
}

.tt-hint {
	color: #999
}

.search-title {
	margin: 0;
}

.offerte-section .product_frm select, .product_frm input[type="text"], .product_frm .select2 {
	width: 100% !important;
}

.offerte-section .offerte-heading {
    margin-bottom: 15px;
}

.main-project-product-btn {
    text-align: center;
    margin-top: 20px;
}

/*==================search on stickey==================*/

@media only screen and (min-width: 768px) {

.sticky-search{ display: inline-block; }

.sticky-search .searchform {
    margin-top: 7px;
    width: 300px;
}

.sticky-search .searchform .input-group { background: #ffffff; }

.sticky-search .twitter-typeahead{
   border-right: 0 none;
    width: 250px;
  }

  .sticky-search .twitter-typeahead input[type="text"]{
  	background: transparent!important;
  	 padding: 0 10px;
  }

.sticky-search .search-form input, .sticky-search .search-form select, .sticky-search .search-form .btn-search { height: 26px; }

.sticky-search  .search-form select{ display: none; }

.sticky-search .searchform .btn {
    min-width: auto;
}

}

/*=============new search form close here===================*/

.menu-contact-no {
	margin-right: 24px;
	margin-top: 4px;
}

.menu-contact-no .glyphicon {
	color: #ff0000;
}

.menu-contact-no a {
	color: #4a4a4a;
}

.logo {
	margin: 0px;
	text-align: left;
	float: left;
}

.logo img {
	max-width: 220px;
}

.main-menu-wrapper .main-ul-nav .main-item>a {
	padding-bottom: 0;
	padding-top: 0;
}


/***********slider********/

.slider-image {
	float: left;
	width: 66.4%;
}

.slider-text {
	float: left;
	padding: 17px 20px;
	position: absolute;
	text-align: left;
	width: 100%;
}

.slide-text1,
.slide-text2 {
	color: #000;
	float: left;
	width: 100%;
}

.slide-text1 {
	font-size: 20px;
	font-weight: bold;
}

.slide-text2 {
	font-size: 14px;
}

.slider-text .btn-red {
	color: #ffffff;
	margin-top: 20px;
	padding: 8px 26px;
}

.sidebar-left ol {
	margin: 0 0 1.5em;
	padding: 0;
	counter-reset: item;
}

.sidebar-left ol>li {
	counter-increment: item;
	float: left;
	list-style-type: none;
	margin: 10px 0;
	padding: 0 0 0 2em;
	text-indent: -2em;
	width: 100%;
}

.most-chosen-products li:hover,
.most-chosen-products li a:hover {
	color: #ee3741;
}

.most-chosen-products li,
.most-chosen-products li a {
	color: #4a4a4a;
}

.sidebar-left ol>li:before {
	display: inline-block;
	width: 1.5em;
	padding-right: 0.5em;
	font-weight: bold;
	text-align: right;
	content: counter(item) ".";
}

.sidebar-left .panel {
	float: left;
	width: 100%;
}

.image-container {
	display: block;
	margin-bottom: 7px;
}


/*******product section********/

h2.section-title,
body .product-page-header>h1 {
	display: inline-block;
	font-size: 33px;
	font-weight: 700;
	margin-top: 0px;
	margin-bottom: 20px;
	width: 100%;

}

.subcategories-container .section-title {
	margin-bottom: 10px;
}

.subtitle {
	margin-bottom: 10px;
}

.product .product-title,
.project .project-title {
	color: #000000;
	font-size: 15px;
	font-weight: 500;
	margin-top: 4px;
}

.new-products .section-title {
	margin-bottom: 50px;
	text-align: left;
}

.personal-advice-block .section-title {
	margin-bottom: 2px;
}

.inner-contact-box>h3 {
	font-size: 16px;
}

.product a,
.project a {
	display: block;
}

.project a {
	width: 100%;
	height: 100%;
}



/*===============product item start here==============*/

.nomargin {
	margin: 0px;
	display: -webkit-flex;
    flex-wrap: wrap;
}

.nomargin [class*="col-"] {
	padding: 0px;
	display: -webkit-flex;
    flex-wrap: wrap;
}

.grid-item {
	float: left;
	width: 100%;
	box-shadow: 1px 0 0 0 #e9ebeb, 0 1px 0 0 #e9ebeb, 1px 1px 0 0 #e9ebeb, /* Just to fix the corner */
	1px 0 0 0 #e9ebeb inset, 0 1px 0 0 #e9ebeb inset;
	position: relative;
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	-moz-transform: scale(1);
	transform: scale(1);
	background: #ffffff;
	padding: 15px 15px;
    padding-bottom:50px;
}

.grid-item,
.product .view-btn {
	-webkit-transition: all 200ms ease-in;
	-ms-transition: all 200ms ease-in;
	-moz-transition: all 200ms ease-in;
	transition: all 200ms ease-in;
}

.grid-item:hover {
	box-shadow: 0px 0px 6px #afafaf;
	-webkit-box-shadow: 0px 0px 6px #afafaf;
	-moz-box-shadow: 0px 0px 6px #afafaf;
	-ms-box-shadow: 0px 0px 6px #afafaf;
	z-index: 2;
}

.category.hover-effect,
.highlighted-categories .hover-effect {
	box-shadow: 1px 0 0 0 #e9ebeb, 0 1px 0 0 #e9ebeb, 1px 1px 0 0 #e9ebeb, /* Just to fix the corner */
	1px 0 0 0 #e9ebeb inset, 0 1px 0 0 #e9ebeb inset;
	position: relative;
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	-moz-transform: scale(1);
	transform: scale(1);
	-webkit-transition: all 200ms ease-in;
	-ms-transition: all 200ms ease-in;
	-moz-transition: all 200ms ease-in;
	transition: all 200ms ease-in;
}

.category.hover-effect:hover,
.highlighted-categories .hover-effect:hover {
	box-shadow: 2px 2px 3px #cac9c9;
	-webkit-box-shadow: 2px 2px 3px #cac9c9;
	-moz-box-shadow: 2px 2px 3px #cac9c9;
	-ms-box-shadow: 2px 2px 3px #cac9c9;
	z-index: 2;
}

.category {
	border: 1px solid #a5a5a5;
	display: flex;
	flex-direction: column;
	justify-content: center;
	margin-bottom: 10px;
	min-height: 260px;
	padding: 15px;
	text-align: center;
}

.slide .category {
	min-height: 245px;
}

.highlighted-categories .category {
	flex-direction: row;
	margin-bottom: 0;
	min-height: auto;
	padding: 0px;
	justify-content: left;
	margin-bottom: 10px;
}

.highlighted-categories .category a {
	width: 100%;
	align-self: center;
	display: flex;
	flex-direction: row;
	float: none;
	justify-content: left;
	margin: 0;
	text-align: left;
	padding: 3px;
	    min-height: 63px;
}

.highlighted-categories .category a:hover {
	text-decoration: none;
}



.highlighted-categories .category a .image-link,
.highlighted-categories .category .product-title {
	display: flex;
	flex-direction: column;
	float: none;
	justify-content: center;
	margin-bottom: 0;
	width: auto;
}

.highlighted-categories .category .product-title {}

.highlighted-categories .category a img.thumb {
	margin-right: 25px;
	text-align: left;
	width: 70px;
}

.related-categories-slider .slide-wrapper {
	padding: 5px;
}

.category-description-section .title a:hover {
	text-decoration: none;
}

.related-categories {
	background: #f8f8f8;
    margin-top: 20px;
    box-shadow: none !important;
}

button.multiselect {
	box-shadow: none !important;
	background: transparent;
	background: transparent !important;
	border: 1px solid #4a4a4a!important;
	border-radius: 3px;
	font-weight: 600;
	font-size: 14px;
	position: relative;
}

button.multiselect:hover,
button.multiselect:focus {
	border-color: #ff3837 !important;
}

button.multiselect::after {
	content: attr(data-count);
	color: #fff;
	background: #ff3837;
	width: 15px;
	height: 15px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	border-radius: 50%;
	font-weight: normal;
	font-size: 11px;
	text-align: center;
	line-height: normal;
	position: absolute;
	right: 1px;
	top: -8px;
	text-shadow: none;
}

.clear-filters {
	color: #4a4a4a;
	text-decoration: none;
	float: left;
	margin-top: 13px;
}

.clear-filters:hover {
	color: #4a4a4a;
	text-decoration: none;
}

.clear-filters .glyphicon {
	color: #ff3837;
	margin-top: 0px;
	margin-right: 5px;
	vertical-align: text-top;
}

.category-brands .bx-wrapper {
	max-width: 100% !important;
}

.related-categories .bx-wrapper .bx-controls-direction a,
.category-brands .bx-controls-direction a,
#related_products .bx-wrapper .bx-controls-direction a,
#related_products .bx-controls-direction a {
	background-image: url("../images/red-control.png");
	background-size: 65px auto;
}

.related-categories .bx-wrapper .bx-prev,
#related_products .bx-wrapper .bx-prev {
	background-position: left center;
	left: -10px;
}

.category-brands .bx-wrapper .bx-prev {
	background-position: left center;
	left: -47px;
}

.related-categories .bx-wrapper .bx-next,
#related_products .bx-wrapper .bx-next {
	background-position: right center;
	right: -10px;
}

.category-brands .bx-wrapper .bx-next {
	background-position: right center;
	right: -47px;
}

.related-categories-container .panel-heading {
	padding: 10px 0px;
}

.category .image-link {
	width: 100%;
	text-align: center;
	display: inline-block;
	margin-bottom: 10px;
}

.category .product-title {
 
/*	color: #000000;
	float: left;
	font-size: 17px;
	font-weight: normal;
	margin-bottom: 10px;
	margin-top: 0;
	width: 100%;*/
    align-self: center;
    display: inline-block;
    float: none;
    position: static;
    width: auto;

}
.highlighted-categories .category .product-title {
    color: #000000;
    font-size: 16px;

}
 

.category-brands .bx-wrapper {
	background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
	border: 0 none;
	box-shadow: none;
	margin: 0;
	max-width: 100% !important;
	padding: 0;
}

.category-brands .slider-wrapper {
	background: #efefef none repeat scroll 0 0;
	float: left;
	padding: 15px;
	width: 100%;
}

.category-brands .slide {
	padding-right: 2px;
}

.category .btn-view {
	margin-top: 4px;
}

.grid-item .view-btn,
.category .btn-view {
	border: 1px solid #23B17C;
    padding: 5px 12px;
    border-radius: 3px;
    float: right;
    color: #fff;
    text-decoration: none!important;
    background: #23B17C;
    box-shadow: 0 0 5px grey;
}

.grid-item:hover .view-btn,
.category:hover .btn-view {
	color: #fff;
	border-color: #23B17C;
	background: #23B17C;
}

.view-btn .glyphicon,
.btn-view .glyphicon,
.more-link .glyphicon-menu-right {
	font-size: 10px;
}

.more-link .glyphicon-menu-right {
	color: #ff0000;
}

.product ul {
	padding-left: 12px;
}

.product .view-btn .glyphico {
	top: 0px;
	line-height: normal;
	vertical-align: middle;
}

.more-link .glyphicon-menu-right {
	top: 0px;
}

.product .product-image-wrapper {
	margin-bottom: 10px;
}

.anchor-down {
	position: relative;
	width: 15px;
	height: 15px;
	border-radius: 50%;
	display: inline-block;
	vertical-align: text-bottom;
	margin-top: 1px;
	margin-right: 20px;
}

#main_filters {
	float: left;
	width: 100%;
	padding: 5px 0px;
}

#main_filters select.filter+div, #product_filters select.filter+div {
	position: relative;
}

#main_filters button.multiselect, #product_filters button.multiselect {
	margin-bottom: 0;
}

.pagination {
	padding-right: 0px;
}

.personal-advice-content {
	color: #848484;
	margin: 5px 0px 15px;
	font-weight: 500;
}

#main_filters .form-group {
	float: left;
	margin-right: 15px;
}


/* amit css 09-08-2019*/

.prod-filters h3.all-products {
	padding-top: 15px;
}

#main_filters .btn-block .caret, #product_filters .btn-block .caret {
	float: left;
	width: 13px;
	height: 13px;
	border: 1px solid #ff3837;
	border-radius: 50%;
	margin-top: 5px;
	margin-left: 0px;
	margin-right: 5px;
	position: relative;
}

.anchor-down::after,
#main_filters .btn-block .caret:after, #product_filters .btn-block .caret:after {
	display: inline-block;
	position: absolute;
	width: 10px;
	height: 10px;
	content: "";
	background: transparent;
	text-indent: -9999px;
	border-top: 2px solid #ee3841;
	border-left: 2px solid #ee3841;
	transition: all 250ms ease-in-out;
	text-decoration: none;
	color: transparent;
	transform: rotate(-135deg);
	left: 2px;
	top: 0px;
	line-height: 1;
}

#main_filters .btn-block .caret::after, #product_filters .btn-block .caret::after {
	border-top: 1px solid #ff3837;
	border-left: 1px solid #ff3837;
	left: 3px;
	top: 2px;
	width: 5px;
	height: 5px;
}

.popular-categories .row {
	margin-left: -5px;
	margin-right: -5px;
}

.popular-categories .col-sm-4 {
	padding-left: 5px;
	padding-right: 5px;
}

.products-container .product,
.category-results .category {
	min-height: 380px;
	margin-bottom: 0px;
	padding-bottom: 10px;
}

.products-container .product {
	padding-bottom: 40px;
	padding-top: 50px;
	min-height: 410px;
}

.product-solidborder .product.bordered {
	border: 1px solid #dddddd;
	margin-bottom: 10px;
	padding-top: 0px;
	min-height: 265px;
}

.product-solidborder .product.bordered:hover {
	border: 1px solid #ff3333;
}

.category-section {
	margin-top: 20px;
}

.category-section {
	border: 0px;
	box-shadow: none;
}

.inner-contact-box {
	background: #f8f8f8;
	border-radius: 3px;
	padding: 20px;
	position: relative;
	padding-left: 65px;
}

.inner-contact-box img {
	position: absolute;
	left: 20px;
	top: 50%;
	margin-top: -14px;
}

a.contact-block-links {
	color: #4a4a4a;
	text-decoration: none!important;
}

.product .usp {
	padding: 0px;
	width: 100%;
	display: inline-block;
	margin-top: 0px;
}

.usp li {
	position: relative;
	display: inline-block;
	width: 100%;
	padding-left: 15px;
	margin-bottom: 4px;
	color: #9b9b9b;
}

.usp li:after {
	display: inline-block;
	position: absolute;
	width: 5px;
	height: 5px;
	content: "";
	background: transparent;
	text-indent: -9999px;
	border-top: 1px solid #9b9b9b;
	border-left: 1px solid #9b9b9b;
	transition: all 250ms ease-in-out;
	text-decoration: none;
	color: transparent;
	transform: rotate(135deg);
	left: -1px;
	top: 7px;
	line-height: 1;
}

.product-footer {
	bottom: 15px;
	height: 30px;
	display: inline-block;
	left: 0;
	padding: 0 15px;
	position: absolute;
	width: 100%;
}

.btn-view-category {
	position: absolute;
	bottom: 15px;
	right: 15px;
}

.home-description .category-description-section .title a{
	text-decoration: none;
}

[data-toggle="collapse"][aria-expanded="true"] > .anchor-down {
    -webkit-transform: rotate(180deg);
    -moz-transform:    rotate(180deg);
    -ms-transform:     rotate(180deg);
    -o-transform:      rotate(180deg);
    transform:         rotate(180deg);
}
/************************bottom section of menu*********************/

.home-top-blocks {
	float: left;
	margin: 15px 0 30px;
	width: 100%;
}

body.lang-de .plus-points .toppoints li {
	margin-right: 20px;
}

.plus-points .toppoints li .usp-icon {
	display: none
}


/*************main slider******/

.main-slider-container {
	clear: both;
	float: left;
	width: 100%;
}


/******panel********/

.panel.panel-default {
	border-radius: 0px;
}

.panel.kiyoh-widget.outer {
	min-height: 205px;
	margin-bottom: 0;
	border: 1px solid #eaeaea;
	border-radius: 0;
}

.panel.kiyoh-widget a {
	color: #4a4a4a
}

.panel.widget.contact-flag.flag-nl .panel-heading,
body.lang-nl .panel.widget.contact-current-flag {
	background-image: url(/images/netherlands.png)!important;
}

.panel.widget.contact-flag.flag-de .panel-heading,
body.lang-de .panel.widget.contact-current-flag {
	background-image: url(/images/germany.png)!important;
}

.panel.widget.contact-flag.flag-be .panel-heading {
	background-image: url(/images/belgium.png)!important;
}

.panel.widget.contact-flag.flag-en .panel-heading {
	background-image: url(/images/united-kingdom.png)!important;
}

.panel.widget.contact-flag.flag-fr .panel-heading {
	background-image: url(/images/france.png)!important;
}

.panel.widget.contact-flag.flag-ch .panel-heading {
	background-image: url(/images/switzerland.png)!important;
}

.panel.widget.contact-flag.flag-at .panel-heading {
	background-image: url(/images/austria.png)!important;
}

.panel.widget.contact-flag.flag-dk .panel-heading {
	background-image: url(/images/denmark.png)!important;
}

.panel.widget.contact-flag.flag-es .panel-heading {
	background-image: url(/images/spain.png)!important;
}

.panel.widget.contact-flag .panel-heading {
	background-position: 15px center !important;
	background-repeat: no-repeat !important;
	padding-left: 45px;
}


/****************4-10-16*************/

body.lang-de .slider-text .slide-title,
body.lang-fr .slider-text .slide-title {
	margin-bottom: 5px;
}

body.lang-de .slider-text p,
body.lang-fr .slider-text p {
	line-height: 20px;
}


/* css by amit 19-07-2018 */

.usp-trustedrating-wrapper {
	padding: 0px;
}

body.lang-en .usp-trustedrating-wrapper {
	padding: 0 5px;
}

.trustedshop-widget-header .rating-title {
	margin-right: 5px
}

.trustedshop-widget-header .star-rating-container {
	margin-right: 5px;
}

.trustedshop-widget-header .total-rating-score {
	float: left;
	margin-left: 5px;
}

.trustedshop-rating-container {
	color: #4a4a4a;
	font-size: 13px;
}

.trustedshop-rating-container .rating-title {
	background: rgba(0, 0, 0, 0) url("../new_images/trusted-logo.png") no-repeat scroll 0 0 / 18px auto;
	float: left;
	padding-bottom: 2px;
	padding-left: 25px;
	padding-top: 2px;
}

.trustedshop-rating-container .star-rating-container {
	display: inline-block;
	margin: 0px;
}

.total-rating-score {
	padding-top: 1px;
}

 

.total-rating-score {
	letter-spacing: -0.5px;
}


/* css by amit 20112018*/

.contact-from .intl-tel-input.allow-dropdown,
.cart_form .intl-tel-input,
.product_frm .intl-tel-input,
.checkout_details_form .intl-tel-input {
	display: block;
}

.selected-flag {
	background-color: #eee;
}

.main-address-container .address-fields:nth-of-type(1) .col-xs-6+.help-block.with-errors ul.list-unstyled:nth-of-type(1) {
	padding-left: 24px;
	display: inline-block;
}

#modal_quick_quote .quick-form {
	border-top: 1px solid #ddd;
	margin-top: 20px;
	padding-top: 20px;
}


/*13-02-2019 temporary by amit*/

.btn.bestseller-button {
	background: #22b14c none repeat scroll 0 0;
	border-radius: 3px;
	color: #fff;
	float: left;
	font-size: 12px;
	margin-bottom: 0;
	margin-left: 0px;
	margin-top: 0px;
	padding: 2px 10px;
	line-height: 1.42857143;
	min-width: auto;
}

.btn.category-page-design-button {
	background: #339dff none repeat scroll 0 0 !important;
	border-radius: 3px;
	color: #fff;
	float: left;
	font-size: 12px;
	margin-bottom: 0;
	margin-left: 2%;
	margin-top: 0px !important;
	padding: 2px 10px;
	line-height: 1.42857143;
}

#prod_detail .label-product-design-online {
	background: #339dff !important;
	border-radius: 3px;
	color: #fff;
	font-size: 14px;
	padding: 4px 10px;
}

#prod_detail .label-product-bestseller {
	background: #22b14c !important;
	border-radius: 3px;
	color: #fff;
	font-size: 14px;
	padding: 4px 10px;
}

.pac-container {
	z-index: 99999999 !important;
}

body .contact-form-container .hs-form .intl-tel-input.allow-dropdown input {
	padding-left: 85px !important;
}

.image-gallery ul {
	list-style-type: none;
	margin: 0 -5px;
	padding: 0;
}

.image-gallery ul li {
	display: inline-block;
	padding: 5px;
	width: 25%;
}

@media only screen and (max-width: 959px){
.personal-advice-block {
	display: inline-block;
	margin-top: 0px !important;
	padding:20px;
	background:#f8f8f8;
	margin-bottom: 0px !important;
}

.mobile-border{
	background:#f8f8f8;
}

.full-width{
	background: none!important;
	border: none!important;
}

div.full-width p{
	margin: 20px;
}

}

.personal-advice-block {
	display: inline-block;
	width: 100%;
	margin-bottom: 15px;
	margin-top: 25px;
}


/*==================filtr=================*/

.filter-pagination {
	position: relative;
}

.filter-pagination .pagination.paged {
	position: absolute;
	right: -6px;
	top: 3px;
}


/*==================filter end here=================*/

.category-section {
	padding: 20px 0px 5px;
}

.product-filter-wrapper {
	position: relative;
	width: 100%;
	display: inline-block;
	margin-top: 5px;
}

.filter-section .prod-filters {
	z-index: 1;
	position: relative;
	margin-bottom: 10px;
}

.product-filter-wrapper.noFilter.allText h3,
.product-filter-wrapper.search-results-text h3 {
	margin-bottom: 5px;
}

.product-filter-wrapper #pjax_results_container .paged {
	position: absolute;
	top: -9px;
	right: 0px;
}

.product-filter-wrapper.search-results-text .paged {
	position: absolute;
	top: -24px;
	right: 0px;
}

.product-filter-wrapper.hasFilter #pjax_results_container .paged {
	position: absolute;
	top: 43px;
	right: 0px;
}

.product-filter-wrapper.noAllText {
	margin-top: 0px;
}

.product-filter-wrapper.hasFilter.noAllText {
	margin-top: 40px;
}

.product-filter-wrapper.noAllText #pjax_results_container .paged {
	position: static;
}

.product-filter-wrapper.hasFilter.noAllText #pjax_results_container .paged {
	position: absolute;
	top: -1px;
}


/************17-12-18**********/

body .table-condensed table tr.selected-quantity td {
	padding: 15px 0px 0px;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
	.panel.kiyoh-widget.outer {
		min-height: 198px;
	}
}

.bg-gray {
	background: #eaeaea none repeat scroll 0 0;
}

.outer .kiyoh-rating {
	float: left;
	margin-top: 4px;
	padding: 0 10px 10px;
	width: 100%;
}

.star-rating-container {
	float: left;
	margin-top: 13px;
}

.total-score {
	float: left;
	font-size: 27px;
	font-weight: bold;
	margin-left: 7px;
	margin-right: 12px;
	margin-top: 5px;
}

.classname {
	font-size: 13px;
	font-weight: bold;
	padding-top: 13px;
}

.kiyoh-widget .comment {
	clear: both;
	float: left;
	font-size: 13px;
	width: 100%;
}

.quote {
	float: left;
	margin-bottom: 10px;
	margin-top: 5px;
	width: 100%;
}

.kiyoh-widget .comment .name,
.kiyoh-widget .comment .date {
	font-size: 11px;
	font-style: italic;
	font-weight: bold;
	float: left;
}

.kiyo-sign {
	float: right;
}

.kiyo-sign.outer {
	margin-top: -12px;
}


/******SCROLL TO TOP*******/

#scroll_top {
	bottom: 0;
	display: inline-block;
	left: 50%;
	margin: 25px auto 0 -121px;
	padding: 8px 45px;
	position: relative;
	width: auto;
	z-index: 999;
	cursor: pointer;
}

#scroll_top a {
	font-size: 12px;
	font-weight: bold;
	padding: 0 20px;
	position: relative;
	text-decoration: none;
	text-transform: uppercase;
}

#scroll_top a::before {
	border-bottom: 4px solid #fff;
	border-left: 4px solid rgba(0, 0, 0, 0);
	border-right: 5px solid rgba(0, 0, 0, 0);
	content: "";
	height: 5px;
	position: absolute;
	left: -20px;
	top: 7px;
	width: 5px;
	z-index: 99999;
}

#scroll_top a:after {
	border-bottom: 4px solid #fff;
	border-left: 4px solid rgba(0, 0, 0, 0);
	border-right: 5px solid rgba(0, 0, 0, 0);
	content: "";
	height: 5px;
	position: absolute;
	right: -20px;
	top: 7px;
	width: 5px;
	z-index: 99999;
}


/*******************news letter******************/

.newsletter-container {
	margin: 0 auto;
	text-align: center;
}

.newsletter-container .btn {
	min-width: 185px;
	border-radius: 3px;
	margin-top: 10px;
}

.newsletter-container strong {
	color: #000000;
	font-size: 17px;
	font-weight: normal;
}

.newsletter-container .webox2_formmail {
	display: inline-block;
}

.newsletter-container .webox2_formmail input[type="email"] {
	border: 1px solid #ebedee;
	margin-right: 11px;
	padding: 6px;
}



/*=====================breadcrum=======================*/
.breadcrumbs a.home {
 background-image: url("../images/icon.png") !important;
    background-position: 15px center !important;
    background-repeat: no-repeat !important;
    background-size: 16px auto !important;
    display: inline-block;
    padding-left: 24px;
}
.breadcrumbs a:empty {
    display: none;
}


:root {
  --breadcrumb-theme-1: #23b17c;
  --breadcrumb-theme-2: #9b9b9b;
  --breadcrumb-theme-3: #ffffff;
}

.breadcrumbs{
  text-align: center;
  display: inline-block;
  overflow: hidden;
  border-radius: 5px;
    margin-top: 12px;
  color: #ffffff;
	margin-bottom: 20px;
	font-size: 0px;

}

.breadcrumbs a , .breadcrumbs span{
  text-decoration: none;
  outline: none;
  display: block;
  float: left;
  font-size: 13px;
  line-height: 24px;
  padding: 0 10px 0 25px;
  position: relative;
  background: var(--breadcrumb-theme-2);
  color: var(--breadcrumb-theme-1);
  transition: background 0.5s;
  color: #ffffff;
}
.breadcrumbs a:first-child {
  padding-left: 46px;
  border-radius: 5px 0 0 5px;
}
.breadcrumbs a:first-child::before {
  left: 14px;
}
.breadcrumbs span:last-child {
  border-radius: 0 5px 5px 0;
  padding-right: 20px;
}
.breadcrumbs span:last-child::after {
  content: none;
}
.breadcrumbs a::before , .breadcrumbs span::before {
 
  border-radius: 100%;
  width: 20px;
  height: 20px;
  line-height: 20px;
  margin: 8px 0;
  position: absolute;
  top: 0;
  left: 25px;
  font-weight: bold;
  background: var(--breadcrumb-theme-2);
  box-shadow: 0 0 0 1px var(--breadcrumb-theme-1);
}
.breadcrumbs a::after, .breadcrumbs span::after {
  content: '';
  position: absolute;
  top: 0;
  right: -12px;
  width: 24px;
  height: 24px;
  transform: scale(0.707) rotate(45deg);
  z-index: 1;
  border-radius: 0 5px 0 50px;
  background: var(--breadcrumb-theme-2);
  transition: background 0.5s;
  box-shadow: 2px -2px 0 2px var(--breadcrumb-theme-3);
}
/*.breadcrumbs a:hover, .breadcrumbs span:hover,*/
.breadcrumbs span.active,
/*.breadcrumb__step:hover::after,*/
.breadcrumbs span.active::after {
  background: var(--breadcrumb-theme-1);
  color: #ffffff;
}
/*.breadcrumbs a:hover, .breadcrumbs span:hover,*/
.breadcrumbs span.active {
color: #ffffff;
}
/*.breadcrumbs a:hover::before, .breadcrumbs span:hover::before,*/
.breadcrumbs span.active::before {
  color: var(--breadcrumb-theme-1);
}



@media only screen and (max-width: 767px) {
body #wrapper .breadcrumbs a {
    display: none;
}

body #wrapper .breadcrumbs a:nth-last-child(2){
   border-radius: 0 5px 5px 0;
    display: block;
    padding-left: 20px;
}

/*body #wrapper .breadcrumbs a:nth-last-child(2)::before {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: 0 none;
    box-shadow: none;
    content: "<<";
    font-weight: normal;
    height: auto;
    left: 5px;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 3px;
}*/

.breadcrumbs a, .breadcrumbs span { padding: 0 15px;    font-size: 12px;}

.breadcrumbs span:last-child {   padding-left: 20px; border-radius: 5px ; display: none;}

.breadcrumbs a.home::before {
    content: none !important;
}
.breadcrumbs a.home {
    padding-left: 38px !important;
     border-radius: 0 5px 5px 0;
       background-position: 18px center !important;
}

.breadcrumbs a::after, .breadcrumbs span::after {
    left: -1px;
    right: 0;
    transform: rotate(-136deg);
}


}


	/*.breadcrumbs {
    border-bottom: 1px solid #848484;
    color: #848484;
    font-size: 13px;
    margin-bottom: 5px;
    margin-top: 20px;
    margin-left: 5px;
    padding-left: 0 !important;
    width: auto !important;
}

.breadcrumbs a {
    color: #4a4a4a;
}

.breadcrumbs span.active {
    color: #23b17c;
}

.breadcrumbs a.home {
  background-image: url("../images/icon-gray.png") !important;
    background-position: left center !important;
}


*/



/*===============breadcrum end here===============*/

/***products page****/

 



.sidebar .panel-heading {
	font-weight: bold;
	font-size: 16px;
}

.sidebar .panel-body ul {
	color: #dadad8;
	padding-left: 11px;
}

.sidebar .panel-body ul li {
	font-size: 13px;
	margin-bottom: 4px;
}

.homebanner_listing {
	color: #4a4a4a !important;
	list-style-type: none;
	padding-left: 0 !important;
}

.homebanner_listing li {
	background-image: url("../new_images/greenarrow.png");
	background-position: left center;
	background-repeat: no-repeat;
	margin-bottom: 10px !important;
	padding-left: 20px;
}

.panel-default>.panel-heading {
	background-image: none!important;
}

.sidebar .panel-body ul li:before {}

.sidebar .panel-body ul li a {
	color: #4a4a4a;
}

.sidebar .panel-body ul li a:hover {
	color: #ff3333;
	text-decoration: none;
}

.product-page-header.more-products {
	height: auto
}

.product-page-header.more-products h1.page-title {
	margin-top: 0
}

.product-page-header h1.special-heading {
	color: #ffffff;
	left: 25px;
	position: absolute;
	top: 0;
}

.product-page-header .offerte-button {
	bottom: 5%;
	position: absolute;
	right: 2%;
}

.product-page-header img {
	width: 100%;
	height: 100%;
}

.category-banner-text-container {
	height: 100%;
	background: #ee3741;
	color: white;
}

.category-banner-text {
	height: 100%;
	padding: 5px 12px;
}

.category-banner-breif ul {
	list-style: none;
	padding-left: 0;
}

.category-banner-breif ul li:before {
	content: '√';
	padding-right: 5px;
	font-weight: bold
}

h1.banner-title {
	margin: .1em;
	line-height: 1.3;
	font-size: 21px;
}

.category-banner {
	height: 100%;
	background-size: cover;
	background-position: center center;
	padding-right: 0!important;
}

.main-banner-wrapper {
	min-height: 360px;
}

.category-banner-container {
	height: 100%;
	padding-right: 0!important;
}

.pagination a {
	border: 1px solid #b8b8b8;
	color: #b8b8b8;
	padding: 3px 7px;
	margin: 3px;
	border-radius: 2px;
}

.pagination a:first-child {
	margin-left: 0;
}

.pagination a:last-child {
	margin-right: 0;
}

.pagination a.selected,
.pagination a:hover,
.pagination a:focus {
	border: 1px solid #f4323b;
	color: #f4323b;
	text-decoration: none;
}

.products-container .product .product-title {
	display: inline-block;
	line-height: 18px;
	margin: 0px;
	padding: 5px 0px 0px;
	text-transform: inherit;
	width: 100%;
	text-align: left;
	min-height: 50px;
}

.category-results .category a {
	display: block;
}

.category-results .category .product-title {
	color: #4a4a4a;
	font-size: 14px;
	font-weight: bold;
	margin-top: 4px;
	padding: 0 5px;
	line-height: 18px;
}

.category-results .category {
	text-align: center;
}

body #wrapper .category-results {
	border: 0 none;
	box-shadow: none;
	padding: 0;
}

.livechat_button1 {
	background-image: url("../new_images/greenchat.png");
	background-repeat: no-repeat;
	min-height: 48px;
	padding-top: 12px;
	cursor: pointer;
}

.livechat_button1>a {
	background: #f5f5f5 none repeat scroll 0 0;
	border-radius: 6px;
	color: #4a4a4a;
	padding: 10px 15px;
}


/***************flip section**********/

.flip-card {
	height: 188px;
	width: 190px;
	overflow: hidden;
	    
}

.project.flip-card {
	margin-bottom: 5px
}

.flip-cards .btn {
	margin-top: 45px;
}

.flip-card  a{
	float: left;
width: 100%;

}

.flip-card img{
	/* -webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out; */
	width: 190px;
	max-width: 190px;
}

/* .flip-card:hover img{
width: 220px;
max-width: 220px;
} */

/*********************/

.full-width {
	background-color: #f7f8f9;
	border: 1px solid #ecedee;
	float: left;
	margin: 30px 0;
	padding: 50px 0;
	width: 100%;
}


/************footer*************/

.homebanner_vertical_title {
	color: #000000;
	float: left;
	font-size: 18px;
	font-weight: 500;
	margin-bottom: 8px;
	width: 100%;
}

#footer_col_2 .homebanner_vertical_title {}

#footer_col_2 ul {
	float: left;
	list-style-type: none;
	padding-left: 0;
	width: 100%;
}

#footer_col_2 ul li {
	float: left;
	margin-bottom: 0px;
}

#footer_col_3 ul {
	float: left;
	list-style-type: none;
	margin-top: 15px;
	padding-left: 0;
	padding-right: 0;
}

#footer_col_3 ul li {
	float: left;
	margin-bottom: 0;
	margin-right: 15px;
	padding-bottom: 0;
	width: auto;
}

#footer_col_3 ul li a {
	color: #666666;
	font-size: 13px;
	font-weight: bold;
	padding: 0;
}

#footer_col_3 ul li img {
	border-radius: 50px;
	height: 40px;
	width: 40px;
}

.payment-icons {
	margin-top: 13px;
}

#footer_col_1 p {
	clear: both;
	color: #c3c3c4;
	float: left;
	font-size: 13px;
	font-weight: bold;
	margin-top: 10px;
}

.footer-social-icons {
	padding-left: 0;
}


/****************product review19-6-15***********/

#TabsProductReviews {
	border-bottom: 0 none;
}

#wrapper .nav-tabs>li {
	margin-bottom: 0;
}

#wrapper .nav>li>a {
	border-radius: 0px;
	border: 1px solid #dddddd;
	border-bottom: 0px;
	text-transform: uppercase;
	color: #4a4a4a;
}

.nav.navbar-nav {
	border-bottom: 1px solid #ddd;
	margin: 0px;
}

#wrapper .nav>li>a:hover,
#wrapper .nav>li>a:focus,
#wrapper .nav>li.active a {
	background: #ebebeb;
	border-radius: 0px;
}

#wrapper .tab-content.box {
	border-top: 1px solid #dddddd;
	float: left;
	margin-top: 10px;
	width: 100%;
}

.social-share-container {
	float: left;
	margin: 4px 0 0;
	width: 100%;
}

.social-share-container>strong {
	float: left;
}

#share_icons {
	float: left;
}

.media-list .media-left {
	float: left;
}

.prod_cart .product-title {
	float: left;
	line-height: 26px;
	margin: 0;
}

.prod_cart .reviews-rating {
	color: #4a4a4a;
	float: right;
	margin-right: 28px;
	margin-top: 3px;
}

.prod_cart .small {
	color: #ee3741;
	float: left;
	width: 100%;
	margin: 3px 0 10px;
}

.prod_cart form {
	clear: both;
}

#TabsProductReviews li {
	margin-right: 8px;
}


/********************contact us page*********/

.address-box .panel-heading,
.sidebar .panel-heading {
	/*line-height: 12px;
    */
	line-height: normal;
}

.address-box .panel-heading img,
.sidebar .panel-heading img {
	border-radius: 50%;
	float: left;
	height: 15px;
	margin-right: 11px;
	margin-top: 0;
	width: 15px;
}

.kiyoh-inner {
	float: left;
	width: 100%;
}

.kiyoh-inner .kiyoh-logo {
	float: left;
	padding-left: 8px;
}

.kiyoh-inner .kiyoh-rating {
	background-color: #2cb1e9;
	border-radius: 50px;
	color: #ffffff;
	float: right;
	height: 85px;
	padding: 0px;
	text-align: center;
	width: 85px;
}

.kiyoh-inner .kiyoh-rating span {
	display: inline-block;
	font-size: 12px;
	font-weight: bold;
	margin-top: 15px;
	vertical-align: middle;
}

.kiyoh-inner .kiyoh-rating .total-score {
	float: none;
	font-size: 32px;
	margin: 0;
}

.kiyoh-inner .action {
	border-top: 2px solid #cacaca;
	color: #cacaca;
	float: left;
	font-weight: bold;
	margin-top: 10px;
	padding-top: 5px;
	text-transform: uppercase;
	width: 100%;
	padding-left: 8px;
}


/**********contact us form********/


/*************news page**********/

.news-box {
	border: 1px solid #9B9B9B;
	float: left;
	margin-bottom: 20px;
	width: 97%;
}

.news-box .image-container {
	float: left;
	margin-bottom: 0;
	width: 43%;
}

.news-box .new-info {
	float: left;
	margin-left: 2%;
	width: 55%;
}

.news-box .new-info h2 {
	color: #4a4a4a;
	font-size: 18px;
	margin-bottom: 6px;
	margin-top: 20px;
}

.news-box .new-info .btn-red {
	font-weight: normal;
}


/**************footer bottom******/

.footer-strp {
	border-top: 1px solid #dddddd;
	padding: 11px 0;
	text-align: center;
	font-size: 13px;
}

.footer-strp a {
	text-decoration: underline;
}

.copyright-text {
	border-right: 1px solid #4a4a4a;
	margin-right: 35px;
	padding-right: 35px;
}

.copyright-text,
.privay-policy {
	line-height: 12px;
}

#FOOTER a,
#FOOTER p {
	font-size: 16px;
}

.footer-social-icons .fa {
	background: #EE3841 none repeat scroll 0 0;
	border-radius: 50%;
	color: #ffffff;
	font-size: 19px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	width: 40px;
}


/*.footer-social-icons .fa:hover {
	background: #9B9B9B;
}*/


/************cart page********/

.list-cart table.cart>tbody>tr {
	border-bottom: 1px solid #dddddd;
}

.list-cart table.cart>tbody>tr:last-child {
	border-bottom: none;
}

.list-cart table.cart>tbody>tr>td {
	padding: 10px 0px 5px 0px;
	vertical-align: middle;
}

.list-cart table.cart td span {
	margin-left: 3px;
}

.list-cart table.cart td.price-col {
	text-align: right;
}

.list-cart table.cart tr.cart-footer,
.list-cart table.cart tfoot tr {
	border: none
}

.list-cart a.clear-cart {
	font-size: 15px;
	color: inherit;
	text-decoration: underline;
}

.list-cart .cart-summary {
	font-size: 15px;
	padding-bottom: 0!important
}

.list-cart .cart-summary small {
	font-size: 10px
}

.list-cart .cart-summary>.row {
	padding: 5px 0;
}

.list-cart .cart-summary>.row>div:last-child {
	text-align: right;
}

.list-cart .cart-summary .cart-subtotal-container,
.list-cart .cart-summary .cart-delivery-container {
	border-bottom: 1px solid #ddd ;
}

.list-cart .cart-summary .cart-vat-container {
	border-bottom: 1px solid #4a4a4a;
}

.list-cart table.cart tfoot td {
	padding: 10px 0 0 0;
	margin: auto;
	text-align: right;
}

.terms tr td {
	padding: 2px 0;
}

.list-cart table.cart .selected-quantity td,
.list-cart table.cart .selected-field td {
	padding-right: 20px;
}

.cart-poppup .list-cart table.cart td.price-col {
	text-align: center;
}

.list-cart .selected-quantity li {
	list-style: none;
}

.list-cart table.cart h4.product-title {
	margin-bottom: 7px;
}

.list-cart li.price-text {
	padding-left: 15px;
}

.list-cart table.cart td.product-image {
	vertical-align: middle;
}

.list-cart table.cart table.selected-specs {
	width: 100%;
}

.list-cart table.cart table.selected-specs .selected-field>td:first-child {
	width: 40%
}

.list-cart table.cart td.separator {
	padding: 5px 0 0 0;
}

.panel-body .list-cart .selected-field.selected-quantity {
	text-align: left;
}

.panel-body .list-cart table.cart tr {
	border-bottom: none;
}


/*************search result page*****************/

.main-content u {
	font-size: 16px;
	font-weight: bold;
}

.prod_search_cat {
	margin-top: 3px;
}

#wrapper .prod_related {
	background: #ffffff none repeat scroll 0 0;
	border: 1px solid #e2e2e2;
	box-shadow: 1px 1px 0 1px #e2e2e2;
	clear: both;
	margin: 0;
	padding: 10px;
}

#prod_list_alphabet_quick_link {
	display: inline-table;
	list-style: outside none none;
	margin: 0;
	padding: 0;
	width: 100%;
}

#prod_list_alphabet_quick_link li {
	cursor: pointer;
	display: block;
	float: left;
	font-weight: bold;
	line-height: 30px;
	padding: 0 1%;
}

.prod_list_alphabet {
	border-bottom: 1px dotted #cccccc;
	display: inline-table;
	list-style: outside none none;
	margin: 0;
	padding: 0 0 15px;
	width: 100%;
}

.prod_list_alphabet .product-link {
	border-right: 1px dotted #cccccc;
	float: left;
	font-size: 11px;
	height: 20px;
	line-height: 20px;
	padding: 0 1%;
}

.prod_list_alphabet .product-link a {
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	color: #4a4a4a;
	font-size: 13px;
	white-space: nowrap;
}

.prod_list_alphabet .product-link a:hover {
	color: #ee3741;
}

.prod_related hr {
	margin: 5px 0;
}

.prod_list_alphabet .product-link:nth-child(3n+1) {
	border-right: 0px!important;
}


/*************satya1-4-16***************/

table.cart div {
	padding: 0;
}

table.cart tr td.price-col {
	padding-right: 0px;
}

.delivery-address-container input[type="radio"],
.invoice-address-container input[type="radio"] {
	margin-right: 7px;
}


/*30-6-17*/

.over-leoprinting-page>.col-sm-6:nth-of-type(1) {
	padding-right: 25px;
}

.fancybox-overlay .fancybox-outer .fancybox-nav {}

.fancybox-overlay .fancybox-outer .fancybox-nav {}

.fancybox-overlay .fancybox-outer .fancybox-nav span {
	cursor: pointer;
	display: block;
	height: 32px;
	margin-top: -16px;
	position: absolute;
	top: 50%;
	transition: opacity 0.35s linear 0s;
	width: 32px;
	z-index: 9;
	background-size: 10px auto;
	opacity: 1;
}

.fancybox-overlay .fancybox-outer .fancybox-prev span {
	background-image: url("../images/arrow-lft-red.png");
	background-position: left center;
	background-repeat: no-repeat;
	left: 10px;
}

.fancybox-overlay .fancybox-outer .fancybox-next span {
	background-image: url("../images/arrow-rt-red.png");
	background-position: right center;
	background-repeat: no-repeat;
	right: 10px;
}

.lSPager ul,
.lSPager li,
.lSSlideOuter .lSPager.lSGallery {
	list-style-type: none!important;
}

.fancybox-nav span {
	visibility: visible!important;
}

.sidebar-left .panel {
	margin-bottom: 15px;
}

.panel.more-products {
	height: 280px
}

.fb_iframe_widget,
.fb_iframe_widget span,
.fb_iframe_widget span iframe[style] {
	width: 100% !important;
}

#footer_col_4 .iframe {
	width: 100%!important;
}

.blog_list_date {
	padding-left: 30px;
	color: #777;
	line-height: 38px;
	background: url('/images/calendar.png') left center no-repeat;
}

#content_blog h4 {
	margin: 10px auto;
}


/** From qasim.css **/

.btn[disabled] {
	background: gray;
}

.bordered {
	border: 1px gray dashed;
}

.checkbox input[type="radio"],
.checkbox-inline input[type="radio"] {
	margin: 0 5px!important;
}

.row-eq-height {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}

.col {
	display: inline-block;
	zoom: 1;
	*display: inline;
}

.bg-red a {
	color: white;
}

.section {
	margin-bottom: 45px;
	
}

.section::before, .section::after {
	clear: both; 
  content: " ";
    display: table;
}

.product img,
.project img {
	margin: auto;
}

.featured-product img,
.new-product img {
	width: auto!important;
}

.product img {
	width: 100%;
	max-width: 280px;
	margin-top: 0px;
}

.project img.project-thumb {
	width: 100%;
	max-width: 290px;
	max-height: 184px;
}

.project-wrapper {
	padding: 2px;
}

.loading .status {
	background: url('../images/loading2.gif') no-repeat
}

#wrapper {
	clear: both
}

.box {
	-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.075);
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.075);
	border: 1px solid #dddddd;
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 10px;
}

.rounded {
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	-o-border-radius: 4px;
	border-radius: 4px;
}

.page-title {
	border-bottom: 1px #ddd solid;
}

ul.horizontal>li {
	float: left;
	margin: 3px;
	list-style: none;
	width: auto;
}

ul.horizontal:before,
ul.horizontal:after {
	display: block;
	content: '';
	clear: both;
}

.line-break {
	height: 10px
}


/*----Product details page ----*/

.attribute_tag {
	background: #ee3741;
	border: none;
	clear: both;
	color: #FFF;
	cursor: pointer;
	display: block;
	float: right;
	font-family: 'Rubik', sans-serif;
	font-size: 10px;
	height: 16px;
	line-height: 15px;
	margin: 0 45px 20px 20px;
	outline: 0;
	text-align: center;
	text-transform: capitalize;
	width: 58px
}

#product_options .dynamic-option .label {
	/*border: 1px solid #c2c2c2;
    */
	box-sizing: border-box;
	margin-bottom: 10px;
	font-weight: bold;
	position: relative;
	cursor: pointer;
	display: table-cell;
	width: 100%;
	padding: 4px 10px 4px 5px;
}

#product_options label.disabled {
	display: none;
}

#product_options .option-counter {
	display: table-cell;
	padding: 5px 0px 5px 0px;
	font-weight: bold
}

.dynamic-option {
	width: 96%;
	margin: 0px;
}

.dynamic-option .label .expand-collapse {
	display: inline-block;
	width: 0;
	height: 0;
	position: absolute;
	right: 10px;
	top: 50%;
	margin-top: -3px;
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	border-bottom: 6px solid #4a4a4a;
}

.dynamic-option.collapsed .label .expand-collapse {
	border-bottom: 0;
	border-top: 6px solid #4a4a4a;
}

.dynamic-option.collapsed .option-choices {
	display: none;
}

.dynamic-option .option-choices.option-col-2 {
	-webkit-column-count: 2;
	/* Chrome, Safari, Opera */
	-moz-column-count: 2;
	/* Firefox */
	column-count: 2;
}

.dynamic-option .option-choices {
	padding-top: 5px
}

.option-choices label {
	margin: 0px;
}

.dynamic-option .option-choices.option-col-2 label {
	display: list-item;
	list-style: none
}

.dynamic-option .option-choices label {
	width: 100%;
	float: none;
	display: block
}

.dynamic-option .option-choices,
.option-comment,
.option-button {
	padding: 10px 15px;
	position: relative;
}

.product-options-container .option-comment {
	padding: 10px 0px;
}

.product-options-container .option-button {
	padding: 0px;
}

.product-options-container .option-comment textarea {
	border: 1px solid #dddddd;
	padding: 7px;
}


/*.dynamic-option {
	box-shadow: 0 0 7px rgba(0, 0, 0, 0.27);
}

.dynamic-option.quantity {
	box-shadow: 0 0 7px rgba(0, 0, 0, 0.27)!important;
}*/

.dynamic-option.quantity.collapsed {
	box-shadow: none!important;
}

.dynamic-option.collapsed,
.dynamic-option.quantity,
.dynamic-option.quantity .option-choices {
	box-shadow: none;
}

.option-button {
	width: 95%
}

.dynamic-option.quantity .option-choices {
	padding-top: 0;
}

.option-choices .price-note {
	padding: 0px 0 10px;
}

table.price_quantity {
	width: 100%;
	border-spacing: 0px;
	border: 1px #e2e2e2 solid;
	border-radius: 0;
}

table.price_quantity tr:nth-child(2n) {
	background-color: #fcfcfc;
	border-bottom: 1px solid #e1e1e1;
	border-top: 1px solid #e1e1e1;
}

table.price_quantity td {
	padding: 5px 7px;
	/*font-weight: bold*/
}

table.price_quantity tr td:first-child {
	color: #ee3741;
}

table.price_quantity tr.heading {
	background-color: #4a4a4a;
	color: #fff;
}

table.price_quantity tr.heading th {
	padding: 5px 7px;
	text-align: left;
}

table.price_quantity td:nth-child(2) {
	/*border: 1px #fff solid;
     */
	border-width: 0 1px;
}

table.price_quantity tr.footer td {
	padding: 10px 0 3px !important;
}

input.quantity_other_text,
input.quantity_other_button {
	padding: 2px;
	outline: none;
	color: #4a4a4a;
}

input.quantity_other_button {
	display: none
}

table.price_quantity tr.ui-selected,
table.price_quantity tr.qty_row:hover,
table.price_quantity tr.ui-selecting {
	background: #efefef;
}


/*table.price_quantity tr.ui-selected td {
	color: #000000;z
}*/

table.price_quantity tr.qty_row td:first-child {
	padding-left: 35px;
	position: relative;
}

.dynamic-option.loading {
	opacity: 0.5;
}

.dynamic-option.loading .status {
	background: url("../images/loading2.gif") no-repeat center center;
}

.dynamic-option .label .expand-collapse {
	display: none;
}

.option_readmore_icon {
	color: #ee3741;
}

.option_readmore_icon:hover {
	color: #ee3741;
	text-decoration: none
}

.option_readmore_icon img {
	vertical-align: text-bottom;
}


#product_options .price_quantity .footer label {
    color: #000000;
       margin-left: 12px;
}

#product_options .price_quantity .footer .quantity_other_text {
	width: 110px!important;
	margin-left: 5px;
}
.addcart {
	text-align: left;
	margin-top: 10px
}

.addcart button:disabled {
	background-color: #9B9B9B;
	text-decoration: none;
	color: #ffffff;
	cursor: auto!important;
}

.addcart button:disabled:hover {
	background-color: #9B9B9B;
	cursor: pointer
}

.magnify {
	position: relative;
}

.magnify.loading span.status {
	position: absolute;
	left: 50%;
	width: 20px;
	height: 20px;
	top: 50%;
	margin-left: -20px;
	z-index: 9B9B9B
}

.magnify.loading img.small {
	opacity: 0.4
}

.best-deal {
	display: block;
	right: 0;
	background: url(../images/bullet_arrow.png) 5px center no-repeat;
	padding: 10px 10px 10px 24px
}

.go-back {
	right: 10px;
	background: url(../images/app_icon.png) no-repeat 10px center;
	padding: 10px 15px 10px 40px;
	color: #000;
}

.btn-top {
	position: absolute;
	background-color: white;
	font-weight: bold;
	font-size: 13px;
}

.text-or {
	font-size: 18px;
	font-weight: bold;
	color: #000;
	margin: 5px 10px;
}

.new-heading {
	margin-bottom: 10px
}

div#close_cb {
	position: absolute;
	top: -20px;
	right: -24px;
	background: #fff;
	z-index: 999;
	padding: 4px 8px;
	border-radius: 15px;
	cursor: pointer;
	font-weight: 700;
	line-height: 12px;
	box-shadow: 0 0 6px 0 gray
}

.option-choices label {
	cursor: pointer;
}

tr.qty_row {
	cursor: pointer;
}

.qty_row .excluding_vat {
	font-size: 10px;
	color: #4a4a4a;
	font-weight: normal;
}

.thumb_img.fancybox_prod {
	margin: 5px 2px;
}

#product_options label {
	font-weight: normal!important;
	margin-bottom: 0px;
	padding-top: 0px;
}

.option-choices .tag {
	display: inline;
	padding: .2em .6em .3em;
	font-size: 75%;
	font-weight: 700;
	line-height: 1;
	color: #fff;
	text-align: center;
	white-space: nowrap;
	vertical-align: baseline;
	border-radius: .25em;
}

.product .product-image-wrapper {
	display: inline-block;
	min-height: 195px;
	width: 100%;
	text-align: center;
}

.min-quantity-note {
	margin-left: 10px;
	color: #4a4a4a;
}


/***CART***/

.list-cart table.cart {
	width: 100%;
}


/**Cart**/

.cart .price-col .price {
	font-size: 23px;
	font-weight: bold;
}


/***Project section ***/

#prod_banner_wrapper li {
	position: relative;
}

#prod_banner_wrapper li a.product_link {
	position: absolute;
	margin: 10px;
	padding: 0 10px;
	font-weight: bold;
}

#project_details {
	z-index: 6;
}

.project.active-row {
	position: relative;
}

;
.project {
	box-sizing: border-box;
}

#project_details.loading span.status {
	position: absolute;
	left: 50%;
	width: 20px;
	height: 20px;
	top: 50%;
	margin-left: -20px;
	z-index: 9;
}


.slide-buttons-container .glyphicon {
    color: #ee3741;
}

#project_details.loading {
	opacity: 0.4
}

.slide-buttons-container {
	width: 100%;
	top: 50%;
	margin-top: -30px;
	left: 0;
}

.slide-buttons-container,
.slide-buttons-container .btn {
	position: absolute;
	font-size: 30px
}

.btn-left {
	left: 0;
	padding-left: 0
}

.btn-right {
	right: 0;
	padding-right: 0
}

#project_details .details {
	padding: 30px 55px;
	box-sizing: border-box;
}

#project_details .details img {
	border: 1px solid #6d6d6d;
}

.project.active-cell:after {}

.main-project-details {
	font-size: 12px;
	margin-top: 10px;
}

.load-more-container {
	text-align: center
}

.load-more-container.loading .status {
	padding: 12px
}

#load_more {
	background: #ee3741 none repeat scroll 0 0;
	border-radius: 50%;
	color: #ffffff;
	display: inline-block;
	font-size: 15px;
	height: 112px;
	line-height: 22px;
	margin: 10px;
	padding: 33px 10px;
	vertical-align: middle;
	width: 112px;
	word-wrap: break-word;
	font-weight: bold;
}

#load_more:hover {
	text-decoration: none;
}

#project_details .btn-close {
	position: absolute;
	right: 0;
	font-size: 30px;
	top: 0px;
	font-weight: normal;
	color: #4a4a4a;
}

.top-arrow {
	display: none;
}

.active-cell .top-arrow {
	display: block;
	position: relative;
	z-index: 7
}

.top-arrow:before,
.top-arrow:after {
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	bottom: -29px;
	z-index: 7;
}

.top-arrow:before {
	border-color: rgba(194, 225, 245, 0);
	border-bottom-color: black;
	border-width: 19px;
	margin-left: -19px;
}

.top-arrow:after {
	border-color: rgba(136, 183, 213, 0);
	border-bottom-color: white;
	border-width: 18px;
	margin-left: -18px;
}


/****star rating code ****/

.star-rating-container {
	width: 100px;
	height: 20px;
	position: relative;
}

.star-rating-container .stars-background {
	position: absolute;
	background: url('../new_images/stars.png') left 19px;
	width: 100%;
	height: 100%;
}

.star-rating-container .stars-rating {
	position: absolute;
	background: url('../new_images/stars.png') left top;
	height: 100%;
}

.address-box .panel {
	height: 290px;
}

.panel.no-box {
	box-shadow: none;
	border: none;
}

.panel.no-box .panel-heading {
	background: none;
	padding: 5px;
	border: none;
}

.panel.no-box .panel-body {
	padding: 5px;
}


/*body.nav-active {
     overflow: hidden;
}
*/

.searchform-mobile {
	display: none;
}

.brand-logos-container {
	padding-top: 30px;
	margin-top: 20px;
}

.brand-logo {
	text-align: center;
}

.product-details {
	margin-bottom: 20px;
}

#prod_detail .img-thumbnail {
	border: 0 none;
	border-radius: 0;
	box-shadow: none;
}


/******************************************/


/***********CSS for new cart**************/


/******************************************/


/**Red panel**/

.panel.panel-red {
	border-color: #dddddd;
}

.panel-red .panel-heading {
	background: #ee3741;
	text-align: left;
	color: white;
	font-weight: bold;
}

.text-right {
	text-align: right;
}

.panel.panel-square .panel-heading {
	border-radius: 0
}

.panel.panel-square {
	border-radius: 0
}


/***Order summary page ****/

.address-details .address {
	padding: 0 10px 0 10px;
}

.address-details .address.separator {
	border: 1px #ddd solid;
	border-width: 0 1px 0 1px;
	min-height: 240px;
}

.address p {
	margin: 0 auto 10px auto;
}

.address-details .preferences .email {
	margin-bottom: 10px;
}


/***Order summary page end ****/


/***Files sumit page ****/

.order-complete-container .order-complete {
	padding: 0 10px 0 10px;
}

.order-complete-container .order-complete.separator {
	border: 1px #ddd solid;
	border-width: 0 1px 0 0;
}

#file_dropzone.drag-hover {
	background: #ddd;
	color: #fff;
}

#file_dropzone.drag-hover .fileinput-button {
	visibility: hidden;
}

#file_dropzone .drop-file,
#file_dropzone.drag-hover .drop-more-files {
	display: none
}

#file_dropzone.drag-hover .drop-file {
	display: block
}

#file_dropzone .drop-files-container {
	/*min-height: 300px*/
}

#file_dropzone .files {
	color: #999;
}

#file_dropzone .files .file {
	background: none;
	font-size: 12px
}

#file_dropzone .files .file.deleting {
	opacity: 0.6;
}

#file_dropzone .files .file.deleting .remove-btn {
	display: none;
}

#file_dropzone.drag-hover .files .file {
	color: white;
}

.file .progress {
	width: 35%;
	max-width: 150px;
	min-width: 100px;
	border-radius: 7px;
}

.file .progress .progress-bar {
	border-radius: inherit;
	background: #999;
	background: linear-gradient( #8e8e8e 70%, #6D6D6D)
}

.files .file-info .remove-btn {
	color: white;
	border-radius: 50%;
	background: #999;
	font-weight: normal;
	font-size: 10px;
	padding: 1px 1px 0px 1px;
}

#file_dropzone #overall_stat {
	color: #999;
	position: absolute;
	bottom: 0;
	left: 10px;
}


/***Payment Methods page start ****/

.payment-methods .payment-gateway {
	padding: 10px 0;
}

.payment-methods .payment-gateway .radio .hint-block {
	color: #8e8e8e;
}

.payment-methods .payment-gateway-logo img {
	max-height: 50px
}

.form-group .no-free-shipping {
	color: #CFA841
}

.payment-actions {
	text-align: center;
}

.payment-actions .btn {
	text-align: center;
	margin: auto;
	width: 49%;
}


/************14-4-16*******/

.drop-file-with-upload-button {
	margin: auto;
}

.file-upload-container {
	display: flex;
	min-height: 378px;
	vertical-align: middle;
	width: 100%;
	text-align: center;
}

.drop-more-files {
	align-self: center;
	width: 100%;
}

.order-complete a {
	text-decoration: underline;
}

.webox2_formmail.contact-from.loading {
	opacity: 0.5;
	position: relative
}

.webox2_formmail.contact-from.loading .loader {
	font-size: 10px;
	position: absolute;
	text-indent: -9999em;
	border-top: .6em solid rgba(10, 10, 10, 0.2);
	border-right: .6em solid rgba(10, 10, 10, 0.2);
	border-bottom: .6em solid rgba(10, 10, 10, 0.2);
	border-left: .6em solid #0a0a0a;
	-webkit-transform: translateZ(0);
	-ms-transform: translateZ(0);
	transform: translateZ(0);
	-webkit-animation: load8 1.1s infinite linear;
	animation: load8 1.1s infinite linear;
	top: 30%;
	left: 50%;
	margin-left: -3em;
}

.webox2_formmail.contact-from.loading .loader,
.webox2_formmail.contact-from.loading .loader:after {
	border-radius: 50%;
	width: 6em;
	height: 6em;
}

@-webkit-keyframes load8 {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

@keyframes load8 {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}


/***=========Changed in home slider 20170127 =========***/

.slider-image {
	width: 100%;
}

.main-slider-container .bx-controls {
	position: absolute;
	width: 100%;
	bottom: 40px;
}

.home-slider-right-content {
	height: 100%;
	padding: 0px 2% 18px;
	overflow: hidden;
	text-align: center;
}

.home-slider-right-content .slide-title {
	color: #4a4a4a;
	display: block;
	/* margin-bottom: 22px;
     */
}

.home-slider-right-content ul {
	text-align: left;
	list-style-type: none;
	padding-left: 0;
}

.home-slider-right-content ul li {
	background-image: url("../new_images/checkmark.png");
	background-position: 6px 5px;
	background-repeat: no-repeat;
	padding-left: 32px;
}

.home-slider-right-content .btn {
	padding: 8px 26px;
}

.starting-price-container .price-from-text {
	color: #000000;
	display: inline-block;
	font-size: 14px;
	font-weight: 500;
	line-height: 11px;
}

.starting-price-container .price {
	display: inline-block;
	font-size: 18px;
	font-weight: normal;
	line-height: 13px;
}

.products-container .category .product-image-wrapper {
	display: inline-block;
	min-height: auto;
	width: 100%;
}

.starting-price-container {
	float: left;
	line-height: normal;
	margin-right: 10px;
	text-align: left;
	margin-top: 7px;
}

.products-container .category img {
	width: 100%;
	max-width: 280px;
	margin-top: 15px;
}

.products-container .category.bordered,
.category-results .category {
	border: 1px solid #dddddd;
	min-height: 210px;
	margin-bottom: 10px;
}

.products-container .category .product-title {
	display: inline-block;
	line-height: 18px;
	margin: 0% 2%;
	padding: 5px 0px;
	text-transform: inherit;
	width: 96%;
	text-align: center;
}

.products-container .category .product-title,
.category .project-title {
	color: #4a4a4a;
	font-size: 14px;
	font-weight: bold;
	margin-top: 4px;
}

.products-container .category-results .category .product-title {
	color: #4a4a4a;
	font-size: 14px;
	font-weight: bold;
	margin-top: 4px;
	padding: 0 5px;
	line-height: 18px;
}

.home-slider-right-content .star-rating-container {
	width: 66px;
	height: 13px;
	margin-top: 15px;
}

.home-slider-right-content .star-rating-container .stars-background {
	background: url('../new_images/star_small.png') left 13px;
}

.home-slider-right-content .star-rating-container .stars-rating {
	background: url('../new_images/star_small.png') left top;
}

.home-slider-right-content .classname {
	float: left;
	margin-top: 2px;
}

.home-slider-right-content .total-score {
	margin-right: 6px;
	font-size: 24px;
}

.home-slider-right-content .kiyo-sign {
	float: left;
	margin-top: 11px;
	margin-left: 7px;
}

.home-slider-right-content .kiyoh-rating {
	display: inline-block;
	margin: 10px auto;
}

.home-slider-right-content .kiyoh-rating a {
	color: inherit;
}

body.lang-en .home-slider-right-content .kiyoh-rating,
body.lang-dk .home-slider-right-content .kiyoh-rating,
body.lang-de .home-slider-right-content .kiyoh-rating,
body.lang-be_fr .home-slider-right-content .kiyoh-rating {
	margin: 0 auto;
}

body.lang-fr .home-slider-right-content .btn.btn-red {
	margin: 20px;
}


/*****************/

.featured-products,
.new-products {
	text-align: center;
}

.sidebar-left .panel {
	margin-bottom: 6px;
}

.sidebar-left ol {
	display: inline-block;
	margin-bottom: 0;
	width: 100%;
}

.home-left-corporate-buttons p {
	display: inline-block;
	margin-right: 2%;
	width: 49%;
}

.home-left-corporate-buttons p:last-child {
	margin-right: 0;
}

.home-left-corporate-buttons p a {
	border: 2px solid #eee;
	display: inline-block;
	float: left;
	margin-bottom: 6px;
	width: 100%;
}

.home-left-corporate-buttons p a:last-child {
	margin-bottom: 0;
}

.home-left-corporate-buttons p img {
	width: 100%;
}

#project_details .details p img {
	border: none;
}

.payment-logos-footer {
	text-align: center;
	margin: 30px auto 15px auto;
}

.dynamic-option .label .selected-quantities,
.dynamic-option .label .fvalue {
	font-weight: normal;
	  font-size: 12px;
}

.dynamic-option.quantity .label .selected-quantities>span:after {
	content: ', ';
}

.dynamic-option.quantity .label .selected-quantities>span:last-child:after {
	content: '';
}

.dynamic-option .label-container .label .change-spec {
	font-weight: normal;
	font-size: 13px;
	text-decoration: underline;
	position: absolute;
	right: 15px;
	line-height: 1.5;
	display: none
}

.dynamic-option.collapsed .label-container .label .change-spec {
	display: inline
}


/*custom css 16-6-17 about us page*/

.youtube-video {
	display: inline-block;
	width: 100%;
}

.youtube-video iframe {
	padding-right: 0 !important;
	border: 1px solid #fff;
}

ul.about-thumb,
.about-list-item,
.horizontal-gallery {
	display: inline-block;
	list-style-type: none;
	padding-left: 0;
	width: 100%;
}

.about-thumb li {
	border: 1px solid #ffffff;
	float: left;
	width: 33.3334%;
}

.about-thumb li img {
	width: 100%;
}

.about-thumb li a {
	display: inline-block;
	width: 100%;
}

.about-thumb li img {
	height: auto;
	width: 100%;
}

.over-leoprinting-page p {
	color: #666666;
}

.over-leoprinting-page p strong {
	color: #4a4a4a;
}

.row.about-second-row {
	margin-top: 20px;
}

.about-list-item li {
	display: inline-block;
	margin-bottom: 7px;
	width: 100%;
	color: #666666;
}

.about-list-item li a {
	color: #666666;
}

.about-list-item {
	margin-top: 15px;
}

.horizontal-gallery li:last-child {
	margin-right: 0;
}

.horizontal-gallery li {
	float: left;
	margin-right: 1%;
	width: 19.2%;
}

.horizontal-gallery {
	margin-top: 20px;
}

.horizontal-gallery li p img {
	width: 10px;
}

.horizontal-gallery li a {
	color: #000000;
}


/***Discount coupon CSS 20170710***/

.strong {
	font-weight: bold
}

#shopping_cart.loading {
	opacity: 0.6;
}

.cart .discount-coupon {
	border-bottom: 1px #ddd solid;
}

.discount-coupon .form-group {
	margin-bottom: 0;
}

.discount-coupon .form-group:after {
	content: '';
	display: block;
	clear: both
}

.discount-coupon input.form-control {
	text-transform: uppercase;
	padding: 4px 8px;
	height: auto;
	font-size: 12px;
	float: left;
}

.discount-coupon input.form-control {
	border-right: 0
}

.cart .price-col .price.discounted-price {}

.cart .price-col .price.original-price {
	font-size: 16px;
	text-decoration: line-through;
}

.cart .cart-total-container .total-price {
	font-size: 16px;
	font-weight: bold;
}

.discount-coupon-code.label {
	text-transform: uppercase;
	padding: 3px 5px;
	background: red;
	color: white;
	border-radius: 3px;
}


/*input group with button css*/

.form-group .input-group {
	display: table-row
}

.input-group .form-control {
	display: table-cell;
	border-radius: 0;
}

.input-group .input-group-btn {
	display: table-cell;
}

.input-group .input-group-btn .btn {
	font-weight: bold;
	height: 100%;
	padding: 5px 12px;
	margin: 0;
	font-size: 12px;
	float: left;
}

.discount-coupon .discount-amount {
	color: green;
}

.discount-coupon .input-group-btn .btn {
	line-height: 1;
	padding: 6px 10px;
}

#topredcontainer ul {
	margin: 0;
}


/*============== new menu 31-7-19 ===================*/

.menu-strip-container .container {
	padding-left: 0px;
	padding-right: 0px;
	max-width: 1160px;
}

.main-menu-wrapper-outer {
	background: #efefef none repeat scroll 0 0;
	float: left;
	width: 100%;
	position: relative;
	z-index: 99;
}

.main-menu-wrapper>.container {
	position: relative;
	background: #efefef none repeat scroll 0 0;
}

.main-menu-wrapper {
	float: left;
	padding: 0px;
	position: relative;
	text-align: center;
	width: 100%;
}

.main-menu-wrapper .main-ul-nav {
	background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
	float: left;
	margin-top: 0;
	padding: 16px 10px 16px;
	text-align: left;
}

.main-menu-wrapper .main-ul-nav:hover {
	background: #ffffff none repeat scroll 0 0;
}

.main-menu-wrapper ul {
	list-style-type: none;
	padding: 0px;
}

.main-menu-wrapper ul li {
	float: left;
}

.main-menu-wrapper ul li a {
	padding: 6px 10px 6px 10px;
	font-size: 13px;
}

.main-menu-wrapper ul li li,
.main-menu-wrapper ul li li a,
.menu-strip-container ul li,
.menu-strip-container ul li a {
	width: 100%;
	word-wrap: break-word;
	float: left;
	color: #4a4a4a;
}

.main-menu-wrapper .submenu {
	background: #ffffff;
	float: left;
	left: 0;
	position: absolute;
	top: 48px;
	width: 20%;
	padding: 15px 10px;
	visibility: hidden;
	opacity: 0;
	transition: all 0.7s ease-in-out;
	-moz-transition: all 0.7s ease-in-out;
	-webkit-transition: all 0.7s ease-in-out min-height: 700px;
}

.submenu.second-step-menu > li > a {
    position: relative;
}

.submenu.second-step-menu > li > a::after {
    content: '\f107';
    font-family: FontAwesome;
    font-size: 16px;
    position: absolute;
    right: 10px;
    top: 4px;
    transform: rotate(-90deg);
}

.main-item:hover>.submenu {
	visibility: visible;
	opacity: 1;
}

.submenu-right {
	width: 400%;
	left: 100%;
	position: absolute;
	top: 0px;
	visibility: hidden;
	opacity: 0;
	transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	background: #ffffff;
	box-shadow: -7px 0 6px -5px #ccc;
	padding: 10px;
}

.submenu-right .column-category {
	margin-bottom: 5px;
	display: inline-block;
	width: 100%;
}

.submenu-right .row {
	background: transparent!important;
}

button.multiselect[data-count=""]::after {
	display: none
}

.submenu>li:hover .submenu-right {
	visibility: visible;
	opacity: 1;
}

.third-step-ul {
	float: left;
	width: 100%;
	padding: 0px;
	list-style-type: none;
	margin-bottom: 10px;
}

.column-category h3,
.dropdown-menu h3 {
	padding-bottom: 7px;
	border-bottom: 1px solid #a5a5a5;
	font-weight: 600;
	font-size: 13px;
}

.main-menu-wrapper ul .main-item>a {
	position: relative;
	padding-left: 0px;
}

.main-menu-wrapper img.bar-icon {
	color: #ee3741;
	font-size: 23px;
	vertical-align: middle;
	position: absolute;
	left: 10px;
	top: 4px;
}

.menu-text-wrapper,
.menu-strip-container .menu-text-wrapper {
  color: #4a4a4a;
    display: inline-block;
    font-family: "Rubik",sans-serif;
    font-size: 16px;
    line-height: normal;
        font-weight: 500;
    text-align: left;
}

.menu-text-wrapper img {
    margin-left: 20px;
}

.menu-text-wrapper sub,
.menu-strip-container sub {
	width: 100%;
	line-height: 15px;
	position: static;
	display: block;
	font-weight: normal;
}

.main-menu-wrapper li a {
	text-decoration: none!important;
}

.submenu li:hover,
.column-category>a:hover,
.submenu>li>.submenu-right li:hover {
	background: #ebebeb;
	border-radius: 2px;
}


/*============== new menu 31-7-19 close here ===================*/


/*==========second menu start here==========*/

.mainmenu-new .collapse {
	padding: 0;
}

.mainmenu-new {
	background-color: rgba(0, 0, 0, 0);
	background-image: none;
	border: 0 none;
	border-radius: 0;
	box-shadow: none;
	float: right;
	margin-bottom: 0;
	margin-right: 0px;
}

.menu-strip-container .mainmenu-new #fresponsive {
	border: 0px;
}

.menu-strip-container .mainmenu-new #fresponsive li {
	background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
	border: 0 none;
	color: inherit;
	position: relative;
	width: auto;
}

.menu-strip-container .mainmenu-new #fresponsive>li {
	padding-left: 20px;
	padding-right: 20px;
}

.menu-strip-container .mainmenu-new #fresponsive>li:hover {
	/*background: #ffffff;*/
}
.menu-strip-container .mainmenu-new #fresponsive>li a:hover {
	border-bottom: 2px solid #ee3741;
}

.menu-strip-container .mainmenu-new #fresponsive li .fa {
	margin-left: 20px;
}

.menu-strip-container .mainmenu-new #fresponsive li a {
	background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
	border: 0 none;
	color: #4a4a4a;
	font-size: 16px;
	padding: 15px 0;
	text-shadow: none;
	text-transform: none;
	box-shadow: none;
}

body .highlight, body .highlight a {
    font-weight: 600;
    text-decoration: underline !important;
}

/******************************Drop-down menu work on hover**********************************/

@media only screen and (min-width: 767px) {
	.menu-strip-container .mainmenu-new .collapse ul li {
		position: relative;
	}
	.menu-strip-container .mainmenu-new .collapse ul li:hover>ul {
		display: block
	}
	.menu-strip-container .mainmenu-new .collapse ul ul {
		border: 0px;
		border-radius: 0;
		display: none;
		left: auto;
		right: 0px;
		min-width: 250px;
		position: absolute;
		top: 100%;
		transition: all 0.3s ease-in-out;
		-moz-transition: all 0.3s ease-in-out;
		-webkit-transition: all 0.3s ease-in-out;
		background: #ffffff;
		box-shadow: -7px 0 6px -5px #ccc;
		padding: 10px;
	}
	/*******/
	.menu-strip-container .mainmenu-new ul#fresponsive ul li {
		border-bottom: 0 none !important;
		padding: 2px 0px;
		width: 100%;
	}
	.menu-strip-container .mainmenu-new ul#fresponsive ul li a {
		border-radius: 2px;
		float: left;
		font-size: 13px;
		padding: 6px 10px;
		width: 100%;
		transition: all 0.3s ease;
		-webkit-transition: all 0.3s ease;
		-moz-transition: all 0.3s ease;
	}
	.menu-strip-container .mainmenu-new ul#fresponsive ul li a:hover {
		background: #efefef;
	}
	/*
will be ib use when we have third step menu

.menu-strip-container .mainmenu-new .collapse ul#fresponsive ul li:hover> ul{display:block}

.menu-strip-container .mainmenu-new .collapse ul#fresponsive ul ul{position:absolute;top:0;left:100%;min-width:250px;display:none}

 
.menu-strip-container .mainmenu-new .collapse ul#fresponsive ul ul li{position:relative}

.menu-strip-container .mainmenu-new .collapse ul#fresponsive ul ul li:hover ul{display:block}

.menu-strip-container .mainmenu-new .collapse ul#fresponsive ul ul ul{position:absolute;top:0;left:-100%;min-width:250px;display:none;z-index:1}
*/
}


/*==========second menu close here==========*/


/********************* POST-IT menu 7-8-15**********************/

.postitmenu strong {
	display: inline-block;
	line-height: 21px;
	margin-bottom: 17%;
	clear: both;
}

.postitmenu p {
	clear: both;
	display: inline-block;
	left: 0;
	line-height: 21px;
	position: absolute;
	top: 33%;
	width: 100%;
}

.postitmenu .menucontent {
	position: relative;
}

.postitmenu .menucontent>img {
	bottom: 25px;
	left: 0%;
	position: absolute;
}

.container .mega-menu .postitmenu .category-heading {
	padding-left: 0px;
}

.postitmenu li {
	float: left;
	height: 290px;
	padding: 0 10px;
	width: 50%;
	height: 100%;
}

.postitmenu li .menucontent {
	border: 1px solid rgba(0, 0, 0, 0);
	height: 100%;
	padding: 3% 5%;
	width: 100%;
	text-align: center;
}

.postitmenu li .menucontent:hover {
	border: 1px solid #ee3741;
}

.postitmenu li.last {
	border-left: 1px solid #cac9cb;
}

.popular-tags.last {
	margin-right: 0px;
}

.postitmenu li .menucontent:hover strong,
.postitmenu li .menucontent:hover p {
	color: #ee3741;
}

.postitmenu li .menucontent strong,
.postitmenu li .menucontent p {
	font-weight: bold;
}

.mainmenu li li a {
	font-size: 13px;
}


/*** Sticky menu ***/

.mainmenu-overlay {
	background: black;
	opacity: 0.5;
	width: 100%;
	height: 100%;
	position: fixed;
	left: 0;
	top: 0;
	display: none;
	z-index: 9;
}

.main-menu-wrapper .container {
	padding-left: 0px;
	padding-right: 0px;
}

.header .menu-strip-container {
	float: left;
	margin-bottom: 0;
	position: relative;
	width: 100%;
	z-index: 99;
}

.menu-strip-container.sticky {
	position: fixed;
	top: 0;
	left: 0;
	margin: 0;
	width: 100%;
	background-color: #efefef;
	z-index: 999;
}

.menu-strip-container.sticky .mainmenu .submenu,
.menu-strip-container.sticky .mainmenu li:hover .dropdown {
	display: none !important;
}

{
	display: none!important
}

.menu-strip-container.sticky .mainmenu {
	margin: 0px auto;
}

.menu-strip-container.sticky .logo {
	margin-top: 7px;
}

#topredcontainer li.worldwide-delivery {
	display: inline-block;
	margin-top: 4px;
}

#topredcontainer li.worldwide-delivery a,
#topredcontainer li.worldwide-delivery a:hover {
	text-decoration: none;
}


/*********responsive menu**********/


/***Responsive menu ***/

#search_mobile .input-group {
	display: inline-block;
	margin-bottom: 14px;
	position: relative;
	width: 100%;
}

.mobile-search-form-cotainer {
	margin-bottom: 0;
}


/* abooks page */

.ebooks-section,
.ebooks-section p,
.cms-p {
	color: #666666;
}

.ebooks-section strong,
.ebooks-section p strong,
.cms-p strong {
	color: #4a4a4a;
}

.row.cms-p {
	margin-bottom: 25px;
}

.cms-p p {
	margin-top: 5px;
}

.row-1 p {
	margin-top: 20px;
}

.two-image-section {
	margin-top: 20px;
}

.books-item {
	margin-top: 20px;
}

.books-item .btn.btn-red {
	margin-bottom: 40px;
}

.offer-button {
	margin-top: 5px;
	margin-bottom: 40px;
	display: inline-block;
}

.book-items p {
	margin-bottom: 20px;
	padding-right: 10%;
}

.two-image-section-col h5 {
	color: #4a4a4a;
	font-size: 14px;
	font-weight: bold;
	margin-top: 15px;
	font-style: italic;
}

.tab-port {
	margin-bottom: 15px;
}


/*****************moods*******************/

.moods-image-wrapper .white {
	left: 120px;
	position: absolute;
	top: 40px;
	z-index: 1;
}

.moods-ul {
	display: inline-block;
	list-style-type: none;
	padding: 0;
	width: 100%;
}

.moods-ul li {
	float: left;
	margin-right: 1%;
	width: 19%;
}

.moods-ul li img {
	width: 100%;
}

.moods-ul li:last-child {
	margin: 0;
}

.mood-wrapper h2 {
	font-size: 2em;
	margin: 0.67em 0;
}

.second-row-mood,
.fourth-row-mood {
	margin-bottom: 20px;
	margin-top: 20px;
}

.third-row-mood .white {
	font-size: 3em;
}

.second-row-mood h2 {
	margin-top: 5px;
	margin-bottom: 10px;
}

.fourth-row-mood h2 {
	margin-top: 0px;
	margin-bottom: 10px;
}

.over-leoprinting-page .youtube-video {
	margin-bottom: 25px;
}

.bg-light-gray {
	background: #f9f9f9 none repeat scroll 0 0;
}


/***************22-10-18***************/

.cookie-option .cookie-name {
	display: inline-block;
}

.cookie-option .cookie-buttons {
	display: inline-block;
	float: right;
}

.cookie-option .toggle-cookie-content {
	display: inline-block;
	vertical-align: bottom;
}

.cookie-option .icon {
	display: inline-block;
	width: 40px;
	height: 40px;
	margin: 0px auto 10px;
}

.cookie-option .cookie-name {
	display: inline-block;
}

.cookie-option .cookie-buttons {
	display: inline-block;
	float: right;
}

.cookie-option .toggle-cookie-content {
	display: inline-block;
	vertical-align: bottom;
}

.cookie-buttons .yncheckbox input[type="checkbox"] {
	display: none
}

.cookie-buttons .yncheckbox {
	position: relative;
	height: 40px;
	width: 40px;
	border-radius: 50%;
	float: left;
	cursor: pointer;
}

.cookie-buttons .yncheckbox .checkmark.yncheckbox-no {
	color: gray;
	position: absolute;
	font-size: 24px;
	margin-left: 8px;
	margin-top: 3px;
}


/*end by qasim sir*******/

.mainstick {
	background-color: black;
	bottom: 0;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	left: 0;
	position: fixed;
	right: 0;
	z-index: 1000;
}

.mainstick .stick {
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
}

.mainstick .modal-toggle {
	cursor: pointer;
}

.mainstick .cookie-icon {
	background-color: #c84231;
	border: 0 none !important;
	border-radius: 0 !important;
	height: 100%;
	padding: 3px;
	width: 100%;
}

.mainstick .cookies1 {
	height: 40px;
	width: 40px;
}

.mainstick .alerttext {
	align-self: center;
	background-color: black;
	color: white;
	display: flex;
	flex-direction: row;
	font-size: 14px;
	padding: 5px 5px 5px 20px;
}

.mainstick .alertText {
	align-self: center;
}

.mainstick .alert-cookie {
	display: flex;
	flex-direction: row;
	justify-content: flex-end;
}

.mainstick .set {
	background-color: #c84231;
	border: medium none;
	color: #ebebeb;
	font-size: 14px;
	padding: 7px 15px;
}

.mainstick .close {
	background-color: transparent;
	border: medium none;
	color: white;
	font-size: 16px;
	padding: 10px 14px;
}


/************* footer stickey end*****/

.cookie-consent-modal .toggle-cookie-content {
	float: right;
	margin-top: 12px;
}

.toggle-cookie-content.collapsed .caret:after {
	border-color: transparent;
	border-bottom-color: black;
	margin-top: -9px;
	/* fixing arrow position */
}

.cookie-consent-modal .modal-dialog {
	box-sizing: border-box;
	max-width: 470px;
}

.cookie-consent-modal .modal-content {
	border: 0 none;
	border-radius: 0;
	padding-left: 25px;
}

.cookie-consent-modal .modal-content::after {
	background-color: #ee3741;
	content: "";
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 25px;
}

.cookie-consent-modal .modal-content::before {
	/*background-image: url("./img/cookie_04.png");*/
	background-position: center 5px;
	background-repeat: no-repeat;
	background-size: 20px auto;
	content: "";
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 25px;
	z-index: 1;
}

.cookie-consent-modal .modal-content .modal-header {
	padding-right: 35px;
}

.cookie-consent-modal .modal-content .modal-header h4 {}

.cookie-consent-modal .modal-content .modal-header button {
	background: transparent none repeat scroll 0 0;
	border: 0 none;
	color: lightgray !important;
	font-size: 16px;
	margin: 0;
	padding: 10px;
	position: absolute;
	right: 5px;
	top: 5px;
}

.cookie-consent-modal .cookie-helper {
	margin-left: 4px;
}

.cookie-consent-modal .cookie-buttons .box {
	border: 0 none;
	box-shadow: none;
	padding: 0;
}

.cookie-consent-modal .cookie-buttons .yncheckbox {
	margin: 0 10px 0 0;
}


/***********/

.cookie-consent-modal .checkmark {
	border: 1px solid gray;
	border-radius: 50%;
	height: 40px;
	left: 0;
	line-height: 37px;
	position: absolute;
	text-align: center;
	top: 0;
	vertical-align: middle;
	width: 40px;
}

.cookie-consent-modal .yncheckbox:hover input~.checkmark {
	background-color: #ccc;
}

.cookie-consent-modal .yncheckbox input:checked~.checkmark {
	background-color: #53AD58;
}

.cookie-consent-modal input:checked~.checkmark {
	border: solid #53AD58;
	border-width: 1px;
	color: white;
}

.cookie-consent-modal .checkmark:after {
	content: "";
	position: absolute;
	display: block;
}

.cookie-consent-modal .yncheckbox input:checked~.checkmark:after {
	display: block;
	left: 14px;
	top: 5px;
	width: 10px;
	height: 20px;
	border: solid white;
	border-width: 0 2px 2px 0;
}

.cookie-consent-modal .yncheckbox .checkmark:after {
	left: 14px;
	top: 5px;
	width: 10px;
	height: 20px;
	border: solid gray;
	border-width: 0 2px 2px 0;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}


/*************/

.cookie-consent-modal .yncheckbox-no input:checked~.checkmark-no,
.cookie-consent-modal .yncheckbox-no:hover input~.checkmark {
	background-color: #ee3741;
}

.cookie-consent-modal input:checked~.checkmark-no {
	border: 1px solid #ee3741;
}

.cookie-consent-modal .yncheckbox-no:hover input~.checkmark {
	border: 1px solid #ee3741;
	color: #ffffff;
}

.cookie-consent-modal .yncheckbox input {
	display: none;
}

.cookie-consent-modal .yncheckbox-no .checkmark::after {
	content: none !important;
}

.cookie-consent-modal .modal-header,
.cookie-consent-modal .modal-footer {
	border: 0px;
}

.cookie-consent-modal .modal-footer {
	padding-top: 10px;
}

.cookie-consent-modal .submitbutton {
	background-color: #53ad58;
	border: 0 none !important;
	color: white;
	margin-bottom: 10px;
	margin-top: 0;
	min-width: 155px;
	padding: 10px;
}

.cookie-options-container {
	border-bottom: 1px solid #ccc;
	display: inline-block;
	padding: 8px 5px 15px;
	width: 100%;
}

.cookie-consent-modal .submitbutton:hover {
	background-color: #3c8c57;
}

button#btn_modal_quick_quote_quoation,
#trackRequest {
	margin-top: 0px;
}


/*==menu de ==*/

.mainmenu.lang-de>li>a {
	padding-left: 11px;
	padding-right: 11px;
}

.mainmenu.lang-fr>li>a,
.mainmenu.lang-be_fr>li>a {
	padding-left: 9px;
	padding-right: 9px;
}


/***********menu end here**************/


/***css by Amit***/


/*29-01-2018*/

.vacatures hr {
	border-color: #ababab;
}

.big-banner-container {
	position: relative;
	margin-bottom: 15px;
}

.big-banner-container .banner-text {
	position: absolute;
	top: 0;
	right: 0;
	margin: 20px;
}

.big-banner-container .banner-text .banner-text1 {
	color: white;
	font-weight: bold;
	font-size: 34px;
}


/*shipping page message fix for ch and at*/

.list-cart table.cart .custom-nw-class span {
	margin: 0;
}

.custom-nw-class span {
	float: left;
}

.custom-nw-class small {
	display: inline-block;
	margin-left: 10px;
}

div#cookiescript_accept {
	color: #ee3741!important;
	color: white!important;
	border-radius: 0!important;
	text-shadow: none!important;
}

#cookiescript_header {
	display: none!important;
}

div#cookiescript_readmore {
	display: none!important;
}

div#cookiescript_reject {
	text-shadow: none!important;
	color: #666666!important;
	text-decoration: underline!important;
	background: none!important;
}


/*Cookie Consent Begin*/

#cookieConsent {
	background-color: rgb(239, 239, 239);
	bottom: 0;
	box-shadow: 0 0 8px rgb(0, 0, 0);
	color: rgb(51, 51, 51);
	display: none;
	font-family: 'Rubik', sans-serif;
	font-size: 13px;
	left: 0;
	line-height: 18px;
	min-height: 26px;
	padding: 15px 35px;
	position: fixed;
	right: 0;
	text-align: center;
	z-index: 9999;
}

#cookieConsent a {
	text-decoration: underline;
	color: rgb(51, 51, 51);
}

#closeCookieConsent {
	background: #ee3741 none repeat scroll 0 0;
	box-sizing: border-box;
	color: white;
	cursor: pointer;
	display: inline-block;
	float: left;
	font-size: 25px;
	left: 5px;
	margin: 0;
	padding: 2px 2px 0;
	position: absolute;
	top: 5px;
}

#closeCookieConsent:hover {
	background: #ababab;
}

#cookieConsent a.cookieConsentOK {
	background-color: #F1D600;
	color: #000;
	display: inline-block;
	border-radius: 5px;
	padding: 0 20px;
	cursor: pointer;
	float: right;
	margin: 0 60px 0 10px;
}

#cookieConsent a.cookieConsentOK:hover {
	background-color: #E0C91F;
}

#product_options .image-spec label {
	border: 1px solid rgba(0, 0, 0, 0);
	cursor: pointer;
	float: left;
	margin-bottom: 9px;
	padding: 10px 10px 5px;
	position: relative;
	width: 100%;
}

#product_options .image-spec.selected label {
	border: 1px solid #23B17C;
	box-shadow: 2px 2px 5px #9B9B9B;
}

#product_options .image-spec label:hover {
	border: 1px solid #23B17C;
	box-shadow: 2px 2px 5px #9B9B9B;
}

body #product_options .image-spec .spec-image::before {
	background-image: none;
	content: none;
}

.cms-page.verpakkingen p {
	color: #666666;
}

.cms-page.verpakkingen .enq-btn a {
	padding: 8px 26px;
}

.cms-page.verpakkingen img {
	width: 500px;
}

.home-top-blocks .text-block {
	background: #efefef none repeat scroll 0 0;
	float: left;
	padding: 25px;
	width: 100%;
}

.home-top-blocks .text-block h3 {
	display: inline-block;
	margin-bottom: 2px;
	width: 100%;
}

.home-top-blocks .text-block:hover h3 {
	color: #ee3741;
}


/*  ================*/

body .red-border-btn {
	border: 1px solid #ee3741;
	color: #ee3741;
	font-weight: normal;
	padding: 5px 20px;
}

.home-top-blocks .text-block .red-border-btn {
   margin-bottom: 0;
    margin-top: 25px;
}

.main-banner-wrapper {
	float: left;
	width: 100%;
	position: relative;
}

.banner-text .btn {
	margin-top: 25px;
}

.main-banner-wrapper img {
	height: auto;
	width: 100%;
}

.main-banner-wrapper .banner-text {
	background: rgba(255, 255, 255, 0.95) none repeat scroll 0 0;
	bottom: 31px;
	left: 54px;
	padding: 35px;
	position: absolute;
	width: 600px;
	z-index: 1;
}

.main-banner-wrapper  .banner-text-box  {

	position: absolute;
	left: 0px;
	width: 100%;
	height: 100%;
	top: 0px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding-left: 55px;
}

.main-banner-wrapper  .banner-text-box .banner-text {
position: static;

}

.main-banner-wrapper.category-banner-footer .banner-text {
	bottom:auto;
	top: 50%;
	transform: translateY(-50%);
}

.main-banner-wrapper .banner-text h2 {
	color: #ee3741;
	margin-bottom: 5px;
}

.btn {
	min-width: 170px;
}

table .btn, .slide-buttons-container .btn, .btn-close, .btn-left, .btn-right{ min-width: auto; }

.search-menu-container .btn {
	min-width: initial;
}


/*=================home block=================*/

.home-image-blocks-wrapper {
	margin-bottom: 30px;
	margin-top: 30px;
	width: 100%;
	float: left;
}

.home-image-blocks-wrapper a {
	color: #4a4a4a;
}


/*================about us block=================*/

.home-about-us-img1 {
	background-image: url("../images/user-group.png");
}

.home-about-us-img2 {
	background-image: url("../images/d-foot.png");
}

.home-about-us-img3 {
	background-image: url("../images/chonga.png");
}

.home-about-us-img1,
.home-about-us-img2,
.home-about-us-img3 {
	background-repeat: no-repeat;
	background-size: 45px auto;
	background-position: left 2px;
}

.about-us-block img {
	display: none;
}

.about-us-block {
	float: left;
	width: 100%;
	position: relative;
	padding-left: 70px;
}

.about-us-block h3 {}

.about-us-block .readmore {
	color: #ee3741;
	display: block;
	margin-top: 10px;
}

.home-aboutus-wrapper {
	background: #efefef none repeat scroll 0 0;
	display: inline-block;
	padding: 45px 0 90px;
	width: 100%;
}


/*=============language select===============*/

.vodiapicker {
	display: none;
}

#a {
	padding-left: 0px;
}

#a img,
.btn-select img {
	border-radius: 50px;
	height: 15px;
	vertical-align: middle;
	width: 15px;
}

#a li {
	border-bottom: 1px solid #a5a5a5;
	display: block;
	list-style: outside none none;
	padding: 3px 0;
	width: 100%;
	    cursor: pointer;
}

#a li:hover {
	background-color: #efefef;
}

#a li img {
	margin:3px 0px 3px 5px;
}

#a li span,
.btn-select li span {
	font-size: 11px;
	margin-left: 5px;
}


/* item list */

.b {
	background: #ffffff none repeat scroll 0 0;
	display: none;
	position: absolute;
	top: 31px;
	width: 70px;
	z-index: 9999;
	right: 0px;
}

.lang-select {
	position: relative;
}

.open {
	display: show !important;
}

.btn-select {
	background: #ffffff none repeat scroll 0 0;
	border-bottom: 1px solid #a5a5a5;
	border: 0 none;
	border-radius: 0;
	height: 25px;
	margin-top: 0;
	width: 65px;
	position: relative;
}

.btn-select:after {
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 8px 6px 0 6px;
	border-color: #ffffff transparent transparent transparent;
	position: absolute;
	content: "";
	bottom: -6px;
	right: 7px;
}

.btn-select li {
	list-style: none;
	float: left;
	padding-bottom: 0px;
}

.btn-select:hover li {
	margin-left: 0px;
}

.btn-select:focus {
	outline: none;
}

.language-wrapper .btn-select li {
	padding: 1px 3px 3px;
	vertical-align: middle;
	width: 100%;
}


/*==========alternate banner=========*/

.banner-wrapper {
	float: left;
	position: relative;
	width: 100%;
}

.banner-wrapper img {
	width: 100%;
}

.banner-wrapper .banner-text {
	bottom: 75px;
	left: 54px;
	position: absolute;
	width: 575px;
	z-index: 1;
}

.main-banner-wrapper .banner-text h2 {
	margin-bottom: 5px;
}


/*=======new products=============0*/

.new-products {
	float: left;
	margin-top: 20px;
	width: 100%;
	margin-bottom: 20px;
}


/*==============footer =======================*/

footer ul {
	float: left;
	list-style-type: none;
	margin: 0;
	padding: 0;
	width: 100%;
}

footer ul li {
	float: left;
	width: 100%;
}

footer ul li a {
	float: left;
	padding: 6px 0;
	text-decoration: none;
	width: 100%;
}

.payment-logos-footer {
	height: 25px;
	position: relative;
	width: 100%;
}

.payment-logos-footer img {
	height: 25px;
	left: 50%;
	margin-left: -163px;
	position: absolute;
	width: auto;
	top: 0px;
}

.trustedshop-widget {
	float: left;
}

.total-rating-score {
	float: left;
}


/*===============catogery page===============*/

.product-page-header {
	margin-bottom: 20px;
}

.product-page-header .banner-text ul {
	display: inline-block;
	list-style-type: none;
	margin-top: 15px;
	width: 100%;
}

.product-page-header .banner-text ul li {
	background-image: url("../images/tick.png");
	background-position: left center;
	background-repeat: no-repeat;
	color: #000000;
	margin-bottom: 5px;
	padding-left: 24px;
}

.product-page-header .banner-text a.btn {
	margin-left: 20px;
	margin-top: 10px;
}

.subcategories-container .section {
	margin-bottom: 20px;
}

.category-banner-footer {
	display: inline-block; 
    margin: 20px 0px;
	width: 100%;
}

.category-banner-footer img {
	width: 100%;
}

.visible-above-sm,
.visible-below-sm {
	display: none;
}


.hvr-bounce-in {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
}
.hvr-bounce-in:hover, .hvr-bounce-in:focus, .hvr-bounce-in:active {
  -webkit-transform: scale(1.04);
  transform: scale(1.04);
  -webkit-transition-timing-function: cubic-bezier(0.47, 2.02, 0.31, -0.36);
  transition-timing-function: cubic-bezier(0.47, 2.02, 0.31, -0.36);
}

.category.hvr-bounce-in {
    background: #ffffff none repeat scroll 0 0;
}


 .quick-delivery-request-button, .direct-chat-link { cursor: pointer; }

body a.wrapper-link , body a.link-wrapper{
    color: inherit;
    text-decoration: none;
}

body .home-text-blocks .wrapper-link:hover .red-border-btn, 
body .home-text-blocks .wrapper-link:focus .red-border-btn{   color: #333333;}

.home-image-blocks-wrapper .wrapper-link:hover .btn.btn-red {
    background: #9b9b9b none repeat scroll 0 0;
    color: #ffffff;
}


/*===========responsive accordian =====================*/

.subtitle {
	display: inline-block;
	position: relative;
	width: 100%;
}

.cat-description {
    min-height: 100px;
}


.cat-description h4 {
    text-transform: uppercase;
    margin-bottom: 10px;
}

.cat-description a {
    color: #000;
    text-decoration: none;
}

.cat-description a p{}

/* css by amit 17.2.2020*/
.project figure{
	position:relative;
/*	float: left;
	width: 100%;*/
}
.project-overlay {
  background:rgba(123, 121, 116, 0.8);
  position: absolute;
  z-index: 2;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  opacity: 0;
 

} 
 
.project figure:hover .project-overlay{
     opacity: 1;
}

.project-overlay-inner {
    position: absolute;
    left: 0px;
    bottom: 20px;
    width: 100%;
    text-align: center;
    color: #fff;
}

.project-overlay-inner .btn {
    min-width: auto;
    width: auto;
    display: inline-block;
    margin-bottom: 0px;
} 

.project-overlay-inner .btn.btn-green:hover {
    background: #ee3841;
}

.project-overlay-inner .project-name {
    color: #fff;
    margin-bottom: 16px;
}
 
.flip-cards .project-overlay-inner .btn {
    margin-top: 10px;
}

/* css by amit (11.03.2020 03.52pm)*/
.filters-container #main_filters {
    width: auto !important;
    padding: 0 !important;
}

.filters-container #product_filters{
	float: right;
}

.clear-filters{
	position: absolute;
    top: -15px;
    margin-top: 0 !important;
}
/*amit css end*/

/* css by amit 23-03-2020*/
 .img-blk img, .img-blk-left img, .img-blk-right img{
	width: 100%;
}

.img-blk-left {
    padding-right: 20px;
}

.img-blk-right {
    padding-left: 20px;
}

.img-heading {
    text-align: center;
    padding-bottom: 20px;
}
.img-blk {
    margin-bottom: 10px;
}

.checkout-steps-progress a.checkout-link {
	color: #333333;
    text-decoration: none;
    margin-left: 25px;
}
.checkout-steps-progress a.checkout-link:first-child {
    margin-left: 0;
}
/* end*/

/*=======screen responsive media query start here============*/


/* ============mac=============== */

@media only screen and (min-width: 1400px) and (max-width: 2200px) {
	#project_details {
		min-height: 510px;
	}
}

@media only screen and (min-width: 1824px) {
	.panel.kiyoh-widget.outer {
		min-height: 199px;
	}
}

@media only screen and (min-width: 1024px) and (max-width: 1250px) {
	.slider-text .slide-title {
		margin-bottom: 10px;
	}
	.plus-points .toppoints li {
		margin-right: 9px;
	}
}

@media only screen and (min-width: 1025px) and (max-width: 1200px) {
	.mainmenu>li {
		margin-right: 0px;
	}
}

@media only screen and (min-width: 991px) and (max-width: 1024px) {
	.submenu li a,
	.submenu-container .menu-content .categories-hierarchy li.menu-item>a,
	.categories-container ul.categories-hierarchy .sub-categories .menu-item.sub-category a {
		padding: 4px 25px 4px 20px;
	}
	.postitmenu li {
		height: 320px;
	}
	.submenu-container.dropdown {
		min-height: 432px;
	}
	.categories-hierarchy {
		height: 392px !important;
	}
	.sidebar-left ol>li {
		margin: 6px 0 5px;
	}
}


/*================= Tablet landscape size to standard 960 (devices and browsers) =================*/

@media only screen and (min-width: 959px) and (max-width: 1024px) {
	.container {
		width: 100%;
	}
	#project_details {
		min-height: 335px;
	}
	.plus-points .phonenumber {
		display: none;
	}
	.plus-points .toppoints {
		width: 100%;
	}
	.plus-points .toppoints li {
		padding-left: 22px;
		margin-right: 13px;
	}
	/************top section css******************/
	.slider-text .btn-red {
		display: none;
	}
	.slider-text .slide-title {
		margin-bottom: 5px;
	}
	/**************kioh inner****/
	.kiyoh-inner .kiyoh-logo {
		padding-left: 0;
		width: 55%;
	}
	.category-brands .bx-wrapper .bx-prev {
		left: 10px;
	}
	.category-brands .bx-wrapper .bx-next {
		right: 10px;
	}
	.related-categories .bx-wrapper .bx-prev {
		left: 10px;
	}
	.related-categories .bx-wrapper .bx-next {
		right: 10px;
	}
	.category .product-title {
		font-size: 15px;
	}
}


/*==============max width 992=================*/

@media only screen and (max-width: 992px) {
	.product-page-header {
		height: 364px;
	}
	.category-banner-text-container {
		height: 50%;
	}
	.category-banner-container {
		height: 50%;
		padding: 0!important;
	}
}


/*==============max width 960=================*/

@media only screen and (min-width: 960px) {
	#navbar-collapse-1 {
		display: none!important;
	}
	/*.popular-categories .col-md-4:nth-of-type(4) {
		display: none;
	}*/
	.popular-categories .hide_cat {
		display: none;
	}
	.visible-above-sm {
		display: block;
	}
}

@media only screen and (min-width: 768px) {
	body .mega-menu .menu-content .categories-hierarchy li ul.sub-categories {
		margin-top: -15px;
		padding-top: 45px;
	}
	body .mega-menu .menu-content .categories-hierarchy li ul.sub-categories .menu-product-container {
		margin-top: -30px;
		padding-top: 45px;
	}
	#modal_select_quantity .modal-dialog {
		max-width: 700px;
		width: 100%;
	}
	.collapse.dont-collapse-sm {
		display: block;
		height: auto !important;
		visibility: visible;
	}
}


/* =========================global tablet and mobile========================= */

@media only screen and (max-width: 959px) {
#topredcontainer ul.topitem {
    position: relative;
    top: 1px;
}
	.topitem > li .glyphicon {
	    position: relative;
	    top: 2px;
	}

	.logo-mobile img {
		max-width: 160px;
	}
	.menu-strip-container .container {
		display: none;
	}
	.menu-strip-container ul li a {
		padding: 8px 10px 8px 10px;
		text-shadow: none;
	}
	.menu-strip-container .dropdown-menu a {
		padding-left: 0px;
		padding-right: 0px;
	}
	.search-menu-container .container {
		margin: 0px;
	}
	.navbar-collapse {
		padding: 0px;
	}
	.navbar-toggle {
		display: block !important;
		float: left;
		padding: 6px 10px 6px 55px;
		margin: 0px;
		width: 100%;
		border: 0px;
		box-shadow: none !important;
		position: relative;
		text-align: left;
		background: #efefef none repeat scroll 0 0 border-radius:0px;
		border: 0px!important;
	}
	.navbar-default {
		border-radius: 0px!important;
		border: 0px!important;
	}
	.navbar-default .navbar-toggle:hover,
	.navbar-default .navbar-toggle:focus {
		background-color: #ffffff;
	}
	.navbar-header {
		float: left;
		width: 100%;
		text-align: left;
	}
	nav.navbar {
		box-shadow: none;
	}
	.navbar-toggle .glyphicon-menu-down {
		color: #ff0000;
		font-size: 12px;
	}
	.navbar-collapse {
		border: 0px;
	}
	.dropdown .caret {
		float: right;
		margin-top: 8px;
	}
	.menu-strip-container .dropdown-menu {
		float: left;
		width: 100%;
		padding: 5px 10px;
		/*     background: transparent !important;*/
	}
	.third-step-ul li:last-child a {
		border-bottom: 0px;
	}
	.col-sm-3 .third-step-ul {
		margin-bottom: 0px;
	}
	.third-step-ul li a {
		border-bottom: 1px solid #a5a5a5;
	}
	.container {
		padding-left: 25px;
		padding-right: 25px;
		width: 100%;
	}

.mobile-full-width .panel-heading , .mobile-full-width .panel-body{
	padding-right: 25px;
	padding-left: 25px;
}

.mobile-full-width  .panel.widget.contact-flag.flag-nl .panel-heading {  background-position: 25px center !important;}


	.main-menu-wrapper-outer {
		background: transparent;
	}
	.search-menu-container .col-xs-2.hidden-xs {
		display: none!important;
	}
	.open-mobile-menu.visible-xs-inline-block {
		display: inline-block !important;
		width: auto;
	}
	.navbar-collapse.collapse {
		display: none!important;
	}
	.navbar-collapse.collapse.in {
		display: block!important;
	}
	.navbar-nav {
		width: 100%;
	}
	.menu-strip-container .search-icon.visible-xs-inline-block {
		display: block !important;
	}
	#topredcontainer .hidden-xs.pull-right,
	#topredcontainer li.worldwide-delivery {
		display: none;
	}
	#topredcontainer .pull-left {
		text-align: center;
	}
	#topredcontainer .topitem>li {
		height: auto;
		margin: 0;
	}
	#topredcontainer .topitem>li {
		text-align: center;
		width: 100%;
	}
	.topitem>li .glyphicon {
		float: left;
		margin: 0px;
	}
	.menu-strip-container .col-sm-3 {
		width: 100%;
	}
	.nav.navbar-nav {
		background: #ffffff;
	}
	.menu-strip-container.sticky {
		position: relative;
	}
	.search-menu-container {
		margin-bottom: 0 !important;
	}
	.product-page-header h1.special-heading {
		left: 0;
		text-align: center;
		width: 100%;
	}
	.product-page-header .offerte-button {
		text-align: right;
		width: 100%;
		bottom: 2px;
	}
	.topitem>li span {
		font-size: 15px;
	}
	.product.featured-product {
		margin-bottom: 20px;
	}
	body #topredcontainer .mobile-contact-topbar {
		border: 1px solid #ffffff;
		border-radius: 50px;
		margin-left: 15px !important;
		padding: 5px 10px !important;
		position: relative;
		top: 0;
	}
	.topitem .glyphicon-menu-hamburger {
		background: url("../images/bar-img-white.png");
		background-repeat: no-repeat;
		float: left;
		height: 25px;
		margin: 0;
		width: 36px;
	}
	.topitem .glyphicon-menu-hamburger:after,
	.topitem .glyphicon-menu-hamburger:before {
		content: none;
	}
	/**********new search**********/
	.mobile-search-form-cotainer {
		background: #efefef none repeat scroll 0 0;
		border-right: 1px solid #e6e6e6;
		padding: 8px 6px;
		text-align: center;
		width: 50%;
	}
	.mobile-search-form-cotainer.active {
		background: #ffffff none repeat scroll 0 0;
	}
	.navbar-collapse .search-icon .glyphicon {
		font-size: 19px;
		margin-top: 5px;
	}
	.navbar-collapse .search-form .glyphicon-search {
		margin-top: 10px;
	}
	#search_mobile {
		background: rgba(255, 255, 255, 0.95) none repeat scroll 0 0;
		float: left;
		width: 100%;
	}
	.mobile-search-form-cotainer {
		margin-bottom: 14px;
	}
	#search_mobile .input-group {
		margin-bottom: 0px;
		position: relative;
	}
	#search_mobile .input-group .ui-autocomplete-input {
		border: 1px solid #eaeaea;
		border-radius: 0px;
		height: 40px;
		padding: 2px 30px 2px 4px;
		width: 100%;
		outline: medium none;
	}
	#search_mobile .input-group .mobile-form-submit-button {
		font-size: 18px;
		position: absolute;
		right: 12px;
	}
	.language-wrapper {
		/*    background: #efefef none repeat scroll 0 0;*/
		float: left;
		padding: 7px 0 8px;
		/*  width: 50%;*/
	}
	.language-picker li {
		border-bottom: 0px;
	}
	.dropdown.menu-search-box .language-wrapper {
		padding-top: 0;
	}
	.language-container {
		margin: 0 auto;
	}
	.language-picker {
		border: 0px;
		top: 2px;
	}
	.language-container::after {
		top: 13px;
	}
	/**********top section********/
	.search-menu-container {
		padding: 0;
	}
	.toprightitems li {
		padding: 13px 12px;
	}
	.logo {
		margin: auto;
		padding: 0px 0;
		text-align: center;
	}
	.logo img {
		width: 200px;
	}
	.cart-menu-wrapper {
		margin-top: -6px;
	}
	.search-form input,
	.search-form select,
	.search-form .btn-search {
		height: 30px;
	}
	.search-menu-container {
		padding: 16px 0 0px;
	}
	.searchform {
		margin-top: 10px;
		width: 100%;
	}
	.main-banner-wrapper .main-banner {
		position: absolute;
		height: 100%;
	}
	.main-banner-wrapper .banner-text {
		padding: 15px;
		padding-right: 25px;
		padding-left: 25px;
		position: absolute;
		width: 90%;
		min-width: 300px;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
		display: block;
		bottom: auto;
	}
.main-banner-wrapper .banner-text-box   {
		position: static;
		width: 100%;
		text-align: center;
		padding:0px;

}


	.main-banner-wrapper .banner-text h2,
	.main-banner-wrapper .banner-text p, 
	.main-banner-wrapper .banner-text-box .banner-text strong, 
	.main-banner-wrapper .banner-text-box .banner-text p {
		text-align: left;
	}
	/****************/
	.open-mobile-menu {
		/*		font-size: 27px;*/
		margin-top: 8px;
		top: -2px;
		text-align: left;
		cursor: pointer;
	}
	.open-mobile-menu.close {
		position: fixed;
		right: 10px;
		width: auto;
		top: 0;
		left: inherit;
	}
	.search-menu-container .logo-mobile {
		display: inline-block !important;
		line-height: 46px;
		width: auto;
		margin-top: 1px;
	}
	.search-menu-container .cart-menu-wrapper {
		line-height: 50px;
		text-align: right;
	}
	.search-menu-container .col.language-wrapper {
		left: 21%;
		margin-top: 5px;
		position: absolute;
		top: 4px;
	}
	.search-form-container {
		font-size: 22px;
		left: 59%;
		position: absolute;
		top: 9px;
	}
	.search-menu-container ul.toprightitems {
		margin-top: 4px;
	}
	.toprightitems .glyphicon.glyphicon-shopping-cart {
		font-size: 20px;
		float: left;
		margin-top: 0;
	}
	.cart-menu-wrapper ul li a {
		font-size: 0px;
	}
	.search-menu-container .toprightitems li:nth-last-child(1) {
		padding-top: 6px;
	}
	.cart-menu-wrapper ul li a span {
		float: left;
		font-size: 14px;
		margin-left: 0 !important;
		margin-top: 1px;
		width: 23px;
		height: 23px;
		line-height: 23px;
		margin-left: 0px;
	}
	.close-mobile-menu {
		background-color: #ffffff;
		line-height: 30px;
		position: absolute;
		right: 0px;
		text-align: center;
		top: 0;
		width: 11%;
		cursor: pointer;
	}
	.close-mobile-menu span {
		color: #ee3741;
		font-size: 33px;
		font-weight: 100;
		vertical-align: middle;
	}
	ul.topitem {
		float: left;
		padding: 0px;
		text-align: center;
		width: 100%;
	}
	#topredcontainer .topitem .mobile-search-topbar .search-icon i {
		font-size: 17px;
		font-weight: normal;
		margin-top: 5px;
		margin-right: 0;
	}
	#topredcontainer .topitem .mobile-search-topbar .search-icon {
		display: block !important;
		margin-top: 0px;
	}
	#topredcontainer .topitem>li {
		float: left;
		padding: 0;
		text-align: left;
		width: auto;
	}
	#topredcontainer .topitem li.mobile-lang-topbar {
		float: right;
		margin-right: 0;
	}
	#topredcontainer .topitem li.mobile-contact-topbar {
		float: right;
		margin: 0;
		text-align: center;
	}
	#topredcontainer .topitem li.mobile-contact-topbar a {
		float: left;
		line-height: 1;
		margin-top: 0px;
		text-decoration: none !important;
	}
	#topredcontainer .topitem .mobile-contact-topbar i,
	#topredcontainer .topitem .mobile-contact-topbar span {
		margin: 0;
	}
	.mobile-lang-topbar #language_mobile {
		margin-top: 2px;
		/* position: static;
        */
	}
	.search-menu-container {
		position: inherit;
	}
	#search_mobile .input-group .mobile-form-submit-button {
		top: 9px;
	}
	.mobile-lang-topbar ul#language_mobile li {
		color: #4a4a4a;
	}
	body #modal_select_quantity.modal.in {
		display: flex !important;
		flex-direction: row;
		justify-content: center;
	}
	#modal_select_quantity .modal-dialog {
		display: flex;
		flex-direction: column;
		justify-content: center;
	}
	.contact-details-container ul li:first-child {
		width: 100%!important;
	}
	#product_options .image-spec {
		float: left;
		width: 33.33%;
	}
	.toprightitems .hidden-xs {
		display: none;
	}
	.toprightitems li {
		padding: 0;
	}
	.language-wrapper {
		padding: 0;
	}
	#topredcontainer {
		padding: 10px 0;
	}

	.mobile-sticky{
		position: fixed;
	    top: 0;
	    left: 0;
	    margin: 0;
	    width: 100%;
	    z-index: 9;
	}
	#wrapper{
		position: relative;
	    top: 150px;
	    left: 0;
	    right: 0;
	    margin-bottom: 170px;
	}

	.sticky-back{
		background: #ffffff;
	}


	/*=======================home block======================*/
	.home-image-blocks-wrapper {
		display: inline-block;
		margin-bottom: 15px;
		margin-top: 10px;
		width: 100%;
	}
	.home-image-blocks-wrapper .col-sm-4,
	.home-top-blocks .col-sm-4 {
		float: left;
		margin-bottom: 5px;
		width: 100%;
	}

	.home-image-blocks-wrapper .image-block-content,
	.home-top-blocks .text-block {
		padding: 15px 15px 15px;
	}

	.home-top-blocks .text-block .red-border-btn {
	    margin-top: 15px;
	}


	.home-aboutus-wrapper {
		padding: 25px 0;
	}
	.section {
		margin-bottom: 25px;
	}
	.flip-card-container {
		float: left;
		width: 33.3333%;
	}
	.flip-card {
		height: auto;
		width: 100%;
	}
	.flip-card img {
		width: 100%;
	}
	.flip-cards {
		margin-left: -5px;
		margin-right: -5px;
	}
	.flip-cards .section-title {
		padding-left: 5px;
		padding-right: 5px;
	}
	body .flip-card-container {
		float: left;
		padding-left: 2.5px !important;
		padding-right: 2.5px !important;
		width: 33.3333%;
	}
	.home-aboutus-wrapper .col-sm-4 {
		margin-bottom: 15px;
		width: 100%;
		float: left;
	}
	.home-aboutus-wrapper .col-sm-4:last-child {
		margin-bottom: 0;
	}
	.flip-cards .btn {
		margin-top: 10px;
	}
	.banner-wrapper .banner-text {
		display: flex;
		flex-direction: column;
		height: 100%;
		justify-content: center;
		left: 0;
		padding: 25px 15px;
		top: 0;
		width: 100%;
	}
	.new-products .section-title {
		margin-bottom: 20px;
	}
	.new-products .new-product {
		margin-bottom: 30px;
	}
	.new-products .new-product:nth-of-type(n+3) {
		margin-bottom: 0;
	}
	.inner-contact-box {
		display: inline-block;
		/*margin-bottom: 5px;*/
		width: 100%;
	}
	
	.margin-check {
  position: relative;
    }
    .margin-check:after {
  position: absolute;
  content: '';
  border-bottom: 1px solid red;
  transform: translateX(-50%);
  width: 90%;
  bottom: 0px;
  left: 50%;
}

.btn-rounded{
	border-radius: 5px !important;
}
	.inner-contact-box:nth-of-type(n+3) {
		margin-bottom: 0px;
	}
	.footer-social-icons {
		padding-left: 5px;
	}
	.copyright-text {
		border: 0 none;
		margin: 0 0 5px;
		padding: 0;
		width: 100%;
	}
	.menu-strip-container .nav>li>a {
		border-radius: 0px;
		border: 1px solid #a5a5a5;
		border-bottom: 0px;
		text-transform: uppercase;
		color: #4a4a4a;
	}
	#wrapper .nav>li>a:hover,
	#wrapper .nav>li>a:focus,
	#wrapper .nav>li.active a {
		background: #efefef;
	}
	.menu-strip-container .nav .open>a,
	.menu-strip-container .nav .open>a:hover,
	.menu-strip-container .nav .open>a:focus {
		border-color: #a5a5a5;
	}
	.menu-strip-container .dropdown-menu {
		border-left: 0px;
		border-right: 0px;
		border-radius: 0;
		border: 1px solid #a5a5a5!important;
	}
	.nav.navbar-nav {
		border-bottom-color: #a5a5a5;
	}
	.banner-wrapper .banner-text {
		padding: 15px;
	}
	.payment-logos-footer {
		height: auto;
	}
	.payment-logos-footer img {
		margin: 0;
		position: static;
	}
	.product .product-title,
	.project .project-title {
		font-size: 13px;
	}
	.full-width {
		margin: 15px 0;
	}
	footer {
		clear: both;
		display: inline-block;
		margin-top: 15px;
		width: 100%;
	}
	.home-main-banner-container {
		margin-bottom: 30px;
	}
	img.banner{
		height:100%
	}

	
	.home-main-banner-container {
		background: #efefef;
		clear: both;
		position: relative;
	}
	.home-assortiment-container.row {
		margin-left: -25px;
		margin-right: -25px;
		clear: both;
	}
	.mobile-bg-gray {
		background: #efefef;
	}
	.home-main-banner-container .main-banner-wrapper,
	.home-assortiment-container .section h2.section-title,
	.home-assortiment-container .banner-text
	{
		padding-right: 25px;
		padding-left: 25px;
	}

	.mobile-full-width {
			margin-left: -25px;
			margin-right: -25px;
			clear: both;
			width:auto;
		}

	.mobile-full-width-container {
			padding-right: 20px;
			padding-left: 20px;

	}
	.home-main-banner-container .main-banner-wrapper .banner-text {
		padding-left: 0;
		padding-right: 0;
	}
	.visible-below-sm {
		display: block;
	}
	.category-brands .bx-wrapper .bx-prev {
		left: 10px;
	}
	.category-brands .bx-wrapper .bx-next {
		right: 10px;
	}
	.related-categories .bx-wrapper .bx-prev {
		left: 10px;
	}
	.related-categories .bx-wrapper .bx-next {
		right: 10px;
	}
	.product-page-header .banner-text ul li {
		text-align: left;
	}
	.product-page-header {
		height: auto;
	}
	.highlighted-categories .col-md-3 {
		width: 25%;
	}
	.highlighted-categories .category {
		text-align: left;
	}
	#footer_col_3 ul li {
		margin-right: 6px;
	}
	.breadcrumbs {
		margin-bottom: 5px;
		margin-top: 20px;
	}
	#highlighted_categories .category .product-title {
		font-size: 13px;
	}
	.btn {
		min-width: auto;
	}
	body .product-usp-container {
		min-height: 175px;
	}
	body .upload-design-help {
		border: 0 none;
		margin-bottom: 5px;
		margin-left: 0;
		margin-right: 0;
		padding: 0;
	}
	.main-banner-wrapper {
		/* min-height: auto; */
		height: 100%;
	}
	
	.related-categories .bx-wrapper .bx-prev,
	.category-brands .bx-wrapper .bx-prev,
	#related_products .bx-wrapper .bx-prev {
		left: -24px;
	}
	.related-categories .bx-wrapper .bx-next,
	.category-brands .bx-wrapper .bx-next,
	#related_products .bx-wrapper .bx-next {
		right: -24px;
	}
	.related-categories .bx-wrapper .bx-prev {
		background-position: left center;
		top: calc(50% - 15px);
	}
	.related-categories .bx-wrapper .bx-next {
		top: calc(50% - 15px);
	}

	.twitter-typeahead {  width: 50%;}

	.search-form select{
	right: auto;
	left: 52%;
	margin-left: 0px;
	width: 70px;

	}

	body .usp-trustedrating-wrapper {
	    margin: 0;
	}

	body .trustedshop-widget {
    margin-bottom: 0;
	}

	body .home-image-blocks-wrapper{ margin-top: 0;}

.home-image-blocks-wrapper a:last-child .col-sm-4, .home-top-blocks a:last-child .col-sm-4{
    margin-bottom: 0;
}

body .breadcrumbs {
    margin-top: 0;
}

	body.lang-be_fr .usp-trustedrating-wrapper{ display: none; }

	body .usp-trustedrating-wrapper .toppoints {
	    display: inline-block;
	    justify-content: normal;
	    text-align: center;
	}


	.usp-trustedrating-wrapper .toppoints li.trustedshops-li {
	    display: inline-block;
	    float: none;
	    width: auto;
	}

	.home-image-blocks-wrapper .btn {
		margin-left: -22px;
	}

	.checkout-steps-progress a.checkout-link {
	    margin-left: 0;
	}

}


/* ===================Tablet Portrait size to standard 960 (devices and browsers) ===================*/

@media only screen and (min-width: 768px) and (max-width: 959px) {
	.slider-text .btn-red {
		display: none;
	}
	.slider-text .slide-title {
		margin-bottom: 5px;
	}
	#project_details {
		min-height: 335px;
	}
	.project_details .container {
		width: auto;
	}
	/************top section css******************/
	.search-menu-container {
		text-align: center;
	}
	.toprightitems-container {
		margin: 0 auto;
		position: static;
	}
	.plus-points .toppoints {
		width: 100%;
	}
	.plus-points .phonenumber {
		margin-right: 0px;
		width: auto;
		display: none;
	}
	.plus-points .toppoints li {
		margin-left: 6px;
		padding-left: 25px;
		width: auto;
		margin-right: 0;
	}
	.plus-points .toppoints li:first-child {
		margin-left: 0;
	}
	/************kioh inner***********/
	.kiyoh-inner .kiyoh-logo {
		padding-left: 0;
		width: 55%;
	}
	body .contact-details-container ul li:first-child {
		margin-right: 20px;
	}
	body .product-details-menu li {
		margin-right: 30px;
		width: auto;
	}
	.contact-details-container ul li:first-child {
		width: auto;
	}
	.page-content .image-gallery img {
		display: block;
		width: 100%;
	}
	.image-gallery ul {
		list-style-type: none;
		margin: 0 -5px;
		padding: 0;
	}
	.image-gallery ul li {
		display: inline-block;
		padding: 5px;
		width: 50%;
	}
	.column-category h3,
	.dropdown-menu h3 {
		font-size: 14px;
	}
	.content-wrap.col-2 {
    	padding-top: 30px;
	}
}

@media only screen and (min-width: 550px) and (max-width: 768px) {
	.tab-port {
		clear: none;
		float: left;
		width: 50%;
	}
}


/*=============min width 769===============*/

@media only screen and (min-width: 769px) {
	.modal {
		text-align: center;
	}
	.modal:before {
		display: inline-block;
		vertical-align: middle;
		content: " ";
		height: 100%;
	}
	.modal-dialog {
		display: inline-block;
		text-align: left;
		vertical-align: middle;
	}
	.contact-form-container {
		float: left;
		margin-left: 50px;
		width: calc(100% - 50px);
	}

	.img-blk-right, .img-blk-left {
	    padding-left: 0;
	}
}


/* ======================All Mobile Sizes (devices and browser) ======================*/

@media only screen and (max-width: 767px) {
	.mobile-lang-topbar #language_mobile {
		margin-top: 0px;
	}
	.category.grid-item {
		text-align: center;
	}
	.slide .category {
		min-height: auto;
	}
	.category.grid-item .btn-view {
		display: inline-block;
		float: none !important;
		position: static;
	}
	.slide .grid-item {
		padding: 5px 5px 10px;
	}
	.related-category a.product-title {
		min-height: 42px;
	}
	#project_details {
		min-height: 250px;
	}
	.ui-autocomplete {
		overflow: scroll;
		z-index: 2147483647 !important;
	}
	.search-form input,
	.search-form select,
	.search-form .btn-search {
		height: 24px;
	}
	.search-menu-container .col.logo-mobile {
		margin: 10px 0;
		padding-top: 3px;
		text-align: center;
	}
	.main-content.col-xs-12 {
		margin: 10px auto;
	}
	.sidebar.col-xs-12 {
		margin: 10px auto;
	}
	/**********product page**********/
	#collapse-TabsProductReviews .panel {
		border-radius: 0;
	}
	#collapse-TabsProductReviews .panel .panel-heading {
		background-color: rgba(0, 0, 0, 0);
	}
	.plus-points .phonenumber {
		display: none;
	}
	.plus-points .toppoints {
		width: 100%;
	}
	.plus-points .toppoints li {
		padding-left: 22px;
		width: 100%;
	}
	.toprightitems-container {
		position: static;
		width: 100%;
	}
	.toprightitems li:nth-last-child(1) {
		border-left: 0 none;
		display: table;
		float: none;
		margin: 0 auto;
		padding-right: 0;
	}
	/**********************************************/
	.topitem>li .glyphicon {
		float: none;
	}
	.toprightitems {
		text-align: center;
	}
	.toprightitems li,
	.toprightitems li:nth-last-child(1) {
		display: inline-block;
		float: none;
	}
	.topitem>li {
		width: 100%;
		margin-right: 0px;
		padding: 5px 12px;
	}
	.sub-categories li {
		padding-left: 20px;
	}
	.copyright-text {
		border: 0 none;
		margin: 0;
		padding: 0;
	}
	.privay-policy {
		line-height: 20px;
	}
	.prod_cart .reviews-rating {
		margin-right: 18px;
	}
	/********************footer**********/
	#FOOTER {
		text-align: center;
	}
	#FOOTER ul.horizontal>li {
		display: inline-block;
		float: none;
	}
	#footer_col_1 p {
		text-align: center;
		width: 100%;
	}
	#footer_col_2 ul li {
		width: 100%;
	}
	#footer_col_2 .payment-icons.horizontal li {
		float: none;
		width: auto;
	}
	#footer_col_2 ul {
		margin-bottom: 10px;
		margin-top: 0px;
	}

	.alternate-banner {
	    min-height: 200px;
	}

	#FOOTER .footer-col {
		margin-bottom: 12px;
	}
	#footer_col_3 ul li {
		margin-bottom: 6px;
	}
	.product-page-header h1.special-heading {
		font-size: 15px;
	}
	.language-container .language-picker li:first-child {
		padding: 2px 10px;
	}
	.language-container .language-picker li {
		padding: 7px 10px;
	}
	.language-picker {
		width: 100px;
	}
	ul#ui-id-2 {
		display: block!important;
		overflow: auto;
		position: absolute;
		height: 100%;
		left: -5px;
	}
	.mega-menu .mainmenu-responsive .language-container:after {
		right: 5px;
	}
	.prod_list_alphabet .product-link {
		border-right: 0px;
	}
	.prod_list_alphabet .product-link {
		height: auto;
	}
	.prod_list_alphabet .product-link a {
		white-space: normal;
	}
	.over-leoprinting-page>.col-sm-6:nth-of-type(1) {
		padding-right: 5px;
	}
	.contact-details-container ul li:first-child {
		width: auto;
	}
	.address-details .address {
		padding: 10px 0 10px 0
	}
	.address-details .address.separator {
		min-height: auto;
		border: 1px #ddd solid;
		border-width: 1px 0 1px 0;
	}
	.btn-left {
		left: 14px
	}
	.order-complete-container .order-complete {
		padding: 10px 0 10px 0
	}
	.order-complete-container .order-complete.separator {
		border: 1px #ddd solid;
		border-width: 0 0 1px 0;
	}
	.file-upload-container {
		margin-top: 20px;
	}
	#file_dropzone {
		min-height: auto
	}
	#file_dropzone .drop-files-container {
		display: none
	}
	.btn.fileinput-button {
		padding: 10px;
	}
	.uploads-container {
		padding-top: 15px;
	}
	.youtube-video {
		margin-top: 15px;
	}
	.horizontal-gallery li {
		width: 49.5%;
		margin-bottom: 10px;
	}
	.horizontal-gallery li:nth-of-type(2n) {
		margin-right: 0;
	}
	.tab-port img {
		width: 100%;
	}
	.augnament-reality .col-sm-6 {
		width: 100%;
	}
	.rt-image {
		float: none;
		text-align: center;
	}
	.rt-image {
		margin-bottom: 15px;
	}
	.mega-menu .mainmenu .submenu {
		padding: 2%;
	}
	.categories>li:hover>a {
		color: #ee3741;
		/* font-weight: bold;
         */
	}
	.language-container .language-picker li:first-child {
		line-height: 20px;
		padding: 5px 10px;
		vertical-align: middle;
	}
	.language-container::after {
		top: 15px;
	}
	.has-small-text {
		padding-top: 10px;
	}
	.book-items {
		text-align: center;
	}
	.book-items p {
		margin-bottom: 10px;
		padding-right: 0;
	}
	.books-item .btn.btn-red {
		margin-bottom: 15px;
	}
	.offer-button {
		margin-top: 5px;
		margin-bottom: 15px;
	}
	.row-1 p {
		margin-top: 10px;
	}
	.second-row-mood {
		margin-bottom: 15px;
	}
	.moods-image-wrapper .white {
		left: 15px;
		position: absolute;
		top: 0;
		z-index: 1;
	}
	.third-row-mood .white {
		font-size: 17px;
	}
	body .product-right-col {
		margin-top: 10px;
		padding-left: 0;
	}
	body .product-left-col {
		padding-right: 0;
	}
	body .contact-details-container ul li:first-child {
		margin-right: 5px;
	}
	body .product-details-menu li {
		float: left;
		text-align: left;
		width: 100%;
	}
	body #prod_detail .contact-details-container.box {
		padding: 9px 5px;
	}
	body .contact-details-container ul li:first-child {
		margin-right: 4px;
	}
	body .contact-details-container ul li {
		padding-left: 18px;
		background-size: 13px auto;
	}
	.product-details-menu-container {
		display: none;
	}
	.scrollable-section:first-child {
		margin-top: 20px;
	}
	.logo-mobile img {
		max-width: 160px;
	}
	body .table-condensed .quick-specs {
		display: inline-block;
		float: left;
		width: 100%;
	}
	body .table-condensed .quick-specs tr {
		border-top: 0 none;
		display: inline-block;
		float: left;
		width: 100%;
	}
	body .table-condensed .quick-specs td {
		border: 0 none;
		display: inline-block;
		float: left;
		padding: 5px !important;
		width: 50%;
	}
	.list-cart .product-image,
	.product-row .product-title {
		text-align: center;
	}
	.list-cart .product-image {
		text-align: center;
		border: none;
	}
	.list-cart.quick-quote tr {
		border: none;
	}
	.list-cart.quick-quote table.cart>tbody>tr>td {
		border: none;
	}
	.list-cart.quick-quote {
		border: 1px solid #ddd;
	}
	/* order-popup*/
	.cart-poppup .cart-item h4.product-title {
		text-align: center;
		margin-bottom: 7px;
	}
	.cart-poppup .shopping-cart .cart-item,
	.shopping-cart .cart-item-header {
		border: 1px solid #ddd;
	}
	.cart-poppup .product-image {
		width: 100%;
	}
	.cart-poppup .l.product-row {
		width: 100%;
	}
	.cart-poppup .list-cart table.cart h4.product-title {
		padding-top: 25px;
	}
	.cart-poppup .list-cart td:before {
		content: none;
	}
	.cart-poppup .list-cart table.cart>tbody>tr {
		margin-bottom: 10px;
	}
	.cart-poppup .cart .price-col .price {
		display: inline-block;
		margin-top: 10px;
	}
	.cart-poppup .list-cart table.cart table.selected-specs .selected-field>td:first-child {
		width: 50%;
	}
	.order-complete-steps .order-complete-step-container .step-title {
		font-size: 9px;
	}
	/* responsive query by amit 13.6.2019*/
	.page-content table,
	.page-content tbody,
	.page-content th,
	.page-content td,
	.page-content tr {
		display: inline-block;
		width: 100%;
	}
	.page-content .image-gallery img {
		display: block;
		width: 100%;
	}
	.image-gallery ul {
		list-style-type: none;
		margin: 0 -5px;
		padding: 0;
	}
	.image-gallery ul li {
		display: inline-block;
		padding: 5px;
		width: 100%;
	}
	.product-filter-wrapper.search-results-text .paged {
		position: static !important;
	}
	/* by amit 25-09-2019*/
	.cms-page.verpakkingen .enq-btn {
		text-align: center;
	}
	.cms-page.verpakkingen img {
		width: 100%;
	}
	#footer_col_3 ul {
		display: flex;
		justify-content: space-between;
	}
	#footer_col_3 ul li {
		margin-left: 0;
		margin-right: 0;
	}
	.full-width {
		padding: 15px 0px;
	}
	.trustedshop-widget {
		margin-bottom: 15px;
	}
	.menu-strip-container .nav .open a.dropdown-toggle {
		border-bottom: 1px solid #a5a5a5;
	}

	.search-form input {
		padding: 0 10px;
	}
	.search-form .btn-search {
		width: 42px;
	}
	.highlighted-categories .col-md-3 {
		margin-bottom: 2px;
		width: 100%;
	}
	.category {
		min-height: 180px;
	}
	.product .product-image-wrapper {
		min-height: 110px;
	}
	.subcategories-container .section {
		margin-bottom: 0px;
	}
	.subcategories-container .section:last-child {
		margin-bottom: 30px;
	}
	.category .product-title {
		font-size: 13px;
	}
	.subcategories-container {
		margin-bottom: 0px;
	}
	#main_filters .form-group {
		margin: 0;
		width: 100%;
	}
	button.multiselect {
		border: 0 none !important;
		border-radius: 0 !important;
		display: inline-block;
		float: left;
		padding: 0;
		width: 100%;
		margin-top: 0;
	}
	button.multiselect .caret {
		display: none;
	}
	#main_filters select.filter+div {
		float: left;
		position: relative;
		width: 100%;
	}
	.multiselect-container {
		top: 100%;
		width: 100%;
	}
	.address-box .panel {
		height: auto;
		margin-bottom: 2px;
	}
	.subtitle,
	.homebanner_vertical_title,
	button.multiselect .multiselect-selected-text,
	.address-box .panel {
		background: #efefef none repeat scroll 0 0;
		font-size: 15px;
		font-weight: normal;
		line-height: normal;
		margin-bottom: 2px;
		padding: 8px 18px;
		font-family: 'Roboto Slab', serif;
	}
	body .address-box .panel {
		padding: 0px;
	}
	button.multiselect .multiselect-selected-text {
		float: left;
		width: 100%;
	}
	.panel-heading {
		padding: 8px 18px;
	}
	.panel-body {
		height: auto !important;
	}
	.dont-collapse-sm {
		float: left;
		text-align: left;
		width: 100%;
	}
	.homebanner_vertical_title {
		background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
		border-bottom: 1px solid #ecedee;
		margin-bottom: 0;
		padding-left: 0;
		padding-right: 0;
		position: relative;
		text-align: left;
		font-weight: 500;
		width: 100%;
	}
	.subtitle:after,
	.homebanner_vertical_title:after,
	button.multiselect .multiselect-selected-text:after,
	.address-box .panel:after {
		display: inline-block;
		position: absolute;
		width: 8px;
		height: 8px;
		content: "";
		background: transparent;
		text-indent: -9999px;
		border-top: 1px solid #4a4a4a;
		border-left: 1px solid #4a4a4a;
		transition: all 250ms ease-in-out;
		text-decoration: none;
		color: transparent;
		transform: rotate(-135deg);
		right: 30px;
		top: 13px;
		line-height: 1;
	}
	.homebanner_vertical_title:after {
		right: 3px;
	}
	.category-description-section .title {
		border-bottom: 1px solid #ecedee;
	}
	.category-description-section .anchor-down {
		float: right;
		margin-right: 0;
	}
	.prod-filters h3.all-products {
		padding-top: 0;
	}
	.product-filter-wrapper.hasFilter #pjax_results_container .paged,
	.product-filter-wrapper #pjax_results_container .paged {
		position: static;
	}
	.filter-section .prod-filters {
		width: 100%;
	}
	body .form-inline .multiselect-container label.checkbox,
	body .form-inline .multiselect-container label.radio {
		padding: 8px 20px 8px 40px;
	}
	.grid-item {
		padding: 5px;
	}
	.product-footer {
		padding: 0 5px;
		height: auto;
	}
	.products-container .product,
	.category-results .category {
		padding-bottom: 5px;
	}
	.product-footer {
		bottom: 30px;
		padding: 0 15px;
	}
	.subtitle {
		float: left;
	}
	body .contact-us-outer {
		margin-top: 10px;
	}
	.col-md-12 {
		clear: both;
	}
	.mobile-text-center {
		text-align: center;
	}
	body .sales-steps-container {
		display: inline-block;
		margin-bottom: 20px;
		margin-top: 15px;
		text-align: left;
		width: 100%;
	}
	body .sales-steps-container .step {
		margin-bottom: 15px;
		padding-left: 45px;
		text-align: left;
	}
	body .sales-steps-container .step .step-icon {
		background-position: 0 3px;
		background-size: 40px auto;
		height: 41px;
		left: -2px;
		padding: 0;
		position: absolute;
		width: 42px;
	}
	body .sales-steps-container .step::after {
		height: 100%;
		left: 20px;
		top: 20px;
		width: 2px;
	}
	.popular-categories {
		margin-top: 10px;
	}
	.main-banner-wrapper.category-banner .banner-text {
		text-align: left;
		transform: translate(-50%,-50%);
	}
	.address-box .panel-body {
		max-height: 0;
		transition: max-height 0.75s ease-out;
		overflow: hidden;
		padding: 0px;
	}
	.address-box .collapse.in {
		max-height: 900px;
		transition: max-height 1s ease-in;
	}
	.panel-body-inner {
		float: left;
		width: 100%;
		padding: 10px 0px;
	}
	body .panel.personal_contact,
	body .panel.contact-flag {
		margin-bottom: 2px;
	}
	.usp li:nth-child(n+2) {
		display: none;
	}
	.highlighted-categories,
	.category-brands {
		padding-top: 10px;
	}
.category-description-section .description{
	overflow-wrap: break-word;
}

	#product_options .price_quantity .footer .quantity_other_text {
    margin-left: 0;
    margin-top: 7px;
}

.category-mobile-nav {
    float: left;
    margin-top: 15px;
    text-align: center;
    width: 100%;
}

.pagination-summary-mobile {
    display: inline-block;
}

.category-mobile-nav .btn{
  border-radius: 2px;
    display: inline-block;
    font-weight: normal;
    margin:0px;
    padding: 5px 10px;
    position: relative;
    min-width: 75px;
    line-height: normal;
  border: 1px solid #ee3741;
    color: #ee3741;

}


.category-mobile-nav .btn:hover {
  border: 1px solid #23b17c;
    color: #23b17c;
}

.pagination-summary-mobile {
    display: inline-block;
    font-size: 13px;
    margin-top: 5px;
}
 

.category-mobile-nav .btn.btn-nextpage .fa {
    margin-left: 2px;
}

.category-mobile-nav .btn.btn-prevpage .fa {
    margin-right: 2px;
}

#select_search_category {
    display: none;
}

.twitter-typeahead {
    width: 85%;
        border-right:0px;
}

/* by amit 11.03.2020*/
.filters-container #main_filters {
    width: 100% !important;
}
.filters-container #product_filters {
    width: 100% !important;
}

.filters-container #product_filters ul.multiselect-container.dropdown-menu {
    margin-top: 38px !important;
}

.img-blk-right {
	padding-left: 0;
}

.img-blk-left {
	padding-right: 0;
}
.content-blk h3 {
    margin-top: 10px;
}
.content-wrap.col-2 {
    padding-top: 30px;
}
}


/* ======================Mobile Landscape Size to Tablet Portrait (devices and browsers)====================== */

@media only screen and (min-width: 480px) and (max-width: 767px) {
	.products-container .product {
		min-height: 380px;
		padding-top: 50px;
	}
}


/*=============max width 540px============*/

@media only screen and (max-width: 540px) {
	.list-cart table,
	.list-cart thead,
	.list-cart tbody,
	.list-cart th,
	.list-cart td,
	.list-cart tr {
		display: block;
	}
	.list-cart thead tr {
		position: absolute;
		top: -9999px;
		left: -9999px;
	}
	.list-cart tr {
		border: 1px solid #ccc;
	}
	.list-cart td {
		/* Behave like a "row" */
		border: none;
		border-bottom: 1px solid #eee;
		position: relative;
		padding-left: 50%;
		white-space: normal;
		text-align: left;
	}
	.list-cart td:before {
		/* Now like a table header */
		position: absolute;
		/* Top/left values mimic padding */
		top: 6px;
		left: 6px;
		width: 45%;
		padding-right: 10px;
		white-space: nowrap;
		text-align: left;
		font-weight: bold;
	}
	/*Label the data */
	.list-cart td:before {
		content: attr(data-title);
	}
	.products-container .product {
		min-height: 360px;
		padding: 30px 15px 100px 15px;
	}
	.starting-price-container {
		margin-bottom: 20px;
		float: none;
	}
	.grid-item .view-btn, .category .btn-view{
		float: none;
		text-align: center;
	}
}


/* ======================Mobile Portrait Size to Mobile Landscape Size (devices and browsers)====================== */

@media only screen and (max-width: 479px) {
	/*  .product-filter-wrapper #pjax_results_container .paged {
         position: absolute!important;
    }*/
	.product-filter-wrapper .prod-filters .form-group {
		margin-bottom: 5px;
	}
	.clear-filters {
		margin-bottom: 15px;
		margin-top: 5px;
	}
	.moods-ul li {
		margin-bottom: 5px;
		margin-right: 0;
		width: 100%;
	}
	.logo-cookie {
		min-width: 60px;
	}
	.product img {
		max-width: 100%;
	}
	.new-products .new-product {
		text-align: center;
	}
	.product .product-title,
	.project .project-title {
		min-height: 60px;
	}
	.product .usp {
		margin-top: 5px;
	}
	.products-container .product {
		/* min-height: 330px; */
	}

	.checkout-actions .btn.cart-buttons{
		font-size: 12px; 
	}
}


/*=============Fix menu on very small screen=============*/

@media only screen and (max-width: 325px) {
	.search-menu-container .container {
		margin: auto
	}
	.products-container .col-xs-6 {
		width: 100%;
	}
	.products-container .product,
	.product .product-image-wrapper {
		min-height: auto;
	}
	.product-footer {
		position: static;
	}
	.product-footer {
		padding: 0;
	}
	.products-container .product,
	.category-results .category {
		padding-bottom: 0;
	}
	.products-container .product {
		min-height: auto;
	}
	body .product .product-title,
	.project body .project-title {
		min-height: auto;
	}
}

.lu-language-popup .modal-dialog{
    width:100%;
    max-width:400px;
}
.language-select .language{
    float: left;
    padding: 10px;
    width: 50%;
	text-align: center;
	cursor: pointer;
}
.language-select .language img{
    max-width:120px;
}
.thumbnail {
    display: block;
    padding: 4px;
    /* margin-bottom: 20px; */
    line-height: 1.42857143;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    -webkit-transition: border .2s ease-in-out;
    -o-transition: border .2s ease-in-out;
    transition: border .2s ease-in-out;
}
.thumbnail .caption {
    padding: 9px;
    color: #333;
}

.box-preview {
    min-height: 420px;
    position: relative;
    margin-bottom: 10px;
}

.news-preview {
    min-height: 420px;
}
.box-preview .caption h3{
	font-size: 14px;
}

.box-preview .btn-bottom{
	position: absolute;
	bottom: 0px;
	left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

.product-shipping-icon {
    position: absolute;
    top: 10px;
    right: 10px;
    max-width: 100px;
}

@media only screen and (min-width: 991px) {
	.col-md-fifth{
		width: 20%
	}
}
@media only screen and (min-width: 768px) and (max-width: 951px){

.m-last:after{border-bottom:none !important;}

}

.mobile-menu {
  height: 100%;
  width: 100%;
  display: none;
  position: fixed;
  z-index: 1;
  top: 7%;
  left: 0;
  background-color: rgba(255,255,255, 1);

    overflow: auto;
    margin-bottom: 0px !important;
}
.mobile-menu-div {
    position: relative;
    overflow-y: auto;
    height: 100%;
    display: table;
}

.mobile-menu-content {
  list-style: none;
  width: 100%;
  height: 72%;
  padding: 10px;
  display: table-row;
}
.mobile-menu-content li:not(.open){
	border-bottom: 1px solid #ddd !important;
}

.mobile-menu-content li ul li:not(.open){
	border-bottom: none !important;
}

.mobile-menu a {
  padding: 8px;
  text-decoration: none;
  font-size: 1.5rem;
  color: #818181;
  display: block;
  transition: 0.3s;
}

.topredcontainer{
	z-index: 9999 !important;
}

li.parent>a{
    font-weight: 500;
}
.mobile-footer{
    position: relative;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 170px;
    color: black;
    text-align: center;
    display: table-row;
}

.footer-language{
   padding: 10px 0px;
   border-top: 1px solid;
   background-color: white;
   color: #4a4a4a;
   font-size: 15px;
}

.footer-contact{
   padding: 12px 20px;
   background-color: white;
}

.active-third-step-ul{
	border:none !important;
	padding: 0px 15px !important;
    padding-bottom: 10px !important;
    border-bottom: 1px solid #ddd !important;
}
.active-third-step-ul li{
	padding: 0px 12px !important;
	border-left:1px solid #ddd !important;
}

.mobile-menu .glyphicon-menu-down{
	color: red;
}
.mobile-menu .glyphicon-menu-up{
	color: red;
}
.mobile-menu .glyphicon-menu-left{
	color: #ddd !important;
	font-weight: 600;
}

.display-contents{
	display: contents !important;
}

.glyphicon-remove{
	font-size: 10px;
}
.mobile-country-block{
    display: none;
    background-color: white;
    width: 100%;
}
.mobile-country-block ul{
	list-style: none;
	padding: 0px 10px;
}
.mobile-country-block ul li a{
	border-bottom: 2px solid #ddd !important;
}

.footer-contact span{
	font-size: 15px;
    color: #23b17c;
}
.footer-contact a{
	font-size: 15px;
    color: #4a4a4a;
}
.mobile-menu .dropdown-menu{
	position: unset;
}

@media screen and (max-width: 568px) {

  .menu-strip-container .dropdown-menu{
  	border: none !important;
  	-webkit-box-shadow: none !important;
  	padding: 0px !important;
  }

  .third-step-ul li a {
    border-bottom: none !important;
  }

  .menu-strip-container .dropdown-menu a {
    padding-left: 10px !important;
  }

}

@media screen and (min-width: 568px) and (max-width: 768px){

  .mobile-menu {
    top: 11%;
	max-height: calc(100vh - 140px);
    overflow: auto;
    margin-bottom: 0px !important;
  }

}

.box-overlapping-container h3{
	padding: 10px 0px;
}

.btn-container{
   text-align: center;
}

.btn-container a{
   text-align: center;
    width: 65%;
    margin: 10px;
    border-radius: 5px;
}

.main-box-container{
	position: relative;
}

.main-box-container{
	padding: 10px 0px;
}
.main-box-container img{
	width: 100%;
	height: 200px;
}
.main-box-container .text-container{
    position: absolute;
    /*margin: 15px;*/
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    min-width: 88%;
    background: rgba(255, 255, 255, 0.90) none repeat scroll 0 0;
    box-shadow: 0 0 6px 0px grey;
    padding: 10px 20px;
}
.main-box-container .text-container p{
	padding: 10px;
}

.box-overlapping-container{
	margin-bottom: 10px;
}

@media screen and (max-width: 768px){
	#mobile_footer_col_1_content li,#footer_col_2_content li{
       padding: 0px 10px !important;
	}
}

.home-main-banner-container{
		position: relative;
		min-height: 359px;
		clear: both;
}

.home-main-banner-container .banner-box {
    position: absolute;
    width: 60%;
    bottom: 0;
    left:0;
    margin: 35px;
    background: rgba(255, 255, 255, 0.90) none repeat scroll 0 0;
    box-shadow: 0 0 6px 0px grey;
    padding: 35px;
}

.home-main-banner-container .main-banner img {
    position: absolute;
    height: 100%;
    width: 100%
}

.home-main-banner-container .banner-box .btn {
    background: #23b17c;
    color: white;
    text-align: center;
    min-width: 180px;
    border-radius: 8px;
    margin-top: 20px;
}
.product-page-header .banner-box ul {
    display: inline-block;
    list-style-type: none;
    margin-top: 15px;
    width: 100%;
}
.product-page-header .banner-box ul li {
    background-image: url(../images/tick.png);
    background-position: left center;
    background-repeat: no-repeat;
    color: #000000;
    margin-bottom: 5px;
    padding-left: 24px;
}


 @media screen and (max-width:668px){

.home-main-banner-container{
		position: relative;
		height: 360px;
}

.home-main-banner-container .banner-box {
    position: absolute;
    min-width: 88%;
    bottom: 0;
    left:0;
    margin: 20px;
    background: rgba(255, 255, 255, 0.90) none repeat scroll 0 0;
    box-shadow: 0 0 6px 0px grey;
    padding: 10px 20px;
}

.home-main-banner-container .main-banner img {
	position: absolute;
    height: 100%;
    width: 100%
}

.home-main-banner-container .banner-box .btn {
    background: #ee3841;
    color: white;
    text-align: center;
    min-width: 180px;
    border-radius: 8px;
    margin-top: 20px;
}
.product-page-header .banner-box ul {
    display: inline-block;
    list-style-type: none;
    margin-top: 15px;
    width: 100%;
}
.product-page-header .category-banner {
    box-shadow: 0 0 3px 0px green;
}
.product-page-header .banner-box ul li {
    background-image: url(../images/tick.png);
    background-position: left center;
    background-repeat: no-repeat;
    color: #000000;
    margin-bottom: 5px;
    padding-left: 24px;
}
.related-categories h2{
	padding:20px 0px;
}

}

.view-more-product{
	color:#23b17c !important;
    padding: 5px !important;
    border: 1px solid #23B17C !important;
    width: 100% !important;
    border-radius: unset !important;
    outline: unset !important;
    box-shadow: unset !important;
}

.view-more-product:hover{
	color:#23b17c;
    padding: 5px !important;
    border: 1px solid #23B17C !important;
    width: 100% !important;
    border-radius: unset !important;
    outline: unset !important;
    box-shadow: 0 0 5px !important;
}

.view-more-product-div{
    margin-top: 20px !important;
    padding: 0px !important;
}

.mobile-all-country{
	padding: 0px !important;
}
.mobile-all-country li{
	padding: 10px !important;
	border-bottom: 1px solid #ddd !important;
}
.mobile-all-country li:hover{
	background-color: lavender;
}

@media screen and (max-width: 667px){
  
.view-more-product, .view-more-product:hover, .view-more-product:focus{
	color: #23b17c;
    padding: 5px !important;
    border: none !important;
    width: unset !important;
    box-shadow: unset !important;
    border-radius: unset !important;
    outline: #23b17c !important;
}
.view-more-product:focus{
	color:#23b17c;
    padding: 5px !important;
    border: 1px solid #23B17C !important;
    box-shadow: 0 0 5px grey !important;
    width: unset !important;
    border-radius: 5px !important;
    outline: unset !important;
}

.btn.bestseller-button {
	position: absolute;
    background: #ee3841;
    top: 10px;
    right: 7px;
    border-radius: 0px !important;
    color: #fff;
    padding: 5px;
    line-height: 1.42857143;
}
.starting-price-container .price {
	color:#23b17c;
}

.grid-item .view-btn,
.category .btn-view{
	border-radius: 5px;
}
.home-main-banner-container .banner-box .btn{
	border-radius: 8px !important;
}

}

.contact-form-container .hs-form .hs-submit input.hs-button{
	border-radius: 3px;
	box-shadow: 0 0 5px grey;
}
.submenu-right-hover{
	visibility: visible;
	opacity: 1;
}
.menu-hover-link{
	background-color: #efefef;
}
.anchor-dropdown{
    position: relative;
    right: -25px;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    display: inline-block;
    vertical-align: text-bottom;
    margin: 3px 10px;
    border: 1px solid !important;
    z-index: 1;
}
.anchor-dropdown:after{
    display: inline-block;
    position: absolute;
    width: 5px;
    height: 5px;
    content: "";
    background: transparent;
    text-indent: -9999px;
    border-top: 1px solid black;
    border-left: 1px solid black;
    transition: all 250ms ease-in-out;
    text-decoration: none;
    color: transparent;
    transform: rotate(45deg);
    right: 4px;
    top: 5px;
    line-height: 1;
}
.collapsed .anchor-dropdown{
	transform: rotate(180deg);
}
.red-shadow{
	border: 1px solid #ee3741;
    color: #ee3741;
    box-shadow: 0 0 5px grey;
}