<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.designPlate .checkmark {
    display:none;
    position: absolute;
    left: 2%;
}
.designPlate.active .checkmark {
    display: none !important;
}
.designPlate .checkmark &gt; svg {
    width:30px;
    margin-bottom:-2px;
    color: rgb(118, 211, 0);
}
.designPlate.active {
    border: 2px solid #00c700;
}


.multidrawing .content {
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    left: 50%;
    z-index: 10;
}
table.VariantGroup &gt; tbody &gt; tr:first-child &gt; td:first-child {
    display: none;
}
.item-variants--default {
    max-width: 100%;
}
.multidrawing .cicle {
    border-radius: 50%;
    height: 30px;
    background-color: white;
    width: 30px;
    text-align: center;
    padding-top: 4px;
}

.normalPriceContainer {
    margin-top: 10px;
    text-decoration: line-through;
    display: none;
    color: #ad0000;
}
.btnIslandContainer,.btnStoveContainer {
    display: flex;
    margin: 0 -1%;
}
.btn.btnIsland,.btn.btnStove {
    padding: 10px;
    border-radius: 3px;
    border: solid 1px rgba(195, 195, 195, 1);
    font-weight: bold;
    width: 100%;
    cursor: pointer;
    background-color: white;
    text-align: center;
    margin: 0 1%;
    -ms-user-select: none;
    -moz-user-select: none;
    -webkit-user-select: none;
    user-select: none;
    text-transform: none !important;
}

.btn.btnIsland.active {
    border: 2px solid #00c700;
}

.btnSelectSink {
    padding: 10px;
    border-radius: 3px;
    border: solid 1px rgba(195, 195, 195, 1);
    font-weight: bold;
    width: 100%;
    cursor: pointer;
    background-color: white;
    text-align: center;
}
.generalModal div.close,
.doorModal div.close,
.sinkModal div.close {
    color: rgba(0, 0, 0, 1.00);
    border: solid 3px rgba(0, 0, 0, 1.00);
    position: absolute;
    top: -18px;
    right: -18px;
    width: 30px;
    height: 30px;
    cursor: pointer;
    z-index: 8040;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 1.00)
}
.VariantGroup td {
    display: block;
}
.pointer {
    position: absolute;
    height: 50px;
    left: -20px;
    display: flex;
    align-items: center;
  }
  .hidden {
    display: none;
  }
  .pointer i {
    font-size: 1.8em;
    background-color: white;
    border-radius: 50%;
    color: #00c700;
    animation-name: move;
    animation-duration: 1s;
    animation-iteration-count: infinite;
  }
  .buyWrapper .pointer {
    height: 50px;
  }
.generalModal .close:hover,
.doorModal .close:hover,
.sinkModal .close:hover {
    color: black;
    text-decoration: none;
    cursor: pointer;
}

