<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
.sz-large {
  font-size: 24px;
  line-height: 32px;  
}


.mrsf-wrapper #product-social-links {
  float: right;
  white-space: nowrap;
  padding-top: 5px;
  padding-bottom: 3px;
  padding-left: 10px;
  padding-right: 10px;
  width: auto;
  border-radius: 10px;
  margin-right: 2px;
  margin-top: -5px;
  margin-bottom: -10px;
}

#product-social-links &gt; div {
  margin-right: 10px;
}

#product-social-links &gt; div:last-child {
    margin-right: 0px;
  }

#fb-holder {
  display: inline-block;
  float: left;
  margin-top: 1px;
}

#pinterest-holder {
  display: inline-block;
  float: left;
}

.mrsf-product-header {
  background-color: rgb(240,240,240);
  border: 1px solid rgb(210,210,210);
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
  box-shadow: inset 1px 1px #fff;
  padding-top: 15px;
  padding-left: 15px;
  padding-right: 15px;
  padding-bottom: 10px;
  margin-bottom: 0px;
  width: 100%;
}
.mrsf-product-header &gt; h1 {
    background-color: inherit;
    margin-top: -14px;
    margin-left: -14px;
    margin-bottom: 0px;
    display: inline-block;
    border-top-left-radius: 15px;
  }
.mrsf-product-header &gt; span {
    font-size: .85em;
    font-style: italic;
    margin-left: 10px;
  }

.shippingEstimator {
  padding: 0px;
  height: auto;
}

  .shippingEstimator &gt; iframe {
    width: 100%;
    height: 100%;
    margin: 0px;
    border: 0px;
    overflow: hidden;
    margin-bottom: -5px;
  }

.mrsf-product-gallery {
  border: 1px solid rgb(210,210,210);
  border-radius: 15px;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  margin-top: -1px;
  padding: 10px;
  text-align: center;
  overflow: hidden;
}
.mrsf-product-gallery.mrsf-nofloat {
    margin-top: -1px;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
  }
.mrsf-product-gallery.unfloat {
    margin-top: -1px;
    margin-bottom: 15px;
  }
.mrsf-product-gallery.mrsf-nofloat .mrsf-show-large-image {
    display: none;
  }

.mrsf-product-image.has-large-image:hover {
  cursor: pointer;
}

.mrsf-show-large-image:before {
  content: "Show Large Image...";
}

.mrsf-show-large-image {
  display: none;
  font-size: .85em;
  margin-bottom: -9px;
}

  .mrsf-show-large-image.has-large-image {
    display: block;
  }

    .mrsf-show-large-image.has-large-image:hover {
      cursor: pointer;
    }

/* Side Callouts */

.mrsf-product-description,
.mrsf-product-body {
  border: 1px solid rgb(210,210,210);
  border-top: 0px;
  padding: 15px;
}

.mrsf-product-body {
  border-radius: 15px;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
}

.mrsf-product-description {
  background-color: rgb(240,240,240);
  padding-top: 0;
  margin-bottom: 0px;
  margin-top: -1px;
}

  .mrsf-product-description.mrsf-nofloat {
    box-shadow: inset 1px 0px #fff;
    margin-bottom: 0px;
  }

.mrsf-product-body.mrsf-nofloat:not(#pbodydiv) {
  margin-top: -15px;
}

.mrsf-product-description &gt; div {
  margin-top: 0px;
  padding: 15px;
  border: 1px solid rgb(210,210,210);
  border-radius: 10px;
  background-color: #fff;
}

.mrsf-product-description:not(.bodylow):not(.mrsf-nofloat),
.mrsf-product-body:not(.pos-lowest):not(.mrsf-nofloat) {
  border-left-width: 0px;
  border-bottom-left-radius: 0px;
}

.mrsf-product-gallery:not(.pos-lowest):not(.mrsf-nofloat) {
  border-right-width: 0px;
  border-bottom-right-radius: 0px;
}


.help-header {
  font-weight: bold;
}

.help-content {
  margin-left: 20px;
  margin-right: 20px;
  font-size: 1em;
  line-height: 1em;
  margin-bottom: 15px;
}

.mrsf-product-image {
  display: block;
  max-width: 100%;
  height: auto;
  text-align: center;
  margin: auto;
}

.addToCartNote {
  margin-top: 10px;
}

  .addToCartNote.soldout {
    text-align: left;
    margin-bottom: 10px;
  }

/* Out Of Stock */
.mrsf-stockcheck-in.oos,
.mrsf-stockcheck-out:not(.oos) {
  display: none;
}

#addToCartHolder #addToCartControl {
  padding: 0;
  display: block;
}

#addToCartHolder #addToCartWait {
  display: none;
}

#addToCartHolder.show-wait #addToCartControl {
  display: none;
}

#addToCartHolder.show-wait #addToCartWait {
  display: inline-block;
}

/* Stickey Header */
.header-price-line {
  font-size: 1.5em;
}

  .header-price-line.onSale {
    color: red;
  }

.header-instructions {
  font-size: .85em;
  line-height: 1em;
  padding-top: 5px;
}

.header-quantity {
  width: auto;
  display: inline-block;
}

#qtyTotal {
  margin-left: 10px;
  margin-right: 10px;
}

/* Stickey Cart */
#stickyCartHolder {
  margin: 0px;
}

