/*
font-family: 'Montserrat', sans-serif;
font-family: 'Dancing Script', cursive;
*/

html {
    font-family: sans-serif;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
  font-size: calc(12px + 0.35vw);
  color: #5f5542;
  font-family: "Montserrat", Helvetica, sans-serif; 
  font-weight: normal;
  line-height: calc(12px + 1.05vw);
  text-align: left;
}
.canvas {
  width: 1140px;
  margin: 0px auto;
}
.mainheader-wrap {
    width: 100%;
    max-width: 1140px;
    background-color: #f89c3c;
    margin: 0 auto;
}
.mainheader-wrap duex {
    width: 100%;
    max-width: 1140px;
    background-color: #fcb328;
    margin: 0 auto;
}
.mainheader {
    background-color: #f89c3c;
    text-align: center;
}
.mainheader duex {
    background-color: #fcb328;
    text-align: center;
}
.mainheader ul.list-unstyled {
    margin-bottom: 0;
    padding: .5rem 0;
}

.mainheader ul.list-unstyled li {
    padding: 0.05rem 0;
}

.list-unstyled a {
    font-size: .875rem;
    color: #ffffff;
}
.list-instyled a:hover {
    text-decoration: underline;
}
.mainheader-img img {
    border-left: 5px solid #db2028;
    border-right: 5px solid #db2028;
    min-height: 380px;
}

.maincontent, .footer {
    width: 100%;
    max-width: 1140px;
    background-color: #ffffff;
    margin: 0 auto;
    padding: 2rem;
}

/*.maincontent1 {
  max-width: 891px;
  height: 100%;
  margin: 0px 0px 10px 9px;
  padding: 0px 0px 0px 9px;
  color: #5f5542;
  background-color: #ffffff;
  line-height: 20px;
}*/
/*.width-limit {
  width: 862px;
  margin: 0 auto;
  padding: 10px 0px 10px 0px;
}*/
h1, h2, h3, h4, h5, h6 {
    font-family: "Montserrat", Helvetica, sans-serif; }

h1, h2, h4, h5, h6 {
    margin: .5rem 0;
}

h3 {
    margin: 1rem 0;
}
   
h1 {
    font-size: 4.5em;
    line-height: calc(18px + 1.05vw);
    font-weight: 700;}
    
h2 {
    font-size: 1.75em;
    font-weight: 700;}

h3 {
    font-size: 1.25em;
    font-weight: 400; }

h4 { 
    font-size: .75em;
    font-weight: 300;
    letter-spacing: 0.5px; }

h5 { font-size: 1.5em; }
h6 { font-size: 1.132em; }

.mainheader-wrap h1,
.mainheader-wrap h2,
.mainheader-wrap h3 {
    color: #ffffff;
    text-transform: uppercase;
}

.mainheader-wrap h4 {
    color: #ffffff;
}

.mainheader-wrap h5 {
    font-family: 'Dancing Script', cursive;
    font-style: italic;
    font-weight: 500;
    color: #ffffff;
}

p {
    margin-top: 0;
    margin-bottom: 1.15rem;
    letter-spacing: 0.5px; }

small,
.small {
    font-size: 75%;
    font-weight: 300;
    line-height: 0; }

a {
    -webkit-transition: 0.3s all ease;
    -o-transition: 0.3s all ease;
    transition: 0.3s all ease;
    color: #dc6b35;
    text-decoration: none; }
    a:hover,
    a:focus {
        color: #254775;
        text-decoration: underline; }
    /*Fixing the reboot class - line 217*/
    a:not([href]):not([tabindex]) {
        color: #b72d49;
        text-decoration: none;}
        a:not([href]):not([tabindex]):hover {
            color: #dc6b35;
            text-decoration: none; }

#pnlCoupon .form-row {
    margin-left: 0;
    margin-right: 0;}

.form-control {
    display: block;
    width: 100%;
    height: calc(2.25rem + 1px);
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: 0.5px;
    color: #231F20;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    border-radius: 0px;
    -webkit-transition: border-color 0.15s ease-in-out,
        -webkit-box-shadow 0.15s ease-in-out;
    transition: border-color 0.15s ease-in-out,
        -webkit-box-shadow 0.15s ease-in-out;
    -o-transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out,
        -webkit-box-shadow 0.15s ease-in-out; }
    @media screen and (prefers-reduced-motion: reduce) {
    .form-control {
        -webkit-transition: none;
        -o-transition: none;
        transition: none; }
    }

.form-control::placeholder {
    color: #9fa2a4;
    opacity: 1;
    font-size: 0.875rem }
    
select, .custom-select {
    border-radius: 0px; }

/*overriding custom-forms.scss line 164*/
.custom-select {
    color: #5f5542;
    line-height: 1.5;
    font-size: 0.875rem;}