.generalModal div.close&gt;i,
.doorModal div.close&gt;i,
.sinkModal div.close&gt;i {
    font-size: 18px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.chosenSink.active {
    margin-top: 20px;
}


.sinkModalBody .product,
.doorModalBody .product {
    cursor: pointer;
}

.doorModalBody .product .image&gt;div {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;
}

#toggleShowSink {
    border-radius: 3px;
    border: solid 1px rgba(195, 195, 195, 1);
    background-color: white;
    text-align: center;
    color: black;
    padding: 2px 5px;
    float: right;
    font-weight: normal;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.remSink {
    border-radius: 3px;
    border: solid 1px rgba(195, 195, 195, 1);
    background-color: white;
    text-align: center;
    color: black;
    padding: 5px;
    width: 15%;
    float: right;
}

.btnChooseSink,
.btnChooseDoorColor {
    padding: 5px 5px;
    border-radius: 3px;
    border: none;
    width: 100%;
    cursor: pointer;
    background-color: rgb(118, 211, 0);
    text-align: center;
    color: white;
}

.generalModal,
.sinkModal,
.doorModal {
    display: none;
    /* Hidden by default */
    position: fixed;
    /* Stay in place */
    z-index: 2147483001;
    /* Sit on top */
    left: 0;
    top: 0;
    width: 100%;
    /* Full width */
    height: 100%;
    /* Full height */
    overflow: auto;
    /* Enable scroll if needed */
    background-color: rgb(0, 0, 0);
    /* Fallback color */
    background-color: rgba(0, 0, 0, 0.4);
    /* Black w/ opacity */
}

.generalModalHeader,
.generalModalBody,
.generalModalFooter,
.sinkModalHeader,
.sinkModalBody,
.sinkModalFooter,
.doorModalHeader,
.doorModalBody,
.doorModalFooter {
    padding: 10px 16px
}
.generalModalBody{
    display: flex;
    flex-wrap: wrap;
    margin-left: 20px;
}
.sinkModalBody {
    display: flex;
    flex-wrap: wrap;
    padding: 0;
    margin: 1% -1%;
}
.generalModalHeaderText,
.sinkModalHeaderText,
.doorModalHeaderText {
    font-size: 23px;
    text-align: center;
}

.generalModalContent,
.sinkModalContent,
.doorModalContent {
    position: relative;
    background-color: #fefefe;
    margin: 5% auto;
    padding: 20px;
    border: 1px solid #888;
    width: 1000px;
    max-width: 90%;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
/* .generalModalContent {
    width: max-content;
    max-width: inherit;
} */
.sinkModalBody &gt; li {
    width: 23%;
    max-width: 23%;
    vertical-align: bottom;
    background-color: #fff;
    border: 1px solid #ddd;
    margin: 1% 1%;
    box-shadow: 0 4px 10px rgba(0,0,0,.3);
    border-radius: 5px;
    list-style-type: none;
}

.doorModalBody&gt;li {
    width: 25%;
    display: inline-block;
    vertical-align: bottom;
    background-color: #fff;
}

.sinkModalBody&gt;li .name,
.doorModalBody&gt;li .name {
    margin: 8px 0 0;
    font-size: 11px;
}

li .product {
    position: relative;
    padding: 25px;
    text-align: center;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

li .product img {
    max-width: 100%;
}

li .product .name a {
    display: block;
    font-size: 13px;
    text-decoration: none;
    margin: 18px 0 7px;
    min-height: 35px;
}

li .product .image {
    position: relative;
    height: 200px;
    display: flex;
    justify-content: center;
    flex-direction: column;
}
li .product .image a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 200px;
}

li .product img {
    display: block;
    width: 100%;
    max-height: 100%;
}
.ProductList_Custom_UL .BackgroundColor1_Productlist form .product .image a img,
.ProductList_Custom_UL .BackgroundColor2_Productlist form .product .image a img{
    width: auto;
    margin: 0 auto;
}

li .product .price {
    font-size: 16px;
    font-weight: bold;
}

li .product .price strike,
.PriceStriked_Productlist {
    color: #ad0000;
    font-weight: 600;
    font-size: 11px;
    padding-right: 2px;
}

.normalPriceContainer&gt;span {
    font-size: 16px;
    /* color: #7e7e7e; */
    color: #ad0000;
    line-height: 16px;
    padding-right: 4px;
}
.form-group.item-order-purchase.buy {
    display: flex;
    flex-direction: column;
}

.Prices_Custom_DIV &gt; div{
    flex-direction: column;
}

.buywrapper {
    display: flex;
}
.sampleAmountWrapper {
    font-size: 1.3rem;
    font-size: 1.125rem;
    font-weight: 500;
    font-weight: 500
}
.buySampleBtn {
    margin-left: 0.625rem;
    border-radius: 0px;
    flex-grow: 1;
    text-align: center;
    align-items: center;
    justify-content: center;
    text-transform: uppercase;
    width: calc(100% - 10px);
    font-weight: 500;
    border-radius: 0px !important;
    font-size: 10px;
}
#sampleAMOUNT {
    width: 60px !important;
    height: 60px !important;
}
@media (min-width: 1386px) {
    #sampleAMOUNT {
        height:60px !important;
    }
    .sampleAmountWrapper {
        font-size:1.3125rem
    }
    .buySampleBtn {
        font-size: 16px;
    }
}
.buySample {
    width: 100%;
}
.normalPriceLabel {
    font-weight: 700;
}
.variantButtonContainer {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -2%;
    /* margin-bottom: 20px; */
}
/* .variantButtonElement:hover {
    background-color: white;
    color:#737882;
} */
.variantButtonElement {
    max-width: 46%;
    padding: 10px;
    border: solid 1px rgba(155, 155, 155, 0.4);
    float: right;
    text-align: center;
    cursor: pointer;
    margin: 2% 2%;
    flex: 1 0 45%;
    background-color: white;
}
/* .calculator .variantButtonElement {
    background-color: white;
    border-radius: 3px;
} */

.inputWithoutLabel{
    width: 100%;
    display: block;
    float: left;
    height: 35px;
    color: rgba(0, 0, 0, 1);
    border: solid 1px rgba(195, 195, 195, 1);
    padding: 0 10px;
    -webkit-appearance: none;
    border-radius: 3px;
}
.totalPriceText {
    font-size: 25px;
    line-height: 25px;
    font-weight: 700;
    display: none;
    margin-top: 25px;
}
.commentField {
    display: block;
    width: 100%;
    border: solid 1px rgba(195, 195, 195, 1);
    padding: 10px;
}
.commentFieldLabel {
    font-size: 12px;
    color: #3b3b3b;
    font-weight: bold;
    padding: 0 0 4px;
    height: 80px;
}

