/* 20231215162550 - v2 */
.gui,
.gui-block-linklist li a {
  color: #666666;
}

.gui-page-title,
.gui a.gui-bold,
.gui-block-subtitle,
.gui-table thead tr th,
.gui ul.gui-products li .gui-products-title a,
.gui-form label,
.gui-block-title.gui-dark strong,
.gui-block-title.gui-dark strong a,
.gui-content-subtitle {
  color: #000000;
}

.gui-block-inner strong {
  color: #848484;
}

.gui a {
  color: #0a8de9;
}

.gui-input.gui-focus,
.gui-text.gui-focus,
.gui-select.gui-focus {
  border-color: #0a8de9;
  box-shadow: 0 0 2px #0a8de9;
}

.gui-select.gui-focus .gui-handle {
  border-color: #0a8de9;
}

.gui-block,
.gui-block-title,
.gui-buttons.gui-border,
.gui-block-inner,
.gui-image {
  border-color: #8d8d8d;
}

.gui-block-title {
  color: #333333;
  background-color: #ffffff;
}

.gui-content-title {
  color: #333333;
}

.gui-form .gui-field .gui-description span {
  color: #666666;
}

.gui-block-inner {
  background-color: #f4f4f4;
}

.gui-block-option {
  border-color: #ededed;
  background-color: #f9f9f9;
}

.gui-block-option-block {
  border-color: #ededed;
}

.gui-block-title strong {
  color: #333333;
}

.gui-line,
.gui-cart-sum .gui-line {
  background-color: #cbcbcb;
}

.gui ul.gui-products li {
  border-color: #dcdcdc;
}

.gui-block-subcontent,
.gui-content-subtitle {
  border-color: #dcdcdc;
}

.gui-faq,
.gui-login,
.gui-password,
.gui-register,
.gui-review,
.gui-sitemap,
.gui-block-linklist li,
.gui-table {
  border-color: #dcdcdc;
}

.gui-block-content .gui-table {
  border-color: #ededed;
}

.gui-table thead tr th {
  border-color: #cbcbcb;
  background-color: #f9f9f9;
}

.gui-table tbody tr td {
  border-color: #ededed;
}

.gui a.gui-button-large,
.gui a.gui-button-small {
  border-color: #8d8d8d;
  color: #000000;
  background-color: #ffffff;
}

.gui a.gui-button-large.gui-button-action,
.gui a.gui-button-small.gui-button-action {
  border-color: #8d8d8d;
  color: #000000;
  background-color: #ffffff;
}

.gui a.gui-button-large:active,
.gui a.gui-button-small:active {
  background-color: #cccccc;
  border-color: #707070;
}

.gui a.gui-button-large.gui-button-action:active,
.gui a.gui-button-small.gui-button-action:active {
  background-color: #cccccc;
  border-color: #707070;
}

.gui-input,
.gui-text,
.gui-select,
.gui-number {
  border-color: #8d8d8d;
  background-color: #ffffff;
}

.gui-select .gui-handle,
.gui-number .gui-handle {
  border-color: #8d8d8d;
}

.gui-number .gui-handle a {
  background-color: #ffffff;
}

.gui-input input,
.gui-number input,
.gui-text textarea,
.gui-select .gui-value {
  color: #000000;
}

.gui-progressbar {
  background-color: #76c61b;
}

/* custom */
.gui-checkout .gui-form a.gui-button-action {
  background: #e0007a;
  color: #fff;
  border: 0;
  font-weight: 600;
  border-radius: 0;
  width: 100%;
  padding: 10px 0;
  margin-bottom: 20px;
}

.vergoeding-logos > div {
  text-align: center;
}

.vergoeding-logos img {
  display: inline-block;
}

.vergoeding-logos div a span.company {
 display: block;
  text-align: center;
  height: 40px;
}

.iso {
	margin-top: 10px;
}

