/*contact form css*/
div.mage-error {
    color: #9d0000;
}

.contactForm-container {
    max-width: 650px;
    margin: 0px auto;
}

.formHead {
    margin-bottom: 20px;
}

.contactForm-container form {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 0px;
    max-width: 650px;
    color: rgb(0 0 0 / 50%);
    font-size: 12px;
}

input,
select,
textarea {
    border: none !important;
    padding: 3px 0px;
    border-bottom: 1px solid rgba(33, 33, 33, 0.2) !important;
    width: 100%;
    display: block;
    outline: none;
    color: #212121;
    line-height: 17px;
    background-color: #fff;
    font-family: "Helvetica Now Text", sans-serif;
    font-weight: 300;
}
textarea::-webkit-input-placeholder{
	color: inherit;
}
.storeAdd select{
	-webkit-appearance:none;	
	appearance:none;	
}

textarea {
    resize: none;
    height: 60px;
	background:transparent;
	font-size: 20px;
    font-weight: 700;
    color: #000;
	line-height:normal;
}

.formGrp span {
    /*position: absolute;*/
    font-size: 12px;
}

.formGrp input+span {
    color: rgb(0 0 0 / 50%);
    top: 0px;
    width: 100%;
    pointer-events: none;
}

input::placeholder {
    color: rgb(0 0 0 / 50%);
}
/*
.formGrp {
    width: 48.5%;
    display: inline-block;
    vertical-align: top;
    position: relative;
    
    height: 80px;
    display: flex;
    align-items: flex-end;
    flex-wrap: wrap;
    justify-content: space-between;

}

.formGrp label,
.storeCity,
.storeAdd {
    width: 100%;
}

.yourMsg label {
    width: 100%;
}

.formGrp.title {
    width: 20%;
}

.formGrp.firstName {
    width: 34%;
}

.formGrp.lastName {
    width: 40%;
}

.formGrp.emailAdd {
    width: 35%;
}

.formGrp.or {
    width: 15%;
    text-align: center;
    color: #212121;
}

.formGrp.phn {
    width: 50%;
    display: flex;
    justify-content: space-between;
}

.phnCode {
    margin-top: -20px;
}

.formGrp .codeLabel {
    width: 30%;
}

.formGrp .phoneLabel {
    width: 64%;
}

.yourMsg,
.storeAddress,
.btnGrp,
.requiredMsg {
    width: 100%;
}

.yourMsg textarea {
    width: 100%;
    padding: 10px;
}

.yourMsg span {
    top: -25px;
}

.yourMsg {
    margin: 90px 0px 0px;
    height: auto;
}
*/
.btnGrp {
    padding: 40px 0px;
    text-align: right;
    display: flex;
    align-items: center;
    justify-content: flex-end;
	gap:20px;
}

.btnGrp .txtbtn {
    margin-right: 30px;
	background:transparent;
}

.btnGrp .btn {
    font-weight: 300;
}

.btnGrp button {
	cursor:pointer;
}

.requiredMsg {
    text-align: right;
}

.checkPolicy {
    margin-top: 40px;
    width: 100%;
    color: #000;
}

.formTxt-check {
    position: relative;
    top: 3px;
}

.readPolicyWrap {
    display: inline-block;
    text-align: left;
}

.requiredMsg {
    color: #212121;
}

/*contact form end here*/

.cntBnrcmn {
    width: 50%;
}

.addressInnerWrap {
    max-width: 262px;
}

.contactMapAdd {
    background: #F8F8F8;
    align-items: initial;
    padding: 0;
    /*width: 90%;*/
    margin: 0 auto;
}

.cntBnrMap img {
    display: block;
    height: 100%;
    object-fit: cover;
}

.cntBnrAdd {
    padding: 50px 150px;
    box-sizing: border-box;
}

.cont-retailer {
    font-size: 9px;
    color: #38774F;
    text-transform: uppercase;
    line-height: normal;
}

.cont-name {
    font-size: 28px;
    color: #212121;
    margin: 0px;
}

.cont-add {
    font-size: 12px;
    color: #212121;
    line-height: 18px;
}

.openDay {
    font-size: 12px;
    position: relative;
    display: inline-block;
    cursor: pointer;
	width:100%;
}

