.main {
    padding: 10px 40px 10px 40px;
}

@media (max-width: 767px) {
    .main {
        padding: 20px;
    }

    body.modal-open .main {
        padding: 10px 40px 10px 40px;
    }
}

@media (max-width: 1200px) and (min-width: 767px) {
    .main {
        padding: 10px 0;
    }
}

div > a {
    color: #c03;
}

    div > a:hover,
    div > a:focus {
        color: #a30029;
    }

.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
    background-color: #c03;
    border: 1px solid #c20030;
}

div.page-title {
    color: #000;
}

.nav-tabs {
    border-bottom: 2px solid #c03;
}

    .nav-tabs > li.active > a,
    .nav-tabs > li.active > a:hover,
    .nav-tabs > li.active > a:focus {
        background-color: #c03;
        border: 1px solid #c20030;
    }

.tabs-nav .nav-tabs > li.external-tab > a,
.tabs-nav .nav-tabs > li.external-tab > a:hover,
.tabs-nav .nav-tabs > li.external-tab > a:focus {
    color: #cc0033;
    background-color: #ffffff;
}

.custom-row:last-child {
    border-bottom: none;
}

.box-title-bar {
    background-color: #000 !important;
}

.fa-file-text {
    color: #a4a19e !important;
}

.add-small-margin-top {
    margin-top: 5px;
}

.ths-linked-select {
    position: relative;
    display: inline-block;
}

.ths-measurements-ad {
    margin-top: 20px;
    padding-top: 10px;
    background-color: #000;
}

    .ths-measurements-ad h1,
    .ths-measurements-ad h2,
    .ths-measurements-ad h3,
    .ths-measurements-ad h4,
    .ths-measurements-ad h5,
    .ths-measurements-ad h6,
    .ths-measurements-ad button,
    .ths-measurements-ad p {
        color: #ffffff;
    }

    .ths-measurements-ad .ths-ad-header {
        font-weight: bold;
    }

    .ths-measurements-ad .btn-ad {
        margin-top: 10px;
        margin-bottom: 10px;
        border: 2px solid #9f9c99;
        background-color: #129cd8;
        border-radius: 4px;
        text-transform: uppercase;
        font-size: 1.9rem;
        font-weight: bold;
        line-height: 40px;
    }

    .ths-measurements-ad .ad-huge {
        font-size: 1.5rem;
        display: block;
    }

.custom-row a:visited:not(.btn),
.custom-row a:focus:not(.btn) {
    color: #a30029;
}

.well.well-info .btn {
    white-space: pre-wrap;
    font-size: 2.0rem;
    line-height: normal;
}

.well.well-info .fa-fw {
    width: 0.5em;
}

.btn {
    word-break: break-word;
    white-space: normal;
}

.tabs-nav .nav-tabs > li.external-tab > a,
.tabs-nav .nav-tabs > li.external-tab > a:hover,
.tabs-nav .nav-tabs > li.external-tab > a:focus {
    border: none;
    border-right: 1px solid transparent;
}

.btn-menu:focus,
.btn-menu.focus {
    color: #ffffff;
    background-color: #cc0033 !important;
}

.btn-menu:hover {
    color: #ffffff;
    background-color: #cc0033 !important;
}

/*countertop wizard*/
.step-container .alt.header-grey-box {
    background-color: #cc0033;
}

.ths-measurements-wrapper .box-with-border {
    border-color: #cc0033;
}
/*end*/
/*loading*/
.loading-container {
    z-index: 1060;
    width: 100%;
    height: 100%;
    position: fixed;
    bottom: 0px;
    top: 0px;
    left: 0px;
    display: none;
    background-color: rgba(255, 255, 255, 0.7);
}

.loading-icon {
    display: block;
    position: absolute;
    width: 250px;
    height: 100px;
    background: url(img/spinner.gif) no-repeat center center;
    margin: auto;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-color: white;
    border: solid #a4a19e;
    border-width: 2px 2px 0px 2px;
    border-radius: 15px 15px 0px 0px;
}

.loading-text {
    margin: 98px 0px 0px -2px;
    position: absolute;
    text-align: center;
    background-color: white;
    width: 250px;
    border: solid #a4a19e;
    border-width: 0px 2px 2px 2px;
    padding: 10px;
    border-radius: 0px 0px 15px 15px;
}
/*end loading*/

