.busca input {
    background: #ccba99;
    border-bottom: 1px solid #fff;
}

.busca .botao-busca:before {
    content: "";
    background: url(https://cdn.awsli.com.br/1805/1805906/arquivos/busca.png) no-repeat;
    width: 24px;
    height: 24px;
    background-size: 100%;
}

.carrinho>a i:after {
    content: "";
    background: url(https://cdn.awsli.com.br/1805/1805906/arquivos/carrinho.png) no-repeat;
    width: 30px;
    height: 30px;
    display: block;
    position: absolute;
    right: 20px;
    top: 2px;
    background-size: 100%;
    transition: all .4s;
}

.busca .botao-busca {
    background: #ccba99;
}

.carrinho>a strong {
    background: #fff;
    color: #8f8f8f!important;
    border: 2px solid #fff;
}

.login-conta span {
    color: #fff;
}

.carrinho>a i:before {
    color: #fff;
}

.barra-inicial {
    background-color: #fff;
}

.menu.superior .titulo {
    color: #fff;
}

.menu li {
    padding: 0 13px;
}

@media screen and (max-width: 767px){
    
.atalhos-mobile .icon-home:before {
    content: "";
    background: url(https://cdn.awsli.com.br/1805/1805906/arquivos/home.png) no-repeat;
    width: 35px;
    height: 31px;
    background-size: 100%;
}
    
.atalhos-mobile .icon-user:before {
    content: "";
    background: url(https://cdn.awsli.com.br/1805/1805906/arquivos/profile.png) no-repeat;
    width: 30px;
    height: 28px;
    background-size: 100%;
}
    
.atalhos-mobile .icon-shopping-cart:before {
    content: "";
    background: url(https://cdn.awsli.com.br/1805/1805906/arquivos/carrinho.png) no-repeat;
    width: 35px;
    height: 31px;
    background-size: 100%;
}    
    
.atalhos-mobile {
    background: #ccba99;
} 
    
.busca-mobile .atalho-menu.icon-th:before {
    content: "";
    background: url(https://cdn.awsli.com.br/1805/1805906/arquivos/barramenu.png) no-repeat;
    width: 20px;
    height: 18px;
    background-size: 100%;
    margin-top: 8px;
}  
    
.menu-open .busca-mobile .atalho-menu.icon-th:before {
    content: "";
    background: url(https://cdn.awsli.com.br/1805/1805906/arquivos/close-menu.png) no-repeat;
    background-size: 100%;
    width: 20px;
    height: 20px;
    margin-top: 10px;
}    
    
/* Instagram */
 
.instagram_gallery li {
	width: 18%;
	float: left;
	margin: 0 1%;
}
 
#instagram h2 a {
	margin-left: 10px;
	font-weight: bold;
}
 
#instagram h2 {
	text-align: center;
	margin: 0 0 40px;
	font-size: 20px;
	font-weight: normal;
	color: #000;
	text-transform: uppercase;
}
 
@media screen and (max-width: 767px) {
 
.instagram_gallery li {
	width: 48%;
	margin: 1%;
}
 
.instagram_gallery li:last-child {
	display: none;
}
 
#instagram h2 a {
	display: block;
}	
 
}
