/* input(359,32): run-time error CSS1046: Expect comma, found '0'
input(359,36): run-time error CSS1046: Expect comma, found '/' */
* {
  box-sizing: border-box;
}

.initial-hide, .tablet, .mobile {
  display: none;
}

/* body > header {
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 10000;
} */

main {
  max-width: 100%;
  color: #111;
}

.container {
  max-width: 1268px;
  padding: 0 16px;
  margin: 0px auto;
}

.product-listing-page h1 {
  margin-top: 0px;
}

.trade-pro-content-banner-wrapper.desktop {
  display: none;
}

input.button, a.button {
  display: inline-block;
  padding: 14px 0;
  font-weight: bold;
  font-size: 14px;
  line-height: 1em;
  color: #fff;
  border-radius: 10px;
  background: #185a73;
  text-decoration: none;
  text-align: center;
}

.promo-banner {
  margin: 0 auto 48px auto;
  text-align: center;
}

.promo-banner img {
  max-width: 100%;
  height: auto;
}

h1 {
  margin-bottom: 32px;
  font-size: 30px;
  line-height: 1.25em;
  text-align: center;
}

.breadcrumb {
  font-size: 14px;
}

.breadcrumb li+li {
  font-weight: bold;
}

ul.breadcrumb a {
  color: inherit;
}

.banner {
  height: 446px;
  overflow: hidden;
  background: url(../images/kitchen-banner-quick-ship.jpg) center center no-repeat;
  background-size: cover;
  padding: 0px;
}
.banner .container{
  max-width: 1268px;
} 
.banner .intro {
  float: right;
  max-width: 614px;
  margin: 64px 0;
  padding: 38px 32px;
  background: rgba(255, 255, 255, .9);
  box-shadow: 0 3px 16px rgba(0, 0, 0, .29);
  text-align: center;
}

.banner .intro div {
  display: inline-block;
  width: 54%;
  height: auto;
  vertical-align: middle;
}

.banner img {
  float: left;
  width: 36%;
  height: auto;
  margin-top: 16px;
  margin-right: 5%;
}
.banner h1{
  margin-bottom: 32px !important;
  font-size: 30px !important ;
  line-height: 1.25em !important;
  text-align: center !important;
}
    .banner p {
        max-width: 384px !important;
        margin: 0 auto 32px auto !important;
        font-size: 14px !important;
        line-height: 1.5em !important;
        font-weight: 400 !important;
    }

    .banner .button {
        padding: 11px 16px !important;
        background-color: #185A73 !important;
        width: auto !important;
        max-width: 100% !important;
        font-size: 14px !important;
    }

.comp {
  margin: 96px auto;
}

.compare {
  display: inline-block;
  margin: 0 44px 0 0;
  color: #185A73;
  text-align: center;
}

.compare+.compare {
  margin-left: 0;
}

.compare>div:first-child {
  font-size: 18px;
  font-weight: bold;
}

.lead-time strong {
  font-size: 30px;
  text-transform: uppercase;
}

.lead-time span {
  display: inline-block;
  vertical-align: bottom;
  margin-top: 10px;
  font-size: 14px;
  text-transform: none;
}

.time-grid {
  width: 100px;
  margin: 24px auto 20px auto;
}

.dot-2x1 {
  width: 40px;
  height: 20px;
}

.dot-3x1 {
  width: 60px;
  height: 20px;
}

.dot-5x1 {
  width: 100px;
  height: 20px;
}

.dot-5x2 {
  width: 100px;
  height: 40px;
}

.dot-5x3 {
  width: 100px;
  height: 60px;
}

.fdot {
  display: inline-block;
  background: url(../images/fdot-quick-ship.png);
}

.edot {
  display: inline-block;
  background: url(../images/edot-quick-ship.png);
}

.comp .copy {
  float: right;
  width: 50%;
  font-family: 'Mulish';
}

.comp .copy h2 {
  font-family: 'Mulish';
}

.comp h2 {
  font-size: 24px;
  margin-bottom: 28px;
  font-weight: bold;
}

.comp p {
  font-size: 14px;
  line-height: 1.55em;
}

.filter-line-count-text .mobile { margin: -1.75rem 0 1.5rem auto; }
@media screen and (min-width: 640px) and (max-width: 1023px) {
	.filter-line-count-text .mobile {
		display: block;
        margin: -2.5rem 0 1rem auto;
	}
}

.quick-ship-container .comp p a {
  color: #185A73;
}

.quick-ship-container .props {
  width: 100%;
  margin: 48px auto 48px auto;
}