/* General
================================================== */
body {
  font-family: "Open Sans", Helvetica, sans-serif;
 /* background: #fafafa url('background_image.png') no-repeat scroll top center;*/
}
h1, h2, h3, h4, h5, h6, .gui-page-title, .title-font {
  font-family: "Montserrat", Helvetica, sans-serif;
  font-weight:700;
  color:#6087c2;
}

body.no-scroll {
	overflow: hidden;
	position: fixed;
}
.body-wrap {
  -webkit-transition: transform .3s ease-in-out;
  -moz-transition: transform .3s ease-in-out;
  -o-transition: transform .3s ease-in-out;
  transition: transform .3s ease-in-out;
}
.body-wrap.menu-open {
  -ms-transform: translate(300px, 0px); /* IE 9 */
  -webkit-transform: translate(300px, 0px); /* Safari */
  transform: translate(300px, 0px);
}
.total-overlay {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.3);
  z-index: 9999999;
  -webkit-transition: all 1s ease-in-out;
  -moz-transition: all 1s ease-in-out;
  -o-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
  opacity:0;
  visibility:hidden;
}
.total-overlay.menu-open {
  opacity:1;
  visibility:visible;
}
.mobile-menu {
  position:absolute;
  left:0;
  top:0;
  width:300px;
  height:100%;
  z-index:999999999;
  background:#363636;
  position:fixed;
  -ms-transform: translate(-300px, 0px); /* IE 9 */
  -webkit-transform: translate(-300px, 0px); /* Safari */
  transform: translate(-300px, 0px);
  -webkit-transition: transform .3s ease-in-out;
  -moz-transition: transform .3s ease-in-out;
  -o-transition: transform .3s ease-in-out;
  transition: transform .3s ease-in-out;
  overflow-y:scroll;
}
.mobile-menu.menu-open {
  -ms-transform: translate(0px, 0px); /* IE 9 */
  -webkit-transform: translate(0px, 0px); /* Safari */
  transform: translate(0px, 0px);
}
.mobile-menu .logo {
  padding:15px;
  background: #f9f9f9;
}
.mobile-menu .logo img {
  height:30px;
}
.mobile-menu .mobile-main-menu ul {
  margin:0;
  padding:0;
  list-style:none;
  font-size:13px;
}
.mobile-menu .mobile-main-menu ul ul {
  font-weight:normal;
  display:none;
}
.mobile-menu .mobile-main-menu ul li ul.active {
  display:block;
}
.mobile-menu .mobile-main-menu ul li {
  position:relative;
}
.mobile-menu .mobile-main-menu ul li a {
  height:50px;
  line-height:50px;
  border-bottom: 1px solid rgba(255,255,255,0.1);
  display:block;
  padding:0px 15px;
  color:#fff;
}
.mobile-menu .mobile-main-menu ul ul li > a {
  padding-left:25px;
}
.mobile-menu .mobile-main-menu ul ul ul {
  background: rgba(255,255,255,0.1);
}
.mobile-menu .mobile-main-menu ul ul ul li > a {
  text-transform:none;
  color:#eee;
  height:35px;
  line-height:35px;
  font-size:12px;
}
.mobile-menu .mobile-main-menu ul li.active > a {
  background: rgba(0,0,0,0.15);
}
.mobile-menu .mobile-main-menu ul li .more-cats {
  position:absolute;
  right:0;
  top:0;
  width:50px;
  height:50px;
  line-height:50px;
  text-align:center;
  cursor:pointer;
  -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;
}
.mobile-menu .mobile-main-menu ul li.active > .more-cats {
  -ms-transform: rotate(90deg); 
  -webkit-transform: rotate(90deg); 
  transform: rotate(90deg); 
}

#header .main-menu ul li > a.icon {
  padding: 13px 20px;
  background-color: #f9f9f9;
  border-left: 1px solid #eee;
  border-right: 1px solid #eee;
}
 
@media (max-width: 1199px) {
  
}

