/* === GENERAL --- */

body {
  font-family: "Muli", sans-serif;
  margin: 0;
  padding: 0;
}

.bg-grey {
  background-color: #f7f8fc;
}
.store-logo img{
  width: 100%;
}
.bg-white {
  background-color: #fff;
}

.bg-green {
  color: #fff;
  background-color: #00824a;
}

.btn-cd {
  color: #fff !important;
  background: #00824a;
  font-weight: 300;
}

.btn-cd:hover,
.btn-cd:focus .btn-cd:active {
  color: #007c4c !important;
  background: #fff;
  border: 1px solid #007c4c;
}

.btn-red {
  color: #fff !important;
  background: #ee2347;
}

.btn-white {
  color: #000 !important;
  background: #fff;
}

.two-col {
  column-count: 2;
}

.list-group-item {
  background-color: none;
  border: none;
}

.slick-dots {
  display: flex;
  gap: 1px;
  flex-direction: row;
  align-items: stretch;
  flex: 1;
  bottom: -11px;
}

.slick-dots li {
  flex: 1;
  display: inherit;
  margin: 0;
  width: auto;
  height: auto;
}

.slick-dots li button {
  width: 100%;
  height: 10px;
  background: #15232b;
}

.slick-dots li.slick-active button {
  background: #017b4c;
}

.slick-dots li button:before {
  content: '';
}

.slick-dotted.slick-slider {
  margin-bottom: 11px;
}

.latest-news-slider {
  background: #15232b;
}

.latest-news-slider .content {
  border-top: 8px solid #017b4c;
  background: #15232b;
  color: #FFF;
  padding: 10px;
}

.latest-news-slider img {
  max-height: 500px;
  width: 100%;
  object-fit: cover;
}

.latest-news-slider .content h3 {
  font-size: 1.2rem;
  border-bottom: 1px solid #FFF;
  padding-bottom: 5px;
}

.latest-news-slider .content blurb {
  font-size: 0.8rem;
}

.latest-news-slider .content .read-more {
  color: #FFF;
  font-style: italic;
}

#this-weeks-hot-deals:not(.news-landing) {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background-color: #8cd2b7;
  padding: 10px;
}

#this-weeks-hot-deals.news-landing a {
  box-shadow: none;
}

#this-weeks-hot-deals.news-landing a:not(:last-child) {
  padding-bottom: 10px;
  border-bottom: 1px solid #f1f0f0;
}

#this-weeks-hot-deals .deals {
  max-height: 300px;
  overflow-y: scroll;
}

#this-weeks-hot-deals .deal img {
  background-color: #FFF;
  object-fit: contain;
}

#this-weeks-hot-deals .deals.scroll {
  box-shadow: inset -3px 3px 20px -10px #000;
  padding: 5px;
}

#this-weeks-hot-deals .deal {
  display: flex;
  margin-bottom: 10px;
  align-items: center;
  gap: 10px;
  border-radius: 3px;
  box-shadow: 1px 1px 10px -8px #000;
}

#this-weeks-hot-deals .deal span {
  color: #495057;
}

/* === Leaderboard Start === */

/* === Leaderboard  End=== */

/* === LISTING CAT === */

.list-unstyled {
  list-style: none;
}

a.list-cat {
  color: #000 !important;
}

/* === BUYERS GUIDES === */

.catalogue-embed-header header {
  display: none;
}

.catalogue-embed-footer .footer {
  display: none;
}

.single-buyers_guide .catalogue-embed-footer {
  display: none;
}

/* === GLOBAL -=== */

a:link,
a:visited {
  color: #3558a5;
}

a:hover {
  text-decoration: none;
  color: #284993;
}

a.moretag {
  color: #fff;
  background: #00824a;
  font-weight: 300;
  border-radius: 0rem;
  display: inline-block;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  margin-top: 0.6rem;
  text-decoration: none;
}


.attachment-post-thumbnail{
  height: auto;
}
img {
  max-width: 100%;
}

