input[type="file"] {
    width: 0.1px;
    height: 0.1px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    z-index: -1;
}
label.fileUpload {
    cursor: pointer;
    background: 0 0;
    outline: 0;
    padding: 10px 25px;
    text-align: center;
    border: 1px solid #9a827d;
    color: #9a827d;
    margin: 7px 0 15px;
}
label.fileUpload svg {
    fill: #9a827d;
    margin-top: -2px;
    margin-right: 5px;
}
@media screen and (max-width: 767px) {
    label.fileUpload {
        display: block;
        margin: 5px auto 15px;
        max-width: 320px;
    }
}
input::placeholder, textarea::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #000000;
    opacity: .4; /* Firefox */
}

input:-ms-input-placeholder, textarea:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #000000;
    opacity: .4;
}

input::-ms-input-placeholder, textarea::-ms-input-placeholder { /* Microsoft Edge */
    color: #000000;
    opacity: .4;
}
form[name="contactForm"] textarea {
    height: 55px;
}

.search-lightbox {
    position: fixed;
    display: none;
    top: 0;
    left: 0;
    z-index: 1050;
    width: 100%;
    height: 100%;
    overflow: hidden;
    outline: 0;
    background: rgba(0, 0, 0, .9);
}
.search-lightbox form {
    position: absolute;
    top: 40%;
    width: 600px;
    max-width: 100%;
    left: calc(50% - 350px);
    z-index: 1051;
    display: block;
}
.search-lightbox form input {
    display: inline-block;
    width: 80%;
    border: none;
    border-bottom: 2px solid #9a827d;
    background: transparent;
    outline: none;
    padding: 15px 0;
    font-size: 25px;
    color: #ffffff;
}
.search-lightbox form button[type="submit"] {
    display: inline-block;
    float: right;
    width: 20%;
    margin-top: 14px;
    padding: 10px 15px;
    border: 2px solid #9a827d;
    background: #9a827d;
    outline: none;
    color: #FFFFFF;
    font-weight: bold;
    font-size: 20px;
}
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
    -webkit-appearance:none;
}
.search-lightbox--close {
    position: absolute;
    top: 50px;
    right: 50px;
    cursor: pointer;
}
.search-lightbox form input::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #ffffff;
    opacity: 1; /* Firefox */
}

.search-lightbox form input:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #ffffff;
}

.search-lightbox form input::-ms-input-placeholder { /* Microsoft Edge */
    color: #ffffff;
}

li.desktopSearch:after {
    display: none;
}
div.desktopSearch img {
    cursor: pointer;
}

ul.search-results li {
    list-style: none;
}

ul.search-results li a {
    padding: 15px;
    display: block;
    -webkit-transition: padding 300ms linear;
    -moz-transition: padding 300ms linear;
    -o-transition: padding 300ms linear;
    -ms-transition: padding 300ms linear;
    transition: padding 300ms linear;
}

ul.search-results li a:hover {
    background: #f8f8f8;
//padding: 15px;
}

ul.search-results li:not(:last-child) a {
    border-bottom: 1px solid #f8f8f8;
}

ul.search-results li a, .search-results li a:hover {
    color: inherit;
    text-decoration: none;
}
ul.search-results li h4 {
    font-weight: 600;
    margin-top: 0;
    padding-top: 15px;
}

@keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}
#mobileSearch svg {
    margin-right: 10px;
}
form#mobileSearch {
    right: 50px;
    position: absolute;
}
#mobileSearch input {
    display: none;
    position: fixed;
    top: 70px;
    width: 100%;
    left: 0;
    padding: 10px 15px;
    border: none;
    border-bottom: 1px solid #9a827d;
    outline: none;
}
@media screen and (max-width: 991px) {
    .search-lightbox form {
        left: 0;
        padding: 15px;
        top: 30%;
    }
    .search-lightbox--close {
        top: 15px;
        right: 15px;
    }
    ul.search-results {
        padding-left: 15px;
    }
    .search-lightbox form input {
        float: none;
        display: block;
        width: 100%;
        max-width: 350px;
        margin: 0 auto;
    }
    .search-lightbox form button[type="submit"] {
        float: none;
        display: block;
        width: 100%;
        max-width: 350px;
        margin: 15px auto 0;
    }
}
.desktopSearch {
    display: block;
    margin-left: calc(83.5% - 250px);
    position: absolute;
}
.desktopSearch form input {
    width: 0;
    opacity: 0;
    display: inline-block;
    border: none;
    border-bottom: 2px solid #9a827d;
    background: transparent;
    outline: none;
    padding: 10px 0;
    font-size: 15px;
    color: #9a827d;
    -webkit-transition: width 300ms linear;
    -moz-transition: width 300ms linear;
    -o-transition: width 300ms linear;
    -ms-transition: width 300ms linear;
    transition: width 300ms linear;
}
.desktopSearch form.active input {
    width: 250px;
    opacity: 1;

}

