.cabecalho {
    display: flex;
    background-image: url(./Imagens/redpikachu.jpg);
    background-position: -11rem;
    background-size: 100%;
    width: 100%;
    padding-top: 7.75rem;
    padding-bottom: 7.75rem;
    
}



.logoca {
    position: absolute;
    top: 0;
    width: 10.5rem;
    margin-left: .4rem;
    
}

.posicao_links {
    display: flex;
    width: 100%;
    position: relative;
    top: 2rem;
    left: 63vw;
    text-transform: uppercase;
    color: rgb(255, 255, 109);
    font-weight: 300;
    font-family: 'Montserrat';
}

.logo_cadastro {
    padding-right: 1rem;
    font-size: 2rem;
    font-family: 'Montserrat';
    font-weight: 900;
    text-shadow: 3px 3px 8px #000000;
}

.logo_loguin {
    
    font-size: 2rem;
    font-family: 'Montserrat';
    font-weight: 900;
    text-shadow: 3px 3px 8px #000000;
    
}

.cabecalho__links {
    display: flex;
    width: 100%;
    background: linear-gradient(white,red 50%,white);
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
    justify-content: space-evenly;  
    font-weight: 900;
    font-family: 'Montserrat';
    font-size: 1.5rem;
    color: white;
    text-shadow: 5px 5px 5px #000000;  
}






.pokemon_home {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
    background-image: url(./Imagens/pokebolafundo.jpg);
    

    
    
}

h2 {
    font-size: 5rem;
    color: yellow;
    text-shadow: 5px 5px 5px #000000;
    font-weight: 900;
    font-family: 'Montserrat';
    padding-right: 10rem;
    padding-top: 3rem;
    margin-left: 10rem;
    text-align: center;
}

.box_home {
    width: 100%;
    max-width: 300px;
    margin-bottom: 2rem;
    margin-top: 2rem;
    border-radius: 7px;
    border: 2px solid black;
    background: linear-gradient(90deg, gray, green);
    margin-left: 1rem;
    margin-right: 1rem;
    box-shadow: 5px 5px 8px #000000;
    overflow: hidden;
    padding: 1rem;
}

.box_home2 {
    width: 100%;
    max-width: 300px;
    margin-bottom: 2rem;
    margin-top: 2rem;
    border-radius: 7px;
    border: 2px solid black;
    background: linear-gradient(90deg, gray, red);
    margin-left: 1rem;
    margin-right: 1rem;
    box-shadow: 5px 5px 8px #000000;
    overflow: hidden;
    padding: 1rem;
}

.box_home3 {
    width: 100%;
    max-width: 300px;
    margin-bottom: 2rem;
    margin-top: 2rem;
    border-radius: 7px;
    border: 2px solid black;
    background: linear-gradient(90deg, gray, blue);
    margin-left: 1rem;
    margin-right: 1rem;
    box-shadow: 5px 5px 8px #000000;
    overflow: hidden;
    padding: 1rem;
}

.box_home4 {
    width: 100%;
    max-width: 300px;
    margin-bottom: 2rem;
    margin-top: 2rem;
    border-radius: 7px;
    border: 2px solid black;
    background: linear-gradient(90deg, gray, yellow);
    box-shadow: 5px 5px 8px #000000;
    overflow: hidden;
    padding: 1rem;
    margin-left: 1rem;
    margin-right: 1rem;
}

.box_home5 {
    width: 100%;
    max-width: 300px;
    margin-bottom: 2rem;
    margin-top: 2rem;
    border-radius: 7px;
    border: 2px solid black;
    background: linear-gradient(90deg, gray, rgb(73, 73, 255));
    box-shadow: 5px 5px 8px #000000;
    overflow: hidden;
    padding: 1rem;
    margin-left: 1rem;
    margin-right: 1rem;
}

.box_home6 {
    width: 100%;
    max-width: 300px;
    margin-bottom: 2rem;
    margin-top: 2rem;
    border-radius: 7px;
    border: 2px solid black;
    background: linear-gradient(90deg, gray, brown);
    margin-left: 1rem;
    margin-right: 1rem;
    box-shadow: 5px 5px 8px #000000;
    overflow: hidden;
    padding: 1rem;
}

.box_home7 {
    width: 100%;
    max-width: 300px;
    margin-bottom: 2rem;
    margin-top: 2rem;
    border-radius: 7px;
    border: 2px solid black;
    background: linear-gradient(90deg, red, orange, green, blue, purple);
    margin-left: 1rem;
    margin-right: 1rem;
    box-shadow: 5px 5px 8px #000000;
    overflow: hidden;
    padding: 1rem;
}

.box_home8 {
    width: 100%;
    max-width: 300px;
    margin-bottom: 2rem;
    margin-top: 2rem;
    border-radius: 7px;
    border: 2px solid black;
    background: linear-gradient(90deg, gray, purple);
    margin-left: 1rem;
    margin-right: 1rem;
    box-shadow: 5px 5px 8px #000000;
    overflow: hidden;
    padding: 1rem;
}

.box_home9 {
    width: 100%;
    max-width: 300px;
    margin-bottom: 2rem;
    margin-top: 2rem;
    border-radius: 7px;
    border: 2px solid black;
    background: linear-gradient(90deg, red, orange, green, blue, purple);
    margin-left: 1rem;
    margin-right: 1rem;
    box-shadow: 5px 5px 8px #000000;
    overflow: hidden;
    padding: 1rem;
}




