



.container{
	max-width: 1200px;
	width: calc(100% - 30px);
	margin: 0 auto;
    height: 100%;
	position: relative;
    z-index: 1;
}
.game-select-box-text{
	width: 100%;
   /*  background: #ffffff; */
    text-align: center;
    font-weight: 600;
	font-size: 18px;
    text-align: center;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 24px;
    padding: 10px 0px;
}
.line-spread{
	width:100%;
	height:50px;
}
.platform-choosing{
	width: 75.5%;
    background: url(https://content.ibuypower.com/Images/Config/EasyBuilder/EasyBuilder_BG.png) center center / cover no-repeat;
    display: flex;
    background-size: cover;
    background-attachment: fixed;
    background-position: center center;
	background-color: rgba(255, 255, 255, 0.8);
	position:relative;
	background-repeat:no-repeat;
}
#sidebar-image *{
	z-index:2;
	position:relative;
}
.platform-choosing-white-background{
    width: 100%;
    background-color: rgb(0 0 0 / 60%);
    height: 100%;
	top: 0; 
	position: absolute !important;
	z-index:1 !important;
}

.select-title{
	text-align: center;
    font-size: 48px;
    font-weight: 700;
    margin-top: 62px;
}

.select-images{
	width: 100%;
    text-align: center;
	margin: 0 auto;
    margin-top: 96px;
	position:relative;
	z-index:2;
}

.laptop-box{
	position: relative;
	height: 98%;
    width: 46%;
	box-shadow: 0 0 1rem 8px rgba(0,0,0,.1);
	cursor: pointer;
	background-color: #fff;
}

.laptop-box.active{
	background-color: rgba(211,0,6,.6);
	filter: drop-shadow(0 0 7px rgba(230,40,46));
	box-shadow: inset 0 0 2rem 5px rgba(48,0,0,.35);
	transition: background-color .5s;
	cursor: pointer;
	height: 98%;
    width: 46%;
}

.select-box:hover {
	box-shadow:inset 0 0 20px #b7a6a6; 
}
.select-text{
	text-align: center;
    font-size: 22px;
    margin-top: -3px;
}

.select-text{
	text-align: center;
    font-size: 22px;
    margin-top: -3px;
}

.select-image{
	margin-top: 12%;
    width: 48%;
    margin: 0 auto;
}

.select-box{
	position: relative;
	margin-right: 20px;
	margin-left: 20px;
    width: 249px;
    height: 280px;
	box-shadow: 0 0 1rem 8px rgba(0,0,0,.1);
	cursor: pointer;
	background-color: #fff;
}

.check-mark{
	margin: 0 auto;
    margin-top: 94px;
	z-index: 3;
    position: absolute;

	width:74px;
}

#contentdiv #Platform .check-mark{
	    left: 38%;
}

#contentdiv #Price .check-mark{
	right:35%;
}

.select-filter{
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	background-color: rgba(255, 40, 47, 0.8);
	display: none;
	box-shadow: inset 0 0 40px #7b0404;
}

.select-box.active .select-filter {
	display: block;
}

.select-box.active .select-text {
	color: #fff;
	z-index: 1;
    position: relative;
}

.select-box:hover {
	box-shadow:inset 0 0 20px #b7a6a6; 
}


.dasktop{
	width: 122px;
    margin-top: 29px;
	min-height: 74%;
	z-index: 2;
    position: relative;
}

.laptop{
	margin-top: 53px;
    width: 208px;
	z-index: 2;
    position: relative;
}

.next-prev-boxs {
    margin: 0 auto;
    margin-top: 80px;
    width: 100%;
	text-align: center;
	margin-bottom: 40px;
}
.next-prev-boxs-popup{
	margin: 0 auto;
    padding-bottom: 20px;
	text-align:center;
}
.next-prev-box {
    width: 32%;
    height: 56px;
	margin: 0 7%;
    border: 1px solid #2a2a2a;
    cursor: pointer;
    transition: all .4s ease 0s;
    line-height: 55px;
    text-align: center;
    font-size: 24px;
	background: rgb(248, 248, 255);
}
	
