/*
** DO NOT EDIT THIS FILE! All changes will be overwritten.
** edit the master in app/assets/stylesheets/themes/snowplows/templates/_core.scss,
** then run script/activate-theme snowplows
*/
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

/*
** app/assets/stylesheets/_core.scss
** installed by ./script/activate-theme snowplows
** at Fri Jul 17 07:25:14 PM UTC 2026 on misterplow03
*/
/*
** DO NOT EDIT THIS FILE! All changes will be overwritten.
** edit the master in app/assets/stylesheets/themes/snowplows/templates/_core.scss,
** then run script/activate-theme snowplows
*/
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

/*
** app/assets/stylesheets/_core.scss
** installed by ./script/activate-theme snowplows
** at Fri Jul 17 07:25:14 PM UTC 2026 on misterplow03
*/
section:after {
  content: "";
  display: table;
  clear: both; }

/* DEPRECATED 2025-06 */
.main-image img {
  width: 100%;
  height: auto; }

#group-top, #group-main-contents {
  background: #FFF;
  padding: 1rem 0.5rem; }
  #group-top h3, #group-main-contents h3 {
    font-size: 1.5rem;
    color: #FFB042;
    margin-bottom: 0; }
  #group-top .inline-videos .inline-video, #group-main-contents .inline-videos .inline-video {
    text-align: center; }
    @media screen and (max-width: 700px) {
      #group-top .inline-videos .inline-video, #group-main-contents .inline-videos .inline-video {
        border-bottom: 1px solid #DDD;
        margin: 1rem 0;
        padding: 0 0 1rem 0; } }
    #group-top .inline-videos .inline-video iframe, #group-top .inline-videos .inline-video object, #group-main-contents .inline-videos .inline-video iframe, #group-main-contents .inline-videos .inline-video object {
      width: 100%;
      margin: 0;
      padding: 0; }
  @media screen and (min-width: 701px) {
    #group-top .inline-videos, #group-main-contents .inline-videos {
      display: none; } }
/* end group-main-contents */
#group-review-summary, #review-list {
  background: #FFF;
  padding: 1rem 0.5rem;
  margin: 1rem 0; }
  #group-review-summary:after, #review-list:after {
    content: "";
    display: table;
    clear: both; }

#group-reviews {
  clear: both; }

.prop65 {
  clear: both;
  padding: 1rem;
  border: 2px solid #FFB042; }

#group-infobox .prompt {
  margin: 0.5rem 0 0;
  font-weight: bold;
  color: #24346f;
  font-size: 1.5rem; }

#group-infobox .vehicle-selector-details-only, #group-infobox .vehicle-selector-incompatible {
  background: #f6f6f6;
  padding: 0.5rem;
  border-radius: 5px;
  margin-top: 1rem;
  box-shadow: 0 1px 1px #ccc; }
  #group-infobox .vehicle-selector-details-only .prompt, #group-infobox .vehicle-selector-incompatible .prompt {
    font-size: 1.3rem;
    line-height: 1.3rem;
    margin-bottom: 0.5rem; }

#group-infobox .vehicle-selector-details-only .change-it {
  text-align: right;
  padding-right: 1rem; }

#group-infobox .vehicle-selector-incompatible .change-it {
  text-align: right;
  padding-right: 1rem; }

#group-pricing {
  font-size: 1rem;
  color: #777; }
  @media screen and (max-width: 700px) {
    #group-pricing {
      font-size: 1.2rem; } }
  @media screen and (max-width: 700px) and (min-width: 701px) {
    #group-pricing ul .lbl {
      min-width: 150px !important; } }
  #group-pricing ul .lbl {
    display: inline-block;
    min-width: 120px; }
  #group-pricing .regular-price strong {
    text-decoration: line-through; }
  #group-pricing .our-price {
    color: #feab1f; }
    @media screen and (min-width: 701px) {
      #group-pricing .our-price {
        font-size: 1.5rem; } }
    @media screen and (max-width: 700px) {
      #group-pricing .our-price {
        font-size: 1.5rem; } }
  #group-pricing .shipping-price strong {
    color: #777; }
  #group-pricing .link-to-reviews:hover {
    cursor: pointer; }

