/* 20260206173717 - 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 */
a.btn, button, input[type="submit"], input[type="reset"], input[type="button"], .navigation .burger.open li, .slider-pagination a.active {
 background-color: #d12027;
}
a.btn:hover, button:hover, input[type="submit"]:hover, input[type="reset"]:hover, input[type="button"]:hover, .navigation .burger.open li:hover, .slider-pagination a.active {
 background-color: #a31e21;
}
@media (min-width: 768px) {
 .topnav {
  padding: 6px 0;
 }
 .topnav .tel {
  float: right;
  line-height: 16px;
 }
 .topnav .tel span.telnr {
  font-weight: bold;
  font-size: 110%;
  display: inline-block;
  margin-top: -2px;
 }
 .topnav .social {
  float: right;
  margin-left: 16px;
  margin-bottom: -2px;
 }
 .topnav .social a {
  width: 16px;
  height: 16px;
  display: inline-block;
  margin-left: 4px;
  background: url('https://static.webshopapp.com/shops/075041/files/098479703/socialmedia.png') no-repeat left top;
 }
 .topnav .social a.facebook {
  background-position: left top;
 }
 .topnav .social a.facebook:hover {
  opacity: 1;
  background-position: left bottom;
 }
 .topnav .social a.twitter {
  background-position: -16px top;
 }
 .topnav .social a.twitter:hover {
  opacity: 1;
  background-position: -16px bottom;
 }
 .topnav .social a.instagram {
  background-position: -48px top;
 }
 .topnav .social a.instagram:hover {
  opacity: 1;
  background-position: -48px bottom;
 }
 .navigation {
  padding-bottom: 12px;
  padding-top: 12px;
 }
 header, .navigation {
  background: url('https://static.webshopapp.com/shops/075041/files/032169266/bg.jpg') repeat center top;
 }
 header {
  position: fixed;
  width: 100%;
  z-index: 999;
  -webkit-box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.6);
  -moz-box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.6);
  box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.6);
 }
 div.wrapper, div.wrapper.fixed {
  padding-top: 118px;
 }
 header .vertical.logo {
  padding-right: 20px;
 }
 header .navigation .logo img {
  height: 64px;
  -webkit-transition: height 200ms;
  -moz-transition: height 200ms;
  transition: height 200ms;
 }
 header.scroll .navigation .logo img {
  height: 32px;
  -webkit-transition: height 200ms;
  -moz-transition: height 200ms;
  transition: height 200ms;
 }
 header.scroll .navigation {
  padding-bottom: 12px;
  padding-top: 12px;
 }
 .navigation {
  position: relative;
 }
 #formSearch {
  margin-left: 5px;
  position: absolute;
  right: 16px;
  width: auto;
  z-index: 10;
 }
 #formSearch input {
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  width: 100px;
  padding-left: 10px;
  padding-right: 30px;
  transition: width 0.3s ease 0s;
 }
 #formSearch input:focus {
  width: 168px;
  max-width: 168px;
 }
 #formSearch .glyphicon-search {
  right: 16px;
 }
 nav.desktop ul {
  margin-right: 106px;
 }
 nav.desktop .item .itemLink,
 nav.desktop .item .subitemLink {
  transition: background-color 0.3s ease 0s, border-color 0.3s ease 0s;
 }
 nav.desktop .item.hover .itemLink,
 nav.desktop .item.sub.hover .itemLink,
 nav.desktop .subnav .subitem .subitemLink:hover {
  background-color: #e8e8e8;
  border-color: #ccc;
 }
 nav.desktop .item .itemLink {
  border-radius: 8px;
  border: 1px solid #eaeaea;
 }
 nav.desktop ul.subnav {
  border-radius: 8px;
  background: transparent;
  border-color: #ccc;
 }
 nav.desktop .subnav .subitem:first-child,
 nav.desktop .subnav .subitem:first-child .subitemLink,
 nav.desktop .subnav .subitem:first-child:hover .subitemLink,
 nav.desktop .subnav .subnav .subitem:first-child .subitemLink,
 nav.desktop .subnav .subnav .subitem:first-child:hover .subitemLink {
  -webkit-border-radius: 8px 8px 0 0;
  -moz-border-radius: 8px 8px 0 0;
  border-radius: 8px 8px 0 0;
 }
 nav.desktop .subnav .subitem:last-child,
 nav.desktop .subnav .subitem:last-child .subitemLink,
 nav.desktop .subnav .subitem:last-child:hover .subitemLink,
 nav.desktop .subnav .subnav .subitem:last-child .subitemLink,
 nav.desktop .subnav .subnav .subitem:last-child:hover .subitemLink {
  -webkit-border-radius: 0 0 8px 8px;
  -moz-border-radius: 0 0 8px 8px;
  border-radius: 0 0 8px 8px;
 }
 nav.desktop .subnav .subitem:only-child,
 nav.desktop .subnav .subitem:only-child .subitemLink,
 nav.desktop .subnav .subitem:only-child:hover .subitemLink,
 nav.desktop .subnav .subnav .subitem:only-child:hover .subitemLink {
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
 }
 nav.desktop ul ul, nav.desktop ul ol,
 nav.desktop ol ol, nav.desktop ol ul {
  font-size: 95%;
 }
 footer {
  background-color: #ededed;
 }
}
@media (max-width: 767px) {
 .navigation .logo {
  padding-top: 15px;
  padding-bottom: 15px;
 }
 .topnav .tel {
  display: none;
 }
}
.slider-prev, .slider-next {
 margin-top: -16px;
 background-color: #d12027;
 border: 4px solid #fff;
 -webkit-border-radius: 20px;
 -moz-border-radius: 20px;
 border-radius: 20px;
 color: #fff;
 opacity: 1;
}
.slider-prev:hover, .slider-next:hover {
 background-color: #a31e21;
}
.slider-prev span, .slider-next span,
.slider-prev:hover span, .slider-next:hover span {
 color: #fff;
}
.slider-prev {
 left: -18px;
}
.slider-next {
 right: -18px;
}
.headline .slider {
 border-color: #fff;
 -webkit-border-radius: 24px;
 -moz-border-radius: 24px;
 border-radius: 24px;
}
.headline .slider img {
/* height: 100px !important;*/
/* height: 356px !important;*/
}
@media (max-width: 767px) and (orientation: portrait) {
 .headline .slider img {
  height: 150px !important;
 }
}
@media (max-width: 767px) and (orientation: landscape) {
 .headline .slider img {
  height: 225px !important;
 }
}
@media (min-width: 768px) {
 .headline .slider img {
  height: 225px !important;
 }
}
@media (min-width: 992px) {
 .headline .slider img {
  height: 293px !important;
 }
}
@media (min-width: 1200px) {
 .headline .slider img {
  height: 356px !important;
 }
}
.headline .slider-pagination {
 position: absolute;
 bottom: -8px;
}
.headline .slider-pagination a {
 border-color: #ccc;
}