.next-prev-box:hover {
    color: #fff;
}

.prev:hover, .next:hover {
    background-color: unset !important;
}

.arrow-text{
	text-align:center;
	font-size:17px;
	font-weight:400;
	color:black;
}

.choosing-progress-item-icon img{
	height:auto !important;
	max-width: 190px;
	max-height: 74px;
}

.next-text{
	text-align: center;
    font-size: 24px;
    margin-top: 11px;
}

.select-popup-wrapper {
	position: fixed;
	width: 100%;
	height: 100%;
    background: #0000004f;
	z-index: 100;
	top: 0;
}

.popup-box{
	width: 100%;
    height: 100%;
    margin: 0 auto;
    margin-top: 67px;
}

.popup-container{
	width: 90%;
    height: 100%;
    margin: 0 auto;
	height:960px;
}

.popup-gray-box{
	position: relative;
	width: 100%;
	height: 69px;
    background: #e8e8e8;
	line-height: 69px;
}

.gray-box-text{
	text-align: center;
    font-weight: 500;
    font-size: 1.5rem;
}

.PCB-title-wrapper{
	display:table;
}
 
.required-fields, #optional-product{
	text-align: right;
    padding-right: 50px;
}

.PCB-title{
	display:table-cell;
	vertical-align:middle;
}

.close-botton{
	position: absolute;
	float: right;
    font-size: 60px;
    font-weight: 700;
    margin-right: 3.5%;
    color: #000;
    text-shadow: 0 1px 0 #fff;
	cursor: pointer;
	top: -5px;
    right: -17px;
}

.active .platform-text{
	color:white;
	z-index:2;
}
.popup-white-box{
	width: 100%;
    border-radius: 0px 0px 5px 5px;
    background: white;
	position: relative;
	text-align:center;
	overflow-y: scroll;
    max-height: 80%;
}

.PCB-title-container{
	width: 18%;
    padding-right: 50px;
}

#result-AP-warpper .PCB-title-container{
	width: 22%;
	padding-right:32px;
}
 
.popup-box-warrper{
	height: 100%;
}

.dasktop-select-box{
	padding-top: 100px;
}

.select-after-dasktop{
	/* height: 100%; */
    width: 180px;
    margin-left: 0px;
    margin-right: 41px;
	box-shadow: 0 0 1rem 8px rgba(0,0,0,.1);
	cursor: pointer;
	background-color: #fff;
	transition: box-shadow .5s;
	text-align:center;
    margin-bottom: 20px;
	
}

.select-after-dasktop img{
	 max-height: 200px!important; 
	/* max-width: 20% !important; */
}
.select-after-dasktop:hover{
	box-shadow: inset 0 0 10px #000000;
}



.flex-wrapper {
	display: flex;
}
#StartGaming .dasktop-select-box{
	margin-bottom: 55px;
	margin-right: 0px;
	/* transform: scale(0.9); */
}

.spec-info-warpper{
	width: 84%;
    margin: auto;
	margin-top: 25px;
}

#summary .first-filter{
	width:100% !important;
}

.game-item-wrapper{
	z-index:2;
	position:relative;
}

.active .game-select-box-text{
	background-color: rgba(255, 40, 47, 0.8);
    /* display: none; */
    box-shadow: inset 0 0 40px #7b0404;
	font-size:30px; 
	color:white;
	font-weight:400;
	position:relative;
	z-index:4;
}

.select-games .popup-text-warrper{
	/* position:absolute;
	bottom:0px; */
}

.choosing-progress {
	width: 24.5%;
	background: black;
	text-align: center;
	color: white;
	font-weight: 500;
	text-transform: uppercase;
	font-size: 21px;
	padding-bottom: 10px;
    background-size: cover;
    background-attachment: fixed; 
	background-size: 49% 100%!important;
    background-position: right;
	position:relative;
	background-repeat:no-repeat;
}

