
/* LEFT SIDEBAR */
.sidebar {
    background-color: #123c36;
    color: white;
    min-height: 100vh;
    padding: 40px 30px;
}

.sidebar a {
    color: #bcd6d0;
    text-decoration: none;
    font-size: 14px;
}

.sidebar h1 {
    font-size: 42px;
    font-weight: 500;
    margin-top: 30px;
    color: white;
}

.sidebar p {
    margin-top: 20px;
    color: #cfe4df;
    line-height: 1.6;
}

/* MAIN AREA */
.main {
    padding: 20px 30px;
}

.card-section {
    border-radius: 10px;
    padding: 15px;
    margin-bottom: 15px;
    background-color: #F8F8F8;
}

.section-title {
    background: #4F9391;
    color: white;
    padding: 10px;
    border-radius: 8px 8px 0 0;
    font-weight: 500;
    text-align: center;
}

.search-box {
    border-radius: 8px;
    border: 1px solid #ddd;
    padding: 10px;
    width: 100%;
    margin: 10px 0;
}

.filter-btn {
    background: #eee;
    border-radius: 8px;
    padding: 8px;
    text-align: center;
    margin-bottom: 10px;
}

/* PRODUCT GRID */
.product-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
}

.product-item {
    background: #f8f8f8;
    border-radius: 8px;
    height: 120px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 2px solid transparent;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: 50% 50%;
}

.product-item.active {
    border: 2px solid #4F9391;
}
div#color-section {
    max-height: 85vh;
}
.color-list {
    height: calc(100% - 200px);
    overflow-y: auto;
}

/* COLOR LIST */
.color-item {
    /*display: flex;
    align-items: center;
    justify-content: space-between;*/
    padding: 8px;
    border-radius: 8px;
    margin-bottom: 8px;
    background: #FFFFFF;
    text-align: center;
}

.color-box {
    width: 100%;
    height: 20px;
    border-radius: 4px;
    display: block;
    margin:auto;
}

.color-item.active {
    border: 2px solid #4F9391;
}


.download-btn {
    background: #123c36;
    color: white;
    border-radius: 10px;
    padding: 12px;
    width: 100%;
    border: none;
}

.top-bar {
    text-align: right;
    margin-bottom: 10px;
    color: #4F9391;
    font-weight: 500;
}

.size-select {
    margin-top: 20px;
}



* {
    padding: 0;
    margin: 0;
}

td{
    min-width: 3rem;
    line-height: 1.5em;
    font-size: 1em;
    padding: 0.5rem;
        border-radius: 8px;
}
td em {
    font-size: 12px;
}
.plant_select {
}
.plant_holder {
    width: 100%;
    padding-top: 100%;
    background-size: contain;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    border: 1px solid grey;
    margin-bottom: 1em;
    cursor: pointer;
    border-radius: 8px;
}
td:first-child{
    cursor: pointer;
}
.plant_select {
    width: 4%;
    padding-right: 1em;
    display: inline-block;
    vertical-align: top;
}
.big-pot {
    padding: 1em;
    width: calc(25%);
    display: inline-block;
    vertical-align: top;
    height: calc(100vh - 4em);
    position: relative;
        background-color: #f7f7f7;
}
.big-pot img {
    position: absolute;
    width: calc(100% - 2em);
    left: 0em;
    margin: auto;
    bottom: 0;
    right: 0;
    height: auto;
}
.left {
    width: calc(35% - 1em);
    display: inline-block;
    vertical-align: top;
    height: calc(100vh - 2em);
}
.right {
    width: calc(35% - 2em);
    display: inline-block;
    vertical-align: top;
}
.deze_mag_scrollen {
    height: calc(100vh - 2em - 136px);
    overflow-y: scroll;
}

