.variantBoxSelector {
display: flex;
flex-wrap: wrap;
gap: 10px;
}

.variantBoxSelector .simple-variant-item-container {
border-radius: 2px;
cursor: pointer;
padding: 0px;
margin: 0px 0px 20px 0px;
display: block;
height: 100%;
max-width: 100%;
}

.variantBoxSelector .simple-variant-item-container .simple-variant-image-text{
margin-top:5px;
width: inherit;
}

.variantBoxSelector .simple-variant-item-container.simple-variant-image-active img {
outline: 5px solid #00b26b;
}

.simple-variant-image {
max-width: 100%;
width: 100px;
height: 100%;
display: block;
border-radius: 5px;
}

#variant3 .simple-variant-image-text{

}

.sinkModalBody>li .name{
    font-weight: 700;
}
.sinkModalBody>li .desc {
    font-size: 11px;
}

.btn.btnSinkHole {
cursor: pointer;
user-select: none;
width:100px;
padding:10px 0px;
}

.udforselVariantGroup .variantButtonElement:before,
.btn.btnSinkHole:before {
content: "";
font-family: "Font Awesome 5 Free";
cursor: pointer;
font-weight: 900;
font-size: 10px;
line-height: 18px;
text-align: center;
text-rendering: auto;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
border: 1px solid #a69b8f;
width: 20px;
height: 20px;
display: inline-block;
border-radius: 50%;
margin-right: 4px;
vertical-align: top;
}

.udforselVariantGroup .variantButtonElement{
justify-content: inherit;
}

.udforselVariantGroup .variantButtonElement.selected:before,
.btn.btnSinkHole.active:before {
background: #46604f;
color: #fff;
background-image: url("/images/skins/justwood/images/justwood_checkmark_white_2.svg");
border: 1px solid #46604f;
}

.udforselVariantGroup .variantButtonElement.selected,
.udforselVariantGroup .variantButtonElement.selected:hover{
    background: none;
    color: #000;
}

.commentField{
display: block;
width: 100%;
border: solid 1px rgba(195, 195, 195, 1);
padding: 10px;
}

.product-info--cta-button .col__inner{
width:100%;
}

table.VariantGroup > tbody > tr:first-child > td:first-child {
display: none;
}

.variantButtonContainer,
.btnSinkHoleContainer {
    display: flex !important;
    width:100%;
    flex-wrap: wrap;
}

.variantButtonElement {
padding: 10px 0px;
text-align: center;
cursor: pointer;
max-width: 100px;
border: 1px solid #2e2e2e;
border-radius: 5px;
width: 100px;
}

.variantButtonElement:hover,
.variantButtonElement.selected {
border: 1px solid #a6796f;
background-color: #a6796f;

}
.VariantGroupPosition-2 .variantButtonElement:hover,
.VariantGroupPosition-2 .variantButtonElement.selected{
color:#fff;
}

.udforselVariantGroup .variantButtonElement{
    border:none;
    text-align: left;
}

.udforselVariantGroup .variantButtonElement:hover,
.udforselVariantGroup .selected{
    border:none;
    background:none;
}

#variant3 .simple-variant-item-container label::before{
    display:none;
}

.calculator td.VariantGroupLabel{
    display:block !important;
}
.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;
}

.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: "";
}

.drawingContainer .background:before{
background-repeat: no-repeat;
background-size: cover;
}


.drawing .sink,.drawing .sink2 {
    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,.sink2.rotate90 {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}

.sink.rotate-90,sink2.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: 16px;
    font-weight: 600;
    font-family: Arial;
    background-color: rgba(213, 213, 213, 1);
    color: rgba(0, 0, 0, 1);
    white-space: nowrap;
}
.drawingContainer svg rect {
    stroke-width: 1px;
    stroke: black;
    fill: #FFFFFF;
}
.drawingContainer svg text {
    font-size: 82px;
}
.drawingContainer svg {
    margin: 5px;
    max-height: 110px;
}
.drawingContainer > img {
    margin: 5px;
    max-height: 110px;
}
.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 {
    margin: 0 50px;
    position: relative;
}
.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 .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%);
}