.pikachuimg {
    width: 100%;
    height: 56%;
    max-height: 60%;
}

.bulbasaurimg {
    width: 100%;
    height: 56%;
    max-height: 60%;
}

.charmanderimg {
    width: 100%;
    height: 56%;
    max-height: 60%;
    
}

.squirtleimg {
    width: 100%;
    height: 56%;
    max-height: 60%;
}

.lugiaimg {
    width: 100%;
    height: 56%;
    max-height: 60%;
    
}

.staryuimg {
    width: 100%;
    height: 56%;
    max-height: 60%;
    
}

.oniximg {
    width: 100%;
    height: 56%;
    max-height: 60%;
    
}

.mewtwoimg {
    width: 100%;
    height: 56%;
    max-height: 60%;
    
}

.ho-ohimg {
    width: 100%;
    height: 56%;
    max-height: 60%;
}


a {
    color: #eee;
    font-weight: bold;
    text-decoration: none;
}

a:hover {
    color: rgb(139, 139, 139);
    transition: all .3s ease-out;
}



.texto_nome {
    width: 100%;
    text-align: center;
    font-size: 2rem;
    font-weight: 900;
    font-family: 'Montserrat';
    padding-top: 1rem;
    color: white;
    text-decoration: brown;
    text-shadow: 5px 5px 8px #000000;
}

.texto_box {
    width: 100%;
    text-align: center;
    font-size: 1.5rem;
    padding-bottom: 1rem;
    padding-top: 1rem;
    font-family: 'Montserrat';
    font-weight: 900;
    color:rgb(255, 230, 0);
    text-shadow: 5px 5px 8px #000000;

}

.texto_baixo1 {
    width: 100%;
    text-align: center;
    font-size: 1.5rem;
    padding-bottom: 2rem;
    padding-top: 0.5rem;
    color: white;
}



.botao_compre {
    width:100%;
    background: rgb(202, 131, 0);
	color: white;
	border: none;
	border-radius: 5px;
	cursor: pointer;
    padding: 0.4rem 2rem 0.4rem 2rem;
    font-family: 'Montserrat';
    font-weight: 300;
    margin-bottom: 1rem;
   
}

.botao_compre:hover {
	background: darkorange;
	transform: scale(1.2);
}




.cart-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: #eee;
    padding: 2rem 2rem;
    border-bottom: 2px solid white;
    margin: 0 auto;
    width: 60%;
    background:linear-gradient(90deg, black, #eee);
    border-radius: 5px;
    margin-top: 1rem;
    margin-bottom: 1rem;
}


.btn-purchase {
    position: relative;
    margin: 0 auto;
    display: flex;
    border-style: none;
    padding: 1rem 5rem;
    border-radius: 5px;
    background-color: lime;
    font-size: 1.5rem;
    font-weight: 900;
    font-family: 'Montserrat';
    margin-bottom: 5rem;
}

.btn-purchase:hover {
    background-color: rgb(93, 255, 93);
    cursor: pointer;
    transition: 0.7s;
}

.cart-item-title {
    font-family: 'Montserrat';
    font-weight: 900;
    color: white;
    font-size: 1.5rem;
}

.cart-price {
    color:rgb(255, 230, 0);
    font-family: 'Montserrat';
    font-weight: 900;
}

.carrinho-titulo {
    display: flex;
    justify-content: center;
    font-family: 'Montserrat';
    font-weight: 900;
    font-size: 3rem;
    border-bottom: 2px solid black;
    margin: 3rem 26rem;
}

.cart-total {
    display: flex;
    justify-content: space-around;
    font-family: 'Montserrat';
    width: 60%;
    margin: 0 auto;
    border: 2px solid black;
    padding-top: 1rem;
    padding-bottom: 1rem;
    margin-bottom: 1rem;
    background: linear-gradient(90deg, red, black);
    border-radius: 5px;
}

.cart-total-title {
    font-size: 3rem;
    font-weight: 900;
    color: white;
}

.cart-total-price {
    font-size: 3rem;
    font-weight: 900;
    color: rgb(255, 230, 0);
}

.cart-quantity-input {
    position: relative;
    width: 20%;
    left: 2rem;
    font-size: 1rem;
    
}

.btn-danger {
    position: relative;
    left: 6rem;
    padding: 1rem 1.5rem;
    border-style: none;
    font-family: 'Montserrat';
    font-weight: 900;
    background: red;
    color: white;
    border-radius: 5px;
}

.btn-danger:hover {
    background: rgb(165, 0, 0);
	transform: scale(1.2);
    cursor: pointer;
    transition: 0.7s;
}

.cart-items {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}


.footer {
    background-color: black;
}

.pokemonpng {
    position: absolute;
    width: 10rem;
    padding: 1rem;
}

.pokebolapng {
    position: relative;
    width: 5rem;
    left: 90vw;
    top: 2rem;
}

h4 {
    font-family: 'Montserrat';
    font-weight: 900;
    font-size: 2rem;
    padding-bottom: 1rem;
}

.contatosrodape {
    color: white;
    padding: 3rem;
    padding-left: 5rem;
    text-align: center;
    font-family: 'Montserrat';
    font-weight: 300;
}

.productions {
    padding-top: 5rem;
    font-family: 'Montserrat';
    font-weight: 900;
    font-size: 1rem;
}