@font-face {
	font-family: 'itc-avant-garde-gothic-pro';
	font-style: normal;
	font-weight: 700;
	font-display: auto;
	src: url('/wp-content/uploads/2024/09/ITCAvantGardeGothicPro-Bold.eot');
	src: url('/wp-content/uploads/2024/09/ITCAvantGardeGothicPro-Bold.eot?#iefix') format('embedded-opentype'),
		url('/wp-content/uploads/2024/09/ITCAvantGardeGothicPro-Bold.woff2') format('woff2'),
		url('/wp-content/uploads/2024/09/ITCAvantGardeGothicPro-Bold.woff') format('woff'),
		url('/wp-content/uploads/2024/09/ITCAvantGardeGothicPro-Bold.ttf') format('truetype'),
		url('/wp-content/uploads/2024/09/ITCAvantGardeGothicPro-Bold.svg#itc-avant-garde-gothic-pro') format('svg');
}
@font-face {
	font-family: 'itc-avant-garde-gothic-pro';
	font-style: normal;
	font-weight: 400;
	font-display: auto;
	src: url('/wp-content/uploads/2024/09/ITCAvantGardeGothicPro-Book.eot');
	src: url('/wp-content/uploads/2024/09/ITCAvantGardeGothicPro-Book.eot?#iefix') format('embedded-opentype'),
		url('/wp-content/uploads/2024/09/ITCAvantGardeGothicPro-Book.woff2') format('woff2'),
		url('/wp-content/uploads/2024/09/ITCAvantGardeGothicPro-Book.woff') format('woff'),
		url('/wp-content/uploads/2024/09/ITCAvantGardeGothicPro-Book.ttf') format('truetype'),
		url('/wp-content/uploads/2024/09/ITCAvantGardeGothicPro-Book.svg#itc-avant-garde-gothic-pro') format('svg');
}
@font-face {
	font-family: 'itc-avant-garde-gothic-pro';
	font-style: normal;
	font-weight: 500;
	font-display: auto;
	src: url('/wp-content/uploads/2024/09/ITCAvantGardeGothicPro-Md.eot');
	src: url('/wp-content/uploads/2024/09/ITCAvantGardeGothicPro-Md.eot?#iefix') format('embedded-opentype'),
		url('/wp-content/uploads/2024/09/ITCAvantGardeGothicPro-Md.woff2') format('woff2'),
		url('/wp-content/uploads/2024/09/ITCAvantGardeGothicPro-Md.woff') format('woff'),
		url('/wp-content/uploads/2024/09/ITCAvantGardeGothicPro-Md.ttf') format('truetype'),
		url('/wp-content/uploads/2024/09/ITCAvantGardeGothicPro-Md-1.svg#itc-avant-garde-gothic-pro') format('svg');
}

body {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-family: 'itc-avant-garde-gothic-pro';
    margin: 0;
    font-weight: 500;
}

code {
    font-family: source-code-pro, Menlo, Monaco, Consolas, Courier New, monospace
}

.App-header {
    align-items: center;
    background-color: #282c34;
    color: #fff;
    display: flex;
    flex-direction: column;
    font-size: calc(10px + 2vmin);
    justify-content: center;
    min-height: 100vh
}

.App-link {
    color: #61dafb
}

.text-blue {
    color: "#FFC20D"
}

.loading,
.loading-expanded-img {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background-color: #FFC20D;
    z-index: 999;
}

.loading-expanded-img {
    background-color: #FFC20Dbf;
    z-index: 9999
}

.sending-email {
    background-color: #7fb8dcde
}

.loading-expanded-img .overlay-close-btn,
.sending-email .overlay-close-btn {
    font-size-: 80%;
    font-weight-: bold;
    color: #fff;
    cursor: pointer;
    position: fixed;
    right: 1rem;
    top: 1rem
}

.estimator-section {
    margin-bottom: 2rem
}

.estimator-section h2 {
    font-weight: 300;
    font-size: 32px;
    color: #212529;
}

.estimator-summary-container {
    background: #fafafa;
    border: 1px solid #d0d0d0;
    height: 100%;
    margin: 0 0 0 1rem;
    max-height: 80vh;
    min-width: 275px;
    overflow: auto;
    padding: 1rem;
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020
}