.group-unavailable {
  margin: 1rem 0;
  border: 2px solid #FFB042;
  border-radius: 5px; }
  .group-unavailable h4 {
    padding: 1rem;
    background: #FFB042;
    color: #FFF;
    font-size: 1.3rem; }
  .group-unavailable a {
    display: block;
    padding: 0 1rem 1rem 1rem;
    text-decoration: underline; }
  .group-unavailable .fa, .group-unavailable .fal {
    float: left;
    margin: 1rem;
    font-size: 2rem; }
  .group-unavailable .agents-only strong {
    text-decoration: underline; }

#promos {
  margin: 0.8rem 0;
  border-top: 1px solid #e1e1e1;
  border-bottom: 1px solid #e1e1e1;
  padding: 0 0; }
  #promos .promo {
    font-weight: bold;
    color: #FFB042;
    background-repeat: no-repeat;
    background-position: left;
    padding-left: 43px;
    margin: 1rem 0; }
    #promos .promo a {
      font-weight: normal;
      color: #999;
      font-size: 80%;
      white-space: nowrap; }
  #promos .rebate {
    background-image: url(/img/design/group/rebate-icon.png);
    background-size: 30px; }
  #promos .sale {
    background-image: url(/img/design/group/sale-icon.png);
    background-size: 30px; }
  #promos .free_gift {
    background-image: url(/img/design/group/gift-icon.png);
    background-size: 30px; }
  #promos .instant_coupon {
    background-image: url(/img/design/group/sale-icon.png);
    background-size: 30px; }

.quick-add-item .fit-warning {
  padding: 1rem 0 0;
  color: #888;
  font-size: 1.2rem;
  font-weight: bold; }
  .quick-add-item .fit-warning a.button {
    width: 100%;
    text-align: center;
    border-radius: 5px;
    background-color: #FFB042; }

#group-text {
  clear: both; }
  @media screen and (min-width: 701px) {
    #group-text {
      float: left;
      display: block;
      margin-right: 2.1276595745%;
      width: 74.4680851064%; }
      #group-text:last-child {
        margin-right: 0; } }
  @media screen and (max-width: 700px) {
    #group-text {
      float: left;
      display: block;
      margin-right: 4.347826087%;
      width: 100%;
      margin-right: 0; }
      #group-text:last-child {
        margin-right: 0; } }
  #group-text #group-description-bullets ul {
    list-style-type: disc;
    margin-left: 1rem; }
  #group-text li.promo {
    font-weight: bold;
    background-repeat: no-repeat;
    background-position: left;
    padding-left: 26px; }
  #group-text li.rebate {
    color: #0077b8;
    background-image: url(/img/design/group/rebate-icon.png);
    background-position: left 5px;
    padding-left: 26px; }
  #group-text li.sale {
    color: #feab1f;
    background-image: url(/img/design/group/sale-icon.png); }
  #group-text li.instant_coupon {
    color: red; }
  #group-text li.free_gift {
    color: red; }
  #group-text p.note {
    color: orange; }
    #group-text p.note strong {
      background-image: url(/img/design/group/note.png);
      background-position: left;
      background-repeat: no-repeat;
      padding: 2px 0 2px 23px; }

#item-text-container {
  clear: left;
  margin-top: 0.5rem;
  /* keep clear of tabs */ }
  #item-text-container a {
    color: #333;
    text-decoration: underline; }
  #item-text-container a:hover {
    color: #feab1f; }
  #item-text-container #group-description-bullets li {
    padding-bottom: 0.7rem; }
  #item-text-container #group-description-main {
    margin-top: 1rem; }

#product-fits-vehicles h2 {
  color: #24346f;
  margin: 0; }

#more-like-this {
  border-top: 1px solid #ddd;
  padding: 0.5rem 0;
  margin: 1rem 0 0 0; }
  #more-like-this li a {
    color: #666; }
  #more-like-this li a:hover {
    color: #feab1f;
    text-decoration: underline; }
  #more-like-this h3 {
    color: #777;
    font-size: 1.2rem;
    text-transform: capitalize;
    margin: 0 0 0.5rem; }

@media screen and (min-width: 701px) {
  #product_groups-show #more-like-this li {
    float: left;
    display: block;
    margin-right: 2.1276595745%;
    width: 40.4255319149%; }
    #product_groups-show #more-like-this li:last-child {
      margin-right: 0; } }