#add-newroom-section .btn.btn-blank,
#add-newroom-section .btn.btn-success {
    background-color: #fff;
    color: #333;
}

.btn.btn-md {
    height: auto;
    max-width: none;
    min-width: 138px;
    min-height: 0;
    font-size: 2.0rem;
}

/*.btn.btn-6 {
    background-color: #a4a19e;
    color: #fff;
    border-color: #a4a19e;
}*/

.option-list .option-item-inner .option-title > span {
    display: block;
}

.loading-container {
    z-index: 10000;
    width: 100%;
    height: 100%;
    position: fixed;
    bottom: 0px;
    top: 0px;
    left: 0px;
    display: none;
    background-color: rgba(255, 255, 255, 0.7);
}

.loading-icon {
    display: block;
    position: absolute;
    width: 250px;
    height: 100px;
    background: url(img/spinner.gif) no-repeat center center;
    margin: auto;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-color: white;
    border: solid #a4a19e;
    border-width: 2px 2px 0px 2px;
    border-radius: 15px 15px 0px 0px;
}

.loading-text {
    margin: 98px 0px 0px -2px;
    position: absolute;
    text-align: center;
    background-color: white;
    width: 250px;
    border: solid #a4a19e;
    border-width: 0px 2px 2px 2px;
    padding: 10px;
    border-radius: 0px 0px 15px 15px;
}

.option-list .option-item-inner .option-title > span {
    text-align: center;
    font-weight: bold;
    width: 100%;
    vertical-align: middle;
    padding: 2px 0;
    display: flex;
    flex-basis: initial;
    flex-shrink: initial;
    height: auto;
    flex-grow: 1;
    min-height: initial;
    display: block;
    flex-flow: column wrap;
}

.option-list .option-item.checked .option-item-inner {
    border-color: #cc0000;
}

i.fa.fa-question-circle, i.fa.fa-info-circle {
    color: #333;
}

.modal-body .header2 {
    margin-top: 0;
}

.modal-body .header3 {
    margin-top: 0;
}

.modal-dialog p.paragraph-default {
    font-size: 2rem;
}

.modal-dialog .field-validation-error a {
    text-decoration: underline;
}

i.fa.fa-times-circle, .cboxClose:before {
    color: #333 !important;
}


.shoppingCart header,
.shopping-cart-header {
    background: #cc0033;
    color: white;
}

.shoppingCart footer a:last-child {
    background: #cc0033;
    color: white;
}

.black {
    color: #333333;
}

button.close,
button.close:hover,
button.close:focus {
    background-color: #000;
}

.ths-center-buttons {
    max-width: 50%;
}

#project-totals .promotion-total {
    color: #cc0033;
}
/* end quote */

.ths-collapseWrapper > .ths-collapseItem p.ths-collapseItem-title {
    background-color: #333;
    color: #fff;
    width: 100%;
    text-align: left;
    padding: 11px 12px;
    margin: 10px 0;
    font-size: 2.4rem;
    text-transform: uppercase;
    font-weight: bold;
    line-height: 20px;
}

.separator {
    border-bottom-color: #000;
}

.btn.btn-blank,
.btn.btn-partner, .btn.btn-success {
    background-color: #cc0033;
    border-color: #cc0033;
}

@media (min-width: 768px) {
    /* website header */
    #header.affix-top .brand-container {
        margin-top: 10px;
    }

    #header.affix-top .btn-menu {
        margin: 0px !important;
    }

    #header.affix-top .top-navigation .navbar-nav > li > a {
        padding-top: 12px;
    }

    .navbar-nav > li > a {
        padding-bottom: 5px;
        padding-top: 10px;
    }

    .user-navigation a.user-nav-link {
        margin-bottom: 0;
        padding-top: 5px;
        padding-bottom: 0;
        min-height: 35px;
    }

    #customCarouselFour > .item > .row,
    .custom-carousel > .item > .row {
        justify-content: initial;
    }

    .nav-tabs > li.external-tab {
        float: right;
    }

    .modal.center {
        text-align: center;
        padding: 0 !important;
    }

        .modal.center:before {
            content: '';
            display: inline-block;
            height: 100%;
            vertical-align: middle;
            margin-right: -4px;
        }

        .modal.center .modal-dialog {
            display: inline-block;
            text-align: left;
            vertical-align: middle;
        }

    .modal .modal-header {
        font-size: 1.5rem;
    }
}

