
:root {
    --pointer-x: calc(100% * var(--x));
    --pointer-y: calc(100% * var(--y));
}

.jobDescription {
    font-family: 'Atkinson Hyperlegible', sans-serif;
    font-size: 1.2em;
    max-width: 100em;
}

.job-offer-bar {
    height: 100%;
    width: 100%;
    font-size: 4vw;
    background: rgba(245,221,91,1);
    background: radial-gradient(circle, rgba(245,221,91,1) 0%, rgba(227,189,65,1) 34%, rgba(31,24,10,1) 100%);
    box-sizing: border-box;
    display: grid;
    object-fit: cover;
    overflow: hidden;
}

.job-offer-bar img {
    grid-area: 1/1;
}

.job-offer-text {
    padding: 0 4vw 0 4vw;
    font-family: "Alfa Slab One", serif;
    font-weight: 400;
    font-style: normal;
    text-align: center;
    --text-color: #20130e;
    color: var(--text-color);
    -webkit-text-fill-color: var(--text-color);
    -webkit-text-stroke-width: 0.04em;
    -webkit-text-stroke-color: rgb(255, 255, 255);
    grid-area: 1/1;
    display: flex;
    justify-content: center; /* Align horizontal */
    align-items: center; /* Align vertical */
}

/* Foil effect inspired by Simon Goellner https://poke-holo.simey.me/ */

.shine, .shine::after {
    content: "";
    visibility: visible;

    width: 100%;

    --grain: url("images/grain.webp");
    --elav_logo: url("temp_images/store_logo.svg");

    --hyp: 1;
    --mx: var(--pointer-x);
    --my: var(--pointer-y);
    --posx: calc(var(--pointer-x) * 0.3);
    --posy: var(--pointer-y);
    --space: 5%;
    --angle: 133deg;
    --imgsize: 840px;

    display: grid;
    grid-area: 1/1;

    background-image:
        var(--grain),
        var(--elav_logo),
        repeating-linear-gradient(
            0deg,
            rgb(255, 119, 115) calc(var(--space) * 1),
            rgba(255, 237, 95, 1) calc(var(--space) * 2),
            rgba(168, 255, 95, 1) calc(var(--space) * 3),
            rgba(131, 255, 247, 1) calc(var(--space) * 4),
            rgba(120, 148, 255, 1) calc(var(--space) * 5),
            rgb(216, 117, 255) calc(var(--space) * 6),
            rgb(255, 119, 115) calc(var(--space) * 7)
        ),
        repeating-linear-gradient(
            var(--angle),
            #0e152e 0%,
            hsl(180, 10%, 60%) 3.8%,
            hsl(180, 29%, 66%) 4.5%,
            hsl(180, 10%, 60%) 5.2%,
            #0e152e 10%,
            #0e152e 12%
        ),
        radial-gradient(
            farthest-corner circle at var(--mx) var(--my),
            rgba(0, 0, 0, 0.1) 12%,
            rgba(0, 0, 0, 0.15) 20%,
            rgba(0, 0, 0, 0.25) 120%
        );

    background-blend-mode: exclusion, multiply, hue, hard-light, exclusion;
}

.shine {
    mix-blend-mode: color-dodge;
    background-size:
        var(--imgsize),
        50%,
        200% 700%,
        200%,
        200%;
    background-position:
        center,
        center,
        0% var(--posy),
        var(--posx) var(--posy),
        var(--posx) var(--posy);

    filter: brightness(0.8) contrast(2.95) saturate(0.5);
    -webkit-filter: brightness(0.8) contrast(2.95) saturate(0.5);
}

.shine::after {
    mix-blend-mode: soft-light;
    background-size: 
        var(--imgsize),
        50%,
        200% 400%,
        112%,
        200%;
    background-position:
        center,
        center,
        0% var(--posy),
        calc(100% + var(--posx) * -1) calc(var(--posy) * -1),
        var(--posx) var(--posy);

    filter: brightness(1) contrast(2.5) saturate(1.75);
    -webkit-filter: brightness(1) contrast(2.5) saturate(1.75);
}

body {
    overflow-y: scroll; /* Always show vertical scrollbar */
    overflow-x: hidden; /* Hide horizontal scrollbar */
  }

