@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@-webkit-keyframes diagonal {
  0% {
    transform: translatex(0) translatey(0);
  }
  50% {
    transform: translatex(15px) translatey(15px);
  }
  100% {
    transform: translatex(0) translatey(0);
  }
}
@-moz-keyframes diagonal {
  0% {
    transform: translatex(0) translatey(0);
  }
  50% {
    transform: translatex(15px) translatey(15px);
  }
  100% {
    transform: translatex(0) translatey(0);
  }
}
@-o-keyframes diagonal {
  0% {
    transform: translatex(0) translatey(0);
  }
  50% {
    transform: translatex(15px) translatey(15px);
  }
  100% {
    transform: translatex(0) translatey(0);
  }
}
@keyframes diagonal {
  0% {
    transform: translatex(0) translatey(0);
  }
  50% {
    transform: translatex(15px) translatey(15px);
  }
  100% {
    transform: translatex(0) translatey(0);
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.c-counter {
  position: absolute;
  top: -20px;
  right: 14px;
  background-color: #ffe75c;
  border-radius: 0 20px 20px 0;
  color: #ff4438;
  display: flex;
  align-items: center;
  padding: 0 20px;
  text-transform: uppercase;
  font-weight: bold;
  font-family: "Roboto", sans-serif;
  height: 40px;
  font-size: 1em;
  grid-gap: 5px;
}
.c-live-day .c-counter {
  background-color: transparent;
  background-image: url("/wp-content/themes/gougo/components/live-day/img/counter-live-day.svg");
  background-size: cover;
  background-repeat: no-repeat;
  color: #ffffff;
  color: #ffffff;
  height: 35px;
  border-radius: 0 20px 20px 0;
  padding: 0 20px 0 40px;
  top: -15px;
}
@media (max-width: 991.98px) {
  .c-counter {
    font-size: 0.875em;
  }
}
.c-product-widget .c-counter {
  height: 25px;
  font-size: 0.875em;
  top: -10px;
}
.c-cart-sidebar .c-counter {
  top: 10px;
  right: 20px;
  height: 25px;
  font-size: 0.875em;
}
@media (max-width: 991.98px) {
  .c-cart-sidebar .c-counter {
    top: 20px;
  }
}
.c-counter.is-detail {
  top: 20px;
  right: 30px;
  height: 75px;
  border-radius: 0 10px 10px 0;
  padding: 0 20px 0 40px;
  grid-gap: 10px;
}
@media (max-width: 1499.98px) {
  .c-counter.is-detail {
    height: 60px;
    padding: 0 20px 0 30px;
    right: 20px;
  }
}
@media (max-width: 991.98px) {
  .c-counter.is-detail {
    height: 40px;
    padding: 0 10px 0 20px;
    top: 10px;
    right: 10px;
  }
}
.c-live-day .c-counter.is-detail {
  height: 70px;
  padding-left: 64px;
}
@media (max-width: 1499.98px) {
  .c-live-day .c-counter.is-detail {
    height: 62px;
  }
}
@media (max-width: 1199.98px) {
  .c-live-day .c-counter.is-detail {
    padding-left: 50px !important;
    height: 60px;
  }
}
.c-counter.mini {
  position: relative;
  top: 0;
  right: 0;
  height: 68px;
  padding: 0 10px 0 35px;
  margin: 0 0 25px;
  line-height: 1.3;
}
@media (max-width: 991.98px) {
  .c-counter.mini {
    height: 40px;
    padding: 0 10px 0 25px;
  }
}
.c-counter__icon {
  background-image: url("/wp-content/themes/gougo/img/icons/counter-icon.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: 40px;
  height: 40px;
  position: absolute;
  left: -20px;
}
.c-live-day .c-counter__icon {
  display: none;
}
.c-product-widget .c-counter__icon, .c-cart-sidebar .c-counter__icon {
  width: 25px;
  height: 25px;
  left: -10px;
}
.is-detail .c-counter__icon {
  height: 75px;
  width: 75px;
  left: -38px;
}
@media (max-width: 1499.98px) {
  .is-detail .c-counter__icon {
    height: 60px;
    width: 60px;
    left: -30px;
  }
}
@media (max-width: 991.98px) {
  .is-detail .c-counter__icon {
    width: 40px;
    height: 40px;
    left: -20px;
  }
}
.mini .c-counter__icon {
  height: 68px;
  width: 68px;
  left: -35px;
}
@media (max-width: 991.98px) {
  .mini .c-counter__icon {
    width: 40px;
    height: 40px;
    left: -20px;
  }
}
.c-counter__text {
  margin: 0;
}
@media (max-width: 1499.98px) {
  .c-live-day .c-counter__text {
    font-size: 0.75em !important;
  }
}
.is-detail .c-counter__text {
  font-size: 1em;
  width: min-content;
}
@media (max-width: 991.98px) {
  .is-detail .c-counter__text {
    font-size: 0.875em;
  }
}
.mini .c-counter__text {
  font-size: 0.875em;
}
.c-counter__time {
  display: flex;
  grid-gap: 5px;
}
.mini .c-counter__time {
  flex: 1;
  justify-content: center;
}
.c-counter__time-data {
  display: flex;
  font-size: 1em;
  justify-content: center;
  align-items: center;
  grid-gap: 5px;
}
.is-detail .c-counter__time-data span {
  font-size: 2.625em;
  line-height: 1;
}
@media (max-width: 1499.98px) {
  .is-detail .c-counter__time-data span {
    font-size: 2.1em;
  }
}
@media (max-width: 991.98px) {
  .is-detail .c-counter__time-data span {
    font-size: 1.25em;
  }
}
.mini .c-counter__time-data span {
  font-size: 2.25em;
}
@media (max-width: 991.98px) {
  .mini .c-counter__time-data span {
    font-size: 1.25em;
  }
}
.is-detail .c-counter__time-data p {
  font-size: 0.6875em;
  line-height: 1;
}
.mini .c-counter__time-data p {
  font-size: 0.5625em;
}
.is-detail .c-counter__time-data {
  flex-direction: column;
  align-items: center;
  grid-gap: 0;
}
.c-counter__time-separator {
  font-size: 2.625em;
  line-height: 1;
}
@media (max-width: 1499.98px) {
  .c-counter__time-separator {
    font-size: 2.1em;
  }
}
@media (max-width: 991.98px) {
  .c-counter__time-separator {
    font-size: 1.25em;
  }
}
.mini .c-counter__time-separator {
  font-size: 2.25em;
}
@media (max-width: 991.98px) {
  .mini .c-counter__time-separator {
    font-size: 1.25em;
  }
}