.navbar-contact {
    font-size: 1.6rem;
    padding-top: 25px;
    text-align: right;
}

    .navbar-contact a {
        color: #cc0033;
    }

.navbar {
    min-height: auto;
}

.breadcrumb-container .container {
    padding-left: 0;
}

.tab-content {
    padding-top: 0px;
}
/* end website header*/

/* quote page */
.quote-summary-container .heading-primary {
    background-color: #000;
}

.your-quote--custom-heading.alt {
    background-color: #000;
}

.your-quote-wrapper {
    border-color: #cc0033;
}

    .your-quote-wrapper.dark-blue {
        border-color: #000;
    }

.quote .btn.btn-6 {
    border-color: #000;
    background-color: #000;
}

.next-step-title > .paragraph-alternative {
    color: #cc0033;
}
/* end quote page */

.ths-collapseWrapper .ths-collapseItem > div .btn.btn-primary {
    color: #000;
    text-transform: none;
}

/*measurements page*/
.box-with-grey-border.alt {
    border-color: #cc0033;
}
/*end measurements page*/

.dark i.fa.fa-times-circle {
    color: #fff !important;
}

.dark i.fa.fa-question-circle, .dark i.fa.fa-info-circle {
    color: #fff;
}

/* modal header */
.modal .modal-body > *:first-child {
    margin-top: 0;
}

.modal .modal-body {
    padding: 0 20px 20px 20px;
}

/* end modal header*/

.ths-colors-tab .ths-pagination .filter_dropDownItem {
    width: 50px;
}

.btn.btn-dark {
    background-color: #000;
    color: #fff;
    border-color: #000;
}

body .custom-list li:after,
body .carousel-caption .custom-list ul li:before {
    color: #c03;
}

.btn-online-quote > i {
    color: #ffffff;
    background-color: #cc0033;
    border-color: #cc0033;
}

.online-quote {
    background-color: #000;
}

div.btn-group.bootstrap-select button.btn.btn-default {
    font-size: 1.6rem;
    border-radius: 5px;
    border: 1px solid #a4a19e;
    padding-left: 12px;
}

.online-quote ul li {
    color: #fff;
}

.shopping-cart td:last-child:not(:first-child) {
    text-align: center;
}

div.btn-group.bootstrap-select button.btn.btn-default[disabled] {
    background-color: #eee !important;
}

.well {
    min-height: 100px;
}

    .well.no-margin {
        height: 100px;
    }

.step-item {
    padding: 20px 10px 20px 10px;
}

.product-offering.jcp {
    padding: 0;
}

.product-offering img {
    margin-top: 1px;
    max-width: 100%;
}

.product-offering .custom-list ul {
    margin-top: 0;
    padding: 20px 20px 0 20px;
}

.product-offering .hss-learn {
    font-size: 2rem;
    margin: 0 auto;
    text-align: center;
    display: block;
}

.hss-between {
    position: absolute;
    left: 0;
    right: 0;
    text-align: center;
    font-size: 2.0rem;
    pointer-events: none;
    margin-left: -20px;
}

@media (max-width: 767px) {
    .hss-between {
        position: relative;
        float: left;
        text-align: center;
        display: block;
        width: 100%;
        margin-bottom: 20px;
    }
}

.ths-custom-width-grid {
    position: relative;
}

.btn.btn-very-large {
    font-size: 3rem;
}

.tab-content .tab-pane hr.spacer + h3,
.main hr.spacer + h3,
.main hr.spacer + h2,
.main hr.spacer + h1 {
    margin-top: 10px;
}

.main.container .tab-content .main.container {
    padding-top: 0;
}

@media (max-width: 1200px) and (min-width: 767px) {
    .main {
        padding: 0 0 10px 0;
    }
}

#wrapper .carousel-heading-1 {
    padding-top: 0px;
}

#zip-form #zip-code-form {
    margin-top: 20px;
}

#zip-form-modal.modal .modal-body {
    padding-top: 20px;
}

.ths-colors-tab > aside .ths-collapseWrapper > .ths-collapseItem > .btn {
    display: none;
}

.ths-colors-tab > article > figure.selected .option-item-inner {
    border-color: #c00;
}

.slider-tab--content .slider-tab--content-header {
    color: #c00;
}

