  /* Start with fitment selector hidden */
  .main-camso-fitment {
    display: none;
  }

  /* Card styles */
  .fitment-card {    
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
    transition: 0.3s;
  }  
  .fitment-card:hover {
    box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2);    
  }    

  .fitment-card-head h4 {
    white-space: normal;
    min-height: 26px;
}

  /* Loader styles (loader for when categories are loading) */
  .loader {
    width: 60px;
  }
  .loader-wheel {
    animation: spin 1s infinite linear;
    border: 2px solid rgba(30, 30, 30, 0.5);
    border-left: 4px solid #fff;
    border-radius: 50%;
    height: 50px;
    margin-bottom: 10px;
    width: 50px;
  }
  .loader-text {
    color: #fff;
    font-family: arial, sans-serif;
  }
  .loader-text:after {
    content: 'Loading';
    animation: load 2s linear infinite;
  }
  @keyframes spin {
    0% {
      transform: rotate(0deg);
    }

    100% {
      transform: rotate(360deg);
    }
  }
  @keyframes load {
    0% {
      content: 'Loading';
    }

    33% {
      content: 'Loading.';
    }

    67% {
      content: 'Loading..';
    }

    100% {
      content: 'Loading...';
    }
  }
  .fitment-category-loading {
    text-align: center;
  }
  .fitment-category-loading .loader {
    display: inline-block;
  }

  .inline-block {
    display: inline-block;
    vertical-align: top;
  }
  .clickable{
    cursor: pointer;
  }

  /* Add hover effect to subtype card */
  .card-container .subSubType-container{
    display: none;
    position: absolute;
    top: 0;
    background: rgba(0,0,0,0.8);
    overflow-y: auto;
    min-height: 100%;     
    width: 100%;
    padding-left: 5%;
    padding-top: 5px;
    color: white;
    white-space: normal;
    z-index: 1;
    /* left:0; */
  }
  .fitment-card:hover .subSubType-container{
    display: inline-block;
  }
  .subSubType-container:hover{
    display: inline-block;
  }
  .subSubType-title{
    text-decoration: underline;
    font-weight: bold;
  }

  /* Breadcrumb stuff */
  .fitment-breadcrumb {
      padding: 1% 0;
      font-size: 1.2em;
      font-weight: bold;
  }
  .fitment-breadcrumb span:first-child:before {
    content: "";
  }
  .fitment-breadcrumb span:before {
      content: " > ";
  }

  /* Misc padding/magin */
  .fitment-category-container {
    padding-top: 1%;
  }
  #fitment-categories .row {
    margin-bottom: 1%;
  }

  /* Remove horizontal scrollbars from category */
  /* Hide scrollbar for Chrome, Safari and Opera */
  .card-row::-webkit-scrollbar {
    display: none;
  }
  /* Hide scrollbar for IE, Edge and Firefox */
  .card-row {
    -ms-overflow-style: none;  /* IE and Edge */
    scrollbar-width: none;  /* Firefox */
  }

  /* Add horizontal scroll to card row */
  .card-row {
    /* overflow-x: scroll;     */
    /* white-space: nowrap; */
    padding: 1%;
  }

  /* Scroll button overlay styles */
  .paddle {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 2em;
    z-index: 1000;
    opacity: 0.1;
    background: rgba(0,0,0,0.5);
    font-weight: 900;
    color: white !important;
    font-size: 16pt;
  }
  .paddle:hover{
    opacity: 1;
  }
  .left-paddle {
    left: 0;
  }
  .right-paddle {
    right: 0;
  }
  .horizontal-row{
    position: relative;
  }

