﻿html{
    overflow-x: hidden;
    overflow-y: scroll;
}
body {
    font-family: var(--fonte-padrao);
    position: relative;
}
.h4, h4 {
    font-size: 18px;
}
.h3, h3 {
    font-size: 24px;
}
.h1, .h2, .h3, h1, h2, h3 {
    margin-top: 20px;
    margin-bottom: 10px;
}
ul li {
  list-style: none;
}

a:hover {
outline: none;
text-decoration:none;
}

a:focus {
  outline:none;
  outline-offset: 0;
}

a {
  -webkit-transition: 300ms;
  -moz-transition: 300ms;
    -o-transition: 300ms;
    transition: 300ms;
}

h1, h2, h3, h4, h5, h6 {
    font-family: var(--fonte-titulos);
}

.btn:hover, 
.btn:focus{
  outline: none;
  box-shadow: none;
}

.navbar-toggle {
  background-color: #000;
}

a#scrollUp {
  bottom: 0px;
  right: 10px;
  padding: 5px 10px;
  background: #FE980F;
  color: #FFF;
  -webkit-animation: bounce 2s ease infinite;
  animation: bounce 2s ease infinite;
}

a#scrollUp i{
  font-size: 30px;
}
.logo {
    padding-top: 10px;
    padding-bottom: 10px;
}

/*************************
*******Header CSS******
**************************/

.header-middle .container .row {
    border-bottom: 1px solid #f5f5f5;
    margin-left: 0;
    margin-right: 0;
    padding-bottom: 0px;
    padding-top: 0px;
}
.menu1 {
    float:right;
}
    .menu1 a {
        font-size: 12px;
        color: var(--topo-texto2) !important;
    }
.menuTopo a {
    font-size: 12px;
    color: var(--topo-texto1) !important;
    padding: 6px;
    display: inline-block;
}


    .menu1 a:hover {
        background: inherit;
    }




.shop-menu ul li {
	display:inline-block;
  padding-left: 15px;
  padding-right: 15px;
}

.shop-menu ul li:last-child {
  padding-right: 0;
}


.shop-menu ul li a {
  background: rgba(255, 255, 255, 0.2);
  color: #696763;
  font-size: 14px;
  padding: 5px 20px;
  margin-top: 10px;
  -webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
color:white;
}


.shop-menu ul li a i{
	margin-right:3px;
}


.shop-menu ul li a:hover {
	color:#fe980f;
	background:#fff;
}


.header-bottom {

}

.navbar-collapse.collapse{
  padding-left: 0;
}


.menu2 ul li a {
    color: var(--topo-texto3) !important;
    font-family: var(--fonte-menu);
    font-size: 17px;
    padding: 12px 6px;
    height: 42px;
    display: inline-block;
    color: white;
    padding-bottom: 10px;
    font-weight: bold;
    margin-bottom: 10px;
}

.menu2 ul li a:hover, .menu2 ul li a.active,  .shop-menu ul li a.active{
background-color:rgba(255, 255, 255, 0.3);
-webkit-border-bottom-right-radius: 5px;
-webkit-border-bottom-left-radius: 5px;
-moz-border-radius-bottomright: 5px;
-moz-border-radius-bottomleft: 5px;
border-bottom-right-radius: 5px;
border-bottom-left-radius: 5px;
}

.search_box input {
    background-color: rgba(255, 255, 255, 0.3);
    border: medium none;
    color: #fff;
    font-family: var(--fonte-padrao);
    font-size: 12px;
    font-weight: 300;
    height: 35px;
    outline: medium none;
    padding-left: 10px;
    width: 155px;
    -webkit-border-radius: 4px;
    -webkit-border-bottom-right-radius: 0;
    -moz-border-radius: 4px;
    -moz-border-radius-bottomright: 0;
    border-radius: 4px;
    border-bottom-right-radius: 0;
}
.search_box input::-webkit-input-placeholder {
color: rgba(255, 255, 255, 0.6);
}
.buscaDiv{
    margin-top:7px;
}


/*  Dropdown menu*/

.navbar-header 
.navbar-toggle .icon-bar {
    background-color: #fff;
}


.nav.navbar-nav > li:hover > ul.sub-menu{
  display: block;
  -webkit-animation: fadeInUp 400ms;
  -moz-animation: fadeInUp 400ms;
  -ms-animation: fadeInUp 400ms;
  -o-animation: fadeInUp 400ms;
  animation: fadeInUp 400ms;
}

ul.sub-menu {
	position: absolute;
	top: 30px;
	left: 0;
	background: rgba(0, 0, 0, 0.6);
	list-style: none;
	padding: 0;
	margin: 0;
	width: 220px;
	-webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.1);
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.1);
	display: none;
	z-index: 999;
}

.dropdown ul.sub-menu li .active{
  color: #FDB45E;
  padding-left: 0;
}


.navbar-nav li ul.sub-menu li{
  padding: 10px 20px 0 ;
}

.navbar-nav li ul.sub-menu li:last-child{
  padding-bottom: 20px;
}

.navbar-nav li ul.sub-menu li a{
  color: #fff;
}

.navbar-nav li ul.sub-menu li a:hover{
    color: #FDB45E;
}

.fa-angle-down{
  padding-left: 5px; 
}

@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
  
/*************************
*******Footer CSS******
**************************/

#footer {
    background: var(--rodape-fundo1);
}


.footer-top .container {
    border-bottom: 1px solid #E0E0DA;
    padding-bottom: 20px;
}
.rodapeBg2 {
    background-color: #555;
    padding: 12px;
    color: white;
}

.rodapeBg {
    height: 224px;
    background-repeat: no-repeat;
    font-size: 12px;
    text-shadow: 1px 1px 2px rgba(255, 255, 255, 1);
    padding-top: 20px;
}