button.downloadCatalog--chooseBrand {
    display: block;
    border: 2px solid rgba(2,2,2,.2);
    margin-bottom: 40px;
    background: transparent;
    color: #020202;
    text-decoration: none;
    -webkit-transition: .3s ease;
    -o-transition: .3s ease;
    transition: .3s ease;
    padding: 22px 12px;
    font-weight: bold;
    width: 100%;
    outline: none;
}
button.downloadCatalog--chooseBrand:hover {
    border: 2px solid transparent;
    -webkit-box-shadow: 0 0 15px #9a827d;
    box-shadow: 0 0 15px #9a827d;
}

button.downloadCatalog--chooseBrand img {
    margin-left: 15px;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
    -webkit-transition: .3s ease;
    -o-transition: .3s ease;
    transition: .3s ease;
}

button.downloadCatalog--chooseBrand.active img {
    margin-left: 15px;
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);
}

#brandsCatalog {
    opacity: 0;
    visiblity: hidden;
    height: 0;
    -moz-transition: height .3s ease;
    -webkit-transition: height .3s ease;
    -o-transition: height .3s ease;
    transition: height .3s ease;
}
#brandsCatalog.active {
    opacity: 1;
    visiblity: visible;
    height: 100%;
}
#brandsCatalog button {
    display: block;
    border: 2px solid rgba(2,2,2,.2);
    margin-bottom: 15px;
    background: transparent;
    color: #020202;
    text-decoration: none;
    -webkit-transition: .3s ease;
    -o-transition: .3s ease;
    transition: .3s ease;
    padding: 12px;
    font-weight: bold;
    width: 100%;
    outline: none;
}

.brandContainer {
    display: none;
}
.brandContainer.active {
    display: block;
}
.brandButton.active {
    background: rgba(2,2,2,.2) !important;
}

.brandContainer a {
    margin-top: 15px;
    margin-bottom: 15px;
}

.brandsBack {
    background: transparent !important;
    color: #000000 !important;
    border: none !important;
    text-decoration: underline !important;
    display: none;
}

button.productDetail--hasInterest {
    display: none;
    position: absolute;
    border: 2px solid #FFFFFF;
    width: 180px;
    bottom: 75px;
    left: calc(50% - 90px);
    padding: 13px 18px;
    background: 0 0;
    outline: 0;
    text-align: left;
    color: #FFFFFF;
    z-index: 999999;
}
@media screen and (max-width: 991px) {
button.productDetail--hasInterest {
    display: block;
}
}
button.productDetail--hasInterest svg {
    margin-left: 7px;
    -webkit-transition: .3s ease;
    -o-transition: .3s ease;
    transition: .3s ease;
}

button.productDetail--hasInterest.inLightbox {
    display: block;
    left: auto;
    right: 15px;
    bottom: 15px;
    border: 1px solid #000000;
    background: rgba(255, 255, 255,.7);
    color: #000000;
    font-weight: bold;
    width: 174px;
    padding: 18px 15px;
}

button.productDetail--hasInterest.inLightbox svg g path {
    fill: #000000;
}

html, body {
    overflow-x: hidden !important;
}

button#enquiryPopupHelperButton {
    width: 0;
    height: 0;
    visibility: hidden;
}

button.productDetail--hasInterest.inLightbox:hover svg {
    margin-left: 15px;
}