.navbar-inverse .navbar-text {
    color: #000000;
}

.navbar-inverse .navbar-nav > li > a {
    color: #000000;
}

.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus {
    color: #333333;
}

.navbar-inverse .navbar-nav > .open > a:hover,
.navbar-inverse .navbar-nav > .open > a:focus {
    color: #ffffff;
    background-color: #000000;
    border-radius: 0px;
}

.inet_price_label {
    font-size: 2em;
}

.pricetable {
    margin-left: auto;
    margin-right: 0px;
}

.basic-bordered-box {
    border: 1px solid #ddd;
    border-radius: 4px
}

.shopping-cart-prices .pricetable {
    margin-right: 0;
}
.pricetable > tbody td {
}
.pricetable > tbody > tr > td:nth-child(1) {
    text-align: right;
}
.pricetable > tbody > tr > td:nth-child(2) {
    padding-left: 1em;
    text-align: right;
}
.pricetable > tbody > tr:nth-child(1) > td {
    font-weight: bolder;
    font-size: 1.0em;
}
.pricetable > tbody > tr:nth-child(2) > td {
    font-weight: bolder;
    font-size: 1.4em;
}

.pricetable > tbody > tr.additional-freight > td {
    font-weight: bold;
    text-align: right;
}

.edit-my-order-table div.row {
    border: 2px solid #ddd;
    border-radius: 0.4em;
    margin: 1em 0em 1em 0em;
}
.edit-my-order-table div.row:nth-child(2) {
    background-color: #f5f5f5;
}

.edit-my-order-correspondence div.shop-added, .edit-my-order-correspondence div.customer-added {
    font-family: arial, sans;
    margin-top: 2px;
    border: 1px solid black;
    border-radius: 15px;
    padding: 15px;
    width: 80%;
}
.edit-my-order-correspondence div.customer-added {
    float: left;
}
.edit-my-order-correspondence div.shop-added {
    float: right;
}

.price-request {
    font-size: 1.2em;
}
.price-request span {
    font-size: 1.2em;
    font-weight: bolder;
}

.customer-type-select {
    margin-left: auto;
    margin-right: auto;
    margin-top: 2em;
    width: 50%;
    padding: 2em;
    border: 1px solid #ddd;
    border-radius: 1em;
    text-align: center;
}

.elav-products-id-formatting {
    font-size: 1.2em;
    background-color: yellow;
    padding: 2px;
}
.product-name-table {
    font-size: 1.2em;
}
.product-name-table > tbody > tr > td:nth-child(1) {
    padding-right: 1em;
    font-size: 0.8em;
}

.shopping-cart-totals {
    margin-left: auto;
}
.shopping-cart-totals > tbody > tr > td:nth-child(1) {
    padding-right: 1em;
}
.shopping-cart-totals > tbody,thead > tr > td {
    text-align: right;
}

.nav-list > li > a {
    /* overruling bootstrap.min's default padding for the nav-list items (which should be dense): */
    padding: 0px;
}

.wrapper-search {
    margin: 40px 0 0 150px;
    padding: 0;
}

.searchbox-margin {
    margin-bottom: 10px;
    width: 400px;
    margin: 5px auto 5px auto;
}

.searchbox-height {
    height: 45px;
}

.form-control-feedback{
    padding-right:2%;
}

.breadcrumb{
    margin-top: 0;
    margin-bottom: 0;
    background-color: transparent;
}

/* overwrite breadcrumb link color */
.breadcrumb>li>a{
    color:#000000;
}

.breadcrumb>li+li::before{
    color:#000000;
}

.page-header {
    margin-top: 0;
    margin-bottom: 0;
    border-bottom: 0px;
}

h1, h2, h3 {
    margin-top: 0;
}

h1 {
    font-size: 28px;
}
h2 {
    font-size: 24px;
}

h3 {
    font-size: 20px;
}

.category-item>li>a{
    font-size: 14px;
    font-weight: normal;
    text-decoration:none;
    color: #000;
}

/* overwrite background-color from bootstrap */
.category-item>li>a:hover,.category-item>li>a:focus{
    background-color: transparent;
}

