.c-green {
	color: #02A951 !important;
}
.theme-c2c .sc-promotions {
	background-color: #EDF8F5;
	padding-bottom: 60px;
}
.theme-c2c .sc-promotions .sc-headline {
	margin-bottom: 40px;
}

.theme-c2c .sc-promotions .promotion small.sm-desc {
	font-size: 14px;
	color: #999;
	margin-bottom: 20px;
	display: inline-block;
}

@media screen and (max-width: 768px) {
	
}

.theme-c2c .sc-promotions .sc-inner {
	padding-bottom: 0;
}

.theme-c2c .sc-promotions .sc-content {
	position: relative;
}

.theme-c2c .sc-promotions .sc-content .promotion-list .promotion {
	position: relative;
	padding: 20px 0;
	display: flex;
	align-items: center;
	justify-content: center;
}

.theme-c2c .sc-promotions .sc-content .promotion-list .promotion img {
	width: 52%;
	height: 100%;
	max-width: 570px;
	max-height: 342px;
	
	position: relative;
	
	border-radius: 10px;
	-webkit-box-shadow: 0px 8px 30px 0px rgba(0,0,0,0.35); 
	box-shadow: 0px 8px 30px 0px rgba(0,0,0,0.35);
	z-index: 20;
}

.theme-c2c .sc-promotions .sc-content .promotion-list .promotion .content {
	width: 52%;
	height: 100%;
	margin-left: -40px;
	display: flex;
	flex-direction: column;
	padding: 50px 50px 50px 80px;
	background: white;
	border-top: solid 5px #00F3B7;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	-webkit-box-shadow: 0px 8px 30px 0px rgba(0,0,0,0.06); 
	box-shadow: 0px 8px 30px 0px rgba(0,0,0,0.06);
	z-index: 10;
	min-height: 380px;
}

.theme-c2c .sc-promotions .sc-content .promotion-list .promotion .content h3 {
	font-size: 28px;
	line-height: 1.3;
}

.theme-c2c .sc-promotions .sc-content .promotion-list .promotion .content h3 small {
	font-size: 14px;
	font-weight: normal;
	color: #BBBBBB;
}

.theme-c2c .sc-promotions .sc-content .promotion-list .promotion .content h3 .sub {
	font-size: 18px;  
	color: #30A485;
}

.theme-c2c .sc-promotions .sc-content .promotion-list .promotion .content p {
	font-family: "Kanit", sans-serif;
	font-size: 18px;
	font-weight: normal;
	color: #666;
	margin-top: 20px;
}

.theme-c2c .sc-promotions .sc-content .promotion-list .promotion .content .action {
	margin-top: auto;
}

.theme-c2c .sc-promotions .sc-content .promotion-list .promotion .content .action .btn {
	font-weight: 600;
	font-size: 20px;
	background: #00D4AF;
	
	-webkit-box-shadow: 0 1px 10px 1px rgba(0, 0, 0, 0.2);
	-o-box-shadow: 0 1px 10px 1px rgba(0, 0, 0, 0.2);
	box-shadow: 0 1px 10px 1px rgba(0, 0, 0, 0.2);
}

.theme-c2c .sc-promotions .sc-content .promotion-list .promotion .content .action .btn:hover {
	background: #29D6B6;
}

.theme-c2c .sc-promotions .sc-content .promotion-list .promotion .content .action .btn:after {
	content: '\e940';
	font-family: 'icokbank';
	margin-left: 7px;
	vertical-align: middle;
	display: inline-block;
	margin-bottom: 2px;
	font-size: 24px;
}

.theme-c2c .sc-promotions .sc-content .promotion-list .slick-list {
	overflow-x: visible;
	overflow-y: visible;
}

.theme-c2c .sc-promotions .sc-content .promotion-list .promotion h3,
.theme-c2c .sc-promotions .sc-content .promotion-list .promotion h3 small,
.theme-c2c .sc-promotions .sc-content .promotion-list .promotion p {
	transform: translateY(40px);
	transition: 400ms;
	opacity: 0;
}

.theme-c2c .sc-promotions .sc-content .promotion-list .promotion.promotion-active h3,
.theme-c2c .sc-promotions .sc-content .promotion-list .promotion.promotion-active h3 small,
.theme-c2c .sc-promotions .sc-content .promotion-list .promotion.promotion-active p {
	transform:  translateY(0);
	opacity: 1;
}

