/* 20210720200920 - 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: #44c8cf;
}

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

.gui-select.gui-focus .gui-handle {
  border-color: #44c8cf;
}

.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: #44c8cf;
}

/* custom */
.header-cart .cart-order a {
    color: #17a2b8;
}

.header-cart .cart-order a:hover {
    color: #6c757d;
}

.header-logo {
  width: 280px;
}

#dropdownCart > i {
    color: #44C8CF;
}
.cart-count {
  position: static;
}

.discount-text{
	color: #44C8CF !important;
}

div.wishlist-tag > span > a > i:hover {
  	color: #44C8CF !important;
}

.header-logo-image .img-logo{
  height: 110px;
}

.starter-preset-1 .btn-cart {
  background: none;
}
.starter-preset-1 .btn-cart:hover {
  /*background: none;*/
}

.starter-preset-1 .btn-search {
  background: none;
}
.starter-preset-1 .btn-search:hover{
  /*background: none; */
  color: #44C8CF;
}



.starter-preset-1 .btn-navigation {
  background: none;
}
.starter-preset-1 .btn-navigation:hover {
  /*background: none;*/
  color: #44C8CF;
}
.header-wrapper {
  background-color: transparent;
}
.header-logo-image{
    background-color: #000;
}
.header-wrapper button {
  background: none;
  color: #44C8CF;
}

.header-wrapper button:hover {
  background: black;
  color: #0000;
}

.element-specifications > div {
  flex: 0 0 100%;
  max-width: 100%;
}

/*#catalog-content > div.container.pt30.pb30 > div > div:nth-child(1) > div > a > div {
	color: #6c757d;
}*/

footer a {
  color: #6c757d !important;
}
footer i {
    color: #44C8CF
}

footer h5{
      color: #44C8CF
}

footer span {
  color: white !important;
}

.contact {
  color: white !important;
}

.glyphicon {
	color: #44c8cf !important;
}

.footer-copyright {
  display:none;
}

.footer-copyright a {
  display:none;
}

.swiper-wrapper{
    transition: none;
  transition-duration: none;
}

.swiper-slide {
  transition: none;
  transition-duration: none;
}
.swiper-slide-duplicate {
    display: none;
}

.brand-noimage-caption {
	transform: translate(-50%, 10%);
}
/* Kerstin Lightspeed 00/00/00 - CHANGE - BEGIN*/
@media (max-width: 820px) {
.header-logo-image .img-logo {
    height: 50px!important;
   }

}

.header-navigation, .header-cart, .header-search {
    float: right;
}

.header-wrapper {
    box-shadow: none;
    width: 96%;
}
@media .starter-preset-1 .header-index .headerbar {
	background: black
}
	
.gui-checkout-payment-provider.gui-payment-provider-mollie2.first {
    display: none;
}

/* Kerstin Lightspeed 00/00/00 - CHANGE - END*/

#gui-form-checkout-default-group-title {
  background-color: #000;
}
#gui-form-checkout-default-group-title strong {
  color: #44c8cf;
}

#map{
  display:none;
}