.quick-ship-container .props>div {
  padding: 24px 0px;
  border-top: 1px solid #e3e3e3;
  border-bottom: 1px solid #e3e3e3;
}

.quick-ship-container .props h2 {
  margin: 0 0 48px 0;
  font-size: 28px;
  font-weight: bold;
}

.quick-ship-container .props ul {
  display: flex;
}

.quick-ship-container .props li {
  display: inline-block;
  width: 25%;
  max-width: 25%;
  min-height: 60px;
  padding: 0 1%;
  vertical-align: top;
  display: flex;
  justify-content: center;
  margin: 0px;
  border: 0px;
}

.quick-ship-container .props img {
  max-width: 58px;
}

.quick-ship-container .props li+li {
  border-left: 1px solid #185A73;
  border-radius: 0px;
}

.quick-ship-container .props li:nth-child(2), .quick-ship-container .props li:nth-child(3) {
  padding-top: 10px;
  border-radius: 0px;
}

/* .quick-ship-container .props a {
  display: flex;
  align-items: flex-start;
  justify-content: center;
} */

.quick-ship-container .props img {
  margin: 4px 16px 0 0;
}

.quick-ship-container .props img, .quick-ship-container .props li div {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}

.quick-ship-container .props a {
  text-decoration: none;
}

.quick-ship-container .props h3 {
  margin: 0 0 8px 0;
  font-size: 18px;
  font-weight: bold;
  color: #185A73;
  text-transform: uppercase;
}

.quick-ship-container .props p {
  max-width: 182px;
  font-size: 12px;
  color: #666;
  line-height: 1.5em;
  color: #185A73;
}

.quick-ship-container .props li:first-child p {
  max-width: 194px;
}

h2.sale-headline {
  margin-top: -.5em;
  font-size: 24px;
  text-align: center;
}

.timer {
  width: 200px;
  height: 40px;
  margin: -.5em auto 2em auto;
  text-align: center;
}

h2.sale-headline+.timer {
  margin-top: 1em;
}

.tools {
  margin-bottom: 128px;
}

.contractors { margin-top: 4rem; }

.contractors .intro {
  width: calc(100% - 32px);
  max-width: 820px;
  margin: 0 auto;
  padding: 40px 0 48px 0;
  font-size: 24px;
  font-weight: bold;
  line-height: 2.75rem;
  background: rgba(255, 255, 255, .9);
  box-shadow: 0 3px 16px rgb(0 0 0 / 16%);
  border-radius: 0px;
}

.contractors h2 {
  margin: 0 0 32px 0;
  font-size: 30px;
  font-family: 'Mulish';
  font-weight: 700;
}
.form {
  margin-top: 0px;
  padding: 0;
  font-size: 14px;
}
.form :focus-visible {
  outline: -webkit-focus-ring-color auto 1px;
}
.form input, .form select, .form textarea {
  width: 100%;
  padding: 8px 16px;
  border: 1px solid #666;
  border-radius: 10px;
  background-color: #eee;
  line-height: 16px;
  font-size: 14px;
  height: auto;
}
.form fieldset input:hover, .form textarea:hover .form .focus * {
  background-color: #fff;
}
.contact legend {
  margin: 0 auto 48px auto;
  padding-top: 16px;
  font-size: 24px;
  font-weight: bold;
  color: #000;
}
.form label {
  position: relative;
}
.input-col {
  display: inline-block;
  width: 48%;
}
.input-col.second-col {
  margin-left:2%;
}
.form label span {
  display: none;
}
.questionsform .form .container {
    padding: 24px;
}
.questionsform .container > div span {
    margin-right: 6px;
}
.questionsform .container > div a {
    text-decoration: underline;
}
    .questionsform .container > div a:hover {
        text-decoration: none;
    }
    .questionsform .container > div a.chat {
        text-decoration: none;
    }
.contact input {
  margin-bottom: 16px;
}
.form .button {
  display: block;
  width: 224px;
  margin: 24px auto 0 auto;
  padding: 8px;
  font-weight: bold;
  color: #fff;
  border-radius: 8px;
  background-color: #185A73;
}
.form .button:disabled {
  color: #888;
  background-color: #ddd;
  cursor: default;
  border: 1px solid #666;
  opacity: 1;
}
.form.collapsed .container .form-inner {
  display: none;
}
.form.collapsed h2 {
  margin: 0;
  padding: 20px 16px;
  font-size: 18px;
  color: #111;
  text-align: left;
  cursor: pointer;
}
.form h2:before {
  content: '\f056';
  float: right;
  margin-left: 24px;
  padding: 0 0 8px 0;
  font-size: 24px;
  color: #185A73;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
}
.form.collapsed h2:before {
  content: '\f055';
}
.form.expanded h2 {
  display: none;
}
@media(max-width: 1100px) {
  .quick-ship-container .props li {
    min-height: 78px;
  }

  .quick-ship-container .props h3 {
    font-size: 14px;
  }

  .comp h2 {
    font-size: 22px;
  }
}