.rodapeBg2 {
    background-color: #555;
    padding: 12px;
    color: white;
}

    .rodapeBg2 p {
        margin: 0px;
        font-size: 12px;
    }

.divSelos div, .divSelos h2 {
    height: 80px;
    line-height: 80px;
    vertical-align: middle;
}
.divSelos {
    margin-top: 30px;
    padding-bottom:30px;
}
.divEndereco, .divEndereco a {
    color: white;
    font-size: 12px;
    text-align: center;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 1);
}


.footer-widget .container {
  border-top: 0px solid #FFFFFF;
  padding-top: 15px;
}

.single-widget h2 {
    color: var(--cor-titulos);
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 22px;
    text-transform: uppercase;
    text-align: left;
    text-shadow: none;
}

.single-widget h2 i{
	margin-right:15px;
}

.single-widget ul li a {
    color: #8C8C88;
    font-size: 14px;
    font-weight: 300;
    padding: 5px 0;
}
.single-widget ul li {
    display: block;
    width: 100%;
    padding-bottom: 10px;
}
.single-widget ul li a i {
  margin-right: 18px;
}

    .single-widget ul li a:hover {
        background: none;
        color: var(--cor-titulos);
    }


.searchform input {
  border: 1px solid #DDDDDD;
  color: #CCCCC6;
  
  font-size: 14px;
  margin-top: 0;
  outline: medium none;
  padding: 7px;
  width: 212px;
}


.searchform button {
  background: #FE980F;
  border: medium none;
  border-radius: 0;
  margin-left: -5px;
  margin-top: -3px;
  padding: 7px 17px;
}

.searchform button i {
  color: #FFFFFF;
  font-size: 20px;
}

.searchform  button:hover, 
.searchform  button:focus{
	background-color:#FE980F;
}

.searchform p {
  color: #8C8C88;
  
  font-size: 14px;
  font-weight: 300;
  margin-top: 25px;
}

.footer-bottom {
    background: var(--rodape-fundo2);
    padding-top: 10px;
}

    .footer-bottom .p {
        color: #363432;
        font-size: 14px;
        font-weight: 300;
        padding-bottom: 10px;
        padding-top: 10px;
    }

.footer-bottom p span a {
  color: #FE980F;
  font-style: italic;
  text-decoration: underline;
}


/*************************
******* Home ******
**************************/


#slider {
  padding-bottom: 45px;
}

.carousel-indicators li {
  background: #C4C4BE;
}

.carousel-indicators li.active {
	  background: #FE980F;
}

.item {
  padding-left: 100px;
}


.pricing {
  position: absolute;
  right: 40%;
  top: 52%;
}

.girl {
  margin-left: 0;
}

.item h1 {
  color: #B4B1AB;
  font-size: 48px;
  margin-top: 115px;
}

.item h1 span {
	color:#FE980F;
}

.item h2 {
  color: #363432;
  
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 22px;
  margin-top: 10px;
}

.item  p {
	color:#363432;
	font-size:16px;
	font-weight:300;
	
}

.get {
  background: #FE980F;
  border: 0 none;
  border-radius: 0;
  color: #FFFFFF;
  
  font-size: 16px;
  font-weight: 300;
  margin-top: 23px;
}

.geleriaFotos {
    max-width: 50%;
}
.item button:hover {
  background: #FE980F;
}

.control-carousel {
  position: absolute;
  top: 50%;
  font-size: 60px;
  color: #C2C2C1;
}

.control-carousel:hover{
  color: #FE980F ;
}

.right {
  right: 0;
}

.category-products {
  border: 1px solid #F7F7F0;
  margin-bottom: 35px;
  padding-bottom: 20px;
  padding-top: 15px;
}
.left-sidebar h2, .brands_products h2, h1, h2 {
    color: var(--cor-titulos);
    font-size: 18px;
    font-weight: 700;
    margin: 0 auto 30px;
    text-align: center;
    text-transform: uppercase;
    position: relative;
    text-shadow: -2px -2px 2px #FFF, 2px -2px 2px #FFF, -2px 2px 2px #FFF, 2px 2px 2px #FFF;
}

    .left-sidebar h2:after, h2.title:after, h1:after, h2:after {
        content: " ";
        position: absolute;
        border: 1px solid #f5f5f5;
        bottom: 8px;
        left: 0;
        width: 100%;
        height: 0;
        z-index: -2;
    }

    .left-sidebar h2:before, h1:before, h2:before {
        content: " ";
        position: absolute;
        background: #fff;
        bottom: -6px;
        height: 30px;
        z-index: -1;
        left: 50%;
        margin-left: -65px;
    }

h2:before, h1:before{
	content: " ";
	position: absolute;
	background: #fff;
	bottom: -6px;
	height: 30px;
	z-index: -1;
	left: 50%;
}

.category-products .panel {
	background-color: #FFFFFF;
	border: 0px;
	border-radius: 0px;
	box-shadow:none;
	margin-bottom: 0px;
}

.category-products .panel-default .panel-heading {
  background-color: #FFFFFF;
  border: 0 none;
  color: #FFFFFF;
  padding: 5px 20px;
}

.category-products .panel-default .panel-heading .panel-title a {
  color: #696763;
  
  font-size: 14px;
  text-decoration: none;
  text-transform: uppercase;
}

.panel-group .panel-heading + .panel-collapse .panel-body {
  border-top: 0 none;
}

.category-products .badge {
  background:none;
  border-radius: 10px;
  color: #696763;
  display: inline-block;
  font-size: 12px;
  font-weight: bold;
  line-height: 1;
  min-width: 10px;
  padding: 3px 7px;
  text-align: center;
  vertical-align: baseline;
  white-space: nowrap;
}