#product-fits-vehicles h2 {
  color: #333; }

#review-list {
  clear: both; }
  #review-list:after {
    content: "";
    display: table;
    clear: both; }
  @media screen and (min-width: 701px) {
    #review-list .box-of-reviews {
      float: left;
      display: block;
      margin-right: 2.1276595745%;
      width: 48.9361702128%; }
      #review-list .box-of-reviews:last-child {
        margin-right: 0; }
      #review-list .box-of-reviews.odd {
        margin-right: 0; } }
  @media screen and (max-width: 700px) {
    #review-list .box-of-reviews {
      float: left;
      display: block;
      margin-right: 4.347826087%;
      width: 100%; }
      #review-list .box-of-reviews:last-child {
        margin-right: 0; } }
  #review-list .review-boxes-separator {
    display: block;
    width: 100%;
    text-align: center;
    text-transform: capitalize;
    margin-top: 2rem;
    clear: both;
    color: #d1d1d1; }
    #review-list .review-boxes-separator h3 {
      display: inline-block;
      background: #FFF;
      padding: 0 1rem;
      position: relative;
      z-index: 2; }
    #review-list .review-boxes-separator hr {
      margin: 0;
      position: relative;
      top: -1.4rem; }
  #review-list .modal-inner {
    text-align: center; }
    #review-list .modal-inner img {
      width: auto;
      max-height: 40rem; }

#group-review-summary {
  width: relative; }
  #group-review-summary h2 {
    color: #233571;
    font-size: 22px; }
  #group-review-summary #review-averages-stars:after {
    content: "";
    display: table;
    clear: both; }
  #group-review-summary #review-averages-stars .score {
    color: #233571;
    background-image: url(/img/sub-category/stars-big.png);
    background-repeat: no-repeat;
    zoom: 1; }
    @media screen and (min-width: 701px) {
      #group-review-summary #review-averages-stars .score {
        height: 28px;
        display: inline-block;
        padding: 2px 15px 0 0;
        margin: 10px 11px 10px 0;
        font-size: 17px; } }
    @media screen and (max-width: 700px) {
      #group-review-summary #review-averages-stars .score {
        font-size: 1.4rem; } }
  @media screen and (min-width: 701px) {
    #group-review-summary #review-averages-stars .score-overall {
      width: 210px; }
    #group-review-summary #review-averages-stars .score-performance {
      width: 255px; }
    #group-review-summary #review-averages-stars .score-quality {
      width: 210px; }
    #group-review-summary #review-averages-stars .score-appearance {
      width: 250px; } }
  #group-review-summary .big-stars0 {
    background-position: right 7px; }
  #group-review-summary .big-stars1 {
    background-position: right -25px; }
  #group-review-summary .big-stars2 {
    background-position: right -58px; }
  #group-review-summary .big-stars3 {
    background-position: right -91px; }
  #group-review-summary .big-stars4 {
    background-position: right -124px; }
  #group-review-summary .big-stars5 {
    background-position: right -157px; }
  #group-review-summary .big-stars6 {
    background-position: right -190px; }
  #group-review-summary .big-stars7 {
    background-position: right -223px; }
  #group-review-summary .big-stars8 {
    background-position: right -256px; }
  #group-review-summary .big-stars9 {
    background-position: right -289px; }
  #group-review-summary .big-stars10 {
    background-position: right -322px; }
  @media screen and (min-width: 701px) {
    #group-review-summary #average-combined-score, #group-review-summary #average-install-time {
      font-size: 24px;
      color: #888;
      padding: 9px 0 0 65px; }
      #group-review-summary #average-combined-score h3, #group-review-summary #average-install-time h3 {
        display: inline;
        font-size: 24px; } }
  @media screen and (max-width: 700px) {
    #group-review-summary #average-combined-score, #group-review-summary #average-install-time {
      font-size: 1rem;
      color: #888;
      margin-top: 1rem;
      padding: 0 0 0 65px; }
      #group-review-summary #average-combined-score h3, #group-review-summary #average-install-time h3 {
        display: inline;
        font-size: 1rem; } }
  #group-review-summary #average-combined-score {
    float: left;
    display: block;
    margin-right: 2.1276595745%;
    width: 48.9361702128%;
    background: url(/img/design/ico/rating-big.png) 5px 1px no-repeat;
    min-height: 3.5rem; }
    #group-review-summary #average-combined-score:last-child {
      margin-right: 0; }
  #group-review-summary #average-install-time {
    float: left;
    display: block;
    margin-right: 2.1276595745%;
    width: 48.9361702128%;
    margin-right: 0;
    background: url(/img/design/ico/install-big.png) 5px 1px no-repeat;
    min-height: 3.5rem; }
    #group-review-summary #average-install-time:last-child {
      margin-right: 0; }

