﻿.Our_Brands_ {
    line-height: 61px;
    font-size: 30px;
    font-weight: bold;
    color: rgba(30,30,30,1);
}

.Brand-heading {
    margin-left: 9em;
    /* text-align: center;*/
}

.We_Work_with_the_Best {
    font-size: 19px;
    color: rgba(30,30,30,1);
}

.alphabets {
    font-size: 21px;
    color: rgba(30,30,30,1);
    margin-left: 6.5em;
    margin-top: 3em;
    display: flex;
    margin-right: 5em;
    justify-content: space-between;
    flex-wrap: wrap;
}

.label-search__filter {
    display: flex;
    margin: 3em 1em 0em 1em;
}

.label-search {
    width: 260px;
    height: 39px;
    position: relative;
    margin-right: auto;
}

.label-search-input {
    width: 260px;
    height: 39px;
    border: 1px solid #707070;
    padding: 0 20px;
    box-sizing: border-box;
    font-size: 16px;
}

.search-image {
    width: 22px;
    height: 23px;
    margin-top: 8px;
    margin-right: 5px;
    position: absolute;
    right: 0;
    cursor:pointer;
}

.category-lists {
    filter: drop-shadow(0px 9px 9px rgba(0, 0, 0, 0.161));
}

.brand-sorter {
    margin: 0 7px;
}

.BRAND_NAME {
    line-height: 24px;
    margin-top: 5px;
    text-align: center;
    font-style: normal;
    font-weight: bold;
    font-size: 22px;
    color: rgba(0,0,0,1);
}

.brand-img {
    margin: 20px 0px;
    max-width:90%;
}

.brand-link {
    text-decoration: none;
}

.Brand-list {
    display: grid;
    margin: 2em 1em;
    box-sizing: border-box;
    grid-template-columns: 19% 19% 19% 19% 19%;
    justify-content: space-between;
    grid-row-gap: 40px;
}

.Brand-list__item {
    background-color: #FFFFFF;
    width: 100%;
    height: 320px;
    text-align: center;
    border-radius: 5px;
    box-shadow: 0 0 6px 0px rgb(0 0 0 / 15%);
    filter: drop-shadow(0px 1px 6px rgba(0, 0, 0, 0.188))
}

.brand-detail__mainimg {
    width: 100%;
    filter: brightness(0.6);
}

.main-container.brand-detail__page {
    margin-top: -15px;
}
    .main-container.brand-detail__page .wrapper-1364 {
        padding:0px;
    }

.brand-detail__header {
    width: 1140px;
    display: flex;
    margin: 10px auto;
    flex-wrap: wrap;
}

.brand-listpage-link {
    width: 158.711px;
    height: 21px;
    --web-animation: fadein 0.3s ease-out;
    text-align: left;
    font-weight: normal;
    font-size: 14px;
    color: rgba(0,0,0,1);
    text-decoration: underline;
}

.brand-detail__subimg {
    background-color: #FFFFFF;
    width: 160px;
    height: 160px;
    text-align: center;
    border-radius: 5px;
    box-shadow: 0 0 6px 0px rgb(0 0 0 / 15%);
    filter: drop-shadow(0px 1px 6px rgba(0, 0, 0, 0.188));
}

.back-to-brand {
    margin: 20px 20px 20px 0px;
}

.brand-title {
    line-height: 60px;
    text-align: left;
    font-style: normal;
    font-weight: bold;
    font-size: 40px;
    color: rgba(0,0,0,1);
}

.brand-title-div {
    margin-top: 4.5em;
    margin-left: 20px;
}

.brand-description {
    width: 1140px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 2em;
    margin-bottom: 1em;
}

.alphabets-mobile {
    display: none;
}

.alphabets-mobile__table {
    width: 90%;
    margin: 10px;
}

    .alphabets-mobile__table td {
        padding: 10px;
        border: 0px;
    }

@media only screen and (max-width: 800px) {
    .Brand-list {
        grid-template-columns: 48% 48%;
        justify-content: center;
        margin: 2em 1em 4em 1em;
    }

    .Brand-list__item {
        width: 95%;
        height: 340px;
    }

    .label-search__filter {
        display: none;
    }

    .Brand-heading {
        margin-left: 1em;
        text-align: left;
        margin-bottom: 2em;
    }

    .alphabets-mobile {
        display: block;
    }

    .alphabets {
        display: none;
    }

    .main-container.brand-detail__page {
        margin-top: 75px;
    }
}

