.read-more {
  display: none;
}
.single-post .entry-meta {
  display: none;
}
.entry-thumbnail {
  padding-bottom: 30px;
}
span.sp-metawrap {
  display: none;
}
span.author-1 {
  display: none;
}
.sp-posts.blog-masonry.masonry-modern .post .nx-post-border {
  min-height: 590px;
}
#jempflite-categories ul {
  margin: 16px 0 32px !important;
}
.nav-container > ul .sub-menu,
.nav-container > ul .children {
  -webkit-animation-duration: 0.1s !important;
  animation-duration: 0.1s !important;
}
.widget .widget-title > span {
  border-bottom: 0;
}
.woocommerce .widget_shopping_cart .buttons a,
.woocommerce.widget_shopping_cart .buttons a {
  margin-right: 5px !important;
}
div.sharedaddy h3.sd-title:before {
  border-top: 0;
}
.woocommerce ul.products li.product .price,
.woocommerce-page ul.products li.product .price {
  font-size: 12px !important;
}
a.woocommerce-LoopProduct-link {
  min-height: 240px;
}
.woocommerce ul.products li.product .button {
  margin-top: 0.7em;
}
p.woocommerce-result-count {
  display: none;
}
#text-2 .textwidget {
  text-align: center;
}
ul.woocommerce-thankyou-order-details.order_details,
ul.wc-bacs-bank-details.order_details.bacs_details {
  padding: 10px 0 5px 20px;
  background: #ececec;
}
p.woocommerce-thankyou-order-received {
  font-weight: bold;
  text-decoration: underline;
}
.woocommerce .widget_price_filter .price_slider_amount .button {
  font-size: 1em;
  padding: 10px 15px;
}
.widget input.search-field {
  width: 70%;
  padding: 10px;
  float: left;
}
input[type="submit"] {
  float: right;
}
aside#woocommerce_product_search-2 {
  padding-bottom: 30px;
}
nav ul {
  padding: 0;
  margin: 0 0 20px;
}
.woocommerce-account .woocommerce-MyAccount-navigation {
  width: 10%;
}
.woocommerce-account .woocommerce-MyAccount-content {
  width: 88%;
}
form.login {
  height: 362px;
}
.woocommerce-message,
.woocommerce-info {
  border-top-color: #444444;
}
.woocommerce-message:before,
.woocommerce-info:before {
  color: #444444;
}
.woocommerce #content table.cart td.actions .input-text,
.woocommerce table.cart td.actions .input-text,
.woocommerce-page #content table.cart td.actions .input-text,
.woocommerce-page table.cart td.actions .input-text {
  width: inherit;
  height: 36px;
}
input#coupon_code {
  height: 36px;
}
.woocommerce-MyAccount-navigation li {
  border-bottom: solid 1px;
  border-color: #666;
}
.woocommerce-MyAccount-navigation li a {
  display: block;
}
.woocommerce-MyAccount-navigation li a:hover {
  background: #666;
  color: #fff;
  font-size: 18px;
  padding: 10px 5px !important;
}
li.woocommerce-MyAccount-navigation-link.woocommerce-MyAccount-navigation-link--dashboard.is-active a {
  background: #666;
  color: #fff;
  padding: 0 5px;
}
li.woocommerce-MyAccount-navigation-link.woocommerce-MyAccount-navigation-link--orders.is-active a {
  background: #666;
  color: #fff;
  padding: 0 5px;
}
li.woocommerce-MyAccount-navigation-link.woocommerce-MyAccount-navigation-link--downloads.is-active a {
  background: #666;
  color: #fff;
  padding: 0 5px;
}
li.woocommerce-MyAccount-navigation-link.woocommerce-MyAccount-navigation-link--edit-address.is-active a {
  background: #666;
  color: #fff;
  padding: 0 5px;
}
li.woocommerce-MyAccount-navigation-link.woocommerce-MyAccount-navigation-link--edit-account.is-active a {
  background: #666;
  color: #fff;
  padding: 0 5px;
}
li.woocommerce-MyAccount-navigation-link.woocommerce-MyAccount-navigation-link--customer-logout.is-active a {
  background: #666;
  color: #fff;
  padding: 0 5px;
}
mark {
  background: #e4e4e4;
  text-decoration: underline;
}
div#tab-content1 h5 {
  background-color: #DDD;
  padding: 10px;
  text-align: center;
  color: #4290b7;
}
.row.pagination-top {
  display: none;
}
.row.pagination-bottom {
  display: none;
}
.pagination li {
  float: left !important;
  padding-right: 5px;
}
ul.tabs {
  margin: 0;
  padding: 0;
}
.tabs {
  width: 100%;
  float: none;
  list-style: none;
  padding: 0;
  margin-bottom: 5em;
}
.tabs li {
  float: none;
}
.tabs label {
  display: block;
  padding: 10px 20px;
  border-radius: 2px 2px 0 0;
  color: #c60000;
  font-size: 18px;
  font-weight: normal;
  background: rgba(255,255,255,0.2);
  position: relative;
  top: 3px;
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}
.tabs label:hover {
  background: #aaaaaa;
  color: white;
  top: 0;
}
[id^=tab]:checked + label {
  background: #666666;
  color: white;
  top: 0;
}
[id^=tab]:checked ~ [id^=tab-content] {
  display: block;
}
.tab-content {
  display: none;
  left: 0;
  text-align: left;
  width: 100%;
  line-height: 160%;
  padding-top: 50px;
  padding: 30px;
  box-sizing: border-box;
  -webkit-animation-duration: .5s;
  -o-animation-duration: .5s;
  -moz-animation-duration: .5s;
  animation-duration: .5s;
}
@media (max-width: 640px) {
  .woocommerce-account .woocommerce-MyAccount-navigation {
    width: 100%;
  }
  .woocommerce-account .woocommerce-MyAccount-content {
    width: 100%;
  }
  .sidr-menu .alt-menu-toggle {
    top: 47px;
  }
  .nx-slider div.owl-controls div.owl-buttons {
    top: 55%;
  }
  .nx-slider > div.owl-controls div.owl-buttons div.owl-next i,
  .nx-slider > div.owl-controls div.owl-buttons div.owl-prev i {
    font-size: 16px;
    line-height: 16px;
    left: 7px;
    top: 2px;
  }
  .nx-slider > div.owl-controls div.owl-buttons div.owl-next,
  .nx-slider > div.owl-controls div.owl-buttons div.owl-prev {
    height: 20px;
    width: 20px;
  }
  .nx-slider > div.owl-controls div.owl-buttons div.owl-next,
  .nx-slider > div.owl-controls div.owl-buttons div.owl-prev {
    background-color: transparent;
    color: #757575;
  }
  .woocommerce .woo-content .type-product.sale span.onsale,
  .woocommerce-page .woo-content .type-product.sale span.onsale,
  .woocommerce .product span.nx-onsale,
  .woocommerce-page .product span.nx-onsale {
    background-image: url(wp-content/uploads/2016/11/onsale_small.png);
  }
  a.woocommerce-LoopProduct-link {
    min-height: 220px;
  }
  .owl-wrapper-outer.autoHeight {
    height: 290px !important;
  }
  .has-right-sidebar .site-content {
    padding-bottom: 30px;
  }
  .site-header .home-link {
    padding: 12px 0;
  }
}