@media (max-width: 1024px) {
  .tablet {
    display: block;
  }

  .container {
    padding-left: 4%;
    padding-right: 4%;
  }

  /* .quick-ship-container .props > div {
      padding: 28px;
  } */

  .comp {
    margin: 64px 0 96px 0;
  }

  .compare>div:first-child {
    font-size: 12px;
  }

  .comp h2 {
    margin-bottom: 16px;
    font-size: 14px;
  }

  .comp p {
    font-size: 11px;
  }

  .lead-time strong {
    font-size: 18px;
  }

  .lead-time {
    font-size: 11px;
  }

  .lead-time span {
    font-size: 11px;
  }

  .time-grid {
    transform: scale(.8);
    margin: 8px auto 0 auto;
  }

  .contractors {
    padding: 48px 24px;
  }

  .contractors .intro {
    max-width: 600px;
    padding: 24px 0 32px 0;
  }

  .contractors h2 {
    margin-bottom: 12px;
    font-size: 18px;
  }

  .quick-ship-container .props li img {
    max-width: 58px;
  }
  .form {
    padding: 40px 0;
  }
}

@media(max-width: 890px) {
  .comp .copy {
    width: 44%;
  }

  .quick-ship-container .props {
    padding: 0;
  }

  .quick-ship-container .props li {
    min-height: 66px;
    display: flex;
    align-items: flex-start;
    justify-content: left;
    border: 0px;
    margin: 0px;
  }

  .quick-ship-container .props h3 {
    margin-bottom: 4px;
  }

  .quick-ship-container .props p {
    font-size: 10px;
  }

  .quick-ship-container .props li:nth-child(2) img, .quick-ship-container .props li:nth-child(3) img {
    margin-left: 8%;
  }
}

@media (max-width: 750px) {
  h1 {
    margin: 0 0 28px 0;
    font-size: 20px;
  }

  .breadcrumb {
    font-size: 12px;
  }

  .mobile {
    display: block;
  }

  .desktop {
    display: none;
  }

  .banner {
    position: relative;
    /* z-index: 1; */
    height: 256px;
    margin-bottom: 224px;
    padding-top: 184px;
    overflow: visible;
    box-sizing: border-box;
  }

  .banner .intro {
    float: none;
    margin: 0 auto;
    padding: 28px;
    background: #fff;
  }

  .banner .intro div {
    width: 100%;
    max-width: 274px;
  }

    .banner p {
        max-width: 272px !important;
        margin: 0 auto 28px auto !important;
        font-size: 12px !important;
    }

  .banner img {
    width: 64px;
    height: 64px;
    margin-top: -4px;
    margin-right: 2%;
  }

    .banner h1 {
        margin-top: 0px;
        margin: 0 0 28px 0 !important;
        font-size: 20px !important;
    }

  .banner img.mobile {
    display: inline-block;
  }

  .comp {
    margin: 0 0 64px 0;
  }

  .compare {
    margin: 0 8px;
  }

  .compare+.compare {
    float: right;
  }

  .comp .copy {
    float: none;
    width: 100%;
    margin-top: 48px;
  }

  .comp h2 {
    text-align: center;
  }

  .quick-ship-container .props {
    display: block;
    width: 96%;
    margin: 36px 2%;
  }

  .quick-ship-container .props>div {
    margin: 0 4px;
    padding-bottom: 36px;
    border: 2px solid #185A73;
    padding: 24px;
  }

  .quick-ship-container .props h2 {
    margin: 8px 0 32px 0;
    font-size: 16px;
    text-align: center;
  }

  .quick-ship-container .props ul {
    display: block;
    margin: 0px;
  }

  .quick-ship-container .props li {
    display: block;
    width: 100%;
    min-height: 0;
    display: flex;
    align-items: flex-start;
    justify-content: left;
    border: 0px;
    max-width: 100%;
    padding: 0px 0px;
  }

  .quick-ship-container .props img {
    max-width: 58px;
  }

  .quick-ship-container .props li+li {
    margin-top: 24px;
    border: 0;
  }

  .quick-ship-container .props li:nth-child(2) img, .quick-ship-container .props li:nth-child(3) img {
    margin-left: 0;
  }

  .quick-ship-container .props a {
    display: inline-block;
  }

  .quick-ship-container .props a>* {
    display: inline-block;
  }

  .quick-ship-container .props img {
    width: 64px;
  }

  .quick-ship-container .props li:first-child p {
    max-width: 182px;
  }

  .tools {
    margin: 48px 0;
  }

  .tools.container>div {
    margin-bottom: 0px;
  }

  .tools.container>div:nth-child(2), .tools.container>div:nth-child(3) {
    margin-top: 24px;
  }
  .form legend {
    margin-bottom: 32px;
    font-size: 18px;
    line-height: 1.35em;
    text-align: center;
  }
    .questionsform .container .form-inner {
        margin-top: 0;
    }
  .form, .form input, .form textarea {
    font-size: 12px;
  }
  .form.collapsed h2 {
    max-width: 100%;
    padding: 0;
    font-size: 16px;
  }
  .form.collapsed h2:before {
    padding-top: 11px;
  }
    .questionsform .container {
        padding: 24px 24px 28px 24px;
    }
}

