#pladeSelector {
    margin: 10px 0 15px;
    display: flex;
    flex-wrap: wrap;
    flex: 1 0 auto;
    overflow-x: auto;
    gap: 1%;
}

.designPlate>p {
    text-align: center;
    margin-bottom: 0;
    line-height: 14px;
}

.quarter {
    display: flex;
    width: 10.2%;
}

.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);
    position: relative;
    height: auto;
    min-height: 120px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    flex-direction: column;
}

.designPlate:not(.active):hover {
    cursor: pointer;
}

.designPlate.active {
    border: 2px solid #00b26b;
}

.designPlate .checkmark {
    display: none;
    position: absolute;
    left: 2%;
}

.designPlate.active .checkmark {
    display: block;
}

#pladeSelector .designPlate .drawingContainer {
    margin: 0 5px;
    display: flex;
    justify-content: center;
}

.designPlate .drawingContainer>img {
    margin: 5px;
    max-height: 110px;
}

.VariantGroupLabel .fa-info-circle,
.VariantGroupLabel .info-circle,
.info-circle {
    color: #bc897d;
    width: 16px;
    height: 16px;
    margin-bottom: -3px;
    margin-left: 2px;
}

/* Background */
.Variants {
    display: flex;
    background-color: #e8e2de;
    border-radius: 5px;
    padding: 15px;
    margin-bottom: 30px;
    flex-wrap: wrap;
    gap: 2%;
}

.Variants .VariantGroup {
    flex: 0 0 100%;
}

.Variants .VariantGroup[class="VariantGroup"],
.Variants .VariantGroup[class*="VariantGroup injected"] {
    flex: 0 0 49%;
}

.DesignSelectorHead {
    font-size: 16px;
    color: #3b3b3b;
    padding: 1rem 0px;
    display: block;
    font-weight: bold;
}

.textError {
    color: red;
    font-weight: bold;
    margin: 1px 0 0 4px;
    display: inline-block;

}

/* Variant buttons */
.btnIsland,
.btnStove,
.btnIslandPlacement,
.btnSelectSink,
.btnChooseSink,
.showMoreBtn,
.remSink,
.sinkPlatePlacementItem,
.stovePlatePlacementItem,
.variantButtonElement,
.tryghedspakke,
.tryghedspakkePopupBtn {
    background-color: white;
    border: 1px solid #d4cfcc;
    border-radius: 5px;
    padding: 7px 30px;
    display: inline-flex;
    justify-content: center;
    white-space: nowrap;
    gap: 5px;
}

.btnIsland:not(.active):hover,
.btnStove:not(.active):hover,
.btnIslandPlacement:not(.active):hover,
.btnSelectSink:not(.active):hover,
.stovePlatePlacementItem:not(.active):hover,
.variantButtonElement:not(.active):hover,
.product-filter-item-container:not(.selected):hover,
.sinkPlatePlacementItem:not(.active):hover,
.btnChooseSink:hover,
.showMoreBtn:hover,
.remSink:hover,
.tryghedspakke:hover,
.tryghedspakkePopupBtn:hover {
    cursor: pointer;
    border: 1px solid #999592 !important;
    background-color: white;
    color: black;
}

.name {
    margin: 0;
    font-size: 14px;
}

.remSink {
    height: fit-content;
}

.btnIsland.active,
.btnStove.active,
.variantButtonElement.active,
.btnIsland.selected,
.stovePlatePlacementItem.active,
.btnIslandPlacement.active,
.sinkPlatePlacementItem.active,
.sinkProductName,
.Variants .VariantGroup .variantButtonContainer>.variantButtonElement.selected,
.tryghedspakke.active {
    border: 2px solid #00b26b !important;
}

.tryghedspakkePopupBtn.btn{
    background-color: none;
    color: #2e2e2e;
    cursor: pointer;
    padding: 14px 24px !important;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.3px;
    box-shadow: -2px 4px 10px #2e2e2e29;
    display: block;
    border-radius: 25px;
}