@media only screen and (min-width: 800px) and (max-width: 1042px) {
    .Brand-list {
        grid-template-columns: 32% 32% 32%;
        justify-content: space-between;
    }
}

@media only screen and (min-width: 1042px) and (max-width: 1250px) {
    .Brand-list {
        grid-template-columns: 24% 24% 24% 24%;
        justify-content: space-between;
    }
}

@media only screen and (min-width: 550px) and (max-width: 990px) {
    .alphabets {
        margin-left: 5em;
        margin-right: 4em;
    }
}
@media only screen and (min-width: 800px) and (max-width: 990px) {
    .Brand-heading {
        margin-left: 7em;
    }
}
@media only screen and (min-width: 799px) and (max-width: 990px) {
    .label-search-input {
        width:100%;
    }
    .label-search {
        width: unset;
        margin-right: 10px;
    }
}

@media only screen and (max-width: 990px) {
    .brand-description {
        margin: 2em 1em 1em 1em;
    }
}

.product-add-on {
    font-style: normal;
    color: rgba(30,30,30,1);
}

.add-on-title {
    font-weight: bold;
    font-size: 28px;
    margin-left: 10px;
}

.add-on__description {
    font-weight: normal;
    font-size: 16px;
    line-height: 35px;
    margin-left: 10px;
    margin-bottom: 25px;
}

.add-on__tablediv {
    overflow-x: auto;
    margin: 1em;
}

.add-on__ckb {
    width: 20px;
    height: 20px;
}

.add-on__productimage {
    width: 90px;
    height: 90px;
    max-width: none;
}

.add-on__productdetail {
    display: flex;
    justify-content: center;
}

.add-on__discountprice {
    text-decoration: line-through;
}

.add-on__price {
    font-weight: bold;
}

.add-on__table {
    border-collapse: collapse;
    width: 100%;
    border-bottom: 1px solid rgba(117,117,117,1);
    border-top: 1px solid rgba(117,117,117,1);
}

.add-on-tablecol {
    border-top: 1px solid rgba(117,117,117,1);
}

.add-on__countbtn {
    width: 33px;
    height: 33px;
    border: none;
    background-color: rgba(227,227,227,1);
    padding: 2px;
}

.add-on__countval {
    width: 33px;
    height: 30px;
    border: none;
    text-align: center;
}

.add-on__imgdiv {
    text-align: center;
    padding: 10px 0px;
}

.add-on__colorcell {
    width: 300px;
}

.add-on__sizecell {
    width: 240px;
}

.add-on__box {
    border: 2px solid rgba(236,0,140,1);
    color: rgba(236,0,140,1);
    width: fit-content;
    padding: 1px 5px;
}

.add-on-prodesc {
    font-weight: bold;
}

.add-on__color {
    padding: 0px 10px;
    height: 24px;
    margin-right: 15px;
}

.add-on__colorlist {
    height: 235px;
    overflow-y: auto;
}

.add-on__countbtnval {
    font-size: 28px;
    color: rgba(171,171,171,1);
}

.f-select .selected .add-on__selected {

}

    .f-select .selected .add-on__selected span {

    }

.f-select .add-on__list span {

}

.add-on__selectedsize {
    color: rgba(31,121,181,1);
}

.add-on__addtocart-box {
    display: grid;
    grid-template-columns: auto auto;
    justify-content: space-between;
    width: 93%;
    padding: 15px 35px;
    box-shadow: 0 0 6px 0px rgb(112 112 112 / 51%);
    margin-top: 7em;
    background-color: white;
    margin-bottom: -8.5em;
    position: relative;
}

.add-on__addtocart {
    background-color: rgba(236,0,140,1);
    height: 45px;
    width: 150px;
    border: none;
    border-radius: 5px;
    color: rgba(255,255,255,1);
}

.add-on__selectedcart {
    padding: 15px;
}

.contactus-bgimage {
    width: 100%;
    height: auto;
}

.main-container.contactus-page {
    margin-top: 127px;
}

.contactus-page {
    margin-bottom: -5em;
    color: rgba(255,255,255,1);
}

.contactus-heading {
    font-size: 40px;
}

.contactus-container {
    position: absolute;
}

.contactus-grid {
    width: 100%;
    display: grid;
    grid-template-columns: 10% 29% 20% auto;
    grid-gap: 10px;
}