@media (max-width: 991px) {
  #header .service ul li.cart .icon {
    border:0px;
  }
  .cart-wrap-outer {
    display:none;
  }
  #footer #formNewsletter .input-wrap a.btn {
    right:0;
  }
  #productpage .product-img {
    padding-top:15px;
  }
}

@media (max-width: 767px) { 
  #header .main-menu .container {
    padding:0;
    margin-bottom:-1px;
  }
  #header .head-usp {
    display:none;
  }
  .banners .banner.banner-1 .text-wrap {
    text-align:left !important;
  }
  .banners .banner.banner-1 .title,
  .banners .banner.banner-3 .title {
    font-size:18px;
  }
  .banners .banner.banner-1,
  .banners .banner.banner-2,
  .banners .banner.banner-3 {
    height:auto;
  }
  .home-brands .btn {
    max-width: 100%;
    word-break: break-word;
    display: inline-block;
    height: auto;
    white-space: initial;
  }
  #footer #formNewsletter .input-wrap a.btn {
    right:0;
    padding:0 10px;
  }
  #productpage .product-info .review-av {
    display:block;
  }
  #productpage .product-info .reviews-stock .product-stock {
    display: block;
    text-align: left;
    padding-top: 10px;
  }
  #productpage .product-info .order a.btn {
    padding:0;
  }
  .product-usp ul li .icon {
    display:none;
  }
  .product-usp ul li .usp-wrap {
    text-align:center;
  }
  .info-tabs .tabs li a {
    padding:0 15px;
  }
}

.main-menu ul ul li:last-child {
  display: block !important;
}
table.vergoedingenPage {
  width: 100%;
}
table.vergoedingenPage td {
  padding: 1%;
  width: 20%;
  box-sizing: border-box;
}
table.vergoedingenPage td img {
  width: 100%;
  height: auto;
}
a.verklaring,
a.shop {
  display: inline-block;
  color: #fff;
  padding: 14px 22px;
  text-align: center;
  margin: 20px 0;
}
a.verklaring {
  margin-right: 40px;
  background-color: #7de00d;
  color: #253854;
}
a.shop {
  background-color: #e00d37;
}
a.verklaring strong,
a.shop strong {
  display: block;
}

.headline .align {
  background: none;
}

.banners .banner .align.dark {
  background: rgba(0, 0, 0, 0.35);
}

.home-zorgverleners {
  background: url(zorgverlening.jpg) center center;
  background-size: cover;
  height: 420px;
  position: relative;
}

.home-zorgverleners .zorg-box {
  position: absolute;
  top: 45%;
  left: 0;
  right: 0;
}

.home-zorgverleners .zorg-box .content {
  color: #fff;
  font-size: 20px;
  margin-bottom: 30px;
}

.home-zorgverleners .zorg-box a {
  color: #fff;
}

.black-overlay {
  background: rgba(0, 0, 0, 0.2);
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

.filter-box {
  margin-bottom: 30px;
}

.filter-box .title {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 10px;
  color: #6087c2;
}

.filter-box label {
  font-weight: normal;
    color: #363636;
    position: relative;
    bottom: 2px;
    margin-left: 10px;
}

.filter-box label.active {
  color: #e0007b;
  font-weight: bold;
}

#cart-popup,
#cart-popup2 {
  max-width: 600px;
  padding: 25px;
  display: none;
}


#cart-popup .text,
#cart-popup2 .text {
  margin-bottom: 40px;
}

#cart-popup .buttons,
#cart-popup2 .buttons {
  text-align: center;
}

#cart-popup .buttons .button,
#cart-popup2 .buttons .button {
  display: inline-block;
}

#cart-popup .buttons .button-first,
#cart-popup2 .buttons .button-first {
  margin-right: 20px;
}

#cart-popup .buttons .button a,
#cart-popup2 .buttons .button a {
  color: #fff;
  background: #e0007a;
  padding: 12px 18px;
  font-weight: bold;
}