.see-all-reviews {
  text-align: center; }

@media screen and (min-width: 701px) {
  #group-images .thumbs {
    max-height: 21.5rem; } }

@media screen and (min-width: 1219px) {
  #group-images .thumbs {
    max-height: 26rem; } }

@media screen and (min-width: 701px) and (max-width: 919px) {
  #group-images .thumbs {
    max-height: 15.9rem; } }

@media screen and (max-width: 700px) {
  #group-images .thumbs {
    white-space: nowrap; }
    #group-images .thumbs h4 {
      display: none; } }

#group-images .thumbs a.pic {
  z-index: 1; }
  @media screen and (max-width: 919px) {
    #group-images .thumbs a.pic {
      width: 96px;
      height: 67px; } }
@media screen and (max-width: 919px) {
  #group-images .thumbs .thumbs-swatch a.pic {
    width: 60px;
    height: 60px; } }

/*
 * #lloyd-products - big container for everything.
 *  gets dynamic classes :
 *    items-in-cart or no-items,
 *    submit-enabled or submit-disabled.
 */
#lloyd-products h2 {
  color: #feab1f;
  font-size: 1.3rem; }
  #lloyd-products h2 span {
    font-size: 1rem;
    font-weight: normal;
    color: #888; }

#lloyd-products section {
  margin: 2rem 0; }

#lloyd-products #lloyd-color-and-border {
  margin-bottom: 0; }

#lloyd-products.submit-disabled #lloyd-item-section-bottom button {
  background-color: darkgray; }

#lloyd-products .tooltip-item {
  background: inherit;
  border: none;
  padding: 0; }
  @media screen and (min-width: 701px) {
    #lloyd-products .tooltip-item {
      float: right; } }
  @media screen and (max-width: 700px) {
    #lloyd-products .tooltip-item {
      float: left;
      display: block;
      margin-right: 4.347826087%;
      width: 100%;
      margin-right: 0; }
      #lloyd-products .tooltip-item:last-child {
        margin-right: 0; } }
#lloyd-products .tooltip {
  bottom: 5rem; }

#lloyd-item-section-bottom .tooltip * {
  color: #feab1f;
  text-align: left; }

.part_number {
  position: absolute;
  top: -1rem;
  font-size: 0.8rem; }

#lloyd-colors, #lloyd-borders {
  margin-bottom: 2rem; }
  #lloyd-colors .opt:hover, #lloyd-borders .opt:hover {
    opacity: 0.9; }
    #lloyd-colors .opt:hover a, #lloyd-colors .opt:hover .price, #lloyd-colors .opt:hover .label, #lloyd-colors .opt:hover .fa, #lloyd-colors .opt:hover .far, #lloyd-borders .opt:hover a, #lloyd-borders .opt:hover .price, #lloyd-borders .opt:hover .label, #lloyd-borders .opt:hover .fa, #lloyd-borders .opt:hover .far {
      color: #feab1f; }

#lloyd-borders .pic {
  max-height: 61px; }

.lloyd-chooser .option-group {
  background: #FFF;
  box-shadow: 0 1px 2px #ddd;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: stretch;
  align-content: flex-start; }
  .lloyd-chooser .option-group:after {
    content: "";
    display: table;
    clear: both; }