.tryghedspakkePopupBtn.btn-primary{
    background-color: #73df88;
}

.tryghedspakkePopupBtn.btn-primary:hover{
    color: #fff;
    background-color: #00b26b;
    border: unset !important;
}

.pointer {
    display: none;
}

.stovePlatePlacement {
    display: flex;
    gap: 5px;
    margin-top: 3px;
}

.sinkPlatePlacement {
    margin: 10px 0;
    display: flex;
    gap: 5px;
}

.chosenSink {
    margin-top: 20px;
}

.chosenSink:empty{
    display: none;
}

.stoveplacementText {
    margin-top: 10px;
}

.variantButtonElement .img {
    display: none;
}

.btnStoveImg img {
    display: none;
}

.btnIslandContainerPlacement i {
    display: none;
}

.btnIslandContainer,
.btnStoveContainer {
    display: flex;
    gap: 10px;
}

.showMoreBtn {
    display: flex;
    font-size: 0.875rem;
    height: 2rem;
    place-items: center;
    text-decoration: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    margin-left: auto;
    margin-right: auto;
}

.VariantGroup:not(:nth-child(-1n+2)) .VariantGroupLabel {
    border-top: 1px solid #d4cfcc;
}


.VariantGroupLabel span {
    margin-left: auto;
    background-color: #bc897d;
    color: #ffffff;
    padding: 3px;
    font-size: 8pt;
    position: absolute;
    right: 0;
    margin-right: 14px;
}

.tooltip-generic-text,
.tooltip-LA-text,
.tooltip-DA-text,
.tooltip-LB-text,
.tooltip-LC-text,
.tooltip-DB-text,
.tooltip-DC-text {
    visibility: hidden;
    background-color: #46604f;
    color: #ffffff;
    width: auto;
    text-align: center;
    border-radius: 4px;
    padding: 10px;
    position: absolute;
    z-index: 1;
    margin: 20px 0 0 -10px;
}

.tooltip-generic,
.tooltip-LA,
.tooltip-DA,
.tooltip-LB,
.tooltip-LC,
.tooltip-DB,
.tooltip-DC {
    font-size: 17px;
    margin-left: 8px;
    margin-top: -5px;
    cursor: pointer;
    flex: none;
}

.VariantGroupLabel .tooltip-generic:hover+.tooltip-generic-text,
.VariantGroupLabel #tooltip-LA:hover+.tooltip-LA-text,
.VariantGroupLabel #tooltip-DA:hover+.tooltip-DA-text,
.VariantGroupLabel #tooltip-LB:hover+.tooltip-LB-text,
.VariantGroupLabel #tooltip-DB:hover+.tooltip-DB-text,
.VariantGroupLabel #tooltip-LC:hover+.tooltip-LC-text,
.VariantGroupLabel #tooltip-DC:hover+.tooltip-DC-text {
    visibility: visible;
}

.btnIslandContainerPlacement {
    margin-top: 10px;
}

.btnIslandContainerPlacementGroup {
    margin-top: 3px;
    gap: 10px;
}


.Variants .VariantGroup.tryghedspakkerVariantGroup .VariantGroupLabel{
    display: block !important;
}

.generalModal, .sinkModal, .doorModal {
  display: none;
  position: fixed;
  z-index: 99999999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgb(0, 0, 0);
  background-color: rgba(0, 0, 0, 0.4);
}

.tryghedspakker{
    display: flex;
    flex-wrap: wrap;
    gap:2%;
    
}

.tryghedspakke {
    flex-direction: column;
    display: flex;
    flex: 0 0 calc(32% - 2%);
    max-width: 31%;
    white-space: normal;
    text-align: center;
    margin-bottom:10px;
}

.tryghedspakkeName,
.tryghedspakkePrice {
    font-weight: 700;
}

.tryghedspakkeContents{
    font-weight: 500;
}

.tryghedspakkePopupContent, .tryghedspakkePopupFooter {
    background: white;
    padding: 1rem;
}