.choosing-progress-item {
	/* margin-bottom: 10px; */
	cursor: pointer;
}

.choosing-progress-item.active {
	background: none;
}

.choosing-progress-item-icon {
	margin-top: 10px;
}

.choosing-progress-item-icon img:last-child {
	display: none;
}

.choosing-progress-arrow img:last-child {
	display: none;
}

.choosing-progress-item.active .choosing-progress-item-icon img:last-child {
	display: inline-block;
}

.choosing-progress-item.active .choosing-progress-arrow img:last-child {
	display: inline-block;
}

.choosing-progress-item.active .choosing-progress-item-icon img:first-child {
	display: none;
}

.choosing-progress-item.active .choosing-progress-arrow img:first-child {
	display: none;
}

.choosing-progress-item.active .choosing-progress-item-text {
	color: #fa4848;
}

.choosing-progress-item-text {
	margin-top: -5px;
    margin-bottom: 20px;
}

.choosing-edit-button {
	width: 120px;
	height: 38px;
	background: #e81414;
	text-align: center;
	color: white;
	line-height: 38px;
	margin: 20px 0;
	font-weight: 400;
	cursor: pointer;
	transition: all .4s ease 0s;
	display: block !important;
    margin: 0 auto;
    margin-top: 30px;
}

.choosing-edit-button:hover {
	opacity: 0.8;
}
.build-your-pc{
	font-size:61px;
	font-weight: 500;
}
.build-your-pc-easy{
	font-size: 61px;
	margin-top: -20px;
	font-weight: 600;
}
.build-your-pc-made-for-you{
	font-weight: 100;
    font-size: 15px;
}
.choosing-progress-text-title{
	padding-bottom: 25px;
}
.choosing-progress-title {
	width: calc(100% - 30px);
	max-width: 305px;
	margin-top: 32px;
	margin-bottom: 15px;
}

.first-intel-logo{
	width: 100%;
    height: 100%;
}

.first-amd-logo{
	height: 100%;
    width: 100%;
	/* min-height: 130px;
    max-height: 130px; */
	height: calc(50% + 10px);
	/* max-width:200px; */
}

#Game .popup-text-warrper .tooltiptext, #Platform .popup-text-warrper .tooltiptext{
    display: none !important;
    visibility: hidden;
    opacity: 0;
    transition: opacity .5s ease-in-out 0s;
    position: absolute;
    z-index: 1060;
    display: inline-block;
    width: auto;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 14px;
    line-height: 1.42857143;
    white-space: normal;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid rgba(0,0,0,.2);
    border-radius: 6px;
    -webkit-box-shadow: 0 5px 10px rgba(0,0,0,.2);
    box-shadow: 0 5px 10px rgba(0,0,0,.2);
    padding: 20px!important;
    left: -30px;
    text-align: center;
    border-radius: 6px;
    padding: 10px;
    font-weight: 500;
    right: -10%;
    top: 130%;
}

#Game .active .popup-text-warrper .tooltiptext, #Platform .active .popup-text-warrper .tooltiptext{
	visibility: visible;
	opacity:1;
	display: inline-block !important;
	color:black;
}

.first-filter{
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	background-color: rgba(255, 40, 47, 0.8);
    box-shadow: inset 0 0 40px #7b0404;
	display: none;

}

.select-after-dasktop.active .first-filter {
	display: block;
}
.select-after-dasktop.active .first-filter .first-amd-logo{
	display: none;
}

.second-check-mark{
    margin-top: 40%;
}

.second-intel-logo{
	margin-right: 43px;
}

.second-amd-logo{
	margin-right: 45px;
}

.budget-select .select-box {
	width: calc(33% - 44px);
	height: 220px;
	max-width: 245px;
}