.lloyd-chooser .opt {
  margin: 1rem 0 0 1rem;
  position: relative;
  cursor: pointer; }
  .lloyd-chooser .opt a {
    color: #666; }
  @media screen and (min-width: 701px) {
    .lloyd-chooser .opt {
      flex-basis: 12.5%; } }
  @media screen and (max-width: 700px) {
    .lloyd-chooser .opt {
      flex-basis: 27.5%; } }
  .lloyd-chooser .opt img.pic {
    width: 100%; }
  .lloyd-chooser .opt .label {
    text-align: center;
    line-height: 0.8;
    font-size: 0.8rem;
    margin-bottom: 0.5rem; }
    .lloyd-chooser .opt .label .fa, .lloyd-chooser .opt .label .far {
      color: #888; }
  .lloyd-chooser .opt .tooltip {
    max-width: 350px;
    bottom: 6em; }
    .lloyd-chooser .opt .tooltip img {
      max-width: 300px; }
    .lloyd-chooser .opt .tooltip:after {
      position: absolute;
      right: auto;
      left: 1rem; }

.lloyd-chooser.complete {
  background: #FFF;
  padding: 0.5rem;
  box-shadow: 0 1px 2px #ddd; }
  .lloyd-chooser.complete:after {
    content: "";
    display: table;
    clear: both; }
  @media screen and (min-width: 701px) {
    .lloyd-chooser.complete .image-box {
      float: left;
      display: block;
      margin-right: 2.1276595745%;
      width: 14.8936170213%; }
      .lloyd-chooser.complete .image-box:last-child {
        margin-right: 0; } }
  @media screen and (max-width: 700px) {
    .lloyd-chooser.complete .image-box {
      float: left;
      display: block;
      margin-right: 4.347826087%;
      width: 30.4347826087%; }
      .lloyd-chooser.complete .image-box:last-child {
        margin-right: 0; } }
  .lloyd-chooser.complete .image-box img {
    width: 9rem; }
  @media screen and (min-width: 701px) {
    .lloyd-chooser.complete .description-box {
      float: left;
      display: block;
      margin-right: 2.1276595745%;
      width: 65.9574468085%; }
      .lloyd-chooser.complete .description-box:last-child {
        margin-right: 0; }
      .lloyd-chooser.complete .description-box h3 {
        font-size: 2.5rem;
        text-shadow: 0 2px 2px rgba(0, 0, 0, 0.15); } }
  @media screen and (max-width: 700px) {
    .lloyd-chooser.complete .description-box {
      float: left;
      display: block;
      margin-right: 4.347826087%;
      width: 47.8260869565%; }
      .lloyd-chooser.complete .description-box:last-child {
        margin-right: 0; }
      .lloyd-chooser.complete .description-box h3 {
        font-size: 1.5rem;
        text-shadow: 0 2px 2px rgba(0, 0, 0, 0.15); }
      .lloyd-chooser.complete .description-box .license-image {
        display: none; } }
  .lloyd-chooser.complete .description-box a.reset {
    color: red; }
  .lloyd-chooser.complete .change-selection {
    margin-right: 0; }
    @media screen and (min-width: 701px) {
      .lloyd-chooser.complete .change-selection {
        float: left;
        display: block;
        margin-right: 2.1276595745%;
        width: 14.8936170213%; }
        .lloyd-chooser.complete .change-selection:last-child {
          margin-right: 0; } }
    @media screen and (max-width: 700px) {
      .lloyd-chooser.complete .change-selection {
        float: left;
        display: block;
        margin-right: 4.347826087%;
        width: 13.0434782609%;
        text-align: right;
        font-size: 0.7rem; }
        .lloyd-chooser.complete .change-selection:last-child {
          margin-right: 0; } }
    .lloyd-chooser.complete .change-selection .fa, .lloyd-chooser.complete .change-selection .far {
      padding: 0 0.3rem 0 0;
      vertical-align: text-bottom;
      cursor: pointer; }
    .lloyd-chooser.complete .change-selection a:hover {
      text-decoration: underline;
      cursor: pointer; }

.lloyd-chooser #lloyd-borders-top {
  background: #FFF;
  padding: 1rem 1rem 0.5rem 1rem;
  box-shadow: 0 1px 2px #ddd; }
  .lloyd-chooser #lloyd-borders-top label:hover {
    color: #feab1f;
    cursor: pointer; }

#lloyd-borders-bottom .price {
  display: none; }

#lloyd-borders-bottom.nothing-selected {
  display: none;
  opacity: 0.4; }
  #lloyd-borders-bottom.nothing-selected img {
    width: 40px; }
  #lloyd-borders-bottom.nothing-selected .label {
    display: none; }