.theme-c2c .sc-promotions .sc-content .promotion-list .promotion .action {
	transform: translateY(-40px);
	transition: 400ms;
	opacity: 0;
}

.theme-c2c .sc-promotions .sc-content .promotion-list .promotion.promotion-active .action {
	transform:  translateY(0);
	opacity: 1;
}

.theme-c2c .sc-promotions #promotions-thumb {
	margin-top: 40px;
	padding: 0 50px 30px 50px;
}

.theme-c2c .sc-promotions #promotions-thumb.fit-container {
	padding: 0;
}

.theme-c2c .sc-promotions #promotions-thumb .promotion {
	position: relative;
	overflow-x: hidden;
	overflow-y: hidden;
	
	margin: 0 8px;
	
	border-radius: 10px;
	border-style: solid;
	border-width: 3px;
	border-color: transparent;
	
	transition: all 300ms ease;
}

.theme-c2c .sc-promotions #promotions-thumb.fit-container .promotion:first-child {
	margin-left: 0;
}

.theme-c2c .sc-promotions #promotions-thumb.fit-container .promotion:last-child {
	margin-right: 0;
}

.theme-c2c .sc-promotions #promotions-thumb .promotion.active {
	border-color: #42D6B6;
	border-radius: 10px;
	overflow-x: hidden;
	overflow-y: hidden;
	
	-moz-transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-o-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}

.theme-c2c .sc-promotions #promotions-thumb .promotion img {
	width: 100%;
}

.theme-c2c .sc-promotions #promotions-thumb .promotion:not(.active):hover {
	cursor: pointer;
}

.theme-c2c .sc-promotions #promotions-thumb .promotion:not(.active):hover img {
	-moz-transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-o-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}

.theme-c2c .sc-promotions #promotions-thumb .slick-list {
	overflow-x: hidden;
	overflow-y: visible;
	padding: 14px 10px;
}

.theme-c2c .sc-promotions #promotions-thumb .slick-list .slick-track {
	margin: auto;
}

.theme-c2c .sc-promotions #promotions-thumb .slick-slide.slick-active {
	opacity: 1;
}

.theme-c2c .sc-promotions #promotions-thumb .slick-slide:not(.slick-active) {
	opacity: 0.5;
}

.theme-c2c .sc-promotions #promotions-thumb .slick-arrow {
	top: calc(50% - 15px);
}

.theme-c2c .sc-promotions #promotions-thumb .slick-prev:hover,
.theme-c2c .sc-promotions #promotions-thumb .slick-next:hover {
	color: #333333;
}

.theme-c2c .sc-promotions #promotions-thumb .slick-prev.slick-disabled,
.theme-c2c .sc-promotions #promotions-thumb .slick-next.slick-disabled {
	opacity: 0.5;
}

.theme-c2c .sc-promotions #promotions-thumb .slick-dots {
	left: 0;
}


.promotion-popup .w-normal {
	font-weight: normal !important;
}

.promotion-popup .mfp-content {
	font-weight: 300;
	
	width: 100%;
	max-width: 1170px;
	
	margin: 50px 0;
}

.promotion-popup .mfp-content .mfp-close {
	display: block;
	width: 30px;
	height: 30px;
	line-height: 30px;
	border-radius: 50%;
	background: #00A850;
	color: #fff;
	text-align: center;
	position: absolute;
	top: -15px !important;
	right: -15px !important;
	z-index: 20;
	opacity: 1;
}

.promotion-popup .mfp-content .mfp-close:after {
	font-size: 12px;
	font-weight: bold;
}

.promotion-popup .mfp-content .container,
.promotion-popup .mfp-content .container-md {
	position: relative;
	padding: 0;
}

.promotion-popup .mfp-content .promotion-header {
	position: relative;
	padding: 40px 0;
}

.promotion-popup .mfp-content .promotion-header:before {
	content: "";
	position: absolute;
	z-index: 10;
	
	left: 0;
	top: 0;
	width: 100%;
	height: 340px;
	
	background: #F0F8F6;
	border-bottom: solid 5px #42D6B6;
}

.promotion-popup .mfp-content .promotion-header .sc-container {
	display: flex;
	flex-direction: row;
	align-items: flex-start;
	
	position: relative;
	z-index: 20;
}

