﻿/* Extra extra small devices, Phones */
@media (max-width: 511px) {
	.only-xs { display: none !important; clear: none !important; }
	.only-sm { display: none !important; clear: none !important; }
	.only-md { display: none !important; clear: none !important; }
	.only-lg { display: none !important; clear: none !important; }
	.not-xxs { display: none !important; }
}

/* Extra Small Devices, Phones */
@media (min-width : 512px) and (max-width: 767px) {
	.only-xxs { display: none !important; clear: none !important; }
	.only-sm { display: none !important; clear: none !important; }
	.only-md { display: none !important; clear: none !important; }
	.only-lg { display: none !important; clear: none !important; }
	.not-xs { display: none !important; }
}

/* Small Devices, Tablets */
@media (min-width : 768px) and (max-width: 991px) {
	.only-xxs { display: none !important; clear: none !important; }
	.only-xs { display: none !important; clear: none !important; }
	.only-md { display: none !important; clear: none !important; }
	.only-lg { display: none !important; clear: none !important; }
	.not-sm { display: none !important; }
}

/* Medium Devices, Desktops */
@media (min-width : 992px) and (max-width: 1199px) {
	.only-xxs { display: none !important; clear: none !important; }
	.only-xs { display: none !important; clear: none !important; }
	.only-sm { display: none !important; clear: none !important; }
	.only-lg { display: none !important; clear: none !important; }
	.not-md { display: none !important; }
}

/* Large Devices, Wide Screens */
@media (min-width : 1200px) {
	.only-xxs { display: none !important; clear: none !important; }
	.only-xs { display: none !important; clear: none !important; }
	.only-sm { display: none !important; clear: none !important; }
	.only-md { display: none !important; clear: none !important; }
	.not-md { display: none !important; }
}

@media (max-width: 511px) {
	.col-xxs-12,
	.col-xxs-11,
	.col-xxs-10,
	.col-xxs-9,
	.col-xxs-8,
	.col-xxs-7,
	.col-xxs-6,
	.col-xxs-5,
	.col-xxs-4,
	.col-xxs-3,
	.col-xxs-2,
	.col-xxs-1 {
		float: left;
		position: relative;
		min-height: 1px;
		padding-right: 15px;
		padding-left: 15px;
	}

	.col-xxs-12 { width: 100.0%; }
	.col-xxs-11 { width: 91.666666%; }
	.col-xxs-10 { width: 83.333333%; }
	.col-xxs-9 { width: 75.0%; }
	.col-xxs-8 { width: 66.666666%; }
	.col-xxs-7 { width: 58.333333%; }
	.col-xxs-6 { width: 50.0%; }
	.col-xxs-5 { width: 41.666666%; }
	.col-xxs-4 { width: 33.333333%; }
	.col-xxs-3 { width: 25.0%; }
	.col-xxs-2 { width: 16.666666%; }
	.col-xxs-1 { width: 8.333333%; }
}

.break {
	clear: both !important;
}

.cart-item-quantity-canvas {
	white-space: nowrap;
}

.cart-item-quantity-canvas .cart-form-quantity {
	display: none;
}

.form-control.cart-form-quantity-field {
	width: 100px;
}

.cart-form-quantity-remove {
	color: #a00;
}

.cart-products-list-canvas {
	width: 100%;
	overflow: auto;
}

.cart-products-list {
	min-width: 500px;
}

#carrinho .form-horizontal .form-group {
	margin-left: 0px;
	margin-right: 0px;
}

#carrinho .valor-unit,
#carrinho .valor-total,
#carrinho .frete-peso,
#carrinho .valor-total-geral {
	white-space: nowrap;
}

.caption span.installments,
.produto span.installments {
	display: block;
}

.caption span.installments span {
	display: inline;
}

.installment_price {
	font-weight: bold;
}

body {
	padding: 0px;
}

header .busca .btn-default,
header .busca .btn-default:active,
header .busca .btn-default:focus {
	background-color: #fc6504;
	color: #fff;
}

header .busca .btn-default:hover {
	opacity: 0.5;
}

header .busca .glyphicon-icon-search {
	background-image: url("/Content/images/icon_search.png");
	width: 25px;
	height: 25px;
	display: block;
}

.carousel-horizontal {
	width: 100%;
}

.carousel-horizontal ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

.carousel-horizontal li {
	margin: 0px;
	padding: 5px;
	display: table-cell;
}

.error {
	border-radius: 5px;
	display: block;
	background-color: #fdeeee;
	border: 1px solid #ff1616;
	color: #ff1616;
	padding: 10px;
}
/* styles for validation helpers */
.field-validation-error {
	color: #b94a48;
}

.field-validation-valid {
	display: none;
}

input.input-validation-error {
	border: 1px solid #b94a48;
}

input[type="checkbox"].input-validation-error {
	border: 0 none;
}

.form-inline {
	display: inline-block;
}

.validation-summary-errors {
	color: #b94a48;
}

.validation-summary-valid {
	display: none;
}

a.thumb:hover {
	text-decoration: none;
}

.thumbnail {
	text-align: center;
}

.shop .thumbnail {
	border: 0px;
}

.shop .thumbnail img {
	border: 1px solid #cccccc;
	padding: 15px;
}

.img-responsive {
	display: inline-table !important;
}

.col-xs-4,
.col-xs-3 {
	margin-bottom: 15px;
}

.form-control.cart-form-quantity-field {
	width: 100px;
}

.cart-form-quantity-remove {
	float: right;
	color: #a00;
}

.cart-products-list-canvas {
	width: 100%;
	overflow: auto;
}

.cart-products-list {
	min-width: 500px;
}

#carrinho .form-horizontal .form-group {
	margin-left: 0px;
	margin-right: 0px;
}

#carrinho .valor-unit,
#carrinho .valor-total,
#carrinho .frete-peso,
#carrinho .valor-total-geral {
	white-space: nowrap;
}
/* Desktop standard 960 and up */
@media only screen and (min-width: 768px) {
	.container {
		width: 100% !important;
		max-width: 1200px;
		padding: 0px;
	}

	.navbar {
		z-index: 100;
	}

	#menu_top.navbar-default,
	#menu_keywords.navbar-default,
	#menu_left.navbar-default {
		background-color: transparent !important;
	}

	#menu_left ul li {
		display: block;
		width: 100%;
	}

	#menu_left .navbar-collapse {
		padding: 0px;
	}

	#menu_left .dropdown-menu {
		position: relative !important;
		background: transparent;
		border: 0px;
		-webkit-box-shadow: none !important;
		box-shadow: none !important;
	}

	#menu_keywords a {
		padding: 0px;
		padding-right: 20px;
	}

	#footer_menu2 a {
		padding: 0px;
		padding-right: 20px;
	}

	.caption span {
		min-height: 40px;
		font-size: 14px;
		display: block;
	}

	.navbar-default .navbar-nav > .open > a:focus,
	.navbar-nav > .open > a,
	.navbar-default .navbar-nav > .open > a:hover,
	.navbar-default .navbar-nav > .open > a:focus {
		background: transparent !important;
	}

	.navbar {
		min-height: 0px;
		margin: 0px;
		border: 0px;
	}

	.navbar-collapse {
		padding: 0px;
	}

	a.navbar-brand {
		display: none;
	}

	.padrao .thumbnail span {
		min-height: 40px;
		font-size: 12px;
		display: block;
	}
}

a.whatsapp-link.floating {
	display: block;
	position: fixed;
	right: 30px;
	bottom: 60px;
	z-index: 101;
}

/* Tablet Portrait size to standard 980*/
@media only screen and (max-width: 767px) {
}
