@media only screen and (min-width: 770px){
	.header-language-background {
	    background-color: #006e9e;
	}
	header#header {
	    background: linear-gradient(180deg,#006e9e 0%,#0098DA 25%);
	}
	.footer {
    	background: linear-gradient(180deg,#ED3237 0%,#5f0003 50%);
	}
	ol.nav-primary {
		display: flex;
		justify-content: center;
	}	
}
div#header-links {
    display: none !important;
}
/***** Menu ******/
#header-nav {
	border-top: 0px dotted #000;
	border-bottom: 0px dotted #000;
	clear: both;
}
	
#header-nav #nav .nav-primary {
	margin-top: 0;
	padding:0;
}

#header-nav .thumb-cat img {
    margin: 0 auto;
}

.nav-primary a{
	text-transform: uppercase;
}

.nav-primary li.level0>a:hover,
.nav-primary li.level1 a:hover{
	color: #fd8a77;
}

#header a:hover{
	text-decoration:none;
}

.nav-primary li.level0>a {
	text-transform: uppercase;
	font-weight: bold;
	border: 0;
	text-align: left;
	font-size: 16px;
	padding:0;
	padding: 10px 28px;
}

.nav-primary li.level0>ul{
	top:auto;
}
.nav-primary li.level1 ul{
	top:0;
}

/******* Home *********/
.owl-carousel.owl-theme .owl-controls .owl-buttons div {
    background: transparent;
}
.faixa-mini{
	display: inline-block;
	text-align: center;
	width: 100%;
}
.faixa-mini>div{
	display:inline-block;
	width: 49%;
	min-width:200px;
}

.faixa-mini div div{
	padding:14px;
	display:inline-block;
	width: 49%;
	min-width: 200px;
}
.faixa-mini img{
	max-width:100%;
	min-width: 200px;
	display: inline-block;
}

.main-container header.h2.subtitle {
	text-transform: none;
	font-size: 18px;
}
.category-products .products-grid>li{
	border: 1px solid #ebebeb;
}
.category-products .products-grid .product-image {
	border: 0;
	border-bottom: 1px solid #ebebeb;
	padding:5px;
}

.category-products .products-grid .product-name, 
.category-products .products-list .product-name {
	text-transform: none;
	color:#000;
}

.category-products .button{
	background: #5ead87;
	border-radius: 20px;
	width: 80%;
	height: 40px;
	line-height: 28px;
}
.price-box .price{
	font-weight:normal;
}
.products-grid .add-to-links li {
	width: 50%;
	float: left;
	border: 0;
	min-width: 80px;
}
.products-grid .add-to-links li:first-child {
	border-right: 1px dotted #000;
}
.products-grid .add-to-links li a{
	background: url(/media/wysiwyg/ico-sprite.png) no-repeat;
	text-indent:-9999px;
	display:inline-block;
	height:20px;
	margin:0 10px;	
}
.products-grid .add-to-links li .link-wishlist{
	background-position: 1px -1049px;
	width: 66px;
	float:right;
	
}
.products-grid .add-to-links li .link-compare{
	background-position: 1px -1034px;
	width: 70px;
	float:left;
}

/* Media Queries Celular */
@media only screen and (max-width: 770px){
	.logo {
		width: 100%;
		text-align: center;
		margin: 0 auto;
		max-width: none;
	}
	span.thumb-cat {
		float: left;
		margin: -10px 10px;
	}
	#header-search{
		width: 100%;
	}
	.products-grid .actions{
		position:relative;
	}
	.category-products .products-grid .product-info{
		padding:0 10px;
	}
	
	.products-grid .add-to-links li{
		width: 100%;
		display: inline-block;
	}
	.products-grid .add-to-links li:first-child{
		border:0;
	}
	.products-grid .add-to-links li .link-compare,
	.products-grid .add-to-links li .link-wishlist{
		float:none;
	}
}

/******** Footer *********/
#footer .footer-bar.footer-container {
    margin: 0 auto;
    width: 100%;
    padding: 0;
    max-width: none;
}
#footer .footer-bar .footer-container{
	width:100%;
}
#footer .footer-news .block-subscribe{
	margin: 0;
	padding: 0;
}
#footer .footer-news .block-title,
#footer .footer-news .block-content .form-subscribe-header{
	display:none;
}
#footer .footer-bar .conteudo{
	padding: 0;
	text-align:center;
}
#footer .footer-bar .textnews {
	display: inline-block;
	width: 55%;
	min-width: 624px;
}
#footer .footer-bar .footer-news{
	display: inline-block;	
	min-width: 470px;
	padding: 15px 0;
	position:relative;
}
#footer .footer-bar .selo {
	display: inline-block;
	margin: 10px;
	width: 71px;
	font-size: 81px;
	color: #ffffff;
}