.headline {
  position: relative;
}

.headline-1 .text-box {
  position: absolute;
  right: 10%;
  top: 25%;
  max-width: 600px;
}

.headline-2 .text-box {
  position: absolute;
  left: 10%;
  top: 25%;
}

.headline .text-box .title {
  color: #6088c3;
}

.headline-2 .text-box .title {
  margin-bottom: 15px;
}

.headline .text-box .content {
  color: #6088c3;
  font-size: 20px;
  margin-bottom: 20px;
}

.headline-2 .text-box .content {
  margin-bottom: 0;
}

.headline-3 .text-box .content {
  margin-bottom: 0;
  color: #38557f;
}

.headline-3 .text-box .title {
  color: #38557f;
}
.headline-3 .text-box-inner {
  display: inline-block;
  position:relative;
  left: 300px;
  background: rgba(255, 255, 255, 0.4);
  padding: 10px 20px;
}

.headline .headline-btn {
  color: #337ab7;
  background: white;
  border: 2px solid #337ab7;
  padding: 10px 10px;
  font-weight: bold;
  font-size: 16px;
  display: inline-block;
  width: 170px;
}

.headline .headline-btn.first {
  margin-right: 10px;
}

#header .head-usp.homepage {
      background: rgba(0, 0, 0, 0.35);
}

.reviews-stock .delivery {
      color: #27ae60;
    font-size: 11px;
    text-transform: uppercase;
    font-weight: 700;
}

#header .slogan.advies {
  color: #6087c2;
}

.bundle-option .product-configure .ui.selection.dropdown  {
  width: 100%;
}

.bundle-option .product-configure .ui.selection.dropdown .text {
  height: 40px;
  overflow: hidden;
}

.bundle-products h2 {
  margin-bottom: 50px;
}

