/* begin general */
#personalize .head {
    background: url(personalize-header-desk.jpg) no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

#personalize .head.screenprotectors {
    background: url(personalize-screenprotector-header-desk.jpg) no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}


.home-categories {
	padding:20px;
}
.home-categories .title {
  font-size: 1.2em;
  font-weight: bold;
  text-align: center;
  margin-bottom: 20px;
}
.home-cats {
	margin:-5px;
}
.home-cats .home-cat {
	padding:5px;
}

.home-cats .home-cat a {
	display:flex;
  align-items:center;
  justify-content:space-between;
  height:45px;
  padding:0px 15px;
  border:1.5px solid #eee;
  font-size:13px;
}

.home-cats .home-cat i {
	font-size:11px;
  color:#aaa;
}

#footer .main-footer .footer-title {
	padding:0;
}
#footer .main-footer .footer-title .h3 {
	margin:0;
}
#footer .main-footer .footer-col ul {
	padding:0;
  margin-top:20px;
}
#footer .main-footer .footer-cols {
	margin:-15px;
}
#footer .main-footer .footer-cols .footer-col {
	padding:15px;
}

/* .home-text .home-text-wrap:not(.active) > *:nth-child(n+4):not(.overlay):not(.read-more) {
	display:none;
} */

.home-text .home-text-wrap {
	position:relative;
}

.home-text .home-text-wrap .overlay {
  position:absolute;
  left:0;
  bottom:0;
  height:40%;
  width:100%;
  background: -moz-linear-gradient(top,  rgba(210,237,232,0) 0%, rgba(210,237,232,1) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top,  rgba(210,237,232,0) 0%,rgba(210,237,232,1) 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom,  rgba(210,237,232,0) 0%,rgba(210,237,232,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00d2ede8', endColorstr='#d2ede8',GradientType=0 ); /* IE6-9 */
}

.home-text .home-text-wrap.active .overlay {
	display:none;
}

.home-text .read-more {
	font-weight: bold;
  text-decoration: underline;
  font-size: 1.1em;
}


@media(max-width: 767px) {
  #cart-page a.btn.checkout-btn.fixed {
    position: fixed;
    bottom: 55px;
    z-index: 10000;
    width: 100% !important;
    padding: 0;
    margin-left: 0;
    margin-right: 0;
    text-align: center;
    left: 0;
  }
  
  #cart-page .totals-block .totals-table .grand-total {
    height: 100%;
  }

  #cart-page .totals-block .btn {
  	margin-top: 0 !important;
  }
  
	#personalize .head {
    background: url(personalize-header-mobile.jpg) no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
	}
  #personalize .head.screenprotectors {
    background: url(personalize-screenprotector-header-mobile.jpg) no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
	}
  .collab-block .text-wrap {
		margin:20px;
    padding:20px;
	}
  .collab-block .text-wrap .text-box,
  .collab-block-2 .text .text-box, .collab-block-3 .text .text-box {
  	margin:20px 0px;
  }
  .collab-block-2, .collab-block-3 {
    padding:0;
  	padding-top:40px;
  }
  .collab-block-3 {
  	padding-bottom:20px;
  }
  #footer .main-footer {
  	padding:30px 0px;
  }
  #footer .main-footer .footer-cols {
  	margin:-10px;
  }
  #footer .main-footer .footer-cols .footer-col {
  	padding:10px;
  }
  #footer .main-footer .footer-col ul {
  	display:none;
  }
  #footer .main-footer .footer-title .h3 {
  	font-size:16px;
  }
  #footer .main-footer .footer-title .h3 {
  	display:flex;
    align-items:center;
    justify-content:space-between;
  }
  #footer .main-footer .footer-title i {
  	transition: all .2s ease-in-out;
  }
  #footer .main-footer .footer-title i.active {
  	transform:rotate(90deg);
  }
  .collection-content {
    padding-top:10px;
  }
}
/* end general */