.white-link {
  color: #fff !important;
}

/* === LAYOUT === */

.row + .row {
  /* any row that comes immediatly after a row */
  margin-top: 20px;
}

.card {
  margin-bottom: 2rem;
}

.embed-container {
  position: relative;
  padding-bottom: 56.25%;
  overflow: hidden;
  max-width: 100%;
  height: auto;
}

.embed-container iframe,
.embed-container object,
.embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.img-logo {
  width: 78%;
}

/* === NAVIGATION === */

li.facebook a:hover {
  color: #3b5998 !important;
}

li.twitter a:hover {
  color: #4099ff !important;
}

li.tube a:hover {
  color: #e52d27 !important;
}

li.instagram a:hover {
  color: #125688 !important;
}

.top-nav {
  background-color: #14222b;
  color: #fff;
}

.site-nav {
  background-color: #007b4c;
  color: #fff;
}

.site-nav a {
  background-color: #007b4c;
  color: #fff;
}

.ubermenu-submenu-id-69 .ubermenu-target {
  padding: 10px 15px !important;
}

.wp-pagenavi a,
.wp-pagenavi span {
  text-decoration: none;
  border: none;
  padding: 3px 5px;
  margin: 2px;
  padding-left: 10px;
  padding-right: 10px;
  padding-bottom: 4px;
  color: black;
}

span.current {
  padding-left: 10px;
  padding-right: 10px;
  padding-bottom: 4px;
  padding-top: 4px;
  margin: 3px;
  border: 1px solid rgba(0, 0, 0, 0.125);
  background: #007b4c;
  color: #fff;
}

/* === SOCIAL LINKS === */

i.fa.fa-lg.fa-facebook:hover {
  color: #3b5998 !important;
}

i.fa.fa-lg.fa-twitter:hover {
  color: #4099ff !important;
}

i.fa.fa-lg.fa-youtube:hover {
  color: #e52d27 !important;
}

i.fa.fa-lg.fa-instagram:hover {
  color: #125688 !important;
}

/* === FONTS === */

.font-xlight {
  font-weight: 200;
}

.font-light {
  font-weight: 300;
}

.font-med {
  font-weight: 400;
}

.font-bold {
  font-weight: 600;
}

.font-xbold {
  font-weight: 900;
}

.text-red {
  color: #ee2347;
}

.text-green {
  color: #007b4c;
}

.text-white {
  color: #fff;
}

/* === CARDS === */

.card {
  border-radius: 0rem;
}

.card-img img {
  width: 100%;
  height: auto;
}

.b-cd-top {
  border-top: 3px solid #007b4c;
}

.featcard {
  border: 1px solid #ed2246;
}

.ribbon .red-ribbon {
  z-index: 9;
  font-size: 10px;
  font-weight: bold;
  color: #fff;
  text-transform: uppercase;
  text-align: center;
  line-height: 20px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-35deg);
  width: 87px;
  display: block;
  background-color: #ed2246;
  position: absolute;
  top: 2px;
  left: -18px;
  border-radius: 0.6rem 0.6rem 0rem 0rem;
}

.ribbon .red-ribbon::before {
  content: "";
  position: absolute;
  left: 0px;
  top: 100%;
  z-index: -1;
  border-left: 3px solid #c71232;
  border-right: 3px solid transparent;
  border-bottom: 3px solid transparent;
  border-top: 3px solid #c71232;
}

.ribbon .red-ribbon::after {
  content: "";
  position: absolute;
  right: 0px;
  top: 100%;
  z-index: -1;
  border-left: 3px solid transparent;
  border-right: 3px solid #c71232;
  border-bottom: 3px solid transparent;
  border-top: 3px solid #c71232;
}

.listing-logo {
  width: 12%;
  float: right;
}

.cd-card {
  border-radius: 3px;
  transition: transform 0.3s ease;
}

.cd-card:hover {
  transform: scale(1.1);
}

