/* Add here all your CSS customizations */

.blackfriday {background-color: #222222;background: repeating-linear-gradient(45deg,#2b2b2b 0%,#2b2b2b 10%,#222222 0%,#222222 50%)0 / 15px 15px; position: absolute; z-index: 99; top:0; left: -260px; display: inline-block; cursor: pointer;animation: shimmy 3s infinite;
  animation-direction: alternate;zoom:1.2;}
.blackfriday p{font-family: 'Dongle', sans-serif; font-size: 3em; line-height: 0.5; text-decoration: none;color:#ffffff;margin: 15px 15px 0 16px;float: left;text-align: center;animation: neon 1.5s ease-in-out infinite alternate;}
.blackfriday img{ transform: skew(5deg);animation: shake 2s infinite;animation-direction: alternate;}
.blackfriday2 {background-color: #222222;background: repeating-linear-gradient(45deg,#2b2b2b 0%,#2b2b2b 10%,#222222 0%,#222222 50%)0 / 15px 15px;  z-index: 99; display: inline-block; cursor: pointer;}
.blackfriday2 p{font-family: 'Dongle', sans-serif; font-size: 3em; line-height: 0.5; text-decoration: none;color:#ffffff; margin: 15px 15px 0 16px ;float: left;text-align: center;animation: neon 1.5s ease-in-out infinite alternate;}
.blackfriday2 img{ transform: skew(5deg);animation: shake 2s infinite;animation-direction: alternate;}
.blackfriday:hover{left: 0px;cursor:pointer}
@keyframes shimmy {
  0% {
    transform: translate(0, 0);    
  }
  100% {
    transform: translate(10px, 30px);
  }
}
@keyframes shake {
  0% {
    transform: skewY(5deg);
  }
  100% {
    transform: skewY(-5deg);
  }
}
@keyframes neon{ from {
    text-shadow: 0 0 10px #fff, 0 0 20px #fff, 0 0 30px #fff, 0 0 40px #ff5722, 0 0 70px #ff5722, 0 0 80px #ff5722, 0 0 100px #ff5722, 0 0 150px #ff5722;
  }
  to {
    text-shadow:0 0 5px #fff, 0 0 10px #fff, 0 0 15px #fff, 0 0 20px #4f00f8, 0 0 35px #4f00f8, 0 0 40px #4f00f8, 0 0 50px #4f00f8, 0 0 75px #4f00f8
  }}
@media screen and (max-width: 415px) {
	.blackfriday{position:sticky; top:0!important; animation: none!important;left: 0px!important;cursor:default!important;width: 100%!important}
	
	.blackfriday p, .blackfriday2 p {font-size: 2.2em;margin: 18px 0 0 10px}
}