.estimator-summary-total {
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1.5rem
}

.estimator-detail .label,
.estimator-detail .value {
    font-size: 90%;
    line-height: 2rem
}

.estimator-detail .value {
    font-weight: 700
}

.canvas-edit-btn {
    width: 95px;
    color: #89191C;
    padding: .25rem;
    border: .09rem solid #89191C;
    border-radius: 0 !important;
    margin-right: .5rem;
    background: #fff;
    margin-bottom: .5rem;
}

.canvas-edit-btn:hover, .canvas-edit-btn:focus {
    color: #89191C;
    background-color: #FFC20D;
    border: .09rem solid #89191C;
}

.canvas-edit-btn span {
    font-size: 12px
}

.shape-btn {
    border-width: 2px !important;
    background-color: transparent !important;
    color: #212529 !important;
}

.shape-btn.selected,
.shape-tabs .selected {
    border-color: #FFC20D !important
}

.shape-tabs .selected {
    background: #FFC20D;
    color: #89191C;
}

.shape-tabs .add {
    color: #FFC20D;
    background-color: transparent !important;
}

.smaller {
    font-size: 50%;
    font-weight: 500;
}

.small, small{ font-weight: 500;}

.shape-tab {
    cursor: pointer
}

.border-bottom-section {
    border-bottom: 2px solid #FFC20D
}

hr.section-seperator {
    border-top: 4px solid #FFC20D !important
}

hr.section-seperator.secondary {
    border-top: 2px solid #c7c7c7 !important
}

.option-container {
    display: flex;
    flex-direction: column;
    width: 25%
}

.option-container.nowidth {
    width: auto
}

.option {
    border: 2px solid #eee;
    border-top: 15px solid #eee;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    margin: 0 1rem 1rem 0;
    padding: 1rem 1rem 1.5rem
}

.option.thinner {
    padding-bottom: .75rem
}

.option .info {
    color: #404040;
    font-size: 90%
}

.selected .option {
    border-color: #FFC20D;
}

.products .option img {
    background: #eee;
    margin-bottom: .1rem;
    min-height: 150px;
    min-width: 150px
}

.swatch-grid {
    box-sizing: border-box;
    display: grid;
    grid-template-columns: repeat(auto-fill, 164px);
    grid-template-rows: auto;
    overflow: hidden;
    place-content: start space-between;
    width: 100%
}

.swatch {
    height: 270px;
    width: 148px;
    display: flex;
    flex-direction: column;
    border: 3px solid #eee;
    margin-bottom: 1rem;
}

.swatch.selected {
    border-color: #FFC20D;
}

.swatch img {
    height: auto;
    min-height: 142px;
    min-width: 100%
}

.swatch .product-details {
    display: flex;
    flex-direction: column;
    flex-grow: 1
}

.swatch .product-details .product-name {
    color: #333;
    flex-grow: 1 !important;
    font-size: 90%;
    margin: 0;
    padding: 5px 10px 0;
    text-align: left
}

.swatch .product-details .product-price {
    display: flex;
    flex-direction: row;
    padding: 0 10px 10px
}

.swatch .product-details .product-price .unit-cost {
    font-size: 115%;
    font-weight: 700
}

.swatch .product-details .product-price .unit-cost-mark {
    font-size: 95%;
    font-weight: 700;
    vertical-align: sub;
    vertical-align: -webkit-baseline-middle
}

.swatch .product-details .instock,
.swatch .product-details .outofstock {
    font-size: 90%;
    padding: 0 10px
}

.swatch .product-details .instock {
    font-weight: 700;
    line-height: 20px
}

.swatch .product-details .outofstock {
    color: red;
    font-style: italic
}

.summary-stone-image {
    background-size: cover !important;
    height: 100px
}

.estimator-section.plumbing .option .name,
.estimator-section.removal .option .name {
    padding-bottom: 1rem
}

.estimator-section.sink-types .option .name {
    font-weight: 700
}

.estimator-section.sink-type-options .info {
    margin-bottom: .5rem
}

.estimator-section.sink-type-options .name {
    font-weight: 500
}