.cd-card .card-img-top {
  aspect-ratio: 4 / 3;
  object-fit: cover;
}

.cd-card .card-title {
  color: #333;
  font-size: 1.5rem;
  font-weight: bold;
}

.cd-card .card-title span {
  font-size: 1rem;
}

.cd-card .card-subtitle {
  color: red;
}

.cd-card .card-price {
  position: absolute;
  right: -10px;
  bottom: 10px;
  font-size: 1.5rem;
}

.cd-card .card-price span {
  font-weight: lighter;
  font-size: 0.8rem;
  text-decoration: line-through;
  color: #dfdfdf;
}

.cd-card a.dealer-img {
  position:absolute;
  top: -10px;
  left: -10px;
  width: 6rem;
  transition: transform 0.3s ease;
}

.cd-card a.dealer-img:hover {
  transform: scale(1.2);
}

.cd-card .card-link {
  padding: 0  4rem 1.25rem 1.25rem;
}

/* === FOOTER === */

.newsletter {
  background-color: #272f3f;
  color: #fff;
}

footer {
  background-color: #14222b;
  color: #fff;
}

footer a {
  color: #fff;
}

/* === INLINE SEARCH === */

.select-card {
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  margin-bottom: 0px !important;
  background-color: #f7f8fc;
  border: none;
}

.select-card-header {
  padding: 0.4rem;
  font-weight: 300;
  border: none;
  color: #495057 !important;
  font-weight: 400 !important;
  font-size: 0.9rem;
}

.keywords {
  color: #495057 !important;
  background-color: #f7f8fc;
  border: none;
  padding-left: 4px;
}

.hidden {
  display: none;
}

[aria-expanded="false"] > .expanded,
[aria-expanded="true"] > .collapsed {
  display: none;
}

.collapse {
  cursor: pointer;
}

#accordion {
  cursor: pointer;
}

.search-list {
  list-style: none;
  padding-inline-start: 0px;
  -webkit-padding-inline-start: 0px;
  -moz-padding-inline-start: 0px;
}

.search-list li {
  line-height: 150%;
}

.search-list li a {
  color: #000;
}

.search-list li a:hover,
.search-list li a:active,
.search-list li a:focus {
  text-decoration: underline;
}

/* Profile sidebar */

.profile-userpic img {
  display: block;
  float: none;
  margin: 0 auto;
  width: 65%;
  height: 50%;
  -webkit-border-radius: 25% !important;
  -moz-border-radius: 25% !important;
  border-radius: 25% !important;
}

.um-member-name a {
  color: #fff !important;
}

.profile-usermenu ul li {
  border-bottom: 1px solid #f0f4f7;
  width: 100%;
}

.profile-usermenu ul li:last-child {
  border-bottom: none;
}

.profile-usermenu ul li a {
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
}

.profile-usermenu ul li a i {
  margin-right: 8px;
  font-size: 14px;
}

.profile-usermenu ul li a:hover {
  background-color: #fafcfd;
  color: #5b9bd1;
}

.profile-usermenu ul li.active {
  border-bottom: none;
}

.profile-usermenu ul li.active a {
  color: #5b9bd1;
  background-color: #f6f9fb;
  margin-left: -2px;
}

/* Profile Content */

.profile-content {
  padding: 0px;
  background: #f0f0f0;
  min-height: 460px;
}

.um-member-photo {
  padding: 20px 0 20px !important;
}

.shopfront-social a {
  color: #ffffff !important;
}

/* Google Ads */
#div-gpt-ad-1560395497512-0 {
  width: 361px;
  height: 235px;
  padding: 0;
  overflow: hidden;
}

#div-gpt-ad-1560395497512-0 iframe {
  width: 360px;
  height: 336px;
  border: 0;
  -ms-transform: scale(0.71);
  -moz-transform: scale(0.71);
  -o-transform: scale(0.71);
  -webkit-transform: scale(0.71);
  transform: scale(0.71);
  -ms-transform-origin: 0 0;
  -moz-transform-origin: 0 0;
  -o-transform-origin: 0 0;
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
}