.wrapper .row {
 padding-top: 24px;
}
.row.smallBanners {
 padding-bottom: 24px;
}
.smallBanners div a {
 display: block;
 -webkit-border-radius: 24px;
 -moz-border-radius: 24px;
 border-radius: 24px;
 overflow: hidden;
}
@media (max-width: 767px){
 .col-ts-12{
  width:100% !important;
  margin-bottom: 20px;
 }
 .row.smallBanners {
  padding-bottom: 0;
 }
 .smallBanners img.img-responsive {
  width:100% !important;
 }
}
.categories.row {
 padding-top: 0;
}
.categories .category {
 -webkit-border-radius: 24px;
 -moz-border-radius: 24px;
 border-radius: 24px;
 overflow: hidden;
 width: 19%;
 margin: 0 1.25% 1.25% 0;
}
.categories .category:nth-child(5n) {
 margin-right: 0;
}
.categories .category div {
 padding-left: 8px;
 padding-right: 8px;
 text-align: center;
}
.categories .category span.title {
 -webkit-border-radius: 8px;
 -moz-border-radius: 8px;
 border-radius: 8px;
 box-shadow: none;
 padding: 0 8px;
 opacity: 0.8;
 font-size: 80%;
 display: inline-block;
 margin: 0;
}
.categories .category:hover span.title {
 opacity: 1;
}
@media (max-width: 767px) {
 .categories .category ,
 .categories .category:nth-child(5n) {
  width: 47.5%;
  margin: 0 5% 5% 0;
  float: left;
 }
 .categories .category:nth-child(2n) {
  margin-right: 0;
 }
}
.sidebar ul ul {
 font-size: 95%;
}
.sidebar li .itemLink,
.sidebar li .subitemLink{
 display: block;
}
.sidebar li .itemLink.active,
.sidebar li .subitemLink.active {
 text-decoration: underline;
}
.page-title .col-sm-6.col-md-6 h1 {
 padding-bottom: 24px;
}
.products .sidebar,
.products .col-sm-12.col-md-10,
.product-wrap {
 margin-top: -24px;
}
.products .pager.prod {
 padding: 0 15px 24px;
}
.products .pager.prod.bottom {
 padding-bottom: 0;
}
.pager ul, .products .pager ul li {
 border: none;
}
.pager ul li a {
 border: 1px solid #eaeaea;
 margin-right: -1px;
 -webkit-border-radius: 8px;
 -moz-border-radius: 8px;
 border-radius: 8px;
}
.pager ul li:last-child a {
 border: 1px solid #eaeaea;
}
.products .product {
 margin-bottom: 24px;
}
.products .product .image-wrap {
 -webkit-border-radius: 24px 24px 0 0;
 -moz-border-radius: 24px 24px 0 0;
 border-radius: 24px 24px 0 0;
 overflow: hidden;
}
.products .product .image-wrap img {
 -webkit-border-radius: 24px 24px 0 0;
 -moz-border-radius: 24px 24px 0 0;
 border-radius: 24px 24px 0 0;
}
.products .product .image-wrap .cart {
 background: #fff;
 border-color: #fff;
 font-size: 120%;
 font-weight: bold;
 padding: 4px 6px;
 margin-top: 20px;
 -webkit-border-radius: 8px;
 -moz-border-radius: 8px;
 border-radius: 8px;
 transition: background-color 0.3s ease 0s, border-color 0.3s ease 0s;
}
.products .product .image-wrap .cart:hover {
 background: #d12027;
 border-color: #d12027;
 color: #fff;
}
.products .product .image-wrap .description .text {
 font-size: 110%;
}
.products .product .image-wrap .sale-new {
 background-color: #d12027;
 -webkit-border-radius: 6px;
 -moz-border-radius: 6px;
 border-radius: 6px;
 padding: 6px 16px;
 font-size: 1.6em;
 font-weight: bold;
 line-height: 1em;
}
.products .product .image-wrap .sale-new.new-label {
 background-color: #2185ef;
}
.products .product .info {
 -webkit-border-radius: 0 0 24px 24px;
 -moz-border-radius: 0 0 24px 24px;
 border-radius: 0 0 24px 24px;
}
.product-wrap .product-img .zoombox .images {
 -webkit-border-radius: 24px;
 -moz-border-radius: 24px;
 border-radius: 24px;
 overflow: hidden;
}
.product-wrap .product-img .zoombox .thumbs {
 padding-left: 10px;
 padding-right: 10px;
}
.product-wrap .product-img .zoombox .thumbs > div {
 padding: 0 5px;
}
.product-wrap .product-img .zoombox .thumbs > div a {
 -webkit-border-radius: 12px;
 -moz-border-radius: 12px;
 border-radius: 12px;
 overflow: hidden;
 margin-bottom: 10px;
}
.product-wrap .product-img .zoombox .images,
.product-wrap .product-img .zoombox .thumbs > div a {
 transition: border-color 0.3s ease 0s;
}
.product-wrap .product-img .zoombox .images:hover,
.product-wrap .product-img .zoombox .thumbs > div a:hover {
 border-color: #999;
}
.product-wrap .product-configure-options-option select {
  width: auto;
  max-width: none;
 }