.productDetail--products--row--gallery .swiper-slide:hover button.productDetail--hasInterest {
    display: block;
}
.productDetail--products--row--gallery .swiper-slide button.productDetail--hasInterest:hover svg {
    margin-left: 15px;
}
.productDetail--products--row--gallery .swiper-slide button.productDetail--hasInterest:hover + a:before {
    opacity: 1;
}
.productDetail--products--row--gallery .swiper-slide button.productDetail--hasInterest:hover + a:after {
    opacity: 1;
}

@media screen and (max-width: 991px) {
    button.productDetail--hasInterest:not(.inLightbox) {
        /*display: none !important;*/
        bottom: 125px;
        background: rgba(0,0,0, .6);
    }
    .productDetail--products--row--gallery a:after {
        display: none !important;
    }
    .productDetail--products--row--gallery a:hover:after, .productDetail--products--row--gallery a:hover:before {
        opacity: 0 !important;
    }
}

#formInterest {
    display: none;
}
#formInterest img {
    max-width: 200px;
    border: 2px solid #9a827d;
    padding: 15px;
    margin-bottom: 30px;
}

.lightboxTitle {
    right: auto !important;
    left: 15px !important;
}

@media screen and (min-width: 992px) {
    .productDetail--products {
        margin-bottom: -20px;
    }
    .lb-number {
        font-size: 15px !important;
    }
}

@media screen and (min-width: 1100px) and (max-width: 1150px) {
    .desktopSearch {
        margin-left: calc(84.5% - 140px);
    }
    .desktopSearch form.active input {
        width: 140px;
    }
}
@media screen and (min-width: 1151px) and (max-width: 1199px) {
    .desktopSearch {
        margin-left: calc(82.5% - 140px);
    }
    .desktopSearch form.active input {
        width: 140px;
    }
}
@media screen and (min-width: 1200px) and (max-width: 1350px) {
    .desktopSearch {
        margin-left: calc(85.5% - 140px);
    }
    .desktopSearch form.active input {
        width: 140px;
    }
}
@media screen and (min-width: 1351px) and (max-width: 1399px) {
    .desktopSearch {
        margin-left: calc(83.5% - 140px);
    }
    .desktopSearch form.active input {
        width: 140px;
    }
}
@media screen and (min-width: 1400px) and (max-width: 1500px) {
    .desktopSearch {
        margin-left: calc(84% - 140px);
    }
    .desktopSearch form.active input {
        width: 140px;
    }
}
@media screen and (min-width: 1501px) and (max-width: 1600px) {
    .desktopSearch {
        margin-left: calc(85% - 180px)
    }
    .desktopSearch form.active input {
        width: 180px;
    }
}
@media screen and (min-width: 1601px) and (max-width: 1700px) {
    .desktopSearch {
        margin-left: calc(84% - 180px)
    }
    .desktopSearch form.active input {
        width: 180px;
    }
}
@media screen and (min-width: 1701px) and (max-width: 1800px) {
    .desktopSearch {
        margin-left: calc(81.5% - 180px)
    }
    .desktopSearch form.active input {
        width: 180px;
    }
}
@media screen and (min-width: 992px) and (max-width: 1099px) {
    .desktopSearch {
        margin-left: calc(82.1% - 100px);
    }
    .desktopSearch form.active input {
        width: 100px;
    }
}

@media screen and (max-width: 767px) {
    .lightboxTitle {
        min-height: 35px;
    }
    button.productDetail--hasInterest.inLightbox svg g path {
        fill: #FFFFFF;
    }
    .contactForm--adresat label {
        font-size: 14px;
    }

    button.productDetail--hasInterest.inLightbox {
        left: calc(50% - 87px);
        right: 6px;
        bottom: -75px;
        border: 2px solid #FFFFFF;
        background: transparent;
        color: #FFFFFF;
        font-weight: bold;
        width: 174px;
        padding: 17px 15px;
    }
}

@media screen and (max-width: 360px) {
    .contactForm--adresat label {
        font-size: 11px;
    }
    .contactPage--form form[name=contactForm] .contactForm--adresat input[type=checkbox]+label:before {
        margin-top: 0 !important;
    }
    .contactPage--form form[name=contactForm] .contactForm--adresat input[type=checkbox]+label:after {
        top: 6px !important;
    }
}