#div-gpt-ad-1533863587252-0 {
  width: 361px;
  height: 235px;
  padding: 0;
  overflow: hidden;
}

#div-gpt-ad-1533863587252-0 iframe {
  width: 360px;
  height: 336px;
  border: 0;
  -ms-transform: scale(0.71);
  -moz-transform: scale(0.71);
  -o-transform: scale(0.71);
  -webkit-transform: scale(0.71);
  transform: scale(0.71);
  -ms-transform-origin: 0 0;
  -moz-transform-origin: 0 0;
  -o-transform-origin: 0 0;
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
}

/* News Sidebar */
.sidebarCard {
  border-top: 3px solid #007b4c;
  border-left: 1px solid rgba(0, 0, 0, 0.06);
  border-bottom: 1px solid rgba(0, 0, 0, 0.06);
  border-right: 1px solid rgba(0, 0, 0, 0.06);
  box-shadow: 0 0 19px 4px #eee;
  display: block;
  font-size: 16px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  float: left;
  width: 100%;
}

.sidebarCard a {
  color: #000;
}




/* <!-- **************** SITE TAKEOVER -  **************** --> */
.bg-grey { background: #fff;
  max-width: 1700px;
  width: 100%;
  margin: 0 auto;
}

.tower-left{
  top: 67px;
  left: 0;
  z-index: 9;
  position: sticky;
}

.tower-right{
  top: 67px;
  right: 0;
  z-index: 9;
  position: sticky;
}

@media (max-width: 992px) {
  .tower-left{
    display: none !important;
  }
}

@media (max-width: 992px) {
  .tower-right  {
    display: none !important;
  }
}

.sidebar-align{
  margin-top: 87px;
}

.fb-sidebar{
  overflow: hidden;
}

@media (max-width: 767px) {
.ld-margin{
  padding-top: 25px;
}
}


/* Episode Page CSS */

/* === SOCIAL MEDIA === */

.social-links a {
  color: #fff;
}

.acadp-social-facebook {
  background: #3b5997;
}

.acadp-social-twitter {
  background: #00aced;
}

.acadp-social-linkedin {
  background: #0077b5;
}

.acadp-social-link {
  padding: 4px 8px 6px 8px;
  color: white;
  font-size: 12px;
  text-decoration: none;
  border-radius: 2px;
  margin-right: 2px;
  cursor: pointer;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  box-shadow: inset 0 -3px 0 rgba(0, 0, 0, 0.2);
  -moz-box-shadow: inset 0 -3px 0 rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: inset 0 -3px 0 rgba(0, 0, 0, 0.2);
}

.acadp-social {
  margin: 20px 0 25px 0;
  -webkit-font-smoothing: antialiased;
  font-size: 12px;
}

/* === Image Caption === */
.imagebox {
  padding: 0;
  text-align: center;
  width: 100%;
}

.imagebox .imagebox-desc {
  background-color: rgba(0, 0, 0, 0.6);
  bottom: 0;
  color: white;
  font-size: 1.2em;
  padding: 10px 15px;
  position: absolute;
  transition: 0.5s padding;
  text-align: center;
  width: 100%;

}

.imagebox-desc-post{
    display: none !important;
}

/* === Search Form === */
.search-form {
  outline-color: #e6753b !important;
}
.input-site {
  width: 100% !important;
  height: 40px;
  border: 1px solid #e6753b;
  border-radius: 0 !important;
  padding-left: 8px;
}

::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #000;
  opacity: 1;
}
::-moz-placeholder {
  /* Firefox 19+ */
  color: #000;
  opacity: 1;
}
:-ms-input-placeholder {
  /* IE 10+ */
  color: #000;
  opacity: 1;
}
:-moz-placeholder {
  /* Firefox 18- */
  color: #000;
  opacity: 1;
}

