section#main.main-ind{
	padding: 0!important;
}
.save-tag p, .now-price p, .was-price del, .sold-out p{
    font-family: 'montserrat-bold';
}
.save-tag{
    position: absolute;
    top: 49px;
    left: 10px;
    background-color: #ffffff;
    padding: 10px 20px;
    text-align: center;
    font-weight: 700;
    z-index: 2;
}
.save-tag p{
    color: #ff004c;
    text-transform: uppercase;
    line-height: 1.2;
}

.product-pricing{
    flex-direction: column;
    align-items: flex-start;
    border-top: 1px solid #cdcdcd;
    margin: 10px;
    padding-top: 20px;
}

.now-price span{
    font-weight: bold;
    color: #ff004c;
    font-size: 30px;
    display: inline-block;
}

.now-price p{
    display: inline-block;
    font-weight: bold;
    line-height: 1.2;
    color: #FFFFFF;
    margin: 0 10px 0 15px;
}

.was-price del{
    color: #ff004c;
    margin-left: 5px;
}

.was-price{
    background: #00000017;
    padding: 0 0 10px 0;
}

.was-price p{
    font-size: 15px;
    margin: 0 15px;
    line-height: 1.2;
}

.sold-out {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    align-items: center;
    justify-content: center;
  display: none;
    z-index: 3;
    bottom: 0;
}
.sold-out > div {
    position: absolute;
    background: rgb(255 255 255 / 75%);
    width: 100%;
    height: 100%;
    opacity: 0.8;
}
.sold-out p {
    background-color: #000000;
    position: absolute;
    top: 20%;
    right: 40px;
    left: 40px;
    color: #ffffff;
    z-index: 999;
    padding: 10px 15px;
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
}
.noselect {
  -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
     -khtml-user-select: none; /* Konqueror HTML */
       -moz-user-select: none; /* Old versions of Firefox */
        -ms-user-select: none; /* Internet Explorer/Edge */
            user-select: none; /* Non-prefixed version, currently
                                  supported by Chrome, Edge, Opera and Firefox */
}
.landing-wrapper .terms{
 font-size: 14px;
  color: #636466;
  text-align: center;
}
/*****to delete*****/
.insert-spec .product-image{
	position: relative;
}
.insert-spec .product-image img{
 filter: blur(2px)
}
.insert-spec .coming-soon{
 	position: absolute;
  	z-index: 999
}
#insert-pre .cs-opacity{
	opacity: 0.5;
  filter: blur(5px)
}
button:disabled{
	cursor: default;
  background-color: #2c2c2c!important;
   border-color: #2c2c2c!important;:
}
.landing-wrapper .rec-specs h2 {
  	font-family: klavika-web-condensed,sans-serif;
  	font-size: 40px;
}
.spec-title{
    margin: 0 auto;
    text-align: center;
    max-width: 1170px;
}
.products{
  	margin-top: 40px;
}
.product .column-ind-holder .column-ind-header {
	background: #f16827;
    border-radius: 5px 5px 0 0;
  }
.product .column-ind-holder .column-content .product-image-holder .product-image img{
  width: 150px;
  height: auto;
}
.product .column-ind-holder .column-content {
  border-radius:5px;
  padding: 0 0 20px 0!important;
  background: #000000;
	border-left: 1px solid	#4d4d4d;
	border-right: 1px solid	#4d4d4d;
	border-bottom: 1px solid #4d4d4d;
}
.product .column-ind-holder .column-ind-header h3 {
  color: #ffffff;
  font-weight:normal;
}