.productbundle {padding-bottom:30px;}
.productbundle .info h3 {margin:0;}
.productbundle .info .discount {margin-top:5px;font-weight:bold;text-transform:uppercase;color:#6087c2;}
.productbundle .info a.btn {padding:0px 10px;font-weight:600;border:none;line-height:40px;height:40px;vertical-align:top;width:100%;background-color:#e0007a;color:#fff;text-align:center;border-radius:0;font-size:13px;text-transform:uppercase;margin-top:10px;}
.productbundle .info .price {margin-top:10px;font-size:20px;display:inline-block;color:#2980b9;}
.productbundle .info .price .old-price {color: #7f8c8d;margin-right: 3px;position: relative; display: inline-block;font-size:13px;vertical-align:middle;text-decoration:line-through;display:inline-block;}
.productbundle .info .price .new-price {font-size:20px;display:inline-block;color: #6087c2; font-weight: bold;}
.productbundle .info .price .inc-tax {font-size:11px;color:#a2a2a2;display:inline-block;margin-left:5px;}
.productbundle .bundle-wrap {width:100%;display:table;}
.productbundle .bundle-wrap .main-product,.productbundle .bundle-wrap .sub-products,.productbundle .bundle-wrap .plus {display:table-cell;vertical-align:middle;}
.productbundle .bundle-wrap .main-product {width:150px;}
.productbundle .bundle-wrap .main-product img {width:100%;}
.productbundle .bundle-wrap .plus {font-size:45px;font-weight:bold;color:#6087c2;width:80px;text-align:center;}
.productbundle .bundle-wrap .sub-products .product {}
.productbundle .bundle-wrap .sub-products .product .bundle-info {display:table;width:100%;}
.productbundle .bundle-wrap .sub-products .product .bundle-option label {display:none;}
.productbundle .bundle-wrap .sub-products .product .image-wrap,.productbundle .bundle-wrap .sub-products .product .title {display:table-cell;vertical-align:middle;}
.productbundle .bundle-wrap .sub-products .product .image-wrap {width:70px;}
.productbundle .bundle-wrap .sub-products .product .image-wrap img {width:70px;}
.productbundle .bundle-wrap .sub-products .product .title {font-size:12px;font-weight:600;padding-left:5px;line-height:12px;}
.productbundle .bundle-wrap .sub-products .product-wrap {padding:7px;}
.productbundle .bundle-wrap .bundle-row {margin-left:-7px;margin-right:-7px;}
.productbundle .bundle-wrap .sub-products .product .title a {
  color:#2c3e50;
}

.productbundle .bundle-wrap .sub-products .product .bundle-option {
  margin-top: 10px;
}

.bundle-products .info {
  padding-top:20px;
}


.bundle-button {
  background-color: #6087c2;
  padding: 5px 10px;
  border-radius: 0px;
  color: #fff;
  margin-top: 12px;
  display: block;
}
.bundle-button:hover,
.bundle-button:focus {
  color:#fff;
}
.bundle-button.desktop {
  display: inline-block;  
  float: right;
  margin-top: -5px;
  font-size: 0.5em;
}

.bundle-button .text {
  display:table-cell;
  vertical-align: middle;
}
.bundle-button.desktop .text {
  padding-right: 15px;
}
.bundle-button .icon {
  display: table-cell;
  vertical-align: middle;
  height: 36px;
  width: 36px;
  background: #fff;
  border-radius: 50px;
  color: #fff;
}
.bundle-button .icon img {
  height: 36px;
  padding: 5px;
}

.collection-content {
	margin-top: 15px;
}

.collection-content.collection-content-bottom {
	margin-bottom: 20px;
}

#header .main-menu ul li > ul {
	min-width: 100%;
}

#header .service ul li.dropdown > ul {
	z-index: 100;
}

#header .main-menu {
	background: #e1007b;
}

#header .main-menu ul li>a {
	color: #fff;
}

#header .main-menu ul li:hover>a,
#header .main-menu ul li>a.active {
	background: #d40274;
}

#header .main-menu ul li.insurance a,
#header .main-menu ul li.insurance a:hover {
	background: #27ae60;
}

#header .main-menu.main-menu-top {
	background: #f9f9f9;
}

#header .main-menu.main-menu-top ul li>a {
	color: #333;
}

#header .main-menu.main-menu-top ul li:hover>a,
#header .main-menu.main-menu-top ul li>a.active {
	background: #f4f4f4;
}

#header .main-menu ul li > a.icon {
	background: #e1007b;
  border-color: #d40274;
  text-align: center;
  padding: 6px 13px;
}

#header .main-menu ul li > a.icon .text {
  display: block;
  font-size: 10px;
}

.mobile-menu .mobile-main-menu ul li.mobile-menu-title {
  font-weight: bold;
  color: white;
  height: 30px;
  line-height: 30px;
  padding: 0 15px;
  font-size: 14px;
  margin-top: 15px;
  text-transform: uppercase;
}

.mobile-menu .mobile-main-menu ul li a {
	border: none;
}

@media (min-width: 992px) {
  .reviews-stock .delivery {
    text-align: right;
  }
}

@media (max-width: 1199px) {
  .headline-3 .text-box-inner {

  left: 0px;

}
.home-text iframe {
    height: 270px !important;
    margin-top: 50px;
  }
  
  #header .slogan-outer {
  	width: 385px;
  }

}

@media (max-width: 991px) {
  .headline-1 .text-box {
    position: relative;
    right: 0;
    top:0;
  }
  
  .headline-2 .text-box {
    position: relative;
    left: 0;
    top: 0;
  }
  
  .home-text iframe {
    height: 350px !important;
    margin-top: 50px;
  }
  
  #header .service ul li.cart .text {
  	padding: 0px 5px;
  }
  
  #header .logo img {
  	width: 100% !important;
  }
  
  #header .logo {
  	width: 130px;
  }
  
  #header .slogan-outer {
  	width: 400px;
  }
}

