@font-face {
font-family: "Luckiest Guy";
src: url("/assets/fonts/lucky.otf") format("opentype");
font-display: swap;
}
.myfont{
	font-family: 'Luckiest Guy';
}
.mylink{
	font-family: 'Luckiest Guy';
	color: white;
	text-decoration:none;
	font-size: 22px;
}
.mylink:hover{
	color: #FEDFA9;
	text-decoration: none;
	transition: all 0.5s ease-in-out;
}
.categories{
	text-align:center;
	margin-top:20px;
	margin-bottom:20px;
}
.categories a{
	font-size: 18px;
	margin-right:20px;
}
.categories a:last-child{
	margin-right:0px;
}
.item{
	 border: 1px solid #FEDFA9;
	 text-align:center;
	 border-radius: 10px;
}
.item .itemlink{
	font-family: 'Luckiest Guy';
	color: white;
	text-decoration:none;
	font-size: 22px;
	margin-top:10px;
	margin-bottom:5px;
	display:inline-block;
	padding-left:10px;
	padding-right:10px;
}
.price{
	    color: white;
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 10px;
}
.item .itemlink:hover{
	color: #FEDFA9;
	text-decoration: none;
	transition: all 0.5s ease-in-out;
}
.itemimg{
	width:100%;
	height:300px;
	background-size: cover;
	    display: flex;
	background-position: center;
}
.itemimg img{
	width: 100%;
	object-fit: cover;
    height: 300px;
		    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}
.itemimg source{
	width: 100%;
	object-fit: cover;
    height: 300px;
}
.itemimg .pixel{
	    width: calc(100% - 32px);
    height: 300px;
    position: absolute;
}
.itemimg .description{
	opacity: 0;
    width: calc(100% - 32px);
    height: 300px;
    position: absolute;
    transition: all 0.3s ease-in-out;
    display: flex;
    align-items: center;
    justify-content: center;
        background: #0000008f;
    color: white;
		padding-left:10px;
		padding-right:10px;
}
.item:hover .description{
	opacity:1;
	    width: calc(100% - 32px);
    height: 300px;
    position: absolute;
}
#cart{
color: white;
    position: fixed;
    float: right;
    right: 0px;
    margin-right: 20px;
    margin-top: 100px;
		cursor: pointer;
		z-index: 909;
}
#cart *{
	cursor: pointer;
}
.carttext{
		font-family: 'Luckiest Guy';
	color: white;
	text-decoration:none;
	font-size: 22px;
	margin-top:10px;
	margin-bottom:10px;
	text-align:center;
}
.myformstyle form{
			    margin: auto !important;
	    margin-top: 40px !important;
}


 .colorchanging {
 text-align: center;
 background: -webkit-linear-gradient(left, #09ff10, #0982ff,#D62229, #E97639, #792042, #09ff10);
 background: linear-gradient(left, #09ff10, #0982ff,#D62229, #E97639, #792042, #09ff10);
 background-size: 3200px 200px;
 display: inline-block;
 margin: auto;
 color: transparent;
 -webkit-background-clip: text;
 -webkit-animation: animate-logo;
 -webkit-animation-delay: 0;
 -webkit-animation-duration: 7s;
 -webkit-animation-timing-function: linear;
 -webkit-animation-iteration-count: infinite;
 -webkit-animation-fill-mode: forwards;
 transition: font-size 500ms ease-in-out;
 }
@-webkit-keyframes animate-logo {
 0% {
 background-position: 0 3200px;
 }
 100% {
 background-position: 3200px 0;
 }
}
@media (min-width: 768px){
.carttext:before {
    content: url(/assets/img/left-title.png);
    position: relative;
    top: 29px;
}
.carttext:after {
    content: url(/assets/img/right-title.png);
    position: relative;
    top: 29px;
}
}
.cartcount{
background-color: #ffeb3b;
    border-radius: 180px;
    min-width: 20px;
    padding-left: 5px;
    padding-right: 5px;
    height: 20px;
    position: absolute;
    right: 0px;
    margin-top: -10px;
    margin-right: -10px;
    color: black;
    text-align: center;
    line-height: 1.1;
}
.categorytitle{
	text-align:center;
	color:white;
	font-family: 'Luckiest Guy';
	padding-top:10px;
	padding-bottom:10px;
}
.addtocart{
    border: 1px solid #cf0001;
    color: #cf0001;
    padding: 11px 22px;
    display: inline-block;
    text-decoration: none;
    margin-bottom: 10px;
    font-weight: bold;
}
.addtocart:hover{
	border:1px solid #cf0001;
	background: #cf0001;
	color: white;
	text-decoration:none;
}
.project-item > a{
-webkit-transition: all 400ms ease;
transition: all 400ms ease;
}
.project-item > a:hover{
	-webkit-box-shadow: 0px 4px 18px 5px rgba(34, 60, 80, 0.23); 
-moz-box-shadow: 0px 4px 18px 5px rgba(34, 60, 80, 0.23); 
box-shadow: 0px 4px 18px 5px rgba(34, 60, 80, 0.23);
}
.features-wrapper > .features-circle{
	-webkit-transition: all 200ms ease;
transition: all 200ms ease;
}
.features-wrapper:hover > .features-circle{
	background-color: #fafaff;
}
@media screen and (max-width: 479px){
.top-title-font {
margin-bottom: 30px;
font-size: 40px;
}
}
@media screen and (max-width: 767px){
	.messageblock{
		padding-left: 10px;
		padding-right: 10px;
	}
}
@media screen and (max-width: 560px){
	.phonelink{
		display: none;
	}
}