/*
	Branco: f2f2f2
	Laranja: f16522
	Laranja Forte: db490f
	Vermelho: c62a01
	Cinza: 4d4d4d
	Cinza Dark: 333333
	Cinza Darker: 1a1a1a
	Preto: 111111


*/



body {
	background: #111111;
	font-family: "Open Sans";
}

.content {
	padding: 0px 12px;
}

.inner-content {
	margin-top: 24px;
	margin-bottom: 48px;
}

h1, h2, h3 {
	font-family: Montserrat, sans-serif;
}

h1 {
	font-weight: 400;
	font-size: 1.8rem;
	color: #1a1a1a;
}

h2 {
	text-transform: uppercase;
	font-weight: 400;
	font-size: 1.4rem;
	color: #1a1a1a;
}

.ficha h2 {
	text-transform: none;
	font-size: 1.6rem;
}

h3 {
	text-transform: uppercase;
	font-weight: 700;
	font-size: 1.0rem;
	color: #f16522;
}


h5 {
	color: #222;
	font-weight: 700;
}

h5 i {
	margin-right: 4px;
}

.callout.alert h5 { color: #aa3535; }
.callout.success h5 { color: #356829; }

h6 {
	color: #222;
	font-size: 1.4rem;
	border-bottom: 1px solid #DDD;
	margin-top: 32px;
}

.required {
	font-weight: 700;
	color: #f16522;
}

.badge {
	font-family: Montserrat, sans-serif;
	font-size: 0.7rem;
	border-radius: 2px;
	text-transform: uppercase;
}

.badge.alert {
		background: #c62a01;
}

.left-col { padding-right: 24px; border-right: 1px solid #f16522; }
.right-col { padding-left: 24px; }

.header {
	/* background: #666666; */
	min-height: 375px;
	transition: 1s min-height;
	position: relative;
}

.header .big-link {
	background: transparent;
	position: absolute;
	top: 100px;
	left: 0;
	width: 100%;
	height: 270px;
}

.header .big-link a {
	width: 100%;
	height: 100%;
	display: block;

}

.header .logo {
	margin: 30px 10px 0px 10px;
	z-index: 20;
}

.topnav li {
	padding-top: 40px;
	font-family: Montserrat, sans-serif;
}

.topnav li a {
	color: #FFF;
}

.topnav li.cart { border-left: 1px solid #f16522; margin-left: 10px; padding-left: 5px;}
.topnav li.cart a { color: #f16522; }
.topnav li.cart i { margin-right: 10px; }

.ui-bar {
	background: #4d4d4d;
}
.ui-bar .search {
	padding: 10px;
	background: #f16522;
	position:relative
}
.ui-bar .search .input-group {
	padding: 0px;
	margin: 0px;
}
.ui-bar .search .search_hinters{
	padding: 10px;
	background: #f16522;
	position:absolute;
	top:50px;
	left:0px;
	width:100%;
	z-index: 9;

}
.ui-bar .search .search_hinters{
	padding: 10px;
	background: #FFF;
	position:absolute;
	top:61px;
	left:0px;
	width:100%;
	z-index: 9;
	display:none;
	border: solid 2px #f16522;
    border-top: none;
    -webkit-box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.75);
    box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.75);

}
.ui-bar .search .search_hinters .row
{
	margin:0 !important
}.ui-bar .search .search_hinters .bloco
{
	margin:0 !important
}
.ui-bar .search .search_hinters .product-item {
	margin-bottom: 12px;
	height: 195px;
}

.ui-bar .search .search_hinters .product-item.tall { height: 280px; }
.ui-bar .search .search_hinters .product-item.free { height: auto; }

.ui-bar .search .search_hinters .product-item h3 {
	font-size: 0.7rem;
	color: #1a1a1a;
	font-weight: 400;
	text-transform: none;
}

.ui-bar .search .search_hinters .product-item.rigid {
	width: 120px;
	margin-right: 24px;
}

.ui-bar .search .search_hinters .product-item .title {
	margin-top: 6px;
	overflow: hidden;
	min-height: 45px;
}
.ui-bar .search .search_hinters .product-carousel-cell .title {

	overflow: hidden;
	height: 45px;
}
.ui-bar > div {
	margin-bottom: 0;
}
.ui-bar .ui-btn {
	text-align: center;
	font-family: Montserrat, sans-serif;
	font-size: 1.1rem;
	min-height: 60px;
	padding-top: 18px;

}

.ui-bar .ui-btn > div {
	margin: 0 20px;
	display: block;
}

.ui-bar .ui-btn a {
	color: #FFF;

}

.ui-bar .ui-btn i {
	color: #f16522;
	margin-right: 10px;
	}

.ui-bar .tlf { background: #333333; }
.ui-bar .email { background: #4d4d4d; }
.ui-bar .login { background: #f16522; }
.ui-bar .registar { background: #db490f; }
.ui-bar .cart { background: #f16522; }
.ui-bar .checkout { background: #db490f; }
.ui-bar .cart i, .ui-bar .checkout i, .ui-bar .registar i, .ui-bar .login i { color: #FFF; }

.categories-mobile {
	padding: 0;
	margin: 0;
}

.categories-mobile .button.highlight { background: #db490f; }

/* FORMS */
.bloco .head select {
	background: #222 url(../img/down_arrow.png) no-repeat;
	background-position: right 13px top 13px;
	padding-right: 10px;
	color: #FFF;
}
.bloco .head select label {
	color: #FF0000;
}

/* --- UI --- */

.button {
	font-family: Montserrat, sans-serif;
	font-weight: 400;
	background: #1a1a1a;
	text-transform: uppercase;
}

.button:hover, .button:active {
	background: #333333;
}

.button.stock-alert { background: #fbb03b; }
.button.stock-alert:hover, .button.stock-alert:active { background: #e08610; }

.button.stock-alert:hover, .button.stock-alert:active { background: #e08610; }

.button.highlight, button.highlight { background: #f16522; }
.button.highlight:hover, .button.highlight:active,
button.highlight:hover, button.highlight:active { background: #db490f; }

.button.tight {
	padding: 4px 8px 3px 8px;
}


.button i, button i {
	margin-right: 10px;
}

.button.tight i {
	margin-right: 0px;
}

.row-buttons {
	margin-top: 18px;
}

.row-buttons .button.tiny i {
	color: #f16522;
	margin-right: 6px;
}



.columns.categories {
	background: #1a1a1a;
}

.categories .menu.vertical {
	font-family: Montserrat, sans-serif;
	font-size: 0.9rem;
	background: #1a1a1a;
	margin-top: 10px;
	margin-bottom: 30px;
}

.categories .menu.vertical.nested {
	margin-top: 0px;
	margin-left: 0px;
	font-size: 0.8rem;
	margin-bottom: 0px;
}

.categories .menu.vertical li {
	border-bottom: 1px solid #999999;
}

.categories .menu.vertical.nested li {
	border-bottom: 1px solid #333;
}

.categories .menu.vertical a { color: #f2f2f2; font-size: 13px;}
.categories .menu.vertical a:hover { color: #f16522; font-size: 13px;}
.categories .menu.vertical .active a { color: #f2f2f2; font-size: 13px;}
.categories .menu.vertical .active  a:hover { color: #f2f2f2; font-size: 13px;}

.off-canvas {
	background: #1a1a1a;
}

.off-canvas .categories {
	margin-top: 24px;
}

.callout {
	border: 0px;
}

.tabs {
	font-family: Montserrat, sans-serif;
	background: transparent;
	border: 0;
	padding-bottom: 12px;
	border-bottom: 1px solid #f16522;
}

.tabs-title {
	border-left: 1px solid #f16522;
}

.tabs-title.first {
	border-left: 0px;
}

.tabs-title > a {
	text-align: center;
	font-size: 1rem;
	line-height: 1.5rem;
}


.tabs-title > a:focus, .tabs-title > a[aria-selected='true'] {
	background: #f16522;
	color: #FFF;
}

.tabs-content {
	background: transparent;
	border: 0;
}

/* --- Body --- */
.body {
	background: #FFF;
	min-height: 550px;
}

.off-canvas-content, .off-canvas-content {
	background: #222;
}

.banner-horizontal {
	margin-top: 12px;
	margin-bottom: 12px;
}


/* Blocos Conteudo */

.bloco {
	margin-bottom: 48px;
}

.head {
	font-family: Montserrat, sans-serif;
	border-bottom: 3px solid #f16522;
	margin-top: 24px;
	margin-bottom: 12px;
}


.bloco.novidades .head { border-bottom: 3px solid #fbb03b; }
.bloco.oportunidades .head { border-bottom: 3px solid #EF4136; }
.bloco.pcs .head { border-bottom: 3px solid #ccc; }

.head h2 img { margin-right: 12px; }

.head.lv2 { border-bottom: 3px solid #AAA; margin-top: 32px; }
.head.lv2 h3 { color: #222; }
.head.lv2 h3 img { margin-right: 12px; }


.head .tiny.button {
	margin-bottom: 0px;
}

.bloco.highlights .item {
	padding: 18px 24px;
	border-radius: 5px;
}

.bloco.highlights .item h3  {
	color: #f2f2f2;
	margin: 0;
	font-size: 1.1rem;
}

.bloco.highlights .item p  {
	font-size: 0.8rem;
	font-weight: 700;
	margin: 0;
	color: #222;
}

.bloco.highlights .item.a { border: 3px solid #00A79D; }
.bloco.highlights .item.a h3 { color: #00A79D; }
.bloco.highlights .item.b { border: 3px solid #B21F49; }
.bloco.highlights .item.b h3 { color: #B21F49; }
.bloco.highlights .item.c { border: 3px solid #D39C00; }
.bloco.highlights .item.c h3 { color: #D39C00; }




.bloco.highlights .item p.small  {
	font-size: 0.7rem;
}

.bloco.pcs .highlights, .bloco.pcs .button-row {
	margin: 32px 24px 12px 24px;
}

.bloco.pcs .highlights h3, .bloco.pcs .highlights a {
	color: #1a1a1a;
	text-transform: none;
	font-weight: 400;
}


.bloco.pcs .showcase {
	margin: 0px 24px;
}

.bloco.pcs .showcase h3 {
	margin-top: 24px;
	font-size: 1.3rem;
}

.bloco.pcs .showcase .description {
	font-size: 0.8rem;
	padding-bottom: 12px;
}

.bloco.pcs .showcase .product-item {
	border-top: 3px solid #f16522;
	padding-top: 24px;
}

.bloco.pcs .showcase .product-item .price {
	font-size: 1.4rem;
}

.bloco.pcs .button-row i {
	margin-right: 6px;
}

/* Produtos */
.product-item {
	margin-bottom: 12px;
	height: 250px;
}

.product-item.tall { height: 280px; }
.product-item.free { height: auto; }

.product-item h3 {
	font-size: 0.9rem;
	color: #1a1a1a;
	font-weight: 400;
	text-transform: none;
}

.product-item.rigid {
	width: 170px;
	margin-right: 24px;
}

.product-item .title {
	margin-top: 6px;
	overflow: hidden;
	min-height: 45px;
}
.product-carousel-cell .title {

	overflow: hidden;
	height: 45px;
}

.price {
	font-size: 1.2rem;
	color: #1a1a1a;
	font-weight: 700;
	line-height: 0.8rem;
}
.percent {
	font-weight: 700;
	font-size: 0.7rem;
	color: #fff;
	background: #EF4136;
	border-radius: 3px;
	padding: 0px 6px;
	margin-left: 6px;
}

.price.old {
	color: #666;
	font-weight: 400;
	font-size: 0.8rem;
	text-decoration: line-through;
}
.price.big {
	margin-top: 18px;
	font-family: Montserrat, sans-serif;
	line-height: 1.9rem;
}
.price.big .price { font-size: 1.6rem; }
.price.big .percent { font-size: 1.4rem;  padding: 0px 12px; margin-left: 12px;}
.price.big .price.old { font-size: 1.4rem; }

.product-item .price.new {

}

.under-price.big {
	font-size: 0.8rem;
	font-weight: 700;
}

.stock {
	margin-left: 6px;
}
.stock.in { color: #009245; }
.stock.in24 { color: #008aff; }
.stock.out { color: #EF4136; }
.stock.out2 { color: #cc8b00; }

.in { color: #009245 !important; }
.in24 { color: #008aff !important; }
.out { color: #EF4136 !important; }
.out2 { color: #cc8b00 !important; }

/* Lista Produtos */
.bloco.lista .product-item {
	margin-top: 10px;
}

/* Ficha Produtos */
.disponibilidade .row {
	border-top: 1px solid #AAA;
	margin-top: 5px;
	padding-top: 5px;
	font-family: Montserrat, sans-serif;
	line-height: 1.0rem;
	font-size: 0.9rem;
}

.disponibilidade .row.first {
	border-top: 0px;
	margin-top: 0px;
	padding-top: 0px;
}

.disponibilidade .store {
	font-size: 0.7rem;
	text-transform: uppercase;
	color: #f16522;
}

.disponibilidade .action {
	font-size: 0.7rem;
	color: #666;
}

.disponibilidade .bullet {
	padding-top: 16px;
}

.disponibilidade.mini {
	text-align: center;
}

.disponibilidade.mini .row {
	margin-top: 10px;
	padding-top: 10px;
	font-family: Montserrat, sans-serif;
	line-height: 1.3rem;
	font-size: 1.2rem;
}

.disponibilidade.mini .stock {
	font-size: 2rem;
}

.descricao {
	margin-top: 24px;
	margin-bottom: 48px;
}
.miniaturas {
	margin-top: 10px;
}

.miniaturas .column {
	padding-top: 10px;
}

/* Breadcrumbs */
.breadcrumbs {
	margin-bottom: 10px;
}

/* Pager */
.pager {
	border-top: 2px solid #AAA;
	margin-top: 40px;
	padding-top: 20px;
}

.pagination li {
	font-family: Montserrat, sans-serif;
	font-size: 1.1rem;
}

.pagination .current {
	background: transparent;
	border: 2px solid #222;
	color: #222;
	padding: 4px 14px;
}

/* --- Tabelas --- */

.table-toolbar i {
	padding-top: 30px;
}

/* --- Rodapé --- */
.footer {
	font-family: Montserrat, sans-serif;
	background: #333333;
	padding-top: 10px;
}

.footer .lista-marcas {
	margin-top: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid #666;
}

.footer .menu-aux {
	border-top: 1px solid #666;
	color: #b3b3b3;
	font-size: 0.7rem;
	padding-top: 10px;
}

.footer .menu-aux li {
	padding: 10px 25px 10px 0px;
}

.footer .menu-aux a {
	color: #f2f2f2;
	padding: 0;
}



.footer .footer-columns {
	margin-bottom: 20px;
	margin-top: 30px;
}

.footer .footer-columns .columns.border-left {
	border-left: 1px solid #FFF;
}

.footer input {
	font-family: 'Open Sans';
}

.footer .footer-columns .menu {
	margin-bottom: 20px;
}

.footer .footer-columns .menu li {
	margin: 0;
	padding: 0;
}

.footer .footer-columns .menu a {
	color: #f2f2f2;
	font-size: 0.8rem;
	padding: 3px 0px;
}

.footer-columns .store-card {
	background: #1a1a1a;
}

.footer-columns .store-card .store-card-img {
	background: #f2f2f2;
	height: 70px;
	margin-bottom: 15px;
}

.footer-columns .store-card .store-card-img.a { background: #333 url("../img/footer_loja1.png"); }
.footer-columns .store-card .store-card-img.b { background: #333 url("../img/footer_loja2.png"); }

.footer-columns .store-card h3 span  {
	font-weight: 400;
	color: #f2f2f2;
}

.footer-columns .store-card .store-card-text {
	padding: 10px 15px 20px 15px;
}

.footer-columns .store-card .store-card-text i {
	color: #f16522;
	margin-right: 10px;
}

.footer-columns .store-card .store-card-text p.tlf a {
	color: #f2f2f2;
}

.footer-columns .store-card .store-card-text p {
	color: #f2f2f2;
	font-size: 0.8rem;
	margin: 0;
}

/* Lists */
.list-row {
	margin-top: 10px;
	margin-bottom: 10px;
}

.list-row.button-row {
	margin-top: 24px;
	border-top: 1px dashed #AAA;
	padding-top: 24px;
}

/* Acordion */
.accordion-title {
	font-family: Montserrat, sans-serif;
	color: #222;
	font-size: 1.0rem;
	line-height: 1.2rem;
}

.accordion-title span {
	color: #666;
	font-size: 0.9rem;
}

/* Cart */
.checkout-steps {
	border-bottom: 3px solid #f16522;
	margin-bottom: 24px;
}

.checkout-steps .step {
	padding-bottom: 0;
	margin-bottom: 12px;
}

.checkout-steps .step .item {
	margin-bottom: 0;
	padding: 10px 10px;

}

.checkout-steps .step.active {
	background: #f16522;
}

.checkout-steps .step.active h3 {
	color: #FFF;
}

.checkout-steps .step h3 {
	margin-top: 18px;
}

.cart-list {
	margin-top: 24px;
}

.cart-list .total td {
	background: #009245;
	color: #FFF;
	font-size: 1.2rem;
}

.checkout-buttons {
	margin-top: 24px;
}

.lista-select {
	margin-top: 32px;
	margin-bottom: 48px;
}

.lista-select .item {
	margin-top: 32px;
}

.lista-select h5 {
	font-size: 1.1rem;
	margin-bottom: 0;
}

.lista-select p {
	font-size: 0.8rem;
}

.lista-select .item .envio-logo {
	margin-bottom: 12px;
}


.table-pcs .item-pcs {
	padding: 0;
	margin: 0;
	font-family: Arial, sans-serif;
	font-size: 12px;
	padding: 27px 67px 15px 66px;
	border-bottom: 1px solid #DDD;
	background-position: top left;
}

.table-pcs .item-pcs.cpu     { background: url('../../../img_upload/tbl_pcs1/tbl_pcs00.png') no-repeat; }
.table-pcs .item-pcs.cooler  { background: url('../../../img_upload/tbl_pcs1/tbl_pcs01.png') no-repeat; }
.table-pcs .item-pcs.mb      { background: url('../../../img_upload/tbl_pcs1/tbl_pcs02.png') no-repeat; border-color: #999; }
.table-pcs .item-pcs.chassis { background: url('../../../img_upload/tbl_pcs1/tbl_pcs03.png') no-repeat; }
.table-pcs .item-pcs.psu     { background: url('../../../img_upload/tbl_pcs1/tbl_pcs04.png') no-repeat; border-color: #999; }
.table-pcs .item-pcs.ram     { background: url('../../../img_upload/tbl_pcs1/tbl_pcs05.png') no-repeat; }
.table-pcs .item-pcs.hdd     { background: url('../../../img_upload/tbl_pcs1/tbl_pcs06.png') no-repeat; }
.table-pcs .item-pcs.gfx     { background: url('../../../img_upload/tbl_pcs1/tbl_pcs07.png') no-repeat; border-color: #999; }
.table-pcs .item-pcs.odd     { background: url('../../../img_upload/tbl_pcs1/tbl_pcs08.png') no-repeat; border-bottom: 0px; }

.fb-link a {
	color: #FFF;
	background: transparent url('../img/footer_ico_fb.png') no-repeat left top;
	padding-left: 28px;
}

.fb-link a:hover {
	color: #3b5998;
}
