canvas {
    transform: scale(1.5);
}

@media (min-width: 1700px) {
    .col-xxxl-3 {
        flex: 0 0 auto;
        width: 25%;
    }
}

@media (max-width: 1440px) {
    .header-container, .header-top .container {
        max-width: 100%;
    }
}

html.sticky-header-enabled #header .header-body.hidden-notice {
    top: -45px !important;
}

@media (max-width: 767px) {
    html.sticky-header-enabled #header .header-body {
        top: -113px !important;
    }

    html.sticky-header-enabled #header .header-body.hidden-notice {
        top: -45px !important;
    }
}

@media (max-width: 414px) {
    html.sticky-header-enabled #header .header-body {
        top: -139px !important;
    }

    html.sticky-header-enabled #header .header-body.hidden-notice {
        top: -45px !important;
    }
}

@media (min-width: 992px) and (max-width: 1150px), (min-width: 1290px) {
    .header-extra-info .baykal-logo {
        display: inline-block !important;
    }
}

@media (min-width: 992px) {
    .header-nav-features-container {
        margin-left: 0 !important;
    }
}

@media (min-width: 768px) {
    .ms-md-none {
        margin-left: 0 !important;
    }
}

body > canvas {
    z-index: 99999 !important;
}

.top-notice .btn-close {
    --bs-btn-close-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414z'/%3e%3c/svg%3e");
}

/* .custom-section-background-mirror {
    border-bottom: 10px solid #30a77b !important;
} */

.custom-section-background-mirror svg {
    left: inherit;
    right: 0;
    transform: scaleX(-1);
}

.custom-section-background-mirror .container:before {
    content: '';
    position: absolute;
    top: 50%;
    right: inherit;
    left: 85%;
    width: 100vw;
    height: calc(100% + 150px);
    background: var(--primary);
    z-index: 0;
    transform: translate3d(0, -50%, 0);
}

.custom-section-red svg path:first-of-type {
    fill: #dc3545;
}

.custom-section-red svg path:last-of-type{
    stroke: #dc3545;
}

.custom-section-red .container:before {
    background: #dc3545;
}



@media screen and (max-width: 576px) {
    .text-sm-dark {
        color: #332b25 !important;
    }


@media screen and (max-width: 768px) {
    .products-sidebar {
        overflow-y: auto;
    }    
}}



#header .header-top .flag {
    border-radius: 2px;
}

#header .header-top .phone-icon {
    text-decoration: none;
    opacity: 0.8;
    transform: translateY(2px);
}

#header .header-top .dropdown-menu {
    min-width: 0;
    overflow: hidden;
}

#header .header-top .dropdown-menu a {
    font-size: 14px !important;
    transition: 200ms ease;
}

#header .header-top .dropdown-menu a:hover {
    color: var(--primary-300) !important;
}

#header .header-search {
    transform: scaleY(0);
    height: 0;
    transform-origin: top;
    transition: 200ms ease;
    opacity: 1;
}

#header .header-search.show {
    transform: scaleY(1);
    height: auto;
    padding: 10px !important;
    padding-top: 0;
    opacity: 1;
}

@media (max-width: 767px) {
    #header .header-container {
        /* height: auto; */
        padding-block: 5px;
    }
}

.header-search input {
    font-size: 16px !important;
}

.header-search .form-select {
    border-left: 1px solid var(--light-200);
    border-right: 1px solid var(--light-200);
    border-top: 1px solid var(--primary--300);
    border-bottom: 1px solid var(--primary--300);
    font-size: 14px;
    max-width: 20%;
}

.header-search-lg .form-select {
    font-size: 16px;
    max-width: 25%;
}

@media screen and (max-width: 768px) {
    .header-search .form-select {
        max-width: 40%;
        font-size: 12px;
    }

    .header-search input {
        font-size: 14px !important;
    }
}

.header-search .form-select:focus {
    box-shadow: none !important;
}

.header-search {
    margin-left: 16px;
    margin-left: 1rem;
}

.header-search .form-control {
    border-radius: 5px 0 0 5px !important;
    font-size: 0.9em;
    margin: 0;
    padding: 8px 12px !important;
    transition: width 0.3s ease;
    perspective: 1000px;
    border-color: var(--primary--300);
}

.header-search-lg .form-control {
    font-size: 16px !important;
    padding: 10px 15px !important;
}


.header-search .simple-search .btn {
    border-color: var(--primary--300);
    border-radius: 0 5px 5px 0 !important;
    background: var(--primary);
    color: var(--light);
}

.header-search .btn-light {
    background: transparent;
    border: 0 none;
    color: var(--grey-500);
    position: absolute;
    right: 0;
    top: 0;
    z-index: 3;
}

.header-search .btn-light:hover {
    color: #000;
}


@media screen and (max-width: 992px) {
    .hero-main {
        min-height: 300px;
        overflow: visible !important;
        margin-bottom: 160px !important;
    } 

    .hero-main .mobile-content {
        background: rgba(242, 242, 242, 0.801);
        width: auto;
        top: 75%;
    }

    .hero-secondary {
        width: auto !important;
    }

    .hero-secondary .background-image-wrapper {
        position: relative;
    }

    .hero-secondary .background-image-wrapper::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.5); /* Adjust the opacity as needed */
        z-index: 1;
    }
}