.budget-select .check-mark {
	margin-top: 32px;
}

.budget-select .select-text {
    position: relative;
    font-size: 40px;
    top: 100px;
}

.select-games {
	max-width: 85%;
}

.select-games .select-box {
	width: 287px;
    margin: 33px 25px;
	/* height:220px; */
	height:unset;
}

.select-games .check-mark {
	position: absolute;
    width: 74px;
    margin: auto;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
	z-index:3;
}

.summary-select-title {
	position: relative;
	font-size: 40px;
    font-weight: 600;
    text-align: center;
	margin-top: 40px;
}

.summary-select-title span {
	position: relative;
	/* background: #fcfcfc; */
	padding: 0 10px;
	z-index: 10;
	display: inline-block;
}

.summary-select-title .strip {
	position: absolute;
	width: 100%;
	height: 1px;
	background: black;
	margin: auto;
	top: 0;
	bottom: 0;
	display:none;
}

.summary-select-title span {
  display: inline-block;
  position: relative;  
}
.summary-select-title span:before,
.summary-select-title span:after {
	content: "";
	position: absolute;
	height: 5px;
	border-bottom: 1px solid black;
	/* border-top: 1px solid black; */
	top: 24px;
	width: 40%;
	bottom: 0;
}
#summary .container{
	overflow:hidden;
}
.summary-select-title span:before {
  right: 100%;
  margin-right: 15px;
}
.summary-select-title span:after {
  left: 100%;
  margin-left: 15px;
}
/* .building-summary-page {
	background: #fcfcfc;
} */

.building-summary-page .select-images {
	margin-top: 20px;
}

.building-summary-page .budget-select .select-box {
	height: 76px;
}

.building-summary-page .budget-select .check-mark {
	width: 35px;
    float: left;
    margin-top: 24px;
    margin-left: 13px;
	left:0;
}

.building-summary-page .budget-select .select-text {
	top: 0;
	line-height: 78px;
	font-size: 25px;
}

.building-summary-page .select-processor .select-box {
	height: auto;
	margin-bottom: 25px;
	/* max-width: 16%; */
	margin-right:40px;
}

#select-box-game-6,#select-box-game-7,#select-box-game-8{
	display:none;
}
.building-summary-page .select-processor .select-image {
    position: absolute;
    width: auto;
    margin: auto;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
}

.building-summary-page .select-processor .check-mark {
	position: absolute;
    width: 35px;
    margin: auto;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
}

.building-summary-page .next-prev-box:hover {
	background-color: #e81414;
    border-color: #e81414;
}
.level-two-and-half-popup .select-after-dasktop{
	margin-right:0px;
	margin-left:0px;
}

.sticky-button{
    margin: 0 auto;
    position: relative;
}

.text-filed-and-notes{
	width: 90%;
    margin: 0 auto;
    text-align: right;
	padding: 20px
}

.level-two-and-half-popup .select-box{
	margin-right: 40px;
    margin-left: 0px;
	margin: 0 6px; 
	margin-bottom: 40px;
	max-width:18%;
	height:auto;
}

#result-AP-warpper .select-after-dasktop{
	max-width:27%; 
	height:auto;
	margin-right: 20px;
}
#result-AP-warpper #optional-product, #result-AP-warpper .required-fields{
	padding-right: 0px;
}
.small-pc-image{
	width:100%;
	margin-top: 29px;
}
.select-text-platform{
	position: absolute !important;
    bottom: 15px;
    text-align: center;
    width: 100%;
	left:0;
}
.popup-text-warrper{
	display: block;
    width: 100%;
    text-align: center;
}

#choose-cpu .popup-text-warrper{
	display: table;
    width: 100%;
    text-align: center;
}

#result-AP-warpper .popup-text-warrper{
	display:table;
}

.optional-items-warrper,.required-items-warrper{
    display: inline-block;
    text-align: right;
    height: 100%;
    width: 74%;
}

