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

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

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

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

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

.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: #104c5c;
  color: #ffffff;
  background-color: #083643;
}

.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: #062b35;
  border-color: #0c3c49;
}

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

/* custom */
body {
  overflow-x: initial;
}

.prod-card__action-button{
  display: none !important;
}

#mc-embedded-subscribe {
  background: #083643 !important;
  color: #fff;
  max-width: 80% !important;
  padding: 8px 34px 8px 34px;
  margin-top: 60px;
  border-radius: 1px;
  border: 0;
  display: inline-block !important;
  font-size: 16px;
  font-weight: 400;
  margin-left: 6px;
  cursor: pointer;
  margin-bottom: 20px;
}

#mc_embed_signup_scroll h2{
  margin-bottom: 30px !important;
}

.asterisk {
  color: #9d1d1d;
}

#mc_embed_signup {
  max-width: 100%;
}

.mcl h4{
  font-size: 1.2em;
  margin-bottom: 6px;
  margin-top: 0px !important;
}

.email {
  margin-left: 6px;
}

.lightwidget-widget {
  height: 450px;
  max-width: 100% !important;
}

.product-configure label {
  margin-top: 1rem;
}

.form-label.margin-bottom-sm.block {
  margin-top: 1rem;
}

.gift-guide img{
  max-width: 80%;
}

.button1 {
  background-color: #a4121c;
  border: none;
  color: whit !important;
  padding: 15px 32px;
  text-align: center;
  text-decoration: none !important;
  display: inline-block;
  font-size: 16px;
}

.ob-title {
  width: 100%;
  background-color: #083643;
  padding: 20px;
  margin-bottom: 0px;
}

.ob-title h2 {
  color: #ffffff;
  font-size: 18px;
}

@media only screen and (max-width: 1600px) {
  .lightwidget-widget {
 height: 650px; 
  
}
}

@media only screen and (max-width: 1300px) {
  .lightwidget-widget {
 height: 525px; 
  
}
}

@media only screen and (max-width: 1000px) {
  .lightwidget-widget {
 height: 400px; 
  
}
}

@media only screen and (max-width: 960px) {
  .lightwidget-widget {
 height: 650px; 
  
}
}

@media only screen and (max-width: 700px) {
  .lightwidget-widget {
 height: 475px; 
  
}
}


@media only screen and (max-width: 415px) {
  .lightwidget-widget {
 height: 275px; 
  
}
}

@media only screen and (max-width: 350px) {
  .lightwidget-widget {
 height: 225px; 
  
}
}


/*hide gift card from nav bar - LS Support - Marc S- Start*/
body > header > div.main-header__nav > div > ul.main-header__list.flex-grow.flex-basis-0.flex-wrap.justify-center\@md > li:nth-child(7){
display: none !important;
}
/*hide gift card from nav bar - LS Support - Marc S- END*/

.footer-gc {
  padding-bottom: 5px;
}

.footer-gc a{
  text-decoration: none !important;
  color: #000000;
}

.footer-gc a:hover{
  text-decoration: underline !important;
  color: #083643 !important;
}

/* .e1rqh3k81 {
  display: block !important;
} 

.css-ry8z2g-Box-Flex {
  display: block !important;
}
 */