.contactus-desc {
    text-align: center;
    margin: 5em 1em 1em 1em;
    width: 100%;
}

.contactus-form-desktop {
    width: 100%;
}

.contactus-form__text {
    height: 40px;
    width: 100%;
    border: none;
    border-radius: 5px;
    padding: 0px 20px;
    margin: 5px 10px;
}

.contactus-form__textarea {
    width: 100%;
    border: none;
    border-radius: 5px;
    padding: 20px;
    margin: 5px 10px;
}

.contactus-form__btn {
    background-color: rgba(236,0,140,1);
    color: rgba(255,255,255,1);
    width: 150px;
    height: 45px;
    border: none;
    border-radius: 5px;
    margin-bottom: 3em;
}

.find-near__store {
    color: white;
}

.contactus-col2 {
    text-align: center;
    margin-top: 13em;
    margin-left: 3em;
}

.contact-details {
    margin: 10px;
}

.contactus-hrline {
    border: 1px outset #FFFFFF;
    width: 86%;
    margin: 2em 1em 3em 1em;
}

.contactus-form__dropdown {
    background-color: white;
    box-sizing: inherit;
    width: 100%;
    padding:0px;
}

.f-select .contactus-form__list {
    width: 100%;
    color: black;
}
.contactus-form__dropdown .selected span {
    color: black;
    opacity: 0.7;
}
.contactus-form__dropdown.active .selected span{
    opacity:1;
}

.contactus-btn__div {
    text-align: center;
    margin-left: 3em;
}

.telephone-mobile {
    display: none;
}

.contactus-form-mobile {
    display: none;
}

.contactus-col2__mobile {
    display: none;
}

.add-on__mobile-container {
    display: none;
}

.mobile-store__location {
    display: none;
}

.store-location__map {
    background-color: #FFFFFF;
    text-align: center;
    border-radius: 5px;
    box-shadow: 0 0 6px 0px rgb(0 0 0 / 15%);
    filter: drop-shadow(0px 1px 6px rgba(0, 0, 0, 0.188));
    margin: 2em;
    padding: 2em 0em;
    margin-top: 13em;
}

.store-details_container {
    display: grid;
    grid-template-columns: auto auto
}

.contactus-confirmdiv {
    margin-top: 6em;
    width: max-content;
    border: 1px solid;
    max-width: 50%;
}

.contactus-confirm__title {
    font-size: 35px;
    color: blue;
    padding: 5px 30px 20px 20px;
}

.contactus-desc__mobile {
    display: none;
}

.contactus-header__mobile {
    position: absolute;
}
.contactus-form__dropdown .selected {
    padding-top: 5px;
}
@media only screen and (min-width: 767px) and (max-width: 1200px) {
    .contactus-bgimage {
        width: 100%;
        height: 100vh;
    }

    .contactus-desc {
        margin-top: 2em;
    }
    .contactus-form__dropdown .selected {
        padding: 2px 20px;
    }
}

