.popupfixed, .popuppostcode {
  z-index: 1;
  min-height: 50px;
  text-align: left;
  border-radius: 4px; /*padding: 0.5em;*/ margin-bottom: 10px;
  border: 1px solid transparent;
}
.pincode {
  display: block;
  float: left;
  width: 100%;
  height: 40px;
  margin-bottom: 10px;
  line-height: normal;
}
.popupfixed .pincode input {
  padding: 0px 5px 0px 5px;
  margin: 3px;
  width: 99%;
  height: 32px;
  line-height: 28px;
  font-size: 14px;
  border-color: #ccc;
}
@media (max-width: 767px) {
  .popupfixed, .popuppostcode {
    padding: 0.35em;
  }
  .pincode .error {
    margin-top: 6px;
  }
}
@media (min-width: 768px) {
  .popupfixed .pincode input {
    margin: 3px 3px 3px 0px;
  }
}
.popuppostcode .pincode input {
  padding: 0px 5px 0px 5px;
  margin-top: 15px;
  width: 100%;
  height: 33px;
  line-height: 28px;
  font-size: 14px;
  border: 1px solid #313131;
}
.pmessage {
  font-size: 14px;
  margin-left: 0.5em;
  text-align: left;
  display: inline;
  z-index: 10;
  display: none;
  padding: 4px 2px;
  width: 100%;
  line-height: 17px;
}
.pmessage p {
  padding-right: 10px;
}
.pmessage table tr {
  height: 27px;
}
#column-right .pmessage, #column-left .pmessage {
  margin-top: 4%;
  width: 200px;
}


.popupfixed .pincode input[type="text"]:focus {
  background-color: #fff;
  outline: none;
}
.popuppostcode .pincode input[type="text"]:focus {
  background-color: #fff;
  outline: none;
}
.pccheck-ok {
  vertical-align: top;
}
.pccheck-ok .fa, .pccheck-location .fa, .pccheck-shipping .fa {
  font-size: 20px;
  margin-right: 10px;
  color: #66bb6a;
}
.pccheck-alert .fa {
  font-size: 20px;
  margin-right: 10px;
  color: #e73132;
}
.pccheck-shipping td {
  text-transform: lowercase;
}
.pccheck-shipping td::first-letter {
  text-transform: uppercase;
}
.search-postcode {
  position: relative;
  line-height: 23px;
  height: 23px;
  padding-top: 1px;
  background: #313131;
  padding-left: 5px;
  padding-right: 5px;
  padding-top: 0px;
  border-radius: 3px 3px 3px 3px;
  color: #fff;
  font-size: 12px;
  cursor: pointer;
  float: right;
  top: -30px;
  right: 8px;
  width: 92px;
  text-transform: uppercase;
  text-align: center;
}
.popuppostcode .search-postcode {
  top: -28px;
  right: 5px;
  width: 115px;
  text-transform: uppercase;
  text-align: center;
  pointer-events: none;
}
.pmessage {
  display: none;
}
.pmessage img {
  vertical-align: bottom;
  margin-top: 4px;
}
.pincode .error {
  color: #333;
  font-weight: 400;
  font-size: 90%;
  margin-left: 4px;
}
.alertemail {
  display: none;
}
body .pincode ul.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 100%;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  font-size: 14px;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, .15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
  background-clip: padding-box;
}
.product-box .pincode ul.dropdown-menu {
  display: none !important
}
body #main .pincode .dropdown-menu {
  opacity: 1;
  visibility: inherit;
  display: none;
}
.pincheckbg {
  position: relative;
  min-height: 400px;
  margin: 30px 0px;
}
#column-left .pincheckbg, #column-right .pincheckbg {
  min-height: 312px;
}
#column-left .pincheckbg .popupfixed, #column-right .pincheckbg .popupfixed {
  width: 85%;
}
.pincheckbg .popupfixed {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 60%
}
.pincheckbg {
  background-position: bottom !important;
}
.pincheckbg h1 {
  text-align: center;
  font-weight: bold;
  font-size: 20px;
  padding: 5px 0 0 0;
  color: #fff;
}
.pincheckbg .popupfixed .pincode {
  width: 80%;
  margin-left: 10%;
  margin-right: 10%;
}
.pincheckbg .popupfixed input {
  border: 1px solid #313131;
  border-radius: 3px;
}
.pincheckbg .popupfixed .search-postcode {
  right: 12px;
}
.pincheckbg .popupfixed .pmessage {
  background: transparent !important;
  color: #fff !important;
  padding: 10px 10% 20px 10%;
}
.pincheckbg .popupfixed .pincode .error {
  color: #fff;
}
.pincheckbg .popupfixed {
  background: none !important;
  background-color: rgba(0, 0, 0, .6) !important;
  min-height: 125px;
}
.pincheckbg .popupfixed .dropdown-menu {
  display: none !important
}
@media (max-width: 767px) {
  .pincheckbg .popupfixed {
    width: 90%;
    min-height: 180px;
  }
  .pincheckbg {
    background-position: left !important;
  }
}
.ssbutton {
  text-align: center;
}
.pincheckbg .popupfixed .ssbutton {
  display: block;
}
.popupfixed .ssbutton, .popuppostcode .ssbutton {
  display: none;
}
.pincodeheading {
  font-weight: bold;
}

/*CM: Custom */
.popuppostcode,
.popuppostcode .pmessage{background: transparent !important;}
.popuppostcode .pincode{height:55px;}
.pincodepopup .intro-text{font-weight: normal; line-height: 18px; font-family: var(--fontBody);letter-spacing: 0.009em;}
.pincodepopup .box-heading h4{font-family: var(--fontHeading); font-weight:700; margin-bottom: 22px; margin-top:-10px; font-size:19px;}

.pincodepopup .pincode ul.dropdown-menu {display:none !important;}
.pincodepopup .box{margin-bottom: -10px;}
.pincodepopup .pincode input {padding-left:10px;}

.remodal.pincodepopup{background: var(--contentSectionBackground);padding-top:25px;}
.remodal .remodal-close{font-family: Helvetica, arial, sans-serif;
    font-weight: 200;
    font-size: 28px;
	right:15px;
	top:8px;
	left:initial;}
.remodal .remodal-close::before{content:none;}