@media (max-width: 767px) {
  .home-text iframe {
    height: 200px !important;
    margin-top: 50px;
  }
  
    #header .logo {
  	width: 100px;
  }
} 

@media (max-width: 400px) {
  #cart-popup .buttons .button,
  #cart-popup2 .buttons .button {
    display: block;
    margin-bottom: 10px;
  }
  
  #cart-popup .buttons .button a,
  #cart-popup2 .buttons .button a {
    font-size: 12px;
    padding: 12px 8px;
  }
  
  #cart-popup .buttons .button-first,
  #cart-popup2 .buttons .button-first {
  margin-right: 0px;
  margin-bottom: 40px;
}

#cart-popup,
#cart-popup2 {
    padding: 5px;
    padding-top: 20px;
}

.headline .headline-btn {
  color: #337ab7;
  background: white;
  border: 2px solid #337ab7;
  padding: 10px 10px;
  font-weight: bold;
  font-size: 12px;
  display: inline-block;
  width: 140px;
}
}
.main-slider.owl-theme .owl-dots, 
.main-slider.owl-theme .owl-nav {
    text-align: center;
    -webkit-tap-highlight-color: transparent;
}
.main-slider.owl-theme .owl-dots .owl-dot {
    display: inline-block;
    zoom: 1;
}

.main-slider.owl-theme .owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
    margin: 5px 7px;
    background: #D6D6D6;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity .2s ease;
    border-radius: 30px;
}
.main-slider.owl-theme .owl-dots .owl-dot.active span, 
.main-slider.owl-theme .owl-dots .owl-dot:hover span {
    background: #869791;
}
.main-slider.owl-theme .owl-nav {
  display:none;
}

.page-title h1 {
  overflow: auto;
}

.mob-filters {
  display: none;
  margin-top: 20px;
}
/* #header .main-menu ul li:nth-of-type(2) a {
  color: #E20D82;
} */
#header .main-menu ul li:nth-of-type(2) li a,
#header .main-menu ul ul li a {
  color: inherit !important;
}
#header .main-menu ul li.insurance a {
  color:#fff;
}
#header .main-menu ul li.insurance a:hover {
  opacity:0.95;
}
.cart_customfields,
.cart_customfields em{
  font-size: 14px !important;
  color: #121212;
  font-weight: 600;
  text-transform: uppercase;
  font-style: normal;
}
.owl-carousel .owl-item .item .description {font-size:16px;}
.klantenvertellen-stars {padding-top:24px;overflow: hidden;}
.klantenvertellen-stars .aanbevelen {font-size: 1.9em; margin-bottom: 12px;}
.klantenvertellen-stars .aanbevelen small {font-size: 70%;}
.klantenvertellen-stars .total-score {width:100%;float:left;margin: 10px auto;}
.klantenvertellen-stars .total-score.total {margin-top:0;}
.klantenvertellen-stars .stars-total-score {background: url(yellow-stars.png) no-repeat left center; height: 19px; width:100px; background-size:cover;}
.klantenvertellen-stars .grey-total-score {background: url(grey-stars.png) no-repeat left center; height: 19px; width:100px; background-size:cover;display:inline-block;margin-right:20px;}
.klantenvertellen-stars .total-score-value {color:#999; text-align: center; font-size:1.2em;display:inline-block;}
.klantenvertellen-widget .view-all a {color:#ffd65c;font-weight: 600;}
.klantenvertellen-widget .view-all a:hover {color:#fff;}
@media (max-width:468px) {
  .klantenvertellen-stars .grey-total-score {float:none; margin:auto;}
  .klantenvertellen-stars .total-score-value {width: 100%;}
  .klantenvertellen-stars .aanbevelen {font-size: 1.5em;}
  .review-slider.owl-carousel.owl-drag .owl-item {max-width: 300px !important;}
}
.review-slider .score {font-weight:600;margin-bottom:12px;}

.gui a.gui-button-large.gui-button-action{
  color: #fff;
  background-color: #e0007a;
  border: 0;
  font-weight: 600;
}

#cart-popup .close-popup,
#cart-popup2 .close-popup{
  position: absolute;
  height: 32px;
  width: 32px;
  right: 0;
  top: 0;
  text-align: center;
  line-height: 32px;
  font-size: 18px;
}
#productpage .product-usp.extra-usp{
  padding: 0;
  margin-bottom: 15px;
}

.home-banners {
  background-color: #fff;
}
.home-reviews{
  background-color: #f9f9f9;
  color: #333;
}
.home-reviews h2{
  color: #6087c2;
}
.home-reviews .review-slider .name:before,
.home-reviews .review-slider .owl-dots .owl-dot{
  background-color: #6087c2;
}

.vergoeding-logos img{
  max-width: 100%;
}


#header .main-menu{
  border-bottom: 0;
}