.search-bar-btn {
  border-radius: 0 !important;
}
.select-css {
  width: 100% !important;
  height: 40px;
  border: 1px solid #e6753b;
  border-radius: 0 !important;
  padding-left: 8px;
  margin-top: 10px;

  -webkit-appearance: none;
  -webkit-border-radius: 0;
  background-image: linear-gradient(45deg, transparent 50%, #e6753b 50%),
    linear-gradient(135deg, #e6753b 50%, transparent 50%);
  background-position: calc(100% - 20px) calc(1em + 2px), calc(100% - 15px) calc(1em + 2px), calc(100% - 2.5em) 0.5em;
  background-size: 5px 5px, 5px 5px, 1px 1.5em;
  background-repeat: no-repeat;
  -moz-appearance: none;
  display: block;
}
select:focus {
  outline-color: #e6753b !important;
}

/*  VIDEO PLAYER CONTAINER
############################### */
.vid-container {
  position: relative;
  padding-bottom: 56.25%;
  overflow: hidden;
  max-width: 100%;
  height: auto;
  border-radius: .25rem .25rem 0 0;
}

.vid-container iframe,
.vid-container object,
.vid-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/*  VIDEOS PLAYLIST 
 		############################### */

.video-playlist {
  background: #333;
  height: 250px;
  margin: 0;
  border-radius: 0 0 .25rem .25rem;
  border-top: 0;
  overflow-x: hidden;
  overflow-y: scroll;
}

/* width */
.video-playlist::-webkit-scrollbar {
  width: 10px;
}
 
/* Handle */
.video-playlist::-webkit-scrollbar-thumb {
  background: #007b4b;
}

/* Handle on hover */
.video-playlist::-webkit-scrollbar-thumb:hover {
  background: #023521;
}

.video-playlist .vid-item {
  padding: 10px 20px;
  cursor: pointer;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}

.video-playlist > div:nth-child(odd) {
  background: #222;
}

.video-playlist img {
  width: 100px;
}

.video-playlist .vid-item span {
  color: #2eb682;
}

.video-playlist .vid-item .desc {
  font-size: 1.2rem;
  margin-left: 1rem;
}

.video-playlist .vid-item:hover {
  background: #fff;
  border-radius: 0 3rem 3rem 0;
  width: 80% !important;
}

.video-playlist .vid-active {
  background:#007b4b;
  border-radius: 0 3rem 3rem 0;
  width: 80% !important;
}

.video-playlist .vid-active span {
  color: #fff;
}

.video-playlist .vid-active:hover {
  background:#19aa72;
}

.thumb {
  /*position: relative;*/
  overflow: hidden;
  height: 84px;
}

.thumb img {
  width: 100%;
  position: relative;
  top: -13px;
}

@media (max-width: 624px) {
  .caption {
    margin-top: 40px;
  }
}

.news-landing-hero {
  display: grid;
  gap: 1px;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: repeat(2, 220px);
}

.news-landing-hero article:first-child {
  grid-area: 1 / 1 / span 2 / span 2;
}

.news-landing-hero article:nth-child(2) {
  grid-area: 1 / 3 / span 1 / span 2;
}

.news-landing-hero article {
  position: relative;
  grid-area: span 1 / span 1;
  overflow: hidden;
  min-height: 30px;
  transition: transform 0.3s ease;
}

.news-landing-hero article img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.news-landing-hero article .content {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 6rem 1rem 1rem;
  color: #fff;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(25, 25, 25, 0.9) 100%);
}

.news-landing-hero article .title {
  font-size: 1.2rem;
  text-transform: capitalize;
}

.all-news a {
  font-size: 1.5rem;
}

.news-header {
  width: 100%;
  background-color: darkgreen;
  color: white;
  padding: 5px;
  margin-bottom: 1rem;
}

.news-header h3 { display: inline; }

.news-header a {
  float: right;
  color: #FFF;
  padding: 4px;
  transition: transform 0.2s ease;
}

.news-header a:hover {
  transform: scale(1.1);
}

.news-articles {
  display: grid;
  gap: 10px;
  margin-bottom: 10px;
}

.news-articles.big-articles {
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(4, max-content);
}

.news-articles.big-articles article:first-child {
  grid-area: 1 / 1 / span 4 / span 1;
  padding: 0;
  border-bottom: 0;
}

.news-articles.big-articles article:first-child .col-4 {
  max-width: 100%;
  flex: 0 0 100%;
}

.news-articles article {
  grid-area: span 1 / span 1;
}

.news-articles article:not(:last-child) {
  padding-bottom: 10px;
  border-bottom: 1px solid #f1f0f0;
}

.news-articles img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.news-articles .entry-header {
  padding: 0 5px;
}

.news-articles .entry-title {
  text-transform: capitalize;
  font-size: 1rem;
  color: #212529;
}

.news-articles.big-articles article:first-child .entry-title {
  font-size: 1.5rem;
}

.news-articles .entry-date {
  color: #9e9e9e;
  font-size: 0.8rem;
}

.news-articles .entry-content {
  color: #797f88;
}

.news-articles article:not(:first-child) .entry-content {
  display: none;
}

#home-latest {
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: repeat(2, 310px);
}

#home-latest article:first-child {
  grid-area: 1 / 1 / span 2 / span 2;
}

