#categories .cats .column a .svg-icon .build-item-fill {
	fill: #077894
}

#builder-area .step-marcas {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: 10px 0 0
}

#builder-area .step-marcas a {
	color: #fff;
	text-decoration: none;
	font-weight: 700;
	width: 49.5%
}

#builder-area #amd {
	background: #a90329;
	background: -webkit-linear-gradient(top left, #A90329 0%, #D6282B 33%, #6D0019 100%);
	background: -o-linear-gradient(top left, #A90329 0%, #D6282B 33%, #6D0019 100%);
	background: linear-gradient(to bottom right, #A90329 0%, #D6282B 33%, #6D0019 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a90329', endColorstr='#6d0019', GradientType=1);
	font-size: 60px;
	margin: 0;
	padding: 80px;
	text-align: center
}

#builder-area #intel {
	background-color: #0071c5;
	font-size: 60px;
	margin: 0;
	padding: 80px;
	text-align: center
}

#builder-area .check-bar {
	display: flex;
	align-items: center
}

#builder-area .check-bar .check-search {
	width: 50%
}

#builder-area .check-bar .check-search form {
	margin: 0;
	padding: 0
}

#builder-area .check-bar .check-search form input {
	border: 1px solid #eaeaea;
	outline: 0;
	position: relative;
	padding: 20px;
	width: 100%
}

#builder-area .check-bar .check-next {
	background-color: #077894;
	color: #fff;
	display: block;
	padding: 19px;
	text-align: center;
	text-decoration: none;
	width: 25%
}

#builder-area .check-bar .check-total {
	background-color: #004794;
	color: #fff;
	padding: 19px 5px;
	text-align: center;
	width: 25%
}

#builder-area .products {
	display: flex;
	flex-wrap: wrap;
	margin: 50px 0 0;
	width: 100%
}

#builder-area .products .item.product-xs {
	box-shadow: 0 1px 1px rgba(0, 0, 0, .1);
	width: 24%;
	margin: 0 10px 10px 0;
	transition: all ease .2s;
	-moz-transition: all ease .2s;
	-webkit-transition: all ease .2s
}

#builder-area .products .item.product-xs:hover {
	box-shadow: 0 3px 6px rgba(0, 0, 0, .2);
	transition: all ease .2s;
	-moz-transition: all ease .2s;
	-webkit-transition: all ease .2s
}

#builder-area .products .item.product-xs:nth-child(4n) {
	margin: 0 0 10px
}

#builder-area .final-step-products {
	display: flex;
	flex-wrap: wrap
}

#builder-area .final-step-products .item {
	align-items: center;
	background-color: #fff;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: 0 15px 15px 0;
	padding: 20px;
	width: calc(32% - 40px)
}

#builder-area .final-step-products .item .image {
	width: 25%
}

#builder-area .final-step-products .item .info {
	font-size: 14px;
	width: 70%
}

#builder-area .final-step-products .item .info a {
	color: #077894;
	font-size: 12px;
	text-decoration: none
}

#builder-area .final-step-products .item .info .price {
	color: var(--accent-dark);
	margin: 10px 0 0
}

#builder-area .final-step-products .item .info .price span {
	font-size: 12px
}

#builder-area .pc-build {
	align-items: center;
	background-color: #fff;
	display: flex;
	margin: 0 0 100px;
	padding: 20px
}

#builder-area .pc-build button {
	margin: 0 0 0 15px
}

#builder-area .pc-build a {
	text-decoration: none
}

#builder-navbar {
	background-color: #fff;
	border-top: 1px solid #eae6e6;
	bottom: 0;
	display: flex;
	justify-content: space-between;
	left: 0;
	position: fixed;
	width: 100%;
	z-index: 10
}

#builder-navbar .builder-opener {
	display: none
}

#builder-navbar .item {
	align-items: center;
	border-right: 1px solid #eae6e6;
	display: flex;
	justify-content: center;
	position: relative;
	text-align: center;
	width: 10%;
	transition: all ease .2s;
	-moz-transition: all ease .2s;
	-webkit-transition: all ease .2s
}

#builder-navbar .item:last-child {
	border-right: 0
}

#builder-navbar .item.active {
	background-color: #5bbfc4
}

#builder-navbar .item.finished {
	background-color: #a7f1f1
}

#builder-navbar .item.active .build-item-fill {
	fill: #fff
}

#builder-navbar .item.active::before {
	background-color: #077894;
	content: '';
	height: 5px;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%
}