.tryghedspakkePopupContent{
    border-radius: 10px 10px 0px 0px;
}

.tryghedspakkePopupFooter{
    width: 100%;
    display: flex;
    justify-content: space-evenly;
    border-radius: 0px 0px 10px 10px;
    gap: 2%;
}

.tryghedspakkePopup {
    justify-content: center;
    align-items: center;
}

.tryghedspakkePopupBody {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 2rem;
    max-height: 100%;
    position: relative;
    max-width: 50%;
}

.tryghedspakkePopupBody .tryghedspakkePopupContent ul{
    display: block;
}

.product-number {
    display: flex;
    align-items: center;
}

.li_usp_koebsknap span {
    margin-left: 3px;
}

.buySample {
    border: 2px solid #2e2e2e;
    border-radius: 24px !important;
    text-transform: uppercase;
    font-size: 13px;
    cursor: pointer;
    width: 360px;
    padding: 14px !important;
    font-weight: 700;
    letter-spacing: 0.3px;
    box-shadow: -2px 4px 10px #2e2e2e29;
    display: block;
    text-align: center;
    margin-top: -40px;
}

.buySample:hover {
    background-color: #2e2e2e;
    color: white;
}

.colorSwitcher {
    display: inline-block;
    width: 100%;
}

.colorSwitcherWrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border: 1px solid #ddd;
    height: 40px;
    background: white;
    margin: 0 0px 15px;
    padding: 5px 10px;
    font-weight: 600;
    cursor: pointer;
    width: fit-content;
}

.colorSwitcherWrapper img {
    max-height: 100%;
    margin-right: 10px;
}

.commentField {
    resize: none;
    width: 100%;
    padding: 8px;
    font-size: 14px;
}

.VariantGroup.last td {
    display: inline-block !important;
    width: 100%;
}

.VariantGroupPosition-6 {
    display: none;
}

.amountWrapper,
.sampleAmountWrapper {
    display: none !important;
}


/* Se andre farver (modal) */
#worktopModal a {
    text-decoration: none;
}

#worktopModal .BackgroundColor1_Productlist.hidden,
#worktopModal .BackgroundColor2_Productlist.hidden {
    display: none;
}

#worktopModal .generalModalFooter {
    display: flex;
}

.placementTypes {
    display: flex;
    flex-wrap: wrap;
}

.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, 0.3);
    position: relative;
}

.placementType:not(.selected):hover {
    cursor: pointer;
}

.typeImg {
    padding: 10px 10px;
    max-width: 30%;
    align-self: center;
}




/* Vælg din vask (modal) */
.generalModalContent,
.sinkModalContent {
    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);
    border-radius: 5px;
}

.generalModal,
.sinkModal {
    display: none;
    position: fixed;
    z-index: 9999999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.4);
}

.generalModalBody {
    display: flex;
    flex-wrap: wrap;
    list-style-type: none;
    padding: 0;
}

.sink {
    position: absolute;
    top: 50%;
    height: 80%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    z-index: 30;
    display: none;
}

.sinkModalBody {
    list-style-type: none;
    display: flex;
    flex-wrap: wrap;
    padding: 0;
    margin: 1% -1%;
}

.btnChooseSink{
    background-color: #73df88;
    border-radius: 50px;
    margin-top: 10px;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 0.3px;
    cursor: pointer;
    box-shadow: -2px 4px 10px #2e2e2e29;
    border: 0px;
    padding: 8px 30px;
}

.btnChooseSink:hover{
    color: #fff;
    background-color: #00b26b;
    border: none !important;
}

li .product,
div.slick slide .product {
    position: relative;
    padding: 25px;
    text-align: center;
    height: 100%;
    display: flex;
    flex-direction: column;
    flex-flow: column nowrap;
    justify-content: space-between;
    ;
}

.sinkSelectedContainer {
    display: flex;
    flex: 1 0 auto;
    justify-content: space-between;
}