.panel-body ul{
  padding-left: 20px;
}


.panel-body ul li a {
  color: #696763;
  
  font-size: 12px;
  text-transform: uppercase;
}

.brands-name {
  border: 1px solid #F7F7F0;
  padding-bottom: 20px;
  padding-top: 15px;
}


.brands-name .nav-stacked li a {
  background-color: #FFFFFF;
  color: #696763;
  
  font-size: 14px;
  padding: 5px 25px;
  text-decoration: none;
  text-transform: uppercase;
}

.brands-name .nav-stacked li a:hover{
  background-color: #fff;
  color: #696763;
}

.shipping {
  background-color: #F2F2F2;
  margin-top: 40px;
  overflow: hidden;
  padding-top: 20px;
  position: relative;
}


.price-range{
  margin-top:30px;
}

.well {
  background-color: #FFFFFF;
  border: 1px solid #F7F7F0;
  border-radius: 4px;
  box-shadow: none;
  margin-bottom: 20px;
  min-height: 20px;
  padding: 35px;
}


.tooltip-inner {
  background-color: #FE980F;
  border-radius: 4px;
  color: #FFFFFF;
  max-width: 200px;
  padding: 3px 8px;
  text-align: center;
  text-decoration: none;
}

.tooltip.top .tooltip-arrow {
  border-top-color: #FE980F;
  border-width: 5px 5px 0;
  bottom: 0;
  left: 50%;
  margin-left: -5px;
}


.padding-right {
  padding-right: 0;
}

.features_items{
	overflow:hidden;
}



.product-image-wrapper{
	border:1px solid #F7F7F5;
	overflow: hidden;
	margin-bottom:30px;
}

.single-products {
  position: relative;
}

.new, .sale {
  position: absolute;
  top: 0;
  right: 0;
}

.productinfo h2{
	color: #FE980F;
	
	font-size: 24px;
	font-weight: 700;
}
.product-overlay h2{
	color: #fff;
	
	font-size: 24px;
	font-weight: 700;
}


.productinfo p{
  
  font-size: 14px;
  font-weight: 400;
  color: #696763;
}

.productinfo img{
  width: 100%;
}

.productinfo{
 position:relative;
}

.product-overlay {
  background:#FE980F;
  top: 0;
  display: none;
  height: 0;
  position: absolute;
  transition: height 500ms ease 0s;
  width: 100%;
  display: block;
  opacity:;
}

.single-products:hover .product-overlay {
  display:block;
  height:100%;
}


.product-overlay .overlay-content {
  bottom: 0;
  position: absolute;
  bottom: 0;
  text-align: center;
  width: 100%;
}

.product-overlay .add-to-cart {
  background:#fff;
  border: 0 none;
  border-radius: 0;
  color: #FE980F;
  
  font-size: 15px;
  margin-bottom: 25px;
}

.product-overlay .add-to-cart:hover {
  background:#fff;
  color: #FE980F;
}


.product-overlay p{
  
  font-size: 14px;
  font-weight: 400;
  color: #fff;
}



.add-to-cart {
  background:#F5F5ED;
  border: 0 none;
  border-radius: 0;
  color: #696763;
  
  font-size: 15px;
  margin-bottom: 25px;
}

.add-to-cart:hover {
  background: #FE980F;
  border: 0 none;
  border-radius: 0;
  color: #FFFFFF;
}

.add-to{
  margin-bottom: 10px;
}

.add-to-cart i{
	margin-right:5px;
}

.add-to-cart:hover {
  background: #FE980F;
  color: #FFFFFF;
}

.choose {
  border-top: 1px solid #F7F7F0;
}

.choose ul li a {
  color: #B3AFA8;
  
  font-size: 13px;
  padding-left: 0;
  padding-right: 0;
}

.choose ul li a i{
	margin-right:5px;
}

.choose ul li a:hover{
	background:none;
	color:#FE980F;
}

.category-tab {
  overflow: hidden;
}

.category-tab ul {
  background: #40403E;
  border-bottom: 1px solid #FE980F;
  list-style: none outside none;
  margin: 0 0 30px;
  padding: 0;
  width: 100%;
}

.category-tab ul li a {
  border: 0 none;
  border-radius: 0;
  color: #B3AFA8;
  display: block;
  
  font-size: 14px;
  text-transform: uppercase;
}

.category-tab ul  li  a:hover{
	background:#FE980F;
	color:#fff;
}

li.active  a, li.active  a:hover, li.active  a:focus {
  -moz-border-bottom-colors: none;
  -moz-border-left-colors: none;
  -moz-border-right-colors: none;
  -moz-border-top-colors: none;
  background-color: #FE980F;
  border:0px;
  color: #FFFFFF;
  cursor: default;
  margin-right:0;
  margin-left:0;
}


.recommended_items {
  overflow: hidden;
}

#recommended-item-carousel .carousel-inner .item {
  padding-left: 0;
}

.recommended-item-control {
  position: absolute;
  top: 41%;
}

.recommended-item-control i {
  background: none repeat scroll 0 0 #FE980F;
  color: #FFFFFF;
  font-size: 20px;
  padding: 4px 10px;
}

.recommended-item-control i:hover {
  background: #ccccc6;
}

.recommended_items  h2 {
}

.our_partners{
  overflow:hidden;
}

.our_partners ul {
  background: #F7F7F0;
  margin-bottom: 50px;
}


.our_partners ul li a:hover{
	background:none;
}




/*************************
******* Contact CSS ********
**************************/

.contact-map {
  width: 100%;
  height: 385px;
  margin-bottom: 70px
}

.contact-info .heading, 
.contact-form .heading {
  text-transform: capitalize;
}

