.tp-feature {
  margin-bottom: 0 !important;
  padding-top: 45px;
}
.tp-feature .module-title {
  color: #333333;
  font-weight: 600;
  line-height: 1.5;
  text-align: center;
}
.tp-feature .j2store-product-module-list {
  margin-left: 0;
  margin-right: 0;
}
.tp-feature .j2store-product-module-list .j2store-module-product {
  padding: 20px;
}
.tp-feature .j2store-product-module-list .j2store-module-product .j2-product {
  box-shadow: 0 0 1px rgba(0, 0, 0, 0.15), 0 1px 3px rgba(0, 0, 0, 0.2);
  background: #ffffff none repeat scroll 0 0;
  z-index: 99;
  overflow: hidden;
}
.tp-feature .j2store-product-module-list .j2store-module-product .j2-product .j2store-product-image {
  border-bottom: 1px solid #eee;
  display: block;
  position: relative;
  text-align: center;
}
.tp-feature .j2store-product-module-list .j2store-module-product .j2-product .j2store-product-image a img {
  max-width: 100%;
  margin: 0 auto;
  height: auto;
}
.tp-feature .j2store-product-module-list .j2store-module-product .j2-product .j2store-product-image .buttons {
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  opacity: 0;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.tp-feature .j2store-product-module-list .j2store-module-product .j2-product .j2store-product-image .buttons a {
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  max-width: 50px;
  margin: 0 auto;
  border-top-left-radius: 21px;
  border-bottom-right-radius: 21px;
  padding: 16px;
  font-size: 15px;
  font-weight: bold;
  text-transform: uppercase;
  color: #ffffff;
  text-decoration: none;
}
.tp-feature .j2store-product-module-list .j2store-module-product .j2-product .j2store-product-image .buttons .preview {
  bottom: 45%;
}
.tp-feature .j2store-product-module-list .j2store-module-product .j2-product .j2store-product-image .buttons .buy {
  bottom: 55%;
}
.tp-feature .j2store-product-module-list .j2store-module-product .j2-product .info {
  display: block;
  position: relative;
  padding: 20px;
  text-align: center;
}
.tp-feature .j2store-product-module-list .j2store-module-product .j2-product .info .product-title {
  margin-top: -10px;
  font-size: 21px;
}
.tp-feature .j2store-product-module-list .j2store-module-product .j2-product .info .product-title a {
  color: #3a3a3a;
}
.tp-feature .j2store-product-module-list .j2store-module-product .j2-product .info .product-title a:hover {
  color: #00c2ba;
}
@media screen and (max-width: 480px) {
  .tp-feature .j2store-product-module-list .j2store-module-product .j2-product .info .product-cart-section .product-cart-left-block .product-price-container {
    display: block;
  }
}
.tp-feature .j2store-product-module-list .j2store-module-product .j2-product .info .product-cart-section .product-cart-left-block .product-price-container .j2store_product_price {
  color: #ff3333;
}
.tp-feature .j2store-product-module-list .j2store-module-product .j2-product .info .product-cart-section .product-cart-left-block .product-price-container .j2store_product_special_price {
  color: #00c2ba;
  font-size: 20px;
  font-weight: 500;
}
.tp-feature .j2store-product-module-list .j2store-module-product .j2-product .info .product-cart-section .product-cart-left-block .product_cart_block {
  display: none;
}
.tp-feature .j2store-product-module-list .j2store-module-product .j2-product .info .j2store_product_introtext {
  color: #3a3a3a;
}
.tp-feature .j2store-product-module-list .j2store-module-product .j2-product .info .product_quantity_input {
  display: none;
}
.tp-feature .j2store-product-module-list .j2store-module-product .j2-product:hover .j2store-product-image .buttons {
  opacity: 1;
  background-color: rgba(27, 29, 42, 0.886);
}
.tp-feature .j2store-product-module-list .j2store-module-product .j2-product:hover .j2store-product-image .buttons a {
  opacity: 1;
  background-color: #00c2ba;
}
.tp-latest .module-title {
  color: #3a3a3a;
  font-weight: 600;
  line-height: 1.5;
  text-align: center;
}
.tp-latest .j2store-product-module-list {
  padding: 20px;
}
.tp-latest .j2store-product-module-list .j2store-module-product {
  padding: 30px;
  
}
.tp-latest .j2store-product-module-list .j2store-module-product .j2-item {
  position: relative;
  background: #ffffff;
  box-shadow: 0 0 1px rgba(0, 0, 0, 0.15), 0 1px 3px rgba(0, 0, 0, 0.2);
  top: 0;
  left: 0;
  z-index: 99;
  overflow: hidden;
}
.tp-latest .j2store-product-module-list .j2store-module-product .j2-item .j2store_product_image img {
  max-width: 170px;
  height: auto;
  width: 100%;
}
.tp-latest .j2store-product-module-list .j2store-module-product .item-overlay {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 3px;
  -webkit-transition: background-color 0.3s ease-in-out;
  -moz-transition: background-color 0.3s ease-in-out;
  -ms-transition: background-color 0.3s ease-in-out;
  -o-transition: background-color 0.3s ease-in-out;
  transition: background-color 0.3s ease-in-out;
}
.tp-latest .j2store-product-module-list .j2store-module-product .j2-item:hover .item-overlay {
  background-color: rgba(27, 29, 42, 0.886);
}
.tp-latest .j2store-product-module-list .j2store-module-product .sale-tag {
  width: 50px;
  height: 100px;
  background: #00c2ba;
  position: absolute;
  top: -45px;
  right: -10px;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.tp-latest .j2store-product-module-list .j2store-module-product .sale-tag span {
  position: absolute;
  top: 48px;
  left: 2px;
  font-size: 11px;
  color: #ffffff;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.tp-latest .j2store-product-module-list .j2store-module-product .j2store-product-image {
  text-align: center;
}
.tp-latest .j2store-product-module-list .j2store-module-product .j2store-product-image a img {
  height: auto;
  width: 100%;
  max-width: 200px;
}
.tp-latest .j2store-product-module-list .j2store-module-product .item-content {
  text-align: center;
  z-index: 2;
  position: absolute;
  width: 100%;
  bottom: 0;
  -webkit-transform: translate(0, 100%);
  -moz-transform: translate(0, 100%);
  -ms-transform: translate(0, 100%);
  -o-transform: translate(0, 100%);
  transform: translate(0, 100%);
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  
}
.tp-latest .j2store-product-module-list .j2store-module-product .item-content .product_quantity_input {
  display: none;
}
.tp-latest .j2store-product-module-list .j2store-module-product .item-content .product_price {
  font-size: 20px;
  margin-bottom: 10px;
}
.tp-latest .j2store-product-module-list .j2store-module-product .item-content .product_special_price {
  color: #f9f9f9;
}
.tp-latest .j2store-product-module-list .j2store-module-product .item-content .j2store_product_price {
  color: #ff3333;
  display: inherit;
}
.tp-latest .j2store-product-module-list .j2store-module-product .item-content .product-price-container .base-price.strike {
  color: #ffffff;
}
.tp-latest .j2store-product-module-list .j2store-module-product .item-content .j2store_product_special_price {
  color: #00c2ba;
  font-size: 20px;
  font-weight: 500;
}
.tp-latest .j2store-product-module-list .j2store-module-product .item-content .product-cart-section .product-cart-left-block .product-price-container {
  display: block;
}
.tp-latest .j2store-product-module-list .j2store-module-product .item-content .product-cart-section .product-cart-left-block .product_cart_block {
  display: none;
}
.tp-latest .j2store-product-module-list .j2store-module-product .j2-item:hover .item-content {
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.tp-related-products {
  padding-top: 30px;
}
.tp-related-products .relateditems {
  padding: 0px;
}
.t3-module {
  background: transparent;
  color: #3a3a3a;
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .t3-module {
    margin-bottom: 40px;
  }
}
.t3-module .module-inner {
  padding: 0;
}
.module-title {
  background: transparent;
  color: #3a3a3a;
  font-size: 18px;
  margin: 0 0 10px 0;
  padding: 0;
  text-transform: uppercase;
}
@media screen and (min-width: 768px) {
  .module-title {
    margin-bottom: 20px;
  }
}
.module-ct {
  background: transparent;
  color: #3a3a3a;
  padding: 0;
}
.module-ct:before,
.module-ct:after {
  display: table;
  content: " ";
}
.module-ct:after {
  clear: both;
}
.module-ct > ul,
.module-ct .custom > ul,
.module-ct > ol,
.module-ct .custom > ol {
  margin-left: 20px;
  padding-left: 0;
}
.module-ct > ul.unstyled,
.module-ct .custom > ul.unstyled,
.module-ct > ol.unstyled,
.module-ct .custom > ol.unstyled {
  padding-left: 0;
}
.module-ct > ul.nav,
.module-ct .custom > ul.nav,
.module-ct > ol.nav,
.module-ct .custom > ol.nav {
  padding-left: 0;
  margin-left: 0;
}
.module_menu .nav > li > a,
.module_menu .nav > li > .separator {
  padding: 6px 5px;
  display: block;
}
#login-form input[type="text"],
#login-form input[type="password"] {
  width: 100%;
}
#login-form ul.unstyled {
  margin-top: 20px;
  padding-left: 20px;
}
#login-form #form-login-remember label {
  font-weight: normal;
}
.banneritem a {
  font-weight: bold;
}
.bannerfooter {
  border-top: 1px solid #f2f2f2;
  font-size: 12px;
  padding-top: 10px;
  text-align: right;
}
.categories-module,
ul.categories-module,
.category-module,
ul.category-module {
  margin: 0;
}
.categories-module li,
ul.categories-module li,
.category-module li,
ul.category-module li {
  list-style: none;
}
.categories-module li:first-child,
ul.categories-module li:first-child,
.category-module li:first-child,
ul.category-module li:first-child {
  border-top: 0;
}
.categories-module h4,
ul.categories-module h4,
.category-module h4,
ul.category-module h4 {
  font-size: 14px;
  font-weight: normal;
  margin: 0;
}
.feed h4 {
  font-weight: bold;
}
.feed .newsfeed,
.feed ul.newsfeed {
  border-top: 1px solid #f2f2f2;
}
.feed .newsfeed .feed-link,
.feed ul.newsfeed .feed-link,
.feed .newsfeed h5.feed-link,
.feed ul.newsfeed h5.feed-link {
  font-size: 14px;
  font-weight: normal;
  margin: 0;
}
.latestusers,
ul.latestusers {
  margin-left: 0;
}
.latestusers li,
ul.latestusers li {
  background: #eeeeee;
  display: inline-block;
  padding: 5px 10px;
  border-radius: 4px;
}
.stats-module dt,
.stats-module dd {
  display: inline-block;
  margin: 0;
}
.stats-module dt {
  font-weight: bold;
  width: 35%;
}
.stats-module dd {
  width: 60%;
}
.tagspopular ul {
  display: block;
  margin: 0;
  padding: 0;
  list-style: none;
  overflow: hidden;
}
.tagspopular ul > li {
  color: #555555;
  display: inline-block;
  margin: 0 5px 5px 0;
}
.tagspopular ul > li > a {
  background: #eeeeee;
  border-radius: 3px;
  color: #555555;
  display: block;
  padding: 2px 5px;
}
.tagspopular ul > li > a:hover,
.tagspopular ul > li > a:focus,
.tagspopular ul > li > a:active {
  background: #007671;
  color: #ffffff;
  text-decoration: none;
}
.tagssimilar ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.tagssimilar ul > li {
  border-bottom: 1px solid #eeeeee;
  padding: 8px 0;
}
.tagssimilar ul > li > a {
  color: #555555;
}
.tagssimilar ul > li > a:hover,
.tagssimilar ul > li > a:focus,
.tagssimilar ul > li > a:active {
  color: #007671;
}
.module-ct > ol.breadcrumb {
  padding: 6px 12px;
  margin-left: 0;
}