.estimator-section.sink-type-options .property {
    font-size: 75%;
    font-weight: 500
}

.estimator-section.sink-type-options .property span {
    padding-right: 5px
}

.defaul-cursor {
    cursor: default
}

.pointer-cursor {
    cursor: pointer
}

@keyframes checkmarkAnimation {
    to {
        stroke-dashoffset: 0
    }
}

.wrapper {
    font-size: 18px;
    margin: 0 auto;
    max-width: 800px;
    padding: 0 20px
}

.input-wrapper {
    margin: 20px 0;
    position: relative
}

.fancy-check-label,
.fancy-radio-label {
    display: inline-block;
    line-height: 24px;
    padding-left: 36px;
    position: relative;
    -webkit-user-select: no-select;
    user-select: no-select
}

.crappy-browser .fancy-check-label .checkmark-path {
    opacity: 0
}

.fancy-check-label {
    transition: color .3s
}

.fancy-check:checked+.fancy-check-label {
    -color: #FFC20D
}

.fancy-check:checked+.fancy-check-label .fancy-checkbox {
    border-color: #FFC20D
}

.fancy-check:checked+.fancy-check-label .checkmark-path {
    animation: checkmarkAnimation .5s 0s forwards
}

.crappy-browser .fancy-check:checked+.fancy-check-label .checkmark-path {
    stroke-dasharray: 0;
    stroke-dashoffset: 0;
    opacity: 1
}

.fancy-label--text {
    position: relative
}

.fancy-radio:checked+.fancy-radio-label {
    color: #FFC20D
}

.fancy-radio:checked+.fancy-radio-label .fancy-label--text:before {
    transform: scaleX(1);
    transition: transform .15s
}

.fancy-radio:checked+.fancy-radio-label .fancy-radiobutton {
    border-color: #FFC20D;
    transition: border-color .5s
}

.fancy-radio:checked+.fancy-radio-label .radiobutton-dot {
    opacity: 1;
    transform: translate(-50%, -50%) scale(1);
    transition: opacity .15s, transform .15s
}

.fancy-checkbox,
.fancy-radiobutton {
    border: 2px solid #888;
    display: block;
    height: 20px;
    left: 0;
    position: absolute;
    top: 0;
    transition: border-color .3s;
    width: 20px
}

.fancy-checkbox {
    border-radius: 0
}

.fancy-radiobutton,
.radiobutton-dot {
    border-radius: 50%
}

.radiobutton-dot {
    background-color: currentColor;
    height: 12px;
    left: 50%;
    opacity: 0;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%) scale(0);
    width: 12px
}

.checkmark {
    height: 20px;
    opacity: 1;
    width: 100%
}

.checkmark .checkmark-path {
    stroke: #FFC20D;
    stroke-width: 3px;
    stroke-miterlimit: 10;
    stroke-dasharray: 48;
    stroke-dashoffset: 48;
    opacity: 1;
    transform-origin: 50% 50%
}

@keyframes App-logo-spin {
    0% {
        transform: rotate(0deg)
    }

    to {
        transform: rotate(1turn)
    }
}

.fade-in {
    animation-duration: .25s;
    animation-iteration-count: 1;
    animation-name: fadeInOpacity;
    animation-timing-function: ease-in;
    opacity: 1
}

