﻿
/*CORES E TAMANHOS*/
#coresTamanhos {
    position: relative ;
     height: 150px !important;
    padding:  5px 5px 70px 5px;
    margin: 0 0 20px 0;
}

#estoque {
    position: relative;
    height: 150px !important;
    
}

/*cores*/
#coresTamanhos #estoque li {
    float: left;
    margin: 0 5px 10px 0;
    overflow: hidden;
    width: 40px;
    height: 40px;
}
#coresTamanhos #estoque li.selecionado em {
    color: #fff;
    background-color: red;
}
#coresTamanhos #estoque li.over em {
    background-color: #eee;
}
#coresTamanhos #estoque li em {
    display: block;
    padding: 9px 0 0 0;
    width: 100%;
    height: 60px;
    font-size: 10px !important;
    font-style: normal;
    text-align: center;
    cursor: pointer;
    line-height: 10px;
}
#coresTamanhos #estoque li img {
    cursor: pointer;
    height: 40px;
}
/*tamanhos*/
#coresTamanhos #estoque li ul {
    visibility: hidden;
    display: none;
    position: absolute;
    bottom: 0px;
    left: 10px;
    width: 260px;
}
#coresTamanhos #estoque li.over ul, #coresTamanhos #estoque li.selecionado ul {
    visibility: visible !important;
    display: block;
}
#coresTamanhos #estoque li ul li {
    float: left;
    width: auto;
    padding: 5px;
    height: 20px;
    text-align: center;
    cursor: pointer;
}
#coresTamanhos #estoque li.over ul {
    z-index: 1000 !important;
}
/*NOME DAS CORES E TAMANHOS*/
#coresTamanhos #estoque #nmCor, #coresTamanhos #estoque #nmTam {
    display: block !important;
    float: none !important;
    height: 20px !important;
    width: auto !important;
    height: auto !important;
    border: none !important;
    padding: 0 !important;
    margin: 0 0 5px 0px !important;
    text-align: left !important;
    background: transparent !important;
    font-size:10px;
}
#coresTamanhos #estoque li span {
    position: absolute;
    top: 6px;
    left: 100px;
    display: none;
    font-size: 10px;
    font-weight: bold;
    text-transform: uppercase;
    z-index: 1;
    background-color: #fff;
    width: 200px;
    text-align: left !important;
}
#coresTamanhos #estoque li span {
    top: 5px;
}
#coresTamanhos #estoque li li span {
    top: 0 !important;
    display: none;
}
#coresTamanhos #estoque li.over span {
    z-index: 1000 !important;
}
#coresTamanhos #estoque li.over span, #coresTamanhos #estoque li.selecionado span {
    display: block !important;
}
#coresTamanhos #estoque li.over li span, #coresTamanhos #estoque li.selecionado li span {
    display: none !important;
}
#coresTamanhos #estoque li.over li span {
    display: none !important;
}
#coresTamanhos #estoque li.selecionado li.over span {
    display: block !important;
    z-index: 10000 !important;
}
#coresTamanhos #estoque li.selecionado li.selecionado span {
    display: block !important;
}

 


/*CORES E TAMANHOS*/
#coresTamanhos {
    border: 1px solid #eee;
}
/*cores*/
#coresTamanhos #estoque li {
    border: 2px dotted #777;
}
#coresTamanhos #estoque li.over {
    border: 2px solid #777;
}
#coresTamanhos #estoque li.selecionado {
    border: 2px solid #c00;
}
/*tamanhos*/
#coresTamanhos #estoque li ul {
    background-color: #fff;
    bottom: 10px !important;
}
#coresTamanhos #estoque li.over ul {
    z-index: 3000;
}
#coresTamanhos #estoque li li {
    font-weight: bold;
    color: #aaa;
    border: 1px dotted !important;
    border-color: #aaa !important;
    height:30px !important;
}
#coresTamanhos #estoque li.selecionado li {
    color: #333;
    background-color: #eee;
}
#coresTamanhos #estoque li li.over {
    background-color: #ccc;
    border: 1px dotted #333;
}
#coresTamanhos #estoque li.selecionado li.selecionado {
    color: #fff;
    background-color: #c00;
    border: 1px solid #333 !important;
}
/*nome das cores e tamanhos*/
#coresTamanhos #nmCor {
    font-weight: normal;
    text-transform: uppercase;
}
#coresTamanhos #estoque #nmTam {   
    font-weight: normal !important;
    text-transform: uppercase;
}
#coresTamanhos #estoque li span {
    font-size: 10px;
    font-weight: bold;
    text-transform: uppercase;
    color: #333 !important;
    background-color: #fff;
}



.qtd 
{Position:relative;
    padding:5px 2px 20px;
    font-size:16px;
    left:60px;
    
    
}
.qtd input
{
    width:20px;
    
    
    
}


.destaques
{
     
}
 
.destaques .carousel {
    margin-bottom: 0;
    padding: 0 40px 30px 40px;
}
/* The controlsy */
.carousel-control {
	left: -12px;
    height: 40px;
	width: 40px;
    background: none repeat scroll 0 0 #222222;
    border: 4px solid #FFFFFF;
    border-radius: 23px 23px 23px 23px;
    margin-top: 90px;
}
.carousel-control.right {
	right: -12px;
}
/* The indicators */
.carousel-indicators {
	right: 50%;
	top: auto;
	bottom: -10px;
	margin-right: -19px;
}
/* The colour of the indicators */
.carousel-indicators li {
	background: #cecece;
}
.carousel-indicators .active {
background: #428bca;
}


 