.heightError,
.widthError,
.textError {
    color: red;
    font-weight: bold;
}

.productcard.calculator .Prices_Custom_UL li:first-child .price {
    font-size: 28px;
}
.simple-variant-image {
    max-width: 100%;
}
.variantBoxSelector .simple-variant-item-container label {
    cursor: pointer;
}
.variantBoxSelector .simple-variant-item-container {
    border: 1px solid #ddd;
    text-align: center;
    border-radius: 3px;
    cursor: pointer;
    margin: 1% 1%;
    background-color: white;
    width: 23%;
    position: relative;
    padding:10px;
}
.variantBoxSelector  .simple-variant-item-container.simple-variant-image-active {
    border: 3px solid rgb(118, 211, 0);
}
.variantBoxSelector .simple-variant-image-active:before {
    top: 45%;
    left: 50%;
    content: '\f00c';
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    text-rendering: auto;
    font-size: 30px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: rgb(118, 211, 0);
    position: absolute;
    border-radius: 50%;
    transform: translate(-50%, -50%);
    background-color: white;
    padding: 10px;
    border: 3px solid rgb(118, 211, 0);
}

.variantBoxSelector {
    display: flex;
    flex-wrap: wrap;
    margin: 1% -1%;
}

.buySampleBtn {
    font-size: 16px;
    padding: 10px;
    background-color: #e57100;
    color: white;
    border: solid 1px rgba(155, 155, 155, 0.4);
    cursor: pointer;
    border-bottom-right-radius: 6px;
    border-top-right-radius: 6px;
    height: 100%;
}

#sampleAMOUNT {
    -webkit-appearance: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -moz-appearance: textfield;
    border-radius: 0;
    height: 45px;
    width: 60px;
    border-right: 0;
    background-color: #ffffff;
    text-align: center;
    padding: 0;
    border: solid 1px rgba(155, 155, 155, 0.4);
}

.sampleBuyContainer {
    display: flex;
    margin: 20px 0px;
}

.drawingHeader {
    font-size: 15px;
    font-weight: bold;
    margin: 30px 0;
    display: none;
}

.drawing {
    display: none;
    width: 100%;
    height: 60px;
    border: solid 1px rgba(213, 213, 213, 1);
    background-color: rgba(255, 255, 255, 1);
    box-shadow: 5px 5px 0 rgba(0, 0, 0, 0.1);
    position: relative;
    /*
	-ms-transform: skew(20deg,10deg);
    -webkit-transform: skew(20deg,10deg);
    transform: skew(20deg,10deg);
	*/
}
.multidrawing {
    display: inline-block;
    background-color: white;
    position: absolute;
    border: solid 1px rgba(217, 217, 217, 1);
}
.drawing .background {
    position: absolute;
    background-size: 100% 100%;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: white;
}

.drawing .background:before {
    position: absolute;
    transform: rotate(0deg);
    height: 100%;
    width: 100%;
    content: "";
    background-size: cover;
    background-repeat: no-repeat;
}

.drawing .sink {
    position: absolute;
    top: 50%;
    /* left: 50%; */
    height: 80%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    z-index: 30;
    display: none;
}

.sink.rotate90 {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}

.sink.rotate-90 {
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
}

