/* 20230127164124 - 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: #1c1736;
}

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

.gui-select.gui-focus .gui-handle {
  border-color: #1c1736;
}

.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: #f29821;
  color: #000000;
  background-color: #f29821;
}

.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: #c1791a;
  border-color: #c1791a;
}

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

/* custom */
/* Sharlene LightspeedHQ (Adoption Session) - 08 Jan 2021 - USP’s kleur - START */
.usp-bar a, .product-detail .info .product-description a {
    color: #000000!important;
}
/* Knop winkelwagen kleur op productpagina */
.btn.cart-btn, a[href="https://www.baby-phant.com/checkout/"].btn.accent {
    background: #3bbc9c;
}
/* Sharlene LightspeedHQ (Adoption Session) - 08 Jan-2021 - END */

/* Justin@Shopmonkey - 15/10/2020 - Start */
.ul-reset{
  list-style: none;
  padding: 0;
  margin: 0;
}
#productpage .product-configure label.label-title{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 10px;
  font-weight: 600;
  font-size: 1em;
  text-transform: inherit;
}
#productpage .product-configure .product-configure-inner .option-wrap{
	padding: 15px 0;
}
#productpage .product-configure .linked-options{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: -5px;
}
#productpage .product-configure .linked-options .option{
	padding: 5px;
}
#productpage .product-configure .linked-options .option .image-wrap {
	padding: 10%;
  background: #fff;
  min-width: 80px;
  max-width: 80px;
}
#productpage .product-configure .linked-options .option .image-wrap img{
	width: 100%;
}
#productpage .product-configure .collection-link {
	text-decoration: underline;
}
#productpage .product-configure .product-custom-radio .custom-options{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: -5px;
}
#productpage .product-configure .product-custom-radio .custom-options .custom-option{
  padding: 5px;
	cursor: pointer;
}
#productpage .product-configure .product-custom-radio .custom-options .custom-option img{
  width: 150px;
  margin-bottom: 20px;
  cursor: pointer;
}
#productpage .product-configure .product-custom-radio .custom-options .custom-option .inner{
  position: relative;
  background: #fff;
  overflow: hidden;
  border-radius: 5px;
  padding-bottom: 5px;
  cursor: pointer;
}
#productpage .product-configure .product-custom-radio .custom-options .custom-option input{
  display: none;
}
#productpage .product-configure .product-custom-radio .custom-options .custom-option label{
  cursor: pointer;
  position: absolute;
	width: 100%;
  height: 100%;
  padding: 0;
  padding-bottom: 10px;
  margin-bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: .15s all ease-in-out;
  -o-transition: .15s all ease-in-out;
  transition: .15s all ease-in-out;
  border-radius: 5px;
}
#productpage .product-configure .product-custom-radio .custom-options .custom-option label i{
	margin-right: 5px;
  margin-bottom: 5px;
}
#productpage .product-configure .product-custom-radio .custom-options .custom-option label:before,
#productpage .product-configure .product-custom-radio .custom-options .custom-option label:after{
  display: none;
}

@media (max-width: 767px) {
	#productpage .product-configure .product-custom-radio .custom-options .custom-option img {
    width: 130px;
  }
}
/* Justin@Shopmonkey - 15/10/2020 - End */

/* Another Concept - 16-11-2021 */
#footer .information {
    display: none !important;
}

.vat{
	display:none;
}

/* General Mobile */
@media only screen and (max-width: 40em) {
  
  /*
	#product .images .images-wrap .image {
  	  cursor: pointer;
    	overflow: none;
    	display: block !important;
  }*/
}
