:root {
    --light-gray: #F5F5F5;
    --light-light-orange: #FFF1E6;
    --light-orange: #F6A565;
    --orange: #E56A0C;
    --gray: #888;
    --bs-primary: var(--orange);
}

html body {
    width: 100%;
    height: 100%;
    font-family: 'Noto Sans', sans-serif;
    color: var(--gray);
}

a,
a:hover,
a:focus,
a:active {
    text-decoration: none;
    color: inherit;
}

input:focus,
input:active,
button:focus,
button:active {
    outline: none !important;
}

.form-check-input:checked {
    background-color: var(--orange);
    border-color: var(--orange);
}

.form-control:focus {
    border-color: inherit;
    box-shadow: inherit;
}

.container h1 {
    margin-bottom: 40px;
    font-size: 21px;
    font-weight: bold;
}

.light-orange-bg {
    background-color: var(--light-orange);
    color: #fff;
}

.orange-bg {
    background-color: var(--orange);
}

.gray-bg {
    background-color: #F5F5F5;
}

.orange {
    color: var(--orange);
}

.light-orange-bg a {
    color: #fff;
}

.biotek-btn {
    display: inline-block;
    text-align: center;
    line-height: 48px;
    font-size: 16px;
    min-width: 180px;
    height: 48px;
    background-color: var(--orange);
    color: #fff;
    border-radius: 18px;
    border: unset;
    padding: 0 15px;
    cursor: pointer;
}

.biotek-btn.gray {
    background-color: var(--gray);
    color: #fff;
}

.biotek-btn.gray-light {
    background-color: #fff;
    border: 2px solid var(--gray);
    color: var(--gray);
    line-height: 44px;
}

.biotek-btn i {
    margin-right: 10px;
}

.biotek-btn.gray-light:hover {
    color: inherit;
}

.custom-input {
    position: relative;
}

.custom-input input {
    border: 2px solid var(--unnamed-color-888888);
    background: #FFFFFF 0% 0% no-repeat padding-box;
    border: 2px solid var(--gray);
    border-radius: 17px;
    height: 50px;
    width: 100%;
    padding: 0px 15px;
}

#main .custom-input textarea {
    border: 2px solid var(--unnamed-color-888888);
    background: #FFFFFF 0% 0% no-repeat padding-box;
    border: 2px solid var(--gray);
    border-radius: 17px;
    height: 300px;
    width: 100%;
    padding: 10px 15px;
}

.custom-input i {
    color: var(--gray);
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
}

.custom-input.textarea i {
    top: 20px;
    transform: unset;
}

.biotek-btn:hover {
    color: #fff;
}

header {
    margin-bottom: 15px;
    position: relative;
    background-color: #fff;
    z-index: 500;
}


/* site header */

.biotekheader {
    display: grid;
    display: -ms-grid;
    grid-template-columns: repeat(12, 1fr);
    grid-template-rows: 40px auto auto auto;
    -ms-grid-columns: repeat(12, 1fr);
    -ms-grid-rows: 40px auto auto;
    align-items: center;
    background-color: #fff;
    font-size: 14px;
}

.biotekheader a {
    color: var(--gray);
}

.languageselect {
    grid-row: 1/2;
    -ms-grid-row: 1;
    grid-column: 1 / span 5;
    -ms-grid-column-span: 1 / span 5;
    width: 100%;
}

.partner .languageselect {
    grid-column: 1 / span 2;
    -ms-grid-column-span: 1 / span 2;
}

.partner .newsletterbox {
    grid-column: 3 / span 2;
    -ms-grid-column-span: 3 / span 2;
}

.partner .loginbx {
    grid-column: 5 / span 7;
    -ms-grid-column-span: 5 / span 7;
}

.newsletterbox {
    grid-row: 1/2;
    -ms-grid-row: 1;
    grid-column: 6 / span 2;
    -ms-grid-column-span: 6 / span 2;
    width: 100%;
}

.loginbx {
    grid-row: 1/2;
    -ms-grid-row: 1;
    grid-column: 8 / span 4;
    -ms-grid-column-span: 8 / span 5;
    justify-self: end;
    padding-right: 20px;
}