/* begin header */
#header .sm-main-menu {
	background:#d2ede8;
  position:relative;
  z-index:9;
  margin-top:10px;
}

#header .sm-main-inner {
	display:flex;
  align-items:center;
  justify-content:space-between;
}

#header .sm-main-menu ul {
	margin:0;
  padding:0;
  list-style:none;
  display:flex;
  align-items:stretch;
  min-height:50px;
  font-weight:bold;
  margin:0px -20px;
}

#header .sm-main-menu ul li {
	display:flex;
  align-items:center;
  padding:0px 20px;
}

#header .sm-main-menu ul li.small-drop {
	position:relative;
}

#header .sm-main-menu ul .subs {
  position: absolute;
  left: 0;
  top: 100%;
  width: 100%;
  text-align: left;
  border-bottom: 1px solid #eee;
  padding: 40px 0px;
  background-size: 70%;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  opacity: 0;
  visibility: hidden;
  background: #e6f7ff;
  background: #eee;
  font-size:.95em;
}

#header .sm-main-menu ul li.small-drop .subs {
	white-space:nowrap;
  width:auto;
  padding:30px;
}

#header .sm-main-menu ul li:hover .subs {
	opacity: 1;
  visibility:visible;
}

#header .sm-main-menu ul .subs ul {
	display:block;
  font-weight:normal;
  min-height:0;
}

#header .main-header {
	margin-bottom:0;
}

.sidebar .side-block {
  padding-bottom: 15px;
  margin-bottom: 15px;
}

#header .sm-main-menu .cat-label {
  display: inline-block;
  font-size: 9px;
  text-transform: uppercase;
  background: #aaa;
  color: #fff;
  padding: 2px 5px;
  line-height: normal;
  font-weight: 600;
  vertical-align: middle;
  margin-top: -3px;
  margin-left: 7px;
}

#header .sm-main-menu .cat-label.hot {
  background:#e74b3c;
}

#header .sm-main-menu .cat-label.new {
  background:#26caff;
}

#header .main-header {
	padding-bottom:0;
}

.page-title .count {
	margin-top:5px;
  font-size:90%;
  color:#b9b9b9;
}

@media(max-width:1400px) {
  #header .sm-main-menu ul {
  	margin:0 -15px;
  }
  #header .sm-main-menu ul li {
  	padding:0 15px;
  }
}
@media(max-width:1300px) {
  #header .sm-main-menu ul {
  	font-size:.95em;
  }
}
@media(max-width:1199px) {
	#header .sm-main-menu ul {
  	margin:0 -10px;
  }
  #header .sm-main-menu ul li {
  	padding:0 10px;
  }
  #header .main-header {
  	padding-bottom:10px;
  }
}
@media(max-width:1199px) {
  .page-title .count {
    font-size:70%;
  }
}
@media(max-width:767px) {
  .headlines .item.item-1 {
  	height:200px !important;
  }
}


@media (max-width: 1199px) {
  #header .main-header {
    position: unset;
    top: auto;
    left: auto;
    width: 100%;
    z-index:unset;
  }
  #header .main-header.fixed .logo img,
  #header .main-header .logo img {
		width:auto;
    height:18px;
  }
  #header .main-header .logo-hallmark {
    display:flex;
    justify-content:space-between;
    width:100%;
    padding:15px 0px;
  }
  #header .main-header .mob-keurmerk img {
  	height:25px;
  }
  #header .main-header .mob-menu .menu-icon-wrap .text {
  	text-transform:none;
    margin-top:-13px;
  }
  #header .main-header .menu-search {
  	display:flex;
    align-items:center;
    width:100%;
  }
  #header .main-header .mob-menu {
  	width:100%;
  }
  .search-dummy {
    flex-grow: 10;
    margin-left: 20px;
    height: 45px;
    position: relative;
    border: 2px solid #eee;
    display: flex;
    align-items: center;
    padding: 0px 15px;
    position:relative;
    font-size:13px;
    color:#aaa;
  }
  .search-dummy .icon {
  	width:41px;
    height:41px;
    position:absolute;
    right:0;
    top:0;
    background:#737373;
    color:#fff;
    display:flex;
    align-items:center;
    justify-content:center;
  }
  #header.alert-active .main-header,
  #header .main-header{
  	padding-top:0;
  }
}
/* end header */