@media only screen and (max-width: 767px) {
    .main-container.contactus-page {
        margin-top: 85px;
    }

    .contactus-page {
        background-color: #ff33cc;
    }

    .contactus-bgimage__mobile {
        width: 100%;
       /* height: 60vh;*/
    }

    .contactus-heading {
        font-size: 34px;
    }

    .contactus-desc {
       /* margin: 20em 1em 1em 1em;*/
    }

    .contactus-grid {
        grid-template-columns: 100%;
    }

    .contactus-form-desktop {
        text-align: center;
    }

    .contactus-col2 {
        margin-top: 0px;
        margin-left: 0px;
    }

    .contactus-bgimage {
        height: 200vh;
    }

    .contactus-form__text {
        width: 75%;
        padding: 0px 10px;
    }

    .contactus-form__btn {
        width: 75%;
    }

    .contactus-form__dropdown {
        margin: 3% 12.5%;
        width: 75%;
    }

    .contactus-hrline {
        width: 55%;
        margin: 5% 22%;
    }

    .add-on__tablediv {
        display: none;
    }

    .add-on__mobile-container {
        display: block;
        margin: 10px;
        border-top: 1px solid #707070;
    }

    .add-on__mobile {
        display: grid;
        grid-template-columns: 8% 32% auto;
        border-bottom: 1px solid #707070;
        padding: 2em 0px;
    }

    .add-on__countbtnval {
        font-size: 23px;
    }

    .add-on__countbtn {
        width: 29px;
        height: 29px;
    }

    .add-on__imgdiv {
        padding: 0px 0px 10px 0px;
    }

    .contactus-form__textarea {
        width: 75%;
        padding: 10px;
    }

    .back-to-brand {
        display: none;
    }

    .telephone-desktop {
        display: none;
    }

    .telephone-mobile {
        display: block;
    }

    .contactus-form-mobile {
        display: block;
        text-align: center;
    }

    .contactus-col2__mobile {
        display: block;
        margin-left: 0em;
        padding-bottom: 5em;
    }

    .contactus-form__dropdown .selected {
        text-align: left;
    }

    .contactus-btn__div {
        margin-left: 0em;
    }

    .f-select .lists div {
        text-align: left;
    }

    .add-on__price, .add-on__discountprice {
        padding: 3px 5px;
    }

    .add-on__addtocart-box {
        padding: 15px;
        bottom: 0;
        position: fixed;
        margin-bottom: 0px;
    }

    .add-on__productimage {
        width: 100px;
        height: 110px;
    }

    .store-list {
        display: none;
    }

    .desktop-store_location {
        display: none;
    }

    .mobile-store__location {
        display: block;
    }

    .store-location__details-mobile {
        padding-bottom: 14px;
        margin-top: 25em;
        margin-left: 1em;
        margin-right: 1em;
    }

    .store-location__map {
        padding: 2em 1em;
        width: 85%;
        margin: 2em 1em;
    }

    .store-details_container {
        display: grid;
        grid-template-columns: auto;
    }

    .contactus-container {
        position: relative;
    }

    .contactus-desc__desktop {
        display: none;
    }

    .contactus-desc__mobile {
        display: block;
    }

    .contactus-confirmdiv {
        margin-top: 10em;
    }

    .contactus-confirm__title {
        font-size: 23px;
    }
}

.add-on__mobile-detail {
    align-self: center;
}

.add-on__qty {
    margin-top: 15px;
}

.add-on__mobile-ckb {
    margin-top: 3em;
}

.add-on__mobile-size {
    border: 0px;
    border-bottom: 1px solid #707070;
    width: 90%;
    height: 35px;
}

    .add-on__mobile-size .selected .arrow {
        right: 5px;
    }

    .add-on__mobile-size .lists {
        width: 100%;
        top: 35px;
    }

.add-on__price-mobile {
    display: flex;
}

.add-on__mobile-color {
    margin-top: 10px;
}

.store-list {
    margin: 3em 1em;
}

.store-list__item {
    margin: 15px;
    padding: 8px;
    cursor: pointer;
}

.findstore-heading {
    margin: 1em;
}

.selected-store {
    border: 1px solid rgba(51,83,227,1);
    width: 209px;
    border-radius: 5px;
    color: rgba(236,0,140,1);
}


.store-location__details {
    background-color: white;
    box-shadow: 0 0 6px 0px rgb(0 0 0 / 15%);
    filter: drop-shadow(0px 1px 6px rgba(0, 0, 0, 0.188));
    border-radius: 5px;
}

.triangle-left {
    width: 0;
    height: 0;
    border-top: 15px solid transparent;
    border-right: 20px solid #FFFFFF;
    border-bottom: 17px solid transparent;
    z-index: 10;
}

.store-location__link {
    font-weight: bold;
    font-size: 16px;
    color: rgba(51,83,227,1);
    padding-left: 25px;
    cursor: pointer;
}

.store-location__detailsbox {
    display: flex;
    z-index: 10;
}

.store-location__content {
    padding: 25px 25px 15px 25px;
}

.store-location__close {
    float: right;
    margin-right: 1em;
    color: rgba(194,194,194,1);
    cursor: pointer;
}

.bug-bugis {
    position: absolute;
    width: 360.919px;
    height: 224px;
    left: 796.759px;
    top: 542px;
    overflow: visible;
}

.bug-bishan {
    position: absolute;
    width: 360.919px;
    height: 224px;
    left: 775.759px;
    top: 285px;
    overflow: visible;
}

.triangle-left__top {
    margin-top: 2em;
}

.triangle-left__bottom {
    margin-top: 12em;
}

.one-assembly {
    position: absolute;
    width: 360.919px;
    height: 224px;
    left: 791.212px;
    top: 570.563px;
    overflow: visible;
}

.one-assembly__left {
    margin-top: 2em;
}