.btn {
    font-size: 1rem;
    letter-spacing: 0.5px;
    cursor: pointer;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    border-radius: 0px;
    padding: 0.375rem 1.5rem;
    -webkit-box-shadow: 0px 24px 36px -11px rgba(0, 0, 0, 0.09);
    -moz-box-shadow: 0px 24px 36px -11px rgba(0, 0, 0, 0.09);
    box-shadow: 0px 24px 36px -11px rgba(0, 0, 0, 0.09); }
    
.btn:hover,
.btn:active,
.btn:focus,
.btn.active,
.btn.focus {
    outline: none; }
    
.btn.btn-primary {
    background: #db2028;
    border: 1px solid #db2028;
    color: #fff;
    text-transform: uppercase; }
    .btn.btn-primary:hover,
    .btn.btn-primary:active,
    .btn.btn-primary:focus,
    .btn.btn-primary.active,
    .btn.btn-primary.focus {
        background: #db2028;
        border: 1px solid #db2028;
        color: #ffffff; }
        .btn.btn-primary a {
            color: #ffffff; }
   
.btn-outline-primary {
    background: #fff;
    border: 1px solid #db2028;
    color: #db2028;
    text-transform: uppercase; }
    .btn-outline-primary:hover,
    .btn-outline-primary:active,
    .btn-outline-primary:focus,
    .btn-outline-primary.active,
    .btn-outline-primary.focus {
        border: 1px solid #f04b24;
        background: #fff;
        color: #f04b24; }

.btn.btn-outline-primary:focus,
.btn.btn-outline-primary.focus {
    box-shadow: 0; }

.btn:focus, .btn.focus {
    outline: 0;
    box-shadow: 0; }

/*reset on-click behavior*/
.btn-primary:not(:disabled):not(.disabled):active,
.btn-primary:not(:disabled):not(.disabled).active,
.show > .btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #b72d49;
    border-color: #b72d49 }

.btn-outline-primary:not(:disabled):not(.disabled):active,
.btn-outline-primary:not(:disabled):not(.disabled).active,
.show > .btn-outline-primary.dropdown-toggle {
    color: #b72d49;
    background-color: #fff;
    border-color: #b72d49 }

.btn-primary:not(:disabled):not(.disabled):active:focus,
.btn-primary:not(:disabled):not(.disabled).active:focus,
.show > .btn-primary.dropdown-toggle:focus,
.btn-outline-primary:not(:disabled):not(.disabled):active:focus,
.btn-outline-primary:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-primary.dropdown-toggle:focus  {
    box-shadow: 0; }

.placeholder {
    font-size: 0.75rem;
    font-weight: bold; }

.errmsg {
  color: #ff0000;
  font-weight: bold;
  font-size: 13px;
  margin: 5px 0px 5px 0px;
  padding: 5px 0px 5px 5px;
  border: solid 1px #ff0000;
}
.msginfo {
  color: #0053a0;
  font-weight: bold;
  font-size: 13px;
  margin: 5px 0px 5px 0px;
  padding: 5px 0px 5px 5px;
}


/*styling the sq.yd./sq.ft. radio buttons*/
table#rblUnit td,
table#rblUnit2 td,
table#rblUnit3 td,
table#rblUnit4 td,
table#rblUnit5 td  {
    text-align: center;
    margin-top: .5rem; }

table#rblUnit label,
table#rblUnit2 label,
table#rblUnit3 label,
table#rblUnit4 label,
table#rblUnit5 label {
    font-size: 75%;
    line-height: 1;
    padding: 0 .5rem;}

/*overriding the styles in chosen.css, to keep vendor files more generic ------------------------------------------------------------*/
.chosen-container {
   font-size: inherit !important;}

.chosen-container .chosen-drop {
    box-shadow: none; }

.chosen-container-single .chosen-single {
    height: calc(2.25rem + 1px);
    border: 1px solid #ced4da;
    border-radius: 0;
    background-color: #fff;
    background-image: none;
    box-shadow: none !important;
    color: #5f5542;
    line-height: 1.5;
    font-size: 0.875rem;
    padding-top: .5rem; }

.chosen-container-single .chosen-default {
    color: #5f5542; }

.chosen-container-single .chosen-search input[type="text"] {
    height: calc(2.25rem + 1px); }

.chosen-container .chosen-results li.highlighted {
    background-color: #b72d49;
    background-image: none;
    color: #fff; }

.chosen-container-single .chosen-single div b {
    background-position: 0px 8px; }
    .chosen-container-active.chosen-with-drop .chosen-single div b {
        background-position: -18px 8px;
      }

    /* @group Multi Chosen */
.chosen-container-multi .chosen-choices,
.chosen-container-multi .chosen-choices li.search-choice,
.chosen-container-multi .chosen-choices li.search-choice-disabled,
.chosen-container-active.chosen-with-drop .chosen-single {
    background-image: none;  }

.chosen-container-active .chosen-choices {
    border: 1px solid #554c40; }


.receipt-wrap .card {
    border: none;
}