#mrsf-product-body.mrsf-nofloat .sticky-content {
  display: none;
}

/* Main Product Entity Info*/
#lstProductInfo {
  padding-left: 0px;
  font-size: 1.2em;
  line-height: 1.2em;  
}

  #lstProductInfo .list-row {
    padding-bottom: 2px;
  }

    #lstProductInfo .list-row .col1 {
      text-align: left;
      font-size: .85em;
      margin-right:15px;
    }

#ProductMSRP {
  margin-top: 10px;
  padding-left: 0px;
}

  #ProductMSRP h3 {
    margin-bottom: 5px;
    font-size: 1.2em;
  }

#lstProductMSRP {
  font-size: 1.1em;
  line-height: 1.4em;
  margin-left: 25px;
  margin-top: 0px;
}


/* Specs */
.mrsf-specs h3 {
  margin-bottom: 0px;
  font-size: 1.2em;
  font-style:italic;
  font-weight:bold;
}
#lstProductSpecs {
  font-size: .9em;
  line-height: 1.1em;
  margin-left: 25px;
  margin-top: 0px;
}
#lstProductSpecs .list-row:first-child {
  padding-top:3px;
}

/* Stock Callout */
.bodychunk.stockCallout {
  text-align: left;
  font-size: .85em;
  line-height: 1em;
}


/* On Sale Callout */
.mrsf-flex-list.mrsf-onsale,
.mrsf-flex-list.mrsf-msrp {
  text-align: right;
}

  .mrsf-flex-list.mrsf-onsale &gt; div,
  .mrsf-flex-list.mrsf-msrp &gt; div {
    padding-bottom: 0px;
  }

    .mrsf-flex-list.mrsf-onsale &gt; div:last-child,
    .mrsf-flex-list.mrsf-msrp &gt; div:last-child {
      padding-bottom: 0px;
    }

  .mrsf-flex-list.mrsf-onsale .list-largenote,
  .mrsf-flex-list.mrsf-onsale .list-note,
  .mrsf-flex-list.mrsf-onsale .salePrice {
    color: red;
    font-size: 1.25em;
  }

  .mrsf-flex-list.mrsf-onsale .list-note {
    font-size: .85em;
    line-height: 1em;
    text-align: right;
  }

  .mrsf-flex-list.mrsf-onsale .regularPrice .col2,
  .mrsf-flex-list.mrsf-msrp .msrp .col2 {
    text-decoration: line-through;
  }

.mrsf-flex-list.mrsf-msrp .list-row
{
  font-size: 1em;
  line-height:1.25em;
}
  .mrsf-flex-list.mrsf-msrp .msrp {
    font-size: .85em;
    line-height: 1.25em;
  }



/* Out of Stock Callout*/
.mrsf-outofstock {
  font-size: .85em;
  line-height: 1.1em;
}

/* Callout Spacing and Positioning*/
.bodychunk {
  margin-top: 0px;
  padding: 0px;
  margin-bottom:5px;
}

#body-callouts.mrsf-nofloat .mrsf-onsale.nospecs,
#body-sc.mrsf-nofloat #body-callouts.mrsf-nofloat .mrsf-onsale {
  text-align: left;
}

.list-row.addToCartLine.dynamicCartLine {
  display: none;
}

/* Dynamic Cart Additions */
.list-row.dynamicCartLine:not(.active) {
  display: none;
}

.list-row.onSale .addToCartPrice {
  color: red;
}
.list-row.reduceFont .addToCartDesc {
  color: red;
  font-size:.8em;
}




#selectedSwatchInfo {
  padding-left: 8px;
}

#suppliesInlineNote {
  padding-left: 20px;
  display: block;
  padding-top: 10px;
  font-size: .8em;
  line-height: 1.1em;
  clear: both;
}

#addToCartNoSupplies .colM {
  text-align: right;
  font-style: italic;
}

/* Pattern Supplies Form */
#lstPatternSupplies {
  margin-top: -1px;
}

  #lstPatternSupplies .header-row {
    padding: 5px;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    font-weight: bold;
  }

  #lstPatternSupplies .list-row {
    padding: 5px;
  }

    #lstPatternSupplies .header-row .col1,
    #lstPatternSupplies .list-row .col1 {
      padding-right: 10px;
    }

    #lstPatternSupplies .header-row .col2,
    #lstPatternSupplies .list-row .col2 {
    }

    #lstPatternSupplies .header-row .col3,
    #lstPatternSupplies .list-row .col3 {
      text-align: right;
    }

    #lstPatternSupplies .header-row .col4,
    #lstPatternSupplies .list-row .col4 {
      text-align: right;
    }

    #lstPatternSupplies .header-row .col5,
    #lstPatternSupplies .list-row .col5 {
      text-align: right;
      padding-right: 10px;
    }

  #lstPatternSupplies .list-inline-header {
    padding: 10px;
    padding-left: 5px;
    border-width: 1px;
    border-style: solid;
    border-left: 0px;
    border-right: 0px;
  }

    #lstPatternSupplies .list-inline-header b {
      font-size: 1.2em;
    }

.btn.AddAllSupplies {
  margin-left: 15px;
}

.btn.ClearAllSupplies {
  margin-left: 15px;
}

/* Model Supplies */
#lstModelSupplies .col1,
#lstModelSupplies .col2,
#lstModelSupplies .col3 {
  margin-top: 9px;
}
</pre></body></html>