/* 20220401194225 - v2 */
.gui,
.gui-block-linklist li a {
  color: #0f4c81;
}

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

.gui-block-inner strong {
  color: #6f93b3;
}

.gui a {
  color: #b5c7d3;
}

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

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

.gui-block,
.gui-block-title,
.gui-buttons.gui-border,
.gui-block-inner,
.gui-image {
  border-color: #0f4c81;
}

.gui-block-title {
  color: #0f4c81;
  background-color: #f7f7ee;
}

.gui-content-title {
  color: #0f4c81;
}

.gui-form .gui-field .gui-description span {
  color: #0f4c81;
}

.gui-block-inner {
  background-color: #edede4;
}

.gui-block-option {
  border-color: #dbe4ec;
  background-color: #f3f6f8;
}

.gui-block-option-block {
  border-color: #dbe4ec;
}

.gui-block-title strong {
  color: #0f4c81;
}

.gui-line,
.gui-cart-sum .gui-line {
  background-color: #93aec6;
}

.gui ul.gui-products li {
  border-color: #b7c9d9;
}

.gui-block-subcontent,
.gui-content-subtitle {
  border-color: #b7c9d9;
}

.gui-faq,
.gui-login,
.gui-password,
.gui-register,
.gui-review,
.gui-sitemap,
.gui-block-linklist li,
.gui-table {
  border-color: #b7c9d9;
}

.gui-block-content .gui-table {
  border-color: #dbe4ec;
}

.gui-table thead tr th {
  border-color: #93aec6;
  background-color: #f3f6f8;
}

.gui-table tbody tr td {
  border-color: #dbe4ec;
}

.gui a.gui-button-large,
.gui a.gui-button-small {
  border-color: #0f4c81;
  color: #0f4c81;
  background-color: #f7f7ee;
}

.gui a.gui-button-large.gui-button-action,
.gui a.gui-button-small.gui-button-action {
  border-color: #0f4c81;
  color: #0f4c81;
  background-color: #f7f7ee;
}

.gui a.gui-button-large:active,
.gui a.gui-button-small:active {
  background-color: #c5c5be;
  border-color: #0c3c67;
}

.gui a.gui-button-large.gui-button-action:active,
.gui a.gui-button-small.gui-button-action:active {
  background-color: #c5c5be;
  border-color: #0c3c67;
}

.gui-input,
.gui-text,
.gui-select,
.gui-number {
  border-color: #0f4c81;
  background-color: #f7f7ee;
}

.gui-select .gui-handle,
.gui-number .gui-handle {
  border-color: #0f4c81;
}

.gui-number .gui-handle a {
  background-color: #f7f7ee;
}

.gui-input input,
.gui-number input,
.gui-text textarea,
.gui-select .gui-value {
  color: #0f4c81;
}

.gui-progressbar {
  background-color: #b5c7d3;
}

/* custom */
/* Name: Clayton | Date: February 20, 2020  | Reason: Hide Footer options, remove category box shadow,   | Begin. */
.languages .flag {
  /*background-image: url('https://cdn.shoplightspeed.com/shops/610244/files/18380696/langs-lightbg.png');*/
  background-image: url('https://cdn.shoplightspeed.com/shops/610244/files/21310665/langs-lightbg.png');
  /* Replaces the flags sprite sheet with the one uploaded to the Tools > Files section DO NOT FORGET TO UPDATE THE URL */
  border-radius: 0;
  width: 25px;
}
 
.languages .flag.us { /* EN is first position in the sprite sheet, start at 0 */
  background-position: -3px 2px
}
 
.languages .flag.fc { /* FR is second in the sheet, start at 20 +1 (sprite height + 1px) */
  background-position: -3px -21px
}
/*
body > div > footer > div.container > div.links.row > div:nth-child(2) > div > ul > li:nth-child(3) > a {
  display:none;
}
body > div > footer > div.container > div.links.row > div:nth-child(2) > div > ul > li:nth-child(4) > a {
  display: none;
}
*/
.category span.title {
  background-color: rgba(0,0,0,0);
  box-shadow: none!important;
  }
/* Name: Clayton | Date: February 20, 2020  | End. */


/* Name: Laura Elena | Date: April, 30, 2020  | Reason: Remove Products section in footer| Begin. */
div.col-xs-12:nth-child(2) {
display: none;
}
/* Name: Laura Elena | Date: April, 30, 2020  | End. */
/*Remove social media icons from product pages*/
div.share42init{
	display: none!important;
}

/* This part of the CSS code ensures the USP bar is hidden for mobile visitors. When a screen is smaller than 767 pixels wide, the USPs will not fit properly. */
@media screen and (max-width: 767px){
.wsa-demobar{
display: none !important;
}
body {
margin-top: 0px!important;
}
}
/* These are comments, they can be left in your CSS code. They are here to help explain each part. */

/* This part of the CSS code ensures the link to the Back Office and the close button are hidden. */
.wsa-demobar a, .wsa-demobar a.close {
display: none !important;
}

/* This part of the CSS code ensures the USP bar is no longer visible when scrolling like the original demobar. */
.wsa-demobar{
position: absolute !important;

/* This part of the CSS code controls the background and font color of the the USP bar. Search online for any colour in 'hex' and replace the number below. #000000 is black, #ffffff is white. */
background-color: #000000 !important;
color: #ffffff !important; }

/* This part of the CSS code ensures the USP bar is hidden for mobile visitors. When a screen is smaller than 767 pixels wide, the USPs will not fit properly. */
@media screen and (max-width: 767px){
.wsa-demobar{
display: none !important;
}
body {
margin-top: 0px!important;
}
}
body > div > footer > div.copyright-payment {
  background-color: #dde4e6;
}
