
.base-link{
    color: #2D3748;
}

a {
    text-decoration: none;
}
.theme-btn:not(.prod-btn):not(.cookieAkkoord){
    border: none !important;
    border-radius: 0.25rem;
}

.searchbox-wrapper{
    border-radius: 16px !important;
    background-color: white;
}
.searchbox.zoeken::-webkit-input-placeholder, .searchresults-zoeken{
    color: #1A202C !important;
}
.searchbox.zoeken::placeholder, .searchresults-zoeken{
    color: #1A202C !important;
}
.searchbox.zoeken::-moz-placeholder, .searchresults-zoeken{
    color: #1A202C !important;
}

.searchbox.zoeken:focus, .searchresults-zoeken{
    color: #1A202C !important;
}

.searchbox.zoeken, .searchresults-zoeken{
   border: none;
   color: #1A202C !important;
   width: 85%;
   padding: 4px 6px;
}

.btn-search{
    background-color: transparent !important;
    border: none;
}
.btn-search i{
    color: #1A202C;
}

.register-header{
    margin-top: 8px;
    color: var(--primary-txt);
    font-size: 18px;
    font-weight: 700;
}

.header-shopping-cart{
    color: var(--primary-btn-txt);
}

.partial-shoppingcart{
    cursor: pointer;
}

.modern-input-group{
	display: flex;
	flex-wrap: wrap;
	margin-left: -0.75rem;
	margin-right: -0.75rem;
	margin-bottom: 1.5rem;
}

.modern-input-group label{
	letter-spacing: 0.025rem;
	color: #4a5568;
	margin-bottom: 0.5rem;
	font-size: 1rem;
	font-weight: 700;
}

.modern-input{
	padding-top: 0.5rem;
	padding-bottom: 0.5rem;
	margin-bottom: 0.75rem;
	padding-left: 0.75rem;
	padding-right: 0.75rem;
	line-height: 1.25;
	display: block;
	border: 1px solid #E2E8F0;
	border-radius: 0.25rem;
	background-color: #E2E8F0;
	appearance: none;
	-moz-appearance: textfield !important;
	-webkit-appearance: none;
	width: 100%;
	color: #4A5568;

}

.modern-input-group label{
    color: #4a5568;
    margin-bottom: 0.5rem;
    font-size: 0.75rem;
    font-weight: 700;
}

.modern-input:focus{
	outline: none;
	background-color: #ffffff;
	border: 1px solid #A0AEC0;

}

.modern-input-wrapper{
	width: 100%;
	margin-bottom: 0;
}

.modern-input-half{
	width: 100%;
    margin-bottom: 0;
    margin-left: 0;
}

@media (min-width: 768px){
    .modern-input-half{
        width: 50%;
        margin-bottom: 0;
    }
    .modern-input-half:last-child label, 
    .modern-input-half:last-child input{
        margin-left: 1.5rem;
    }

    .form-send-btn{
        width: 25% !important;
    }

}

.modern-input-half:last-child .modern-input-small{
	width: 20%;
}

textarea.modern-input{
    height: 6rem;

}


.categories-sidelist{
    margin-top: 8px;
}

.category-side-list{
    border: 1px solid rgba(0,0,0,0.2);
    border-radius: 4px;
}
.input-coupon{
    border-top-left-radius: 8px !important;
    border-bottom-left-radius: 8px !important;
    background-color: white;
    max-width: 240px;
    border-color: #2D3748;
    border-width: 1px;
    border-style: solid;
}

.coupon-field{
    border: none;
    border-top-left-radius: 8px !important;
    border-bottom-left-radius: 8px !important;
    padding: 3px 6px;
}

.tripleImage img{
    width: 250px;
    height: auto;
    margin: 0;
    float: left;
}

.tripleImage .col-lg-4{
    margin: 0;
    float: left;
}

.prod-details-spec-item{
    display: flex;
    border-top: 2px solid #e2e8f0;
}

.prod-details-spec-item-last{
    display: flex;
    border-top: 2px solid #e2e8f0;
    border-bottom: 2px solid #e2e8f0;
}

@media (min-width: 768px){
	
    .sidelist-hidden-on-sm {
        display: block;
	}
	
    .max-on-sm {
        max-width: 83.333333%;
        flex: 0 0 83.333333;
    }
}

