#customPageTitle {
    display: none;
}

.customPageCenteredContent {
    width: 100% !important;
    min-width: 0px;
}

#topHiddenBar.indexHeader {
    box-shadow: none;
    background: none white;
}

.indexHeader .headerImg {
    content: url("../../files/logo2.svg");
}

.indexHeader .headerOption {
    color: black;
}

.indexHeader .rightIcons {
    stroke: black;
}

.indexHeader .wishListQuantity {
    color: black;
}

.indexHeader .searchBar {
    border-color: black;
    border-width: thin;
}

.indexHeader .wishlistSvg {
    fill: black;
}


.contactInput::placeholder {
    font-weight: 400;
    color: black;
}

.contactInput::-webkit-input-placeholder {
    /* WebKit, Blink, Edge */
    font-weight: 400;
    color: black;
}

.contactInput::-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    font-weight: 400;
    color: black;
}

.contactInput::-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    font-weight: 400;
    color: black;
}

.contactContainer {
    width: 100%;
    margin: auto;
    position: relative;
    display: flex;
    align-items: center;
    flex-direction: column;
}

.contactContainer img {
    width: 100%;
    height: auto;
}

.contactFormContainer {
    position: relative;
    right: 0;
    width: 100%;
    z-index: 1;
    background: white;
}

.contactDiv {
    width: 50%;
    position: relative;
    float: left;
    margin: 5rem 25%;
}

#titleContainer {
    position: relative;
}

.title {
    color: #F2F3F2;
    text-transform: uppercase;
    font-size: 33px;
    position: absolute;
    font-weight: 600;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.contactInput {
    border: 1px solid #00000078;
    border-radius: 0px;
    color: black;
    padding: 0px;
    font-size: 13px;
    box-sizing: border-box;
    width: 48%;
    padding-left: 1rem;
    height: 42px;
    font-weight: 400;
    margin: 10px 1%;
    float: left;
}

.contactInput.contactTextarea {
    height: 135px;
    padding-top: 1rem;
}

.subtitle {
    font-size: 20px;
    font-weight: 600;
    line-height: 24px;
    text-align: center;
}

.text1, .text2 {
    font-size: 15px;
    line-height: 18px;
    text-align: center;
    margin-bottom: 30px;
}
.text1 {
    margin-bottom: 10px;
}

.contact_message {
    width: 98%;
}

.sendContact {
    background-color: #BA004C;
    border-radius: 0px;
    margin: unset;
    font-weight: 500;
    font-size: 17px;
    height: 42px;
    width: 20%;
    position: relative;
    float: right;
    margin-right: 1%;
    text-transform: uppercase;
    line-height: 42px;
}

.sendContact:hover {
    border: 1px solid #BA004C;
    color: #BA004C;
    background-color: white;

}

.map {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 500px;
    bottom: 0px;
}

.contactInfo {
    background: #F2F3F2;
    width: 100%;
    text-align: center;
    font-size: 17px;
    height: 50px;
    line-height: 50px;
    color: black;
}

@media screen and (max-width: 768px) {
    #header {
        background: linear-gradient(180deg, #000000 0.56%, rgba(0, 0, 0, 0) 100%);
        box-shadow: none;
    }

    #headerDummy {
        height: 0;
    }

    .indexHeader#headerLogo {
        content: url('../../files/logo2.svg');
    }

    .indexHeader.wishlistSvg {
        fill: black;
    }

    .indexHeader#headerMobileMenuIcon span {
        background: black;
    }

    .indexHeader#header {
        background: white;
    }

    .contactDiv {
        width: 85%;
        margin: 30px 7.5%;
    }

    .text1 {
        margin-bottom: 25px;
    }

    .contactInput {
        width: 100%;
        padding: 0;
        margin: 0;
        margin-bottom: 20px;
        text-indent: 10px;
    }

    .title {
        font-size: 25px;
    }

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

    .contactInfo {
        font-size: 13px;
        padding: 0 5%;
        width: 90%;
        height: auto;
        line-height: 25px;
    }

    .map {
        height: 400px;
    }

    .contactContainer img {
        content: url('../../files/contactBackgroundMobile.jpg');
    }

    .indexHeader #headerLogo {
        content: url("../../files/logo2.svg");
    }

    .indexHeader #headerMobileMenuIcon span {
        background: black;
    }

    #header.indexHeader {
        background: none white;
    }

    #header.indexHeader {
        background-color: white;
        -webkit-box-shadow: 0px 0px 31px rgb(0 0 0 / 12%);
        -moz-box-shadow: 0px 0px 31px rgb(0 0 0 / 12%);
        box-shadow: 0px 0px 31px rgb(0 0 0 / 12%);
    }

}