.pot_product {
    display: inline-block;
    cursor: pointer;
    margin-right: 0.5em;
    position: relative;
}
.pdp_pots {
    white-space: nowrap;
    width: 100%;
    overflow: auto;
}
.pdp_pots .innercontainer {
    width: 130px;
    height: 130px;
    padding: 1em;
    border: 1px solid #fff;
    border-radius: 9px;
}
.pdp_pots .pot_product.active .innercontainer {
    border: 1px solid #989898;
}
.pdp_pots .pot_image {
    width: 98px;
    height: 98px;
    object-fit: contain;
}
.pdp_pots .pot_image.empty {
    padding: 0;
}
#pdp_options.custom_options .product-configure-custom-option-item,
#pdp_options.custom_options .addon_head {
    float: none;
    width: unset;
    clear: both;
    display: block;
    margin-right: 1em;
}
#pdp_options.custom_options .product-configure-custom-option-item label {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 12px;
}
.not_loaded {
    width: 4em;
    height: 4em;
    background-image: url(../images/fleurdirect_loader.svg);
    background-size: 8em;
    background-position: 50% 50%;
    margin: auto auto;
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
}
#pdp_options.custom_options .addon_head {
    display: block;
    font-size: 16px;
    margin-bottom: 12px;
    margin-top: 12px;
}
#pdp_options {
    border-bottom: 1px solid #ddd;
    margin-bottom: 12px;
}
.pdp_header {
    margin-bottom: 15px;
    border-top: 1px solid #eee;
    margin-top: 15px;
    padding-top: 15px;
}
.pdp_header label {
    font-size: 1em;
    line-height: 44px;
}
.pdp_header .btn {
    border-radius: 5px;
    height: auto;
    line-height: 32px;
    text-transform: none;
    padding: 5px 0px;
    padding-right: 12px;
    font-weight: 400;
    float: right;
    width: 150px;
    border: 1px solid #414141 !important;
    color: #414141 !important;
    background-color: #fff !important;
    font-size: 1em !important;
    background-image: url("../images/arrow-right.svg");
    background-size: 12px;
    background-position: 84% 50%;
    background-repeat: no-repeat;
}
.pdp_pots .pot_image.empty_icon {
    background-image: url("../images/remove_circle.svg");
    background-size: 36px;
    background-repeat: no-repeat;
    background-position: 50% 50%;
}
.pdp_pots .pot_prijs {
    color: #989898;
}
.pdp_pots .pot_dia {
    color: #989898;
    font-size: 12px;
    position: absolute;
    margin-top: -18px;
    left: 4px;
}
.pdp_pots .active .pot_prijs {
    font-family: "proximanova-semibold";
    color: #414141;
}
span.combination_price {
    font-size: 32px;
    font-weight: 400;
    line-height: 40px;
    text-align: left;
    margin-right: 16px;
}
.configurator {
    width: 100%;
    position: relative;
    top: 0em;
    padding-top: 80%;
    background-color: #f7f7f7;
}
.combination {
    position: absolute;
    width: 100%;
    top: 0;
    height: 100%;
    z-index: 1;
}
.the_combo {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    margin: auto;
    bottom: 0;
    right: 0;
    top: 0;
}
.the_combo .to_connect_image {
    display: block;
    margin: auto;
    position: absolute;
    left: 0;
    right: 0;
    opacity: 0;
    -webkit-transition: opacity 0.5s;
    -moz-transition: opacity 0.5s;
    transition: opacity 0.5s;
    pointer-events: none;
    max-width: unset;
}
.the_combo .to_connect_image.choosenpot {
    z-index: 1;
}
.the_combo .to_connect_image.choosenpot.front_image {
    z-index: 200;
}
.the_combo .to_connect_image.choosenplant {
    z-index: 100;
}
.the_combo .to_connect_image.choosentag {
    z-index: 50;
}
.the_combo .to_connect_image.no_comb {
    height: 100% !important;
    width: 100%;
    max-width: unset;
    object-fit: contain;
}
.to_connect_image {
    display: block;
    margin: auto;
    position: absolute;
    left: 0;
    right: 0;
    opacity: 0;
    -webkit-transition: opacity 0.5s;
    -moz-transition: opacity 0.5s;
    transition: opacity 0.5s;
    pointer-events: none;
}
.to_connect_image.choosenpot {
    z-index: 1;
}
.to_connect_image.choosenplant {
    z-index: 100;
}
td[data-clipboard-text].active {
    outline: 3px solid #606060;
}