.category-item-level-0 {
    padding: 3px 5px 3px 20px;
    border-bottom: solid 1px #ddd;
    border-radius: 0px;
}

.category-item-level-0:last-child{
    border-bottom: solid 1px transparent;
}

.category-item-level-1 {
    padding: 3px 5px 3px 20px;
    border-bottom: 1px solid #ddd;
    border-radius: 0px;
}

.category-item-level-1:last-child{
    border-bottom: solid 1px transparent;
}

.category-item-level-2 {
    padding: 3px 5px 3px 20px;
    border-bottom: 1px solid #bbb;
    border-radius: 0px;
}

.category-item-level-2:last-child{
    border-bottom: solid 1px transparent;
}

.category-item-level-0:hover,.category-item-level-0:focus{
    border-bottom: 1px solid #ddd;
    background-color: #eee;
}
.category-item-level-1:hover,.category-item-level-1:focus{
    border-bottom: 2px solid #bbb;
    background-color: #ddd;
}
.category-item-level-2:hover,.category-item-level-2:focus{
    border-bottom: 2px solid #bbb;
    background-color: #ccc;
}

.opened_category_item {
    font-weight: bold;
    text-decoration: none;
    font-size: 1.3em;
}

.minimalpadding {
    padding: 2px;
}

.header-usps {
    height: 60px;
    border: 2px solid black;
    border-radius: 3px;
    background-color: #FFF;
    margin-top: 10px;
    margin-left: 10px;
    padding: 6px;
    font-family: arial;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: default;
}

.footerbox_header {
    margin: 0;
    padding: 0;
    text-transform: uppercase;
    font-size: 1.2em;
    color: black;
    /*background-color: yellow;*/
    text-decoration: underline;
}



/* Print Styles */

.printing-invisible {display:block;}
.printing-visible {display:none;}
.avoid-page-breaks-inside{page-break-inside: auto;}

@media print {

    @page {
	size: A4;
	margin: 5mm;
    }

    html, body {
	width: 1024px;
    }

    body {
	margin: 0 auto;
    }

    .container {width:100%;}

    .printing-invisible {display:none;}
    .printing-visible {display:block;}

    /* avoid page-breaks */
    .avoid-page-breaks-inside{page-break-inside: avoid;}

    #columnLeft {display:none;}
    #columnRight {display:none;}
    #bs-navbar-collapse-1 {display:none;}
    .footer {display:none;}
    .footer-extra {display:none;}
    /*.breadcrumb {display:none;}*/
    /*.buttonSet {display:none;}*/
    /*#buttonAction {display:none;}*/
    .searchbox-margin {display:none;}

    h1 {
	font: 28px "Times New Roman", Times, serif;
    }
    h2 {
	font: 24px "Times New Roman", Times, serif;
    }

    h3 {
	font: 20px "Times New Roman", Times, serif;
    }

    /* Improve colour contrast of links */
    a:link, a:visited {
	color: #781351
    }

    /* URL */
    a:link, a:visited {
	background: transparent;
	color:#333;
	text-decoration:none;
    }

    a[href]:after {
	content: "" !important;
    }

    a[href^="http://"] {
	color:#000;
    }

    #header {
	height:75px;
	font-size: 24pt;
	color:black
    }
} /* end of print */

.thumbnail {
    border: 0;
    border-bottom: 1px solid #DDD;
    padding: 10px 0 40px 0;
    border-radius: 0;
}

.thumbnail-inner {
    min-height: 390px;
}

.thumbnail-buttons {
    margin-top: 10px;
}

.navbar-nav > li > .dropdown-menu {
    border-top-left-radius: 5px;
    border-top-right-radius: 0px;
}

.input-group-border {
    border: 2px solid black;
    border-radius: 4px;
}

* {
    padding: 0px;
    margin: 0px;
    box-sizing: border-box;
}

.slider-container {
    margin-bottom: 5px;
    align-items: center;
}

.slides {
    display: flex;
    transition: transform 0.5s ease; /* Smooth transition for sliding */
    max-width: 100%;
    height: auto;
}

.slides a {
    text-decoration: none; /* Remove underline */
}

