/* calculator css */
body.page-id-4460 .entry-hero {
    display: none;
}
body.page-id-4460 .entry.single-entry {
    box-shadow: none !important;
    background: #0000;
}
body.page-id-4460 .entry-content-wrap {
    padding: 0;
    background: #0000;
}

.result-container{
  max-width:1110px;
  margin:16px auto;
  background:#FFF;
  border-radius:14px;
  padding:16px;
  box-shadow:0 8px 24px rgba(0,0,0,.08);
}

.wpt-logo-container{display:flex; justify-content:center; align-items:center;}
.wpt-logo{height:85px; width:auto; object-fit:contain;}
.wpt-header{
  text-align:center;
  line-height:1.35;
  margin:8px 0 12px!important;
  font-weight:700;
}
.wpt-desc{color:#555; text-align:center; font-size:16px}

.area-container{display:flex; justify-content:center; margin:12px 0 16px;}
#area{
  display:flex; align-items:center; gap:10px;
  font-size:18px; color:#222;
}
#area p{
  background:#EAEAEA;
  font-weight:700;
  min-width:60px; height:40px;
  padding:0 10px;
  display:flex; align-items:center; justify-content:center;
  border-radius:8px;
  margin:0;
  font-size:20px;
}

#resultTable h2{
  margin:6px 0 12px;
  background:#a6221c;       
  color:#fff;
  text-align:center;
  font-size:16px;
  padding:10px 14px;
  border-radius:10px;
  font-weight:700;
}

#resultTable .row{
  display:grid;
  grid-template-columns:90px 1fr auto;
  gap:12px;
  align-items:center;
  padding:10px 8px;
  border-bottom:1px solid #eee;
}
#resultTable .row:last-child{border-bottom:none;}

.img-container{
  background-color: #eee;
  width:90px; height:90px;
  display:flex; align-items:center; justify-content:center;
}
.wpt-product-name{
  font-size:14px; line-height:1.45;
  color:#111;
}
.wpt-group-inner {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.wpt-group{
  display: flex !important;;
   flex-direction:column;
  align-items:flex-end; gap:2px;
  min-width:84px;
  text-align:right;
}
.wpt-group .ratio{
  margin:0;
  font-weight:700; font-size:16px;
  background:#fff;
  border:1px solid #eee;
  padding:4px 12px;
  border-radius:12px;          
  box-shadow:0 2px 6px rgba(0,0,0,.06);
}
.wpt-group .unit{
  margin:2px 0 0;
  font-size:12px; color:#666;
}
.wpt-group .wpt-group-detail{
  margin:0;
  font-size:11px; color:#8a8a8a;
}

#remarkContainer{margin-top:12px;}
#remark{
  background:#b02a2a;
  color:#fff;
  border-radius:12px;
  padding:12px;
  font-size:14px;
  line-height:1.6;
  font-family: 'Kanit', sans-serif;
  white-space:pre-wrap;  
}
/* end calculator */

input#areaInput {
text-align: center;
    max-width: 120px;
    font-size: 22px;
    color: #000 !important;
    font-weight: bold;
}

header#masthead {
    z-index: 9990;
}


button#store_locatore_search_btn,
.circle-count {
    background-color: rgb(255 0 0)!important;
}
.search-options-btn{
    background-color: #222!important;
}



div#store_locatore_search_map .gm-style-iw h3 {
        font-size: 18px !important;
    font-weight: 500 !important;
    line-height: 18px;
    padding-top: 11px !important;
}

.store-locator-item-container a{
    text-decoration: none!important;
}

.store-infowindow,
.store-locator-item-container a,
.store-list-address,
div#store_locatore_search_map .gm-style-iw h3,
.store-locator-item{
    font-family: 'Kanit', sans-serif!important;
}

body.page-id-4457 .entry-hero {
    display: none;
}

body.page-id-4457 .entry-content-wrap {
    padding: 0;
}
body.page-id-4457 .content-area {
    margin: 0 !important;
    margin-top: -25px !important;
}
body.page-id-4457 .content-container.site-container {
    max-width: 100%;
    padding: 0;
}

body.page-id-4457.entry-content-wrap {
    padding: 0;
    background: #0000;
}

.store-locator-item-container .wpsl-name {
    width: 96%;
}
.store-locator-item-container .wpsl-phone {
    margin-bottom: 0;
    margin-top: 1px;
}

.store-infowindow {
    margin-top: -10px!important;
}
/* width */
.store-locator-item-container::-webkit-scrollbar {
  width: 10px!important;
}

/* Track */
.store-locator-item-container::-webkit-scrollbar-track {
  background: #f1f1f1!important; 
}
 
/* Handle */
.store-locator-item-container::-webkit-scrollbar-thumb {
  background: #888!important; 
}

/* Handle on hover */
.store-locator-item-container::-webkit-scrollbar-thumb:hover {
  background: #555!important; 
}

.store-directionx {
    margin-left: -3px;
    margin-top: 10px;
}

.store-locator-item-container .wpsl-distance {
    width: 52px;
}

.store-locator-item-container a.link-map {
    background: #ff0000 !important;
    border-radius: 5px !important;
    font-size: 12px !important;
    padding: 4px 11px !important;
}
.store-locator-item-container .wpsl-phone {
    display: flex;
    align-items: center;
    margin-top: 5px;
}
button.gm-ui-hover-effect {
    width: 30px !important;
    height: 30px !important;
        padding-top: 5px !important;
}

 .gm-style-iw span{
    margin: 0 !important;
}
.search-options-btn,
#store_locator_search_form input#store_locatore_get_btn {
    font-size: 15px !important;
}
#store-locator-id #store_locator_search_form select, #store-locator-id #store_locator_search_form input {
    font-size: 16px;
}
button#store_locatore_search_btn {
    width: 100%;
    padding: 11px!important;
    display: flex!important;
    align-items: center;
    justify-content: center;
    margin-top: 10px;
    border-radius: 4px;
    gap: 6px;
    font-size: 18px !important;
    font-weight: 500 !important;
}
@media(max-width:767px){
.entry-content.single-content {
    padding: 2px 18px;
}
}