#ns_Wrapper {
    width: 100%;
}

.container {
    display: flex;
    max-width: 100%;
    height: 83.5vh;
}

.left {
    width: 60%;
    text-align: center;
    overflow: scroll;
    height: 87.5vh;
}

.left .prdnum {
    display: flex;
    justify-content: flex-start;
    padding: 10px 0 20px 20px;
}

.left .prdnum p {
    font-weight: 800;
}

.right {
    width: 50%;
}

.map {
    height: 87.5vh;
}

.right .map .defaultImg {
    width: 100%;
    object-fit: cover;
}

/*列表欄位*/
.listBlock {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-evenly;
    align-items: flex-start;
}

.prd_blocks {
    position: relative;
    display: flex;
    flex-direction: column;
    height: 350px;
    margin-top: 15px;
}

.prd_blocks::before {
    position: absolute;
    content: "超讚行程";
    top: 15px;
    left: 15px;
    background: #fff;
    padding: 0 3px;
    font-weight: 900;
    font-size: 14px;
    display: none;
}

.prd_blocks::after {
    position: absolute;
    content: " ";
    top: 10px;
    right: 10px;
    background: url(https://lightx.noonspace.com/w168/w168/MsgInfo/1670714769_20231124_16160582.png);
    background-size: cover;
    width: 20px;
    height: 20px;
}

.prd_pic {
    max-width: 100%;
    padding: 2px 0px;
}

.prd_pic .prdimg {
    position: relative;
    max-width: 230px;
    width: 100%;
    max-height: 300px;
    border-radius: 10px;
    aspect-ratio: 1/0.9;
    object-fit: cover;
    z-index: 1;
}

.prd_Title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 10px 0;
}

.prd_Title .prd_Name {
    width: 80%;
    text-align: left;
}

.prd_Title .prd_Review {
    position: relative;
    font-weight: 800;
    font-size: 12px;
    opacity: 0.7;
}