.promotion-popup .mfp-content .promotion-header img {
	width: 100%;
	max-width: 470px;
	min-width: 470px;
	
	height: auto;
	
	-webkit-box-shadow: 0px 8px 30px 0px rgba(0,0,0,0.35); 
	box-shadow: 0px 8px 30px 0px rgba(0,0,0,0.35);
}

.promotion-popup .mfp-content .promotion-header .content {
	padding: 0 0 0 50px;
}

.promotion-popup .mfp-content .promotion-header .content h3 {
	font-family: "notosans_thai", sans-serif;
	font-size: 24px;
	font-weight: bold;
	line-height: 1.2;
	
	color: #333333;
	
	margin: 0;
	padding-top: 5px;
}

.promotion-popup .mfp-content .promotion-header .content h3 small {
	font-family: "notosans_thai", sans-serif;
	font-size: 14px;
	font-weight: normal;
	line-height: 32px;
	color: #999999;
}

.promotion-popup .mfp-content .promotion-header .content p {
	font-family: "notosans_thai", sans-serif;
	font-size: 16px;
	color: #555555;
	
	margin: 20px 0;
}

.promotion-popup .mfp-content .promotion-header .content .action .btn {
	display: block;
	width: 100%;
	max-width: 135px;
	padding: 15px 50px;
	
	border: none;
	border-radius: 30px;
	
	color: white;
	background: #6DCE19;
	
	font-family: "notosans_thai", sans-serif;
	font-weight: bold;
	font-size: 16px;
	
	text-decoration: none;
	text-align: center;
	transition: 300ms;
	outline: none;
	box-sizing: initial;
}

.promotion-popup .mfp-content .promotion-header .content .action .btn:hover {
	cursor: pointer;
	
	-webkit-box-shadow: 0 1px 10px 1px rgba(0, 0, 0, 0.2);
	-o-box-shadow: 0 1px 10px 1px rgba(0, 0, 0, 0.2);
	box-shadow: 0 1px 10px 1px rgba(0, 0, 0, 0.2);
	
	background-color: #007436;
}

.promotion-popup .mfp-content .promotion-content {
	padding: 0 0 50px 0;
	font-family: "notosans_thai", sans-serif;
	font-size: 16px;
	line-height: 24px;
}

.promotion-popup .mfp-content .promotion-content.py-40 {
	padding: 40px 0;
}

.promotion-popup .mfp-container {
	height: auto;
}

.promotion-popup h4 {
	font-size: 22px;
	font-weight: bold;
	line-height: 1.5;
	color: #333333;
	margin: 15px 0;
}

.promotion-popup h4.text-24 {
	font-size: 24px;
	margin-top: 0;
	margin-bottom: 0;
}

.promotion-popup h5 {
	font-size: 18px;
	color: #333333;
	margin: 0 0 30px 0;
}

.promotion-popup .hr {
	margin: 20px 0;
	width: 100%;
	height: 1px;
	background: #E2E2E2;
}

.promotion-popup a.link {
	color: #6DCE19;
}

.promotion-popup .promotion-content p {  
	font-size: 16px;
	color: #555555;
	margin-top: 0;
	margin-bottom: 5px;
}

.promotion-popup .promotion-content p.text-promote {
	margin-bottom: 15px;
}

.promotion-popup .promotion-content p.text-header {
	font-family: Helvetica, Arial, sans-serif;
	margin-top: 30px;
}

.promotion-popup .promotion-content .remark p {
	font-family: 'kanit', Helvetica, Arial, sans-serif;
	font-size: 14px;  
	margin-bottom: 0;
}

.promotion-popup ul li,
.promotion-popup ol li {  
	font-size: 16px;
	color: #666666;
	line-height: 1.5;
}

.promotion-popup ul.remark  li,
.promotion-popup ol.remark li {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 14px;
	line-height: 1.5;
	color: #666666;
}

.promotion-popup .remark ul  li,
.promotion-popup .remark ol li {
	font-family: 'Kanit', Helvetica, Arial, sans-serif;
	font-size: 14px;
	line-height: 1.5;
	color: #666666;
}

.promotion-popup ul,
.promotion-popup ol {
	margin-top: 5px;
	margin-bottom: 0;
	padding-left: 17px;
}

.promotion-popup ol li > ul,
.promotion-popup ul li > ul {
	margin: 0;
	list-style-type: disc;
}

