@charset "utf-8";
/****************************************/
/* GLOBAL FONTS && FRAMEWORK FIX */
@import url('../../../../global/ms_framework.css');
/****************************************/

/* queries
@media (min-width:600px)
@media (min-width:980px)
@media (min-width:1680px)
*/

/* CSS STYLE FOR MS */
#thisMS {background:rgba(30,30,30,1.0);background:#000;}

#thisMS *,
#thisMS h3,
#thisMS h4,
#thisMS h5,
#thisMS li{
	color:rgba(255,255,255,1);
	font-family: 'Klaviaka_Condensed_Regular';
}

#thisMS h1{font-size:300%;color:#fff;font-family: 'Klaviaka_Condensed_Medium';text-align:center;}
#thisMS h2, #thisMS p.h2{color:#fff;	font-family: 'Klaviaka_Condensed_Medium';font-size:220%;font-weight:normal;margin:.5em 0; padding-top:1.4em;text-transform: uppercase}

#thisMS p{color:rgba(255,255,255,1);font-family: 'Klaviaka_Condensed_Regular';font-size:135%;}
#thisMS p.teaser{color:rgba(255,255,255,1);font-family: 'Klaviaka_Condensed_Regular';font-size:180%;}
#thisMS .ms_button, #thisMS .ms_button_cat{background-color:#000;color:#fff;font-family: 'Klaviaka_Condensed_Regular';border:2px solid #fff;}
#thisMS .ms_button_big {font-size:300%;padding:0.7em}
#thisMS a{color:#fff;}
#thisMS a.ms_prod_name{font-family: 'Klaviaka_Condensed_Regular';font-size:2em;color:#fff;overflow:hidden;padding:1em 0 0 0;margin:0;}

#thisMS .form-control{background-color:rgba(0,0,0,0.5);border: 1px solid #999;}
#thisMS select[disabled]{color:#000 !important;}
#thisMS hr{border-top:1px solid #555;margin:0;}
#thisMS .footer p{color:#888;font-size:100%;}
#thisMS .small p{font-size:150%}
#thisMS .ms_prod_img{margin-top:2em;max-height:200px}
#thisMS .ms_prod_img_sys{margin-top:2em;padding:2em !important}

#thisMS .not-available-text{color:#ff0000;margin-bottom:0;font-size:150%;}
#thisMS .price-box{height:70px;overflow:hidden;}

#thisMS .bg1{background-image:url(../../../images/microsite_images/AMD_Ryzen_9000_Launch/bg1_small.webp);background-repeat: no-repeat;}
#thisMS .bg2{background-image:url(../../../images/microsite_images/AMD_Ryzen_9000_Launch/bg2_small.webp);background-repeat: no-repeat;}
#thisMS .bg3{background-image:url(../../../images/microsite_images/AMD_Ryzen_9000_Launch/bg3_small.webp);background-repeat: no-repeat;}
#thisMS .bg4{background-image:url(../../../images/microsite_images/AMD_Ryzen_9000_Launch/bg4_small.webp);background-repeat: no-repeat;}
@media (min-width:600px) and (max-width:979px){
	#thisMS p strong{text-align:center;display:block;}
}

@media (min-width:980px){
}
@media (min-width:1680px){
	#thisMS p.teaser{padding: 1em 3em 0 3em}
	#thisMS .bg1{background-image:url(../../../images/microsite_images/AMD_Ryzen_9000_Launch/bg1.webp);background-repeat: no-repeat;}	
	#thisMS .bg2{background-image:url(../../../images/microsite_images/AMD_Ryzen_9000_Launch/bg2.webp);background-repeat: no-repeat;}
	#thisMS .bg3{background-image:url(../../../images/microsite_images/AMD_Ryzen_9000_Launch/bg3.webp);background-repeat: no-repeat;}
	#thisMS .bg4{background-image:url(../../../images/microsite_images/AMD_Ryzen_9000_Launch/bg4.webp);background-repeat: no-repeat;}
	
	#thisMS .partone {padding-top:2em;padding-bottom:7em}
	#thisMS .parttwo {padding-top:4em;padding-bottom:7em}
	#thisMS .partthree {padding-top:4em;padding-bottom:5em}
	
}