.slide {
    flex: 0 0 100%;
    justify-content: center; /* Horizontally center the image */
    align-items: center; /* Vertically center the image */
    padding: 10px;
    height: 100%;
}

.slide img {
    width: 100%;
    transition: transform 0.5s ease; /* Smooth transition for scaling */
    border-radius: 15px;
    height: auto;
}

.prev, .next {
    position: absolute;
    cursor: pointer;
    padding: 10px;
    background-color: #333;
    color: #fff;
    border: none;
    z-index: 1; /* Ensure buttons are above slides */
}

.prev {
    left: 0;
    border-radius: 10px;
    box-shadow: 0 0 10px 0 rgba(255, 255, 255, 0.7);
}

.next {
    right: 0;
    border-radius: 10px;
    box-shadow: 0 0 10px 0 rgba(255, 255, 255, 0.7);
}


#product-info {
    margin: 0px 0px 0px 10px;
    padding: 30px 20px 40px 20px;
    border: solid 1px #ddd;
    border-radius: 3px;
}

#product-files {
    margin: 10px 0px 0px 10px;
}


.footer {
    padding: 30px 100px 50px 100px;
    margin-top: 5px;
}

#logo {
    align-items: center;
    margin: 0 30px 0 10px;
    width: 250px;
    height: auto;
    position: relative;
}

#headline {
    margin: 10px 0 0 40px;
    font-size: 2em;
    font-weight: bold;
}

.navbar {
    background-color: transparent;
    padding: 10px 0 10px 5px;
    margin-bottom: 0px;
    z-index: 1; /* Ensure the shadow appears over the picture */
}

.navbar-inverse {
    border-color: transparent;
}

.panel-primary {
    border-color: #ddd;
}

.panel-primary>.panel-heading {
    color: #333;
    background-color: #f5f5f5;
    border-color: #ddd;
}


p.logo-tag {
    position: absolute;
    top: 150px;
    left: 60px;
    font-size: 1.5em;
}

.navbar-toggle {
    background-color: black;
}

.mobile-information-boxes{
    display: none;
}

.m-0 {
    margin: 0 !important;
}

.p-0 {
    padding: 0 !important;
}

.light-yellow {
    background-color: #f8f9f2; 
}

.information-bar {
    background-color: black;
    margin-bottom: 15px;
}

.information-boxes {
    list-style-type: none;
    margin: 10px;
    color: white;
    display: inline-table;
}

.information-boxes li {
  display: inline-block;
  margin-right: 40px; /* Add margin between list items */
    text-align: left;
    display: flex;
    float: left;
    flex-direction: row;
    align-items: center;
}

.information-boxes li a {
    color: inherit; /* Use the color inherited from its parent */
    text-decoration: none; /* Remove underline */
    cursor: pointer; /* Change cursor to pointer */
}

/* Remove margin from the last list item */
.information-boxes li:last-child {
    margin-right: 0;
}

.wrapper-icon {
    float: left;
    margin-right: 10px;
}

.wrapper-icon-text {
    float: right;
    font-size: 1em;
    font-weight: bold;
}

.icon-title-text {
    font-size: 1.2em;
    font-weight: bold;
}

.icon-title-smalltext {
    font-size: 0.8em;
    font-weight: bold;
    display: block;
    float: right;
}

.information-boxes .glyphicon {
    font-size: 2.5em;
    top: 4px;
}

.fab {
    font-size: 2.5em;
}

.slider-wrapper {
    position: relative;
    max-width: 750px;
    height: auto;
    margin: 0 auto 0 auto;
}

.slider-controls {
  position: absolute;
  top: 40%;
  left: 0px;
  right: 0px;
  transform: translateY(-50%);
}

.hide-on-small-screen{
    display: block;
}

.vertical-divider {
    border-left: 2px solid whitesmoke;
    height: 40px; 
    margin: 0 40px 0 0; 
}

.wrapper-search .form-control {
    border: 2px solid;
    border-radius: 40px;
    border-right: none;
}

.wrapper-search .form-control:focus {
    border-color: #132e78;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgb(52, 133, 255);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgb(58, 127, 255);
    z-index: 999;
}