.sinkModalBody .productInfoContainer {
    display: flex;
}

.sinkModalBody li .product .buy {
    width: 100%;
    max-width: 100%;
}

.sinkModalBody li .product {
    height: inherit;
}

.sinkModalContent {
    overflow-y: auto;
    width: 90%;
}

.sinkModalBody .productInfoImg img {
    max-height: 250px;
    margin: 0 auto;
    display: block;
}

.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, 0.3);
    border-radius: 5px;
    list-style-type: none;
}

.sinkModalBody>li:hover {
    cursor: pointer;
}

.sinkModalBody>li.fullWidth {
    width: 100%;
    max-width: 100%;
    flex: unset;
    text-align: left;
}

.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 .productInfoDescItems {
    display: flex;
    flex-flow: column;
    border: 1px solid #ddd;
    border-radius: 3px;
    margin-top: 10px;
    overflow: hidden;
}

.sinkModalBody>li .name>span {
    font-size: 14px;
}

.sinkModalBody .productInfoDescItem {
    padding: 5px;
    display: flex;
    flex-direction: column;
}

.sinkModalBody .productInfoDescItem:last-child {
    border-bottom: 0px;
}

.sinkModalBody .productInfoDesc>div {
    margin-bottom: 10px;
}

.sinkModalBody .productInfoExtraDesc {
    padding: 15px;
}

.sinkModalBody .productInfoName {
    font-weight: 700;
    font-size: 16px;
}

.sinkModalBody .productInfoBuySection.buy {
    font-size: 13px;
    text-align: center;
    font-weight: 700;
    margin: 15px;
}

.sinkProductName {
    background-color: white;
    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;
    position: relative;
}

.sinkModalBody .product .image .BestSeller {
    position: absolute;
    bottom: 0;
    font-size: 12px;
    padding: 2px 5px;
    background: #FFEB3B;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 2px;
    font-weight: 600;
    border: 1px solid #ffeb3b;
}

.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: #00b26b;
    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;
}

.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 auto;
    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;
}

.generalModalHeader div.close,
.generalModal div.close,
.sinkModal div.close {
    color: rgb(82, 82, 82);
    border: solid 2px rgb(82, 82, 82);
    border-radius: 50%;
    position: absolute;
    width: 30px;
    height: 30px;
    cursor: pointer;
    z-index: 8040;
    top: 10px;
    right: 10px;
}

.sinkModalHeaderText {
    font-weight: bold;
    margin: 0;
    margin: 0px 0px 10px 0px;
    line-height: 36px;
    font-size: 23px;
    text-align: center;
}

.close i {
    font-size: 18px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.product .image:hover {
    color: black;
}


@media (max-width: 1365px) {
    .tryghedspakkePopupBody{
        max-width: 75%;
    }
}

@media (max-width: 880px) {
    .buySample {
        width: 100% !important;
    }

    .variantButtonElement {
        display: flex;
        flex-direction: column;
    }

    .Variants .VariantGroup[class="VariantGroup"],
    .Variants .VariantGroup[class*="VariantGroup injected"] {
        flex: 100%;
    }

    .sinkModalBody>li {
        width: 48%;
    }

    .sinkModalBody>li .product {
        padding: 15px;
    }

    .productcard .info {
        width: 100%;
    }

    .productcard .images {
        width: 100%;
    }

    .btnIslandContainer,
    .btnIslandContainerPlacementGroup,
    .btnStoveContainer,
    .tryghedspakker,
    .btnAddTapHoleToCountertopContainer {
        display: flex;
        flex-wrap: wrap;
    }

    .quarter {
        width: 31.6%;
        margin: 0.5%;
    }
}

@media (max-width: 768px) {

    #worktopModal .BackgroundColor1_Productlist,
    #worktopModal .BackgroundColor2_Productlist {
        width: 50%;
    }

    .tryghedspakke {
        flex: 0 1 46%;
    }

    .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;
    }
    .tryghedspakkePopupBody{
        max-width: 95%;
    }
}
