.mySlides {display: none}
/* Slideshow container */
.slideshow-container {
	max-width: 1000px;
	position: relative;
	margin: auto;
}

/* Next & previous buttons */
.slideshow-container .prev, .slideshow-container .next {
	cursor: pointer;
	position: absolute;
	padding: 5px;
	margin-top: -22px;
	color: #acacac;
	font-weight: bold;
	font-size: 18px;
	transition: 0.6s ease;
	border-radius: 0 0;
	user-select: none;
	width:20px;
	height:20px;
	bottom: -33px;
	width: 20px;
	height: 20px;
   background: #fff;
}

/* Position the "next button" to the right */
.slideshow-container .next {
	right: 0;
	border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.slideshow-container .prev:hover, .slideshow-container .next:hover {
	background-color: rgba(255,255,255,0.8);
}

/* Caption text */
.text {
	color: #f2f2f2;
	font-size: 15px;
	padding: 8px 12px;
	position: absolute;
	bottom: 8px;
	width: 100%;
	text-align: center;
}

/* Number text (1/3 etc) */
.numbertext {
	color: #f2f2f2;
	font-size: 12px;
	padding: 8px 12px;
	position: absolute;
	top: 0;
}

/* The dots/bullets/indicators */
.cover-dots{
	text-align:center;    
	position: relative;
	bottom: 12px;
	width: 70%;
	margin: 0 auto;
}
.dot {
	cursor: pointer;
	height: 10px;
	width: 10px;
	margin: 0 0;
	background-color: #e0e0e0;
	border-radius: 50%;
	display: inline-block;
	transition: background-color 0.6s ease;
}

.active, .dot:hover {
	background-color: #acacac;
}

/* Fading animation */
.fade {
	opacity:1;
	-webkit-animation-name: fade;
	-webkit-animation-duration: 1.5s;
	animation-name: fade;
	animation-duration: 1.5s;
}

@-webkit-keyframes fade {
	from {opacity: .4} 
	to {opacity: 1}
}

@keyframes fade {
	from {opacity: .4} 
	to {opacity: 1}
}

/* End Slide */

.head-popshop{
	width: 100%;
	height: 50px;
	text-indent: 0;
	padding-top: 0;
}
.head-popshop h3 {
	margin:0;
}    
.head-popshop h3,.head-popshop h3 a{    
	font-size: 1.3rem;
	font-family: 'Roboto';
	padding: 0;
	font-weight: 700;
	margin:0;
	line-height:1.5rem;
	color:#000;
	text-decoration:none;
}
.head-popshop .price{
	font-weight: 400;
	color: #212529;
	font-size: 1.3rem;
	margin:0;
	font-family:'Kanit';
	overflow: hidden;
	clear: both;
}
.head-popshop .price span{
	color: #cc0000;
	font-size: 1.5rem;
	font-weight: 500;
	line-height: 1;
}
.head-popshop .price font{
	font-size: 14px;
	color: #222;
	font-weight: 500;
	padding: 0 ;
	font-family:'Kanit';
	display:block;
	clear:both;
}
.head-popshop .price a{color:#212529;}
.block-popshop{
	margin: 0;
	background: #ffffff;
	border-radius: 8px;
	padding-top: 10px;
	padding-bottom: 10px;
	position: relative;
	height: 80px;
	overflow: hidden;
	width:99.5%;
	border: 1px solid #ddd;
}
.block-popshop:nth-child(2n){margin:15px 0;}
.block-popshop .col-3,.block-popshop .col-4{
	width: 30%;
	float: left;
}
.block-popshop .col-3 a,.block-popshop .col-4 a{
	width:auto;
	height:auto;
}
.block-popshop .col-9, .block-popshop .col-8{
	padding-right: 0;
	padding-left: 15px;
	padding-left: 0;
	width: 70%;
	float: right;
}
.block-popshop h4{    
	margin:5px 0 0 0;
	font-size: 0.8rem;
	font-weight: 300;
	font-family:'Kanit';
}
.block-popshop h4 a{ 
	width:auto;
	height:auto;
	float:none;
	text-align:left;
	color:#cc0000;
	font-size: 0.8rem;
	font-weight: 500;
	font-family: 'Kanit';
	position:relative;
}
.block-popshop h5{
	margin: 0;
	text-align:left;
	font-family: 'Kanit';
}
.block-popshop h5 a{
	line-height: 1.5rem;
	font-size: 1rem;
	color:#222;
	font-family:'Kanit';
	font-weight:600;
	width: auto;
	height: auto;
	float: none;
	text-align: left;
}
.block-popshop a img{ 
    height: auto;
    width: auto;
    max-height: 100px;
    max-width: 60px;
    position: absolute;
    left: 10px;
    top: 10px;
}
.block-popshop a.btn-shop{ 
	background: #c00;
	color: #fff !important;
	width: 70px;
	border-radius: 30px;
	margin: 0;
	line-height: 28px;
	height: 30px;
	font-size: 1rem;
	padding: 0;
	font-weight: 500;
	text-align: center;
	font-family: 'Kanit';
	right: 10px;
	bottom: 10px;
	position: absolute;
}
.popshop-promotion{
	text-align: left;
	border-radius: 13px;
	padding-bottom: 0;
	font-family:'Kanit';
	position:relative;
    border-radius: 8px;
    padding: 10px 0 10px;
    margin: 10px 0 10px;
	background-color:#fff;
}
.popshop-promotion .cover{
	width:100%;
	clear:both;
	overflow:hidden;
}
.popshop-promotion .col-4{
	width:30%;
	float:left;
}
.popshop-promotion .col-8{
	width:70%;
	float:left;
}
.popshop-promotion p{
	font-size: 14px;
	display: block;
	font-weight: 700;
	color: #1b1b1b;
	text-indent: 0;
	margin: 10px 0 5px;
	text-align:center;
}
.popshop-promotion img{ 
	width: auto;
	max-height: 93px;
	max-width: 93px;
	margin-left:0;
}
.cover-exp{
	width:100%;
	clear:both;
	overflow:hidden;
	margin-bottom:10px;
}
.logoPartner{
	width:30%;
	float:left;
}
.expDate{
	width:70%;
	float:left;
}
p.warning{
    margin: 5px 0 0 0;
    font-size: 10px;
    text-align: right;
    font-weight: 500;
    color: #5c5c5c;
    font-family: 'Kanit';
    padding-bottom: 10px;
}
.bottom-link{
    text-align: center;
    margin-top: 15px;
}
.collapsible{
	font-size:14px;
	font-family:'Kanit';
	position: absolute;
	right: 0;
	top: 0;
	font-weight: 700;
	padding: 0;
	margin: 0;
	border: 0;
	text-decoration: underline;
	background:transparent !important;
}
.collapsible:focus{
	border:0;
}
.popshop-promotion span.red{color:#cc0000 ; font-size: larger;}
.popshop-promotion ul{
	text-align: left;
	font-size: 10px;
	margin: 0;
	color: #222;
	padding: 0 0 0 30px;
	list-style-type: disc;
	position: relative;
	overflow: inherit;
	width:auto;
}
.popshop-promotion  li{
	text-align: left;
	font-size: 11px;
	line-height: 18px;
	border: 0;
	list-style-type: disc;
	width: auto;
	font-weight: 300;
	margin: 0;
	padding: 0 ;
	position: initial;
	display: list-item;
	overflow: initial;
}
.popshop-promotion .content {
	font-size: 14px;
	font-family: 'Kanit';
	display:none;
	padding:0 0 5px 0;
}


.colorred{color:#c00;}


.itemPrice {
    font-weight: 600 !important;
	font-size: 18px !important;
    color: #cc0000;
    line-height: 1;
	font-family:"Kanit";
}

.giveaway{
    font-family: 'Kanit';
    font-size: 15px;
    margin: 5px 0 0 0;
}
.giveaway strong{
    font-size: 14px;
}
.giveaway span{
    color: #cc0000;
    font-size: 14px;
    font-weight: 700;
    margin-right: 5px;
}


.itemPrice {
	font-weight: 600 !important;
	color: #cc0000 !important;
	font-size: 1.1rem !important;
	line-height: 1;
}
.itemPrice span{
	font-size: 12px;
	font-weight: 400;
	color: #8e8e8e;
	position: relative;
	padding-left: 8px;
	/* display:block; */
}		
.itemPrice span:before{
	content: "";
	position: absolute;
	left: auto;
	/*right: -2px;*/
	top: 50%;
	background: repeating-linear-gradient(45deg,#9f9f9f,#919191 1px);
	transform: rotate(-20deg);
	width: 45px;
	height: 1px;
}
.partnerTop{
	position: absolute;
	right: 0;
	top: 10px;
}
.colorWhite{color:#fff !important;}

					

	.giveaway{
		margin: 0;
		display: block;
		position: relative;
		padding: 8px 0 2px 0;
	}
	.giveaway strong{
		font-size: 13px;
		font-family: 'Roboto';
		font-weight: 600;
	}
	.giveaway font{
	    font-size: 12px;
		display: block;
	}
	.giveaway a.btn-give, .giveaway a.btn-give-2{
		background: #c00;
		color: #fff !important;
		border-radius: 30px;
		height: 30px;
		margin-right: 10px;
		line-height: 30px;
		cursor: pointer;
		display: inline-block;
		text-align: center;
		top: auto;
		font-size: 1rem;
		font-weight: 500;
		width: 90%;
		position: relative;
		margin: 5px auto 0;
		right: auto;

	}

	
	/* Vivo V21 */
	.vivo-v21-popshop{
		background: url(https://www.siamphone.com/images/pop-shop/vivo-v21/head.png) no-repeat right top, linear-gradient(135deg, #c4d2d3 40%,#9ee7ed 82%,#b2eef6 99%);
		padding: 3% 3% ;
		box-shadow: 0 0 1px #000;
        width: 92%;
		margin: 20px auto 20px;
		border-radius: 8px 8px;
	}
	.vivo-v21-popshop .head-popshop{text-indent:0;}
	.vivo-v21-popshop .head-popshop h3 a{
		padding-left:10px;
		font-size: 1.8rem;
		margin-bottom: 5px;
	}
	.vivo-v21-popshop .spec-capacity font{
		padding: 5px 10px;
		font-size:15px;
	}
	.vivo-v21-popshop .block-popshop h5{
		margin: 0;
	}
	.vivo-v21-popshop .block-popshop img {
		position: absolute;
		left: 15px;
		max-height:100px;
	}
	.vivo-v21-popshop .warning { margin: 10px 0 0 0;}
    .vivo-v21-popshop .popshop-promotion p{
        border-radius: 0;
    }
	.vivo-v21-popshop .popshop-promotion img{
		max-height: 115px;
		height: auto;
		max-width: 250px;
		margin: 0 auto 15px;
		position: relative;
		left: 0;
		display: block;
	}
	.vivo-v21-popshop  .block-popshop a.btn-shop{
		top: 10px;
		bottom: auto;
		width: 90px;
		height: 30px;
		line-height: 30px;
	}
    .vivo-v21-popshop  .block-popshop a.krungsri{
        top:52px;
        width:90px;
		background-color: #f7ce04;
		color: #72615a !important;
    }
    .vivo-v21-popshop  .block-popshop a.krungsri img{
        height: auto;
        width: 31px;
        position: relative;
        top: 0;
        display: inline-block;
		left: 0;
		vertical-align: unset;
    }
	.vivo-v21-popshop  .popshop-promotion ul{ padding: 0 0 0 30px;}
    .font12{font-size: 10px;margin:10px 0 0;line-height:12px;font-family:'Kanit';}


    .block-popshop .accordion {
       	color: #868686;
        cursor: pointer;
        border: none;
        text-align: left;
        outline: none;
        padding:0 0 0 100px;
        font-size: 12px;
        font-weight:400;
        transition: 0.4s;
        font-family:"Kanit";
        background:none;
        text-align:left;
        width:95%;
        margin-top:10px;
        background:url(https://www.siamphone.com/images/arrow_down.png) no-repeat;
        background-position: center right;
        background-size:9px;
    }
    .block-popshop .active, .accordion:hover {}
    .block-popshop button:focus{outline:none;}
    .block-popshop .panel {
        padding:0 0 0;
        display: none;
        background-color: white;
        overflow: hidden;
        width:100%;
    }



	/* vivo v23e */
	.vivo-v23e-popshop{
		background:url(https://www.siamphone.com/images/pop-shop/vivo-v23e/head.png)no-repeat right top, linear-gradient(165deg, #d2e1e8 40%,#f4f8f9 60%,#d2e1e8 72%,#d2e1e8 99%);
		width: 92%;
		margin: 20px auto 20px;
		padding: 3% 3% 3%;
		border-radius: 8px 8px;
		position:relative;
	}
	.vivo-v23e-popshop .ramrom strong{
		font-weight: 300;
		font-family: 'Kanit';
		font-size: 14px;
	}
	.vivo-v23e-popshop .block-popshop h5{
		font-size:0.85rem;
	}
	
	.vivo-v23e-popshop .popshop-promotion img{
		max-width: 250px;
		max-height: 200px;
		width: auto;
		height: auto;
		margin: 0 0 15px 15px;
	}
	.vivo-v23e-popshop .popshop-promotion ul{
		text-align: left;
		font-size: 12px;
		margin:0;
		padding: 0 15px 10px 30px;
	}
	.vivo-v23e-popshop .block-popshop a.btn-shop{bottom:36px;}
	.vivo-v23e-popshop .head-popshop{height:50px;}
	.vivo-v23e-popshop h3{margin-top: 15px;}
	.vivo-v23e-popshop .block-popshop a img {
		height: auto;
		width: auto;
		max-height: 100px;
		max-width: 54px;
		position: absolute;
		left: 15px;
		top: 6px;
	}


	/* vivo v23 */
	.vivo-v23-popshop{
		background:url(https://www.siamphone.com/images/pop-shop/vivo-v23/head.png)no-repeat right top, linear-gradient(165deg, #f2f7fb 40%,#d1e7e9 60%,#b7cee3 72%,#e3f1fa 99%);
		width:92%;
		margin: 20px auto 20px;
		padding:5% 3% 0;
		border-radius: 8px 8px;
		position:relative;
	}
	.vivo-v23-popshop .ramrom strong{
		font-weight: 300;
		font-family: 'Kanit';
		font-size: 14px;
	}
	.vivo-v23-popshop .head-popshop{text-indent:0;padding-left: 10px;}
	.vivo-v23-popshop .block-popshop , .vivo-v23-popshop .popshop-promotion {
		/*background: rgba( 255, 255, 255, 0.7 );*/
		box-shadow: 0 3px 14px 0 rgba( 31, 38, 135, 0.37 );
		backdrop-filter: blur( 4px );
		-webkit-backdrop-filter: blur( 4px );
		border:0;
	}
	.vivo-v23-popshop .block-popshop h5 a{
		font-size: 0.9rem;
		font-weight: 500;
	}
	.vivo-v23-popshop .block-popshop .col-3 img{
		max-width: 70px;
	}
	.vivo-v23-popshop .popshop-promotion img{
		max-width: 230px;
		max-height: 200px;
		width: auto;
		height: auto;
		margin: 5px 0 0 24px;
	}
	.vivo-v23-popshop .popshop-promotion ul{
		text-align: left;
		font-size: 10px;
		line-height: 18px;
		margin:0;
		padding: 10px 15px 10px 30px;
	}


	/* Amazfit GTR3*/
	.amazfit-gtr3-popshop{
		background: url(https://www.siamphone.com/images/pop-shop/amazfit-gtr3/head.png) no-repeat right top,linear-gradient(-150deg, #9db0c1 40%, #d2e1e8 26%, #dceaf5 100%);
		width: 92%;
		margin: 20px auto 20px;
		padding: 3% 3% 1%;
		border-radius: 8px 8px;
		position:relative;
	}

	/* Amazfit GTS3*/
	.amazfit-gts3-popshop{
		background: url(https://www.siamphone.com/images/pop-shop/amazfit-gts3/head.png) no-repeat right top,linear-gradient(-150deg, #d9f0fe 40%, #d3ecff 26%, #f0f9ff 100%);

		width: 92%;
		margin: 20px auto 20px;
		padding: 3% 3% 1%;
		border-radius: 8px 8px;
		position:relative;
	}
	.amazfit-gtr3-popshop .popshop-promotion img, .amazfit-gts3-popshop .popshop-promotion img{
		max-width: 300px;
		margin: 0 0 10px 0;
	}
	.amazfit-gtr3-popshop .block-popshop h5, .amazfit-gts3-popshop .block-popshop h5{
		font-weight:600;
	}
	.amazfit-gtr3-popshop .block-popshop h5 span, .amazfit-gts3-popshop .block-popshop h5 span{
		font-weight:300;
		font-size:16px;
	}
	.amazfit-gtr3-popshop .block-popshop img, .amazfit-gts3-popshop .block-popshop img {
		left: 15px;
		top: 5px;
	}


	/* Amazfit GTR3 Pro */
	.amazfit-gtr3Pro-popshop{
		background:url(https://www.siamphone.com/images/pop-shop/amazfit-gtr3Pro/head.png) no-repeat right top,linear-gradient(-150deg, #0d0c11 40%, #222831 26%, #a5837b 100%);
		width: 92%;
		margin: 20px auto 20px;
		padding: 3% 3% 1%;
		border-radius: 8px 8px;
		
		position:relative;
	}
	.amazfit-gtr3Pro-popshop .head-popshop h3 a, .amazfit-gtr3Pro-popshop .subName{color:#fff;}
	.amazfit-gtr3Pro-popshop .popshop-promotion img{
		max-width: 300px;
		margin: 0 0 10px 0;
	}
	.amazfit-gtr3Pro-popshop .block-popshop h5{
		font-weight:600;
	}
	.amazfit-gtr3Pro-popshop .block-popshop h5 span{
		font-weight:300;
		font-size:16px;
	}
	.amazfit-gtr3Pro-popshop .block-popshop img {
		left: 10px;
		top: 5px;
	}
	.amazfit-gtr3Pro-popshop p.warning{color:#c1c1c1;}

	.amazfit-gtr3-popshop .head-popshop, .amazfit-gts3-popshop .head-popshop, .amazfit-gtr3Pro-popshop .head-popshop{
		height:60px;
		margin-top: 15px;
		line-height: 30px;
	}


	.infinix-inbookX2-popshop{
		background:url(https://www.siamphone.com/images/pop-shop/infinix-inbookX2/head.png)no-repeat right top, linear-gradient(165deg, #e8ebf0 40%,#f2f9fd 60%,#f9f9f9 72%,#dce3e7 99%);
		width: 92%;
		margin: 20px auto 20px;
		padding: 3% 3% 3%;
		border-radius: 8px 8px;
		position:relative;
		box-shadow: 0 3px 4px 0 rgb(31 38 135 / 37%);
		backdrop-filter: blur( 4px );
	}
	.infinix-inbookX2-popshop .head-popshop {
		text-indent: 0;
		padding-top: 5px;
		padding-left: 5px;
	}
	.infinix-inbookX2-popshop .describe strong{
		font-weight: 300;
		font-family: 'Kanit';
		font-size: 14px;
	}
	.infinix-inbookX2-popshop .block-popshop .col-3 img{
        max-height: 75px;
		width: auto;
		top: 10px;
	}
	
	.infinix-inbookX2-popshop .popshop-promotion img{
		max-width: 250px;
		max-height: 200px;
		width: auto;
		height: auto;
		margin: 0 0 15px 0;
	}
	.infinix-inbookX2-popshop .popshop-promotion ul{
		text-align: left;
		font-size: 10px;
		line-height: 18px;
		margin:0;
		padding: 0 15px 0 40px;
	}
	.infinix-inbookX2-popshop p.warning{margin-bottom:0;}



	/* Huawei P50 Pro */
	.huawei_p50pro-popshop{
		background:url(//www.siamphone.com/images/pop-shop/huawei-p50pro/head.png)no-repeat right top, linear-gradient(165deg, #181412 40%,#7d766c 60%,#0d0a09 72%,#0b0907 99%);
		width: 92%;
		margin: 20px auto 20px;
		padding: 3% 3% 3%;
		border-radius: 8px 8px;
		position:relative;
	}
	.huawei_p50pro-popshop .head-popshop {
		text-indent: 0;
		padding-top: 25px;
		padding-bottom: 5px;
		height: auto;
	}
	.huawei_p50pro-popshop .ramrom strong{
		font-weight: 300;
		font-family: 'Kanit';
		font-size: 14px;
        color:#ebebeb;
	}
	.huawei_p50pro-popshop .block-popshop h5{
		font-size:1rem;
	}
	.huawei_p50pro-popshop .block-popshop , .huawei_p50pro-popshop .popshop-promotion {
		box-shadow: 0 3px 14px 0 rgba( 31, 38, 135, 0.37 );
		backdrop-filter: blur( 4px );
		-webkit-backdrop-filter: blur( 4px );
		border:0;
	}
	.huawei_p50pro-popshop .head-popshop h3 a{
		color:white;
	}
	.huawei_p50pro-popshop .block-popshop h5{
		font-size:1rem;
	}
	.huawei_p50pro-popshop .block-popshop .col-9{
        padding-left:25px;
    }
	.huawei_p50pro-popshop .popshop-promotion img{
		max-width: 200px;
		max-height: 200px;
		width: auto;
		height: auto;
		margin: 10px auto 10px;
		display: block;
	}
	.huawei_p50pro-popshop .popshop-promotion ul{
		text-align: left;
		font-size: 10px;
		line-height: 18px;
		margin:0;
		padding: 0 15px 0 40px;
	}
    .huawei_p50pro-popshop .warning{color:#ddd;margin-bottom: 0;}



	/* Huawei P50 Pocket */
	.huawei_p50pocket-popshop{
		background:url(https://www.siamphone.com/images/pop-shop/huawei-p50pocket/head.png)no-repeat right top, linear-gradient(165deg, #ebebeb 40%,#f9f9f9 60%,#e9e9e9 72%,#f9f9f9 99%);
		width: 92%;
		margin: 20px auto 20px;
		padding: 3% 3% 3%;
		border-radius: 8px 8px;
		position:relative;
	}
	.huawei_p50pocket-popshop .ramrom strong{
		font-weight: 300;
		font-family: 'Kanit';
		font-size: 14px;
	}
	.huawei_p50pocket-popshop .block-popshop h5{
		font-size:1rem;
	}
	.huawei_p50pocket-popshop .block-popshop .col-3 img{
        max-height: 90px;
		width: auto;
		max-width: 70px;
		top:5px;
	}
	.huawei_p50pocket-popshop .block-popshop .col-9{
        padding-left:25px;
    }
	.huawei_p50pocket-popshop .popshop-promotion img{
		max-width: 200px;
		max-height: 200px;
		width: auto;
		height: auto;
		margin: 10px auto;
		display: block;
	}
	.huawei_p50pocket-popshop .popshop-promotion ul{
		text-align: left;
		font-size: 10px;
		line-height: 18px;
		margin:0;
		padding:0 15px 10px 30px;
	}
	.premium01 .col-3, .premium02 .col-3{ 
		position:relative;
	}
	.premium01 .col-3:after, .premium02 .col-3:after{
		content: "";
		width: 40px;
		height: 40px;
		position: absolute;
		left: 3px;
		bottom: -78px;
        border-radius: 30px;
		background: url(https://www.siamphone.com/images/pop-shop/huawei-p50pocket/gift01.png) no-repeat;
		background-position: 0;
		background-size: 50px;
	}
	.premium02 .col-3:after{
		background: url(https://www.siamphone.com/images/pop-shop/huawei-p50pocket/gift02.png) no-repeat;
		background-position: 0;
		background-size: 50px;
	}
	.huawei_p50pocket-popshop .block-popshop h5 a {
		font-size: 1rem;
		font-weight: 500;
		font-size: 16px;
	}
	.huawei_p50pocket-popshop .head-popshop {
		padding-top: 10px;
		height: auto;
		padding-bottom: 0;
		text-indent: 0;
	}
	.huawei_p50pocket-popshop .block-popshop a.btn-shop{bottom:35px;}
	/* End Huawei P50 Pocket*/


	/* Tecno Spark 8P */
	.techno-spark8p-popshop{
		background:url(https://www.siamphone.com/images/pop-shop/tecno_spark8p/head.png)no-repeat right top,  linear-gradient(74deg, #ffccaf 40%,#d4e1e5 60%,#b6d9e7 72%,#b1d6e4 99%);
		width: 92%;
		margin: 20px auto 20px;
		padding: 3% 3% 3%;
		border-radius: 8px 8px;
		position:relative;
	}
	.techno-spark8p-popshop .ramrom strong{
        font-weight: 700;
        font-family: 'Roboto';
		font-size: 14px;
	}
	.techno-spark8p-popshop .block-popshop{
        border: 1px solid #ef996a;
        margin-bottom:15px;
	}
	.techno-spark8p-popshop .block-popshop h5{
		font-size:1rem;
	}
	.techno-spark8p-popshop .block-popshop .col-3 img{
        max-height: 90px;
        width: auto;
	}
	.techno-spark8p-popshop .head-popshop {
		height: 50px;
		padding-top: 15px;
	}
	.techno-spark8p-popshop .block-popshop .col-9{
        padding-left:25px;
    }
	.techno-spark8p-popshop .popshop-promotion img{
		max-width: 250px;
		max-height: 200px;
		width: auto;
		height: auto;
		margin: 0 0 15px 0;
	}
	.techno-spark8p-popshop .popshop-promotion ul{
		text-align: left;
		font-size: 10px;
		line-height: 18px;
		margin:0;
		padding:0 15px 10px 30px;
	}
	/* end Techo */





	/* Redmi Note11 */
	.redmi-note11-popshop{
		background:url(https://www.siamphone.com/images/pop-shop/redmi-note11/head.png)no-repeat right top, linear-gradient(322deg, #dfe3fa 40%,#fcfeff 60%,#edeeef 72%,#fff3ef 99%);
        width: 92%;
        margin: 20px auto 20px;
        padding: 3% 3% 3%;
        border-radius: 8px 8px;
        position: relative;
        border: 1px solid #dce0f9;
	}
	.redmi-note11-popshop .block-popshop{
        border: 1px solid #000;
        margin-bottom:15px;
	}
	.redmi-note11-popshop .head-popshop{
		padding-top: 20px;
		height: 50px;
	}
	.redmi-note11-popshop .ramrom strong{
        font-weight: 500;
        font-family: 'Kanit';
		font-size: 14px;
	}
	.redmi-note11-popshop .block-popshop h5{
		font-size:1rem;
	}
	.redmi-note11-popshop .block-popshop .col-3 img{
		max-height: 90px;
        width: auto;
	}
	.redmi-note11-popshop .block-popshop .col-9{
        padding-left:25px;
    }
	.redmi-note11-popshop .popshop-promotion img{
		max-width: 220px;
		max-height: 90px;
		width: auto;
		height: auto;
		margin: 0 auto 15px;
		display:block;
	}
	.redmi-note11-popshop .popshop-promotion ul{
		text-align: left;
		font-size: 10px;
		line-height: 18px;
		margin:0;
		padding:0 15px 10px 30px;
	}



	/* Notebooke HP */
	.notebook-hp-popshop{
		background:url(https://www.siamphone.com/images/pop-shop/notebook-hp/head.png)no-repeat right top, linear-gradient(322deg, #00163f 40%,#042661 60%,#052a6e 72%,#042b6e 99%);
        width: 92%;
        margin: 20px auto 20px;
        padding: 3% 3% 3%;
        border-radius: 8px 8px;
        position: relative;
        border: 1px solid #dce0f9;
	}    
	.notebook-hp-popshop .head-popshop {
		height: 50px;
		padding-top: 13px;
	}
	.notebook-hp-popshop h3 a, .notebook-hp-popshop .ramrom strong{
        color:#fff;
    }
    .notebook-hp-popshop .ramrom strong{
		font-size:14px;
		font-family: 'Kanit';
		font-weight: 500;
	}
	.notebook-hp-popshop .block-popshop{
        border: 1px solid #000;
        margin-bottom:15px;
	}
	.notebook-hp-popshop .block-popshop  img{
        max-width: 65px;
		width: auto;
		top: 10px;
	}
	.notebook-hp-popshop .block-popshop h5 a{
        font-size: 13px;
        font-family: 'Roboto';
        font-weight: 600;
        line-height: 17px;
	}
	.notebook-hp-popshop .block-popshop .col-9{
        padding-left:25px;
    }
	.notebook-hp-popshop .popshop-promotion ul{
		text-align: left;
		font-size: 10px;
		line-height: 18px;
		margin:0;
		padding:0 15px 10px 30px;
	}
    .notebook-hp-popshop .warning {
        color: #e9e9e9;
    }

	.hp-pavilion15-popshop .block-popshop {
        border-radius: 8px;
        padding-top: 8px;
        padding-bottom: 10px;
        margin-bottom: 0;
        height: 45px;
    }
    .hp-pavilion15-popshop .block-popshop:nth-child(2n) {
        margin: 0;
    }


	/* poco x4 pro */
	.poco_x4pro-popshop{
		background:url(https://www.siamphone.com/images/pop-shop/poco-x4pro/head.png)no-repeat right top, linear-gradient(57deg, #2c1c01 40%,#947802 60%,#eeda0a 72%,#f1e010 99%);
		width: 92%;
		margin: 20px auto 20px;
		padding: 3% 3% 3%;
		border-radius: 8px 8px;
		position:relative;
	}
	.poco_x4pro-popshop .ramrom strong{
        font-weight: 700;
        font-family: 'Roboto';
		font-size: 14px;
        color: #ddd;
	}
	.poco_x4pro-popshop .block-popshop{
        border:1px solid #a47c00;
        margin-bottom:15px;
	}
	.poco_x4pro-popshop .head-popshop {
		margin-top: 20px;
		height: 50px;
	}
	.poco_x4pro-popshop .block-popshop h5{
		font-size:1rem;
	}
	.poco_x4pro-popshop .block-popshop .col-3 img{
        max-height: 90px;
        width: auto;
	}
	.poco_x4pro-popshop .block-popshop .col-9{
        padding-left:25px;
    }
	.poco_x4pro-popshop .block-popshop h4{margin:0;}
	.poco_x4pro-popshop .popshop-promotion img{
		width: auto;
		height: auto;
		margin:10px 0 5px 0;
	}
	.poco_x4pro-popshop .popshop-promotion ul{
		text-align: left;
		font-size: 10px;
		line-height: 18px;
		margin:0;
		padding: 0 0 0 110px;
	}
    .poco_x4pro-popshop .head-popshop h3 a{color:#fff;}
    .poco_x4pro-popshop .warning{color:#ddd;}



	.oppo-reno7z-popshop{
		background:url(https://www.siamphone.com/images/pop-shop/oppo-reno7z/head.png)no-repeat right top, linear-gradient(57deg, #ceedd3 40%,#dff5e3 60%,#fbf5c7 72%,#f9f4d0 99%);
		width: 92%;
		margin: 20px auto 20px;
		padding: 3% 3% 3%;
		border-radius: 8px 8px;
		position:relative;
	}
	.oppo-reno7z-popshop .ramrom strong{
        font-weight: 300;
        font-family: 'Kanit';
		font-size: 14px;
	}
	.oppo-reno7z-popshop .head-popshop h3{
	    padding: 10px 0 0 0;
	}
	.oppo-reno7z-popshop .block-popshop{
        border:1px solid #d7e8da;
        margin-bottom:15px;
	}
	.oppo-reno7z-popshop .block-popshop h5{
		font-size:1rem;
        margin: 0;
	}
	.oppo-reno7z-popshop .block-popshop .col-3 img{
        max-height: 90px;
        width: auto;
	}
	.oppo-reno7z-popshop .block-popshop .col-9{
        /* padding-left:25px; */
    }
	.oppo-reno7z-popshop .popshop-promotion img{
		max-width: 150px;
		max-height: 200px;
		width: auto;
		height: auto;
		margin: 10px auto 15px;
		display: block;
	}
	.oppo-reno7z-popshop .popshop-promotion ul{
		text-align: left;
		font-size: 10px;
		line-height: 18px;
		margin:0;
		padding: 0 15px 0 40px;
	}





	/* xiaomi 12 */
	.xiaomi-12-popshop{
		background: url(https://www.siamphone.com/images/pop-shop/xiaomi-12/head.png) no-repeat right top,  linear-gradient(135deg, #e5e8e7 40%,#f4f4f4 82%,#e3e2e3 99%);
		width: 92%;
		margin: 20px auto 20px;
		padding: 3% 3% 3%;
		border-radius: 8px 8px;
		position:relative;
	}
	.xiaomi-12-popshop .head-popshop{
		margin-top:10px;    
		height: 50px;
	}
	.xiaomi-12-popshop .ramrom strong{
		font-weight: 300;
		font-family: 'Kanit';
		font-size: 14px;
	}
	.xiaomi-12-popshop .block-popshop h5{
		font-size:1rem;
	}
	.xiaomi-12-popshop .block-popshop .col-3 img{
		max-height: 180px;
    	max-width: 75px;
		width: auto;
		top: 0;
	}
	.xiaomi-12-popshop .block-popshop .col-9{
		padding-left:25px;
	}
	.xiaomi-12-popshop .popshop-promotion img{
		max-width: 300px;
		max-height: 200px;
		width: auto;
		height: auto;
		margin: 0 0 15px 0;
	}
	.xiaomi-12-popshop .popshop-promotion ul{
		text-align: left;
		font-size: 10px;
		line-height: 18px;
		margin:0;
		padding:5px 10px 5px 25px;
	}
	.xiaomi-12-popshop .giveaway strong{
		font-weight: 300;
		font-size: 12px;
	}
	.xiaomi-12-popshop .block-popshop a.btn-shop{top:35px;}
	.xiaomi-12-popshop .premium01 .col-3, .xiaomi-12-popshop .premium02 .col-3{ 
		position:relative;
	}
	.xiaomi-12-popshop .premium01 .col-3:after, .xiaomi-12-popshop .premium02 .col-3:after{
		content: "";
		width: 70px;
		height: 30px;
		position: absolute;
		left: 11px;
    	bottom: -80px;
		border-radius: 3px;
		background: url(https://www.siamphone.com/images/pop-shop/xiaomi-12/gift01.png) no-repeat;
		background-position: 0;
		background-size: 65px;
	}
	.xiaomi-12-popshop .premium02 .col-3:after{
		background: url(https://www.siamphone.com/images/pop-shop/xiaomi-12/gift02.png) no-repeat;
		background-position: 0;
		background-size: 70px;
	}



	/* xiaomi 12 pro */
	.xiaomi-12pro-popshop{
		background: url(https://www.siamphone.com/images/pop-shop/xiaomi-12pro/head.png) no-repeat right top,  linear-gradient(135deg, #e5e8e7 40%,#f4f4f4 82%,#e3e2e3 99%);
		width: 92%;
		margin: 20px auto 20px;
		padding: 3% 3% 3%;
		border-radius: 8px 8px;
		position:relative;
	}
	.xiaomi-12pro-popshop .head-popshop{
		margin-top:10px;    
		height: 50px;
	}
    .xiaomi-12pro-popshop .ramrom strong{
		font-weight: 300;
		font-family: 'Kanit';
		font-size: 14px;
	}
	.xiaomi-12pro-popshop .block-popshop h5{
		font-size:1rem;
        margin: 0;
	}
	.xiaomi-12pro-popshop .block-popshop .col-3 img{
        width: auto;
        max-height: 180px;
    	max-width: 110px;
	}
	.xiaomi-12pro-popshop .popshop-promotion img{
		max-width: 300px;
		max-height: 200px;
		width: auto;
		height: auto;
		margin: 0 0 15px 0;
	}
	.xiaomi-12pro-popshop .popshop-promotion ul{
		text-align: left;
		font-size: 10px;
		line-height: 18px;
		margin:0;
		padding:5px 10px 5px 25px;
	}
    .xiaomi-12pro-popshop .giveaway strong{
        font-weight: 300;
        font-size: 12px;
    }



	
    .tcl-tab-popshop{
		background:url(https://www.siamphone.com/images/pop-shop/tcl-tab/head-tcl-tabmax.png)no-repeat right top, linear-gradient(322deg, #0d1744 40%,#042661 60%,#3b205a 72%,#03040e 99%);
        width: 92%;
        margin: 20px auto 20px;
        padding: 3% 3% 3%;
        border-radius: 8px 8px;
        position: relative;
        border: 1px solid #dce0f9;
	}    
	.tcl-tab-popshop .block-popshop h5 a{
        font-family: "Kanit",'Roboto';
        font-size: 1rem;
	}
    .tcl-tab-popshop .ramrom {
        font-size: 14px;
        font-family: "Kanit",'Roboto';
        font-weight: 300;
        line-height: 18px;
        color: #ccc;
    }
    .tcl-tab10fhd{
        background:url(https://www.siamphone.com/images/pop-shop/tcl-tab/head-tcl-tab10fhd.png)no-repeat right top, linear-gradient(322deg, #ecf2f7 40%,#f0f6fb 60%,#eff5f9 72%,#eff5fa 99%);
    }
    .tcl-tabneo{
        background:url(https://www.siamphone.com/images/pop-shop/tcl-tab/head-tcl-tabneo.png)no-repeat right top, linear-gradient(322deg, #010101 40%,#010101 60%,#010101 72%,#010101 99%);
    }
    .tcl-tab84g{
        background:url(https://www.siamphone.com/images/pop-shop/tcl-tab/head-tcl-tab8.png)no-repeat right top, linear-gradient(322deg, #e0e4e7 40%,#ccd5d9 60%,#f6f8f8 72%,#f6f8f8 99%);
    }
    .tcl-tab10s{
        background:url(https://www.siamphone.com/images/pop-shop/tcl-tab/head-tcl-tab10s.png)no-repeat right top, linear-gradient(322deg, #334d8d 40%,#333463 60%,#3acae2 72%,#3cc7e3 99%);
    }
    

	

	.galaxy-a13-popshop{
		background: url(https://www.siamphone.com/images/pop-shop/galaxy_a13/head.png) no-repeat right top, linear-gradient(135deg, #f6f4f5 40%,#f6f4f5 82%,#e0e1e1 99%);
		padding: 3% 3% ;
		box-shadow: 0 0 1px #000;
        width: 92%;
		margin: 20px auto 20px;
		border-radius: 8px 8px;
		
		position:relative;
	}
	.galaxy-a13-popshop .head-popshop{text-indent:0;}
	.galaxy-a13-popshop .head-popshop h3{
		padding-left:15px;
		margin-bottom: 5px;
		line-height:1.7rem;
	}
	.galaxy-a13-popshop .popshop-promotion ul{
		font-size:11px;
	}
    .galaxy-a13-popshop .popshop-promotion img{
        max-height: 100px;
        max-width: 200px;
		margin: 5px auto 15px;
		display: block;
    }



	/* iPhone 11 */
	.iphone-11-popshop{
		background: url(https://www.siamphone.com/images/pop-shop/iphone-11/head.png) no-repeat right top, linear-gradient(135deg, #ececec 40%,#f6f4f5 82%,#e0e1e1 99%);
		padding: 3% 3% ;
		box-shadow: 0 0 1px #000;
        width: 92%;
		margin: 20px auto 20px;
		border-radius: 8px 8px;
		
		position:relative;
	}
	.iphone-11-popshop .head-popshop,.iphone-13-popshop .head-popshop{text-indent:0;height: 70px;}
	.iphone-11-popshop .head-popshop h3, .iphone-13-popshop .head-popshop h3{
		padding-left:10px;
		margin-bottom: 5px;
		line-height:1.7rem;
	}
	.iphone-11-popshop .block-popshop img ,.iphone-13-popshop .block-popshop img{
		width:70px;
		height:auto;
	}
	.iphone-11-popshop .popshop-promotion ul, .iphone-13-popshop .popshop-promotion ul{
		padding: 0 15px 10px 40px;
	}

	/* iPhone 13 */
	.iphone-13-popshop{
		background: url(https://www.siamphone.com/images/pop-shop/iphone-13/head.png) no-repeat right top, linear-gradient(135deg, #f5f5f7 40%,#f6f4f5 82%,#e0e1e1 99%);
		padding: 3% 3% ;
		box-shadow: 0 0 1px #000;
		width: 92%;
		margin: 20px auto 20px;
		border-radius: 8px 8px;
		
		position:relative;
	}

	/* ipad Air 5 */
	.ipad-air5-popshop{
		background: url(https://www.siamphone.com/images/pop-shop/ipad-air5/head.png) no-repeat right top, linear-gradient(135deg, #f5f5f7 40%,#f6f4f5 82%,#e0e1e1 99%);
		padding: 3% 3% ;
		box-shadow: 0 0 1px #000;
        width: 92%;
		margin: 20px auto 20px;
		border-radius: 8px 8px;
		
		position:relative;
	}

    


	/* BOSS */
	.boss-sound-popshop{
		background: url(https://www.siamphone.com/images/pop-shop/boss/head.png) no-repeat right top, linear-gradient(135deg, #f5f5f7 40%,#f6f4f5 82%,#e0e1e1 99%);
		padding: 3% 3% ;
		box-shadow: 0 0 1px #000;
		width: 92%;
		margin: 20px auto 20px;
		border-radius: 8px 8px;
		
		position:relative;
	}
	.boss-sound-popshop .head-popshop{text-indent:0;padding: 0;height: 70px;}
	.boss-sound-popshop .head-popshop h3{
		padding-left:0;
		margin-bottom: 5px;
		line-height:1.7rem;
	}
	.boss-sound-popshop .block-popshop{
		height:65px;
	}
	.boss-sound-popshop .block-popshop h5 a{
		font-weight: 500;
		line-height: 1.2rem;
	}
	.boss-sound-popshop .block-popshop img{
		width:70px;
		height:auto;
		border-radius: 9px;
	}
	.boss-sound-popshop .popshop-promotion ul{
		padding: 0 15px 10px 40px;
	}
	.boss-sound-popshop .block-popshop a.btn-shop{
		top:auto;
	}
	.boss-sound-popshop .detail{
		font-size:13px;
	}
	.boss-sound-popshop .itemPrice span{display:inline-block;}



	/* redmi book */
	.redmi-book-popshop{
		background:url(https://www.siamphone.com/images/pop-shop/redmi-book/head.png)no-repeat right top, linear-gradient(167deg, #f5f5f7 40%,#f6f4f5 82%,#e0e1e1 99%);
        width: 92%;
        margin: 20px auto 20px;
        padding: 3% 3% 3%;
        border-radius: 8px 8px;
        position: relative;
        border: 1px solid #dce0f9;
	}
    
	.redmi-book-popshop .ramrom strong{
        font-weight:300;
        font-family:"Kanit";
    }
    .redmi-book-popshop .ramrom strong{font-size:14px;}
	.redmi-book-popshop .block-popshop{
        border: 1px solid #000;
        margin-bottom:15px;
	}
    
	.redmi-book-popshop .block-popshop img{
		max-height: 70px;
		max-width: 90px;
		width: auto;
		top: 0;
		left: 10px;
	}
	.redmi-book-popshop .block-popshop h5{
        font-size: 15px;
        font-family: 'Roboto';
        font-weight: 600;
        margin:0;
        line-height: 17px;
	}
	.redmi-book-popshop .block-popshop .col-9{
        padding-left:25px;
    }
	.redmi-book-popshop .popshop-promotion ul{
		text-align: left;
		font-size: 10px;
		line-height: 18px;
		margin:0;
		padding: 0 15px 0 40px;
	}
    .redmi-book-popshop .warning {
        color: #8d8d8d;
    }
    .redmi-book-popshop .block-popshop a.btn-shop {
        border-radius: 13px;
        font-weight: 500;
    }


	/* Dell Vostro */
	.dell-vostro-popshop{
		background:url(https://www.siamphone.com/images/pop-shop/dell/head.png)no-repeat right top, linear-gradient(322deg, #eceef4 40%,#eceef4 60%,#eceef4 72%,#eceef4 99%);
        width: 92%;
        margin: 20px auto 20px;
        padding: 3% 3% 3%;
        border-radius: 8px 8px;
        position: relative;
        border: 1px solid #dce0f9;
	}
    
	.dell-vostro-popshop .ramrom strong{
        font-weight:300;
        font-family:"Kanit";
    }
    .dell-vostro-popshop .ramrom strong{font-size:14px;}
	.dell-vostro-popshop .block-popshop{
        border: 1px solid #000;
        margin-bottom:15px;
	}
	.dell-vostro-popshop .block-popshop img{
		max-height: 70px;
		max-width: 70px;
		width: auto;
		top: 5px;
		left: 10px;
	}
	.dell-vostro-popshop .block-popshop h5{
        font-size: 15px;
        font-family: 'Roboto';
        font-weight: 600;
        margin:0;
        line-height: 17px;
	}
	.dell-vostro-popshop .block-popshop .col-9{
        padding-left:25px;
    }
	.dell-vostro-popshop .popshop-promotion ul{
		text-align: left;
		font-size: 10px;
		line-height: 18px;
		margin:0;
		padding: 0 15px 0 40px;
	}
    .dell-vostro-popshop .warning {
        color: #8d8d8d;
    }
    .dell-vostro-popshop .block-popshop a.btn-shop {
        border-radius: 13px;
        font-weight: 500;
    }


	/* Redmi Pad*/
	.redmi-pad-popshop{
		background:url(https://www.siamphone.com/images/pop-shop/redmi/redmi-pad/head.png)no-repeat right top, linear-gradient(322deg, #eceef4 40%,#eceef4 60%,#eceef4 72%,#eceef4 99%);
        width: 92%;
        margin: 20px auto 20px;
        padding: 3% 3% 3%;
        border-radius: 8px 8px;
        position: relative;
        border: 1px solid #dce0f9;
	}    
	.redmi-pad-popshop .ramrom strong{
        font-weight:300;
        font-family:"Kanit";
    }
    .redmi-pad-popshop .ramrom strong{font-size:14px;}
	.redmi-pad-popshop .block-popshop{
        border: 1px solid #000;
        margin-bottom:15px;
	}
    .redmi-pad-popshop .head-popshop {
        width: 100%;
        height: 76px;
        text-indent: 0;
        padding-left: 10px;
    }
	.redmi-pad-popshop .block-popshop img{
		max-height: 70px;
		max-width: 120px;
		width: auto;
		top: 7px;
		left: 10px
	}
	.redmi-pad-popshop .block-popshop h5{
        font-size: 15px;
        font-family:'Roboto', "Kanit";
        font-weight: 600;
        margin:0;
        line-height: 17px;
	}
	.redmi-pad-popshop .popshop-promotion ul{
		text-align: left;
		font-size: 10px;
		line-height: 18px;
		margin:0;
		padding: 0 15px 0 40px;
	}
    .redmi-pad-popshop .warning {
        color: #8d8d8d;
    }
    .redmi-pad-popshop .block-popshop a.btn-shop {
        border-radius: 13px;
        font-weight: 500;
    }
    .redmi-pad-popshop .popshop-promotion img {
        width: auto;
        max-height: 80px;
        max-width: 300px;
        width: auto;
        height: auto;
        margin: 0 0 15px 0;
    }


	/* iPhone 14 */
	.iphone-14-popshop{
		background: url(https://www.siamphone.com/images/pop-shop/iphone-14/head.png) no-repeat 0 0, linear-gradient(345deg, #f8edff 40%,#f6eaff 52%,#fef8ff 99%);
		padding: 3% 3% ;
		box-shadow: 0 0 1px #000;
        width: 92%;
		margin: 20px auto 20px;
		border-radius: 8px 8px;
		position:relative;
	}
	.iphone-14-popshop .head-popshop{text-indent:0;}
	.iphone-14-popshop .head-popshop h3 a{
		padding-left:0;
		margin-bottom: 0;
        line-height: 1.7rem;
        color: transparent;
        display: block;
	}
    .iphone-14-popshop .block-popshop{
        height:80px;
    }
	.iphone-14-popshop .block-popshop img{
		width: 120px;
		height: auto;
		max-height: 120px;
		max-width: 70px;
		top: 13px;
	}
	.iphone-14-popshop .popshop-promotion ul{
		padding: 0 15px 10px 40px;
	}


	/* nintendo */
	.nintendo-popshop{
		background: url(https://www.siamphone.com/images/pop-shop/nintendo/head.png) no-repeat right top, linear-gradient(13deg, #f7fbff 40%,#f1f9ff 52%,#f4f4f4 99%);
		padding: 3% 3% ;
        width: 92%;
		margin: 20px auto 20px;
		border-radius: 8px 8px;
		position:relative;
	}
	.nintendo-popshop .head-popshop{text-indent:0;height:70px;}
	.nintendo-popshop .head-popshop h3 a{
		padding-left:0;
		margin-bottom: 10px;
        line-height: 1.7rem;
        font-family:"Kanit";
        font-weight:500;
	}
    .nintendo-popshop .head-popshop h3 a small{
        font-size:18px;
        font-family:"Roboto";
        font-weight:600;
    }
    .nintendo-popshop .block-popshop{
        height:80px;
    }
	.nintendo-popshop .block-popshop img{
		width:90px;
		height:auto;
		max-width: 70px;
	}
	.nintendo-popshop .popshop-promotion ul{
		padding: 0 15px 10px 40px;
	}
	.nintendo-popshop .block-popshop a.btn-shop{
		bottom:20px;
	}
    

	/* BANANA BRAND DAY */
	.bnnbrandday-popshop{
		background:url(https://www.siamphone.com/images/pop-shop/bnn/head.png) no-repeat right top, radial-gradient(ellipse at center, #f36523 35%,#b5212f 95%);
		padding: 3% 3% ;
		box-shadow: 0 0 1px #000;
        width: 92%;
		margin: 20px auto 20px;
		border-radius: 8px 8px;
		position:relative;
	}
	.bnnbrandday-popshop .head-popshop{
        text-indent:0;
        height:80px;
        color: #ffff001c;
        background: repeating-linear-gradient(45deg, transparent, transparent 25px, currentColor 25px, currentColor calc(2 * 25px));
    }
	.bnnbrandday-popshop .head-popshop h3{
		padding-left:0;
		margin-bottom: 10px;
        line-height: 1.7rem;
        font-family:"Kanit";
        font-weight:500;
        color:#fff;
        font-size: 1.75rem;
	}
    .bnnbrandday-popshop .head-popshop h3 small{
        font-size:18px;
        font-family:"Roboto","Kanit";
        font-weight:600;
        margin-top: 10px;
        display: block;
    }
    .bnnbrandday-popshop .block-popshop{
        height:80px;
        margin: 0 0 15px 0;
        border: 2px solid #fff309;
    }
	.bnnbrandday-popshop .block-popshop img{
		width: 80px;
		height: auto;
		top: 5px;
		left: 10px;
		max-width: 80px;
	}
	.bnnbrandday-popshop .popshop-promotion ul{
		padding: 0 15px 10px 40px;
	}
    .bnnbrandday-popshop .warning{
        color:#fbfbfb;
    }
    .bnnbrandday-popshop .block-popshop a.btn-shop{
        background: #ffdd00;
        color: black !important;
        font-weight: 600;
    }




	/* Mi band 7*/
	.mi-band7-popshop{
		background:url(https://www.siamphone.com/images/pop-shop/mi-band7/head.png) no-repeat right top, #f5f0fe;
		padding: 3% 3% ;
		box-shadow: 0 0 1px #000;
        width: 92%;
		margin: 20px auto 20px;
		border-radius:11px 11px;
		position:relative;

        /* border:1px solid #312B7F; */
	}
    .mi-band7-popshop .badge{
        width: 75px;
        height: 24px;
        background: url(https://www.siamphone.com/images/pop-shop/mi-band7/ShopD_Badge.png) no-repeat;
        position: absolute;
        background-size: 100%;
        bottom: -10px;
        left: 8px;
        display: block;
        padding: 0;
        z-index: 1;
    }
	.mi-band7-popshop .head-popshop{
		height:90px;
	}
	.mi-band7-popshop .head-popshop h3{
		padding-left:0;
		margin-bottom: 10px;
        line-height: 1.7rem;
        font-family:"Kanit";
        font-weight:500;
        font-size: 1.75rem;
	}
    .mi-band7-popshop .head-popshop h3 small{
        font-size:18px;
        font-family:"Roboto","Kanit";
        font-weight:300;
        margin-top: 10px;
        display: block;
    }
    .mi-band7-popshop .block-popshop{
        height:85px;
		padding-top:8px;
        margin: 0 0 15px 0;
        border: 1px solid #312b7f;
		overflow:visible;
    }
	.mi-band7-popshop .block-popshop img{
		width: 70px;
		height: auto;
		top: 5px;
		left: 12px;
		max-width: 70px;
	}
	.mi-band7-popshop .itemPrice span{
		display:block;
	}
	.mi-band7-popshop .popshop-promotion ul{
		padding: 0 15px 10px 40px;
	}
    .mi-band7-popshop .block-popshop .col-9{
        padding-left:0;
    }


	.mercular_earphone{
		background:url(https://www.siamphone.com/images/pop-shop/mercular/head.png) no-repeat right top, #f5f0fe;
		padding: 3% 3% ;
		box-shadow: 0 0 1px #000;
        width: 92%;
		margin: 20px auto 20px;
		border-radius:11px 11px;
		position:relative;
	}




	/* Galaxy S23 Ultra */
	.galaxy-s23-popshop{
		background: url(https://www.siamphone.com/images/pop-shop/galaxy-s23/head.png) no-repeat right top, linear-gradient(135deg, #f6f4f5 40%,#f6f4f5 82%,#e0e1e1 99%);
		padding: 3% 3% ;
        width: 92%;
		margin: 20px auto 20px;
		border-radius:11px 11px;
		position:relative;
        border:0 solid #222222;
		max-width:366px;
	}
	.galaxy-s23-popshop .head-popshop{
        text-indent:0;
        height:80px;
		padding:0;
    }
	.galaxy-s23-popshop .head-popshop h3{
        padding-left: 0;
        margin-bottom: 10px;
        line-height: 2.1rem;
        font-family: 'Roboto';
        font-weight: 700;
	}
	.galaxy-s23-popshop .head-popshop h3 span{
		font-family:"Kanit";
		font-size:14px;
		font-weight:400;
	}
    .galaxy-s23-popshop .head-popshop h3 small{
        font-size:18px;
        font-family:"Roboto","Kanit";
        font-weight:600;
        margin-top: 10px;
        display: block;
    }
    .galaxy-s23-popshop .block-popshop{
        height:80px;
        margin: 0 0 15px 0;
        border:1px solid #eadee8;
    }
	.galaxy-s23-popshop .block-popshop img{
		width: 100px;
		height: auto;
		top: 0px;
		max-width: 80px;
	}
	.galaxy-s23-popshop .block-popshop h5 span{
		font-size: 12px;
		font-weight: 400;
		font-family: 'Roboto';
	}
	.galaxy-s23-popshop .popshop-promotion ul{
		padding: 0 15px 10px 40px;
	}
    .galaxy-s23-popshop .block-popshop a.btn-shop{
        background: #ffdd00;
        color: black !important;
        font-weight: 600;
		top: 35px;
    }
	.galaxy-s23-popshop .popshop-promotion img{
		max-width: 240px;
		margin-left: auto;
		margin-right: auto;
	}




	/* Galaxy A53 */
	.galaxy-a53-popshop{
		background: url(https://www.siamphone.com/images/pop-shop/galaxy_a53/head.png) no-repeat right top, linear-gradient(135deg, #f6f4f5 40%,#f6f4f5 82%,#e0e1e1 99%);
		padding: 3% 3% ;
		width: 92%;
		margin: 20px auto 20px;
		border-radius:11px 11px;
		position:relative;
		border:0 solid #222222;
		max-width:366px;
	}
	.galaxy-a53-popshop .head-popshop{
		text-indent:0;
		height:80px;
		padding:0;
	}
	.galaxy-a53-popshop .head-popshop h3{
		padding-left: 0;
		margin-bottom: 10px;
		line-height: 2.1rem;
		font-family: 'Roboto';
		font-weight: 700;
	}
	.galaxy-a53-popshop .head-popshop h3 span{
		font-family:"Kanit";
		font-size:14px;
		font-weight:400;
	}
	.galaxy-a53-popshop .head-popshop h3 small{
		font-size:18px;
		font-family:"Roboto","Kanit";
		font-weight:600;
		margin-top: 10px;
		display: block;
	}
	.galaxy-a53-popshop .block-popshop{
		height:80px;
		margin: 0 0 15px 0;
		border:1px solid #e3e3e4;
	}
	.galaxy-a53-popshop .block-popshop img{
		width: 80px;
		height: auto;
		top: 4px;
		max-width: 70px;
	}
	.galaxy-a53-popshop .block-popshop h5 span{
		font-size: 12px;
		font-weight: 400;
		font-family: 'Roboto';
	}
	.galaxy-a53-popshop .popshop-promotion ul{
		padding: 0 15px 10px 40px;
	}
	.galaxy-a53-popshop .block-popshop a.btn-shop{
		background: #ffdd00;
		color: black !important;
		font-weight: 600;
		top: 35px;
	}








	.redmi-note12pro-popshop{
		background: url(https://www.siamphone.com/images/pop-shop/redmi/redmi-note12pro/head.png) no-repeat right top, linear-gradient(135deg, #f6f4f5 40%,#f6f4f5 82%,#e0e1e1 99%);
		padding: 3% 3% ;
        width: 92%;
		margin: 20px auto 20px;
		border-radius:11px 11px;
		position:relative;

        border:1px solid #B2D234;
        border:0 solid #222222;

		max-width:366px;
	}
	.redmi-note12pro-popshop .head-popshop{
        text-indent:0;
        height:80px;
    }
	.redmi-note12pro-popshop .head-popshop h3{
        padding-left: 0;
        margin-bottom: 10px;
        line-height: 2.1rem;
        font-family: 'Roboto';
        font-weight: 700;
	}
	.redmi-note12pro-popshop .head-popshop h3 span{
		font-family:"Kanit";
		font-size:14px;
		font-weight:400;
	}
    .redmi-note12pro-popshop .head-popshop h3 small{
        font-size:18px;
        font-family:"Roboto","Kanit";
        font-weight:600;
        margin-top: 10px;
        display: block;
    }
    .redmi-note12pro-popshop .block-popshop{
        height:80px;
        margin: 0 0 15px 0;
    }
	.redmi-note12pro-popshop .block-popshop img{
        width: 80px;
        height: auto;
        top: -6px;
        max-width: 60px;
	}
	.redmi-note12pro-popshop .block-popshop h5 span{
		font-size: 12px;
		font-weight: 400;
		font-family: 'Roboto';
	}
	
	.redmi-note12pro-popshop .block-popshop .col-3{
		width:25%;
		padding:0;
	}
	.redmi-note12pro-popshop .block-popshop h5{
		margin-top:5px;
	}
	.redmi-note12pro-popshop .block-popshop strong {
		font-weight: 500;
	}
	.redmi-note12pro-popshop .popshop-promotion ul{
		padding: 0 15px 10px 40px;
	}
    .redmi-note12pro-popshop .block-popshop a.btn-shop{
        background: #ffffff;
        color: black !important;
        font-weight: 600;
        top: 0;
        position: relative;
        border: 0px solid #000;
        box-shadow: 0 0 1px #000;
        border-radius: 8px;
		display:block;
		margin:0 auto;
		right:auto;
		bottom:auto;
    }
    .redmi-note12pro-popshop .block-popshop a.btn-shop img{
        max-width: 80px;
        position: relative;
		top: 5px;
		left: -7px;
    }




	/* nubia pad 3d */
	.nubia-pad3d-popshop{
		background: url(https://www.siamphone.com/images/pop-shop/nubia/pad-3d/head.png) no-repeat right top,  linear-gradient(68deg, #1f0b1d 20%,#532951 60%,#72a19f 99%);
		padding: 3% 3% ;
        width: 92%;
		margin: 20px auto 20px;
		border-radius:11px 11px;
		position:relative;

        border:1px solid #B2D234;
        border:0 solid #222222;

		max-width:366px;
	}
	.nubia-pad3d-popshop .head-popshop{
        text-indent:0;
        height:80px;
    }
	.nubia-pad3d-popshop .head-popshop h3{
        padding-left: 0;
        margin-bottom: 10px;
        line-height: 2.1rem;
        font-family: 'Roboto';
	}
	.nubia-pad3d-popshop .head-popshop h3 a{
        color:#ff0000;
        font-weight: 700;
        font-size: 28px;
    }
	.nubia-pad3d-popshop .head-popshop h3 span{
		font-family:"Kanit";
		font-size:18px;
		font-weight:400;
        display:block;
        color:#fff;
	}
    .nubia-pad3d-popshop .block-popshop{
        height:80px;
    }
    .nubia-pad3d-popshop .block-popshop a img {
        max-width: 90px;
        top: 1px;
    	left: 5px;
    }
    .nubia-pad3d-popshop .block-popshop h5 a {
        line-height: 30px;
        font-size: 20px;
    }
    .nubia-pad3d-popshop .popshop-promotion ul {
        padding:0 15px 12px 35px;
    }
    .nubia-pad3d-popshop li{
        font-weight: 300;
        text-align: left;
    }
    .nubia-pad3d-popshop p.warning{
        color:#ddd;
    }
    .nubia-pad3d-popshop .block-popshop a.btn-shop{
        top:35px;
    }




	/* banana */
	.banana-backtoschool-popshop{
		background: url(https://www.siamphone.com/images/pop-shop/banana/backtoschool/head.jpg) no-repeat right top,  linear-gradient(132deg, #ffdd04 20%,#309396 60%,#2f9295 99%);
		background-size:100%;
		padding: 3% 3% ;
        width: 92%;
		margin: 20px auto 20px;
		border-radius:11px 11px;
		position:relative;
		max-width:366px;
	}
	.banana-backtoschool-popshop .head-popshop{
        text-indent:0;
        height:100px;
    }
	.banana-backtoschool-popshop .head-popshop h3{
        padding-left: 0;
        margin-bottom: 10px;
        line-height: 2.1rem;
        font-family: 'Roboto';
        font-weight: 700;
        font-size: 28px;
	}
	.banana-backtoschool-popshop .head-popshop h3 a{
        color:transparent;
    }
	.banana-backtoschool-popshop .head-popshop h3 span{
		font-family:"Kanit";
		font-size:18px;
		font-weight:400;
        display:block;
        color:transparent;
	}
    .banana-backtoschool-popshop .block-popshop{
        height:80px;
		border:0;
    }
    .banana-backtoschool-popshop .block-popshop a img {
		max-width: 60px;
   		top: 10px;
    }
    .banana-backtoschool-popshop .block-popshop h5 a {
        line-height: 30px;
    }
    .banana-backtoschool-popshop .popshop-promotion ul {
        padding:0 15px 12px 35px;
    }
    .banana-backtoschool-popshop li{
        font-weight: 300;
        text-align: left;
    }
    .banana-backtoschool-popshop p.warning{
        color:#f1f1f1;
    }

	
	/* acer banana */
    .banana-acer-popshop{
		background:url(https://www.siamphone.com/images/pop-shop/banana/backtoschool/head_acer.jpg) no-repeat right top,  linear-gradient(311deg, #132a36 20%,#1c2f3e 60%,#112a36 99%);
		background-size:100%;
		padding: 3% 3% ;
        width: 92%;
		margin: 20px auto 20px;
		border-radius:11px 11px;
		position:relative;
		max-width:366px;
	}
	.banana-acer-popshop .head-popshop{
        text-indent:0;
        height:100px;
    }
	.banana-acer-popshop .head-popshop h3{
        padding-left: 0;
        margin-bottom: 10px;
        line-height: 2.1rem;
        font-family: 'Roboto';
        font-weight: 700;
        font-size: 28px;
	}
	.banana-acer-popshop .head-popshop h3 a{
        color:transparent;
    }
	.banana-acer-popshop .head-popshop h3 span{
		font-family:"Kanit";
		font-size:18px;
		font-weight:400;
        display:block;
        color:transparent;
	}
    .banana-acer-popshop .block-popshop{
        height:80px;
		border:0;

    }
    .banana-acer-popshop .block-popshop a img {
        max-width: 90px;
        top: -5px;
		left: 5px;
    }
    .banana-acer-popshop .block-popshop h5 a {
        line-height: 30px;
    }
    .banana-acer-popshop .popshop-promotion ul {
        padding:0 15px 12px 35px;
    }
    .banana-acer-popshop li{
        font-weight: 300;
        text-align: left;
    }
    .banana-acer-popshop p.warning{
        color:#f1f1f1;
    }



	/* OPPO A98 */
	.oppo-a98-popshop{
		background: url(https://www.siamphone.com/images/pop-shop/oppo-a98/head.png) no-repeat right top, linear-gradient(135deg, #dde9f6 40%,#f6f4f5 82%,#e3ebf6 99%);
		padding: 3% 3% ;
        width: 92%;
		margin: 20px auto 20px;
		border-radius:11px 11px;
		position:relative;

        border:1px solid #B2D234;
        border:0 solid #222222;

		max-width:366px;
	}
	.oppo-a98-popshop .head-popshop{
        text-indent:0;
        height:80px;
    }
	.oppo-a98-popshop .head-popshop h3{
        padding-left: 0;
        margin-bottom: 10px;
        line-height: 1.5rem;
        font-family: 'Roboto';
        font-weight: 700;
        font-size:30px;
	}
	.oppo-a98-popshop .head-popshop h3 span{
		font-family:"Kanit";
        font-size: 20px;
        font-weight: 500;
	}
    .oppo-a98-popshop .head-popshop h3 small{
        font-size:18px;
        font-family:"Roboto","Kanit";
        font-weight:600;
        margin-top: 10px;
        display: block;
    }
    .oppo-a98-popshop .block-popshop{
        height:80px;
        margin: 0 0 15px 0;
		border: 1px solid #c9dbee;
    }
	.oppo-a98-popshop .block-popshop img{
        width: 70px;
        height: auto;
        top: 10px;
	}
	.oppo-a98-popshop .block-popshop h5 span{
		font-size: 12px;
		font-weight: 400;
		font-family: 'Roboto';
	}
	.oppo-a98-popshop .popshop-promotion ul{
		padding: 0 15px 10px 40px;
	}
    .oppo-a98-popshop .block-popshop a.btn-shop{
        font-weight: 600;
		top: 25px;
    }
    .oppo-a98-popshop .popshop-promotion img{
		max-width: 240px;
   		margin-left: auto;
   		margin-right: auto;
	}



	/* OPPO A78 */
	
	.oppo-a78-popshop{
		background: url(https://www.siamphone.com/images/pop-shop/oppo-a78/head.png) no-repeat right top, linear-gradient(46deg, #e9e2f4 40%,#fdfdff 82%,#fdfdfe 99%);
		padding: 3% 3% ;
        width: 92%;
		margin: 20px auto 20px;
		border-radius:11px 11px;
		position:relative;

        border:1px solid #B2D234;
        border:0 solid #222222;

		max-width:366px;
	}
	.oppo-a78-popshop .head-popshop{
        text-indent:0;
        height:80px;
    }
	.oppo-a78-popshop .head-popshop h3{
        padding-left: 0;
        margin-bottom: 10px;
        line-height: 1.6rem;
        font-family: 'Roboto';
        font-weight: 700;
        font-size:35px;
	}
	.oppo-a78-popshop .head-popshop h3 span{
		font-family:"Kanit";
        font-size: 20px;
        font-weight: 500;
	}
    .oppo-a78-popshop .head-popshop h3 small{
        font-size:18px;
        font-family:"Roboto","Kanit";
        font-weight:600;
        margin-top: 10px;
        display: block;
    }
    .oppo-a78-popshop .block-popshop{
        height:80px;
        margin: 0 0 15px 0;
    }
	.oppo-a78-popshop .block-popshop img{
        width: 70px;
        height: auto;
        top: 10px;
	}
	.oppo-a78-popshop .block-popshop h5 span{
		font-size: 12px;
		font-weight: 400;
		font-family: 'Roboto';
	}
	.oppo-a78-popshop .popshop-promotion ul{
		padding: 0 15px 10px 40px;
	}
    .oppo-a78-popshop .block-popshop a.btn-shop{
        font-weight: 600;
		top: 25px;
    }
    .oppo-a78-popshop .shopLogo{
        width: 75px;
        height: 24px;
        position: absolute;
        background-size: 100%;
        top: 10px;
        right: 8px;
        display: block;
        padding: 0;
        z-index: 1;
    }
    .oppo-a78-popshop .shopLogo img{
        top: 0;
        left: 0;
        width: 100%;
    }

	
	/* oppo pad air */
	.oppo-padair-popshop{
		background: url(https://www.siamphone.com/images/pop-shop/oppo-a78/head2.png) no-repeat right top, linear-gradient(46deg, #efeff1 40%,#f4f4f6 82%,#f4f4f6 99%);
		padding: 3% 3% ;
        width: 92%;
		margin: 20px auto 20px;
		border-radius:11px 11px;
		position:relative;

        border:1px solid #B2D234;
        border:0 solid #222222;

		max-width:366px;
	}
	.oppo-padair-popshop .head-popshop h3{
		margin-top: 10px;
		margin-bottom: 0;
	}
	.oppo-padair-popshop .head-popshop h3 span {
		font-size: 16px;
		font-weight: 300;
	}
	.oppo-padair-popshop .block-popshop a.btn-shop {
		font-weight: 600;
		top: 40px;
	}

	/* oneplue nord ce3 */
	.oneplus-nordce3-popshop{
		background: url(https://www.siamphone.com/images/pop-shop/oneplus-nordCE3/head.png) no-repeat right top, linear-gradient(46deg, #efeff1 40%,#efeff1 82%,#efeff1 99%);
		padding: 3% 3% ;
        width: 92%;
		margin: 20px auto 20px;
		border-radius:11px 11px;
		position:relative;

        border:1px solid #B2D234;
        border:0 solid #222222;

		max-width:366px;
	}
	.oneplus-nordce3-popshop .head-popshop{
        text-indent:0;
        height:80px;
        padding-top:0;
    }
	.oneplus-nordce3-popshop .head-popshop h3 a{
        font-size: 1.55rem;
        line-height: 2rem;
	}
	.oneplus-nordce3-popshop .head-popshop h3 span{
		font-family:"Kanit";
        font-size: 20px;
        font-weight: 500;
	}
    .oneplus-nordce3-popshop .head-popshop h3 small{
        font-size:18px;
        font-family:"Roboto","Kanit";
        font-weight:600;
        margin-top: 10px;
        display: block;
    }
    .oneplus-nordce3-popshop .block-popshop{
        height:80px;
        margin: 0 0 15px 0;
    }
	.oneplus-nordce3-popshop .block-popshop img{
        width: 70px;
        height: auto;
        top: 10px;
	}
	.oneplus-nordce3-popshop .block-popshop h5 span{
		font-size: 12px;
		font-weight: 400;
		font-family: 'Roboto';
	}
	.oneplus-nordce3-popshop .popshop-promotion ul{
		padding: 0 15px 10px 40px;
	}
    .oneplus-nordce3-popshop .block-popshop a.btn-shop{
        font-weight: 600;
		top: 35px;
    }
    .oneplus-nordce3-popshop .shopLogo{
        width: 90px;
        height: 24px;
        position: absolute;
        background-size: 100%;
        top: 10px;
        right: -1px;
        display: block;
        padding: 0;
        z-index: 1;
    }
    .oneplus-nordce3-popshop .shopLogo img{
        top: 0;
        left: 0;
        width: 100%;
    }


	/* Black Shark Pro 4 */
	.blackshark-4pro-popshop{
		background: url(https://www.siamphone.com/images/pop-shop/blackshark-4pro/head.png) no-repeat right top, linear-gradient(72deg, #05011f 40%,#2c2c73 82%,#050a14 99%);
        padding: 3% 3% ;
        width: 92%;
		margin: 20px auto 20px;
		border-radius:11px 11px;
		position:relative;
		max-width:366px;
	}
	.blackshark-4pro-popshop .head-popshop{
        text-indent:0;
        height:80px;
        padding-top:0;
    }
	.blackshark-4pro-popshop .head-popshop h3 a{
        font-size: 1.55rem;
        line-height: 2rem;
        color:#fff;
	}
	.blackshark-4pro-popshop .head-popshop h3 span{
		font-family:"Roboto";
        font-size: 20px;
        font-weight: 300;
        display:block;
	}
    .blackshark-4pro-popshop .head-popshop h3 small{
        font-size:18px;
        font-family:"Roboto","Kanit";
        font-weight:600;
        margin-top: 10px;
        display: block;
    }
    .blackshark-4pro-popshop .block-popshop{
        height:80px;
        margin: 0 0 15px 0;
    }
	.blackshark-4pro-popshop .block-popshop img{
        width: 70px;
        height: auto;
        top: 10px;
	}
	.blackshark-4pro-popshop .block-popshop h5 span{
		font-size: 12px;
		font-weight: 400;
		font-family: 'Roboto';
	}
	.blackshark-4pro-popshop .popshop-promotion ul{
		padding: 0 15px 10px 40px;
	}
    .blackshark-4pro-popshop .block-popshop a.btn-shop{
        font-weight: 600;
		top: 35px;
    }
    .blackshark-4pro-popshop .popshop-promotion img{
        max-width:80px;
        border-radius:10px;
		margin-left: 15px;
    }
    .blackshark-4pro-popshop .popshop-promotion p{
        padding-top:0;
    }
    .blackshark-4pro-popshop p.warning{
        color:#d8d8d8;
    }



	/* Notebook */
	.notebook-asus515-popshop{
		background: url(https://www.siamphone.com/images/pop-shop/notebook_asus/head.png) no-repeat right top, linear-gradient(46deg, #efeff1 40%,#efeff1 82%,#efeff1 99%);
        padding: 3% 3% ;
        width: 92%;
		margin: 20px auto 20px;
		border-radius:11px 11px;
		position:relative;

        border:1px solid #B2D234;
        border:0 solid #222222;

		max-width:366px;
	}
	.notebook-asus515-popshop .head-popshop{
        text-indent:0;
        height:80px;
        padding-top:0;
    }
	.notebook-asus515-popshop .head-popshop h3 a{
        font-size: 1.55rem;
        line-height: 2rem;
	}
	.notebook-asus515-popshop .head-popshop h3 span{
		font-family:"Kanit";
        font-size: 20px;
        font-weight: 500;
	}
    .notebook-asus515-popshop .head-popshop h3 small{
        font-size:18px;
        font-family:"Roboto","Kanit";
        font-weight:600;
        margin-top: 10px;
        display: block;
    }
    .notebook-asus515-popshop .block-popshop{
        height:80px;
        margin: 0 0 15px 0;
    }
	.notebook-asus515-popshop .block-popshop img{
        max-width: 80px;
        height: auto;
        top: 12px;
        width: 80px;
	}
	.notebook-asus515-popshop .block-popshop h5 span{
		font-size: 12px;
		font-weight: 400;
		font-family: 'Roboto';
	}
	.notebook-asus515-popshop .popshop-promotion ul{
		padding: 0 15px 10px 40px;
	}
    .notebook-asus515-popshop .block-popshop a.btn-shop{
        font-weight: 600;
		top: 35px;
    }



	/* Samsung Galaxy Tab S8|S8+ */
	.galaxy-tabs8-popshop{
		background: url(https://www.siamphone.com/images/pop-shop/galaxy_tabs8/head.png) no-repeat right top, linear-gradient(46deg, #efeff1 40%,#efeff1 82%,#efeff1 99%);
        padding: 3% 3% ;
        width: 92%;
		margin: 20px auto 20px;
		border-radius:11px 11px;
		position:relative;
        border:0 solid #222222;

		max-width:366px;
	}
	.galaxy-tabs8-popshop .head-popshop{
        text-indent:0;
        height:80px;
        padding-top:0;
    }
	.galaxy-tabs8-popshop .head-popshop h3 a{
        font-size: 1.55rem;
        line-height: 2rem;
	}
	.galaxy-tabs8-popshop .head-popshop h3 span{
		font-family:"Kanit";
        font-size: 20px;
        font-weight: 500;
	}
    .galaxy-tabs8-popshop .head-popshop h3 small{
        font-size:18px;
        font-family:"Roboto","Kanit";
        font-weight:600;
        margin-top: 10px;
        display: block;
    }
    .galaxy-tabs8-popshop .block-popshop{
        height:80px;
        margin: 0 0 15px 0;
		overflow: unset;
    }
	.galaxy-tabs8-popshop .block-popshop img{
        width: 70px;
        height: auto;
        top: 10px;
	}
	.galaxy-tabs8-popshop .block-popshop h5{
		margin:0;
	}
	.galaxy-tabs8-popshop .block-popshop h5 a{
		line-height: 1.8rem;
   	 	font-size: 1rem;
		font-weight: 600;
		font-family: 'Roboto';
	}
	.galaxy-tabs8-popshop .popshop-promotion ul{
		padding: 0 15px 10px 40px;
	}
    .galaxy-tabs8-popshop .block-popshop a.btn-shop{
        font-weight: 600;
		top: 35px;
    }
    .galaxy-tabs8-popshop .shopLogo{
        width: 90px;
        height: 20px;
        position: absolute;
        background-size: 100%;
		top: 2px;
    	left: 3px;
        display: block;
        padding: 0;
        z-index: 1;
    	border-radius: 30px;
    }
    .galaxy-tabs8-popshop .shopLogo img{
        top: 0;
        left: 0;
        width: 100%;
    }



	/* Galaxy A23 */
	.galaxy-a23-popshop{
		background:url(https://www.siamphone.com/images/pop-shop/galaxy_a23/head.png) no-repeat right top, linear-gradient(168deg, #f6f4f5 40%,#dfdfdf 82%,#e5e5e5 99%);
		padding: 3% 3% ;
        width: 92%;
		margin: 20px auto 20px;
		border-radius:11px 11px;
		position:relative;

        border:1px solid #B2D234;
        border:0 solid #222222;

		max-width:366px;
	}
	.galaxy-a23-popshop .head-popshop{
        text-indent:0;
        height:80px;
		padding:0;
    }
	.galaxy-a23-popshop .head-popshop h3{
        padding-left: 0;
        margin-bottom: 10px;
        font-family: 'Roboto';
        font-weight: 700;
	}
	.galaxy-a23-popshop .head-popshop h3 a {
		font-size: 1.55rem;
		line-height: 2rem;
	}
    .galaxy-a23-popshop .block-popshop{
        height:80px;
        margin: 0 0 15px 0;
        border:1px solid #e3e3e4;
    }
	.galaxy-a23-popshop .block-popshop img{
        width: 80px;
        height: auto;
        top: 4px;
        max-width: 70px;
	}
	.galaxy-a23-popshop .block-popshop h5 span{
		font-size: 12px;
		font-weight: 400;
		font-family: 'Roboto';
	}
	.galaxy-a23-popshop .popshop-promotion ul{
		padding: 0 15px 10px 40px;
	}
    .galaxy-a23-popshop .block-popshop a.btn-shop{
        font-weight: 600;
		top: 25px;
    }



	/* Honor 90 */
	.honor-90lite-popshop{
        background: url(https://www.siamphone.com/images/pop-shop/honor_90/head-lite.png) no-repeat right top, linear-gradient(187deg, #ffffff 0,#edfcfe 40%,#a8d5e1 82%,#70acbd 99%);
        padding: 3% 3%;
        width: 92%;
        margin: 20px auto 20px;
        border-radius: 11px 11px;
        position: relative;
        border: 0px solid #222222;
        max-width: 366px;
	}
	.honor-90lite-popshop .head-popshop{
        text-indent:0;
        height:90px;
        padding-top:0;
    }
	.honor-90lite-popshop .head-popshop h3 a{
        font-size: 30px;
        line-height: 50px;
	}
	.honor-90lite-popshop .head-popshop h3 span{
        font-family: 'Roboto',"Kanit";
        font-size: 12px;
        font-weight: 400;
        display: block;
        line-height: 16px;
        margin-top:5px;
	}
    .honor-90lite-popshop .head-popshop h3 small{
        font-size:18px;
        font-family:"Roboto","Kanit";
        font-weight:600;
        margin-top: 10px;
        display: block;
    }
    .honor-90lite-popshop .block-popshop{
        height:80px;
        margin: 0 0 15px 0;
        border:0;
        box-shadow: 0 0 10px #d4f6ff;
    }
	.honor-90lite-popshop .block-popshop img{
        width: 100px;
        height: auto;
        top: 10px;
        left: 12px;
        max-width: 75px;
	}
	.honor-90lite-popshop .block-popshop h5 span{
		font-size: 12px;
		font-weight: 400;
		font-family: 'Roboto';
	}
	.honor-90lite-popshop .popshop-promotion ul{
		padding: 0 15px 0 40px;
	}
    .honor-90lite-popshop .popshop-promotion img {
        max-height: 150px;
        max-width: 275px;
        margin: 5px auto 15px;
        width: auto;
        height: auto;
        display: block;
        border-radius: 10px;
    }
    .honor-90lite-popshop .block-popshop a.btn-shop{
        font-weight: 600;
		top: 35px;
    }
    .honor-90lite-popshop .shopLogo{
        width: 90px;
        height: 24px;
        position: absolute;
        background-size: 100%;
        top: 10px;
        right: -1px;
        display: block;
        padding: 0;
        z-index: 1;
    }
    .honor-90lite-popshop .shopLogo img{
        max-width:100px;
        width: auto;
        height:auto;
        position: relative;
    }
    .honor-90lite-popshop .tgfone img {
        width: 48px;
        height: auto;
        top: -5px;
        left: 20px;
    }
    .honor-90lite-popshop .lazada img {
        width: auto;
        height: 19px;
        top: -5px;
        left: -7px;
    }
	.honor-90-popshop{
        background: url(https://www.siamphone.com/images/pop-shop/honor_90/head.png) no-repeat right top, linear-gradient(187deg, #ffffff 0,#f6e8d0 40%,#e7e0d7 82%,#d2c3b7 99%);
        padding: 3% 3%;
        width: 92%;
        margin: 20px auto 20px;
        border-radius: 11px 11px;
        position: relative;
        border: 0px solid #222222;
        max-width: 366px;
	}
    .honor-90-popshop .block-popshop{
        box-shadow: 0 0 10px #ede4dd;
    }





	/* vivo x90 pro */
	.vivo-x90pro-popshop{
		background:var(--home-body-bg) url(https://www.siamphone.com/images/pop-shop/vivo/head.png) no-repeat right top;
        padding: 3% 3% ;
        width: 92%;
		margin: 20px auto 20px;
		border-radius:11px 11px;
		position:relative;
        border:1px solid var(--home-blackwhite-color);

		max-width:366px;
	}
	.vivo-x90pro-popshop .head-popshop{
        text-indent:0;
        height:80px;
        padding-top:0;
    }
	.vivo-x90pro-popshop .head-popshop h3 a{
        font-size: 1.55rem;
        line-height: 2rem;
		color: var(--home-blackwhite-color);
	}
	.vivo-x90pro-popshop .head-popshop h3 span{
		font-family:"Roboto";
        font-size: 20px;
        font-weight: 400;
        display:block;
	}
    .vivo-x90pro-popshop .head-popshop h3 small{
        font-size:18px;
        font-family:"Roboto","Kanit";
        font-weight:600;
        margin-top: 10px;
        display: block;
    }
    .vivo-x90pro-popshop .block-popshop{
        height:80px;
        margin: 0 0 15px 0;
		overflow: unset;
		border:1px solid ar(--home-blackwhite-color);
    }
	.vivo-x90pro-popshop .block-popshop img{
        width: 70px;
        height: auto;
        top: 10px;
	}
	.vivo-x90pro-popshop .block-popshop h5{
		margin:0;
	}
	.vivo-x90pro-popshop .block-popshop h5 a{
		line-height: 1.8rem;
   	 	font-size: 1rem;
		font-weight: 600;
		font-family: 'Roboto';
	}
	.vivo-x90pro-popshop .popshop-promotion ul{
		padding: 0 15px 10px 40px;
	}
    .vivo-x90pro-popshop .block-popshop a.btn-shop{
        font-weight: 600;
		top: 35px;
    }


	/* vivo v series */
	.vivo-vseries-popshop{
		background:url(https://www.siamphone.com/images/pop-shop/vivo/head2.png) no-repeat right top, linear-gradient(135deg, #fdfdfd 40%,#e4e4e4 82%,#e0e1e1 99%);
        padding: 3% 3% ;
        width: 92%;
		margin: 20px auto 20px;
		border-radius:11px 11px;
		position:relative;
        border:1px solid #000000;

		max-width:366px;
	}
	.vivo-vseries-popshop .head-popshop{
        text-indent:0;
        height:50px;
        padding-top:0;
    }
	.vivo-vseries-popshop .head-popshop h3{
		text-indent: 100px;
		margin-top: 25px;
	}
	.vivo-vseries-popshop .head-popshop h3 a{
        font-size: 1.55rem;
        line-height: 2rem;
	}
	.vivo-vseries-popshop .head-popshop h3 span{
		font-family:"Roboto";
        font-size: 20px;
        font-weight: 400;
        display:block;
	}
    .vivo-vseries-popshop .head-popshop h3 small{
        font-size:18px;
        font-family:"Roboto","Kanit";
        font-weight:600;
        margin-top: 10px;
        display: block;
    }
    .vivo-vseries-popshop .block-popshop{
        height:80px;
        margin: 0 0 15px 0;
		overflow: unset;
    }
	.vivo-vseries-popshop .block-popshop img{
        width: 70px;
        height: auto;
        top: 10px;
	}
	.vivo-vseries-popshop .block-popshop h5{
		margin:0;
	}
	.vivo-vseries-popshop .block-popshop h5 a{
		line-height: 1.8rem;
   	 	font-size: 1.15rem;
		font-weight: 600;
		font-family: 'Roboto';
	}
	.vivo-vseries-popshop .block-popshop h5 span{
		font-size: 12px;
		font-weight: 400;
		font-family: 'Roboto';
	}
	.vivo-vseries-popshop .popshop-promotion ul{
		padding: 0 15px 10px 40px;
	}
    .vivo-vseries-popshop .block-popshop a.btn-shop{
        font-weight: 600;
		top: 35px;
    }


	/* honor magic 5 pro*/
	.honor-magic5pro-popshop{
		background:url(https://www.siamphone.com/images/pop-shop/honor-magic5pro/head.png) no-repeat right top, linear-gradient(183deg, #ebf8f8 40%,#bad3d0 82%,#a9c4c0 99%);
        padding: 3% 3% ;
        width: 92%;
		margin: 20px auto 20px;
		border-radius:11px 11px;
		position:relative;
        border:0 solid #000000;

		max-width:366px;
	}
	.honor-magic5pro-popshop .head-popshop{
        text-indent:0;
        height:80px;
        padding-top:0;
    }
	.honor-magic5pro-popshop .head-popshop h3 a{
        font-size: 1.55rem;
        line-height: 2rem;
	}
	.honor-magic5pro-popshop .head-popshop h3 span{
        font-family: "Kanit";
        font-size: 14px;
        font-weight: 300;
        display: block;
        line-height: 1.35rem;
	}
    .honor-magic5pro-popshop .block-popshop{
        height:80px;
        margin: 0 0 15px 0;
		overflow: unset;
		border: 1px solid #abc6c2;
    }
	.honor-magic5pro-popshop .block-popshop img{
        width: 70px;
        height: auto;
        top: 10px;
	}
	.honor-magic5pro-popshop .block-popshop h5{
		margin:0;
	}
	.honor-magic5pro-popshop .block-popshop h5 a{
		line-height: 1.8rem;
   	 	font-size: 1.15rem;
		font-weight: 600;
		font-family: 'Roboto',"Kanit";
	}
	.honor-magic5pro-popshop .block-popshop h5 span{
		font-size: 12px;
		font-weight: 400;
		font-family: 'Roboto';
	}
	.honor-magic5pro-popshop .popshop-promotion ul{
		padding: 0 15px 10px 40px;
	}
    .honor-magic5pro-popshop .block-popshop a.btn-shop{
        font-weight: 600;
		top: 35px;
    }



	/* Huawei Nava 11 Pro */
	.huawei_nova11pro-popshop{
		background: url(https://www.siamphone.com/images/pop-shop/huawei_nova11pro/head.png) no-repeat right top, linear-gradient(177deg, #E5EAE6 30%, #a7d0ba 99%);
        padding: 3% 3% ;
        width: 92%;
		margin: 20px auto 20px;
		border-radius:11px 11px;
		position:relative;
        border:0 solid #000000;

		max-width:366px;
	}
	.huawei_nova11pro-popshop .head-popshop{
        text-indent:0;
        height:80px;
        padding-top:0;
    }
	.huawei_nova11pro-popshop .head-popshop h3 a{
        font-size: 1.55rem;
        line-height: 2rem;
	}
	.huawei_nova11pro-popshop .head-popshop h3 span{
		font-family:"Roboto";
        font-size: 20px;
        font-weight: 400;
        display:block;
	}
    .huawei_nova11pro-popshop .head-popshop h3 small{
        font-size:18px;
        font-family:"Roboto","Kanit";
        font-weight:600;
        display: block;
    }
    .huawei_nova11pro-popshop .block-popshop{
        height:80px;
        margin: 0 0 15px 0;
		overflow: unset;
    }
	.huawei_nova11pro-popshop .block-popshop img{
        width: 70px;
        height: auto;
        top: 10px;
	}
	.huawei_nova11pro-popshop .block-popshop h5{
		margin:0;
	}
	.huawei_nova11pro-popshop .block-popshop h5 a{
		line-height: 1.8rem;
   	 	font-size: 1.15rem;
		font-weight: 600;
		font-family: 'Roboto';
	}
	.huawei_nova11pro-popshop .popshop-promotion ul{
		padding: 0 15px 10px 40px;
	}
    .huawei_nova11pro-popshop .block-popshop a.btn-shop{
        font-weight: 600;
		top: 35px;
    }
    .huawei_nova11pro-popshop .popshop-promotion p{
        padding-top:0;
        margin-top:0;
    }
    .huawei_nova11pro-popshop .popshop-promotion img {
        max-width: 280px;
        margin: 0 auto;
        display: block;
    }


	/* realme 11 pro */
	.realme-11pro-popshop{
		background: url(https://www.siamphone.com/images/pop-shop/realme-11pro/head.png) no-repeat right top, linear-gradient(177deg, #fdf9ef 30%, #e4dcce 99%);
        padding: 3% 3% ;
        width: 92%;
		margin: 20px auto 20px;
		border-radius:11px 11px;
		position:relative;
        border:0 solid #000000;
		max-width:366px;
	}
	.realme-11pro-popshop .head-popshop{
        text-indent:0;
        height:80px;
        padding-top:0;
    }
	.realme-11pro-popshop .head-popshop h3 a{
        font-size: 1.55rem;
        line-height: 2rem;
	}
	.realme-11pro-popshop .head-popshop h3 span{
		font-family:"Roboto";
        font-size: 20px;
        font-weight: 400;
        display:block;
	}
    .realme-11pro-popshop .block-popshop{
        height:80px;
        margin: 0 0 15px 0;
		overflow: unset;
        border: 1px solid #dea35c;
    }
	.realme-11pro-popshop .block-popshop img{
        width: 70px;
        height: auto;
        top: 10px;
	}
	.realme-11pro-popshop .block-popshop h5{
		margin:0;
	}
	.realme-11pro-popshop .block-popshop h5 a{
		line-height: 1.8rem;
   	 	font-size: 1.15rem;
		font-weight: 600;
		font-family: 'Roboto';
	}
	.realme-11pro-popshop .block-popshop h5 span{
		font-size: 12px;
		font-weight: 400;
		font-family: 'Roboto';
	}
	.realme-11pro-popshop .popshop-promotion ul{
		padding: 0 15px 10px 40px;
	}
    .realme-11pro-popshop .block-popshop a.btn-shop{
        font-weight: 600;
		top: 35px;
    }
    .realme-11pro-popshop .popshop-promotion p{
        padding-top:0;
        margin-top:0;
    }
    .realme-11pro-popshop .popshop-promotion img {
        max-width: 280px;
        margin: 0 auto;
        display: block;
		border-radius: 13px;
    }



	/* Samsung Galaxy A54 */
	.galaxy-a54-popshop{
		background: url(https://www.siamphone.com/images/pop-shop/galaxy-a54/head.png) no-repeat right top, linear-gradient(135deg, #f6f4f5 40%,#f6f4f5 82%,#e0e1e1 99%);
		padding: 3% 3% ;
        width: 92%;
		margin: 20px auto 20px;
		border-radius:11px 11px;
		position:relative;

        border:1px solid #B2D234;
        border:0 solid #222222;

		max-width:366px;
	}
	.galaxy-a54-popshop .head-popshop{
        text-indent:0;
        height:80px;
    }
	.galaxy-a54-popshop .head-popshop h3{
        padding-left: 0;
        margin-bottom: 10px;
        line-height: 2.1rem;
        font-family: 'Roboto';
        font-weight: 700;
	}
	.galaxy-a54-popshop .head-popshop h3 span{
		font-family:"Kanit";
		font-size:14px;
		font-weight:400;
	}
    .galaxy-a54-popshop .head-popshop h3 small{
        font-size:18px;
        font-family:"Roboto","Kanit";
        font-weight:600;
        margin-top: 10px;
        display: block;
    }
    .galaxy-a54-popshop .block-popshop{
        height:80px;
        margin: 0 0 15px 0;
        border:1px solid #e3e3e4;
    }
	.galaxy-a54-popshop .block-popshop img{
        width: 80px;
        height: auto;
        top: 4px;
        max-width: 70px;
	}
	.galaxy-a54-popshop .block-popshop h5 span{
		font-size: 12px;
		font-weight: 400;
		font-family: 'Roboto';
	}
	.galaxy-a54-popshop .popshop-promotion ul{
		padding: 0 15px 10px 40px;
	}
    .galaxy-a54-popshop .block-popshop a.btn-shop{
        font-weight: 600;
		top: 35px;
    }



	/* ROG Phone 7 */
	.rog-phone7-popshop{
		background: url(https://www.siamphone.com/images/pop-shop/rog-phone7/head.png) no-repeat right top, linear-gradient(72deg, #1e1e1e 40%,#1e1e1e 82%,#1e1e1e 99%);
        padding: 3% 3% ;
        width: 92%;
		margin: 20px auto 20px;
		border-radius:11px 11px;
		position:relative;

        border:1px solid #B2D234;
        border:0 solid #222222;

		max-width:366px;
	}
	.rog-phone7-popshop .head-popshop{
        text-indent:0;
        height:80px;
        padding-top:0;
    }
	.rog-phone7-popshop .head-popshop h3 a{
        font-size: 1.55rem;
        line-height: 2rem;
        color:#fff;
	}
	.rog-phone7-popshop .head-popshop h3 span{
		font-family:"Roboto";
        font-size: 20px;
        font-weight: 300;
        display:block;
	}
    .rog-phone7-popshop .block-popshop{
        height:80px;
        margin: 0 0 15px 0;
    }
	.rog-phone7-popshop .block-popshop img{
        width: 70px;
        height: auto;
        top: 10px;
	}
	.rog-phone7-popshop .popshop-promotion ul{
		padding: 0 15px 10px 40px;
	}
    .rog-phone7-popshop .block-popshop a.btn-shop{
        font-weight: 600;
		top: 35px;
    }
    .rog-phone7-popshop .popshop-promotion img{
        max-width: 280px;
		border-radius: 8px;
		max-height: 150px;
		margin: 0 auto;
    }
    .rog-phone7-popshop .popshop-promotion p{
        padding-top:0;
    }
    .rog-phone7-popshop p.warning{
        color:#d8d8d8;
    }



	/* oneplus nord 3 */
	.oneplus-nord3-popshop{
		background: url(https://www.siamphone.com/images/pop-shop/oneplus-nord3/head.png) no-repeat right top, linear-gradient(46deg, #efeff1 40%,#efeff1 82%,#efeff1 99%);
        padding: 3% 3% ;
        width: 92%;
		margin: 20px auto 20px;
		border-radius:11px 11px;
		position:relative;

        border:1px solid #B2D234;
        border:0 solid #222222;

		max-width:366px;
	}
	.oneplus-nord3-popshop .head-popshop{
        text-indent:0;
        height:80px;
        padding-top:0;
    }
	.oneplus-nord3-popshop .head-popshop h3 a{
        font-size: 1.55rem;
        line-height: 2rem;
	}
	.oneplus-nord3-popshop .head-popshop h3 span{
		font-family:"Kanit";
        font-size: 20px;
        font-weight: 500;
	}
    .oneplus-nord3-popshop .head-popshop h3 small{
        font-size:18px;
        font-family:"Roboto","Kanit";
        font-weight:600;
        margin-top: 10px;
        display: block;
    }
    .oneplus-nord3-popshop .block-popshop{
        height:80px;
        margin: 0 0 15px 0;
    }
	.oneplus-nord3-popshop .block-popshop img{
        width: 70px;
        height: auto;
        top: 10px;
	}
	.oneplus-nord3-popshop .block-popshop h5 span{
		font-size: 12px;
		font-weight: 400;
		font-family: 'Roboto';
	}
	.oneplus-nord3-popshop .popshop-promotion ul{
		padding: 0 15px 10px 40px;
	}
    .oneplus-nord3-popshop .popshop-promotion img {
        max-height: 150px;
        max-width: 250px;
        margin: 0 auto;
    }
    .oneplus-nord3-popshop .block-popshop a.btn-shop{
        font-weight: 600;
		top: 35px;
    }
    .oneplus-nord3-popshop .shopLogo{
        width: 90px;
        height: 24px;
        position: absolute;
        background-size: 100%;
        top: 10px;
        right: -1px;
        display: block;
        padding: 0;
        z-index: 1;
    }
    .oneplus-nord3-popshop .shopLogo img{
        top: 0;
        left: 0;
        width: 100%;
    }



	/* Notebook Acer Swift 3 */
	.notebook-acerswift-popshop{
		background:url(https://www.siamphone.com/images/pop-shop/notebook_acer_swift/head.png) no-repeat right top, linear-gradient(46deg, #596358 40%,#374430 82%,#efeff1 99%);
        padding: 3% 3% ;
        width: 92%;
		margin: 20px auto 20px;
		border-radius:11px 11px;
		position:relative;
        border:0;
		max-width:366px;
	}
	.notebook-acerswift-popshop .head-popshop{
        text-indent:0;
        height:80px;
        padding-top:0;
    }
	.notebook-acerswift-popshop .head-popshop h3 a{
        font-size: 1.55rem;
        line-height: 2rem;
        color:#ffffff;
	}
	.notebook-acerswift-popshop .head-popshop h3 span{
		font-family:"Kanit";
        font-size: 20px;
        font-weight: 500;
	}
    .notebook-acerswift-popshop .block-popshop{
        height:80px;
        margin: 0 0 15px 0;
        border:0;
    }
	.notebook-acerswift-popshop .block-popshop img{
        max-width: 80px;
        height: auto;
        top: 12px;
        width: 80px;
	}
	.notebook-acerswift-popshop .block-popshop h5 span{
		font-size: 12px;
		font-weight: 400;
		font-family: 'Roboto';
	}
	.notebook-acerswift-popshop .popshop-promotion ul{
		padding: 0 15px 10px 40px;
	}
    .notebook-acerswift-popshop .block-popshop a.btn-shop{
        font-weight: 600;
		top: 35px;
    }
    .notebook-acerswift-popshop p.warning{
        color:#9a9c8a;
    }



	/* JBL tour pro 2*/
	.jbl-tourpro2-popshop{
		background:url(https://www.siamphone.com/images/pop-shop/jbl-tour-pro2/head.png) no-repeat right top, linear-gradient(46deg, #ef4625 40%,#ef4625 82%,#ef4625 99%);
        padding: 3% 3% ;
        width: 92%;
		margin: 20px auto 20px;
		border-radius:11px 11px;
		position:relative;

        border:1px solid #B2D234;
        border:0 solid #222222;

		max-width:366px;
	}
	.jbl-tourpro2-popshop .head-popshop{
        text-indent:0;
        height:80px;
        padding-top:0;
    }
	.jbl-tourpro2-popshop .head-popshop h3 a{
        font-size: 1.55rem;
        line-height: 2rem;
        color:#ffffff;
		font-family: 'Roboto', "Kanit";
	}
	.jbl-tourpro2-popshop .head-popshop h3 span{
		font-family:"Kanit";
        font-size: 20px;
        font-weight: 500;
	}
    .jbl-tourpro2-popshop .block-popshop{
        height:100px;
        margin: 0 0 15px 0;
        border:0;
        background:#ffffff;
        box-shadow: 2px 2px 10px #ba2105;
    }
	.jbl-tourpro2-popshop .itemPrice span{
		padding-left:0;
	}
	.jbl-tourpro2-popshop .block-popshop img{
        max-width: 80px;
        height: auto;
        top: 12px;
		left:10px;
        width: 80px;
	}
	.jbl-tourpro2-popshop .block-popshop h5 span{
		font-size: 12px;
		font-weight: 400;
		font-family: 'Roboto';
	}
    .jbl-tourpro2-popshop .popshop-promotion{
        box-shadow: 2px 2px 10px #ba2105;
    }
	.jbl-tourpro2-popshop .popshop-promotion ul{
		padding: 0 15px 10px 40px;
	}
    .jbl-tourpro2-popshop .block-popshop a.btn-shop{
        font-weight: 600;
		top: 35px;
    }
    .jbl-tourpro2-popshop p.warning{
        color:#8b1b0b;
    }


	/* Galaxy Buds2 Pro*/
	.galaxy-buds2pro-popshopp{
		background:url(https://www.siamphone.com/images/pop-shop/galaxy-bud2pro/head.png) no-repeat right top, linear-gradient(46deg, #f5f5f5 40%,#f5f5f5 82%,#f5f5f5 99%);
        padding: 3% 3% ;
        width: 92%;
		margin: 20px auto 20px;
		border-radius:11px 11px;
		position:relative;
        border:0 solid #222222;
		max-width:366px;
	}
	.galaxy-buds2pro-popshopp .head-popshop{
        text-indent:0;
        height:80px;
        padding-top:0;
    }
	.galaxy-buds2pro-popshopp .head-popshop h3 a{
        font-size: 1.55rem;
        line-height: 2rem;
        color:#222222;
		font-family: 'Roboto', "Kanit";
	}
	.galaxy-buds2pro-popshopp .head-popshop h3 span{
		font-family:"Kanit";
        font-size: 20px;
        font-weight: 500;
	}
    .galaxy-buds2pro-popshopp .block-popshop{
        height:80px;
        margin: 0 0 15px 0; 
        border:0;
        background:#ffffff;
		box-shadow: 0 0 5px #eee;
    }
	.galaxy-buds2pro-popshopp .block-popshop img{
        max-width: 80px;
		height: auto;
		top: 7px;
		width: 60px;
		left: 20px;
	}
	.galaxy-buds2pro-popshopp .block-popshop h5 span{
		font-size: 12px;
		font-weight: 400;
		font-family: 'Roboto';
	}
	.galaxy-buds2pro-popshopp .popshop-promotion ul{
		padding: 0 15px 10px 40px;
	}
    .galaxy-buds2pro-popshopp .block-popshop a.btn-shop{
        font-weight: 600;
		top: 35px;
    }


	/*oppo reno10 */
	.oppo-reno10-popshop{
		background: url(https://www.siamphone.com/images/pop-shop/oppo-reno10/head-reno10.png) no-repeat right top, linear-gradient(46deg, #c9d6e7 40%,#efeff1 82%,#96a6ba 99%);
        padding: 3% 3% ;
        width: 92%;
		margin: 20px auto 20px;
		border-radius:11px 11px;
		position:relative;

        border:1px solid #B2D234;
        border:0 solid #222222;

		max-width:366px;
	}
	.oppo-reno10-popshop .head-popshop{
        text-indent:0;
        height:80px;
        padding-top:0;
    }
	.oppo-reno10-popshop .head-popshop h3 a{
        font-size: 1.55rem;
        line-height: 2rem;
	}
	.oppo-reno10-popshop .head-popshop h3 span{
		font-family:'Roboto',"Kanit";
        font-size: 20px;
        font-weight: 300;
        display:block;
	}
    .oppo-reno10-popshop .head-popshop h3 small{
        font-size:18px;
        font-family:"Roboto","Kanit";
        font-weight:600;
        margin-top: 10px;
        display: block;
    }
    .oppo-reno10-popshop .block-popshop{
        height:80px;
        margin: 0 0 15px 0;
        border:0;
    }
	.oppo-reno10-popshop .block-popshop img{
        width: 70px;
        height: auto;
        top: 10px;
        left:20px;
	}
	.oppo-reno10-popshop .block-popshop h5 span{
		font-size: 12px;
		font-weight: 400;
		font-family: 'Roboto';
	}
	.oppo-reno10-popshop .popshop-promotion ul{
		padding: 0 15px 10px 40px;
	}
    .oppo-reno10-popshop .popshop-promotion img {
        max-height: 100px;
        max-width: 200px;
        margin-left: auto;
        margin-right: auto;
    }
    .oppo-reno10-popshop .block-popshop a.btn-shop{
        font-weight: 600;
		top: 35px;
    }
    .oppo-reno10-popshop .shopLogo{
        width: 90px;
        height: 24px;
        position: absolute;
        background-size: 100%;
        top: 10px;
        right: -1px;
        display: block;
        padding: 0;
        z-index: 1;
    }
    .oppo-reno10-popshop .shopLogo img{
        top: 0;
        left: 0;
        width: 100%;
    }
	
	/*oppo reno10 Pro */
	.oppo-reno10pro-popshop{
		background:url(https://www.siamphone.com/images/pop-shop/oppo-reno10/head2.png) no-repeat right top, linear-gradient(46deg, #d5c9e7 40%,#efeff1 82%,#a796ba 99%);
        padding: 3% 3% ;
        width: 92%;
		margin: 20px auto 20px;
		border-radius:11px 11px;
		position:relative;
        border:0 solid #222222;
		max-width:366px;
	}

	/*oppo reno10 Pro+ */
	.oppo-reno10proplus-popshop{
		background:url(https://www.siamphone.com/images/pop-shop/oppo-reno10/head.png) no-repeat right top, linear-gradient(234deg, #f2e9ff 40%,#efeff1 82%,#dcc4f7 99%);
        padding: 3% 3% ;
        width: 92%;
		margin: 20px auto 20px;
		border-radius:11px 11px;
		position:relative;
        border:0 solid #222222;
		max-width:366px;
	}


	/* Huawei Watch Fit SE*/
	.huawei-watchfit-popshop{
		background: url(https://www.siamphone.com/images/pop-shop/huawei-watchfit/head.png) no-repeat right top, linear-gradient(24deg, #e7e7e7 40%,#f9f9ff 82%,#e2e2e2 99%);
        padding: 3% 3% ;
        width: 92%;
		margin: 20px auto 20px;
		border-radius:11px 11px;
		position:relative;
        border:0 solid #222222;
		max-width:366px;
	}
	.huawei-watchfit-popshop .head-popshop{
        text-indent:0;
        height:80px;
        padding-top:0;
    }
	.huawei-watchfit-popshop .head-popshop h3 a{
        font-size: 1.55rem;
        line-height: 2rem;
	}
	.huawei-watchfit-popshop .head-popshop h3 span{
		font-family:'Roboto',"Kanit";
        font-size: 20px;
        font-weight: 300;
        display:block;
	}
    .huawei-watchfit-popshop .block-popshop{
        height:80px;
        margin: 0 0 15px 0;
        border:0;
    }
	.huawei-watchfit-popshop .block-popshop img{
        width: 70px;
        height: auto;
        top: 10px;
        left:20px;
	}
	.huawei-watchfit-popshop .popshop-promotion ul{
		padding: 0 15px 10px 40px;
	}
    .huawei-watchfit-popshop .block-popshop a.btn-shop{
        font-weight: 600;
		top: 35px;
    }
    .huawei-watchfit-popshop .shopLogo{
        width: 90px;
        height: 24px;
        position: absolute;
        background-size: 100%;
        top: 10px;
        right: -1px;
        display: block;
        padding: 0;
        z-index: 1;
    }
    .huawei-watchfit-popshop .shopLogo img{
        top: 0;
        left: 0;
        width: 100%;
    }




	/* Samsung Galaxy Z Flip5*/
	.galaxy-zflip5-popshop{
		background: url(https://www.siamphone.com/images/pop-shop/galaxy-zflip5/head.png) no-repeat right top, linear-gradient(187deg, #fafafa 0,#f4f4f4 40%,#f4f4f4 82%,#f4f4f4 99%);
        padding: 3% 3% ;
        width: 92%;
		margin: 20px auto 20px;
		border-radius:11px 11px;
		position:relative;
        border:0 solid #222222;
		max-width:366px;
	}
	.galaxy-zflip5-popshop .head-popshop{
        text-indent:0;
        height:90px;
        padding-top:0;
    }
	.galaxy-zflip5-popshop .head-popshop h3 a{
        font-size: 1.55rem;
        line-height: 1.8rem;
	}
	.galaxy-zflip5-popshop .head-popshop h3 span{
        font-family: 'Roboto',"Kanit";
        font-size: 12px;
        font-weight: 400;
        display: block;
        line-height: 16px;
        margin-top:5px;
	}
    .galaxy-zflip5-popshop .head-popshop h3 small{
        font-size:18px;
        font-family:"Roboto","Kanit";
        font-weight:600;
        margin-top: 10px;
        display: block;
    }
    .galaxy-zflip5-popshop .block-popshop{
        height:80px;
        margin: 0 0 15px 0;
        border:0;
        box-shadow: 0 0 10px #d9d9d9;
    }
	.galaxy-zflip5-popshop .block-popshop img{
        width: 100px;
        height: auto;
        top: 2px;
        left: 12px;
        max-width: 75px;
	}
	.galaxy-zflip5-popshop .block-popshop h5 span{
		font-size: 12px;
		font-weight: 400;
		font-family: 'Roboto';
	}
	.galaxy-zflip5-popshop .popshop-promotion ul{
		padding: 0 15px 10px 40px;
	}
    .galaxy-zflip5-popshop .popshop-promotion img {
        max-height: 150px;
        max-width: 275px;
        margin: 5px auto 15px;
        width: auto;
        height: auto;
        display: block;
        border-radius: 10px;
    }
    .galaxy-zflip5-popshop .block-popshop a.btn-shop{
        font-weight: 600;
		top: 35px;
    }
    .galaxy-zflip5-popshop .shopLogo{
        width: 90px;
        height: 24px;
        position: absolute;
        background-size: 100%;
        top: 10px;
        right: -1px;
        display: block;
        padding: 0;
        z-index: 1;
    }
    .galaxy-zflip5-popshop .shopLogo img{
        max-width:100px;
        width: auto;
        height:auto;
        position: relative;
    }
    .galaxy-zflip5-popshop .tgfone img {
        width: 48px;
        height: auto;
        top: -2px;
        left: 20px;
    }
    .galaxy-zflip5-popshop .lazada img {
        width: auto;
        height: 19px;
        top: -2px;
        left: -7px;
    }

	
	/* Samsung Galaxy Z Fold5*/
	.galaxy-zfold5-popshop{
		background: url(https://www.siamphone.com/images/pop-shop/galaxy-zfold5/head.png) no-repeat right top, linear-gradient(187deg, #f4f4f4 0,#f4f4f4 40%,#f4f4f4 82%,#f4f4f4 99%);
        padding: 3% 3% ;
        width: 92%;
		margin: 20px auto 20px;
		border-radius:11px 11px;
		position:relative;
        border:0 solid #222222;
		max-width:366px;
	}




	/* Samsung Galaxy Tab S9 */
	.galaxy-tabs9-popshop{
		background: url(https://www.siamphone.com/images/pop-shop/galaxy-tab-s9/head.png) no-repeat right top, linear-gradient(187deg, #fafafa 0,#f4f4f4 40%,#f4f4f4 82%,#f4f4f4 99%);
        padding: 3% 3% ;
        width: 92%;
		margin: 20px auto 20px;
		border-radius:11px 11px;
		position:relative;
        border:0 solid #222222;
		max-width:366px;
	}
	.galaxy-tabs9-popshop .head-popshop{
        text-indent:0;
        height:90px;
        padding-top:0;
    }
	.galaxy-tabs9-popshop .head-popshop h3 a{
        font-size: 1.55rem;
        line-height: 1.8rem;
	}
	.galaxy-tabs9-popshop .head-popshop h3 span{
        font-family: 'Roboto',"Kanit";
        font-size: 12px;
        font-weight: 400;
        display: block;
        line-height: 16px;
        margin-top:5px;
	}
    .galaxy-tabs9-popshop .head-popshop h3 small{
        font-size:18px;
        font-family:"Roboto","Kanit";
        font-weight:600;
        margin-top: 10px;
        display: block;
    }
    .galaxy-tabs9-popshop .block-popshop{
        height:80px;
        margin: 0 0 15px 0;
        border:0;
        box-shadow: 0 0 10px #d9d9d9;
    }
	.galaxy-tabs9-popshop .block-popshop img{
        width: 100px;
        height: auto;
        top: 30px;
        left: 12px;
        max-width: 75px;
	}
	.galaxy-tabs9-popshop .block-popshop h5 span{
		font-size: 12px;
		font-weight: 400;
		font-family: 'Roboto';
	}
	.galaxy-tabs9-popshop .popshop-promotion ul{
		padding: 0 15px 10px 40px;
	}
    .galaxy-tabs9-popshop .popshop-promotion img {
        max-height: 150px;
        max-width: 275px;
        margin: 5px auto 15px;
        width: auto;
        height: auto;
        display: block;
        border-radius: 10px;
    }
    .galaxy-tabs9-popshop .block-popshop h4{
        margin: 10px 0 10px 0;
    }
    .galaxy-tabs9-popshop .block-popshop h4 strong{
        color: #000;
        width: 35px;
        display: inline-block;
        font-weight: 600;
        text-transform: uppercase;
        font-size: 16px;
    }
    .galaxy-tabs9-popshop .block-popshop a.btn-shop{
        font-weight: 600;
		top: 35px;
    }
    .galaxy-tabs9-popshop .block-popshop a.btn-shop2{
        top:70px;
    }
    .galaxy-tabs9-popshop .block-popshop .accordion{
        margin-top:5px;
    }
    .galaxy-tabs9-popshop .popshop-promotion{
        margin:0;
    }
    .galaxy-tabs9-popshop .shopLogo{
        width: 90px;
        height: 24px;
        position: absolute;
        background-size: 100%;
        top: 10px;
        right: -1px;
        display: block;
        padding: 0;
        z-index: 1;
    }
    .galaxy-tabs9-popshop .shopLogo img{
        max-width:100px;
        width: auto;
        height:auto;
        position: relative;
    }
    .galaxy-tabs9-popshop .tgfone img {
        width: 48px;
        height: auto;
        top: -5px;
        left: 20px;
    }
    .galaxy-tabs9-popshop .lazada img {
        width: auto;
        height: 19px;
        top: -5px;
        left: -7px;
    }


	/* Galaxy Tabs 9 Plus */
	.galaxy-tabs9plus-popshop{
		background: url(https://www.siamphone.com/images/pop-shop/galaxy-tab-s9/head_plus.png) no-repeat right top, linear-gradient(187deg, #fafafa 0,#f4f4f4 40%,#f4f4f4 82%,#f4f4f4 99%);
        padding: 3% 3% ;
        width: 92%;
		margin: 20px auto 20px;
		border-radius:11px 11px;
		position:relative;
        border:0 solid #222222;
		max-width:366px;
	}

	/* Galaxy Tabs 9 Ultra */
	.galaxy-tabs9ultra-popshop{
		background: url(https://www.siamphone.com/images/pop-shop/galaxy-tab-s9/head_ultra.png) no-repeat right top, linear-gradient(187deg, #fafafa 0,#f4f4f4 40%,#f4f4f4 82%,#f4f4f4 99%);
        padding: 3% 3% ;
        width: 92%;
		margin: 20px auto 20px;
		border-radius:11px 11px;
		position:relative;
        border:0 solid #222222;
		max-width:366px;
	}
	.galaxy-tabs9ultra-popshop .block-popshop img {
        width: 80px;
        top: 8px;
        left: 22px;
        max-width: 55px;
    }
    .galaxy-tabs9ultra-popshop .popshop-promotion img {
        max-height: 150px;
        max-width: 275px;
        margin: 5px auto 15px;
        width: auto;
        height: auto;
        display: block;
        border-radius: 10px;
    }
	.galaxy-tabs9ultra-popshop .shopLogo{
        width: 90px;
        height: 24px;
        position: absolute;
        background-size: 100%;
        top: 10px;
        right: -1px;
        display: block;
        padding: 0;
        z-index: 1;
    }
    .galaxy-tabs9ultra-popshop .shopLogo img{
        max-width:100px;
        width: auto;
        height:auto;
        position: relative;
    }
    .galaxy-tabs9ultra-popshop .tgfone img {
        width: 48px;
        height: auto;
        top: -5px;
        left: 20px;
    }
    .galaxy-tabs9ultra-popshop .lazada img {
        width: auto;
        height: 19px;
        top: -5px;
        left: -7px;
    }



	/* vivo V29 */
	.vivo-v29-popshop{
		background: url(https://www.siamphone.com/images/pop-shop/vivo_v29/head.png) no-repeat right top, linear-gradient(46deg, #c1c4d6 40%,#c1c4d6 82%,#b3b7c3 99%);
        padding: 3% 3% ;
        width: 92%;
		margin: 20px auto 20px;
		border-radius:11px 11px;
		position:relative;
        border:0 solid #222222;

		max-width:366px;
	}
	.vivo-v29-popshop .head-popshop{
        text-indent:0;
        height:80px;
        padding-top:0;
    }
	.vivo-v29-popshop .head-popshop h3 a{
        font-size: 32px;
        line-height: 45px;
        color:#fff;
	}
	.vivo-v29-popshop .head-popshop h3 span{
		font-family:'Roboto',"Kanit";
        font-size: 15px;
        font-weight: 300;
        display:block;
        line-height:1.2rem;
	}
    .vivo-v29-popshop .head-popshop h3 small{
        font-size:18px;
        font-family:"Roboto","Kanit";
        font-weight:600;
        margin-top: 10px;
        display: block;
    }
    .vivo-v29-popshop .block-popshop{
        height:80px;
        margin: 0 0 15px 0;
        border:0;
    }
	.vivo-v29-popshop .block-popshop img{
        width: 70px;
        height: auto;
        top: 10px;
        left:20px;
	}
	.vivo-v29-popshop .block-popshop h5 span{
		font-size: 12px;
		font-weight: 400;
		font-family: 'Roboto';
	}
	.vivo-v29-popshop .popshop-promotion ul{
		padding: 0 15px 10px 40px;
	}
	.vivo-v29-popshop .popshop-promotion{
		margin: 0px 0 0px;
	}
    .vivo-v29-popshop .popshop-promotion img {
        max-height: 150px;
        max-width: 275px;
        margin: 5px auto 15px;
        width: auto;
        height: auto;
        display: block;
        border-radius: 10px;
    }
    .vivo-v29-popshop .block-popshop a.btn-shop{
        font-weight: 600;
		top: 35px;
    }
    .vivo-v29-popshop .shopLogo{
        width: 90px;
        height: 24px;
        position: absolute;
        background-size: 100%;
        top: 10px;
        right: -1px;
        display: block;
        padding: 0;
        z-index: 1;
    }
    .vivo-v29-popshop .shopLogo img{
        top: 0;
        left: 0;
        width: 100%;
    }
    .vivo-v29-popshop .jaymart img {
        width: auto;
        height: 19px;
        top: 0;
        left: 15px;
        position: absolute;
    }
	.vivo-v29-popshop .tgfone img {
		width: 48px;
		height: auto;
		top: -5px;
		left: 20px;
		position:absolute;
	}


	/* Huawei FreeBuds SE 2*/
	.huawei-freebudsse2-popshop{
		background: url(https://www.siamphone.com/images/pop-shop/huawei-freebuds-se2/head.png) no-repeat right top, linear-gradient(34deg, #d4eef6 40%,#f4f0fc 82%,#eae7f4 99%);
        padding: 3% 3% ;
        width: 92%;
		margin: 20px auto 20px;
		border-radius:11px 11px;
		position:relative;
        border:0 solid #222222;
		max-width:366px;
	}
	.huawei-freebudsse2-popshop .head-popshop{
        text-indent:0;
        height:80px;
        padding-top:0;
    }
	.huawei-freebudsse2-popshop .head-popshop h3 a{
        font-size: 28px;
        line-height: 34px;
	}
    .huawei-freebudsse2-popshop .block-popshop{
        height:80px;
        margin: 0 0 15px 0;
        border:0;
    }
	.huawei-freebudsse2-popshop .block-popshop img{
        width: 70px;
        height: auto;
        top: 10px;
        left:20px;
	}
	.huawei-freebudsse2-popshop .block-popshop h5 span{
		font-size: 12px;
		font-weight: 400;
		font-family: 'Roboto';
	}
	.huawei-freebudsse2-popshop .popshop-promotion ul{
		padding: 0 15px 10px 40px;
	}
    .huawei-freebudsse2-popshop .popshop-promotion img {
        max-height: 150px;
        max-width: 275px;
        margin: 5px auto 15px;
        width: auto;
        height: auto;
        display: block;
        border-radius: 10px;
    }
    .huawei-freebudsse2-popshop .block-popshop a.btn-shop{
        font-weight: 600;
		top: 35px;
    }
    .huawei-freebudsse2-popshop .shopLogo{
        width: 90px;
        height: 24px;
        position: absolute;
        background-size: 100%;
        top: 10px;
        right: -1px;
        display: block;
        padding: 0;
        z-index: 1;
    }
    .huawei-freebudsse2-popshop .shopLogo img{
        top: 0;
        left: 0;
        width: 100%;
    }


	/* Apple iPhone 15 */
	.iphone15-popshop{
		background: url(https://www.siamphone.com/images/pop-shop/iphone-15/head-studio7.png) no-repeat right top, linear-gradient(129deg, #edeef3 5%,#a0a7b7 82%,#ebecf2 99%);
        padding: 1% 3% 3% ;
        width: 92%;
		margin: 20px auto 20px;
		border-radius:11px 11px;
		position:relative;
        border:0 solid #222222;
		max-width:366px;
	}
	.iphone15-popshop .head-popshop{
        text-indent:0;
        height:80px;
        padding-top:0;
    }
	.iphone15-popshop .head-popshop h3 a{
        font-size: 16px;
        line-height: 34px;
        color:#222;
        font-weight:500;
        font-family:"Roboto","Kanit";
	}
    .iphone15-popshop .head-popshop h3 small{
        font-size:26px;
        font-family:"Roboto","Kanit";
        font-weight:700;
        margin-top: 10px;
        display: block;
        color:#222;

        background: linear-gradient(to right, rgba(73,125,77,1) 0%,rgba(58,87,114,1) 30%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
    }
    .iphone15-popshop .block-popshop{
        height:80px;
        margin: 0 0 15px 0;
        border:0;
    }
	.iphone15-popshop .block-popshop img{
        width: 50px;
        height: auto;
        top: 10px;
        left:25px;
	}
    .iphone15-popshop .block-popshop h5 a {
        font-family: 'Roboto';
        line-height: 1.8rem;
        font-size: 1.1rem;
    }
	.iphone15-popshop .block-popshop h5 span{
		font-size: 12px;
		font-weight: 400;
		font-family: 'Roboto';
	}
    .iphone15-popshop .block-popshop a.btn-shop{
        font-weight: 600;
		top: 35px;
    }

	

	/* Samsung Galaxy A34 */
	.galaxy-a34-popshop{
		background: url(https://www.siamphone.com/images/pop-shop/galaxy_a34/head.png) no-repeat right top, linear-gradient(53deg, #e8f8fd 40%,#d0d2ff 82%,#b1b5fc 99%);
		padding: 3% 3% ;
        width: 92%;
		margin: 20px auto 20px;
		border-radius:11px 11px;
		position:relative;
        border:0 solid #222222;
		max-width:366px;
	}
	.galaxy-a34-popshop .head-popshop{
        text-indent:0;
        height:80px;
    }
	.galaxy-a34-popshop .head-popshop h3{
        padding-left: 0;
        margin-bottom: 10px;
        line-height: 2.1rem;
        font-family: 'Roboto';
        font-weight: 700;
	}
	.galaxy-a34-popshop .head-popshop h3 span{
		font-family:"Kanit";
		font-size:14px;
		font-weight:400;
	}
    .galaxy-a34-popshop .head-popshop h3 small{
        font-size:18px;
        font-family:"Roboto","Kanit";
        font-weight:600;
        margin-top: 10px;
        display: block;
    }
    .galaxy-a34-popshop .block-popshop{
        height:80px;
        margin: 0 0 15px 0;
        border:1px solid #e3e3e4;
    }
	.galaxy-a34-popshop .block-popshop img{
        width: 80px;
        height: auto;
        top: 4px;
		left:15px;
        max-width: 70px;
	}
	.galaxy-a34-popshop .block-popshop h5 span{
		font-size: 12px;
		font-weight: 400;
		font-family: 'Roboto';
	}
	.galaxy-a34-popshop .popshop-promotion ul{
		padding: 0 15px 10px 40px;
	}
    .galaxy-a34-popshop .block-popshop a.btn-shop{
        font-weight: 600;
		top: 25px;
    }
	

	

	/* realme 11x */
	.realme-11x-popshop{
		background: url(https://www.siamphone.com/images/pop-shop/realme11x/head.png) no-repeat right top, linear-gradient(184deg, #f4f4f4 40%,#dddee7 82%,#c5c7f8 99%);
		padding: 3% 3% ;
        width: 92%;
		margin: 20px auto 20px;
		border-radius:11px 11px;
		position:relative;
        border:0 solid #222222;
		max-width:366px;
	}
	.realme-11x-popshop .head-popshop{
        text-indent:0;
        height:80px;
    }
	.realme-11x-popshop .head-popshop h3{
        padding-left: 0;
        margin-bottom: 10px;
        line-height: 2rem;
        font-family: 'Roboto';
        font-weight: 700;
        font-size:30px;
	}
	.realme-11x-popshop .head-popshop h3 span{
        font-family:"Roboto","Kanit";
		font-size:18px;
		font-weight:500;
	}
	.realme-11x-popshop .head-popshop h3 small{
        font-size:14px;
        margin-left:10px;
    }
    .realme-11x-popshop .block-popshop{
        height:80px;
        margin: 0 0 15px 0;
        border:1px solid #e3e3e4;
    }
	.realme-11x-popshop .block-popshop img{
        width: 60px;
        height: auto;
        top: 9px;
        left: 19px;
        max-width: 70px;
	}
	.realme-11x-popshop .block-popshop h5 span{
		font-size: 12px;
		font-weight: 400;
		font-family: 'Roboto';
	}
	.realme-11x-popshop .popshop-promotion ul{
		padding: 0 15px 10px 40px;
	}
    .realme-11x-popshop .block-popshop a.btn-shop{
        font-weight: 600;
		top: 25px;
    }
    .realme-11x-popshop .popshop-promotion img{
        max-height: 200px;
        max-width: 250px;
        margin: 0 auto 15px;
    }
    


	/* xiaomi 13T */
	.xiaomi-13t-popshop{
		background: url(https://www.siamphone.com/images/pop-shop/xiaomi-13t/head.png) no-repeat right top, linear-gradient(184deg, #e5e4e2 40%,#dddee7 82%,#f0f1ff 99%);
		padding: 3% 3% ;
        width: 92%;
		margin: 20px auto 20px;
		border-radius:11px 11px;
		position:relative;
        border:0 solid #222222;
		max-width:366px;
	}
	.xiaomi-13t-popshop .head-popshop{
        text-indent:0;
        height:80px;
    }
	.xiaomi-13t-popshop .head-popshop h3{
        padding-left: 0;
        margin-bottom: 10px;
        line-height: 2rem;
        font-family: 'Roboto';
        font-weight: 700;
        font-size:30px;
	}
	.xiaomi-13t-popshop .head-popshop h3 span{
        font-family:"Roboto","Kanit";
		font-size:18px;
		font-weight:500;
	}
	.xiaomi-13t-popshop .head-popshop h3 small{
        font-size:14px;
        margin-left:10px;
    }
    .xiaomi-13t-popshop .block-popshop{
        height:80px;
        margin: 0 0 15px 0;
        border:1px solid #e3e3e4;
    }
	.xiaomi-13t-popshop .block-popshop img{
        width: 60px;
        height: auto;
        top: 10px;
        left: 18px;
        max-width: 70px;
	}
	.xiaomi-13t-popshop .block-popshop h5 span{
		font-size: 12px;
		font-weight: 400;
		font-family: 'Roboto';
	}
	.xiaomi-13t-popshop .popshop-promotion ul{
		padding: 0 15px 10px 40px;
	}
    .xiaomi-13t-popshop .block-popshop a.btn-shop{
        font-weight: 600;
		top: 25px;
    }
    .xiaomi-13t-popshop .popshop-promotion img{
        max-height: 200px;
        max-width: 250px;
        margin: 0 0 15px 0;
    }
	.xiaomi-13t-popshop .shopLogo{
        width: 90px;
        height: 24px;
        position: absolute;
        background-size: 100%;
        top: 10px;
        right: -1px;
        display: block;
        padding: 0;
        z-index: 1;
    }
    .xiaomi-13t-popshop .shopLogo img{
        max-width:100px;
        width: auto;
        height:auto;
        position: relative;
		left: -10px;
		top: -6px;
    }
    .xiaomi-13t-popshop .tgfone img {
        width: 48px;
        height: auto;
        top: -5px;
        left: 20px;
    }
    .xiaomi-13t-popshop .lazada img {
        width: auto;
        height: 19px;
        top: -5px;
        left: -7px;
    }


	/* xiaomi 13T Pro */
	.xiaomi-13tpro-popshop{
		background:url(https://www.siamphone.com/images/pop-shop/xiaomi-13t/head-pro.png) no-repeat right top, linear-gradient(234deg, #f1f1f1 40%,#ececeb 82%,#ececec 99%);
	}
    .xiaomi-13tpro-popshop .head-popshop h3 {
        margin-left: 80px;
        text-align: right;
        margin-top: 8px;
    }



	/* Huawei Watch GT4 */
	.huawei-watchgt4-popshop{
		background:url(https://www.siamphone.com/images/pop-shop/huawei-watchgt4/head.png) no-repeat right top, linear-gradient(53deg, #f6f6f6 40%,#f8f8f8 82%,#f8f8f8 99%);
		padding: 3% 3% ;
        width: 92%;
		margin: 20px auto 20px;
		border-radius:11px 11px;
		position:relative;
        border:0 solid #222222;

		max-width:366px;
	}
	.huawei-watchgt4-popshop .head-popshop{
        text-indent:0;
        height:80px;
    }
	.huawei-watchgt4-popshop .head-popshop h3{
        padding-left: 0;
        margin-bottom: 10px;
        line-height: 2.1rem;
        font-family: 'Roboto';
        font-weight: 700;
	}
	.huawei-watchgt4-popshop .head-popshop h3 span{
		font-family:"Kanit";
		font-size:14px;
		font-weight:400;
	}
    .huawei-watchgt4-popshop .head-popshop h3 small{
        font-size:18px;
        font-family:"Roboto","Kanit";
        font-weight:600;
        margin-top: 10px;
        display: block;
    }
    .huawei-watchgt4-popshop .block-popshop{
        height:80px;
        margin: 0 0 15px 0;
        border:1px solid #e3e3e4;
    }
	.huawei-watchgt4-popshop .block-popshop img{
        width: 80px;
        height: auto;
        top: 4px;
        max-width: 70px;
	}
	.huawei-watchgt4-popshop .block-popshop h5 span{
		font-size: 12px;
		font-weight: 400;
		font-family: 'Roboto';
	}
	.huawei-watchgt4-popshop .popshop-promotion ul{
		padding: 0 15px 10px 40px;
	}
    .huawei-watchgt4-popshop .block-popshop a.btn-shop{
        font-weight: 600;
		top: 25px;
    }


	/* Samsung Galaxy Tab S9 FE */
	.galaxy-tabs9fe-popshop{
		background: url(https://www.siamphone.com/images/pop-shop/galaxy_tabs9fe/head.png) no-repeat right top, linear-gradient(90deg, #c7e3da 40%,#f8f8f8 82%,#e4f6f0 99%);
		padding: 3% 3% ;
        width: 92%;
		margin: 20px auto 20px;
		border-radius:11px 11px;
		position:relative;
        border:0 solid #222222;

		max-width:366px;
	}
	.galaxy-tabs9fe-popshop .head-popshop{
        text-indent:0;
        height:80px;
    }
	.galaxy-tabs9fe-popshop .head-popshop h3{
        padding-left: 0;
        margin-bottom: 10px;
        line-height: 2.1rem;
        font-family: 'Roboto';
        font-weight: 700;
	}
	.galaxy-tabs9fe-popshop .head-popshop h3 span{
		font-family:"Kanit";
		font-size:14px;
		font-weight:400;
	}
    .galaxy-tabs9fe-popshop .head-popshop h3 small{
        font-size:18px;
        font-family:"Roboto","Kanit";
        font-weight:600;
        margin-top: 10px;
        display: block;
    }
    .galaxy-tabs9fe-popshop .block-popshop{
        height:80px;
        margin: 0 0 15px 0;
        border:1px solid #ffffff;
    }
	.galaxy-tabs9fe-popshop .block-popshop img{
        width: 80px;
        height: auto;
        top: 3px;
        max-width: 70px;
	}
	.galaxy-tabs9fe-popshop .block-popshop h5 span{
		font-size: 12px;
		font-weight: 400;
		font-family: 'Roboto';
	}
	.galaxy-tabs9fe-popshop .popshop-promotion ul{
		padding: 0 15px 10px 40px;
	}
    .galaxy-tabs9fe-popshop .block-popshop a.btn-shop{
        font-weight: 600;
		top: 25px;
    }
    .galaxy-tabs9fe-popshop  .popshop-promotion img {
        max-height: 150px;
        max-width: 250px;
        margin: 0 auto 10px;
        border-radius: 8px;
    }






	/* oppo find n3*/
	.oppo-findn3-popshop{
		background: url(//www.siamphone.com/images/pop-shop/oppo_find_n3/head-n3.png) no-repeat right top, linear-gradient(1deg, #eaeaea 30%, #dfdfdf 99%);
        padding: 3% 3% ;
        width: 92%;
		margin: 20px auto 20px;
		border-radius:11px 11px;
		position:relative;
        border:0 solid #000000;

		max-width:366px;
	}
	.oppo-findn3-popshop .head-popshop{
        text-indent:0;
        height:80px;
        padding-top:0;
    }
	.oppo-findn3-popshop .head-popshop h3 a{
        font-size: 1.80rem;
        line-height: 2rem;
	}
	.oppo-findn3-popshop .head-popshop h3 span{
		font-family:"Kanit";
        font-size: 20px;
        font-weight: 300;
        display:block;
	}
    .oppo-findn3-popshop .block-popshop{
        height:80px;
        margin: 0 0 15px 0;
		overflow: unset;
        border: 1px solid #e0ce9f;
    }
	.oppo-findn3-popshop .block-popshop img{
        width: 70px;
        height: auto;
        top: 10px;
        left:20px;
	}
	.oppo-findn3-popshop .block-popshop h5{
		margin:0;
	}
	.oppo-findn3-popshop .block-popshop h5 a{
		line-height: 1.8rem;
   	 	font-size: 1.15rem;
		font-weight: 600;
	}
	.oppo-findn3-popshop .block-popshop h5 span{
		font-size: 12px;
		font-weight: 400;
		font-family: 'Roboto';
	}
	.oppo-findn3-popshop .popshop-promotion ul{
		padding: 0 15px 10px 40px;
	}
    .oppo-findn3-popshop .block-popshop a.btn-shop{
        font-weight: 600;
		top: 35px;
    }
    .oppo-findn3-popshop .popshop-promotion p{
        padding-top:0;
        margin-top:0;
    }
    .oppo-findn3-popshop .popshop-promotion img {
        max-width: 280px;
        margin: 0 auto;
        display: block;
        border-radius: 13px;
        position: relative;
        width: auto;
        max-height: 200px;
        left: auto;
        top: auto;
    }
    .oppo-findn3-popshop .shopLogo{
        width: 90px;
        height: 24px;
        position: absolute;
        background-size: 100%;
        top: 10px;
        right: -1px;
        display: block;
        padding: 0;
        z-index: 1;
    }
    .oppo-findn3-popshop .shopLogo img{
        max-width:100px;
        width: auto;
        height:auto;
        position: relative;
    }
    .oppo-findn3-popshop .tgfone img {
        width: 48px;
        height: auto;
        top: -5px;
        left: 20px;
    }
    .oppo-findn3-popshop .lazada img {
        width: auto;
        height: 19px;
        top: -5px;
        left: -7px;
    }


	.oppo-findn3flip-popshop{
		background: url(//www.siamphone.com/images/pop-shop/oppo_find_n3/head-n3-flip.png) no-repeat right top, linear-gradient(1deg, #eaeaea 30%, #dfdfdf 99%);
	}
	.oppo-findn3flip-popshop .head-popshop h3 a {
    	font-size: 1.45rem;
	}
	.oppo-findn3flip-popshop .block-popshop{
		border:1px solid #dddddd;
	}


	/* com dahua */
	.com-dahua-popshop{
		background: url(https://www.siamphone.com/images/pop-shop/com_dahua/head.png) no-repeat right top, linear-gradient(90deg, #f0eef4 40%,#f8f8f8 82%,#e4f6f0 99%);
		padding: 3% 3% ;
        width: 92%;
		margin: 20px auto 20px;
		border-radius:11px 11px;
		position:relative;
        border:0 solid #222222;

		max-width:366px;
	}
	.com-dahua-popshop .head-popshop{
        text-indent:0;
        height:80px;
    }
	.com-dahua-popshop .head-popshop h3{
        padding-left: 0;
        margin-bottom: 10px;
        line-height: 2.1rem;
        font-family:"Roboto","Kanit";
        font-weight: 500;
	}
	.com-dahua-popshop .head-popshop h3 a{
        font-family:"Roboto","Kanit";
	}
    .com-dahua-popshop .block-popshop{
        height:80px;
        margin: 0 0 15px 0;
        border:1px solid #ffffff;
    }
	.com-dahua-popshop .block-popshop img{
        width: 80px;
        height: auto;
        top: 3px;
        max-width: 70px;
	}
	.com-dahua-popshop .popshop-promotion ul{
		padding: 0 15px 10px 40px;
	}
    .com-dahua-popshop .block-popshop a.btn-shop{
        font-weight: 600;
		top: 25px;
    }
    .com-dahua-popshop  .popshop-promotion img {
        max-height: 150px;
        max-width: 250px;
        margin: 0 0 10px 0;
        border-radius: 8px;
    }



	/* OPPO Pad 2 */
	.oppo-pad2-popshop{
		background: url(https://www.siamphone.com/images/pop-shop/oppo-pad2/head.png) no-repeat right top, linear-gradient(64deg, #f8f8f8 40%,#dbdbe1 82%,#e4e4ed 99%);
		padding: 3% 3% ;
        width: 92%;
		margin: 20px auto 20px;
		border-radius:11px 11px;
		position:relative;
        border:0 solid #B2D234;
		max-width:366px;
	}
	.oppo-pad2-popshop .head-popshop{
        text-indent:0;
        height:80px;
    }
	.oppo-pad2-popshop .head-popshop h3{
        padding-left: 0;
        margin-bottom: 10px;
        line-height: 2rem;
        font-family: 'Roboto';
        font-weight: 700;
        font-size:28px;
	}
	.oppo-pad2-popshop .head-popshop h3 span{
        font-family:"Roboto","Kanit";
		font-size:18px;
		font-weight:300;
	}
    .oppo-pad2-popshop .block-popshop{
        height:80px;
        margin: 0 0 15px 0;
        border:0 solid #e3e3e4;
    }
	.oppo-pad2-popshop .block-popshop img{
        width: 60px;
        height: auto;
        top: 8px;
        left: 18px;
        max-width: 70px;
	}
	.oppo-pad2-popshop .block-popshop h5 span{
		font-size: 12px;
		font-weight: 400;
		font-family: 'Roboto';
	}
	.oppo-pad2-popshop .popshop-promotion ul{
		padding: 0 15px 10px 40px;
	}
    .oppo-pad2-popshop .block-popshop a.btn-shop{
        font-weight: 600;
    }
    .oppo-pad2-popshop .shopLogo{
        width: 90px;
        height: 24px;
        position: absolute;
        background-size: 100%;
        top: 10px;
        right: -1px;
        display: block;
        padding: 0;
        z-index: 1;
    }
    .oppo-pad2-popshop .shopLogo img{
        max-width:100px;
        width: auto;
        height:auto;
        position: relative;
		left: -7px;
    	top: 0;
    }
    .oppo-pad2-popshop .lazada img {
        width: auto;
        height: 19px;
        top: -5px;
        left: -7px;
    }


	/* redmi 13C */
	.redmic13c-popshop{
		background: url(https://www.siamphone.com/images/pop-shop/redmi-13c/head.png) no-repeat right top, linear-gradient(49deg, #BAD9B6 5%, #edffe9 99%);
        padding: 1% 3% 3% ;
        width: 92%;
		margin: 20px auto 20px;
		border-radius:11px 11px;
		position:relative;
        border:0 solid #222222;
		max-width:366px;
	}
	.redmic13c-popshop .head-popshop{
        text-indent:0;
        height:80px;
        padding-top:0;
    }
	.redmic13c-popshop .head-popshop h3 a{
        font-size: 30px;
        font-family: "Roboto","Kanit";
        font-weight: 700;
        margin-top: 20px;
        display: block;
        color: #222;
        text-indent: 142px;
	}
    .redmic13c-popshop .head-popshop h3 small{
        font-size: 22px;
        font-family: "Roboto","Kanit";
        font-weight: 400;
        margin-top: 10px;
        display: block;
        color: #222;
        text-indent: 130px;
    }
    .redmic13c-popshop .block-popshop{
        height:80px;
        margin: 0 0 15px 0;
        border:0;
    }
	.redmic13c-popshop .block-popshop img{
        width: 50px;
        height: auto;
        top: 10px;
        left:25px;
	}
    .redmic13c-popshop .block-popshop h5 a {
        font-family: 'Roboto',"Kanit";
        line-height: 1.8rem;
        font-size: 1.1rem;
    }
	.redmic13c-popshop .popshop-promotion ul{
		padding: 0 15px 10px 40px;
	}
    .redmic13c-popshop .popshop-promotion img {
        max-height: 150px;
        max-width: 275px;
        margin: 5px auto 15px;
        width: auto;
        height: auto;
        display: block;
        border-radius: 10px;
    }
    .redmic13c-popshop .block-popshop a.btn-shop{
        font-weight: 600;
		top: 35px;
        background: #FFDD00;
        color: #000 !important;
    }
    .redmic13c-popshop p.warning{
        padding-bottom: 0;
    }
	



	/* iQOO 12 */
	.iqoo12-popshop{
		background: url(https://www.siamphone.com/images/pop-shop/iqoo12/head3.png) no-repeat right top, linear-gradient(239deg, #c7c8cd 5%, #c7c8cd 99%);
        padding: 1% 3% 3% ;
        width: 92%;
		margin: 20px auto 20px;
		border-radius:11px 11px;
		position:relative;
        border:1px solid #c7c8cd;
		max-width:366px;
	}
	.iqoo12-popshop .head-popshop{
        text-indent:0;
        height:90px;
        padding-top:0;
    }
	.iqoo12-popshop .head-popshop h3 a{
        font-size: 30px;
        font-family: "Roboto","Kanit";
        font-weight: 700;
        margin-top: 20px;
        display: block;
        color: transparent;
	}
    .iqoo12-popshop .head-popshop h3 small{
        font-size: 22px;
        font-family: "Roboto","Kanit";
        font-weight: 400;
        margin-top: 10px;
        display: block;
        color: transparent;
    }
    .iqoo12-popshop .block-popshop{
        height:80px;
        margin: 0 0 15px 0;
        border:0;
    }
	.iqoo12-popshop .block-popshop img{
        width: 50px;
        height: auto;
        top: 10px;
        left:25px;
	}
    .iqoo12-popshop .block-popshop h5 a {
        font-family: 'Roboto',"Kanit";
        line-height: 1.8rem;
        font-size: 1.1rem;
    }
	.iqoo12-popshop .block-popshop h5 span{
		font-size: 12px;
		font-weight: 400;
		font-family: 'Roboto';
	}
	.iqoo12-popshop .popshop-promotion ul{
		padding: 0 15px 10px 40px;
	}
    .iqoo12-popshop .popshop-promotion img {
        max-height: 150px;
        max-width: 275px;
        margin: 5px auto 15px;
        width: auto;
        height: auto;
        display: block;
        border-radius: 10px;
    }
    .iqoo12-popshop .block-popshop a.btn-shop{
        font-weight: 600;
		top: 35px;
    }



	/* Banana Brand Fair */
	.banana-brandfair-popshop{
		background: url(https://www.siamphone.com/images/pop-shop/banana/head-brandfair.png) no-repeat right top, linear-gradient(49deg, #022b2f 5%, #022b2f 99%);
        padding: 1% 3% 3% ;
        width: 92%;
		margin: 20px auto 20px;
		border-radius:11px 11px;
		position:relative;
        border:0 solid #222222;
		max-width:366px;
	}
	.banana-brandfair-popshop .head-popshop{
        text-indent:0;
        height:80px;
        padding-top:0;
    }
	.banana-brandfair-popshop .head-popshop h3 a{
        font-size: 30px;
        font-family: "Roboto","Kanit";
        font-weight: 700;
        margin-top: 20px;
        display: block;
        color: #fff;
        text-indent: 0;
        text-align:center;
	}
    .banana-brandfair-popshop .head-popshop h3 small{
        font-size: 18px;
        font-family: "Kanit";
        font-weight: 300;
        margin-top: 10px;
        display: block;
        color: #fff;
        text-indent: 0;
        text-align: center;
    }
    .banana-brandfair-popshop .popshop-promotion{
        background: transparent;
        margin: 0;
        padding: 0;
    }
    .banana-brandfair-popshop .popshop-promotion p{
        color:#fff;
    }
	.banana-brandfair-popshop .popshop-promotion ul{
		padding: 0 15px 10px 40px;
        color:#fff;
	}
    .banana-brandfair-popshop p.warning{
        padding-bottom: 0;
        color:#eee;
    }
    .square{
        background: #ffffff;
        border-radius: 8px;
        padding-top: 15px;
        padding-bottom: 15px;
        margin-bottom: 10px;
    }
    .square img{
        width: auto;
        height: auto;
        max-width: 70px;
        max-height: 80px;
		margin:0 auto;
    }
    .square h5 a{
        font-size: 14px;
        display: block;
        text-align: center;
        font-weight: 500;
        font-family: 'Roboto';
        margin: 10px 0 0;
    }
    .square .price{
        font-size: 14px;
        font-family: 'Roboto',"Kanit", sans-serif;
        text-align: center;
        color: #c00;
        margin: 0;
        font-weight: 600;
    }
    .banana-brandfair-popshop .col-4{
        padding-right: calc(var(--bs-gutter-x) * .20);
        padding-left: calc(var(--bs-gutter-x) * .20);
    }




	/* POCO M6 Pro */
	.poco-m6pro-popshop{
		background: url(https://www.siamphone.com/images/pop-shop/poco/head.png) no-repeat right top, linear-gradient(239deg, #d6deec 5%, #d6deec 99%);
        padding: 1% 3% 3% ;
        width: 92%;
		margin: 20px auto 20px;
		border-radius:11px 11px;
		position:relative;
        border:1px solid #c7c8cd;
		max-width:366px;
	}
	.poco-m6pro-popshop .head-popshop{
        text-indent:0;
        height:90px;
        padding-top:0;
    }
	.poco-m6pro-popshop .head-popshop h3 a{
        font-size: 30px;
        font-family: "Roboto","Kanit";
        font-weight: 700;
        margin-top: 20px;
        display: block;
	}
    .poco-m6pro-popshop .head-popshop h3 small{
        font-size: 22px;
        font-family: "Roboto","Kanit";
        font-weight: 400;
        margin-top: 10px;
        display: block;
    }
    .poco-m6pro-popshop .block-popshop{
        height:80px;
        margin: 0 0 15px 0;
        border:0;
    }
	.poco-m6pro-popshop .block-popshop img{
        width: 100px;
        height: auto;
        max-height: 100px;
        max-width: 70px;
        top: 10px;
        left: 15px;
	}
    .poco-m6pro-popshop .block-popshop h5 a {
        font-family: 'Roboto',"Kanit";
        line-height: 1.8rem;
        font-size: 1.1rem;
    }
	.poco-m6pro-popshop .block-popshop h5 span{
		font-size: 12px;
		font-weight: 400;
		font-family: 'Roboto';
	}
	.poco-m6pro-popshop .popshop-promotion ul{
		padding: 0 15px 10px 40px;
	}
    .poco-m6pro-popshop .popshop-promotion img {
        max-height: 150px;
        max-width: 275px;
        margin: 5px auto 15px;
        width: auto;
        height: auto;
        display: block;
        border-radius: 10px;
    }
    .poco-m6pro-popshop p.warning{
        padding-bottom: 0;
    }



	/* Galaxy S24 */
	.galaxy-s24-popshop{
		background: url(//www.siamphone.com/images/pop-shop/galaxy-s24/head.png) no-repeat right top, linear-gradient(1deg, #f5f5f5 30%, #f5f5f5 99%);
        padding: 3% 3% ;
        width: 92%;
		margin: 20px auto 20px;
		border-radius:11px 11px;
		position:relative;
        border:0 solid #000000;

		max-width:366px;
	}
	.galaxy-s24-popshop .head-popshop{
        text-indent:0;
        height:80px;
        padding-top:0;
    }
	.galaxy-s24-popshop .head-popshop h3 a{
        font-size: 1.40rem;
        line-height: 2rem;
	}
	.galaxy-s24-popshop .head-popshop h3 span{
		font-family:"Kanit";
        font-size: 20px;
        font-weight: 300;
        display:block;
	}
    .galaxy-s24-popshop .head-popshop h3 small{
        font-size:18px;
        font-family:"Roboto","Kanit";
        font-weight:600;
        display: block;
    }
    .galaxy-s24-popshop .block-popshop{
        height:80px;
        margin: 0 0 15px 0;
		overflow: unset;
        border: 1px solid #e3e3e3;
    }
	.galaxy-s24-popshop .block-popshop img{
        width: 70px;
        height: auto;
        top: 20px;
        left:20px;
	}
	.galaxy-s24-popshop .block-popshop h5{
		margin:0;
	}
	.galaxy-s24-popshop .block-popshop h5 a{
		line-height: 1.8rem;
   	 	font-size: 1rem;
		font-weight: 600;
	}
	.galaxy-s24-popshop .block-popshop h5 span{
		font-size: 12px;
		font-weight: 400;
		font-family: 'Roboto';
	}
	.galaxy-s24-popshop .popshop-promotion ul{
		padding: 0 15px 10px 40px;
	}
    .galaxy-s24-popshop .block-popshop a.btn-shop{
        font-weight: 600;
		top: 35px;
    }
    .galaxy-s24-popshop .popshop-promotion p{
        padding-top:0;
        margin-top:0;
    }
    .galaxy-s24-popshop .popshop-promotion img {
        max-width: 280px;
        margin: 0 auto;
        display: block;
        border-radius: 13px;
        position: relative;
        width: auto;
        max-height: 200px;
        left: auto;
        top: auto;
    }
    .galaxy-s24-popshop .shopLogo{
        width: 90px;
        height: 24px;
        position: absolute;
        background-size: 100%;
        top: 10px;
        right: -1px;
        display: block;
        padding: 0;
        z-index: 1;
    }
    .galaxy-s24-popshop .shopLogo img{
        max-width:100px;
        width: auto;
        height:auto;
        position: relative;
    }
    .galaxy-s24-popshop .tgfone img {
        width: 48px;
        height: auto;
        top: -5px;
        left: 20px;
    }
    .galaxy-s24-popshop .lazada img {
        width: auto;
        height: 19px;
        top: -5px;
        left: -7px;
    }
    .galaxy-s24-popshop .shop-logo img{
        width: 120px;
        position: relative;
        left: -22px;
        top: 25px;
    }

	.galaxy-s24ultra-popshop{
		background: url(//www.siamphone.com/images/pop-shop/galaxy-s24/head_s24_ultra2.png) no-repeat right top, linear-gradient(135deg, #f8fbff 40%,#afc4e1 82%,#eaf1fb 99%);
	}
    .galaxy-s24ultra-popshop .block-popshop img {
        width: 80px;
        max-width: 100px;
        height: auto;
        top: 15px;
        left: 10px;
    }
    .galaxy-s24ultra-popshop .lazada img {
        width: auto;
        height: 19px;
        top: -5px;
        left: -7px;
    }


	/* redmi note 13 */
	.redmi-note13-popshop{
		background: url(https://www.siamphone.com/images/pop-shop/redmi-note13/head.png) no-repeat right top, linear-gradient(46deg, #eaf0fe 40%,#eaf0fe 82%,#eaf0fe 99%);
        padding: 3% 3% ;
        width: 92%;
		margin: 20px auto 20px;
		border-radius:11px 11px;
		position:relative;

        border:1px solid #B2D234;
        border:0 solid #222222;

		max-width:366px;
	}
	.redmi-note13-popshop .head-popshop{
        text-indent:0;
        height:80px;
        padding-top:0;
    }
	.redmi-note13-popshop .head-popshop h3 a{
        font-size: 30px;
        line-height: 35px;
	}
	.redmi-note13-popshop .head-popshop h3 span{
		font-family:'Roboto',"Kanit";
        font-size: 15px;
        font-weight: 300;
        display: inline-block;
        line-height:1.2rem;
	}
    .redmi-note13-popshop .head-popshop h3 small{
        font-size:18px;
        font-family:"Roboto","Kanit";
        font-weight:600;
        margin-top: 10px;
        display: inline-block;
    }
    .redmi-note13-popshop .block-popshop{
        height:80px;
        margin: 0 0 15px 0;
        border:0;
        padding: 10px 15px 10px 0;
    }
	.redmi-note13-popshop .block-popshop img{
        width: 50px;
        height: auto;
        top: 10px;
        left:30px;
	}
	.redmi-note13-popshop .block-popshop h5 span{
		font-size: 12px;
		font-weight: 400;
		font-family: 'Roboto';
	}
	.redmi-note13-popshop .popshop-promotion ul{
		padding: 0 15px 10px 40px;
	}
    .redmi-note13-popshop .popshop-promotion img {
        max-height: 150px;
        max-width: 275px;
        margin: 5px auto 15px;
        width: auto;
        height: auto;
        display: block;
        border-radius: 10px;
    }
    .redmi-note13-popshop .block-popshop a.btn-shop{
        font-weight: 600;
		top: 35px;
    }
    .redmi-note13-popshop .shopLogo{
        width: 90px;
        height: 24px;
        position: absolute;
        background-size: 100%;
        top: 10px;
        right: -1px;
        display: block;
        padding: 0;
        z-index: 1;
    }
    .redmi-note13-popshop .shopLogo img{
        top: 0;
        left: 0;
        width: 100%;

        position:absolute;
    }
    .redmi-note13-popshop .jaymart img {
        width: auto;
        height: 19px;
        top: 0;
        left: 15px;
        position: absolute;
    }
    .redmi-note13-popshop .tgfone img {
        width: 48px;
        height: auto;
        top: -5px;
        left: 20px;
    }

	

	/* OPPO Reno11 */
	.oppo-reno11-popshop{
        background: url(https://www.siamphone.com/images/pop-shop/oppo-reno11/head.png) no-repeat right top, linear-gradient(187deg, #f3f3f3 0,#f3f3f3 40%,#f3f3f3 82%,#f3f3f3 99%);
        padding: 3% 3%;
        width: 92%;
        margin: 20px auto 20px;
        border-radius: 11px 11px;
        position: relative;
        border: 0px solid #222222;
        max-width: 366px;
	}
    .oppo-reno11pro-popshop{
        background: url(https://www.siamphone.com/images/pop-shop/oppo-reno11/head2.png) no-repeat right top, linear-gradient(187deg, #f3f3f3 0,#f3f3f3 40%,#f3f3f3 82%,#f3f3f3 99%);
	}	
	.oppo-reno11-popshop .head-popshop{
        text-indent:0;
        height:90px;
        padding-top:0;
    }
	.oppo-reno11-popshop .head-popshop h3 a{
        font-size: 30px;
        line-height: 28px;
	}
	.oppo-reno11-popshop .head-popshop h3 span{
        font-family: 'Roboto',"Kanit";
        font-size: 12px;
        font-weight: 400;
        display: block;
        line-height: 16px;
        margin-top:5px;
	}
    .oppo-reno11-popshop .head-popshop h3 small{
        font-size:18px;
        font-family:"Roboto","Kanit";
        font-weight:600;
        margin-top: 10px;
        display: block;
    }
    .oppo-reno11-popshop .block-popshop{
        height:80px;
        margin: 0 0 15px 0;
        border:0;
    }
	.oppo-reno11-popshop .block-popshop img{
        width: 100px;
        height: auto;
        top: 10px;
        left: 12px;
        max-width: 75px;
	}
	.oppo-reno11-popshop .block-popshop h5 span{
		font-size: 12px;
		font-weight: 400;
		font-family: 'Roboto';
	}
	.oppo-reno11-popshop .popshop-promotion ul{
		padding: 0 15px 10px 40px;
	}
    .oppo-reno11-popshop .popshop-promotion img {
        max-height: 120px;
        max-width: 200px;
        margin: 5px auto 15px;
        width: auto;
        height: auto;
        display: block;
        border-radius: 10px;
    }
    .oppo-reno11-popshop .block-popshop a.btn-shop{
        font-weight: 600;
		top: 35px;
    }
    .oppo-reno11-popshop .shopLogo{
        width: 90px;
        height: 24px;
        position: absolute;
        background-size: 100%;
        top: 10px;
        right: -1px;
        display: block;
        padding: 0;
        z-index: 1;
    }
    .oppo-reno11-popshop .shopLogo img{
        max-width:100px;
        width: auto;
        height:auto;
        position: relative;
    }
    .oppo-reno11-popshop .lazada img {
        width: auto;
        height: 19px;
        top: -5px;
        left: -7px;
    }

	
	/* realme C67 */
	.realme-c67-popshop{
        background: url(https://www.siamphone.com/images/pop-shop/realme-c67/head.png) no-repeat right top, linear-gradient(187deg, #f3f3f3 0,#f3f3f3 40%,#f3f3f3 82%,#f3f3f3 99%);
        padding: 3% 3%;
        width: 92%;
        margin: 20px auto 20px;
        border-radius: 11px 11px;
        position: relative;
        border: 0px solid #222222;
        max-width: 366px;
	}
	
	.realme-c67-popshop .head-popshop{
        text-indent:0;
        height:80px;
        padding-top:0;
    }
	.realme-c67-popshop .head-popshop h3 a{
        font-size: 30px;
        line-height: 70px;
	}
	.realme-c67-popshop .head-popshop h3 span{
        font-family: 'Roboto',"Kanit";
        font-size: 12px;
        font-weight: 400;
        display: block;
        line-height: 16px;
        margin-top:5px;
	}
    .realme-c67-popshop .head-popshop h3 small{
        font-size:18px;
        font-family:"Roboto","Kanit";
        font-weight:600;
        margin-top: 10px;
        display: block;
    }
    .realme-c67-popshop .block-popshop{
        height:80px;
        margin: 0 0 15px 0;
        border:0;
    }
	.realme-c67-popshop .block-popshop img{
        width: 55px;
        height: auto;
        top: 7px;
        left: 22px;
        max-width: 75px;
	}
	.realme-c67-popshop .block-popshop h5 span{
		font-size: 12px;
		font-weight: 400;
		font-family: 'Roboto';
	}
	.realme-c67-popshop .popshop-promotion ul{
		padding: 0 15px 10px 40px;
	}
    .realme-c67-popshop .popshop-promotion img {
        max-height: 120px;
        max-width: 200px;
        margin: 5px auto 15px;
        width: auto;
        height: auto;
        display: block;
        border-radius: 10px;
    }
    .realme-c67-popshop .block-popshop a.btn-shop{
        font-weight: 600;
		top: 35px;
    }
    .realme-c67-popshop .shopLogo{
        width: 90px;
        height: 24px;
        position: absolute;
        background-size: 100%;
        top: 10px;
        right: -1px;
        display: block;
        padding: 0;
        z-index: 1;
    }
    .realme-c67-popshop .shopLogo img{
        max-width:100px;
        width: auto;
        height:auto;
        position: relative;
    }
    .realme-c67-popshop .tgfone img {
        width: 48px;
        height: auto;
        top: -5px;
        left: 20px;
    }
    .realme-c67-popshop .lazada img {
        width: auto;
        height: 19px;
        top: -5px;
        left: -7px;
    }


	/* vivo X100 */
	.vivo-x100-popshop{
        background: url(https://www.siamphone.com/images/pop-shop/vivo-x100/head2.png) no-repeat right top, linear-gradient(187deg, #f3f3f3 0,#f3f3f3 40%,#f3f3f3 82%,#f3f3f3 99%);
        padding: 3% 3%;
        width: 92%;
        margin: 20px auto 20px;
        border-radius: 11px 11px;
        position: relative;
        border: 0px solid #222222;
        max-width: 366px;
	}
    .vivo-x100pro-popshop{
        background: url(https://www.siamphone.com/images/pop-shop/vivo-x100/head.png) no-repeat right top, linear-gradient(187deg, #f3f3f3 0,#f3f3f3 40%,#f3f3f3 82%,#f3f3f3 99%);
        padding: 3% 3%;
        width: 92%;
        margin: 20px auto 20px;
        border-radius: 11px 11px;
        position: relative;
        border: 0px solid #222222;
        max-width: 366px;
	}
	.vivo-x100-popshop .head-popshop{
        text-indent:0;
        height:85px;
        padding-top:0;
    }
	.vivo-x100-popshop .head-popshop h3 a{
        font-size: 30px;
        line-height: 28px;
	}
	.vivo-x100-popshop .head-popshop h3 span{
        font-family: 'Roboto',"Kanit";
        font-size: 12px;
        font-weight: 400;
        display: block;
        line-height: 16px;
        margin-top:5px;
	}
    .vivo-x100-popshop .head-popshop h3 small{
        font-size:18px;
        font-family:"Roboto","Kanit";
        font-weight:600;
        margin-top: 10px;
        display: block;
    }
    .vivo-x100-popshop .block-popshop{
        height:80px;
        margin: 0 0 15px 0;
        border:0;
    }
	.vivo-x100-popshop .block-popshop img{
        width: 100px;
        height: auto;
        top: 8px;
        left: 12px;
        max-width: 70px;
	}
	.vivo-x100-popshop .block-popshop h5 span{
		font-size: 12px;
		font-weight: 400;
		font-family: 'Roboto';
	}
	.vivo-x100-popshop .popshop-promotion ul{
		padding: 0 15px 10px 40px;
	}
    .vivo-x100-popshop .popshop-promotion img {
        max-height: 120px;
        max-width: 200px;
        margin: 5px auto 15px;
        width: auto;
        height: auto;
        display: block;
        border-radius: 10px;
    }
    .vivo-x100-popshop .block-popshop a.btn-shop{
        font-weight: 600;
		top: 35px;
    }
    .vivo-x100-popshop .shopLogo{
        width: 90px;
        height: 24px;
        position: absolute;
        background-size: 100%;
        top: 10px;
        right: -1px;
        display: block;
        padding: 0;
        z-index: 1;
    }
    .vivo-x100-popshop .shopLogo img{
        max-width:100px;
        width: auto;
        height:auto;
        position: relative;
    }
    .vivo-x100-popshop .jaymart img {
        width: auto;
        height: 19px;
        top: -5px;
        left: 18px;
    }
    .vivo-x100-popshop .lazada img {
        width: auto;
        height: 19px;
        top: -5px;
        left: -7px;
    }


    /* Honor Magic V2 */
    .honor-magicv2-popshop{
        background: url(https://www.siamphone.com/images/pop-shop/honor-magic-v2/head.png) no-repeat right top, linear-gradient(187deg, #f3f3f3 0,#f3f3f3 40%,#f3f3f3 82%,#f3f3f3 99%);
        padding: 3% 3%;
        width: 92%;
        margin: 20px auto 20px;
        border-radius: 11px 11px;
        position: relative;
        border: 0px solid #222222;
        max-width: 366px;
	}
	.honor-magicv2-popshop .head-popshop{
        text-indent:0;
        height:85px;
        padding-top:0;
    }
	.honor-magicv2-popshop .head-popshop h3 a{
        font-size: 30px;
        line-height: 36px;
	}
	.honor-magicv2-popshop .head-popshop h3 span{
        font-family: 'Roboto',"Kanit";
        font-size: 12px;
        font-weight: 400;
        display: block;
        line-height: 16px;
        margin-top:5px;
	}
    .honor-magicv2-popshop .head-popshop h3 small{
        font-size:18px;
        font-family:"Roboto","Kanit";
        font-weight:600;
        margin-top: 10px;
        display: block;
    }
    .honor-magicv2-popshop .block-popshop{
        height:80px;
        margin: 0 0 15px 0;
        border:0;
    }
	.honor-magicv2-popshop .block-popshop img{
        width: 100px;
        height: auto;
        top: 8px;
        left: 12px;
        max-width: 70px;
	}
	.honor-magicv2-popshop .block-popshop h5 span{
		font-size: 12px;
		font-weight: 400;
		font-family: 'Roboto';
	}
	.honor-magicv2-popshop .popshop-promotion ul{
		padding: 0 15px 10px 40px;
	}
    .honor-magicv2-popshop .popshop-promotion img {
        max-height: 120px;
        max-width: 200px;
        margin: 5px auto 15px;
        width: auto;
        height: auto;
        display: block;
        border-radius: 10px;
    }
    .honor-magicv2-popshop .block-popshop a.btn-shop{
        font-weight: 600;
		top: 35px;
    }
    .honor-magicv2-popshop .shopLogo{
        width: 90px;
        height: 24px;
        position: absolute;
        background-size: 100%;
        top: 10px;
        right: -1px;
        display: block;
        padding: 0;
        z-index: 1;
    }
    .honor-magicv2-popshop .shopLogo img{
        max-width:100px;
        width: auto;
        height:auto;
        position: relative;
    }
    .honor-magicv2-popshop .jaymart img {
        width: auto;
        height: 19px;
        top: -5px;
        left: 18px;
    }
    .honor-magicv2-popshop .lazada img {
        width: auto;
        height: 19px;
        top: -5px;
        left: -7px;
    }



    /* OPPO Watch X */
    .oppo-watchX-popshop{
        background: url(https://www.siamphone.com/images/pop-shop/oppo-watchX/head.png) no-repeat right top, linear-gradient(187deg, #f3f3f3 0,#f3f3f3 40%,#f3f3f3 82%,#f3f3f3 99%);
        padding: 3% 3%;
        width: 92%;
        margin: 20px auto 20px;
        border-radius: 11px 11px;
        position: relative;
        border: 0px solid #222222;
        max-width: 366px;
	}
	
	.oppo-watchX-popshop .head-popshop{
        text-indent:0;
        height:80px;
        padding-top:0;
    }
	.oppo-watchX-popshop .head-popshop h3 a{
        font-size: 30px;
        line-height: 40px;
        margin-left:7px;
	}
	.oppo-watchX-popshop .head-popshop h3 span{
        font-family: 'Roboto',"Kanit";
        font-size: 16px;
        font-weight: 300;
        display: block;
        line-height: 16px;
        margin-top:5px;
        margin-left:7px;
	}
    .oppo-watchX-popshop .block-popshop{
        height:80px;
        margin: 0 0 15px 0;
        border:0;
    }
	.oppo-watchX-popshop .block-popshop img{
        width: 65px;
        height: auto;
        top: 7px;
        left: 17px;
        max-width: 75px;
	}
	.oppo-watchX-popshop .block-popshop h5 span{
		font-size: 12px;
		font-weight: 400;
		font-family: 'Roboto';
	}
	.oppo-watchX-popshop .popshop-promotion ul{
		padding: 0 15px 10px 40px;
	}
    .oppo-watchX-popshop .popshop-promotion img {
        max-height: 120px;
        max-width: 200px;
        margin: 5px auto 15px;
        width: auto;
        height: auto;
        display: block;
        border-radius: 10px;
    }
    .oppo-watchX-popshop .block-popshop a.btn-shop{
        font-weight: 600;
		top: 35px;
    }


    /* Redmi A3 */
    .redmi-a3-popshop{
        background: url(https://www.siamphone.com/images/pop-shop/redmi-a3/head.png) no-repeat right top, linear-gradient(187deg, #f3f3f3 0,#f3f3f3 40%,#f3f3f3 82%,#f3f3f3 99%);
        padding: 3% 3%;
        width: 92%;
        margin: 20px auto 20px;
        border-radius: 11px 11px;
        position: relative;
        border: 0px solid #222222;
        max-width: 366px;
	}
	
	.redmi-a3-popshop .head-popshop{
        text-indent:0;
        height:80px;
        padding-top:0;
    }
	.redmi-a3-popshop .head-popshop h3 a{
        font-size: 30px;
        line-height: 50px;
	}
	.redmi-a3-popshop .head-popshop h3 span{
        font-family: 'Roboto',"Kanit";
        font-size: 12px;
        font-weight: 400;
        display: block;
        line-height: 16px;
        margin-top:0;
	}
    .redmi-a3-popshop .head-popshop h3 small{
        font-size:18px;
        font-family:"Roboto","Kanit";
        font-weight:600;
        margin-top: 10px;
        display: block;
    }
    .redmi-a3-popshop .block-popshop{
        height:80px;
        margin: 0 0 15px 0;
        border:0;
    }
	.redmi-a3-popshop .block-popshop img{
        width: 70px;
        height: auto;
        top: 2px;
        left: 15px;
        max-width: 75px;
	}
	.redmi-a3-popshop .block-popshop h5 span{
		font-size: 12px;
		font-weight: 400;
		font-family: 'Roboto';
	}
	.redmi-a3-popshop .popshop-promotion ul{
		padding: 0 15px 10px 40px;
	}
    .redmi-a3-popshop .popshop-promotion img {
        max-height: 120px;
        max-width: 200px;
        margin: 5px auto 15px;
        width: auto;
        height: auto;
        display: block;
        border-radius: 10px;
    }
    .redmi-a3-popshop .block-popshop a.btn-shop{
        font-weight: 600;
		top: 35px;
    }
    .redmi-a3-popshop .shopLogo{
        width: 90px;
        height: 24px;
        position: absolute;
        background-size: 100%;
        top: 10px;
        right: -1px;
        display: block;
        padding: 0;
        z-index: 1;
    }
    .redmi-a3-popshop .shopLogo img{
        max-width:100px;
        width: auto;
        height:auto;
        position: relative;
    }
    .redmi-a3-popshop .tgfone img {
        width: 48px;
        height: auto;
        top: -5px;
        left: 20px;
    }
    .redmi-a3-popshop .lazada img {
        width: auto;
        height: 19px;
        top: -5px;
        left: -7px;
    }


    /* Samsung Galaxy A35 */
    .galaxy-a35-popshop{
		background: url(https://www.siamphone.com/images/pop-shop/galaxy-a35/head.png) no-repeat right top, linear-gradient(49deg, #F4F4F4 5%, #F4F4F4 99%);
        padding: 1% 3% 3% ;
        width: 92%;
		margin: 20px auto 20px;
		border-radius:11px 11px;
		position:relative;
        border:0 solid #222222;
		max-width:366px;
	}
	.galaxy-a35-popshop .head-popshop{
        text-indent:0;
        height:80px;
        padding-top:0;
    }
	.galaxy-a35-popshop .head-popshop h3 a{
        font-size: 25px;
        font-family: "Roboto", "Kanit";
        font-weight: 700;
        margin: 15px 0 0 20px;
        display: block;
        color: #222;
        text-indent: 0;
        line-height: 31px;
	}
	.galaxy-a35-popshop .head-popshop h3 a span{
        font-weight:300;
    }
    .galaxy-a35-popshop .block-popshop{
        height:80px;
        margin: 0 0 15px 0;
        border:0;
    }
	.galaxy-a35-popshop .block-popshop img{
        width: 70px;
        height: auto;
        top: 10px;
        left:20px;
	}
    .galaxy-a35-popshop .block-popshop h5 a {
        font-weight:500;
    }
	.galaxy-a35-popshop .block-popshop h5 span{
		font-size: 12px;
		font-weight: 400;
		font-family: 'Roboto';
	}
	.galaxy-a35-popshop .popshop-promotion ul{
		padding: 0 15px 10px 40px;
	}
    .galaxy-a35-popshop .popshop-promotion img {
        max-height: 150px;
        max-width: 275px;
        margin: 5px auto 15px;
        width: auto;
        height: auto;
        display: block;
        border-radius: 10px;
    }
    .galaxy-a35-popshop .block-popshop a.btn-shop{
        font-weight: 600;
		top: 35px;
    }
    .galaxy-a35-popshop p.warning{
        padding-bottom: 0;
    }

    /* Samsung Galaxy A55 */
    .galaxy-a55-popshop{
		background: url(https://www.siamphone.com/images/pop-shop/galaxy-a35/head2.png) no-repeat right top, linear-gradient(49deg, #F4F4F4 5%, #F4F4F4 99%);
        padding: 1% 3% 3% 
    }
    .galaxy-a55-popshop .block-popshop img {
        border-radius: 6px;
    }
    .galaxy-a55-popshop .shopLogo{
        width: 90px;
        height: 24px;
        position: absolute;
        background-size: 100%;
        top: 10px;
        right: -1px;
        display: block;
        padding: 0;
        z-index: 1;
    }
    .galaxy-a55-popshop .shopLogo img{
        top: 0;
        left: 0;
        width: 100%;
    }
    .galaxy-a55-popshop .jaymart img {
        width: auto;
        height: 19px;
        top: 0;
        left: 15px;
        position: absolute;
    }
    .galaxy-a55-popshop .tgfone img {
        width: 48px;
        height: auto;
        top: -5px;
        left: 20px;
    }



    /* Xiaomi 14 */
    .xiaomi-14-popshop{
		background: url(//www.siamphone.com/images/pop-shop/xiaomi-14/head.png) no-repeat right top, linear-gradient(1deg, #f3f3f3 30%, #f3f3f3 99%);
        padding: 3% 3% ;
        width: 92%;
		margin: 20px auto 20px;
		border-radius:11px 11px;
		position:relative;
        border:0 solid #000000;

		max-width:366px;
	}
	.xiaomi-14-popshop .head-popshop{
        text-indent:0;
        height:70px;
        padding-top:0;
    }
	.xiaomi-14-popshop .head-popshop h3{
        margin-top: 10px;
    }
	.xiaomi-14-popshop .head-popshop h3 a{
        font-size: 1.80rem;
        line-height: 2rem;
	}
	.xiaomi-14-popshop .head-popshop h3 span{
        font-family: 'Roboto';
        font-size: 10px;
        font-weight: 300;
        display:block;
	}
    .xiaomi-14-popshop .block-popshop{
        height:80px;
        margin: 0 0 15px 0;
		overflow: unset;
        border: 1px solid #e8e8e8;
    }
	.xiaomi-14-popshop .block-popshop img{
        width: 70px;
        height: auto;
        top: 15px;
        left: 15px;
        max-width: 90px;
	}
	.xiaomi-14-popshop .block-popshop h5{
		margin:0;
	}
	.xiaomi-14-popshop .block-popshop h5 a{
		line-height: 1.8rem;
		font-weight: 600;
	}
	.xiaomi-14-popshop .block-popshop h5 span{
		font-size: 12px;
		font-weight: 400;
		font-family: 'Roboto';
	}
	.xiaomi-14-popshop .popshop-promotion ul{
		padding: 0 15px 10px 40px;
	}
    .xiaomi-14-popshop .block-popshop a.btn-shop{
        font-weight: 600;
		top: 35px;
    }
    .xiaomi-14-popshop .popshop-promotion p{
        padding-top:0;
        margin-top:0;
    }
    .xiaomi-14-popshop .popshop-promotion img {
        max-width: 280px;
        margin: 0 auto;
        display: block;
        border-radius: 13px;
        position: relative;
        width: auto;
        max-height: 200px;
        left: auto;
        top: auto;
    }
    .xiaomi-14-popshop .shopLogo{
        width: 90px;
        height: 24px;
        position: absolute;
        background-size: 100%;
        top: 10px;
        right: -1px;
        display: block;
        padding: 0;
        z-index: 1;
    }
    .xiaomi-14-popshop .shopLogo img{
        max-width:100px;
        width: auto;
        height:auto;
        position: relative;
    }
    .xiaomi-14-popshop .tgfone img {
        width: 48px;
        height: auto;
        top: -5px;
        left: 20px;
    }
    .xiaomi-14-popshop .lazada img {
        width: auto;
        height: 19px;
        top: -5px;
        left: -7px;
    }
    .xiaomi-14-popshop .jaymart img {
        width: auto;
        height: 19px;
        top: -5px;
        left: 18px;
    }



    /* Xiaomi 14 Ultra */
    .xiaomi-14ultra-popshop{
		background: url(//www.siamphone.com/images/pop-shop/xiaomi-14/head2.png) no-repeat right top, linear-gradient(1deg, #130c03 30%, #130c03 99%);
        padding: 3% 3% ;
        width: 92%;
		margin: 20px auto 20px;
		border-radius:11px 11px;
		position:relative;
        border:0 solid #000000;

		max-width:366px;
	}
	.xiaomi-14ultra-popshop .head-popshop{
        text-indent:0;
        height:70px;
        padding-top:0;
    }
	.xiaomi-14ultra-popshop .head-popshop h3 {
        margin-top:10px;
    }
	.xiaomi-14ultra-popshop .head-popshop h3 a{
        font-size: 1.68rem;
        line-height: 2rem;
	}
	.xiaomi-14ultra-popshop .head-popshop h3 span{
        font-family: 'Roboto';
        font-size: 12px;
        font-weight: 300;
        display:block;
        letter-spacing: 0.5px;
	}
    .xiaomi-14ultra-popshop .block-popshop{
        height:80px;
        margin: 0 0 15px 0;
		overflow: unset;
        border: 1px solid #130c03;
    }
	.xiaomi-14ultra-popshop .block-popshop img{
        width: 70px;
        height: auto;
        top: 20px;
        left: 15px;
        max-width: 90px;
        border-radius: 6px;
	}
	.xiaomi-14ultra-popshop .block-popshop h5{
		margin:0;
	}
	.xiaomi-14ultra-popshop .block-popshop h5 a{
        line-height: 1.8rem;
        font-weight: 600;
        font-size: 1.05rem;
        font-family: 'Roboto';
	}
	.xiaomi-14ultra-popshop .block-popshop h5 span{
		font-size: 12px;
		font-weight: 400;
		font-family: 'Roboto';
	}
	.xiaomi-14ultra-popshop .popshop-promotion ul{
		padding: 0 15px 10px 40px;
	}
    .xiaomi-14ultra-popshop .block-popshop a.btn-shop{
        font-weight: 600;
		top: 35px;
    }
    .xiaomi-14ultra-popshop .popshop-promotion p{
        padding-top:0;
        margin-top:0;
    }
    .xiaomi-14ultra-popshop .popshop-promotion img {
        max-width: 280px;
        margin: 0 auto;
        display: block;
        border-radius: 13px;
        position: relative;
        width: auto;
        max-height: 200px;
        left: auto;
        top: auto;
    }
    .xiaomi-14ultra-popshop .shopLogo{
        width: 90px;
        height: 24px;
        position: absolute;
        background-size: 100%;
        top: 10px;
        right: -1px;
        display: block;
        padding: 0;
        z-index: 1;
    }
    .xiaomi-14ultra-popshop .shopLogo img{
        max-width:100px;
        width: auto;
        height:auto;
        position: relative;
    }
    .xiaomi-14ultra-popshop .tgfone img {
        width: 48px;
        height: auto;
        top: -5px;
        left: 20px;
    }
    .xiaomi-14ultra-popshop .lazada img {
        width: auto;
        height: 19px;
        top: -5px;
        left: -7px;
    }
    .xiaomi-14ultra-popshop .jaymart img {
        width: auto;
        height: 19px;
        top: -5px;
        left: 18px;
    }



    /* Xiaomi Smart Band 8 Pro */
    .xiaomi-band8pro-popshop{
        background: url(https://www.siamphone.com/images/pop-shop/xiaomi-watch/head.png) no-repeat right top, linear-gradient(187deg, #f3f3f3 0,#f3f3f3 40%,#f3f3f3 82%,#f3f3f3 99%);
        padding: 3% 3%;
        width: 92%;
        margin: 20px auto 20px;
        border-radius: 11px 11px;
        position: relative;
        border: 0px solid #222222;
        max-width: 366px;
	}
	.xiaomi-band8pro-popshop .head-popshop{
        text-indent:0;
        height:80px;
        padding-top:0;
    }
	.xiaomi-band8pro-popshop .head-popshop h3 a{
        font-size: 28px;
        line-height: 34px;
	}
	.xiaomi-band8pro-popshop .head-popshop h3 span{
        font-family: 'Roboto', "Kanit";
        font-size: 22px;
        font-weight: 700;
        display: block;
        line-height: 26px;
        margin-top: 5px
	}
    .xiaomi-band8pro-popshop .head-popshop h3 small{
        font-size:18px;
        font-family:"Roboto","Kanit";
        font-weight:600;
        margin-top: 10px;
        display: block;
    }
    .xiaomi-band8pro-popshop .block-popshop{
        height:85px;
        margin: 0 0 15px 0;
        border:0;
    }
	.xiaomi-band8pro-popshop .block-popshop img{
        width: 100px;
        height: auto;
        top: 10px;
        left: 17px;
        max-width: 65px;
	}
    .xiaomi-band8pro-popshop .block-popshop h5{
        margin-top:5px;
    }
	.xiaomi-band8pro-popshop .block-popshop h5 span{
		font-size: 12px;
		font-weight: 400;
		font-family: 'Roboto';
	}
	.xiaomi-band8pro-popshop .popshop-promotion ul{
		padding: 0 15px 10px 40px;
	}
    .xiaomi-band8pro-popshop .popshop-promotion img {
        max-height: 120px;
        max-width: 200px;
        margin: 5px auto 15px;
        width: auto;
        height: auto;
        display: block;
        border-radius: 10px;
    }
    .xiaomi-band8pro-popshop .block-popshop a.btn-shop{
        font-weight: 600;
		top: 40px;
    }
    .xiaomi-band8pro-popshop .shopLogo{
        width: 90px;
        height: 24px;
        position: absolute;
        background-size: 100%;
        top: 10px;
        right: -1px;
        display: block;
        padding: 0;
        z-index: 1;
    }
    .xiaomi-band8pro-popshop .shopLogo img{
        max-width:100px;
        width: auto;
        height:auto;
        position: relative;
    }
    .xiaomi-band8pro-popshop .tgfone img {
        width: 48px;
        height: auto;
        top: -5px;
        left: 20px;
    }
    .xiaomi-band8pro-popshop .lazada img {
        width: auto;
        height: 19px;
        top: -5px;
        left: -7px;
    }

    /* Xiaomi Watch S3 */
    .xiaomi-watchS3-popshop{
        background: url(https://www.siamphone.com/images/pop-shop/xiaomi-watch/head22.png) no-repeat right top, linear-gradient(187deg, #f3f3f3 0,#f3f3f3 40%,#f3f3f3 82%,#f3f3f3 99%);
    }
    .xiaomi-watchS3-popshop .block-popshop .col-3 img {
        border: 1px solid #e4e4e4;
        border-radius: 30px;
        padding: 5px 5px;
    }



    /* Xiaomi Watch 2 */
    .xiaomi-watch2-popshop{
        background:url(https://www.siamphone.com/images/pop-shop/xiaomi-watch/head3.png) no-repeat right top, linear-gradient(225deg, #9e9e9e 0, #ededed 40%, #ededed 82%, #f3f3f3 99%);
    }
    .xiaomi-watch2-popshop .head-popshop h3 span {
        font-size: 15px;
        font-weight: 300;
    }
    .xiaomi-watch2-popshop .block-popshop .col-3 img {
        border-radius: 30px;
        padding: 5px 5px;
        background:#eeeeee;
    }




    /* Nothing Phone (2a) plus */
    .nothingphone-2a-popshop{
		background: url(//www.siamphone.com/images/pop-shop/nothing-phone-2a/head3.png) no-repeat right top, linear-gradient(1deg, #222222 30%, #555555 99%);
        padding: 1% 3% 1% ;
        width: 92%;
		margin: 20px auto 20px;
		border-radius:11px 11px;
		position:relative;
        border:0 solid #ffffff;
		max-width:366px;
	}
	.nothingphone-2a-popshop .head-popshop{
        text-indent:0;
        padding-top:0;
        height: 95px;
    }
	.nothingphone-2a-popshop .head-popshop h3 a{
        font-size:18px;
        font-family: "Roboto", "Kanit";
        font-weight: 700;
        display: block;
        margin-top: 18px;   
        margin-bottom: 15px;
        background: #fff;
        border-radius: 30px;
        padding: 3px 12px;
        display: inline-block;
	}
    .nothingphone-2a-popshop .head-popshop h3 small{
        font-size: 14px;
        font-family: "Roboto", "Kanit";
        font-weight: 300;
        margin-top: 5px;
        display: block;
        text-indent: 10px;
        color:#eee;
    }
    .nothingphone-2a-popshop .block-popshop{
        height:80px;
        margin: 0 0 15px 0;
        border:0;
    }
	.nothingphone-2a-popshop .block-popshop img{
        width: 67px;
        height: auto;
        max-height: 80px;
        max-width: 80px;
        top: 7px;
        left: 20px;
	}
    .nothingphone-2a-popshop .block-popshop h5 a {
        font-family: 'Roboto',"Kanit";
        line-height: 1.8rem;
        font-size: 1rem;
    }
	.nothingphone-2a-popshop .block-popshop h5 span{
		font-size: 12px;
		font-weight: 400;
		font-family: 'Roboto';
	}
	.nothingphone-2a-popshop .popshop-promotion ul{
		padding: 0 15px 10px 40px;
	}
    .nothingphone-2a-popshop .popshop-promotion img {
        max-height: 85px;
        max-width: 400px;
        max-width: 300px;
        margin: 0 auto 15px;
        display: block;
    }



    /* realme 12 plus */
    .realme-12plus-popshop{
        background: url(https://www.siamphone.com/images/pop-shop/realme-12plus/head.png) no-repeat right top, linear-gradient(187deg, #00100d 0,#00100d 40%,#00100d 82%,#00100d 99%);
        padding: 3% 3%;
        width: 92%;
        margin: 20px auto 20px;
        border-radius: 11px 11px;
        position: relative;
        border: 0px solid #222222;
        max-width: 366px;
	}
	.realme-12plus-popshop .head-popshop{
        text-indent:0;
        height:80px;
        padding-top:10px;
    }
	.realme-12plus-popshop .head-popshop h3 a{
        font-size: 30px;
        line-height: 30px;
        color:#fff;
	}
	.realme-12plus-popshop .head-popshop h3 span{
        font-family: 'Roboto',"Kanit";
        font-size: 12px;
        font-weight: 400;
        display: block;
        line-height: 16px;
        margin-top:5px;
	}
    .realme-12plus-popshop .block-popshop{
        height:80px;
        margin: 0 0 15px 0;
        border:0;
    }
	.realme-12plus-popshop .block-popshop img{
        width: 55px;
        height: auto;
        top: 7px;
        left: 22px;
        max-width: 75px;
	}
	.realme-12plus-popshop .popshop-promotion ul{
		padding: 0 15px 10px 40px;
	}
    .realme-12plus-popshop .popshop-promotion img {
        max-height: 120px;
        max-width: 200px;
        margin: 5px auto 15px;
        width: auto;
        height: auto;
        display: block;
        border-radius: 10px;
    }
    .realme-12plus-popshop .block-popshop a.btn-shop{
        font-weight: 600;
		top: 35px;
    }


    /* Huawei MatePad 11.5 */
    .huawei-matepad115-popshop{
        background: url(https://www.siamphone.com/images/pop-shop/huawei-matepad115/head.png) no-repeat right top, linear-gradient(187deg, #f3f3f3 0,#f3f3f3 40%,#f3f3f3 82%,#f3f3f3 99%);
        padding: 3% 3%;
        width: 92%;
        margin: 20px auto 20px;
        border-radius: 11px 11px;
        position: relative;
        border: 0px solid #222222;
        max-width: 366px;
	}
	.huawei-matepad115-popshop .head-popshop{
        text-indent:100px;
        height:80px;
        padding-top:10px;
    }
	.huawei-matepad115-popshop .head-popshop h3 a{
        font-size: 22px;
        line-height: 30px;
        font-weight: 700;
	}
    .huawei-matepad115-popshop .head-popshop h3 strong{
        font-weight:500;
	}
	.huawei-matepad115-popshop .head-popshop h3 span{
        font-family: 'Roboto',"Kanit";
        font-size: 19px;
        font-weight: 400;
        display: block;
        line-height: 20px;
        margin-top: 5px;
	}
    .huawei-matepad115-popshop .block-popshop{
        height:80px;
        margin: 0 0 15px 0;
        border:0;
    }
	.huawei-matepad115-popshop .block-popshop img{
        width: 75px;
        height: auto;
        top: 12px;
        left: 15px;
        max-width: 75px;
	}
	.huawei-matepad115-popshop .block-popshop h5 span{
		font-size: 12px;
		font-weight: 400;
		font-family: 'Roboto';
	}
	.huawei-matepad115-popshop .popshop-promotion ul{
		padding: 0 15px 10px 40px;
	}
    .huawei-matepad115-popshop .popshop-promotion img {
        max-height: 120px;
        max-width: 300px;
        margin: 5px auto 0;
        width: auto;
        height: auto;
        display: block;
        border-radius: 10px;
    }
    .huawei-matepad115-popshop .block-popshop a.btn-shop{
        font-weight: 600;
		top: 35px;
    }
    .huawei-matepad115-popshop .shopLogo{
        width: 90px;
        height: 24px;
        position: absolute;
        background-size: 100%;
        top: 10px;
        right: -1px;
        display: block;
        padding: 0;
        z-index: 1;
    }
    .huawei-matepad115-popshop .shopLogo img{
        max-width:100px;
        width: auto;
        height:auto;
        position: relative;
    }
    .huawei-matepad115-popshop .tgfone img {
        width: 48px;
        height: auto;
        top: -5px;
        left: 20px;
    }
    .huawei-matepad115-popshop .lazada img {
        width: auto;
        height: 19px;
        top: -5px;
        left: -7px;
    }



    
	/* Samsung Galaxy A35 A55 */
	.galaxy-a35-popshop{
        background: url(https://www.siamphone.com/images/pop-shop/galaxy-a35/head_banana2.png) no-repeat right top, linear-gradient(304deg, #ffe400 5%, #ffe400 99%);
        background-size:100%;
        padding: 1% 3% 3% ;
        width: 92%;
		margin: 20px auto 20px;
		border-radius:11px 11px;
		position:relative;
        border:0 solid #222222;
		max-width:366px;
	}
	.galaxy-a35-popshop .head-popshop{
        text-indent:0;
        height:95px;
        padding-top:0;
    }
	.galaxy-a35-popshop .head-popshop h3 a{
        font-size: 25px;
        font-family: "Roboto", "Kanit";
        font-weight: 700;
        margin: 15px 0 0 20px;
        display: block;
        color: transparent;
        text-indent: 0;
        line-height: 31px;
	}
    .galaxy-a35-popshop .block-popshop{
        height:80px;
        margin: 0 0 15px 0;
        border:0;
    }
	.galaxy-a35-popshop .block-popshop img{
        width: 65px;
        height: auto;
        top: 8px;
        left:20px;
	}
    .galaxy-a35-popshop .block-popshop h5 a {
        font-weight:500;
    }
	.galaxy-a35-popshop .block-popshop h5 span{
		font-size: 12px;
		font-weight: 400;
		font-family: 'Roboto';
	}
	.galaxy-a35-popshop .popshop-promotion ul{
		padding: 0 15px 10px 40px;
	}
    .galaxy-a35-popshop .popshop-promotion img {
        max-height: 150px;
        max-width: 275px;
        margin: 5px auto 15px;
        width: auto;
        height: auto;
        display: block;
        border-radius: 10px;
    }
    .galaxy-a35-popshop .block-popshop a.btn-shop{
        font-weight: 600;
		top: 35px;
    }
    .galaxy-a35-popshop .shopLogo{
        width: 90px;
        height: 24px;
        position: absolute;
        background-size: 100%;
        top: 10px;
        right: -1px;
        display: block;
        padding: 0;
        z-index: 1;
    }
    .galaxy-a35-popshop .shopLogo img{
        top: 0;
        left: 0;
        width: 100%;
    }
    .galaxy-a35-popshop .jaymart img {
        width: auto;
        height: 19px;
        top: 0;
        left: 15px;
        position: absolute;
    }
    .galaxy-a35-popshop .tgfone img {
        width: 48px;
        height: auto;
        top: -5px;
        left: 20px;
    }
    .galaxy-a35-popshop p.warning{
        padding-bottom: 0;
    }
    
    .galaxy-a55-popshop{
        background: url(https://www.siamphone.com/images/pop-shop/galaxy-a35/head_banana2.png) no-repeat right top, linear-gradient(304deg, #ffe400 5%, #ffe400 99%);
        padding: 1% 3% 3% ;
        background-size:100%;
    }
    .galaxy-a55-popshop .block-popshop img {
        border-radius: 6px;
    }
	
	/* Studio7 iPhone 15 Series */
	.studio7-iphone15-popshop{
        background: url(https://www.siamphone.com/images/pop-shop/studio7-iphone15/head.png) no-repeat right top, linear-gradient(304deg, #d7d9d8 5%, #f3dad6 99%);
        padding: 1% 3% 3% ;
        width: 92%;
		margin: 20px auto 20px;
		border-radius:11px 11px;
		position:relative;
        border:0 solid #222222;
		max-width:366px;
	}
	.studio7-iphone15-popshop .head-popshop{
        text-indent:0;
        height:95px;
        padding-top:0;
    }
	.studio7-iphone15-popshop .head-popshop h3 a{
        font-size: 25px;
        font-family: "Roboto", "Kanit";
        font-weight: 700;
        margin: 15px 0 0 20px;
        display: block;
        color: transparent;
        text-indent: 0;
        line-height: 31px;
	}
    .studio7-iphone15-popshop .block-popshop{
        height:75px;
        margin: 0 0 15px 0;
        border:0;
    }
	.studio7-iphone15-popshop .block-popshop img{
        width: 63px;
		height: auto;
		top: 5px;
		left: 20px;
		max-width: 63px;
	}
    .studio7-iphone15-popshop .block-popshop h5 a {
		font-weight: 600;
		font-size: 1rem;
		line-height: 26px;
    }
	.studio7-iphone15-popshop .block-popshop h5 span{
		font-size: 12px;
		font-weight: 400;
		font-family: 'Roboto';
	}
	.studio7-iphone15-popshop .popshop-promotion ul{
		padding: 0 15px 10px 40px;
	}
    .studio7-iphone15-popshop .popshop-promotion img {
        max-height: 150px;
        max-width: 275px;
        margin: 5px auto 15px;
        width: auto;
        height: auto;
        display: block;
        border-radius: 10px;
    }
    .studio7-iphone15-popshop .block-popshop a.btn-shop{
        font-weight: 600;
		top: 30px;
    }
    .studio7-iphone15-popshop p.warning{
        padding-bottom: 0;
    }




    /* banana songkran */
	.banana-songkran-popshop{
        background: url(https://www.siamphone.com/images/pop-shop/galaxy-a35/head_banana2.png) no-repeat right top, linear-gradient(304deg, #ffe400 5%, #ffe400 99%);
        background-size:100%;
        padding: 1% 3% 3% ;
        width: 92%;
        margin: 20px auto 20px;
        border-radius: 11px 11px;
        position: relative;
        max-width: 366px;
        background-size: 100%;
        border-bottom: 0 solid #ffe400;
	}
	.banana-songkran-popshop .head-popshop{
        text-indent:0;
        height:80px;
    }
	.banana-songkran-popshop .head-popshop h3{
        padding-left: 0;
        margin-bottom: 10px;
        line-height: 2.1rem;
        font-family: 'Roboto';
        font-weight: 700;
	}
	.banana-songkran-popshop .head-popshop h3 a{
        color:transparent;
        line-height: 30px;
        font-size: 33px;
        margin: 5px 0 0 0;
    }
    .banana-songkran-popshop .block-popshop{
        width: 90%;    
        min-height: 80px;
        height: auto;
        margin: 45px auto 0;
        background: #ffffff;
        overflow: visible;
        border: 1px solid #000;
    }
	.banana-songkran-popshop .block-popshop img{
		max-width: 50px;
		max-height: 80px;
		height: auto;
		width: auto;
        top: -15px;
        left: 20px;
	}
	.banana-songkran-popshop .block-popshop .col-3 {
        width: 25%;
    }
	.banana-songkran-popshop .block-popshop .col-9 {
        width: 75%;
		padding-left: 0;
		padding-right: 8px;
	}
	.banana-songkran-popshop .block-popshop h5 a{
        font-size: 16px;
        margin: 0;
		font-family: 'Roboto',"Kanit";
    }
	.banana-songkran-popshop .block-popshop h5 a span{
        font-size:14px;
        font-weight:300;
        margin-left:5px;
    }
	.banana-songkran-popshop .block-popshop h4 {
        margin: 10px 0 0 0;
    }
    .banana-songkran-popshop .block-popshop a.btn-shop{
        color: #ffffff !important;
        background: black;
        font-weight: 600;
		top: 35px;
    }
    .banana-songkran-popshop .popshop-promotion{
        background-color: transparent;
    }



    /* Huawei Nova 12 */
    .huawei-nova12-popshop{
		background: url(//www.siamphone.com/images/pop-shop/huawei-nova12/head_nova12s.png) no-repeat right top, linear-gradient(1deg, #efefed 30%, #efefed 99%);
        padding: 1% 3% 3% ;
        width: 92%;
		margin: 20px auto 20px;
		border-radius:11px 11px;
		position:relative;
        border:0 solid #ffffff;
		max-width:366px;
	}
	.huawei-nova12-popshop .head-popshop{
        text-indent:0;
        padding-top:0;
        height: 90px;
    }
	.huawei-nova12-popshop .head-popshop h3 a{
        font-family: "Roboto", "Kanit";
        font-weight: 700;
        display: block;
        margin-top: 18px;
        border-radius: 30px;
        display: inline-block;
        font-size:26px;
        line-height:30px;
	}
    .huawei-nova12-popshop .block-popshop{
        height:80px;
        margin: 0 0 15px 0;
        border:0;
    }
	.huawei-nova12-popshop .block-popshop img{
        width: 52px;
        height: auto;
        max-height: 80px;
        max-width: 75px;
        top: 9px;
        left: 20px;
	}
    .huawei-nova12-popshop .block-popshop h5 a {
        font-family: 'Roboto',"Kanit";
        line-height: 1.8rem;
        font-size: 1rem;
    }
	.huawei-nova12-popshop .block-popshop h5 span{
		font-size: 12px;
		font-weight: 400;
		font-family: 'Roboto';
	}
	.huawei-nova12-popshop .popshop-promotion ul{
		padding: 0 15px 10px 40px;
	}
    .huawei-nova12-popshop .popshop-promotion img {
        max-height: 85px;
        max-width: 400px;
        max-width: 300px;
        margin: 0 auto 15px;
        display: block;
    }

    .huawei-nova12i-popshop{
        background: url(//www.siamphone.com/images/pop-shop/huawei-nova12/head_nova12i.png) no-repeat right top, linear-gradient(1deg, #efefed 30%, #efefed 99%);
    }
	.huawei-nova12i-popshop .head-popshop h3 a{
        text-indent: 130px;    
        margin-top: 27px;
    }




    /* OnePlus 12R */
    .oneplus-12r-popshop{
		background: url(//www.siamphone.com/images/pop-shop/oneplus-12r/head.png) no-repeat right top, linear-gradient(1deg, #130c03 30%, #130c03 99%);
        padding: 3% 3% ;
        width: 92%;
		margin: 20px auto 20px;
		border-radius:11px 11px;
		position:relative;
        border:0 solid #000000;
		max-width:366px;
	}
	.oneplus-12r-popshop .head-popshop{
        text-indent:0;
        height:70px;
        padding-top:0;
    }
	.oneplus-12r-popshop .head-popshop h3 {
        margin-top:10px;
    }
	.oneplus-12r-popshop .head-popshop h3 a{
        font-size: 1.68rem;
        line-height: 2rem;
	}
	.oneplus-12r-popshop .head-popshop h3 span{
        font-family: 'Roboto';
        font-size: 12px;
        font-weight: 300;
        display:block;
        letter-spacing: 0.5px;
	}
    .oneplus-12r-popshop .block-popshop{
        height:80px;
        margin: 0 0 15px 0;
		overflow: unset;
        border: 1px solid #130c03;
    }
	.oneplus-12r-popshop .block-popshop img{
        width: 70px;
        height: auto;
        top: 4px;
        left: 15px;
        max-width: 90px;
        border-radius: 6px;
	}
	.oneplus-12r-popshop .block-popshop h5{
		margin:0;
	}
	.oneplus-12r-popshop .block-popshop h5 a{
        line-height: 1.8rem;
        font-weight: 600;
        font-size: 1.05rem;
        font-family: 'Roboto';
	}
	.oneplus-12r-popshop .block-popshop h5 span{
		font-size: 12px;
		font-weight: 400;
		font-family: 'Roboto';
	}
	.oneplus-12r-popshop .popshop-promotion ul{
		padding: 0 15px 10px 40px;
	}
    .oneplus-12r-popshop .block-popshop a.btn-shop{
        font-weight: 600;
		top: 35px;
    }
    .oneplus-12r-popshop .popshop-promotion p{
        padding-top:0;
        margin-top:0;
    }
    .oneplus-12r-popshop .popshop-promotion img {
        max-width: 280px;
        margin: 0 auto;
        display: block;
        border-radius: 13px;
        position: relative;
        width: auto;
        max-height: 200px;
        left: auto;
        top: auto;
    }
    .oneplus-12r-popshop .shopLogo{
        width: 90px;
        height: 24px;
        position: absolute;
        background-size: 100%;
        top: 10px;
        right: -1px;
        display: block;
        padding: 0;
        z-index: 1;
    }
    .oneplus-12r-popshop .shopLogo img{
        max-width:100px;
        width: auto;
        height:auto;
        position: relative;
    }
    .oneplus-12r-popshop .lazada img {
        width: auto;
        height: 19px;
        top: -5px;
        left: -7px;
    }



    /* iQOO Z9 */
    .iqoo-z9-popshop{
		background: url(//www.siamphone.com/images/pop-shop/iqoo-z9/head1.png) no-repeat right top, linear-gradient(195deg, #062520 30%, #062520 99%);
        padding: 3% 3% ;
        width: 92%;
		margin: 20px auto 20px;
		border-radius:11px 11px;
		position:relative;
        border:0 solid #000000;
		max-width:366px;
	}
    .iqoo-z9x-popshop{
        background: url(//www.siamphone.com/images/pop-shop/iqoo-z9/head3.png) no-repeat right top, linear-gradient(195deg, #062520 30%, #062520 99%);
    }
	.iqoo-z9-popshop .head-popshop{
        text-indent:0;
        height:70px;
        padding-top:0;
    }
	.iqoo-z9-popshop .head-popshop h3 {
        margin-top:10px;
    }
	.iqoo-z9-popshop .head-popshop h3 a{
        font-size: 1.68rem;
        line-height: 2rem;
        color: #fff;
	}
    .iqoo-z9-popshop .head-popshop h3 a small{
        border: 1px solid;
        border-radius: 6px;
        font-size: 15px;
        padding: 1px 5px;
        vertical-align: bottom;
    }
	.iqoo-z9-popshop .head-popshop h3 span{
        font-family: "Kanit";
        font-size: 14px;
        font-weight: 300;
        display: block;
	}
    .iqoo-z9-popshop .block-popshop{
        height:80px;
        margin: 0 0 15px 0;
		overflow: unset;
        border: 1px solid #130c03;
    }
	.iqoo-z9-popshop .block-popshop img{
        width: 60px;
        height: auto;
        top: 10px;
        left: 15px;
        max-width: 90px;
        border-radius: 6px;
	}
	.iqoo-z9-popshop .block-popshop h5{
		margin:0;
	}
	.iqoo-z9-popshop .block-popshop h5 a{
        line-height: 1.8rem;
        font-weight: 600;
        font-size: 1.05rem;
        font-family: 'Roboto';
	}
	.iqoo-z9-popshop .block-popshop h5 span{
		font-size: 12px;
		font-weight: 400;
		font-family: 'Roboto';
	}
	.iqoo-z9-popshop .popshop-promotion ul{
		padding: 0 15px 10px 40px;
	}
    .iqoo-z9-popshop .block-popshop a.btn-shop{
        font-weight: 600;
		top: 35px;
    }
    .iqoo-z9-popshop .popshop-promotion p{
        padding-top:0;
        margin-top:0;
    }
    .iqoo-z9-popshop .popshop-promotion img {
        max-width: 280px;
        margin: 0 auto;
        display: block;
        border-radius: 13px;
        position: relative;
        width: auto;
        max-height: 200px;
        left: auto;
        top: auto;
    }





      /* vivo V30e */
      .vivo-v30e-popshop{
		background: url(//www.siamphone.com/images/pop-shop/vivo-v30e/head2.png) no-repeat right top, linear-gradient(218deg, #ffffff 30%, #e4ecf5 99%);
        padding: 1% 3% 3% ;
        width: 92%;
		margin: 20px auto 20px;
		border-radius:11px 11px;
		position:relative;
        border:0 solid #ffffff;
		max-width:366px;
        box-shadow: 0 0 2px #ddd;
	}
	.vivo-v30e-popshop .head-popshop{
        text-indent:0;
        padding-top:0;
        height: 90px;
    }
	.vivo-v30e-popshop .head-popshop h3 a{
        font-family: "Roboto", "Kanit";
        font-weight: 700;
        display: block;
        margin-top: 18px;
        border-radius: 30px;
        display: inline-block;
        font-size:26px;
        line-height:30px;
	}
    .vivo-v30e-popshop .head-popshop p{
        font-family: "Kanit";
        font-weight: 300;
        font-size: 16px;
    }
    .vivo-v30e-popshop .block-popshop{
        height:80px;
        margin: 0 0 15px 0;
        border: 1px solid #dfecf9;
    }
	.vivo-v30e-popshop .block-popshop img{
        width: 57px;
        height: auto;
        max-height: 80px;
        max-width: 75px;
        top: 9px;
        left: 15px;
	}
    .vivo-v30e-popshop .block-popshop h5 a {
        font-family: 'Roboto',"Kanit";
        line-height: 1.8rem;
        font-size: 1rem;
    }
	.vivo-v30e-popshop .block-popshop h5 span{
		font-size: 12px;
		font-weight: 400;
		font-family: 'Roboto';
	}
	.vivo-v30e-popshop .popshop-promotion ul{
		padding: 0 15px 10px 40px;
	}
    .vivo-v30e-popshop .popshop-promotion img {
        max-height: 85px;
        max-width: 400px;
        max-width: 300px;
        margin: 0 auto 15px;
        display: block;
        border-radius: 8px;
    }




    /* Samsung Galaxy Z Flip6*/
	.galaxy-zflip6-popshop{
		background: url(https://www.siamphone.com/images/pop-shop/galaxy-zflip6/head.png) no-repeat right top, linear-gradient(187deg, #fafafa 0,#f4f4f4 40%,#f4f4f4 82%,#f4f4f4 99%);
        padding: 3% 3% ;
        width: 92%;
		margin: 20px auto 20px;
		border-radius:11px 11px;
		position:relative;
        border:0 solid #222222;
		max-width:366px;
	}
	.galaxy-zflip6-popshop .head-popshop{
        text-indent:0;
        height:75px;
        padding-top:0;
    }
	.galaxy-zflip6-popshop .head-popshop h3{
        margin-top: 15px;
    }
	.galaxy-zflip6-popshop .head-popshop h3 a{
        font-size: 1.55rem;
        line-height: 1.8rem;
	}
	.galaxy-zflip6-popshop .head-popshop h3 span{
        font-family: 'Roboto',"Kanit";
        font-size: 12px;
        font-weight: 400;
        display: block;
        line-height: 16px;
        margin-top:5px;
	}
    .galaxy-zflip6-popshop .head-popshop h3 small{
        font-size:18px;
        font-family:"Roboto","Kanit";
        font-weight:600;
        margin-top: 10px;
        display: block;
    }
    .galaxy-zflip6-popshop .block-popshop{
        height:80px;
        margin: 0 0 15px 0;
        border:0;
        box-shadow: 0 0 10px #d9d9d9;
    }
	.galaxy-zflip6-popshop .block-popshop img{
        width: 100px;
        height: auto;
        top: 10px;
        left: 12px;
        max-width: 75px;
	}
	.galaxy-zflip6-popshop .block-popshop h5 span{
		font-size: 12px;
		font-weight: 400;
		font-family: 'Roboto';
	}
	.galaxy-zflip6-popshop .popshop-promotion ul{
		padding: 0 15px 10px 40px;
	}
    .galaxy-zflip6-popshop .popshop-promotion img {
        max-height: 100px;
        max-width: 275px;
        margin: 15px 0 15px 10px;
        width: auto;
        height: auto;
        display: block;
        border-radius: 10px;
    }
    .galaxy-zflip6-popshop .block-popshop a.btn-shop{
        font-weight: 600;
		top: 35px;
    }
    .galaxy-zflip6-popshop .shopLogo{
        width: 90px;
        height: 24px;
        position: absolute;
        background-size: 100%;
        top: 10px;
        right: -1px;
        display: block;
        padding: 0;
        z-index: 1;
    }
    .galaxy-zflip6-popshop .shopLogo img{
        max-width:100px;
        width: auto;
        height:auto;
        position: relative;
    }
    .galaxy-zflip6-popshop .tgfone img {
        width: 48px;
        height: auto;
        top: -5px;
        left: 20px;
    }
    .galaxy-zflip6-popshop .lazada img {
        width: auto;
        height: 19px;
        top: 0;
        left: -7px;
    }


    /* Samsung Galaxy Z Fold6 */
    .galaxy-zfold6-popshop{
        background: url(https://www.siamphone.com/images/pop-shop/galaxy-zflip6/head_fold.png) no-repeat right top, linear-gradient(187deg, #fafafa 0,#f4f4f4 40%,#f4f4f4 82%,#f4f4f4 99%);
    }
    .galaxy-zfold6-popshop .head-popshop h3 {
        margin-top: 10px;
    }



    /* Galaxy Watch Ultra */
    .galaxy-watchultra-popshp{
		background: url(//www.siamphone.com/images/pop-shop/galaxy-zflip6/head_watch_ultra.png) no-repeat right top, linear-gradient(1deg, #130c03 30%, #130c03 99%);
        padding: 3% 3% ;
        width: 92%;
		margin: 20px auto 20px;
		border-radius:11px 11px;
		position:relative;
        border:0 solid #000000;

		max-width:366px;
	}
	.galaxy-watchultra-popshp .head-popshop{
        text-indent:0;
        height:80px;
        padding-top:0;
        margin-left: 130px;
        width: 65%;
    }
	.galaxy-watchultra-popshp .head-popshop h3 {
        margin-top:5px;
    }
	.galaxy-watchultra-popshp .head-popshop h3 a{
        font-size: 1.68rem;
        line-height: 2rem;
        font-weight: 300;
        color:#ffffff;
	}
    .galaxy-watchultra-popshp .block-popshop{
        height:80px;
        margin: 0 0 15px 0;
		overflow: unset;
        border: 1px solid #130c03;
    }
	.galaxy-watchultra-popshp .block-popshop img{
        width: 70px;
        height: auto;
        top: 5px;
        left: 15px;
        max-width: 90px;
        border-radius: 6px;
	}
	.galaxy-watchultra-popshp .block-popshop h5{
		margin:0;
	}
	.galaxy-watchultra-popshp .block-popshop h5 a{
        line-height: 1.8rem;
        font-weight: 600;
        font-size: 1.05rem;
        font-family: 'Roboto';
	}
	.galaxy-watchultra-popshp .block-popshop h5 span{
		font-size: 12px;
		font-weight: 400;
		font-family: 'Roboto';
	}
	.galaxy-watchultra-popshp .popshop-promotion ul{
		padding: 0 15px 10px 40px;
	}
    .galaxy-watchultra-popshp .block-popshop a.btn-shop{
        font-weight: 600;
		top: 35px;
    }
    .galaxy-watchultra-popshp .popshop-promotion p{
        padding-top:0;
        margin-top:0;
    }
    .galaxy-watchultra-popshp .popshop-promotion img {
        max-width: 280px;
        margin: 0 auto;
        display: block;
        border-radius: 13px;
        position: relative;
        width: auto;
        max-height: 200px;
        left: auto;
        top: auto;
    }



    /* Redmi Note 13 Pro 5G */
    .redmi-note13pro-popshop{
		background: url(//www.siamphone.com/images/pop-shop/redmi-note13pro/head.png) no-repeat right top, linear-gradient(164deg, #6a8275 30%, #c3d3c8 99%);
        padding: 1% 3% 3% ;
        width: 92%;
		margin: 20px auto 20px;
		border-radius:11px 11px;
		position:relative;
        border:0 solid #ffffff;
		max-width:366px;
	}
	.redmi-note13pro-popshop .head-popshop{
        text-indent:0;
        padding-top:0;
        height: 90px;
    }
	.redmi-note13pro-popshop .head-popshop h3 a{
        font-family: "Roboto", "Kanit";
        font-weight: 700;
        display: block;
        margin-top: 18px;
        border-radius: 30px;
        display: inline-block;
        font-size:26px;
        line-height:30px;
        color:#fff;
	}
    .redmi-note13pro-popshop .head-popshop h3 a small {
        border: 1px solid;
        border-radius: 6px;
        font-size: 15px;
        padding: 1px 5px;
        vertical-align: bottom;
    }
    .redmi-note13pro-popshop .block-popshop{
        height:80px;
        margin: 0 0 15px 0;
        border:0;
    }
	.redmi-note13pro-popshop .block-popshop img{
        width: 70px;
        height: auto;
        max-height: 80px;
        max-width: 75px;
        top: 9px;
        left: 15px;
	}
    .redmi-note13pro-popshop .block-popshop h5 a {
        font-family: 'Roboto',"Kanit";
        line-height: 1.8rem;
        font-size: 1rem;
    }
	.redmi-note13pro-popshop .block-popshop h5 span{
		font-size: 12px;
		font-weight: 400;
		font-family: 'Roboto';
	}
	.redmi-note13pro-popshop .popshop-promotion ul{
		padding: 0 15px 10px 40px;
	}
    .redmi-note13pro-popshop .popshop-promotion img {
        max-height: 85px;
        max-width: 400px;
        max-width: 300px;
        margin: 0 auto 15px;
        display: block;
    }


    /* Xiaomi 14T */
    .xiaomi-14t-popshop{
		background: url(//www.siamphone.com/images/pop-shop/xiaomi-14/head5.png) no-repeat right top, linear-gradient(126deg, #e9e9e9 0%, #e9e9e9 50%, #ffffff 50%, #bdc4ca 100%);
        padding: 3% 3% ;
        width: 92%;
		margin: 20px auto 20px;
		border-radius:11px 11px;
		position:relative;
        border:0 solid #000000;

		max-width:366px;
	}
    .xiaomi-14tpro-popshop{
		background: url(//www.siamphone.com/images/pop-shop/xiaomi-14/head4.png) no-repeat right top, linear-gradient(126deg, #e9e9e9 0%, #e9e9e9 40%, #827262 40%, #201C19 100%);
	}
	.xiaomi-14t-popshop .head-popshop{
        text-indent:0;
        height:70px;
        padding-top:0;
    }
	.xiaomi-14t-popshop .head-popshop h3 {
        margin-top:10px;
    }
	.xiaomi-14t-popshop .head-popshop h3 a{
        font-size: 1.5rem;
        line-height: 2rem;
	}
	.xiaomi-14t-popshop .head-popshop h3 span{
        font-family: 'Roboto';
        font-size: 10px;
        font-weight: 300;
        display:block;
        letter-spacing: 0.5px;
	}
    .xiaomi-14t-popshop .block-popshop{
        height:80px;
        margin: 0 0 15px 0;
		overflow: unset;
        border: 1px solid #ffffff;
    }
	.xiaomi-14t-popshop .block-popshop img{
        width: 65px;
        height: auto;
        top: -3px;
        left: -3px;
        max-width: 70px;
        border-radius: 6px;
        position:relative;
	}
	.xiaomi-14t-popshop .block-popshop h5{
		margin:0;
	}
	.xiaomi-14t-popshop .block-popshop h5 a{
        line-height: 1.8rem;
        font-weight: 600;
        font-size: 1.05rem;
        font-family: "Kanit",'Roboto';
	}
	.xiaomi-14t-popshop .block-popshop h5 span{
		font-size: 12px;
		font-weight: 400;
		font-family: 'Roboto';
	}
	.xiaomi-14t-popshop .popshop-promotion ul{
		padding: 0 15px 10px 40px;
	}
    .xiaomi-14t-popshop .block-popshop a.btn-shop{
        font-weight: 600;
		top: 35px;
    }
    .xiaomi-14t-popshop .popshop-promotion p{
        padding-top:0;
        margin-top:0;
    }
    .xiaomi-14t-popshop .popshop-promotion img {
        max-width: 280px;
        margin: 0 auto;
        display: block;
        border-radius: 13px;
        position: relative;
        width: auto;
        max-height: 200px;
        left: auto;
        top: auto;
    }



    /* Samsung Galaxy Tab S10 */
    .galaxy-tabs10-popshop{
		background: url(//www.siamphone.com/images/pop-shop/samsung/head_tabs10_v2.png) no-repeat right top, linear-gradient(164deg, #f4f4f4 30%, #c4c2ed 99%);
        padding: 1% 3% 3% ;
        width: 92%;
		margin: 20px auto 20px;
		border-radius:11px 11px;
		position:relative;
        border:0 solid #ffffff;
		max-width:366px;
	}
	.galaxy-tabs10-popshop .head-popshop{
        text-indent:0;
        padding-top:0;
        height: 90px;
    }
	.galaxy-tabs10-popshop .head-popshop h3 a{
        font-family: "Roboto", "Kanit";
        font-weight: 700;
        display: block;
        margin-top: 13px;
        border-radius: 30px;
        display: inline-block;
        font-size:24px;
        line-height:32px;
	}
    .galaxy-tabs10-popshop .head-popshop h3 a small {
        border: 1px solid;
        border-radius: 6px;
        font-size: 15px;
        padding: 1px 5px;
        background-color: #fff;
        vertical-align: bottom;
    }
    .galaxy-tabs10-popshop .block-popshop{
        height:80px;
        margin: 0 0 15px 0;
        border:0;
    }
	.galaxy-tabs10-popshop .block-popshop img{
        width: 70px;
        height: auto;
        max-height: 80px;
        max-width: 75px;
        top: 4px;
        left: 15px;
	}
    .galaxy-tabs10-popshop .block-popshop h5 a {
        font-family: 'Roboto',"Kanit";
        line-height: 1.8rem;
        font-size: 1rem;
    }
	.galaxy-tabs10-popshop .block-popshop h5 span{
		font-size: 12px;
		font-weight: 400;
		font-family: 'Roboto';
	}
	.galaxy-tabs10-popshop .popshop-promotion ul{
		padding: 0 15px 10px 40px;
	}
    .galaxy-tabs10-popshop .popshop-promotion img {
        max-height: 85px;
        max-width: 250px;
        margin: 0 auto 15px;
        display: block;
    }



    /* Galaxy S24 FE */
    
    .galaxy-s24fe-popshop{
        background: url(https://www.siamphone.com/images/pop-shop/samsung/head_s24_fe.png) no-repeat right top, linear-gradient(187deg, #f3f3f3 0,#f3f3f3 40%,#f3f3f3 82%,#f3f3f3 99%);
        padding: 3% 3%;
        width: 92%;
        margin: 20px auto 20px;
        border-radius: 11px 11px;
        position: relative;
        border: 0px solid #222222;
        max-width: 366px;
	}
	
	.galaxy-s24fe-popshop .head-popshop{
        height:80px;
        padding-top:5px;
    }
	.galaxy-s24fe-popshop .head-popshop h3 a{
        font-size: 22px;
        line-height: 30px;
        font-weight: 700;
	}
    .galaxy-s24fe-popshop .head-popshop h3 strong{
        font-weight:500;
	}
	.galaxy-s24fe-popshop .head-popshop h3 span{
        font-family: 'Roboto',"Kanit";
        font-size: 19px;
        font-weight: 400;
        display: block;
        line-height: 20px;
        margin-top: 5px;
	}
    .galaxy-s24fe-popshop .block-popshop{
        height:80px;
        margin: 0 0 15px 0;
        border:0;
    }
	.galaxy-s24fe-popshop .block-popshop img{
        width: 75px;
        height: auto;
        top: 12px;
        left: 15px;
        max-width: 75px;
	}
	.galaxy-s24fe-popshop .block-popshop h5 span{
		font-size: 12px;
		font-weight: 400;
		font-family: 'Roboto';
	}
	.galaxy-s24fe-popshop .popshop-promotion ul{
		padding: 0 15px 10px 40px;
	}
    .galaxy-s24fe-popshop .popshop-promotion img {
        max-height: 120px;
        max-width: 250px;
        margin: 5px auto 0;
        width: auto;
        height: auto;
        display: block;
        border-radius: 10px;
    }
    .galaxy-s24fe-popshop .block-popshop a.btn-shop{
        font-weight: 600;
		top: 35px;
    }
    .galaxy-s24fe-popshop .shopLogo{
        width: 90px;
        height: 24px;
        position: absolute;
        background-size: 100%;
        top: 10px;
        right: -1px;
        display: block;
        padding: 0;
        z-index: 1;
    }
    .galaxy-s24fe-popshop .shopLogo img{
        max-width:100px;
        width: auto;
        height:auto;
        position: relative;
    }
    .galaxy-s24fe-popshop .lazada img {
        width: auto;
        height: 19px;
        top: -5px;
        left: -7px;
    }


    /* realme 13 */
    .realme-13-popshop{
        background: url(https://www.siamphone.com/images/pop-shop/realme-13/head.png) no-repeat right top, linear-gradient(187deg, #021f1a 0, #0e292a 40%, #0f1d20 82%, #0b3d35 99%);
        padding: 3% 3%;
        width: 92%;
        margin: 20px auto 20px;
        border-radius: 11px 11px;
        position: relative;
        border: 0px solid #222222;
        max-width: 366px;
	}
	
	.realme-13-popshop .head-popshop{
        height:80px;
        padding-top:5px;
    }
	.realme-13-popshop .head-popshop h3 a{
        font-size: 28px;
        line-height: 20px;
        font-weight: 700;
        color:#ffffff;
	}
    .realme-13-popshop .head-popshop h3 strong{
        font-weight:500;
	}
	.realme-13-popshop .head-popshop h3 span{
        font-family: 'Roboto', "Kanit";
        font-size: 50px;
        font-weight: 700;
        display: block;
        line-height: 40px;
        margin-top: 5px;
	}
    .realme-13-popshop .head-popshop h3 small{
        border: 1px solid;
        border-radius: 6px;
        font-size: 15px;
        padding: 1px 5px;
        vertical-align: bottom;
    }
    .realme-13-popshop .block-popshop{
        height:80px;
        margin: 0 0 15px 0;
        border:0;
    }
	.realme-13-popshop .block-popshop img{
        width: 70px;
        height: auto;
        top: 15px;
        left: 15px;
        max-width: 75px;
	}
	.realme-13-popshop .block-popshop h5 span{
		font-size: 12px;
		font-weight: 400;
		font-family: 'Roboto';
	}
	.realme-13-popshop .popshop-promotion ul{
		padding: 0 15px 10px 40px;
	}
    .realme-13-popshop .popshop-promotion img {
        max-height: 120px;
        max-width: 300px;
        margin: 5px auto 0;
        width: auto;
        height: auto;
        display: block;
        border-radius: 10px;
    }
    .realme-13-popshop .block-popshop a.btn-shop{
        font-weight: 600;
		top: 35px;
    }
    .realme-13-popshop .shopLogo{
        width: 90px;
        height: 24px;
        position: absolute;
        background-size: 100%;
        top: 10px;
        right: -1px;
        display: block;
        padding: 0;
        z-index: 1;
    }
    .realme-13-popshop .shopLogo img{
        max-width:100px;
        width: auto;
        height:auto;
        position: relative;
    }
    .realme-13-popshop .jaymart img {
        width: 69px;
        height: auto;
        top: -5px;
        left: 15px;
    }
    .realme-13-popshop .lazada img {
        width: auto;
        height: 19px;
        top: -5px;
        left: -7px;
    }



    /* Apple iPad mini 7 */

    .ipad-mini7-popshop{
        background: url(https://www.siamphone.com/images/pop-shop/ipad-mini7/head.png) no-repeat right top, linear-gradient(187deg, #f5f5f7 0, #f5f5f7 40%, #dfdfdf 82%, #d0d0d0 99%);
        padding: 3% 3%;
        width: 92%;
        margin: 20px auto 20px;
        border-radius: 11px 11px;
        position: relative;
        border: 0px solid #222222;
        max-width: 366px;
	}
	
	.ipad-mini7-popshop .head-popshop{
        height:80px;
        padding-top:5px;
    }
	.ipad-mini7-popshop .head-popshop h3 a{
        font-size: 28px;
        line-height: 32px;
        font-weight: 700;
	}
    .ipad-mini7-popshop .head-popshop h3 strong{
        font-weight:500;
	}
	.ipad-mini7-popshop .head-popshop h3 span{
        font-family: 'Roboto', "Kanit";
        font-size: 50px;
        font-weight: 700;
        display: block;
        line-height: 40px;
        margin-top: 5px;
	}
    .ipad-mini7-popshop .head-popshop h3 small{
        border: 1px solid;
        border-radius: 6px;
        font-size: 15px;
        padding: 1px 5px;
        vertical-align: bottom;
    }
    .ipad-mini7-popshop .block-popshop{
        height:80px;
        margin: 0 0 15px 0;
        border:0;
    }
	.ipad-mini7-popshop .block-popshop img{
        width: 65px;
        height: auto;
        top: 10px;
        left: 15px;
        max-width: 75px;
	}
	.ipad-mini7-popshop .block-popshop h5 span{
		font-size: 12px;
		font-weight: 400;
		font-family: 'Roboto';
	}
	.ipad-mini7-popshop .popshop-promotion ul{
		padding: 0 15px 10px 40px;
	}
    .ipad-mini7-popshop .popshop-promotion img {
        max-height: 120px;
        max-width: 300px;
        margin: 5px auto 0;
        width: auto;
        height: auto;
        display: block;
        border-radius: 10px;
    }
    .ipad-mini7-popshop .block-popshop a.btn-shop{
        font-weight: 600;
		top: 35px;
    }
    .ipad-mini7-popshop .shopLogo{
        width: 90px;
        height: 24px;
        position: absolute;
        background-size: 100%;
        top: 10px;
        right: -1px;
        display: block;
        padding: 0;
        z-index: 1;
    }
    .ipad-mini7-popshop .shopLogo img{
        max-width:100px;
        width: auto;
        height:auto;
        position: relative;
    }
    .ipad-mini7-popshop .jaymart img {
        width: 69px;
        height: auto;
        top: -5px;
        left: 15px;
    }
    .ipad-mini7-popshop .lazada img {
        width: auto;
        height: 19px;
        top: -5px;
        left: -7px;
    }



    /* OPPO Find X8 */
    .oppo-findx8-popshop{
        background: url(https://www.siamphone.com/images/pop-shop/oppo-findx8/head.png) no-repeat right top, linear-gradient(111deg, #f9f3e8 20%, #f9f4eb 60%, #efe6da 82%, #E4DCD3 99%);
        padding: 3% 3%;
        width: 92%;
        margin: 20px auto 20px;
        border-radius: 11px 11px;
        position: relative;
        border: 0px solid #222222;
        max-width: 366px;
	}
    
    .oppo-findx8pro-popshop{
        background: url(https://www.siamphone.com/images/pop-shop/oppo-findx8/head-pro.png) no-repeat right top, linear-gradient(111deg, #e6ebef 20%, #d1d6dc 60%, #d0d5da 82%, #e7ebf0 99%);
    }
	
	.oppo-findx8-popshop .head-popshop{
        height:80px;
        padding-top:0;
    }
	.oppo-findx8-popshop .head-popshop h3 a{
        font-size: 28px;
        line-height: 34px;
        font-weight: 700;
	}
    .oppo-findx8-popshop .head-popshop h3 strong{
        font-weight:500;
	}
	.oppo-findx8-popshop .head-popshop h3 span{
        font-family: 'Roboto', "Kanit";
        font-size: 14px;
        line-height: 18px;
        font-weight: 500;
        display: inline-block;
        background: #222;
        color: #fff;
        padding: 3px 6px 2px;
        border-radius: 5px;
        margin-top: 0;
	}
    .oppo-findx8-popshop .head-popshop h3 small{
        border: 1px solid;
        border-radius: 6px;
        font-size: 15px;
        padding: 1px 5px;
        vertical-align: bottom;
    }
    .oppo-findx8-popshop .block-popshop{
        height:80px;
        margin: 0 0 15px 0;
        border:0;
    }
	.oppo-findx8-popshop .block-popshop img{
        width: auto;
        height: auto;
        top: 10px;
        left: 13px;
        max-width: 75px;
	}
	.oppo-findx8-popshop .block-popshop h5 span{
		font-size: 12px;
		font-weight: 400;
		font-family: 'Roboto';
	}
	.oppo-findx8-popshop .popshop-promotion ul{
		padding: 0 15px 10px 40px;
	}
    .oppo-findx8-popshop .popshop-promotion img {
        max-height: 120px;
        max-width: 300px;
        margin: 5px auto 0;
        width: auto;
        height: auto;
        display: block;
        border-radius: 10px;
    }
    .oppo-findx8-popshop .block-popshop a.btn-shop{
        font-weight: 600;
		top: 35px;
    }
    .oppo-findx8-popshop .shopLogo{
        width: 90px;
        height: 24px;
        position: absolute;
        background-size: 100%;
        top: 10px;
        right: -1px;
        display: block;
        padding: 0;
        z-index: 1;
    }
    .oppo-findx8-popshop .shopLogo img{
        max-width:100px;
        width: auto;
        height:auto;
        position: relative;
    }
    .oppo-findx8-popshop .jaymart img {
        width: 69px;
        height: auto;
        top: -5px;
        left: 15px;
    }
    .oppo-findx8-popshop .lazada img {
        width: auto;
        height: 19px;
        top: -5px;
        left: -7px;
    }

    

    /* Galaxy Unpacked */
    .galaxy-unpack-popshop{
		background: url(//www.siamphone.com/images/pop-shop/galaxy-unpack/head.png) no-repeat right top, linear-gradient(31deg, #020419 30%, #000000 99%);
        padding: 3% 3% ;
        width: 92%;
		margin: 20px auto 20px;
		border-radius:11px 11px;
		position:relative;
        border:0 solid #000000;

		max-width:366px;
	}
	.galaxy-unpack-popshop .head-popshop{
        text-indent:0;
        height:70px;
        padding-top:0;
    }
	.galaxy-unpack-popshop .head-popshop h3 {
        margin-top:10px;
    }
	.galaxy-unpack-popshop .head-popshop h3 a{
        font-size: 1.68rem;
        line-height: 2rem;
        color: #fff;
	}
	.galaxy-unpack-popshop .head-popshop h3 span{
        font-family: 'Roboto';
        font-size: 12px;
        font-weight: 300;
        display:block;
        letter-spacing: 0.5px;
        color: #fff;
	}
    .galaxy-unpack-popshop .block-popshop{
        height: auto;
        margin: 0 0 15px 0;
		overflow: unset;
        border: 1px solid #130c03;
        position:relative;
    }
    .galaxy-unpack-popshop .block-popshop .col-3{
        width: 27%;
    }
	.galaxy-unpack-popshop .block-popshop img{
        width: 70px;
        height: auto;
        top: 20px;
        left: 15px;
        max-width: 90px;
        border-radius: 6px;
	}
	.galaxy-unpack-popshop .block-popshop h5{
		margin:0;
	}
	.galaxy-unpack-popshop .block-popshop h5 a{
        line-height: 1.8rem;
        font-weight: 300;
        font-size: 0.95rem;
		font-family: "Kanit",'Roboto';
	}
	.galaxy-unpack-popshop .block-popshop h5 span{
		font-size: 12px;
		font-weight: 400;
		font-family: "Kanit",'Roboto';
	}
	.galaxy-unpack-popshop .popshop-promotion ul{
		padding: 0 15px 10px 40px;
	}
    .galaxy-unpack-popshop .block-popshop a.btn-shop{
        font-weight: 600;
		top: 0;
    }
    .galaxy-unpack-popshop .popshop-promotion{
        padding-bottom:0;
    }
    .galaxy-unpack-popshop .popshop-promotion p{
        padding-top:0;
        margin-top:0;
    }
    .galaxy-unpack-popshop .popshop-promotion img {
        max-width: 330px;
        margin: 0 auto;
        display: block;
        border-radius: 13px;
        position: relative;
        width: auto;
        max-height: 200px;
        left: auto;
        top: auto;
    }
    .galaxy-unpack-popshop p.warning{
        color:#c0c0c0;
    }
    .galaxy-unpack-popshop .shopLogo{
        width: 90px;
        height: 24px;
        position: absolute;
        background-size: 100%;
        top: 10px;
        right: -1px;
        display: block;
        padding: 0;
        z-index: 1;
    }
    .galaxy-unpack-popshop .shopLogo img{
        max-width:100px;
        width: auto;
        height:auto;
        position: relative;
    }
    .galaxy-unpack-popshop .lazada img {
        width: auto;
        height: 19px;
        top: 5px;
        left: -7px;
    }
    


    /* Honor X9c */
    .honor-x9c-popshop{
		background: url(https://www.siamphone.com/images/pop-shop/honor-x9c/head2.png) no-repeat right top, linear-gradient(187deg, #b1b1b1 0, #f4f4f4 40%, #f4f4f4 82%, #e0e0e0 99%);
        padding: 3% 3% ;
        width: 92%;
		margin: 20px auto 20px;
		border-radius:11px 11px;
		position:relative;
        border:0 solid #222222;
		max-width:366px;
	}
	.honor-x9c-popshop .head-popshop{
        text-indent:0;
        height:70px;
        padding-top:0;
    }
	.honor-x9c-popshop .head-popshop h3{
        margin-top: 15px;
    }
	.honor-x9c-popshop .head-popshop h3 a{
        font-size: 1.55rem;
        line-height: 1.8rem;
	}
	.honor-x9c-popshop .head-popshop h3 span{
        font-family: 'Roboto',"Kanit";
        font-size: 14px;
        font-weight: 400;
        display: block;
        line-height: 22px;
        margin-top:5px;
	}
    .honor-x9c-popshop .head-popshop h3 small{
        border: 1px solid;
        border-radius: 6px;
        font-size: 15px;
        padding: 1px 5px;
        vertical-align: bottom;
    }
    .honor-x9c-popshop .block-popshop{
        height:80px;
        margin: 0 0 15px 0;
        border:0;
        box-shadow: 0 0 10px #d9d9d9;
    }
	.honor-x9c-popshop .block-popshop img{
        width: 100px;
        height: auto;
        top: 10px;
        left: 12px;
        max-width: 75px;
	}
	.honor-x9c-popshop .block-popshop h5 span{
		font-size: 12px;
		font-weight: 400;
		font-family: 'Roboto';
	}
	.honor-x9c-popshop .popshop-promotion ul{
		padding: 0 15px 10px 40px;
	}
    .honor-x9c-popshop .popshop-promotion img {
        max-height: 100px;
        max-width: 275px;
        margin: 15px 0 15px 10px;
        width: auto;
        height: auto;
        display: block;
        border-radius: 10px;
    }
    .honor-x9c-popshop .block-popshop a.btn-shop{
        font-weight: 600;
		top: 35px;
    }
    .honor-x9c-popshop .shopLogo{
        width: 90px;
        height: 24px;
        position: absolute;
        background-size: 100%;
        top: 10px;
        right: -1px;
        display: block;
        padding: 0;
        z-index: 1;
    }
    .honor-x9c-popshop .shopLogo img{
        max-width:100px;
        width: auto;
        height:auto;
        position: relative;
    }
    .honor-x9c-popshop .tgfone img {
        width: 48px;
        height: auto;
        top: -5px;
        left: 20px;
    }
    .honor-x9c-popshop .lazada img {
        width: auto;
        height: 19px;
        top: -5px;
        left: -7px;
    }
    .honor-x9c-popshop .jaymart img {
        width: auto;
        height: 19px;
        top: -5px;
        left: 14px;
    }
    



    /* Redmi Note 14 Series */
    .redmi-note14-popshop{
		background: url(https://www.siamphone.com/images/pop-shop/redmi-note14/head.png) no-repeat right top, linear-gradient(46deg, #f3f3f3 40%, #f3f3f3 82%, #eaf0fe 99%);
        padding: 3% 3% ;
        width: 92%;
		margin: 20px auto 20px;
		border-radius:11px 11px;
		position:relative;

        border:1px solid #B2D234;
        border:0 solid #222222;

		max-width:366px;
	}
	.redmi-note14-popshop .head-popshop{
        text-indent:0;
        height:80px;
        padding-top:0;
    }
	.redmi-note14-popshop .head-popshop h3 a{
        font-size: 30px;
        line-height: 35px;
	}
	.redmi-note14-popshop .head-popshop h3 span{
		font-family:'Roboto',"Kanit";
        font-size: 15px;
        font-weight: 300;
        display: inline-block;
        line-height:1.2rem;
	}
    .redmi-note14-popshop .head-popshop h3 small{
        font-size:18px;
        font-family:"Roboto","Kanit";
        font-weight:600;
        margin-top: 10px;
        display: inline-block;
    }
    
    .redmi-note14-popshop .block-popshop{
        height:80px;
        margin: 0 0 15px 0;
        border:0;
        padding: 10px 15px 10px 0;
    }
	.redmi-note14-popshop .block-popshop img{
        width: 60px;
        height: auto;
        top: 10px;
        left:30px;
	}

    .redmi-note14proplus-popshop .block-popshop img{
        left:20px;
    }

	.redmi-note14-popshop .block-popshop h5 span{
		font-size: 12px;
		font-weight: 400;
		font-family: 'Roboto';
	}
	.redmi-note14-popshop .popshop-promotion ul{
		padding: 0 15px 10px 40px;
	}
    .redmi-note14-popshop .popshop-promotion img {
        max-height: 150px;
        max-width: 310px;
        margin: 5px 0 15px 10px;
        width: auto;
        height: auto;
        display: block;
        border-radius: 10px;
    }
    .redmi-note14-popshop .block-popshop .accordion{
        padding: 0 0 0 93px;
    }
    .redmi-note14-popshop .block-popshop a.btn-shop{
        font-weight: 600;
		top: 35px;
    }
    .redmi-note14-popshop .shopLogo{
        width: 90px;
        height: 24px;
        position: absolute;
        background-size: 100%;
        top: 10px;
        right: -1px;
        display: block;
        padding: 0;
        z-index: 1;
    }
    .redmi-note14-popshop .shopLogo img{
        position: absolute;
        width: auto;
        height: 19px;
        top: 1px;
        left: -7px;
    }
    .redmi-note14-popshop .lazada img {
        width: auto;
        height: 16px;
        top: 5px;
        left: -2px;
        position: absolute;
    }
    .redmi-note14-popshop p.warning img {
        display: inline;
    }

    .redmi-note14sandgold-popshop{
        background: url(https://www.siamphone.com/images/pop-shop/redmi-note14/head-sandgold.png) no-repeat right top, linear-gradient(46deg, #e1c6bb 40%, #f8f2ef 82%, #eaf0fe 99%);
        width: 100%;        
    }
    .redmi-note14sandgold-popshop .head-popshop h3 a {
        font-size: 22px;
    }



    /* Galazy S25 Ultra */
    .galaxy-s25ultra-popshop{
		background: url(//www.siamphone.com/images/pop-shop/galaxy-s25/head.png) no-repeat right top, linear-gradient(1deg, #f5f5f5 30%, #f5f5f5 99%);
        padding: 3% 3% ;
        width: 92%;
		margin: 20px auto 20px;
		border-radius:11px 11px;
		position:relative;
        border:0 solid #000000;
		max-width:366px;
	}
	.galaxy-s25ultra-popshop .head-popshop{
        text-indent:0;
        height:76px;
        padding-top:0;
        position: relative;
    }
	.galaxy-s25ultra-popshop .head-popshop h3 {
        margin-top: 10px;
        line-height: 2.1rem;
	}
	.galaxy-s25ultra-popshop .head-popshop h3 a{
        font-size: 1.56rem;
        line-height: 1.5rem;
        font-weight: 300;
	}
    .galaxy-s25ultra-popshop .head-popshop h3 a strong{
        font-weight: bold;
        text-transform: uppercase;
    }
    .galaxy-s25ultra-popshop .head-popshop h3 a{
        color: #fff;
	}
	.galaxy-s25ultra-popshop .head-popshop h3 span{
        font-weight: 400;
        font-size: 14px;
        color: #e1e0e0;
        text-indent: 2px;
        letter-spacing: 0.5px;
        position: absolute;
        top: -14px;
        right: -5px;
	}
	.galaxy-s25ultra-popshop .head-popshop h3 span img{
        height: 16px;
        width: auto;
		display:inline-block;
    }
    .galaxy-s25ultra-popshop .head-popshop h3 small{
        font-size:18px;
        font-family:"Roboto","Kanit";
        font-weight:600;
        display: block;
    }
    .galaxy-s25ultra-popshop .block-popshop{
        height:80px;
        margin: 0 0 15px 0;
		overflow: unset;
        border: 1px solid #fff;
    }
	.galaxy-s25ultra-popshop .block-popshop img{
        width: 70px;
        height: auto;
        top: 20px;
        left:20px;
	}
	.galaxy-s25ultra-popshop .block-popshop h5{
		margin:0;
	}
	.galaxy-s25ultra-popshop .block-popshop h5 a{
		line-height: 1.8rem;
   	 	font-size: 1rem;
		font-weight: 600;
	}
	.galaxy-s25ultra-popshop .block-popshop h5 span{
		font-size: 12px;
		font-weight: 400;
		font-family: 'Roboto';
	}
	.galaxy-s25ultra-popshop .popshop-promotion ul{
		padding: 0 15px 10px 40px;
	}
    .galaxy-s25ultra-popshop .block-popshop a.btn-shop{
        font-weight: 600;
		top: 35px;
    }
    .galaxy-s25ultra-popshop .popshop-promotion p{
        padding-top:0;
        margin-top:0;
    }
    .galaxy-s25ultra-popshop .popshop-promotion img {
        max-width: 280px;
        margin: 0 auto;
        display: block;
        border-radius: 13px;
        position: relative;
        width: auto;
        max-height: 200px;
        left: auto;
        top: auto;
    }
    .galaxy-s25ultra-popshop p.warning {
        color: #b1b1b1;
    }
    .galaxy-s25ultra-popshop .shopLogo{
        width: 90px;
        height: 24px;
        position: absolute;
        background-size: 100%;
        top: 10px;
        right: -1px;
        display: block;
        padding: 0;
        z-index: 1;
    }
    .galaxy-s25ultra-popshop .shopLogo img{
        max-width:100px;
        width: auto;
        height:auto;
        position: relative;
    }
    .galaxy-s25ultra-popshop .lazada img {
        width: auto;
        height: 19px;
        top: -5px;
        left: -7px;
    }
    .galaxy-s25ultra-popshop .shop-logo img{
        width: 120px;
        position: relative;
        left: -22px;
        top: 25px;
    }

    .galaxy-s25ultra-popshop{
		background: url(//www.siamphone.com/images/pop-shop/galaxy-s25/head.png) no-repeat right top, linear-gradient(135deg, #0f0f0f 40%, #121212 82%, #090909 99%);
	}
    .galaxy-s25ultra-popshop .block-popshop img {
        width: 80px;
        max-width: 100px;
        height: auto;
        top: 15px;
        left: 10px;
    }
    .galaxy-s25ultra-popshop .lazada img {
        width: auto;
        height: 19px;
        top: -5px;
        left: -7px;
    }



    /* Galaxy S25|S25+ */
	.galaxy-s25-popshop{
		background: url(//www.siamphone.com/images/pop-shop/galaxy-s25/head-galaxy-s25.png) no-repeat right top, linear-gradient(1deg, #f5f5f5 30%, #f5f5f5 99%);
        padding: 3% 3% ;
        width: 92%;
		margin: 20px auto 20px;
		border-radius:11px 11px;
		position:relative;
        border:0 solid #000000;
		max-width:366px;
	}
    .galaxy-s25plus-popshop{
		background: url(//www.siamphone.com/images/pop-shop/galaxy-s25/head-galaxy-s25plus.png) no-repeat right top, linear-gradient(1deg, #f5f5f5 30%, #f5f5f5 99%);
    }
	.galaxy-s25-popshop .head-popshop{
        text-indent:0;
        height:67px;
        padding-top:0;
        position: relative;
    }
	.galaxy-s25-popshop .head-popshop h3 {
        margin-top: 10px;
	}
	.galaxy-s25-popshop .head-popshop h3 a{
        font-size: 1.56rem;
        line-height: 1.8rem;
        font-weight: 300;
	}
    .galaxy-s25-popshop .head-popshop h3 a strong{
        font-weight: bold;
        text-transform: uppercase;
    }
	.galaxy-s25-popshop .head-popshop h3 span{
        font-weight: 500;
        font-size: 14px;
        color: #272727;
        text-indent: 2px;
        letter-spacing: 0.5px;
        position: absolute;
        top: -20px;
        left: 0;
	}
	.galaxy-s25-popshop .head-popshop h3 span img{
        height: 16px;
        width: auto;
		display:inline-block;
    }
    .galaxy-s25-popshop .head-popshop h3 small{
        font-size:18px;
        font-family:"Roboto","Kanit";
        font-weight:600;
        display: block;
    }
    .galaxy-s25-popshop .block-popshop{
        height:80px;
        margin: 0 0 15px 0;
		overflow: unset;
        border: 1px solid #fff;
    }
	.galaxy-s25-popshop .block-popshop img{
        width: 75px;
        max-width:75px;
        height: auto;
        top: 20px;
        left:15px;
	}
	.galaxy-s25-popshop .block-popshop h5{
		margin:0;
	}
	.galaxy-s25-popshop .block-popshop h5 a{
		line-height: 1.8rem;
   	 	font-size: 1rem;
		font-weight: 600;
	}
	.galaxy-s25-popshop .block-popshop h5 span{
		font-size: 12px;
		font-weight: 400;
		font-family: 'Roboto';
	}
	.galaxy-s25-popshop .popshop-promotion ul{
		padding: 0 15px 10px 40px;
	}
    .galaxy-s25-popshop .block-popshop a.btn-shop{
        font-weight: 600;
		top: 35px;
    }
    .galaxy-s25-popshop .popshop-promotion p{
        padding-top:0;
        margin-top:0;
    }
    .galaxy-s25-popshop .popshop-promotion img {
        max-width: 280px;
        margin: 0 auto;
        display: block;
        border-radius: 13px;
        position: relative;
        width: auto;
        max-height: 200px;
        left: auto;
        top: auto;
    }
    .galaxy-s25-popshop .shopLogo{
        width: 90px;
        height: 24px;
        position: absolute;
        background-size: 100%;
        top: 10px;
        right: -1px;
        display: block;
        padding: 0;
        z-index: 1;
    }
    .galaxy-s25-popshop .shopLogo img{
        max-width:100px;
        width: auto;
        height:auto;
        position: relative;
    }
    .galaxy-s25-popshop .lazada img {
        width: auto;
        height: 19px;
        top: -5px;
        left: -7px;
    }
    .galaxy-s25-popshop .shop-logo img{
        width: 120px;
        position: relative;
        left: -22px;
        top: 25px;
    }




    /* Honor Magic7 Pro */
    .honor-magic7pro-popshop{
        background: url(https://www.siamphone.com/images/pop-shop/honor-magic7pro/head.png) no-repeat right top, linear-gradient(187deg, #000 0, #000 40%, #000 82%, #000 99%);

        padding: 3% 3%;
        width: 92%;
        margin: 20px auto 20px;
        border-radius: 11px 11px;
        position: relative;
        border: 0px solid #222222;
        max-width: 366px;
	}
	
	.honor-magic7pro-popshop .head-popshop{
        height:80px;
        padding-top:5px;
    }
	.honor-magic7pro-popshop .head-popshop h3{
        margin-left: 150px;
    }
	.honor-magic7pro-popshop .head-popshop h3 a{
        font-size: 28px;
        line-height: 30px;
        font-weight: 700;
        color: #fff;
	}
    .honor-magic7pro-popshop .head-popshop h3 strong{
        font-weight:500;
	}
	.honor-magic7pro-popshop .head-popshop h3 span{
        font-family: 'Roboto', "Kanit";
       
	}
    .honor-magic7pro-popshop .head-popshop h3 small{
        border: 1px solid;
        border-radius: 6px;
        font-size: 15px;
        padding: 1px 5px;
        vertical-align: bottom;
    }
    .honor-magic7pro-popshop .block-popshop{
        height:80px;
        margin: 0 0 15px 0;
        border:0;
    }
	.honor-magic7pro-popshop .block-popshop img{
        width: 65px;
        height: auto;
        top: 10px;
        left: 15px;
        max-width: 75px;
	}
	.honor-magic7pro-popshop .block-popshop h5 span{
		font-size: 12px;
		font-weight: 400;
		font-family: 'Roboto';
	}
	.honor-magic7pro-popshop .popshop-promotion ul{
		padding: 0 15px 10px 40px;
	}
    .honor-magic7pro-popshop .popshop-promotion img {
        max-height: 120px;
        max-width: 300px;
        margin: 5px auto 0;
        width: auto;
        height: auto;
        display: block;
        border-radius: 10px;
    }
    .honor-magic7pro-popshop p.warning{
        color: #a8a8a8;
    }
    .honor-magic7pro-popshop .block-popshop a.btn-shop{
        font-weight: 600;
		top: 35px;
    }
    .honor-magic7pro-popshop .shopLogo{
        width: 90px;
        height: 24px;
        position: absolute;
        background-size: 100%;
        top: 10px;
        right: -1px;
        display: block;
        padding: 0;
        z-index: 1;
    }
    .honor-magic7pro-popshop .shopLogo img{
        max-width:100px;
        width: auto;
        height:auto;
        position: relative;
    }
    .honor-magic7pro-popshop .jaymart img {
        width: 69px;
        height: auto;
        top: -5px;
        left: 15px;
    }
    .honor-magic7pro-popshop .lazada img {
        width: auto;
        height: 19px;
        top: -5px;
        left: -7px;
    }




    
    /* Huawei MatePad 11.5 New */
    .huawei-matepad115new-popshop{
        background: url(https://www.siamphone.com/images/pop-shop/huawei-matepad/head.png) no-repeat right top, linear-gradient(66deg, #e1e1e1 0, #eaeaeb 40%, #e9e9e9 82%, #dcdcdc 99%);
        padding: 3% 3%;
        width: 92%;
        margin: 20px auto 20px;
        border-radius: 11px 11px;
        position: relative;
        border: 0px solid #222222;
        max-width: 366px;
	}
	.huawei-matepad115new-popshop .head-popshop{
        height:80px;
        padding-top:5px;
    }
	.huawei-matepad115new-popshop .head-popshop h3 a{
        font-size: 28px;
        line-height: 32px;
        font-weight: 700;
	}
    .huawei-matepad115new-popshop .head-popshop h3 strong{
        font-weight:500;
	}
    .huawei-matepad115new-popshop  .head-popshop h3 small{
        font-family: 'Roboto', "Kanit";
        font-size: 12px;
        line-height: 15px;
        font-weight: 500;
        display: inline-block;
        background: #222;
        color: #fff;
        padding: 3px 6px 2px;
        border-radius: 5px;
        margin-top: 0;
        position: absolute;
        top: 25px;
        left: 125px;
	}
    .huawei-matepad115new-popshop .block-popshop{
        height:80px;
        margin: 0 0 15px 0;
        border:0;
    }
	.huawei-matepad115new-popshop .block-popshop img{
        width: 90px;
        height: auto;
        top: -3px;
        left: 7px;
        max-width: 85px;
	}
	.huawei-matepad115new-popshop .block-popshop h5 span{
		font-size: 12px;
		font-weight: 400;
		font-family: 'Roboto';
	}
	.huawei-matepad115new-popshop .block-popshop h5 a{
        font-family:'Roboto';
    }
	.huawei-matepad115new-popshop .popshop-promotion ul{
		padding: 0 15px 10px 40px;
	}
    .huawei-matepad115new-popshop .popshop-promotion img {
        max-height: 120px;
        max-width: 300px;
        margin: 5px auto 0;
        width: auto;
        height: auto;
        display: block;
        border-radius: 10px;
    }
    .huawei-matepad115new-popshop .block-popshop a.btn-shop{
        font-weight: 600;
		top: 35px;
    }


    
    /* iPhone 16e */
    .iphone-16e-popshop{
        background: url(https://www.siamphone.com/images/pop-shop/iphone-16e/head.png) no-repeat right top, linear-gradient(187deg, #fcfcfc 0, #ebebeb 99%);
        padding: 0 3% 3%;
        width: 92%;
        margin: 20px auto 20px;
        border-radius: 11px 11px;
        position: relative;
        border: 0px solid #222222;
        max-width: 366px;
    }

    .iphone-16e-popshop .head-popshop{
        height:110px;
        padding-top:18px;
        text-align: center;
    }
    .iphone-16e-popshop .head-popshop h3 a{
        font-size: 28px;
        line-height: 30px;
        font-weight: 300;
    }
    .iphone-16e-popshop .head-popshop h3 strong{
        font-weight:500;
    }
    .iphone-16e-popshop .head-popshop h3 span{
        font-family: 'Roboto', "Kanit";
        font-size: 14px;
        font-weight: 300;
        display: block;
        line-height: 20px;
        margin-top: 0;
    }
    .iphone-16e-popshop .head-popshop h3 small{
        border: 1px solid;
        border-radius: 6px;
        font-size: 15px;
        padding: 1px 5px;
        vertical-align: bottom;
    }
    .iphone-16e-popshop .head-popshop h3 img{
        position: absolute;
        top: 10px;
        right: -25px;
    }
    .iphone-16e-popshop .block-popshop{
        height:95px;
        margin: 0 0 15px 0;
        border:0;
    }
    .iphone-16e-popshop .block-popshop img{
        width: 75px;
        height: auto;
        top: 10px;
        left: 12px;
        max-width: 75px;
        border-radius: 5px 5px;
        padding: 5px 5px;
        background: #f6f5f8;
    }
    .iphone-16e-popshop .block-popshop h5 span{
        font-size: 12px;
        font-weight: 400;
        font-family: 'Roboto';
    }
    .iphone-16e-popshop .popshop-promotion ul{
        padding: 0 15px 10px 40px;
    }
    .iphone-16e-popshop .popshop-promotion img {
        max-height: 120px;
        max-width: 300px;
        margin: 5px auto 0;
        width: auto;
        height: auto;
        display: block;
        border-radius: 10px;
    }
    .iphone-16e-popshop .block-popshop h4{
        margin:15px 0 0 0;
    }
    .iphone-16e-popshop .block-popshop h5 {
        margin: 6px 0 0 0;
    }
    .iphone-16e-popshop .block-popshop a.btn-shop{
        font-weight: 600;
        top: 48px;
    }
    .iphone-16e-popshop .shopLogo{
        width: 90px;
        height: 24px;
        position: absolute;
        background-size: 100%;
        top: 10px;
        right: -1px;
        display: block;
        padding: 0;
        z-index: 1;
    }
    .iphone-16e-popshop .shopLogo img{
        max-width:100px;
        width: auto;
        height:auto;
        position: relative;
        padding: 0;
        background: transparent;
    }
    .iphone-16e-popshop .jaymart img {
        width: 69px;
        height: auto;
        top: -5px;
        left: 15px;
    }
    .iphone-16e-popshop .lazada img {
        width: auto;
        height: 19px;
        top: 0;
        left: -7px;
    }



    /* vivo V50 */
    .vivo-v50-popshop{
        background: url(https://www.siamphone.com/images/pop-shop/vivo-v50/head.png) no-repeat right top, linear-gradient(187deg, #A34E62 0, #25040D 99%);
        padding: 3% 3%;
        width: 92%;
        margin: 20px auto 20px;
        border-radius: 11px 11px;
        position: relative;
        border: 0px solid #222222;
        max-width: 366px;
	}
	
	.vivo-v50-popshop .head-popshop{
        height:80px;
        padding-top:10px;
    }
	.vivo-v50-popshop .head-popshop h3 a{
        font-size: 28px;
        line-height: 38px;
        font-weight: 900;
        color:#fff;
	}
    .vivo-v50-popshop .head-popshop h3 strong{
        font-weight:500;
	}
	.vivo-v50-popshop .head-popshop h3 span{
        font-family: 'Roboto', "Kanit";
        font-size: 14px;
        font-weight: 300;
        display: block;
        line-height: 20px;
        margin-top: 0;
	}
    .vivo-v50-popshop .head-popshop h3 small{
        border: 1px solid;
        border-radius: 6px;
        font-size: 15px;
        padding: 1px 5px;
        vertical-align: bottom;
    }
    .vivo-v50-popshop .block-popshop{
        height:80px;
        margin: 0 0 15px 0;
        border:0;
    }
	.vivo-v50-popshop .block-popshop img{
        width: 75px;
        height: auto;
        top: 10px;
        left: 12px;
        max-width: 75px;
        border-radius: 5px 5px;
	}
	.vivo-v50-popshop .block-popshop h5 span{
		font-size: 12px;
		font-weight: 400;
		font-family: 'Roboto';
	}
	.vivo-v50-popshop .popshop-promotion ul{
		padding: 0 15px 10px 40px;
	}
    .vivo-v50-popshop .popshop-promotion img {
        max-height: 120px;
        max-width: 300px;
        margin: 5px auto 0;
        width: auto;
        height: auto;
        display: block;
        border-radius: 10px;
    }
    .vivo-v50-popshop .block-popshop a.btn-shop{
        font-weight: 600;
		top: 35px;
    }
    .vivo-v50-popshop .shopLogo{
        width: 90px;
        height: 24px;
        position: absolute;
        background-size: 100%;
        top: 10px;
        right: -1px;
        display: block;
        padding: 0;
        z-index: 1;
    }
    .vivo-v50-popshop .shopLogo img{
        max-width:100px;
        width: auto;
        height:auto;
        position: relative;
        padding: 0;
        background: transparent;
    }
    .vivo-v50-popshop .jaymart img {
        width: 69px;
        height: auto;
        top: -5px;
        left: 15px;
    }
    .vivo-v50-popshop .lazada img {
        width: auto;
        height: 19px;
        top: -5px;
        left: -7px;
    }
    .vivo-v50-popshop p.warning{
        color: #f1f1f1;
    }



.xiaomi-15-popshop{
        background: url(https://www.siamphone.com/images/pop-shop/xiaomi-15/head.png) no-repeat right top, linear-gradient(187deg, #efefef 0, #c2c2c4 99%);
        background-size:100%;
        padding: 3% 3%;
        width: 92%;
        margin: 20px auto 20px;
        border-radius: 11px 11px;
        position: relative;
        border: 0px solid #222222;
        max-width: 376px;
	}
	
	.xiaomi-15-popshop .head-popshop{
        height:86px;
        padding-top:10px;
    }
	.xiaomi-15-popshop .head-popshop h3 a{
        font-size: 28px;
        line-height: 38px;
        font-weight: 900;
        color:transparent;
	}
    .xiaomi-15-popshop .head-popshop h3 strong{
        font-weight:500;
	}
	.xiaomi-15-popshop .head-popshop h3 span{
        font-family: 'Roboto', "Kanit";
        font-size: 14px;
        font-weight: 300;
        display: block;
        line-height: 20px;
        margin-top: 0;
	}
    .xiaomi-15-popshop .head-popshop h3 small{
        border: 1px solid;
        border-radius: 6px;
        font-size: 15px;
        padding: 1px 5px;
        vertical-align: bottom;
    }
    .xiaomi-15-popshop .block-popshop{
        height:85px;
        margin: 0 0 15px 0;
        border:0;
    }
	.xiaomi-15-popshop .block-popshop img{
        width: 60px;
        height: auto;
        top: 8px;
        left: 12px;
        max-width: 70px;
        border-radius: 5px 5px;
	}
	.xiaomi-15-popshop .block-popshop h5 a{
        font-weight: 500;
        font-size: 18px;
        font-family: 'Roboto';
	}
    .xiaomi-15-popshop .block-popshop h4{
        margin-top:10px;
    }
	.xiaomi-15-popshop .popshop-promotion ul{
		padding: 0 15px 10px 40px;
	}
    .xiaomi-15-popshop .popshop-promotion img {
        max-height: 120px;
        max-width: 300px;
        margin: 0 auto 10px;
        width: auto;
        height: auto;
        display: block;
        border-radius: 10px;
    }
    .xiaomi-15-popshop .block-popshop a.btn-shop{
        font-weight: 600;
		top: 35px;
    }
    .xiaomi-15-popshop p.warning{
        margin-top:10px;
    }



    /* POCO C71 */
    .poco-c71-popshop{
		background: url(https://www.siamphone.com/images/pop-shop/poco-c71/head.png) no-repeat right top, linear-gradient(180deg, #f0f5fa 35%, #96aac3 55%, #d2dde9 75%);
        background-size:100%;
        padding: 1% 3% 3% ;
        width: 100%;
		margin: 20px auto 20px;
		border-radius:11px 11px;
		position:relative;
        border:0 solid #222222;
		max-width:366px;
	}
	.poco-c71-popshop .head-popshop{
        text-indent:0;
        height:85px;
        padding-top:0;
    }
	.poco-c71-popshop .head-popshop h3 a{
        font-size: 30px;
        font-family: "Roboto", "Kanit";
        font-weight: 700;
        margin: 15px 0 0 0;
        display: block;
        text-indent: 0;
        line-height: 31px;    
        color: #fff;
        text-shadow: 0 0 10px #657c9c;
	}
    .poco-c71-popshop .head-popshop h3 small{
        border: 0 solid;
        border-radius: 6px;
        font-size: 14px;
        padding: 1px 5px;
        vertical-align: bottom;
        font-family: "Roboto", "Kanit";
        font-weight: 500;
        color: #fff;
        text-shadow: 0 0 5px #657c9c;
    }
    .poco-c71-popshop .block-popshop{
        height:80px;
        margin: 0 0 15px 0;
        border:0;
    }
	.poco-c71-popshop .block-popshop img{
        width: 75px;
        height: auto;
        top: 11px;
        left: 15px;
        max-width: 70px;
    }
    .poco-c71-popshop .block-popshop h5 a {
        font-weight:500;
    }
	.poco-c71-popshop .block-popshop h5 span{
		font-size: 12px;
		font-weight: 400;
		font-family: 'Roboto';
	}
    .poco-c71-popshop .block-popshop h5{
        margin-top:5px;
    }
	.poco-c71-popshop .popshop-promotion ul{
		padding: 0 15px 10px 40px;
	}
    .poco-c71-popshop .popshop-promotion img {
        max-height: 150px;
        max-width: 275px;
        margin: 5px auto 15px;
        width: auto;
        height: auto;
        display: block;
        border-radius: 10px;
    }
    .poco-c71-popshop .block-popshop a.btn-shop{
        font-weight: 600;
		top: 35px;
    }
    .poco-c71-popshop .shopLogo{
        width: 90px;
        height: 24px;
        position: absolute;
        background-size: 100%;
        top: 10px;
        right: -1px;
        display: block;
        padding: 0;
        z-index: 1;
    }
    .poco-c71-popshop .shopLogo img{
        top: 0;
        left: 0;
        width: 100%;
    }
    .poco-c71-popshop .jaymart img {
        width: auto;
        height: 19px;
        top: 0;
        left: 15px;
        position: absolute;
    }
    .poco-c71-popshop .tgfone img {
        width: 48px;
        height: auto;
        top: -5px;
        left: 20px;
    }
    .poco-c71-popshop p.warning{
        padding-bottom: 0;
    }



.realme-7-popshop{
		background: url(//www.siamphone.com/images/pop-shop/realme-7/head.png) no-repeat right top, linear-gradient(1deg, #000 30%, #000 99%);
        padding: 3% 3% ;
        width: 92%;
		margin: 20px auto 20px;
		border-radius:11px 11px;
		position:relative;
        border:0 solid #000000;

		max-width:366px;
	}
	.realme-7-popshop .head-popshop{
        text-indent:0;
        height:76px;
        padding-top:0;
        position: relative;
    }
    .realme-7-popshop .block-popshop .col-9,.realme-7-popshop .block-popshop .col-8{width:75%;}
    .realme-7-popshop .block-popshop .col-3,.realme-7-popshop .block-popshop .col-2{width:25%;}
	.realme-7-popshop .head-popshop h3 {
        margin-top: 10px;
	}
	.realme-7-popshop .head-popshop h3 a{
        font-size: 1.56rem;
        line-height: 2rem;
        font-weight: 300;
	}
    .realme-7-popshop .head-popshop h3 a strong{
        font-weight: bold;
    }
    .realme-7-popshop .head-popshop h3 a{
        color: #fff;
	}
	.realme-7-popshop .head-popshop h3 span{
        font-weight: 400;
		font-size: 14px;
		color: #e1e0e0;
		text-indent: 2px;
		letter-spacing: 0.5px;
        display:block;
	}
	.realme-7-popshop .head-popshop h3 span img{
        height: 16px;
        width: auto;
    }
    .realme-7-popshop .head-popshop h3 small{
        font-size:18px;
        font-family:"Roboto","Kanit";
        font-weight:600;
        display: block;
    }
    .realme-7-popshop .block-popshop{
        height:80px;
        margin: 0 0 15px 0;
        padding-bottom:15px;
		overflow: unset;
        border: 1px solid #fff;
    }
	.realme-7-popshop .block-popshop img{
       width: auto;
        height: auto;
        top: 21px;
        left: 10px;
        max-height: 120px;
        max-width: 65px;
	}
	.realme-7-popshop .block-popshop h5{
		margin:0;
	}
	.realme-7-popshop .block-popshop h5 a{
		line-height: 1.8rem;
   	 	font-size: 1rem;
		font-weight: 600;
	}
	.realme-7-popshop .block-popshop h5 span{
		font-size: 12px;
		font-weight: 400;
		font-family: 'Roboto';
	}
	.realme-7-popshop .popshop-promotion ul{
		padding: 0 15px 10px 40px;
	}
    .realme-7-popshop .block-popshop a.btn-shop{
        font-weight: 600;
		top: 35px;
    }
    .realme-7-popshop .popshop-promotion p{
        padding-top:0;
        margin-top:0;
    }
    .realme-7-popshop .popshop-promotion img {
        max-width: 280px;
        margin: 0 auto;
        display: block;
        border-radius: 13px;
        position: relative;
        width: auto;
        max-height: 200px;
        left: auto;
        top: auto;
    }
    .realme-7-popshop p.warning {
 
    }
    .realme-7-popshop .shopLogo{
        width: 90px;
        height: 24px;
        position: absolute;
        background-size: 100%;
        top: 10px;
        right: -1px;
        display: block;
        padding: 0;
        z-index: 1;
    }
    .realme-7-popshop .shopLogo img{
        max-width:100px;
        width: auto;
        height:auto;
        position: relative;
    }
    .realme-7-popshop .tgfone img {
        width: 48px;
        height: auto;
        top: -5px;
        left: 20px;
    }
    .realme-7-popshop .lazada img {
        width: auto;
        height: 19px;
        top: -5px;
        left: -7px;
    }
    .realme-7-popshop .shop-logo img{
        width: 120px;
        position: relative;
        left: -22px;
        top: 25px;
    }


    /* iQoo Neo 10 */
 .iqoo-neo10-popshop{
        background: url(https://www.siamphone.com/images/pop-shop/iqoo-neo10/head.png) no-repeat right top, linear-gradient(210deg, #c04828 0, #cd4a25 20%, #0a0706 50%);
        padding: 3% 3%;
        width: 92%;
        margin: 20px auto 20px;
        border-radius: 11px 11px;
        position: relative;
        border: 0px solid #222222;
        max-width: 376px;
	}
	.iqoo-neo10-popshop .head-popshop{
        height:80px;
        padding-top:10px;
    }
	.iqoo-neo10-popshop .head-popshop h3 a{
        font-size: 28px;
        line-height: 38px;
        font-weight: 900;
        color:#fff;
	}
    .iqoo-neo10-popshop .head-popshop h3 strong{
        font-weight:500;
	}
	.iqoo-neo10-popshop .head-popshop h3 span{
        font-family: 'Roboto', "Kanit";
        font-size: 14px;
        font-weight: 300;
        display: block;
        line-height: 20px;
        margin-top: 0;
	}
    .iqoo-neo10-popshop .head-popshop h3 small{
        border: 1px solid;
        border-radius: 6px;
        font-size: 15px;
        padding: 1px 5px;
        vertical-align: bottom;
    }
    .iqoo-neo10-popshop .block-popshop{
        height:80px;
        margin: 0 0 15px 0;
        border:0;
    }
	.iqoo-neo10-popshop .block-popshop img{
        width: 65px;
        height: auto;
        top: 8px;
        left: 18px;
        max-width: 75px;
        border-radius: 5px 5px;
	}
	.iqoo-neo10-popshop .block-popshop h5 span{
		font-size: 12px;
		font-weight: 400;
		font-family: 'Roboto';
	}
	.iqoo-neo10-popshop .popshop-promotion ul{
		padding: 0 15px 10px 40px;
	}
    .iqoo-neo10-popshop .popshop-promotion img {
        max-height: 120px;
        max-width: 300px;
        margin: 5px auto 0;
        width: auto;
        height: auto;
        display: block;
        border-radius: 10px;
    }
    .iqoo-neo10-popshop .block-popshop a.btn-shop{
        font-weight: 600;
		top: 35px;
    }
    .iqoo-neo10-popshop .shopLogo{
        width: 90px;
        height: 24px;
        position: absolute;
        background-size: 100%;
        top: 10px;
        right: -1px;
        display: block;
        padding: 0;
        z-index: 1;
    }
    .iqoo-neo10-popshop .shopLogo img{
        max-width:100px;
        width: auto;
        height:auto;
        position: relative;
        padding: 0;
        background: transparent;
    }
    .iqoo-neo10-popshop .jaymart img {
        width: 69px;
        height: auto;
        top: -5px;
        left: 15px;
    }
    .iqoo-neo10-popshop .lazada img {
        width: auto;
        height: 19px;
        top: -5px;
        left: -7px;
    }
    .iqoo-neo10-popshop p.warning{
        color: #f1f1f1;
    }



    .honor-400-popshop{
        background: url(https://www.siamphone.com/images/pop-shop/honor-400/head.png) no-repeat right top, linear-gradient(236deg, #eeeef0 0, #f6f6f6 20%, #d1d2d6 50%);
        padding: 3% 3%;
        width: 92%;
        margin: 20px auto 20px;
        border-radius: 11px 11px;
        position: relative;
        border: 0px solid #222222;
        max-width: 376px;
	}
	.honor-400-popshop .head-popshop{
        height:110px;
        padding-top:10px;
    }
	.honor-400-popshop .head-popshop h3 a{
        font-size: 25px;
        line-height: 38px;
        font-weight: 900;
        text-align: left;
        display: block;
        margin-top: 10px;
	}
    .honor-400-popshop .head-popshop h3 strong{
        font-weight:500;
	}
	.honor-400-popshop .head-popshop h3 span{
        font-family: 'Roboto', "Kanit";
        font-size: 14px;
        font-weight: 300;
        display: block;
        line-height: 20px;
        margin-top: 0;
	}
    .honor-400-popshop .head-popshop h3 small{
        border: 1px solid;
        border-radius: 6px;
        font-size: 15px;
        padding: 1px 5px;
        vertical-align: bottom;
    }
    .honor-400-popshop .block-popshop{
        height:80px;
        margin: 0 0 15px 0;
        border:0;
    }
	.honor-400-popshop .block-popshop img{
        width: 60px;
        height: auto;
        top: auto;
        left: auto;
        max-width: 80px;
        border-radius: 5px 5px;
        position: relative;
        margin-top: 0px;
	}
	.honor-400-popshop .block-popshop h5 span{
		font-size: 12px;
		font-weight: 400;
		font-family: 'Roboto';
	}
	.honor-400-popshop .popshop-promotion ul{
		padding: 0 15px 10px 40px;
	}
    .honor-400-popshop .popshop-promotion img {
        max-height: 120px;
        max-width: 300px;
        margin: 5px auto 15px;
        width: auto;
        height: auto;
        display: block;
        border-radius: 10px;
    }
    .honor-400-popshop .block-popshop a.btn-shop{
        font-weight: 600;
		top: 35px;
    }




    .huawei-watch5-popshop{
        background: url(https://www.siamphone.com/images/pop-shop/huawei-watch5/head.png) no-repeat right top, linear-gradient(187deg, #000000 0,#000000 99%);
        padding: 3% 3%;
        width: 92%;
        margin: 20px auto 20px;
        border-radius: 11px 11px;
        position: relative;
        border: 0px solid #222222;
        max-width: 366px;
	}
	.huawei-watch5-popshop .head-popshop{
        text-indent:0;
        height:80px;
        padding-top:0;
    }
	.huawei-watch5-popshop .head-popshop h3 a{
        font-size: 28px;
        line-height: 34px;
        color: #fff;
	}
	.huawei-watch5-popshop .head-popshop h3 span{
        font-family: 'Roboto', "Kanit";
        font-size: 22px;
        font-weight: 700;
        display: block;
        line-height: 26px;
        margin-top: 5px;
        color: #ebebeb;
	}
    .huawei-watch5-popshop .head-popshop h3 small{
        font-size:18px;
        font-family:"Roboto","Kanit";
        font-weight:600;
        margin-top: 10px;
        display: block;
    }
    .huawei-watch5-popshop .block-popshop{
        height:85px;
        margin: 0 0 15px 0;
        border:0;
    }
	.huawei-watch5-popshop .block-popshop img{
        width: 100px;
        height: auto;
        top: 10px;
        left: 17px;
        max-width: 65px;
	}
    .huawei-watch5-popshop .block-popshop h5{
        margin-top:5px;
    }
	.huawei-watch5-popshop .block-popshop h5 span{
		font-size: 12px;
		font-weight: 400;
		font-family: 'Roboto';
	}
	.huawei-watch5-popshop .popshop-promotion ul{
		padding: 0 15px 10px 40px;
	}
    .huawei-watch5-popshop .popshop-promotion img {
        max-height: 120px;
        max-width: 200px;
        margin: 5px auto 15px;
        width: auto;
        height: auto;
        display: block;
        border-radius: 10px;
    }
    .huawei-watch5-popshop .block-popshop a.btn-shop{
        font-weight: 600;
		top: 40px;
    }
    .huawei-watch5-popshop .shopLogo{
        width: 90px;
        height: 24px;
        position: absolute;
        background-size: 100%;
        top: 10px;
        right: -1px;
        display: block;
        padding: 0;
        z-index: 1;
    }
    .huawei-watch5-popshop .shopLogo img{
        max-width:100px;
        width: auto;
        height:auto;
        position: relative;
    }
    .huawei-watch5-popshop .tgfone img {
        width: 48px;
        height: auto;
        top: -5px;
        left: 20px;
    }
    .huawei-watch5-popshop .lazada img {
        width: auto;
        height: 19px;
        top: -5px;
        left: -7px;
    }
    .huawei-watch5-popshop .head-popshop h3 span {
        font-size: 15px;
        font-weight: 300;
    }
    .huawei-watch5-popshop .block-popshop .col-3 img {
        border-radius: 30px;
    }
   



    /* Pura 80 */
    .huawei-pura80-popshop{
        background:url(https://www.siamphone.com/images/pop-shop/huawei-pura80/head_pura80pro.png) no-repeat right top, linear-gradient(187deg, #bd7486 0, #982341 20%, #671126 50%, #300a13 99%);
        padding: 3% 3%;
        width: 92%;
        margin: 20px auto 20px;
        border-radius: 11px 11px;
        position: relative;
        border: 0px solid #222222;
        max-width: 366px;
	}
    
	
	.huawei-pura80-popshop .head-popshop{
        height:80px;
        padding-top:10px;
    }
	.huawei-pura80-popshop .head-popshop h3 a{
        font-size: 28px;
        line-height: 28px;
        font-weight: 600;
        color:#fff;
	}
    .huawei-pura80-popshop .head-popshop h3 strong{
        font-weight:500;
	}
	.huawei-pura80-popshop .head-popshop h3 span{
        font-family: 'Roboto', "Kanit";
        font-size: 10px;
        font-weight: 300;
        display: inline-block;
        line-height: 17px;
        margin-top: 0;
        background: #c00;
        height: 16px;
        width: 43px;
        text-align: center;
        margin-top: -8px;
        margin-left: 5px;
        color: #fff;
	}
    .huawei-pura80-popshop .head-popshop h3 small{
        border: 1px solid;
        border-radius: 6px;
        font-size: 15px;
        padding: 1px 5px;
        vertical-align: bottom;
    }
    .huawei-pura80-popshop .block-popshop{
        height:80px;
        margin: 0 0 15px 0;
        border:0;
    }
	.huawei-pura80-popshop .block-popshop img{
        width: 75px;
        height: auto;
        top: 10px;
        left: 12px;
        max-width: 75px;
        border-radius: 8px 8px;
	}
	.huawei-pura80-popshop .block-popshop h5 span{
		font-size: 12px;
		font-weight: 400;
		font-family: 'Roboto';
	}
	.huawei-pura80-popshop .popshop-promotion ul{
		padding: 0 15px 10px 40px;
	}
    .huawei-pura80-popshop .popshop-promotion img {
        max-height: 120px;
        max-width: 300px;
        margin: 5px auto 0;
        width: auto;
        height: auto;
        display: block;
        border-radius: 10px;
    }
    .huawei-pura80-popshop .block-popshop a.btn-shop{
        font-weight: 600;
		top: 35px;
    }
    .huawei-pura80-popshop .shopLogo{
        width: 90px;
        height: 24px;
        position: absolute;
        background-size: 100%;
        top: 10px;
        right: -1px;
        display: block;
        padding: 0;
        z-index: 1;
    }
    .huawei-pura80-popshop .shopLogo img{
        max-width:100px;
        width: auto;
        height:auto;
        position: relative;
        padding: 0;
        background: transparent;
    }
    .huawei-pura80-popshop .jaymart img {
        width: 69px;
        height: auto;
        top: -5px;
        left: 15px;
    }
    .huawei-pura80-popshop .lazada img {
        width: auto;
        height: 19px;
        top: -5px;
        left: -7px;
    }
    .huawei-pura80-popshop p.warning{
        color: #ffffff;
    }


    .huawei-pura80ultra-popshop{
        background:url(https://www.siamphone.com/images/pop-shop/huawei-pura80/head_pura80ultra.png) no-repeat right top, linear-gradient(46deg, #9c8d6f 0, #978465 20%, #b6a387 50%, #dfd0bb 99%);
    }
    .huawei-pura80ultra-popshop .head-popshop h3{
        margin-left: 120px;
    }
    .huawei-pura80ultra-popshop .head-popshop h3 a{
        color: #000;
        line-height: 35px;
    }
    .huawei-pura80ultra-popshop .head-popshop {
        padding-top: 0;
    }

    



    /* Nothing Phone 3*/
    .nothing-phone3-popshop{
        background:url(https://www.siamphone.com/images/pop-shop/nothing-phone3/head.png) no-repeat right top, linear-gradient(187deg, #082d38 0, #0b3544 20%, #0b2d37 50%, #072930 99%);
        padding: 3% 3%;
        width: 92%;
        margin: 20px auto 20px;
        border-radius: 11px 11px;
        position: relative;
        border: 0px solid #222222;
        max-width: 366px;
	}
	.nothing-phone3-popshop .head-popshop{
        height:80px;
        padding-top:10px;
    }
	.nothing-phone3-popshop .head-popshop h3 a{
        font-size: 28px;
        line-height: 28px;
        font-weight: 600;
        color:#fff;
	}
    .nothing-phone3-popshop .head-popshop h3 strong{
        font-weight:500;
	}
	.nothing-phone3-popshop .head-popshop h3 span{
        font-family: 'Roboto', "Kanit";
        font-size: 10px;
        font-weight: 300;
        display: inline-block;
        line-height: 17px;
        margin-top: 0;
        background: #c00;
        height: 16px;
        width: 43px;
        text-align: center;
        margin-top: -8px;
        margin-left: 5px;
        color: #fff;
	}
    .nothing-phone3-popshop .head-popshop h3 small{
        border: 1px solid;
        border-radius: 6px;
        font-size: 15px;
        padding: 1px 5px;
        vertical-align: bottom;
    }
    .nothing-phone3-popshop .block-popshop{
        height:80px;
        margin: 0 0 15px 0;
        border:0;
    }
	.nothing-phone3-popshop .block-popshop img{
        width: 60px;
        height: auto;
        top: 5px;
        left: 22px;
        max-width: 60px;
        border-radius: 8px 8px;
	}
	.nothing-phone3-popshop .block-popshop h5 span{
		font-size: 12px;
		font-weight: 400;
		font-family: 'Roboto';
	}
    .nothing-phone3-popshop .block-popshop h4{
        margin:10px 0 0 0;
    }
	.nothing-phone3-popshop .popshop-promotion ul{
		padding: 0 15px 10px 40px;
	}
    .nothing-phone3-popshop .popshop-promotion img {
        max-height: 120px;
        max-width: 300px;
        margin: 5px auto 0;
        width: auto;
        height: auto;
        display: block;
        border-radius: 10px;
    }
    .nothing-phone3-popshop .block-popshop a.btn-shop{
        font-weight: 600;
		top: 35px;
    }
    .nothing-phone3-popshop .shopLogo{
        width: 90px;
        height: 24px;
        position: absolute;
        background-size: 100%;
        top: 10px;
        right: -1px;
        display: block;
        padding: 0;
        z-index: 1;
    }
    .nothing-phone3-popshop .shopLogo img{
        max-width:100px;
        width: auto;
        height:auto;
        position: relative;
        padding: 0;
        background: transparent;
    }
    .nothing-phone3-popshop .jaymart img {
        width: 69px;
        height: auto;
        top: -5px;
        left: 15px;
    }
    .nothing-phone3-popshop .lazada img {
        width: auto;
        height: 19px;
        top: 0;
        left: -13px;
    }
    .nothing-phone3-popshop p.warning{
        color: #ffffff;
    }


    /* vivo V60 */
    .vivo-v60-popshop{
       background: url(https://www.siamphone.com/images/pop-shop/vivo-v60/head-vivo-v60.png) no-repeat right top, linear-gradient(67deg, #ede2ff 0, #f8e1ec 70%, #ede3fe 99%);
        background-size:100%;
        padding: 3% 3%;
        width: 92%;
        margin: 20px auto 20px;
        border-radius: 11px 11px;
        position: relative;
        border: 0px solid #222222;
        max-width: 366px;
	}	
	.vivo-v60-popshop .head-popshop{
        height:80px;
        padding-top:10px;
    }
	.vivo-v60-popshop .head-popshop h3 a{
        font-size: 28px;
        line-height: 28px;
        font-weight: 600;
        color:transparent;
	}
    .vivo-v60-popshop .head-popshop h3 strong{
        font-weight:500;
	}
	.vivo-v60-popshop .head-popshop h3 span{
        font-family: 'Roboto', "Kanit";
        font-size: 10px;
        font-weight: 300;
        display: inline-block;
        line-height: 17px;
        margin-top: 0;
        background: #c00;
        height: 16px;
        width: 43px;
        text-align: center;
        margin-top: -8px;
        margin-left: 5px;
        color: #fff;
	}
    .vivo-v60-popshop .head-popshop h3 small{
        border: 1px solid;
        border-radius: 6px;
        font-size: 15px;
        padding: 1px 5px;
        vertical-align: bottom;
    }
    .vivo-v60-popshop .block-popshop{
        height:80px;
        margin: 0 0 15px 0;
        border:0;
    }
	.vivo-v60-popshop .block-popshop img{
        width: 60px;
        height: auto;
        top: 9px;
        left: 20px;
        max-width: 70px;
        border-radius: 8px 8px;
	}
	.vivo-v60-popshop .block-popshop h5 span{
		font-size: 12px;
		font-weight: 400;
		font-family: 'Roboto';
	}
    .vivo-v60-popshop .block-popshop h4{
        margin:10px 0 0 0;
    }
	.vivo-v60-popshop .popshop-promotion ul{
		padding: 0 15px 10px 40px;
	}
    .vivo-v60-popshop .popshop-promotion img {
        max-height: 120px;
        max-width: 300px;
        margin: 5px auto 0;
        width: auto;
        height: auto;
        display: block;
        border-radius: 10px;
    }
    .vivo-v60-popshop .block-popshop a.btn-shop{
        font-weight: 600;
		top: 35px;
    }
    .vivo-v60-popshop .shopLogo{
        width: 90px;
        height: 24px;
        position: absolute;
        background-size: 100%;
        top: 10px;
        right: -1px;
        display: block;
        padding: 0;
        z-index: 1;
    }
    .vivo-v60-popshop .shopLogo img{
        max-width:100px;
        width: auto;
        height:auto;
        position: relative;
        padding: 0;
        background: transparent;
    }
    .vivo-v60-popshop .jaymart img {
        width: 69px;
        height: auto;
        top: -5px;
        left: 15px;
    }
    .vivo-v60-popshop .lazada img {
        width: auto;
        height: 19px;
        top: 0;
        left: -13px;
    }
    .vivo-v60-popshop p.warning{
        color: #2c2c2cff;    
        margin-left: 5px;
    }



    /* Honor Magic V5 */
    .honor-magicv5-popshop{
       background: url(https://www.siamphone.com/images/pop-shop/honor-magic-v5/head.png) no-repeat right top, linear-gradient(67deg, #000000 0, #684a31 70%, #000000 99%);
        background-size:100%;
        padding: 3% 3%;
        width: 92%;
        margin: 20px auto 20px;
        border-radius: 11px 11px;
        position: relative;
        border: 0px solid #222222;
        max-width: 366px;
	}	
	.honor-magicv5-popshop .head-popshop{
        height:80px;
        padding-top: 16px;
        text-align: right;
    }
	.honor-magicv5-popshop .head-popshop h3 a{
            font-size: 27px;
        line-height: 28px;
        font-weight: 300;
        color: #ffffff;
	}
    .honor-magicv5-popshop .head-popshop h3 strong{
        font-weight:500;
	}
	.honor-magicv5-popshop .head-popshop h3 span{
        font-family: 'Roboto', "Kanit";
        font-size: 10px;
        font-weight: 300;
        display: inline-block;
        line-height: 17px;
        margin-top: 0;
        background: #c00;
        height: 16px;
        width: 43px;
        text-align: center;
        margin-top: -8px;
        margin-left: 5px;
        color: #fff;
	}
    .honor-magicv5-popshop .head-popshop h3 small{
        border: 1px solid;
        border-radius: 6px;
        font-size: 15px;
        padding: 1px 5px;
        vertical-align: bottom;
    }
    .honor-magicv5-popshop .block-popshop{
        height:80px;
        margin: 0 0 15px 0;
        border:0;
    }
	.honor-magicv5-popshop .block-popshop img{
        width: 50px;
        height: auto;
        top: 8px;
        left: 26px;
        max-width: 70px;
        border-radius: 8px 8px;
	}
	.honor-magicv5-popshop .block-popshop h5 span{
		font-size: 12px;
		font-weight: 400;
		font-family: 'Roboto';
	}
    .honor-magicv5-popshop .block-popshop h4{
        margin:10px 0 0 0;
    }
	.honor-magicv5-popshop .popshop-promotion ul{
		padding: 0 15px 10px 40px;
	}
    .honor-magicv5-popshop .popshop-promotion img {
        max-height: 120px;
        max-width: 300px;
        margin: 5px auto 0;
        width: auto;
        height: auto;
        display: block;
        border-radius: 10px;
    }
    .honor-magicv5-popshop .block-popshop a.btn-shop{
        font-weight: 600;
		top: 35px;
    }
    .honor-magicv5-popshop .shopLogo{
        width: 90px;
        height: 24px;
        position: absolute;
        background-size: 100%;
        top: 10px;
        right: -1px;
        display: block;
        padding: 0;
        z-index: 1;
    }
    .honor-magicv5-popshop .shopLogo img{
        max-width:100px;
        width: auto;
        height:auto;
        position: relative;
        padding: 0;
        background: transparent;
    }
    .honor-magicv5-popshop .jaymart img {
        width: 69px;
        height: auto;
        top: -5px;
        left: 15px;
    }
    .honor-magicv5-popshop .lazada img {
        width: auto;
        height: 19px;
        top: 0;
        left: -13px;
    }
    .honor-magicv5-popshop p.warning{
        color: #b8a799;    
        margin-left: 5px;
    }


    /* OPPO Find X9 series */
    .oppo-findx9-popshop{
        background: url(https://www.siamphone.com/images/pop-shop/oppo-find-x9/head.png) no-repeat right top, linear-gradient(178deg, #f5f5f5 20%, #f5f5f5 40%, #d0d5da 82%, #e7ebf0 99%);
        padding: 3% 3%;
        width: 92%;
        margin: 20px auto 20px;
        border-radius: 11px 11px;
        position: relative;
        border: 0px solid #222222;
        max-width: 366px;
	}
    .oppo-findx9pro-popshop{
        background: url(https://www.siamphone.com/images/pop-shop/oppo-find-x9/head.png) no-repeat right top, linear-gradient(178deg, #f5f5f5 20%, #f5f5f5 40%, #d0d5da 82%, #e7ebf0 99%);
    }
	
	.oppo-findx9-popshop .head-popshop{
        height:80px;
        padding-top:0;
    }
	.oppo-findx9-popshop .head-popshop h3 a{
        font-size: 28px;
        line-height: 34px;
        font-weight: 900;
	}
    .oppo-findx9-popshop .head-popshop h3 strong{
        font-weight:500;
	}
	.oppo-findx9-popshop .head-popshop h3 span{
        font-family: 'Roboto', "Kanit";
        font-size: 14px;
        line-height: 18px;
        font-weight: 500;
        display: inline-block;
        background: #222;
        color: #fff;
        padding: 3px 6px 2px;
        border-radius: 5px;
        margin-top: 0;
	}
    .oppo-findx9-popshop .head-popshop h3 small{
        border: 1px solid;
        border-radius: 6px;
        font-size: 15px;
        padding: 1px 5px;
        vertical-align: bottom;
    }
    .oppo-findx9-popshop .block-popshop{
        height:80px;
        margin: 0 0 15px 0;
        border:0;
    }
	.oppo-findx9-popshop .block-popshop img{
        width: auto;
        height: auto;
        top: 10px;
        left: 13px;
        max-width: 75px;
        padding: 5px 5px 0;
        border-radius: 6px;
        background: #f7f7f7;
	}
	.oppo-findx9-popshop .block-popshop h5 span{
		font-size: 12px;
		font-weight: 400;
		font-family: 'Roboto';
	}
	.oppo-findx9-popshop .popshop-promotion ul{
		padding: 0 15px 10px 40px;
	}
    .oppo-findx9-popshop .popshop-promotion img {
        max-height: 120px;
        max-width: 300px;
        margin: 5px auto 0;
        width: auto;
        height: auto;
        display: block;
        border-radius: 10px;
    }
    .oppo-findx9-popshop .block-popshop a.btn-shop{
        font-weight: 600;
		top: 35px;
    }
    .oppo-findx9-popshop .shopLogo{
        width: 90px;
        height: 24px;
        position: absolute;
        background-size: 100%;
        top: 10px;
        right: -1px;
        display: block;
        padding: 0;
        z-index: 1;
    }
    .oppo-findx9-popshop .shopLogo img{
        max-width:100px;
        width: auto;
        height:auto;
        position: relative;
        padding:0;
        background:none;
    }
    .oppo-findx9-popshop .jaymart img {
        width: 69px;
        height: auto;
        top: -5px;
        left: 15px;
        padding:0;
        background:none;
    }
    .oppo-findx9-popshop .lazada img {
        width: auto;
        height: 19px;
        top: -5px;
        left: -7px;
        padding:0;
        background:none;
    }



    .block-popshop a.btn-shop.shp{background: #f53d2d;}
    .block-popshop a.btn-shop.lzd{background: #0e1176;}
    .block-popshop a.btn-shop{
        width:80px;
    }  
    .block-popshop a.btn-shop img{
        width: 25px;
        height: auto;
        left: auto;
        top: auto;
        margin-right: 5px;
        margin-left: 0px;
        position: relative;
        vertical-align: bottom;
        max-width: 25px;
        max-height: 25px;
        display: inline-block;
    }



    
    
	.color-white{
        color:white !important;
    }
    .color-red{
        color:red !important;
    }
    .color-black{
        color:black !important;
    }
    .color-gray{
        color:#9d9d9d !important;
    }


	/* dark popshop */
    .popshop-dark .head-popshop h3 a, .popshop-dark .block-popshop h5 a{
        color: #fff;
    }
    .popshop-dark .block-popshop{
        border: 1px solid #130c03;
        background: #2b2a2a;
    }
    .popshop-dark .popshop-promotion ul{
        color: #b7b7b7;
    }
    .popshop-dark .popshop-promotion{
        background: #2b2a2a;
    }
    .popshop-dark .popshop-promotion p{
        font-weight:300;
    }
    .popshop-dark .block-popshop .accordion {
        color: #b7b7b7;
        background-image:url(https://www.siamphone.com/images/arrow_down_wh.png);
    }
    .popshop-dark .block-popshop .panel{
        background-color:transparent;
    }
	

.spec-capacity{
	font-family:"";
	font-size: 12px;
	padding-left: 10px;
}
.spec-capacity font{
	border: 1px solid #000;
	border-radius: 20px;
	padding: 0 8px;
	background: #fff;
	margin:6px 0 5px -2px;
	font-size: 12px;
	display: inline-block;
	font-family:'Kanit';
	font-weight: 500;
}

.productColor{
	position: absolute;
	right: 10px;
	width: 70px;
	top: 0px;
	height: 15px;
	text-align: center;
	overflow: hidden;
	
	display:none;
}
.productColorItem{
	width: 13px;
	height: 13px;
	background-color: #eee;
	border-radius: 30px;
	display: inline-block;
	margin: 0;
	box-shadow:inset 0 2px 1.5px rgba(0,0,0,.1);
}
.productColorItem a{
	color:transparent !important;
	display: block;
	height: 15px;
}
.subName{font-family:'Kanit';}
.subName strong{color:#c00;}