.shop-row {
  padding: 15px 0;
  display: flex;
  flex-wrap: wrap;
}
.shop-pagenavi {
  margin-top: 30px;
}
.shop-empty {
  flex-grow: 1;
  text-align: center;
}
.shop-row .shop-single-product {
  margin: 15px 0;
  padding: 15px;
  background-color: white;
  border: 1px solid #e3e3e3;
  border-radius: 5px;
}
.shop-row .shop-single-product .product-image-wrapper {
  overflow: hidden;
  border-radius: 7px;
  position: relative;
  height: 0;
  border: none;
  padding-top: 100%;
}
.shop-row .shop-single-product .product-image-wrapper .folder-wrap {
  z-index: 20;
}
.shop-row .shop-single-product .product-image-wrapper .image-ratio {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.shop-row .shop-single-product .product-info {
  display: flex;
  padding: 0;
  min-height: 70px;
  align-items: center;
}
.shop-row .shop-single-product .product-info .col-45 {
  width: 45%;
  color: #8E8E8E;
}
.shop-row .shop-single-product .product-info .col-55 {
  width: 55%;
  color: #8E8E8E;
}
.shop-row .shop-single-product .product-info .col-100 {
  width: 100%;
  color: #8E8E8E;
}
.shop-row .shop-single-product .product-info span.value {
  display: block;
  color: #000;
  min-height: 36px;
}
.shop-row .shop-single-product .broduct-btn {
  display: block;
  width: 100%;
  padding: 15px;
  text-align: center;
  margin: 10px 0 0 0;
  border-radius: 3px;
  text-transform: uppercase;
  height: 50px;
  font-size: 1.4rem;
}
.shop-row .folder-wrap .folder-content .bottom-icons {
  background: unset;
}
@media (max-width: 5000px) and (min-width: 280px) {
  .shop-row .folder-wrap.folder-with-files .folder-front,
  .shop-row .folder-wrap.folder-with-files,
  .shop-row .folder-wrap.folder-with-subfolders,
  .shop-row .folder-wrap.folder-with-subfolders .folder-sub-front,
  .shop-row .folder-wrap.folder-with-subfolders .folder-sub-back {
    width: unset;
    height: unset;
    cursor: auto;
  }
  .shop-row .folder-wrap {
    margin-top: 0;
  }
  .shop-row .folder-wrap.folder-with-subfolders.folder-image {
    position: relative;
    border: none;
    border-radius: 7px;
    height: calc(100% - 25px);
    margin: 0;
  }
  .shop-row .folder-wrap .files-group {
    position: absolute;
    box-sizing: content-box;
    bottom: 95px;
    left: 7%;
    width: 86%;
    z-index: -1;
    top: unset;
  }
  .shop-row .folder-wrap .folder-sub-front {
    position: absolute;
    width: 100%;
    height: auto;
    bottom: 0;
    left: 0;
    z-index: 1;
  }
  .shop-row .folder-wrap .folder-sub-back {
    position: relative;
    margin-left: 30.2px;
    width: calc(100% - 30.2px);
    height: auto;
    z-index: -3;
  }
  .shop-row .folder-wrap .folder-sub {
    position: absolute;
    margin-left: 16px;
    width: calc(100% - 16px);
    height: auto;
    bottom: 0;
    right: 0;
    z-index: -2;
    -webkit-transition: all 0.25s ease-out;
    -moz-transition: all 0.25s ease-out;
    -ms-transition: all 0.25s ease-out;
    transition: all 0.25s ease-out;
  }
}

.product-countdown-unlimited,
.product-countdown {
  position: absolute;
  z-index: 100;
  left: 0;
  right: 0;
  top: 80px;
  width: 80%;
  margin: auto;
  padding: 15px;
  background-color: white;
  border-radius: 5px;
}
@media (max-width: 1399px) and (min-width: 1200px) {
  .product-countdown-unlimited,
  .product-countdown {
    top: 50px;
  }
}
@media (max-width: 1199px) and (min-width: 992px) {
  .product-countdown-unlimited,
  .product-countdown {
    top: 70px;
  }
}
.product-countdown-unlimited .course-available,
.product-countdown .course-available {
  text-align: center;
  margin-bottom: 5px;
}
.product-countdown-unlimited .cd-digit-wrapper,
.product-countdown .cd-digit-wrapper {
  display: flex;
  justify-content: center;
}
.product-countdown-unlimited .cd-digit-wrapper .iconmoon{
  font-size: 41px;
  line-height: 32px;
  position: relative;
  top: 2px;
  z-index: 99;
}
.product-countdown .cd-digit-wrapper .cd-section {
  width: 30px;
  position: relative;
}
.product-countdown .cd-digit-wrapper .cd-section:not(:last-child):after {
  content: ":";
  position: absolute;
  right: -1px;
  top: -1px;
}
.product-countdown .cd-digit-wrapper .cd-digit {
  text-align: center;
  font-weight: bold;
  height: 23px;
}
.product-countdown .cd-digit-wrapper .cd-digit-name {
  text-align: center;
  font-size: 1.4rem;
  margin-top: -5px;
}
.top-nav-row .shop-menu-item {
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  align-items: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
}
.top-nav-row .nav-item .nav-icon {
  font-size: 1.7rem;
}
.top-nav-row .nav-item .nav-icon-no-text {
  margin-right: 0;
  color: inherit;
}
.mkk_nav {

}
.mkk_nav .mkk_nav_wrap {
  justify-content: flex-end;
  border: none;
}
.mkk_nav .mkk_nav_inner {
  flex: 0 0 auto;
}
.top-nav-row .nav-item .mkk_icon_available {
  font-size: 19px;
}
@media screen and (max-width: 640px) {
  .mkk_nav_text_not_current {
    display: none;
  }
}
.mkk_favorites {
  position: absolute;
  left: 4px;
  top: 13px;
  padding: 0;
  line-height: 28px;
  font-size: 28px;
  z-index: 310;
  background: none;
  border: 0;
  cursor: pointer;
}
.animate__heartBeat {
  -webkit-animation-duration: 1.3s;
  animation-duration: 1.3s;
  -webkit-animation-name: heartBeat;
  animation-name: heartBeat;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
}
@-webkit-keyframes heartBeat {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1)
  }

  14% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3)
  }

  28% {
    -webkit-transform: scale(1);
    transform: scale(1)
  }

  42% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3)
  }

  70% {
    -webkit-transform: scale(1);
    transform: scale(1)
  }
}

