/* 20220930205628 - 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: #e9320a;
}

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

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

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

/* custom */
#gui-form-cart > div > div > table > tbody > tr:nth-child(2) > td:nth-child(1) > a{
    font-size: 20px !important;
}

#gui-block-billing-address > div.gui-block-content > div.gui-section > div:nth-child(13) {
display: none;
}
/* BEGIN Jeffrey Brignas |  01/06/20 To remove product tags */
body > div.wrapper > div > div > div.product-actions.row > div.col-md-7.col-xs-12.col-md-offset-1 > div > div.tags.col-xs-12.col-md-4{
  display: none;
}

/* END Jeffrey Brignas |  01/06/20*/

/* BEGIN Jeffrey Brignas |  01/06/20 To remove product comparison, wishlist and print link */
body > div.wrapper > div > div > div.product-actions.row > div.col-md-7.col-xs-12.col-md-offset-1 > div{
  display: none;
}

/* END Jeffrey Brignas |  01/06/20*/

/* BEGIN Jeffrey Brignas | 01/06/20 To hide Twitter, tumblr, Pinterest and reddit icons from the product page */
#share42 > span:nth-child(3){
  visibility: hidden;
}

#share42 > span:nth-child(4){
   visibility: hidden; 
}

#share42 > span:nth-child(5){
   visibility: hidden;
}

#share42 > span:nth-child(6){
   visibility: hidden;
}
/* END Jeffrey Brignas |  01/06/20*/

/* BEGIN Jeffrey Brignas |  01/06/20 To category label background color */
body > div.wrapper > div > div.categories.row > div > div > a > div > span{
  background-color: #41414100;
  box-shadow:-4px 0 0 0 #41414100, 4px 0 0 0 #41414100;
}
/* END Jeffrey Brignas |  01/06/20*/

/* Raymund Malazarte | 01-07-2020 | Ticket# 1093771 | Set information box to fixed height, Hide social media icon and 'Availability info' */ 
body > div.wrapper > div > div > div.product-wrap.row > div.product-info.col-sm-8.col-md-7.col-md-offset-1 > div > div.tabsPages > div.page.info.active {
	max-height: 300px !important;
}

body > div.wrapper > div > div > 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 > tr {
	display: none;
}

.social-media.col-xs-12.col-md-4 {
    display: none;
}
/* Raymund Malazarte | 01-07-2020 | Ticket# 1093771 | END*/

/* Name: Mary | Date: January 7th 2020 , 2019  | Reason: Changes in product page title | Begin. */
.page-title h1.product-page {
    width: 200% !important;
}

.col-sm-6.col-md-6.breadcrumbs.text-right{
  display: none !important;
}

label{
    font-size: 15px !important;
}

/* Name: Sara | Date: January 9, 2020 | Ticket: 1097709 | Reason: Align custom fields on product page |  Begin. */
.product-configure-custom input[type=text] {
    display: grid;
}
/* Name: Sara | Date: January 9, 2020 | Ticket: 1097709 | End. */



/* Name: Clayton | Date: January 10, 2020  | Reason: Hide the "Information" and "Specifications" Tabs from the Product Page | Begin. */
body > div.wrapper > div > div > div.product-wrap.row > div.product-info.col-sm-8.col-md-7.col-md-offset-1 > div > div.tabs > ul > li.information.active {
  display: none;
}

body > div.wrapper > div > div > div.product-wrap.row > div.product-info.col-sm-8.col-md-7.col-md-offset-1 > div > div.tabs > ul > li.specs {
  display: none;
}
/* Name: Clayton | Date: January 10, 2020  | End. */

/*Russel R | February 7, 2020 | Hide 'ship to this address' on checkout| START*/
#gui-block-billing-address > div.gui-block-content > div.gui-section > div:nth-child(12) > div {
  display: none
}
/*Russel R | February 7, 2020 | END*/

body > div > div > div.categories.row span.title{
	display:none!important;
}

/* Tom Murphy | October 15, 2020 | Increase the width of the navbar, START*/
body > header > div.topnav {
	height: 50px!important;
  position: relative;
}

body > header > div.topnav > div {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
/*END*/

div[role="radiogroup"] {
	display:none!important;
}