.topbar.cart {
    grid-row: 1/2;
    -ms-grid-row: 1;
    grid-column: 12 / span 1;
    -ms-grid-column-span: 12 / span 1;
    justify-self: end;
}

.topbar .cart-count {
    margin-right: 6px;
    color: var(--orange);
}

.headlineshadow {
    grid-row: 2/3;
    -ms-grid-row: 2;
    grid-column: 1 / span 12;
    -ms-grid-column-span: 1 / span 12;
    position: absolute;
    left: 0;
    top: 40px;
}

.shadowline {
    display: none;
}

.headlineshadow,
.shadowline {
    height: 10px;
    width: 100%;
    background: #b5b5b5;
    background: -moz-linear-gradient(top, #b5b5b5 0%, #ffffff 100%);
    background: -webkit-linear-gradient(top, #b5b5b5 0%, #ffffff 100%);
    background: linear-gradient(to bottom, #b5b5b5 0%, #ffffff 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#b5b5b5', endColorstr='#ffffff', GradientType=0);
    z-index: 2;
}

.logobox {
    grid-row: 3/4;
    -ms-grid-row: 3;
    grid-column: 1 / span 6;
    -ms-grid-column-span: 1 / span 6;
    padding: 40px 0;
}

.logobox img {
    height: 78px;
    width: auto;
}

.searchbar {
    grid-row: 3/4;
    -ms-grid-row: 3;
    grid-column: 7 / span 6;
    -ms-grid-column-span: 7 / span 6;
}

.topmenu {
    grid-row: 4/5;
    -ms-grid-row: 4;
    grid-column: 1 / span 12;
    padding-left: 20px;
}


/* site header */

footer {
    font-size: 19px;
    color: #fff;
}

.footerlogo {
    max-height: 66px;
    height: 100%;
    width: auto;
}

footer .contact>div>div {
    min-height: 100px;
    display: flex;
    align-items: center;
    font-size: 19px;
}

footer .contact>div>div:first-of-type {
    font-weight: 700;
    text-transform: uppercase;
}

footer .newsletter {
    font-size: 19px;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
}

footer .newsletter i {
    font-size: 30px;
}

footer .logos img {
    height: 40px;
    width: auto;
    margin-right: 20px;
}

footer .pages hr {
    background-color: unset;
    opacity: 1;
    border-top: 2px solid #fff;
    width: 40%;
}

footer .nav {
    display: block;
}

footer .nav li {
    margin: 20px 0;
}

footer .copyright {
    color: #fff;
    font-size: 16px;
}

h3 {
    color: var(--orange);
    font-size: 20px;
    font-weight: 700;
}

.gyartok {
    padding: 25px 0;
    background-color: var(--light-gray);
}

.gyartok .row>div {
    margin-bottom: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 20px;
}

.gyartok a {
    width: 155px;
    height: 45px;
    display: block;
}

.gyartok a img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.categories {
    background-color: var(--light-gray);
    padding: 25px 0;
}

.categories p {
    font-size: 16px;
    color: var(--gray);
}

.main-slider {
    width: 100%;
    max-width: 1150px;
    margin: 0 auto;
    height: 400px;
    position: relative;
}

.main-slider .swiper-wrapper {
    overflow: hidden;
}

.main-slider p {
    font-size: 16px;
    color: var(--gray);
    max-height: 150px;
    overflow: hidden;
}

.main-slider .swiper-slide {
    background-color: #fff;
}

.paginationcontainer .swiper-pagination-bullet {
    height: 20px;
    width: 20px;
    background-color: #fff;
    border: 2px solid var(--gray);
}

.paginationcontainer .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: var(--gray);
}

#searchFormdesk,
#searchFormmob {
    position: relative;
    overflow: hidden;
}

#searchFormdesk>*,
#searchFormmob>* {
    transition: all .15s linear;
}

#searchFormdesk>i,
#searchFormmob>i {
    font-size: 17px;
    position: absolute;
    top: 10px;
    left: 12px;
}

#searchFormdesk:hover>i,
#searchFormmob:hover>i {
    color: var(--orange);
}

#searchFormdesk input[name='query'],
#searchFormmob input[name='query'] {
    width: 475px;
    height: 40px;
    border: 1px solid var(--gray);
    border-radius: 17px;
    padding: 10px 50px 10px;
    font-size: 16px;
}

