*{
    margin: 0;
    padding: 0;

}

.container{
    margin: auto;
    width: 940px;
}

/**** Início Corpo da Página*****/
body{
    color: #333333;
    font-family:'Lucida Sans Unicode', 'Lucida Grande', sans-serif;
}
/**** Final Corpo da Página *****/

header, header h1{
    position: relative;
    margin-top: 20px;
}

.sacola{
    background-image: url(img/sacola.png);
    background-repeat: no-repeat;
    background-position: top right;
    margin-top: 20px;

        position: absolute;
        top: 0;
        right: 0;
        font-size: 14px;
        padding-right: 35px;
        text-align: right;
        width: 130px;
}
/*****Final Cabeçalho *****/

/*****Início Navbar *****/
.menu-opc{
    position: absolute;  
    bottom: 0;
    right: 0;
  
}

.menu-opc a{
    color: #003366;
}

.menu-opc ul li{
    display: inline;
    margin-left: 20px;
}

.menu-opc a:hover{
    color:#007dc6;
}

.menu-opc a:active{
    color: #867dc6;
}
/***** Final do Navbar*******/

.destaque{
    margin-top: 10px;
}

.busca button{
    background-image:url(img/busca.png);
    background-repeat: no-repeat;
    border: none;
    cursor: pointer;

    height: 20px;
    width: 20px;

    text-indent: -9999px;
}

.busca, .menu-departamento{
    background-color: #e6e2e2;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 14px;
    
    float: left;
    margin-right: 10px;
    width:230px;
}

.busca h2,
.busca form,
.menu-departamento h2{
    margin: 10px;
    font-size: 20px;
}

.menu-departamento{
    clear: left;
    
    
}
.menu-departamento li{
    background-color: rgb(253, 249, 249);
    margin-bottom: 1px;
    padding: 4px 10px;
    list-style: none;
    
}

.menu-departamento li ul{
    display: none;
}

.menu-departamento li:hover ul{
    display: block;
    
}

.menu-departamento ul ul li{
    background-color: #dcd;

}
.menu-departamento a{
    color: #333333;
    text-decoration: none;
    margin-top: 10px;
    padding-bottom: 10px;
}

.menu-departamento li li a:before{
    content: '\2015';
    padding-right: 3px;
}

.busca input[type=search]{
    text-indent: 10px;
    background-color: #ffffff;
    color:#000000;
    width: 170px;
    height: 22px;
    border-radius: 15px;
    box-shadow: 1px 1px 5px ;
}

.drop:after{
    margin-left: 60px;
    content: '\25B6';
}

.drop:hover:after{
    margin-left: 60px;
    content: '\25BC';
}

/*****Final .container .destaque*****/

/*****Paineis******/
.painel h2:before{
    content: '\2756';
    padding-right: 5px;
    opacity: 0.4;
}
.painel{
    margin: 10px 0;
    padding: 10px;
    width: 445px;
    
    
}

.painel li{
    display: inline-block;
    vertical-align: top;
    width: 140px;
    margin: 2px;
    padding-bottom: 1px;
    transition: 0.20s ease-in-out;
}

.painel li:hover{
    background-color:	rgba(255,255,255,0.8);
    box-shadow: 0 0 5px #333;
    transition: 0.7s;
    transform:  scale(1.1) rotate(-5deg);
    border-radius: 5px;
}
.painel li:nth-child(2n):hover{
    transform: scale(1.1) rotate(5deg);
}

.painel h2{
    font-size: 20px;
    font-weight: bold;  
    text-decoration: none;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.painel a{
   color: #333;
   font-size: 14px;
   text-align: center;
   text-decoration: none; 
  
}

.painel img{
    border-radius: 5px;
}

.novidades{
    float:left;
    background-color: #f5dcdc;
    border-radius: 5px;
}

.mais-vendido{
    background-color: #dcdcf5;
    float: right;  
    border-radius: 5px;
    
}

/***Fim Painel ****/

footer{
    background-image: url(img/fundo-rodape.png);
    clear: both;
    padding: 20px 0;
}

footer .container{
    position: relative;
}

.social{
    position: absolute;
    top: 4px;
    right: 0;
}

.social li{
    float: left;
    margin-left: 25px;
}

.social a{
    height: 32px;
    width: 32px;
    display: block;
    text-indent: -9999px;
}

.social a[href*="facebook.com"]{
    background-image: url(img/facebook.png);
}

.social a[href*="twitter.com"]{
    background-image: url(img/twitter.png);
}

.social a[href*="plus.google.com"]{
    background-image: url(img/googleplus.png);
}

