.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: 50%;
	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: 70px;
	text-indent: 10px;
}
.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: 50px;
	overflow: hidden;
 	border: 1px solid #000; 
	width:99.5%;
}
.block-popshop:nth-child(2n-1){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: 25px;
	height: 26px;
	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: 5px 0 5px;
    margin: 0 0 10px;
}
.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 10px 0;
    font-size: 10px;
    text-align: center;
    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 li:nth-last-child(-n+2){
	list-style-type: square;
}
.popshop-promotion .content {
	font-size: 14px;
	font-family: 'Kanit';
	display:none;
	padding:0 0 5px 0;
}

.vivo-popshop{
	width: 94%;
	margin: 0 auto 20px;
	padding: 3% 3% 1%;
	background:  url(//www.siamphone.com/images/pop-shop/vivo-v20-pro/head.jpg)  no-repeat right top, linear-gradient(135deg, #f8fbff 40%,#afc4e1 82%,#eaf1fb 99%);
	border-radius: 8px 8px;
	position:relative;
}

/* Mi 10T Pro */
.mi10tpro-popshop{
	width: 94%;
	margin: 0 auto 20px;
	padding: 3% 3% 1%;
	border-radius: 8px 8px;
	position:relative;
	background:  url(//www.siamphone.com/images/pop-shop/mi10tpro/head.png)  no-repeat right top, linear-gradient(-135deg, #e5e7e8 40%,#f1f1f1 82%,#f1f1f1 99%);
	background-size: 92% auto, cover;
}
.mi10tpro-popshop .head-popshop {
	height:64px;
}
.mi10tpro-popshop .block-popshop .red {
    color: #c00;
    font-weight: 500;
    font-size: 0.8rem;
}

.ninnin .col-3{ 
	position:relative;
}
.ninnin .col-3:after{
	content: "";
	background: url(//www.siamphone.com/images/pop-shop/mi10tpro/ninnin2.png) no-repeat;
	width: 90px;
	height: 55px;
	position: absolute;
	background-size: 85px;
	left: -8px;
	top: 40px;
	background-image: url(//www.siamphone.com/images/pop-shop/mi10tpro/Nintendo-switch-v2-6.png);
	background-position: 0;
}
.colorred{color:#c00;}

/* Poco Popshop */
.poco-popshop{
	background:  url(//www.siamphone.com/images/pop-shop/poco-x3-nfc/head.jpg)  no-repeat right top, linear-gradient(135deg, #222223 40%,#000000 82%,#222223 99%);
	border-radius: 8px 8px;
	position:relative;
	width: 94%;
	margin: 0 auto 20px;
	padding: 3% 3% 1%;
}
.poco-popshop .head-popshop {
	height:90px;
}
.poco-popshop .head-popshop h3 a{
	color: #fcc800;
}
.head-popshop h3 a:hover{text-decoration:underline;}
.poco-popshop .block-popshop .col-9 {
	padding-left: 7px;
}
.block-popshop h5 span{
	font-size: 0.8rem;
}
.poco-popshop .block-popshop h5{
	font-size:0.9rem;
}

.poco-popshop .block-popshop img {
	height: 100px;
}
.poco-popshop .price font {
    color: #fff;
    font-weight: 400;
    background: rgb(28 28 28 / 0.60);
    line-height: 21px;
    display: inline-block;
    text-indent: 0;
    padding: 0 10px 0 0;
    border-radius: 3px;
}
.poco-popshop .block-popshop h5 a{
    font-size: 0.9rem;
}
.poco-popshop .popshop-promotion li{
	color:#ddd;
}
.itemPrice {
    font-weight: 600 !important;
	font-size: 18px !important;
    color: #cc0000;
    line-height: 1;
	font-family:"Kanit";
}

/* ASUS Rog Phone 3 */
.rog-phone3-popshop{
	background:  url(//www.siamphone.com/images/pop-shop/asus_rog_phone3/head.png)  no-repeat right top, linear-gradient(135deg, #04060f 40%,#050712 82%,#000 99%);
	padding: 3% 3% 3%;
	width: 94%;
	margin: 0 auto 20px;
	border-radius: 8px 8px;
	position:relative;
}
.rog-phone3-popshop .head-popshop .price span {
	color: #ff2020;
	background: rgb(0 0 0 / 65%);
	padding: 0 5px;
	margin-right: 10px;
	border-radius: 3px;
}
.rog-phone3-popshop .head-popshop h3{
    font-size: 18px;
    line-height: 24px;
    text-indent: 0;
    margin-top: 10px;
}
.rog-phone3-popshop .head-popshop .price font{ background: #0f3bba;color:#fff;}
.rog-phone3-popshop .popshop-promotion img{max-height:100px;}

/* Samsung Galaxy S20 FE */
.galaxy-s20-fe-popshop{
	background: url(//www.siamphone.com/images/pop-shop/galaxy-s20-fe/head.png) no-repeat right top, linear-gradient(135deg, #fafafa 40%,#f4f4f4 82%,#e3e2e3 99%);
	padding: 3% 3% 0;
	box-shadow: 0 0 1px #000;
	width: 93%;
	margin: 0 auto 20px;
	border-radius: 8px 8px;		
	position:relative;
}
.galaxy-s20-fe-popshop .head-popshop{text-indent:0;}
.galaxy-s20-fe-popshop .block-popshop h5{
	font-size:0.9rem;
	margin: 0;
}
.galaxy-s20-fe-popshop .logoPartner img{
	max-height: 30px;
    max-width: 70px;
    margin-left: 0;
}
.galaxy-s20-fe-popshop .popshop-promotion img{
	max-height: 100px;
}
.galaxy-s20-fe-popshop .head-popshop h3{
	padding: 5px 0 0 10px;
    line-height: 1.7rem;
}
.galaxy-s20-fe-popshop .block-popshop h5 a{
    font-size: 0.9rem;
}
.galaxy-s20-fe-popshop .block-popshop a img{
	top:0;
}
.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;
}
.fe_128 .col-3, .fe_256 .col-3{ 
	position:relative;
}
.fe_128 .col-3:after, .fe_256 .col-3:after{
	content: "";
	width: 50px;
	height: 50px;
	position: absolute;
	left: 30px;
	top: 28px;
	background: url(https://www.siamphone.com/images/pop-shop/galaxy-s20-fe/galaxy-fit-e.png) no-repeat;
	background-position: 0;
	background-size: 50px;
}
.fe_256 .col-3:after{
	background: url(https://www.siamphone.com/images/pop-shop/galaxy-s20-fe/jbl_clip3.png) no-repeat;
	background-position: 0;
	background-size: 50px;
}
.galaxy-s20-fe-popshop .block-popshop a.btn-shop{
    bottom: 32px;
}

.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: 5px;
}		
.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;}




.tcl-popshop{
width: 94%;
margin: 20px auto 20px;
padding: 5% 3% 5%;
background: linear-gradient(135deg, #f4f4f4 40%,#f4f4f4 82%,#d1d1d1 99%);
border-radius: 8px 8px;

position:relative;
}
.tcl-popshop .head-popshop {font-family:"Kanit";position:relative;}
.tcl-popshop .head-popshop h3 a{font-family:"Kanit";}
.tcl-popshop .head-popshop .price{margin-bottom:10px;}
.tcl-popshop .head-popshop{height:auto;text-align:center;}
.tcl-popshop .head-popshop img{
	border-radius:8px;
	margin: 0 auto;
	width: 265px;
	display: block;
}
.btn-shop-center{
	background: #c00;
	color: #fff !important;
	width: 95px;
	border-radius: 40px;
	display: block;
	text-align: center;
	height: 35px;
	font-size: 18px;
	font-weight: 500;
	line-height: 36px;
	font-family: 'Kanit';
	margin: 10px auto 0;
	text-indent: 0;
}
.tcl-popshop .popshop-promotion p{
	font-size: 14px;
	display: block;
	font-weight: 700;
	color: #1b1b1b;
	text-indent: 5px;
	text-align: center;
	border-radius: 30px;
	margin: 0 0;
	padding: 10px 0 15px;
}
.tcl-popshop .jd-sale{		
	background: #fff url(https://www.siamphone.com/images/pop-shop/tcl-tv/jd_1111.png) no-repeat;
	width: 50px;
	height: 73px;
	position: absolute;
	top: 45px;
	left: 0px;
	background-size: 50px;
	border-radius: 6px;
}
.tcl-popshop .popshop-promotion img{
	border-radius: 100px;
	margin-left: 15px;
	margin-top: 5px;	
}
.tcl-popshop .warning{text-align:center;}


.fullNameTV{font-size:12px;font-weight:600;}
.tcl-popshop .popshop-promotion ul{ padding:0 10px 0 30px;}
.tcl-popshop p.price font{
	font-size: 12px;
	font-weight: 400;
	color: #8e8e8e;
	position: relative;
	padding-left: 5px;
	display:inline;
}
.tcl-popshop p.price font: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;
}
						
						
						
						
/* Huawei P40 */
 .huawei-p40-popshop{
		width: 94%;
		margin: 20px auto 20px;
		border-radius: 8px 8px;
		
		position:relative;
		background: url(https://www.siamphone.com/images/pop-shop/huawei_p40/head.png) no-repeat right top, linear-gradient(135deg, #f6f4f5 40%,#f6f4f5 82%,#e0e1e1 99%);
		padding: 3% 3% ;
		box-shadow: 0 0 1px #000;
	}
	.huawei-p40-popshop .head-popshop{text-indent:0;}
	.huawei-p40-popshop .head-popshop h3{
		padding-left:0;
		font-size: 1.8rem;
		margin-bottom: 5px;
	}
	.huawei-p40-popshop .block-popshop h5{
		font-size:0.9rem;
		margin: 0;
	}
	.huawei-p40-popshop .block-popshop img{
		width:100px;
		height:auto;
	}
	
	.huawei-p40-popshop  .block-popshop a.btn-shop{
		top:10px;
	}
	.huawei-p40-popshop .popshop-promotion ul{ padding: 0 10px 0 30px;}
	.huawei-p40-popshop .head-popshop .price font{background:transparent;color:#000;display:inline;margin-left:10px;}




.mi-watchlite-popshop{
	background: url(//www.siamphone.com/images/pop-shop/mi-watch/head.png) no-repeat right top,linear-gradient(-150deg, #9db0c1 40%, #ead7c9 26%, #eacec9 100%);

	width: 94%;
	margin: 20px auto 20px;
	padding: 3% 3% 1%;
	border-radius: 8px 8px;
	
	position:relative;
}
.mi-watchlite-popshop .popshop-promotion {
	text-align: center;
	background: #fff;
	border-radius: 13px;
	padding-bottom: 10px;
}
.mi-watchlite-popshop .popshop-promotion .row{
	margin-left:0;
}


/*redmi note 9T */
.redmi-9t-popshop{
	background: url(https://www.siamphone.com/images/pop-shop/redmi-note9T/head.png) no-repeat right top, linear-gradient(135deg, #fafafa 40%,#f4f4f4 82%,#e3e2e3 99%);
	padding: 3% 3% 0;
	width:94%;
	margin: 20px auto 20px;
	border-radius: 8px 8px;
	position:relative;		
}
.redmi-9t-popshop .head-popshop{text-indent:0;height:90px;}
.redmi-9t-popshop .head-popshop h3{padding-left:0;margin-top:20px;}
.redmi-9t-popshop .head-popshop p{font-size:12px;padding-left:0;margin-top:15px;}
.redmi-9t-popshop .block-popshop h5{
	font-size:1.05rem;
	margin: 0;
	font-weight:600;
}
.redmi-9t-popshop .block-popshop img {
	max-height: 80px;
    max-width: 80px;
    position: absolute;
    left: 10px;
    top: 10px;
    height: auto;
}
.redmi-9t-popshop .warning { margin: 10px 0 0 0;font-family: 'Kanit';font-weight: 300;}
.redmi-9t-popshop .popshop-promotion img{
	max-height: 65px;
}
.redmi-9t-popshop .bottom-link{padding:5px 0 10px;}
.redmi-9t-popshop .itemPrice span{display:block;padding-left: 0;}
.redmi-9t-popshop .itemPrice span:before{right:auto;left:0;}





	/* Galaxy S21 */
	.galaxy-s21-popshop{
		background: url(https://www.siamphone.com/images/pop-shop/galaxy_s21/head.png)no-repeat right top, linear-gradient(135deg, #f6f4f5 40%,#f6f4f5 82%,#e0e1e1 99%);
		padding: 3% 3% 0;
		box-shadow: 0 0 1px #000;		
		width:94%;
		margin: 20px auto 20px;
		border-radius: 8px 8px;
		position:relative;		
	}
	.galaxy-s21-popshop .head-popshop{text-indent:0;height:86px;}
	.galaxy-s21-popshop .head-popshop h3{
		padding-left:15px;
		margin-bottom: 5px;
		line-height:1.7rem;
	}
	.galaxy-s21-popshop .price{
		font-size: 0.85rem;
		font-weight: 600;
		font-family: 'Roboto';
		text-indent: 17px;
		line-height: 14px;
		color: #1428A0;
		margin-top: 5px;
		margin-bottom: 0;
	}
	.block-popshop h5 a{
		font-size: 0.85rem;
		font-weight: 500;
	}
	.galaxy-s21-popshop .block-popshop h5 {
		font-size: 0.9rem;
		margin: 0;
	}
	.galaxy-s21-popshop .block-popshop img{
		width:70px;
		height:auto;
		top:10px;
	}
	.galaxy-s21-popshop .popshop-promotion ul{
		font-size:11px;
	}
	.galaxy-s21-popshop .popshop-promotion img {
		width: auto;
		max-height: 93px;
		max-width: 70px;
		margin-left: 10px;
		height: auto;
	}
	.galaxy-s21-popshop .block-popshop a.btn-shop{
		top:35px;
	}
	.galaxy-s21-popshop .block-popshop h5{
		font-size:0.9rem;
		margin: 0;
	}
	.galaxy-s21-popshop  .popshop-promotion ul{ padding: 0 10px 0 30px;}
	
	.galaxy-s21-popshop .violet{background:linear-gradient(#B0B1D5,#8483A3);}
	.galaxy-s21-popshop .grey{background:linear-gradient(#6c6c6c,#242424);}
	.galaxy-s21-popshop .pink{background:linear-gradient(#FBE2DD,#E6B7B1);}
	.galaxy-s21-popshop .black{background:linear-gradient(#6a6a6a,#000);}
	.galaxy-s21-popshop .silver{background:linear-gradient(#F6F6F6,#ADBFD3);}
	.galaxy-s21-popshop .silverPro{background:linear-gradient(#9B9693,#4D4749);}
	
	
	
	
	/* reno 5*/
	.reno5-popshop{
		background: url(//www.siamphone.com/images/pop-shop/oppo-reno5/head.png)no-repeat right top, linear-gradient(-165deg, #e1e2ff 40%,#cbdefa 60%,#f9fcfe 72%,#e7e7e7 99%);
		width: 94%;
		margin: 20px auto 20px;
		padding: 3% 3% 3%;
		border-radius: 8px 8px;
		position:relative;
	}
	.reno5-popshop .block-popshop , .reno5-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;
		transition:0.2s all;
	}
	.reno5-popshop .head-popshop h3{
		padding-top:20px;
	}
	.reno5-popshop .head-popshop strong{
		font-size: 0.85rem;
		font-weight: 600;
		font-family: 'Roboto';
		text-indent: 17px;
		line-height: 14px;
		color: #615c95;
		margin-top: 5px;
		margin-bottom: 0;
	}
	.reno5-popshop .block-popshop .col-3 img{
		height: 100px;	
	}
	
	.reno5-popshop .sub-promotion-gift img{
		width:100%;
		position:relative;
		max-height: 250px;
		max-width: 300px;
		margin-bottom:5px;
	}
	.reno5-popshop .popshop-promotion {
		padding: 5px 10px 5px;
		margin: 15px 0 10px;
	}
	.reno5-popshop .popshop-promotion ul{
		text-align: left;
		font-size: 12px;
		margin:0;
		padding: 0 15px 0 40px;
	}
	.reno5-popshop .block-popshop:hover{
		background: #fff;
		box-shadow: 0 3px 5px 0 rgb(74 76 117 / 37%);
	}
	
	
	
	
	/* vivo y31 */
	.vivo-y31-popshop{
		background: url(https://www.siamphone.com/images/pop-shop/vivo-y31/head.png)no-repeat right top, linear-gradient(165deg, #ffffff 40%,#ffedc7 60%,#f9fcfe 72%,#e7e7e7 99%);
		width: 92%;
		margin: 20px auto 20px;
		padding: 3% 3% 3%;
		border-radius: 8px 8px;
		position:relative;
		box-shadow: 0 1px 4px 0 rgb(31 38 135 / 37%);
		backdrop-filter: blur( 4px );
	}
	.vivo-y31-popshop .ramrom strong{
		font-weight: 500;
		font-family: 'Roboto';
		font-size: 14px;
	}
	.vivo-y31-popshop .block-popshop , .vivo-y31-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-y31-popshop .block-popshop h5{
		font-size:0.85rem;
	}
	.vivo-y31-popshop .block-popshop .col-3 img{
		height: 120px;	
	}
	
	.vivo-y31-popshop .popshop-promotion img{
		max-width:250px;
		max-height:200px;
		width:auto;
		height:auto;
		margin:0 0 15px 15px;
	}
	.vivo-y31-popshop .block-popshop:nth-child(n-1){margin: 15px 0;}






.mi11-popshop{
		background: url(https://www.siamphone.com/images/pop-shop/mi11/head.png)  no-repeat top, bottom, linear-gradient(105deg, #e2e8ee 5%,#fbfbfb 50%,#eef1ef 90%);
		width: 92%;
		margin: 20px auto 20px;
		padding: 3% 3% 3%;
		border-radius: 8px 8px;
		position:relative;
	}
	.mi11-popshop .block-popshop{
		height:70px;
	}
	.mi11-popshop .head-popshop{text-indent:0;}
	.mi11-popshop .head-popshop h3{padding-left:0;}
	.mi11-popshop .block-popshop h5{
		font-size:1.05rem;
		margin: 0;
		font-weight:600;
	}
	.mi11-popshop .warning { margin: 10px 0 0 0;}
	.mi11-popshop .popshop-promotion img{
		max-height: 75px;
		max-width: 145px;
		border-radius: 8px;
		height: auto;
	    margin: 0 auto 10px;
		display: block;
	}	
	.mi11-popshop .bottom-link{padding:5px 0 10px;}
	.mi11-popshop .head-popshop p{font-size:12px;padding-left:0;font-family:'Kanit';}
	.giveaway{
		margin: 0;
		display: block;
		position: relative;
		padding: 8px 0 2px 0;
	}
	.giveaway strong{
		font-size: 15px;
		font-family: 'Roboto';
	}
	.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;

	}
	
	



.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;}
