/* Add here all your css styles (customizations) */
.feyen-logo-login {
    max-width: 400px;
}

.feyen-color {
    color: #e04307;
}
.feyen-button {
    background-color: #e04307;
}

.feyen-button:hover {
    background-color: #f2581d;
    border-color: #f2581d;
}

.feyen-button-secondary{
    background-color: rgba(39, 93, 56, 0.9) !important;
}

.feyen-button-secondary:hover{
    background-color: limegreen !important;
}
.footer-goed {
    margin-bottom: 350px;
}

.navbar-logo {
    max-height: 45px;
}

.merk-ul {
    list-style-type: none;
    padding-left: 0;
}

.label-checkbox:hover {
    cursor: pointer;
}

#products {
    min-height: 500px;
}

.nav-onder-producten {
    border-top: 1px solid black;
    padding-top: 20px;
    width: 100%;
}

/*Loading icon */

@keyframes lds-rolling {
    0% {
        -webkit-transform: translate(-50%, -50%) rotate(0deg);
        transform: translate(-50%, -50%) rotate(0deg);
    }
    100% {
        -webkit-transform: translate(-50%, -50%) rotate(360deg);
        transform: translate(-50%, -50%) rotate(360deg);
    }
}
@-webkit-keyframes lds-rolling {
    0% {
        -webkit-transform: translate(-50%, -50%) rotate(0deg);
        transform: translate(-50%, -50%) rotate(0deg);
    }
    100% {
        -webkit-transform: translate(-50%, -50%) rotate(360deg);
        transform: translate(-50%, -50%) rotate(360deg);
    }
}
.lds-rolling {
    position: relative;
}
.lds-rolling div,
.lds-rolling div:after {
    position: absolute;
    width: 160px;
    height: 160px;
    border: 20px solid #93dbe9;
    border-top-color: transparent;
    border-radius: 50%;
}
.lds-rolling div {
    -webkit-animation: lds-rolling 1s linear infinite;
    animation: lds-rolling 1s linear infinite;
    top: 100px;
    left: 100px;
}
.lds-rolling div:after {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}
.lds-rolling {
    width: 200px !important;
    height: 200px !important;
    -webkit-transform: translate(-100px, -100px) scale(1) translate(100px, 100px);
    transform: translate(-100px, -100px) scale(1) translate(100px, 100px);
}

.available-date a {
    background-color: limegreen !important;
}

.dropzone {
    border: 2px dashed #dedede;
    border-radius: 5px;
    background: #f5f5f5;
    cursor: pointer;
}

.dropzone i{
    font-size: 5rem;
}

.dropzone .dz-message {
    color: rgba(0,0,0,.54);
    font-weight: 500;
    font-size: initial;
    text-transform: uppercase;
}

/* Color Feyen orange */
.g-bg-feyenorange {
    background-color: #DC4405 !important;
}
.g-bg-feyenorange-opacity-0_1 {
    background-color: rgba(220, 68, 5, 0.1) !important;
}
.g-bg-feyenorange-opacity-0_7 {
    background-color: rgba(220, 68, 5, 0.7) !important;
}
.g-bg-feyenorange-opacity-0_9 {
    background-color: rgba(220, 68, 5, 0.9) !important;
}
.g-bg-feyenorange-opacity-0_9--after::after {
    background-color: rgba(220, 68, 5, 0.9) !important;
}
.g-bg-feyenorange--hover:hover {
    background-color: #DC4405 !important;
}
/* Color Feyen Dark */
.g-bg-feyendark {
    background-color: #275D38 !important;
}
.g-bg-feyendark-opacity-0_1 {
    background-color: rgba(71, 70, 71, 0.1) !important;
}
.g-bg-feyendark-opacity-0_7 {
    background-color: rgb(0, 0, 0) !important;
}
.g-bg-feyendark-opacity-0_9 {
    background-color: rgba(39, 93, 56, 0.9) !important;
}
.g-bg-feyendark-opacity-0_9--after::after {
    background-color: rgba(39, 93, 56, 0.9) !important;
}
.g-bg-feyendark--hover:hover {
    background-color: #275D38 !important;
}

.layer-custom {
    position: relative;
    height: 450px;
    width: 350px;
    left: 20%;
    top: 50%;
    transform: translateY(-50%);
    padding-left: 40px;
    padding-right: 40px;
    /*border-radius: 10px;*/
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.layer-custom a {
    left: 50%;
    transform: translateX(-50%);
    background: #e04205;
    position: absolute;
    bottom: 16px;
    color: white;
    border: none;

}

.layer-custom a:hover {
    background: #474647;
}

#inklapper {
    color: #e04307;
}

#inklapper:hover {
    cursor: pointer;
    color: #c73c06;
}

.automaten-col {
    height: 550px;
    animation-name: naarAchtergrond;
    animation-duration: 0.5s;
    animation-fill-mode: forwards;
}

.automaten-col:hover {
    animation-name: naarVoorgrond;
    animation-duration: 0.5s;
    animation-fill-mode: forwards;
}


@keyframes naarVoorgrond {
    from {transform: scale(1.00);}
    to {transform: scale(1.05);}
}

@keyframes naarAchtergrond {
    from {transform: scale(1.05);}
    to {transform: scale(1.00);}
}

.automaten-article:hover {
    cursor: pointer;
}

