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

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

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

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

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

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

/* custom */
/* 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 always visible when scrolling. */
.wsa-demobar {
position: fixed !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: #AE2001 !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;
}
}

/*Benjamin Lopez, Lightspeed HQ, 30/05/2018, Change color for Search bar since it was white on white*/
.topnav .search.tui input, .topnav .search.tui #searchform::before {
  color: #000000
}
.swiper-title {
    line-height: 90px; text-align: center;
}
.index-banner-caption-title {
  line-height: 90px
}
/*END*/
/*Jeffrey Juban, Lightspeed HQ, 28/09/2018, Display checkmarks for Free Returns and Fully Responsive on the homepage */
#tmcmsinfo_block .cms_shipping .cms_shipping2 .icon,
#tmcmsinfo_block .cms_shipping .cms_shipping3 .icon {
    background: url(free-shipping.png) no-repeat scroll 0px 0px transparent;
}
/*END case#634932*/

/* Custom CSS by Leah @ Lightspeed | Reason: Hid the 'no products found' text in the "product" category pages to accomodate the POWr contact forms*/
div.col-12.aligncenter.pt60.pb30 { display: none!important;}
/* End of Leah’s Custom CSS */

/*Hide elements on product page - Rina - Feb. 25*/
/*ol.product-breadcrumb {
  display: none;
}*/
/*Article code & SKU*/
.product-row-brand { 
  display: none;
}
/*End*/

.header-index.shrink .header-wrapper .header-wrap-01 {
	float: right;
}
.header-index.shrink .header-wrapper {
  max-width: 100%;
  background-color: #020a5e;
}

@media (max-width: 1290px) {
  .header-index.shrink .header-wrapper {
    max-width: 100%;
    width: 100%;
  }
}
@media (max-width: 1160px) {
  .header-wrap-01 {
  	display: none;
  }
}
@media (max-width: 968px) {
  .header-wrap-01 {
  	display: block;
  }
  .header-index.shrink .header-wrapper .header-wrap-01 {
    float: left;
  }
}