@keyframes heartBeat {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1)
  }

  14% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3)
  }

  28% {
    -webkit-transform: scale(1);
    transform: scale(1)
  }

  42% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3)
  }

  70% {
    -webkit-transform: scale(1);
    transform: scale(1)
  }
}
@keyframes ldio-im0n63z5swi {
  0% { opacity: 1 }
  100% { opacity: 0 }
}

.ldio-im0n63z5swi div {
  left: 47px;
  top: 11px;
  position: absolute;
  animation: ldio-im0n63z5swi linear 1s infinite;
  width: 6px;
  height: 13px;
  border-radius: 3px / 3px;
  transform-origin: 3px 38px;
}

.ldio-im0n63z5swi div:nth-child(1) {
  transform: rotate(0deg);
  animation-delay: -0.9166666666666666s;
}

.ldio-im0n63z5swi div:nth-child(2) {
  transform: rotate(30deg);
  animation-delay: -0.8333333333333334s;
}

.ldio-im0n63z5swi div:nth-child(3) {
  transform: rotate(60deg);
  animation-delay: -0.75s;
}

.ldio-im0n63z5swi div:nth-child(4) {
  transform: rotate(90deg);
  animation-delay: -0.6666666666666666s;
}

.ldio-im0n63z5swi div:nth-child(5) {
  transform: rotate(120deg);
  animation-delay: -0.5833333333333334s;
}

.ldio-im0n63z5swi div:nth-child(6) {
  transform: rotate(150deg);
  animation-delay: -0.5s;
}

.ldio-im0n63z5swi div:nth-child(7) {
  transform: rotate(180deg);
  animation-delay: -0.4166666666666667s;
}

.ldio-im0n63z5swi div:nth-child(8) {
  transform: rotate(210deg);
  animation-delay: -0.3333333333333333s;
}

.ldio-im0n63z5swi div:nth-child(9) {
  transform: rotate(240deg);
  animation-delay: -0.25s;
}

.ldio-im0n63z5swi div:nth-child(10) {
  transform: rotate(270deg);
  animation-delay: -0.16666666666666666s;
}

.ldio-im0n63z5swi div:nth-child(11) {
  transform: rotate(300deg);
  animation-delay: -0.08333333333333333s;
}

.ldio-im0n63z5swi div:nth-child(12) {
  transform: rotate(330deg);
  animation-delay: 0s;
}

.loadingio-spinner-spinner-6jq8fyjyeco {
  width: 28px;
  height: 28px;
  display: inline-block;
  overflow: hidden;
}

.ldio-im0n63z5swi {
  width: 100%;
  height: 100%;
  position: relative;
  transform: translateZ(0) scale(0.28);
  backface-visibility: hidden;
  transform-origin: 0 0;
}

.ldio-im0n63z5swi div {
  box-sizing: content-box;
}