.promotion-popup ul.dashed {
	list-style: none;
	margin-left: 0;
	padding-left: 1em;
}

.promotion-popup ul.dashed > li:before {
	display: inline-block;
	content: "-";
	width: 1em;
	margin-left: -1em;
}

.promotion-popup .link {
	font-weight: bold;
	font-size: 14px;
	color: #6DCE19;
	cursor: pointer;
	text-decoration: none;
}

.promotion-popup .link .ic {
	font-size: 12px;
	color: inherit;
	vertical-align: baseline;
}

.promotion-popup .sc-container > .compn-overflow,
.promotion-popup .sc-container > ul,
.promotion-popup .sc-container > ol {
	margin-bottom: 30px;
}

.promotion-popup .table {
	border-collapse: separate;
}

.promotion-popup .table tr {
	border-bottom: none;
}

.promotion-popup .table thead tr th,
.promotion-popup .table tbody tr td {
	font-size: 16px;
}

.promotion-popup .table thead tr th small {
	font-size: 14px;
}

.promotion-popup .table tbody tr td {
	color: #30A283;
}

.promotion-popup .compn-overflow .compn-overflow-wrapper .compn {
	min-width: 1030px;
}

.promotion-popup .table#popup_1_table_1 tbody tr td {
	padding: 10px 5px;
}

.promotion-popup .table#popup_1_table_1 tbody tr td:first-child {
	border-left: 1px solid rgba(230, 230, 230, 0.7);
}

.promotion-popup .table#popup_1_table_1 tbody tr td:last-child {
	border-right: 1px solid rgba(230, 230, 230, 0.7);
}

.promotion-popup .table#popup_1_table_1 thead tr:first-child th:first-child {
	border-top-left-radius: 10px;
}

.promotion-popup .table#popup_1_table_1 thead tr:first-child th:last-child {
	border-top-right-radius: 10px;
}

.promotion-popup .table#popup_1_table_1 tbody tr:last-child td:first-child {
	border-bottom-left-radius: 10px;
}

.promotion-popup .table#popup_1_table_1 tbody tr:last-child td:last-child {
	border-bottom-right-radius: 10px;
}

.promotion-popup .table#popup_1_table_1 thead tr:first-child th:not(:first-child),
.promotion-popup .table#popup_1_table_1 tbody tr td {
	border-bottom: 1px solid rgba(230, 230, 230, 0.7);
}

.promotion-popup .table#popup_1_table_1 tbody tr:first-child td:nth-child(2) {
	color: #6DCE19;
}

.promotion-popup .compn-overflow .compn-overflow-wrapper #popup_1_table_2 {
	min-width: inherit;
}

.promotion-popup .table#popup_1_table_2 thead tr th,
.promotion-popup .table#popup_1_table_2 tbody tr td {
	white-space: nowrap;
}
.promotion-popup .table#popup_1_table_2 tbody tr td:first-child {
	border-left: 1px solid rgba(230, 230, 230, 0.7);
	
	text-align: left;
	padding-left: 10%;
}

.promotion-popup .table#popup_1_table_2 tbody tr td:first-child .c-new {
	color: #b70404;
}

.promotion-popup .table#popup_1_table_2 tbody tr td:last-child {
	border-right: 1px solid rgba(230, 230, 230, 0.7);
}

.promotion-popup .table#popup_1_table_2 thead tr:first-child th:first-child {
	border-top-left-radius: 10px;
}

.promotion-popup .table#popup_1_table_2 thead tr:first-child th:last-child {
	border-top-right-radius: 10px;
}

.promotion-popup .table#popup_1_table_2 tbody tr:last-child td:first-child {
	border-bottom-left-radius: 10px;
}

.promotion-popup .table#popup_1_table_2 tbody tr:last-child td:last-child {
	border-bottom-right-radius: 10px;
}

.promotion-popup .table#popup_1_table_2 thead tr:first-child th:not(:first-child),
.promotion-popup .table#popup_1_table_2 tbody tr td {
	border-bottom: 1px solid rgba(230, 230, 230, 0.7);
}

.promotion-popup #sc-promotions-popup-5 .compn-overflow .compn-overflow-wrapper #popup_1_table_5 {
	table-layout: fixed;
	min-width: auto;
}

.promotion-popup #sc-promotions-popup-5 .compn-overflow .compn-overflow-scroll-wrapper {
	display: none;
}