#footer .footer-bar .texto {
	display: inline-block;
	padding: 10px;
	width: 84%;
}
#footer .footer-bar span{
	color:#FFF;
	float: left;
}

#footer .footer-bar .actions span{
	color:#FFF;
}
#footer .footer-bar  .titulo {
	font-size: 19px;
}
#footer .footer-bar  .sub-titulo{
	font-size: 14px;
}
#footer .footer-bar .block-subscribe .block-content,
#footer .footer-bar .block-subscribe .input-box,
#footer .footer-bar .block-subscribe .input-box .actions{
	float: left;
	margin:0;
}
#footer .footer-bar .block-subscribe .block-content{
	width:100%;
}
#footer .footer-bar .block-subscribe .input-box{
	width:90%;
}
#footer .footer-bar .block-subscribe .input-box input{
	width: 100%;
	height: 39px;
	border-radius: 20px;
}
#footer .footer-bar .block .actions .button {
	float: right;
	height: 39px;
	text-transform: capitalize;
	border-radius: 20px;
	padding: 0 30px;
	position: absolute;
	right: 0;
	top:15px;
}
#footer .footer-bar .block-subscribe .block-content div{
	float:left;
	margin:0;
	padding:0;
}
/* Media Queries Celular */
@media only screen and (max-width: 1250px){
	#footer .footer-bar .titulo{
		font-size: 17px;
	}
	#footer .footer-bar .sub-titulo{
		font-size: 13px;
	}
}
/* Media Queries Celular */
@media only screen and (max-width: 650px){
	#footer .footer-bar .textnews {
		width:90%;
		min-width:inherit;
	}
	#footer .footer-bar .footer-news{
		width:90%;
		min-width:inherit;
		margin:0 auto;
	}
	#footer .footer-bar .titulo{
		font-size:12px;
	}
	#footer .footer-bar .sub-titulo{
		font-size: 11px;
	}
	#footer .footer-bar .block-subscribe .block-content{
		width:90%
	}	
}
#footer .footer-conteudo{
	position: relative;
    max-width: 990px;
    display: flex;
    margin: 0 auto;
    padding: 15px;
	text-align: left;
}
#footer .footer-conteudo .footer{
	text-align:left;
	border:0;
}
#footer .footer-conteudo .footer .cols{
	width: 49%;
	display: inline-block;
	text-align:left;
	vertical-align: top;
	min-width:460px;
	margin-bottom: 20px;
}
#footer .footer .sub-cols {
	width: 33%;
	display: inline-block;
	padding-right: 10px;
	min-width: 150px;
	vertical-align: top;
	margin-bottom:20px;
	text-align:left;
}
#footer .footer .sub-col3 {
	width:32%;
}
#footer .footer .sub-cols h3{
	font-size:12px;
	font-weight:bold;
	z-index: 2;
	position: relative;
	text-align:left;
}
#footer .footer .sub-cols ul{
	border-top: 1px solid #999;
    padding-top: 15px;
    z-index: 1;
    position: relative;
    text-align: left;
}
#footer .footer .sub-cols ul li {
	font-size: 11px;
	text-align:left;
	list-style-type: square;
	margin-left: 15px;
	line-height: 26px;
}


#footer .footer .col2 .sub-col1{
	width:39%;
	vertical-align: top;
}
#footer .footer .col2 .sub-col2{
	width:60%;
}

#footer .footer .redes-sociais ul li,
#footer .footer .contatos ul li {
	list-style-type: none;
   line-height: 33px;
   /* height: 33px; */
   display: inline-block;
   width: 90%;
   float: left;
}
#footer .footer .redes-sociais ul li:before{
	font-size: 20px;
	width: 20px;
	margin-right: 5px;
	display: inline-block;
}
#footer .footer .contatos ul li div{
	line-height: 36px;
	height: auto;
	margin-bottom:5px;
	float: left;
	max-width: 70%;
}
#footer .footer .contatos ul li:before {
    font-size: 22px;
    width: 20px;
    margin-right: 10px;
    float:left;
}
#footer .footer .contatos ul li span {
	line-height: 15px;
	display: block;
	text-align: left;
}
/* Media Queries Celular */
@media only screen and (max-width: 510px){
	div#internohomeimagens {
    	display: none !important;
	}
	#footer .footer-conteudo .footer .col1{
		text-align: center;
		width: 100%;
		min-width: inherit;
	}
	#footer .footer .col1 .sub-cols{
		width: 49%;
		min-width: inherit;
	}
	#footer .footer-conteudo .footer .cols,
	#footer .footer .col1 .sub-col3,
	#footer .footer .col2 .sub-col1,
	#footer .footer .col2 .sub-col2,
	#footer .footer .cols{
		width: 100%;
		min-width: inherit;
	}
	#footer .footer .sub-cols {
		width:100%;
	}
}
#footer .footer .full-col{
	clear:both;
	width:100%;
}
#footer .footer  .full-col .sub-cols{
	min-width: 230px;
}
#footer .footer .full-col ul li {
	background: url(/media/wysiwyg/ico-sprite.png) no-repeat;
	list-style-type: none;
	margin: 0;
	display:inline-block;
	line-height: 25px;
	height: 25px;
}
#footer a, #footer a span, #footer .footer .sub-cols ul li a {
    color: #ffffff;
    font-size: 12px;
}
#footer .footer .full-col .sub-col1 ul li{
	width: 29px;
}
#footer .footer .full-col .sub-col1 ul li.visa		{ background-position: -1px -243px; }
#footer .footer .full-col .sub-col1 ul li.master		{ background-position: -36px -243px;}
#footer .footer .full-col .sub-col1 ul li.dinners	{ background-position: -70px -243px; }
#footer .footer .full-col .sub-col1 ul li.itau		{ background-position: -106px -243px;}
#footer .footer .full-col .sub-col1 ul li.boleto		{ background-position: -140px -243px;}
#footer .footer .full-col .sub-col1 ul li.amex		{ background-position: -175px -243px;}