/* begin products */
.products .product .hover-btn {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  display:none;
}

.products .product .hover-btn img {
	height:18px;
  margin-right:7px;
}

.products .product .hover-btn .icon {
	display:flex;
}

.products .product:hover .hover-btn {
	display:block;
}

.products .product .hover-btn .cart-btn {
	height:40px;
  display:flex;
  align-items:center;
  justify-content:center;
  background:#fcedea;
  font-weight:bold;
  font-size:13px;
}

.products .product .bottom-info .price {
	margin:0;
  padding-top:50px;
}

.products .product:hover .bottom-info .price:not(.ontwerp-prijs) {
	padding-top:10px;
  padding-bottom:40px;
}
/* end products */

/* start productpage */
.spec-table {
/* 	border:1px solid rgba(0,0,0,.07);
  border-radius:5px;
  overflow:hidden; */
}
.spec-table table {
  width:100%;
  font-size:13px;
}
.spec-table table tr:nth-child(odd) {
	background: rgba(0,0,0,0.07);
}
.spec-table table tr td {
	padding:10px 0px;
  padding-right:20px;
}
.spec-table table tr td:first-child {
	padding-left:20px;
}
.spec-table table tr td:last-child  {
	padding-right:20px;
}

.recent-products {
	padding:70px 0px;
  border-top: 1px solid rgba(0,0,0,0.03);
}
.recent-products h2 {
  margin: 0;
  font-size:2.2rem !important;
  margin-bottom:25px;
}
/* end productpage */

/* begin 404 */
#page-404 {
	padding:40px 0px;
}

#page-404 .gif {
	text-align:center;
  margin-bottom:30px;
}

#page-404 .gif img {
	max-width:500px;
  width:100%;
}

#page-404 .page-title {
	background:transparent;
}

#page-404 .sec-title {
    text-align: center;
    font-size: 2.2rem;
    font-weight: bold;
    margin: 30px 0px;
}

#page-404 .search form {
  display: flex;
  align-items: center;
  justify-content: center;
}

#page-404 .search form  .search-wrap {
	width:100%;
  max-width:400px;
  position:relative;
}

#page-404 .search form  .search-wrap input {
	height:45px;
  width:100%;
  -webkit-appearance:none;
  -moz-appearance:none;
  -ms-appearance:none;
  -o-appearance:none;
  appearance:none;
  outline:none;
  border: 1px solid #eaeaea;
  padding:0px 20px;
}

#page-404 .search form  .search-wrap .icon {
	position:absolute;
  right:0;
  top:0;
  height:45px;
  width:45px;
  display:flex;
  align-items:center;
  justify-content:center;
}

#page-404 .cats-404 {
	display:flex;
  align-items:center;
  justify-content:center;
  flex-wrap:wrap;
  margin:-5px;
  max-width:550px;
  margin:0 auto;
}

#page-404 .cats-404 .cat {
	padding:5px;
  font-weight:bold;
}