#searchFormdesk input[name='query']:focus,
#searchFormdesk input[name='query']:active,
#searchFormmob input[name='query']:focus,
#searchFormmob input[name='query']:active,
.nav.menu-top form input:focus,
.nav.menu-top form input:active {
    outline: none;
}

#searchFormdesk:hover input,
#searchFormmob:hover input {
    border-color: var(--orange);
}

#searchFormdesk input.active,
#searchFormmob input:active {
    border-color: var(--orange);
    padding-left: 10px;
    padding-right: 150px;
}

#searchFormdesk input.active~i,
#searchFormmob input.active~i {
    color: var(--orange);
    left: -20px;
}

#searchFormdesk button,
#searchFormmob button {
    position: absolute;
    right: -150px;
    bottom: 0;
    height: 100%;
    width: 150px;
    border-radius: 17px;
    border: 0;
    background-color: var(--orange);
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}

#searchFormdesk input.active~button,
#searchFormmob input.active~button {
    right: 0;
}

.flag img {
    height: 20px;
    width: 20px;
}

.topmenu {
    display: flex;
    color: var(--gray);
    font-size: 21px;
    font-weight: 700;
    position: relative;
}

.sticky .topmenu {
    font-size: 20px;
}

.sticky .topmenu .menu-item {
    margin-right: 35px;
}

.topmenu .menu-item {
    margin-right: 50px;
}

.topmenu .megamenu {
    position: absolute;
    width: 915px;
    max-height: 0px;
    background-color: #fff;
    /*transform: scaleY(0);
transform-origin: top;*/
    transition: height 0.26s ease;
    box-shadow: 0px 3px 6px #24242491;
    border-radius: 15px;
    z-index: 101;
    top: calc(100% + 10px);
    display: grid;
    grid-template-columns: 200px auto;
    overflow-x: hidden;
    overflow-y: hidden;
}

.sticky .megamenu {
    top: calc(100% + 30px);
}

.topmenu .megamenu.open {
    max-height: calc(100vh - 245px);
    overflow-y: auto;
}

.sticky .megamenu.open {
    max-height: calc(100vh - 80px);
}

.megamenu.open.one-col .col1m>div>div {
    width: 100%;
}

.topmenu .megamenu.one-col {
    width: 400px;
}

.megamenu .first-col {
    padding: 25px;
    font-size: 18px;
}

.megamenu .first-col a {
    display: block;
    margin-bottom: 15px;
}

.megamenu a:hover,
.megamenu .first-col a.active {
    color: var(--orange);
}

.megamenu .second-col {
    padding: 25px;
    background-color: var(--light-light-orange);
    overflow-y: auto;
}

.megamenu.one-col .second-col {
    border-top-right-radius: 15px;
    border-bottom-right-radius: 15px;
}

.megamenu .second-col a {
    display: block;
    font-size: 14px;
    margin-bottom: 15px;
    font-weight: normal;
}

.megamenu .second-col a.active {
    font-weight: bold;
    color: var(--orange);
}

.megamenu .third-col {
    padding: 25px;
    font-size: 14px;
}

.megamenu .third-col a {
    display: block;
    width: 100%;
    margin-bottom: 15px;
    font-weight: bold;
}

.megamenu .third-col .subtitle {
    color: var(--orange);
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 28px;
}

.megamenu .third-col .hovercol {
    display: none;
}

.megamenu .third-col .hovercol.active {
    display: block;
}

.megamenu .tiles {
    font-size: 14px;
    font-weight: normal;
}

.megamenu .tiles>div {
    padding: 25px 15px;
}

.megamenu .tiles>div>div {
    margin-bottom: 10px;
}

.megamenu .rightside {
    display: none;
}

.megamenu .bigimg .second-col,
.megamenu .col1m .second-col {
    min-height: 400px;
}

.megamenu .bigimg .third-col {
    min-height: 400px;
    padding: 0;
}

.megamenu .bigimg .hovercol {
    min-height: 400px;
    background-position: center;
    background-size: cover;
}

.languageselect .separator {
    margin: 0 5px;
}

.main-slider .slidetitle {
    margin-top: 10px;
    margin-bottom: 25px;
}

.main-slider .biotek-btn {
    margin-top: 25px;
}