.promotion-popup .table#popup_1_table_5 tbody tr td:first-child {
	border-left: 1px solid rgba(230, 230, 230, 0.7);
}

.promotion-popup .table#popup_1_table_5 tbody tr td:last-child {
	border-right: 1px solid rgba(230, 230, 230, 0.7);
}

.promotion-popup .table#popup_1_table_5 thead tr:first-child th:first-child {
	border-top-left-radius: 10px;
}

.promotion-popup .table#popup_1_table_5 thead tr:first-child th:last-child {
	border-top-right-radius: 10px;
}

.promotion-popup .table#popup_1_table_5 tbody tr:last-child td:first-child {
	border-bottom-left-radius: 10px;
}

.promotion-popup .table#popup_1_table_5 tbody tr:last-child td:last-child {
	border-bottom-right-radius: 10px;
}

.promotion-popup .table#popup_1_table_5 tbody tr td {
	border-bottom: 1px solid rgba(230, 230, 230, 0.7);
	padding-top: 10px;
	padding-bottom: 10px;
}


.promotion-popup .table-iphone#popup_2_table_iphone {
	font-family: "notosans_thai", sans-serif;
	border-spacing: 0px;
	border: 0.25px solid #D9D9D9;
	border-radius: 10px;
	overflow: hidden;
	text-align: center;
}

.promotion-popup .table-iphone#popup_2_table_iphone thead tr {
	background: linear-gradient(90deg, #30A283 10%, #29D6B6 90%);
}

.promotion-popup .table-iphone#popup_2_table_iphone thead tr th {
	border-left: 0.5px solid #D9D9D9;
	color: #fff;
	padding: 10px;
}

.promotion-popup .table-iphone#popup_2_table_iphone thead tr th:first-child {
	border-left: 0px;
	width: 25%;
}

.promotion-popup .table-iphone#popup_2_table_iphone thead tr th:nth-child(2) {
	width: 15%;
}

.promotion-popup .table-iphone#popup_2_table_iphone thead tr th:nth-child(3) {
	width: 20%;
}

.promotion-popup .table-iphone#popup_2_table_iphone thead tr th:nth-child(4) {
	width: 40%;
}

.promotion-popup .table-iphone#popup_2_table_iphone tbody tr td{
	border-left: 0.5px solid #D9D9D9;
	border-bottom: 0.5px solid #D9D9D9;
	padding: 10px;
	font-weight: bold;
	color: #30A485;
}

.promotion-popup .table-iphone#popup_2_table_iphone tbody tr:nth-child(1) td:first-child{
	border-left: 0px;
	padding: 30px;
}

.promotion-popup .table-iphone#popup_2_table_iphone tbody tr:nth-child(5) td:first-child{
	border-left: 0px;
	padding: 30px;
}

.promotion-popup .table-iphone#popup_2_table_iphone tbody tr:nth-child(5) td{
	border-bottom: 0px;
}

.promotion-popup .table-iphone#popup_2_table_iphone tbody tr:nth-child(8) td{
	border-bottom: 0px;
}

.promotion-popup #sc-promotions-popup-9 .promotion-content .sc-container div:first-child p{
	font-family: "notosans_thai", sans-serif;
	font-size: 16px;
}

.promotion-popup #sc-promotions-popup-9 .promotion-content .sc-container div:nth-child(3) p{
	font-family: "notosans_thai", sans-serif;
	font-size: 16px;
}

.visible-414-767 {
	display: none;
}


.promotion-popup #sc-promotions-popup-10 .promotion-content .sc-container div:first-child p{
	font-family: "notosans_thai", sans-serif;
	font-size: 16px;
}

.promotion-popup #sc-promotions-popup-10 .promotion-content .sc-container div:first-child ul li{
	font-family: "notosans_thai", sans-serif;
	font-size: 16px;
}

.promotion-popup #sc-promotions-popup-10 .promotion-content .sc-container div:nth-child(2) p {
	font-family: "notosans_thai", sans-serif;
	font-size: 16px;
}

.theme-c2c .sc-promotions .sc-content .promotion-list .promotion .content h3 .sec-sub {
	font-size: 16px;
	color: #6CCE29;
}

.promotion-popup .promotion-content .sc-container .text-title {
	margin-top: 1em;
}