#home-latest article img {
  object-fit: cover;
  height: 100%;
}

#home-latest .card-img-overlay {
  background: linear-gradient(180deg, rgba(0,0,0,0) 0, rgba(54,54,54,0.9) 100%);
}

@media only screen and (max-width: 768px) {
  #home-latest {
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: auto;
  }

  #home-latest article:first-child {
    grid-area: 1 / 1 / span 1 / span 2;
  }
}

@media only screen and (max-width: 900px) {
  #home-latest {
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: auto;
  }

  #home-latest article:first-child {
    grid-area: 1 / 1 / span 1 / span 2;
  }
}

@media only screen and (max-width: 600px) {
  #home-latest {
    grid-template-columns: 1fr;
    grid-template-rows: auto;
  }

  #home-latest article:first-child {
    grid-area: 1 / 1 / span 1 / span 1;
  }
}

/* Hot Deals Ribbon */
.deal_outer{
  position: relative;
  overflow: hidden;
  box-shadow: 2px 2px #e7e9eb;
  transition: 0.2s;
}

.deal_outer:hover {
  box-shadow: 0 0 3px #515151;
}

.ribbon_hotdeals{
  width: 300px;
  height: 250px;
  position: absolute;
  transform: rotate(45deg);
  left:-215px;
  top:-180px;
  background-color: #05472bdb;
}
.ribbon_display{
  transform: rotate(-45deg);
  margin-left: 82%;
  margin-top:30%;
  font-size: 13px;
  font-weight: bold;
  color: white;
}

.deal_image{
  width: 100%;
  max-height: 250px;
  object-fit: contain;
  /*background-color: #FFF;*/
  /*padding-bottom: 37px;*/
}


.recipeimage .card img{
  height: 250px!important;
  object-fit: cover!important;
}

.text-title{
  margin-top: 1rem!important;
}

.arrow {
  position: absolute;
  top: 50%;
  right: 30px;
  transform: translateY(-50%) rotate(-90deg);
  cursor: pointer;
}

.arrow span {
  display: block;
  width: 1rem;
  height: 1rem;
  border-bottom: 5px solid #00824a;
  border-right: 5px solid #00824a;
  transform: rotate(45deg);
  margin: -10px;
  animation: animate 2s infinite;
}

.arrow span:nth-child(2) {
  animation-delay: -0.2s;
}

.arrow span:nth-child(3) {
  animation-delay: -0.4s;
}

@keyframes animate {
  0% {
    opacity: 0;
    transform: rotate(45deg) translate(-10px, -10px);
  }
  50% {
    opacity: 0.3;
  }
  100% {
    opacity: 0;
    transform: rotate(45deg) translate(10px, 10px);
  }
}