#page-404 .cats-404 .cat a {
	height:45px;
  border: 1px solid #eaeaea;
  padding:0px 20px;
  display:flex;
  align-items:center;
  justify-content:center;
  background:#fff;
}
/* end 404 */
/* begin service */
#service-page {
	background:#fff;
}
.service-cols {
	display:flex;
  align-items:stretch;
  flex-wrap:wrap;
}
.service-cols .service-col {
	min-width:50%;
  max-width:50%;
  padding:70px;
  border-right:1px solid #eaeaea;
  border-bottom:1px solid #eaeaea;
  position:relative;
}
.service-cols .service-col:nth-child(2),
.service-cols .service-col:nth-child(4) {
	border-right:0;
  padding-right:0;
}
.service-cols .service-col:nth-child(1),
.service-cols .service-col:nth-child(3) {
	padding-left:0;
}
.service-cols .service-col:nth-child(3),
.service-cols .service-col:nth-child(4) {
	border-bottom:0;
}
.service-cols .service-col:nth-child(1):after,
.service-cols .service-col:nth-child(2):after{
	content:'';
  display:block;
  content: '';
  display: block;
  position: absolute;
  right: 100%;
  bottom: -1px;
  width: 100vw;
  height: 1px;
  background: #eee;
}
.service-cols .service-col:nth-child(2):after {
	right:auto;
  left:100%;
}
#service-page {
	position:relative;
  overflow:hidden;
}

#service-page .title {
	margin-bottom: 30px;
}
#service-page .title.title-main {
	margin-top:0;
  margin-bottom:50px;
}

#service-page .faq .faq-wrap {
	margin: -15px 0;
}

#service-page .faq .faq-wrap .faq-block {
  padding: 15px 0;
}

#service-page .faq .faq-block .faq-title {
  font-weight: bold;
  padding-bottom: 10px;
}
#service-page .faq .faq-block .faq-items .faq-item .tab {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 600;
  padding: 5px 0;
  cursor: pointer;
}

#service-page .faq .faq-block .faq-items .faq-item .tab i {
	font-size: 10px;
  -webkit-transition: .2s ease-in-out;
  -o-transition: .2s ease-in-out;
  transition: .2s ease-in-out;
  margin-right: 15px;
}

#service-page .faq .faq-block .faq-items .faq-item.active .tab i {
	-webkit-transform: rotate(180deg);
	    -ms-transform: rotate(180deg);
	        transform: rotate(180deg);
}

#service-page .faq .faq-block .faq-items .faq-item .page {
	padding: 20px 0;
  margin-bottom: 30px;
  display: none;
}

#service-page .faq .faq-block .faq-items .faq-item .page p:last-child {
	margin-bottom: 0;
}

#service-page .title.title-small {
	font-size:1.3em;
  font-weight:900;
}

#service-page .title.title-small .sub {
  font-weight: normal;
  font-size: 14px;
  margin-top: 5px; 
}

#service-page .textpage-content {
	text-align:left;
  color:inherit;
  padding:0;
}

#service-page #contact-form label {
	display:block;
  margin:0;
  margin-bottom:5px;
  text-transform:uppercase;
}

#service-page #contact-form .input-wrap {
	margin-bottom:15px;
}

#service-page #contact-form input {
	height:45px;
  width:100%;
  -webkit-appearance:none;
  -moz-appearance:none;
  -ms-appearance:none;
  -o-appearance:none;
  appearance:none;
  outline:none;
  border: 1px solid #eaeaea;
  padding:0px 20px;
  background:#f9f9f9;
}

#service-page #contact-form input.error,
#service-page #contact-form textarea.error{
	border-color:#b70101;
}

#service-page #contact-form textarea {
	height:45px;
  width:100%;
  min-width:100%;
  max-width:100%;
  -webkit-appearance:none;
  -moz-appearance:none;
  -ms-appearance:none;
  -o-appearance:none;
  appearance:none;
  outline:none;
  border: 1px solid #eaeaea;
  background:#f9f9f9;
  height:10em;
  padding:15px 20px;
}
#service-page #contact-form .btn-wrap {
	text-align:center;
}
#service-page #contact-form .btn {
  border: none;
  height: 50px;
  background: #fcedeb;
  padding: 0px 40px;
  border-radius: 0;
  align-items: center;
  justify-content: center;
  line-height: normal;
  display: inline-flex;
  font-size: 14px;
  text-transform: uppercase;
}
#service-page .service-shortcuts {
	margin:-10px;
  display:flex;
  align-items:center;
  flex-wrap:wrap;
}
#service-page .service-shortcuts .service-shortcut {
	padding:10px;
  text-align:center;
}
#service-page .service-shortcuts .service-shortcut .icon {
	padding:20px 30px;
  background:#f7f7f7;