.banner h1, .banner p {
    font-family: 'Mulish' !important;
}

@media (max-width: 450px) {
  .banner {
    padding-top: 160px;
  }

  .banner img {
    margin-top: 4px;
  }

  .banner .intro div {
    width: 100%;
  }

    .banner h1 {
        padding-top: 12px !important;
    }

    .banner p {
        margin-top: 24px !important;
    }
}

@media (max-width: 400px) {
  .banner h1 {
    font-size: 18px !important;
  }

    .banner p {
        margin-top: 28px !important;
    }
}

.quick-ship-container .line .button{
  display: inline-block;
  padding: 14px 0;
  font-weight: bold;
  font-size: 14px;
  line-height: 1em;
  color: #fff;
  border-radius: 10px !important;
  background: #185a73;
  text-decoration: none;
  text-align: center;
  width: 100%;
  font-size: 16px;
  padding: 12px 0;
  border: 2px solid #185a73;
}
.quick-ship-container .line .button:before{
  display: none;
}
.quick-ship-container .line .button + .button, .quick-ship-container .preview .button + .button {
  width: 48%;
  margin-top: 12px;
  color: #185A73;
  background: none;
  border-color: #185A73;
}
@media (min-width: 768px){
  .quick-ship-container .preview .button + .button {
    width: 100%;
    margin-left: 0px;
    margin-top: 12px;
  }
}
@media (min-width: 1440px){
  .quick-ship-container .preview .button + .button {
    width: 48%;
    margin-top: 0px;
    margin-left: 12px;
  }
}
@media (min-width: 1600px){
  .quick-ship-container .line .button + .button {
    width: 100%;
  }
}
.quick-ship-container .line .button + .button + div + .preview-style {
  float: right;
  font-weight: 700;
  font-size: 16px;
}
@media (max-width: 1600px) {
  .quick-ship-container .line .button{
    width: 100%;
  }
  .quick-ship-container .line .button + .button {
    width: 100%;
  }
  .quick-ship-container .line .button + .button + div + .preview-style {
    display: block;
    float: none;
    margin: 18px 0 4px 0;
    text-align: center;
  }
}
@media (max-width: 920px) {
  .quick-ship-container .line .button{
    font-size: 12px;
  }
}
@media (max-width: 750px) {
 .quick-ship-container .line .button + .button + div + .preview-style {
    float: none;
  }
}

.lines-wrapper h2 {
  font-size: 24px;
  font-weight: bold;
  text-align: center;
}

.line.discount-60:before {
  content: "up to 60% off";
  background-color: "#195a73" !important;
}
@media (max-width: 750px) {
  .lines-wrapper h2 {
    font-size: 18px;
  }
}

.questionsform {
    padding: 48px;
    background: url(../images/banner-bg.jpg) #f7f7f7;
    text-align: center;
}
    .questionsform .container {
        padding: 48px;
        background-color: #fff;
        -webkit-box-shadow: 0 3px 15px rgba(0, 0, 0, 0.29);
        box-shadow: 0 3px 15px rgba(0, 0, 0, 0.29);
        max-width: 1640px;
        margin: 0px auto;
    }

    .questionsform h2 {
        margin: 36px auto 24px auto;
        font-size: 24px;
        font-weight: bold;
    }

    .questionsform .container div {
        display: inline-block;
        vertical-align: top;
        margin: 42px 24px 0 24px;
        font-size: 18px;
        color: #185A73;
        text-align: left;
    }
@media screen and (max-width: 47.9988em) {
    .questionsform {
        padding: 12px 12px;
    }
}