.contact-form .form-group {
  margin-bottom: 20px;
}

#contact-page 
.form-control::-moz-placeholder {
  color: #8D8D8D;
}

#contact-page .form-control {
  background-color: #fff;
  border: 1px solid #ddd;
  color: #696763;
  height: 46px;
  padding: 6px 12px;
  width: 100%;
  font-size: 16px;
  border-radius: 4px;
  box-shadow:inherit;
}

#contact-page #message {
  height:160px;
  resize:none;
}

#main-contact-form .btn-primary {
  margin-bottom: 15px;
  margin-top: 20px;
}


#contact-page .form-control:focus, 
#contact-page .form-control:hover {
  box-shadow: inherit;
  border-color: #FDB45E;
}

#contact-page .contact-info {
  padding: 0 20px;
}

#contact-page .contact-info address {
  margin-bottom: 40px;
  margin-top: -5px;
}

#contact-page .contact-info p {
  margin-bottom: 0;
  color: #696763;
  font-size: 16px;
  line-height: 25px;
}

.social-networks{
  overflow: hidden;
  text-align: center;
}

.social-networks ul {
  margin-top: -5px;
  padding: 0;
  display: inline-block;
}

.social-networks ul li {
  float: left;
  text-decoration: none;
  list-style: none;
  margin-right: 20px;
}

.social-networks ul li:last-child{
  margin-right: 0;
}

.social-networks ul li a {
  color: #999;
  font-size: 25px;
}

.contact-info .social-networks ul li a i{
  background: none;
}

.contact-info .social-networks ul li a:hover{
  color: #FE980F;
}





.paginaON
{
  background-color: #FE980F;
  border: 0;
  display:inline-block;
  line-height: 1.42857;
  margin-left: -1px;
  padding: 6px 12px;
  position: relative;
  text-decoration: none;
  margin-right: 5px;
  color:#fff;
}

.pagina
{
  background-color: #f0f0e9;
  border: 0;
  display:inline-block;
  line-height: 1.42857;
  margin-left: -1px;
  padding: 6px 12px;
  position: relative;
  text-decoration: none;
  margin-right: 5px;
  color:#000;
}

.pagina:hover
{
  background-color: #FE980F;
  border-color: #FE980F;
  color: #FFFFFF;
  cursor: default;
  z-index: 2;
}
.linkOferta
{
display: block;
padding: 10px 10px 10px 12px;
text-decoration: none;
width: 100%;
margin-bottom: 20px;
float: left;
background-color: rgba(255,255,255,0.4);
transition-property: all;
transition-duration: 0.5s;
transition-timing-function: linear;
}
.linkOferta img
{
max-width:100%;
}
.linkOferta #divFoto {
height:165px;
position: relative;
overflow:hidden;
}
#divFoto img{
position: absolute;
top:-100%; left:0; right: 0; bottom:-100%;
margin: auto;
width:100%;
}
.linkOferta:hover
{
background-color: #f2f2f2;
border: 0px;
}
.linkOferta b {
display:block;
text-align:center;
width: 154px;
max-height: 140px;
margin-bottom: 23px;
border: 1px solid #DDD;
background-color:white;
overflow:hidden;
transition-property: all;
transition-duration: 0.5s;
transition-timing-function: ease;
}
.linkOferta b:hover {
max-height: 240px;
}
.linkOferta b img
{
min-height: 140px;
min-width:152px;
width:152px;
border: 0px;
}
.linkEsgotado {
}
.linkEsgotado::before
{
margin-top:-30px;
content:'Esgotado';
background-color:#be1a1a;
color:white;
padding:3px 10px;
}
.linkOferta span img
{
float: right;
width: 56px;
height: 26px;
margin-right: 22px;
}

.linkOferta img:hover
{
border: 1px solid #CCCCCC;
}

.linkOferta div {
    font-family: var(--fonte-titulos);
    font-size: 17px;
    text-decoration: none;
    color: #383838;
    margin-bottom: 5px;
    text-shadow: 1px 1px 2px rgba(255, 255, 255, 1);
}

.linkOferta span {
    font-size: 16px;
    text-decoration: none;
    color: var(--cor-valor);
    text-shadow: 1px 1px 2px rgba(255, 255, 255, 1);
}
.catTit
{
    margin-left: 20px;
    font-weight: bold;
    margin-bottom: 10px;
    display: block;
}
.LinkMeusDados
{
    display:block;
    font-size: 12px !important;
    color: black !important;
    font-weight: normal !important;
    padding: 10px 20px;
    background-color:#F7F7F0;
    text-transform: uppercase;
    text-decoration: none;
}

    .LinkMeusDados:hover
    {
        text-decoration: none;
        background-color:#FE980F;
        color: white !important;
    }
#mensagemEmail{
color:#7f972b;
font-weight:bold;
}
#mensagem{
color:#7f972b;
font-weight:bold;
}
.glyphicon-refresh-animate {
    -animation: spin .7s infinite linear;
    -webkit-animation: spin2 .7s infinite linear;
}

@-webkit-keyframes spin2 {
    from { -webkit-transform: rotate(0deg);}
    to { -webkit-transform: rotate(360deg);}
}

@keyframes spin {
    from { transform: scale(1) rotate(0deg);}
    to { transform: scale(1) rotate(360deg);}
}
.espaco5{
height:20px;
display:block;}
.espaco10{
height:20px;
display:block;}
.espaco20{
height:20px;
display:block;}
.CarrinhoCesta
{
margin-bottom: 10px;
width: 100%;
background-color:rgb(242, 242, 242);
text-align:left;
font-size:12px;
}

.CarrinhoCesta a
{
float: left;
color: #000;
margin-left: 5px;

}