#lloyd-borders-bottom.premium-selected {
  opacity: 1.0; }

.tab-icon {
  width: 60px; }

#lloyd-logos {
  border: 3px solid red; }

#lloyd-mats-to-customise {
  background: #FFF;
  padding: 0.5rem;
  box-shadow: 0 1px 2px #ddd;
  margin-bottom: 2rem; }
  #lloyd-mats-to-customise .lloyd-mats-to-customise-item a, #lloyd-mats-to-customise .lloyd-mats-to-customise-item span {
    display: block;
    cursor: pointer; }
  #lloyd-mats-to-customise .customise-on label {
    color: green; }
  #lloyd-mats-to-customise .customise-off label {
    color: red; }

#lloyd-customiser .opt {
  text-align: right !important; }
  @media screen and (min-width: 701px) {
    #lloyd-customiser .opt {
      flex-basis: 18.1%; } }
  @media screen and (max-width: 700px) {
    #lloyd-customiser .opt {
      flex-basis: 43%; } }
  #lloyd-customiser .opt .label {
    text-align: right;
    margin-bottom: 0.2rem; }
  #lloyd-customiser .opt .price {
    font-weight: bold;
    color: #777; }
  #lloyd-customiser .opt .details {
    font-size: 0.7rem; }

#lloyd-customiser .opt:hover {
  opacity: 0.9; }
  #lloyd-customiser .opt:hover a, #lloyd-customiser .opt:hover .price, #lloyd-customiser .opt:hover .label, #lloyd-customiser .opt:hover .fa, #lloyd-customiser .opt:hover .far {
    color: #feab1f; }

#lloyd-item-section-bottom-submit:after {
  content: "";
  display: table;
  clear: both; }

#lloyd-item-section-bottom-submit .input[type="button"], #lloyd-item-section-bottom-submit input[type="reset"], #lloyd-item-section-bottom-submit input[type="submit"],
#lloyd-item-section-bottom-submit button, #lloyd-item-section-bottom-submit .btn {
  font-weight: bold;
  color: white; }
  @media screen and (min-width: 701px) {
    #lloyd-item-section-bottom-submit .input[type="button"], #lloyd-item-section-bottom-submit input[type="reset"], #lloyd-item-section-bottom-submit input[type="submit"],
    #lloyd-item-section-bottom-submit button, #lloyd-item-section-bottom-submit .btn {
      float: right;
      padding: 1.6rem 6rem;
      font-size: 1.1rem; } }
  @media screen and (max-width: 700px) {
    #lloyd-item-section-bottom-submit .input[type="button"], #lloyd-item-section-bottom-submit input[type="reset"], #lloyd-item-section-bottom-submit input[type="submit"],
    #lloyd-item-section-bottom-submit button, #lloyd-item-section-bottom-submit .btn {
      float: left;
      display: block;
      margin-right: 4.347826087%;
      width: 100%;
      margin-right: 0;
      padding: 1.5rem 0;
      font-size: 1.5rem; }
      #lloyd-item-section-bottom-submit .input[type="button"]:last-child, #lloyd-item-section-bottom-submit input[type="reset"]:last-child, #lloyd-item-section-bottom-submit input[type="submit"]:last-child,
      #lloyd-item-section-bottom-submit button:last-child, #lloyd-item-section-bottom-submit .btn:last-child {
        margin-right: 0; } }
@media screen and (min-width: 701px) {
  #lloyd-tab-logo-inner h3 {
    font-size: 2rem; } }

#lloyd-tab-plain-inner p {
  padding: 1.5rem 1.5rem 0.5rem 1.5rem; }

.tabs-or {
  background-color: #24346f;
  border-radius: 20rem;
  color: #fff;
  margin-left: 1.9rem;
  position: absolute;
  font-size: 0.9rem;
  height: 1.5rem;
  width: 1.5rem;
  text-align: center;
  top: -0.2rem;
  left: 3rem; }

@media screen and (max-width: 700px) {
  #lloyd-borders-plain {
    border-bottom: 1px solid #ddd;
    margin-bottom: 0.5rem; } }

