@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;}

#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 p.tiny{color:grey;font-family: 'Klaviaka_Condensed_Regular';font-size:100%;}

#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;line-height:1.2em;height:60px;padding: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:#fff;font-size:100%;}
#thisMS .small p{font-size:150%}
#thisMS .ms_prod_img{margin-top:2em;max-height:200px}

#thisMS .not-available-text{color:#ff0000;margin-bottom:0;font-size:150%;}
#thisMS .price-box{height:70px;overflow:hidden;}

#thisMS .bg{background-image:url(../../../images/microsite_images/AMD_Crimson_Desert_Gamebundle/bg.webp);background-repeat:repeat;}

#thisMS .table-striped{border: solid #555 1px ;margin-top:2em}
#thisMS .table-striped thead{background:#222222 !important;border: solid #555 1px ;}
#thisMS .table-striped th{border: solid #555 1px ;}
#thisMS .table-striped tbody tr:nth-of-type(odd){background-color:#000;border: solid #555 1px ;}
#thisMS .table-striped tbody tr:nth-of-type(even){background-color:#000;border: solid #555 1px ;}
#thisMS .table-striped td{text-align:center;vertical-align: middle !important; font-size:130%;;border: solid #555 1px ;}
#thisMS p.littletable{color:#fff;font-family: 'Klaviaka_Condensed_Regular';font-size:110%;}
#thisMS p.h2table{color:#fff;font-family: 'Klaviaka_Condensed_Medium';font-size:200%;font-weight:normal;}
#thisMS p.h3table{color:#fff;font-family: 'Klaviaka_Condensed_Medium';font-size:160%;font-weight:normal;}

#thisMS .table_head{background: linear-gradient(to right, rgb(246, 111, 25) , rgb(242, 20, 33));}}

#thisMS a.ms_prod_name:visited{color:#f26522 !important}
#thisMS a:visited{color:#f26522 !important}
#thisMS a.ms_prod_name:active{color:#f26522 !important}
#thisMS a:active{color:#f26522 !important}

@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 .LP-slider-container {
    position: relative;
    width:100%!important;
  }

#thisMS .LP-slider {  overflow: hidden;}
  
#thisMS .LP-slides {
    display: flex;
    transition: transform 0.5s ease;
    overflow: hidden;
  }
  
#thisMS .LP-slide {
    flex: 0 0 auto;
    padding:5px;
    display: flex;
    align-items: stretch;
  }

#thisMS .LP-Card { 
    padding:3px;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    background-color:#161616;



  }
#thisMS .LP-Card iframe { 
    width:370px;
    height:208px;
  }
  
  /*
  .LP-Card iframe { 
    display: flex;
    flex-basis: 38%;
    height:auto;
  }
  */

#thisMS .LP-slide p {
    font-size:13px;
    padding:10px 5px 15px;
    margin:0px 0px 0px 0px!important;
  }
  
#thisMS .LP-slide img {
    width: 100%;
    height: auto;
  }
  
#thisMS .LP-prev, .LP-next {
    cursor: pointer;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background-color: rgba(0, 0, 0, 0.5);
    color: white;
    padding: 10px;
    z-index: 1;
  }
  
#thisMS .LP-prev {
    left: -30px;
  }
  
#thisMS .LP-next {
    right: -30px;
  }
  
#thisMS .LP-dot-navigation {
    text-align: center;
    margin-top: 10px;
  }
  
#thisMS .LP-dot-navigation .LP-dot {
    display: inline-block;
    width: 5px;
    padding:3px;
    height: 5px;
    background-color: #bbb;
    border-radius: 50%;
    margin: 0 2px;
    cursor: pointer;
    border-color:#000000;
    border-width:3px; border-style:solid;
  }
  
#thisMS .LP-dot-navigation .LP-dot.active {
    background-color: #555;
  }


  @media (max-width: 991px) {
#thisMS .LP-prev {
    left: -25px;
  }
  
#thisMS .LP-next {
    right: -25px;
  }

#thisMS .LP-slide {
    justify-content: center;
  }

  /*
  .LP-Card iframe { 
     width: 100%;
     height: auto;
 }  
 */
 
}