#builder-navbar .item .selected-product {
	border: 1px solid #eae6e6;
	bottom: 100%;
	background-color: #fff;
	display: none;
	padding: 15px 0;
	position: absolute;
	text-align: center;
	width: 100%;
	z-index: 5;
	transition: all ease .2s;
	-moz-transition: all ease .2s;
	-webkit-transition: all ease .2s
}

#builder-navbar .item:hover .selected-product {
	align-items: flex-start;
	display: flex;
	justify-content: center;
	transition: all ease .2s;
	-moz-transition: all ease .2s;
	-webkit-transition: all ease .2s
}

#builder-navbar .item .selected-product .product-item {
	border-left: 1px solid #eae6e6;
	padding: 10px 0;
	position: relative
}

#builder-navbar .item .selected-product .product-item:first-child {
	border-left: none
}

#builder-navbar .item .selected-product .product-item .qty {
	align-items: center;
	background-color: #077894;
	border-radius: 100%;
	color: #fff;
	display: flex;
	font-size: 12px;
	height: 20px;
	justify-content: center;
	position: absolute;
	right: 20px;
	top: 0;
	width: 20px
}

#builder-navbar .item .selected-product .image img {
	max-height: 45px
}

#builder-navbar .item .selected-product .price {
	color: #000;
	word-break: break-all
}

#builder-navbar .item .selected-product .cta a {
	color: #077894;
	font-size: 12px;
	padding: 5px;
	text-decoration: none
}

#builder-navbar .item .build-item-fill {
	fill: #474747;
	transition: all ease .2s;
	-moz-transition: all ease .2s;
	-webkit-transition: all ease .2s
}

#builder-navbar .item.active .build-item-fill,
#builder-navbar .item:hover .build-item-fill {
	opacity: .7;
	transition: all ease .2s;
	-moz-transition: all ease .2s;
	-webkit-transition: all ease .2s
}

#builder-navbar .item.endbuild .build-item-fill {
	fill: #fff
}

#builder-navbar .item .status {
	align-items: center;
	border: 2px solid #fff;
	border-radius: 20px;
	color: #fff;
	font-size: 10px;
	display: flex;
	height: 20px;
	justify-content: center;
	left: 50%;
	position: absolute;
	top: -12px;
	width: 20px;
	transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	z-index: 6
}

#builder-navbar .item .status.default {
	background-color: #077894;
}

#builder-navbar .item .status.check {
	background-color: green;
}

#builder-navbar .item.endbuild {
	background-color: #152836;
	color: #fff;
	font-size: 26px;
}

#builder-navbar .item a {
	color: #077894;
	display: block;
	padding: 25px 15px;
	text-decoration: none;
}

#builder-navbar .item a img {
	max-height: 43px;
}

#builded-area .opt-bar {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

#builded-area .opt-bar a {
	background-color: #077894;
	color: #fff;
	display: block;
	margin: 10px 0;
	padding: 10px 0;
	text-align: center;
	text-decoration: none;
	width: 33%
}

#builded-area .opt-bar a.active,
#builded-area .opt-bar a:hover {
	background-color: var(--accent-dark)
}

#builded-area .white-area {
	margin: 0 0 25px
}

#builded-area .products {
	display: flex;
	flex-wrap: wrap;
	width: 101%
}

#builded-area .products .item.product-xs {
	margin: 0 11px 10px 0;
	width: 24%
}


.owl-carousel .owl-nav button.owl-next {
	outline: 0;
	position: absolute;
	right: -25px
}

@media screen and (min-device-width:1024px) {
	#tag-mobile {
		display: none
	}
	#sidebar .tagfilter.tagfilter-desk {
		max-height: none
	}
	#sidebar .tagfilter .more.more-desk {
		display: none
	}
}

@media screen and (min-device-width:768px) and (max-device-width:1024px) {
	.bfriday {
		display: block
	}
	.bfriday img {
		max-width: 100%;
		width: 1024px
	}
	#socialbar ul {
		top: 50%!important;
		transform: translateY(-50%);
		-moz-transform: translateY(-50%);
		-webkit-transform: translateY(-50%)
	}
	#topbar .top-items {
		flex-wrap: wrap
	}
	#topbar .labels {
		justify-content: center;
		width: 100%
	}
	#topbar .top-items .nav-text {
		padding: 0 0 15px;
		text-align: center;
		width: 100%
	}
	#rgbar.active {
		top: 59px
	}
	#iconbar .icons .item a {
		padding: 20px 10px
	}
	#builder-navbar .item a {
		box-sizing: content-box;
		padding: 25px 5px
	}
	#builded-area .products .item.product-xs {
		margin: 0 9px 10px 0
	}
	#mosaic .col {
		padding: 0 12px
	}
	.cont {
		max-width: 980px;
		padding: 0 20px
	}
	.air-v {
		padding-bottom: 50px;
		padding-top: 50px
	}
	.cart .item .meta {
		width: 48%
	}
	.cart .item .qty {
		width: 17%
	}
	.product .img {
		box-sizing: border-box
	}
	.product .meta {
		box-sizing: border-box;
		width: 45%
	}
	.product .meta .ctasalt {
		margin: 0
	}
	.product .meta .ctas .item {
		margin: 0 0 10px;
		width: 100%
	}
	#main-slider .owl-home-slider-mob {
		height: max-content;
		max-height: max-content!important
	}
	#main-slider .owl-carousel .owl-nav {
		top: 45%
	}
	#main-slider .owl-carousel .owl-item img {
		max-width: 100%;
		width: 1024px
	}
}

