/* 20241203195457 - 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: #f55f4f;
}

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

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

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

/* custom */
#headercontainer > header > nav > div > ul > li:nth-child(4) > ul > li:hover > ul {
  display: none;
}

.anchor {
    padding-top: 75px;
    margin-top: -75px;
}

.giftcard-flex {
 		display: inline-flex !important;
  	display: -webkit-inline-flex !important;
  	-webkit-box-pack: none !important;
  	align-items: stretch;
  	width: 100%;
}
#gift-cards-page .gui-page-title {
  visibility: hidden;
  font-size: small !important;
}

#gift-cards-page .gui-page-title::before {
	content: "Create a digital gift card";
  visibility: visible;
  display: block;
  position: relative;
  left: 50%;
  transform: translate(-50%,-50%);
  margin-top: 20px;
  white-space: nowrap;
  font-size: x-large;
}

#gift-cards-page .gui-page-title::after {
  content: "Digital gift cards are emailed to the recipient immediately upon purchase and can be used either online or in-store.";
  visibility: visible;
  display: block;
  position: relative;
  font-size: medium;
  line-height: 1.5;
}

#giftcard-email::after {
 content: "Double-check recipient email address before submitting!";
}

/* 5/8 Brett BEGIN */
@font-face {
  font-family: "BigSexy";
  src: url("https://cdn.shoplightspeed.com/shops/641559/files/63311661/bigsexysans.woff") format('woff');
}
h5.headline {
	letter-spacing: 0px;
}
h2, h3, h4, h5 {
  font-family: "ivypresto-display";
}

h1 {
  font-size:3.2em;
}
h2 {
  font-size:2.8em;
}
h3 {
  font-size:2.2em;
}
h4 {
  font-size:1.8em;
}

body {
  font-family: "neuzeit-grotesk";
  padding-top: 120px;
}
#header-content {
	height: 120px;
}
.button, button {
}
.logo {
	max-height: 110px;
}
.headerscrolled .logo {
	max-height: 110px;
}
.article-custom .article-date, .blog-custom-article .article-date {
  display: none !important;
}

@media only screen and (max-width:768px) {
  #blog-content img {
    width: 100% !important;
    height: auto !important;
    margin-bottom: 10px !important; 
  }
  #blog-content iframe {
    width: 100% !important;
    height: auto !important;
    margin-bottom: 10px !important; 
    min-height: 300px;
  }
}
/* 5/8 Brett END */

/*Benjamin Lopez, 25/05/2018, BEGIN*/
/* We want to delete the "Return to backoffice" link */
.wsa-demobar a{ display: none; }
/* We want to delete the "Return to backoffice" link */
/*END*/