.platform-text-warrper{
	display: table;
    height: 100%;
    width: 100%;
    text-align: center;
}

.arrow-result{
	background:url('/wp-content/themes/ETL/img/result_arrow_left_bk.png') center center / cover no-repeat; 
    width: 30px;
    height: 50px;

	
}

.prev:hover .arrow-result ,.next:hover .arrow-result{
	background:url('/wp-content/themes/ETL/img/result_arrow_left_bk_blue.png') center center / cover no-repeat; 
}

.prev:hover .arrow-text ,.next:hover .arrow-text{
	color:#169fe6 !important;
}

.platform-text{
	display: table-cell;
    vertical-align: middle;
	font-size: 25px;
}
.platform-tooltip {
  position: relative;
}
.popup-text{
	display: table-cell;
    vertical-align: middle;
}
.tooltip {
  position: relative;
  padding:5px;
}

.PCB-title-wrapper{
	text-align: right;
    width: 90%;
}

.PCB-title{
	max-width: calc(100% - 40px);
    border-bottom: 3px solid #169fe6;
    padding: 0 20px 10px 20px;
    margin: 0 auto;
    margin-bottom: 30px;
    text-transform: uppercase;
    font-size: 34px;
    font-weight: 600;
}

.tooltip .tooltiptext {
	display:none !important;
	visibility: hidden;
    opacity: 0;
    transition: opacity .5s ease-in-out 0s;
    position: absolute;
    z-index: 1060;
    display: inline-block;
    width: auto;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 14px;
    line-height: 1.42857143;
    white-space: normal;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid rgba(0,0,0,.2);
    border-radius: 6px;
    -webkit-box-shadow: 0 5px 10px rgba(0,0,0,.2);
    box-shadow: 0 5px 10px rgba(0,0,0,.2);
    padding: 20px!important;
    left: -30px;
    text-align: center;
    border-radius: 6px;
    padding: 10px;
    font-weight: 500;
    right: -10%;
	top:105%;

}

.select-after-dasktop:hover .tooltiptext {
  visibility: visible;
  opacity:1;
  display: inline-block !important;
}
.prev {
   /*  left: -70px; */
    font-size: 68px;
}
.next{
	font-size: 68px;
	/* right: -70px; */
}

#choose-cpu .first-filter ,#result-AP-warpper .first-filter{
    background-color: rgb(255 154 158 / 47%);
    box-shadow: inset 0 0 40px #7b0404;
	text-align:center;
}
  
#Clear-button{
	display:none !important;
}

.select-games .select-box{
	background-color:transparent;
	box-shadow:unset;

}
.game-item-wrapper img{
	width: auto !important;
    height: 230px !important;
    max-width: 300px;
}
.PCB-result-title-container .PCB-title-wrapper{
    text-align: center;
    width: auto;
    margin: auto;
}

.PCB-result-title-container{
	width:100% !important;
	margin-bottom: 35px;
}

#choose-cpu .active {
     background-color: unset; 
     box-shadow: unset; 
}

#Platform .select-box{
	box-shadow: none; 
    background-color: unset; 
	width:280px;
	height:280px;
}

#result-AP-warpper .PCB-title-wrapper{
	width:100% !important;
}


@media (max-width: 1024px) {
	#Platform .select-box{
		margin-bottom:40px;
	}
    .next-prev-boxs{
		width: 100%;
	}
	
	.select-images {
		margin-top:72px;
	}
	
	.select-box{
		margin-right: 0px;
		width: 245px;
	}
	
	.popup-box {
		width: 527px;
	}
	.popup-white-box-scroll{		
		height: 520px;
	}
	.level-two-and-half-popup .select-box{
		
		max-height: none; 
		width: 175px;
	}
	.select-games .select-box {
		margin: 36px 11px;
	}
	.prev{
		left:0px;
		z-index: 2;
	}
	.next{
		right:0px;
		z-index: 2;
	}
	#result-additional-products .select-after-dasktop{
		width:155px;
		margin: 0 10px;
		margin-bottom: 20px;
	}
}