.product-tabs {
 border: none;
 padding-bottom: 32px;
}
.tabs ul li a {
 -webkit-border-radius: 24px 24px 0 0;
 -moz-border-radius: 24px 24px 0 0;
 border-radius: 24px 24px 0 0;
 border-style: solid;
 border-width: 1px;
 margin-left: -1px;
}
.tabs ul li:first-child a {
 border-left: 1px solid #eaeaea;
}
.tabsPages .specs td {
 vertical-align: top;
}
.tabsPages .specs td.spec-title {
 white-space: nowrap;
 padding-right: 8px;
}
.product-info .product-price .cart input {
 -webkit-border-radius: 12px 0 0 12px;
 -moz-border-radius: 12px 0 0 12px;
 border-radius: 12px 0 0 12px;
}
.product-info .product-price .cart .change {
 width: 20px;
 -wenkit-border-radius: 0 12px 12px 0;
 -moz-border-radius: 0 12px 12px 0;
 border-radius: 0 12px 12px 0;
}
.product-info .product-price .btn {
 -webkit-border-radius: 12px;
 -moz-border-radius: 12px;
 border-radius: 12px;
}
#collection-filter-price .ui-slider-range {
 background: #d8d8d8;
 background: -moz-linear-gradient(top, #d8d8d8 0%, #e8e8e8 100%);
 background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#d8d8d8), color-stop(100%,#e8e8e8));
 background: -webkit-linear-gradient(top, #d8d8d8 0%,#e8e8e8 100%);
 background: -o-linear-gradient(top, #d8d8d8 0%,#e8e8e8 100%);
 background: -ms-linear-gradient(top, #d8d8d8 0%,#e8e8e8 100%);
 background: linear-gradient(to bottom, #d8d8d8 0%,#e8e8e8 100%);
}
#collection-filter-price .ui-slider-handle {
 background: #d12027;
 background: -moz-linear-gradient(top,  #d12027 0%, #ED5A5F 100%);
 background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#d12027), color-stop(100%,#ED5A5F));
 background: -webkit-linear-gradient(top,  #d12027 0%,#ED5A5F 100%);
 background: -o-linear-gradient(top,  #d12027 0%,#ED5A5F 100%);
 background: -ms-linear-gradient(top,  #d12027 0%,#ED5A5F 100%);
 background: linear-gradient(to bottom,  #d12027 0%,#ED5A5F 100%);
 border-color: #ccc;
 -webkit-border-radius: 6px;
 -moz-border-radius: 6px;
 border-radius: 6px;
 cursor: w-resize;
}
.brands .slider li {
 -webkit-border-radius: 24px;
 -moz-border-radius: 24px;
 border-radius: 24px;
 overflow: hidden;
 margin-right: 0;
}
.brands .slider-prev, .brands .slider-next {
 margin-top: -18px;
}

.gui a.gui-button-large, .gui a.gui-button-small, .gui-block, .gui-block.gui-closed .gui-block-title, .gui-block-option, .gui-block-option img.gui-border, .gui-block-option-block, .gui-block-title span, .gui-image, .gui-input, .gui-text, .gui-messages ul, .messages ul, .gui-number, .gui-popover, .gui-popover-bg, .gui-popover-content, .gui-popover-title a, .gui-table, .gui-block-content .gui-mask, .gui-block-content {
 border-radius: 12px !important;
 overflow: hidden;
}
.gui-block-title {
 border-radius: 12px 12px 0 0;
}
.gui-select {
 padding-right: 12px;
 border: 1px solid #8d8d8d;
 -webkit-border-radius: 12px !important;
 -moz-border-radius: 12px !important;
 border-radius: 12px !important;
 overflow: hidden;
}
.gui-select select {
 border: none;
}
.gui a.gui-button-large, .gui a.gui-button-small {
 background-color: #eaeaea;
 text-transform: uppercase;
 display: block;
 transition: background-color 0.3s ease 0s, border-color 0.3s ease 0s;
}
.gui a.gui-button-large:hover, .gui a.gui-button-small:hover {
 background-color: #d12027;
 border-color: #d12027;
 color: #fff;
}
#gui-form-cart a.gui-button-small {
 display: inline-block;
}
.gui a.gui-button-large.gui-button-action,
.gui a.gui-button-small.gui-button-action {
  background-color: #eaeaea;
}
.gui a.gui-button-large.gui-button-action:hover,
.gui a.gui-button-small.gui-button-action:hover {
 background-color: #d12027;
}
.gui-form td {
 vertical-align: middle;
}
.gui-number .gui-handle {
 background: #ebebeb;
 width: 20px;
}
.gui-checkout-payment img[height="32"] {
 display: inline-block;
 margin-right: 4px;
}
.gui-progressbar ul li a {
 color: #8d8d8d;
}
.gui-progressbar ul li.gui-done a {
 color: green;
 background-image: url('');
 background-repeat: no-repeat;
 background-position: 90% center;
}
.gui-progressbar ul li.gui-active a {
 color: #414141;
}
.gui-form .gui-error .gui-select {
 border: 1px solid #c80805;
}
.gui-form .gui-error .gui-select select {
 border: none;
}
.gui-messages ul, .messages ul {
 background-color: #c2c0d1;
 border: 1px solid #24346c;
 color: #24346c;
 font-weight: bold;
}
.messages ul.error, .gui-messages ul.gui-error {
 background-color: #f0c3b2;
 border: 1px solid #d12027;
 color: #d12027;
}

/* START TMP */
@media (min-width: 768px) {
 #formSearch {
/*  margin-left: 4px;
  width: 120px;*/
 }
 nav.desktop .item {
  margin-right: 4px;
 }
 nav.desktop .item .itemLink {
  font-size: 95%;
 }
}
/* EINDE TMP */

.linkTable {
 width: 100%;
 padding: 0;
 margin: 0;
}
.linkTable tr {
}
.linkTable td {
 width: 25%;
 text-align: center;
}
.linkTable td a {
 background: #fff none repeat scroll 0 0;
 border: 1px solid #e8e8e8;
 border-radius: 24px;
 display: block;
 margin: 8px;
 padding: 8px;
 text-decoration: none !important;
}
.linkTable td:nth-child(4n+1) a {
    margin-left: 0;
}
.linkTable td:nth-child(4n) a {
    margin-right: 0;
}
.linkTable td a:hover {
 border-color: #414141;
}
.linkTable td a img {
 display: inline;
}
footer > hr, footer .social {
 display: none;
}
footer .list a.facebook {
 padding-left: 27px;
 background: url('https://static.webshopapp.com/shops/075041/files/091864517/facebook-icon.png') no-repeat left center;
}
footer .list a.twitter {
 padding-left: 27px;
 background: url('https://static.webshopapp.com/shops/075041/files/098478983/twitter-icon.png') no-repeat left center;
}
footer .list a.instagram {
 padding-left: 27px;
 background: url('https://static.webshopapp.com/shops/075041/files/098478974/instagram-icon.png') no-repeat left center;
}