.item-cluster {
  border-bottom: 1px solid #f3f3f3; }

.cluster-main .level-choices {
  border-bottom: 2px solid grey; }

.cluster-main label.option .first {
  font-weight: bold; }

.cluster-main label.option .more {
  padding-left: 2rem;
  font-weight: normal; }

.cluster-main .selected-item-detail {
  padding-top: 0.5rem; }
  .cluster-main .selected-item-detail ul {
    list-style-type: square;
    list-style-position: inside; }
  .cluster-main .selected-item-detail li {
    padding-left: 0;
    margin-left: 0; }
  .cluster-main .selected-item-detail strong {
    font-weight: normal; }
  @media screen and (max-width: 700px) {
    .cluster-main .selected-item-detail {
      font-size: 1.1rem; } }
  .cluster-main .selected-item-detail .out-of-stock {
    color: #A0171E;
    font-weight: 600; }

.item-cluster .selector-level {
  padding: 0.2rem; }
  .item-cluster .selector-level:after {
    content: "";
    display: table;
    clear: both; }
  .item-cluster .selector-level .fa-wrapper {
    display: inline-block;
    font-size: 1.5rem;
    line-height: 1.1rem;
    float: left;
    width: 10%;
    height: 2.5rem;
    text-align: center;
    padding: 1.5%;
    margin-right: 1%;
    border: 1px solid #DDD;
    background: #f9f9f9;
    position: relative;
    z-index: 10;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0; }
  .item-cluster .selector-level .fa {
    position: relative; }
  .item-cluster .selector-level select {
    width: 89%; }

.item-cluster .selector-enabled .fa {
  color: #FFB042; }

.item-cluster .selector-enabled .fa-check-circle {
  color: #0066bb; }

.item-cluster .selector-disabled .fa {
  color: #ccc; }

.item-cluster .selector-selected .fa {
  color: #FFB042 !important; }

.item-cluster .selector-hidden {
  display: none; }

.item-cluster .selector-disabled select {
  opacity: 1;
  color: lightgrey; }

.item-cluster-highlighted .selector-ready select {
  border-top: 2px solid #feab1f;
  border-bottom: 2px solid #feab1f;
  border-right: 2px solid #feab1f;
  animation: blink 0.75s;
  animation-iteration-count: 5; }

.item-cluster-highlighted .selector-ready .fa-wrapper {
  border-top: 2px solid #feab1f;
  border-bottom: 2px solid #feab1f;
  border-left: 2px solid #feab1f;
  animation: blink 0.75s;
  animation-iteration-count: 5; }

@keyframes blink {
  50% {
    border-color: #fff; } }

.manual-tooltip {
  border: 2px solid #FFB042;
  border-radius: 3px;
  padding: 0.5rem;
  position: absolute;
  margin-top: 0.5rem;
  background: #FFF;
  max-width: 16rem; }
  @media screen and (max-width: 700px) {
    .manual-tooltip {
      right: 0px; } }
  .manual-tooltip .close-button {
    position: absolute;
    right: 6px;
    top: 3px;
    color: #FFB042;
    cursor: pointer;
    font-size: 1rem; }
    @media screen and (max-width: 700px) {
      .manual-tooltip .close-button {
        font-size: 1.5rem; } }
.manual-tooltip:before {
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-bottom: 8px solid #FFB042;
  content: " ";
  display: block;
  position: absolute;
  left: 20px;
  top: -8px;
  z-index: 1; }
  @media screen and (max-width: 700px) {
    .manual-tooltip:before {
      left: 100px; } }
.manual-tooltip:after {
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #FFF;
  content: " ";
  display: block;
  position: absolute;
  left: 22px;
  top: -5px;
  z-index: 2; }
  @media screen and (max-width: 700px) {
    .manual-tooltip:after {
      left: 102px; } }
.sku-alert {
  z-index: 100; }
  .sku-alert h1, .sku-alert h2, .sku-alert h3, .sku-alert h4, .sku-alert h5 {
    color: #FFB042;
    font-size: 1.5rem;
    margin: 0.5rem 0; }
  .sku-alert a {
    text-decoration: underline;
    color: #666; }