.drawing .i {
    z-index: 50;
    position: absolute;
    padding: 2px 10px;
    font-size: 11px;
    font-family: Arial;
    background-color: rgba(213, 213, 213, 1);
    color: rgba(0, 0, 0, 1);
    white-space: nowrap;
}
.drawing .i.l {
    bottom: 100%;
    left: 50%;
    -webkit-border-radius: 3px 3px 0 0;
    border-radius: 3px 3px 0 0;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

.drawing.one_a__drawing .i.la {
    top: 0%;
    bottom: unset;
    left: 50%;
    -webkit-border-radius: 3px 3px 0 0;
    border-radius: 3px 3px 0 0;
    -webkit-transform: translateX(-50%);
    transform: translate(-50%, -100%);
}

.drawing.two_a__drawing .i.la,
.drawing.two_b__drawing .i.lb {
    bottom: 0%;
    left: 50%;
    -webkit-border-radius: 0 0 3px 3px;
    border-radius: 0 0 3px 3px;
    -webkit-transform: translateX(-50%);
    transform: translate(-50%, 100%);
}

.finalDrawing .i.d {
    margin-bottom: 20px;
}

.drawing .i.la,
.drawing .i.lb,
.drawing .i.lc {
    bottom: 0%;
    left: 50%;
    -webkit-border-radius: 0 0 3px 3px;
    border-radius: 0 0 3px 3px;
    -webkit-transform: translateX(-50%);
    transform: translate(-50%, 100%);
}

.drawing .i.la-outer,
.drawing .i.lb-outer {
    top: -9%;
    left: 50%;
    -webkit-border-radius: 3px 3px 0 0;
    border-radius: 3px 3px 0 0;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

.drawing .i.d {
    right: 100%;
    top: 50%;
    -webkit-border-radius: 3px 0 0 3px;
    border-radius: 3px 0 0 3px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.drawing .i.da,
.drawing .i.db,
.drawing .i.dc {
    right: 100%;
    top: 50%;
    -webkit-border-radius: 3px 0 0 3px;
    border-radius: 3px 0 0 3px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.drawing .i.dc-right {
    top: 50%;
    border-radius: 0 3px 3px 0;
}
.drawing .i.da-right {
    left: 100%;
    top: 50%;
    -webkit-border-radius: 3px 0 0 3px;
    border-radius: 0 3px 3px 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.drawing .i.db-right {
    top: 50%;
    -webkit-border-radius: 0 3px 3px 0;
    border-radius: 0 3px 3px 0;
    -webkit-transform: translate(50%, -50%);
    transform: translate(50%, -50%);
}

.drawing.two_b__drawing .i.db-right {
    /* left: 50%; */
}

.drawing.three_b__drawing .i.db-right {
    /* left: 86%; */
}

.drawing .i.db-left {
    left: -38%;
    top: 50%;
    -webkit-border-radius: 3px 0 0 3px;
    border-radius: 3px 0px 0px 3px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
/* #intersectionPriceValue{
  margin-right:5px;
} */
#pladeSelector .drawingContainer {
    margin: 0 5px;
    display: flex;
    justify-content: center;
}

.finalDrawing .drawingContainer {
    margin: 0 60px;
    position: relative;
}

.finalDrawing:after {
    content: '';
    display: block;
    clear: both;
}

.one_a__drawing {
    height: 25%;
    width: calc(100% - 10px);
}

.two_a__drawing {
    height: 25%;
    width: 65%;
}

.two_b__drawing {
    height: 65%;
    width: 25%;
    left: 65%;
}

.three_a__drawing {
    height: 65%;
    width: 26%;
}

.three_b__drawing {
    height: 25%;
    width: 65%;
    left: 28.5%;
}

.four_a__drawing {
    height: 65%;
    width: 24%;
}

.four_b__drawing {
    height: 25%;
    width: 46%;
    left: 27%;
}

.four_c__drawing {
    height: 65%;
    width: 24%;
    left: 71%;
}

.five_a__drawing {
    height: 25%;
    width: 90%;
}

.five_b__drawing {
    height: 45%;
    width: 26%;
    margin-top: 25%;
    left: 67.5%;
}

.six_a__drawing {
    height: 45%;
    width: 26%;
    margin-top: 25%;
}

.six_b__drawing {
    height: 25%;
    width: 90%;
}

/* .quarter {
    width: 15.6%;
    float: left;
    margin: 0.5%;
} */


.finalDrawing {
    position: relative;
    height: 300px;
}

.finalDrawing .i.l {
    z-index: 10;
    position: absolute;
    padding: 2px 10px;
    font-size: 11px;
    font-family: Arial;
    background-color: rgba(213, 213, 213, 1);
    color: rgba(0, 0, 0, 1);
    white-space: nowrap;
    /* bottom: 86%; */
    left: 50%;
    -webkit-border-radius: 3px 3px 0 0;
    border-radius: 3px 3px 0 0;
    -webkit-transform: translate(-50%, -100%);
    transform: translate(-50%, -100%);
}

.finalDrawing .i.l-right {
    z-index: 10;
    position: absolute;
    padding: 2px 10px;
    font-size: 11px;
    font-family: Arial;
    background-color: rgba(213, 213, 213, 1);
    color: rgba(0, 0, 0, 1);
    white-space: nowrap;
    -webkit-border-radius: 0px 3px 3px 0px;
    border-radius: 0px 3px 3px 0px;
}

.finalDrawing .i.l-left {
    z-index: 10;
    position: absolute;
    padding: 2px 10px;
    font-size: 11px;
    font-family: Arial;
    background-color: rgba(213, 213, 213, 1);
    color: rgba(0, 0, 0, 1);
    white-space: nowrap;
    -webkit-border-radius: 3px 0px 0px 3px;
    border-radius: 3px 0px 0px 3px;
    transform: translateX(-100%);
}
.variantButtonElement.selected {
    font-weight: 600;
    border: 2px solid #00c700;
}
@keyframes move {
    0% {
      transform: translateX(-10px);
    }
    50% {
      transform: translateX(-15px);
    }
    100% {
      transform: translateX(-10px);
    }
  }
</pre></body></html>