.search-icon:hover {
    outline: none;
}

.wrapper-search .input-group-btn:last-child>.btn {
    margin-left: -1px;
    color: black;
    border: none;
    background-color: transparent;
}

.wrapper-search .input-group {
    width: 100%;
}

.wrapper-search .input-group .form-control:first-child {
    border-top-right-radius: 40px; 
    border-bottom-right-radius: 40px;
    border: 2px solid;
    width: 100%;
}

.glyphicon-search:before {
    margin-right: 6px;
}

.wrapper-search .btn-info {
    color: #fff;
    background-color: white;
    border-color: black;
    border-left: none;
    border: 2px solid;
}

.search-icon{
    position: absolute;
    top: 0;
    right: 40px;
    z-index: 999;
}

.wrapper-search .btn-info:hover {
    color: #fff;
    background-color: #ffffff;
    border-color: #000000;
}

#header-cart-li{
    border-radius: 10px;
    background-color: white;
    border: 1px solid black;
}

#header-cart-li a{
    margin-bottom: 0;
}

.navbar-nav>li>a{
    padding-top: 10px;
    padding-bottom: 10px;
}

.btn.btn-primary{
    white-space: normal;
}

.announcement-bar {
    height: auto;
    padding-right:0;
    padding-left:0;
    margin-right:auto;
    margin-left:auto;
    margin-top: 0;
    margin-bottom: 0;
    background-image: linear-gradient(to right, #f8f9f2, #ede439, #f8f9f2);
}

.announcement-bar p {
    font-weight: bold;
    padding: 8px;
    color: rgb(41, 41, 41);
    margin: 0;
}

#infoBar {
    padding-right:0;
    padding-left:0;
    margin-right:auto;
    margin-left:auto;
}


.youtube-video {
    aspect-ratio: 16 / 9;
    width: 100%;
}









/* the end before media queries*/


@media (min-width: 768px) {
    .navbar-collapse {
        width: 25%;
    }
}

@media only screen and (max-width: 768px) {
    .job-offer-bar {
        font-size: 8.8vw;
    }

    .slide a img {
        max-width: 100%;
        margin: auto;
    }

    .slider-container {
        overflow: hidden;
    }

    .slides {
        height: auto;
    }


    .job-offer-text {
        padding: 0 8.8vw 0 8.8vw;
    }

    .icon-title-smalltext {
	display: none;
    }
    
    .thumbnail {
	min-height: 450px;
    }
    .thumbnail-inner {
	min-height: 390px;
    }

    .thumbnail-inner hr {
        border-top: 0;
    }

    .thumbnail-buttons {
	margin-top: 0px;
    }

    #logo {
	margin: 0 0 0 0;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	width: 200px;
    }

    p.logo-tag {
	display: none;
    }

    .navbar-nav>li>a:last-child {
	margin-bottom: 5px;
    }

    #bs-navbar-collapse-1{
        z-index: 500;
    }

    .navbar {
	padding-bottom: 0;
	margin-top: 30px;
	padding-left: 5px;
    }

    .navbar-nav .open .dropdown-menu {
        background-color: white;
        border: 1px solid;
        border-radius: 0;
    }

    .navbar-toggle {
        float: left;
        margin-bottom: 100px;
    }

    .menubar {
        position: absolute;
        top: 100px;
        z-index: 500;
    }

    .navbar-right {
        position: absolute;
        right: 10px;
        top: 70px;
    }

    #settings {
        display: inline-block;
        z-index: 3;
    }

    #account {
        display: inline-block;
        z-index: 3;
    }

    .hidden-sm {
        display: none;
    }

    .header-usps {
	position: absolute;
	top: -60px;
	left: 0;
    }

    .searchbox {
	position: absolute;
	top: 270px; /* Adjust top position to place it just below the logo */
	left: 0;
	z-index: 1;
    }

    .searchbox-margin {
        margin-bottom: 10px;
        width: 100%;
        margin: 0;
    }

    .wrapper-search {
        position: absolute;
        top: 70px;
        margin: 50px 0 0 0;
        width: 100%;
    }

    .information-boxes .glyphicon {
	font-size: 1em;
	top: 4px;
    }

    .footer {
	padding: 50px 0 50px 0;
    }

    #headline {
	margin: 50px 0 0 10px;
    display: none;
    }
    
    #header-cart-li {
        position: fixed;
        top: 40px;
        right: 0;
        z-index: 999;
        border-top-left-radius: 10px;
        border-bottom-left-radius: 10px;
    }

    #header-cart-li{
    border-radius: 4px;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
    }

    .navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form {
	border-color: transparent;
    }

    .navbar-inverse .navbar-nav > .open > a:hover,
    .navbar-inverse .navbar-nav > .open > a:focus {
    color: #ffffff;
    background-color: #000000;
    border-radius: 0px;
    text-align: right;
    }

    .slide img {
	width: 150%; /* Increase image width for zoom effect */
	height: auto; /* Let the height adjust accordingly */
    margin-left: -25%; /* Offset the image to the left by 25% of its width */
    }

    .information-bar {
	position: absolute;
	top: 0;
	width: 100%;

    }

    .information-boxes {
	margin: 5px 0 5px 0;
    }

    .information-boxes li{
	margin-right: 10px;
    }

    .icon-title-text {
	font-size: 0.7em;
    }

    .wrapper-icon {
	margin-right: 5px;
    }

    .hide-on-small-screen {
        display: none !important;
    }

    .header-cart-li {
	top: 0;
    }

    .container {
	margin: 5px;
	padding: 0px;
    }

    .breadcrumb {
	margin-bottom: 0px;
	padding: 0 0;
    }

    .slider-container {
	margin-bottom: 0px;
    }

    .panel-body {
	padding: 10px 0 5px 0;
    }

    .paycard{
        display:none;
    }

    #product-info {
        padding: 30px 2px 40px 2px;
    }

    #bodyContent{
        padding: 0 2px 0 2px;
    }

    .video-container {
        width: 50%; 
        height: auto; 
      }

    .wrapper-search .input-group {
        width: 95%;
    }

    .announcement-bar {
        background-image: linear-gradient(to right, #ede439, #ede439, #ede439);
    }


} /*end of @media 768px*/