@media screen and (min-device-width:1025px) and (max-device-width:1600px) {
	#rgbar.active {
		top: 65px
	}
	#iconbar .icons .item.menu-dropdown-nv .dropdown-menu-nv {
		top: 193px
	}
	#builded-area .products .item.product-xs {
		margin: 0 9.8px 10px 0
	}
	.cont {
		padding: 0 20px
	}
	.air-v {
		padding: 30px 0
	}
	.breadcrumb {
		margin: 10px 0
	}
	.products .grid .item.product-list {
		margin: 0 9.5px 10px 0
	}
}


@media screen and (max-device-width:768px) {
	.bfriday {
		display: block
	}
	body {
		margin: 0 0 60px
	}
	.product .faq .faq-info .faq-flex .item.product-xs {
		width: 100%
	}
	.cancel-order button {
		width: 100%
	}
	footer {
		padding: 20px
	}
	footer ul#footer-menu li {
		box-sizing: border-box;
		padding: 0 10px 20px
	}
	footer ul#footer-menu li a span {
		display: block
	}
	footer .disclaimer .item:first-child {
		margin: 0;
		width: 20%
	}
	footer .disclaimer .item {
		margin: 0 0 0 15px;
		width: 70%
	}
	section h2 {
		font-size: 20px;
		font-weight: 400
	}
	#mob-navbar {
		display: flex
	}
	#main-header {
		display: none
	}
	#banner-final {
		display: none
	}
	#final-mobile {
		display: inherit
	}
	#final-mobile iframe {
		margin: 0
	}
	#final-mobile .inf {
		background-color: #fff;
		font-size: 14px;
		margin: -5px 0 0;
		padding: 10px;
		text-align: center
	}
	#rgbar,
	#rgbar.active {
		position: fixed;
		top: 0;
		width: 100%;
		z-index: 199
	}
	#topbar {
		display: none
	}
	#iconbar {
		display: none
	}
	#main-slider {
		margin: 0
	}
	#main-slider .owl-home-slider {
		display: none
	}
	#main-slider .owl-home-slider-mob {
		display: block;
		max-height: 206px;
		overflow-y: hidden
	}
	#main-slider .owl-carousel .owl-nav {
		top: 35%
	}
	#main-slider .owl-carousel .owl-nav button.owl-prev,
	#main-slider .owl-carousel .owl-nav button.owl-next {
		background-color: transparent!important;
		color: #fff!important
	}
	#main-slider .owl-carousel .owl-nav button.owl-prev {
		left: 0
	}
	#main-slider .owl-carousel .owl-nav button.owl-next {
		right: 0
	}
	#mosaic {
		display: none
	}
	.mosaic-mob {
		display: inherit;
		margin: 20px 0 10px
	}
	.mosaic-mob img {
		width: 768px;
		margin: 0 0 0 5px;
		max-width: 97%
	}
	.mosaic-doble-mob {
		align-items: center;
		display: flex;
		justify-content: space-around
	}
	.mosaic-doble-mob img {
		max-width: 95%;
		margin: 0 0 0 5px
	}
	#prod-featured .owl-carousel .owl-nav,
	#labels .owl-carousel .owl-nav {
		display: none
	}
	#prod-featured .item {
		width: 200px
	}
	#prod-featured .more {
		display: inherit;
		margin: -20px 0 0
	}
	#mob-cat-featured {
		display: inherit
	}
	#categories .cats .column {
		width: 50%
	}
	#categories .cats .column:last-child {
		display: none
	}
	#categories .more {
		display: inherit;
		margin: 10px 0 0
	}
	#labels .card {
		font-size: 12px;
		padding: 85px 15px 15px;
		text-align: left
	}
	#labels .card .logo {
		margin: 0 0 15px
	}
	#labels .card .products {
		display: none
	}
	#social {
		display: inherit
	}
	#gotop.visible {
		bottom: 85px
	}
	#builded-area .opt-bar {
		flex-wrap: wrap
	}
	#builded-area .opt-bar a {
		margin: 0 0 10px;
		width: 100%
	}
	#builded-area .white-area {
		margin: 0 0 10px
	}
	#builded-area .products .item.product-xs {
		margin: 0 0 10px;
		width: 100%
	}
	#builder-navbar {
		height: auto;
		transition: all ease .2s;
		-moz-transition: all ease .2s;
		-webkit-transition: all ease .2s
	}
	#builder-navbar.open {
		flex-wrap: wrap;
		height: 450px;
		justify-content: flex-start;
		z-index: 99;
		transition: all ease .2s;
		-moz-transition: all ease .2s;
		-webkit-transition: all ease .2s
	}
	#builder-navbar.open .item,
	#builder-navbar.open .item.mobvisible {
		border-bottom: 1px solid #eae6e6;
		display: flex;
		max-height: 100px;
		width: calc(33.3% - 1px)
	}
	#builder-navbar.open .item.endbuild {
		border-right: 1px solid var(--accent-dark)
	}
	#builder-navbar .builder-opener {
		align-items: center;
		background-color: #077894;
		border: 2px solid #fff;
		border-radius: 100%;
		color: #fff;
		cursor: pointer;
		display: flex;
		height: 30px;
		justify-content: center;
		left: 50%;
		position: absolute;
		top: -18px;
		width: 30px;
		z-index: 2;
		transform: translateX(-50%) rotate(0deg);
		-moz-transform: translateX(-50%) rotate(0deg);
		-webkit-transform: translateX(-50%) rotate(0deg)
	}
	#builder-navbar.open .builder-opener {
		transform: translateX(-50%) rotate(180deg);
		-moz-transform: translateX(-50%) rotate(180deg);
		-webkit-transform: translateX(-50%) rotate(180deg)
	}
	#builder-navbar .item {
		display: none
	}
	#builder-navbar .item.mobvisible {
		display: flex;
		width: 33%
	}
	#builder-navbar .item svg {
		max-height: 30px;
		max-width: 30px
	}
	#builder-navbar .item .status {
		display: none
	}
	#builder-area .step-marcas a {
		margin: 0 0 10px;
		width: 100%
	}
	#builder-area .check-bar {
		flex-wrap: wrap
	}
	#builder-area .check-bar .check-search {
		width: 40%
	}
	#builder-area .check-bar .check-next {
		box-sizing: border-box;
		width: 60%
	}
	#builder-area .check-bar .check-total {
		width: 100%
	}
	#builder-area .products {
		margin: 20px 0 0
	}
	#builder-area .products .item.product-xs {
		border-bottom: 1px solid #eae6e6;
		margin: 0;
		width: 100%
	}
	#builder-area .products .item.product-xs a {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between
	}
	#builder-area .products .item.product-xs a .image {
		width: 20%
	}
	#builder-area .products .item.product-xs a .product-info {
		width: 75%
	}
	#builder-area .products .item.product-xs a .product-info h3 {
		min-height: 0
	}
	#builder-area .products .item.product-xs a .cta {
		display: none
	}
	#builder-area .products .item.product-xs:nth-child(4n) {
		margin: 0
	}
	#builder-area .final-step-products .item {
		border-bottom: 1px solid #eae6e6;
		margin: 0;
		width: 100%
	}
	#builder-area .pc-build {
		flex-wrap: wrap
	}
	#builder-area .pc-build .final-price {
		width: 100%
	}
	#builder-area .pc-build a {
		display: block;
		text-decoration: none;
		width: 100%
	}
	#builder-area .pc-build button {
		margin: 0 0 10px;
		width: 100%
	}
	#builder-area .paginator {
		margin: 10px 0 100px
	}
	#builder-navbar .selected-product {
		box-shadow: var(--area-shadow);
		justify-content: center
	}
	#builder-navbar .selected-product.step-left {
		left: 0
	}
	#builder-navbar.open .selected-product.step-left {
		left: auto
	}
	#builder-navbar.open .item.rw3 .selected-product {
		bottom: -142px
	}
	#builder-navbar .item.rw3 .selected-product.mobleft {
		justify-content: space-evenly;
		left: 0
	}
	#builder-navbar .item.rw3 .selected-product.mobright {
		justify-content: space-evenly;
		right: 0
	}
	#builder-navbar .item .selected-product {
		flex-wrap: wrap
	}
	#builder-navbar .item .selected-product .product-item {
		padding: 10px 12px
	}
	.cart .item .options ul li {
		margin: 0 20px 0 0
	}
	.cart .item.end .cta {
		flex-wrap: wrap
	}
	.cart .item.end .cta button {
		margin: 0 0 10px;
		width: 100%
	}
	#checkout-area .cart-total .item {
		width: 100%
	}
	#checkout-area .cart-total {
		margin: 10px 0
	}
	#checkout-area .cart-total button {
		width: 100%
	}
	.air {
		padding: 10px
	}
	.air-v {
		padding: 10px
	}
	#sidebar {
		display: none
	}
	#sidebar.tagged {
		display: block;
		padding: 20px;
		width: 100%
	}
	#sidebar.tagged .categories,
	#sidebar.tagged .filter {
		display: none
	}
	.breadcrumb {
		flex-wrap: wrap
	}
	.products {
		margin: 0;
		width: 100%
	}
	.products .more {
		display: inherit
	}
	.cattag {
		display: inherit
	}
	.mobcatdiv {
		align-items: center;
		display: flex!important;
		flex-wrap: wrap;
		justify-content: space-between
	}
	.mobcatcat {
		width: 52%
	}
	.mobcatord {
		box-sizing: border-box;
		width: 49%
	}
	.products .grid .item.product-list {
		margin: 0 0 10px;
		width: 100%
	}
	.products .grid .item.product-list a .info .cta .btn {
		margin: 0
	}
	.products .item.product-list a .image {}
	.products .item.product-list a .info {
		width: 75%
	}
	.products .item.product-list a .info .cta .btn {
		width: 39%;
		margin: 0 5px 5px
	}
	.products .item.product-list a .info .cta .btn:first-child {
		margin: 0 0 5px
	}
	.paginator {
		margin: 10px 0 0
	}
	.product .img {
		width: 100%
	}
	.product .meta {
		width: 100%
	}
	.product .meta .ctas .item {
		margin: 5px 0;
		width: 100%
	}
	.product .info {
		width: 100%
	}
	.product .also {
		width: 100%
	}
	.product .also .also-products .item {
		width: 100%
	}
	.product .also .also-products .item a {
		display: flex;
		flex-wrap: wrap
	}
	.product .also .also-products .item a .image {
		width: 25%
	}
	.product .also .also-products .item a .met {
		width: 70%
	}
	.product-air {
		display: none
	}
	.cart .item .image {
		width: 20%
	}
	.cart .item .meta {
		width: 75%;
		padding: 0 0 0 5%
	}
	.cart .item .qty {
		width: 45%;
		margin: 10px 0 0
	}
	.cart .item .price {
		width: 55%;
		margin: 10px 0 0
	}
	.cart .item.cart-opc .subtotal {
		justify-content: center
	}
	.cart .item.cart-opc .qty-products div:first-child,
	.cart .item.cart-opc .subtotal div:first-child,
	.cart .item.cart-opc .total div:first-child {
		width: 35%
	}
	.cart .item.cart-opc .qty-products div:last-child,
	.cart .item.cart-opc .subtotal div:last-child,
	.cart .item.cart-opc .total div:last-child {
		width: 65%
	}
	.account .item {
		width: 100%
	}
	.account .item .info .item:first-child {
		width: 35%
	}
	.account .item .info .item:last-child {
		width: 55%
	}
	.modal-body {
		max-height: 500px;
		max-width: 73%
	}
}

@media(min-width:765px) {
	.products .grid,
	.products .list {
		display: flex;
		flex-wrap: wrap
	}
	.products .grid .item.product-list {
		margin: 0 10px 10px 0;
		width: 32%
	}
	.products .grid .image,
	#prod-featured div.image,
	#builder-area .products .image,
	#builded-area .products .image {
		width: 100%!important;
		height: 242px;
		display: flex;
		justify-content: center;
		align-items: center
	}
	.products .grid .item.product-list a .image img,
	.products>div>a>div.image>img,
	#prod-featured div.image img {
		max-width: 100%;
		max-height: 242px
	}
}

.img-amd-intel{
	cursor: pointer;
	opacity: 0.7;
	transition: ease-out 0.3s;
}

.img-amd-intel:hover{
	opacity: 1;
}

.builder-navbar svg, i{
	cursor: pointer;
}

.builder-selected-product{
	border: 2px solid green;
}

.builder-selected-product-tag{
	background: green;
	display: inline-block;
	font-size: 15px;
	position: absolute;
	top: -10px;
	left: 10px;
	z-index: 2;
	padding: 0;
	padding: 0 12px;
	font-weight: bold;
	text-align: center;
	color: #fff; 
}