@media (max-width: 768px) {
	
	.select-title {
		margin-top: 20px;
	}
	
	.next-text {
		margin-top: 11px;
	}	
	
	.platform-choosing {
		width: 100%;
		margin-top:60px;
    }
	
	.choosing-progress {
		display: none;
	}
	
	.popup-box {
		width: 100%;
	}
}

@media (max-width: 480px) {
	#result-additional-products .select-after-dasktop {
		display: inline-block;
		width: 120px; 
	}
	#result-additional-products{
		text-align:center;
	}
	.results-bottons-hide-specs{
		width:30% !important;
	}
	.results-bottons-wrapper{
		margin:0 auto;
	}
	.results-price-wrapper{
		text-align:center !important;
	}
	.first-filter {
		width: 100%;
		height: 164px;
	}
	
	.select-after-dasktop {
		width: 173px;
		/* height: 164px; */
		position: relative;
		margin-right: 85px;
		margin-top: 10px;
	}

	
	.select-title {
		font-size: 40px;
	}
	
	.select-box {
		display: block;
		margin: 0 auto;
		margin-top: 35px;
		height: 220px;
	}
	
	.select-images {
		margin-top: 0;
	}
	
	.next-text{
		margin-top: 0px;
	}
	
	.laptop-image {
		margin-top: 11%;
	}
	
	.dasktop-image {
		margin-top: 0%;
	}
	
	.dasktop {
		margin-top:0px;
	}
	
	.laptop {
		margin-top: 24px;
	}
	
	.next-prev-box {
		width: 41%;
		margin: 0 4%;
	}
	
	.budget-select .select-box {
		width: calc(100% - 30px);
	}
	
	.select-games .select-box {
		display: inline-block;
		width: 116px;
	}
	#contentdiv #Platform .select-box{
		height: 260px;
		display:inline-block !important;
	}
	.level-two-and-half-popup .select-box{
		display:inline-block !important;
	}
}	
	
@media (max-width: 375px) {
	
	.select-after-dasktop {
		margin-right: 60px;
	}

}
	
@media (max-width: 320px) {
	
	.select-after-dasktop {
		margin-right: 34px;
	}

}
	
/* computer-building-1 */ 