@media (min-width: 768px) and (max-width: 991.98px) {

    .hide-on-small-screen {
	display: none !important;
    }

    .navbar-right{
	top: 0;
    }

    .slides {
        height: auto;
    }

    .navbar-nav.navbar-right:last-child {
        margin-top: 25px;
    }
    
    .searchbox-margin {
        margin-bottom: 10px;
        width: 200px;
        margin: 5px auto 5px auto;
    }

    .wrapper-search {
        margin: 25px 5px 0 10px;
    }

    .information-boxes {
        margin: 10px 0 10px 0;
    }
} /* end of @media 769-1024px */



@media (min-width: 992px) and (max-width: 1199.98px) {

    .hide-on-small-screen {
        display: none !important;
    }

    .slides {
        height: auto;
    }

    .navbar-nav.navbar-right:last-child {
        margin-top: 25px;
    }
    
    .searchbox-margin {
        margin-bottom: 10px;
        width: 200px;
        margin: 5px auto 5px auto;
    }

    .wrapper-search {
        margin: 25px 5px 0 60px;
    }
}


@media (min-width: 1200px) and (max-width: 1399.98px){

    .information-boxes {
        margin: 10px 0 10px 0;
    }

    .hide-on-small-screen {
        display: none !important;
    }

    .wrapper-search {
        margin: 25px 5px 0 70px;
    }

    .navbar-nav.navbar-right:last-child {
        margin-top: 25px;
    }
} 


@media (min-width: 1400px) and (max-width: 1800px){

    .information-boxes {
        margin: 10px 0 10px 0;
    }

    .wrapper-search {
        margin: 25px 5px 0 70px;
    }

    .navbar-nav.navbar-right:last-child {
        margin-top: 25px;
    }
}


@media (min-width: 1800px){
    .job-offer-bar {
        font-size: 110px;
    }

    .job-offer-text {
        padding: 0 0 0 0;
    }

    .wrapper-search {
        margin: 30px 0 0 250px;
    }

    .navbar-nav.navbar-right:last-child {
        margin-top: 25px;
    }
}

