header {
    position: relative;
}

.sacola {
    padding-top: 8px;
    background-image: url(../img/sacola.png);
    background-repeat: no-repeat;
    background-position: top right;
    
    font-size: 14px;
    padding-right: 35px;
    text-align: right;
    width: 140px;
    
    position: absolute;
    top: 0;
    right: 0;
    
}
.menu-opcoes {
    position: absolute;
    bottom: 0;
    right: 0;

}
.menu-opcoes ul {
    font-size: 15px;
}
.menu-opcoes a {
    color: #003366;
}
.menu-opcoes ul li{
    display: inline;
    margin-left: 20px;
}
.container {
    margin: 0 auto;
    width: 940px;
}
.busca,
.menu-departamentos {
    float: left;
    text-transform: uppercase;
    background-color: #DCDCDC;
    font-weight: bold;
    
    margin-right: 10px;
    width: 230px;
    
}
.menu-departamentos {
    clear: left;
    margin-top: 10px;
    padding-bottom: 10px;
    

}
.busca h2,
.busca form,
.menu-departamentos h2 {
    margin: 10px;
}
.menu-departamentos li {
    background-color: white;
    margin-bottom: 1px;
    padding: 5px 10px;
}
.menu-departamentos a {
    color: #333333;
    text-decoration: none;
}
.busca input [type=search] {
width: 170px;
}
.destaque {
    margin-top: 10px;
}
.painel {
    margin: 10px 0;
    padding: 10px;
    width: 445px;
}
.novidades{
    float: left;
    background-color: #F5DCDC;
    background: linear-gradient(#F5DCDC, #BEBEF4)
}
.mais-vendidos {
    float: right;
    background-color: #DCDCDC;
    background: linear-gradient(#DCDCF5, #F4BEBE);
}
.painel li {
    display: inline-block;
    vertical-align: top;
    width: 140px;

    margin: 2px;
    padding-bottom: 10px;
}
.painel h2 {
    font-size: 24px;
    font-weight: bold;
    text-transform: uppercase;

    margin-bottom: 10px;
}
.painel a {
    color: #333;
    font-size: 14px;
    text-align: center;
    text-decoration: none;
}
footer {
    background-image:url(../img/fundo-rodape.png) ;
    clear: both;
    padding: 20px;
}
footer .container {
    position: relative;
}
.social {
    position: absolute;
    top: 12px;
    right: 0;
}
.social a {
    /*tamanho da imagem*/
    height: 32px;
    width: 32px;
    /*image replacement*/
    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);
}
.social li {
    float: left;
    margin-left: 25px;
}
.busca button {
    /*adicionando imagem*/
    background-image: url(../img/busca.png);
    background-repeat: no-repeat;
    border: none;

    /*tamanho da imagem*/
    width: 20px;
    height: 20px;

    /*image replaecement*/
    text-indent: -9999px;

}
.menu-departamentos li ul {
	display: none;
}
.menu-departamentos li:hover ul {
	display: block;
}
.menu-departamentos ul ul li {
	background-color: #DCDCDC;
}
.menu-departamentos li li a::before {
	content: '- ';
}
.menu-opcoes a :hover {
    color: #007DC6;
}
.menu-opcoes a:active {
    color: #867DC6;
}
.painel {
    border-radius: 4px;
    box-shadow: inset 1px 1px 4px #999;
}
.painel h2 {
    text-shadow: 3px 3px 2px rgba(255, 255, 255, 0.8) #FFF;

}
.busca {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}
.painel li:hover {
	background-color: rgba(255, 255, 255, 0.8);
    box-shadow: 0 0 5px #333;
    transition: box-shadow 0.7s;
	transform: scale(1.2) rotate(-5deg);
    
}
@media (max-width:939px){
	/*adicionar aqui os novos estilos para mobile*/
	.container {
		width: 96%;
	}
    header h1 {
        text-align: center;
    }
    header h1 img{
    
        max-width: 50%;
    }
    .sacola {
        display: none;
    }
    .menu-opcoes{
        position: static;
        text-align: center;
    }
    .menu-opcoes ul li {
        display: inline-block;
        margin: 5px;
    }
    .busca,
    .menu-departamentos,
    .banner-destaque img {
        margin-right: 0;
        width: 100%;
    }
    .painel{
        width: auto;
    }
    .painel li {
        width: 30%;
    }
    .painel img{
        width: 100%;
    }

}   
@media (min-width: 480px) {
    header h1 {
        margin: 5px 0;
    }
    .menu-departamentos {
        padding-bottom: 10px;
        margin-bottom: 10px;
    }
    .menu-departamentos nav > ul {
        column-count: 2;
    }
} 
@media (min-width: 720px) {
    header h1 {
        text-align: left;
    }
    .menu-opcoes{
        position: absolute;
    }
    .sacola {
        display: block;
    }
    .painel li{
        width:15%
    }
    .busca,
    .menu-departamentos{
        margin-right: 1%;
        width: 30%;
    }
    .menu-departamentos nav > ul {
        column-count:1;
    }
    .banner-destaque img {
        width:69%;
    }
}
.painel li:nth-child(n+7) {
    display: none
}
.painel-aberto li:nth-child(n+7) {
    display: inline-block
}
.painel button {
    /*posicionamento*/
    float:right;
    margin-right: 10px;
    padding: 10px;
    position: relative;
    margin-bottom: 10px;

    /*estilo*/
    background-color: #333;
    border: 0;
    border-radius: 4px;
    box-shadow: 1px 1px 3px rgba(30, 30, 30, 0.5);
    color: white;
    font-size: 1em;
    text-decoration: none;
    text-shadow: 1px 0 1px black;

    /*animação*/
    transition: 0.3s;
}
.painel button:hover {
    background-color: #393939;
    box-shadow: 1px 0 20px rgba(200, 200, 120, 0.9);
}
.painel button::after {
    /*elemento vazio*/
    content: '';
    display: block;
    height: 0;
    width: 0;

    /*triângulo*/
    border-top: 10px solid #333;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;

    /*posicionamento*/
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -5px;

    /*animação*/
    transition: 0.3s;
}
body {
    font-family: 'PT Sans', sans-serif;
}
.painel h2 {
    font-family: 'Bad Script', sans-serif;  
} 