.results {
	position: relative;
	width: 75.5%;
    height: auto;
    background: url(https://content.ibuypower.com/Images/Config/EasyBuilder/EasyBuilder_BG.png);
    display: flex;
}

.results-information-wrapper {
	width: 62%;
	height: 85%;
}

.results-wrapper {
	width: 100%;
}

.results-img-wrapper {
	width: 34%;
    height: 350px;
}

.results-img-wrapper-mobile {
	width: 34%;
    height: 350px;
}

.results-img-wrapper-mobile {
	display: none;
}

.results-img img {
    width: 380px;
    height:auto;
}

.results-information-title {
	text-align: center;
    font-size: 48px;
    margin-top: 20px;
	font-weight: 600;
}

.results-table {
	width: 60%;
    margin-right: 21px;
}

.results-img {
	width: 95%;
    margin-right: 18px;
    height: 64%;
}

.results-table-title {
	width: 100%;
    height: 14%;
    margin-top: 31px;
	font-size: 40px;
    color: #2a2a2a;
}

.table-title {
	text-align: right;
    font-size: 25px;
    color: #2a2a2a;
    font-weight: 600;
    margin-right: 10px;
	font-size: 40px;
    color: #2a2a2a;
}

.results-table-appraisal {
	width: 100%;
    height: 24%;
}

.table-appraisal-img {
	text-align: left;
}

.results-table-components {
	width: 97%;
	height: 171px;
    margin-top: 3%;
    margin-right: 2%;
	display: flex;
    flex-wrap: wrap;
    align-content: space-between;
	border-top: 1px solid #2a2a2a;
	border-bottom: 1px solid #2a2a2a;
	flex-direction: column;

	

}

.table-components-wrapper {
	height: 42%;
    width: 100%;
    margin-top: 7px;
	display: flex;
}

.table-components {
	height: 100%;
    width: 33.3%;
	border-left: 1px solid #a9a9a9;
	padding:10px;
}

.table-components:last-child {
	border-left: none;
}

.table-vertical-strip {
	width: 1px;
    height: 69px;
    border-right: 1px solid #a9a9a9;
}

.results-stip-cube-wrapper {
	margin-top: -2px;
    width: 102%;
    height: 6%;
    position: relative;
}

.results-horizantal-strip {
	width: 32.3%;
    height: 1px;
    margin-top: 4px;
    border-bottom: 1px solid #a9a9a9;
}

.results-cube {
	width: 13.22px;
    height: 13.22px;
    position: absolute;
    margin-right: -8.5px;
    background-color: #a9a9a9;
    border: 4px solid #ebebeb;
}

.components-title-wrapper {
	width: 93%;
    height: 33%;
	font-size: 18px;
    color: #a9a9a9;
    padding-bottom: 5%;
}

.components-title {
	font-size: 14px;
    color: #a9a9a9;
	text-align: left;
	font-weight: 800;
	text-align:right;
}

.results-components-wrapper {
	width: 94%;
    height: 60%;
}

.results-components {
	font-size: 12px;
    color: #2a2a2a;
	text-align: left;
	font-weight: 800;
    line-height: 20px;
    font-size: 18px;
    color: #2a2a2a;
	text-align:right;
}

.results-Intel-Archer-price-wrapper {
	width: 100%;
    height: 80px;
}

.results-Intel-Archer-price {
	width: 100%;
    height: 23%;
}

.results-price-bottons-wrapper {
	height: 100%;
    width: 48%;
    margin-right: 0px;
}

.results-price-wrapper {
	height: 71px;
    width: 40.5%;
    margin-top: 12px;
	text-align: left;
}

.results-price {
	font-size: 36px;
    color: #e81414;
	text-align: center;
}

#Sidebar-content{
	width: min-content;
    margin: auto;
}

#PCBulid-footer{
	position:relative;
	z-index:5;
}

.choosing-progress-arrow{
	margin-bottom:20px;
}

.results-earlier-price {
	font-size: 21px;
    color: #a9a9a9;
    text-decoration: line-through;
    margin-top: 12px;
	margin-right: 10%;
}

.results-starting-price {
	width: 100%;
    height: 42px;
    margin-right: 5px;
    margin-top: -3px;
    font-size: 13px;
    padding-right: 32px;
    padding-top: 2px;
}

.results-starting-price-link {
	color: #0094ff;
	
}

.results-bottons-wrapper {
	width: 47%;
    height: 66%;
    margin-top: 19px;
}

.results-botton-add-to-cart {
	width: 92%;
    height: 70%;
    margin-right: 14px;
    margin-top: 3px;
    text-align: center;
    font-weight: 900;
    background-color: #e81414;
    padding-top: 7px;
    color: white;
    font-size: 16px;
	transition: all .5s ease-in-out 0s;
    cursor: pointer;
	border-radius: 3px;
}

.results-botton-add-to-cart:hover {
	background: #da1b1b;
}

.results-botton-customize {
	width: 91%;
    height: 70%;
    text-align: center;
    background: white;
    font-weight: 800;
    margin-right: 3px;
    margin-top: 3px;
    padding-top: 6px;
	border: 1px solid #2a2a2a;
	transition: all .5s ease-in-out 0s;
    cursor: pointer;
}

.results-botton-customize:hover {
	background: black;
	color: #fff;
}


.results-bottons-hide-specs-wrapper {
	width: 100%;
    height: 100%;
}