.selected-thumbnail {
    border-color: #c00 !important;
}

@media (max-width: 767px) {
    .ths-colors-tab > aside .ths-collapseWrapper > .ths-collapseItem > .btn {
        text-decoration: none;
        text-transform: none;
        margin-top: 0px;
    }
}

@media (max-width: 500px) {
    .ths-colors-tab > aside .ths-collapseWrapper > .ths-collapseItem > .btn {
        text-decoration: none;
        text-transform: none;
        margin-top: 0px;
        display: block;
    }
}

#existing-estimate-list > a {
    background-color: #000;
    border: #000;
}

.nav-tabs.nav-my-projects {
    border-bottom-color: #000;
}

    .nav-tabs.nav-my-projects > li > a,
    .nav-tabs.nav-my-projects > li > a:hover,
    .nav-tabs.nav-my-projects > li > a:focus {
        background-color: #000;
        border-color: #000;
    }

.max-height-380 .carousel-inner > .item {
    max-height: 380px;
}
/*welcome-wizard*/
.welcome-wizard--with-image .header2, .welcome-wizard--with-image .header3 {
    text-align: center;
}

.welcome-wizard--with-image .paragraph-default {
    color: #333;
    text-align: center;
}

.welcome-wizard--with-image p > a {
    color: #c00;
    text-decoration: underline;
    font-weight: bold;
}

.welcome-wizard--with-image .paragraph-alternative {
    text-align: center;
}
/*end welcome*/

div.hss-SinkOptions-center a.btn.btn-inactive,
div.hss-SinkOptions-center button.btn.btn-inactive,
div.hss-SinkOptions-center a.btn.btn-inactive.btn-active,
div.hss-SinkOptions-center button.btn.btn-inactive.btn-active {
    background-color: #666;
    border-color: #666;
}

div.background-white {
    background-color: white;
}

.list-header {
    padding-bottom: 5px;
    padding-top: 10px;
}

    .list-header .control-label {
        padding-top: 0px;
        font-weight: normal;
    }

.btn-tab-active-container {
    border: 5px solid #ee2700;
    margin-top: -5px;
}

.btn-tab-container {
    padding: 5px;
    margin-right: 10px;
    margin-left: 10px;
}

#paymentForm input[data-val-required].input-validation-error,
#paymentForm input[data-val-required].input-validation-error + select.input-validation-error,
#paymentForm select[data-val-required].input-validation-error {
    background-color: pink;
}

.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
    pointer-events: none;
}

.selected-thumbnail {
    border-color: #c00 !important;
}

.hss-select-style-container {
    overflow: hidden;
    border: 1px solid #CCCCCC;
    background: #F2F2F2;
    border-radius: 5px;
    height: 37px;
    text-align: right;
    width: 100px;
}

.hss-select-style {
    border: none;
    background-color: #F2F2F2;
    height: 100%;
    padding-left: 18px;
    width: 100%;
    -webkit-appearance: none;
    -moz-appearance: none;
}

    .hss-select-style option {
        background-color: #FFFFFF;
    }

    .hss-select-style,
    .hss-select-style option {
        font-size: 2.0rem;
        font-weight: bold;
    }

div.page-title {
    margin-bottom: 20px;
    text-transform: none;
    font-size: 3.0rem;
}

@media (max-width: 767px) {
    div.page-title {
        font-size: 2.0rem;
        margin: 0 -15px;
        padding: 10px 15px;
        background-color: #f4f4f4;
    }
}

span.box-title {
    display: block;
    font-size: 1.8rem;
    font-weight: 400;
    text-transform: uppercase;
    padding: 15px;
    margin-bottom: 0;
    background-color: #f4f4f4;
    line-height: 1.1;
}

@media (max-width: 767px) {
    span.box-title {
        margin-top: 0;
        padding: 10px 5px;
        text-align: right;
        font-size: 1.6rem;
        line-height: 1.1;
    }
}

.add-margin-top.text-info {
    font-size: 2.0rem;
}

#ExitWithoutSavingModalButton {
    color: white;
}

#SaveQuoteAndExitModalButton {
    background-color: #cc0033;
    color: white;
}

.btn.btn-hss {
    background-color: #015696;
    border-color: #015696;
    color: #fff;
}

.bordered-box .gift-card-box {
    border-radius: 4px;
}

