/* 20201118202624 - 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: #b3312f;
}

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

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

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

/* custom */
body > div.wrapper > div > div:nth-child(1) > div.product-wrap.row > div.product-info.col-sm-8.col-md-7.col-md-offset-1 > div > div.tabsPages > div.page.info.active > table > tbody {
display: none !important;
}
.wsa-demobar a, .wsa-demobar a.close {
display: none !important;
}
.wsa-demobar{
position: absolute !important;

background-color: #4d4d4d !important;
color: #F7F7F7 !important; }

@media screen and (max-width: 767px){
.wsa-demobar{
display: none !important;
}
body {
margin-top: 0px!important;
}
}

/*advision*/
#stock-locations{margin-top:15px;}
#stock-locations > span{display:none; text-transform: uppercase;}
#stock-locations table{ width: 100%;}
#stock-locations table tr th{background: #eee; font-weight:bold;}
#stock-locations table tr th, #stock-locations table tr td{padding:5px;}
#stock-locations table tr th:last-of-type, #stock-locations table tr td:last-of-type{text-align:right;}
}

h3.feattitle {
    font-size: 30px;
}
a[title="Stix Loyalty Program"]{
    background-color:#B3312F!important;
}

/*Geneviève FL - October 8, 2020 - Ticket #1448861 - remove product listing image border - BEGIN*/
.image-wrap {
    border: none;
}
/*Geneviève FL -- END*/

/*Aileen Tagalog - Lightspeed Support 1451465 Fixing the position of the demobar 10-12-20 START*/
.wsa-demobar {
    position: fixed !important;
}
/*END*/

/*START | Russel Rosal | Oct 15, 2020 | change loyalty reward header in cart page */
#gui-wrapper > div.gui-col3-equal > div.gui-col3-equal-col3.gui-div-cart-sum > div.gui-cart-sum > div.gui-block.gui-reward-cart-block > div.gui-block-title {
    color: #ffffff;
    background-color: #B3312F;
}
#gui-wrapper > div.gui-col3-equal > div.gui-col3-equal-col3.gui-div-cart-sum > div.gui-cart-sum > div.gui-block.gui-reward-cart-block > div.gui-block-title > strong {
  color: #ffffff
}
/*END| Russel Rosal | Oct 15, 2020  */
/*Eduard Lordan, 10/18/2020, ticket#1460944, change background on sale tag, BEGIN*/ 
body > div.wrapper > div > div.products.row > div.col-sm-12.col-md-10 > div > div.image-wrap > a > div {
	background-color: red !important;
}
/*Eduard Lordan, 10/18/2020, ticket#1460944, change background on sale tag, END*/

/*Start| Russel R| Nov 1 2020, make embedded video responsive*/
@media (max-width: 767px) {
  iframe {
      width: inherit;
      height: inherit;
  }
}
/*End| Russel R| Nov 1 2020*/

/* Mohammad Mirza | Ticket: 1498256 | Nov 11, 2020 */
/* Hides the border on the list of product page around images */
/* div.image-wrap > a > img{
	border: none !important;
} */

/* Hides the border on the list of product page around product description */
/* div.info {
	border: none !important;
} */

/* Hides the border on the product page around main image */
div.images{
 border: none !important; 
}

/* Hides the border on the product page around thumbnail */
div.thumbs.row > .col-xs-3.col-sm-4.col-md-4 > a {
  border: none !important;
}
/* End */
/*Remove slider on headline - Marc S - Lightspeed Support Start*/
body > div.wrapper > div > div.headline > button.slider-next{
	display:none;
}
body > div.wrapper > div > div.headline > button.slider-prev{
  display:none;
}
/*Remove slider on headline - Marc S - Lightspeed Support END*/