.languageselect .separator {
    margin: 0 5px;
}

.main-slider .slidetitle {
    margin-top: 10px;
    margin-bottom: 25px;
}

.main-slider .biotek-btn {
    margin-top: 25px;
}

.paginationcontainer {
    display: flex;
    margin-bottom: 40px;
    margin-top: -65px;
    z-index: 10;
    position: relative;
    margin-left: 50%;
    padding-left: 10px;
}

.paginationcontainer .bulletsnavcont {
    grid-column: 2/3;
    display: flex;
}

.paginationcontainer .swiper-pagination-bullet:not(:last-child) {
    margin-right: 15px;
}

.bulletsnavcont .nxt {
    background-image: url('../images/slider-more.svg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    width: 40px;
    height: 20px;
    margin-left: 15px;
}

.categories h3,
.gyartok h3 {
    text-transform: uppercase;
    margin: 20px 0 40px 0;
}

.homestaticanim h3 {
    text-align: center;
    margin: 65px 0 70px 0;
}

.homestaticanim {
    padding-bottom: 65px;
}

.broschurecont .bros1,
.broschurecont .bros2,
.broschurecont .bros3 {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transition: transform 0.5s;
}

.broschurecont {
    width: 190px;
    max-width: 340px;
    height: 260px;
    position: relative;
    margin: 0 auto;
    display: block;
}

.broschurecont .bros1 {
    background-image: url('../images/catalog-2-an.JPG');
    z-index: 0;
    left: 90px;
    top: -15px;
    transform: rotate(20deg);
}

.broschurecont .bros2 {
    background-image: url('../images/catalog-3-an.JPG');
    z-index: 1;
}

.broschurecont .bros3 {
    background-image: url('../images/catalog-1-an.JPG');
    z-index: 0;
    left: -90px;
    top: -15px;
    transform: rotate(-20deg);
}

.broschurecont:hover .bros1 {
    transform: translate(10px, -10px) rotate(20deg);
}

.broschurecont:hover .bros2 {
    transform: translate(0, -10px);
}

.broschurecont:hover .bros3 {
    transform: translate(-10px, -10px) rotate(-20deg);
}

.wrenchcont {
    width: 167px;
    height: 220px;
    margin: 0 auto;
    position: relative;
    display: block;
}

.wrenchcont .wrench1,
.wrenchcont .wrench2,
.wrenchcont .wrench3,
.wrenchcont .wrench4 {
    background-repeat: no-repeat;
    background-size: 100%;
    transform-origin: center;
    position: absolute;
    transition: transform 1.5s ease-in-out;
}

.wrenchcont .wrench1,
.wrenchcont .wrench2,
.wrenchcont .wrench3 {
    background-image: url('../images/gear-black.svg');
}

.wrenchcont .wrench4 {
    background-image: url('../images/gear-orange.svg');
}

.wrenchcont .wrench1 {
    width: 56px;
    height: 56px;
    transform: rotate(47.2deg);
    left: 3%;
    top: 2.5%;
}

.wrenchcont .wrench2 {
    width: 56px;
    height: 56px;
    left: 34%;
    top: 10%;
    transform: rotate(16.8deg);
}

.wrenchcont .wrench3 {
    width: 78px;
    height: 78px;
    top: 32.5%;
    left: 16%;
    transform: rotate(-12deg);
}

.wrenchcont .wrench4 {
    width: 78px;
    height: 78px;
    top: 59%;
    left: 47%;
    transform: rotate(80deg);
}

.wrenchcont:hover .wrench1 {
    transform: rotate(147.2deg);
}

.wrenchcont:hover .wrench2 {
    transform: rotate(-83.2deg);
}

.wrenchcont:hover .wrench3 {
    transform: rotate(100deg);
}

.wrenchcont:hover .wrench4 {
    transform: rotate(-32deg);
}

.tiles .family,
.tiles .product {
    width: 100%;
    max-width: 320px;
    display: flex;
    margin: auto;
    margin-bottom: 30px;
    position: relative;
}

.tiles h3 {
    margin: 0;
    line-height: 40px;
    font-size: 16px;
    font-weight: bold;
    width: 100%;
    color: #fff;
    padding: 0 10px;
    background-color: var(--orange);
    border: 1px solid var(--orange);
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
}

.tiles .infobox {
    border: 1px solid var(--gray);
    border-top: unset;
    padding: 0 12px;
    border-bottom-right-radius: 8px;
    border-bottom-left-radius: 8px;
    display: grid;
    grid-template-columns: auto auto;
}

.tiles .infobox .image {
    width: 100px;
    height: 100px;
}

.tiles .infobox p,
.tiles .infobox p a {
    font-weight: normal;
    font-size: 15px;
    color: var(--gray);
    margin-top: 5px;
}

.tiles .infobox p {
    height: 68px;
    overflow: hidden;
}

.tiles .infobox i {
    position: absolute;
    bottom: 5px;
    right: 10px;
    color: var(--gray);
}

.tiles .product h3 {
    color: var(--orange);
    border: none;
    background-color: unset;
    font-size: 14px;
    line-height: 20px;
    padding: 0;
    min-height: 44px;
}

.tiles .product p {
    font-size: 14px;
    font-weight: normal;
    line-height: 16px;
    color: var(--gray);
    height: 80px;
    overflow: hidden;
}

.tiles .product {
    border: 1px solid var(--gray);
    margin-bottom: 0;
    padding-top: 10px;
    border-top-right-radius: 8px;
    border-top-left-radius: 8px;
}

.cartrow {
    width: 100%;
    max-width: 320px;
    margin: auto;
    line-height: 40px;
    background-color: var(--orange);
    color: #fff;
    font-size: 25px;
    border: 1px solid var(--orange);
    border-bottom: unset;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
}

.cartrow .favorite {
    align-self: center;
    margin: 0 auto 0 10px;
}

#productList .tile {
    margin-bottom: 30px;
}