.openDay:hover .openTiming {
    display: block;
}

.openDay>span {
    font-weight: bold;
    position: relative;
}

/*
.openDay:after {
    content: "";
    border-top: 1px solid #212121;
    border-right: 1px solid #212121;
    width: 7px;
    height: 7px;
    display: inline-block;
    transform: rotate(135deg);
    top: 6px;
    position: absolute;
    right: 0px;
}
*/
#popup-container .openTiming{
	left:-50%;
}
.openTiming {
    list-style: none;
    margin: 0px;
    position: absolute;
    padding: 40px;
    z-index: 1;
    background: #fff;
    min-width: 100%;
    display: none;
	
	border-radius: 5px;
    box-shadow: 2px 2px 2px 2px #d9d9d9;
	background-color: #F9F7F4;
}

.openTiming li {
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
}

.openTiming li:last-child {
    margin-bottom: 0px;
}

.openTiming span {
    font-weight: 700;
    font-size: 16px;
    line-height: 1.1;
}

.contList-cont .cmnIcon {
    background: #fff;
    transition: .3s all;
}

.addList .cmnIcon {
    margin-right: 0px;
}

.addList .address {
    min-height: 128px;
}

.addList .cmnIcon svg {
    width: auto;
    height: 12px;
}

.addList .cmnIcon.ic-ph svg {
    width: 14px;
    height: 13px;
}

.addView .cmnIcon svg {
    width: auto;
    height: 12px;
}

.addView .cmnIcon.ic-ph svg {
    width: 14px;
    height: 13px;
}

.addView .cmnIcon.ic-find svg {
    width: 14px;
    height: 10px;
}

.addList .contList-cont a {
    margin-right: 10px;
}

.contList-cont a:hover .cmnIcon {
    background: #127749;
}

.contList-cont a:hover svg path {
    fill: #fff;
}

.addList .contList-cont a.addMore {
    margin-right: 0px;
}

.tabcontent {
    display: none;
}

.tabcontent.active {
    display: block;
}

.mapList-tabber {
    max-width: 1140px;
    margin: 0 auto;
	
	max-width:100%;
	width: 100%;
	padding-left: 8%;
    padding-right: 8%;
}

.tabLinkWrap {
    margin-bottom: 20px;
	display:flex;
}

.tablinks {
    font-size: 14px;
    color: #000000;
    position: relative;
    margin-right: 20px;
    font-weight: 700;
    text-decoration: none !important;
	display: flex;
    align-items: center;
}
.tablinks.active{
	color:#127749;
}
.tablinks.active:after, .tablinks.active:after {
    content: "";
    display: inline-block;
    width: 4px;
    height: 4px;
    background-color: #127749;
    border-radius: 50%;
    margin-left: 5px;
}

#Map>iframe {
    width: 100%;
}

.addListWrap {
    list-style: none;
    display: flex;
    padding: 0px;
    flex-wrap: wrap;
}

#Map.tabcontent {
    position: relative;
}

.addList-mobile {
    visibility: hidden;
    opacity: 0;
    transition: 0.3s;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    z-index: 1;
    padding: 0 !important;
}

#Map.tabcontent:hover>.addList.addList-mobile {
    visibility: visible;
    opacity: 1;
}



.addList {
    padding: 50px 16px;
    box-sizing: border-box;
    text-align: center;
    width: 32%;
    background: #F8F8F8;
    margin-bottom: 20px;
    margin-right: 20px;
}

.addList.addList-mobile .address {
    padding: 40px 40px 20px 40px;
    position: relative;
}

.addList:nth-of-type(3n+0) {
    margin-right: 0px;
}

.addList .cont-name {
    font-size: 18px;
    font-weight: bold;
    line-height: normal;
    margin-bottom: 10px;
}

.addList .contList-cont {
    display: flex !important;
    justify-content: center;
    flex-wrap: wrap;
    position: relative;
    margin: 0 auto;
}

.moreIcons {
    position: absolute;
    top: 40px;
    margin-left: 100px;
    display: none !important;
}

.moreIconsShow,
.addMoreShow+.moreIcons {
    display: block;
}

.addList .contList {
    margin-top: 30px;
}