/*   font-size:50px; */
  min-width:150px;
}
#service-page .service-shortcuts .service-shortcut .icon img {
	height: 50px;
}
#service-page .service-shortcuts .service-shortcut .title {
	font-weight:bold;
  margin-top:5px;
  font-size:13px;
}
#service-page .extra-message {
  font-size: 12px;
  font-weight: bold;
  padding: 20px;
  background: #d2ede8;
  text-align: center;
  margin-bottom: 30px;
  position:relative;
}
#service-page .extra-message:before {
  content: "\f071";
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  font-size: 30px;
  color: #b70101;
  right: 100%;
  top: 50%;
  transform: translate(-10px, -50%);
}

@media (max-width:991px) {
  .service-cols .service-col {
  	min-width:100%;
    max-width:100%;
    border:none;
    border-bottom:1px solid #eee;
  }
  .service-cols .service-col:nth-child(1):after, 
  .service-cols .service-col:nth-child(2):after {
  	display:none;
  }
  .service-cols .service-col:nth-child(1), 
  .service-cols .service-col:nth-child(2),
  .service-cols .service-col:nth-child(3), 
  .service-cols .service-col:nth-child(4) {
  	padding:50px 0px;
  }
  #service-page .extra-message {
    margin-left: 42px;
  }
}
@media (max-width:991px) {
  #service-page .faq .faq-wrap .faq-block {
 		font-size:13px;
  }
}
/* end service */

/* collection */
@media (max-width:767px) {
  #collection-page .breadcrumbs {
		padding:0px;
    padding-top:5px;
  }
  #collection-page .page-title {
  	background:transparent;
  }
  .products .product .hover-btn {
  	position:unset;
    display:block;
    margin-top:15px;
  }
  .products .product .bottom-info .price,
  .products .product:hover .bottom-info .price:not(.ontwerp-prijs) {
    padding:0;
  }
  .products .product .hover-btn img {
  	margin-right:0;
  }
  .filters-sort {
  	display:flex;
    align-items:center;
    z-index: 9999999;
  }
  .filters-sort.fixed {
  	position: fixed;
    top: 0;
    width: 100%;
    left: 0;
    
  }
  .filters-sort-wrap {
  	height:45px;
  }
  .filters-sort form,
  .filters-sort .filter-btn {
 		flex:1; 
  }
  .filters-sort .filter-btn {
  	height:45px;
    margin:0;
    background:#fff;
    border:1px solid #eee;
    border-left:0;
    box-shadow:none;
    display:flex;
    align-items:center;
    justify-content:space-between;
    padding:0px 15px;
    font-weight:bold;
    font-size:12px;
  }
  .filters-sort .ui.selection.dropdown {
  	height:45px;
    background:#fff;
    border-color: #eee !important;
    font-size:12px;
    display:flex;
    align-items:center;
  }
  .filters-sort .ui.dropdown>.text {
  	height:auto;
    white-space:nowrap;
  }
  .ui.selection.dropdown > .dropdown.icon {
  	width:45px;
    height:45px;
    line-height:normal;
    display:flex;
    align-items:center;
    justify-content:center;
  }
  .ui.selection.dropdown .menu {
  	max-height:none;
  }
  .sidebar {
    padding: 20px;
    padding-bottom: 0;
    background: #fff;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 9999999;
    width: 85%;
    height: 100%;
    overflow: scroll;
    display:block;
    transform:translate(100%, 0);
    transition:all .2s ease-in-out;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.1);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.1);
    box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.1);
    display:flex;
    flex-direction:column;
    overflow:hidden;
  }
  .sidebar.filters-open {
  	transform:translate(0, 0);
  }
  .sidebar .mob-filters-wrap {
  	overflow-y:scroll;
    overflow-x:hidden;
  }
  .sidebar .submit-filters-block {
  -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.1);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.1);
    box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.1);
    margin:0px -20px;
    padding:10px 20px;
  }
  .sidebar .categories {
  	margin:0;
  }
 	.sidebar .submit-filters {
    display: flex;
    align-items: center;
    height: 45px;
    justify-content: center;
    background: #fbe2ea;
    font-size: 12px;
    font-weight: bold;
  }
  .active-filters-wrap {
  	margin-top:10px;
  }
  .active-filters-box {
  	margin:-2px;
  }
  .active-filters {
  	display:flex;
    flex-wrap:wrap;
  }
  .active-filters .active-filter {
  	padding:2px;
  }
  .active-filters .active-filter input {
  	display:none;
  }
  .active-filters .active-filter label {
  	margin:0;
    height:35px;
    display:flex;
  	padding:0px 10px;
    font-size:12px;
    font-weight:normal;
    border:1px solid #eee;
    background:#fff;
    align-items:center;
  }
  .active-filters .active-filter label i {
  	font-size:10px;
    margin-right:5px;
    opacity:.3;
  }
  .products .product .hover-btn img {
  	height: 24px;
  }
  .checkout-title-wrap .btn-wrap {
		flex-wrap: wrap;
    justify-content: center;
  }

  .checkout-title-wrap .btn-wrap .btn.back {
    margin-bottom: 15px;
  }
}
/* end collection */