.cart-link{
    text-decoration: none;
    color: var(--theme-secundairy-btn-txt);
}

.cart-link:hover{
    text-decoration: none;
    filter: brightness(90%);
}

.cart-link:active{
    text-decoration: none;
    color: var(--theme-secundairy-btn-txt);
}
.cart-link:visited{
    text-decoration: none;
    color: var(--theme-secundairy-btn-txt);
}
.searchresults-input-wrapper{
    margin-top: 16px;
}
.searchresults-input-wrapper input{
    border: 1px solid #1F2937 !important;
    border-radius: 16px;
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
    padding-top: 8px;
    padding-bottom: 8px;
    height: 36px;
}

.searchresults-input-wrapper button{
    height: 36px;
}

.recentAdded-prod{
    border-radius: 0.25rem;
    background-color: rgba(243,244,246, 1);
    margin: 1rem;
    min-height: 15rem;
    display: grid;
    grid-template-rows: auto 1fr auto;
    padding: 1.5rem;

}
.recentAdded-prod img{
    width: 100%;
    height: 10rem;
    margin-bottom: 1.5rem;
    object-fit: scale-down;
    object-position: center;
    border-radius: 0.25rem;
    grid-row: 1;
}

.recentAdded-prod h3{
    font-size: 0.75rem;
    line-height: 1rem;
    letter-spacing: .1em;
    font-weight: 500;
    grid-row: 2;
    
}

.recentAdded-prod .details-section{
    grid-row: 3;
    display: grid;
    grid-template-columns: repeat(5, 1fr);

}

.recentAdded-prod h3 a{
    color: var(--primary-txt) !important;
}

.recentAdded-prod h3 a:hover{
    color: var(--primary-txt) !important;
    filter: brightness(75%);
}

.prod-toCart-once:not(.product-action-add-toCart){
    outline: none;
    border: none;
    width: 38px;
    height: 38px;
    text-align: center;
}

.recentAdded-prod .prod-toCart-once{
    grid-column: 5;
}

.recentAdded-prod span{
    grid-column: 1;
    margin-top: 0.5rem;
    width: 6rem;
}

.btn-toLogin-page{
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
    text-align: center;
}

.recentAdded-prod .btn-toLogin-page{
    grid-column: 5;
    text-decoration: none;
}

.random-product-details{
    margin-top: 1.0rem;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: 15rem 3rem 1fr;
    padding-right: 24px;
    padding-left: 24px;
    height: 25rem;
}

.random-product-details .prod-name{
    color: var(--primary-txt);
    margin-bottom: 12px;
}

.prod-name-wrapper{
    grid-row: 2;
    grid-column: 1 / 5;
    text-align: center;
}

.random-product-details .prod-name:hover{
    filter: brightness(75%);
}

.random-product-details .description-area{
    grid-row: 3;
    grid-column: 1 / 5;
    margin-bottom: 18px;
}

.random-product-details .random-product-item-btn{
    grid-row: 3;
    grid-column: 4/5;
    justify-self: end;
    align-self: center;
}


.random-product-details .price{
    grid-row: 3;
    grid-column: 1/4;
    align-self: center;
}
.willekeurigProduct{
    margin-bottom: 1.5rem;
    background-color: rgba(243,244,246, 1);
    border-radius: 8px;

}

.random-product-details img{
    grid-column: 1 / 5;
    grid-row: 1;
    object-fit: scale-down;
    justify-self: center;
    margin-bottom: 1.5rem;
    height: 15rem;
}




.custom-slider-item{
    width: 100%;
    max-height: 100%;
}

.custom-slider-item img{
    max-width: 100%;
    height: auto;
    display: block;
}



ul.nav-tabs li > span{
    display: inline-block;
    padding: 15px;
    border: 1px solid #000;
    color: #000;
}
ul.nav-tabs li > span:hover{
    cursor: pointer;
}
ul.nav-tabs li.active > span {
    color: #FFF;
    border: 1px solid var(--bs-primary);
    background-color: var(--bs-primary);
}
#my-tab-content {
    padding: 15px;
    border: 1px solid #e5e7eb;
}