#pladeSelector {
    margin: 0 -0.5% 15px;
    display: flex;
    flex-wrap: wrap;
    flex: 1 0 auto;
}
.variantButtonElement img {
    max-width: 100%;
}
.variantButtonElement.disabled {
    opacity: .5;
}
#pladeSelector:after {
    content: '';
    display: block;
    clear: both;
}

.designPlate>p {
    text-align: center;
    font-weight: bold;
    margin-bottom: 0;
}
.productcard.calculator ul.details>li.stock-message.active {
    display: none;
}

.productcard.calculator ul.Prices_Custom_UL {
    display: none;
}

.normalPriceContainer{
display:none;
}

.productcard.calculator #specs.active {
    display: none;
}

.productcard.calculator .Variants>table.VariantGroup {
    width: 100%;
    padding-bottom: 20px;
    border-bottom: 1px solid #e2e2e2;
    margin-bottom: 20px;
}

.productcard.calculator .Variants>table.VariantGroup.hidden {
    display: none;
}

.productcard.calculator .VariantGroupLabel span {
    font-size: 11px;
    float: right;
    background-color: rgb(166, 121, 111);
    color: rgba(255, 255, 255, 1);
    border-radius: 0;
    padding: 2px 5px;
    font-weight: normal;
}

.VariantGroupLabel .fa-info-circle,.VariantGroupLabel .info-circle,.info-circle{
    color: #2e2e2e;
}
.VariantGroupLabel .info-circle > svg,.info-circle > svg{

    width: 16px;
    height: 16px;
    margin-bottom: -2px;
}
.productcard.calculator .VariantGroupLabel {
    display: block;
}
.tooltip-generic {
    font-size: 17px;
    margin-left: 10px;
    margin-top: -5px;
    cursor: pointer;
    display: none;
}

.tooltip-generic-text {
    visibility: hidden;
    width: auto;
    background-color: #454545;
    color: #fff;
    text-align: center;
    border-radius: 4px;
    padding: 10px;

    /* Position the tooltip */
    position: absolute;
    z-index: 1;
    margin: 20px 0 0 -10px;
}

.tooltip-generic:hover+.tooltip-generic-text {
    visibility: visible;
}
.designPlate {
    width: 100%;
    margin: 0 1%;
    /* float: left; */
    -webkit-border-radius: 3px;
    border-radius: 3px;
    background-color: rgba(240, 240, 240, 1);
    border: solid 1px rgba(217, 217, 217, 1);
    /* height: 150px; */
    position: relative;
    cursor: pointer;
}
.btnIslandContainerPlacement {
    font-weight: bold;
    padding: 0 0 4px;
    margin: 10px 0;
}
.btnIslandContainer,.btnIslandContainerPlacementGroup,.btnStoveContainer {
    display: flex;
    margin: 0 -2%;
}
.btn.btnIsland, .btn.btnIslandPlacement,.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: 2%;
    -ms-user-select: none;
    -webkit-user-select: none;
    user-select: none;
    color:#3b3b3b;
}

