/* CMS already has the following code - do not add the following on Adobe */

@font-face {
  font-family: 'InterfaceR';
  src: url("/us/fonts/samsungif_rg-webfont.eot");
  src: url("/us/fonts/samsungif_rg-webfont.eot?#iefix") format("embedded-opentype"), url("/us/fonts/samsungif_rg-webfont.woff") format("woff"), url("/us/fonts/samsungif_rg-webfont.ttf") format("truetype"), url("/us/fonts/samsungif_rg-webfont.svg#InterfaceR") format("svg");
  font-weight: normal;
  font-style: normal;
}

/* THE FOLLOWINGS MUST BE ADDED ON ADOBE */
.Tbg-shop-tv-header h2, .Tbg-shop-tv-content ul li .description {
	font-family: "InterfaceR", Arial, Helvetica, "San-Serif";
	font-weight: normal;
	text-align: center;
}
.Tbg-shop-tv-header h2 {
	padding: 3% 0;
}
.Tbg-shop-tv-content ul li .description {
	padding: 4%;
}
.Tbg-shop-tv-content ul li .description {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}
.Tbg-shop-tv-content ul li .description p, .Tbg-shop-tv-content ul li .description a {
		font-size: .85em;
		line-height: 1.4;
	}
.Tbg-shop-tv-content a {
		text-decoration: none;
		color: rgb(81,182,249);
}
.Tbg-shop-tv-content ul {
	padding: 0;
}
.Tbg-shop-tv-content ul, li{
	margin: 0;
	-webkit-padding-start: 0;
}
.Tbg-shop-tv-content ul li{
	list-style-type: none;
	text-align: center;
	width: 45%;
	display: inline-block;
	position: relative;
	min-height: 285px;
	float: left;
}
.Tbg-shop-tv-content ul li img {
	display: none;
}
.Tbg-shop-tv-content ul li:nth-child(even) {
	border-top: 1px solid rgb(228, 228, 228);
	border-left: 1px solid rgb(228, 228, 228);
	border-right: 1px solid rgb(228, 228, 228);
}
.Tbg-shop-tv-content ul li:nth-child(odd) {
	border-top: 1px solid rgb(228, 228, 228);
	border-left: 1px solid rgb(228, 228, 228);
}
.Tbg-shop-tv-content ul li:nth-child(3), .Tbg-shop-tv-content ul li:nth-child(4) {
	border-bottom: 1px solid rgb(228, 228, 228);
}
@media screen and (min-width: 769px){
	.Tbg-shop-tv-header h2 {
		font-size: 2em;
	}
	.Tbg-shop-tv-content ul li{
		width: 20%;
		padding: 0 2%;
	}
	.Tbg-shop-tv-content ul li:nth-child(even) {
		border: none;
	}
	.Tbg-shop-tv-content ul li:nth-child(odd) {
		border: none;
	}
	.Tbg-shop-tv-content ul li img {
		display: block;
		max-width: 222px;
		margin: 0 auto;
		width: 100%;
	}
	.Tbg-shop-tv-content ul li .description {
		position: relative;
		top: 0;
		transform: none;
	}
	.Tbg-shop-tv-content ul li .description span {
		font-weight: bold;
	}
}