.results-bottons-hide-specs {
	height: 40px;
    width: 15%;
    text-align: center;
    background: white;
    border: 2px solid #2a2a2a;
    font-weight: 800;
    padding-top: 3px;
    font-size: 18px;
    transition: all .5s ease-in-out 0s;
    cursor: pointer;
    margin: 0 auto;
    border-radius: 3px;
    line-height: 30px;
}

.results-bottons-hide-specs-active {
	display: none;
}

.results-bottons-hide-specs:hover {
	background: black;
	color: #fff;
}

.results-specs-information-container {
    width: 100%;
    height: auto;
}

.results-specs-information-wrapper {
	width: 100%;
	height: auto;
}

.results-specs-information-wrapper{
	display: none;
}

.results-specs-information-texts-wrapper {
	width: 49%;
	height: auto;
}

.results-specs-information-text-wrapper {
	height: 100%;
    width: 73%;
    text-align: left;
	float: left;
}

.results-specs-information-text-title-wrapper {
	height: 100%;
    width: 24%;
    text-align: left;
}

.results-specs-information-text {
	font-size: 16px;
    margin-top: 7px;
    font-weight: 500;
	text-align:right;
}

.results-specs-information-text-title {
	font-size: 16px;
    font-weight: 600;
    margin-top: 7px;
    text-align: right;
	margin-right: 20px;
	font-weight:bold;
}

.results-specs-information-container.active .results-specs-information-wrapper {
	display: block;
}

.results-bottons-hide-specs.active {
	display: none;
}

.results-specs-information-container.active .results-bottons-hide-specs {
	display: none;
}

.results-specs-information-container.active .results-bottons-hide-specs.active {
	display: block;
}

.active {
	background: none;
}

.show-mobile {
	display: none;
}

.prev, .next {
	top:35%;
	z-index:2;
}
@media (max-width: 1024px){
	
	.results-price-bottons-wrapper {
		width: 60%;
		margin-right: 0px;
	}

	.results-bottons-wrapper {
		width: 49%;
	}

	.results-wrapper {
		width: 100%;
		margin-right: 0px;
	}
	
}

@media (max-width: 768px){
	
	.results {
		width: 100%;
	}
	
}

@media (max-width: 480px){

	.results-img-wrapper{
		display: none;
	}

	.results-img-wrapper-mobile{
		display: block;
		width: 90%;
		height: auto;
		margin: 0 auto;
	}

	.results-table{
		margin-right: 0px;
		width: 100%;
	}

	.results-table-components {
		width: 100%;
		margin-right: 0px;
	}

	.results-components {
		font-size: 11px;
	}

	.results-starting-price {
		margin-right: 5px;
	}

	.show-mobile {
		display: block;
	}

	.show-mobile.inline-block {
		display: inline-block;
	}

	.show-desktop {
		display: none; 
	}

	.results-price-wrapper {
		width: 100%;
	}

	.results-price-bottons-wrapper {
		display: flex;
		width: 100%;
		text-align: center;
		height: 75px;
	}

	.results-Intel-Archer-price-wrapper {
		height: 150px;
	}

	.results-bottons-wrapper {
		width: 50%;
		height: 66%;
	}

	.results-botton-customize {
		width: 98%;
		height: 35px;
		margin: 0;
		float: left;
	}

	.results-botton-add-to-cart {
		width: 98%;
		height: 35px;
		margin: 0;
	}

	.results-specs-information-container {
		margin-top: 0;
	}

	.results-bottons-hide-specs-active {
		height: 30px;
		width: 100%;
	}

	.results-specs-information-texts-wrapper {
		width: 100%;
	}

	.results-Intel-Archer-price {
		margin-bottom: 5px;
	}

	.results-img {
		width: 100%;
		height: auto;
		margin-right: 0;
	}
	
	.results-img img {
		width: 100%;
		max-height: none;
	}
}

/* computer-building-1 */
	
	
	
	

	
	
	
	