.tiles .product .stock-info {
    font-size: 13px;
    color: var(--gray);
    height: 40px;
}

.product>div {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

#filterLoader {
    height: 50px;
    display: block;
    margin: 20px 0;
}

.add-cart input {
    height: 30px;
    width: 110px;
    font-size: 15px;
    border: 0;
    border-radius: 10px;
    padding: 0px 10px;
    margin-right: 5px;
}

.add-cart {
    display: flex;
    align-items: center;
    height: 100%;
    position: relative;
}

.add-cart i {
    cursor: pointer;
}

.has3d {
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    background-image: url('../images/3d.svg');
    width: 21px;
    height: 21px;
    display: inline-block;
}

.has3dwhite {
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    background-image: url('../images/3d-white.svg');
    width: 25px;
    height: 25px;
    display: inline-block;
}

.cartrow .iconscont i:not(:last-child),
.actionrow .iconscont a:not(:last-child) {
    margin-right: 5px;
}

.cartrow .iconscont .pdf,
.actionrow .iconscont .pdf {
    line-height: 0;
}

.cartrow .iconscont,
.actionrow .iconscont {
    min-height: 40px;
    line-height: 0;
}

.pdfdownload {
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    background-image: url('../images/pdf-download.svg');
    width: 25px;
    height: 25px;
    display: inline-block;
}

.lastProducts {
    margin-top: 50px;
}

.lastProducts h3 {
    font-size: 16px;
    font-weight: bold;
    color: var(--gray);
    margin-bottom: 20px;
}

.lastProducts img {
    border: 1px solid #707070;
    border-radius: 9px;
    height: 180px;
    object-fit: contain;
    width: 180px;
}

.lastProducts h4 {
    color: var(--orange);
    font-size: 19px;
    margin-top: 11px;
    font-weight: bold;
    line-height: 20px;
}

.login .logout {
    color: var(--orange);
}

.contact {
    font-size: 19px;
    padding-top: 15px;
    padding-bottom: 15px;
}

footer .contact>div>div {
    display: flex;
    align-items: center;
}

.contact h2 {
    color: var(--orange);
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 30px;
}

input.is-invalid,
textarea.is-invalid,
.form-check-input.is-invalid~.form-check-label,
.was-validated .form-check-input:invalid~.form-check-label {
    color: #FF2300;
    border-color: #FF2300;
}

.contact .row.divider>div:not(:last-of-type) {
    border-right: 1px solid #cecece;
}

.contact .row.divider>div:not(:first-of-type) {
    border-left: 1px solid #cecece;
}