.CarrinhoVazio
{

font-size: 15px;
color: #000;
}

.CarrinhoValor
{
color: #EA5828 !important;
font-size: 12px;
font-weight: bolder;
letter-spacing: -1px;
}

.CarrinhoRemove {
    background-repeat: no-repeat;
    float: right !important;
    margin-right: 10px;
    display: block;
    width: 15px !important;
    color: brown !important;
    font-size: 15px;
}

.CarrinhoQuantidade
{
padding: 0 2px 0 0;
float: left;
font-style: normal;
font-variant: normal;
font-weight: normal;
font-size: 10px;
line-height: 17px;
letter-spacing: 1px;
color: #000000;
}

#CarrinhoItens
{
padding: 0px 0px 0px 0px;
width: 100%;
color:#000;
text-align:center;
}
.CarrinhoBotao
{
font-size: 14px !important;
color: black !important;
font-weight: normal !important;
padding-left: 0;
margin-right: 15px;
background: url(../imagens/marker.png) no-repeat right 8px;
padding-right: 13px;
text-transform: uppercase;
text-decoration: none;
}

.CarrinhoBotao:hover
{
text-decoration: underline;
}

.CarrinhoPrecos {
    height: 22px;
    background: url(../imagens/line-cart.png) 0px 0px repeat-x;
    font-size: 12px;
    margin-bottom: 10px;
}

.CarrinhoPrecos span
{
float: left;
padding: 9px 0 0 0px;
color: white;
}

.CarrinhoPrecos p
{
margin: 0px;
float: right;
padding: 9px 0px 0 0;
font-weight: bold;
color: white;
}
.tbCarrinhoQtd, .tbCarrinhoQtd tr {
border-style: solid;
border-width: 0px !important;
border-collapse: collapse;
background-color: rgba(255,255,255, 0)  !important;
}
.tbCarrinhoQtd td {
padding:0px 5px 0px 5px !important;
margin-right:5px;
}
.tabelaCarrinho
{
border-style:solid;
border-width:1px;
border-color:transparent;
width: 100%;
border-collapse: collapse;
}
.tabelaCarrinho td
{
border: 0px solid #F0F0F0;
border-collapse: collapse;
padding:10px;
}
.tabelaCarrinho tr
{
border-style:solid;
border-width:1px;
border-color:white;
border-collapse: collapse;
background-color:rgba(255,255,255, 0.5);
}
.tabelaCarrinho tr:hover
{
background-color:rgba(255,255,255, 0.7);
}

.trCabecalho
{
padding: 5px 15px 5px 15px !important;
background-color:#f6f6f6 !important;
color: #000000;
font-size: 13px;
font-weight: bold;
}
.tdValores
{
font-size: 12px;
font-weight: normal;
text-decoration: none;
text-align: right;
background-color:rgba(255,255,255, 0.7) !important;
}
.tdTotal
{
background-color: #EA5828;
color: #FFFFFF;
font-weight: bold;
}
.tdDescricao a
{

font-size: 14px;
color: #808080;
text-decoration: none;
}
.tdDescricao a:hover
{

font-size: 14px;
color: #EA5828;
}
.tdValor
{
font-weight: bold;
font-size: 12px;
color: #000000;
max-width:150px;
}

#Carrinho
{
background-repeat: no-repeat;
padding-top: 0px;
}

#Carrinho h4
{
padding:0px;
margin-top:0px !important;
margin-bottom:0px !important;
}

#Carrinho h4 a
{
display: inline-block;
font-size: 24px;
font-weight: normal;
text-decoration: none;
color: #80077c;
padding-bottom: 18px;
width: 100%;
}
#Carrinho h4 a b {
color:#ff80b1;
}

#Carrinho h4 a:hover
{
color: #ff80b1;
}

.CarrinhoBotao {
    font-size: 14px !important;
    color: black !important;
    font-weight: normal !important;
    padding-left: 0;
    margin-right: 15px;
    background: url(../imagens/marker.png) no-repeat right 8px;
    padding-right: 13px;
    text-transform: uppercase;
    text-decoration: none;
}

.CarrinhoBotao:hover
{
text-decoration: underline;
}

.CarrinhoPrecos {
    height: 22px;
    background: url(../imagens/line-cart.png) 0px 0px repeat-x;
    font-size: 12px;
    margin-bottom: 10px;
}

.CarrinhoPrecos span
{
float: left;
padding: 9px 0 0 0px;
color: white;
}

.CarrinhoPrecos p
{
margin: 0px;
float: right;
padding: 9px 0px 0 0;
font-weight: bold;
color: white;
}

.inputCep {
    padding: 0px;
    margin: 0px;
    border: 1px solid #F08A68;
    background-image: url('../imagens/carrinho-bg.gif');
    font-size: 12px;
    color: #FFFFFF;
    width: 55px;
}

.carrinhoCep
{

font-size: 12px;
color: #000;
font-weight: lighter;
margin-top: 2px;
float: right;
}