.automaat-image-slider {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}


.automaat-image {

    background: #fff;
    padding: 60px 0;
    min-height: 500px;
    width: 100%;
    max-width: 100%;
    box-shadow: 0 5px 15px rgba(0,0,0,.15);
}

.slick-prev:before {
    color: #e04307;
}
.slick-next:before {
    color: #e04307;
}

ul.variation li {
    display: block;
    border-bottom: 1px solid rgba(140,135,133,.3);
    width: 50%;
    float: left;
    padding: 5px 0;
}

.lds-ring {
    display: inline-block;
    position: relative;
    width: 80px;
    height: 80px;
}
.lds-ring div {
    box-sizing: border-box;
    display: block;
    position: absolute;
    width: 64px;
    height: 64px;
    margin: 8px;
    border: 8px solid #e04307;
    border-radius: 50%;
    animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
    border-color: #e04307 transparent transparent transparent;
}
.lds-ring div:nth-child(1) {
    animation-delay: -0.45s;
}
.lds-ring div:nth-child(2) {
    animation-delay: -0.3s;
}
.lds-ring div:nth-child(3) {
    animation-delay: -0.15s;
}
@keyframes lds-ring {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}


/* search global */
#search_results {
    position: absolute;

}

/* search styling */

.search-results-container {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    padding: 10px;
    background-color: #f9f9f9;
    border: 1px solid #ddd;
    border-radius: 4px;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
}

.search_item {
    width: calc(25% - 15px);
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    overflow: hidden;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
    transition: transform 0.2s;
}

.search_item:hover {
    transform: scale(1.05);
}

.search-item-image {
    overflow: hidden;
    height: 150px; /* Vaste hoogte voor de afbeeldingen */
}

.search-item-image img {
    width: 100%;
    height: 100%;
    object-fit: contain; /* Afbeelding altijd scherp */
}

.search-item-details {
    padding: 10px;
}

.spinner {
    width: 40px;
    height: 40px;
    position: relative;
    margin: 20px auto;
}

.double-bounce1, .double-bounce2 {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background-color: #333;
    opacity: 0.6;
    position: absolute;
    top: 0;
    left: 0;
    animation: bounce 2.0s infinite ease-in-out;
}

.double-bounce2 {
    animation-delay: -1.0s;
}

@keyframes bounce {
    0%, 100% { transform: scale(0.0); }
    50% { transform: scale(1.0); }
}

.u-link-v5 {
    text-decoration: none;
    color: inherit;
    transition: color 0.3s;
}

.u-link-v5:hover {
    color: #007bff;
}

/* einde search styling */

/* product search tekst styling */

.search-item-details {
    padding: 10px;
}

.search-item-title {
    font-size: 16px; /* Aanpassen aan gewenste grootte */
    font-weight: bold; /* Vetgedrukt maken */
    color: #333; /* Kleur aanpassen aan contrast */
    margin-bottom: 5px; /* Ruimte toevoegen onder de titel */
}

.search-item-unit {
    color: #777; /* Kleur aanpassen voor contrast */
}

.search-item-price {
    font-size: 18px; /* Aanpassen aan gewenste grootte */
    font-weight: bold; /* Vetgedrukt maken */
    color: #007bff; /* Kleur aanpassen voor contrast */
}

/* einde product search tekst styling */

html {
    scroll-behavior: smooth;
}

body {

    font-family: 'Quicksand', sans-serif;
!important;
}


select.form-control {
    border-radius: 0.375rem; /* Slightly rounded corners */
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1); /* Subtle shadow */
    border: 1px solid #ddd; /* Light gray border */
}

select.form-control:focus {
    border-color: #007bff; /* Bootstrap primary color on focus */
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); /* Blue focus shadow */
}

.order-block {
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
    background-color: #fff;
    transition: box-shadow 0.3s ease;
}
.order-block:hover {
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
}
.order-header {
    background-color: #f5f5f5;
    border-bottom: 1px solid #ddd;
    border-radius: 8px 8px 0 0;
}
.order-label {
    font-size: 14px;
    font-weight: 600;
    color: #555;
    margin-bottom: 4px;
}
.order-value {
    font-size: 16px;
    color: #333;
}
.automaat-title {
    font-size: 18px;
    font-weight: bold;
    color: #333;
}
.automaat-detail {
    font-size: 16px;
    font-weight: 600;
    color: #555;
}
.btn-primary {
    background-color: rgba(39, 93, 56, 0.9);
    border: none;
    border-radius: 4px;
    padding: 8px 16px;
    color: #fff;
    transition: background-color 0.3s ease, transform 0.3s ease;
}
.btn-primary:hover {
    background-color: rgba(39, 93, 56, 0.9);
    transform: translateY(-2px);
}
.hover-scale {
    transition: transform 0.3s ease;
}
.hover-scale:hover {
    transform: scale(1.05);
}
.hover-shadow {
    transition: box-shadow 0.3s ease;
}
.hover-shadow:hover {
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
}
.btn-primary:focus {
    outline: none;
    box-shadow: 0 0 0 2px rgba(39, 93, 56, 0.9);
}

.g-rounded-10 {
    border-radius: 10px;
}

.g-shadow {
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.05);
}

/* Toepassen op productblokken en containers */
.product-container {
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.05);
    padding: 20px;
    margin-bottom: 30px;
}