.toworker p {
    margin: 0;
}

.toworker {
    margin: 30px 0;
}

.contact .mapbox {
    box-shadow: 0px 3px 6px #24242491;
    border-radius: 15px;
    min-height: 300px;
    background-color: #fff;
    margin-bottom: -200px;
}

#workers {
    padding: 0 30px;
    margin-top: 200px;
    margin-bottom: 50px;
    justify-content: center;
}

#workers h2 {
    margin-bottom: 40px;
}

#workers h5 {
    font-size: 19px;
    font-weight: bold;
    color: var(--orange);
}

#workers .employeecont {
    margin-bottom: 30px;
}

.contact-form {
    padding: 50px 0;
}

.w-100 img {
    width: 100%;
}

.mapbox>div>div:first-of-type {
    padding: 40px;
}

#biotekItems .head {
    border-bottom: 2px solid var(--gray);
}

#biotekItems .table {
    font-weight: bold;
    font-size: 12px;
    color: var(--gray);
    margin-top: 20px;
}

#biotekItems .table .row:not(.head) {
    padding-top: 15px;
    padding-bottom: 15px;
    border-bottom: 2px solid #f0f0f0;
}

.biotekForm .actions button {
    margin-right: 30px;
}

.biotekForm .actions {
    margin-bottom: 30px;
}

.skeleton-box {
    display: inline-block;
    height: 1em;
    position: relative;
    overflow: hidden;
    background-color: #DDDBDD;
}

.skeleton-box::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    transform: translateX(-100%);
    background-image: linear-gradient(90deg, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 0.2) 20%, rgba(255, 255, 255, 0.5) 60%, rgba(255, 255, 255, 0));
    -webkit-animation: shimmer 1.5s infinite;
    animation: shimmer 1.5s infinite;
    content: "";
}

.list-wrapper .skeleton-box {
    height: 30px;
    width: 100%;
    margin-top: 10px;
}

.svgicon {
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
}

.envelopeicon {
    background-image: url('../images/envelope.svg');
    width: 24px;
    height: 24px;
}

.envelopeicon-w {
    background-image: url('../images/envelope-white.svg');
    width: 40px;
    height: 40px;
}

.envelopeicon-o {
    background-image: url('../images/envelope-orange.svg');
    width: 24px;
    height: 24px;
    display: inline-block;
}

.personicon {
    background-image: url('../images/person.svg');
    width: 24px;
    height: 24px;
    display: inline-block;
}

.phoneicon-o {
    background-image: url('../images/phone-orange.svg');
    width: 24px;
    height: 24px;
    display: inline-block;
}

.phoneicon {
    background-image: url('../images/phone-gray.svg');
    width: 24px;
    height: 24px;
    display: inline-block;
}

.carticon {
    background-image: url('../images/shopping-cart.svg');
    width: 24px;
    height: 24px;
    display: inline-block;
}

.emailicon {
    background-image: url('../images/email-gray.svg');
    width: 24px;
    height: 24px;
    display: inline-block;
}

.searchicon {
    background-image: url('../images/search-gray.svg');
    width: 24px;
    height: 24px;
    display: inline-block;
}

.searchicon-white {
    background-image: url('../images/search-white.svg');
    width: 24px;
    height: 24px;
    display: inline-block;
}

.lockicon {
    background-image: url('../images/lock-gray.svg');
    width: 24px;
    height: 24px;
    display: inline-block;
}

.locationicon {
    background-image: url('../images/location-gray.svg');
    width: 24px;
    height: 24px;
    display: inline-block;
}

.receipticon {
    background-image: url('../images/receipt-gray.svg');
    width: 24px;
    height: 24px;
    display: inline-block;
}

.buildingicon {
    background-image: url('../images/building-gray.svg');
    width: 24px;
    height: 24px;
    display: inline-block;
}

@-webkit-keyframes shimmer {
    100% {
        transform: translateX(100%);
    }
}

@keyframes shimmer {
    100% {
        transform: translateX(100%);
    }
}

.famlink {
    padding: 0;
    display: block;
}

.fixedfooteritems {
    position: fixed;
    bottom: 100px;
    right: 35px;
}