#footer .footer .full-col .sub-col2 ul li{
	width: 71px;
}
#footer .footer .full-col .sub-col2 ul li.correios	{ background-position: -1px -270px; }
#footer .footer .full-col .sub-col2 ul li.sedex		{ background-position: -73px -270px;width: 65px;}
#footer .footer .full-col .sub-col2 ul li.pac		{ background-position: -138px -270px;}

#footer .footer .full-col .sub-col3 ul li{
	width: 71px;
}
#footer .footer .full-col .sub-col3 ul li.blindado	{ background-position: -1px -294px;}
#footer .footer .full-col .sub-col3 ul li.certsign	{ background-position: -77px -294px; width: 64px;}
#footer .footer .full-col .sub-col3 ul li.seguro		{ background-position: -149px -294px;}
.footer address{
	display:none;
}

.skip-cart .count{
	background:transparent;
}

button.btn-cart:focus, button.btn-checkout:focus, button.btn-proceed-checkout:focus {
    background: #fd8a77 !important;
    cursor: pointer;
}
/*** PREÇO NO BOLETO ***/
span#preco-boleto {
    font-size: 2pc;
    color: #C4161C !important;
    font-weight: 700 !important;
}
/* PÃƒÂ¡gina do produto - Desktop */
.container-product-basic-and-image-gallery {
    width: 40%;
    float: left;
}
.product-img-box {
    float: left;
    padding: 0;
    width: 100%;
}
.product-img-box .product-image {
    margin-bottom: 0;
    width: 100%;
    float: right;
}
.product-img-box .more-views {
    float: left;
}
.product-options-bottom {
    background-color: transparent;
    padding: 10px 0;
    border: 0;
    border-top: 1px solid #333;
    margin: 0;
}
#product-options-wrapper {
    border: 0;
    border-top: 1px solid #333;
    margin: 0;
    padding: 10px 0;
}
button.button.btn-cart {
    width: 80%;
}
ul.add-to-links {
    display: none;
}
.product-view .add-to-cart-wrapper span.price {
    font-size: 26px;
}
button.button.btn-cart {
    border-radius: 20px;
}
.product-view .add-to-cart-wrapper {
    width: 50%;
    float: left;
    clear: right;
}
/* ONE STEP CHECKOUT - Removendo coisas */
.onestepcheckout-index-index form#footer-newsletter-validate-detail, .onestepcheckout-index-index #footer > div > div > div > div:nth-child(1) {
    display: none;
}

.onestepcheckout-index-index .widget.widget-static-block {
    display: none;
}

.onestepcheckout-index-index .f-right {
    display: none;
}

.onestepcheckout-index-index .skip-cart {
    display: none;
}

.onestepcheckout-index-index .nav-primary {
    display: none;
}

.onestepcheckout-index-index.header3 #header-nav #nav {
    height: 60px;
}

.onestepcheckout-index-index.header3 #header-search {
    display: none;
}

.onestepcheckout-index-index div#hl-1 {
    display: none;
}

.onestepcheckout-index-index header-account {
    display: none;
}

.onestepcheckout-index-index div#header-search {
    display: none;
}

.onestepcheckout-index-index .skip-links {
    display: none;
}
.onestepcheckout-index-index div#header-links {
    display: none !important;
}
/***  Esconder Subcategorias ****/
.block.block-layered-nav.block-layered-nav--no-filters.block-subcategories {
    display: none;
}
.form-language {
    display: none;
}
div#header-links {
    display: none !important;
}
.block-layered-nav .block-content>dl>dt {
    background: #0098DA;
    color: #FFFFFF;
}
button#onestepcheckout-place-order-button {
	width: 100%;
}
span.number.onestepcheckout-number.onestepcheckout-number {
	background: #0098DA !important;
}	
ul.toggle-tabs {
    display: none !important;
}