i.little-magnifier-icon {
    color: #585858;
    margin-bottom: 5px;
}

.assortmentCheckbox.checkbox .filter_checkboxItem:not(:checked) + input + span.assortmentCheckbox-box:after,
.assortmentCheckbox.checkbox .filter_checkboxItem:checked + input + span.assortmentCheckbox-box:after,
.customCheckbox.checkbox .custom_checkboxItem:not(:checked) + input + label:after,
.customCheckbox.checkbox .custom_checkboxItem:checked + input + label:after,
.generic-step-filters > aside ul li .filter_checkboxItem:not(:checked) + input + label:after,
.generic-step-filters > aside ul li .filter_checkboxItem:checked + input + label:after {
    color: #fff;
    border-color: #cc0000;
    background: #cc0000;
    text-align: center;
    box-shadow: inset 0px 0px 0px 1px rgba(204, 0, 0, 0.4);
}

.generic-step-filters > aside ul li label:hover:before {
    border: 1px solid #cc0000;
}

.generic-step-filters > article > figure.selected {
    border-color: #cc0000;
}

    .generic-step-filters > article > figure.selected .option-item-inner {
        border-color: #c00;
    }


.shopping-cart-header {
    background: #c00;
    color: #fff;
}

li.MeasureSection a.nav-active span {
    background-color: #cc0033;
}

li.MeasureSection a.nav-active::after {
    border-left-color: #cc0033;
}

#project-summary-disclaimer-box {
    display: table;
}

    #project-summary-disclaimer-box > div {
        display: table-row;
    }

    #project-summary-disclaimer-box .li-asterisk {
        padding-right: 5px;
        text-align: right;
    }

    #project-summary-disclaimer-box > div > div {
        display: table-cell;
    }

/* Desktop-first (default) */
.mobile-view {
    display: none;
}

.desktop-view {
    display: block;
    width: 100%;
}

/* Mobile */
@media (max-width: 1024px) {
    .mobile-view {
        display: block;
    }

    .desktop-view {
        display: none;
    }
}

#welcomeWizard-container .log-in-btn-reskin {
    display: flex;
    justify-content: left;
}

.welcome-info-box > .form-group {
    display: flex;
    flex-direction: column;
}

    .welcome-info-box > .form-group > div {
        display: flex;
        justify-content: left;
        padding-left: 0px;
    }

.paragraph-alternative a {
    color: var(--colorPrimary-reskin);
    text-decoration: underline;
}

.ths-carousel-slider .carousel-control .chevron-reskin {
    color: var(--colorPrimary-reskin);
    border: 0.15em solid var(--colorPrimary-reskin);
}

.ths-carousel-slider .carousel-control i:after {
    border-color: var(--colorPrimary-reskin);
}

.img-wrapper {
    position: relative;
}

.img-overlay {
    position: absolute;
    bottom: 0px;
    left: 0px;
    background: var(--colorWhite-reskin);
    padding: 4px;
    border: 1px solid var(--colorPrimary-reskin);
    width: 40%;
}

    .img-overlay::after {
        content: "";
        position: absolute;
        inset: 4px;
        background: linear-gradient(to top, white 0, transparent 6px), linear-gradient(to bottom, white 0, transparent 6px), linear-gradient(to left, white 0, transparent 6px), linear-gradient(to right, white 0, transparent 6px);
    }

button.slick-arrow::before {
    background-color: var(--colorPrimary-reskin) !important;
}

@media (max-width: 1024px) {
    .full-width-quotenavbar-reskin {
        height: 80px !important;
        padding: 15px 0px 15px 0px !important;
    }
}

.txt-message-url p {
    margin-top: -10px;
    font-size: 12px;
}

.text-message-xs {
    border-style: solid;
    border-color: var(--colorPrimary-reskin);
    border-width: thin;
}

.txt-message-xs-url {
    color: var(--colorPrimary-reskin);
    margin-top: -7px;
}

    .txt-message-xs-url p {
        margin-top: -10px;
    }

.txt-message-sms-image {
    height: 35px;
    width: 50px;
}

.txt-message-url-header {
    font-size: 18px;
    font-weight: 500;
}

.txt-message-url {
    color: var(--colorWhite-reskin);
    margin-top: -7px;
}

#textMessageSentSuccessfully {
    color: var(--colorPrimary-reskin);
}