.btn.btnIsland.active,.btn.btnIslandPlacement.active,.btn.btnStove.active {
    font-weight: 600;
    border: 2px solid #00c700;
}
.btn.btnIslandPlacement {
    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%;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.btnIslandContainerPlacement {
    display: none;
}
.drawing .sink, .drawing .stove,.drawing .sink2 {
    position: absolute;
    top: 50%;
    /* left: 50%; */
    height: 80%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    z-index: 30;
    display: none;
}

li .product .buy{
overflow: visible;
}

.sink.rotate90,.stove.rotate90,.sink2.rotate90 {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}

.sink.rotate-90,.stove.rotate-90,.sink2.rotate-90 {
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
}

.sinkPlatePlacement,.stovePlatePlacement {
    display:none;
}
.sinkPlatePlacementItem.active,.stovePlatePlacementItem.active {
    font-weight: 600;
    border: 2px solid #00c700;
}
.sinkPlatePlacementItem,.stovePlatePlacementItem  {
    border: 1px solid #ddd;
    background-color: white;
    padding: 10px;
    border-radius: 3px;
    align-self: center;
    cursor: pointer;
    width: 20%;
    text-align: center;
}
.sinkPlatePlacement,.stovePlatePlacement  {
    display: flex;
    justify-content: space-around;
    margin: 10px 0;
}
.sinkColorPicker {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -1%;
}
.sinkColor {
    border: 1px solid #ddd;
    background-color: white;
    padding: 10px;
    border-radius: 3px;
    align-self: center;
    cursor: pointer;
    width: 20%;
    text-align: center;
    margin: 0 1%;
}
.sinkColor.selected {
    font-weight: 600;
    border: 2px solid #00c700;
}
.quarter {
    width: 15.6%;
    margin: 0.5%;
}
.monteringHeader {
    margin-top:10px;
    font-size: 11px;
    font-weight: normal;
}
.monteringsTyper {
    margin-top:5px;
    font-size: 11px;
    font-weight: normal;
}
.remSink {
    border-radius: 3px;
    border: solid 1px rgba(195, 195, 195, 1);
    background-color: white;
    text-align: center;
    color: black;
    margin: 10px 0px 10px 10px;
    padding: 5px 10px;
    align-self: center;
    cursor: pointer;
}
.sinkSelectedContainer {
    display: flex;
    flex: 1 0 auto;
    justify-content: space-between;
}

.placementTypeHeader {
    display: flex;
    flex-wrap: wrap;
}

.placementTypeHeaderBtn {
    border-radius: 3px;
    border: solid 1px rgba(195, 195, 195, 1);
    background-color: white;
    text-align: center;
    color: black;
    margin: 10px 0px;
    padding: 5px 10px;
    align-self: center;
}

.placementTypes {
    display: flex;
    flex-wrap: wrap;
}
.typeImg > img {
    max-width: 100%;
}

.placementType {
    display: flex;
    margin: 10px 0;
    padding: 10px;
    background-color: white;
    border: 1px solid #ddd;
    border-radius: 3px;
    /* box-shadow: 0 4px 10px rgba(0,0,0,.3); */
    cursor: pointer;
    position: relative;
}

.typeImg {
    padding: 10px 10px;
    max-width: 30%;
    align-self: center;
}
.sinkModalBody .productInfoContainer {
    display: flex;
}

.sinkModalBody li .product .buy {
width: 100%;
max-width: 200px;
overflow: hidden;
min-width: 0px;
margin: 10px auto 20px;
}

.sinkModalBody .productInfoImg img {
    max-width: 100%;
    max-height: 250px;
    max-width: 100%;
    align-self: center;
    width: auto;
}
.sinkModalBody > li.fullWidth {
    width: 100%;
}
.sinkModalBody .productInfoProducent {
    position: absolute;
    right: 15px;
    top: 15px;
}

.sinkModalBody .productInfoContainer > div {
    padding: 15px;
    width: 50%;
}
.sinkModalBody .productInfoMinimizeBtn, .sinkModalBody .productInfoReadMoreBtn {
    cursor: pointer;
    text-decoration: underline;
}
.sinkModalBody .productInfoReadMore {
    margin: 10px 0;
}
.sinkModalBody .productInfoMinimize {
    padding:15px;
}
.sinkModalBody .productInfoDesc > div {
    margin-bottom: 10px;
}
.sinkModalBody .productInfoExtraDesc {
    padding:15px;
}

.sinkModalBody .productInfoName {
    font-weight: 700;
    font-size: 16px;
}

.sinkModalBody .productInfoBuySection.buy {
    font-size: 16px;
    text-align: center;
    font-weight: 700;
    margin: 15px;
}
.sinkProductName {
    font-weight: 600;
    border: 2px solid #00c700;
    padding: 5px 10px;
    margin: 10px 0px;
    border-radius: 3px;
}
.sinkModalBody .productInfoOverlay {
    display: none;
    position: relative;
}
.sinkModalBody .product {
    justify-content: space-between;
}
.sinkModalBody .hidden {
    display: none;
}
.sinkModalBody > li > .product > .image > img:not(.producentImg) {
    max-height: 160px;
    max-width: 100%;
    align-self: center;
    width: auto;
}
.sinkModalBody .product .image {
    display: flex;
    flex-direction: column;
}
.imageCarousel-item img {
    width: 100%;
    max-height: 100%;
    position: relative;
}
.imageCarousel {
    width: 100%;
}
.sinkModalBody img.producentImg {
    width: 80px !important;
}
.sinkModalContent .product-filter-item .producentImg {
    font-size: 14px;
    padding-left: 1px;
}
.placementType.selected:after {
    content: "\f00c";
    font-size: 30px;
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    margin: 0 8px 0 0;
    text-rendering: auto;
    color: #00c700;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: absolute;
    right: 0;
}
.sinkModalBody>li .name {
    margin: 8px 0 0;
    font-size: 11px;
    font-weight: bold;
}
.sinkModalBody>li .desc {
    font-size: 11px;
    font-weight: normal;
}
.sinkModalBody>li .price{
    font-size: 14px;
    font-weight: bold;
}

.sinkModalContent .product-filter {
    display: flex;
    justify-content: space-between;
    border: 1px solid #ddd;
    border-radius: 5px;
}

.sinkModalContent .product-filter-group {
    width: 100%;
    border-right: 1px solid #ddd;
    display: flex;
    flex-direction: column;
    padding: 5px 0;
}
.sinkModalContent .product-filter-group.last {
    border-right: 0px;
}

.sinkModalContent .product-filter-group-name {
    font-size: 14px;
    margin-bottom: 10px;
    padding-bottom: 5px;
    border-bottom: 1px solid #ddd;
    text-align: center;
    font-weight: 700;
}

.sinkModalContent .product-filter-item-container {
    margin: 5px 0px;
    border: 1px solid #ddd;
    padding: 5px;
    border-radius: 5px;
    text-align: center;
    width: 80%;
    align-self: center;
    cursor: pointer;
    display: flex;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.sinkModalContent .product-filter-item {
    display: inline-block;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.sinkModalContent .product-filter-item-container.inactive {
    opacity: 0.5;
    cursor: not-allowed;
}

.sinkModalContent .product-filter-item-container::before {
    content: '\f111';
    font-size: 18px;
    font-family: 'Font Awesome 5 Free';
    margin: 0 8px 0 0;
    text-rendering: auto;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.sinkModalContent .product-filter-item-container.selected::before {
    font-weight: 800;
    color: #00c700;
}
.sinkModalContent .showFilter {
    display: none;
}

.item-variants--default {
    max-width: 100%;
}

.productcard.DynamicSizes .VariantGroupPosition-2 .simple-variant-item-container.simple-variant-image-active label::before,
.productcard.DynamicSizes .VariantGroupPosition-2 .advanced-variant-item-container.advanced-variant-image-active label::before,
.productcard.DynamicSizes .VariantGroupPosition-2 .simple-variant-item-container label::before{
    display:none;
}

.productcard.DynamicSizes .obs {
    font-weight: 800;
    border: 1px solid #ddd;
    padding: 10px 15px;
    border-radius: 4px;
    font-size: 0.80rem;
    text-align: center;
    width: -moz-fit-content;
    width: fit-content;
    margin: 10px auto;
}

.productcard.DynamicSizes .VariantGroupLabel #tooltip-LA,
.productcard.DynamicSizes .VariantGroupLabel #tooltip-DA{
    position: relative;
}

.productcard.DynamicSizes #tooltip-LA,
.productcard.DynamicSizes #tooltip-DA{
    font-size: 17px;
    margin-left: 10px;
    margin-top: -5px;
    cursor: pointer;
}
.productcard.DynamicSizes .tooltip-LA-text,
.productcard.DynamicSizes .tooltip-DA-text {
    visibility: hidden;
    width: auto;
    background-color: #454545;
    color: #fff;
    text-align: center;
    border-radius: 4px;
    padding: 10px;

    position: absolute;
    z-index: 1;
    margin: 20px 0 0 -10px;
}

.productcard.DynamicSizes #tooltip-LA:hover + .tooltip-LA-text,
.productcard.DynamicSizes #tooltip-DA:hover + .tooltip-DA-text {
visibility: visible;
}

.info .buy{
    margin-bottom: 50px;
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
}

.buy .sampleBuyContainer .buySample{
    width: 450px;
    margin: 0px;
}

/*
Sink and Modal button, we need to fix this
*/

.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)
}