.slick-prev.slick-disabled:before, .slick-next.slick-disabled:before {
	opacity: 25%;
}

.sc-calculators .sc-inner {
	padding-bottom: 110px;
}

@media screen and (max-width: 1169px) {
	.theme-c2c .sc-promotions .sc-content .promotion-list .promotion .content {
		padding: 30px 40px 30px 80px;
	}
	.promotion-popup .mfp-content .promotion-header .content .action .btn:hover {
		background-color: #6DCE19 !important;
	}
}

@media screen and (max-width: 1023px) {
	.theme-c2c .sc-promotions .sc-content .promotion-list .promotion .content h3 {
		font-size: 22px;
	}
	
	.theme-c2c .sc-promotions .sc-content .promotion-list .promotion .content h3 small {
		font-size: 12px;
	}
}

@media screen and (max-width: 991px) {
	.theme-c2c .sc-headline {
		margin-bottom: 20px;
	}
	
	.theme-c2c .sc-promotions .sc-content .promotion-list {
		display: flex;
		flex-direction: row;
		align-items: flex-start;
	}
	
	.theme-c2c .sc-promotions .sc-content .promotion-list .promotion:not(:first-child) {
		margin-left: 15px;
	}
	
	.theme-c2c .sc-promotions .sc-content .promotion-list .promotion {
		width: 100%;
		padding-top: 0;
	}
	
	.theme-c2c .sc-promotions .sc-content .promotion-list .promotion img {
		width: 100%;
		max-width: 100%;
		max-height: unset;
		-webkit-box-shadow: none;
		box-shadow: none;
		
		border-bottom-left-radius: 0;
		border-bottom-right-radius: 0;
	}
	
	.theme-c2c .sc-promotions .sc-content .promotion-list .promotion .content {
		position: relative;
		width: 100%;
		padding: 15px;
		margin-left: 0;
		min-height: auto;
	}
	
	.theme-c2c .sc-promotions #promotions-thumb {
		margin-top: 20px;
		padding: 0px 20px 30px 20px;
	}
	
	.theme-c2c .sc-promotions #promotions-thumb.fit-container {
		padding: 0;
	}
	
	.theme-c2c .sc-promotions #promotions-thumb .promotion {
		border: none;
		outline: none;
		
		margin: 0 5px;
	}
	
	.theme-c2c .sc-promotions #promotions-thumb .promotion.active,
	.theme-c2c .sc-promotions #promotions-thumb .promotion:not(.active):hover img {
		border: none;
		
		-moz-transform: scale(1);
		-webkit-transform: scale(1);
		-o-transform: scale(1);
		-ms-transform: scale(1);
		transform: scale(1);
	}
}

@media screen and (max-width: 767px) {
	.theme-c2c .sc-promotions .sc-content .promotion-list {
		display: block;
	}
	
	.theme-c2c .sc-promotions .sc-content .promotion-list .promotion:not(:first-child) {
		margin-left: 0;
	}
	
	.theme-c2c .sc-promotions .sc-content .promotion-list .promotion .content {
		min-height: unset;
	}
	
	.theme-c2c .sc-promotions #promotions-thumb {
		padding: 0px 10px 30px 10px;
	}
	
	.theme-c2c .sc-promotions #promotions-thumb.fit-container {
		padding: 0;
	}
	
	.theme-c2c .sc-promotions .sc-content .promotion-list .promotion .content h3 .sub {
		font-size: 16px;     
	}
	.theme-c2c .sc-promotions .sc-content .promotion-list .promotion {
		display: block;
	}
	.theme-c2c .sc-promotions .sc-content .promotion-list .promotion .content .action .btn {
		width: 100%;
	}
}

@media screen and (max-width: 991px) {
	.theme-c2c .sc-promotions .sc-content .promotion-list .promotion {
		display: block;
	}
	.promotion-popup .table#popup_1_table_1.compn {
		min-width: 1100px;
	}
}

@media screen and (max-width: 991px) {
	.promotion-popup .table#popup_1_table_2 tbody tr td:first-child {
		padding-left: 5%;
	}
}

@media screen and (min-width: 1110px) {
	.promotion-popup .compn-overflow .compn-overflow-scroll-wrapper {
		display: none;
	}
}

