@font-face {
  font-family: "Digi-Lalezar-Plus-Circle";
  src: url(../fonts/Digi-Lalezar-Plus-Circle.ttf);
}
@font-face {
  font-family: "Digi-Lalezar-Plus-Grunge.ttf";
  src: url(../fonts/Digi-Lalezar-Plus-Grunge.ttf);
}
footer {
  font-family: "Digi-Lalezar-Plus-Circle";
}
.price {
  font-family: "Digi-Lalezar-Plus-Circle";
}
.post-meta li i {
  color: #9841ff;
  font-size: 20px;
  margin-left: 5px;
  margin-top: -2px;
}
.thumb-post li .thumb {
  flex-shrink: 0;
  width: 80px;
  height: 70px;
  margin: 0px 0px 0px 15px;
  position: relative;
  display: inline-block;
  vertical-align: top;
  max-width: 100%;
  overflow: hidden;
}
.size-list li:not(:first-of-type) {
  margin-right: 5px;
}
.product-thumb {
  height: auto;
}
.product-card .product-thumb img {
  position: unset;
}
.hero-section-2 .hero-content h1 {
  text-shadow: 0 0 5px #9841ff, 0 0 10px #9841ff, 0 0 15px #9841ff;
}
.latest-matches-list {
  clip-path: polygon(5% 0, 0% 20%, 0% 100%, 100% 100%, 100% 66%, 100% 0);
}
.watch-info a i {
  margin-left: 5px;
}
.watch-info {
  text-align: center;
}
.subscribe-form .submit {
  font-family: "Digi-Lalezar-Plus-Circle";
}
.my-sponsor-item {
  background: linear-gradient(90deg, rgba(105, 85, 180, 0.1) 0%, rgba(105, 85, 180, 0.3) 50%, rgba(105, 85, 180, 0.1) 100%); */
    padding: 20px;
    position: relative;
    border-radius: 2px;
    -webkit-transition: all 0.3s 
cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: all 0.3s 
cubic-bezier(0.165, 0.84, 0.44, 1);
height: 100%;
    display: inline-block;
        width: 100%;
}

.my-sponsor-item::before{
  background-image: repeating-linear-gradient(-45deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.1) 1px, transparent 1px, transparent 6px);
    background-size: 4px 4px;
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}