.prd_Title .prd_Review::before {
    position: absolute;
    content: " ";
    background: url(https://lightx.noonspace.com/w168/w168/PageInfo/601149693_20231101_15042951.png);
    width: 12px;
    height: 12px;
    background-size: cover;
    background-repeat: no-repeat;
    left: -20%;
    top: 50%;
    transform: translate(0, -50%);
}

.prd_Title a.directLink p {
    color: #000;
    font-weight: bolder;
    font-size: 18px;
    text-align: left;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    max-width: 215px;
}

.txt_iWinCaptionText .prd_Title {
    justify-content: center;
}

.txt_iWinCaptionText .prd_Title a.directLink p {
    font-size: 24px;
    max-width: 100%;
}

.iWinContent img.defaultPrdImg {
    display: block;
    margin: 0 auto;
    max-width: 250px;
    width: auto;
    height: auto;
}

.iWinContent p {
    font-size: 18px;
    width: fit-content;
    margin: 8px auto;
}

.prd_price {
    text-align: left;
    color: #000;
    font-weight: bold;
    font-size: 15px;
}

.prd_desc {
    min-height: 22px;
}

.prd_shopName p,
.prd_desc p {
    text-align: left;
    font-size: 14px;
    width: 200px;
}
.prd_desc p {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    -moz-line-clamp: 3;
    -o-line-clamp: 3;
    line-clamp: 3;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 150px;
}

/*地圖setmarker樣式*/
.leaflet-popup-content-wrapper {
    width: 301px;
    border-radius: 7px;
    /* height: 180px; */
}

.leaflet-popup-content {
    /* width: 100% !important; */
    margin: 0 auto;
}

/* .block_container {
    max-width: 100%;
  }
  .block_container .pic {
    height: 100px;
  }
  .block_container .pic img {
    width: 100%;
    height: 100%;
    border-radius: 12px;
  }
  .block_container .prdName {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    margin: 15px 10px 0 10px;
  }
  .block_container .info {
    text-align: center;
  } */
/*hide coupon*/
.prd_price span .coupon {
    display: none;
}

/*rwd*/
@media (max-width: 1100px) {
    .prd_blocks {
        width: 45%;
        height: auto;
    }
}

@media (max-width: 768px) {
    .prd_blocks {
        width: 80%;
    }

    .right {
        width: 70%;
    }

    .prd_pic .prdimg {
        max-width: 100%;
    }

    .left .prdnum {
        justify-content: center;
		  padding:0;
    }
}

@media (max-width: 700px) {
    #ns_Main {
        padding: 0px;
    }

    .container {
        flex-direction: column;
		  height:inherit;
		  min-height: 75vh;
    }

    .right {
        width: 100%;
        position: absolute;
		  z-index:10;
    }

    .left {
        position: absolute;
        width: 100%;
        z-index: 20;
		  min-height: 87vh;
        height: 100%;
        background: white;
        border-top-left-radius: 27px;
        border-top-right-radius: 27px;
        overflow: hidden;
        top: 400px;
        transition: top 0.5s;
    }

	 img.eventImg {
    	width: 24px;
	}

    .map {
        max-width: 100%;
        height: auto;
    }

    /* #map {
        height: 350px !important;
    } */

    .listBlock {
        justify-content: center;
        padding: 18px;
        max-height: 85vh;
		  overflow:scroll;
    }

    .prd_blocks {
        width: 70%;
        margin: 0 auto 50px;
		  flex-column:row;
    }

    .prd_Title {
        justify-content: space-between;
        margin: 0 0 10px 0;
    }

	 .touchScrollDiv {
 	   height: 30px;
		display:flex;
		align-items:center;
		justify-content:center;
	 }

	 .touchScroll {
        height: 20px;
        width: 20%;
        background: no-repeat;
        background-image: url(https://athena.noon360.com/noon360/noon360/MsgInfo/179971835_20240528_13535091.png);
        background-position: center;
        border-radius: 14px;
    }
    .touchScroll:clicked {
        background-image: url(https://athena.noon360.com/noon360/noon360/MsgInfo/3579479950_20240528_14014247.png);
    }
    /* .touchScroll:before {
        content: '為您推薦';
        position: absolute;
        top: 20px;
        left: calc(50% - 35px);
        width: 70px;
        height: 25px;
        color: #000;
        text-align: center;
        font-family: "Noto Sans TC";
        font-size: 14px;
        font-weight: 700;
        line-height: normal;
    } */
	 .touchScrollDiv {
        height: 40px;
        display: flex;
        align-items: center;
        margin-bottom: 12px;
        flex-direction: column;
        justify-content: center;
    }

	 @keyframes rotateAnimationActive {
		from { transform:rotate(0deg) }
		to { transform:rotate(180deg) }
	 }

	  @keyframes rotateAnimationDeactive {
		from { transform:rotate(180deg) }
		to { transform:rotate(0deg) }
	 }
}

@media (max-width: 700px) {
	.prdBlocks {
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 10px 0px;
        border-bottom: 1px solid #E7E7E7;
    }
	
	.block_left {
    	flex: 0 1 37%;
		padding: 0px 5px;
	}

	.block_right {
		flex: 0 1 58%;
		padding: 0px 5px;
	}

	img.defaultPrdImg {
   	width: 100px;
      height: 100px;
      object-fit: cover;
	}
}

/*愛心點擊事件換色*/

.prd_blocks.clicked::after {
    background: url(https://lightx.noonspace.com/w168/w168/MsgInfo/1064569674_20231124_16301733.png);
    width: 20px;
    height: 20px;
}

/*隱藏下方mmx商品資訊*/
.mmx .txt_MMXTitle:before,
.mmx .ns.PrdList {
    display: none;
}

/* Jacob 區塊範本 */
.divFlex {
    display: flex;
    position: relative;
}

.justifyCenter {
    justify-content: center;
}

.flexColumn {
    flex-direction: column;
}

.flexRow {
    flex-direction: row;
}

.justifySpaceBetween {
    justify-content: space-between;
}

.justifySpaceEvenly {
    justify-content: space-evenly;
}

.justifyFlexEnd {
    justify-content: flex-end;
}

.alignCenter {
	align-items:center;
}

/* END */

/* Jacob文字範本 */
.defaultTitle {
    font-size: 12px;
    font-weight: bold;
    color: #000000c7;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    max-width: 140px;
}

.defaultBigTitle {
    font-size: 16px;
    font-weight: bold;
    color: #000000c7;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    max-width: 140px;
}

/* END */

/* Jacob新版popup區塊 */

.divLeft {
    width: 45%;
    padding: 4px;
}

.divRight {
    width: 55%;
    padding: 4px;
}

p.defaulttext.rating {
    padding-left: 5px;
    opacity: 0.7;
}

.prdInfo .defaulttext {
    overflow: hidden;
    max-height: 40px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.popupSiteName .defaulttext {
    margin-top: 4px;
    color: #294187;
    font-weight: bold;
}

/* .titleDiv .rating::before {
      position: absolute;
      content: "";
      background: url(https://lightx.noonspace.com/w168/w168/PageInfo/601149693_20231101_15042951.png);
      width: 12px !important;
      height: 12px !important;
      background-size: cover;
      background-repeat: no-repeat;
      left: 45%;
      top: 30%;
      transform: translate(0, -50%);
  } */

.prdPrice .defaulttext {
    font-weight: bold;
}

.popupDiv {
    padding: 5px;
}

.popupTitle {
    height: 35%;
}

.popupContent {
    height: 50%;
}

.popupFooter {
    height: 15%;
}

/* END */

/* Leaflet 覆寫 */
.leaflet-popup-content p {
    margin: 0;
}

.leaflet-container a.leaflet-popup-close-button {
    right: 6px !important;
}

/* END */

/* icon */
.staricon {
    width: 12px;
    height: 12px;
    background-size: cover;
    background-repeat: no-repeat;
    transform: translate(0, 23%);
}

/* END */

::-webkit-scrollbar {
    width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
    background: #f1f1f1;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #888;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: #555;
}

.meLogoBlock img {
    position: relative;
    z-index: 99999 !important;
}

img.couponBodyImg {
    height: 30px;
    width: 90px;
}

img.couponHeadImg {
    height: 30px;
    width: 14px;
}

.prd_coupon {
    margin-top: 4px;
    min-height: 16px;
    display: flex;
}

.minitext {
    position: absolute;
    color: white;
    font-size: 14px;
    left: 25px;
    top: 3px;
    font-weight: bold;
}

.eventDiv {
	margin-left:15px;
}

.popupHeader,
.popupContent {
    margin: 0 !important;
}

.defaultPopupHtml {
    padding: 10px;
}

.linedecoration {
    text-decoration: line-through;
    text-decoration-color: rgb(255, 90, 255);
}

.defaulttextred {
    font-size: 18px;
    margin-left: 3px;
    color: #c35252;
    font-weight: bold;
}

.defaultminitext {
    opacity: 0.5;
    font-size: 10px;
}

.opacitytext {
    opacity: 0.7;
}

/* 分類css */
.prdTypeClass {
    width: 100%;
}

.classtypeContent {
    width: fit-content;
}

.prdTypeObj {
    width: 20%;
}

.defaultClassImg {
    width: 23px;
	 margin: 5px;
}

.advancedSearch {
    border: 1px solid #6a6464;
    padding: 4px 7px;
    border-radius: 15px;
    cursor: pointer;
}

.advancedSearchImg {
    width: 19px;
    height: 19px;
    margin-top: 4px;
}

/*隱藏分類欄*/
.prdTypeClassDiv {
    height: 78px;
    -webkit-box-shadow: 0 2px 4px rgb(0 0 0 / 8%), 0 4px 10px rgb(0 0 0 / 8%);
	 display: none;
}

.typeclasstext {
    font-size: 16px;
    font-weight: bold;
}

.classtype {
    cursor: pointer;
    width: 25%;
}

/* loading特效 */

.loadingDiv {
    position: absolute;
    top: 22vh;
    z-index: 99;
    height: 87.3vh;
    width: 54vw;
    background: white;
    opacity: 1;
}

.loadingtext {
    font-size: 18px;
    font-weight: bold;
    opacity: 0.6;
    text-align: center;
}

.mmx.css1 {
	display:none;
}

/*julia調整*/
/*地圖*/
#map{
    top: 52px;
}
#typebtn{
    top: -20px;
    position: relative;
    display: flex;
    background-color: #ffffff;
    justify-content: space-around;
    flex-direction: row;
    align-items: center;
    height: 70px;
}
#typebtn .ChangeBtn{
    font-size: 22px;
    border-radius: 50px;
    border-color: black;
    width: 26%;
    height: 60%;
    line-height: 25px;
}
@media(max-width: 768px){
.StampActivityTab{
	 position: fixed;
    top: 0px;
    width: 100%;
    z-index: 99999;
    background: #fff;
    padding-top: 10px;
}
.StampActivityMap .meMsg_MsgContentBlk {
	 position: fixed;
    width: 100%;
    z-index: 1;
}
.prdTypeClassDiv{
	 margin-top: -40px;
}
}