#header .head-usp{
  position: relative;
}

#header .service .open-search{
  display: block;
  height: 45px;
  line-height: 45px;
  padding: 0 15px;
}

#header .search-bar{
  display: none;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  background-color: #f7f7f7;
  z-index: 999;
}

#header .search-bar input {
	border: none;
  background-color: unset;
  color: #000;
  height: 52px;
  width: 100%;
  font-size:1.1em;
  padding:0px 15px;
  outline:none;
	-webkit-appearance:none;
  -moz-appearance:none;
  -ms-appearance:none;
  -o-appearance:none;
  appearance:none;
}


#header .search-bar form {
	display:inline-block;
  position:relative;
  width: 100%;
}

#header .search-bar form .icon {
  position: absolute;
  right: 0;
  top: 0;
  display: block;
  height: 52px;
  width: 52px;
  text-align: center;
  line-height: 52px;
  color: #e0007b;
  font-size:1.3em;
}

.live-search .autocomplete {
  position: absolute;
  left: 0;
  top: 100%;
  z-index: 999999;
  width: 100%;
  text-align: left;
  display: none;
  background:#fff;
  border:1px solid #eee;
}

.live-search .autocomplete .more {
  padding: 12px 0px;
  font-weight: bold;
  text-align: center;
  border-top: 1px solid #eee;
  margin-top: -1px;
}

.live-search .autocomplete.noresults .more {
  display:none;
}

.live-search .autocomplete .notfound {
  display:none;
  padding: 15px;
  font-size: 13px;
  font-style: italic;
}

.live-search .autocomplete.noresults .notfound {
  display:block;
}

.live-search .autocomplete.noresults .search-products {
  display:none;
}

.search-products .product {
  display:table;
  width:100%;
  padding: 5px 15px;
  border-bottom:1px solid #ebebeb;
}

.search-products .product .image-wrap,
.search-products .product .info {
  display:table-cell;
  vertical-align:middle;
}

.search-products .product .image-wrap {
  width:50px;
}

.search-products .product .image-wrap img {
  width: 75px;  
}

.search-products .product .info {
  padding-left:10px;
  font-size:14px;
}

.search-products .product .info .title {
  color: #000000;
  display: block;
  overflow: hidden;
  height: 18px;
}

.search-products .product .info .brand {
  font-size: 0.85em;
}

.search-products .product .info .price {
  color: #e0007b;
  letter-spacing: 0.05em;
  font-size: 1em;
  margin-top: 5px;
  font-weight: bold;
}

.search-products .product .info .price .old-price {
  font-size: 0.75em;
  color: #9e9e9e;
  font-weight:normal;
  margin-right:5px;
  text-decoration:line-through;
}

.search-products .product .info .price .inc-tax {
  font-size: 11px;
  font-weight: normal;
  margin-left: 5px;
} 

@media (max-width: 767px){
  #header .search-bar{
    position: unset;
    left: unset;
    top: unset;
    border-top: 0;
  }
} 

.home-reviews{
  display: none;
}