/* Legacy styles required to get fitment tool to function with portal styling */
.main-camso-fitment {
    padding: 0;
  }

  a.icon-wrapper {
    color: black !important;
  }

  a.icon-wrapper:hover {
    color: red;
  }

  #item-container table {
    width: 100%;
    margin-top: 2%;
  }

  #item-container input {
    width: 45px;
  }

  .half {
    width: 49%;
    display: inline-block;
  }

  .modal-block {
    vertical-align: top;
  }

  #modal-terms {
    font-size: 90%;
    color: #535353;
    font-weight: bold;
  }

  #modal-item {
    white-space: nowrap;
  }

  .terms-container {
    line-height: 2;
  }

  .red-text {
    color: red;
  }

  #modal-ship-to-email {
    overflow: hidden;
    width: 90%;
    display: inline-block;
    vertical-align: bottom;
    text-overflow: ellipsis;
  }

  #modal-bill-to-email {
    overflow: hidden;
    width: 90%;
    display: inline-block;
    vertical-align: bottom;
    text-overflow: ellipsis;
  }

  .alert-toast {
    position: absolute;
    top: 1%;
    left: 35%;
    width: 30%;
    text-align: center;
    z-index: 1051;
  }

  .icon-close {
    float: right;
    cursor: pointer;
    position: absolute;
    top: 5px;
    right: 5px;
  }

  /* #orderModal,
  #itemDetailModal {
    padding: 0 !important;
    top: unset;
    left: 50% !important;
    right: unset;
    top: 3%;
    width: 625px;
    color: black;
    line-height: 1.5;
    overflow: auto;
    margin-left: -280px;
  }

  #orderModal .modal-dialog,
  #itemDetailModal .modal-dialog {
    margin: 0 !important;
    width: 100%;
  }

  #orderModal .modal-body,
  #itemDetailModal .modal-body {
    max-height: none;
  } */

  #showProcessingTwo {
    position: absolute;
    text-align: center;
    top: 33%;
    width: 16%;
    margin-left: 42%;
    z-index: 1051
  }

  /* .modal {
    background: none !important;
    border: none !important;
    box-shadow: 0px 0px 0px 0px !important;
  } */

  @media only screen and (max-width: 600px) {
    /* #orderModal {
      width: 100%;
      margin-left: 2%;
      margin: auto;
      left: 0;
      z-index: 10000000000;
    }

    #itemDetailModal {
      width: 100%;
      margin-left: 2%;
      margin: auto;
      left: 0;
      z-index: 10000000000;
    } */

    #itemDetailModal iframe {
      width: 100%;
    }

    .half {
      width: 100%;
      display: block;
      margin-top: 3%;
    }

    .card-row .col-sm-3{
      max-width: 100% !important;
    }
  }
  .card-row .col-sm-3{
    max-width: 22%;
  }

  address {
    font-style: normal;
  }

  .top-margin {
    margin-top: 2%;
  }

  #productDisplay table {
    font-size: 80%;
  }

  .selects label {
    margin-bottom: 2%;
    margin-top: 2%;
    display: inline-block;
  }

  .shipToLabel {
    color: #007cc9;
    padding: 3%;
  }

  .shipToBtn {
    width: 20%;
  }

  .center-text {
    text-align: center;
  }

  .productDisplay {
    font-size: 15pt !important;
  }

  .separated {
    border-top: 1px solid lightgray;
    border-bottom: 1px solid lightgray;
    padding: 2% 0;
  }

  .po-container input {
    margin-left: 2%;
  }

  .po-container label {
    font-weight: bold;
  }

  .qtyCol {
    width: 10%;
  }

  .order-qty {
    width: 100%;
  }

  #title {
    display: none !important;
  }

  select::-ms-expand {
    display: none;
  }
  .main-camso-fitment {    
    padding: 0 !important;
  }

  /* Fix since new grid stuff uses flex but old grid stuff expects block */
  .main-camso-fitment .row {
    display: block;
  }

.fitment-card{
  line-height: 20px;
  text-transform: UPPERCASE;  
  letter-spacing: 1px;
  position: relative;
  /* position: unset */
}
.fitment-card-container{
  /* position: unset !important; */
  margin-bottom: 25px;
  overflow-y: visible;
}

#fitmentCategoryTitle{
  margin: 0;
}

/* #two{
  margin-top: 25px;
} */

/* Type Headers */
.fitment-category-container h3 {
  border: 1px solid #ccc;
  padding: 2px 5px;
  background-color: #f4f4f4;
}