ul.kpt-table-area {
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: center;
}
ul.kpt-table-area.table-skin-flatmargin {
  margin-left: -10px;
  margin-right: -10px;
}
ul.kpt-table-area > li {
  width: 33.33%;
  float: left;
}
.table-skin-flatmargin li.kpt-pane {
  padding: 0 10px;
  box-sizing: border-box;
}
ul.kpt-table-area.table-pane-count-2 > li {
  width: 50%;
}
ul.kpt-table-area.table-pane-count-4 > li {
  width: 25%;
}
ul.kpt-table-area.table-pane-count-5 > li {
  width: 20%;
}
ul.kpt-table-area.table-pane-count-6 > li {
  width: 16.667%;
}
.kpt-featured-item {
  display: none;
}
.kpt-featured-item.featured-style-ribbon {
  position: absolute;
  top: 0px;
  right: 0px;
  background: transparent !important;
  height: 150px  !important;
  width: 150px  !important;
  display: block;
  text-align: center;
  overflow: hidden;
}
.kpt-featured-item.featured-style-ribbon .kpt-featured_inner {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  width: 200px;
  text-align: center;
  top: 30px;
  position: absolute;
  right: -60px;
}
.kpt-price-inner {
  width: 100%;
}
.kt-table-pane {
  border-style: solid;
  position: relative;
}
.kpt-featured-item.featured-style-badge {
  position: absolute;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  top: 5px;
  right: 5px;
}
.kt-table-pane.kt-pane-style-scale {
  -ms-transform: scale(1.08);
  -webkit-transform: scale(1.08);
  transform: scale(1.08);
  z-index: 2;
}
.kpt-section,
.kpt-pane-single-row {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  min-height: 10px;
  box-sizing: border-box;
}
.kpt-pane-price.kpt-section,
.kpt-pane-top-head.kpt-section,
.kpt-pane-rows.kpt-section {
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.table-align-left .kpt-section,
.table-align-left .kpt-pane-single-row {
  -webkit-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
  text-align: left;
}
.table-align-left .kpt-pane-price.kpt-section,
.table-align-left .kpt-pane-top-head.kpt-section,
.table-align-left .kpt-pane-rows.kpt-section {
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -webkit-align-items: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start;
}
.table-align-right .kpt-section,
.table-align-right .kpt-pane-single-row {
  -webkit-justify-content: flex-end;
  -ms-justify-content: flex-end;
  justify-content: flex-end;
  text-align: right;
}
.table-align-right .kpt-pane-price.kpt-section,
.table-align-right .kpt-pane-top-head.kpt-section,
.table-align-right .kpt-pane-rows.kpt-section {
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -webkit-align-items: flex-end;
  -ms-align-items: flex-end;
  align-items: flex-end;
}
.kpt-pane-single-row {
  position: relative;
  width: 100%;
}
.kpt-section,
.kpt-pane-single-row-inner {
  padding-left: 10px;
  padding-right: 10px;
}
.kpt-pane-rows.kpt-section {
  padding-left: 0;
  padding-right: 0;
}
.kpt-top-head-image {
  margin-left: -10px;
  margin-right: -10px;
}
.kpt-section a.kpt-footer-btn {
  padding: 0;
  text-decoration: none;
  -webkit-transition: 0.3s ease-in-out all;
  -ms-transition: 0.3s ease-in-out all;
  transition: 0.3s ease-in-out all;
}
img.kpt-top-image {
  max-width: 100%;
  height: auto;
  display: block;
}
.kpt-clearfix:after {
  clear: both;
}
.kpt-clearfix:after,
.kpt-clearfix:before {
  content: " ";
  display: table;
}
.table-hover-grow .kt-table-pane {
  -ms-transform: scale(1);
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: 0.2s ease-in-out all;
  -ms-transition: 0.2s ease-in-out all;
  transition: 0.2s ease-in-out all;
  position: relative;
  z-index: 1;
}
.table-hover-grow .kt-table-pane:hover {
  -ms-transform: scale(1.08);
  -webkit-transform: scale(1.08);
  transform: scale(1.08);
  z-index: 2;
}
.table-hover-boxshadow .kt-table-pane {
  -webkit-box-shadow: 0 0 0 rgba(0, 0, 0, 0);
  -webkit-transition: 0.3s ease-in-out all;
  -ms-transition: 0.3s ease-in-out all;
  transition: 0.3s ease-in-out all;
  position: relative;
  z-index: 1;
}
.table-hover-boxshadow .kt-table-pane:hover {
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
  z-index: 2;
}
@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.table-animate-fadein {
  opacity: 0;
}
.no-js .table-animate-fadein,
.no-js .table-animate-fadein_time li.kpt-pane,
.no-js .table-animate-fadeleft li.kpt-pane,
.no-js .kpt-table-area.table-animate-fadeleftright li.kpt-pane:not(:last-child):not(:first-child),
.no-js .kpt-table-area.table-animate-fadeleftright li.kpt-pane:first-child,
.no-js .kpt-table-area.table-animate-fadeleftright li.kpt-pane:last-child,
.no-js .table-animate-fadeinup_time li.kpt-pane {
  -webkit-animation: fadeIn ease-in-out 1;
  -moz-animation: fadeIn ease-in-out 1;
  animation: fadeIn ease-in-out 1;
  -webkit-animation-fill-mode: forwards;
  -moz-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-duration: 0.5s;
  -moz-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-delay: 3s;
  -moz-animation-delay: 3s;
  animation-delay: 3s;
}
.table-animate-fadein_time li.kpt-pane {
  opacity: 0;
}
.table-animate-fadeleft li.kpt-pane {
  opacity: 0;
  left: 40px;
  position: relative;
}
.no-js .table-animate-fadeleft li.kpt-pane {
  left: 0;
  position: relative;
}
.kpt-table-area.table-animate-fadeleftright li.kpt-pane:not(:last-child):not(:first-child) {
  opacity: 0;
  top: 40px;
  position: relative;
}
.kpt-table-area.table-animate-fadeleftright li.kpt-pane:first-child {
  opacity: 0;
  left: -40px;
  position: relative;
}
.kpt-table-area.table-animate-fadeleftright li.kpt-pane:last-child {
  opacity: 0;
  right: -40px;
  position: relative;
}
.no-js .kpt-table-area.table-animate-fadeleftright li.kpt-pane:not(:last-child):not(:first-child) {
  top: 0px;
  position: relative;
}
.no-js .kpt-table-area.table-animate-fadeleftright li.kpt-pane:first-child {
  left: 0px;
  position: relative;
}
.no-js .kpt-table-area.table-animate-fadeleftright li.kpt-pane:last-child {
  right: 0px;
  position: relative;
}
.table-animate-fadeinup_time li.kpt-pane {
  opacity: 0;
  top: 40px;
  position: relative;
}
.no-js .table-animate-fadeinup_time li.kpt-pane {
  top: 0px;
  position: relative;
}
@media (max-width: 767px) {
  .kpt-table-area-container ul.kpt-table-area > li {
    width: 100%;
    float: none;
    margin-bottom: 20px;
  }
  .kpt-table-area-container .table-hover-grow .kt-table-pane {
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
/*# sourceMappingURL=kpt.css.map */