
.conteudo-topo .busca-mobile.fixed {
	box-shadow:none !important;
}
.pagemento-selos .row-fluid{
   display: flex;
}

.scrollToTop {
    box-shadow: nome !important;
}

@media only screen and (max-width: 768px){
	.buttonbox-list, .info-list{
    	width: 100%;
    }
    
    #listagemProdutos.listagem .listagem-linha li{
    	border: 1px solid lightgray;
    	border-radius: 5px;
        margin: 5px;
    }
    
    .listagem .listagem-item .imagem-produto{
        min-height: 116px !important;
        display: flex;
    }

}

@media only screen and (min-width: 768px){
	.buttonbox-list, .info-list{
    	width: 50%;
    }
}
.list-container{
	width:100%;
    display:flex;
    justify-content: center;
}
.buttonbox-list{
    font-size: 1.3em;
    color: black;
}

.list-row{
    display: flex;
}
.checkmark{
    color: #01bb01;
    margin-right: 5px;
}

.disponibilidade-produto{
    margin-top: 15px !important;
}

.produto .principal{
        border: 1px solid lightgray;
    	padding: 20px;
    	border-radius: 8px;
}

.produto .principal .acoes-produto {
    box-shadow: none !important;
}

.tab-pane.active{
    margin-top:15px;
	border-radius: 8px;
    padding: 15px;
    background-color: #f6f6f6;
}

.produto-dimensoes{
    width: 100%;
    display: flex;
    justify-content: center;
}

.func-container{
	width: 100%;
    display: flex;
    justify-content: center;
}
.info-list{
    font-size: 1.3em;
}
.f-row{
    display:flex;
    align-items: center;
    margin: 8px 0;
}
.f-icon{
    padding: 5px;
    margin-right: 15px;
    min-width: 32px;
}
.leds-info{
    width: 100%;
    display:flex;
    justify-content: center;
}
.descr-subtitulo{
    text-align: center;
    margin-bottom: 25px;
}

.conteudo-tabela{
    max-width: 360px;
    width: 100%;
    border: 1px solid #0063b1;
    color: black;
}

.line-center{
    display:flex;
    width: 100%;
    justify-content: center;
}


.full.menu .conteiner .nivel-um>li.offers>a {
	visibility: hidden;
}
.full.menu .offers .nivel-dois {
	visibility: hidden;
}
/* Ocultar Categoria no menu superior */
.menu .nivel-um>li.categoria-id-7066217{
	display: none !important;
}

/*Tutorial*/

*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Poppins', sans-serif;
}


.tutoCard{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 860px;
    margin: 30px 0;
}


.tutoBackground{
    position: relative;
    width: 50%;
    background-color: #0063b1;
    height: 320px;
    box-shadow: -15px 0 35px rgba(0, 0, 0, 0.1),
    0 -15px 35px rgba(0, 0, 0, 0.1),
    0 15px 35px rgba(0, 0, 0, 0.1);
    transition: .5s;
}

.first{
    z-index: 0;
    animation: 1s width ease;
}

@keyframes width{
    from{
        width: 0%;
    }
    to{
        width: 100%;
    }
}

.second{
    z-index: -1;
}




.tutoInfo{
    width: 50%;
    tutoBackground-color: #fff;
    z-index: 1;
    padding: 35px 40px;
    box-shadow: 15px 0 35px rgba(0, 0, 0, 0.1),
    0 -15px 35px rgba(0, 0, 0, 0.1),
    0 15px 35px rgba(0, 0, 0, 0.1);
}

.tutoName{
    padding: 0 0 10px 0;
}

.tutoName div{
    display: flex;
    align-items: center;
}

.tutoName div .tutoTitle{
    margin-right: 10px;
    font-size: 2rem;
    color: #333;
    line-height: 1;
}


.tutoName .small{
    font-weight: 500;
    color: #444;
    margin-top: 3px;
    text-transform: capitalize;
}

.tutoName, .tutoDescription, .color-container, .size-container{
    border-bottom: 1px solid #dadada;
}

.tutoDescription{
    padding: 10px 0;
}

.title{
    color: #3a3a3a;
    font-weight: 600;
    font-size: 1.2rem;
    text-transform: uppercase;
}

.tutoDescrText{
    color: #555;
    font-size: 17px;
}

.div-footer{
    padding-top: 15px;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.tutoButton{
    padding: .7rem 1rem;
    background-color: #0063b1;
    text-decoration: none;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 500;
    font-size: 1.1rem;
    transition: .5s;
}

.tutoButton:hover{
    transform: scale(1.1);
}

.tutoButton i{
    margin-right: 2px;
}

@media (max-width: 1070px){
    .shoe{
        width: 135%;
    }
}

@media (max-width: 1000px){
    .tutoCard{
        flex-direction: column;
        width: 100%;
        box-shadow: 0 0 35px 1px rgba(0, 0, 0, 0.2);
    }
    
    .tutoCard > div{
        width: 100%;
        box-shadow: none;
    }

    .shoe{
        width: 100%;
        transform: rotate(-5deg) translateY(-50%);
        top: 55%;
        right: 2%;
    }

    .nike{
        top: 20%;
        left: 5%;
    }
}

@media (max-width: 600px){
    .share{
        width: 40px;
        height: 40px;
    }

    .share i {
        font-size: 1rem;
        line-height: 40px;
    }

    .logo{
        width: 70px;
    }
}

@media (max-width: 490px){
    .nike{
        font-size: 7rem;
    }

    .tutoName div .tutoTitle{
        font-size: 1.3rem;
    }

    .small{
        font-size: 1rem;
    }

    .title{
        font-size: .9rem;
    }

    .tutoDescrText{
        font-size: .8rem;
    }

    .tutoButton{
        padding: .5rem .8rem;
        font-size: .8rem;
    }

    .price h1{
        font-size: 1.5rem;
    }

    .price i{
        font-size: .9rem;
    }

    .size{
        width: 30px;
        height: 30px;
        margin: 0 8px;
        font-size: .9rem;
        line-height: 30px;
    }

    .color{
        margin: 0 6px;
        width: 0 20px;
        width: 20px;
        height: 20px;
        border-width: 4px;
    }

    .share{
        width: 35px;
        height: 35px;
        top: 10px;
        right: 10px;
    }

    .share i{
        font-size: .8rem;
        line-height: 35px;
    }

    .logo{
        width: 60px;
        top: 10px;
        left: 10px;
    }

    .tutoInfo{
        padding: 20px;
    }
}

@media (max-width: 400px){
    .tutoButton i{
        display: none;
    }

    .container{
        padding: 20px;
    }
}


.btn {
  
    padding: 0.7em 1.3em;
    cursor: pointer;
    background: linear-gradient(90deg, #02a63a 0%, #2ED200 100%);
    text-decoration: none;
    font-weight:bold;
    font-size:1.1em; 
    color: #fff;
    border-radius:8px;
    transition:0.3s; 
}
.down {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  padding-left: 2.7em;
}
.down:before {
  content: "\e4a8";
  position: absolute;
  left: 1em;
  padding: 0 1px;
  font-family: untitled-font-1;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}
.down:hover:before, .down:focus:before, .down:active:before {
  -webkit-animation-name: down;
  animation-name: down;
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}