.bhg-choa-chu-kang {
    position: absolute;
    width: 360.919px;
    height: 224px;
    left: 579.759px;
    top: 227px;
    overflow: visible;
}

.bhg-choa-chu-kang__left {
    margin-top: 12em;
}

.bhg-clementi {
    position: absolute;
    width: 360.919px;
    height: 224px;
    left: 618.882px;
    top: 498px;
    overflow: visible;
}

.bhg-jurong {
    position: absolute;
    width: 360.919px;
    height: 224px;
    left: 507.184px;
    top: 465px;
    overflow: visible;
}

.store-details__hidden {
    display: none;
}

.store-details__show {
    display: flex;
}

.payment-continue__shopping {
    color: rgba(236,0,140,1);
}

#payment-page .sidebar-wrap .click-collect__checkout {
    justify-content: space-between;
}


.click-collect__content {
    width: 437px;
    border: 1px solid #9B9B9B;
    margin: 4em 2em;
    display: flex;
    padding: 2em;
}

.location-icon__color {
    color: rgba(236,0,140,1);
}

.location-icon {
    margin-top: 1em;
}

.collect-store__details {
    width: 30%;
}

.click-collect__notification {
    border: 1px solid rgba(255,149,212,1);
    width: max-content;
    padding: 4px 15px;
    margin-top: 10px;
}

.contactus-description {
    margin: 0px 2em;
}

.contactus-form__btn:hover {
    background-color: #A5ABAB;
}

.contactus-form__select {
    background: url(/Files/Templates/Designs/Bhg/media/icons/select-down.png) no-repeat right #fff;
    -webkit-appearance: none;
    background-position-x: 94%;
    color: gray;
}

    .contactus-form__select:focus {
        background: url(/Files/Templates/Designs/Bhg/media/icons/select-up.png) no-repeat right #fff;
        -webkit-appearance: none;
        background-position-x: 94%;
        border: none;
    }

.contactus-confirm__desc {
    padding: 2px 30px 20px 20px;
}

.contactus-confirm__tablediv {
    overflow: auto;
    border-top: 3px solid lightgray;
    padding: 1em 0em;
    border-bottom: 3px solid lightgray;
}

.contactus-confirm__table {
    width: 100%;
}

.contactus-confirm__fieldname {
    text-align: end;
    color: gray;
}

.contactus-confirm__fieldvalue {
    padding-left: 2em;
}

.contactus-confirm__footer {
    text-align: center;
    color: gray;
    padding: 10px 0em;
}

.contactus-confirm__footername {
    color: blue;
}

.custom-select select {
    display: none;
}
@media only screen and (min-width: 500px) and (max-width: 767px) {
    .contactus-form__dropdown {
        margin: 1% 12%;
        width: 75%;
    }
    .contactus-form__dropdown .selected{
    padding-top:3px;
    }
}
@media only screen and (max-width: 500px) {
    .Brand-list__item {
        width: 95%;
        height: 250px;
    }
}
@media only screen and (max-width: 779px) {
    .brand-detail__header {
        width: 100%;
    }

    .brand-description {
        width: 100%;
    }
    .main-container.brand-detail__page .brand-detail__header, .main-container.brand-detail__page .brand-description {
        padding: 10px;
        margin: 0px;
    }
    .contactus-desc {
        margin-top: 60%;
        margin-left: unset;
        margin-right: unset;
    }
}
@media only screen and (min-width: 500px) and (max-width: 779px) {
    .contactus-desc {
        margin-top: 70%;
        margin-left: unset;
        margin-right: unset;
    }
}
@media only screen and (max-width: 1200px) {
    .brand-detail__header {
        width: 100%;
    }
    .brand-description {
        width: 100%;
    }
    .contactus-confirmdiv {
        max-width: 65%;
    }
    .Brands{
        width:100%;
    }
}
@media only screen and (max-width: 767px) {
    .brand-title-div {
        margin-top: 7%;
    }

    .brand-detail__subimg {
        width: 85px;
        height: 85px;
    }
    .brand-detail__subimg img {
        padding:5px;
    }
    .brand-title {
        line-height: 35px;
        font-size: 30px;
    }
    .contactus-confirmdiv {
        max-width: 90%;
    }
    .telephone-mobile {
        width: 100%;
        min-height: 50vh;
    }
   
}
.telephone-desktop {
    width: 100%;
    height: auto;
}