@media (max-width: 992px) {
    .hero-main .container:before {
        opacity: 0 !important;
    }
}






@media (max-width: 768px) {
    .home-products .owl-nav {
        display: none;
    }
}

.home-products .owl-stage {
    display: flex;
}

.home-products .owl-item {
    flex: 1 0 auto;
}

.home-products .owl-item > div {
    height: 100%;
}



.product {
    min-height: 100%;
}

.product .product-thumb-info .product-thumb-info-badges-wrapper.right {
    right: 15px;
    left: inherit;
}

.product .product-thumb-info-image img {
    width: 100%;
    aspect-ratio: 1 / 1;
    object-fit: cover;
}

@media screen and (max-width: 768px) {
    .product .product-thumb-info-image img {
        aspect-ratio: 4 / 3;
    }
}

.product .product-name a {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1; /* Number of lines to show */
    width: 100%;
    height: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
}

@media (max-width: 767px) {
    .product .product-name a {
        font-size: 20px !important;
        height: auto;
        max-height: 20px;
    }
}

.product .features div {
    transition: 200ms ease;
}

.product .features div:hover {
    filter: drop-shadow(0 0 1px rgb(184, 184, 184));
    transform: scale(1.02);
    transform-origin: bottom;
}

.product .action-icons {
    bottom: 0;
    left: 10px;
    z-index: 2;
    background-color: var(--light-rgba-60);
}

.product .action-icons a {
    transition: 200ms ease;
    filter: drop-shadow(0 0 5px rgba(255, 255, 255, 1));
}

.product .action-icons a:hover {
    opacity: 0.6;
}

.owl-rounded .owl-item {
    border-radius: var(--bs-border-radius-lg) !important;
    overflow: hidden;
    cursor: pointer;
}

.product-video::after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.4);
}

.product-video .play-icon-container {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.product-video .play-icon {
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    z-index: 2;
}

#truck-image-modal {
    position: absolute;
    left: 110%;
    bottom: 300px;
    width: calc(50vw - 400px);
    min-width: 300px;
    max-width: 600px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    border-radius: 10px;
    opacity: 0;
    pointer-events: none;
    transition: 200ms ease;
}

#truck-image-modal.show {
    opacity: 1;
    pointer-events: all;
}

#truck-image-modal img {
    aspect-ratio: 4 / 3;
    object-fit: cover;
}

@media (max-width: 1199px) {
    #truck-image-modal {
        left: 80px;
        bottom: 350px;
    }
}

@media (max-width: 415px) {
    #truck-image-modal {
        left: 10vw;
        width: 80vw;
        min-width: inherit;
        max-width: inherit;
    }
}


/* Custom styles for the video lightbox */
.product-lightbox {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 9999;
}

.product-lightbox .modal-content {
    background: transparent;
    border: none;
    outline: none;
    box-shadow: none;
}

.product-lightbox .modal-dialog {
    max-width: 1024px;
}

.product-lightbox .modal-body {
    padding: 0 !important;
}