.sinkModal div.close{
    color: none;
    border: none;
    top: 10px;
    right: 10px;
}

.sinkModal div.close::before{
    background-image: url("//cdn.webkitchen.dk/images/skins/justwood/images/justwood_delete.svg");
    height: 30px;
    width: 30px;
    content: "";
    display: block;
}

.generalModal .close:hover,
.doorModal .close:hover,
.sinkModal .close:hover {
    color: black;
    text-decoration: none;
    cursor: pointer;
}

.generalModal div.close>i,
.doorModal div.close>i,
.sinkModal div.close>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>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: 99999999;
    /* 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 */
}

.sinkModal{
overflow: unset;
height: unset;
}

.generalModalHeader,
.generalModalBody,
.generalModalFooter,
.sinkModalHeader,
.sinkModalBody,
.sinkModalFooter,
.doorModalHeader,
.doorModalBody,
.doorModalFooter {
    padding: 10px 16px
}
.generalModalBody{
    display: flex;
    flex-wrap: wrap;
}
.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);
}

.sinkModalContent{
    height: calc(100vh);
    overflow-y: auto;
    width: 90%;
}

.sinkModalContent::-webkit-scrollbar {
    width: 10px;
    height: 6px;
}

.sinkModalContent::-webkit-scrollbar-track {
    background: rgba(0,0,0,0.1);
}

