/* Override Common Classes */
.eqcStd-1
{
  display: inline-block;
  padding: 6px 16px;
}

.eqcButtonStd 
{
  /*width: 150px;*/
}

.eqcCombo
{
  width: 90%;
}

.eqd-FormInput 
{
  width: calc(90% - 8px);
}

.eqd-FormTextArea
{
  font-family: 'Roboto', sans-serif;
  letter-spacing: 1px;
  width: calc(90% - 8px);
}

/* Main Classes */
#overDiv
{
  border: 1px #e2e2e2 solid;
  -webkit-box-shadow: 8px 8px 20px 0px rgba(153,153,153,1);
  -moz-box-shadow: 8px 8px 20px 0px rgba(153,153,153,1);
  box-shadow: 8px 8px 20px -5px rgba(153,153,153,1);
}

.olibBody
{
  background-color: #ffffff;
  background-color: var(--eqdColor1);
  color: #353535;
  color: var(--eqdColor5);
  font-size: 13px;
  padding: 6px 8px;
}

.olibBody table tr td
{
  padding: 2px 0;
}

.olibHead
{
  background-color: #000000;
  background-color: var(--eqdColor2);
  color: #e2e2e2;
  color: var(--eqdColor3);
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  font-weight: 400;
  padding: 8px;
  text-align: center;
  text-transform: uppercase;
}

.olibHeadText
{
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  font-weight: 400;
}

.olibMain
{
  background-color: #ffffff;
  background-color: var(--eqdColor1);
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  width: 240px;
}

.olibPrice
{
  font-size: 12px;
  margin-left:10px;
}

.olibPriceLabel
{
  font-size: 12px;
  margin: 0 5px 0 0;
}

.olibPriceLabelQty
{
  font-size: 12px;
}

.olibUnit
{
  font-size: 12px;
}

#tblHeaderTabs
{
  display: none;
}

#tblMain
{
  margin-top: 40px;
}

div.autocomplete 
{
  position: absolute;
  width: 250px;
  background-color: white;
  border-color: #000000;
  border-color: var(--eqdColor2);
  border-style: solid;
  border-width: 4px;
  margin: 0 0 0 41px;
  padding: 0px;
  color: #000000;
  overflow: auto;
}

.CatalogLineIn
{
  font-size: 15px;
  padding: 15px 0 15px 15px;
}

.CatalogLineIn a
{
  color: #353535;
  color: var(--eqdColor5);
  text-decoration: none;
}

.CatalogLineInActive
{
  font-size: 15px;
  padding: 15px 0 15px 15px;
  background-color: #353535;
  background-color: var(--eqdColor5);
}

.CatalogLineInActive a
{
  color: #FFFFFF;
  color: var(--eqdColor1);
  text-decoration: none;
}

.CatalogLineOut
{
  background-color: #f3f3f3;
  border-color: #e2e2e2;
  border-color: var(--eqdColor3);
  border-style: solid;
  border-width: 1px;
  color: #353535;
  color: var(--eqdColor5);
  cursor: pointer;
  margin: 10px 0;
  transition: all 0.3s ease-in-out 0s;
}

.CatalogLineOut:hover
{
  background-color: #e2e2e2;
  background-color: var(--eqdColor3);
}

.CatalogLineOutActive
{
  border-color: #e2e2e2;
  border-color: var(--eqdColor3);
  border-style: solid;
  border-width: 1px;
  color: #ffffff;
  color: var(--eqdColor1);
/*  cursor: default; */
  cursor: pointer;
  font-family: 'Roboto', sans-serif;
  font-size: 13px;
  font-weight: 400;
  margin: 18px 0;
  transition: all 0.3s ease-in-out 0s;
}

.catcol
{
  background-color: #FFFFFF;
  margin: 4px 40px 0 40px;
  width: 300px;
}

.cvEntry
{
  color: #000000;
  color: var(--eqdColor2);
  font-family: 'Roboto', sans-serif;
  font-size: 12px;
  font-weight: 400;
  min-width:750px;
  width: 100%;
  padding: 10px 0;
  background-color: #ffffff;  
}

.cvEntryOn
{
  color: #000000;
  color: var(--eqdColor2);
  font-family: 'Roboto', sans-serif;
  font-size: 12px;
  font-weight: 400;
  min-width:750px;
  width: 100%;
  padding: 10px 0;
  background-color: #f0f0f0;  
}

.cvEntryC1
{
  display: inline-block;
  text-align: center;
  width: 125px;
}

.cvEntryC1 input
{
  border: 1px #000000 solid;
  font-family: 'Roboto', sans-serif;
  font-size: 15px;
  font-weight: 700;
  outline: 0;
  text-align: center;
  width: 80px;
  height: 22px;
}