.fixedfooteritems .scrolltop {
    display: none;
    background-image: url('../images/backtotop.svg');
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center;
    width: 40px;
    height: 40px;
    cursor: pointer;
}

.fixedfooteritems .scrolltop.show {
    display: block;
}

.card {
    box-shadow: 0px 3px 6px #24242491;
    border-radius: 15px;
}

.card .card-header {
    font-size: 20px;
    font-weight: bold;
    color: var(--orange);
    background: transparent;
    border: 0;
    position: relative;
}

.card .card-header img {
    height: 22px;
    position: absolute;
    right: 15px;
}

.card .grid {
    display: grid;
    grid-template-columns: 1fr 2fr;
}

.card .grid>div {
    margin-bottom: 10px;
}

.card select {
    border: 2px solid var(--gray);
    border-radius: 14px;
    height: 40px;
}

.customcarticon {
    display: block;
    background-repeat: no-repeat;
    background-size: 100%;
    width: 25px;
    height: 25px;
    background-position: center;
    background-image: url('../images/shopping-cart-white.svg');
}

footer {
    margin-top: 30px;
}

#filterHead,
.collapseIcon {
    position: relative;
    -webkit-appearance: none;
}

.collapseIcon {
    width: 100%;
    height: 25px;
}

#filterHead:not(.queryhead)::after,
.collapseIcon::after {
    content: '';
    background-image: url('../images/expand_more.svg');
    background-repeat: no-repeat;
    background-position-x: 95%;
    background-position-y: center;
    background-size: cover;
    width: 25px;
    height: 25px;
    display: block;
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%) rotate(180deg);
    transition: transform .2s linear;
}

.collapseIcon::after {
    right: 0;
    left: 0;
    margin: 0 auto;
}

#filterHead.collapsed::after,
.collapseIcon.collapsed::after {
    transform: translateY(-50%);
}

.breadcrumb a {
    font-weight: bold;
}

.page-link {
    color: var(--orange);
}

.page-link:hover {
    color: var(--orange);
}

.page-item.active .page-link {
    background-color: var(--orange);
    border-color: var(--orange);
}

html .toast-top-right {
    top: 45px;
    right: 5%;
}

#fastpostModal,
#quantityModal {
    padding: 40px 30px 20px 30px;
}

#quantityModal {
    max-width: 600px;
    width: 100%;
}

#quantityModal .ertettem {
    margin-top: 15px;
    display: inline-block;
    text-align: center;
    line-height: 48px;
    font-size: 16px;
    height: 48px;
    background-color: var(--orange);
    color: #fff;
    border-radius: 18px;
    border: unset;
    padding: 0 15px;
    cursor: pointer;
}

.fastpostmodal .title {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 15px;
}

.fastpostmodal .manufacturername {
    margin-bottom: 15px;
}

.fastpostmodal .checkrow {
    margin: 15px 0 25px 0;
}

.fastpostmodal .controls {
    display: flex;
    justify-content: space-around;
    align-items: center;
    width: 100%;
}

.fastpostmodal .controls button {
    border: none;
    background-color: var(--orange);
    color: #fff;
    width: 100px;
    border-radius: 15px;
    padding: 10px;
    transition: all 0.4s;
}

.fastpostmodal .controls button:hover {
    transform: scale(1.1);
}

.ccm-ui .nav {
    display: block;
}

.gypinfo {
    background-image: url('../images/fp-info.svg');
}

.loadercont {
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 1000;
    display: flex;
    justify-content: center;
    align-items: center;
    left: 0;
    top: 0;
}

.loaderinner {
    background-image: url('../images/loading.svg');
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    width: 150px;
    height: 150px;
}

body #wrapper.loadingfade {
    filter: opacity(0.3) blur(2px);
}

#addFavorite,
#removeFavorite {
    cursor: pointer;
}

#aszfContent .modal-content {
    position: relative;
}

#aszfContent .modal-header {
    text-align: right;
    display: block;
}

#aszfContent .close {
    border: none;
    background: transparent;
    font-size: 18px;
}

#aszfContent .close span {
    font-size: 30px;
    line-height: 1;
}

#responsivemaps {
    position: relative;
    overflow: hidden;
    height: 100%;
    justify-content: center;
    align-items: center;
    display: flex;
}

#responsivemaps .resp-iframe {
    width: 100%;
    height: 100%;
    border: 0;
}