.carrinhoCalcular {
    float: right;
    cursor: pointer;
}
.divEscolhaDomicilio
{
background-color: #daf3b9;
padding: 12px;
margin-bottom: 20px;
}
.valorEntrega {
    background-image: url('../imagens/icoMoney.png');
    background-repeat: no-repeat;
    background-position: 0px 8px;
    
    font-size: 13px;
    font-weight: lighter;
    color: #5c5c5c;
    padding-left: 25px;
    margin-left: 40px;
}
.valorEntrega span
{
color: #3e8414;
font-weight: normal;
}
.tempoEntrega {
    background-image: url('../imagens/icoTempo.png');
    background-repeat: no-repeat;
    background-position: 0px 8px;
    
    font-size: 13px;
    font-weight: lighter;
    color: #5c5c5c;
    padding-left: 25px;
    margin-left: 40px;
}
.tempoEntrega span
{
color: #05918f;
font-weight: normal;
}
.entregaCorreios
{

font-size: 13px;
font-weight: lighter;
color: #5c5c5c;
margin-left: 65px;
}
.esquerda{
    float: left !important;
z-index: 9999;
}
#carousel{
    position:absolute;
    z-index:0;
    display:none;
    width:100% !important;
    margin-bottom:30px;
}
#carousel img{
    overflow:hidden;
    width:100%;
}
#carousel .item{
    padding-left:0px;
}
.headerEscuro {
    margin-top: -1px;
    margin-bottom: 1px;
    background-color: var(--topo-fundo2);
    position: relative;
}
.headerEscuro2 {
    margin-top: -1px;
    margin-bottom: 40px;
    background-color: var(--topo-fundo3);
    position: relative;
}
.headerClaro {
    background-color: var(--topo-fundo1);
    position: relative;
}
#header .espaco20{
height:0px !important;
margin-top:-1px;
}
#headerBox{
z-index:5;
}
.txBusca {
    background: #F0F0E9;
    border: medium none;
    color: #B2B2B2;
    font-size: 12px;
    font-weight: 300;
    height: 35px;
    outline: medium none;
    padding-left: 10px;
    -webkit-border-radius: 0px;
    -webkit-border-top-left-radius: 4px;
    -webkit-border-bottom-left-radius: 4px;
    -moz-border-radius: 0px;
    -moz-border-radius-topleft: 4px;
    -moz-border-radius-bottomleft: 4px;
    border-radius: 0px;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}

.btBusca {
    background: #F0F0E9;
    border: medium none;
    color: #B2B2B2;
    font-size: 12px;
    font-weight: 300;
    height: 35px;
    outline: medium none;
    -webkit-border-radius: 4px;
    -webkit-border-top-left-radius: 0px;
    -webkit-border-bottom-left-radius: 0px;
    -moz-border-radius: 4px;
    -moz-border-radius-topleft: 0px;
    -moz-border-radius-bottomleft: 1px;
    border-radius: 4px;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 1px;
}



@media screen and (max-width: 1180px) {
    .menu2 ul li {
        padding-right: 10px !important;
        padding-left: 0px !important;
    }

        .menu2 ul li a {
            font-size: 15px;
        }
}

@media screen and (max-width: 767px) {
    .shop-menu {
    display:none;
    }
    #carousel{
        margin-top:250px;
    }
    #headerBox{
        position:relative;
    }
    .buscaDiv{
    margin-top: -30px !important;
    }
    .navbar-collapse{
    max-height: 440px!important;
    }
}
#owl-destaques .item{
  background: #fff;
  color: #FFF;
}
#owl-destaques img{
  width:100%;
}
#owl-destaques #divImagem{
  height:165px;
position: relative;
overflow:hidden;
}
#divImagem img{
position: absolute;
top:-100%; left:0; right: 0; bottom:-100%;
margin: auto;
width:100%;
}
.panel-default>.panel-heading .badge
{
    background: none;
    border-radius: 10px;
    color: #696763;
    display: inline-block;
    font-size: 12px;
    font-weight: bold;
    line-height: 1;
    min-width: 10px;
    padding: 3px 7px;
    text-align: center;
    vertical-align: baseline;
    white-space: nowrap;
}
.single-widget img{
    max-width:100%;
}
#zoomWrapper{
    max-width:100%;
}
#zoom_03{
    border:1px solid #e8e8e6;
    max-width:100%;
    position:relative !important;
}
#gallery_01{
    width: 500px; float:left;
}
.tabelaCadastro td{
    padding-bottom: 10px;
}
.tabelaCadastro .tdTexto{
    min-width:25px;
    text-align:center;
}

.tdValor label {
    display: inline !important;
}


#carousel {
    display: block;
    width: 100%;
    max-height: 182px;
    overflow: hidden;
    position: relative;
}

#header {
    top: 0px;
    width: 100%;
    z-index:5;
}
.carousel-control-prev, .carousel-control-next {
    z-index: 10;
}
.icoMenos, .icoMais, .icoRemover{
    color:white;
}
.ocultar{
    display:none;
}
.meusDados{
    font-size:12px;
}
.linhaPaginas span {
    color: #fe980f;
    text-transform: uppercase;
    font-size: 11px;
}

.linhaPaginas span {
    color: #fe980f;
    text-transform: uppercase;
    font-size: 11px;
}

.linhaPaginas div {
    color: #000;
    font-size: 20px;
    font-weight: bold;
    line-height: initial;
}

.linhaPaginas p {
    color: #7d7f82;
    font-size: 13px;
    margin-bottom: 0px;
}

.linhaPaginas hr {
    width: 50%;
    color: #c8c8c8;
    height: 1px;
    margin-left: 0px;
    margin-top: 10px;
    margin-bottom: 10px;
}

.paginaFoto {
    height: 250px;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background: no-repeat center center;
}

.divPaginaDados {
    padding: 30px 0px;
    background-color: rgba(255,255,255,0.5);
    margin-bottom: 30px;
}

#paginaGaleria {
    width: 415px;
    float: left;
    margin-right: 20px;
}



.altura10 {
    height: 10px;
    display: block;
}

.altura20 {
    height: 20px;
    display: block;
}

.btn-success {
    color: white !important;
}

.linkOferta:hover {
    background-color: #fee9e0;
}

.linkOferta b {
    display: block;
    text-align: center;
    width: 100%;
    max-height: 140px;
    margin-bottom: 23px;
    border: 1px solid #DDD;
    background-color: white;
    overflow: hidden;
    transition-property: all;
    transition-duration: 0.5s;
    transition-timing-function: ease;
}

    .linkOferta b:hover {
        max-height: 240px;
    }

    .linkOferta b img {
        min-height: 140px;
        min-width: 100%;
        width: 100%;
        border: 0px;
    }