.cvEntryC2
{
  cursor: pointer;
  display: inline-block;
  margin-left: 20px;
  text-align: left;
  width: 125px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.cvEntryC3
{
  cursor: pointer;
  display: inline-block;
  margin-left: 20px;
  text-align: left;
  width: 300px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.cvEntryC4
{
  display: inline-block;
  margin-left: 20px;
  text-align: left;
  width: 125px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.cvEntryC4Brk
{
  display: inline-block;
  margin-left: 20px;
  overflow: hidden;
  text-align: left;
  text-decoration: underline;
  width: 125px;
  white-space: nowrap;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.cvEntryC4Brk a
{
  color: inherit;
}

.cvEntryC4Brk a:hover
{
  cursor: pointer;
}


.cvEntryC5
{
  display: inline-block;
  text-align: center;
  width: 125px;
}

.cvEntryHead 
{
  background-color: #353535;
  background-color: var(--eqdColor5);
  color: #FFFFFF;
  color: var(--eqdColor1);
  font-family: 'Roboto', sans-serif;
  font-size: 12px;
  font-weight: 700;
  min-width: 750px;
  padding: 6px 0;
  width: 100%;
}

.cvEntryHeadC1
{
  display: inline-block;
  letter-spacing: 1px;
  text-align: center;
  width: 125px;
  text-transform: uppercase;
}

.cvEntryHeadC2
{
  display: inline-block;
  letter-spacing: 1px;
  margin-left: 20px;
  text-align: left;
  width: 125px;
  text-transform: uppercase;
}

.cvEntryHeadC3
{
  display: inline-block;
  letter-spacing: 1px;
  margin-left: 20px;
  text-align: left;
  width: 300px;
  text-transform: uppercase;
}

.cvEntryHeadC4
{
  display: inline-block;
  letter-spacing: 1px;
  margin-left: 20px;
  text-align: left;
  width: 125px;
  text-transform: uppercase;
}

.cvEntryHeadC5
{
  display: inline-block;
  letter-spacing: 1px;
  text-align: center;
  width: 125px;
  text-transform: uppercase;
}

.cvGridAddArea
{
  margin-top: 15px;
}

.cvGridAddArea2
{
  margin-top: 8px;
}

.cvGridButton
{
  background-color: #000000;
  background-color: var(--primaryColor);
  color: #ffffff;
  color: var(--eqdColor1);
  cursor: pointer;
  float: right;
  font-size: 13px;
  font-weight: 500;
  width: 105px;
  padding: 10px 5px;
  text-align: center;
  text-transform: uppercase;
  transition: all 0.3s ease-in-out 0s;
}

.cvGridButton:hover
{
  opacity: .8;
  /* background-color: #353535; */
  /* background-color: var(--eqdColor5); */
}

.cvGridQty
{
  border: 1px #e2e2e2 solid;
  font-size: 22px;
  outline: 0;
  text-align: center;
  width: 105px;
  height: 32px;
}

.cvGridDesc
{
  color: #353535;
  color: var(--eqdColor5);
  cursor: pointer;
  font-size: 16px;
  font-weight: 400;
  margin-top: 8px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  transition: all 0.3s ease-in-out 0s;
}

.cvGridExtraData
{
  cursor: pointer;
  margin-top: 20px;
}

.cvGridId
{
  color: #999999;
  color: var(--eqdColor4);
  cursor: pointer;
  font-size: 14px;
  font-weight: 400;
  margin-top: 10px;
  text-transform: uppercase;
  transition: all 0.3s ease-in-out 0s;
}

.cvGridMid
{
  height: 140px;
  overflow: hidden;
}

.cvGridMid2
{
  height: 75px;
}

.cvGridPrice
{
  color: #353535;
  color: var(--eqdColor5);
  font-size: 13px;
  font-weight: 400;
  margin-top: 4px;
  text-transform: uppercase;
}

.cvGridPriceBrk
{
  color: #353535;
  color: var(--eqdColor5);
  font-size: 13px;
  font-weight: 400;
  margin-top: 4px;
  overflow: hidden;
  text-decoration: underline;
  white-space: nowrap;
}

.cvGridPriceBrk a
{
  color: inherit;
}

.cvGridPriceBrk a:hover
{
  cursor: pointer;
}

.cvItemListWrapper
{
  margin-right: 40px;
}

.cvList 
{
  background-color: #ffffff;
  font-family: 'Roboto', sans-serif;
  font-size: 13px;
  height: 180px;
  padding: 10px;
}

.cvListOn
{
  background-color: #f9f9f9;
}

.cvList:hover .cvListPic
{
  opacity: 0.7;
}

.cvList:hover .cvListId, .cvList:hover .cvListDesc
{
  color: #000000;
  color: var(--eqdColor2);
}

.cvListAddArea
{
  text-align: right;
}

.cvListButton
{
  background-color: #000000;
  background-color: var(--primaryColor);
  color: #ffffff;
  color: var(--eqdColor1);
  cursor: pointer;
  float: right;
  font-size: 13px;
  font-weight: 500;
  width: 105px;
  padding: 10px 5px;
  text-align: center;
  text-transform: uppercase;
  transition: all 0.3s ease-in-out 0s;
}

.cvListButton:hover
{
  opacity: .8;
  /* background-color: #353535; */
  /* background-color: var(--eqdColor5); */
}

.cvListDesc
{
  color: #353535;
  color: var(--eqdColor5);
  cursor: pointer;
  font-size: 16px;
  font-weight: 400;
  margin-top: 4px;
  overflow: hidden;
  white-space: nowrap;
  transition: all 0.3s ease-in-out 0s;
}

.cvListDescLong
{
  color: #353535;
  color: var(--eqdColor5);
  font-size: 13px;
  font-weight: 400;
  overflow: hidden;
  text-transform: uppercase;
}

.cvListEnd
{
  display: inline-block;
  float: right;
  overflow: hidden;
  vertical-align: top;
  width: 240px;
}

.cvListExtraData
{
  cursor: pointer;
  font-style: italic;
  margin-top: 4px;
}

.cvListId
{
  color: #999999;
  color: var(--eqdColor4);
  cursor: pointer;
  font-size: 14px;
  font-weight: 400;
  margin-top: 10px;
  text-transform: uppercase;
  transition: all 0.3s ease-in-out 0s;
}

.cvListMiddle
{
  cursor: pointer;
  display: inline-block;
  height: 178px;
  overflow: hidden;
  vertical-align: top;
  width: calc(100% - 475px);
}

.cvListPic
{
  border: none;
  cursor: pointer;
  display: inline-block;  
  height: 178px;
  margin: 0 20px 0 0;
  width: 178px;
  transition: all 0.3s ease-in-out 0s;
}

.cvListPic img
{
  display: block;
  max-height: 178px;
  max-width: 178px;
  object-fit: cover;
}

.cvListPrice
{
  color: #353535;
  color: var(--eqdColor5);
  font-size: 13px;
  font-weight: 400;
  margin-top: 4px;
  margin-bottom: 20px;
  text-transform: uppercase;
}

.cvListPriceBrk
{
  color: #353535;
  color: var(--eqdColor5);
  font-size: 13px;
  font-weight: 400;
  margin-top: 4px;
  margin-bottom: 20px;
  overflow: hidden;
  text-decoration: underline;
  white-space: nowrap;
}

.cvListPriceBrk a
{
  color: inherit;
}

.cvListPriceBrk a:hover
{
  cursor: pointer;
}

.cvListQty
{
  border: 1px #e2e2e2 solid;
  font-size: 22px;
  margin-right: 10px;
  outline: 0;
  text-align: center;
  width: 105px;
  height: 32px;
}

.cvMinMax
{
}

.cvPageAd
{
  margin-bottom: 20px;
  margin-top: 10px;
}

.cvPageCtrl
{
  color: #999999;
  color: var(--eqdColor4);
  cursor: pointer;
  display: inline-block;
  height: 18px;
  vertical-align: middle;
  width: 18px;
}

.cvPageCtrl svg
{
  fill: #CCCCCC;
}

.cvPageCtrl:hover svg
{
  fill: #333333;
}

.cvPageNav
{
  display: inline-block;
  margin: 0 0 0 20px;
  vertical-align: middle;
  float: right;
}

.cvPageNav select
{
  font-family: 'Roboto', sans-serif;
  font-size: 11px;
  font-weight: 700;
  height: 30px;
  vertical-align: middle;
}

.cvPages
{
  display: inline-block;
  margin-left: 20px;
  vertical-align: middle;
}

.cvPages a
{
  color: #353535;
  color: var(--eqdColor5);
  font-size: 11px;
  font-weight: 500;
  padding: 0 4px;
}

.cvPages a:hover
{
  text-decoration:none;
}

.cvPageNormal
{
  text-decoration: underline;
}

.cvPageSelect
{
  text-decoration: none;
}

.cvPerPage
{
  display: inline-block;
  vertical-align: middle;
}

.cvPerPage select
{
  /* styling */
  background-color: white;
  border: thin solid black;
  cursor: pointer;
  display: inline-block;
  font: inherit;
  line-height: 1.5em;
  padding: 0.5em 2.5em 0.5em 1em;

  /* reset */

  margin: 0;      
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none;

  background-image:
    linear-gradient(45deg, transparent 50%, #000000 50%),
    linear-gradient(135deg, #000000 50%, transparent 50%);
  background-position:
    calc(100% - 20px) calc(1em + 2px),
    calc(100% - 15px) calc(1em + 2px),
    calc(100% - 2.5em) 0.5em;
  background-size:
    5px 5px,
    5px 5px,
    1px 1.5em;
  background-repeat: no-repeat;

  border-top: none;
  border-right: none;
  border-left: none;
  border-color: #e2e2e2;
  letter-spacing: 1px;
  text-transform: uppercase;
  border-radius: 0;
}

.cvPerPage select:focus 
{
  background-color: #ffffff
  border-color: #000000;
  color: #000000;
  outline: 0;
}

.cvPerPage select:hover 
{
  background-image:
    linear-gradient(45deg, transparent 50%, #fff 50%),
    linear-gradient(135deg, #fff 50%, transparent 50%);
  background-color: #000000;
  color: #FFFFFF;
}

.cvPerPage select option 
{
  background-color: #ffffff;
  color: #353535;
  font-family: 'Roboto', sans-serif;
  font-size: 11px;
  font-weight: 400;
}

.cvPerPage span
{
  margin: 0 10px 0 0;
}

.cvQtyInCart
{
  color: #999999;
  color: var(--eqdColor4);
  font-family: 'Roboto', sans-serif;
  font-size: 12px;
  font-weight: 400;
  text-align: left;
  margin-top: 4px;
  transition: all 0.3s ease-in-out 0s;
  width: 100%;
}

.cvQtyInCart:hover
{
  cursor: pointer;
  color: #353535;
  color: var(--eqdColor5);
}

.cvQtyInCartEntry
{
  color: #000000;
  color: var(--eqdColor2);
  font-family: 'Roboto', sans-serif;
  font-size: 12px;
  font-weight: 400;
  text-align: center;
  margin-top: 4px;
  transition: all 0.3s ease-in-out 0s;
  width: 100%;
}

.cvQtyInCartEntry:hover
{
  color: #999999;
  color: var(--eqdColor4);
}

.cvSortNav
{
  display: inline-block;
  margin: 0 0 0 20px;
  vertical-align: middle;
}

.cvSortNav select 
{
  /* styling */
  background-color: white;
  border: thin solid black;
  cursor: pointer;
  display: inline-block;
  font: inherit;
  line-height: 1.5em;
  padding: 0.5em 3.5em 0.5em 1em;

  /* reset */

  margin: 0;      
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none;

  background-image:
    linear-gradient(45deg, transparent 50%, #000000 50%),
    linear-gradient(135deg, #000000 50%, transparent 50%);
  background-position:
    calc(100% - 20px) calc(1em + 2px),
    calc(100% - 15px) calc(1em + 2px),
    calc(100% - 2.5em) 0.5em;
  background-size:
    5px 5px,
    5px 5px,
    1px 1.5em;
  background-repeat: no-repeat;

  border-top: none;
  border-top-color: currentcolor;
  border-right: none;
  border-right-color: currentcolor;
  border-left: none;
  border-left-color: currentcolor;
  border-color: #e2e2e2;
  letter-spacing: 1px;
  text-transform: uppercase;
  border-radius: 0;
}

.cvSortNav select:focus 
{
/*  background-image:
    linear-gradient(45deg, #000000 50%, transparent 50%),
    linear-gradient(135deg, transparent 50%, #000000 50%);
  background-position:
    calc(100% - 15px) 1em,
    calc(100% - 20px) 1em,
    calc(100% - 2.5em) 0.5em;
  background-size:
    5px 5px,
    5px 5px,
    1px 1.5em;
  background-repeat: no-repeat;
*/  background-color: #ffffff
  border-color: #000000;
  color: #000000;
  outline: 0;
}

.cvSortNav select:hover 
{
  background-image:
    linear-gradient(45deg, transparent 50%, #fff 50%),
    linear-gradient(135deg, #fff 50%, transparent 50%);
/*  background-position:
    calc(100% - 20px) calc(1em + 2px),
    calc(100% - 15px) calc(1em + 2px),
    calc(100% - 2.5em) 0.5em;
  background-size:
    5px 5px,
    5px 5px,
    1px 1.5em;
  background-repeat: no-repeat;
*/

  background-color: #000000;
  color: #fff;
}

.cvSortNav select:active 
{
/*  background-image:
    linear-gradient(45deg, #ffffff 50%, transparent 50%),
    linear-gradient(135deg, transparent 50%, #ffffff 50%);
  background-position:
    calc(100% - 15px) 1em,
    calc(100% - 20px) 1em,
    calc(100% - 2.5em) 0.5em;
  background-size:
    5px 5px,
    5px 5px,
    1px 1.5em;
  background-repeat: no-repeat;
  background-color: #000000;
  color: #fff;
*/
}

.cvSortNav select option 
{
  background-color: #ffffff;
  color: #353535;
  font-family: 'Roboto', sans-serif;
  font-size: 13px;
  font-weight: 500;
}

.cvViewControls
{
  color: #999999;
  color: var(--eqdColor4);
  cursor: pointer;
  display: inline-block;
  height: 23px;
  margin-left: 5px;
  vertical-align: middle;
  width: 23px;
  transition: all 0.3s ease-in-out 0s;
}

#divCV_Grid
{
  margin-left: 0;
}

#divCV_List
{
  height: 25px;
  width: 25px;
}

.cvViewControls svg
{
  fill: #999999;
  fill: var(--eqdColor4);
}

.cvViewControls:hover svg
{
  fill: #000000;
  fill: var(--eqdColor2);
}

.cvViewControlsSelected svg
{
  fill: #353535;
  fill: var(--eqdColor5);
}

.divCell
{
  background-color: transparent;
  border-bottom: none;
  border-right: none;
  color: #353535;
  color: var(--eqdColor5);
  font-family: 'Roboto', sans-serif;
  font-size: 13px;
  font-weight: 400;
  height: 460px;
  margin-right: 16px;
  margin-bottom: 40px;
  width: 240px;
  transition: all 0.3s ease-in-out 0s;
}

.divCell:hover .divPic
{
  opacity: 0.7;
}

.divCell:hover .cvGridId, .divCell:hover .cvGridDesc
{
  color: #000000;
  color: var(--eqdColor2);
}

.divCell2
{
  height: 335px;
  min-height: 335px;
}

.divCollapseButton 
{
  background-color: #aaaaaa;
  border: none;
  color: #333333;
  cursor: pointer;
  font-family: 'Roboto', sans-serif;
  font-size: 13px;
  padding: 4px 6px;
  position: absolute;
  right: 8px;
  top: 0;
}

.divListNav 
{                                                                                                                                
  background-color: #ffffff;
  color: #999999;
  color: var(--eqdColor2);
  font-family: 'Roboto', sans-serif;
  font-size: 11px;
  font-style: normal;
  font-weight: 700;
  padding: 20px 0 20px 0;
  width: 100%;
}

.divListNav #spanResultsPP
{
  color: #999999;
  color: var(--eqdColor4);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.divPic
{
  border: 1px #e2e2e2 solid;
  height: 240px;
  width: 240px;
  transition: all 0.3s ease-in-out 0s;
}

.divPicImgGrid 
{
  display: block; /* fix weird div with image bigger then expected issue */
  margin: 0 auto;
  max-height: 240px;
  max-width: 240px;
  object-fit: cover;
}

.divPicImgGridQD
{
  border: 1px solid #e2e2e2;
}

.entryAddButton 
{
  background-color: #000000;
  background-color: var(--primaryColor);
  border: none;
  border-radius: 0;
  color: #ffffff;
  color: var(--eqdColor1);
  cursor: pointer;
  float: right;
  font-family: 'Roboto', sans-serif;
  font-size: 13px;
  font-style: normal;
  font-weight: 700;
  padding: 6px 4px;
  text-align: center;
  width:250px;
}

.entryAddButtonParent
{
  height: 40px;
  text-align: right;
  width: 100%;
}

.entryAddButton:hover
{
  opacity: .8;
  /* background-color: #353535; */
  /* background-color: var(--eqdColor5); */
}

.ESearchArrow
{
  fill: #353535;
  fill: var(--eqdColor5);
  cursor: pointer;
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  height: 20px;
  margin-left: 3px;
}

.ESearchArrowDown
{
  fill: #353535;
  fill: var(--eqdColor5);
  cursor: pointer;
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  height: 20px;
  margin-left: 3px;
}

.ESearchArrow svg, .ESearchArrowDown svg 
{
  display: none;
}

.ESearchArrow, .ESearchArrowDown 
{
  position: relative;
}

.ESearchArrow::before, .ESearchArrowDown::before 
{
  content: '';
  display: inline-block;
  position: absolute;
  left: 7px;
  top: 5px;
  width: 0;
  height: 0;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 6px solid #353535;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}

.ESearchArrowDown::before 
{
  transform: rotate(90deg);
}

.ESearchBullet
{
  fill: #353535;
  fill: var(--eqdColor5);
  cursor: pointer;
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  height: 20px;
  margin-left: 3px;
}

.ESearchClose
{
  fill: #fd5221;
  cursor: pointer;
  display: inline-block;
  vertical-align: middle;
  width: 24px;
}

.ESearchClose svg
{
  width: 20px;
  height: 20px;
}

.ESearchDRtArrow
{
  fill: #353535;
  fill: var(--eqdColor5);
  cursor: pointer;
  display: inline-block;
  vertical-align: middle;
}

.ESearchDRtArrow svg
{
  width: 14px;
  height: 14px;
}

.ESearchFilterDetail 
{
  display: none;
}

.ESearchFilterHd 
{
  border: none;
  background-color: #FFFFFF;
  background-color: var(--eqdColor1);
  color: #000000;
  color: var(--eqdColor2);
  cursor: pointer;
  font-family: 'Roboto', sans-serif;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  height: 20px;
  padding: 2px 2px 2px 2px;
}

.ESearchFilterUsedValue 
{
  border: none;
  background-color: #FFFFFF;
  background-color: var(--eqdColor1);
  color: #353535;
  color: var(--eqdColor5);
  cursor: pointer;
  font-family: 'Roboto', sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  padding: 2px 2px 2px 40px;
}

.ESearchFilterValue 
{
  border: none;
  background-color: #FFFFFF;
  background-color: var(--eqdColor1);
  color: #353535;
  color: var(--eqdColor5);
  cursor: pointer;
  font-family: 'Roboto', sans-serif;
  font-size: 13px;
  font-style: normal;
  font-weight: 300;
  padding: 2px 2px 2px 40px;
}

.ESearchFilterNode 
{
  border-color: #e2e2e2;
  border-color: var(--eqdColor3);
  border-style: solid;
  border-width: 1px;
  margin: 18px 1px;
  padding: 10px 2px;
}

.ESearchMagnify
{
  fill: #999999;
  fill: var(--eqdColor4);
  cursor: pointer;
  display: inline-block;
  vertical-align: middle;
  width: 24px;
  height: 24px;
}

.ESearchTitle 
{
  border: none;
  background-color: #FFFFFF;
  background-color: var(--eqdColor1);
  color: #353535;
  color: var(--eqdColor5);
  font-family: 'Roboto', sans-serif;
  font-size: 13px;
  font-style: normal;
  font-weight: 700;
  padding: 2px 2px 2px 8px;
}

#divItemListInner
{
  float: left;
  width: calc(100% - 300px);
}

.FP_DivBlock 
{
  background-color: #e2e2e2;
  border-right: 1px solid #666666;
  border-left: 1px solid #666666;
  border-bottom: 1px solid #666666;
  cursor: pointer;
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  padding: 10px 10px 30px 10px;
  width: 100%;
  border: none;
}

.FP_DivBlock:hover .FP_DivPic
{
  opacity: 0.7;
}

.FP_DivBlock:hover .cvGridId, .FP_DivBlock:hover .cvGridDesc
{
  color: #000000;
  color: var(--eqdColor2);
}

.FP_DivHeading 
{
  background-color: #000000;
  background-color: var(--eqdColor2);
  color: #FFFFFF;
  color: var(--eqdColor1);
  font-family: 'Roboto', sans-serif;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  width: 100%;
  padding: 5px 10px;
  text-align: center;
}

.FP_DivInner 
{
  margin: 10px;
  width: 200px;
}

.FP_DivOuter 
{
  float: left;
  width: 236px;
  background-color: #FFFFFF;
}

.leftNavHr
{
  border-top: 1px;
  color: #e2e2e2;
  color: var(--eqdColor3);
  width: 270px;
}

.qnsearch 
{
  color: #FFFFFF;
  font-family: 'Roboto', sans-serif;
  font-size: 13px;

  padding: 2px 0 6px 0;
  margin-bottom: 18px;

  position:relative;
  background-color:#ffffff;
  white-space: nowrap;
  overflow:hidden;

  border-bottom-color: #e2e2e2;
  border-bottom-color: var(--eqdColor3);
  border-bottom-style: solid;
  border-bottom-width: 1px;

  width: 300px;
}

.qnsearch input
{
  border: 0;
  color:#000000;
  color: var(--eqdColor2);
  font-size: 16px;
  font-weight: 400;
  text-decoration: none;
  margin-bottom: 2px;
  outline: 0;
  vertical-align: middle;
  width: 203px;
}

/*.qnsearch:focus-within 
{
  border-bottom-color: transparent;
}
*/
.qnsearchButton
{
  background-color: #e2e2e2;
  background-color: var(--eqdColor3);
  color: #999999;
  color: var(--eqdColor4);
  cursor: pointer;
  display: inline-block;
  font-weight: 700;
  font-size: 11px;
  letter-spacing: 1px;
  padding: 4px 8px;
  text-align: center;
  transition: all 0.3s ease-in-out 0s;
}

.qnsearchButton:hover
{
  background-color: #e2e2e2;
  background-color: var(--eqdColor3);
  color: #353535;
  color: var(--eqdColor5);

}

.qnstatus 
{
  background-color: #FFFFFF;
  color: #000000;
  color: var(--eqdColor2);
  font-family: 'Roboto', sans-serif;
  font-size: 27px;
  font-style: normal;
  font-weight: 300;
  height: auto;
  padding: 2px 0 2px 0;
  white-space: nowrap;
}

.qnstatuscart 
{
  color: #FFFFFF;
  font-family: 'Roboto', sans-serif;
  font-size: 13px;
  font-style: normal;
  font-weight: 700;
  margin: 0 5px 0 0;
}

.rootMenu
{
  padding: 10px 0 12px 0;
}

.TA_Category 
{
  background-color: #ffffff;
  background-color: var(--eqdColor1);
  color: #000000;
  color: var(--eqdColor2);
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  cursor: pointer;
  font-style: normal;
  font-weight: 300;
  overflow: hidden;
  padding-bottom: 4px;
  padding-left: 10px;
  padding-top: 4px;
}

.TA_Category.selected 
{
  background-color: #000000;
  background-color: var(--eqdColor2);
  color: #ffffff;
  color: var(--eqdColor1);
}

.TA_Category.selected > .TA_Search
{
  color: #ffffff;
  color: var(--eqdColor1);
}

.TA_CategoryTitle 
{
  background-color: #ffffff;
  background-color: var(--eqdColor1);
  color: #000000;
  color: var(--eqdColor2);
  font-family: 'Roboto', sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  overflow: hidden;
  padding: 12px 0 2px 10px;
}

.TA_Keyword 
{
  background-color: #FFFFFF;
  color: #000000;
  color: var(--primaryColor);
  cursor: pointer;
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  overflow: hidden;
  padding-bottom: 4px;
  padding-left: 10px;
  padding-top: 4px;
  text-overflow: ellipsis;
  transition: background-color .5s ease-in-out 0s;
  border: none;
  white-space: nowrap;
}

.TA_Keyword.selected 
{
  background-color: #000000;
  background-color: var(--eqdColor2);
  color: #ffffff;
  color: var(--eqdColor1);
/*  
  background-color: #f0f0f0;
  border-top-color: #e2e2e2;
  border-top-color: var(--eqdColor3);
  border-top-style: solid;
  border-top-width: 1px;
  border-bottom-color: #e2e2e2;
  border-bottom-color: var(--eqdColor3);
  border-bottom-style: solid;
  border-bottom-width: 1px;
*/
}

.TA_Search 
{
  color: #000000;
  color: var(--eqdColor2);
  font-weight: 700;
}

.TA_Keyword.selected > .TA_Search
{
  color: #ffffff;
  color: var(--eqdColor1);
}

.yc2Level1 
{
  background-color: #FFFFFF;
  background-color: var(--eqdColor1);
  border-bottom: none;
  color: #353535;
  color: var(--eqdColor5);
  font-family: 'Roboto', sans-serif;
  font-size: 13px;
  font-weight: 400;
  height: 17px;
  overflow: hidden;
  padding-bottom: 4px;
  padding-left: 5px;
  padding-right: 5px;
  padding-top: 4px;
  text-overflow: ellipsis;
  transition: all 0.3s ease-in-out 0s;
  white-space: nowrap;
}

.yc2Level1 > a
{
  background-color: #FFFFFF;
  background-color: var(--eqdColor1);
  color: #353535;
  color: var(--eqdColor5);
  position: relative;
  text-decoration: none;
  vertical-align: middle;
  transition: all 0.3s ease-in-out 0s;
}

.yc2Level1:hover
{
  opacity: .7;
  background-color: #FFFFFF;
  background-color: var(--eqdColor1);
  color: #353535;
  color: var(--eqdColor5);
}

.yc2Level1:hover a
{
  opacity: .7;
  background-color: #FFFFFF;
  background-color: var(--eqdColor1);
  color: #353535;
  color: var(--eqdColor5);
}

.yc2Level2
{
  background-color: #FFFFFF;
  background-color: var(--eqdColor1);
  border-bottom: none;
  color: #353535;
  color: var(--eqdColor5);
  font-family: 'Roboto', sans-serif;
  font-size: 13px;
  font-weight: 300;
  height: 17px;
  overflow: hidden;
  padding-bottom: 2px;
  padding-left: 21px;
  padding-right: 5px;
  padding-top: 2px;
  text-overflow: ellipsis;
  transition: all 0.3s ease-in-out 0s;
  white-space: nowrap;
}

.yc2Level2 > a
{
  background-color: #FFFFFF;
  background-color: var(--eqdColor1);
  color: #353535;
  color: var(--eqdColor5);
  position: relative;
  text-decoration: none;
  vertical-align: middle;
  transition: all 0.3s ease-in-out 0s;
}

.yc2Level2:hover
{
  opacity: .7;
  background-color: #FFFFFF;
  background-color: var(--eqdColor1);
  color: #353535;
  color: var(--eqdColor5);
}

.yc2Level2:hover a
{
  opacity: .7;
  background-color: #FFFFFF;
  background-color: var(--eqdColor1);
  color: #353535;
  color: var(--eqdColor5);
}

.yc2Level3
{
  background-color: #FFFFFF;
  background-color: var(--eqdColor1);
  border-bottom: none;
  color: #353535;
  color: var(--eqdColor5);
  font-family: 'Roboto', sans-serif;
  font-size: 13px;
  font-weight: 300;
  height: 17px;
  overflow: hidden;
  padding-bottom: 1px;
  padding-left: 44px;
  padding-right: 5px;
  padding-top: 1px;
  text-overflow: ellipsis;
  transition: all 0.3s ease-in-out 0s;
  white-space: nowrap;
}

.yc2Level3 > a
{
  background-color: #FFFFFF;
  background-color: var(--eqdColor1);
  color: #353535;
  color: var(--eqdColor5);
  position: relative;
  text-decoration: none;
  vertical-align: middle;
  transition: all 0.3s ease-in-out 0s;
}

.yc2Level3:hover
{
  opacity: .7;
  background-color: #FFFFFF;
  background-color: var(--eqdColor1);
  color: #353535;
  color: var(--eqdColor5);
}

.yc2Level3:hover a
{
  opacity: .7;
  background-color: #FFFFFF;
  background-color: var(--eqdColor1);
  color: #353535;
  color: var(--eqdColor5);
}

.yc2CatCol
{
  background-color: #FFFFFF;
  margin: 4px 40px 0 40px;
  width: 200px;
}

.yc2RstkTable
{
  background-color: #FFFFFF;
  background-color: #FFFFFF;
  color: #353535;
  color: var(--eqdColor5);
  min-width:1000px;
  max-width:1250px;
  margin-top:50px;
}

.yc2RstkTableRight
{
  background-color: #FFFFFF;
  background-color: #FFFFFF;
  color: #353535;
  color: var(--eqdColor5);
  min-width:1000px;
  max-width:1250px;
}

.yc2RstkTableRight thead tr
{
  background-color: #353535;
  color: #FFFFFF;
}

.yc2RstkTableRight thead tr th
{
  font-size: 11px;
  text-align: left;
  padding: 11px 4px;
  white-space:nowrap;
}

.yc2RstkTableRight tbody tr td
{
  font-size: 11px;
  text-align: left;
  padding: 6px 4px;
  white-space:nowrap;
}

.yc2RstkTitle
{
  background-color: #353535;
  background-color: var(--eqdColor5);
  color: #FFFFFF;
  color: var(--eqdColor1);
  font-family: 'Roboto', sans-serif;
  font-size: 15px;
  padding: 15px 0 15px 15px;
}

.yc2Rstk
{
  background-color: #FFFFFF;
  background-color: var(--eqdColor1);
  border-bottom: none;
  color: #353535;
  color: var(--eqdColor5);
  cursor: pointer;fs
  font-family: 'Roboto', sans-serif;
  font-size: 13px;
  font-weight: 300;
  height: 17px;
  overflow: hidden;
  padding-bottom: 4px;
  padding-left: 2px;
  padding-right: 5px;
  padding-top: 4px;
  text-overflow: ellipsis;
  transition: all 0.3s ease-in-out 0s;
  white-space: nowrap;
}

.yc2Rstk:hover
{
  opacity: .7;
  background-color: #FFFFFF;
  background-color: var(--eqdColor1);
  color: #353535;
  color: var(--eqdColor5);
}

/* -------------------------------------------------- */
/* Item Detail Classes                                */
/* -------------------------------------------------- */

.divAccessoriesCell
{
  align-items: center;
  cursor: pointer;
  display: flex;
  height: 120px;
  padding: 10px;
}

.divAccessoriesImg
{
  border: 1px solid #e2e2e2;
  float: left;
  height: 110px;
  /*padding: 10px;*/
  width: 110px;

}

.divAccessoriesImg img
{
  max-height: 110px;
  max-width: 110px;
  margin: 0 auto;
  object-fit: cover;
  display: block;
  object-fit: cover;
  margin: 0 auto;
}

.divAccessoriesItem
{
  float: left;
  padding: 10px 10px 10px 16px;
}

.idAddToCart
{
  background-color: #000000;
  background-color: var(--primaryColor);
  color: #ffffff;
  color: var(--eqdColor1);
  cursor: pointer;
  font-size: 13px;
  font-weight: 500;
  left: 125px;
  width: 105px;
  padding: 10px 5px;
  position: absolute;
  text-align: center;
  text-transform: uppercase;
  transition: all 0.3s ease-in-out 0s;
}

.idAddToCart:hover
{
  opacity: 0.8;
  /* background-color: #353535; */
  /* background-color: var(--eqdColor5); */
}

.idAddToCartM
{
  background-color: #000000;
  background-color: var(--primaryColor);
  color: #ffffff;
  color: var(--eqdColor1);
  cursor: pointer;
  font-size: 13px;
  font-weight: 500;
  left: 0;
  width: 105px;
  padding: 10px 5px;
  position: absolute;
  text-align: center;
  text-transform: uppercase;
  transition: all 0.3s ease-in-out 0s;
}

.idAddToCartM:hover
{
  opacity: 0.8;
  /* background-color: #353535; */
  /* background-color: var(--eqdColor5); */
}

.idBottomBox
{
  background-color: #f2f2f2;
  bottom: 0;
  left: 0;
  position: absolute;
  width: 100%;
}

.idClose
{
  cursor: pointer;
  float: right;
  margin: 5px 14px 0 0;
  height: 24px;
  width: 24px;
  position: relative;
}

.idFav
{
  cursor: pointer;
  fill: #000000;
  top: 0;
  left: 0;
  margin: 5px 0 0 22px;
  position: absolute;
  transition: all 0.3s ease-in-out 0s;
}

.idFav svg
{
  height: 20px;
  width: 20px;
}

.idFav:hover svg
{
  fill: #999999;
}

.idImgMain
{
  max-width: 100%;
  max-height: 100%;
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  width: auto;
  height: auto;
  left: 0;
  right: 0;
}

/* Price Break Popup */
.idPB_AddButton
{
  font-size: 12px;
  margin-left: 30px;
  padding: 4px 10px;
  width: 100px;
}

.idPB_Body
{
  margin: 0 10px 10px 10px;
  max-height: 200px;
  overflow-x: hidden;
  overflow-y: auto;
}

.idPB_Close
{
  cursor: pointer;
  position: absolute;
  top: 1px;
  right: 1px;
  height: 24px;
  width: 24px;
}

.idPB_Close svg
{
  fill: #000000;
  fill: var(--eqdColor2);
}

.idPB_Head
{
  border-bottom: 1px solid #e2e2e2;
  color: #353535;
  font-size: 13px;
  font-weight: 700;
  padding: 6px 0 2px 0;
  margin: 0 10px;
}

.idPB_Head div
{
  display: inline-block;
  padding: 4px 10px;
}

.idPB_Head_Qty
{
  width: 65px;
  text-align: right;
}

.idPB_Head_Price
{
  padding: 4px 10px 4px 20px;
  width: 65px;
  text-align: right;
}

.idPB_Head_Total
{
  padding: 4px 10px 4px 20px;
  width: 65px;
  text-align: right;
}

.idPB_Line
{
  border-bottom: 1px solid #e2e2e2;
  color: #999999;
  font-size: 13px;
  font-weight: 400;
  padding: 4px 0;
  white-space: nowrap;
}

.idPB_Line:nth-child(odd)
{
  background-color: #fafafa;
}

.idPB_Line div
{
  display: inline-block;
  padding: 4px 10px;
}

.idPB_Line_Qty
{
  width: 65px;
  text-align: right;
}

.idPB_Line_Price
{
  padding: 4px 10px 4px 20px;
  width: 65px;
  text-align: right;
}

.idPB_Line_Total
{
  padding: 4px 10px 4px 20px;
  width: 65px;
  text-align: right;
}

.idPB_Regular
{
}

.idPB_Title
{
  background-color: #f3f3f3;
  border: 1px solid #e2e2e2;
  color: #353535;
  color: var(--eqdColor5);
  font-size: 13px;
  font-weight: 400;
  margin: 10px 10px 0 10px;
  padding: 10px;
  position: relative;
}

.idPB_Title div:first-child
{
  margin-left: 16px;
}

/* Price Matrix */
.idPM_Body
{
  background-color: #FFFFFF;
  color: #353535;
  float: left;
  overflow-x: auto;
  width: 290px;
}

.idPM_BodyRow
{
  border: 0;
  padding: 5px 0;
}

.idPM_BodyRowCell
{
  display: table;
  height: 40px;
  float: left;
  margin: 0 1px 0 0;
  text-align: center;
}

.idPM_BodyRowCell span
{
  display: table-cell;
  vertical-align: middle;
}

.idPM_BodyRowCell span input
{
  border: 0;
  outline: 1px solid #e2e2e2;
  padding: 4px 4px;
  width: 80px;
}

.idPM_HeadAttribute_X
{
  font-weight: 500;
  height: 32.4px;
}

.idPM_HeadAttribute_X div
{
  background-color: #e2e2e2;
  float: left;
  overflow: hidden;
  padding: 6px 3px;
  text-align: center;
  text-overflow: ellipsis;
  margin: 1px 1px 1px 0;
  white-space: nowrap;
  width: 84px;
}

.idPM_HeadAttribute_X div:first-child
{
  /*margin: 1px 1px 1px 0;*/
}

.idPM_HeadAttribute_X div:last-child
{
  background-color: transparent;
  padding: 0;
  text-overflow: clip;
  margin: 0;
}

.idPM_HeadAttribute_Y
{
  margin: 1px 0;
  overflow: hidden;
  padding: 6px 0;
  white-space: nowrap;
}

.idPM_HeadAttribute_Y span
{
  font-weight: 700;
  text-transform: uppercase;
}

.idPM_HeadFlatPrice_X
{
  padding-bottom: 6px;
}

.idPM_HeadUnitPrice_X
{
  font-weight: 500;
}

.idPM_HeadUnitPrice_X div
{
  float: left;
  margin: 1px 1px 1px 0;
  padding: 6px 0;
  text-align: center;
}

.idPM_HeadUnitPrice_X div:last-child
{
  float: none;
  margin: 0;
  padding: 0;
}

.idPM_HeadFlatPrice_Y
{
  font-weight: 700;
  margin: 1px 0;
  overflow: hidden;
  padding: 0 0 6px 0;
  text-transform: uppercase;
  white-space: nowrap;
}

.idPM_HeadUnitPrice_Y
{
  font-weight: 700;
  margin: 1px 0;
  padding: 6px 0;
}

.idPM_Main
{
  font-family: 'Roboto', sans-serif;
  font-size: 13px;
  font-weight: 400;
  margin: 20px 0 5px 0;
  overflow: hidden;
  /* width: 502px; */
  width: 432px;
}

.idPM_Matrix1
{
  float: left;
  border: none;
  min-height: 82px;
}

.idPM_Matrix1_Cell
{
  height: 40px;
  padding: 5px 0;
  overflow: hidden;
  position: relative;
  width: 100%;
}

.idPM_Matrix1_CellInner
{
  background-color: #e2e2e2;
  color: #353535;
  display: inline-block;
  font-weight: 500;
  overflow: hidden;
  position: absolute;
  text-align: center;
  top: 50%;
  transform: translateY(-50%);
  padding: 4px 0;
  /*width: 120px;*/
  width: 90%;
}

.idPM_Matrix1_CellInner span
{
  display: inline-block;
  vertical-align: middle;
}

.idPM_Matrix1_CellInnerL1
{
  height: 20px;
  overflow: hidden;
  white-space: nowrap;
}

.idPM_Matrix1_CellInnerL2
{
  font-size: 11px;
  height: 16px;
  overflow: hidden;
  white-space: nowrap;
}

.idPM_Matrix2
{
  float: left;
}

.idPriceLine
{
  color: #000000;
  color: var(--eqdColor2);
  font-family: 'Roboto', sans-serif;
  font-size: 13px;
  font-weight: 400;
  position: absolute;
  top: 43px;
}

.idPriceLineBrk
{
  cursor: pointer;
  text-decoration: underline;
}

.idPricePopup
{
  background-color: #ffffff;
  background-color: var(--eqdColor1);
  border: 1px solid #000000;
  display: none;
  font-family: 'Roboto', sans-serif;
  font-size: 13px;
  font-weight: 400;
  left: 60px;
  position: absolute;
  top: 400px;
  max-height: 290px;
/*  width: 300px;*/
  z-index: 10000;
}

.idQtyInput
{
  border: 1px #e2e2e2 solid;
  font-size: 22px;
  outline: 0;
  text-align: center;
  width: 105px;
  height: 32px;
}

.kitArea 
{
  background-color: #FFFFFF;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  border: none;
  font-family: 'Roboto', sans-serif;
}

.kitCol1 
{
  width: 280px;
  height: 576px;
  text-align: left;
  padding: 0 24px 0 16px;
  position: absolute;
  top: 16px;
}

.kitCol2 
{
  width: 450px;
  height: 576px;
  overflow: hidden;
  position: absolute;
  top: 16px;
  left: 325px;
}

.kitImageDivTN 
{
  display: inline-block;
  cursor: pointer;
  height: auto;
  width: 275px;
  overflow: hidden;
  text-align: left;
  margin: 6px auto;
  background-color: #ffffff;
  border-left: 0;
  border-right: 0;
  border-bottom: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  padding-top: 2px;
  white-space: nowrap;
}

.kitImageDivTN div
{
  display: inline-block;
  width: 48px;
  height: 48px;
  border: 1px solid #e2e2e2;
  position: relative;
  margin-left: 6px;
}

.kitImageDivTN div:first-child
{
  margin-left: 0 !important;
}

.kitImageDivTN div img
{
  max-width: 100%;
  max-height: 100%;
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: auto;
  height: auto;
}

.kitImageMain 
{
  cursor: pointer;
  height: 275px;
  width: 275px;
  overflow: hidden;
  text-align: center;
  margin: 0;
  position: relative;
  background-color: #ffffff;
  border-top: none;
  border-left: none;
  border-right: none;
  border: 1px solid #e2e2e2;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}

.kitItemId
{
  color: #999999;
  color: var(--eqdColor4);
  font-size: 14px;
  font-weight: 400;
  text-transform: uppercase;
  margin: 0;
}

.kitItemDesc
{
  color: #353535;
  color: var(--eqdColor5);
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 22px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.kitPriceArea 
{
  background-color: transparent;
  border: none;
  height: 100px;
  margin: 10px 0;
  width: 100%;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  /*position: absolute;*/
  position: relative;
  /*top: 350px;*/
}

.kitQtyLine 
{
  margin-top: 0;
  position: absolute;
  text-align: left;
  top: 0;
  left: 0;
}

.kitSuggestedCell 
{
  float: left;
  background-color: transparent;
  border: none;
  color: #353535;
  color: var(--eqdColor5);
  font-family: 'Roboto', sans-serif;
  font-size: 13px;
  font-weight: 400;
  font-style: normal;
  height: 140px;
  cursor: pointer;
  margin: 0;
  overview: hidden;
  text-align: center;
  width: 100px;
  overflow: hidden;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}

.kitSuggestedCell div
{
  text-align: left;
}

.kitSuggestedSell 
{
  height: 155px;
  margin: 0 16px 0 16px;
  overflow-x: auto;
  overflow-y: hidden;
  position: relative;
  width: calc(100% - 32px);
}

.kitSuggestedSellTitle 
{
  color: #999999;
  color: var(--eqdColor4);
  font-family: 'Roboto', sans-serif;
  font-size: 12px;
  font-weight: 700;
  font-style: normal;
  margin: 16px 5px 10px 16px;
  text-transform: uppercase;
}

.kitTabArea 
{
  background-color: #FFFFFF;
  background-color: var(--eqdColor1);
  border: none;
  border-radius: 0;
  color: #353535;
  color: var(--eqdColor5);
  font-family: 'Roboto', sans-serif;
  font-size: 13px;
  font-weight: 400;
  font-style: normal;
  line-height: 1.4;
  margin-top: 16px;
  width: 100%;
  overflow: auto;
}

.kitTabAreaPage
{
  padding-bottom: 20px;
  position: relative;
}

.kitTab 
{
  text-align: center;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  border-top: inherit;
  border-left: inherit;
  border-right: inherit;
  border-bottom: 1px solid #999999;
  background-color: #fafafa;
  color: #999999;
  color: var(--eqdColor4);
  cursor: pointer;
  font-family: 'Roboto', sans-serif;
  font-size: 13px;
  font-weight: 400;
  font-style: normal;
  padding: 2px 5px;
}

.kitTabBar
{
  width: 100%;
  white-space: nowrap;
}

.kitTabBar div
{
  border-top: 1px solid #999999;
  border-right: 1px solid #999999;
  padding: 4px 16px;
}

.kitTabBar div:first-child
{
  border-left: 1px solid #999999;
}

.kitTabBar div:last-child
{
  border: none;
  padding: 0;
}

.kitTabOn 
{
  text-align: center;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  border-top: inherit;
  border-left: inherit;
  border-right: inherit;
  border-bottom: none;
  background-color: #FFFFFF;
  color: #353535;
  color: var(--eqdColor5);
  cursor: pointer;
  font-family: 'Roboto', sans-serif;
  font-size: 13px;
  font-weight: 400;
  font-style: normal;
  padding: 2px 5px;
}

/* QDesign Preview Button */
.QD_PreviewDiv
{
  width: 100%;
}

.QD_PreviewDiv div
{
  margin-top: 10px;
}

.QD_PreviewDiv div:first-child
{
  margin-top: 58px;
}

.eqcPreviewButton
{
  width: 150px;
}

/* QDesign Objects */
.QD_ImageTN_Close
{
  color: #000000;
  color: var(--eqdColor2);
  cursor: pointer;
  position: absolute;
  top: 20px;
  left: 135px;
  height: 18px;
  width: 18px;
  transition: all 0.3s ease-in-out 0s;
}

.QD_ImageTN_Close:hover svg
{
  fill: #353535;
  fill: var(--eqdColor5);
}

.QD_UploadButton
{
  margin-top: 14px;
  padding: 6px 16px;
  width: auto;
}

/* Kit Tab Area */
.idKitDisableOff
{
  cursor: pointer;
  height: 22px;
  margin-right: 5px;
  position: absolute;
  right: 0;
  top: 10px;
  width: 22px;
  transition: all 0.3s ease-in-out 0s;
}

.idKitDisableOff svg
{
  fill: #353535;
}

.idKitDisableOff:hover svg
{
  fill: #444;
}

.idKitDisableOn
{
  cursor: pointer;
  height: 22px;
  margin-right: 5px;
  position: absolute;
  right: 0;
  top: 10px;
  width: 22px;
  transition: all 0.3s ease-in-out 0s;
}

.idKitDisableOn svg
{
  fill: #000000;
}

.idKitDisableOn:hover svg
{
  fill: #999999;
}

.idKitLineS2
{
  cursor: pointer;
  float: left;
  width: 330px;
}

.idKitLineDesc
{
  display: inline-block;
  margin-left: 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 150px;
  white-space: nowrap;
}

.idKitLineExtra
{
  font-size: 11px;
  font-weight: 700;
  margin-left: 75px;
  margin-top: -5px;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 250px;
  white-space: nowrap;
}

.idKitLineID
{
  display: inline-block;
  margin-left: 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 80px;
  white-space: nowrap;
}

.idKitLineUOM
{
  display: inline-block;
  margin-left: 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 55px;
  white-space: nowrap;
}

.idKitStatus
{
  cursor: pointer;
  float: left;
  height: 20px;
  text-align: center;
  width: 20px;
}

.idKitStatus svg
{
  fill: #ff3000;
}

.idKitStatusOff
{
  float: left;
  height: 20px;
  text-align: center;
  width: 20px;
}

.idKitStatusOff svg
{
  fill: #999999;
}

.idKitStatusR
{
  color: #ff3000;
  font-size: 11px;
  font-weight: 700;
  margin-left: 75px;
  margin-top: -5px;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 250px;
  white-space: nowrap;
}

.idKitStatusROff
{
  color: #999999;
  font-size: 11px;
  font-weight: 700;
  margin-left: 75px;
  margin-top: -5px;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 250px;
  white-space: nowrap;
}

.kitLine 
{
  background-color: #ffffff;
  border-bottom: 1px solid #e2e2e2;
  color: #353535;
  padding: 10px 0;
  position: relative;
}

.kitLineOff
{
  background-color: #e2e2e2;
  border-bottom: 1px solid #cccccc;
  color: #888888;
  padding: 10px 0;
  position: relative;
}

.kitLineQtyOff
{
  background-color: #e2e2e2;
  border: 1px #cccccc solid;
  color: #888888;
  float: left;
  font-size: 14px;
  height: 18px;
  outline: 0;
  text-align: center;
  width: 50px;
}

.kitLineQtyOn 
{
  background-color: #ffffff;
  border: 1px #e2e2e2 solid;
  float: left;
  font-size: 14px;
  height: 18px;
  outline: 0;
  text-align: center;
  width: 50px;
}