#acceptDownloadForm .biotek-btn {
    display: block;
    margin-top: 15px;
}

.sideminicart {
    padding: 10px 15px;
    min-width: 315px;
    border-radius: 8px;
}

.minicarttitle {
    color: var(--orange);
    font-weight: 700;
    margin-bottom: 5px;
}

.minicartitem {
    display: grid;
    grid-template-columns: 1fr 80px;
    text-align: right;
    color: var(--gray);
}

.minicartitem .itemname {
    padding-right: 5px;
    text-align: left;
}

.sideminicart .biotek-btn {
    color: #fff;
    height: 48px;
    line-height: 1;
    width: 160px;
    margin: 15px auto 15px auto;
    display: flex;
    justify-content: center;
    align-items: center;
}

.sideminicart .productlistscroll {
    padding-left: 0;
}

#cartForm .numbering,
#cartForm .numberinghead {
    padding: 0 10px 0 0;
}

#cartForm .numbering {
    color: #b9b9b9;
    font-size: 13px;
}

#termekek .col-sm-4.col-md-3 img {
    width: 180px;
    height: 180px;
    object-fit: contain;
}

#toast-container .toast-close-button {
    display: none;
}

.toast-message a:hover {
    color: #fff;
}

@media (max-width: 991px) {
    footer .contact>div>div {
        justify-content: center;
        min-height: unset;
    }
    footer .orange-bg {
        background-color: #fff;
    }
    footer .copyright {
        color: var(--gray);
        font-weight: bold;
    }
    footer .logos {
        margin-bottom: -80px;
        margin-top: 20px;
    }
    footer .footerlogo {
        margin-top: 100px;
        margin-bottom: 30px;
        max-height: 50px;
    }
    footer .logos img {
        margin: 0;
    }
    .contact .row.divider>div:not(:last-of-type) {
        border-right: 0 !important;
    }
    .contact .row.divider>div:not(:first-of-type) {
        border-left: 0 !important;
    }
    footer .newsletter {
        flex-wrap: wrap;
    }
    footer .newsletter a {
        width: 100%;
        text-align: center;
    }
    .sideminicart .productlistscroll {
        max-height: 125px;
        overflow-y: auto;
        padding-right: 15px;
    }
}

@media (max-width: 1199px) {
    .contact.container .row.divider>div {
        border-right: 0;
        border-left: 0;
    }
    .contact .row.divider>div:not(:last-of-type):not(:first-of-type) {
        border-left: 1px solid #cecece;
    }
}

@media (max-width: 900px) {
    #main,
    #main.sticky {
        margin-top: 80px;
    }
    .paginationcontainer {
        justify-content: center;
        margin-left: unset;
    }
}

@media (min-width: 768px) {
    .row.product-filter>div:first-of-type {
        padding-right: 20px;
    }
    .row.product-filter>div:last-of-type {
        padding-left: 20px;
    }
}

@media (max-width: 767px) {
    .main-slider {
        height: calc(720px - 15vw);
    }
    .main-slider .paginationcontainer {
        display: flex;
        justify-content: center;
    }
    .main-slider .biotek-btn {
        margin-top: 25px;
        display: block;
        max-width: 270px;
        width: 100%;
        margin-left: auto;
        margin-right: auto;
    }
    .main-slider .slidetitle {
        margin-top: 60px;
    }
    .main-slider img {
        display: block;
        margin: auto;
        height: 200px;
        width: auto;
    }
    .main-slider .paginationcontainer {
        bottom: unset;
        top: 220px;
    }
    #responsivemaps {
        height: 450px;
    }
}

@media (max-width: 575px) {
    .tiles .family,
    .tiles .product,
    .cartrow {
        max-width: unset;
        width: 100%;
    }
    .broschurecont {
        height: 200px;
        width: 130px;
    }
    .broschurecont .bros1 {
        left: 70px;
    }
    .broschurecont .bros3 {
        left: -70px;
    }
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type=number] {
    -moz-appearance: textfield;
}

#cadDownload a {
    text-decoration: underline;
}

#customContentModal {
    z-index: 99995;
}

.sitesetlogo svg {
    height: 50px;
}

.grecaptcha-badge {
    display: none !important;
}