.linkEsgotado {
}

    .linkEsgotado::before {
        margin-top: -30px;
        content: 'Esgotado';
        background-color: #be1a1a;
        color: white;
        padding: 3px 10px;
    }

.linkOferta span img {
    float: right;
    width: 56px;
    height: 26px;
    margin-right: 22px;
}

.linkOferta img:hover {
    border: 1px solid #CCCCCC;
}

.btCadastra {
    background-color: #DDD;
}
.divSelos img {
    max-width: 115px;
    padding-bottom: 15px;
}

@media only screen and (max-device-width: 480px) {
    .headerEscuro2 {
        margin-bottom: 20px;
    }
    #carousel {
        margin-top: 0px;
    }
    .linkOferta img {
        width: 100%;
    }

    .ofertaCategoria img {
        width: 100% !important;
    }

    .seloTitulo {
        width: 100%
    }

    .tabelaCarrinho {
        width: 96% !important;
    }

    .contact-info address {
        padding-left: 20px;
        padding-right: 20px;
    }

    .contact-form {
        padding-left: 20px;
        padding-right: 30px;
    }

    .menu2 {
        margin-top: -80px;
    }

    .header-middle .container .row {
        border-bottom: 0px;
        padding-bottom: 0px;
    }

    .header-bottom {
        padding-bottom: 0px;
        padding-top: 10px;
    }

    .navbar-collapse {
        margin-top: 30px;
    }

    .navbar-brand {
        color: white !important;
        z-index: -1;
    }

    .ordem1 {
        order: 1;
    }

    .ordem2 {
        order: 2;
    }

    #paginaGaleria {
        width: 100%;
        float: left;
        margin-right: 20px;
    }

    #cssmenu ul li {
        width: 100%;
    }

        #cssmenu ul li a {
            text-align: left;
        }

    .txBusca {
        max-width: 60%;
        margin-left: 15%;
    }

    .linkOferta b {
        max-height: none;
    }

    .divPaginaDados {
        padding: 10px;
    }

    #CarrinhoItens {
        padding: 0px 0px 0px 15px;
    }

    .logo {
        max-width: 180px !important;
    }

    .logo {
        z-index: 999;
        position: relative;
    }

    #header {
        position: sticky;
        position: -webkit-sticky;
        top: 0;
        z-index: 99999;
        width: 100%;
        background-color: white;
    }

    .padding-right {
        padding-right: 15px;
    }

    .onStick {
        -webkit-box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.26);
        -moz-box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.26);
        box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.26);
    }

    .geleriaFotos {
        max-width: 100%;
    }
    .bgInternoTopo{
        display:none;
    }
    .header_top {
        display:none;
    }
}
.bgInternoTopo {
    height: 220px;
display:none;
}

#carousel {
    display: block;
    width: 100%;
    max-height: 100vh;
    overflow: hidden;
    position: relative;
    display: block !important;
}

.PaginaItem1570 .row {
    margin-right: -45px !important;
}

/* Ofertas categoria */

.ofertaCategoria {
    border: 1px solid #F0F0F0;
    display: block;
    padding: 20px;
    text-decoration: none;
    width: 100%;
    margin-bottom: 20px;
    float: left;
}

    .ofertaCategoria:hover {
        background-color: #F4F4F4;
    }

    .ofertaCategoria img {
        border: 1px solid #ffffff;
        float: left;
        margin-right: 20px;
        width: 280px;
    }

    .ofertaCategoria div div {
        border-style: solid;
        border-width: 0px 0px 0px 1px;
        border-color: #CCCCCC;
        float: right;
        width: 100px;
        margin-right: 22px;
        padding-left: 15px;
        padding-top: 15px;
        padding-bottom: 15px;
    }

    .ofertaCategoria img:hover {
        border: 1px solid #CCCCCC;
    }

    .ofertaCategoria div {
        font-size: 17px;
        text-decoration: none;
        color: var(--cor-titulos);
    }

    .ofertaCategoria p {
        padding: 0px;
        font-size: 12px;
        color: #999999;
        margin-bottom: 13px;
        margin-top: 0px;
    }

    .ofertaCategoria span {
        font-size: 25px;
        text-decoration: none;
        color: #909D00;
    }

/* Fim ofertas categoria */

.selectOpcoes {
    border: 1px solid #CCCCCC;
    padding: 2px 2px 2px 2px;
    color: #808080;
    font-size: 11px;
}

.grupoSelect {
    max-width: 250px;
    margin-top: 20px;
}

#myGallery {
    float: left;
    margin-right: 20px;
    margin-left: 0px;
    max-width: 100%;
}

    #myGallery img {
        max-width: 100%;
    }

a {
    color: #CC3300;
}

.produtosValor {
    
    font-size: 17px;
    font-weight: lighter;
    color: #FF0000;
}

.divQuantidade {
    float: right;
}

    .divQuantidade img {
        cursor: pointer;
    }

#divCarrinho {
    display: none;
    font-weight: bold;
    color: #669900;
}

.inputQuantidade {
    width: 20px;
    border: 1px solid #CCCCCC;
    padding: 2px 5px 2px 5px;
    color: #808080;
}

.selectOpcoes {
    border: 1px solid #CCCCCC;
    padding: 2px 2px 2px 2px;
    color: #808080;
    font-size: 11px;
}

.adicionarAlternativos {
    float: right;
    background-image: url('adicionar.png');
    width: 120px;
    height: 32px;
    background-repeat: no-repeat;
    cursor: pointer;
}