@keyframes fadeInOpacity {
    0% {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@media (max-width:1025px) {
    .estimator-summary-container {
        bottom: 0 !important;
        box-shadow: -1px 2px 5px 5px #b5b5b5 !important;
        height: 365px;
        position: fixed !important;
        right: 5px;
        top: calc(100% - 295px) !important;
        transition: all .5s ease;
        width: 40% !important;
        z-index: 1030 !important
    }

    .estimator-summary-container.show {
        height: 97% !important;
        margin-bottom: 1rem;
        max-height: 100%;
        top: 1% !important;
        transition: all .5s ease
    }

    .estimator-summary-container button,
    .estimator-summary-container h5,
    .estimator-summary-total {
        text-align: center
    }

    .estimator-summary-container .h2 {
        font-size: 50%
    }

    .estimator-summary-container .h6 {
        -font-size: 100%
    }

    .App {
        padding-bottom: 350px !important
    }

    .shape-sides {
        width: 25%
    }

    .backdrop {
        background: #00000040;
        bottom: 0;
        height: 100%;
        left: 0;
        position: fixed;
        right: 0;
        top: 0;
        width: 100%;
        z-index: 1029
    }

    .option-container {
        width: 50%
    }
}

@media (max-width:767px) {
    .estimator-summary-container {
        bottom: 0 !important;
        box-shadow: -1px 2px 5px 5px #b5b5b5 !important;
        font-size: 100%;
        height: 365px;
        position: fixed !important;
        right: 0 !important;
        top: calc(100% - 290px) !important;
        transition: all .5s ease;
        width: 60% !important;
        z-index: 1030 !important
    }
}

@media (max-width:736px) {
    .estimator-summary-container {
        top: calc(100% - 290px)
    }
}

@media (max-width:569px) {
    .estimator-summary-container {
        bottom: 0 !important;
        box-shadow: -1px 2px 5px 5px #b5b5b5 !important;
        font-size: 150%;
        height: 365px;
        position: fixed !important;
        right: 0 !important;
        top: calc(100% - 330px) !important;
        transition: all .5s ease;
        z-index: 1030 !important;
    }

    .estimator-summary-container .label,
    .estimator-summary-container .value {
        font-size: 100%;
        line-height: 200%
    }

    .estimator-summary-container .h2 {
        font-size: 100%
    }

    .estimator-summary-container button,
    .estimator-summary-container h5,
    .estimator-summary-total {
        font-size: 100%;
        text-align: center
    }
}

input.side-error {
    border-bottom-width: 3px
}

.shape-error {
    background: #ffe6e8
}

.sink-type-options {
    background: #d4d8de
}

.btn {
    font-size: 1.25rem;
    font-weight: 900;
    border-radius: 10px;
    text-transform: uppercase;
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
}

.btn:focus, .btn.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(255, 194, 14, 0.25);
}

.btn-send-estimate {
    background: #AD1F24;
    color: #fff;
    font-weight: 400;
    font-size: 1rem;
    border-color: #AD1F24 !important;
}

.btn-send-estimate:hover {
    background: #8d191d;
    color: #fff
}

.btn-send-purchase {
    background: #FFC20D;
    color: #000;
    font-weight: 400;
    font-size: 1.75rem;
    padding: 2rem 0;
    border-color: #FFC20D !important;
}

.btn-send-purchase:hover {
    background: #e7ac00;
    color: #000;
}

.custom-select{ font-weight: 500; padding: 0.375rem 1.75rem 0.375rem 0.75rem !important;}
.custom-select:focus {
    border-color: #ffe28e;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(255, 194, 14, 0.25);
}

.form-control{ font-weight: 500; padding: .375rem .75rem !important;}
.form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: #ffe28e;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(255, 194, 14, 0.25);
}

.btn-light {
    color: #212529;
    background-color: #ced4da;
    border-color: #ced4da;
}
.btn-light:hover {
    color: #212529;
    background-color: #b8c1ca;
    border-color: #b1bbc4;
}
.btn-light:focus, .btn-light.focus {
    color: #212529;
    background-color: #b8c1ca;
    border-color: #b1bbc4;
    box-shadow: 0 0 0 0.2rem rgba(180, 186, 191, 0.5);
}

.btn-primary {
    color: #212529;
    background-color: #ffc20e;
    border-color: #ffc20e;
}
.btn-primary:hover, .btn-primary:focus {
    color: #212529 !important;
    background-color: #e7ac00 !important;
    border-color: #daa300 !important;
}

.bg-light {
    background-color: #ced4da !important;
}

.btn-primary.disabled, .btn-primary:disabled {
    color: #212529;
    background-color: #ffc20e;
    border-color: #ffc20e;
}
.btn-primary:focus, .btn-primary.focus {
    color: #212529;
    background-color: #e7ac00;
    border-color: #daa300 !important;
    box-shadow: 0 0 0 0.2rem rgba(222, 170, 18, 0.5) !important;
}

ul li{ list-style: none; font-weight: 500;}
/*# sourceMappingURL=main.2091afd1.css.map*/