.product .column-ind-holder .column-content .products-points-holder ul li {
  font-size: 14px;
  color: #ffffff;
}
.product .column-ind-holder .column-content .config_button_holder .btn {
  background-color: #f16827;
  border-color: #f16827;
  color: #ffffff;
}
.product .column-ind-holder .column-content .products-points-holder {
  	background-color: #000000;
}
.product .column-ind-holder .column-content .products-points-holder ul li:before{
  	color: #f16827;
	background-color: #000;
}
.product .column-ind-holder .column-content .from-inc-price{
  	color: #ffffff;
   margin: 0 20px;
}
.product .column-ind-holder .column-content .from-inc-price span {
  	color: #f16827;
}
.product .column-ind-holder .column-content .config_button_holder .btn:hover{
  	color: #ffffff;
  	background-color: #e04800;
  	border-color: #e04800;
}
.product .config_button_holder{
  	margin: 0 20px;
  	margin-top: auto;
}
.product .column-ind-holder .column-content .product-image-holder .product-image{
	padding-top: 20px;
   height: auto;
}
.rec-specs{
    background-image: url(/images/landing/amd/ryzenradeon/amd-specs-bg.jpg);
  	background-repeat: no-repeat;
    background-position: 50% 0;
  	padding: 40px 0
}
.landing-wrapper{
	background-color: #000000;
}
.landing-wrapper h1, .landing-wrapper h3 {
	font-family: klavika-web-condensed, sans-serif;
	font-weight: 700;
	margin-bottom: 25px;
	color: #fff;
}
.landing-wrapper h1 {
	font-size: 60px;
	line-height: 60px;
	font-weight: 700;
}
.landing-wrapper h2{
	font-family: "klavika-web", sans-serif;
	font-weight: 700;
	color: #ffffff;
}
.landing-wrapper p {
	color: #fff;
}
.lg-container{
	max-width: 1400px;
	margin: 0 auto;
}
.pcs-col{
	width: 50%;
}
.hero{
	position: relative;
	background-image: url(/images/landing/amd/amd-advantage/advantage_hero.jpg);
	background-position: 55% center;
  background-repeat: no-repeat;
	border-bottom: 1px solid #636466;
	background-color: #000;
	padding: 0 35px;
}
.amd-hub-title>div {
	max-width: 680px;
}
.gradient {
  	display: block;
	font-style: italic;
	background: linear-gradient(to right, rgb(246, 111, 25), rgb(242, 20, 33));
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	padding-right: 10px;
}
.amd-hub-title img{
	display: block;
  width: 180px;
	margin-top: 60px;
}
.col-content{
	max-width: 500px;
	padding: 35px;
}
.landing-button {
	font-family: 'Montserrat-Bold';
	text-transform: uppercase;
	border: 2px solid #fff;
	color: #fff;
	text-align: center;
	font-size: 16px;
	padding: 15px 20px;
	cursor: pointer;
	margin: 30px 0;
	transition: .25s ease;
	display: inline-block;
}
.landing-button:hover {
	background-color: #fff;
	color: #000;
}
.mobile-img{
	display: none;
}
.amd-hub-title{
	padding: 0 35px 40px;
      display: flex;
    min-height: 900px;
    align-items: center;
}
.amd-sec3{
	padding: 80px 35px;
}
.amd-sec3 .vas{
	align-items: flex-start;
	gap: 40px;
}
.amd-ad-logo{
	width: 300px;
	background: linear-gradient(to right, #f26422, #ed1c24);
	padding: .4rem;
}
.amd-module{
	background-color: #000;
	padding: 20px;
}
.amd-module img{
	width: 200px;
}
.amd-module h3{
	color: #ffffff;
}
.amd-module hr{
	margin: 10px 0;
}
.amd-module a{
	color: #ffffff;
}
.amd-chart{
	width: 80%;
}
.amd-chart h2{
	color: #c3c8ca;
}
/**table edits**/
.landing-wrapper table tbody tr:nth-child(odd), .landing-wrapper table tbody tr:nth-child(even){
	background-color: #000;
}
.landing-wrapper table tr{
	margin: 0;
}
.landing-wrapper table tr td{
	color: #c3c8ca;
	border: 1px solid #9d9fa2;
	border-left: none;
	border-right: none;
}
.amd-sec4{
	padding: 30px;
}
.bar-fl{
	width: 200px;
}
.bar-fl p{
	font-size: 23px;
	line-height: 1.2;
	margin: 0;
}
.bar-mid{
	width:100%
}
.amd-bars{
	margin-top: 50px;
	text-transform: uppercase;
	font-family: klavika-web-condensed, sans-serif;
	font-weight: 700;
}
.bar-grey{
	width: 50%;
}
.bar{
	background-color: #65676a;
	border-radius: 5px;
	padding: 5px 10px;
}
.amd-bar{
	display: flex;
	align-items: flex-end;
	margin-bottom: 10px;
	text-align: right;
	font-size: 26px;
	color: #ffffff;
}
.amd-bar p{
	margin-bottom: 0;
	line-height: 1.2;
	font-size: 15px;
	width: 180px;
}
.bar-orange{
	width: 100%;
	background-color:#ed1c24;
}
.amd-bar .gradient{
	font-size: 40px;
	line-height: 1;
}
.amd-video-holder video{
	max-width: 100%;
}
.amd-video-holder{
	position: relative;
  	margin-top: 80px;
}
.amd-video-holder button{
	aspect-ratio: 1 / 1;
	background-color: transparent;
	border: 2px solid #fff;
	border-radius: 50%;
	bottom: 1.3rem;
	color: #fff;
	font-family: "FontAwesome";
	position: absolute;
	right: 1.3em;
	width: 3em;
	cursor:pointer;
	z-index: 2;
}
.amd-video-holder button:hover{
	background-color: #ffffff;
	color: #000000;
}
.amd-sec6{
	padding: 35px;
	border-top: 1px solid #636466;
}
.amd-sec6 img{
	margin: 0 auto;
	display: block;
}
.amd-sec6 ol{
	list-style-type:decimal;
	margin-top: 60px
}
.amd-sec6 ol li{
	color: #636466;
	line-height: 1.2;
	margin-bottom: 10px;
	font-size: 14px;
      word-wrap: break-word;
}
.amd-sec6 p{
	color: #636466;
	font-size: 14px;
}
@media screen and (min-width: 1920px){
	.landing-wrapper h1 {
		font-size: 100px;
		line-height: .9;
	}
	.amd-hub-title p {
		font-size: 26px;
	}
}
@media screen and (max-width: 1170px){
.amd-hub-title{
      min-height: auto;
  }
	.mobile-img{
		display: block;
	}
	.hero{
		background-image: none;
		padding: 0;
	}
	.pcs-col{
		width: 100%;
	}
	.col-content{
		max-width: 100%;
	}
	.amd-sec3 .vas{
		flex-wrap: wrap;
		justify-content: center;
	}
	.amd-chart{
		width: 100%;
	}
	.ac-header{
		background-color: #1c1c1c;
	}
}
@media screen and (max-width: 960px){
	.landing-wrapper .vas{
		flex-wrap: wrap;
	}
}

@media screen and (max-width: 700px){
	.landing-wrapper table tr td:last-of-type{
		border: none;
	}
  .amd-bar{
   	flex-wrap: wrap; 
  }
 .bar-fl{
	margin-bottom: 40px;
  }
  .amd-bar .gradient{
    font-size: revert;
  }
  .bar-orange{
   	border-radius: 5px 5px 0 0  
  }
  .amd-bar p{
    font-size: 18px;
    border: 1px solid #ed1c24;
    padding: 7px;
    width: 100%;
    text-align: center;
    border-radius: 0 0 5px 5px;
  }
}
