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

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

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

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

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

.gui-block-title {
  color: #333333;
  background-color: #ffffff;
}

.gui-content-title {
  color: #333333;
}

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

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

.gui-block-option {
  border-color: #d8d8d8;
  background-color: #f2f2f2;
}

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

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

.gui-line,
.gui-cart-sum .gui-line {
  background-color: #8c8c8c;
}

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

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

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

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

.gui-table thead tr th {
  border-color: #8c8c8c;
  background-color: #f2f2f2;
}

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

.gui a.gui-button-large,
.gui a.gui-button-small {
  border-color: #000000;
  color: #000000;
  background-color: #ffffff;
}

.gui a.gui-button-large.gui-button-action,
.gui a.gui-button-small.gui-button-action {
  border-color: #000000;
  color: #000000;
  background-color: #ffffff;
}

.gui a.gui-button-large:active,
.gui a.gui-button-small:active {
  background-color: #cccccc;
  border-color: #000000;
}

.gui a.gui-button-large.gui-button-action:active,
.gui a.gui-button-small.gui-button-action:active {
  background-color: #cccccc;
  border-color: #000000;
}

.gui-input,
.gui-text,
.gui-select,
.gui-number {
  border-color: #000000;
  background-color: #ffffff;
}

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

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

/* custom */
/*Hide the link on the footer*/
div.col-sm-6:nth-child(1) > ul:nth-child(2) > li:nth-child(2){
  display :none;
}

/* This makes the links in de menu white, also the account text underneath it - Joey Lightspeed */
.navbar > .item a,
.headerlinks a,
.headerlinks {
    color: #fff !important;
}
.navbar > .item a:hover {
    color: #000 !important;
}

/* This makes the subnavigation text black */
nav .subnav .subitemLink {
  color: #000 !important;
}

/* This Changes Newsletter Font Color*/
.newsletter h2 {
    color: #000 !important;
}
.btn {
    color: #000 !important;
}

/* This makes the search box fully white and border on the bottom */
#searchcontainer {
    background-color: rgba(255,255,255,1) !important;
    border-bottom: 1px solid;
}


/* This Changes the Slider Max Width*/
.slider {
 max-width: 1600px !important;
 margin: auto !important;
}
.slider img {
 max-width: 1600px !important;
}

/*This Changes Color of Mobile Side Bar*/
li a.sidr-class-itemLink {
 color: #000 !important;
}
a.sidr-class-subitemLink {
 color: #000 !important;
}

/* This removes the login/register in the header - Joey 28-10-16 */
nav .no-underline.headerlinks {
    display: none;
}
.logo {
    padding: 0 !important;
}
/* end */

/* This hides the last child in the menu, BLOG - Joey 2-11-16 */
.navbar > li:last-child {
  display: none;
}
/* end */

/* This moves the menu a bit down, alligned with the logo - Joey 2-11-16 */
.navbar.top-buffer {
    padding-top: 28px;
}
/* end */

/* This hides the unit price and article number - Joey 9-11-16 */
.unitprice {
  display: none;
}
.articlenumber  {
  display: none;
}

/* Increase the size of Search Button & Cart Button -Alex 12-13-16 */
div.tui-dropdown-search {
  font-size: 15px;
  color: #640201;
  Search
}
/* Changes Search Icon To Search Text "SEARCH:" -Alex 12-13-16 */
span.glyphicon.glyphicon-search:before {
  content: "Search:";
  font-weight: bold;
}
/* Drops Search & Cart Button To Align With Nav - Alex 12-13-16 */
div.detailcontainer.right {
  font-weight: bold;
  padding-top: 23px ;
}
/* Fix Pagination Issue pending */
ul.right.no-list-style {
  padding-top: 0px ;
}
/* Adjusting Sidebar Color Text */
.sidebar-box .item .itemLink, .sidebar .item .subitemLink {
    color: #00000;
}
/* end */
/*ecom support- Start Justine Villarente July 27, 2017- Hide Tags, RSS feeds, offers and brands link*/

#footercontainer > div.container > div > div.col-md-3.hidden-xs.col-sm-6 > ul > li:nth-child(3) > a
{
  display:none;
  
}
#footercontainer > div.container > div > div.col-md-3.hidden-xs.col-sm-6 > ul > li:nth-child(5) > a
{
  display:none;
}
#footercontainer > div.container > div > div.col-md-3.hidden-xs.col-sm-6 > ul > li:nth-child(7) > a{
  display:none;
  
}
#footercontainer > div.container > div > div.col-md-3.hidden-xs.col-sm-6 > ul > li:nth-child(9) > a
{
  display:none;
}
/*ecom support end*/

/* BEGIN Jeffrey Brignas |  01/13/18 To Products, My Wishlist and My Tickets out from the footer */

#footercontainer > div.container > div > div.col-md-3.hidden-xs.col-sm-6{
  display: none;
}
#footercontainer > div.container > div > div:nth-child(3) > ul > li:nth-child(5) > a{
  display: none;
}
#footercontainer > div.container > div > div:nth-child(3) > ul > li:nth-child(6) > a{
  display: none;
}
#footercontainer > div.container > div > div:nth-child(3){
  margin-left: 70px;
}
#footercontainer > div.container > div{
  margin-left: 20px;
}

/* END Jeffrey Brignas |  01/13/18 */

/* Lightspeed eCom Support | Dean Berdin | 04-13-2018 | Reason: Hide sub-category list on mobile view | Begin */
@media (max-width: 992px) {
.sidebar-box {
    display: none;
}
}
#contentcontainer > div.container.relative > div > div > div > div.featured.top-padding.col-md-2 {
  display: none !important;
}
/* Lightspeed eCom Support | Dean Berdin | 04-13-2018 | Reason: Hide sub-category list on mobile view | End */

/* Lightspeed eCom Support | Dean Berdin | 04-13-2018 | Reason: Adjust slider width | Begin */
#contentcontainer > div.headline > div.slider {
  width: 85%;
}
/* Lightspeed eCom Support | Dean Berdin | 04-13-2018 | Reason: Adjust slider width | End */

/* make textpage images responsive - Joey 24-4-18 T:497080 */
.textpage img {
  max-width: 100%;
  height: auto;
}