/* Mobile menu */
#header .sm-main-menu ul li a .sale,
.mobile-menu .mobile-main-menu ul li a .sale {
	color: red;
}
/* End mobile menu */

/* Header */
#header .inner-wrap {
	display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}

#header .inner-wrap .header-col {
	flex: 1;
  display: flex;
}

#header .inner-wrap .header-col.icons {
	justify-content: flex-end;
}

#header .desktop-search .search-wrap {
  width: 100%;
}

#header .desktop-search .search-wrap form {
	width: 100%;
}

#header .desktop-search .search-wrap form .input-wrap {
	position: relative;
  width: 100%;
}

#header .desktop-search .search-wrap form input[type="text"] {
  outline: none;
  -webkit-appearance: none;
  height: 50px;
  border: 1px solid #eee;
  width: 100%;
  padding: 0 15px;
  padding-right: 50px;
}

#header .desktop-search .search-wrap form span.icon {
  position: absolute;
  right: 0;
  top: 0;
  width: 50px;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #aaa;
}

@media (max-width: 1199px) {
  #header .inner-wrap .header-col.logo-col {
  	justify-content: center;
  }
}
/* End header */

/* Custom category */
.custom-category-mobile {
	padding: 5px;
}

.custom-category-mobile .inner {
  display: flex;
  flex-direction: column;
  background: #fff;
  padding: 15px;
  overflow: hidden;
  border: 1px solid #eee;
}

.custom-category-mobile .category-title {
  font-weight: bold;
  font-size: 14px;
  margin-bottom: 10px;
  height: 2.9em;
  overflow: hidden;
}

.custom-category-mobile .image-icon-wrap {
	display: flex;
  align-items: flex-end;
}

.custom-category-mobile .image-icon-wrap .image-wrap {
	margin-bottom: -30px;
  margin-left: -30px;
  padding-right: 5px;
}

.custom-category-mobile .image-icon-wrap .image-wrap img {
	width: 100%;
}

.custom-category-mobile .image-icon-wrap i {
  font-size: 2em;
  color: #ff48c6;
}
  /* End custom category */

.open-collections i {
	margin-left: 5px;
}

.faq .faq-items {
	display: none;
  padding-left: 15px;
  padding-bottom: 15px;
}