.addList .moreIcons a {
    margin-right: 0px;
}

.moreIcons .contIconLink {
    margin-bottom: 10px;
}

.add-close-icon {
    position: absolute;
    top: 16px;
    right: 16px;
    cursor: pointer;
    color: #212121;
    text-decoration: none;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    width: 18px;
    height: 18px;
    transform: rotate(45deg);
    z-index: 1;
}

.add-close-icon:before {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: black;
    transform: translateY(-50%);
}

.add-close-icon:after {
    content: "";
    display: block;
    position: absolute;
    top: auto;
    left: 50%;
    width: 1px;
    height: 100%;
    background-color: black;
    transform: translateX(-50%);
}

#map-frame {
    height: 700px;
    width: 100%;
}

.contactMapAdd #map-frame {
    height: 550px;
    width: 50%;
}

.popup-container {
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 0;
    background: #F8F8F8;
    display: none;
    height: 700px;
    width: 32%;
    width: 20vw;
}

.contactMapAdd .popup-container {
    width: 50%;
    right: 0px;
    left: auto;
    height: auto;
    min-height: 700px;
    display: flex !important;
    /*align-items: center;
    padding: 0px 10vw;*/
	background:#fff;
	width:35vw;
}

.contactMapAdd .contList li {
    margin-bottom: 10px;
}

.contactMapAdd .contList li:last-child {
    margin-bottom: 0px;
}

.contactMapAdd h2 {
    margin-bottom: 10px;
}

.popup-container .addList {
    width: 100%;
}

.popup-container .addList-mobile {
    visibility: visible;
    opacity: 1;
}

.contactMapAdd .mapList-tabber {
    max-width: 100%;
    width: 100%;
    padding: 0px;
}

.mapAddress-list {
    background: #f7f7f7;
    display: none;
}

.mapView {
    width: 50%;
}

.addView {
    width: 50%;
    padding: 50px 70px;
}

.activeList {
    display: flex;
}
/*
.oneErrorRow {
    display: flex;
    width: 100% !important;
}

.oneErrorRow>input {
    width: calc(50% - 40px);
}

.oneErrorRow .or {
    color: #212121;
}

#email-error {
    bottom: -30px;
    position: absolute;
}
*/
input.check-valid::placeholder,
input.mage-error::placeholder {
    color: #9d0000;
}

.map-banner {
    position: relative;
    display: flex;
    align-items: center;
}

.contactMapAdd  .map-image {
    width: 50%;
}

.contactMapAdd  .map-image img {
    width: 100%;
    height: 550px;
    object-fit: cover;
    background-position: center;
    background-size: cover;
}

.contactMapAdd .store-baner-contaent {
    width: 50%;
    right: 0px;
    left: auto;
    height: auto;
    min-height: 550px;
    display: flex !important;
    align-items: center;
    padding: 0px 10vw;
    position: static;
}

.contactMapAdd .map-image {
    height: 700px;
    background-color: #f0f0f0;
    width: calc(100% - 35vw);
}

.gmnoprint button.gm-svpc {
    display: none !important;
}

@media(max-width:1180px) {
    .cntBnrAdd {
        padding: 50px 100px;
    }

    .addList {
        width: 32%;
        margin-right: 2%;
    }
	.openTiming{
		min-width: 300px;
	}
}

@media(max-width:1068px) {
    .contactMapAdd  .contList {
        display: block !important;
    }
}