@media screen and (max-width: 1199px) {
	.promotion-popup .mfp-container {
		padding: 0 15px;
	}
	
	.promotion-popup .mfp-content .container-md {
		margin: auto;
		padding: 0 15px;
	}
	
	.promotion-popup .mfp-content .promotion-header {
		padding-bottom: 0;
	}
	
	.promotion-popup .mfp-content .promotion-header:before {
		height: 350px;
	}
	
	.promotion-popup .mfp-content .promotion-header img {
		max-width: 70%;
		margin: auto;
	}
	
	.promotion-popup .mfp-content .promotion-header .sc-container {
		flex-direction: column;
	}
	
	.promotion-popup .mfp-content .promotion-header .content {
		padding: 0;
		margin-top: 30px;
		width: 100%;
	}
	
	.promotion-popup .mfp-content .promotion-header .content .action {
		margin: 30px 0;
	}
	
	.promotion-popup .mfp-content .promotion-header .content .action .btn {
		margin: auto;
		width: 100%;
		max-width: 185px;
	}
	
	.promotion-popup .mfp-content .promotion-content {
		padding-top: 0;
	}
	
	.promotion-popup .mfp-content .promotion-content .sc-container > h4:first-child {
		margin-top: 0;
	}
	
	.promotion-popup .mfp-content .mfp-close {
		right: -10px !important;
	}
}

@media screen and (max-width: 991px) {
	.promotion-popup .mfp-content .promotion-header:before {
		height: 300px;
	}
}

@media screen and (max-width: 767px) {
	.promotion-popup .mfp-content .promotion-header:before {
		height: 200px;
	}
	
	.promotion-popup .mfp-content .promotion-header img {
		max-width: 100%;
		min-width: 100%;
	}
	
	.promotion-popup .col:not(:first-child) > ul:first-child {
		margin-top: 0;
	}
	
	.theme-c2c .sc-promotions #promotions-thumb .slick-list {
		overflow-x: visible;    
		padding: 0px;
	}
}

@media screen and (max-width: 370px) {
	.promotion-popup .mfp-content .promotion-header .content .action .btn {
		max-width: 100px;
	}
}

@media screen and (max-width: 414px) {
	.promotion-popup .table#popup_1_table_5 thead tr th,
	.promotion-popup .table#popup_1_table_5 tbody tr td {
		padding-left: 5px;
		padding-right: 5px;
	}
}

@media screen and (min-width: 414px) and (max-width: 767px) {
	.visible-414-767 {
		display: block;
	}
}

@media screen and (min-width: 1024px){
	.promotion-popup .table-iphone#popup_2_table_iphone thead tr th:first-child {
		width: 25%;
	}
	
	.promotion-popup .table-iphone#popup_2_table_iphone thead tr th:nth-child(2) {
		width: 20%;
	}
	
	.promotion-popup .table-iphone#popup_2_table_iphone thead tr th:nth-child(3) {
		width: 20%;
	}
	
	.promotion-popup .table-iphone#popup_2_table_iphone thead tr th:nth-child(4) {
		width: 35%;
	}
	
}


@media screen and (min-width: 426px){
	.promotion-popup #sc-promotions-popup-9 .compn-overflow .compn-overflow-wrapper #popup_2_table_iphone {
		min-width: 100%;
	}
	
	.promotion-popup #sc-promotions-popup-9 .compn-overflow .compn-overflow-scroll-wrapper {
		display: none;
	}
	
	.promotion-popup #sc-promotions-popup-9 .compn-overflow {
		margin-top: 15px;
	}
	
}

@media screen and (max-width: 425px){
	.promotion-popup .table-iphone#popup_2_table_iphone tbody tr:nth-child(1) td:first-child{
		padding: 0px;
	}
	
	.promotion-popup .table-iphone#popup_2_table_iphone thead tr th:first-child {
		border-left: 0px;
		width: 15%;
	}
	
	.promotion-popup .table-iphone#popup_2_table_iphone thead tr th:nth-child(4) {
		width: 35%;
	}
	
	.promotion-popup .table-iphone#popup_2_table_iphone {
		min-width: 800px;
	}
	
	.promotion-popup #sc-promotions-popup-9 .compn-overflow .compn-overflow-wrapper #popup_2_table_iphone {
		width: 60%;
	}
	
	.promotion-popup #sc-promotions-popup-9 .compn-overflow .compn-overflow-scroll-wrapper .compn-overflow-scroll#iphone-bar {
		width: 40%;
	}
}