#service-page .faq .faq-block .faq-title {
	cursor: pointer;
}

#service-page .faq .faq-block .faq-title i {
	    font-size: 10px;
    -webkit-transition: .2s ease-in-out;
    -o-transition: .2s ease-in-out;
    transition: .2s ease-in-out;
    margin-right: 15px;
}

#service-page .faq .faq-block.active .faq-title i {
	-webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

#service-page .faq .faq-wrap .faq-block {
	padding-bottom: 0;
}

#cart-page .colorlab-open-personalisation {
	display: block;
  margin-top: 5px;
}

#personalize .head.screenprotectors {
  background: url(personalize-screenprotector-header-desk.jpg) no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

#header .desktop-search .search-wrap form {
	position: relative;
}

  
  .mob-menu .mobile-popup.search, .desktop-search .mobile-popup.search {
  	position: absolute;
    top: 100%;
    width: 100%;
    height: 100%;
    background: #fff;
    z-index: 9999999;
    display: flex;
    transition: all .2s ease-in-out;
    left: 0;
    right: 0;
  }
  
  .mobile-popup.search .query-title {
  	font-size: 12px;
        padding-bottom: 0;
    text-align: center;
  }
  .mobile-popup.search .inner {
  	width: 100%;
  }
  
  .mobile-popup.search .content-wrap .autocomplete .autocomplete-inner {
  	height: auto !important;
    overflow: auto;
  }
  
  .mobile-popup.search .content-wrap .autocomplete .more {
  	position: relative !important;
  }
   
  .mobile-popup.search .content-wrap .autocomplete .more a {
  	font-size: 14px;
    background: none !important;
    height: auto !important;
  }
  
  .mobile-search-overlay {
  	position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(62, 62, 62, 0.3);
    z-index: 1000;
  }

@media (min-width: 992px) {
.categories-desktop .category.big-cat-tile {
	width: 50%;
}

.categories-desktop .category.big-cat-tile .category-inner {
	display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}

.categories-desktop .category.big-cat-tile .category-inner > a {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.categories-desktop .category.big-cat-tile .category-inner a .big-cat-title {
	display: inline-block;
  border: 1px solid #d2ede8;
  padding: 10px;
  height: auto;
}

.categories-desktop .category.big-cat-tile .category-inner a .big-cat-title i {
	margin-left: 10px;
  color: #d2ede8;
}
  
  .categories-desktop .category img, .categories-desktop .category:hover .category-inner a {
  	transition: all .3s ease-in-out;
  }
  
/* .categories-desktop .category:hover img {
  transform: scale(1.08);
  } */
  .categories-desktop .category.big-cat-tile:hover img {
  transform: scale(1.04);
  }
  .categories-desktop .category:hover .category-inner a {
    font-weight: bold;
  }
}

@media (max-width: 767px) {
  #personalize .head.screenprotectors {
	background: url(personalize-screenprotector-header-mobile.jpg) no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
  }
}

@media (max-width: 1199px) {
	.mob-menu .search-wrap {
  	width: 100%;
    position: relative;
  }
  
  .mob-menu #searchMobile {
  	width: 100%;
    margin-left: 15px;
    position: relative;
  }
  
  .mob-menu .search-wrap input {
  	outline: none;
    -webkit-appearance: none;
    height: 50px;
    border: 1px solid #eee;
    width: 100%;
    padding: 0 15px;
    padding-right: 50px;
    font-size: 14px;
    position: relative;
    z-index: 1001;
  }
  
  .mob-menu .search-wrap .icon {
  	position: absolute;
    right: 0;
    top: 50%;
    position: absolute;
    right: 0;
    top: 0;
    width: 50px;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #aaa;
    font-size: 14px;
        z-index: 1001;
  }

  
  .collab-block-2 .align {
  	display: block;
  }
  
  .collab-block-2 .text .h2 {
  	letter-spacing: 0em;
  }
}