.outrasOpcoes {
    font-weight: bold;
}

.outrasOfertas {
    padding: 0px 6px 6px 6px;
    
    font-size: 20px;
    font-weight: lighter;
    color: #CC3300;
    display: block;
    background-color: #F2F2F2;
    margin-bottom: 8px;
}

/* Style for Usual tabs */
.usual {
    color: #111;
    width: 100%;
}

    .usual li {
        list-style: none;
        float: left;
    }

    .usual ul a {
        display: block;
        padding: 6px 10px;
        text-decoration: none !important;
        margin: 1px;
        margin-left: 0;
        font: 12px Trebuchet MS;
        color: #c0c0c0;
        background: #fff;
        border-style: solid;
        border-width: 1px 1px 0px 1px;
        border-color: #DDD;
    }

        .usual ul a:hover {
            color: #FFF;
            background: #111;
        }

        .usual ul a.selected {
            margin-bottom: 0;
            color: #000;
            background: whiteSmoke;
            border-bottom: 1px solid snow;
            cursor: default;
            border-style: solid;
            border-width: 1px 1px 0px 1px;
            border-color: #DDD;
        }

    .usual div {
        border-style: solid;
        border-width: 0px 1px 1px 1px;
        border-color: #DDD;
        padding: 10px 10px 8px 10px;
        *padding-top: 3px;
        *margin-top: -15px;
        clear: left;
        background: whiteSmoke;
        font: 10pt 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
        color: #333333;
    }



        .usual div a {
            color: #000;
            font-weight: bold;
        }
fieldset {
    border-width: 0px;
    display: block;
    -webkit-margin-start: 2px;
    -webkit-margin-end: 2px;
    -webkit-padding-before: 0.35em;
    -webkit-padding-start: 0.75em;
    -webkit-padding-end: 0.75em;
    -webkit-padding-after: 0.625em;
    font-size: 12px;
}

.icoMenos, .icoMais, .icoRemover {
    color: #fff !important;
}

#order_steps {
    padding: 0px;
    width: 550px;
    height: 56px;
    overflow: hidden;
    margin: 20px 0 20px 0;
    background-image: url(../imagens/passos.png);
    background-repeat: no-repeat;
    list-style-type: none;
}

ul.step1 {
    background-position: 0 0;
}

ul.step2 {
    background-position: 0 -56px;
}

ul.step3 {
    background-position: 0 -112px;
}

ul.step4 {
    background-position: 0 -168px;
}

ul.step5 {
    background-position: 0 -224px;
}

#order_steps li {
    width: 110px;
    height: 56px;
    float: left;
}

    #order_steps li a,
    #order_steps li span {
        width: 100px;
        height: 22px;
        display: block;
        padding: 34px 0 0 10px;
        font: normal 12px "Arial";
    }

    #order_steps li span {
        color: #a1a1a1;
        font-weight: bold;
    }

    #order_steps li.step_current span {
        font-weight: bold;
        color: #fff;
    }

    #order_steps li a {
        font-weight: bold;
        color: #ccc;
        text-decoration: none;
    }

        #order_steps li a:hover {
            color: #fff;
        }

.info {
    font-size: 13px;
    color: #808080;
    padding-top: 15px;
    padding-bottom: 15px;
}

.Avancar {
    border-width: 0px;
}

.tabelaCarrinho {
    border: 1px solid #F0F0F0;
    width: 100%;
    border-collapse: collapse;
}

    .tabelaCarrinho td {
        border: 0px solid #F0F0F0;
        border-collapse: collapse;
    }

    .tabelaCarrinho tr {
        border: 1px solid #F0F0F0;
        border-collapse: collapse;
    }

.trCabecalho {
    padding: 5px 15px 5px 15px;
    background-color: whiteSmoke;
    color: #000000;
    font-size: 13px;
    font-weight: bold;
}

.tdValores {
    font-size: 12px;
    font-weight: normal;
    text-decoration: none;
    text-align: right;
}

.tdTotal {
    background-color: #EA5828;
    color: #FFFFFF;
    font-weight: bold;
}

.tdDescricao a {
    
    font-size: 14px;
    color: #808080;
    text-decoration: none;
}

    .tdDescricao a:hover {
        
        font-size: 14px;
        color: #EA5828;
    }

.tdValor {
    font-weight: bold;
    font-size: 12px;
    color: #000000;
}

.inputQtd {
    margin: 0px;
    padding: 2px;
    background: white;
    border: 1px solid #DDD;
    font: normal 12px "Arial";
    color: #555;
    width: 20px;
}

.CarrinhoVazioPagina {
    
    font-size: 15px;
    color: #999999;
}

/* Login e cadastro */

.cadastro {
    clear: none;
    margin: 0 3% 0 0;
    background: url(../imagens/login-content-left.gif) right bottom no-repeat white;
    border: 1px solid #E2DEDE;
    padding: 5px 20px 53px 20px;
    margin-top: 10px;
}

.login {
    clear: none;
    background: url(../imagens/login-content-right.gif) right 0px no-repeat #F8F8F8;
    border: 1px solid #E2DEDE;
    padding: 5px 20px 23px 20px;
    margin-top: 10px;
}

#mensagemErro {
    display: none;
    font-size: 12px;
    color: #FF0000;
}

.Botao {
    border-width: 0px;
    background: url(tail-btn.gif) repeat-x 0px 0px;
    font: 12px Oswald;
    color: #FFFFFF;
    text-decoration: none;
    text-align: center;
    padding: 6px;
}

    .Botao:hover {
        background-color: #666666;
    }

.linkCinza {
    color: #333333;
    text-decoration: none;
}

    .linkCinza:hover {
        color: #808080;
    }

/* Fim Login e cadastro */
