@charset "utf-8";
.test  {
    display: flex;
	justify-content: center;
	align-items: center;
	gap: 50px;
}
.row {
    display: flex;
    justify-content: flex-end;
    gap: 5px;
    color: #a75353;    
	
}
.title {
    font-family: "Sacramento", cursive;
    font-weight: 400;
    font-style: normal;
    font-size: 50pt;
    color: #FF8E8E; 

}

.navbar.navbar-expand-lg.navbar-light .bg-light{
    display: flex;
    justify-content: center;
    background-color: #FDEBEB;
    color: #ff8e8e;
	
    
}
.collapse{
	 display: flex;
    justify-content: center;
    background-color: #FDEBEB;	
	
}
.navbar-collapse{
    display: flex;
    justify-content: center;
    background-color: #FDEBEB;		
	
}

.flexcontact {
	
	display: flex;
	gap: 350px;
	justify-content: center;
	background-color: #fdebeb;
	padding-top: 25px;
	margin-bottom: 10px;
	margin-top: 10px;
	
}

.contact {
    color: #ff8e8e;	
    
}

.titlecontact{
    font-family: "Sacramento", cursive;
    font-size: 60;
		
}	


	
.container{
    display: flex;
    justify-content: center;
    color: #a75353;	
}

.copyright{
    display: flex;
    justify-content: center;
    font-style: italic;	
}

.terms{
    font-size: 20px;
    font-style: italic;	
	font-family: "Montserrat Alternates", sans-serif;
}



.navigation {
	
	margin-bottom: 20px;
	display: flex;
	background-color: #fdebeb;
	justify-content: center;
	
}

.navbar {
	display: flex;
	

}

.flexmenu {
    display: flex;
    gap: 84px;	
}

.nav-link{
    font-family: "Montserrat Alternates", sans-serif;
}

.textcontact{
    font-family: "Montserrat Alternates", sans-serif;
    font-size: 14px;	
}	

.carheader{
    color: #5C1F21;
    font-family: "Montserrat Alternates", sans-serif;
    font-style: italic;
    text-shadow: 3px 0px 0 #FFFFFF;
    font-size: xx-large;
}

.bodytext{
	font-family: "Montserrat Alternates", sans-serif;
	text-align:center
	
	
	
		
}
.carsub{
	font-family: "Montserrat Alternates", sans-serif;
}
.categories{
    font-style: italic;
    font-variant: normal;
    font-weight: bold;
}

.welcome{
	color: #5C1F21;
}

.titlebody{
    font-weight: bold;
    font-family: "Sacramento", cursive;
    font-size: xx-large;
}

.carousel-all{
	margin-bottom: 20px;
}

.bodyend{
    font-weight: bold;	
}

.h1body{
    font-family: "Sacramento", cursive;
    font-size: 60px;
    font-weight: bold;
	text-align: center
}

.tbodytext {
	
	margin-left: 15vw; 
	margin-right: 15vw;
	display: flex;
	flex-direction:column;
	justify-content:center;
	align-items:center;
	
}

.h2body{
    font-family: "Sacramento", cursive;
    font-size: 40px;
    color: #FF8E8E;
    font-style: italic;	

}

.parabody{
	font-family: "Montserrat Alternates", sans-serif;
	text-align:center;
}
.extraparabody{
    font-family: "Montserrat Alternates", sans-serif;
    text-align: center;
    font-weight: bold;
	
}

.pinkyigspace{
	margin-right: 10px
		
}

.bodytext3{
	margin-left: 15vw; 
	margin-right: 15vw;
	display: flex;
	flex-direction:column;
	justify-content:center;
	align-items:center;
   
}

.product{
	display:flex;
	flex-direction:column;
	margin:10px;
	justify-content: center;
	align-items: center;
	
}

.Boysticker{
	display: flex;
	
}

.Solosticker{
	display: flex;
}


button {
	
	border-style: none;
	background-color: #FF8E8E;
	border-radius: 10px;
	font-size: 20px;
	font-family: "Montserrat Alternates", sans-serif;
	transition: 0.5s;
	
	
}

button:hover {
    background-color: #C52E2E;
}

.producttitle{
    font-size: 20px;
    font-family: "Montserrat Alternates", sans-serif;
    font-weight: bold;
    color: #a75353;	
}

.containershop{
	background-color: #fdebeb;
	border-radius: 10px;
	display: flex;
	justify-content: center;
	align-items: center;
	
	
}

.productprice{
    font-size: 20px;
    font-family: "Montserrat Alternates", sans-serif;
    font-style: italic;	
}

.productsubtitle{
	font-family: "Montserrat Alternates", sans-serif;
	color: #a75353;	
}