.video-container {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.close-btn {
    position: absolute;
    top: 0px;
    right: 0px;
    border-radius: 5px;
    cursor: pointer;
    border: none;
    box-shadow: none;
    outline: none;
    background-color: transparent;
    z-index: 99999;
    width: 100px;
    height: 100px;
}

.product-lightbox iframe,
.product-lightbox video {
    width: 95vw;
    max-width: 1024px;
    aspect-ratio: 16 / 9;
}

.product-lightbox .product-lightbox-gallery__img-wrapper {
    max-height: 70vh;
    max-width: 95vw !important;
    width: 95vw;
    max-width: 1024px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 20px;
    overflow: hidden;
}

.product-lightbox .product-lightbox-gallery img {
    max-height: 70vh;
    max-width: 1024px;
    border-radius: 20px;
    height: auto;
    width: unset !important;
}

.product-lightbox .product-lightbox-gallery .owl-stage {
    align-items: center;
    display: flex;
}

.product-lightbox .product-lightbox-gallery-small .selected .cur-pointer {
    border: 2px solid white;
}

.product-lightbox .product-lightbox-gallery-small .img-fluid {
    width: 100%;
    aspect-ratio: 1 / 1;
    object-fit: cover;
}

.product-lightbox .product-lightbox-gallery .owl-prev span,
.product-lightbox .product-lightbox-gallery .owl-next span {
    display: none;
}

.thumb-gallery-wrapper .owl-carousel .owl-stage-outer {
    overflow: visible;
}

.thumb-gallery-detail .owl-stage-outer {
    overflow: hidden !important;
    border-radius: var(--bs-border-radius-lg) !important;
}

.thumb-gallery-detail .owl-item {
    cursor: pointer !important;
}

.slider-track {
    height: 5px !important;
    margin-top: 2.5px;
}

.slider-selection {
	background: var(--primary);
    height: 5px !important;
}
.slider-success .slider-selection {
	background-color: #5cb85c !important;
}
.slider-primary .slider-selection {
	background-color: #428bca !important;
}
.slider-info .slider-selection {
	background-color: #5bc0de !important;
}
.slider-warning .slider-selection {
	background-color: #f0ad4e !important;
}
.slider-danger .slider-selection {
	background-color: #d9534f !important;
}
.slider.slider-horizontal {
    width: 100% !important;
    height: 20px;
}
.slider-handle {
	background-color: #fff !important;
	background-image: none !important;
	-webkit-box-shadow: 1px 1px 24px -2px rgba(0,0,0,0.75) !important;
	-moz-box-shadow: 1px 1px 24px -2px rgba(0,0,0,0.75) !important;
	box-shadow: 1px 1px 24px -2px rgba(0,0,0,0.75) !important;
    width: 15px;
    height: 15px;
}

.slider-strips .slider-selection {
	background-image: repeating-linear-gradient(-45deg, transparent, transparent 5px, rgba(255,252,252,0.08) 5px, rgba(252,252,252,0.08) 10px) !important;
	background-image: -ms-repeating-linear-gradient(-45deg, transparent, transparent 5px, rgba(255,252,252,0.08) 5px, rgba(252,252,252,0.08) 10px) !important;
	background-image: -o-repeating-linear-gradient(-45deg, transparent, transparent 5px, rgba(255,252,252,0.08) 5px, rgba(252,252,252,0.08) 10px) !important;
	background-image: -webkit-repeating-linear-gradient(-45deg, transparent, transparent 5px, rgba(255,252,252,0.08) 5px, rgba(252,252,252,0.08) 10px) !important; 
}
.tooltip-inner {
    max-width: 200px;
    padding: 3px 8px;
    color: #bdbdbd !important;
    text-align: center;
    background-color: transparent !important;
    border-radius: 4px;
}
.tooltip.top .tooltip-arrow {
    display: none !important;
}
.slider .tooltip.top {
    margin-top: -25px !important;
}
.well {
	background: transparent !important;
	border: none !important;
	box-shadow: none !important;
	width: 100% !important;
	padding: 0;
}
.slider-ghost .slider-track {
	height: 5px !important;
}
.slider-ghost .slider-handle {
	top: -2px !important;
	border: 5px solid var(--primary);
}
.slider-success.slider-ghost .slider-handle {
	border-color: #5cb85c;
}
.slider-primary.slider-ghost .slider-handle {
	border-color: #428bca;
}
.slider-info.slider-ghost .slider-handle {
	border-color: #5bc0de;
}
.slider-warning.slider-ghost .slider-handle {
	border-color: #f0ad4e;
}
.slider-danger.slider-ghost .slider-handle {
	border-color: #d9534f;
}

#filters {
    background: white;
    color: inherit;
    max-width: 80%;
}

#filters .btn-close {
    position: absolute;
    right: 20px;
    top: 20px;
}

@media screen and (max-width: 767px) {
    .products-header {
        position: sticky;
        top: 79px;
        z-index: 99;
        background: white;
        padding-top: 10px;
    }
}

.file-drop-area {
    border: 2px dashed #ccc;
    border-radius: 10px;
    text-align: center;
    margin-bottom: 20px;
}

.file-drop-area label {
    width: 100%;
    height: 100%;
    display: block;
}

.file-input {
    text-align: center;
    cursor: pointer;
}

.file-input-text {
    font-size: 16px;
    padding: 30px 10px;
}

.file-list-item {
    margin-bottom: 10px;
    position: relative;
    display: inline-block;
    margin-right: 10px;
}

.file-list {
    display: flex;
    flex-wrap: wrap;
}

.file-preview {
    width: 100px;
    aspect-ratio: 4 / 3;
    object-fit: cover;
    border-radius: 5px;
    border: 1px solid var(--bs-card-border-color);
    box-shadow: 0 0 5px rgba(0,0,0,0.2);
}

.remove-file {
    position: absolute;
    right: 5px;
    top: 5px;
    background: var(--bs-danger);
    color: white;
    border: none;
    width: 20px;
    height: 20px;
    border-radius: 3px;

    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 12px;
}

#verkopen-form .testimonials {
    max-height: 400px;
    overflow-y: auto;
}

#footer {
    z-index: 99;
    max-width: 100%;
}

#footer .border-bottom, #footer .border-top {
    border-color: rgba(255, 255, 255, 0.05) !important;
}

#footer .social-icons-xl a {
    width: 50px;
    height: 50px;
    font-size: 20px;
    line-height: 50px;
}

#footer .logos img {
    max-height: 20px;
}

@media screen and (max-width: 767px) {
    #footer .logos img {
        max-height: 15px;
    }
}

#footer a:not(.btn):not(.no-footer-css), #footer li, #footer span, #footer p {color:#e5e5e5}

.breadcrumb li {
    max-width: 100px; /* Adjust the width as needed */
    display: inline-block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}