.sinkModalContent::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: rgba(0,0,0,0.2);
}

.sinkModalContent::-webkit-scrollbar-thumb:hover{
    background: rgba(0,0,0,0.4);
}
.sinkModalContent::-webkit-scrollbar-thumb:active{
    background: rgba(0,0,0,.6);
}

.sinkModalBody > li {
    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;
    text-align: center;
}

.doorModalBody>li {
    width: 25%;
    display: inline-block;
    vertical-align: bottom;
    background-color: #fff;
}

.sinkModalBody>li .name,
.doorModalBody>li .name {
    margin: 8px 0 0;
    font-size: 11px;
}

.designPlate .checkmark {
    display:none;
    position: absolute;
    left: 2%;
}
.designPlate.active .checkmark {
    display: block;
}
.designPlate .checkmark > svg {
    width:30px;
    margin-bottom:-2px;
    color: rgb(118, 211, 0);
}
.multidrawing {
    display: inline-block;
    background-color: white;
    position: absolute;
    border: solid 1px rgba(217, 217, 217, 1);
}

.multidrawing .content {
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    left: 50%;
    z-index: 10;
}

.multidrawing .cicle {
    border-radius: 50%;
    height: 30px;
    background-color: white;
    width: 30px;
    text-align: center;
    padding-top: 5px;
}

.normalPriceContainer {
    margin-top: 10px;
    text-decoration: line-through;
    display: none;
    /* color: #ad0000; */
}

.normalPriceContainer>span {
    font-size: 16px;
    color: #7e7e7e;
    /* color: #ad0000; */
    line-height: 16px;
    padding-right: 4px;
}

.normalPriceLabel {
    font-weight: 700;
}

.totalPriceText {
    font-size: 25px;
    line-height: 25px;
    font-weight: 700;
    display: none;
    margin-top: 25px;
}

.productcard.calculator .Prices_Custom_UL li:first-child .price {
    font-size: 28px;
}
.simple-variant-image {
    max-width: 100%;
}

.sinkModalBody .product .price .PriceStriked_Productlist {
    display: none;
    color: #ad0000;
    font-weight: 600;
    font-size: 11px;
    padding-right: 2px;
}

@media (max-width: 880px) {
    .sinkModalBody > li {
        width: 100%;
    }
}

@media (max-width: 768px) {
    .drawingContainer > img {
        margin: 5px;
        max-height: 70px;
    }
    .sinkModalBody .productInfoContainer > div {
        width: 100%;
    }
    .sinkModalContent .showFilter {
        display: block;
    }
    .productInfoContainer {
        flex-direction: column;
    }
    .sinkModalContent .product-filter {
        flex-direction: column;
    }
    .sinkModalContent .product-filter-group:not(.last) {
        border-bottom: 1px solid #ddd;
    }
    .sinkModalContent .product-filter-group {
        border-right: 0px;
    }
}

@media (max-width: 488px) {
    .productcard.calculator .Variants > table.VariantGroupPosition-4, .productcard.calculator .Variants > table.VariantGroupSinkHole{
        width:100%;
    }
}