@media(max-width:992px) {
    .cntBnrcmn {
        width: 100%;
    }

    .contList-cont {
        display: flex !important;
        justify-content: center;
        margin: 0 auto;
        margin-top: 20px;
    }

    .contList-cont a {
        font-size: 0px;
    }

    .addressInnerWrap {
        margin: 0 auto;
        text-align: center;
    }

    .cntBnrAdd {
        order: 1;
    }

    .cntBnrMap {
        order: 2;
    }

    .cntBnrAdd {
        padding: 30px;
    }

    .openDay {
        margin-top: 10px;
    }

    .addList,
    .addList:nth-of-type(3n+0) {
        width: 49%;
        margin-right: 2%;
    }

    .addList:nth-of-type(2n+0) {
        margin-right: 0px;
    }

    .moreIcons {
        margin-left: 90px;
    }

    .cont-retailer {
        display: block;
        margin-bottom: 5px;
    }

    .cont-name {
        margin-bottom: 10px;
    }

    .contactMapAdd #Map.tabcontent.active {
        display: flex;
        flex-wrap: wrap;
    }

    .contactMapAdd #map-frame {
        width: 100%;
        order: 2;
        height: 550px;
    }

    .contactMapAdd .popup-container {
        width: 100%;
        bottom: auto;
        height: auto;
        top: 0px;
        order: 1;
        position: relative;
        min-height: auto;
        padding-top: 30px;
        padding-bottom: 40px;
		width:35vw;
    }

    .contactMapAdd .popup-container #popup-content {
        text-align: center;
        max-width: 640px;
        margin: 0 auto;
    }

    .mapAddress-list {
        flex-wrap: wrap;
    }

    .mapView,
    .addView {
        width: 100%;
        text-align: center;
    }

    .addView {
        padding: 50px;
    }

    .mapAddress-list .contList li {
        margin-bottom: 0px;
    }

    .contactMapAdd .store-baner-contaent {
        width: 100%;
        text-align: center;
        min-height: auto;
        padding-top: 30px;
        padding-bottom: 40px;
    }
    
    .contactMapAdd .map-image {
        width: 100%;
    }
    
    .map-banner {
        flex-flow: wrap;
        flex-direction: column-reverse;
    }
	
	.openTiming{left:0%;margin-top:10px;min-width:80%;}
}

@media (min-width: 768px) {
    .contact-form .oneErrorRow>input.only-number {
        width: 40%;
    }

    .contact-form .oneErrorRow>input[id="email"] {
        width: calc(55% - 40px);
    }
}

@media(max-width:767px) {
	.contactMapAdd{
		width:100%;
	}
    .popup-container {
        width: 100%;
        height: auto;
        bottom: 0px;
        top: auto;
    }

    .contactMapAdd .map-image {
        height: 430px;
        margin-bottom: 60px;
    }

    .popup-container .addList.addList-mobile {
        height: auto;
        padding: 0px 0px 30px 0px !important;
        top: auto;
        bottom: 0;
        margin-bottom: 0;
    }

    .formCont {
        max-width: 310px;
    }

    .formGrp {
        height: 60px;
    }

    .formGrp,
    .formGrp.emailAdd,
    .formGrp.or,
    .formGrp.phn {
        width: 100%;
    }

    textarea {
        height: 70px;
    }

    .formGrp label {
        width: 100%;
    }

    .formGrp.title {
        width: 30%
    }

    .formGrp.firstName {
        width: 65%;
    }

    .formGrp.lastName {
        width: 100%;
    }

    .formGrp .codeLabel {
        width: 30%
    }

    .formGrp .phoneLabel {
        width: 65%;
    }

    .formGrp.or {
        margin-bottom: 15px;
        text-align: left;
    }

    .checkPolicy,
    .btnGrp {
        text-align: left;
    }

    .btnGrp {
        padding: 30px 0px;
    }

    .addList,
    .addList:nth-of-type(3n+0),
    .addList:nth-of-type(2n+0) {
        width: 100%;
        margin-right: 0px;
    }

    .addList .cont-name {
        margin-top: 5px;
    }

    .addList .contList {
        margin-top: 20px;
    }
	#map-frame {
		height: 500px;
	}
    #Map>iframe {
        max-height: 500px;
    }

    .addList.addList-mobile .store-imaage {
        display: none;
    }


    .addList.addList-mobile {
        height: auto;
        padding: 0px 0px 30px 0px !important;
        top: auto;
        bottom: 0;
        margin-bottom: 0;
    }


    .oneErrorRow {
        height: auto !important;
        padding-top: 35px;
    }

    .oneErrorRow>input {
        width: 100%;
    }

    .or {
        margin: 35px 0px 20px;
        font-size: 14px;
    }
	
	#email-error{
		top:60px;
		bottom: auto;
		line-height:normal;
	}
	
	.readPolicyWrap .labelCheckBox{
		display: inline-block;
	}
	
	.openTiming {
        left: 0%;
		min-width:100%;
	}
	
}
