@charset "utf-8";
@import url("samsung-icon.css");

/**
FONTS
Custom Samsung font.
**/

@font-face{
	font-family:'samsungIcon';
	src:url("../font/samsungIcon.woff") format("woff"),
	url("../font/samsungIcon.ttf") format("truetype"),
	url("../font/samsungIcon.svg#samsung") format("svg");
	font-weight:normal;
	font-style:normal;
}

/**
VARIABLES
Place all variables not related to susy in here.
**/
*:focus{outline-offset:-3px;}
article, aside, details, figcaption, figure, footer, header, hgroup, nav, section, summary, main{display:block;}
time{display:inline;}
audio, canvas, video{display:inline-block;*display:inline;*zoom:1;}
audio:not([controls]){display:none;height:0;}
[hidden]{display:none;}
html{font-size:100%;background:#e9e9e9; color:black;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%;}
html, button, input, .ss_samsung .input .placeholder, select, textarea{font-family:sans-serif;}
body{margin:0;}
h1{font-size:2em;margin:0.67em 0;}
h2{font-size:1.5em;margin:0.83em 0;}
h3{font-size:1.17em;margin:1em 0;}
h4{font-size:1em;margin:1.33em 0;}
h5{font-size:0.83em;margin:1.67em 0;}
h6{font-size:0.75em;margin:2.33em 0;}
abbr[title]{border-bottom:1px dotted;}
b, strong{font-weight:bold;}
blockquote{margin:1em 40px;}
dfn{font-style:italic;}
mark{background:#ff0; color:#000;}
p, pre{margin:1em 0;}
code, kbd, pre, samp{font-family:monospace, serif;_font-family:'courier new', monospace;font-size:1em;}
pre{white-space:pre;white-space:pre-wrap;word-wrap:break-word;}
q{quotes:"\201C" "\201D" "\2018" "\2019";}
q{quotes:none;}
q:before, q:after{content:'';content:none;}
small{font-size:80%;}
sub, sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline;}
sup{top:-0.5em;}
sub{bottom:-0.25em;}
dl, menu, ol, ul{margin:1em 0;}
dd{margin:0 0 0 40px;}
menu, ol, ul{padding:0 0 0 40px;}
nav ul, nav ol{list-style-image:none;}
img{border:0;-ms-interpolation-mode:bicubic;}
svg:not(:root){overflow:hidden;}
figure{margin:0;}
form{margin:0;}
fieldset{border:1px solid #c0c0c0;margin:0 2px;padding:0.35em 0.625em 0.75em;}
legend{border:0;padding:0;white-space:normal;*margin-left:-7px;}
button, input, .ss_samsung .input .placeholder, select, textarea{font-family:inherit;font-size:100%;margin:0;vertical-align:baseline;*vertical-align:middle;}
input::-ms-clear, .ss_samsung .input .placeholder::-ms-clear{display:none;width:0;height:0;visibility:hidden;}
button, input, .ss_samsung .input .placeholder{line-height:normal;}
button, select{text-transform:none;}
button, html input[type="button"], html .ss_samsung .input [type="button"].placeholder, .ss_samsung .input html [type="button"].placeholder, input[type="reset"], .ss_samsung .input [type="reset"].placeholder, input[type="submit"], .ss_samsung .input [type="submit"].placeholder{-webkit-appearance:button;cursor:pointer;*overflow:visible;}
button[disabled], input[disabled], .ss_samsung .input [disabled].placeholder{cursor:default;}
button[disabled], input[disabled], .ss_samsung .input [disabled].placeholder{cursor:default; color:#C30;}
input[type="checkbox"], .ss_samsung .input [type="checkbox"].placeholder, input[type="radio"], .ss_samsung .input [type="radio"].placeholder{box-sizing:border-box;padding:0;*height:13px;*width:13px;}
input[type="search"], .ss_samsung .input [type="search"].placeholder{-webkit-appearance:textfield;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box;}
input[type="search"]::-webkit-search-cancel-button, .ss_samsung .input [type="search"].placeholder::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration, .ss_samsung .input [type="search"].placeholder::-webkit-search-decoration{-webkit-appearance:none;}
textarea{overflow:auto;vertical-align:top;}
table{border-collapse:collapse;border-spacing:0;}

/* GLOBAL CSS */
/* 20110328 acg */
html, body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, hr, pre, code, form, fieldset, legend, input, .ss_samsung .input .placeholder, textarea, button, p, blockquote, th, td{margin:0;padding:0;-webkit-tap-highlight-color:transparent;}
body{font-family:Arial, sans-serif;font-size:100%;background:#e9e9e9;}
li{list-style:none;}
img, fieldset{border:0 none;}
a{ color:#0071BF;text-decoration:none;}
a:hover{ color:#000;}
a:active{ color:#292929;}
input, .ss_samsung .input .placeholder, select, textarea{font-size:100%;font-family:Arial,sans-serif;}
button{border:0 none;}
em, address{font-style:normal;}
table{border-spacing:0;}
p, a, h2, h3{/*word-wrap:break-word;*/}
h2, h3, h4{font-weight:normal;}

/**
BASE CSS
**/
/**
LAYOUT
All layout related styles:grids, columns, etc...
**/
/** Right to left support **/
html.ltr *{direction:ltr;}
html.rtl *{direction:rtl; /* unicode-bidi:embed; ie8 */}
html.rtl *{background-position-x:right;}

html, body{height:100%;}

.ss_samsung{/* Accessibility */ /* Base Grid */ /* Responsive Grid (5 Columns) */ /* Base Padding */ /* Themes */}
.ss_samsung #content, .ss_samsung .footer{background-color:white;}
.ss_samsung .lazy{
	-webkit-transition-property:opacity;
	-moz-transition-property:opacity;
	-o-transition-property:opacity;
	transition-property:opacity;
	-webkit-transition-duration:0.3s;
	-moz-transition-duration:0.3s;
	-o-transition-duration:0.3s;
	transition-duration:0.3s;
	-webkit-transition-timing-function:ease;
	-moz-transition-timing-function:ease;
	-o-transition-timing-function:ease;
	transition-timing-function:ease;
	filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
	opacity:0;
}



.ss_samsung .col1:after,
.ss_samsung .col2a:after,
.ss_samsung .col2b:after,
.ss_samsung .col4:after{content:" ";display:block;clear:both;visibility:hidden;line-height:0;height:0;*zoom:1;}

html.ltr .ss_samsung .left{float:left;}
html.ltr .ss_samsung .right{float:right;}

html.rtl .ss_samsung .left{float:right;}
html.rtl .ss_samsung .right{float:left;}

.ss_samsung .clear{clear:both;display:block;}
.ss_samsung .clear:after{content:" ";display:block;clear:both;visibility:hidden;line-height:0;height:0;*zoom:1;}
.ss_samsung .blind{position:absolute;top:auto;width:0;height:0;overflow:hidden;}
html.ltr .ss_samsung .blind{left:-10000px;}
html.rtl .ss_samsung .blind{right:-10000px;}
@media (min-width:64em){
	.ltr .ss_samsung .col1{width:25%;float:left;margin-right:0%;}
	.ltr .ss_samsung .col2a{width:50%;float:left;margin-right:0%;}
	.ltr .ss_samsung .col2b{width:50%;float:right;margin-right:0;}
	.ltr .ss_samsung .col4{width:100%;float:left;margin-right:0%;}
	/* 20140915 bjy - rtl */
	.rtl .ss_samsung .col1{width:25%;float:right;margin-left:0%;}
	.rtl .ss_samsung .col2a{width:50%;float:right;margin-left:0%;}
	.rtl .ss_samsung .col2b{width:50%;float:left;margin-left:0;}
	.rtl .ss_samsung .col4{width:100%;float:right;margin-left:0%;}
}
.ss_samsung.wishlist .visible-from-tablet-on{/* display:none;2014-04-07 */ display:block;}
.ss_samsung .visible-from-tablet-on{display:none;}
.ss_samsung .visible-from-tablet-on.delete-product-container{display:none;}
@media (min-width:48em){.ss_samsung .visible-from-tablet-on{display:block;}}
.ss_samsung .visible-from-tablet-landscape-on{display:none;}
@media (min-width:64em){.ss_samsung .visible-from-tablet-landscape-on{display:block;}}
.ss_samsung .visible-from-desktop-on{display:none;}
@media (min-width:80.063em){.ss_samsung .visible-from-desktop-on{display:block;}}
.ss_samsung .hidden-from-tablet-on{display:block;}
@media (min-width:48em){.ss_samsung .hidden-from-tablet-on{display:none;}}
@media (min-width:64em){.ss_samsung .hidden-from-tablet-landscape-on{display:none;}}
@media (min-width:80.063em){.ss_samsung .hidden-from-desktop-on{display:none;}}


.ss_samsung .col-span{clear:both;width:100%;float:left;}
.ss_samsung .col-span .col{width:50%;margin-right:0;display:inline;}
html.ltr .ss_samsung .col-span .col{float:left;}
html.rtl .ss_samsung .col-span .col{float:right;}

@media (min-width:48em){
	.ss_samsung .col-span .col{width:33.33333%;}
	.ss_samsung .col-span .col{width:33.33333%;}
}
@media (min-width:64em){
	.ss_samsung .col-span .col{width:25%;}
	.ss_samsung .col-span .col{width:25%;}
}
@media (min-width:80.063em){
	.ss_samsung .col-span .col{width:20%;}
	.ss_samsung .col-span .col{width:20%;}
}

.ss_samsung .inner{padding:20px;padding:1.25rem;}
@media (min-width:50em){.ss_samsung .inner{padding:22px;/*padding:1.875rem;*/}}
.ss_samsung .inner-x{padding-right:20px;padding-right:1.25rem;padding-left:20px;padding-left:1.25rem;}
@media (min-width:50em){.ss_samsung .inner-x{padding-right:30px;padding-right:1.875rem;padding-left:30px;padding-left:1.875rem;}}
.ss_samsung .inner-y{padding-top:20px;padding-top:1.25rem;padding-bottom:20px;padding-bottom:1.25rem;}
@media (min-width:50em){.ss_samsung .inner-y{padding-top:30px;padding-top:1.875rem;padding-bottom:30px;padding-bottom:1.875rem;}}
.ss_samsung .inner, .ss_samsung .inner-x, .ss_samsung .inner-y{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;}
html.ltr .ss_samsung .inner, html.ltr .ss_samsung .inner-x, html.ltr .ss_samsung .inner-y{float:left;}
html.rtl .ss_samsung .inner, html.rtl .ss_samsung .inner-x, html.rtl .ss_samsung .inner-y{float:right;}
.ss_samsung .inner h1, .ss_samsung .inner-x h1, .ss_samsung .inner-y h1{font-size:37px;font-size:2.3125rem;margin-bottom:.15em;line-height:1em;font-family:'SamsungIFRg', Arial, sans-serif;font-weight:normal;font-weight:normal;}
@media (min-width:48em){.ss_samsung .inner h1, .ss_samsung .inner-x h1, .ss_samsung .inner-y h1{font-size:56px;font-size:3.5rem;}}
@media (min-width:80em){.ss_samsung .inner h1, .ss_samsung .inner-x h1, .ss_samsung .inner-y h1{font-size:46px;font-size:2.875rem;}}
@media (min-width:80.063em){.ss_samsung .inner h1, .ss_samsung .inner-x h1, .ss_samsung .inner-y h1{font-size:56px;font-size:3.5rem;}}
.ss_samsung .inner h2, .ss_samsung .inner-x h2, .ss_samsung .inner-y h2{font-size:24px;font-size:1.5rem;margin-bottom:0;font-weight:normal;}
@media (min-width:48em){.ss_samsung .inner h2, .ss_samsung .inner-x h2, .ss_samsung .inner-y h2{font-size:36px;font-size:2.25rem;}}
@media (min-width:80em){.ss_samsung .inner h2, .ss_samsung .inner-x h2, .ss_samsung .inner-y h2{font-size:30px;font-size:1.875rem;}}
@media (min-width:80.063em){.ss_samsung .inner h2, .ss_samsung .inner-x h2, .ss_samsung .inner-y h2{font-size:36px;font-size:2.25rem;}}
.ss_samsung .inner h3, .ss_samsung .inner-x h3, .ss_samsung .inner-y h3{font-size:17px;font-size:1.0625rem;font-weight:normal;}
@media (min-width:48em){.ss_samsung .inner h3, .ss_samsung .inner-x h3, .ss_samsung .inner-y h3{font-size:28px;font-size:1.75rem;}}
@media (min-width:80em){.ss_samsung .inner h3, .ss_samsung .inner-x h3, .ss_samsung .inner-y h3{font-size:24px;font-size:1.5rem;}}
@media (min-width:80.063em){.ss_samsung .inner h3, .ss_samsung .inner-x h3, .ss_samsung .inner-y h3{font-size:28px;font-size:1.75rem;}}
.ss_samsung .inner .cta, .ss_samsung .inner-x .cta, .ss_samsung .inner-y .cta{ color:white;margin-top:.7em;display:block;text-decoration:none;font-size:18px;font-size:1.125rem;}
.ss_samsung .inner .cta span, .ss_samsung .inner-x .cta span, .ss_samsung .inner-y .cta span{font-size:12px;font-size:0.75rem;}
@media (min-width:48em){.ss_samsung .inner .cta, .ss_samsung .inner-x .cta, .ss_samsung .inner-y .cta{font-size:24px;font-size:1.5rem;}
	.ss_samsung .inner .cta span, .ss_samsung .inner-x .cta span, .ss_samsung .inner-y .cta span{font-size:15px;font-size:0.9375rem;}}
@media (min-width:80em){.ss_samsung .inner .cta, .ss_samsung .inner-x .cta, .ss_samsung .inner-y .cta{font-size:22px;font-size:1.375rem;}
	.ss_samsung .inner .cta span, .ss_samsung .inner-x .cta span, .ss_samsung .inner-y .cta span{font-size:16px;font-size:1rem;}}
@media (min-width:80.063em){.ss_samsung .inner .cta, .ss_samsung .inner-x .cta, .ss_samsung .inner-y .cta{font-size:24px;font-size:1.5rem;}
	.ss_samsung .inner .cta span, .ss_samsung .inner-x .cta span, .ss_samsung .inner-y .cta span{font-size:15px;font-size:0.9375rem;}}
.ss_samsung .white-theme{background:white; color:black;}
.ss_samsung .white-theme a,
.ss_samsung .white-theme h2,
.ss_samsung .white-theme p,
.ss_samsung .white-theme .cta { color:black;text-shadow: 1px 1px 2px #FFF,1px 1px 2px #FFF;}
.ss_samsung .white-theme a:hover, .ss_samsung .white-theme a:hover .cta{ color:#0071BF !important;}
.ss_samsung .black-theme{ color:white;background:black;}
.ss_samsung .black-theme a,
.ss_samsung .black-theme h2,
.ss_samsung .black-theme p,
.ss_samsung .black-theme .cta{ color:white;text-shadow: 1px 1px 2px #333,1px 1px 2px #333;}
.ss_samsung .black-theme a:hover , .ss_samsung .black-theme a:hover .cta{ color:#B8D8EE !important;}
.ss_samsung .black-theme a.noLink:hover, .ss_samsung .black-theme a.noLink:hover .cta{ color:#fff !important;}
.ss_samsung .white-theme a.noLink:hover, .ss_samsung .white-theme a.noLink:hover .cta{ color:#000 !important;}
.ss_samsung .grey-theme{background-color:#75787b; color:white;}
.ss_samsung .grey-theme a, .ss_samsung .grey-theme .cta{ color:white;}
.ss_samsung .grey-theme a:hover, .ss_samsung .grey-theme a:hover .cta{ color:#0071BF;}
.ss_samsung .grey-dark-theme{background-color:#52565a; color:white;}
.ss_samsung .grey-dark-theme a, .ss_samsung .grey-dark-theme .cta{ color:white;}
.ss_samsung .grey-dark-theme a:hover, .ss_samsung .grey-dark-theme a:hover .cta{ color:#0071BF;}
.ss_samsung .blue-theme{background-color:#0071BF; color:white;}
.ss_samsung .blue-theme a{ color:white;}
.ss_samsung .blue-theme a:hover, .ss_samsung .blue-theme a:hover .cta{ color:#0071BF;}
.ss_samsung .bali-theme{background-color:#8a99b1; color:white;}
.ss_samsung .bali-theme a{ color:white;}
.ss_samsung .bali-theme a:hover, .ss_samsung .bali-theme a:hover .cta{ color:#0071BF;}
.ss_samsung .turquoise-theme{background-color:#00893F; color:white;}
.ss_samsung .turquoise-theme a{ color:white;}
.ss_samsung .turquoise-theme a:hover, .ss_samsung .turquoise-theme a:hover .cta{ color:#0071BF;}
.ss_samsung .navy-theme{background-color:#1428a0; color:white;}
.ss_samsung .navy-theme a, .ss_samsung .navy-theme .cta{ color:white;}
.ss_samsung .navy-theme a:hover, .ss_samsung .navy-theme a:hover .cta{ color:#0071BF;}
.ss_samsung .purple-theme{background-color:#672f9b; color:white;}
.ss_samsung .purple-theme a{ color:white;}
.ss_samsung .purple-theme a:hover, .ss_samsung .purple-theme a:hover .cta{ color:#0071BF;}
.ss_samsung .darkgray-theme{background-color:#f1f1f1;}
.ss_samsung .lightgray-theme{background-color:#f9f9f9;}

html.touch .hidden-on-touch{display:none !important;}
html:not(.touch) .only-visible-on-touch{display:none !important;}

.ss_samsung .module-subtitle{background-color:#f1f1f1;padding:9px;font-family:'SamsungIFBd', Arial, sans-serif;font-weight:normal;font-size:13px;font-size:0.8125rem;text-transform:uppercase;}
html.ltr .ss_samsung .module-subtitle{padding-left:21px;}
html.rtl .ss_samsung .module-subtitle{padding-right:21px;}
html.ltr .ss_samsung .module-subtitle{padding-right:0;}
html.rtl .ss_samsung .module-subtitle{padding-left:0;}
.ss_samsung .module-header{background-color:#fff;padding:11px 17px;font-family:'SamsungIFRg', Arial, sans-serif;font-weight:normal;}
.ss_samsung .module-header h2{font-size:23px;font-size:1.4375rem;}
.ss_samsung .module-header small{font-size:12px;font-size:0.75rem;text-transform:uppercase;display:block;}
.ss_samsung p{margin-bottom:1em;}
.ss_samsung p:last-child{margin-bottom:0;}
.ss_samsung .ss-base{font-family:'SamsungIFRg', Arial, sans-serif;font-weight:normal;}
.ss_samsung .ss-bold{font-family:'SamsungIFBd', Arial, sans-serif;font-weight:normal;}
.ss_samsung .upper{text-transform:uppercase;}
.ss_samsung .cta{font-size:inherit;}
.ss_samsung .cta span{font-size:13px;font-size:0.8125rem;}
.ss_samsung a.accessible, .ss_samsung span.accessible{text-decoration:underline;}
.ss_samsung span.accessible{margin:0 !important;vertical-align:baseline !important;}

/* bullet */
html.ltr .ss_samsung ul.bullet,
html.ltr .ss_samsung ol.bullet{padding-left:20px;}
html.rtl .ss_samsung ul.bullet,
html.rtl .ss_samsung ol.bullet{padding-right:20px;}
html.ltr .ss_samsung ul.bullet,
html.ltr .ss_samsung ol.bullet{padding-left:1.25rem;}
html.rtl .ss_samsung ul.bullet,
html.rtl .ss_samsung ol.bullet{padding-right:1.25rem;}
@media (min-width:50em){
	html.ltr .ss_samsung ul.bullet, html.ltr .ss_samsung ol.bullet{padding-left:30px;}
	html.rtl .ss_samsung ul.bullet, html.rtl .ss_samsung ol.bullet{padding-right:30px;}
	html.ltr .ss_samsung ul.bullet, html.ltr .ss_samsung ol.bullet{padding-left:1.875rem;}
	html.rtl .ss_samsung ul.bullet, html.rtl .ss_samsung ol.bullet{padding-right:1.875rem;}
}
.ss_samsung ul.bullet li,.ss_samsung ol.bullet li{list-style-type:disc;margin-bottom:.3em;}
.ss_samsung ul.bullet li:last-child, .ss_samsung ol.bullet li:last-child{margin-bottom:0;}

.ss_samsung ul.nav-list{padding:0;margin:0;}
.ss_samsung ul.nav-list > li{display:block;list-style-type:none;float:left;margin-right:0.625em;}
.ss_samsung ul.nav-list > li:last-child{margin-right:0;}
.ss_samsung ul.clear{padding:0;margin:0;}
.ss_samsung ul.clear li{list-style-type:none;clear:both;}
html.ltr .ss_samsung ol.num{padding-left:20px;}
html.rtl .ss_samsung ol.num{padding-right:20px;}
html.ltr .ss_samsung ol.num{padding-left:1.25rem;}
html.rtl .ss_samsung ol.num{padding-right:1.25rem;}
@media (min-width:50em){html.ltr .ss_samsung ol.num{padding-left:30px;}
	html.rtl .ss_samsung ol.num{padding-right:30px;}
	html.ltr .ss_samsung ol.num{padding-left:1.875rem;}
	html.rtl .ss_samsung ol.num{padding-right:1.875rem;}}
.ss_samsung ol.num li{list-style-type:decimal;margin-bottom:.3em;}
.ss_samsung ol.num li:last-child{margin-bottom:0;}
.ss_samsung .ss_input{position:relative;display:block;}
.ss_samsung .ss_input input, .ss_samsung .ss_input .input .placeholder, .ss_samsung .input .ss_input .placeholder{font-family:'SamsungIFRg', Arial, sans-serif;font-size:13px;font-size:0.8125rem; color:#565656;background:#d9d8d8;border:0;width:100%;height:24px;padding:0 5px;margin-bottom:8px;}
.ss_samsung .ss_input.required:after{content:"*"; color:#0071BF;width:8px;height:8px;position:absolute;top:8px;}
html.ltr .ss_samsung .ss_input.required:after{right:10px;}
html.rtl .ss_samsung .ss_input.required:after{left:10px;}
.ss_samsung .ss-textarea textarea{font-size:13px;font-size:0.8125rem;font-family:'SamsungIFRg', Arial, sans-serif;font-weight:normal;resize:none; color:#565656;background:#d9d8d8;border:0;padding:10px;}
.ss_samsung .checkbox{width:17px;height:17px;position:relative;display:inline-block;}
html.ltr .ss_samsung .checkbox{margin-right:6px;}
html.rtl .ss_samsung .checkbox{margin-left:6px;}
.ss_samsung .checkbox input[type="checkbox"], .ss_samsung .checkbox .input [type="checkbox"].placeholder, .ss_samsung .input .checkbox [type="checkbox"].placeholder{position:absolute;top:0;left:0;width:100%;height:100%;visibility:hidden;}
.ss_samsung .checkbox input[type="checkbox"]:checked + label, .ss_samsung .checkbox .input [type="checkbox"].placeholder:checked + label, .ss_samsung .input .checkbox [type="checkbox"].placeholder:checked + label{background-color:#0071BF;}
.ss_samsung .checkbox input[type="checkbox"]:checked + label:after, .ss_samsung .checkbox .input [type="checkbox"].placeholder:checked + label:after, .ss_samsung .input .checkbox [type="checkbox"].placeholder:checked + label:after{content:'\e003';font-family:'samsungIcon';font-size:11px;font-size:0.6875rem;line-height:2; color:#fff;position:absolute;top:0;left:0;right:0;}
.ss_samsung .checkbox label{display:block;width:100%;height:100%;cursor:pointer;position:relative;text-align:center;background-color:#d9d8d8;}
.ss_samsung .checkbox-label{font-size:12px;font-size:0.75rem;display:table-cell;vertical-align:middle;float:none;cursor:pointer;}

/* BEGIN:option-selector */
.ss_samsung .option-selector{background-color:#f1f1f1;position:relative;/* control sizes in one place */ /* standard size */}
.ss_samsung .option-selector .options, .ss_samsung .option-selector #shop-popover-container .popover .shop-popover .buy-direct .status, .ss_samsung #shop-popover-container .popover .shop-popover .buy-direct .option-selector .status, .ss_samsung .option-selector #shop-popover-container .popover .shop-popover .buy-direct .actions, .ss_samsung #shop-popover-container .popover .shop-popover .buy-direct .option-selector .actions{max-height:0;overflow:hidden;cursor:pointer;}
.ss_samsung .option-selector .selected-option{display:block;position:relative;font-family:'SamsungIFBd', Arial, sans-serif;font-weight:normal;text-transform:uppercase;overflow:hidden;padding:0 10px;cursor:pointer; color:black !important;}
.ss_samsung .option-selector .selected-option a{ color:black;}
.ss_samsung .option-selector .selected-option:before{content:"";display:block;width:0;height:0;position:absolute;top:0;border-style:solid;border-color:#FFF transparent;}
html.ltr .ss_samsung .option-selector .selected-option:before{right:10px;}
html.rtl .ss_samsung .option-selector .selected-option:before{left:10px;}
.ss_samsung .option-selector.swatch-list .swatch{display:inline-block;float:none;*display:inline;*zoom:1;height:13px;width:14px;margin-top:-7px;position:relative;top:1px;}
html.ltr .ss_samsung .option-selector.swatch-list .swatch{margin-right:5px;}
html.rtl .ss_samsung .option-selector.swatch-list .swatch{margin-left:5px;}
.ss_samsung .option-selector.swatch-list .swatch.black{background-color:#000;}
.ss_samsung .option-selector.swatch-list .swatch.blue{background-color:#0e5bae;}
.ss_samsung .option-selector.swatch-list .swatch.green{background-color:#669966;}
.ss_samsung .option-selector.swatch-list .swatch.red{background-color:#ff3366;}
.ss_samsung .option-selector.swatch-list .swatch.silver{background-color:#888;}
.ss_samsung .option-selector.open .options, .ss_samsung .option-selector.open #shop-popover-container .popover .shop-popover .buy-direct .status, .ss_samsung #shop-popover-container .popover .shop-popover .buy-direct .option-selector.open .status, .ss_samsung .option-selector.open #shop-popover-container .popover .shop-popover .buy-direct .actions, .ss_samsung #shop-popover-container .popover .shop-popover .buy-direct .option-selector.open .actions{position:absolute;left:-1px;max-height:800px;overflow:visible;width:100%;z-index:800;font-family:'SamsungIFBd', Arial, sans-serif;font-weight:normal;background:white;text-transform:uppercase;border:1px solid #e4e4e4;}
.ss_samsung .option-selector.open .options li, .ss_samsung .option-selector.open #shop-popover-container .popover .shop-popover .buy-direct .status li, .ss_samsung #shop-popover-container .popover .shop-popover .buy-direct .option-selector.open .status li, .ss_samsung .option-selector.open #shop-popover-container .popover .shop-popover .buy-direct .actions li, .ss_samsung #shop-popover-container .popover .shop-popover .buy-direct .option-selector.open .actions li{ color:black;}
.ss_samsung .option-selector.open .options li.active{background-color:gray}
.ss_samsung .option-selector.open .options li a, .ss_samsung .option-selector.open #shop-popover-container .popover .shop-popover .buy-direct .status li a, .ss_samsung #shop-popover-container .popover .shop-popover .buy-direct .option-selector.open .status li a, .ss_samsung .option-selector.open #shop-popover-container .popover .shop-popover .buy-direct .actions li a, .ss_samsung #shop-popover-container .popover .shop-popover .buy-direct .option-selector.open .actions li a{ color:black;display:block;padding:15px 10px;}
.ss_samsung .option-selector.open .options li + li, .ss_samsung .option-selector.open #shop-popover-container .popover .shop-popover .buy-direct .status li + li, .ss_samsung #shop-popover-container .popover .shop-popover .buy-direct .option-selector.open .status li + li, .ss_samsung .option-selector.open #shop-popover-container .popover .shop-popover .buy-direct .actions li + li, .ss_samsung #shop-popover-container .popover .shop-popover .buy-direct .option-selector.open .actions li + li{border-top:1px solid #ccc;}
.ss_samsung .option-selector.open .options:before, .ss_samsung .option-selector.open #shop-popover-container .popover .shop-popover .buy-direct .status:before, .ss_samsung #shop-popover-container .popover .shop-popover .buy-direct .option-selector.open .status:before, .ss_samsung .option-selector.open #shop-popover-container .popover .shop-popover .buy-direct .actions:before, .ss_samsung #shop-popover-container .popover .shop-popover .buy-direct .option-selector.open .actions:before{content:"";display:block;width:0;height:0;position:absolute;border-style:solid;border-color:#E4E4E4 transparent;}
html.ltr .ss_samsung .option-selector.open .options:before, html.ltr .ss_samsung .option-selector.open #shop-popover-container .popover .shop-popover .buy-direct .status:before, html.ltr .ss_samsung #shop-popover-container .popover .shop-popover .buy-direct .option-selector.open .status:before, html.ltr .ss_samsung .option-selector.open #shop-popover-container .popover .shop-popover .buy-direct .actions:before, html.ltr .ss_samsung #shop-popover-container .popover .shop-popover .buy-direct .option-selector.open .actions:before{right:10px;}
html.rtl .ss_samsung .option-selector.open .options:before, html.rtl .ss_samsung .option-selector.open #shop-popover-container .popover .shop-popover .buy-direct .status:before, html.rtl .ss_samsung #shop-popover-container .popover .shop-popover .buy-direct .option-selector.open .status:before, html.rtl .ss_samsung .option-selector.open #shop-popover-container .popover .shop-popover .buy-direct .actions:before, html.rtl .ss_samsung #shop-popover-container .popover .shop-popover .buy-direct .option-selector.open .actions:before{left:10px;}
.ss_samsung .option-selector.open .options:after, .ss_samsung .option-selector.open #shop-popover-container .popover .shop-popover .buy-direct .status:after, .ss_samsung #shop-popover-container .popover .shop-popover .buy-direct .option-selector.open .status:after, .ss_samsung .option-selector.open #shop-popover-container .popover .shop-popover .buy-direct .actions:after, .ss_samsung #shop-popover-container .popover .shop-popover .buy-direct .option-selector.open .actions:after{content:"";display:block;width:0;height:0;position:absolute;border-style:solid;border-color:#FFF transparent;}
html.ltr .ss_samsung .option-selector.open .options:after, html.ltr .ss_samsung .option-selector.open #shop-popover-container .popover .shop-popover .buy-direct .status:after, html.ltr .ss_samsung #shop-popover-container .popover .shop-popover .buy-direct .option-selector.open .status:after, html.ltr .ss_samsung .option-selector.open #shop-popover-container .popover .shop-popover .buy-direct .actions:after, html.ltr .ss_samsung #shop-popover-container .popover .shop-popover .buy-direct .option-selector.open .actions:after{right:10px;}
html.rtl .ss_samsung .option-selector.open .options:after, html.rtl .ss_samsung .option-selector.open #shop-popover-container .popover .shop-popover .buy-direct .status:after, html.rtl .ss_samsung #shop-popover-container .popover .shop-popover .buy-direct .option-selector.open .status:after, html.rtl .ss_samsung .option-selector.open #shop-popover-container .popover .shop-popover .buy-direct .actions:after, html.rtl .ss_samsung #shop-popover-container .popover .shop-popover .buy-direct .option-selector.open .actions:after{left:10px;}
.ss_samsung .option-selector.below .selected-option:before{display:none;}
.ss_samsung .option-selector.below .selected-option:after{display:none;}
.ss_samsung .option-selector .selected-option{height:34px;line-height:34px;}
.ss_samsung .option-selector .selected-option:before{border-width:12px 12px 0;}
.ss_samsung .option-selector .options:before, .ss_samsung .option-selector #shop-popover-container .popover .shop-popover .buy-direct .status:before, .ss_samsung #shop-popover-container .popover .shop-popover .buy-direct .option-selector .status:before, .ss_samsung .option-selector #shop-popover-container .popover .shop-popover .buy-direct .actions:before, .ss_samsung #shop-popover-container .popover .shop-popover .buy-direct .option-selector .actions:before{border-width:12px 12px 0;bottom:-12px;}
.ss_samsung .option-selector .options:after, .ss_samsung .option-selector #shop-popover-container .popover .shop-popover .buy-direct .status:after, .ss_samsung #shop-popover-container .popover .shop-popover .buy-direct .option-selector .status:after, .ss_samsung .option-selector #shop-popover-container .popover .shop-popover .buy-direct .actions:after, .ss_samsung #shop-popover-container .popover .shop-popover .buy-direct .option-selector .actions:after{border-width:12px 12px 0;bottom:-11px;}
.ss_samsung .option-selector.below .options:before, .ss_samsung .option-selector.below #shop-popover-container .popover .shop-popover .buy-direct .status:before, .ss_samsung #shop-popover-container .popover .shop-popover .buy-direct .option-selector.below .status:before, .ss_samsung .option-selector.below #shop-popover-container .popover .shop-popover .buy-direct .actions:before, .ss_samsung #shop-popover-container .popover .shop-popover .buy-direct .option-selector.below .actions:before{top:-12px;bottom:auto;border-width:0 12px 12px;}
.ss_samsung .option-selector.below .options:after, .ss_samsung .option-selector.below #shop-popover-container .popover .shop-popover .buy-direct .status:after, .ss_samsung #shop-popover-container .popover .shop-popover .buy-direct .option-selector.below .status:after, .ss_samsung .option-selector.below #shop-popover-container .popover .shop-popover .buy-direct .actions:after, .ss_samsung #shop-popover-container .popover .shop-popover .buy-direct .option-selector.below .actions:after{top:-11px;bottom:auto;border-width:0 12px 12px;}
.ss_samsung .option-selector.option-selector-small .selected-option{font-size:12px;font-size:0.75rem;height:34px;line-height:34px;}
.ss_samsung .option-selector.option-selector-small .selected-option:before{border-width:9px 9px 0;}
.ss_samsung .option-selector.option-selector-small .options:before, .ss_samsung .option-selector.option-selector-small #shop-popover-container .popover .shop-popover .buy-direct .status:before, .ss_samsung #shop-popover-container .popover .shop-popover .buy-direct .option-selector.option-selector-small .status:before, .ss_samsung .option-selector.option-selector-small #shop-popover-container .popover .shop-popover .buy-direct .actions:before, .ss_samsung #shop-popover-container .popover .shop-popover .buy-direct .option-selector.option-selector-small .actions:before{border-width:9px 9px 0;bottom:-9px;}
.ss_samsung .option-selector.option-selector-small .options:after, .ss_samsung .option-selector.option-selector-small #shop-popover-container .popover .shop-popover .buy-direct .status:after, .ss_samsung #shop-popover-container .popover .shop-popover .buy-direct .option-selector.option-selector-small .status:after, .ss_samsung .option-selector.option-selector-small #shop-popover-container .popover .shop-popover .buy-direct .actions:after, .ss_samsung #shop-popover-container .popover .shop-popover .buy-direct .option-selector.option-selector-small .actions:after{border-width:9px 9px 0;bottom:-8px;}
.ss_samsung .option-selector.option-selector-small.below .options:before, .ss_samsung .option-selector.option-selector-small.below #shop-popover-container .popover .shop-popover .buy-direct .status:before, .ss_samsung #shop-popover-container .popover .shop-popover .buy-direct .option-selector.option-selector-small.below .status:before, .ss_samsung .option-selector.option-selector-small.below #shop-popover-container .popover .shop-popover .buy-direct .actions:before, .ss_samsung #shop-popover-container .popover .shop-popover .buy-direct .option-selector.option-selector-small.below .actions:before{top:-9px;bottom:auto;border-width:0 9px 9px;}
.ss_samsung .option-selector.option-selector-small.below .options:after, .ss_samsung .option-selector.option-selector-small.below #shop-popover-container .popover .shop-popover .buy-direct .status:after, .ss_samsung #shop-popover-container .popover .shop-popover .buy-direct .option-selector.option-selector-small.below .status:after, .ss_samsung .option-selector.option-selector-small.below #shop-popover-container .popover .shop-popover .buy-direct .actions:after, .ss_samsung #shop-popover-container .popover .shop-popover .buy-direct .option-selector.option-selector-small.below .actions:after{top:-8px;bottom:auto;border-width:0 9px 9px;}
.ss_samsung .option-selector.option-selector-medium .selected-option{height:41px;line-height:41px;}
.ss_samsung .option-selector.option-selector-medium .selected-option:before{border-width:12px 12px 0;}
.ss_samsung .option-selector.option-selector-medium .options:before, .ss_samsung .option-selector.option-selector-medium #shop-popover-container .popover .shop-popover .buy-direct .status:before, .ss_samsung #shop-popover-container .popover .shop-popover .buy-direct .option-selector.option-selector-medium .status:before, .ss_samsung .option-selector.option-selector-medium #shop-popover-container .popover .shop-popover .buy-direct .actions:before, .ss_samsung #shop-popover-container .popover .shop-popover .buy-direct .option-selector.option-selector-medium .actions:before{border-width:12px 12px 0;bottom:-12px;}
.ss_samsung .option-selector.option-selector-medium .options:after, .ss_samsung .option-selector.option-selector-medium #shop-popover-container .popover .shop-popover .buy-direct .status:after, .ss_samsung #shop-popover-container .popover .shop-popover .buy-direct .option-selector.option-selector-medium .status:after, .ss_samsung .option-selector.option-selector-medium #shop-popover-container .popover .shop-popover .buy-direct .actions:after, .ss_samsung #shop-popover-container .popover .shop-popover .buy-direct .option-selector.option-selector-medium .actions:after{border-width:12px 12px 0;bottom:-11px;}
.ss_samsung .option-selector.option-selector-large .selected-option{height:61px;line-height:61px;}
.ss_samsung .option-selector.option-selector-large .selected-option:before{border-width:12px 12px 0;}
.ss_samsung .option-selector.option-selector-large .options:before, .ss_samsung .option-selector.option-selector-large #shop-popover-container .popover .shop-popover .buy-direct .status:before, .ss_samsung #shop-popover-container .popover .shop-popover .buy-direct .option-selector.option-selector-large .status:before, .ss_samsung .option-selector.option-selector-large #shop-popover-container .popover .shop-popover .buy-direct .actions:before, .ss_samsung #shop-popover-container .popover .shop-popover .buy-direct .option-selector.option-selector-large .actions:before{border-width:12px 12px 0;bottom:-12px;}
.ss_samsung .option-selector.option-selector-large .options:after, .ss_samsung .option-selector.option-selector-large #shop-popover-container .popover .shop-popover .buy-direct .status:after, .ss_samsung #shop-popover-container .popover .shop-popover .buy-direct .option-selector.option-selector-large .status:after, .ss_samsung .option-selector.option-selector-large #shop-popover-container .popover .shop-popover .buy-direct .actions:after, .ss_samsung #shop-popover-container .popover .shop-popover .buy-direct .option-selector.option-selector-large .actions:after{border-width:12px 12px 0;bottom:-11px;}
.ss_samsung .option-selector.option-selector-standard .selected-option{height:50px;line-height:50px;}
.ss_samsung .option-selector.option-selector-standard .options li, .ss_samsung .option-selector.option-selector-standard #shop-popover-container .popover .shop-popover .buy-direct .status li, .ss_samsung #shop-popover-container .popover .shop-popover .buy-direct .option-selector.option-selector-standard .status li, .ss_samsung .option-selector.option-selector-standard #shop-popover-container .popover .shop-popover .buy-direct .actions li, .ss_samsung #shop-popover-container .popover .shop-popover .buy-direct .option-selector.option-selector-standard .actions li{padding:12px;}
/* END:option-selector */
/* /////////////////////////////// */

.ss_samsung .ui-datepicker{background:white;position:relative;border:1px solid #ccc;display:none;}
.ss_samsung .ui-datepicker .ui-datepicker-prev, .ss_samsung .ui-datepicker .ui-datepicker-next{position:absolute;top:10px;font-size:15px;font-size:0.9375rem;cursor:pointer;}
.ss_samsung .ui-datepicker .ui-datepicker-prev .ui-icon, .ss_samsung .ui-datepicker .ui-datepicker-next .ui-icon{font-family:'samsungIcon';display:block;}
html.ltr .ss_samsung .ui-datepicker .ui-datepicker-next{right:5px;}
html.rtl .ss_samsung .ui-datepicker .ui-datepicker-next{left:5px;}
html.ltr .ss_samsung .ui-datepicker .ui-datepicker-prev{left:5px;}
html.rtl .ss_samsung .ui-datepicker .ui-datepicker-prev{right:5px;}
.ss_samsung .ui-datepicker .ui-datepicker-title{background:#f1f1f1;line-height:2;text-align:center;text-transform:uppercase;padding:0.5em;font-size:13px;font-size:0.8125rem;font-family:'SamsungIFBd', Arial, sans-serif;font-weight:normal;}
.ss_samsung .ui-datepicker table{margin:8px;margin-top:0;}
.ss_samsung .ui-datepicker th{background:white; color:black;text-transform:uppercase;font-size:13px;font-size:0.8125rem;line-height:2;}
.ss_samsung .ui-datepicker tr:nth-child(even) td:nth-child(even), .ss_samsung .ui-datepicker tr:nth-child(odd) td:nth-child(odd){background:#E4E4E4;}
.ss_samsung .ui-datepicker tr td{background:#f1f1f1;}
.ss_samsung .ui-datepicker tr td:hover{background:#0071BF !important;}
.ss_samsung .ui-datepicker tr td:hover a{ color:white;}
.ss_samsung .ui-datepicker tr td.ui-datepicker-current-day{background:#1428a0 !important;}
.ss_samsung .ui-datepicker tr td.ui-datepicker-current-day a{ color:white;}
.ss_samsung .ui-datepicker tr td.ui-datepicker-unselectable{background:white !important;}
.ss_samsung .ui-datepicker tr td a{ color:#999;}
.ss_samsung .ui-datepicker td, .ss_samsung .ui-datepicker th{padding:0.2em;text-align:center;}
.ss_samsung .input{background:#f1f1f1;padding:12px;padding-bottom:0;margin-bottom:0.9375em;/*overflow:auto;*/ border:1px solid #f1f1f1;}
@media (min-width:80.063em){.ss_samsung .input{padding:14px;padding-bottom:0;}}
.ss_samsung .input label{font-family:'SamsungIFBd', Arial, sans-serif;font-weight:normal;font-size:12px;font-size:0.75rem;line-height:10px;line-height:0.625rem;clear:both;display:block;width:100%;/*visibility:hidden;*/ -webkit-transition-property:opacity;-moz-transition-property:opacity;-o-transition-property:opacity;transition-property:opacity;-webkit-transition-duration:1s;-moz-transition-duration:1s;-o-transition-duration:1s;transition-duration:1s;filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=0);opacity:0;}
html.ltr .ss_samsung .input label{float:left;}
html.rtl .ss_samsung .input label{float:right;}
@media (min-width:48em){.ss_samsung .input label{font-size:16px;font-size:1rem;line-height:16px;line-height:1rem;}}
@media (min-width:64em){.ss_samsung .input label{font-size:14px;font-size:0.875rem;line-height:14px;line-height:0.875rem;}}
@media (min-width:80.063em){.ss_samsung .input label{font-size:12px;font-size:0.75rem;}}
.ss_samsung .input input, .ss_samsung .input .placeholder{padding:8px 0;clear:both;display:block;background:#f1f1f1;border:0;width:100%;font-family:'SamsungIFRg', Arial, sans-serif;font-weight:normal;font-size:16px;font-size:1rem;line-height:16px;line-height:1rem;}
@media (min-width:48em){.ss_samsung .input input, .ss_samsung .input .placeholder{font-size:24px;font-size:1.5rem;line-height:normal;padding:6px 0;}}
@media (min-width:64em){.ss_samsung .input input, .ss_samsung .input .placeholder{font-size:20px;font-size:1.25rem;}}
@media (min-width:80.063em){.ss_samsung .input input, .ss_samsung .input .placeholder{font-size:18px;font-size:1.125rem;margin-bottom:0.3125em;}}
.ss_samsung .input .placeholder{ color:#999;margin-bottom:0.1875em;filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=100);opacity:1;}
html.ltr .ss_samsung .input .placeholder{float:left;}
html.rtl .ss_samsung .input .placeholder{float:right;}
.ss_samsung .input.error{border-color:#e40020;}
.ss_samsung .input.error label{ color:#e40020;}
.ss_samsung .input.focused label{/*visibility:visible;*/ filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=100);opacity:1;}
.ss_samsung .input:after{content:" ";display:block;clear:both;visibility:hidden;line-height:0;height:0;*zoom:1;}
.ss_samsung .error, .ss_samsung p.error{ color:#e40020;margin-bottom:1em;}
.ss_samsung form:not(#foo) > fieldset input[type='radio'], .ss_samsung form:not(#foo) > fieldset .input [type='radio'].placeholder, .ss_samsung .input form:not(#foo) > fieldset [type='radio'].placeholder, .ss_samsung form:not(#foo) > fieldset input[type='checkbox'], .ss_samsung form:not(#foo) > fieldset .input [type='checkbox'].placeholder, .ss_samsung .input form:not(#foo) > fieldset [type='checkbox'].placeholder{padding:0;margin:0;opacity:0;position:absolute;}
html.ltr .ss_samsung form:not(#foo) > fieldset input[type='radio'], html.ltr .ss_samsung form:not(#foo) > fieldset .input [type='radio'].placeholder, html.ltr .ss_samsung .input form:not(#foo) > fieldset [type='radio'].placeholder, html.ltr .ss_samsung form:not(#foo) > fieldset input[type='checkbox'], html.ltr .ss_samsung form:not(#foo) > fieldset .input [type='checkbox'].placeholder, html.ltr .ss_samsung .input form:not(#foo) > fieldset [type='checkbox'].placeholder{float:left;}
html.rtl .ss_samsung form:not(#foo) > fieldset input[type='radio'], html.rtl .ss_samsung form:not(#foo) > fieldset .input [type='radio'].placeholder, html.rtl .ss_samsung .input form:not(#foo) > fieldset [type='radio'].placeholder, html.rtl .ss_samsung form:not(#foo) > fieldset input[type='checkbox'], html.rtl .ss_samsung form:not(#foo) > fieldset .input [type='checkbox'].placeholder, html.rtl .ss_samsung .input form:not(#foo) > fieldset [type='checkbox'].placeholder{float:right;}
html.ltr .ss_samsung form:not(#foo) > fieldset input[type='radio'], html.ltr .ss_samsung form:not(#foo) > fieldset .input [type='radio'].placeholder, html.ltr .ss_samsung .input form:not(#foo) > fieldset [type='radio'].placeholder, html.ltr .ss_samsung form:not(#foo) > fieldset input[type='checkbox'], html.ltr .ss_samsung form:not(#foo) > fieldset .input [type='checkbox'].placeholder, html.ltr .ss_samsung .input form:not(#foo) > fieldset [type='checkbox'].placeholder{left:-9999em;}
html.rtl .ss_samsung form:not(#foo) > fieldset input[type='radio'], html.rtl .ss_samsung form:not(#foo) > fieldset .input [type='radio'].placeholder, html.rtl .ss_samsung .input form:not(#foo) > fieldset [type='radio'].placeholder, html.rtl .ss_samsung form:not(#foo) > fieldset input[type='checkbox'], html.rtl .ss_samsung form:not(#foo) > fieldset .input [type='checkbox'].placeholder, html.rtl .ss_samsung .input form:not(#foo) > fieldset [type='checkbox'].placeholder{right:-9999em;}
html.ltr .ss_samsung form:not(#foo) > fieldset input[type='radio'] + label,
html.ltr .ss_samsung form:not(#foo) > fieldset .input [type='radio'].placeholder + label,
html.ltr .ss_samsung .input form:not(#foo) > fieldset [type='radio'].placeholder + label,
html.ltr .ss_samsung form:not(#foo) > fieldset input[type='checkbox'] + label,
html.ltr .ss_samsung form:not(#foo) > fieldset .input [type='checkbox'].placeholder + label,
html.ltr .ss_samsung .input form:not(#foo) > fieldset [type='checkbox'].placeholder + label{clear:none;cursor:pointer;line-height:29px;line-height:1.8125rem;position:relative;padding-left:35px;}
html.rtl .ss_samsung form:not(#foo) > fieldset input[type='radio'] + label,
html.rtl .ss_samsung form:not(#foo) > fieldset .input [type='radio'].placeholder + label,
html.rtl .ss_samsung .input form:not(#foo) > fieldset [type='radio'].placeholder + label,
html.rtl .ss_samsung form:not(#foo) > fieldset input[type='checkbox'] + label,
html.rtl .ss_samsung form:not(#foo) > fieldset .input [type='checkbox'].placeholder + label,
html.rtl .ss_samsung .input form:not(#foo) > fieldset [type='checkbox'].placeholder + label{clear:none;cursor:pointer;line-height:29px;line-height:1.8125rem;position:relative;padding-right:35px;}
html.ltr .ss_samsung form:not(#foo) > fieldset input[type='radio'] + label, html.ltr .ss_samsung form:not(#foo) > fieldset .input [type='radio'].placeholder + label, html.ltr .ss_samsung .input form:not(#foo) > fieldset [type='radio'].placeholder + label, html.ltr .ss_samsung form:not(#foo) > fieldset input[type='checkbox'] + label, html.ltr .ss_samsung form:not(#foo) > fieldset .input [type='checkbox'].placeholder + label, html.ltr .ss_samsung .input form:not(#foo) > fieldset [type='checkbox'].placeholder + label{float:left;}
html.rtl .ss_samsung form:not(#foo) > fieldset input[type='radio'] + label, html.rtl .ss_samsung form:not(#foo) > fieldset .input [type='radio'].placeholder + label, html.rtl .ss_samsung .input form:not(#foo) > fieldset [type='radio'].placeholder + label, html.rtl .ss_samsung form:not(#foo) > fieldset input[type='checkbox'] + label, html.rtl .ss_samsung form:not(#foo) > fieldset .input [type='checkbox'].placeholder + label, html.rtl .ss_samsung .input form:not(#foo) > fieldset [type='checkbox'].placeholder + label{float:right;}
.ss_samsung form:not(#foo) > fieldset input[type='checkbox'] + label:before, .ss_samsung form:not(#foo) > fieldset .input [type='checkbox'].placeholder + label:before, .ss_samsung .input form:not(#foo) > fieldset [type='checkbox'].placeholder + label:before{width:29px;height:29px;background:#A6A8AA;content:"";}
html.ltr .ss_samsung form:not(#foo) > fieldset input[type='checkbox'] + label:before, html.ltr .ss_samsung form:not(#foo) > fieldset .input [type='checkbox'].placeholder + label:before, html.ltr .ss_samsung .input form:not(#foo) > fieldset [type='checkbox'].placeholder + label:before{/*  margin-right:10px;*/}
html.rtl .ss_samsung form:not(#foo) > fieldset input[type='checkbox'] + label:before, html.rtl .ss_samsung form:not(#foo) > fieldset .input [type='checkbox'].placeholder + label:before, html.rtl .ss_samsung .input form:not(#foo) > fieldset [type='checkbox'].placeholder + label:before{margin-left:10px;}
html.ltr .ss_samsung form:not(#foo) > fieldset input[type='checkbox'] + label:before, html.ltr .ss_samsung form:not(#foo) > fieldset .input [type='checkbox'].placeholder + label:before, html.ltr .ss_samsung .input form:not(#foo) > fieldset [type='checkbox'].placeholder + label:before{position:absolute;left:0;top:0;}
html.rtl .ss_samsung form:not(#foo) > fieldset input[type='checkbox'] + label:before, html.rtl .ss_samsung form:not(#foo) > fieldset .input [type='checkbox'].placeholder + label:before, html.rtl .ss_samsung .input form:not(#foo) > fieldset [type='checkbox'].placeholder + label:before{position:absolute;right:0;top:0;} /*20140703 shin*/
.ss_samsung form:not(#foo) > fieldset input[type='checkbox']:checked + label:before, .ss_samsung form:not(#foo) > fieldset .input [type='checkbox'].placeholder:checked + label:before, .ss_samsung .input form:not(#foo) > fieldset [type='checkbox'].placeholder:checked + label:before{background:#0071BF;content:"\e003"; color:white;font-size:20px;font-size:1.25rem;text-align:center;line-height:26px;display:-moz-inline-stack;display:inline-block;vertical-align:middle;*vertical-align:auto;zoom:1;*display:inline;zoom:1;}
.ss_samsung button{border:0 none;background:transparent;}
@media screen and (-webkit-min-device-pixel-ratio:0){.ss_samsung button{margin:0px;}}
.ss_samsung .ss-button{display:inline-block;*display:inline;*zoom:1;width:100%;font-family:'SamsungIFBd', Arial, sans-serif;font-weight:normal; color:#fff;font-size:12px;font-size:0.75rem;line-height:1.2;padding:12px 10px;text-transform:uppercase;text-decoration:none;transition:all 0.3s ease 0s;-moz-transition:all 0.3s ease 0s;-webkit-transition:all 0.3s ease 0s;text-align:center;cursor:pointer;}
.ss_samsung .ss-button.half-width{width:50%;}
html.ltr .ss_samsung .ss-button.half-width{margin-right:-4px;}
html.rtl .ss_samsung .ss-button.half-width{margin-left:-4px;}
.ss_samsung .ss-button.dark{background:none repeat scroll 0 0 #4a4a4a; color:white;}
.ss_samsung .ss-button.white{background:none repeat scroll 0 0 white; color:#000;}
.ss_samsung .ss-button.white:hover{background:none repeat scroll 0 0 #4a4a4a; color:white;}
.ss_samsung .ss-button.light{background:none repeat scroll 0 0 #999; color:white;}
.ss_samsung .ss-button.light:hover{background:none repeat scroll 0 0 #4a4a4a; color:white;}
.ss_samsung .ss-button.lighter{background:none repeat scroll 0 0 #d7d7d7; color:#000;}
.ss_samsung .ss-button.lighter:hover{background:none repeat scroll 0 0 #4a4a4a; color:white;}
.ss_samsung .ss-button.blue{background:none repeat scroll 0 0 #2db6cf; color:white;}
.ss_samsung .ss-button.blue:hover{background:none repeat scroll 0 0 #4a4a4a; color:white;}
.ss_samsung .ss-button.darkblue{background:none repeat scroll 0 0 #1428a0; color:white;}
.ss_samsung .ss-button.darkblue:hover{background:none repeat scroll 0 0 #292929; color:white;}
.ss_samsung .ss-button.simple{background:none; color:#0071BF;}
.ss_samsung .ss-button.simple:hover{background:none; color:#0071BF;}
.ss_samsung .ss-button.ss-onstore{background:none repeat scroll 0 0 #672f9b; color:white;}
.ss_samsung .ss-button.ss-onstore:hover, .ss_samsung .ss-button.ss-onstore.active{background:none repeat scroll 0 0 #52565a; color:white;}
.ss_samsung .ss-button.ss-onstore-light{background:white; color:#672f9b;}
.ss_samsung .ss-button.ss-onstore-light:hover{background:none repeat scroll 0 0 #292929; color:white;}
.ss_samsung .ss-button.ss-onstore-light.hover-class{background:none repeat scroll 0 0 #292929; color:white;}
.ss_samsung .ss-button.load-more-button{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;background-color:#0071BF;font-size:13px;font-size:0.8125rem;padding:27px;}
@media (min-width:48em){.ss_samsung .ss-button.load-more-button{margin-top:-1px;}}
@media (min-width:64em){.ss_samsung .ss-button.load-more-button{padding:10px;font-size:14px;font-size:0.875rem;}}
@media (min-width:80em){.ss_samsung .ss-button.load-more-button{font-size:15px;font-size:0.9375rem;}}
.ss_samsung .ss-button.load-more-button.support{background-color:#e2e2e2; color:#292929;}
@media (min-width:48em){.ss_samsung .ss-button.load-more-button.support{padding:17px;}}
.ss_samsung .ss-button.load-more-button.load-more-articles{margin-top:0;}
.ss_samsung .accordion-button{position:relative;background-color:#f9f9f9;border-bottom:1px solid #fff;padding:20px;cursor:pointer;}
html.ltr .ss_samsung .accordion-button{padding-left:30px;}
html.rtl .ss_samsung .accordion-button{padding-right:30px;}
html.ltr .ss_samsung .accordion-button{padding-right:0;}
html.rtl .ss_samsung .accordion-button{padding-left:0;}
.ss_samsung .accordion-button a{font-family:'SamsungIFRg', Arial, sans-serif;font-weight:normal;font-size:17px;font-size:1.0625rem; color:#000;display:block;}
.ss_samsung .accordion-button a:hover{text-decoration:none;}
.ss_samsung .accordion-button a span[class*="icon-"]{position:absolute;top:35%;font-size:17px;font-size:1.0625rem;}
html.ltr .ss_samsung .accordion-button a span[class*="icon-"]{right:20px;}
html.rtl .ss_samsung .accordion-button a span[class*="icon-"]{left:20px;}
html.ltr .ss_samsung .accordion-button a span[class*="icon-"]{margin-right:20px;}
html.rtl .ss_samsung .accordion-button a span[class*="icon-"]{margin-left:20px;}
.ss_samsung .accordion-button a span[class*="icon-"].icon-minus:before{display:none;}
.ss_samsung .accordion-button a span[class*="icon-"].icon-plus:after{content:"\27";display:block;}
.ss_samsung .accordion-button label{display:none;font-size:17px;font-size:1.0625rem;margin-top:5px;cursor:pointer;}
.ss_samsung .accordion-button.active{background-color:#fff;border-bottom:1px solid #d2d2d2;}
.ss_samsung .accordion-button.active a{font-family:'SamsungIFBd', Arial, sans-serif;font-weight:normal;}
.ss_samsung .accordion-button.active label{display:block;}
.ss_samsung .accordion-button.active + .accordion-content{max-height:1000px;}
.ss_samsung .accordion-button.active span[class*="icon-"].icon-minus:before{content:" \28";display:block;}
.ss_samsung .accordion-button.active span[class*="icon-"].icon-plus:after{content:" \27";display:none;}
/* RTL toggle minus icon */
html.rtl .icon-minus:before, html.rtl .ss_samsung .accordion-button.active span[class*="icon-"].icon-minus:before{content:"\29";}
.ss_samsung .accordion-button .accordion-subtitle{display:block;font-family:'SamsungIFRg', Arial, sans-serif;font-weight:normal;font-size:12px;font-size:0.75rem;}
.ss_samsung .accordion-content{max-height:0;overflow:hidden;-webkit-transition-property:max-height;-moz-transition-property:max-height;-o-transition-property:max-height;transition-property:max-height;-webkit-transition-duration:400ms;-moz-transition-duration:400ms;-o-transition-duration:400ms;transition-duration:400ms;-webkit-transition-timing-function:ease;-moz-transition-timing-function:ease;-o-transition-timing-function:ease;transition-timing-function:ease;}
.ss_samsung .accordion-content .accordion-inner{padding:15px 0;}
.ss_samsung .ss-simple-button{background:none;font-size:15px;font-size:0.9375rem; color:#0071BF;font-family:'SamsungIFBd', Arial, sans-serif;font-weight:normal;-webkit-transition-property:color;-moz-transition-property:color;-o-transition-property:color;transition-property:color;-webkit-transition-duration:0.4s;-moz-transition-duration:0.4s;-o-transition-duration:0.4s;transition-duration:0.4s;-webkit-transition-timing-function:ease;-moz-transition-timing-function:ease;-o-transition-timing-function:ease;transition-timing-function:ease;}
.ss_samsung .ss-simple-button:hover{text-decoration:none; color:#666;}
@media (min-width:48em){.ss_samsung .ss-simple-button{font-size:16px;font-size:1rem;}}
.ss_samsung .button{background:#1428a0; color:white;min-width:10em;padding:.8em 0;display:-moz-inline-stack;display:inline-block;vertical-align:middle;*vertical-align:auto;zoom:1;*display:inline;text-transform:uppercase;text-align:center;font-family:'SamsungIFBd', Arial, sans-serif;font-weight:normal;text-decoration:none;}
.ss_samsung .button.gray{background:#e2e2e2; color:#292929;}
.ss_samsung .button.gray:hover, .ss_samsung .button.gray:active{ color:white;}
.ss_samsung .button:hover{background:#666; color:white;}
.ss_samsung .button:active{background:#292929;}
.ss_samsung .pagination{padding:0;margin:0;}
.ss_samsung .pagination > li{display:block;list-style-type:none;float:left;margin-right:0.625em;}
.ss_samsung .pagination > li:last-child{margin-right:0;}
.ss_samsung .pagination a{padding:.5em 1em;border:1px solid #ccc;}
.ss_samsung .pagination .active a{background:#1428a0; color:white;}
.ss_samsung .breadcrumbs{padding:0;margin:0;}
.ss_samsung .breadcrumbs > li{display:block;list-style-type:none;float:left;margin-right:0.625em;}
.ss_samsung .breadcrumbs > li:last-child{margin-right:0;}

.ss_samsung .module-heading{display:block;overflow:hidden;padding:15px 0;width:100%;font-family:'SamsungIFRg', Arial, sans-serif;font-weight:normal;font-size:24px;font-size:1.5rem;}
.ss_samsung .module-heading.module-heading-inverted{ color:#FFF;}
.ss_samsung .module-heading.module-heading-inverted .heading-icon{ color:#FFF;}
.ss_samsung .module-heading span{line-height:40px;}
.ss_samsung .module-heading .heading-icon{font-size:40px;font-size:2.5rem; color:#0071BF;vertical-align:middle;max-width:19%;}
html.ltr .ss_samsung .module-heading .heading-icon{float:left;}
html.rtl .ss_samsung .module-heading .heading-icon{float:right;}
html.ltr .ss_samsung .module-heading .heading-icon{margin-right:1%;}
html.rtl .ss_samsung .module-heading .heading-icon{margin-left:1%;}
.ss_samsung .module-heading .heading-icon.toggle-icon{font-size:16px;font-size:1rem;}
html.ltr .ss_samsung .module-heading .heading-icon.toggle-icon{float:right;}
html.rtl .ss_samsung .module-heading .heading-icon.toggle-icon{float:left;}
html.ltr .ss_samsung .module-heading .heading-icon.toggle-icon{margin-right:0;}
html.rtl .ss_samsung .module-heading .heading-icon.toggle-icon{margin-left:0;}
.ss_samsung .module-heading .heading-text{font-weight:normal;max-width:80%;}
html.ltr .ss_samsung .module-heading .heading-text{float:left;}
html.rtl .ss_samsung .module-heading .heading-text{float:right;}
.ss_samsung .module-heading .heading-alt-text{ color:#929292;padding-left:7px;}
.ss_samsung .module-heading .heading-pre{white-space:pre;}
@media (min-width:48em){.ss_samsung .module-heading{padding:30px 0;font-size:54px;font-size:3.375rem;}
	.ss_samsung .module-heading span{line-height:60px;}
	.ss_samsung .module-heading .heading-icon{font-size:60px;font-size:3.75rem;}
	html.ltr .ss_samsung .module-heading .heading-icon{margin-right:10px;margin-left:-4.5px;}
	html.rtl .ss_samsung .module-heading .heading-icon{margin-left:10px;margin-right:-4.5px;}
	.ss_samsung .module-heading .heading-icon.toggle-icon{font-size:40px;font-size:2.5rem;}}
@media (min-width:50.063em){.ss_samsung .module-heading{padding:30px 0;font-size:36px;font-size:2.25rem;}
	.ss_samsung .module-heading .heading-icon{font-size:60px;font-size:3.75rem;}
	html.ltr .ss_samsung .module-heading .heading-icon{margin-right:15px;margin-left:-4.5px;}
	html.rtl .ss_samsung .module-heading .heading-icon{margin-left:15px;margin-right:-4.5px;}}
.ss_samsung .hide{display:none;}
.ss_samsung .hidden{position:absolute;top:-9999em;width:0;height:0;}
html.ltr .ss_samsung .hidden{left:-9999em;}
html.rtl .ss_samsung .hidden{right:-9999em;}

/**
GLOBAL ELEMENTS CSS
Header, Footer and Navigation
**/
.body_wrapper{position:relative;height:100%;width:100%;overflow:visible;}
.body_wrapper.ios7{position:fixed;}
body.checkwidth{overflow:hidden !important;}
body.scrollOff .body_wrapper{overflow:hidden;}
body.scrollOff.ios .body_wrapper{overflow:visible;}

.scrollwrapper{pointer-events:auto !important;}
.scrollwrapper *{pointer-events:auto !important;}

body.overlay_hide{background:#000;height:100%;position:absolute;}
body.overlay_hide .cookie_notice{display:none !important;}
body.overlay_hide .ss-nav-main{display:block !important;}

/**
COMMON IMPORT
Common imports for the pages.
**/
.rtl .static-hero .hero1 img{-moz-transform:scaleX(-1);-o-transform:scaleX(-1);-webkit-transform:scaleX(-1);transform:scaleX(-1);filter:FlipH;-ms-filter:"FlipH";}
input[type="text"].animate-placeholder::-webkit-input-placeholder, .ss_samsung .input [type="text"].animate-placeholder.placeholder::-webkit-input-placeholder, input[type="date"].animate-placeholder::-webkit-input-placeholder, .ss_samsung .input [type="date"].animate-placeholder.placeholder::-webkit-input-placeholder{-webkit-transition-property:all;-moz-transition-property:all;-o-transition-property:all;transition-property:all;-webkit-transition-duration:200ms;-moz-transition-duration:200ms;-o-transition-duration:200ms;transition-duration:200ms;-webkit-transition-timing-function:ease;-moz-transition-timing-function:ease;-o-transition-timing-function:ease;transition-timing-function:ease;}
input[type="text"].animate-placeholder::-moz-placeholder, .ss_samsung .input [type="text"].animate-placeholder.placeholder::-moz-placeholder, input[type="date"].animate-placeholder::-moz-placeholder, .ss_samsung .input [type="date"].animate-placeholder.placeholder::-moz-placeholder{-webkit-transition-property:all;-moz-transition-property:all;-o-transition-property:all;transition-property:all;-webkit-transition-duration:200ms;-moz-transition-duration:200ms;-o-transition-duration:200ms;transition-duration:200ms;-webkit-transition-timing-function:ease;-moz-transition-timing-function:ease;-o-transition-timing-function:ease;transition-timing-function:ease;}
input[type="text"].animate-placeholder:-ms-input-placeholder, .ss_samsung .input [type="text"].animate-placeholder.placeholder:-ms-input-placeholder, input[type="date"].animate-placeholder:-ms-input-placeholder, .ss_samsung .input [type="date"].animate-placeholder.placeholder:-ms-input-placeholder{-webkit-transition-property:all;-moz-transition-property:all;-o-transition-property:all;transition-property:all;-webkit-transition-duration:200ms;-moz-transition-duration:200ms;-o-transition-duration:200ms;transition-duration:200ms;-webkit-transition-timing-function:ease;-moz-transition-timing-function:ease;-o-transition-timing-function:ease;transition-timing-function:ease;}
input[type="text"].animate-placeholder.active::-webkit-input-placeholder, .ss_samsung .input [type="text"].animate-placeholder.active.placeholder::-webkit-input-placeholder, input[type="date"].animate-placeholder.active::-webkit-input-placeholder, .ss_samsung .input [type="date"].animate-placeholder.active.placeholder::-webkit-input-placeholder{font-size:11px;font-size:0.6875rem;position:relative;top:-12px;visibility:visible !important;}
input[type="text"].animate-placeholder.active::-moz-placeholder, .ss_samsung .input [type="text"].animate-placeholder.active.placeholder::-moz-placeholder, input[type="date"].animate-placeholder.active::-moz-placeholder, .ss_samsung .input [type="date"].animate-placeholder.active.placeholder::-moz-placeholder{font-size:11px;font-size:0.6875rem;position:relative;line-height:1;visibility:visible !important;}
input[type="text"].animate-placeholder.active:-ms-input-placeholder, .ss_samsung .input [type="text"].animate-placeholder.active.placeholder:-ms-input-placeholder, input[type="date"].animate-placeholder.active:-ms-input-placeholder, .ss_samsung .input [type="date"].animate-placeholder.active.placeholder:-ms-input-placeholder{font-size:11px;font-size:0.6875rem;position:relative;top:-12px;visibility:visible !important;}

.ss_samsung #header{height:20px;background:#CCC;}
.ss_samsung .fixed-header{width:100%;max-width:120em;position:relative;top:0;}
.ss_samsung .accomodate-sec-nav{height:40px;}
@media (min-width:80.063em){.ss_samsung .accomodate-sec-nav{height:65px;}}
.ss_samsung #sec-nav{background-color:#1428a0;height:40px;line-height:40px;}
.ss_samsung #sec-nav .nav-content{position:absolute;width:100%;height:100%;}
@media (min-width:80.063em){.ss_samsung #sec-nav{height:65px;line-height:65px;}}
.ss_samsung #sec-nav .nav-button{text-decoration:none; color:#FFF;-moz-transition:color 0.3s ease 0s;-webkit-transition:color 0.3s ease 0s;font-weight:normal;}
.ss_samsung #sec-nav .titleContainer{width:100%;position:absolute;text-align:center;}
.ss_samsung #sec-nav .titleContainer input, .ss_samsung #sec-nav .titleContainer .input .placeholder, .ss_samsung .input #sec-nav .titleContainer .placeholder{border:0 none;text-align:center;margin-top:12px;font-family:'SamsungIFRg', Arial, sans-serif;font-weight:normal;font-size:18px;font-size:1.125rem;}
@media (min-width:80.063em){.ss_samsung #sec-nav .titleContainer input, .ss_samsung #sec-nav .titleContainer .input .placeholder, .ss_samsung .input #sec-nav .titleContainer .placeholder{font-size:35px;font-size:2.1875rem;}}
.ss_samsung #sec-nav .titleContainer .title{font-family:'SamsungIFRg', Arial, sans-serif;font-weight:normal;font-size:18px;font-size:1.125rem;text-align:center; color:#fff;}
@media (min-width:80.063em){.ss_samsung #sec-nav .titleContainer .title{font-size:35px;font-size:2.1875rem;}}
.ss_samsung #sec-nav .actions{overflow:hidden;position:relative;}
html.ltr .ss_samsung #sec-nav .actions #action-back .icon-link-play{display:none;}
html.rtl .ss_samsung #sec-nav .actions #action-back .icon-breadcrumb-back{display:none;}
html.ltr .ss_samsung #sec-nav .actions.left{float:left;}
html.rtl .ss_samsung #sec-nav .actions.left{float:right;}
@media (min-width:80em){.ss_samsung #sec-nav .actions.left{margin:0 20px;}}
html.ltr .ss_samsung #sec-nav .actions.right{float:right;}
html.rtl .ss_samsung #sec-nav .actions.right{float:left;}
@media (min-width:80em){.ss_samsung #sec-nav .actions.right{margin:0 20px;}}
html.ltr .ss_samsung #sec-nav .actions li{float:left;}
html.rtl .ss_samsung #sec-nav .actions li{float:right;}
.ss_samsung #sec-nav .actions li .nav-button{ color:white;display:inline-block;*display:inline;*zoom:1;height:100%;vertical-align:top;font-family:'SamsungIFRg', Arial, sans-serif;font-weight:normal;text-transform:uppercase;font-size:10px;font-size:0.625rem;}
@media (min-width:50em){.ss_samsung #sec-nav .actions li .nav-button{width:auto;font-size:12px;font-size:0.75rem;}}
.ss_samsung #sec-nav .actions li .nav-button:hover{ color:#0071BF;}
.ss_samsung #sec-nav .actions li .nav-button span.title{font-size:14px;font-size:0.875rem;display:none;}
html.ltr .ss_samsung #sec-nav .actions li .nav-button span.title{padding-right:8px;}
html.rtl .ss_samsung #sec-nav .actions li .nav-button span.title{padding-left:8px;}
@media (min-width:50em){.ss_samsung #sec-nav .actions li .nav-button span.title{display:inline-block;*display:inline;*zoom:1;}}
.ss_samsung #sec-nav .actions li .nav-button .icon{width:30px;display:inline-block;*display:inline;*zoom:1;vertical-align:middle;font-size:24px;font-size:1.5rem;margin-top:-5px;}
.ss_samsung #sec-nav .actions li .nav-button .icon.icon-breadcrumb-back, .ss_samsung #sec-nav .actions li .nav-button .icon.icon-link-play{width:36px;}
html.ltr .ss_samsung #sec-nav .actions li .nav-button .icon.icon-breadcrumb-back, html.ltr .ss_samsung #sec-nav .actions li .nav-button .icon.icon-link-play{margin-right:4px;}
html.rtl .ss_samsung #sec-nav .actions li .nav-button .icon.icon-breadcrumb-back, html.rtl .ss_samsung #sec-nav .actions li .nav-button .icon.icon-link-play{margin-left:4px;}
.ss_samsung .footer{position:relative;/*font-size:1.25em;*/ font-family:'SamsungIFRg', Arial, sans-serif;font-weight:normal;font-size:15px;font-size:0.9375rem;overflow:hidden;*zoom:1;clear:both;/*iOS tablet portrait Break*/}

.ss_samsung .footer a{ color:#292929;word-break: break-word;}
@media (min-width: 48em){
.ss_samsung .footer a{white-space: nowrap;}
}
.ss_samsung .footer .top.section ul li a{width:100%;}
.ss_samsung .footer a:hover{text-decoration:none;}
.ss_samsung .footer ul{padding:0;}
.ss_samsung .footer ul li{margin-bottom:0.5em;float:left;}
html.ltr .ss_samsung .footer ul li{margin-right:10px;}
html.rtl .ss_samsung .footer ul li{margin-left:10px;}
.ss_samsung .footer ul li:last-child{margin-bottom:0;}
.ss_samsung .footer .top.section{background-color:#f9f9f9;}
.ss_samsung .footer .fbico, .ss_samsung .footer .twico{font-size:20px;font-size:1.25rem;}
html.ltr .ss_samsung .footer .fbico, html.ltr .ss_samsung .footer .twico{margin-right:15px;}
html.rtl .ss_samsung .footer .fbico, html.rtl .ss_samsung .footer .twico{margin-left:15px;}
html.ltr .ss_samsung .footer .fbico, html.ltr .ss_samsung .footer .twico{float:left;}
html.rtl .ss_samsung .footer .fbico, html.rtl .ss_samsung .footer .twico{float:right;}
.ss_samsung .footer .fbico{ color:#3a5897;}
.ss_samsung .footer .twico{ color:#28aae1;}
.ss_samsung .footer .flag-uk{background:url(/common/next/img/flag-uk.jpg);width:30px;height:20px;margin-top:-3px;display:-moz-inline-stack;display:inline-block;vertical-align:middle;*vertical-align:auto;zoom:1;*display:inline;}
html.ltr .ss_samsung .footer .flag-uk{margin-left:10px;}
html.rtl .ss_samsung .footer .flag-uk{margin-right:10px;}
html.ltr .ss_samsung .footer .cola{float:left;}
html.rtl .ss_samsung .footer .cola{float:right;}
.ss_samsung .footer .cola a:hover{ color:#0071BF;}
.ss_samsung .footer .colb{/*text-align:right;*/ /*float:right;*/}
html.ltr .ss_samsung .footer .colb{text-align:right;}
html.rtl .ss_samsung .footer .colb{text-align:left;}
html.ltr .ss_samsung .footer .colb{float:right;}
html.rtl .ss_samsung .footer .colb{float:left;}
.ss_samsung .footer .colb a:hover{ color:#0071BF;}
.ss_samsung .footer .cc{/*width:90%;padding:32px 5%;background:#fff;*/ /*position:absolute;bottom:0;left:0;*/}
html.ltr .ss_samsung .footer .lang{float:right;}
html.rtl .ss_samsung .footer .lang{float:left;}
.ss_samsung .footer .topBtn{/*float:right;*/  color:#0071BF;font-family:'SamsungIFBd', Arial, sans-serif;font-weight:normal;}
html.ltr .ss_samsung .footer .topBtn{float:right;}
html.rtl .ss_samsung .footer .topBtn{float:left;}
.ss_samsung .footer .topBtn .jump-up{/*margin-left:5px;*/ font-size:12px;font-size:0.75rem;/*@include icon-font('jump-up', 'after');*/}
html.ltr .ss_samsung .footer .topBtn .jump-up{margin-left:5px;}
html.rtl .ss_samsung .footer .topBtn .jump-up{margin-right:5px;}
.ss_samsung .footer .section{padding:23px 5%;overflow:hidden;*zoom:1;}
.ss_samsung .footer .section_notice{padding:0 5% 23px;overflow:hidden;*zoom:1;}
.ss_samsung .footer .middle{background:#f2f2f2;}
.ss_samsung .footer .bottom{padding:25px 5%;}
.ss_samsung .footer .bottom-spacer{background:#fff;height:4.9375em;}
@media (min-width:22.5em){.ss_samsung .footer .bottom-spacer{height:6.25em;}}
@media (min-width:30em){.ss_samsung .footer .bottom-spacer{height:3.625em;}}
html.ltr .ss_samsung .footer ul li.middle-ico-last{float:right;}
html.rtl .ss_samsung .footer ul li.middle-ico-last{float:left}
@media (min-width:80.063em) and (max-width:120em){
	.ss_samsung .footer .section{padding:30px 2%;width:96%;overflow:hidden;}
	.ss_samsung .footer .section_notice{padding:0 2% 30px;width:96%;overflow:hidden;}
	.ss_samsung .footer ul{padding:0;}
	.ss_samsung .footer ul li{margin-bottom:0.5em;}
	html.ltr .ss_samsung .footer ul li{float:left;}
	html.rtl .ss_samsung .footer ul li{float:right;}
	html.ltr .ss_samsung .footer ul li{margin-right:10px;}
	html.rtl .ss_samsung .footer ul li{margin-left:10px;}
	.ss_samsung .footer ul li:last-child{margin-bottom:0;}
	html.ltr .ss_samsung .footer ul li.middle-ico-last{float:right;}
	html.rtl .ss_samsung .footer ul li.middle-ico-last{float:left;}
	.ss_samsung .footer .bottom-spacer{height:0;}}
@media (min-width:50.063em) and (max-width:80em){
	.ss_samsung .footer .section{padding:1.5625em 5%;width:90%;overflow:hidden;}
	.ss_samsung .footer .section_notice{padding:0 5% 0;width:90%;overflow:hidden;}
	.ss_samsung .footer ul{padding:0;}
	.ss_samsung .footer ul li{margin-bottom:0.5em;}
	html.ltr .ss_samsung .footer ul li{float:left;}
	html.rtl .ss_samsung .footer ul li{float:right;}
	html.ltr .ss_samsung .footer ul li{margin-right:10px;}
	html.rtl .ss_samsung .footer ul li{margin-left:10px;}
	.ss_samsung .footer ul li:last-child{margin-bottom:0;}
	html.ltr .ss_samsung .footer ul li.middle-ico-last{float:right;}
	html.rtl .ss_samsung .footer ul li.middle-ico-last{float:left;}}
@media (min-width:40.063em) and (max-width:50em){.ss_samsung .footer ul{padding:0;}
	.ss_samsung .footer ul li{margin-bottom:0.5em;float:none;}
	html.ltr .ss_samsung .footer ul li{margin-right:10px;}
	html.rtl .ss_samsung .footer ul li{margin-left:10px;}
	.ss_samsung .footer ul li:last-child{margin-bottom:0;}
	html.ltr .ss_samsung .footer ul li.middle-ico-last{float:right;}
	html.rtl .ss_samsung .footer ul li.middle-ico-last{float:left;}
	.ss_samsung .footer .bottom-spacer{height:6.25em;}}
@media (min-width:22.563em) and (max-width:40em){.ss_samsung .footer ul{padding:0;}
	.ss_samsung .footer ul li{margin-bottom:0.5em;float:none;}
	html.ltr .ss_samsung .footer ul li{margin-right:10px;}
	html.rtl .ss_samsung .footer ul li{margin-left:10px;}
	.ss_samsung .footer ul li:last-child{margin-bottom:0;}
	html.ltr .ss_samsung .footer ul li.middle-ico-last{float:right;}
	html.rtl .ss_samsung .footer ul li.middle-ico-last{float:left;}
	.ss_samsung .footer .bottom-spacer{height:3.625em;}}
@media (min-width:0em) and (max-width:22.5em){
	.ss_samsung .footer ul{padding:0;}
	.ss_samsung .footer ul li{margin-bottom:0.5em;float:none;}
	html.ltr .ss_samsung .footer ul li{margin-right:10px;}
	html.rtl .ss_samsung .footer ul li{margin-left:10px;}
	.ss_samsung .footer ul li:last-child{margin-bottom:0;}
	html.ltr .ss_samsung .footer ul li.middle-ico-last{float:right;}
	html.rtl .ss_samsung .footer ul li.middle-ico-last{float:left;}
	.ss_samsung .footer .bottom-spacer{height:6.25em;}}
@media (min-width:30em){.ss_samsung .footer .bottom-spacer{height:3.625em;}}


/******************************************************
move to common/next/css/modules/hero.css  by.jiyoung 20140620
********************************************************/
.ss_samsung .loading-animation{position:absolute;width:50px !important;height:50px !important;}

.ss_samsung .compare-button-container .popover{width:300px;max-width:300px;z-index:30;}

.ss_samsung .compare-button-container .popover .popover-content{width:100%;padding:0 !important;}
/*
.ltr .ss_samsung .compare-button-container.controls .popover{left:auto !important;right:0;}
.rtl .ss_samsung .compare-button-container.controls .popover{right:auto !important;left:0;}*/

@media (min-width:50.063em){.ss_samsung .compare-button-container .popover{width:570px;max-width:570px;}}

/******************************************************
move to common/next/css/modules/compare.css  by.jiyoung 20140624
********************************************************/
.ss_samsung #shop-popover-container .popover{min-width:320px;width:320px;left:50% !important;margin-left:-160px !important;z-index:1022;}
@media (min-width:48em){.ss_samsung #shop-popover-container .popover{min-width:480px;width:480px;left:50% !important;margin-left:-240px !important;}}
.ss_samsung #shop-popover-container .popover .popover-content{padding:0;}
.ss_samsung #shop-popover-container .popover .shop-popover{padding:15px;font-size:12px;font-size:0.75rem;min-height:300px;}
@media (min-width:48em){.ss_samsung #shop-popover-container .popover .shop-popover{font-size:18px;font-size:1.125rem;}}
.ss_samsung #shop-popover-container .popover .shop-popover:after{content:" ";display:block;clear:both;visibility:hidden;line-height:0;height:0;*zoom:1;}
.ss_samsung #shop-popover-container .popover .shop-popover .close-button{font-size:25px;font-size:1.5625rem;position:absolute;right:20px;top:16px; color:#B8D8EE;}
.ss_samsung #shop-popover-container .popover .shop-popover .tabs{margin-top:30px;margin-bottom:5px;}
.ss_samsung #shop-popover-container .popover .shop-popover .tabs.type01 li{width:50%;}
.ss_samsung #shop-popover-container .popover .shop-popover .tabs li{width:33%;margin:0;background:#e7e7e6;}
html.ltr .ss_samsung #shop-popover-container .popover .shop-popover .tabs li{float:left;}
html.rtl .ss_samsung #shop-popover-container .popover .shop-popover .tabs li{float:right;}
.ss_samsung #shop-popover-container .popover .shop-popover .tabs li a{border:1px solid #f0f0f0;padding:12px 0; color:#292929;font-family:'SamsungIFBd', Arial, sans-serif;font-weight:normal;text-decoration:none;text-align:center;display:block;text-transform:uppercase;}
@media (min-width:80em){.ss_samsung #shop-popover-container .popover .shop-popover .tabs li a{font-size:16px;font-size:1rem;}}
.ss_samsung #shop-popover-container .popover .shop-popover .tabs li a .price{display:block;font-family:'SamsungIFRg', Arial, sans-serif;font-weight:normal;}
.ss_samsung #shop-popover-container .popover .shop-popover .tabs .active{border:0 none;background:#52565a;cursor:default;}
.ss_samsung #shop-popover-container .popover .shop-popover .tabs .active a{ color:white;}
.ss_samsung #shop-popover-container .popover .shop-popover .tab-content{clear:both;width:100%;}
.ss_samsung #shop-popover-container .popover .shop-popover .tab-content .stand-out{font-family:'SamsungIFBd', Arial, sans-serif;font-weight:normal;}
.ss_samsung #shop-popover-container .popover .shop-popover .tab-content .product-options{width:33%;}
html.ltr .ss_samsung #shop-popover-container .popover .shop-popover .tab-content .product-options{float:left;}
html.rtl .ss_samsung #shop-popover-container .popover .shop-popover .tab-content .product-options{float:right;}
.ss_samsung #shop-popover-container .popover .shop-popover .tab-content .label{font-family:'SamsungIFBd', Arial, sans-serif;font-weight:normal;margin-bottom:10px;text-transform:uppercase;letter-spacing:-1px;}
@media (min-width:80em){.ss_samsung #shop-popover-container .popover .shop-popover .tab-content .label{font-size:14px;font-size:0.875rem;}}
.ss_samsung #shop-popover-container .popover .shop-popover .tab-content .option-selector{background:#f1f1f1;width:90%;margin-left:5%;margin-right:5%;}
.ss_samsung #shop-popover-container .popover .shop-popover .tab-content .option-selector.first{margin:0;}
.ss_samsung #shop-popover-container .popover .shop-popover .tab-content .option-selector .selected-option{padding:0 7px;letter-spacing:-1px;}
.ss_samsung #shop-popover-container .popover .shop-popover .tab-content .text-noti{padding:80px 50px 80px 50px; text-align:center;}
@media (min-width:80em){.ss_samsung #shop-popover-container .popover .shop-popover .tab-content .option-selector .selected-option{font-size:18px;font-size:1.125rem;line-height:41px;height:41px;}}
.ss_samsung #shop-popover-container .popover .shop-popover .tab-content .link-button{float:left;margin-right:20px;font-family:'SamsungIFBd', Arial, sans-serif;font-weight:normal;display:block;}
.ss_samsung #shop-popover-container .popover .shop-popover .tab-content .link-button span{font-size:11px;font-size:0.6875rem;vertical-align:middle;}
html.ltr .ss_samsung #shop-popover-container .popover .shop-popover .tab-content .link-button span{margin-left:3px;}
html.rtl .ss_samsung #shop-popover-container .popover .shop-popover .tab-content .link-button span{margin-right:3px;}
@media (min-width:80em){.ss_samsung #shop-popover-container .popover .shop-popover .tab-content .link-button span{font-size:17px;font-size:1.0625rem;}}
.ss_samsung #shop-popover-container .popover .shop-popover .buy-direct .options,
.ss_samsung #shop-popover-container .popover .shop-popover .buy-direct .status,
.ss_samsung #shop-popover-container .popover .shop-popover .buy-direct .actions{width:100%;clear:both;}
.ss_samsung #shop-popover-container .popover .shop-popover .buy-direct .options .label,
.ss_samsung #shop-popover-container .popover .shop-popover .buy-direct .status .label,
.ss_samsung #shop-popover-container .popover .shop-popover .buy-direct .actions .label{width:90%;margin-left:5%;margin-right:5%;}
.ss_samsung #shop-popover-container .popover .shop-popover .buy-direct .options .label.first,
.ss_samsung #shop-popover-container .popover .shop-popover .buy-direct .status .label.first,
.ss_samsung #shop-popover-container .popover .shop-popover .buy-direct .actions .label.first{margin-right:0;margin-left:0;}
.ss_samsung #shop-popover-container .popover .shop-popover .buy-direct .options .quantity input,
.ss_samsung #shop-popover-container .popover .shop-popover .buy-direct .status .quantity input,
.ss_samsung #shop-popover-container .popover .shop-popover .buy-direct .actions .quantity input,
.ss_samsung #shop-popover-container .popover .shop-popover .buy-direct .options .quantity .input .placeholder,
.ss_samsung .input #shop-popover-container .popover .shop-popover .buy-direct .options .quantity .placeholder,
.ss_samsung #shop-popover-container .popover .shop-popover .buy-direct .status .quantity .input .placeholder,
.ss_samsung .input #shop-popover-container .popover .shop-popover .buy-direct .status .quantity .placeholder,
.ss_samsung #shop-popover-container .popover .shop-popover .buy-direct .actions .quantity .input .placeholder,
.ss_samsung .input #shop-popover-container .popover .shop-popover .buy-direct .actions .quantity .placeholder{width:82%;height:34px;line-height:34px;padding:0 5px;border:none;font-size:12px;font-size:0.75rem;background:#e7e7e6; color:black;font-family:'SamsungIFBd', Arial, sans-serif;font-weight:normal;}
html.ltr .ss_samsung #shop-popover-container .popover .shop-popover .buy-direct .options .quantity input,
html.ltr .ss_samsung #shop-popover-container .popover .shop-popover .buy-direct .status .quantity input,
html.ltr .ss_samsung #shop-popover-container .popover .shop-popover .buy-direct .actions .quantity input,
html.ltr .ss_samsung #shop-popover-container .popover .shop-popover .buy-direct .options .quantity .input .placeholder,
html.ltr .ss_samsung .input #shop-popover-container .popover .shop-popover .buy-direct .options .quantity .placeholder,
html.ltr .ss_samsung #shop-popover-container .popover .shop-popover .buy-direct .status .quantity .input .placeholder,
html.ltr .ss_samsung .input #shop-popover-container .popover .shop-popover .buy-direct .status .quantity .placeholder,
html.ltr .ss_samsung #shop-popover-container .popover .shop-popover .buy-direct .actions .quantity .input .placeholder,
html.ltr .ss_samsung .input #shop-popover-container .popover .shop-popover .buy-direct .actions .quantity .placeholder{margin-left:6%;}

html.rtl .ss_samsung #shop-popover-container .popover .shop-popover .buy-direct .options .quantity input,
html.rtl .ss_samsung #shop-popover-container .popover .shop-popover .buy-direct .status .quantity input,
html.rtl .ss_samsung #shop-popover-container .popover .shop-popover .buy-direct .actions .quantity input,
html.rtl .ss_samsung #shop-popover-container .popover .shop-popover .buy-direct .options .quantity .input .placeholder,
html.rtl .ss_samsung .input #shop-popover-container .popover .shop-popover .buy-direct .options .quantity .placeholder,
html.rtl .ss_samsung #shop-popover-container .popover .shop-popover .buy-direct .status .quantity .input .placeholder,
html.rtl .ss_samsung .input #shop-popover-container .popover .shop-popover .buy-direct .status .quantity .placeholder,
html.rtl .ss_samsung #shop-popover-container .popover .shop-popover .buy-direct .actions .quantity .input .placeholder,
html.rtl .ss_samsung .input #shop-popover-container .popover .shop-popover .buy-direct .actions .quantity .placeholder{margin-right:6%;}

html.ltr .ss_samsung #shop-popover-container .popover .shop-popover .buy-direct .options .quantity input,
html.ltr .ss_samsung #shop-popover-container .popover .shop-popover .buy-direct .status .quantity input,
html.ltr .ss_samsung #shop-popover-container .popover .shop-popover .buy-direct .actions .quantity input,
html.ltr .ss_samsung #shop-popover-container .popover .shop-popover .buy-direct .options .quantity .input .placeholder,
html.ltr .ss_samsung .input #shop-popover-container .popover .shop-popover .buy-direct .options .quantity .placeholder,
html.ltr .ss_samsung #shop-popover-container .popover .shop-popover .buy-direct .status .quantity .input .placeholder,
html.ltr .ss_samsung .input #shop-popover-container .popover .shop-popover .buy-direct .status .quantity .placeholder,
html.ltr .ss_samsung #shop-popover-container .popover .shop-popover .buy-direct .actions .quantity .input .placeholder,
html.ltr .ss_samsung .input #shop-popover-container .popover .shop-popover .buy-direct .actions .quantity .placeholder{text-align:left;}

html.rtl .ss_samsung #shop-popover-container .popover .shop-popover .buy-direct .options .quantity input,
html.rtl .ss_samsung #shop-popover-container .popover .shop-popover .buy-direct .status .quantity input,
html.rtl .ss_samsung #shop-popover-container .popover .shop-popover .buy-direct .actions .quantity input,
html.rtl .ss_samsung #shop-popover-container .popover .shop-popover .buy-direct .options .quantity .input .placeholder,
html.rtl .ss_samsung .input #shop-popover-container .popover .shop-popover .buy-direct .options .quantity .placeholder,
html.rtl .ss_samsung #shop-popover-container .popover .shop-popover .buy-direct .status .quantity .input .placeholder,
html.rtl .ss_samsung .input #shop-popover-container .popover .shop-popover .buy-direct .status .quantity .placeholder,
html.rtl .ss_samsung #shop-popover-container .popover .shop-popover .buy-direct .actions .quantity .input .placeholder,
html.rtl .ss_samsung .input #shop-popover-container .popover .shop-popover .buy-direct .actions .quantity .placeholder{text-align:right;}

@media (min-width:80em){
	.ss_samsung #shop-popover-container .popover .shop-popover .buy-direct .options .quantity input,
	.ss_samsung #shop-popover-container .popover .shop-popover .buy-direct .status .quantity input,
	.ss_samsung #shop-popover-container .popover .shop-popover .buy-direct .actions .quantity input,
	.ss_samsung #shop-popover-container .popover .shop-popover .buy-direct .options .quantity .input .placeholder,
	.ss_samsung .input #shop-popover-container .popover .shop-popover .buy-direct .options .quantity .placeholder,
	.ss_samsung #shop-popover-container .popover .shop-popover .buy-direct .status .quantity .input .placeholder,
	.ss_samsung .input #shop-popover-container .popover .shop-popover .buy-direct .status .quantity .placeholder,
	.ss_samsung #shop-popover-container .popover .shop-popover .buy-direct .actions .quantity .input .placeholder,
	.ss_samsung .input #shop-popover-container .popover .shop-popover .buy-direct .actions .quantity .placeholder{font-size:18px;font-size:1.125rem;height:41px;line-height:41px;}
}

.ss_samsung #shop-popover-container .popover .shop-popover .buy-direct .status{padding-top:20px;}
.ss_samsung #shop-popover-container .popover .shop-popover .buy-direct .status li{width:33%;}
html.ltr .ss_samsung #shop-popover-container .popover .shop-popover .buy-direct .status li{float:left;}
html.rtl .ss_samsung #shop-popover-container .popover .shop-popover .buy-direct .status li{float:right;}
.ss_samsung #shop-popover-container .popover .shop-popover .buy-direct .status li .label{margin-left:0%;margin-right:0%;width:100%;}
.ss_samsung #shop-popover-container .popover .shop-popover .buy-direct .status li p{font-family:'SamsungIFRg', Arial, sans-serif;font-weight:normal;}
.ss_samsung #shop-popover-container .popover .shop-popover .buy-direct .actions{padding-top:20px;}
.ss_samsung #shop-popover-container .popover .shop-popover .buy-direct .actions .add-to-cart{width:110px;padding:10px 0px;margin-bottom:12px;}
@media (min-width:80em){
	.ss_samsung #shop-popover-container .popover .shop-popover .buy-direct .actions .add-to-cart{width:auto;}
}
.ss_samsung #shop-popover-container .popover .shop-popover .buy-direct .actions .shipping-notice{width:100%;margin-bottom:5px;font-family:'SamsungIFRg', Arial, sans-serif;font-weight:normal;}

.ss_samsung #shop-popover-container .popover .shop-popover .buy-online ul{width:100%;}
@media(min-width:48em){
	.ss_samsung #shop-popover-container .popover .shop-popover .buy-online ul{max-height:315px;overflow:auto;}
}
.ss_samsung #shop-popover-container .popover .shop-popover .buy-online ul li{width:100%;padding:10px 0;overflow:hidden;border-bottom:1px solid #e7e7e6;}
.ss_samsung #shop-popover-container .popover .shop-popover .buy-online ul li span{width:17%;vertical-align:middle;display:inline-block;*display:inline;*zoom:1;}
.ss_samsung #shop-popover-container .popover .shop-popover .buy-online ul li span.store-name{height:auto;width:30%;text-align:center;}
.ss_samsung #shop-popover-container .popover .shop-popover .buy-online ul li span.etc{height:auto;width:28%;text-align:center;}
.ss_samsung #shop-popover-container .popover .shop-popover .buy-online ul li span.etc-name{height:auto;width:22%;text-align:center;}
.ss_samsung #shop-popover-container .popover .shop-popover .buy-online ul li span.store-name img{height:auto;max-width:100%;max-height:44px;}
html.ltr .ss_samsung #shop-popover-container .popover .shop-popover .buy-online ul li span{margin-left:0;}
html.rtl .ss_samsung #shop-popover-container .popover .shop-popover .buy-online ul li span{margin-right:0;}
/*.ss_samsung #shop-popover-container .popover .shop-popover .buy-online ul li span:first-child{width:24%;}*/
html.ltr .ss_samsung #shop-popover-container .popover .shop-popover .buy-online ul li span:first-child{margin-left:0;}
html.rtl .ss_samsung #shop-popover-container .popover .shop-popover .buy-online ul li span:first-child{margin-right:0;}

.ss_samsung #shop-popover-container .popover .shop-popover .buy-online ul li .price{font-family:'SamsungIFBd', Arial, sans-serif;font-weight:normal;}
.ss_samsung #shop-popover-container .popover .shop-popover .buy-online ul li .go{padding:10px 0;width:70%;}
html.ltr .ss_samsung #shop-popover-container .popover .shop-popover .buy-online ul li .go{float:right;}
html.rtl .ss_samsung #shop-popover-container .popover .shop-popover .buy-online ul li .go{float:left;}
.ss_samsung #shop-popover-container .popover .shop-popover .buy-online ul li.no-stock{ color:#A6A8AA;}
.ss_samsung #shop-popover-container .popover .shop-popover .buy-online ul li.no-stock .go{background:#A6A8AA;cursor:default;}

.ss_samsung #shop-popover-container .popover .shop-popover .buy-online .controls .prev,
.ss_samsung #shop-popover-container .popover .shop-popover .buy-online .controls .next{padding:10px;margin-top:10px;background:#e7e7e6; color:white;text-align:center;cursor:default;}
.ss_samsung #shop-popover-container .popover .shop-popover .buy-online .controls .prev.active,
.ss_samsung #shop-popover-container .popover .shop-popover .buy-online .controls .next.active{background:#75787b;cursor:pointer;}
html.ltr .ss_samsung #shop-popover-container .popover .shop-popover .buy-online .controls .prev{float:left;}
html.rtl .ss_samsung #shop-popover-container .popover .shop-popover .buy-online .controls .prev{float:right;}
html.ltr .ss_samsung #shop-popover-container .popover .shop-popover .buy-online .controls .next{float:right;}
html.rtl .ss_samsung #shop-popover-container .popover .shop-popover .buy-online .controls .next{float:left;}

.ss_samsung #shop-popover-container .popover .shop-popover .buy-instore p{margin-bottom:7px;}
.ss_samsung #shop-popover-container .popover .shop-popover .buy-instore .price{font-size:16px;font-size:1rem;font-family:'SamsungIFBd', Arial, sans-serif;font-weight:normal; color:#292929;}
.ss_samsung #shop-popover-container .popover .shop-popover .buy-instore .price a{ color:#292929;}
.ss_samsung #shop-popover-container .popover .shop-popover .buy-instore .price a span{ color:#B8D8EE;vertical-align:middle;}
.ss_samsung #shop-popover-container .popover .shop-popover .buy-instore h2{font-size:16px;font-size:1rem;font-family:'SamsungIFRg', Arial, sans-serif;font-weight:normal; color:#292929;}
@media (min-width:80em){.ss_samsung #shop-popover-container .popover .shop-popover .buy-instore h2{font-size:18px;font-size:1.125rem;}}
.ss_samsung #shop-popover-container .popover .shop-popover .buy-instore .store-address, .ss_samsung #shop-popover-container .popover .shop-popover .buy-instore .store-phone{font-family:'SamsungIFRg', Arial, sans-serif;font-weight:normal;margin-bottom:0;}
.ss_samsung #shop-popover-container .popover .shop-popover .buy-instore .store-phone{margin-bottom:7px;}
.ss_samsung #shop-popover-container .popover .shop-popover .buy-instore .store-info .icon{font-size:40px;font-size:2.5rem;}
html.ltr .ss_samsung #shop-popover-container .popover .shop-popover .buy-instore .store-info .icon{float:left;}
html.rtl .ss_samsung #shop-popover-container .popover .shop-popover .buy-instore .store-info .icon{float:right;}
html.ltr .ss_samsung #shop-popover-container .popover .shop-popover .buy-instore .store-info .icon{margin-right:10px;}
html.rtl .ss_samsung #shop-popover-container .popover .shop-popover .buy-instore .store-info .icon{margin-left:10px;}
.ss_samsung #shop-popover-container .popover .shop-popover .buy-instore .store-info .call .icon-phone{ color:#B8D8EE;}
@media (min-width:80em){.ss_samsung #shop-popover-container .popover .shop-popover .buy-instore .store-info .call{display:none;}}
.ss_samsung #shop-popover-container .popover .shop-popover .buy-instore .store-info .icon-road{ color:#292929;}
.ss_samsung #shop-popover-container .popover .shop-popover .buy-instore .store-info .store-hours{margin-top:11px;}
html.ltr .ss_samsung #shop-popover-container .popover .shop-popover .buy-instore .store-info .store-hours{float:left;}
html.rtl .ss_samsung #shop-popover-container .popover .shop-popover .buy-instore .store-info .store-hours{float:right;}
.ss_samsung #shop-popover-container .popover .shop-popover .buy-instore .store-info .store-hours .stand-out{font-size:13px;font-size:0.8125rem;}
@media (min-width:80em){.ss_samsung #shop-popover-container .popover .shop-popover .buy-instore .store-info .store-hours .stand-out{font-size:19px;font-size:1.1875rem;}}
.ss_samsung #shop-popover-container .popover .shop-popover .buy-instore .bottom-wrap{width:100%;border-top:1px solid #e7e7e6;padding-top:15px;margin-top:15px;}
html.ltr .ss_samsung #shop-popover-container .popover .shop-popover .buy-instore .bottom-wrap{float:left;}
html.rtl .ss_samsung #shop-popover-container .popover .shop-popover .buy-instore .bottom-wrap{float:right;}
.ss_samsung #shop-popover-container .popover .shop-popover .buy-instore .bottom-wrap .button{position:relative;padding:10px 30px;}

/* 20140819 demoon add css for tw contents */
.ss_samsung #shop-popover-container .popover .shop-popover .buy-instore .tw-contents .tit{font-size:18px;font-weight:bold;margin-top:30px;}
.ss_samsung #shop-popover-container .popover .shop-popover .buy-instore .tw-contents .sub-tit{font-size:18px;font-weight:bold;margin-top:10px;}
.ss_samsung #shop-popover-container .popover .shop-popover .buy-instore .tw-contents .button {position: relative;padding:10px 30px;}
.ss_samsung #shop-popover-container .popover .shop-popover .buy-instore .tw-contents .button.btnstore-01{margin:10px 0 20px 0;}

/******************************************************
share move to common/next/css/modules/share-popover.css  by.jiyoung 20140618
********************************************************/
.ss_samsung .awards-popover{max-width:300px;}
.ss_samsung .awards-popover ul{width:210px;}
.ss_samsung .awards-popover ul li{width:auto;height:40px;margin:0 15px;}
html.ltr .ss_samsung .awards-popover ul li{float:left;}
html.rtl .ss_samsung .awards-popover ul li{float:right;}
.ss_samsung .awards-popover ul li img{width:100%;height:100%;}
.ss_samsung .awards-popover ul li.first{margin-left:0px;}
.ss_samsung .awards-popover ul li.last{margin-right:0px;}
.ss_samsung .awards-popover ul li.first-line{margin-bottom:15px;}
@media (min-width:48em){.ss_samsung .awards-popover ul{width:300px;}
	.ss_samsung .awards-popover ul li{width:auto;height:60px;margin:0 20px;}
	.ss_samsung .awards-popover ul li.first-line{margin-bottom:20px;}}
.ss_samsung .review-sort-popover ul li{width:100%;font-size:12px;font-size:0.75rem;font-family:'SamsungIFBd', Arial, sans-serif;font-weight:normal;cursor:pointer;border-bottom:1px solid #e7e7e6;padding:10px 0;}
html.ltr .ss_samsung .review-sort-popover ul li{float:left;}
html.rtl .ss_samsung .review-sort-popover ul li{float:right;}
.ss_samsung .review-sort-popover ul li.first{padding:0 0 10px 0;}
.ss_samsung .review-sort-popover ul li.last{border-bottom:none;padding:10px 0 0 0;}
.ss_samsung .review-sort-popover ul li:hover{ color:#B8D8EE;}
@media (min-width:48em){.ss_samsung .review-sort-popover ul li{font-size:27px;font-size:1.6875rem;}}
@media (min-width:50.063em){.ss_samsung .review-sort-popover ul li{font-size:18px;font-size:1.125rem;}}
.ss_samsung .ss_samsung.pdp_standard .popover .popover-content{padding:10px 15px;}
html.ltr .ss_samsung .ss_samsung.pdp_standard .popover .popover-content{float:left;}
html.rtl .ss_samsung .ss_samsung.pdp_standard .popover .popover-content{float:right;}
.ss_samsung .ss_samsung.pdp_standard .gallery-module .popover{max-width:98px;top:314px !important;}
.ss_samsung .ss_samsung.pdp_standard .gallery-module .popover .popover-content{padding:0;}
@media (min-width:48em){.ss_samsung .ss_samsung.pdp_standard .gallery-module .popover{max-width:198px;top:649px !important;}}
@media (min-width:64em){.ss_samsung .ss_samsung.pdp_standard .gallery-module .popover{max-width:148px;top:723px !important;}}
@media (min-width:80.063em){.ss_samsung .ss_samsung.pdp_standard .gallery-module .popover{top:523px !important;}}

.ss_samsung .ss_samsung.pdp_standard .awards-module .popover .popover-content{padding:0;}
.ss_samsung .popover-content *{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;}
/******************************************************
share move to common/next/css/modules/share-popover.css  by.jiyoung 20140618
********************************************************/
.ss_samsung .product-popover-container .popover{z-index:2200;border:0 none;background:0 none;width:100%;}
.ss_samsung .product-popover-container .popover .popover-title{display:none;}
.ss_samsung .product-popover-container .popover .popover-content{position:relative;background:white;width:264px;margin:0 auto;padding:20px 20px 15px 20px;}
@media (min-width:22.5em){.ss_samsung .product-popover-container .popover .popover-content{min-height:150px;width:300px;}}
@media (min-width:48em){.ss_samsung .product-popover-container .popover .popover-content{width:640px;}}
@media (min-width:64em){.ss_samsung .product-popover-container .popover .popover-content{width:900px;}}
@media (min-width:90em){.ss_samsung .product-popover-container .popover .popover-content{width:1100px;}}
.ss_samsung .product-popover-container .popover h3{font-size:32px;font-size:2rem; color:#292929;margin-bottom:10px;font-family:'SamsungIFRg', Arial, sans-serif;font-weight:normal;}
html.ltr .ss_samsung .product-popover-container .popover h3{text-align:left;}
html.rtl .ss_samsung .product-popover-container .popover h3{text-align:right;}
@media (min-width:48em){.ss_samsung .product-popover-container .popover h3{display:inline-block;width:100%;}
	html.ltr .ss_samsung .product-popover-container .popover h3{padding-right:300px;}
	html.rtl .ss_samsung .product-popover-container .popover h3{padding-left:300px;}}
.ss_samsung .product-popover-container .popover .close-button{position:absolute;top:10px;font-size:30px;font-size:1.875rem;}
html.ltr .ss_samsung .product-popover-container .popover .close-button{right:10px;}
html.rtl .ss_samsung .product-popover-container .popover .close-button{left:10px;}
@media (min-width:48em){.ss_samsung .product-popover-container .popover .close-button{font-size:25px;font-size:1.5625rem;top:30px;}
	html.ltr .ss_samsung .product-popover-container .popover .close-button{right:30px;}
	html.rtl .ss_samsung .product-popover-container .popover .close-button{left:30px;}}
@media (min-width:48em){.ss_samsung .product-popover-container .popover .popover-category{display:inline-block;position:absolute;width:250px;top:15px;}
	html.ltr .ss_samsung .product-popover-container .popover .popover-category{left:43%;}
	html.rtl .ss_samsung .product-popover-container .popover .popover-category{right:43%;}}
@media (min-width:64em){html.ltr .ss_samsung .product-popover-container .popover .popover-category{left:53%;}
	html.rtl .ss_samsung .product-popover-container .popover .popover-category{right:53%;}}
@media (min-width:90em){html.ltr .ss_samsung .product-popover-container .popover .popover-category{left:43%;}
	html.rtl .ss_samsung .product-popover-container .popover .popover-category{right:43%;}}
.ss_samsung .product-popover-container .product-category{display:block;cursor:pointer;background-color:#f1f1f1;padding:20px 10px;text-align:center;font-family:'SamsungIFBd', Arial, sans-serif;font-weight:normal;font-size:14px;font-size:0.875rem; color:#292929;text-transform:uppercase;margin-bottom:3px;position:relative;}
.ss_samsung .product-popover-container .product-category:after{content:'';position:absolute;bottom:0;border-right:10px solid transparent;border-left:10px solid transparent;border-bottom:10px solid #fff;}
html.ltr .ss_samsung .product-popover-container .product-category:after{right:11px;}
html.rtl .ss_samsung .product-popover-container .product-category:after{left:11px;}
.ss_samsung .product-popover-container .product-list{border:1px solid #d2d2d2;}
.ss_samsung .product-popover-container .product-list li:first-child .accordion-button:before, .ss_samsung .product-popover-container .product-list li:first-child .accordion-button:after{content:'';position:absolute;border-right:10px solid transparent;border-left:10px solid transparent;}
html.ltr .ss_samsung .product-popover-container .product-list li:first-child .accordion-button:before, html.ltr .ss_samsung .product-popover-container .product-list li:first-child .accordion-button:after{right:10px;}
html.rtl .ss_samsung .product-popover-container .product-list li:first-child .accordion-button:before, html.rtl .ss_samsung .product-popover-container .product-list li:first-child .accordion-button:after{left:10px;}
.ss_samsung .product-popover-container .product-list li:first-child .accordion-button:before{border-bottom:10px solid #dfdfdf;top:-10px;}
.ss_samsung .product-popover-container .product-list li:first-child .accordion-button:after{border-bottom:10px solid #f9f9f9;top:-9px;}
.ss_samsung .product-popover-container .product-list li:first-child .accordion-button.active:after{border-bottom-color:#f9f9f9;}
.ss_samsung .product-popover-container .product-tutorial{display:none;}
.ss_samsung .product-popover-container .product-tutorial *{font-family:'SamsungIFRg', Arial, sans-serif;font-weight:normal;}
.ss_samsung .product-popover-container .product-tutorial h2{font-size:22px;font-size:1.375rem;margin:40px 0 15px;}
.ss_samsung .product-popover-container .product-tutorial p{font-size:18px;font-size:1.125rem;margin:10px 0;}
.ss_samsung .product-popover-container .product-tutorial small{display:block;font-family:'SamsungIFBd', Arial, sans-serif;font-weight:normal;font-size:14px;font-size:0.875rem;margin:15px 0;}
html.ltr .ss_samsung .product-popover-container .product-tutorial .product-tutorial-col{text-align:left;}
html.rtl .ss_samsung .product-popover-container .product-tutorial .product-tutorial-col{text-align:right;}
@media (min-width:48em){.ss_samsung .product-popover-container .product-tutorial .product-tutorial-col{width:100%;display:inline-block;vertical-align:top;}}
@media (min-width:64em){.ss_samsung .product-popover-container .product-tutorial .product-tutorial-col{width:33%;}}
.ss_samsung .product-popover-container .accordion-button{padding:15px 15px 15px 20px;background-color:#f9f9f9;border-bottom:1px solid #eee;}
html.ltr .ss_samsung .product-popover-container .accordion-button{padding-left:20px;}
html.rtl .ss_samsung .product-popover-container .accordion-button{padding-right:20px;}
html.ltr .ss_samsung .product-popover-container .accordion-button{text-align:left;}
html.rtl .ss_samsung .product-popover-container .accordion-button{text-align:right;}
.ss_samsung .product-popover-container .accordion-button a{font-family:'SamsungIFBd', Arial, sans-serif;font-weight:normal;font-size:14px;font-size:0.875rem; color:#000;}
html.ltr .ss_samsung .product-popover-container .accordion-button a span[class*="icon-"]{right:0;}
html.rtl .ss_samsung .product-popover-container .accordion-button a span[class*="icon-"]{left:0;}
.ss_samsung .product-popover-container .accordion-button.active{background-color:#f9f9f9;}
.ss_samsung .product-popover-container .accordion-button.active a{ color:#000;}
.ss_samsung .product-popover-container .accordion-button.active a span[class*="icon-"]{ color:#000;}
.ss_samsung .product-popover-container .accordion-button.active + .accordion-content{max-height:2000px;}
.ss_samsung .product-popover-container .accordion-content a{display:block;padding:15px 15px 15px 20px;background-color:white;border-bottom:1px solid #dfdfdf;font-family:'SamsungIFBd', Arial, sans-serif;font-weight:normal;font-size:14px;font-size:0.875rem; color:#000;}
html.ltr .ss_samsung .product-popover-container .accordion-content a{padding-left:20px;}
html.rtl .ss_samsung .product-popover-container .accordion-content a{padding-right:20px;}
html.ltr .ss_samsung .product-popover-container .accordion-content a{text-align:left;}
html.rtl .ss_samsung .product-popover-container .accordion-content a{text-align:right;}
.ss_samsung .product-popover-container .accordion-content a:hover{background-color:#eaeaea;}
.ss_samsung .dealer-loc{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;}
.ss_samsung .dealer-loc .icon-locator{font-size:45px;font-size:2.8125rem;position:relative;line-height:1.3em;}
html.ltr .ss_samsung .dealer-loc .icon-locator{float:left;}
html.rtl .ss_samsung .dealer-loc .icon-locator{float:right;}
html.ltr .ss_samsung .dealer-loc .icon-locator{left:-8px;}
html.rtl .ss_samsung .dealer-loc .icon-locator{right:-8px;}
@media (min-width:48em){.ss_samsung .dealer-loc .icon-locator{line-height:1.15em;font-size:53px;font-size:3.3125rem;}}
.ss_samsung .dealer-loc a{overflow:auto;padding:1em;background-color:#1428a0;display:block; color:white;text-decoration:none;/*position:relative;*/ font-size:19.34px;font-size:1.20875rem;}
@media (min-width:48em){.ss_samsung .dealer-loc a{font-size:30px;font-size:1.875rem;padding:1em;}}
.ss_samsung .dealer-loc p{margin:0;font-size:20px;font-size:1.25rem;}
@media (min-width:80.063em){.ss_samsung .dealer-loc p{line-height:2em;}
	html.ltr .ss_samsung .dealer-loc p{float:left;}
	html.rtl .ss_samsung .dealer-loc p{float:right;}}
@media (min-width:48em){.ss_samsung .dealer-loc p{font-size:28px;font-size:1.75rem;}}
@media (min-width:80em){.ss_samsung .dealer-loc p{font-size:24px;font-size:1.5rem;}}
@media (min-width:80.063em){.ss_samsung .dealer-loc p{font-size:28px;font-size:1.75rem;}}
.ss_samsung .dealer-loc .city{display:block;}
@media (min-width:48em){.ss_samsung .dealer-loc .city{display:inline;}}
.ss_samsung .dealer-loc strong{font-family:'SamsungIFBd', Arial, sans-serif;font-weight:normal;font-weight:normal;}
.ss_samsung .dealer-loc .cta{display:block;margin-top:.3em;}
@media (min-width:48em){.ss_samsung .dealer-loc .cta{font-size:24px;font-size:1.5rem;}}
@media (min-width:80em){.ss_samsung .dealer-loc .cta{font-size:22px;font-size:1.375rem;}}
@media (min-width:80.063em){.ss_samsung .dealer-loc .cta{font-size:24px;font-size:1.5rem;}}
.ss_samsung .dealer-loc .cta span{font-size:12px;font-size:0.75rem;}
@media (min-width:48em){.ss_samsung .dealer-loc .cta span{font-size:13.5px;font-size:0.84375rem;}}
@media (min-width:80.063em){.ss_samsung .dealer-loc .cta{margin-top:.4em;}
	html.ltr .ss_samsung .dealer-loc .cta{float:right;}
	html.rtl .ss_samsung .dealer-loc .cta{float:left;}}

/******************************************************
move to common/next/css/modules/hero.css  by.jiyoung 20140620
********************************************************/
.ss_samsung .BrightcoveExperience{position:absolute;}
.ss_samsung .play-btn{position:absolute;left:50%;top:50%;text-decoration:none;cursor:pointer;filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=0);opacity:0;margin:-55.5px -76.5px;width:9em;height:7em;}
@media (min-width:40.063em){.ss_samsung .play-btn{width:20em;height:18em;margin:-109.5px -164.5px;}}
.ss_samsung .play-btn:hover span, .ss_samsung .play-btn:focus span{background-position:0px -53px;}
@media (min-width:40.063em){.ss_samsung .play-btn:hover span, .ss_samsung .play-btn:focus span{background-position:0px -71px;}}
.ss_samsung .play-btn span{background-image:url("/common/next/img/shared/icons/play-btn.png");background-position:0px 0px;background-repeat:no-repeat;background-size:50px;height:50px;width:50px;display:block;text-indent:-119988px;overflow:hidden;/*text-align:left;*/}
@media (min-width:40.063em){.ss_samsung .play-btn span{background-size:66px;height:66px;width:66px;}}
/******************************************************
move to common/next/css/modules/hero.css  by.jiyoung 20140620
********************************************************/
.ss_samsung .tab-content{display:none;}
.ss_samsung .tab-content.show{display:block;}
.ss_samsung .tabs{padding:0;margin:0;overflow:hidden;*zoom:1;}
.ss_samsung .tabs > li{display:block;list-style-type:none;float:left;margin-right:0.625em;}
.ss_samsung .tabs > li:last-child{margin-right:0;}
.ss_samsung .tabs .active{}
.ss_samsung .ss-compare-button{background:#A6A8AA; color:#292929;padding:0.75em 1.6875em;word-wrap:break-word;font-size:12px;font-size:0.75rem;font-family:'SamsungIFBd', Arial, sans-serif;font-weight:normal;cursor:pointer;text-transform:uppercase;/* Hover style only active on desktop layout */}
html.ltr .ss_samsung .ss-compare-button{float:left;right:0}
html.rtl .ss_samsung .ss-compare-button{float:right;left:0}
@media (min-width:80.063em){.ss_samsung .ss-compare-button:hover{background:#52565a; color:white;}}
.ss_samsung .ss-compare-button.active{background:#ffc600; color:#292929;}
.ss_samsung .ss-compare-button .popover .popover-content{padding:0;}
.ss_samsung .ss-compare-button.below{z-index:-1;}
@media (min-width:48em){.ss_samsung .ss-compare-button{padding:20px 40px;font-size:27px;font-size:1.6875rem;}}
@media (min-width:48em){.ss_samsung .ss-compare-button{font-size:18px;font-size:1.125rem;padding:0.75em 1.6875em;}}

/**************************************************************************************************************************************
/common/next/css/modules/module-small.css- 2014-06-18-adn-jun
************************************************************************************************************************************** */
.ss_samsung .module{/* Small Module */ /* END Small Module */}
.ss_samsung .toggle-content{-webkit-transition-property:height;-moz-transition-property:height;-o-transition-property:height;transition-property:height;-webkit-transition-duration:0.3s;-moz-transition-duration:0.3s;-o-transition-duration:0.3s;transition-duration:0.3s;-webkit-transition-timing-function:ease;-moz-transition-timing-function:ease;-o-transition-timing-function:ease;transition-timing-function:ease;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;overflow:hidden;height:0;}
.ss_samsung .toggle-content p{-webkit-transition-property:opacity;-moz-transition-property:opacity;-o-transition-property:opacity;transition-property:opacity;-webkit-transition-duration:0.5s;-moz-transition-duration:0.5s;-o-transition-duration:0.5s;transition-duration:0.5s;-webkit-transition-timing-function:ease;-moz-transition-timing-function:ease;-o-transition-timing-function:ease;transition-timing-function:ease;filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=0);opacity:0;}
.ss_samsung .toggle-content.toggled p{filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=100);opacity:1;}

.ss_samsung .product-specs-module{float:left;width:100%;background:#1428a0; color:#FFF;border-bottom:1px solid #fff;}
.ss_samsung .product-specs-module .top-wrap{width:100%;}
.ss_samsung .product-specs-module .glance{background:#1428a0; color:white;width:100%;cursor:pointer;}
.ss_samsung .product-specs-module .glance ul{text-align:justify;-ms-text-justify:distribute-all-lines;text-justify:distribute-all-lines;}
.ss_samsung .product-specs-module .glance ul:after{content:'';width:100%;display:inline-block;font-size:0;line-height:0;}
.ss_samsung .product-specs-module .glance ul li{vertical-align:top;display:inline-block;*display:inline;*zoom:1;width:49%;font-size:12px;font-size:0.75rem;padding-bottom:30px;text-align:left;/*border-bottom:1px solid red;width:18%;*/ float:left;}
.ss_samsung .product-specs-module .glance ul li .desc{word-wrap:break-word;}
.ss_samsung .product-specs-module .glance ul li .title{margin-bottom:10px;/*display:none;*/}
.ss_samsung .product-specs-module .glance ul li .icon{font-size:50px;font-size:3.125rem;margin:15px 0;line-height:normal;/*border-top:1px solid red;*/}
.ss_samsung .product-specs-module .glance ul li .icon img{max-height:35px;}
@media (min-width:48em){.ss_samsung .product-specs-module .glance ul li .icon{font-size:80px;font-size:5rem;margin:30px 0;}
	.ss_samsung .product-specs-module .glance ul li .icon img{max-height:63px;}}
.ss_samsung .product-specs-module .glance ul li .icon.alpha-rating{font-size:45px;font-size:2.8125rem;line-height:35px;line-height:2.1875rem;}
@media (min-width:48em){.ss_samsung .product-specs-module .glance ul li .icon.alpha-rating{font-size:83px;font-size:5.1875rem;line-height:63px;line-height:3.9375rem;}}
.ss_samsung .product-specs-module .glance ul li .icon.icon-ports{font-size:20px;font-size:1.25rem;margin:20px 0;}
@media (min-width:48em){.ss_samsung .product-specs-module .glance ul li .icon.icon-ports{font-size:35px;font-size:2.1875rem;margin:41px 0;}}
.ss_samsung .product-specs-module .glance ul li .icon.icon-a-plus{font-size:20px;font-size:1.25rem;margin:20px 0;}
@media (min-width:48em){.ss_samsung .product-specs-module .glance ul li .icon.icon-a-plus{font-size:35px;font-size:2.1875rem;margin:41px 0;}}
.ss_samsung .product-specs-module .glance ul li .icon.img{font-size:0;}
@media (min-width:48em){.ss_samsung .product-specs-module .glance ul li{font-size:18px;font-size:1.125rem;}}
@media (min-width:50.063em){.ss_samsung .product-specs-module .glance ul li{width:24%;}}
.ss_samsung .product-specs-module .product-specs-full{float:left;width:100%; color:#292929;background:#f1f1f1;}
.ss_samsung .product-specs-module .product-specs-full .specs-wrap{float:left;width:100%;padding:0 30px;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;*behavior:url(/common/next/design_js/lib/boxsizing.htc);font-size:18px;font-size:1.125rem;background:#f1f1f1;}
.ss_samsung .product-specs-module .product-specs-full .specs-wrap.alt{background:white;}
.ss_samsung .product-specs-module .product-specs-full .header{float:left;width:100%;padding-top:20px;padding-top:1.25rem;padding-bottom:20px;padding-bottom:1.25rem;font-size:22px;font-size:1.375rem; color:#B8D8EE;} /* MODIFY ADNSTYLE */
@media (min-width:50em){.ss_samsung .product-specs-module .product-specs-full .header{padding-top:30px;padding-top:1.875rem;padding-bottom:30px;padding-bottom:1.875rem;}} /* MODIFY ADNSTYLE */
.ss_samsung .product-specs-module .product-specs-full ul{float:left;width:100%;} /* MODIFY ADNSTYLE */
.ss_samsung .product-specs-module .product-specs-full ul li{float:left;width:100%;padding-top:20px;padding-top:1.25rem;padding-bottom:20px;padding-bottom:1.25rem;border-top:1px solid #CCC;} /* MODIFY ADNSTYLE */
@media (min-width:50em){.ss_samsung .product-specs-module .product-specs-full .specs-wrap ul li{padding-top:30px;padding-top:1.875rem;padding-bottom:30px;padding-bottom:1.875rem;}}
.ss_samsung .product-specs-module .product-specs-full .specs-wrap ul li .spec{float:left;width:60%;font-family:'SamsungIFBd', Arial, sans-serif;font-weight:normal;}
@media (min-width:48em){.ss_samsung .product-specs-module .product-specs-full .specs-wrap ul li .spec{width:40%;}}
.ss_samsung .product-specs-module .product-specs-full .specs-wrap ul li .value{float:left;margin-left:10%;width:30%;}
@media (min-width:48em){.ss_samsung .product-specs-module .product-specs-full .specs-wrap ul li .value{width:50%;}}
.ss_samsung .product-specs-module .product-specs-full .product-specs-extra{float:left;width:100%;background:#f1f1f1;}
.ss_samsung .product-specs-module .product-specs-full .extra-specs{float:left;width:100%;background:#f9f9f9;font-size:16px;font-size:1rem;}
.ss_samsung .product-specs-module .product-specs-full .extra-specs span{font-size:10px;font-size:0.625rem;}
.ss_samsung .manuals-module{position:relative;float:left;width:100%;background:#1428a0; color:#FFF;clear:both;border-bottom:1px solid #fff;}
.ss_samsung .manuals-module .title-expandable a{display:block;padding:15px;position:relative; color:#fff;}
.ss_samsung .manuals-module .title-expandable a span:first-child{font-size:45px;font-size:2.8125rem;vertical-align:middle;}
html.ltr .ss_samsung .manuals-module .title-expandable a span:first-child{margin-right:10px;}
html.rtl .ss_samsung .manuals-module .title-expandable a span:first-child{margin-left:10px;}
.ss_samsung .manuals-module .title-expandable a .icon-plus, .ss_samsung .manuals-module .title-expandable a .icon-minus{position:absolute;top:25px;}
html.ltr .ss_samsung .manuals-module .title-expandable a .icon-plus, html.ltr .ss_samsung .manuals-module .title-expandable a .icon-minus{right:20px;}
html.rtl .ss_samsung .manuals-module .title-expandable a .icon-plus, html.rtl .ss_samsung .manuals-module .title-expandable a .icon-minus{left:20px;}
.ss_samsung .more-options{display:none;width:100%;background:#1428a0;float:left;}
.ss_samsung .more-options .manual-option{display:block;}
.ss_samsung .more-options .manual-option p{font-size:14px;font-size:0.875rem; color:white;margin:0;}
@media (min-width:80em){.ss_samsung .more-options .manual-option{width:50%;}}
.ss_samsung .user-manual{font-size:16px;font-size:1rem; color:white;}

.ss_samsung .ss-glance-grid{box-sizing:border-box;display:block;width:100%;position:relative;overflow:hidden !important;}
.ss_samsung .ss-glance-grid .module-heading{box-sizing:border-box;display:block;background-color:#FFF;padding:30px 0 0 30px;height:100px;}
.ss_samsung .ss-glance-grid .thumbs{box-sizing:border-box;display:block;overflow:hidden !important;}
.ss_samsung .ss-glance-grid .thumbs img{position:absolute;cursor:pointer;transition:all 0.3s;/* ease;*/ -webkit-transition:all 0.3s;/* ease;*/ -ms-transition:all 0.3s;/* ease;*/ -moz-transition:all 0.3s;/* ease;*/ z-index:20;}
.ss_samsung .ss-glance-grid .ie8bkgd1{background-color:#f1f1f1;}
.ss_samsung .ss-glance-grid .ie8bkgd2{background-color:#f9f9f9;}
.ss_samsung .ss-glance-grid .ie8bkgd3{background-color:#fdfdfd;}
.ss_samsung .ss-glance-grid .ie8bkgd4{background-color:#fdfdfd;}
.ss_samsung .ss-glance-grid .ie8bkgd5{background-color:#f1f1f1;}
.ss_samsung .ss-glance-grid .fullview{box-sizing:border-box;/*z-index:20;*/ cursor:pointer;position:absolute;/*display:block;*/ /*opacity:1;*/}
.ss_samsung .ss-glance-grid .fullview div.hide{display:none;}
.ss_samsung .ss-glance-grid .fullview .copywrapper{box-sizing:border-box;display:block;/*z-index:20;*/ width:100%;margin:0;padding:0;}
.ss_samsung .ss-glance-grid .fullview .copywrapper div:nth-child(1){background-color:#f1f1f1;}
.ss_samsung .ss-glance-grid .fullview .copywrapper div:nth-child(2){background-color:#f9f9f9;}
.ss_samsung .ss-glance-grid .fullview .copywrapper div:nth-child(3){background-color:#fdfdfd;}
.ss_samsung .ss-glance-grid .fullview .copywrapper div:nth-child(4){background-color:#fdfdfd;}
.ss_samsung .ss-glance-grid .fullview .copywrapper div:nth-child(4) div{background-color:#fdfdfd;}
@media (min-width:50.063em){.ss_samsung .ss-glance-grid .fullview .copywrapper div:nth-child(4) div{padding:30px 0;font-size:1.5em;}}
@media (min-width:22.563em) and (max-width:40em){.ss_samsung .ss-glance-grid .fullview .copywrapper div:nth-child(4) div{padding:15px 0;font-size:1em;}}
@media (min-width:0em) and (max-width:22.5em){.ss_samsung .ss-glance-grid .fullview .copywrapper div:nth-child(4) div{padding:15px 0;font-size:1em;}}
@media (min-width:40.063em) and (max-width:50em){.ss_samsung .ss-glance-grid .fullview .copywrapper div:nth-child(4) div{padding:15px 0;font-size:1em;}}
.ss_samsung .ss-glance-grid .fullview .copywrapper div:nth-child(5){background-color:#f1f1f1;}
.ss_samsung .ss-glance-grid .fullview .copywrapper div.hide{display:none;}
.ss_samsung .ss-glance-grid .fullview .copywrapper .fullview-l-aside1{box-sizing:border-box;display:block;/*z-index:20;*/ /* quote callout */ /* features list */ /* specs list */}
@media (min-width:50.063em){.ss_samsung .ss-glance-grid .fullview .copywrapper .fullview-l-aside1{padding:30px 30px 30px 45px;}}
@media (min-width:22.563em) and (max-width:40em){.ss_samsung .ss-glance-grid .fullview .copywrapper .fullview-l-aside1{padding:15px;}}
@media (min-width:0em) and (max-width:22.5em){.ss_samsung .ss-glance-grid .fullview .copywrapper .fullview-l-aside1{padding:15px;}}
@media (min-width:40.063em) and (max-width:50em){.ss_samsung .ss-glance-grid .fullview .copywrapper .fullview-l-aside1{padding:15px;}}
.ss_samsung .ss-glance-grid .fullview .copywrapper .fullview-l-aside1 blockquote{margin:0;font-weight:bold !important;font-style:italic;}
@media (min-width:50.063em){.ss_samsung .ss-glance-grid .fullview .copywrapper .fullview-l-aside1 blockquote{padding:30px 0 0 0;font-size:1.5em;}}
@media (min-width:22.563em) and (max-width:40em){.ss_samsung .ss-glance-grid .fullview .copywrapper .fullview-l-aside1 blockquote{padding:15px 0 0 0;font-size:0.875em;}}
@media (min-width:0em) and (max-width:22.5em){.ss_samsung .ss-glance-grid .fullview .copywrapper .fullview-l-aside1 blockquote{padding:15px 0 0 0;font-size:0.875em;}}
@media (min-width:40.063em) and (max-width:50em){.ss_samsung .ss-glance-grid .fullview .copywrapper .fullview-l-aside1 blockquote{padding:15px 0 0 0;font-size:0.875em;}}
.ss_samsung .ss-glance-grid .fullview .copywrapper .fullview-l-aside1 span{display:block;padding-top:6px;padding:0;margin:0;}
@media (min-width:50.063em){.ss_samsung .ss-glance-grid .fullview .copywrapper .fullview-l-aside1 span{font-size:inherit;}}
@media (min-width:22.563em) and (max-width:40em){.ss_samsung .ss-glance-grid .fullview .copywrapper .fullview-l-aside1 span{font-size:0.75em;}}
@media (min-width:0em) and (max-width:22.5em){.ss_samsung .ss-glance-grid .fullview .copywrapper .fullview-l-aside1 span{font-size:0.75em;}}
@media (min-width:40.063em) and (max-width:50em){.ss_samsung .ss-glance-grid .fullview .copywrapper .fullview-l-aside1 span{font-size:0.75em;}}
.ss_samsung .ss-glance-grid .fullview .copywrapper .fullview-l-aside1 p{margin:0;padding:30px 0 0 0;}
.ss_samsung .ss-glance-grid .fullview .copywrapper .fullview-l-aside1 div{margin:0;font-weight:normal;}
@media (min-width:50.063em){.ss_samsung .ss-glance-grid .fullview .copywrapper .fullview-l-aside1 div{font-size:1.5em;padding:0 0 30px 0;}}
@media (min-width:22.563em) and (max-width:40em){.ss_samsung .ss-glance-grid .fullview .copywrapper .fullview-l-aside1 div{font-size:0.75em;padding:0 0 15px 0;}}
@media (min-width:0em) and (max-width:22.5em){.ss_samsung .ss-glance-grid .fullview .copywrapper .fullview-l-aside1 div{font-size:0.75em;padding:0 0 15px 0;}}
@media (min-width:40.063em) and (max-width:50em){.ss_samsung .ss-glance-grid .fullview .copywrapper .fullview-l-aside1 div{font-size:0.75em;padding:0 0 15px 0;}}
.ss_samsung .ss-glance-grid .fullview .copywrapper .fullview-l-aside1 dl dt{margin-bottom:0;padding-bottom:0;font-weight:bolder !important;}
@media (min-width:50.063em){.ss_samsung .ss-glance-grid .fullview .copywrapper .fullview-l-aside1 dl dt{font-size:1.17em;}}
@media (min-width:22.563em) and (max-width:40em){.ss_samsung .ss-glance-grid .fullview .copywrapper .fullview-l-aside1 dl dt{font-size:0.875em;}}
@media (min-width:0em) and (max-width:22.5em){.ss_samsung .ss-glance-grid .fullview .copywrapper .fullview-l-aside1 dl dt{font-size:0.875em;}}
@media (min-width:40.063em) and (max-width:50em){.ss_samsung .ss-glance-grid .fullview .copywrapper .fullview-l-aside1 dl dt{font-size:0.875em;}}
@media (min-width:50.063em){.ss_samsung .ss-glance-grid .fullview .copywrapper .fullview-l-aside1 dl dd{padding-bottom:15px;}}
@media (min-width:22.563em) and (max-width:40em){.ss_samsung .ss-glance-grid .fullview .copywrapper .fullview-l-aside1 dl dd{padding-bottom:8px;}}
@media (min-width:0em) and (max-width:22.5em){.ss_samsung .ss-glance-grid .fullview .copywrapper .fullview-l-aside1 dl dd{padding-bottom:8px;}}
@media (min-width:40.063em) and (max-width:50em){.ss_samsung .ss-glance-grid .fullview .copywrapper .fullview-l-aside1 dl dd{padding-bottom:8px;}}
.ss_samsung .ss-glance-grid .fullview .copywrapper .fullview-l-aside1 dl hr{display:inline-block;margin:0;padding:0;border-top:1px #292929 solid;}
.ss_samsung .ss-glance-grid .fullview .copywrapper .fullview-l-aside1 ul{list-style:none;margin:0;padding:25px 0 0 0;}
.ss_samsung .ss-glance-grid .fullview .copywrapper .fullview-l-aside1 ul li{margin:0 0 -5px 0;padding:0;white-space:nowrap;display:inline-block;}
@media (min-width:50.063em){.ss_samsung .ss-glance-grid .fullview .copywrapper .fullview-l-aside1 ul li{font-size:inherit;}}
@media (min-width:22.563em) and (max-width:40em){.ss_samsung .ss-glance-grid .fullview .copywrapper .fullview-l-aside1 ul li{font-size:0.75em;}}
@media (min-width:0em) and (max-width:22.5em){.ss_samsung .ss-glance-grid .fullview .copywrapper .fullview-l-aside1 ul li{font-size:0.75em;}}
@media (min-width:40.063em) and (max-width:50em){.ss_samsung .ss-glance-grid .fullview .copywrapper .fullview-l-aside1 ul li{font-size:0.75em;}}
.ss_samsung .ss-glance-grid .fullview .copywrapper .fullview-l-aside1 ul li[data-cap=true]{font-weight:bold !important;}
.ss_samsung .ss-glance-grid .fullview .copywrapper .fullview-l-aside1 ul hr{display:inline-block;margin:0;padding:0;border-top:1px #292929 solid;}
.ss_samsung .ss-glance-grid .fullview .fullview-close{box-sizing:border-box;display:block;position:absolute;z-index:10000;text-align:right;}
.ss_samsung .ss-glance-grid .fullview .fullview-close img{margin-top:20px;}
@media (min-width:50.063em){.ss_samsung .ss-glance-grid .fullview .fullview-close img{width:30px;height:30px;margin-right:15px;}}
@media (min-width:22.563em) and (max-width:40em){.ss_samsung .ss-glance-grid .fullview .fullview-close img{width:20px;height:20px;margin-right:8px;}}
@media (min-width:0em) and (max-width:22.5em){.ss_samsung .ss-glance-grid .fullview .fullview-close img{width:20px;height:20px;margin-right:8px;}}
@media (min-width:40.063em) and (max-width:50em){.ss_samsung .ss-glance-grid .fullview .fullview-close img{width:20px;height:20px;margin-right:8px;}}
.ss_samsung .ss-glance-grid .fullview-img{z-index:20;transition:all 0.3s;/* ease;*/ -webkit-transition:all 0.3s;/* ease;*/ -ms-transition:all 0.3s;/* ease;*/ -moz-transition:all 0.3s;/* ease;*/}
.ss_samsung .ac-form{position:relative;}
@media (min-width:80.063em){.ss_samsung .ac-form{height:26px;background:#fff;}}
.ss_samsung .ac-form input, .ss_samsung .ac-form .input .placeholder, .ss_samsung .input .ac-form .placeholder{font-family:'SamsungIFRg', Arial, sans-serif;font-weight:normal;padding-right:20px;padding-right:1.25rem;padding-left:20px;padding-left:1.25rem;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;padding-top:15px;background:none; color:#000;border:0;padding-bottom:15px;height:auto;}
@media (min-width:50em){.ss_samsung .ac-form input, .ss_samsung .ac-form .input .placeholder, .ss_samsung .input .ac-form .placeholder{padding-right:30px;padding-right:1.875rem;padding-left:30px;padding-left:1.875rem;}}
.ss_samsung .ac-form input::-webkit-input-placeholder, .ss_samsung .ac-form .input .placeholder::-webkit-input-placeholder, .ss_samsung .input .ac-form .placeholder::-webkit-input-placeholder{ color:#8ad7f1;}
.ss_samsung .ac-form input:-moz-placeholder, .ss_samsung .ac-form .input .placeholder:-moz-placeholder, .ss_samsung .input .ac-form .placeholder:-moz-placeholder{ color:#8ad7f1;}
.ss_samsung .ac-form input::-moz-placeholder, .ss_samsung .ac-form .input .placeholder::-moz-placeholder, .ss_samsung .input .ac-form .placeholder::-moz-placeholder{ color:#8ad7f1;}
.ss_samsung .ac-form input:-ms-input-placeholder, .ss_samsung .ac-form .input .placeholder:-ms-input-placeholder, .ss_samsung .input .ac-form .placeholder:-ms-input-placeholder{ color:#8ad7f1;}
@media (min-width:80.063em){.ss_samsung .ac-form input, .ss_samsung .ac-form .input .placeholder, .ss_samsung .input .ac-form .placeholder{padding-top:1px;padding-bottom:1px;font-size:16px;line-height:16px;height:26px;}}
@media (min-width:80.063em){.ss_samsung .ac-form input, .ss_samsung .ac-form .input .placeholder, .ss_samsung .input .ac-form .placeholder{padding-right:10px;padding-left:10px;width:86%}}
.ss_samsung .ac-form button{background:#f1f1f1;}
html.ltr .ss_samsung .ac-form button{float:left;}
html.rtl .ss_samsung .ac-form button{float:right;}
.ss_samsung .ac-form .close-ac{-webkit-transition-property:all;-moz-transition-property:all;-o-transition-property:all;transition-property:all;-webkit-transition-duration:0.3s;-moz-transition-duration:0.3s;-o-transition-duration:0.3s;transition-duration:0.3s;-webkit-transition-timing-function:ease;-moz-transition-timing-function:ease;-o-transition-timing-function:ease;transition-timing-function:ease;width:21px;height:21px;padding:16px 15px;visibility:hidden;filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=0);opacity:0;}
html.ltr .ss_samsung .ac-form .close-ac{float:left;}
html.rtl .ss_samsung .ac-form .close-ac{float:right;}
.ss_samsung .ac-form .close-ac img{width:100%;display:block;}
@media (min-width:80.063em){.ss_samsung .ac-form .close-ac{width:16px !important;height:16px !important;text-align:center;padding:5px !important;}}
.ss_samsung .ac-form .close-ac:hover, .ss_samsung .ac-form .close-ac:focus{background:none;}
.ss_samsung .ac-form .close-ac.showBtn{visibility:visible;filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=100);opacity:1;}
.ss_samsung div.auto-complete{background:white;width:100%;position:absolute;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;-webkit-transition-property:all;-moz-transition-property:all;-o-transition-property:all;transition-property:all;-webkit-transition-duration:0.3s;-moz-transition-duration:0.3s;-o-transition-duration:0.3s;transition-duration:0.3s;-webkit-transition-timing-function:ease;-moz-transition-timing-function:ease;-o-transition-timing-function:ease;transition-timing-function:ease;padding-right:20px;padding-right:1.25rem;padding-left:20px;padding-left:1.25rem;padding-bottom:15px;padding-top:15px;height:0;display:none;z-index:800;/* Recently Viewed & Popular */ /* END Not Populated Content:Recently Viewed & Popular */ /* Populated List:Results */ /* END Populated List:Results */ /* Open state */ /* END Open state */ /* No results returned state */ /* END No results returned state */}
@media (min-width:50em){.ss_samsung div.auto-complete{padding-right:30px;padding-right:1.875rem;padding-left:30px;padding-left:1.875rem;}}
@media (min-width:80em){.ss_samsung div.auto-complete{padding:15px 10px;}}
.ss_samsung div.auto-complete div{display:none;margin-top:12px;padding-top:12px;border-top:1px solid #A6A8AA;}
.ss_samsung div.auto-complete div.popular{border-top-width:0;margin-top:0;padding-top:0;}
.ss_samsung div.auto-complete div h5{font-size:16px;font-size:1rem;font-family:'SamsungIFBd', Arial, sans-serif;font-weight:normal; color:black;text-transform:uppercase;}
@media (min-width:80.063em){.ss_samsung div.auto-complete div h5{font-size:18px;font-size:1.125rem;}}
.ss_samsung div.auto-complete div li{font-size:16px;font-size:1rem;margin-bottom:.3em;}
.ss_samsung div.auto-complete li{margin:7px 0 0 0; color:black;}
.ss_samsung div.auto-complete li.first{margin-top:0 !important;}
.ss_samsung div.auto-complete li a{ color:#0071BF;display:block;padding:0;font-size:18px;font-size:1.125rem;}
html.ltr .ss_samsung div.auto-complete li a{padding-right:1em;}
html.rtl .ss_samsung div.auto-complete li a{padding-left:1em;}
.ss_samsung div.auto-complete li a:hover, .ss_samsung div.auto-complete li a:focus{ color:#666;background:none;}
.ss_samsung div.auto-complete li a:active{ color:#292929;}
.ss_samsung div.auto-complete .autocomplete-list{-webkit-transition-property:all;-moz-transition-property:all;-o-transition-property:all;transition-property:all;-webkit-transition-duration:0.3s;-moz-transition-duration:0.3s;-o-transition-duration:0.3s;transition-duration:0.3s;-webkit-transition-timing-function:ease;-moz-transition-timing-function:ease;-o-transition-timing-function:ease;transition-timing-function:ease;height:0;max-height:0;overflow:auto;filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=0);opacity:0;}
@media (min-width:80.063em){.ss_samsung div.auto-complete .autocomplete-list li{margin-top:12px;}}
.ss_samsung div.auto-complete .ac-message{display:none; color:black;margin:0;font-size:18px;font-size:1.125rem;}
.ss_samsung div.auto-complete.on{display:block !important;height:auto;max-height:22.5em;}
.ss_samsung div.auto-complete.on .autocomplete-list{max-height:16.5625em;height:auto;}
.ss_samsung div.auto-complete.no-results-returned .ac-message{display:none;}
.ss_samsung div.auto-complete.no-results-returned div{display:block !important;}
.ss_samsung div.auto-complete.no-results-returned .autocomplete-list{height:0 !important;}
.ss_samsung div.auto-complete.no-results-returned .popular{ padding-top:0px;}
.ss_samsung div.auto-complete.results-returned .autocomplete-list{filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=100);opacity:1;filter:"progid:DXImageTransform.Microsoft.Alpha(enabled=false)";}
.ss_samsung div.auto-complete.results-returned div{display:none !important;}
.ss_samsung div.auto-complete.results-returned div.link, .ss_samsung div.auto-complete.results-returned div.img-container{border:none !important;margin:0;padding:0;display:table-cell !important;}
.ss_samsung div.auto-complete.results-returned div.link{font-family:'SamsungIFRg', Arial, sans-serif;font-weight:normal; color:#292929;vertical-align:top;padding:2% 5% 0px;width:60%;}
.ss_samsung div.auto-complete.results-returned div.link:hover{ color:#0071BF;}
.ss_samsung div.auto-complete.results-returned div.img-container{vertical-align:middle;padding-right:5%;width:25%;}
.ss_samsung div.auto-complete.results-returned div.img-container img{width:100%;}

/* adnstyle  */
a:focus{ color:#666;}
.ss_samsung .footer a:hover, .ss_samsung .footer a:focus{ color:#0071BF;}
.ss-nav-main .nav-items a.item:focus{text-decoration:none; color:#292929;}
.ss_samsung .offers-bar-module a:focus{ color:#000;}
@media (min-width:80.063em){
	.ss_samsung .ss-compare-button:focus{background:#52565a; color:white;}
	.ss_samsung .ss-compare-button.active:focus{background:#ffc600; color:#292929;}
}
.ss_samsung .ss-similar-items .similar-item .name:focus{ color:#0071BF;}
.ss_samsung .button:focus{background:#666; color:white;}
.ss_samsung .white-theme .cta:hover, .ss_samsung .white-theme .cta:focus{ color:#666;}
.ss_samsung .blue-theme .cta a:hover, .ss_samsung .blue-theme .cta a:focus{ color:#000;}
.ss_samsung .bali-theme a:hover, .ss_samsung .bali-theme a:focus{ color:#000;}
.ss_samsung .turquoise-theme a:hover, .ss_samsung .turquoise-theme a:focus{ color:#000;}
.ss_samsung #sec-nav .actions li .nav-button:focus span{ color:#0071BF;}
.ss_samsung .ss-button.darkblue:focus{background:none repeat scroll 0 0 #292929; color:white;}
.ss_samsung .ss-simple-button:focus{text-decoration:none; color:#666;}
.ss_samsung .ss-button.darkblue:focus{background:none repeat scroll 0 0 #292929; color:white;}
/**************************************************************************************************************************************
/common/next/css/modules/module-small.css- 2014-06-18-adn-jun
************************************************************************************************************************************** */

/* ADD ADNStyle */
/* 131216 css modify */
a{display:inline-block;}
.ss-menu-vertical li ul{overflow:visible;} /* menu focus */
.ss_samsung #sec-nav .actions{overflow:visible;} /* menu focus */

.ss_samsung .white-theme .cta a{ color:#0071BF;}
.ss_samsung .white-theme .cta a:hover{ color:#666;}
.ss_samsung .white-theme .cta a:focus{ color:#666;}
/******************************************************
move to common/next/css/modules/hero.css  by.jiyoung 20140620
********************************************************/

/* 131217 css modify */
#editPanel .next:before{content:"\2c";}
.ss_samsung .ss-button.ss-onstore:focus{background:none repeat scroll 0 0 #52565a; color:white;}
.clearWrap{clear:both;}
.ss_samsung .ss-button.ss-onstore-light:focus{background:none repeat scroll 0 0 #292929; color:white;}

/* 131227 css add */
.wherePage{margin:0;padding:0;width:100%;height:auto;overflow:hidden;position:absolute;left:0;top:18px;text-align:center;}
.wherePage a{margin:0;padding:0;display:inline-block;}
.wherePage a, .wherePage a:hover{padding:2px 8px;background:#e7e7e6; color:#000;}
.wherePage a.on{padding:2px 8px;background:#75787b; color:#fff;}

/******************************************************
move to common/next/css/modules/compare.css  by.jiyoung 20140624
********************************************************/

.awards-popover .icon-close-x{font-size:1.125rem; color:#000;position:absolute;top:10px;right:10px;}
label.disabled{ color:#999;}
/******************************************************
move to common/next/css/modules/compare.css  by.jiyoung 20140624
********************************************************/

/* jw_ add class & modify Style */
html.ltr .ss_samsung .awards-popover ul li{float:left;}
html.rtl .ss_samsung .awards-popover ul li{float:right;}
.ss_samsung .awards-title{padding-bottom:20px;font-size:23px;}
.ss_samsung .awards-popover ul{overflow:hidden;width:220px;height:150px;}
.ss_samsung .awards-popover ul li.hide{display:none !important;}
.ss_samsung .awards-popover ul li{width:auto;height:60px;margin:0 20px 20px 0;text-align:center;display:block;}
.ss_samsung .awards-popover ul li a{display:block !important;width:auto;height:60px;}
.ss_samsung .awards-popover ul li img{width:initial;height:100%;}
a.y_btnMore{font-size:16px;}
a.y_btnMore span{font-size:16px;}
a.y_btnMore span .icon-plus{font-size:11px;}
@media (max-width:48em){
	.ss_samsung .awards-title{padding-bottom:10px;font-size:16px;}
	.ss_samsung .awards-popover ul{overflow:hidden;width:120px;height:110px;}
	.ss_samsung .awards-popover ul li{width:auto;height:40px;margin:0 15px 15px 0;text-align:center;}
	.ss_samsung .awards-popover ul li img{width:initial;height:100%;}
	a.y_btnMore{font-size:14px;}
	a.y_btnMore span{font-size:14px;}
	a.y_btnMore span.icon-plus{font-size:11px;}
}

/******************************************************
move to common/next/css/modules/hero.css  by.jiyoung 20140620
********************************************************/

/* 20140205 add jw_ */
.media-wrapper{position:absolute;left:0px;top:0px;width:100%;height:100%;}  /* ADD ADNSTYLE */
.media-thumb-list{position:relative;left:0px;top:0px;z-index:1;width:150px;height:100%;overflow:hidden;background:#ececec;visibility:hidden;}   /* ADD ADNSTYLE */
.media-thumb-list ul{height:100%;overflow:hidden;}
.media-thumb-list ul li{position:relative;width:150px;height:150px;background-size:auto 100%;}
.media-thumb-list ul li a{display:block;width:100%;height:100%;text-indent:-10000px;}
.media-thumb-controller{}
.media-thumb-controller button{display:block;width:150px;height:50px;text-indent:-10000px;background:#fff;opacity:0.5;}
.media-thumb-controller .roll-prev{display:block;position:absolute;left:0px;top:0px;overflow:hidden;background:url(/common/next/img/arrow-thumb-up.png) no-repeat 50% 50%;}
.media-thumb-controller .roll-next{display:block;position:absolute;left:0px;bottom:0px;overflow:hidden;background:url(/common/next/img/arrow-thumb-down.png) no-repeat 50% 50%;}
.media-thumb-list .play-btn{width:100%;height:100%;margin:-50% -50%;}
.media-thumb-list .play-btn span{margin:50px auto;width:50px;height:50px;background-size:50px;}    /* ADD ADNSTYLE */
.media-thumb-list .play-btn:hover span,
.media-thumb-list .play-btn:focus span{background-position:0px -53px;}
@media(max-width:640px){
	.media-thumb-list{width:100px;}
	.media-thumb-list ul li{width:100px;height:100px;}
	.media-thumb-controller button{width:100px;}
	.media-thumb-controller .roll-prev{display:block;width:100px;height:50px;}
	.media-thumb-controller .roll-next{display:block;width:100px;height:50px;}
	.media-thumb-list .play-btn:hover span,
	.media-thumb-list .play-btn:focus span{background-position:0px -43px;}     /* ADD ADNSTYLE */
	.media-thumb-list .play-btn span{margin:30px auto;width:40px;height:40px;background-size:40px;}     /* ADD ADNSTYLE */
}


/* 2014-02-06 */
@media (min-width:80.063em){.ss_samsung.cookiewarning #minicart{top:131px;}}
.ss_samsung #minicart-template{display:none;}
.ss_samsung .ss-benefit{position:relative;float:left;width:100%;overflow:hidden;background:#303030; color:white;display:block;/* Feature Copy */ /* END Feature Copy */ /* Next and Previous Arrows */ /* Next & Previous Arrows */ /* Dots/Indicators */ /* END Dots/Indicators */}
.ss_samsung .ss-benefit .play-button{position:absolute;left:50%;top:50%;margin-left:-25px;margin-top:-25px;background-image:url("/common/next/img/shared/icons/play-btn.png");height:50px;width:50px;background-position:0px 0px;background-repeat:no-repeat;background-size:50px;text-decoration:none;cursor:pointer;z-index:11;display:none;}
.ss_samsung .ss-benefit .animation-player{position:absolute;display:none;background:transparent;}
.ss_samsung .ss-benefit .play-btn{opacity:0;filter:alpha(opacity=0);z-index:11;display:none;}
.ss_samsung .ss-benefit .play-btn span{margin:24% auto;}
@media (min-width:40.063em){.ss_samsung .ss-benefit .play-btn span{margin:31% auto;}}
.ss_samsung .ss-benefit .feature{position:absolute;top:0;left:0;width:100%;height:100%;z-index:1;}
.ss_samsung .ss-benefit .feature .animation-player-container{position:absolute;width:100%;height:100%;display:none;background:transparent;}
.ss_samsung .ss-benefit .feature .animation-player-container .animation-player{position:absolute;top:0;left:0;width:100%;height:100%;z-index:2;float:left;display:none;}
.ss_samsung .ss-benefit .feature .static-frame{float:left;width:100%;z-index:3;opacity:0;filter:alpha(opacity=0);display:none;}
.ss_samsung.pdp_wow .ss-benefit .feature .static-frame{display:block}
.ss_samsung .ss-benefit .inner{position:absolute;top:0;left:0;z-index:9;width:100%;opacity:0;filter:alpha(opacity=0);visibility:hidden;padding:30px 0 0 20px;/* Mobile Widths */ /* Mobile Landscape */ /* Tablet Portrait Widths */ /* Tablet Landscape Widths */ /* Desktop Widths */}
@media (min-width:22.5em){.ss_samsung .ss-benefit .inner{padding:34px 0 0 25px;}}
.ss_samsung .ss-benefit .inner.dark{ color:#292929;}
.ss_samsung .ss-benefit .inner.dark a{ color:#292929 !important;}
@media (min-width:30em){.ss_samsung .ss-benefit .inner.mobileL-light{ color:#fff;}
	.ss_samsung .ss-benefit .inner.mobileL-light a{ color:#fff !important;}}
@media (min-width:48em){.ss_samsung .ss-benefit .inner.tabletP-dark{ color:#292929;}
	.ss_samsung .ss-benefit .inner.tabletP-dark a{ color:#292929 !important;}}
@media (min-width:64em){.ss_samsung .ss-benefit .inner.tabletL-light{ color:#fff;}
	.ss_samsung .ss-benefit .inner.tabletL-light a{ color:#fff !important;}}
.ss_samsung .ss-benefit .inner.right{left:auto;right:0;text-align:right;padding-right:20px;padding-left:0;}
@media (min-width:22.5em){.ss_samsung .ss-benefit .inner.right{padding-right:25px;}}
.ss_samsung .ss-benefit .inner.mobile-bottom{top:auto;bottom:3em;}
@media (min-width:80.063em){.ss_samsung .ss-benefit .inner.mobile-bottom{top:0;bottom:auto;}}
@media (min-width:30em){.ss_samsung .ss-benefit .inner.mobileL-top{top:0;bottom:auto;}}
@media (min-width:30em){.ss_samsung .ss-benefit .inner.mobileL-right{left:auto;right:0;text-align:right;padding-right:25px;padding-left:0;}}
@media (min-width:30em){.ss_samsung .ss-benefit .inner.mobileL-bottom{top:auto;bottom:3em;}}
@media (min-width:30em){.ss_samsung .ss-benefit .inner.mobileL-right{left:auto;right:0;text-align:right;padding-right:25px;padding-left:0;}}
@media (min-width:30em){.ss_samsung .ss-benefit .inner.mobileL-left{left:0;right:auto;text-align:left;padding-right:0;padding-left:25px;}}
@media (min-width:48em){.ss_samsung .ss-benefit .inner.tabletP-top{top:0;bottom:auto;}}
@media (min-width:48em){.ss_samsung .ss-benefit .inner.tabletP-bottom{top:auto;bottom:4em;}}
@media (min-width:48em){.ss_samsung .ss-benefit .inner.tabletP-right{left:auto;right:0;text-align:right;padding-right:25px;padding-left:0;}}
@media (min-width:48em){.ss_samsung .ss-benefit .inner.tabletP-left{left:0;right:auto;text-align:left;padding-right:0;padding-left:25px;}}
@media (min-width:64em){.ss_samsung .ss-benefit .inner.tabletL-top{top:0;bottom:auto;}}
@media (min-width:64em){.ss_samsung .ss-benefit .inner.tabletL-bottom{top:auto;bottom:4em;}}
@media (min-width:64em){.ss_samsung .ss-benefit .inner.tabletL-right{left:auto;right:0;text-align:right;padding-right:25px;padding-left:0;}}
@media (min-width:64em){.ss_samsung .ss-benefit .inner.tabletL-left{left:0;right:auto;text-align:left;padding-right:0;padding-left:25px;}}
@media (min-width:80.063em){.ss_samsung .ss-benefit .inner.desktop-middle{bottom:27%;}}
.ss_samsung .ss-benefit .inner.mobile-x-small{width:225px;}
.ss_samsung .ss-benefit .inner.mobile-small{width:235px;}
.ss_samsung .ss-benefit .inner.mobile-med{width:262px;}
.ss_samsung .ss-benefit .inner.mobile-large{width:275px;}
.ss_samsung .ss-benefit .inner.mobile-huge{width:317px;}
.ss_samsung .ss-benefit .inner.mobile-huger{width:310px;}
@media (min-width:22.5em){.ss_samsung .ss-benefit .inner.mobile-huger{width:320px;}}
.ss_samsung .ss-benefit .inner.mobile-huger2{width:310px;}
@media (min-width:22.5em){.ss_samsung .ss-benefit .inner.mobile-huger2{width:330px;}}
@media (min-width:30em){.ss_samsung .ss-benefit .inner.mobileL-x-small{width:204px;}}
@media (min-width:30em){.ss_samsung .ss-benefit .inner.mobileL-small{width:220px;}}
@media (min-width:48em){.ss_samsung .ss-benefit .inner.tabletP-x-small{width:373px;}}
@media (min-width:48em){.ss_samsung .ss-benefit .inner.tabletP-small{width:427px;}}
@media (min-width:48em){.ss_samsung .ss-benefit .inner.tabletP-med{width:450px;}}
@media (min-width:48em){.ss_samsung .ss-benefit .inner.tabletP-large{width:565px;}}
@media (min-width:48em){.ss_samsung .ss-benefit .inner.tabletP-huge{width:556px;}}
@media (min-width:48em){.ss_samsung .ss-benefit .inner.tabletP-huger{width:583px;}}
@media (min-width:48em){.ss_samsung .ss-benefit .inner.tabletP-huger2{width:590px;}}
@media (min-width:48em){.ss_samsung .ss-benefit .inner.tabletP-huger3{width:675px;}}
@media (min-width:64em){.ss_samsung .ss-benefit .inner.tabletL-x-small{width:250px;}}
@media (min-width:64em){.ss_samsung .ss-benefit .inner.tabletL-small{width:270px;}}
@media (min-width:64em){.ss_samsung .ss-benefit .inner.tabletL-med{width:308px;}}
@media (min-width:64em){.ss_samsung .ss-benefit .inner.tabletL-large{width:340px;}}
@media (min-width:64em){.ss_samsung .ss-benefit .inner.tabletL-huge{width:355px;}}
@media (min-width:64em){.ss_samsung .ss-benefit .inner.tabletL-huge2{width:374px;}}
@media (min-width:64em){.ss_samsung .ss-benefit .inner.tabletL-huge3{width:387px;}}
@media (min-width:64em){.ss_samsung .ss-benefit .inner.tabletL-huge4{width:405px;}}
@media (min-width:64em){.ss_samsung .ss-benefit .inner.tabletL-huge5{width:424px;}}
@media (min-width:64em){.ss_samsung .ss-benefit .inner.tabletL-huger{width:456px;}}
@media (min-width:64em){.ss_samsung .ss-benefit .inner.tabletL-huger2{width:510px;}}
@media (min-width:80.063em){.ss_samsung .ss-benefit .inner.desktop-x-small{width:356px;}}
@media (min-width:80.063em){.ss_samsung .ss-benefit .inner.desktop-small{width:383px;}}
@media (min-width:80.063em){.ss_samsung .ss-benefit .inner.desktop-med{width:410px;}}
@media (min-width:80.063em){.ss_samsung .ss-benefit .inner.desktop-med2{width:424px;}}
@media (min-width:80.063em){.ss_samsung .ss-benefit .inner.desktop-large{width:450px;}}
@media (min-width:80.063em){.ss_samsung .ss-benefit .inner.desktop-huge{width:470px;}}
@media (min-width:80.063em){.ss_samsung .ss-benefit .inner.desktop-huger{width:492px;}}
@media (min-width:80.063em){.ss_samsung .ss-benefit .inner.desktop-huger2{width:545px;}}
.ss_samsung .ss-benefit .inner .benefit-title{font-size:14px;font-size:0.875rem;line-height:14px;line-height:0.875rem;margin:0;}
@media (min-width:30em){.ss_samsung .ss-benefit .inner .benefit-title{font-size:10px;font-size:0.625rem;}}
@media (min-width:48em){.ss_samsung .ss-benefit .inner .benefit-title{font-size:32px;font-size:2rem;line-height:32px;line-height:2rem;}}
@media (min-width:50.063em){.ss_samsung .ss-benefit .inner .benefit-title{font-size:18px;font-size:1.125rem;line-height:18px;line-height:1.125rem;}}
@media (min-width:80.063em){.ss_samsung .ss-benefit .inner .benefit-title{font-size:32px;font-size:2rem;line-height:32px;line-height:2rem;}}
.ss_samsung .ss-benefit .inner .feature-title{font-size:30px;font-size:1.875rem;line-height:30px;line-height:1.875rem;margin:10px 0 12px 0;}
@media (min-width:22.5em){.ss_samsung .ss-benefit .inner .feature-title{font-size:32px;font-size:2rem;line-height:35px;line-height:2.1875rem;}}
@media (min-width:30em){.ss_samsung .ss-benefit .inner .feature-title{font-size:22px;font-size:1.375rem;line-height:18px;line-height:1.125rem;}}
@media (min-width:48em){.ss_samsung .ss-benefit .inner .feature-title{font-size:54px;font-size:3.375rem;line-height:54px;line-height:3.375rem;margin:18px 0;}}
@media (min-width:50.063em){.ss_samsung .ss-benefit .inner .feature-title{font-size:42px;font-size:2.625rem;line-height:42px;line-height:2.625rem;margin:20px 0;}}
@media (min-width:80.063em){.ss_samsung .ss-benefit .inner .feature-title{font-size:54px;font-size:3.375rem;line-height:54px;line-height:3.375rem;margin:16px 0;}}
.ss_samsung .ss-benefit .inner .feature-desc{font-size:12px;font-size:0.75rem;line-height:14px;line-height:0.875rem;}
.ss_samsung .ss-benefit .inner .feature-desc a{ color:#FFF;}
@media (min-width:22.5em){.ss_samsung .ss-benefit .inner .feature-desc{font-size:14px;font-size:0.875rem;line-height:17px;line-height:1.0625rem;}}
@media (min-width:30em){.ss_samsung .ss-benefit .inner .feature-desc{font-size:12px;font-size:0.75rem;}}
@media (min-width:48em){.ss_samsung .ss-benefit .inner .feature-desc{font-size:22px;font-size:1.375rem;line-height:26px;line-height:1.625rem;}}
@media (min-width:50.063em){.ss_samsung .ss-benefit .inner .feature-desc{font-size:18px;font-size:1.125rem;line-height:24px;line-height:1.5rem;}}
@media (min-width:80.063em){.ss_samsung .ss-benefit .inner .feature-desc{font-size:22px;font-size:1.375rem;line-height:27px;line-height:1.6875rem;}}
.ss_samsung .ss-benefit .controls{z-index:4;}
.ss_samsung .ss-benefit .controls.cursor-default{cursor:default !important;}
.ss_samsung .ss-benefit .controls.cursor-default *{cursor:default !important;}
.ss_samsung .ss-benefit .next, .ss_samsung .ss-benefit .prev{background-image:url("/common/next/img/hp/hero/hero-arrow.png");background-repeat:no-repeat;}
.ss_samsung .ss-benefit .next, .ss_samsung .ss-benefit .prev{position:absolute;top:50%;width:50px;height:60px; color:#fff;font-size:50px;text-align:center;margin-top:-30px;cursor:pointer;text-decoration:none;z-index:10;display:none;}
.ss_samsung .ss-benefit .next{right:0;background-position:17px -69px;display:none;}
html.ltr .ss_samsung .ss-benefit .next{margin-right:20px;}
html.rtl .ss_samsung .ss-benefit .next{margin-left:20px;}
html.ltr .ss_samsung .ss-benefit .next{margin-right:1.25rem;}
html.rtl .ss_samsung .ss-benefit .next{margin-left:1.25rem;}
@media (min-width:50em){html.ltr .ss_samsung .ss-benefit .next{margin-right:30px;}
	html.rtl .ss_samsung .ss-benefit .next{margin-left:30px;}
	html.ltr .ss_samsung .ss-benefit .next{margin-right:1.875rem;}
	html.rtl .ss_samsung .ss-benefit .next{margin-left:1.875rem;}}
@media (min-width:80.063em){.ss_samsung .ss-benefit .next{display:block;}}
.ss_samsung .ss-benefit .prev{left:0;background-position:0px 0px;display:none;}
html.ltr .ss_samsung .ss-benefit .prev{margin-left:20px;}
html.rtl .ss_samsung .ss-benefit .prev{margin-right:20px;}
html.ltr .ss_samsung .ss-benefit .prev{margin-left:1.25rem;}
html.rtl .ss_samsung .ss-benefit .prev{margin-right:1.25rem;}
@media (min-width:50em){html.ltr .ss_samsung .ss-benefit .prev{margin-left:30px;}
	html.rtl .ss_samsung .ss-benefit .prev{margin-right:30px;}
	html.ltr .ss_samsung .ss-benefit .prev{margin-left:1.875rem;}
	html.rtl .ss_samsung .ss-benefit .prev{margin-right:1.875rem;}}
@media (min-width:80.063em){.ss_samsung .ss-benefit .prev{display:block;}}
.ss_samsung .ss-benefit .pag{position:absolute;bottom:22px;white-space:nowrap;text-align:center;width:100%;z-index:11;}
.ss_samsung .ss-benefit .pag ul{text-align:center;}
.ss_samsung .ss-benefit .pag li{display:-moz-inline-stack;display:inline-block;vertical-align:middle;*vertical-align:auto;zoom:1;*display:inline;height:auto;margin:0 5px 0 0;}
html.ltr .ss_samsung .ss-benefit .pag li, html.rtl .ss_samsung .ss-benefit .pag li{float:none;}
.ss_samsung .ss-benefit .pag li:last-child{margin:0;}
.ss_samsung .ss-benefit .pag li.current a{background:#0071BF;}
@media (min-width:48em){.ss_samsung .ss-benefit .pag{bottom:34px;}}
@media (min-width:80.063em){.ss_samsung .ss-benefit .pag{bottom:60px;}}
.ss_samsung .ss-benefit .dots a{text-decoration:none;background-color:white;-moz-background-clip:padding;-webkit-background-clip:padding;background-clip:padding-box;border:2px solid rgba(0, 0, 0, 0.3);line-height:0;display:block;width:0;overflow:hidden;text-indent:-9999em;-webkit-border-radius:40px;-moz-border-radius:40px;-ms-border-radius:40px;-o-border-radius:40px;border-radius:40px;padding:0.375em;}
@media (min-width:48em){.ss_samsung .ss-benefit .dots a{padding:0.5em;}}
@media screen and (-webkit-min-device-pixel-ratio:0){.ss_samsung .ss-benefit{/* Safari and Chrome */ /* Safari only override */}
	.ss_samsung .ss-benefit .dots a{border:2px solid rgba(0, 0, 0, 0.3);}
	.ss_samsung .ss-benefit ::i-block-chrome, .ss_samsung .ss-benefit .dots a{border:2px solid #999;}}
.ss_samsung .benefit-promo-video{z-index:2;}

/* 20140211 jw_ add  */
html.ltr .ss_samsung .footer ul li{margin-right:25px;margin-bottom:0;}
html.rtl .ss_samsung .footer ul li{margin-left:25px;margin-bottom:0;}
html.ltr .ss_samsung .footer .top.section ul li:last-child{margin-right:0;}
html.rtl .ss_samsung .footer .top.section ul li:last-child{margin-left:0;}
html.ltr .ss_samsung .footer .middle.section ul li.middle-ico-last{margin:0;}
html.ltr .ss_samsung .footer .middle.section ul li.middle-ico-last .lwico{margin-right:25px;}
html.ltr .ss_samsung .footer .middle.section ul li.middle-ico-last.fifa{margin-right:25px;}
html.rtl .ss_samsung .footer .middle.section ul li.middle-ico-last{margin:0;}
html.rtl .ss_samsung .footer .middle.section ul li.middle-ico-last .lwico{margin-left:25px;}
html.rtl .ss_samsung .footer .middle.section ul li.middle-ico-last.fifa{margin-left:25px;}
.ss_samsung .footer .middle ul{overflow:hidden;}
.ss_samsung .footer .middle ul li{display:table;height:100%;}
.ss_samsung .footer .middle ul li .fbico{float:none;display:table-cell;vertical-align:middle;}
.ss_samsung .footer .middle ul li .twico{float:none;display:table-cell;vertical-align:middle;}
.ss_samsung .footer .middle ul li .lang{float:none;display:table-cell;vertical-align:middle;}
.ss_samsung .footer .middle ul li .lwico{float:right;}
.ss_samsung .footer .middle ul li .lwico img{height:auto;}
@media (max-width:50em) and (min-width:40.063em){
	html.ltr .ss_samsung .footer ul li{margin-right:0;margin-bottom:0;}
}
@media (max-width:800px){
	html.ltr .ss_samsung .footer .middle ul li{float:left;}
	html.rtl .ss_samsung .footer .middle ul li{float:right;margin-left: 10px}
	html.ltr .ss_samsung .footer .middle.section ul li.middle-ico-last{float:right;}
	html.rtl .ss_samsung .footer .middle.section ul li.middle-ico-last{float:left;}
}
@media (max-width:767px){
	html.ltr .ss_samsung .footer ul li{margin-right:10px;}
	html.ltr .ss_samsung .footer ul.colb li{margin-right:0px;}
	html.rtl .ss_samsung .footer ul.colb li{margin-left:0px;}
	/*.ss_samsung .footer .middle ul{height:30px;}*/
	.ss_samsung .footer .middle ul li .lwico img{height:30px;}
	html.ltr .ss_samsung .footer .middle.section ul li.middle-ico-last.fifa{margin-right:25px;}
	.ss_samsung .footer .middle ul li.fifa img{height:30px;}
}
@media (min-width:80.063em) and (max-width:120em){
	.ss_samsung .footer .section{padding:20px 2%;}
	.ss_samsung .footer .section_notice{padding:0 2% 20px;}
}

.ss_samsung .footer .middle .uk_fifa{display:none;}
@media (max-width:479px){
	.ss_samsung .footer .middle .uk_fifa{display:block;height:30px;overflow:hidden;}
	.ss_samsung .footer .middle .uk_fifa li{width:50%;text-align:right;margin-right:0;}
	.ss_samsung .footer .middle .uk_fifa li.fifa{text-align:left;}
	/*.ss_samsung .footer .middle ul{margin:10px auto 0;}*/
	.ss_samsung .footer .middle ul li.p_base{display:none;}
}

.ss_samsung .accessories-module{width:100%;}
.ss_samsung .accessories-module.no-carousel{position:relative;}
html.ltr .ss_samsung .accessories-module.no-carousel{float:left;}
html.rtl .ss_samsung .accessories-module.no-carousel{float:right;}
.ss_samsung .accessories-module .viewer{clear:both;}
.ss_samsung .accessories-module .wrap{width:100%;height:410px;overflow:hidden;}
.ss_samsung .accessories-module .wrap.no-carousel{position:relative;float:left;}
html.ltr .ss_samsung .accessories-module .wrap.no-carousel{float:left;}
html.rtl .ss_samsung .accessories-module .wrap.no-carousel{float:right;}
.ss_samsung .accessories-module .wrap .accessory{width:100%;/*height:410px;*/ background:#f9f9f9;display:block;float:left; color:#292929;}
.ss_samsung .accessories-module .wrap .accessory.odd{background:#f1f1f1;}
.ss_samsung .accessories-module .wrap .accessory .accessory-inner-wrap{float:none;}
.ss_samsung .accessories-module .wrap .accessory .product-image{width:320px;max-width:100%;margin:30px auto 0;}
.ss_samsung .accessories-module .wrap .accessory .product-image img{width:100%;}
.ss_samsung .accessories-module .wrap .accessory .name{/*position:absolute;bottom:50px;*/  font-size:16px;font-size:1rem;letter-spacing:-0.5px;}
.ss_samsung .accessories-module .wrap .accessory.alt{background:#f9f9f9;}
.ss_samsung .accessories-module .wrap .accessory:hover .name{ color:#0071BF;}
.ss_samsung .accessories-module .wrap .accessory:active .name{ color:#666;}
@media (min-width:48em){.ss_samsung .accessories-module .wrap .accessory .product-image{margin-top:0;}
	.ss_samsung .accessories-module .wrap .accessory .name{font-size:36px;font-size:2.25rem;height:58px;}}
@media (min-width:50.063em){.ss_samsung .accessories-module .wrap{height:auto;}
	.ss_samsung .accessories-module .wrap .accessory{position:relative;height:auto;}
	html.ltr .ss_samsung .accessories-module .wrap .accessory{float:left;}
	html.rtl .ss_samsung .accessories-module .wrap .accessory{float:right;}
	html.ltr .ss_samsung .accessories-module .wrap .accessory{left:auto !important;}
	html.rtl .ss_samsung .accessories-module .wrap .accessory{right:auto !important;}
	html.ltr .ss_samsung .accessories-module .wrap .accessory{margin-left:auto !important;}
	html.rtl .ss_samsung .accessories-module .wrap .accessory{margin-right:auto !important;}
	.ss_samsung .accessories-module .wrap .accessory .product-image{position:relative;margin-top:0;}
	.ss_samsung .accessories-module .wrap .accessory .name{font-size:36px;font-size:2.25rem;position:relative;}
	html.ltr .ss_samsung .accessories-module .wrap .accessory .name{float:left;}
	html.rtl .ss_samsung .accessories-module .wrap .accessory .name{float:right;}
	.ss_samsung .accessories-module .wrap .accessory.alt{background:#f1f1f1;}
	.ss_samsung .accessories-module .wrap.layout2 .accessory{width:50%;}
	.ss_samsung .accessories-module .wrap.layout2 .accessory .name{font-size:24px;font-size:1.5rem;width:100%;}
	.ss_samsung .accessories-module .wrap.layout2 .accessory:nth-of-type(2){background:#f9f9f9;}
	.ss_samsung .accessories-module .wrap.layout2 .accessory:nth-of-type(3){background:#f9f9f9;}
	.ss_samsung .accessories-module .wrap.layout3 .accessory{width:33.333%;}
	.ss_samsung .accessories-module .wrap.layout3 .accessory .name{width:100%;font-size:24px;font-size:1.5rem;}
	.ss_samsung .accessories-module .wrap.layout3 .accessory:nth-of-type(2){background:#f9f9f9;}
	.ss_samsung .accessories-module .wrap.layout4 .accessory{width:50%;}
	.ss_samsung .accessories-module .wrap.layout4 .accessory .name{font-size:24px;font-size:1.5rem;width:100%;/*bottom:30px;*/}
	.ss_samsung .accessories-module .wrap.layout4 .accessory.odd{background:#f9f9f9;}
	.ss_samsung .accessories-module .wrap.layout4 .accessory.alternate{background:#f1f1f1;}}
@media (min-width:50.063em){.ss_samsung .accessories-module .dots{display:none;}}

/* 20140216 add jw_ */
.ss_samsung #content .whereLogo{text-indent:0px ;background:none;}

/* 20140216 add jw_ */
@media (max-width:1280px){
	html.ltr .ss_samsung .footer .cola{margin-bottom:10px;}
	html.rtl .ss_samsung .footer .cola{margin-bottom:10px;}
	html.ltr .ss_samsung .footer .colb{float:left;}
	html.rtl .ss_samsung .footer .colb{float:right;}
	.ss_samsung .footer .bottom-spacer{height:100px;}
	.ss-menu-vertical>li:last-child{position:relative;height:auto;}
	html.ltr .ss-menu-vertical #ss-main-signin{}
	.ss-menu-vertical #ss-main-signin li a{padding:18px 0;}
}
@media (max-width:800px){
	.ss-menu-vertical>li:last-child{height:auto;}
	.ss_samsung .footer .section{padding:20px 30px}
	.ss_samsung .footer .section_notice{padding:0 30px;}
	html.ltr .ss_samsung .footer .cola{margin-bottom:0px;width:50%;}
	html.rtl .ss_samsung .footer .cola{width:50%;}
	html.ltr .ss_samsung .footer .colb{float:right;width:50%;}
	html.rtl .ss_samsung .footer .colb{float:left;width:50%;}
	html.rtl .ss_samsung .footer ul li{margin-left: 0}/* 20140828 bjy */
}
@media (max-width:767px){
	.ss_samsung .footer .bottom-spacer{height:58px;}
	.ss-menu-vertical #ss-main-signin{padding:0px;}
	.ss-menu-vertical #ss-main-signin li a{padding:18px 0;}
}
@media (max-width:479px){
	.ss_samsung .footer .bottom-spacer{height:auto;}
}
@media (max-width:400px){
	html.ltr .ss_samsung .footer ul li,html.rtl .ss_samsung .footer ul li{margin-bottom:3px;}
	html.ltr .ss_samsung .footer .cola{width:50%}
	html.ltr .ss_samsung .footer .colb{width:50%}
	html.rtl .ss_samsung .footer .cola{width:50%}
	html.rtl .ss_samsung .footer .colb{width:50%}
}
@media (max-width:360px){
	.ss_samsung .footer .bottom-spacer{height:79px;}
}
@media (max-width:1280px){
	.ss-menu.ss-menu-vertical>li:last-child{height:100px;}
}
/* 20140227 add jw_ */
.thumb-description{position:absolute;left:0px;bottom:0px;width:100%;padding:10px 0;background-color:rgba(255, 255, 255, 0.5);}
.thumb-description span{display:block;display:-webkit-box;max-width:130px;margin:0 10px;padding:0px;max-height:35px;margin:0 auto;font-size:16px;line-height:18px;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis;}

/******************************************************
move to common/next/css/modules/compare.css  by.jiyoung 20140624
********************************************************/
.auto-complete.search-form-ac.on.results-returned{border:1px solid #f5f5f5;}
.ss_samsung .disclaimerBox{width:auto;padding:20px 30px;height:auto;overflow:hidden;background:#f1f2f4;font-size:12px;}
@media (min-width:50.063em){.ss_samsung .disclaimerBox{width:90%;padding:20px 5%;}}
@media (min-width:80em){.ss_samsung .disclaimerBox{width:96%;padding:20px 2%;}}

/******************************************************
move to common/next/css/modules/compare.css  by.jiyoung 20140624
********************************************************/

/* jw_ add 140324 */
.ss_samsung .no-result .icon-noresult{display:inline-block;width:65px;height:65px;margin:0 0 10px 0;background:url(/common/next/img/icon_alert.png) no-repeat left top;}
.ss_samsung .no-result{padding:10% 0;width:100%;text-align:center;}
.ss_samsung .no-result p{width:100%;font-size:38px;font-size:2.4rem;text-align:center;margin:0;}
.ss_samsung .no-result p + p{font-size:14px;background:none;}
.ss_samsung .no-result p + p strong{display:inline-block;line-height:40px;font-size:16px;}

@media (max-width:767px){
	.ss_samsung .no-result .icon-noresult{background-size:80% 80%;}
	.ss_samsung .no-result{}
	.ss_samsung .no-result p{font-size:30px;}
	.ss_samsung .no-result p + p{font-size:14px;}
	.ss_samsung .no-result p + p strong{line-height:40px;font-size:16px;}
}
@media (max-width:479px){
	.ss_samsung .no-result .icon-noresult{background-size:80% 80%;}
	.ss_samsung .no-result{padding:20% 0;}
	.ss_samsung .no-result p{font-size:20px;}
	.ss_samsung .no-result p + p{font-size:12px;}
	.ss_samsung .no-result p + p strong{line-height:30px;font-size:12px;}
}

/* addCart */
#addCartList{}
.cart-popover .close-button{position:absolute;right:10px;top:10px;}
.cart-popover ul li{font-size:18px;font-size:1.125rem;font-weight:bold;width:100%; color:#292929;border-bottom:1px solid #e7e7e6;padding:10px 0;text-align:left;}
.cart-popover ul li:last-child{border:0;}


/* 20140411 by sunny */
.ss_samsung .blue-theme a:hover, .ss_samsung .blue-theme a:hover .cta{ color:#000;}
.ss_samsung .turquoise-theme a:hover, .ss_samsung .turquoise-theme a:hover .cta{ color:#000;}

/* 20140415  */
.tooltip-nav{width:300px;height:370px;position:fixed;bottom:90px;left:50%;margin-left:-150px;background:url(/common/next/img/nav-tooltip-mobile-uk.png) no-repeat;z-index:1000;display:none;background-size:300px 370px;}
@media (min-width:22.5em){
	.tooltip-nav{width:300px;height:370px;position:fixed;bottom:110px;left:50%;margin-left:-150px;background:url(/common/next/img/nav-tooltip-mobile-uk.png) no-repeat;z-index:1000;display:none;background-size:300px 370px;}
}
@media (min-width:30em){
	.tooltip-nav{width:300px;height:370px;position:fixed;bottom:68px;left:50%;margin-left:-150px;background:url(/common/next/img/nav-tooltip-mobile-uk.png) no-repeat;z-index:1000;display:none;background-size:300px 370px;}
}
@media (min-width:48em){
	.tooltip-nav{width:240px;height:310px;position:fixed;bottom:110px;left:50%;margin-left:-120px;background:url(/common/next/img/nav-tooltip-tablet-uk.png) no-repeat;z-index:1000;display:none;background-size:240px 310px;}
}
@media (min-width:80.063em){
	.tooltip-nav{display:none !important;}
}


/* 20140728 lsj */
.ss_samsung .option-selector .options {display:none;}
.ss_samsung .option-selector.open .options {display:block;}


/*****************************************************************
font tag 2014-08-21 by naomi
*****************************************************************/


/**
LAYOUT
All layout related styles:grids, columns, etc...
**/
.ss_samsung.b2c .inner h1, .ss_samsung.b2c .inner-x h1, .ss_samsung.b2c .inner-y h1{font-size:37px;font-size:2.3125rem;line-height:1em;font-family:'SamsungIFRg', Arial, sans-serif;font-weight:normal;}
@media (min-width:48em){.ss_samsung.b2c .inner h1, .ss_samsung.b2c .inner-x h1, .ss_samsung.b2c .inner-y h1{font-size:56px;font-size:3.5rem;}}
@media (min-width:80em){.ss_samsung.b2c .inner h1, .ss_samsung.b2c .inner-x h1, .ss_samsung.b2c .inner-y h1{font-size:46px;font-size:2.875rem;}}
@media (min-width:80.063em){.ss_samsung.b2c .inner h1, .ss_samsung.b2c .inner-x h1, .ss_samsung.b2c .inner-y h1{font-size:56px;font-size:3.5rem;}}
.ss_samsung.b2c .inner h2, .ss_samsung.b2c .inner-x h2, .ss_samsung.b2c .inner-y h2{font-size:24px;font-size:1.5rem;font-weight:normal;}
@media (min-width:48em){.ss_samsung.b2c .inner h2, .ss_samsung.b2c .inner-x h2, .ss_samsung.b2c .inner-y h2{font-size:36px;font-size:2.25rem;}}
@media (min-width:80em){.ss_samsung.b2c .inner h2, .ss_samsung.b2c .inner-x h2, .ss_samsung.b2c .inner-y h2{font-size:30px;font-size:1.875rem;}}
@media (min-width:80.063em){.ss_samsung.b2c .inner h2, .ss_samsung.b2c .inner-x h2, .ss_samsung.b2c .inner-y h2{font-size:36px;font-size:2.25rem;}}
.ss_samsung.b2c .inner h3, .ss_samsung.b2c .inner-x h3, .ss_samsung.b2c .inner-y h3{font-size:17px;font-size:1.0625rem;font-weight:normal;}
@media (min-width:48em){.ss_samsung.b2c .inner h3, .ss_samsung.b2c .inner-x h3, .ss_samsung.b2c .inner-y h3{font-size:28px;font-size:1.75rem;}}
@media (min-width:80em){.ss_samsung.b2c .inner h3, .ss_samsung.b2c .inner-x h3, .ss_samsung.b2c .inner-y h3{font-size:24px;font-size:1.5rem;}}
@media (min-width:80.063em){.ss_samsung.b2c .inner h3, .ss_samsung.b2c .inner-x h3, .ss_samsung.b2c .inner-y h3{font-size:28px;font-size:1.75rem;}}
.ss_samsung.b2c .inner .cta, .ss_samsung.b2c .inner-x .cta, .ss_samsung.b2c .inner-y .cta{font-size:18px;font-size:1.125rem;}
.ss_samsung.b2c .inner .cta span, .ss_samsung.b2c .inner-x .cta span, .ss_samsung.b2c .inner-y .cta span{font-size:12px;font-size:0.75rem;}
@media (min-width:48em){.ss_samsung.b2c .inner .cta, .ss_samsung.b2c .inner-x .cta, .ss_samsung.b2c .inner-y .cta{font-size:24px;font-size:1.5rem;}
	.ss_samsung.b2c .inner .cta span, .ss_samsung.b2c .inner-x .cta span, .ss_samsung.b2c .inner-y .cta span{font-size:15px;font-size:0.9375rem;}}
@media (min-width:80em){.ss_samsung.b2c .inner .cta, .ss_samsung.b2c .inner-x .cta, .ss_samsung.b2c .inner-y .cta{font-size:22px;font-size:1.375rem;}
	.ss_samsung.b2c .inner .cta span, .ss_samsung.b2c .inner-x .cta span, .ss_samsung.b2c .inner-y .cta span{font-size:16px;font-size:1rem;}}
@media (min-width:80.063em){.ss_samsung.b2c .inner .cta, .ss_samsung.b2c .inner-x .cta, .ss_samsung.b2c .inner-y .cta{font-size:24px;font-size:1.5rem;}
	.ss_samsung.b2c .inner .cta span, .ss_samsung.b2c .inner-x .cta span, .ss_samsung.b2c .inner-y .cta span{font-size:15px;font-size:0.9375rem;}}

.ss_samsung.b2c .module-subtitle{font-family:'SamsungIFBd', Arial, sans-serif;font-weight:normal;font-size:13px;font-size:0.8125rem;text-transform:uppercase;}
.ss_samsung.b2c .module-header{font-family:'SamsungIFRg', Arial, sans-serif;font-weight:normal;}
.ss_samsung.b2c .module-header h2{font-size:23px;font-size:1.4375rem;}
.ss_samsung.b2c .module-header small{font-size:12px;font-size:0.75rem;text-transform:uppercase;}
.ss_samsung.b2c .ss-base{font-family:'SamsungIFRg', Arial, sans-serif;font-weight:normal;}
.ss_samsung.b2c .ss-bold{font-family:'SamsungIFBd', Arial, sans-serif;font-weight:normal;}
.ss_samsung.b2c .upper{text-transform:uppercase;}
.ss_samsung.b2c .cta{font-size:inherit;}
.ss_samsung.b2c .cta span{font-size:13px;font-size:0.8125rem;}

/* bullet */
.ss_samsung.b2c .ss_input input, .ss_samsung.b2c .ss_input .input .placeholder, .ss_samsung.b2c .input .ss_input .placeholder{font-family:'SamsungIFRg', Arial, sans-serif;font-size:13px;font-size:0.8125rem;}
.ss_samsung.b2c .ss-textarea textarea{font-size:13px;font-size:0.8125rem;font-family:'SamsungIFRg', Arial, sans-serif;font-weight:normal;}
.ss_samsung.b2c .checkbox input[type="checkbox"]:checked + label:after, .ss_samsung.b2c .checkbox .input [type="checkbox"].placeholder:checked + label:after, .ss_samsung.b2c .input .checkbox [type="checkbox"].placeholder:checked + label:after{content:'\e003';font-family:'samsungIcon';font-size:11px;font-size:0.6875rem;line-height:2;}
.ss_samsung.b2c .checkbox label{display:block;width:100%;height:100%;cursor:pointer;position:relative;text-align:center;background-color:#d9d8d8;}
.ss_samsung.b2c .checkbox-label{font-size:12px;font-size:0.75rem;}

/* BEGIN:option-selector */
.ss_samsung.b2c .option-selector .selected-option{font-family:'SamsungIFBd', Arial, sans-serif;font-weight:normal;text-transform:uppercase;}
.ss_samsung.b2c .option-selector.open .options, .ss_samsung.b2c .option-selector.open #shop-popover-container .popover .shop-popover .buy-direct .status, .ss_samsung.b2c #shop-popover-container .popover .shop-popover .buy-direct .option-selector.open .status, .ss_samsung.b2c .option-selector.open #shop-popover-container .popover .shop-popover .buy-direct .actions, .ss_samsung.b2c #shop-popover-container .popover .shop-popover .buy-direct .option-selector.open .actions{font-family:'SamsungIFBd', Arial, sans-serif;font-weight:normal;text-transform:uppercase;}
.ss_samsung.b2c .option-selector.option-selector-small .selected-option{font-size:12px;font-size:0.75rem;line-height:34px;}
.ss_samsung.b2c .ui-datepicker .ui-datepicker-prev, .ss_samsung.b2c .ui-datepicker .ui-datepicker-next{font-size:15px;font-size:0.9375rem;}
.ss_samsung.b2c .ui-datepicker .ui-datepicker-prev .ui-icon, .ss_samsung.b2c .ui-datepicker .ui-datepicker-next .ui-icon{font-family:'samsungIcon';}
.ss_samsung.b2c .ui-datepicker .ui-datepicker-title{line-height:2;text-transform:uppercase;font-size:13px;font-size:0.8125rem;font-family:'SamsungIFBd', Arial, sans-serif;font-weight:normal;}
.ss_samsung.b2c .ui-datepicker th{text-transform:uppercase;font-size:13px;font-size:0.8125rem;line-height:2;}
.ss_samsung.b2c .input label{font-family:'SamsungIFBd', Arial, sans-serif;font-weight:normal;font-size:12px;font-size:0.75rem;line-height:10px;line-height:0.625rem;}
@media (min-width:48em){.ss_samsung.b2c .input label{font-size:16px;font-size:1rem;line-height:16px;line-height:1rem;}}
@media (min-width:64em){.ss_samsung.b2c .input label{font-size:14px;font-size:0.875rem;line-height:14px;line-height:0.875rem;}}
@media (min-width:80.063em){.ss_samsung.b2c .input label{font-size:12px;font-size:0.75rem;}}
.ss_samsung.b2c .input input, .ss_samsung.b2c .input .placeholder{font-family:'SamsungIFRg', Arial, sans-serif;font-weight:normal;font-size:16px;font-size:1rem;line-height:16px;line-height:1rem;}
@media (min-width:48em){.ss_samsung.b2c .input input, .ss_samsung.b2c .input .placeholder{font-size:24px;font-size:1.5rem;line-height:normal;}}
@media (min-width:64em){.ss_samsung.b2c .input input, .ss_samsung.b2c .input .placeholder{font-size:20px;font-size:1.25rem;}}
@media (min-width:80.063em){.ss_samsung.b2c .input input, .ss_samsung.b2c .input .placeholder{font-size:18px;font-size:1.125rem;}}

html.ltr .ss_samsung.b2c form:not(#foo) > fieldset input[type='radio'] + label,
html.ltr .ss_samsung.b2c form:not(#foo) > fieldset .input [type='radio'].placeholder + label,
html.ltr .ss_samsung.b2c .input form:not(#foo) > fieldset [type='radio'].placeholder + label,
html.ltr .ss_samsung.b2c form:not(#foo) > fieldset input[type='checkbox'] + label,
html.ltr .ss_samsung.b2c form:not(#foo) > fieldset .input [type='checkbox'].placeholder + label,
html.ltr .ss_samsung.b2c .input form:not(#foo) > fieldset [type='checkbox'].placeholder + label{line-height:29px;line-height:1.8125rem;}
html.rtl .ss_samsung.b2c form:not(#foo) > fieldset input[type='radio'] + label,
html.rtl .ss_samsung.b2c form:not(#foo) > fieldset .input [type='radio'].placeholder + label,
html.rtl .ss_samsung.b2c .input form:not(#foo) > fieldset [type='radio'].placeholder + label,
html.rtl .ss_samsung.b2c form:not(#foo) > fieldset input[type='checkbox'] + label,
html.rtl .ss_samsung.b2c form:not(#foo) > fieldset .input [type='checkbox'].placeholder + label,
html.rtl .ss_samsung.b2c .input form:not(#foo) > fieldset [type='checkbox'].placeholder + label{line-height:29px;line-height:1.8125rem;}

.ss_samsung.b2c form:not(#foo) > fieldset input[type='checkbox']:checked + label:before, .ss_samsung.b2c form:not(#foo) > fieldset .input [type='checkbox'].placeholder:checked + label:before, .ss_samsung.b2c .input form:not(#foo) > fieldset [type='checkbox'].placeholder:checked + label:before{font-size:20px;font-size:1.25rem;line-height:26px;}
.ss_samsung.b2c .ss-button{font-family:'SamsungIFBd', Arial, sans-serif;font-weight:normal;font-size:12px;font-size:0.75rem;line-height:1.2;text-transform:uppercase;}
.ss_samsung.b2c .ss-button.load-more-button{font-size:13px;font-size:0.8125rem;}
@media (min-width:64em){.ss_samsung.b2c .ss-button.load-more-button{font-size:14px;font-size:0.875rem;}}
@media (min-width:80em){.ss_samsung.b2c .ss-button.load-more-button{font-size:15px;font-size:0.9375rem;}}
.ss_samsung.b2c .accordion-button a{font-family:'SamsungIFRg', Arial, sans-serif;font-weight:normal;font-size:17px;font-size:1.0625rem;}
.ss_samsung.b2c .accordion-button a span[class*="icon-"]{font-size:17px;font-size:1.0625rem;}
.ss_samsung.b2c .accordion-button label{font-size:17px;font-size:1.0625rem;}
.ss_samsung.b2c .accordion-button.active a{font-family:'SamsungIFBd', Arial, sans-serif;font-weight:normal;}

/* RTL toggle minus icon */
.ss_samsung.b2c .accordion-button .accordion-subtitle{font-family:'SamsungIFRg', Arial, sans-serif;font-weight:normal;font-size:12px;font-size:0.75rem;}
.ss_samsung.b2c .ss-simple-button{font-size:15px;font-size:0.9375rem;font-family:'SamsungIFBd', Arial, sans-serif;font-weight:normal;}
@media (min-width:48em){.ss_samsung.b2c .ss-simple-button{font-size:16px;font-size:1rem;}}
.ss_samsung.b2c .button{text-transform:uppercase;text-align:center;font-family:'SamsungIFBd', Arial, sans-serif;font-weight:normal;}
.ss_samsung.b2c .module-heading{font-family:'SamsungIFRg', Arial, sans-serif;font-weight:normal;font-size:24px;font-size:1.5rem;}
.ss_samsung.b2c .module-heading .heading-icon{font-size:40px;font-size:2.5rem;}
.ss_samsung.b2c .module-heading .heading-icon.toggle-icon{font-size:16px;font-size:1rem;}
@media (min-width:48em){.ss_samsung.b2c .module-heading{font-size:54px;font-size:3.375rem;}
	.ss_samsung.b2c .module-heading .heading-icon{font-size:60px;font-size:3.75rem;}
	.ss_samsung.b2c .module-heading .heading-icon.toggle-icon{font-size:40px;font-size:2.5rem;}}
@media (min-width:50.063em){.ss_samsung.b2c .module-heading{font-size:36px;font-size:2.25rem;}
	.ss_samsung.b2c .module-heading .heading-icon{font-size:60px;font-size:3.75rem;}}

/**
COMMON IMPORT
Common imports for the pages.
**/
.rtl .static-hero .hero1 img{-moz-transform:scaleX(-1);-o-transform:scaleX(-1);-webkit-transform:scaleX(-1);transform:scaleX(-1);filter:FlipH;-ms-filter:"FlipH";}
input[type="text"].animate-placeholder::-webkit-input-placeholder, .ss_samsung.b2c .input [type="text"].animate-placeholder.placeholder::-webkit-input-placeholder, input[type="date"].animate-placeholder::-webkit-input-placeholder, .ss_samsung.b2c .input [type="date"].animate-placeholder.placeholder::-webkit-input-placeholder{-webkit-transition-property:all;-moz-transition-property:all;-o-transition-property:all;transition-property:all;-webkit-transition-duration:200ms;-moz-transition-duration:200ms;-o-transition-duration:200ms;transition-duration:200ms;-webkit-transition-timing-function:ease;-moz-transition-timing-function:ease;-o-transition-timing-function:ease;transition-timing-function:ease;}
input[type="text"].animate-placeholder::-moz-placeholder, .ss_samsung.b2c .input [type="text"].animate-placeholder.placeholder::-moz-placeholder, input[type="date"].animate-placeholder::-moz-placeholder, .ss_samsung.b2c .input [type="date"].animate-placeholder.placeholder::-moz-placeholder{-webkit-transition-property:all;-moz-transition-property:all;-o-transition-property:all;transition-property:all;-webkit-transition-duration:200ms;-moz-transition-duration:200ms;-o-transition-duration:200ms;transition-duration:200ms;-webkit-transition-timing-function:ease;-moz-transition-timing-function:ease;-o-transition-timing-function:ease;transition-timing-function:ease;}
input[type="text"].animate-placeholder:-ms-input-placeholder, .ss_samsung.b2c .input [type="text"].animate-placeholder.placeholder:-ms-input-placeholder, input[type="date"].animate-placeholder:-ms-input-placeholder, .ss_samsung.b2c .input [type="date"].animate-placeholder.placeholder:-ms-input-placeholder{-webkit-transition-property:all;-moz-transition-property:all;-o-transition-property:all;transition-property:all;-webkit-transition-duration:200ms;-moz-transition-duration:200ms;-o-transition-duration:200ms;transition-duration:200ms;-webkit-transition-timing-function:ease;-moz-transition-timing-function:ease;-o-transition-timing-function:ease;transition-timing-function:ease;}
input[type="text"].animate-placeholder.active::-webkit-input-placeholder, .ss_samsung.b2c .input [type="text"].animate-placeholder.active.placeholder::-webkit-input-placeholder, input[type="date"].animate-placeholder.active::-webkit-input-placeholder, .ss_samsung.b2c .input [type="date"].animate-placeholder.active.placeholder::-webkit-input-placeholder{font-size:11px;font-size:0.6875rem;}
input[type="text"].animate-placeholder.active::-moz-placeholder, .ss_samsung.b2c .input [type="text"].animate-placeholder.active.placeholder::-moz-placeholder, input[type="date"].animate-placeholder.active::-moz-placeholder, .ss_samsung.b2c .input [type="date"].animate-placeholder.active.placeholder::-moz-placeholder{font-size:11px;font-size:0.6875rem;}
input[type="text"].animate-placeholder.active:-ms-input-placeholder, .ss_samsung.b2c .input [type="text"].animate-placeholder.active.placeholder:-ms-input-placeholder, input[type="date"].animate-placeholder.active:-ms-input-placeholder, .ss_samsung.b2c .input [type="date"].animate-placeholder.active.placeholder:-ms-input-placeholder{font-size:11px;font-size:0.6875rem;}
.ss_samsung.b2c #sec-nav .titleContainer input, .ss_samsung.b2c #sec-nav .titleContainer .input .placeholder, .ss_samsung.b2c .input #sec-nav .titleContainer .placeholder{font-family:'SamsungIFRg', Arial, sans-serif;font-weight:normal;font-size:18px;font-size:1.125rem;}
@media (min-width:80.063em){.ss_samsung.b2c #sec-nav .titleContainer input, .ss_samsung.b2c #sec-nav .titleContainer .input .placeholder, .ss_samsung.b2c .input #sec-nav .titleContainer .placeholder{font-size:35px;font-size:2.1875rem;}}
.ss_samsung.b2c #sec-nav .titleContainer .title{font-family:'SamsungIFRg', Arial, sans-serif;font-weight:normal;font-size:18px;font-size:1.125rem;}
@media (min-width:80.063em){.ss_samsung.b2c #sec-nav .titleContainer .title{font-size:35px;font-size:2.1875rem;}}
.ss_samsung.b2c #sec-nav .actions li .nav-button{font-family:'SamsungIFRg', Arial, sans-serif;font-weight:normal;text-transform:uppercase;font-size:10px;font-size:0.625rem;}
@media (min-width:50em){.ss_samsung.b2c #sec-nav .actions li .nav-button{font-size:12px;font-size:0.75rem;}}
.ss_samsung.b2c #sec-nav .actions li .nav-button span.title{font-size:14px;font-size:0.875rem;}
.ss_samsung.b2c #sec-nav .actions li .nav-button .icon{font-size:24px;font-size:1.5rem;}
.ss_samsung.b2c .footer{font-family:'SamsungIFRg', Arial, sans-serif;font-weight:normal;font-size:15px;font-size:0.9375rem;}
.ss_samsung.b2c .footer .fbico, .ss_samsung.b2c .footer .twico{font-size:20px;font-size:1.25rem;}
.ss_samsung.b2c .footer .topBtn{font-family:'SamsungIFBd', Arial, sans-serif;font-weight:normal;}
.ss_samsung.b2c .footer .topBtn .jump-up{font-size:12px;font-size:0.75rem;}
.ss_samsung.b2c #shop-popover-container .popover .shop-popover{font-size:12px;font-size:0.75rem;}
@media (min-width:48em){.ss_samsung.b2c #shop-popover-container .popover .shop-popover{font-size:18px;font-size:1.125rem;}}
.ss_samsung.b2c #shop-popover-container .popover .shop-popover .close-button{font-size:25px;font-size:1.5625rem;}
.ss_samsung.b2c #shop-popover-container .popover .shop-popover .tabs li a{font-family:'SamsungIFBd', Arial, sans-serif;font-weight:normal;text-transform:uppercase;}
@media (min-width:80em){.ss_samsung.b2c #shop-popover-container .popover .shop-popover .tabs li a{font-size:16px;font-size:1rem;}}
.ss_samsung.b2c #shop-popover-container .popover .shop-popover .tabs li a .price{font-family:'SamsungIFRg', Arial, sans-serif;font-weight:normal;}
.ss_samsung.b2c #shop-popover-container .popover .shop-popover .tab-content .stand-out{font-family:'SamsungIFBd', Arial, sans-serif;font-weight:normal;}
.ss_samsung.b2c #shop-popover-container .popover .shop-popover .tab-content .label{font-family:'SamsungIFBd', Arial, sans-serif;font-weight:normal;text-transform:uppercase;}
@media (min-width:80em){.ss_samsung.b2c #shop-popover-container .popover .shop-popover .tab-content .label{font-size:14px;font-size:0.875rem;}}
@media (min-width:80em){.ss_samsung.b2c #shop-popover-container .popover .shop-popover .tab-content .option-selector .selected-option{font-size:18px;font-size:1.125rem;line-height:41px;}}
.ss_samsung.b2c #shop-popover-container .popover .shop-popover .tab-content .link-button{font-family:'SamsungIFBd', Arial, sans-serif;font-weight:normal;}
.ss_samsung.b2c #shop-popover-container .popover .shop-popover .tab-content .link-button span{font-size:11px;font-size:0.6875rem;vertical-align:middle;}
@media (min-width:80em){.ss_samsung.b2c #shop-popover-container .popover .shop-popover .tab-content .link-button span{font-size:17px;font-size:1.0625rem;}}
.ss_samsung.b2c #shop-popover-container .popover .shop-popover .buy-direct .options .quantity input,
.ss_samsung.b2c #shop-popover-container .popover .shop-popover .buy-direct .status .quantity input,
.ss_samsung.b2c #shop-popover-container .popover .shop-popover .buy-direct .actions .quantity input,
.ss_samsung.b2c #shop-popover-container .popover .shop-popover .buy-direct .options .quantity .input .placeholder,
.ss_samsung.b2c .input #shop-popover-container .popover .shop-popover .buy-direct .options .quantity .placeholder,
.ss_samsung.b2c #shop-popover-container .popover .shop-popover .buy-direct .status .quantity .input .placeholder,
.ss_samsung.b2c .input #shop-popover-container .popover .shop-popover .buy-direct .status .quantity .placeholder,
.ss_samsung.b2c #shop-popover-container .popover .shop-popover .buy-direct .actions .quantity .input .placeholder,
.ss_samsung.b2c .input #shop-popover-container .popover .shop-popover .buy-direct .actions .quantity .placeholder{line-height:34px;font-size:12px;font-size:0.75rem;font-family:'SamsungIFBd', Arial, sans-serif;font-weight:normal;}
@media (min-width:80em){
	.ss_samsung.b2c #shop-popover-container .popover .shop-popover .buy-direct .options .quantity input,
	.ss_samsung.b2c #shop-popover-container .popover .shop-popover .buy-direct .status .quantity input,
	.ss_samsung.b2c #shop-popover-container .popover .shop-popover .buy-direct .actions .quantity input,
	.ss_samsung.b2c #shop-popover-container .popover .shop-popover .buy-direct .options .quantity .input .placeholder,
	.ss_samsung.b2c .input #shop-popover-container .popover .shop-popover .buy-direct .options .quantity .placeholder,
	.ss_samsung.b2c #shop-popover-container .popover .shop-popover .buy-direct .status .quantity .input .placeholder,
	.ss_samsung.b2c .input #shop-popover-container .popover .shop-popover .buy-direct .status .quantity .placeholder,
	.ss_samsung.b2c #shop-popover-container .popover .shop-popover .buy-direct .actions .quantity .input .placeholder,
	.ss_samsung.b2c .input #shop-popover-container .popover .shop-popover .buy-direct .actions .quantity .placeholder{font-size:18px;font-size:1.125rem;}
}

.ss_samsung.b2c #shop-popover-container .popover .shop-popover .buy-direct .status li p{font-family:'SamsungIFRg', Arial, sans-serif;font-weight:normal;}
.ss_samsung.b2c #shop-popover-container .popover .shop-popover .buy-direct .actions .shipping-notice{font-family:'SamsungIFRg', Arial, sans-serif;font-weight:normal;}
.ss_samsung.b2c #shop-popover-container .popover .shop-popover .buy-online ul li .price{font-family:'SamsungIFBd', Arial, sans-serif;font-weight:normal;}
.ss_samsung.b2c #shop-popover-container .popover .shop-popover .buy-instore .price{font-size:16px;font-size:1rem;font-family:'SamsungIFBd', Arial, sans-serif;font-weight:normal;}
.ss_samsung.b2c #shop-popover-container .popover .shop-popover .buy-instore h2{font-size:16px;font-size:1rem;font-family:'SamsungIFRg', Arial, sans-serif;font-weight:normal;}
@media (min-width:80em){.ss_samsung.b2c #shop-popover-container .popover .shop-popover .buy-instore h2{font-size:18px;font-size:1.125rem;}}
.ss_samsung.b2c #shop-popover-container .popover .shop-popover .buy-instore .store-address, .ss_samsung.b2c #shop-popover-container .popover .shop-popover .buy-instore .store-phone{font-family:'SamsungIFRg', Arial, sans-serif;font-weight:normal;}
.ss_samsung.b2c #shop-popover-container .popover .shop-popover .buy-instore .store-info .icon{font-size:40px;font-size:2.5rem;}
.ss_samsung.b2c #shop-popover-container .popover .shop-popover .buy-instore .store-info .store-hours .stand-out{font-size:13px;font-size:0.8125rem;}
@media (min-width:80em){.ss_samsung.b2c #shop-popover-container .popover .shop-popover .buy-instore .store-info .store-hours .stand-out{font-size:19px;font-size:1.1875rem;}}

.ss_samsung.b2c #shop-popover-container .popover .shop-popover .buy-instore .tw-contents .tit{font-size:18px;font-weight:bold;}
.ss_samsung.b2c #shop-popover-container .popover .shop-popover .buy-instore .tw-contents .sub-tit{font-size:18px;font-weight:bold;}
.ss_samsung.b2c .review-sort-popover ul li{font-size:12px;font-size:0.75rem;font-family:'SamsungIFBd', Arial, sans-serif;font-weight:normal;}
@media (min-width:48em){.ss_samsung.b2c .review-sort-popover ul li{font-size:27px;font-size:1.6875rem;}}
@media (min-width:50.063em){.ss_samsung.b2c .review-sort-popover ul li{font-size:18px;font-size:1.125rem;}}
.ss_samsung.b2c .product-popover-container .popover h3{font-size:32px;font-size:2rem; color:#292929;font-family:'SamsungIFRg', Arial, sans-serif;font-weight:normal;}
.ss_samsung.b2c .product-popover-container .popover .close-button{font-size:30px;font-size:1.875rem;}
@media (min-width:48em){.ss_samsung.b2c .product-popover-container .popover .close-button{font-size:25px;font-size:1.5625rem;}}
.ss_samsung.b2c .product-popover-container .product-category{font-family:'SamsungIFBd', Arial, sans-serif;font-weight:normal;font-size:14px;font-size:0.875rem;text-transform:uppercase;}
.ss_samsung.b2c .product-popover-container .product-tutorial *{font-family:'SamsungIFRg', Arial, sans-serif;font-weight:normal;}
.ss_samsung.b2c .product-popover-container .product-tutorial h2{font-size:22px;font-size:1.375rem;}
.ss_samsung.b2c .product-popover-container .product-tutorial p{font-size:18px;font-size:1.125rem;}
.ss_samsung.b2c .product-popover-container .product-tutorial small{font-family:'SamsungIFBd', Arial, sans-serif;font-weight:normal;font-size:14px;font-size:0.875rem;}
.ss_samsung.b2c .product-popover-container .accordion-button a{font-family:'SamsungIFBd', Arial, sans-serif;font-weight:normal;font-size:14px;font-size:0.875rem;}
.ss_samsung.b2c .product-popover-container .accordion-content a{font-family:'SamsungIFBd', Arial, sans-serif;font-weight:normal;font-size:14px;font-size:0.875rem;}
.ss_samsung.b2c .dealer-loc .icon-locator{font-size:45px;font-size:2.8125rem;line-height:1.3em;}
@media (min-width:48em){.ss_samsung.b2c .dealer-loc .icon-locator{line-height:1.15em;font-size:53px;font-size:3.3125rem;}}
.ss_samsung.b2c .dealer-loc a{font-size:19.34px;font-size:1.20875rem;}
@media (min-width:48em){.ss_samsung.b2c .dealer-loc a{font-size:30px;font-size:1.875rem;padding:1em;}}
.ss_samsung.b2c .dealer-loc p{font-size:20px;font-size:1.25rem;}

@media (min-width:80.063em){.ss_samsung.b2c .dealer-loc p{line-height:2em;}}
@media (min-width:48em){.ss_samsung.b2c .dealer-loc p{font-size:28px;font-size:1.75rem;}}
@media (min-width:80em){.ss_samsung.b2c .dealer-loc p{font-size:24px;font-size:1.5rem;}}
@media (min-width:80.063em){.ss_samsung.b2c .dealer-loc p{font-size:28px;font-size:1.75rem;}}
.ss_samsung.b2c .dealer-loc strong{font-family:'SamsungIFBd', Arial, sans-serif;font-weight:normal;font-weight:normal;}
@media (min-width:48em){.ss_samsung.b2c .dealer-loc .cta{font-size:24px;font-size:1.5rem;}}
@media (min-width:80em){.ss_samsung.b2c .dealer-loc .cta{font-size:22px;font-size:1.375rem;}}
@media (min-width:80.063em){.ss_samsung.b2c .dealer-loc .cta{font-size:24px;font-size:1.5rem;}}
.ss_samsung.b2c .dealer-loc .cta span{font-size:12px;font-size:0.75rem;}
@media (min-width:48em){.ss_samsung.b2c .dealer-loc .cta span{font-size:13.5px;font-size:0.84375rem;}}

.ss_samsung.b2c .ss-compare-button{font-size:14px;font-family:'SamsungIFBd', Arial, sans-serif;font-weight:normal;text-transform:uppercase;}
@media (min-width:48em){.ss_samsung.b2c .ss-compare-button{font-size:16px;}}


.ss_samsung.b2c .product-specs-module .glance ul li{font-size:12px;font-size:0.75rem;}
.ss_samsung.b2c .product-specs-module .glance ul li .icon{font-size:50px;font-size:3.125rem;line-height:normal;}
@media (min-width:48em){.ss_samsung.b2c .product-specs-module .glance ul li .icon{font-size:80px;font-size:5rem;}}
.ss_samsung.b2c .product-specs-module .glance ul li .icon.alpha-rating{font-size:45px;font-size:2.8125rem;line-height:35px;line-height:2.1875rem;}
@media (min-width:48em){.ss_samsung.b2c .product-specs-module .glance ul li .icon.alpha-rating{font-size:83px;font-size:5.1875rem;line-height:63px;line-height:3.9375rem;}}
.ss_samsung.b2c .product-specs-module .glance ul li .icon.icon-ports{font-size:20px;font-size:1.25rem;}
@media (min-width:48em){.ss_samsung.b2c .product-specs-module .glance ul li .icon.icon-ports{font-size:35px;font-size:2.1875rem;}}
.ss_samsung.b2c .product-specs-module .glance ul li .icon.icon-a-plus{font-size:20px;font-size:1.25rem;margin:20px 0;}
@media (min-width:48em){.ss_samsung.b2c .product-specs-module .glance ul li .icon.icon-a-plus{font-size:35px;font-size:2.1875rem;}}
.ss_samsung.b2c .product-specs-module .glance ul li .icon.img{font-size:0;}
@media (min-width:48em){.ss_samsung.b2c .product-specs-module .glance ul li{font-size:18px;font-size:1.125rem;}}
.ss_samsung.b2c .product-specs-module .product-specs-full .specs-wrap{font-size:18px;font-size:1.125rem;}
.ss_samsung.b2c .product-specs-module .product-specs-full .header{font-size:22px;font-size:1.375rem;}
.ss_samsung.b2c .product-specs-module .product-specs-full .specs-wrap ul li .spec{font-family:'SamsungIFBd', Arial, sans-serif;font-weight:normal;}
.ss_samsung.b2c .product-specs-module .product-specs-full .extra-specs{font-size:16px;font-size:1rem;}
.ss_samsung.b2c .product-specs-module .product-specs-full .extra-specs span{font-size:10px;font-size:0.625rem;}
.ss_samsung.b2c .manuals-module .title-expandable a span:first-child{font-size:45px;font-size:2.8125rem;}
.ss_samsung.b2c .more-options .manual-option p{font-size:14px;font-size:0.875rem;}
.ss_samsung.b2c .user-manual{font-size:16px;font-size:1rem;}
@media (min-width:50.063em){.ss_samsung.b2c .ss-glance-grid .fullview .copywrapper div:nth-child(4) div{ font-size:1.5em;}}
@media (min-width:22.563em) and (max-width:40em){.ss_samsung.b2c .ss-glance-grid .fullview .copywrapper div:nth-child(4) div{ font-size:1em;}}
@media (min-width:0em) and (max-width:22.5em){.ss_samsung.b2c .ss-glance-grid .fullview .copywrapper div:nth-child(4) div{ font-size:1em;}}
@media (min-width:40.063em) and (max-width:50em){.ss_samsung.b2c .ss-glance-grid .fullview .copywrapper div:nth-child(4) div{ font-size:1em;}}
.ss_samsung.b2c .ss-glance-grid .fullview .copywrapper .fullview-l-aside1 blockquote{font-weight:bold !important;font-style:italic;}
@media (min-width:50.063em){.ss_samsung.b2c .ss-glance-grid .fullview .copywrapper .fullview-l-aside1 blockquote{font-size:1.5em;}}
@media (min-width:22.563em) and (max-width:40em){.ss_samsung.b2c .ss-glance-grid .fullview .copywrapper .fullview-l-aside1 blockquote{font-size:0.875em;}}
@media (min-width:0em) and (max-width:22.5em){.ss_samsung.b2c .ss-glance-grid .fullview .copywrapper .fullview-l-aside1 blockquote{font-size:0.875em;}}
@media (min-width:40.063em) and (max-width:50em){.ss_samsung.b2c .ss-glance-grid .fullview .copywrapper .fullview-l-aside1 blockquote{font-size:0.875em;}}
@media (min-width:50.063em){.ss_samsung.b2c .ss-glance-grid .fullview .copywrapper .fullview-l-aside1 span{font-size:inherit;}}
@media (min-width:22.563em) and (max-width:40em){.ss_samsung.b2c .ss-glance-grid .fullview .copywrapper .fullview-l-aside1 span{font-size:0.75em;}}
@media (min-width:0em) and (max-width:22.5em){.ss_samsung.b2c .ss-glance-grid .fullview .copywrapper .fullview-l-aside1 span{font-size:0.75em;}}
@media (min-width:40.063em) and (max-width:50em){.ss_samsung.b2c .ss-glance-grid .fullview .copywrapper .fullview-l-aside1 span{font-size:0.75em;}}
.ss_samsung.b2c .ss-glance-grid .fullview .copywrapper .fullview-l-aside1 div{font-weight:normal;}
@media (min-width:50.063em){.ss_samsung.b2c .ss-glance-grid .fullview .copywrapper .fullview-l-aside1 div{font-size:1.5em;}}
@media (min-width:22.563em) and (max-width:40em){.ss_samsung.b2c .ss-glance-grid .fullview .copywrapper .fullview-l-aside1 div{font-size:0.75em;}}
@media (min-width:0em) and (max-width:22.5em){.ss_samsung.b2c .ss-glance-grid .fullview .copywrapper .fullview-l-aside1 div{font-size:0.75em;}}
@media (min-width:40.063em) and (max-width:50em){.ss_samsung.b2c .ss-glance-grid .fullview .copywrapper .fullview-l-aside1 div{font-size:0.75em;}}
.ss_samsung.b2c .ss-glance-grid .fullview .copywrapper .fullview-l-aside1 dl dt{font-weight:bolder !important;}
@media (min-width:50.063em){.ss_samsung.b2c .ss-glance-grid .fullview .copywrapper .fullview-l-aside1 dl dt{font-size:1.17em;}}
@media (min-width:22.563em) and (max-width:40em){.ss_samsung.b2c .ss-glance-grid .fullview .copywrapper .fullview-l-aside1 dl dt{font-size:0.875em;}}
@media (min-width:0em) and (max-width:22.5em){.ss_samsung.b2c .ss-glance-grid .fullview .copywrapper .fullview-l-aside1 dl dt{font-size:0.875em;}}
@media (min-width:40.063em) and (max-width:50em){.ss_samsung.b2c .ss-glance-grid .fullview .copywrapper .fullview-l-aside1 dl dt{font-size:0.875em;}}
@media (min-width:50.063em){.ss_samsung.b2c .ss-glance-grid .fullview .copywrapper .fullview-l-aside1 dl dd{padding-bottom:15px;}}
@media (min-width:22.563em) and (max-width:40em){.ss_samsung.b2c .ss-glance-grid .fullview .copywrapper .fullview-l-aside1 dl dd{padding-bottom:8px;}}
@media (min-width:0em) and (max-width:22.5em){.ss_samsung.b2c .ss-glance-grid .fullview .copywrapper .fullview-l-aside1 dl dd{padding-bottom:8px;}}
@media (min-width:40.063em) and (max-width:50em){.ss_samsung.b2c .ss-glance-grid .fullview .copywrapper .fullview-l-aside1 dl dd{padding-bottom:8px;}}
@media (min-width:50.063em){.ss_samsung.b2c .ss-glance-grid .fullview .copywrapper .fullview-l-aside1 ul li{font-size:inherit;}}
@media (min-width:22.563em) and (max-width:40em){.ss_samsung.b2c .ss-glance-grid .fullview .copywrapper .fullview-l-aside1 ul li{font-size:0.75em;}}
@media (min-width:0em) and (max-width:22.5em){.ss_samsung.b2c .ss-glance-grid .fullview .copywrapper .fullview-l-aside1 ul li{font-size:0.75em;}}
@media (min-width:40.063em) and (max-width:50em){.ss_samsung.b2c .ss-glance-grid .fullview .copywrapper .fullview-l-aside1 ul li{font-size:0.75em;}}

.ss_samsung.b2c .ss-glance-grid .fullview .copywrapper .fullview-l-aside1 ul li[data-cap=true]{font-weight:bold !important;}
.ss_samsung.b2c .ac-form input, .ss_samsung.b2c .ac-form .input .placeholder, .ss_samsung.b2c .input .ac-form .placeholder{font-family:'SamsungIFRg', Arial, sans-serif;font-weight:normal;}
@media (min-width:80.063em){.ss_samsung.b2c .ac-form input, .ss_samsung.b2c .ac-form .input .placeholder, .ss_samsung.b2c .input .ac-form .placeholder{font-size:16px;line-height:16px;}}
.ss_samsung.b2c div.auto-complete div h5{font-size:16px;font-size:1rem;font-family:'SamsungIFBd', Arial, sans-serif;font-weight:normal;text-transform:uppercase;}
@media (min-width:80.063em){.ss_samsung.b2c div.auto-complete div h5{font-size:18px;font-size:1.125rem;}}
.ss_samsung.b2c div.auto-complete div li{font-size:16px;font-size:1rem;}
.ss_samsung.b2c div.auto-complete li a{font-size:18px;font-size:1.125rem;}
.ss_samsung.b2c div.auto-complete .ac-message{font-size:18px;font-size:1.125rem;}
.ss_samsung.b2c div.auto-complete.results-returned div.link{font-family:'SamsungIFRg', Arial, sans-serif;font-weight:normal;}
.b2c .awards-popover .icon-close-x{font-size:1.125rem;}
.ss_samsung.b2c .awards-title{font-size:23px;}
a.y_btnMore{font-size:16px;}
a.y_btnMore span{font-size:16px;}
a.y_btnMore span .icon-plus{font-size:11px;}
@media (max-width:48em){
	.ss_samsung.b2c .awards-title{font-size:16px;}
	.b2c a.y_btnMore{font-size:14px;}
	.b2c a.y_btnMore span{font-size:14px;}
	.b2c a.y_btnMore span.icon-plus{font-size:11px;}
}
.ss_samsung.b2c .ss-benefit .inner .benefit-title{font-size:14px;font-size:0.875rem;line-height:14px;line-height:0.875rem;}
@media (min-width:30em){.ss_samsung.b2c .ss-benefit .inner .benefit-title{font-size:10px;font-size:0.625rem;}}
@media (min-width:48em){.ss_samsung.b2c .ss-benefit .inner .benefit-title{font-size:32px;font-size:2rem;line-height:32px;line-height:2rem;}}
@media (min-width:50.063em){.ss_samsung.b2c .ss-benefit .inner .benefit-title{font-size:18px;font-size:1.125rem;line-height:18px;line-height:1.125rem;}}
@media (min-width:80.063em){.ss_samsung.b2c .ss-benefit .inner .benefit-title{font-size:32px;font-size:2rem;line-height:32px;line-height:2rem;}}
.ss_samsung.b2c .ss-benefit .inner .feature-title{font-size:30px;font-size:1.875rem;line-height:30px;line-height:1.875rem;}
@media (min-width:22.5em){.ss_samsung.b2c .ss-benefit .inner .feature-title{font-size:32px;font-size:2rem;line-height:35px;line-height:2.1875rem;}}
@media (min-width:30em){.ss_samsung.b2c .ss-benefit .inner .feature-title{font-size:22px;font-size:1.375rem;line-height:18px;line-height:1.125rem;}}
@media (min-width:48em){.ss_samsung.b2c .ss-benefit .inner .feature-title{font-size:54px;font-size:3.375rem;line-height:54px;line-height:3.375rem;}}
@media (min-width:50.063em){.ss_samsung.b2c .ss-benefit .inner .feature-title{font-size:42px;font-size:2.625rem;line-height:42px;line-height:2.625rem;}}
@media (min-width:80.063em){.ss_samsung.b2c .ss-benefit .inner .feature-title{font-size:54px;font-size:3.375rem;line-height:54px;line-height:3.375rem;}}
.ss_samsung.b2c .ss-benefit .inner .feature-desc{font-size:12px;font-size:0.75rem;line-height:14px;line-height:0.875rem;}
@media (min-width:22.5em){.ss_samsung.b2c .ss-benefit .inner .feature-desc{font-size:14px;font-size:0.875rem;line-height:17px;line-height:1.0625rem;}}
@media (min-width:30em){.ss_samsung.b2c .ss-benefit .inner .feature-desc{font-size:12px;font-size:0.75rem;}}
@media (min-width:48em){.ss_samsung.b2c .ss-benefit .inner .feature-desc{font-size:22px;font-size:1.375rem;line-height:26px;line-height:1.625rem;}}
@media (min-width:50.063em){.ss_samsung.b2c .ss-benefit .inner .feature-desc{font-size:18px;font-size:1.125rem;line-height:24px;line-height:1.5rem;}}
@media (min-width:80.063em){.ss_samsung.b2c .ss-benefit .inner .feature-desc{font-size:22px;font-size:1.375rem;line-height:27px;line-height:1.6875rem;}}
.ss_samsung.b2c .accessories-module .wrap .accessory .name{ font-size:16px;font-size:1rem;}
@media (min-width:48em){.ss_samsung.b2c .accessories-module .wrap .accessory .name{font-size:36px;font-size:2.25rem;}}
@media (min-width:50.063em){
	.ss_samsung.b2c .accessories-module .wrap .accessory .name{font-size:36px;font-size:2.25rem;}
	.ss_samsung.b2c .accessories-module .wrap.layout2 .accessory .name{font-size:24px;font-size:1.5rem;}
	.ss_samsung.b2c .accessories-module .wrap.layout3 .accessory .name{font-size:24px;font-size:1.5rem;}
	.ss_samsung.b2c .accessories-module .wrap.layout4 .accessory .name{font-size:24px;font-size:1.5rem;}
}

.b2c .thumb-description span{font-size:16px;line-height:18px;}

.ss_samsung.b2c .disclaimerBox{font-size:12px;}
@media (min-width:48em){
	.ss_samsung.b2c .disclaimerBox{font-size:14px;}
}

.ss_samsung.b2c .no-result p{font-size:38px;font-size:2.4rem;}
.ss_samsung.b2c .no-result p + p{font-size:14px;}
.ss_samsung.b2c .no-result p + p strong{line-height:40px;font-size:16px;}
@media (max-width:767px){
	.ss_samsung.b2c .no-result p{font-size:30px;}
	.ss_samsung.b2c .no-result p + p{font-size:14px;}
	.ss_samsung.b2c .no-result p + p strong{line-height:40px;font-size:16px;}
}
@media (max-width:479px){
	.ss_samsung.b2c .no-result p{font-size:20px;}
	.ss_samsung.b2c .no-result p + p{font-size:12px;}
	.ss_samsung.b2c .no-result p + p strong{line-height:30px;font-size:12px;}
}
.b2c .cart-popover ul li{font-size:18px;font-size:1.125rem;font-weight:bold;}


/* 2014.09.19 */
/* mock-up2 disclaimer_mainWrap */
.disclaimer_mainWrap { overflow:hidden; width:100%; position:absolute; bottom:0; z-index: 2; padding:20px; box-sizing: border-box; background:#000; background: rgba(204,204,204,.6);  color:#000;  }
.disclaimer_mainWrap .legal_text { font-size:12px; }

/* mock-up2 disclaimer_subWrap */
.disclaimer_subWrap { overflow:hidden; width:100%; position:absolute; bottom:0; z-index: 2; padding:20px; box-sizing: border-box; background:#000; background: rgba(204,204,204,.6);  color:#fff; }
.disclaimer_subWrap .legal_text { font-size:12px;}
.disclaimer_subWrap .legal_text.black {  color:#000; }
.disclaimer_subWrap .legal_text.white {  color:#fff; }

@media (min-width: 48em){
	.disclaimer_mainWrap {  padding:30px 25px; }
	.disclaimer_mainWrap .legal_text { font-size:14px; }

	.disclaimer_subWrap {  padding:30px 30px; }
    .disclaimer_subWrap .legal_text { font-size:14px; }
  }


/*  Supplies Compatibility Finder 개선 2014.10.31 */
/* Print solutions 타입페이지 Find my device 기능 검색영역 추가시 상단에 'search-modeName" 클래스 추가 */
#support-popover-container .popover .find-my-device-container .category-finder .listing.model-listing.search-modelName ul {height: 294px;}

#support-popover-container .popover .find-my-device-container .search-modelName .btn_sb007, #support-popover-container .popover .find-device-mobile .btn_sb007 { display:block; background:#d2d2d2; width:52px; height:52px; overflow:hidden; float:left; border:1px solid #ccc; }
#support-popover-container .popover .find-my-device-container .search-modelName .btn_sb007, #support-popover-container .popover .find-device-mobile .btn_sb007 { float:right; }
#support-popover-container .popover .find-my-device-container .search-modelName .btn_sb007, #support-popover-container .popover .search-modelName .find-my-device-container .btn_sb007:hover, 
#support-popover-container .popover .find-device-mobile .btn_sb007, #support-popover-container .popover .find-device-mobile .btn_sb007:hover {  color:#333; }
#support-popover-container .popover .find-my-device-container .search-modelName .btn_sb007 span:first-child,  #support-popover-container .popover .find-device-mobile .btn_sb007 span:first-child { position:absolute; left:-2000px; }
#support-popover-container .popover .find-my-device-container .search-modelName .btn_sb007 span.icon-search, #support-popover-container .popover .find-device-mobile .btn_sb007 span.icon-search { font-size:2em; display:block; margin:7px 0 0 7px; }