a:hover,
a:focus {
  outline: none !important;
}
.btn {
  transition: all 0.5s ease 0s;
}
body .btn-success:focus {
  background-color: #00c2ba;
  border-color: #00c2ba;
  outline: none;
}
body .pagination ul li a {
  border-radius: 0;
}
body .pagination ul .disabled a {
  color: #555555;
}
body .t3-wrapper {
  background-color: #f6f6f6;
}
body .t3-wrapper .t3-topbar .tp-share {
  padding-left: 15px;
}
@media screen and (max-width: 767px) {
  body .t3-wrapper .t3-topbar .tp-share {
    padding-left: 50px;
  }
}
body .module-title {
  padding-top: 20px;
  text-align: center;
  line-height: 1.5;
  color: #333333;
  font-weight: 600;
}
body .module-title span:after {
  content: "\f106 \f106 \f106 \f106 \f106 \f106 \f106 \f106";
  display: block;
  font-family: "FontAwesome";
  font-size: 12px;
  margin-top: 3px;
}
body a {
  outline: none;
}
body a:hover {
  text-decoration: none;
  outline: none;
}
.tp-closeview {
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.46), 0 1px 3px rgba(0, 0, 0, 0.2);
}
.tp-closeview .image-desc {
  perspective: 1000px;
  perspective-origin: 100%;
  -webkit-perspective: 1000px;
  -webkit-perspective-origin: 100%;
  position: relative;
  min-height: 320px;
}
.tp-closeview .image-desc .tp-front {
  box-shadow: -1px 1px 1px 1px rgba(0, 0, 0, 0.2);
  background-color: #ffffff;
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 3;
  transform: rotateY(0deg);
  transform-origin: 0;
  transition: transform 0.6s;
  -webkit-transform: rotateY(0deg);
  -webkit-transform-origin: 0;
  -webkit-transition: 0 1s;
}
.tp-closeview .image-desc .tp-front .j2store-product-image a img {
  width: 100%;
  height: auto;
  max-width: 230px;
}
.tp-closeview .image-desc .tp-front .j2store-product-images .j2store-thumbnail-image a img {
  width: 100%;
  height: auto;
  max-width: 230px;
}
.tp-closeview .image-desc .tp-cover {
  position: absolute;
  background: linear-gradient(rgba(0, 0, 0, 0.01), rgba(0, 0, 0, 0.01));
  width: 100%;
  height: 100%;
  box-shadow: 0px 0px 1px #eee;
  transform: rotateY(0deg);
  z-index: 2;
  transform-origin: 0;
  transition: transform 0.5s;
  -webkit-transform: rotateY(0deg);
  -webkit-transform-origin: 0;
  -webkit-transition: 0 1s;
}
.tp-closeview .image-desc .tp-cover .product-short-description {
  display: block;
}
.tp-closeview .image-desc .tp-cover .product-short-description .book-details {
  transform: rotateY(0deg);
  color: #000000;
}
.tp-closeview .image-desc .tp-back {
  position: absolute;
  background: linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0));
  z-index: 1;
  width: 100%;
  height: 100%;
  border: 2px solid #f2f2f2;
  transform: rotateY(0deg);
  transform-origin: 0;
  transition: transform 1s;
  -webkit-transform: rotateY(0deg);
  -webkit-transform-origin: 0;
  -webkit-transition: 0 1s;
}
.tp-closeview .image-desc .tp-back .product-short-description .book-details {
  color: #000000;
}
.tp-closeview .image-desc .tp-back .product-short-description .book-details h5 {
  color: #000000;
  text-align: center;
  font-weight: bold;
  text-transform: uppercase;
}
.tp-closeview .image-desc .tp-back .product-short-description .book-details table {
  text-align: center;
  width: 90%;
  margin: 0px auto;
}
.tp-closeview .image-desc .tp-back .product-short-description .book-details table th {
  background: #00c2ba;
  color: #ffffff;
}
.tp-closeview .image-desc .tp-back .product-short-description .book-details table tr,
.tp-closeview .image-desc .tp-back .product-short-description .book-details table th,
.tp-closeview .image-desc .tp-back .product-short-description .book-details table td {
  padding: 10px;
}
.tp-closeview .image-desc .tp-back .product-cart-left-block .product_cart_block .j2store-addtocart-form .cart-action-complete {
  text-align: center;
  width: 100%;
}
.tp-closeview .image-desc .tp-back .product-cart-left-block .product_cart_block .j2store-addtocart-form .cart-action-complete .text-success {
  margin: 0;
}
.tp-bookview .image-desc {
  perspective: 1000px;
  perspective-origin: 100%;
  -webkit-perspective: 1000px;
  -webkit-perspective-origin: 100%;
  position: relative;
  min-height: 320px;
}
.tp-bookview .image-desc .tp-front {
  position: absolute;
  width: 100%;
  height: 100%;
  box-shadow: 4px 4px 1px #00c2ba;
  z-index: 4;
  transform: rotateY(-180deg);
  transform-origin: 0;
  transition: transform 1s;
  -webkit-transform: rotateY(-180deg);
  -webkit-transform-origin: 0;
  -webkit-transition: 0 1s;
  background: #eeeeee;
}
.tp-bookview .image-desc .tp-front .j2store-product-images .j2store-thumbnail-image a img {
  width: 100%;
  height: auto;
  max-width: 230px;
}
.tp-bookview .image-desc .tp-cover {
  position: absolute;
  background: linear-gradient(rgba(0, 0, 0, 0.85), rgba(0, 0, 0, 0.85));
  width: 100%;
  height: 100%;
  box-shadow: 4px 4px 1px #00c2ba;
  border: 2px solid #f2f2f2;
  transform: rotateY(-180deg);
  z-index: 5;
  transform-origin: 0;
  transition: transform 1s;
  -webkit-transform: rotateY(-180deg);
  -webkit-transform-origin: 0;
  -webkit-transition: 0 1s;
}
.tp-bookview .image-desc .tp-cover .product-short-description {
  display: block;
}
.tp-bookview .image-desc .tp-cover .product-short-description .book-details {
  transform: rotateY(-180deg);
  color: #000000;
}
.tp-bookview .image-desc .tp-back {
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.46), 0 1px 3px rgba(0, 0, 0, 0.2);
  position: absolute;
  width: 100%;
  height: 100%;
  border: 2px solid #f2f2f2;
  transform: rotateY(0deg);
  z-index: 3;
  transform-origin: 0;
  transition: transform 1s;
  -webkit-transform: rotateY(0deg);
  transform: scale(1);
  -webkit-transform-origin: 0;
  -webkit-transition: 0 1s;
}
.tp-bookview .image-desc .tp-back .product-short-description {
  display: block;
}
.tp-bookview .image-desc .tp-back .product-short-description .book-details {
  transform: rotateY(0deg);
  color: #000000;
}
.tp-bookview .image-desc .tp-back .product-short-description .book-details table {
  text-align: center;
  width: 90%;
  margin: 0px auto;
  border: 1px solid #f2f2f2;
}
.tp-bookview .image-desc .tp-back .product-short-description .book-details table tr:nth-child(even) {
  background-color: #f2f2f2;
}
.tp-bookview .image-desc .tp-back .product-short-description .book-details table th {
  color: #ffffff;
  background: #00c2ba;
}
.tp-bookview .image-desc .tp-back .product-short-description .book-details table tr,
.tp-bookview .image-desc .tp-back .product-short-description .book-details table th,
.tp-bookview .image-desc .tp-back .product-short-description .book-details table td {
  padding: 10px;
}
.tp-bookview .image-desc .tp-back .product-short-description .book-details h5 {
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
  text-align: center;
}
.tp-bookview .image-desc .tp-back .product-cart-left-block .product_cart_block .j2store-addtocart-form .cart-action-complete {
  text-align: center;
  width: 100%;
}
.tp-bookview .image-desc .tp-back .product-cart-left-block .product_cart_block .j2store-addtocart-form .cart-action-complete .text-success {
  margin: 0;
}
.home-2 .t3-topbar {
  background: #ffffff;
  position: relative;
}
.home-2 .t3-topbar:after {
  border-color: #00c2ba #00c2ba rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
  border-style: solid;
  border-width: 40px 1000px 0 45px;
  content: "";
  height: 0;
  left: 40%;
  position: absolute;
  top: 0;
  width: 0;
}
@media screen and (max-width: 767px) {
  .home-2 .t3-topbar:after {
    position: relative;
    border-width: 0;
    border-color: transparent;
  }
}
.home-2 .t3-topbar .text-right {
  background-color: transparent;
}
.home-2 .t3-topbar .nav li a {
  color: #ffffff;
  z-index: 10;
}
@media screen and (max-width: 767px) {
  .home-2 .t3-topbar .nav li a {
    color: #00c2ba;
  }
}
.t3-topbar {
  background: #ffffff;
  font-size: 12px;
  font-weight: 400;
  text-transform: uppercase;
  height: auto;
  position: relative;
  top: 0;
  overflow: hidden;
}
.t3-topbar .container {
  border-left: 0;
  border-right: 0;
}
@media (min-width: 768px) {
  .t3-topbar {
    height: 40px;
  }
}
.t3-topbar .text-right {
  background-color: transparent;
  padding-bottom: 9px;
}
.t3-topbar .text-right ul.nav {
  float: right;
  margin-left: 0px;
}
@media screen and (max-width: 480px) {
  .t3-topbar .text-right ul.nav {
    margin-left: 20px;
  }
}
@media (max-width: 767px) {
  .t3-topbar .nav {
    margin-bottom: 12px;
    padding: 0px 28px;
  }
}
.t3-topbar .nav li {
  display: block;
  float: left;
  overflow: hidden;
}
.t3-topbar .nav li > a {
  margin-right: 13px;
  padding: 0;
  color: #00c2ba;
  height: 30px;
  line-height: 38px;
  border-radius: 0;
  font-weight: 600;
}
.t3-topbar .nav li > a:hover,
.t3-topbar .nav li > a:focus {
  color: #007671;
  background: none;
  border: 0;
}
.t3-topbar .nav li.active > a {
  color: #00c2ba;
  background: none;
}
.t3-topbar .nav li.active > a:hover,
.t3-topbar .nav li.active > a:focus {
  color: #00c2ba;
}
.t3-topbar .nav li + li {
  margin-top: 0;
}
.t3-topbar .tp-share ul {
  padding-left: 0px;
}
.t3-topbar .tp-share ul li {
  list-style: none;
  float: left;
  font-size: 14px;
}
.t3-topbar .tp-share ul li a {
  padding: 8px 12px;
}
.t3-topbar .style-switcher a {
  line-height: 38px;
  margin-right: 20px;
}
.t3-topbar .style-switcher a:hover,
.t3-topbar .style-switcher a:focus {
  text-decoration: none;
}
.home-2 .t3-header {
  background: #ffffff;
}
.home-2 .tp-clients .tp-latest .module-inner .module-ct {
  padding-bottom: 20px;
}
.t3-header {
  padding-top: 20px;
  padding-bottom: 20px;
  *border-bottom: 1px solid #f9f9f9;
  background: #00c2ba;
}
.t3-header1 {
  padding: 0;
  width: 100%;
  z-index: 100;
  top: 0;
}
.t3-header1 .logo {
  margin: 8px 0;
  padding: 0;
}
.t3-header1 .t3-mainnav1 .t3-mainnav {
  background-color: transparent;
}
.t3-header1 .t3-mainnav1 .t3-mainnav .t3-navbar .t3-megamenu ul {
  height: 100%;
}
.t3-header1 .t3-mainnav1 .t3-mainnav .t3-navbar .t3-megamenu ul .active {
  background-color: #008f89;
}
.t3-header1 .t3-mainnav1 .t3-mainnav .t3-navbar .t3-megamenu ul li {
  height: 100%;
  background-color: #00c2ba;
}
.t3-header1 .t3-mainnav1 .t3-mainnav .t3-navbar .t3-megamenu ul li a {
  color: #ffffff;
  border-bottom: 0 none;
}
.t3-header1 .t3-mainnav1 .t3-mainnav .t3-navbar .t3-megamenu ul li .dropdown-menu {
  border-color: #ffffff;
}
.t3-header1 .t3-mainnav1 .t3-mainnav .t3-navbar .t3-megamenu ul li .dropdown-menu .mega-dropdown-inner .mega-inner li {
  background-color: #ffffff;
  padding: 0;
}
.t3-header1 .t3-mainnav1 .t3-mainnav .t3-navbar .t3-megamenu ul li:hover {
  background-color: #008f89;
}
.t3-header1 .search-mod {
  height: 76px;
  line-height: 76px;
  float: right;
}
.t3-header1 .search-mod .form-search .finder .form-group .search-query {
  border-radius: 25px;
  height: 40px;
  border: 2px solid #ffffff;
  width: 100%;
  position: relative;
  top: 0;
  color: #00c2ba;
  background-color: #ffffff;
}
.t3-header1 .search-mod .form-search .finder .btn-primary {
  top: 20px;
  right: 0;
  background-color: #ffffff;
  color: #555555;
  box-shadow: none;
  border-radius: 0;
  outline: none;
}
@media screen and (max-width: 767px) {
  .t3-header1 .search-mod .form-search .finder .btn-primary {
    top: 14px;
  }
}
.t3-header1 .search-mod .form-search .finder .btn:active,
.t3-header1 .search-mod .form-search .finder .btn.active {
  outline: none !important;
}
.search-mod {
  height: 76px;
  line-height: 76px;
  float: right;
}
.search-mod .form-search .finder .form-group .search-query {
  border-radius: 25px;
  height: 40px;
  border: 2px solid #ffffff;
  width: 100%;
  position: relative;
  top: 0;
  color: #00c2ba;
  background-color: #ffffff;
}
.search-mod .form-search .finder .btn-primary {
  top: 20px;
  right: 0;
  background-color: #ffffff;
  color: #555555;
  box-shadow: none;
  border-radius: 0;
  outline: none;
}
@media screen and (max-width: 767px) {
  .search-mod .form-search .finder .btn-primary {
    top: 14px;
  }
}
.search-mod .form-search .finder .btn:active,
.search-mod .form-search .finder .btn.active {
  outline: none !important;
}
.logo {
  text-align: center;
}
@media screen and (min-width: 768px) {
  .logo {
    text-align: left;
  }
}
.logo a {
  display: inline-block;
  line-height: 1;
  margin: 0;
}
.logo-image a img {
  width: 100%;
}
.logo-image span,
.logo-image small {
  display: none;
}
.logo-text a {
  text-decoration: none;
  font-size: 28px;
  font-weight: bold;
}
.logo-text:hover a,
.logo-text a:hover,
.logo-text a:active,
.logo-text a:focus {
  text-decoration: none;
}
.logo-text .site-slogan {
  display: block;
  font-size: 14px;
  margin-top: 5px;
}
.home-2 .search-mod .form-search .finder .form-group .search-query {
  border: 2px solid #00c2ba;
  background-color: #00c2ba;
  color: #ffffff;
}
.home-2 .search-mod .form-search .btn-primary {
  color: #00c2ba !important;
  background-color: #ffffff !important;
  border: 2px solid #00c2ba !important;
}
.search-mod {
  text-align: center;
  height: 63px;
  line-height: 63px;
}
@media (max-width: 350px) {
  .search-mod {
    width: 100%;
  }
}
.search-mod .form-search {
  margin: 0 auto;
  max-width: 460px;
  position: relative;
}
.search-mod .form-search .finder {
  position: relative;
  max-width: 385px;
}
.search-mod .form-search .finder .form-group .search-query {
  border-radius: 25px;
  height: 40px;
  border: 2px solid #ffffff;
  width: 100%;
  position: relative;
  top: 0;
  color: #00c2ba;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .search-mod .form-search .finder .form-group .search-query {
    top: 14px;
  }
}
.search-mod .form-search .finder .btn-primary {
  border-radius: 50%;
  box-shadow: none;
  height: 40px;
  padding: 0;
  position: absolute;
  right: 0px;
  text-align: center;
  width: 42px;
  top: 14px;
  color: #ffffff;
  background-color: #00c2ba;
  border: 2px solid #ffffff;
}
.home-2 .cart-mod .j2store-minicart-button .cart-item-info a i,
.home-2 .cart-mod .j2store-minicart-button .cart-item-info a em {
  background: #00c2ba none repeat scroll 0 0;
  border: 1px solid #00c2ba;
  color: #ffffff;
}
.home-2 .cart-mod .j2store-minicart-button .cart-item-info a .cart-item-count {
  background: #00c2ba;
  border: 2px solid #ffffff;
}
.home-2 .cart-mod .j2-wishlist a i,
.home-2 .cart-mod .j2-wishlist a em {
  background: #00c2ba none repeat scroll 0 0;
  border: 1px solid #00c2ba;
  border-radius: 50%;
  color: #ffffff;
  font-size: 16px;
  height: 40px;
  line-height: 2.4;
  text-align: center;
  width: 40px;
}
.home-2 .cart-mod .j2-wishlist .nav-child .dropdown-menu-inner .t3-module {
  margin-bottom: 0;
}
.home-2 .cart-mod .j2-wishlist .nav-child .dropdown-menu-inner .t3-module .module-inner .module-ct {
  padding: 15px;
}
.cart-mod {
  height: 63px;
  line-height: 63px;
}
@media (max-width: 350px) {
  .cart-mod {
    width: 100%;
  }
}
.cart-mod .j2store-minicart-button {
  text-align: right;
}
.cart-mod .j2store-minicart-button .cart-item-info a i,
.cart-mod .j2store-minicart-button .cart-item-info a em {
  background: #ffffff none repeat scroll 0 0;
  border: 1px solid #ffffff;
  border-radius: 50%;
  color: #00c2ba;
  font-size: 16px;
  height: 40px;
  line-height: 2.3;
  text-align: center;
  width: 40px;
}
.cart-mod .j2store-minicart-button .cart-item-info a .cart-item-count {
  margin-left: -10px;
  position: absolute;
  background: #00c2ba;
  border: 2px solid #ffffff;
  line-height: 1.3;
  top: 8px;
  font-weight: bold;
}
.cart-mod .j2-wishlist {
  text-align: left;
}
.cart-mod .j2-wishlist a i,
.cart-mod .j2-wishlist a em {
  background: #ffffff none repeat scroll 0 0;
  border: 1px solid #ffffff;
  border-radius: 50%;
  color: #00c2ba;
  font-size: 16px;
  height: 40px;
  line-height: 2.3;
  text-align: center;
  width: 40px;
}
.cart-mod .j2-wishlist .nav-child .dropdown-menu-inner .t3-module {
  margin-bottom: 0;
}
.cart-mod .j2-wishlist .nav-child .dropdown-menu-inner .t3-module .module-inner .module-ct {
  padding: 15px;
}
.head-search {
  margin-top: 20px;
}
.head-search:before,
.head-search:after {
  display: table;
  content: " ";
}
.head-search:after {
  clear: both;
}
.head-search form {
  margin: 0;
}
.head-search label {
  display: none;
}
.head-search .search {
  position: relative;
}
.head-search .search:before {
  font-family: "FontAwesome";
  content: "\f002";
  display: block;
  position: absolute;
  left: 10px;
  top: 6px;
  color: #555555;
}
@media screen and (min-width: 768px) {
  .head-search .search {
    float: right;
  }
}
.head-search .form-control {
  width: 100%;
  padding-left: 30px;
}
@media screen and (min-width: 768px) {
  .head-search .form-control {
    width: 150px;
  }
  .head-search .form-control:focus {
    width: 200px;
  }
}
.t3-breadcrumbs {
  padding: 20px 0;
  line-height: 2;
}
.t3-breadcrumbs .breadcrumb {
  border: 1px solid #eeeeee;
  padding: 20px;
}
.t3-breadcrumbs .breadcrumb li a {
  font-weight: bold;
  color: #00c2ba;
}
.t3-breadcrumbs .breadcrumb li + li::before {
  color: #000000;
  content: "\f0da";
  font-family: FontAwesome;
  font-size: 10px;
  font-weight: 300;
}
.t3-sl {
  padding-bottom: 40px;
  padding-top: 40px;
}
@media screen and (min-width: 768px) {
  .t3-sl {
    padding-bottom: 60px;
    padding-top: 60px;
  }
}
.t3-sl-3 {
  padding-bottom: 30px;
}
.tp-clients {
  padding: 50px 0;
  background: #f5f5f5 none repeat scroll 0 0;
}
.t3-sl-1 {
  padding-bottom: 0;
}
.col1 {
  background-image: linear-gradient(rgba(0, 194, 186, 0.75), rgba(0, 194, 186, 0.75)), url("../../templates/bookstore/images/themeparrot/collection/book1.jpg");
  background-size: cover;
  margin-bottom: 0;
}
@media screen and (max-width: 991px) {
  .col1 {
    margin-bottom: 10px;
  }
}
.col2 {
  background-image: linear-gradient(rgba(0, 194, 186, 0.75), rgba(0, 194, 186, 0.75)), url("../../templates/bookstore/images/themeparrot/collection/book2.jpg");
  background-size: cover;
}
.collection_mod {
  margin-bottom: 0px;
}
@media screen and (max-width: 767px) {
  .collection_mod {
    text-align: center;
  }
}
.collection_mod .module-inner {
  padding-top: 20px;
  padding-bottom: 30px;
}
.collection_mod .module-ct .j2store-product-module {
  padding: 0;
  margin: 0;
}
.collection_mod .module-ct .j2store-product-module .product-cart-section {
  padding: 0;
}
.collection_mod .module-ct .j2store-product-module .product-cart-section .j2store-product-image {
  padding: 25px 0px 0px;
  text-align: center;
}
@media screen and (max-width: 991px) {
  .collection_mod .module-ct .j2store-product-module .product-cart-section .j2store-product-image a img {
    max-width: 100%;
  }
}
.collection_mod .module-ct .j2store-product-module .product-cart-section .product-cart-left-block {
  padding: 25px 0px 0px;
  margin-top: 20px;
}
@media screen and (max-width: 991px) {
  .collection_mod .module-ct .j2store-product-module .product-cart-section .product-cart-left-block {
    text-align: center;
    padding: 5px 0px 0px;
    margin-top: 0px;
  }
}
.collection_mod .module-ct .j2store-product-module .product-cart-section .product-cart-left-block .product-title a {
  color: #ffffff;
  font-weight: bold;
  font-size: 20px;
}
.collection_mod .module-ct .j2store-product-module .product-cart-section .product-cart-left-block .product-price-container {
  padding-top: 10px;
  padding-bottom: 5px;
}
.collection_mod .module-ct .j2store-product-module .product-cart-section .product-cart-left-block .product-price-container .base-price,
.collection_mod .module-ct .j2store-product-module .product-cart-section .product-cart-left-block .product-price-container .sale-price,
.collection_mod .module-ct .j2store-product-module .product-cart-section .product-cart-left-block .product-price-container .base-price.strike {
  color: #ffffff !important;
}
.collection_mod .module-ct .j2store-product-module .product-cart-section .product-cart-left-block .product-price-container .sales {
  float: right;
  position: absolute;
  right: 30px;
  text-align: right;
}
.collection_mod .module-ct .j2store-product-module .product-cart-section .product-cart-left-block .product-price-container .sales .sale-tag {
  background-color: #333333;
  padding: 5px 12px;
}
.collection_mod .module-ct .j2store-product-module .product-cart-section .product-cart-left-block .product-price-container .sales .sale-tag span {
  color: #ffffff;
  font-weight: bold;
}
.collection_mod .module-ct .j2store-product-module .product-cart-section .product-cart-left-block .product-short-description {
  max-width: 100%;
  text-align: left;
}
@media screen and (max-width: 991px) {
  .collection_mod .module-ct .j2store-product-module .product-cart-section .product-cart-left-block .product-short-description {
    margin-left: auto;
    margin-right: auto;
    max-width: 220px;
    text-align: center;
  }
}
.collection_mod .module-ct .j2store-product-module .product-cart-section .product-cart-left-block .product-short-description .book-details {
  font-size: 16px;
  color: #ffffff;
}
.collection_mod .module-ct .j2store-product-module .product-cart-section .product-cart-left-block .product-short-description .book-details h5 {
  color: #ffffff;
  font-size: 16px;
}
.collection_mod .module-ct .j2store-product-module .product-cart-section .product-cart-left-block .product-short-description .book-details table tbody th {
  padding: 1px 20px 0px 1px;
  font-size: 18px;
}
.collection_mod .module-ct .j2store-product-module .product-cart-section .product-cart-left-block .product-short-description .book-details table tbody th,
.collection_mod .module-ct .j2store-product-module .product-cart-section .product-cart-left-block .product-short-description .book-details table tbody td {
  line-height: 2.4;
}
.collection_mod .module-ct .j2store-product-module .product-cart-section .product-cart-left-block .product-short-description .book-details table tbody td {
  font-weight: bold;
}
.collection_mod .module-ct .j2store-product-module .product-cart-section .product-cart-left-block .product_cart_block {
  position: relative;
  transform: translate3d(0px, 110px, 0px);
  overflow: hidden;
  display: inline-flex;
  opacity: 0;
  height: 120px;
  transition: all 0.5s ease 0s;
}
.collection_mod .module-ct .j2store-product-module .product-cart-section .product-cart-left-block .product_cart_block .j2store-addtocart-form .cart-action-complete {
  position: absolute;
  bottom: 20px;
}
.collection_mod .module-ct .j2store-product-module .product-cart-section .product-cart-left-block .product_cart_block .j2store-addtocart-form .cart-action-complete .text-success {
  color: #ffffff;
}
.collection_mod .module-ct .j2store-product-module .product-cart-section .product-cart-left-block .product_cart_block .j2store-addtocart-form .cart-action-complete .text-success a {
  color: #ffffff;
  font-weight: bold;
}
.collection_mod .module-ct .j2store-product-module .product-cart-section .product-cart-left-block .product_cart_block .j2store-addtocart-form .j2store-add-to-cart .product-qty {
  display: none;
}
.collection_mod .module-ct .j2store-product-module .product-cart-section .product-cart-left-block .product_cart_block .product-wishlist {
  display: none;
}
.collection_mod .module-ct .j2store-product-module .product-cart-section .product-cart-left-block .product_cart_block .image-mod .btn-primary {
  padding-bottom: 15px;
  position: relative;
  top: 22px;
  padding-top: 13px;
}
.collection_mod .module-ct .j2store-product-module .product-cart-section .product-cart-left-block .product_cart_block .j2store-product-quickview-modal {
  line-height: 1.7;
}
.collection_mod .module-ct .j2store-product-module .product-cart-section .product-cart-left-block .product_cart_block .j2store-cart-button,
.collection_mod .module-ct .j2store-product-module .product-cart-section .product-cart-left-block .product_cart_block .j2store-product-quickview-modal,
.collection_mod .module-ct .j2store-product-module .product-cart-section .product-cart-left-block .product_cart_block .btn-primary,
.collection_mod .module-ct .j2store-product-module .product-cart-section .product-cart-left-block .product_cart_block .product-wishlist-link {
  width: 52px;
  height: 45px;
  border-radius: 0;
  background-color: #333;
  color: #ffffff;
  border-radius: 5px;
  box-shadow: none;
  margin: 10px;
  transition: all 0.6s ease 0s;
}
.collection_mod .module-ct .j2store-product-module .product-cart-section .product-cart-left-block .product_cart_block .j2store-cart-button:hover,
.collection_mod .module-ct .j2store-product-module .product-cart-section .product-cart-left-block .product_cart_block .j2store-product-quickview-modal:hover,
.collection_mod .module-ct .j2store-product-module .product-cart-section .product-cart-left-block .product_cart_block .btn-primary:hover,
.collection_mod .module-ct .j2store-product-module .product-cart-section .product-cart-left-block .product_cart_block .product-wishlist-link:hover {
  color: #555555;
  background-color: #ffffff;
}
.collection_mod:hover .module-inner .module-ct .j2store-product-module .j2store-module-product .product-cart-section .product-cart-left-block .product_cart_block {
  transform: translate3d(0px, 30px, 0px);
  opacity: 1;
}
.t3-sl-2 {
  padding-top: 0;
  padding-bottom: 0;
}
.t3-spotlight-1,
.t3-spotlight-2 {
  background: #f9f9f9;
}
.t3-spotlight-1 .col-lg-6.col-md-6.col-sm-12.col-xs-12,
.t3-spotlight-2 .col-lg-6.col-md-6.col-sm-12.col-xs-12,
.t3-spotlight-1 .col-lg-6.col-md-6.col-sm-6.col-xs-12,
.t3-spotlight-2 .col-lg-6.col-md-6.col-sm-6.col-xs-12 {
  padding: 0;
}
.t3-spotlight-1 .icon-custom .module-ct .custom,
.t3-spotlight-2 .icon-custom .module-ct .custom {
  text-align: left;
}
@media screen and (max-width: 480px) {
  .t3-spotlight-1 .icon-custom .module-ct .custom,
  .t3-spotlight-2 .icon-custom .module-ct .custom {
    text-align: center;
  }
}
.t3-spotlight-1 .icon-custom .module-ct .custom .custom-tag,
.t3-spotlight-2 .icon-custom .module-ct .custom .custom-tag {
  display: inline-flex;
  font-family: "Raleway", sans-serif;
}
.t3-spotlight-1 .icon-custom .module-ct .custom .custom-tag .tag-icon i,
.t3-spotlight-2 .icon-custom .module-ct .custom .custom-tag .tag-icon i,
.t3-spotlight-1 .icon-custom .module-ct .custom .custom-tag .tag-icon em,
.t3-spotlight-2 .icon-custom .module-ct .custom .custom-tag .tag-icon em {
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #f2f2f2;
  color: #00c2ba;
  border-radius: 50%;
  font-size: 30px;
  height: 80px;
  line-height: 2.5;
  text-align: center;
  transition: all 0.5s ease-in-out 0s;
  width: 80px;
}
.t3-spotlight-1 .icon-custom .module-ct .custom .custom-tag .text,
.t3-spotlight-2 .icon-custom .module-ct .custom .custom-tag .text {
  padding-left: 10px;
}
.t3-spotlight-1 .icon-custom .module-ct .custom .custom-tag .text h5 a,
.t3-spotlight-2 .icon-custom .module-ct .custom .custom-tag .text h5 a {
  color: #00c2ba;
  font-weight: bold;
  font-size: 16px;
  text-transform: uppercase;
}
.t3-spotlight-1 .icon-custom .module-ct .custom .custom-tag .text p,
.t3-spotlight-2 .icon-custom .module-ct .custom .custom-tag .text p {
  color: #555555;
}
.t3-spotlight-1 .icon-custom:hover .module-ct .custom .custom-tag .tag-icon i,
.t3-spotlight-2 .icon-custom:hover .module-ct .custom .custom-tag .tag-icon i,
.t3-spotlight-1 .icon-custom:hover .module-ct .custom .custom-tag .tag-icon em,
.t3-spotlight-2 .icon-custom:hover .module-ct .custom .custom-tag .tag-icon em {
  background-color: #00c2ba;
  border: 1px solid #00c2ba;
  color: #ffffff;
}
.t3-module .module-inner .module-ct .j2store-product-module .owl-controls {
  margin-top: 0px;
  padding-top: 0px;
  top: 0px;
  float: none;
}
.t3-module .module-inner .module-ct .j2store-product-module .owl-controls .owl-pagination .owl-page span {
  height: 6px;
  width: 20px;
}
.t3-module .module-inner .module-ct .j2store-product-module .owl-controls .owl-pagination .owl-page.active span {
  background: #00c2ba;
}
.t3-module .module-inner .module-ct .j2store-product-module .owl-wrapper-outer .owl-wrapper .owl-item .j2store-module-product .tp-front {
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
.t3-module .module-inner .module-ct .j2store-product-module .owl-wrapper-outer .owl-wrapper .owl-item .j2store-module-product .tp-front .j2store-product-image {
  text-align: center;
}
.t3-module .module-inner .module-ct .j2store-product-module .owl-wrapper-outer .owl-wrapper .owl-item .j2store-module-product .tp-closeview {
  box-shadow: none;
}
.t3-module .module-inner .module-ct .j2store-product-module .owl-wrapper-outer .owl-wrapper .owl-item .j2store-module-product .tp-back {
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
.t3-module .module-inner .module-ct .j2store-product-module .owl-wrapper-outer .owl-wrapper .owl-item .j2store-module-product .tp-back .product-short-description .book-details {
  overflow: hidden;
}
.t3-module .module-inner .module-ct .j2store-product-module .owl-wrapper-outer .owl-wrapper .owl-item .j2store-module-product .product-title {
  text-align: center;
}
.t3-module .module-inner .module-ct .j2store-product-module .owl-wrapper-outer .owl-wrapper .owl-item .j2store-module-product .product-title a {
  font-size: 21px;
  color: #3a3a3a;
  text-transform: capitalize;
  text-decoration: none;
}
.t3-module .module-inner .module-ct .j2store-product-module .owl-wrapper-outer .owl-wrapper .owl-item .j2store-module-product .product-title a:hover {
  color: #00c2ba;
}
.t3-module .module-inner .module-ct .j2store-product-module .owl-wrapper-outer .owl-wrapper .owl-item .j2store-module-product .product_cart_block .j2store-addtocart-form .j2store-add-to-cart {
  text-align: center;
}
.t3-module .module-inner .module-ct .j2store-product-module .owl-wrapper-outer .owl-wrapper .owl-item .j2store-module-product .product_cart_block .j2store-addtocart-form .j2store-add-to-cart .product-qty {
  display: none;
}
.t3-module .module-inner .module-ct .j2store-product-module .owl-wrapper-outer .owl-wrapper .owl-item .j2store-module-product .product_cart_block .j2store-addtocart-form .j2store-add-to-cart .product-qty .input-mini {
  display: inline;
  width: 50px !important;
}
.t3-module .module-inner .module-ct .j2store-product-module .owl-wrapper-outer .owl-wrapper .owl-item .j2store-module-product .product_cart_block .j2store-addtocart-form .j2store-add-to-cart .j2store-cart-button {
  max-width: 100%;
}
.t3-module .module-inner .module-ct .j2store-product-module .owl-wrapper-outer .owl-wrapper .owl-item .j2store-module-product .product_cart_block .j2store-addtocart-form .product-wishlist {
  display: none;
}
.t3-module .module-inner .module-ct .j2store-product-module .owl-wrapper-outer .owl-wrapper .owl-item .j2store-module-product .product-price-container {
  display: inline-block;
  text-align: center;
  position: relative;
  padding: 5px 0;
}
.t3-module .module-inner .module-ct .j2store-product-module .owl-wrapper-outer .owl-wrapper .owl-item .j2store-module-product .product-price-container .sale-price,
.t3-module .module-inner .module-ct .j2store-product-module .owl-wrapper-outer .owl-wrapper .owl-item .j2store-module-product .product-price-container .base-price {
  display: inline;
}
.t3-module .module-inner .module-ct .j2store-product-module .owl-wrapper-outer .owl-wrapper .owl-item .j2store-module-product .product-price-container .base-price.strike {
  color: #555555;
  font-size: 14px;
}
.t3-module .module-inner .module-ct .j2store-product-module .owl-wrapper-outer .owl-wrapper .owl-item .j2store-module-product .click_btn {
  background-color: rgba(27, 29, 42, 0.886);
  height: 100%;
  opacity: 0;
  position: absolute;
  text-align: center;
  z-index: 2;
  transition: all 0.5s ease-in-out 0s;
}
.t3-module .module-inner .module-ct .j2store-product-module .owl-wrapper-outer .owl-wrapper .owl-item .j2store-module-product .click_btn .button-views {
  display: inline-block;
  margin-top: 50%;
}
.t3-module .module-inner .module-ct .j2store-product-module .owl-wrapper-outer .owl-wrapper .owl-item .j2store-module-product .click_btn .button-views a {
  display: inline;
  position: absolute;
  font-size: 16px;
  font-weight: normal;
  height: 45px;
  line-height: 40px;
  opacity: 1;
  padding: 0;
  text-align: center;
  transition: all 0.5s ease 0s;
  width: 45px;
  z-index: 3;
  transform: translateY(-18px) rotate(45deg) translateX(40px);
}
.t3-module .module-inner .module-ct .j2store-product-module .owl-wrapper-outer .owl-wrapper .owl-item .j2store-module-product .click_btn .button-views a i {
  transform: rotate(-45deg);
}
.t3-module .module-inner .module-ct .j2store-product-module .owl-wrapper-outer .owl-wrapper .owl-item .j2store-module-product .click_btn .button-views a.j2store-product-quickview-modal {
  display: inline;
  transform: translateX(-25px) rotate(45deg) translateY(15px);
}
.t3-module .module-inner .module-ct .j2store-product-module .owl-wrapper-outer .owl-wrapper .owl-item:hover .click_btn {
  opacity: 1.0;
}
.t3-module .collection-image {
  min-height: 604px;
  width: 100%;
}
@media (max-width: 767px) {
  .t3-module .collection-image {
    margin-left: 0;
  }
}
.t3-sl-3 {
  background: #f9f9f9;
}
.t3-sl-3 .t3-module .module-inner .module-title {
  text-align: center;
  font-size: 20px;
  color: #00c2ba;
  font-weight: 600;
}
.t3-sl-3 .t3-module .module-inner .module-ct .nav.nav-pills {
  display: block;
  text-align: center;
  margin: 10px auto;
}
.t3-sl-3 .t3-module .module-inner .module-ct .nav.nav-pills li {
  display: inline-block;
  float: none;
}
.t3-sl-3 .t3-module .module-inner .module-ct .nav.nav-pills li a {
  background: transparent;
  color: #3a3a3a;
  border-bottom: 1px solid #eeeeee;
  font-weight: bold;
  border-radius: 0;
  text-transform: uppercase;
}
.t3-sl-3 .t3-module .module-inner .module-ct .nav.nav-pills li a:hover,
.t3-sl-3 .t3-module .module-inner .module-ct .nav.nav-pills li a:focus {
  background: transparent;
  color: #222222;
}
.t3-sl-3 .t3-module .module-inner .module-ct .nav.nav-pills li.active a {
  border-bottom: 1px solid #00c2ba;
  background: transparent;
  font-size: 18px;
  color: #333333;
}
.t3-sl-3 .t3-module .module-inner .module-ct .nav.nav-pills li.active a:hover,
.t3-sl-3 .t3-module .module-inner .module-ct .nav.nav-pills li.active a:focus {
  background: transparent;
  color: #222222;
}
.t3-sl-3 .t3-module .module-inner .module-ct .tab-content {
  display: block;
  margin-top: 40px;
}
.t3-sl-3 .t3-module .module-inner .module-ct .tab-content .tab-pane .tp-blog.category-module li .spacer {
  background: #ffffff;
  border-radius: 8px;
  box-shadow: 0 0 2px 2px #eeeeee;
}
.t3-sl-3 .t3-module .module-inner .module-ct .tab-content .tab-pane .tp-blog.category-module li .spacer .article-img {
  overflow: hidden;
  position: relative;
}
.t3-sl-3 .t3-module .module-inner .module-ct .tab-content .tab-pane .tp-blog.category-module li .spacer .article-img:before {
  background: rgba(0, 0, 0, 0) linear-gradient(to right, rgba(255, 255, 255, 0) 0px, rgba(255, 255, 255, 0.3) 100%) repeat scroll 0 0;
  content: "";
  display: block;
  height: 100%;
  left: -75%;
  position: absolute;
  top: 0;
  transform: skewX(-25deg);
  width: 50%;
  z-index: 2;
}
.t3-sl-3 .t3-module .module-inner .module-ct .tab-content .tab-pane .tp-blog.category-module li .spacer .article-img img {
  transition: all 0.3s ease-in-out 0s;
}
.t3-sl-3 .t3-module .module-inner .module-ct .tab-content .tab-pane .tp-blog.category-module li .spacer .blog-item {
  text-align: center;
  padding: 10px;
}
.t3-sl-3 .t3-module .module-inner .module-ct .tab-content .tab-pane .tp-blog.category-module li .spacer .blog-item .mod-articles-category-title h3 {
  color: #3a3a3a;
  font-size: 20px;
}
.t3-sl-3 .t3-module .module-inner .module-ct .tab-content .tab-pane .tp-blog.category-module li .spacer .blog-item .mod-articles-category-date {
  color: #00c2ba;
}
.t3-sl-3 .t3-module .module-inner .module-ct .tab-content .tab-pane .tp-blog.category-module li .spacer .blog-item .mod-articles-category-introtext {
  margin-top: 10px;
}
.t3-sl-3 .t3-module .module-inner .module-ct .tab-content .tab-pane .tp-blog.category-module li .spacer .blog-item .mod-articles-category-readmore .mod-articles-category-title-readmore {
  font-weight: 500;
}
.t3-sl-3 .t3-module .module-inner .module-ct .tab-content .tab-pane .tp-blog.category-module li:hover .article-img img {
  transition: all 0.3s ease-in-out 0s;
  transform: scale(1.1, 1.1);
}
.t3-sl-3 .t3-module .module-inner .module-ct .tab-content .tab-pane .tp-blog.category-module li:hover .article-img:before {
  animation: 1s ease 0s normal none 1 running shine;
}
.home-page .t3-navhelper {
  padding-top: 30px;
}
.home-page .t3-navhelper .t3-module .module-inner .module-ct .custom #myCarousel_br {
  padding: 40px 0px 20px;
}
.t3-wrapper .home .t3-spotlight-1 .custom-img .module-inner .module-ct .custom .custom-image {
  margin-bottom: 60px;
}
.t3-wrapper .home .t3-sl-2 {
  background: #f5f5f5 none repeat scroll 0 0;
}
.t3-wrapper .home .t3-sl-4 {
  background-image: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url("../../templates/bookstore/images/themeparrot/testimonial_bg.jpg");
  background-attachment: fixed;
  background-size: cover;
}
.t3-wrapper .home .t3-sl-4 .t3-module .module-inner .module-title span {
  color: #ffffff;
}
.home .t3-sl-4 .t3-module .module-ct .clients-feedback {
  padding-top: 20px;
}
.home .t3-sl-4 .t3-module .module-ct .clients-feedback .feed-back {
  background: #ffffff;
  padding: 20px 20px 0px;
  margin-top: 20px;
  border-radius: 10px;
}
.home .t3-sl-4 .t3-module .module-ct .clients-feedback .feed-back p {
  color: #333333;
}
.home .t3-sl-4 .t3-module .module-ct .clients-feedback .feed-back p img {
  max-width: 100px;
  width: 100%;
  height: auto;
  border-radius: 50%;
}
.home .t3-sl-4 .t3-module .module-ct .clients-feedback .feed-back p span {
  font-weight: bold;
  margin-left: 20px;
  font-size: 18px;
}
.home .t3-sl-4 .t3-module .module-ct .clients-feedback .feed-back:after {
  border-color: #ffffff transparent transparent;
  border-style: solid;
  border-width: 20px 20px 0 10px;
  bottom: -10px;
  content: "";
  height: 0;
  left: 50%;
  margin-left: -14px;
  position: absolute;
  transition: all 0.3s ease 0s;
  width: 0;
}
.t3-mainbody {
  padding-top: 20px;
  padding-bottom: 20px;
}
.t3-content {
  padding-top: 20px;
  padding-bottom: 20px;
}
.t3-content .blog-featured .page-header {
  border: none;
  background: #f9f9f9;
  text-align: center;
  padding: 15px;
}
.t3-content .blog-featured .page-header h1 {
  text-transform: uppercase;
  font-size: 18px;
}
.layout-blog .t3-sidebar {
  margin-top: 30px;
}
.t3-sidebar {
  padding-top: 20px;
  padding-bottom: 20px;
}
.t3-sidebar .module-title {
  background: #00c2ba;
  border-bottom: 3px solid #007671;
  color: #ffffff;
  padding: 13px 10px;
  margin-bottom: 0px;
}
.t3-sidebar .module-title span:after {
  display: none;
}
.t3-sidebar .category-module {
  border: 1px solid #eee;
  border-top: 1px solid transparent;
}
.t3-sidebar .category-module li {
  padding: 15px;
  border-bottom: 1px solid #eee;
}
.t3-sidebar .category-module li a {
  color: #3a3a3a;
  font-size: 14px;
}
.t3-sidebar .category-module li a:hover {
  color: #00c2ba;
}
.t3-sidebar .tags-mod ul {
  margin-top: 15px;
}
.t3-sidebar .tags-mod ul li {
  margin: 0 5px 8px 0;
}
.t3-sidebar .tags-mod ul li a {
  padding: 10px 12px;
  text-transform: uppercase;
  color: #555;
  border-radius: 0;
}
.t3-sidebar .tags-mod ul li a:hover {
  color: #ffffff;
}
.t3-sidebar .nav li {
  background: #f9f9f9;
  padding: 15px;
  margin: 1px;
}
.t3-sidebar .nav li:hover {
  background: #edebeb;
}
.t3-sidebar .nav li:hover a {
  text-decoration: none;
}
.t3-sidebar .nav li .fa {
  color: #00c2ba;
  padding: 7px;
}
.t3-sidebar .nav li a {
  color: #3a3a3a;
  font-size: 18px;
  font-weight: normal;
  padding: 0 15px;
}
.t3-sidebar .tp-categories li {
  padding: 15px;
  margin: 1px;
}
.t3-sidebar .tp-categories li:hover a {
  text-decoration: none;
}
.t3-sidebar .tp-categories li .fa {
  color: #00c2ba;
  padding: 7px;
}
.t3-sidebar .tp-categories li a {
  color: #00c2ba;
  font-size: 18px;
  font-weight: normal;
}
.t3-sidebar .tp-categories li .mod-articles-category-readmore a {
  font-size: 14px;
  font-weight: normal;
}
.t3-sidebar .tp-categories .j2store_products .j2store_product_image {
  float: left;
}
.t3-sidebar .tp-categories .j2store_products .j2store_product_content_block {
  position: relative;
  left: 15px;
  top: -15px;
}
.t3-sidebar .tp-categories .j2store_products .j2store_product_price {
  color: #ff3333;
}
.t3-sidebar .tp-categories .j2store_products .j2store_product_special_price {
  color: #3a3a3a;
}
.t3-sidebar .tp-categories .j2store_products .sale-tag {
  display: none;
}
.t3-sidebar .tp-categories .j2store_products .item-content {
  display: inline-block;
}
.t3-sidebar .tp-categories #miniJ2StoreCart {
  background-color: #f9f9f9;
  padding: 16px;
  color: #3a3a3a;
  text-align: center;
}
.t3-sidebar .tp-categories #miniJ2StoreCart .j2store-minicart-button {
  margin-top: 10px;
}
.t3-sidebar .tp-categories .form-search {
  margin-top: 20px;
}
.t3-sidebar .tp-categories .form-search .form-control {
  border-radius: 0;
  box-shadow: 0 3px #edebeb;
  height: 40px;
  width: 64%;
}
.t3-slideshow .sp-smart-slider .sp-slider-items .sp-slider-item .sp-slider-image {
  background-position: 0% 7%;
}
.t3-slideshow .sp-smart-slider .sp-slider-items .sp-slider-item .sp-slider-content {
  background-color: rgba(27, 29, 42, 0.888);
  position: absolute;
  left: 81px;
}
@media (max-width: 767px) {
  .t3-slideshow .sp-smart-slider .sp-slider-items .sp-slider-item .sp-slider-content {
    left: 10px;
    width: 87%;
    top: 7%;
  }
}
.t3-slideshow .sp-smart-slider .slider-arrow-nav {
  position: absolute;
  right: 75px;
  bottom: 150px;
}
.rev_slider ul li {
  z-index: 1 !important;
}
.rev_slider .tp-caption .tp-btn {
  padding: 10px !important;
  font-weight: normal;
}
.rev_slider .tp-caption .btn-white {
  background-color: #ffffff;
  color: #00c2ba;
  border: 1px solid #00c2ba;
}
.rev_slider .tp-caption .btn-white:hover {
  background-color: #00c2ba;
  color: #ffffff;
  border: 1px solid #00c2ba;
}
.rev_slider .tp-caption .btn-primary {
  box-shadow: none;
  color: #ffffff;
  border: 1px solid #00c2ba;
}
.rev_slider .tp-caption .btn-primary:hover {
  background-color: #ffffff;
  color: #00c2ba;
  border: 1px solid #00c2ba;
}
.tp-bullets.preview4 {
  display: block;
  height: 120px !important;
}
@media screen and (max-width: 767px) {
  .tp-bullets.preview4 {
    display: none;
  }
}
.tp-bullets.preview4 .bullet {
  border-radius: 0px !important;
}
.tp-blog-block .text-overlay {
  position: relative;
  border: 1px solid #f2f2f2;
}
.tp-blog-block .text-overlay img {
  width: 100%;
  height: auto;
}
.tp-blog-block .text-overlay .text-overlay-caption {
  line-height: 1.8;
  font-weight: 600;
  padding: 30px 15px;
  text-transform: capitalize;
}
.tp-blog-block .text-overlay .text-overlay-caption span {
  font-size: 18px;
}
.tp-blog-block .text-overlay .text-overlay-caption .btn-primary {
  margin-top: 15px;
  border-radius: 0;
  font-weight: bold;
}
.tp-blog-block .text-overlay .text-overlay-caption:hover,
.tp-blog-block .text-overlay .text-overlay-caption:focus {
  text-decoration: none;
}
.tp-blog-block .text-overlay .text-overlay-caption.left {
  left: 15px;
  position: absolute;
  top: 0;
}
.tp-blog-block .text-overlay .text-overlay-caption.left.black span {
  font-size: 24px;
  line-height: 1.5;
}
.tp-blog-block .text-overlay .text-overlay-caption.right {
  right: 0px;
  text-align: right;
  position: absolute;
  top: 50%;
}
.tp-blog-block .text-overlay .text-overlay-caption.white {
  color: #ffffff;
}
.tp-blog-block .text-overlay .text-overlay-caption.white span {
  color: #ffffff;
}
.tp-blog-block .text-overlay .text-overlay-caption.white:before {
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  opacity: 0.2;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.tp-blog-block .text-overlay .text-overlay-caption.black {
  background: rgba(255, 255, 255, 0.8);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: "";
  text-align: center;
  line-height: 4;
}
.tp-blog-block .text-overlay .text-overlay-caption.black span {
  color: #333333;
}
.tp-blog-block .text-overlay:hover figure img {
  transition: all 0.3s ease-in-out 0s;
  transform: scale(1.1, 1.1);
}
.tp-blog-block .text-overlay:hover figure:before {
  animation: 1s ease 0s normal none 1 running shine;
}
.tp-blog-block figure {
  overflow: hidden;
  position: relative;
}
.tp-blog-block figure:before {
  background: rgba(0, 0, 0, 0) linear-gradient(to right, rgba(255, 255, 255, 0) 0px, rgba(255, 255, 255, 0.3) 100%) repeat scroll 0 0;
  content: "";
  display: block;
  height: 100%;
  left: -75%;
  position: absolute;
  top: 0;
  transform: skewX(-25deg);
  width: 50%;
  z-index: 2;
}
.tp-blog-block figure img {
  transition: all 0.3s ease-in-out 0s;
  min-height: 275px;
}
@keyframes shine {
  100% {
    left: 125%;
  }
}
.tp-blog-block .tp-blog-1 .block-left .block-left-top {
  margin-bottom: 45px;
}
.home-5 .tp-container .t3-sl-1 .t3-spotlight-1,
.home-3 .tp-container .t3-sl-1 .t3-spotlight-1 {
  margin: 60px 0;
}
.home-2 .tp-container .t3-sl-1 .t3-spotlight-1 .t3-module {
  margin-bottom: 0;
}
.tp-master {
  padding: 0px;
}
.tp-master img {
  width: 100%;
}
.tp-mailing table.acymailing_form {
  margin-left: -1px;
  margin-top: 16px;
}
.tp-mailing .acymailing_module a.acymailing_togglemodule.modal {
  position: relative !important;
  overflow-x: hidden;
  overflow-y: hidden;
}
.tp-mailing .acymailing_module a.acymailing_togglemodule.modal:hover,
.tp-mailing .acymailing_module a.acymailing_togglemodule.modal:focus {
  color: #ffffff;
}
.tp-mailing .acymailing_module_form .acymailing_introtext {
  line-height: 28px;
  color: #edebeb;
}
.tp-mailing a.acymailing_togglemodule:hover,
.tp-mailing a.acymailing_togglemodule:focus {
  color: #ffffff;
}
.tp-mailing .acymailing_module .acymailing_form .acyfield_email {
  width: 190px !important;
}
.tp-mailing .acymailing_module .acymailing_form input[type="text"] {
  border-radius: 0px;
  border: none;
  height: 40px;
}
.tp-mailing .acymailing_module .acymailing_form .acysubbuttons,
.tp-mailing .acymailing_module .acymailing_form .acyfield_email,
.tp-mailing .acymailing_module .acymailing_form .acyfield_name,
.tp-mailing .acymailing_module .acymailing_form .acyterms {
  margin: 5px 0 !important;
  text-align: left;
  vertical-align: middle;
}
.tp-mailing .acymailing_module .acymailing_form .unsubbutton,
.tp-mailing .acymailing_module .acymailing_form .subbutton {
  background: #00c2ba;
  color: #ffffff;
  cursor: pointer;
  height: auto;
  border-radius: 0px;
  box-shadow: none;
}
.tp-mailing .acymailing_module .acymailing_form .unsubbutton:hover,
.tp-mailing .acymailing_module .acymailing_form .subbutton:hover {
  color: #ffffff;
}
.item-page h5 {
  font-weight: bold;
}
.item-page .tp-content {
  margin-left: 300px;
}
@media (max-width: 767px) {
  .item-page .tp-content {
    margin-left: 0px;
    display: inline-block;
  }
}
.item-page .j2store {
  margin-top: 30px;
}
.item-page .j2store .product_price {
  display: inline-block;
}
.item-page .j2store .product_special_price {
  float: right;
}
.item-page .j2store .product_sku {
  margin-top: 28px;
}
.item-page .j2store .product_sku span {
  font-weight: bold;
}
.item-page .j2store .product_quantity_input {
  margin-top: 10px;
  display: inline-block;
}
.item-page .j2store .product_quantity_input span {
  font-weight: bold;
}
.item-page .j2store .j2store_add_to_cart,
.item-page .j2store .j2store-notification {
  float: right;
}
.tp-content img,
.item-image img {
  width: 100%;
}
.view-products {
  background-color: #f5f5f5;
}
.view-products .t3-breadcrumbs .container .breadcrumb {
  background-color: #ffffff;
  box-shadow: -1px 1px 1px 1px rgba(0, 0, 0, 0.2);
}
.j2store-product-list .product-title {
  text-transform: capitalize;
  font-size: 16px;
}
.j2store-product-list .product-title:hover {
  color: #00c2ba;
}
.j2store-product-list .j2store-addtocart-form {
  margin-top: 0;
}
.j2store-product-list .j2store-addtocart-form .j2store-add-to-cart {
  margin-left: 0;
  margin-top: 0;
}
.j2store-product-list .j2store-addtocart-form .j2store-add-to-cart .product-qty {
  display: none;
}
.product-price-container {
  display: inline-flex;
}
.product-price-container .base-price {
  color: #00c2ba;
  padding-right: 10px;
  font-size: 16px;
  font-weight: 600;
}
.product-price-container .base-price.strike {
  text-decoration: line-through;
  color: #555555;
  font-weight: 300 !important;
}
.product-price-container .sale-price {
  color: #00c2ba;
  font-size: 18px;
  font-weight: 600;
}
.product-qty .input-mini {
  height: 42px !important;
  width: 52px !important;
}
#j2store_currency a {
  border: 1px solid #ccc;
  cursor: pointer;
  display: inline-block;
  margin: 10px 5px 10px 0px;
  padding: 2px 4px;
  text-decoration: none;
}
.wishlist .j2store-wishlist-items .j2store-wishlist-form .input-mini {
  width: auto;
  height: 42px;
  display: inline;
}
.wishlist .j2store-wishlist-items .product-wishlist-remove {
  background-color: #555555;
  box-shadow: 0 3px #555555;
}
.j2store-product-compare .j2store-product-compare-container table {
  text-align: center;
  width: 90%;
  margin: 0px auto;
}
.j2store-product-compare .j2store-product-compare-container table tr,
.j2store-product-compare .j2store-product-compare-container table th,
.j2store-product-compare .j2store-product-compare-container table td {
  padding: 10px;
}
.j2store-product-compare .j2store-product-compare-container .product-title {
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
}
.j2store-product-compare .j2store-product-compare-container .product-compare-remove {
  float: right;
  padding: 5px 10px;
  border: 1px solid #00c2ba;
  background-color: #ffffff;
  color: #00c2ba;
}
.j2store-product-compare .j2store-product-compare-container .product-compare-remove:hover {
  background-color: #00c2ba;
  color: #ffffff;
}
.j2store-product-compare .j2store-product-compare-container .compare-product-price-container {
  display: inline-flex;
}
.j2store-product-compare .j2store-product-compare-container .compare-product-price-container .base-price {
  color: #00c2ba;
  padding-right: 10px;
  font-size: 14px;
  font-weight: 600;
}
.j2store-product-compare .j2store-product-compare-container .compare-product-price-container .base-price.strike {
  text-decoration: line-through;
  color: #555555 !important;
  font-weight: 300 !important;
}
.j2store-product-compare .j2store-product-compare-container .compare-product-price-container .sale-price {
  color: #00c2ba;
  font-size: 16px;
  font-weight: 600;
}
.j2store-product-compare .j2store-product-compare-container .j2store_add_to_cart_button {
  margin-top: 8px;
}
.j2store-product-compare .j2store-product-compare-container .btn-danger {
  box-shadow: 0 3px #555555;
  background-color: #555555;
}
#j2storeaddressForm h3 {
  text-align: center;
}
#j2storeaddressForm #address {
  line-height: 3;
}
.j2store .j2store-login-form {
  padding: 20px;
  text-align: center;
  border: 1px solid #eeeeee;
}
.j2store .j2store-login-form h3 {
  margin-bottom: 20px;
}
.j2store .j2store-login-form #j2storeOrderLoginForm label {
  display: inline-flex;
  color: #555555;
  font-weight: bold;
  margin: 10px auto;
  max-width: 100%;
}
.j2store .j2store-login-form #j2storeOrderLoginForm label input[type="text"],
.j2store .j2store-login-form #j2storeOrderLoginForm label input[type="password"] {
  height: 40px;
  max-width: 100%;
  margin-left: 30px;
}
.j2store .j2store-login-form #j2storeOrderLoginForm label input[type="checkbox"] {
  height: 0px;
  margin: 3px 10px;
  float: left;
  width: auto;
}
.j2store .j2store-login-form #j2storeOrderLoginForm .j2store_checkout_button {
  text-transform: uppercase;
  font-weight: 600;
  margin: 10px 0px;
}
.j2store .j2store-login-form #j2storeOrderLoginForm .loginLinks {
  list-style: none;
  padding-left: 0px;
}
.j2store .j2store-login-form #j2storeOrderLoginForm .loginLinks li a {
  line-height: 2;
}
.j2store .j2store-order.j2store-myprofile {
  min-height: 180px;
}
.j2store .j2store-order.j2store-myprofile h3 {
  margin-bottom: 20px;
}
.j2store .j2store-order.j2store-myprofile .tab-content #address-tab .j2store-myprofile-address-list .well .row-fluid .span6 {
  line-height: 1.8;
}
.j2store .j2store-cart #j2store-cart-form {
  padding-top: 30px;
}
.j2store .j2store-cart #j2store-cart-form .j2store-cart-table thead tr th {
  border: 1px solid #ccc;
}
.j2store .j2store-cart #j2store-cart-form .j2store-cart-table tbody tr th {
  border: 1px solid #ccc;
}
.j2store .j2store-cart #j2store-cart-form .j2store-cart-table tfoot tr th {
  border: 1px solid #ccc;
}
.j2store .j2store-cart #j2store-cart-form .j2store-cart-table thead tr td {
  border: 1px solid #ccc;
}
.j2store .j2store-cart #j2store-cart-form .j2store-cart-table tbody tr td {
  border: 1px solid #ccc;
}
.j2store .j2store-cart #j2store-cart-form .j2store-cart-table tfoot tr td {
  border: 1px solid #ccc;
}
.j2store .j2store-cart #j2store-cart-form .j2store-cart-table th {
  font-size: 16px;
  font-weight: bold;
}
.j2store .j2store-cart #j2store-cart-form .j2store-cart-table .cart-thumb-image img {
  border: 1px solid #eee;
}
.j2store .j2store-cart #j2store-cart-form .j2store-cart-table .input-mini {
  float: left;
  width: 60px !important;
  height: 40px;
}
.j2store .j2store-cart #j2store-cart-form .j2store-cart-table .j2store-remove {
  color: #ffffff;
  float: right;
}
.j2store .j2store-cart .cart-estimator-discount-block #j2store-cart-modules label {
  margin-top: 20px;
  color: #555555;
  font-size: 18px;
}
.j2store .j2store-cart .cart-estimator-discount-block #j2store-cart-modules .required {
  color: #00c2ba;
}
.j2store .j2store-cart .cart-estimator-discount-block td {
  padding-bottom: 5px;
}
.j2store .j2store-cart .cart-estimator-discount-block td,
.j2store .j2store-cart .cart-estimator-discount-block tr td {
  border-top: none;
}
.j2store .j2store-cart .cart-estimator-discount-block .content select,
.j2store .j2store-cart .cart-estimator-discount-block input[type="text"] {
  width: 225px;
}
.j2store .j2store-cart .cart-estimator-discount-block #shipping-estimate-form td {
  width: 216px;
  max-width: 100%;
}
.j2store .j2store-cart h3 {
  color: #555555;
  font-size: 20px;
  margin-top: 0px;
}
.checkout #j2store-checkout-content .checkout-content #onCheckoutPayment_wrapper label {
  display: block;
  line-height: 2;
}
.checkout #j2store-checkout-content .checkout-content .j2store label {
  font-weight: normal;
}
.checkout .btn {
  margin-top: 10px;
  margin-bottom: 10px;
}
.j2store-product-list .top-bar-filters-container {
  margin: 0 auto;
}
.j2store-product-list .top-bar-filters-container .top-filter {
  margin-top: 30px;
  text-align: left;
}
.j2store-product-list .top-bar-filters-container .top-filter .toggle-filter {
  font-size: 18px;
  font-weight: 800;
  margin-right: 10px;
}
.j2store-product-list .top-bar-filters-container .top-filter .toggle-filter i,
.j2store-product-list .top-bar-filters-container .top-filter .toggle-filter em {
  margin-left: 10px;
}
.j2store-product-list .j2store-sidebar-filters-container-right {
  animation-duration: 1s;
  animation-fill-mode: both;
  animation-name: slide-right;
  background: #ffffff none repeat scroll 0 0;
  box-shadow: 0 0 2px 2px #eeeeee;
  right: 0;
  max-height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  padding-left: 0;
  padding-right: 0;
  position: absolute;
  transition: all 0.6s ease-in-out 0s;
  z-index: 1200;
}
.j2store-product-list .j2store-sidebar-filters-container-left {
  animation-duration: 1s;
  animation-fill-mode: both;
  animation-name: slide-left;
  background: #ffffff none repeat scroll 0 0;
  box-shadow: 0 0 2px 2px #eeeeee;
  left: 0;
  max-height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  padding-left: 0;
  padding-right: 0;
  position: absolute;
  transition: all 0.6s ease-in-out 0s;
  z-index: 1200;
}
.j2store-product-list #j2store-sidebar-filters .j2store-sidebar-filter-heading {
  color: #00c2ba;
  font-size: 16px;
  font-weight: 600;
  padding: 0;
  text-align: right;
  text-transform: uppercase;
  padding-left: 10px;
  padding-top: 10px;
}
.j2store-product-list #j2store-sidebar-filters .j2store-sidebar-filter-heading a {
  padding-right: 15px;
}
.j2store-product-list #j2store-sidebar-filters .moduletable {
  background: #f9f9f9;
}
.j2store-product-list #j2store-sidebar-filters .moduletable h3 {
  background: #00c2ba;
  color: #ffffff;
  padding: 10px;
  font-size: 18px;
  display: block;
  margin-bottom: 10px;
  text-transform: uppercase;
}
.j2store-product-list #j2store-sidebar-filters .moduletable #j2store_currency {
  background: #f9f9f9;
  text-align: center;
  padding: 16px;
}
.j2store-product-list #j2store-sidebar-filters .moduletable #j2store_currency a {
  margin: 10px 5px 10px 0px;
}
.j2store-product-list #j2store-sidebar-filters .moduletable .j2store_cart_mod {
  background-color: #f9f9f9;
  padding: 16px;
  color: #3a3a3a;
  text-align: center;
}
.j2store-product-list #j2store-sidebar-filters .moduletable .j2store_cart_mod .j2store-minicart-button {
  margin-top: 10px;
}
.j2store-product-list #j2store-sidebar-filters #productsideFilters .j2store-product-filters {
  padding-bottom: 20px;
  position: relative;
  background: #ffffff;
}
.j2store-product-list #j2store-sidebar-filters #productsideFilters .j2store-product-filters .product-filter-heading {
  background: #00c2ba;
  color: #ffffff;
  padding: 10px;
  display: block;
  margin-bottom: 0px;
  text-transform: uppercase;
}
.j2store-product-list #j2store-sidebar-filters #productsideFilters .j2store-product-filters #cat-filter-icon-minus,
.j2store-product-list #j2store-sidebar-filters #productsideFilters .j2store-product-filters #cat-filter-icon-plus {
  position: absolute;
  right: 15px;
  top: 13px;
  color: #ffffff;
}
.j2store-product-list #j2store-sidebar-filters #productsideFilters .j2store-product-filters #j2store-slider-range {
  background: #ffffff;
  margin: 0 auto;
  border-radius: 1em;
  height: 8px;
}
.j2store-product-list #j2store-sidebar-filters #productsideFilters .j2store-product-filters #j2store-slider-range .ui-slider-range {
  background: #efefef;
  height: 8px;
}
.j2store-product-list #j2store-sidebar-filters #productsideFilters .j2store-product-filters #j2store-slider-range .ui-slider-handle {
  background: #ffffff;
  border: 2px solid #00c2ba;
  border-radius: 0px;
}
.j2store-product-list #j2store-sidebar-filters #productsideFilters .j2store-product-filters #j2store-slider-range-box {
  color: #333333;
  padding-right: 20px;
}
.j2store-product-list #j2store-sidebar-filters #productsideFilters .j2store-product-filters #j2store-slider-range-box #filterProductsBtn {
  padding: 8px 12px;
}
.j2store-product-list #j2store-sidebar-filters #productsideFilters .j2store-product-filters .price-input-box {
  text-align: center;
}
.j2store-product-list #j2store-sidebar-filters #productsideFilters .j2store-product-filters ul li {
  background: #ffffff;
  padding: 15px 10px;
  margin: 1px;
}
.j2store-product-list #j2store-sidebar-filters #productsideFilters .j2store-product-filters ul li:hover {
  background: #edebeb;
}
.j2store-product-list #j2store-sidebar-filters #productsideFilters .j2store-product-filters ul li:hover a {
  text-decoration: none;
}
.j2store-product-list #j2store-sidebar-filters #productsideFilters .j2store-product-filters ul li .fa {
  color: #00c2ba;
  padding: 7px;
}
.j2store-product-list #j2store-sidebar-filters #productsideFilters .j2store-product-filters ul li a {
  color: #3a3a3a;
  display: inline;
  font-size: 18px;
  font-weight: normal;
}
.j2store-product-list #j2store-sidebar-filters #productsideFilters .category-filters {
  background: #fff !important;
}
.j2store-product-list #productFilters {
  text-align: right;
  padding-top: 20px;
  padding-bottom: 20px;
}
.j2store-product-list #productFilters select {
  color: rgba(0, 0, 0, 0);
  text-shadow: 0 0 0 #000;
}
.j2store-product-list #productFilters select option {
  padding: 10px;
}
.j2store-product-list #productFilters select,
.j2store-product-list #productFilters input[type="text"] {
  height: 45px;
  padding-top: 3px;
}
.j2store-product-list .j2store-products-row {
  max-width: 100%;
  margin: 0 auto;
}
.j2store-product-list .j2store-products-row .j2store-single-product {
  padding-top: 20px;
  text-align: center;
  max-width: 265px;
  margin: 0 auto;
}
.j2store-product-list .j2store-products-row .j2store-single-product .product-title a {
  color: #222222;
  font-size: 21px;
}
.j2store-product-list .j2store-products-row .j2store-single-product .product-title a:hover,
.j2store-product-list .j2store-products-row .j2store-single-product .product-title a:focus {
  color: #00c2ba;
  text-decoration: none;
}
.j2store-product-list .j2store-products-row .j2store-single-product .product-price-container {
  padding: 5px 0;
  position: relative;
  display: block;
}
@media screen and (min-width: 889px) and (max-width: 1074px) {
  .j2store-product-list .j2store-products-row .j2store-single-product .product-price-container {
    padding: 0;
  }
}
.j2store-product-list .j2store-products-row .j2store-single-product .j2store-addtocart-form .btn-success {
  margin-top: 0px;
}
.j2store-product-list .j2store-products-row .j2store-single-product .j2store-addtocart-form .product-wishlist {
  display: none;
}
.j2store-product-list .j2store-products-row .j2store-single-product .button-views {
  transition: all 0.5s ease-in-out 0s;
  bottom: 0;
  left: 0;
  margin-top: 0;
  position: absolute;
  right: 0;
  top: 0;
  background-color: transparent;
}
.j2store-product-list .j2store-products-row .j2store-single-product .button-views a {
  margin-top: 45%;
  display: inline-block;
  position: absolute;
  font-size: 13px;
  font-weight: normal;
  height: 45px;
  line-height: 40px;
  opacity: 0;
  padding: 0;
  text-align: center;
  transition: all 0.5s ease 0s;
  width: 45px;
  z-index: 3;
  transform: translateY(44px) rotate(45deg) translateX(-47px);
}
.j2store-product-list .j2store-products-row .j2store-single-product .button-views a i {
  transform: rotate(-45deg);
}
.j2store-product-list .j2store-products-row .j2store-single-product .button-views a.j2store-product-quickview-modal {
  transform: translateY(-18px) rotate(45deg) translateX(40px);
}
.j2store-product-list .j2store-products-row .j2store-single-product .button-views a.j2store-product-desc-view::before {
  content: "\f06e";
  font-family: FontAwesome;
  transform: rotate(-45deg);
  display: inline-block;
}
.j2store-product-list .j2store-products-row .j2store-single-product .j2store-addtocart-form .j2store-add-to-cart .product-qty .input-mini {
  margin-left: 5px;
}
.j2store-product-list .j2store-products-row .j2store-single-product .j2store-addtocart-form .j2store-add-to-cart .j2store_cart_button {
  display: block;
  margin: 0px auto;
}
.j2store-product-list .j2store-products-row .j2store-single-product:hover .button-views {
  background-color: rgba(27, 29, 42, 0.886);
}
.j2store-product-list .j2store-products-row .j2store-single-product:hover .button-views a {
  opacity: 1;
}
.j2store-product-list #j2store-pagination .pagination ul li a {
  border-radius: 0;
}
.j2store-product-list #j2store-pagination .pagination ul .disabled a {
  color: #555555;
}
@-webkit-keyframes slide-left {
  0% {
    opacity: 0;
    transform: translate(-10%, 0px);
    transition: all 0.6s ease-in-out 0s;
  }
  100% {
    opacity: 1;
    transform: translate(50px, 0px);
    transition: all 0.6s ease-in-out 0s;
  }
}
@keyframes slide-left {
  0% {
    opacity: 0;
    transform: translate(-10%, 0px);
    transition: all 0.6s ease-in-out 0s;
  }
  100% {
    opacity: 1;
    transform: translate(5px, 0px);
    transition: all 0.6s ease-in-out 0s;
  }
}
@-webkit-keyframes slide-right {
  0% {
    opacity: 0;
    transform: translate(100%, 0px);
    transition: all 0.6s ease-in-out 0s;
  }
  100% {
    opacity: 1;
    transform: translate(0px, 0px);
    transition: all 0.6s ease-in-out 0s;
  }
}
@keyframes slide-right {
  0% {
    opacity: 0;
    transform: translate(20%, 0px);
    transition: all 0.6s ease-in-out 0s;
  }
  100% {
    opacity: 1;
    transform: translate(0px, 0px);
    transition: all 0.6s ease-in-out 0s;
  }
}
.detail .simple-product .j2store-mainimage,
.detail .variable-product .j2store-mainimage,
.detail .configurable-product .j2store-mainimage,
.detail .downloadable-product .j2store-mainimage {
  text-align: center;
  margin-top: 30px;
  border: 2px solid #eeeeee;
}
.detail .simple-product .j2store-mainimage img,
.detail .variable-product .j2store-mainimage img,
.detail .configurable-product .j2store-mainimage img,
.detail .downloadable-product .j2store-mainimage img {
  max-width: 100%;
  height: auto;
  margin: 0 auto;
}
.detail .simple-product .j2store-product-additional-images,
.detail .variable-product .j2store-product-additional-images,
.detail .configurable-product .j2store-product-additional-images,
.detail .downloadable-product .j2store-product-additional-images {
  padding-top: 20px;
}
.detail .simple-product .j2store-product-additional-images .additional-image-list li,
.detail .variable-product .j2store-product-additional-images .additional-image-list li,
.detail .configurable-product .j2store-product-additional-images .additional-image-list li,
.detail .downloadable-product .j2store-product-additional-images .additional-image-list li {
  display: inline-block;
}
.detail .simple-product .j2store-product-additional-images .additional-image-list li img,
.detail .variable-product .j2store-product-additional-images .additional-image-list li img,
.detail .configurable-product .j2store-product-additional-images .additional-image-list li img,
.detail .downloadable-product .j2store-product-additional-images .additional-image-list li img {
  border: 1px solid #eeeeee;
  padding: 10px;
}
.detail .simple-product .j2store-product-additional-images .additional-image-list li img:hover,
.detail .variable-product .j2store-product-additional-images .additional-image-list li img:hover,
.detail .configurable-product .j2store-product-additional-images .additional-image-list li img:hover,
.detail .downloadable-product .j2store-product-additional-images .additional-image-list li img:hover {
  border: 1px solid #00c2ba;
}
.detail .simple-product .product-title,
.detail .variable-product .product-title,
.detail .configurable-product .product-title,
.detail .downloadable-product .product-title {
  font-size: 26px;
  color: #00c2ba;
  padding-bottom: 15px;
  font-weight: bold;
}
.detail .simple-product .product-description .product-ldesc h5,
.detail .variable-product .product-description .product-ldesc h5,
.detail .configurable-product .product-description .product-ldesc h5,
.detail .downloadable-product .product-description .product-ldesc h5 {
  color: #3a3a3a;
  font-weight: bold;
}
.detail .simple-product .price-sku-brand-container,
.detail .variable-product .price-sku-brand-container,
.detail .configurable-product .price-sku-brand-container,
.detail .downloadable-product .price-sku-brand-container {
  margin-bottom: 10px;
}
.detail .simple-product .price-sku-brand-container .price-container,
.detail .variable-product .price-sku-brand-container .price-container,
.detail .configurable-product .price-sku-brand-container .price-container,
.detail .downloadable-product .price-sku-brand-container .price-container {
  padding: 0;
}
.detail .simple-product .price-sku-brand-container .product-price-container,
.detail .variable-product .price-sku-brand-container .product-price-container,
.detail .configurable-product .price-sku-brand-container .product-price-container,
.detail .downloadable-product .price-sku-brand-container .product-price-container {
  margin-top: 5px;
  margin-bottom: 5px;
}
.detail .simple-product .price-sku-brand-container .product-price-container .price-title,
.detail .variable-product .price-sku-brand-container .product-price-container .price-title,
.detail .configurable-product .price-sku-brand-container .product-price-container .price-title,
.detail .downloadable-product .price-sku-brand-container .product-price-container .price-title {
  padding-right: 10px;
}
.detail .simple-product .price-sku-brand-container .product-sku,
.detail .variable-product .price-sku-brand-container .product-sku,
.detail .configurable-product .price-sku-brand-container .product-sku,
.detail .downloadable-product .price-sku-brand-container .product-sku {
  margin-top: 5px;
  margin-bottom: 5px;
}
.detail .simple-product .price-sku-brand-container .product-sku .sku-text,
.detail .variable-product .price-sku-brand-container .product-sku .sku-text,
.detail .configurable-product .price-sku-brand-container .product-sku .sku-text,
.detail .downloadable-product .price-sku-brand-container .product-sku .sku-text {
  font-weight: bold;
}
.detail .simple-product .j2store-addtocart-form,
.detail .variable-product .j2store-addtocart-form,
.detail .configurable-product .j2store-addtocart-form,
.detail .downloadable-product .j2store-addtocart-form {
  margin-top: 0;
}
.detail .simple-product .j2store-addtocart-form .options .option,
.detail .variable-product .j2store-addtocart-form .options .option,
.detail .configurable-product .j2store-addtocart-form .options .option,
.detail .downloadable-product .j2store-addtocart-form .options .option {
  display: inline-flex;
  margin: 15px 0;
}
.detail .simple-product .j2store-addtocart-form .options .option span.required,
.detail .variable-product .j2store-addtocart-form .options .option span.required,
.detail .configurable-product .j2store-addtocart-form .options .option span.required,
.detail .downloadable-product .j2store-addtocart-form .options .option span.required {
  color: #ff3333;
  font-size: 20px;
}
.detail .simple-product .j2store-addtocart-form .options .option select,
.detail .variable-product .j2store-addtocart-form .options .option select,
.detail .configurable-product .j2store-addtocart-form .options .option select,
.detail .downloadable-product .j2store-addtocart-form .options .option select {
  color: rgba(0, 0, 0, 0);
  text-shadow: 0 0 0 #000;
  margin-left: 10px;
}
.detail .simple-product .j2store-addtocart-form .options .option select option,
.detail .variable-product .j2store-addtocart-form .options .option select option,
.detail .configurable-product .j2store-addtocart-form .options .option select option,
.detail .downloadable-product .j2store-addtocart-form .options .option select option {
  padding: 10px;
}
.detail .simple-product .j2store-addtocart-form .j2store-add-to-cart,
.detail .variable-product .j2store-addtocart-form .j2store-add-to-cart,
.detail .configurable-product .j2store-addtocart-form .j2store-add-to-cart,
.detail .downloadable-product .j2store-addtocart-form .j2store-add-to-cart {
  display: inline-block;
}
.detail .simple-product .j2store-addtocart-form .j2store-add-to-cart .product-qty,
.detail .variable-product .j2store-addtocart-form .j2store-add-to-cart .product-qty,
.detail .configurable-product .j2store-addtocart-form .j2store-add-to-cart .product-qty,
.detail .downloadable-product .j2store-addtocart-form .j2store-add-to-cart .product-qty {
  display: block;
  margin-bottom: 20px;
}
.detail .simple-product .j2store-addtocart-form .j2store-add-to-cart .product-qty .input-mini,
.detail .variable-product .j2store-addtocart-form .j2store-add-to-cart .product-qty .input-mini,
.detail .configurable-product .j2store-addtocart-form .j2store-add-to-cart .product-qty .input-mini,
.detail .downloadable-product .j2store-addtocart-form .j2store-add-to-cart .product-qty .input-mini {
  width: 60px !important;
  margin-left: 10px;
  display: inline;
}
.detail .simple-product .j2store-addtocart-form .product-compare,
.detail .variable-product .j2store-addtocart-form .product-compare,
.detail .configurable-product .j2store-addtocart-form .product-compare,
.detail .downloadable-product .j2store-addtocart-form .product-compare {
  display: inline-block;
  margin-top: 10px;
}
.detail .simple-product .j2store-addtocart-form .product-compare .j2store-compare-links,
.detail .variable-product .j2store-addtocart-form .product-compare .j2store-compare-links,
.detail .configurable-product .j2store-addtocart-form .product-compare .j2store-compare-links,
.detail .downloadable-product .j2store-addtocart-form .product-compare .j2store-compare-links {
  padding: 12px 0;
  box-shadow: 0 3px #00c2ba;
  color: #ffffff;
  background: #00c2ba;
}
.detail .simple-product .j2store-addtocart-form .product-compare .j2store-compare-links i,
.detail .variable-product .j2store-addtocart-form .product-compare .j2store-compare-links i,
.detail .configurable-product .j2store-addtocart-form .product-compare .j2store-compare-links i,
.detail .downloadable-product .j2store-addtocart-form .product-compare .j2store-compare-links i {
  line-height: 2;
  padding: 0 15px;
}
.detail .simple-product .j2store-addtocart-form .product-compare .j2store-compare-notify,
.detail .variable-product .j2store-addtocart-form .product-compare .j2store-compare-notify,
.detail .configurable-product .j2store-addtocart-form .product-compare .j2store-compare-notify,
.detail .downloadable-product .j2store-addtocart-form .product-compare .j2store-compare-notify {
  position: absolute;
  left: 45%;
}
.detail .simple-product .j2store-addtocart-form .product-compare .j2store-compare-notify .text-success,
.detail .variable-product .j2store-addtocart-form .product-compare .j2store-compare-notify .text-success,
.detail .configurable-product .j2store-addtocart-form .product-compare .j2store-compare-notify .text-success,
.detail .downloadable-product .j2store-addtocart-form .product-compare .j2store-compare-notify .text-success {
  color: #00c2ba;
}
.detail .simple-product .j2store-addtocart-form .product-wishlist,
.detail .variable-product .j2store-addtocart-form .product-wishlist,
.detail .configurable-product .j2store-addtocart-form .product-wishlist,
.detail .downloadable-product .j2store-addtocart-form .product-wishlist {
  display: inline-block;
  margin-top: 10px;
}
@media screen and (max-width: 265px) {
  .detail .simple-product .j2store-addtocart-form .product-wishlist,
  .detail .variable-product .j2store-addtocart-form .product-wishlist,
  .detail .configurable-product .j2store-addtocart-form .product-wishlist,
  .detail .downloadable-product .j2store-addtocart-form .product-wishlist {
    margin-top: 18px;
    margin-left: 5px;
  }
}
.detail .simple-product .j2store-addtocart-form .product-wishlist .product-wishlist-link,
.detail .variable-product .j2store-addtocart-form .product-wishlist .product-wishlist-link,
.detail .configurable-product .j2store-addtocart-form .product-wishlist .product-wishlist-link,
.detail .downloadable-product .j2store-addtocart-form .product-wishlist .product-wishlist-link {
  padding: 12px 15px;
  box-shadow: 0 3px #00c2ba;
  color: #ffffff;
  background: #00c2ba;
}
.detail .simple-product .j2store-addtocart-form .product-wishlist .product-wishlist-link i,
.detail .variable-product .j2store-addtocart-form .product-wishlist .product-wishlist-link i,
.detail .configurable-product .j2store-addtocart-form .product-wishlist .product-wishlist-link i,
.detail .downloadable-product .j2store-addtocart-form .product-wishlist .product-wishlist-link i {
  line-height: 2;
}
.detail .simple-product .j2store-addtocart-form .product-wishlist .j2store-wishlist-notification .text-success,
.detail .variable-product .j2store-addtocart-form .product-wishlist .j2store-wishlist-notification .text-success,
.detail .configurable-product .j2store-addtocart-form .product-wishlist .j2store-wishlist-notification .text-success,
.detail .downloadable-product .j2store-addtocart-form .product-wishlist .j2store-wishlist-notification .text-success {
  margin-left: 47px;
  margin-top: 30px;
  position: absolute;
  top: 35%;
}
.detail .simple-product .product-sdesc,
.detail .variable-product .product-sdesc,
.detail .configurable-product .product-sdesc,
.detail .downloadable-product .product-sdesc {
  padding: 20px 0px;
}
.detail .simple-product .product-sdesc h5,
.detail .variable-product .product-sdesc h5,
.detail .configurable-product .product-sdesc h5,
.detail .downloadable-product .product-sdesc h5 {
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
}
.detail .simple-product .product-sdesc table,
.detail .variable-product .product-sdesc table,
.detail .configurable-product .product-sdesc table,
.detail .downloadable-product .product-sdesc table {
  text-align: center;
  margin: 20px 0px;
  border: 1px solid #f2f2f2;
  width: 100%;
}
.detail .simple-product .product-sdesc table tr:nth-child(even),
.detail .variable-product .product-sdesc table tr:nth-child(even),
.detail .configurable-product .product-sdesc table tr:nth-child(even),
.detail .downloadable-product .product-sdesc table tr:nth-child(even) {
  background-color: #f2f2f2;
}
.detail .simple-product .product-sdesc table th,
.detail .variable-product .product-sdesc table th,
.detail .configurable-product .product-sdesc table th,
.detail .downloadable-product .product-sdesc table th {
  color: #ffffff;
  background: #00c2ba;
}
.detail .simple-product .product-sdesc table tr,
.detail .variable-product .product-sdesc table tr,
.detail .configurable-product .product-sdesc table tr,
.detail .downloadable-product .product-sdesc table tr,
.detail .simple-product .product-sdesc table th,
.detail .variable-product .product-sdesc table th,
.detail .configurable-product .product-sdesc table th,
.detail .downloadable-product .product-sdesc table th,
.detail .simple-product .product-sdesc table td,
.detail .variable-product .product-sdesc table td,
.detail .configurable-product .product-sdesc table td,
.detail .downloadable-product .product-sdesc table td {
  padding: 10px;
}
.detail .simple-product #j2store_app_shareButton,
.detail .variable-product #j2store_app_shareButton,
.detail .configurable-product #j2store_app_shareButton,
.detail .downloadable-product #j2store_app_shareButton {
  padding-bottom: 20px;
}
.detail .simple-product #j2store_app_shareButton a,
.detail .variable-product #j2store_app_shareButton a,
.detail .configurable-product #j2store_app_shareButton a,
.detail .downloadable-product #j2store_app_shareButton a {
  margin: 10px 5px;
}
.detail .simple-product #j2store_app_shareButton a img,
.detail .variable-product #j2store_app_shareButton a img,
.detail .configurable-product #j2store_app_shareButton a img,
.detail .downloadable-product #j2store_app_shareButton a img {
  max-width: 50px;
  width: 100%;
  height: auto;
}
.detail .simple-product .j2-product-desc-block,
.detail .variable-product .j2-product-desc-block,
.detail .configurable-product .j2-product-desc-block,
.detail .downloadable-product .j2-product-desc-block {
  padding: 20px;
}
.detail .simple-product .j2-product-desc-block #j2store-product-detail-tab,
.detail .variable-product .j2-product-desc-block #j2store-product-detail-tab,
.detail .configurable-product .j2-product-desc-block #j2store-product-detail-tab,
.detail .downloadable-product .j2-product-desc-block #j2store-product-detail-tab {
  float: left;
  margin-bottom: 20px;
}
.detail .simple-product .j2-product-desc-block #j2store-product-detail-tab li,
.detail .variable-product .j2-product-desc-block #j2store-product-detail-tab li,
.detail .configurable-product .j2-product-desc-block #j2store-product-detail-tab li,
.detail .downloadable-product .j2-product-desc-block #j2store-product-detail-tab li {
  display: block;
  float: none;
  margin: 0 -1px 0 0;
  z-index: 1;
}
.detail .simple-product .j2-product-desc-block #j2store-product-detail-tab li a,
.detail .variable-product .j2-product-desc-block #j2store-product-detail-tab li a,
.detail .configurable-product .j2-product-desc-block #j2store-product-detail-tab li a,
.detail .downloadable-product .j2-product-desc-block #j2store-product-detail-tab li a {
  background: transparent !important;
  border: 1px solid #eeeeee;
  color: #222222 !important;
  font-weight: bold;
  border-radius: 0;
  text-transform: uppercase;
}
.detail .simple-product .j2-product-desc-block #j2store-product-detail-tab li a:hover,
.detail .variable-product .j2-product-desc-block #j2store-product-detail-tab li a:hover,
.detail .configurable-product .j2-product-desc-block #j2store-product-detail-tab li a:hover,
.detail .downloadable-product .j2-product-desc-block #j2store-product-detail-tab li a:hover,
.detail .simple-product .j2-product-desc-block #j2store-product-detail-tab li a:focus,
.detail .variable-product .j2-product-desc-block #j2store-product-detail-tab li a:focus,
.detail .configurable-product .j2-product-desc-block #j2store-product-detail-tab li a:focus,
.detail .downloadable-product .j2-product-desc-block #j2store-product-detail-tab li a:focus {
  background: transparent;
  color: #222222;
}
.detail .simple-product .j2-product-desc-block #j2store-product-detail-tab li a span,
.detail .variable-product .j2-product-desc-block #j2store-product-detail-tab li a span,
.detail .configurable-product .j2-product-desc-block #j2store-product-detail-tab li a span,
.detail .downloadable-product .j2-product-desc-block #j2store-product-detail-tab li a span {
  color: #222222 !important;
}
.detail .simple-product .j2-product-desc-block #j2store-product-detail-tab li.active a,
.detail .variable-product .j2-product-desc-block #j2store-product-detail-tab li.active a,
.detail .configurable-product .j2-product-desc-block #j2store-product-detail-tab li.active a,
.detail .downloadable-product .j2-product-desc-block #j2store-product-detail-tab li.active a {
  border-bottom: 2px solid #00c2ba;
  border-right-color: #ffffff;
  margin-right: 0px;
  background: transparent;
  color: #222222;
}
.detail .simple-product .j2-product-desc-block #j2store-product-detail-tab li.active a:hover,
.detail .variable-product .j2-product-desc-block #j2store-product-detail-tab li.active a:hover,
.detail .configurable-product .j2-product-desc-block #j2store-product-detail-tab li.active a:hover,
.detail .downloadable-product .j2-product-desc-block #j2store-product-detail-tab li.active a:hover,
.detail .simple-product .j2-product-desc-block #j2store-product-detail-tab li.active a:focus,
.detail .variable-product .j2-product-desc-block #j2store-product-detail-tab li.active a:focus,
.detail .configurable-product .j2-product-desc-block #j2store-product-detail-tab li.active a:focus,
.detail .downloadable-product .j2-product-desc-block #j2store-product-detail-tab li.active a:focus {
  background: transparent;
  color: #222222;
}
@media (max-width: 767px) {
  .detail .simple-product .j2-product-desc-block #j2store-product-detail-tab,
  .detail .variable-product .j2-product-desc-block #j2store-product-detail-tab,
  .detail .configurable-product .j2-product-desc-block #j2store-product-detail-tab,
  .detail .downloadable-product .j2-product-desc-block #j2store-product-detail-tab {
    float: none;
  }
}
.detail .simple-product .j2-product-desc-block .tab-content,
.detail .variable-product .j2-product-desc-block .tab-content,
.detail .configurable-product .j2-product-desc-block .tab-content,
.detail .downloadable-product .j2-product-desc-block .tab-content {
  border: 1px solid #eeeeee;
  overflow: hidden;
}
.detail .simple-product .j2-product-desc-block .tab-content .tab-pane .product-ldesc,
.detail .variable-product .j2-product-desc-block .tab-content .tab-pane .product-ldesc,
.detail .configurable-product .j2-product-desc-block .tab-content .tab-pane .product-ldesc,
.detail .downloadable-product .j2-product-desc-block .tab-content .tab-pane .product-ldesc {
  padding: 20px;
  line-height: 1.8;
}
.detail .simple-product .j2-product-desc-block .tab-content .tab-pane .product-ldesc h4,
.detail .variable-product .j2-product-desc-block .tab-content .tab-pane .product-ldesc h4,
.detail .configurable-product .j2-product-desc-block .tab-content .tab-pane .product-ldesc h4,
.detail .downloadable-product .j2-product-desc-block .tab-content .tab-pane .product-ldesc h4 {
  font-weight: bold;
  font-size: 16px;
  text-transform: uppercase;
}
.detail .product-upsells-container .upsell-product-row,
.detail .product-crosssells-container .upsell-product-row,
.detail .product-upsells-container .crosssell-product-row,
.detail .product-crosssells-container .crosssell-product-row {
  padding: 20px;
  margin-left: -20px;
  margin-right: -20px;
  background: #eeeeee;
}
.detail .product-upsells-container .upsell-product-row .upsell-product,
.detail .product-crosssells-container .upsell-product-row .upsell-product,
.detail .product-upsells-container .crosssell-product-row .upsell-product,
.detail .product-crosssells-container .crosssell-product-row .upsell-product,
.detail .product-upsells-container .upsell-product-row .crosssell-product,
.detail .product-crosssells-container .upsell-product-row .crosssell-product,
.detail .product-upsells-container .crosssell-product-row .crosssell-product,
.detail .product-crosssells-container .crosssell-product-row .crosssell-product {
  background: #ffffff;
  border-radius: 2px;
  box-shadow: 0 0 1px rgba(0, 0, 0, 0.15), 0 1px 3px rgba(0, 0, 0, 0.2);
  display: block;
  margin: 20px 0px;
  text-align: center;
}
.detail .product-upsells-container .upsell-product-row .upsell-product .upsell-product-image,
.detail .product-crosssells-container .upsell-product-row .upsell-product .upsell-product-image,
.detail .product-upsells-container .crosssell-product-row .upsell-product .upsell-product-image,
.detail .product-crosssells-container .crosssell-product-row .upsell-product .upsell-product-image,
.detail .product-upsells-container .upsell-product-row .crosssell-product .upsell-product-image,
.detail .product-crosssells-container .upsell-product-row .crosssell-product .upsell-product-image,
.detail .product-upsells-container .crosssell-product-row .crosssell-product .upsell-product-image,
.detail .product-crosssells-container .crosssell-product-row .crosssell-product .upsell-product-image,
.detail .product-upsells-container .upsell-product-row .upsell-product .cross-sell-product-image,
.detail .product-crosssells-container .upsell-product-row .upsell-product .cross-sell-product-image,
.detail .product-upsells-container .crosssell-product-row .upsell-product .cross-sell-product-image,
.detail .product-crosssells-container .crosssell-product-row .upsell-product .cross-sell-product-image,
.detail .product-upsells-container .upsell-product-row .crosssell-product .cross-sell-product-image,
.detail .product-crosssells-container .upsell-product-row .crosssell-product .cross-sell-product-image,
.detail .product-upsells-container .crosssell-product-row .crosssell-product .cross-sell-product-image,
.detail .product-crosssells-container .crosssell-product-row .crosssell-product .cross-sell-product-image {
  text-align: center;
  border-bottom: 1px solid #eeeeee;
}
.detail .product-upsells-container .upsell-product-row .upsell-product .upsell-product-image img,
.detail .product-crosssells-container .upsell-product-row .upsell-product .upsell-product-image img,
.detail .product-upsells-container .crosssell-product-row .upsell-product .upsell-product-image img,
.detail .product-crosssells-container .crosssell-product-row .upsell-product .upsell-product-image img,
.detail .product-upsells-container .upsell-product-row .crosssell-product .upsell-product-image img,
.detail .product-crosssells-container .upsell-product-row .crosssell-product .upsell-product-image img,
.detail .product-upsells-container .crosssell-product-row .crosssell-product .upsell-product-image img,
.detail .product-crosssells-container .crosssell-product-row .crosssell-product .upsell-product-image img,
.detail .product-upsells-container .upsell-product-row .upsell-product .cross-sell-product-image img,
.detail .product-crosssells-container .upsell-product-row .upsell-product .cross-sell-product-image img,
.detail .product-upsells-container .crosssell-product-row .upsell-product .cross-sell-product-image img,
.detail .product-crosssells-container .crosssell-product-row .upsell-product .cross-sell-product-image img,
.detail .product-upsells-container .upsell-product-row .crosssell-product .cross-sell-product-image img,
.detail .product-crosssells-container .upsell-product-row .crosssell-product .cross-sell-product-image img,
.detail .product-upsells-container .crosssell-product-row .crosssell-product .cross-sell-product-image img,
.detail .product-crosssells-container .crosssell-product-row .crosssell-product .cross-sell-product-image img {
  max-width: 100%;
  height: auto;
}
.detail .product-upsells-container .upsell-product-row .upsell-product .upsell-product-title,
.detail .product-crosssells-container .upsell-product-row .upsell-product .upsell-product-title,
.detail .product-upsells-container .crosssell-product-row .upsell-product .upsell-product-title,
.detail .product-crosssells-container .crosssell-product-row .upsell-product .upsell-product-title,
.detail .product-upsells-container .upsell-product-row .crosssell-product .upsell-product-title,
.detail .product-crosssells-container .upsell-product-row .crosssell-product .upsell-product-title,
.detail .product-upsells-container .crosssell-product-row .crosssell-product .upsell-product-title,
.detail .product-crosssells-container .crosssell-product-row .crosssell-product .upsell-product-title,
.detail .product-upsells-container .upsell-product-row .upsell-product .cross-sell-product-title,
.detail .product-crosssells-container .upsell-product-row .upsell-product .cross-sell-product-title,
.detail .product-upsells-container .crosssell-product-row .upsell-product .cross-sell-product-title,
.detail .product-crosssells-container .crosssell-product-row .upsell-product .cross-sell-product-title,
.detail .product-upsells-container .upsell-product-row .crosssell-product .cross-sell-product-title,
.detail .product-crosssells-container .upsell-product-row .crosssell-product .cross-sell-product-title,
.detail .product-upsells-container .crosssell-product-row .crosssell-product .cross-sell-product-title,
.detail .product-crosssells-container .crosssell-product-row .crosssell-product .cross-sell-product-title {
  margin-top: 0px;
  font-size: 16px;
}
.detail .product-upsells-container .upsell-product-row .upsell-product .upsell-product-title a,
.detail .product-crosssells-container .upsell-product-row .upsell-product .upsell-product-title a,
.detail .product-upsells-container .crosssell-product-row .upsell-product .upsell-product-title a,
.detail .product-crosssells-container .crosssell-product-row .upsell-product .upsell-product-title a,
.detail .product-upsells-container .upsell-product-row .crosssell-product .upsell-product-title a,
.detail .product-crosssells-container .upsell-product-row .crosssell-product .upsell-product-title a,
.detail .product-upsells-container .crosssell-product-row .crosssell-product .upsell-product-title a,
.detail .product-crosssells-container .crosssell-product-row .crosssell-product .upsell-product-title a,
.detail .product-upsells-container .upsell-product-row .upsell-product .cross-sell-product-title a,
.detail .product-crosssells-container .upsell-product-row .upsell-product .cross-sell-product-title a,
.detail .product-upsells-container .crosssell-product-row .upsell-product .cross-sell-product-title a,
.detail .product-crosssells-container .crosssell-product-row .upsell-product .cross-sell-product-title a,
.detail .product-upsells-container .upsell-product-row .crosssell-product .cross-sell-product-title a,
.detail .product-crosssells-container .upsell-product-row .crosssell-product .cross-sell-product-title a,
.detail .product-upsells-container .crosssell-product-row .crosssell-product .cross-sell-product-title a,
.detail .product-crosssells-container .crosssell-product-row .crosssell-product .cross-sell-product-title a {
  color: #222222;
}
.detail .product-upsells-container .upsell-product-row .upsell-product .upsell-product-title a:hover,
.detail .product-crosssells-container .upsell-product-row .upsell-product .upsell-product-title a:hover,
.detail .product-upsells-container .crosssell-product-row .upsell-product .upsell-product-title a:hover,
.detail .product-crosssells-container .crosssell-product-row .upsell-product .upsell-product-title a:hover,
.detail .product-upsells-container .upsell-product-row .crosssell-product .upsell-product-title a:hover,
.detail .product-crosssells-container .upsell-product-row .crosssell-product .upsell-product-title a:hover,
.detail .product-upsells-container .crosssell-product-row .crosssell-product .upsell-product-title a:hover,
.detail .product-crosssells-container .crosssell-product-row .crosssell-product .upsell-product-title a:hover,
.detail .product-upsells-container .upsell-product-row .upsell-product .cross-sell-product-title a:hover,
.detail .product-crosssells-container .upsell-product-row .upsell-product .cross-sell-product-title a:hover,
.detail .product-upsells-container .crosssell-product-row .upsell-product .cross-sell-product-title a:hover,
.detail .product-crosssells-container .crosssell-product-row .upsell-product .cross-sell-product-title a:hover,
.detail .product-upsells-container .upsell-product-row .crosssell-product .cross-sell-product-title a:hover,
.detail .product-crosssells-container .upsell-product-row .crosssell-product .cross-sell-product-title a:hover,
.detail .product-upsells-container .crosssell-product-row .crosssell-product .cross-sell-product-title a:hover,
.detail .product-crosssells-container .crosssell-product-row .crosssell-product .cross-sell-product-title a:hover,
.detail .product-upsells-container .upsell-product-row .upsell-product .upsell-product-title a:focus,
.detail .product-crosssells-container .upsell-product-row .upsell-product .upsell-product-title a:focus,
.detail .product-upsells-container .crosssell-product-row .upsell-product .upsell-product-title a:focus,
.detail .product-crosssells-container .crosssell-product-row .upsell-product .upsell-product-title a:focus,
.detail .product-upsells-container .upsell-product-row .crosssell-product .upsell-product-title a:focus,
.detail .product-crosssells-container .upsell-product-row .crosssell-product .upsell-product-title a:focus,
.detail .product-upsells-container .crosssell-product-row .crosssell-product .upsell-product-title a:focus,
.detail .product-crosssells-container .crosssell-product-row .crosssell-product .upsell-product-title a:focus,
.detail .product-upsells-container .upsell-product-row .upsell-product .cross-sell-product-title a:focus,
.detail .product-crosssells-container .upsell-product-row .upsell-product .cross-sell-product-title a:focus,
.detail .product-upsells-container .crosssell-product-row .upsell-product .cross-sell-product-title a:focus,
.detail .product-crosssells-container .crosssell-product-row .upsell-product .cross-sell-product-title a:focus,
.detail .product-upsells-container .upsell-product-row .crosssell-product .cross-sell-product-title a:focus,
.detail .product-crosssells-container .upsell-product-row .crosssell-product .cross-sell-product-title a:focus,
.detail .product-upsells-container .crosssell-product-row .crosssell-product .cross-sell-product-title a:focus,
.detail .product-crosssells-container .crosssell-product-row .crosssell-product .cross-sell-product-title a:focus {
  color: #00c2ba;
}
.detail .product-upsells-container .upsell-product-row .upsell-product .product-price-container,
.detail .product-crosssells-container .upsell-product-row .upsell-product .product-price-container,
.detail .product-upsells-container .crosssell-product-row .upsell-product .product-price-container,
.detail .product-crosssells-container .crosssell-product-row .upsell-product .product-price-container,
.detail .product-upsells-container .upsell-product-row .crosssell-product .product-price-container,
.detail .product-crosssells-container .upsell-product-row .crosssell-product .product-price-container,
.detail .product-upsells-container .crosssell-product-row .crosssell-product .product-price-container,
.detail .product-crosssells-container .crosssell-product-row .crosssell-product .product-price-container {
  margin-bottom: 20px;
}
.detail .product-upsells-container .upsell-product-row .upsell-product .product-wishlist,
.detail .product-crosssells-container .upsell-product-row .upsell-product .product-wishlist,
.detail .product-upsells-container .crosssell-product-row .upsell-product .product-wishlist,
.detail .product-crosssells-container .crosssell-product-row .upsell-product .product-wishlist,
.detail .product-upsells-container .upsell-product-row .crosssell-product .product-wishlist,
.detail .product-crosssells-container .upsell-product-row .crosssell-product .product-wishlist,
.detail .product-upsells-container .crosssell-product-row .crosssell-product .product-wishlist,
.detail .product-crosssells-container .crosssell-product-row .crosssell-product .product-wishlist {
  display: none;
}
.detail .product-upsells-container .upsell-product-row .upsell-product .cart-action-complete,
.detail .product-crosssells-container .upsell-product-row .upsell-product .cart-action-complete,
.detail .product-upsells-container .crosssell-product-row .upsell-product .cart-action-complete,
.detail .product-crosssells-container .crosssell-product-row .upsell-product .cart-action-complete,
.detail .product-upsells-container .upsell-product-row .crosssell-product .cart-action-complete,
.detail .product-crosssells-container .upsell-product-row .crosssell-product .cart-action-complete,
.detail .product-upsells-container .crosssell-product-row .crosssell-product .cart-action-complete,
.detail .product-crosssells-container .crosssell-product-row .crosssell-product .cart-action-complete {
  text-align: center;
  padding: 20px;
}
.detail .product-upsells-container .upsell-product-row .upsell-product .j2store_add_to_cart_button,
.detail .product-crosssells-container .upsell-product-row .upsell-product .j2store_add_to_cart_button,
.detail .product-upsells-container .crosssell-product-row .upsell-product .j2store_add_to_cart_button,
.detail .product-crosssells-container .crosssell-product-row .upsell-product .j2store_add_to_cart_button,
.detail .product-upsells-container .upsell-product-row .crosssell-product .j2store_add_to_cart_button,
.detail .product-crosssells-container .upsell-product-row .crosssell-product .j2store_add_to_cart_button,
.detail .product-upsells-container .crosssell-product-row .crosssell-product .j2store_add_to_cart_button,
.detail .product-crosssells-container .crosssell-product-row .crosssell-product .j2store_add_to_cart_button,
.detail .product-upsells-container .upsell-product-row .upsell-product .view-option,
.detail .product-crosssells-container .upsell-product-row .upsell-product .view-option,
.detail .product-upsells-container .crosssell-product-row .upsell-product .view-option,
.detail .product-crosssells-container .crosssell-product-row .upsell-product .view-option,
.detail .product-upsells-container .upsell-product-row .crosssell-product .view-option,
.detail .product-crosssells-container .upsell-product-row .crosssell-product .view-option,
.detail .product-upsells-container .crosssell-product-row .crosssell-product .view-option,
.detail .product-crosssells-container .crosssell-product-row .crosssell-product .view-option {
  display: none;
}
.detail .j2store-view-back-button {
  margin-top: 10px;
}
.detail .j2store-view-back-button .j2store-product-back-btn {
  border-radius: 0;
  background-color: #00c2ba;
  color: #ffffff;
  font-weight: bold;
  box-shadow: none;
}
#sbox-window {
  transition: all 0.6s ease-in-out 0s;
  box-shadow: 0 0 2px 2px #eee;
  background: #ffffff;
  padding-left: 0px;
  padding-right: 0px;
  z-index: 1200;
  position: absolute;
  left: 20% !important;
  width: 70% !important;
  max-height: 100%;
}
#sbox-window #sbox-btn-close {
  left: -15px !important;
}
#sbox-window #sbox-content {
  overflow-y: visible;
  overflow-x: hidden;
}
#sbox-window #sbox-content img {
  margin-left: auto;
  margin-right: auto;
}
.j2store-categories-module {
  margin-left: 0 !important;
  margin-right: 0px !important;
}
.tp-category-blog.j2store-categories-module {
  text-align: center;
  padding-top: 20px;
}
.tp-category-blog.j2store-categories-module .j2store-categories-list {
  list-style: none;
}
.tp-category-blog.j2store-categories-module .j2store-categories-list .spacer {
  margin: 20px 10px;
  display: block;
  border: 1px solid #eeeeee;
}
.tp-category-blog.j2store-categories-module .j2store-categories-list .spacer .image-block {
  display: inline-block;
}
.tp-category-blog.j2store-categories-module .j2store-categories-list .spacer .image-block a {
  color: #000000;
}
.tp-category-blog.j2store-categories-module .j2store-categories-list .spacer .image-block a img {
  width: 100%;
  max-width: 250px;
  display: block;
  height: auto;
}
.tp-category-blog.j2store-categories-module .j2store-categories-list .spacer .image-block a:hover {
  color: #00c2ba;
}
.tp-category-blog.j2store-categories-module .j2store-categories-list .spacer .content-block {
  display: inline-block;
  min-width: 230px;
  vertical-align: top;
}
.tp-category-blog.j2store-categories-module .j2store-categories-list .spacer .content-block a {
  color: #000000;
}
.tp-category-blog.j2store-categories-module .j2store-categories-list .spacer .content-block a:hover {
  color: #00c2ba;
}
.tp-category-blog.j2store-categories-module .j2store-categories-list .spacer .content-block h4 {
  padding: 10px;
}
.tp-category-list.j2store-categories-module {
  text-align: left;
  padding-top: 20px;
}
.tp-category-list.j2store-categories-module .j2store-categories-list {
  list-style: none;
  width: 100% !important;
}
.tp-category-list.j2store-categories-module .j2store-categories-list .spacer {
  display: block;
  border-bottom: 1px solid #eeeeee;
}
.tp-category-list.j2store-categories-module .j2store-categories-list .spacer .image-block {
  display: inline-block;
}
.tp-category-list.j2store-categories-module .j2store-categories-list .spacer .image-block a {
  color: #00c2ba;
}
.tp-category-list.j2store-categories-module .j2store-categories-list .spacer .image-block a img {
  width: 100%;
  max-width: 250px;
  display: block;
  height: auto;
}
.tp-category-list.j2store-categories-module .j2store-categories-list .spacer .image-block a:hover {
  color: #000000;
}
.tp-category-list.j2store-categories-module .j2store-categories-list .spacer .content-block {
  display: inline-block;
  min-width: 230px;
  vertical-align: top;
}
.tp-category-list.j2store-categories-module .j2store-categories-list .spacer .content-block a {
  color: #00c2ba;
}
.tp-category-list.j2store-categories-module .j2store-categories-list .spacer .content-block a:hover {
  color: #000000;
}
.tp-category-list.j2store-categories-module .j2store-categories-list .spacer .content-block h4 {
  padding: 10px;
}
.tp-category-view.j2store-categories-module {
  padding-left: 0px;
}
.tp-category-view.j2store-categories-module .j2store-categories-list {
  list-style: none;
  width: 20% !important;
  padding: 40px 20px 20px 0px;
  min-height: 200px;
  text-align: center;
  color: #f2f2f2;
}
.tp-category-view.j2store-categories-module .j2store-categories-list .spacer .image-block {
  display: none;
}
.tp-category-view.j2store-categories-module .j2store-categories-list .spacer .image-block a {
  color: #000000;
}
.tp-category-view.j2store-categories-module .j2store-categories-list .spacer .image-block a img {
  width: 100%;
  max-width: 150px;
  display: block;
  height: auto;
}
.tp-category-view.j2store-categories-module .j2store-categories-list .spacer .image-block a:hover {
  color: #00c2ba;
}
.tp-category-view.j2store-categories-module .j2store-categories-list .spacer .content-block {
  padding-left: 20px;
  padding-top: 10px;
}
.tp-category-view.j2store-categories-module .j2store-categories-list .spacer .content-block h4 {
  margin-bottom: 30px;
  display: block;
  line-height: 1.8;
  font-size: 16px;
  font-weight: 600;
  margin-top: 20px;
}
.tp-category-view.j2store-categories-module .j2store-categories-list .spacer .content-block h4 a {
  color: #ffffff;
  display: block;
  margin-top: 0px;
  padding: 0px;
  border: none;
  text-transform: uppercase;
}
.tp-category-view.j2store-categories-module .j2store-categories-list .spacer .content-block a {
  color: #ffffff;
  margin-top: 10px;
  padding: 10px;
  border: 2px solid #ffffff;
  transform: all 0s ease-in-out 0.5s;
  font-weight: 500;
}
.tp-category-view.j2store-categories-module .j2store-categories-list .spacer .content-block a:hover,
.tp-category-view.j2store-categories-module .j2store-categories-list .spacer .content-block a:focus {
  text-decoration: none;
}
.tp-category-view.j2store-categories-module .j2store-categories-list:hover {
  color: #ffffff;
}
.tp-category-view.j2store-categories-module .j2store-categories-list:hover .content-block h4 a {
  background: none;
  color: #ffffff;
}
.tp-category-view.j2store-categories-module .j2store-categories-list:hover .content-block a {
  border: 2px solid #ffffff;
  background: #ffffff;
  color: #555555;
  transition: all 0.5s ease-in-out 0s;
  border-radius: 10px;
}
@media (max-width: 767px) {
  .tp-category-view.j2store-categories-module .j2store-categories-list {
    width: 100% !important;
  }
}
.tp-category-view.j2store-categories-module .j2store-categories-list:nth-child(1):before {
  content: "\f02d";
  font-family: fontawesome;
  position: absolute;
  left: 5%;
  top: 5%;
  font-size: 36px;
  width: 100%;
  text-align: center;
}
.tp-category-view.j2store-categories-module .j2store-categories-list:nth-child(2):before {
  content: "\f08a";
  position: absolute;
  font-family: fontawesome;
  font-size: 36px;
  left: 0;
  top: 5%;
  width: 100%;
  text-align: center;
}
.tp-category-view.j2store-categories-module .j2store-categories-list:nth-child(3):before {
  content: "\f0f7";
  font-size: 36px;
  left: 0;
  top: 5%;
  position: absolute;
  font-family: fontawesome;
  width: 100%;
  text-align: center;
}
.tp-category-view.j2store-categories-module .j2store-categories-list:nth-child(4):before {
  content: "\f108";
  font-size: 36px;
  left: 0;
  top: 5%;
  position: absolute;
  font-family: fontawesome;
  width: 100%;
  text-align: center;
}
.tp-category-view.j2store-categories-module .j2store-categories-list:nth-child(5):before {
  content: "\f0f5";
  position: absolute;
  font-family: fontawesome;
  font-size: 40px;
  left: 0;
  top: 5%;
  width: 100%;
  text-align: center;
}
.tp-category-view.j2store-categories-module .j2store-categories-list:nth-child(odd) {
  background: #333333;
}
.tp-category-view.j2store-categories-module .j2store-categories-list:nth-child(odd):hover {
  background: #000000;
}
.tp-category-view.j2store-categories-module .j2store-categories-list:nth-child(even) {
  background: #555555;
}
.tp-category-view.j2store-categories-module .j2store-categories-list:nth-child(even):hover {
  background: #000000;
}
#Mod114 .buttons {
  display: none;
}
#Mod114 .j2store_product_cart {
  display: none;
}
#Mod119 .sale-price {
  color: #ffffff;
  display: inherit;
  font-size: 20px;
}
.relateditems li {
  list-style: none;
  padding: 8px;
}
.t3-footer {
  padding-bottom: 25px;
  border-top: 1px solid #f2f2f2;
  background: #333333;
  color: #edebeb;
}
@media screen and (max-width: 768px) {
  .t3-footer {
    padding-bottom: 0px;
  }
}
@media screen and (max-width: 767px) {
  .t3-footer {
    margin-top: 0;
    padding-top: 0;
  }
}
.t3-footer:before,
.t3-footer:after {
  display: table;
  content: " ";
}
.t3-footer:after {
  clear: both;
}
.t3-footer small {
  display: block;
  font-size: 100%;
}
.t3-footnav {
  padding: 20px 0;
  position: relative;
}
.t3-footnav:before,
.t3-footnav:after {
  display: table;
  content: " ";
}
.t3-footnav:after {
  clear: both;
}
@media screen and (min-width: 768px) {
  .t3-footnav {
    padding: 40px 0;
  }
}
.t3-footnav .t3-module {
  background: transparent;
  color: #edebeb;
  margin-top: 10px;
  margin-bottom: 10px;
}
.t3-footnav .t3-module .module-title {
  color: #00c2ba;
  font-size: 18px;
  margin-bottom: 10px;
  text-align: left;
}
.t3-footnav .t3-module .module-title span:after {
  display: none;
}
.t3-footnav .t3-module .nav li a {
  padding: 10px 0;
  color: #ffffff;
}
.t3-footnav .t3-module .nav li a:hover {
  color: #00c2ba;
}
.t3-footnav .t3-module .custom .about {
  color: #ffffff;
}
.t3-footnav .t3-module .custom .about p {
  text-align: justify;
  margin-top: 10px;
}
.t3-footnav .t3-module .custom .about ul li {
  line-height: 2.3 !important;
}
.t3-footnav .t3-module .custom .about ul li em {
  font-size: 16px;
  margin-right: 5px;
}
.t3-footnav .t3-module .newsflash .newsflash-title a {
  color: #ffffff;
  font-size: 14px;
  text-transform: capitalize;
}
.t3-footnav .t3-module .newsflash p {
  color: #ffffff;
  margin-bottom: 0;
  margin-top: 10px;
}
.t3-footnav .t3-module .nav-pills > li.active > a,
.t3-footnav .t3-module .nav-pills > li.active > a:hover,
.t3-footnav .t3-module .nav-pills > li.active > a:focus {
  background: transparent;
}
.t3-footnav .t3-module ul {
  list-style: none;
  margin-left: 0;
  margin-bottom: 0;
  padding-left: 0;
}
.t3-footnav .t3-module ul > li {
  line-height: 24px;
}
.t3-footnav .t3-module ul > li > a {
  color: #ffffff;
  text-transform: capitalize;
}
.t3-footnav .t3-module ul > li > a:hover,
.t3-footnav .t3-module ul > li > a:active,
.t3-footnav .t3-module ul > li > a:focus {
  color: #ffffff;
  background: none;
}
.t3-copyright {
  border-top: 1px solid #777;
  font-size: 12px;
  padding: 40px 0;
  text-align: center;
}
.t3-copyright:before,
.t3-copyright:after {
  display: table;
  content: " ";
}
.t3-copyright:after {
  clear: both;
}
.t3-copyright small {
  margin-bottom: 5px;
}
.t3-copyright img {
  padding: 10px;
  width: 5%;
}
.t3-copyright .map {
  margin-top: 10px;
  padding-top: 10px;
}
.t3-copyright .map a {
  font-size: 16px;
  background: #ffffff;
  border: 2px solid #00c2ba;
  padding: 10px 15px;
}
.poweredby:before,
.poweredby:after {
  display: table;
  content: " ";
}
.poweredby:after {
  clear: both;
}
@media screen and (min-width: 991px) {
  .poweredby {
    text-align: right;
  }
}
.poweredby .t3-logo,
.poweredby .t3-logo-small {
  opacity: .8;
  display: inline-block;
}
#back-to-top {
  position: fixed;
  text-align: center;
  left: 50%;
  margin-left: -42px;
  top: auto;
  z-index: 999;
  display: none;
  background-color: transparent;
}
@media (min-width: 768px) {
  #back-to-top {
    display: block;
  }
}
#back-to-top .btn {
  background: #00c2ba;
  border: 2px solid #00c2ba;
  color: #00c2ba;
  height: 85px;
  width: 85px;
  border-radius: 0;
  padding: 0;
  text-align: center;
  transform: rotate(45deg);
  filter: alpha(opacity=90);
  opacity: 0.9;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
#back-to-top .btn i {
  transform: rotate(-45deg);
}
#back-to-top .btn:hover,
#back-to-top .btn:active,
#back-to-top .btn:focus {
  background: #555555;
  outline: none;
  filter: alpha(opacity=100);
  opacity: 1;
}
#back-to-top .btn:hover i,
#back-to-top .btn:active i,
#back-to-top .btn:focus i {
  color: #ffffff;
}
#back-to-top.affix {
  bottom: -50px;
}
#back-to-top a {
  outline: none;
}
#back-to-top i {
  bottom: 25px;
  font-size: 20px;
  position: relative;
  right: 25px;
  color: #ffffff;
}
#Mod140 .module-inner .j2store_cart_module_140 {
  background-color: #ecf0f1;
  color: #1b1d2a;
  padding: 16px;
  text-align: center;
}
#Mod140 .module-inner .j2store_cart_module_140 .j2store-minicart-button {
  margin-top: 10px;
}
#Mod141 .module-inner .module-ct .j2store #j2store_currency {
  background: #f9f9f9;
  text-align: center;
  padding: 16px;
}
#Mod141 .module-inner .module-ct .j2store #j2store_currency a {
  margin: 10px 5px 10px 0px;
  border: 1px solid #ccc;
}
#Mod114 .module-inner .mod_j2store_products .j2store_products_container .block {
  padding-top: 10px;
}
#Mod114 .module-inner .j2store_product_content_block .strike {
  color: red;
  text-decoration: line-through;
}
.view-article .t3-mainbody .t3-content .item-page .article-header,
.view-article .t3-mainbody .t3-content .item-page .page-header {
  margin: 0;
  border-bottom: 0px none;
}
.view-article .t3-mainbody .t3-content .item-page .article-header .article-title,
.view-article .t3-mainbody .t3-content .item-page .page-header .article-title,
.view-article .t3-mainbody .t3-content .item-page .article-header h2,
.view-article .t3-mainbody .t3-content .item-page .page-header h2 {
  text-align: center;
  color: #00c2ba;
  font-size: 24px;
  text-transform: capitalize;
}
.view-article .t3-mainbody .t3-content .item-page .article-header .article-title a,
.view-article .t3-mainbody .t3-content .item-page .page-header .article-title a,
.view-article .t3-mainbody .t3-content .item-page .article-header h2 a,
.view-article .t3-mainbody .t3-content .item-page .page-header h2 a {
  color: #00c2ba;
  font-weight: bold;
  text-transform: capitalize;
}
.view-article .t3-mainbody .t3-content .item-page .article-header .article-title a:hover,
.view-article .t3-mainbody .t3-content .item-page .page-header .article-title a:hover,
.view-article .t3-mainbody .t3-content .item-page .article-header h2 a:hover,
.view-article .t3-mainbody .t3-content .item-page .page-header h2 a:hover {
  color: #3a3a3a;
}
.view-article .t3-mainbody .t3-content .item-page .article-aside {
  margin-bottom: 0;
}
.view-article .t3-mainbody .t3-content .item-page .article-info {
  width: 100%;
  margin: 10px 0px 20px;
  text-align: center;
}
.view-article .t3-mainbody .t3-content .item-page .item-image img {
  max-width: 100%;
  margin-bottom: 20px;
}
.view-article .t3-mainbody .t3-content .item-page p {
  text-align: justify;
}
.view-article .t3-mainbody .t3-content .item-page .tags {
  padding-left: 0;
  text-align: center;
}
.view-article .t3-mainbody .t3-content .item-page .tags li {
  display: inline-flex;
}
.view-article .t3-mainbody .t3-content .item-page .tags li a {
  font-size: 14px;
  padding: 10px 15px;
  text-transform: capitalize;
  border-radius: 0;
}
.blog .item .article-intro > div .j2store-product-images img {
  width: 100%;
}
.blog .item .article-intro .j2store-product-images img {
  width: 100%;
}
.blog .items-leading {
  margin-bottom: 10px;
}
.blog .items-leading .page-header {
  border-bottom: 0 none;
  margin-bottom: 0px;
}
.blog .items-leading .page-header h2 {
  margin: 10px 0;
  text-align: center;
}
.blog .items-leading .page-header h2 a {
  color: #00c2ba;
  font-size: 24px;
  font-weight: bold;
  text-transform: capitalize;
}
.blog .items-leading .page-header h2 a:hover {
  color: #3a3a3a;
}
.blog .items-leading .item-image a img {
  max-width: 100%;
  margin-bottom: 10px;
}
.blog .items-leading .article-info {
  margin: 0;
  text-align: left;
  width: 100%;
  line-height: 2;
}
.blog .items-leading .tags {
  padding-left: 0;
}
.blog .items-leading .tags li {
  display: inline-flex;
}
.blog .items-leading .tags li a {
  padding: 10px 15px;
  text-transform: capitalize;
  font-size: 14px;
  border-radius: 0;
}
.blog .items-leading p {
  text-align: justify;
}
.blog .items-leading .readmore {
  text-align: center;
}
.blog .item .page-header {
  border-bottom: 0 none;
  margin-bottom: 0px;
}
.blog .item .page-header h2 {
  margin: 10px 0;
  text-align: center;
}
.blog .item .page-header h2 a {
  color: #00c2ba;
  font-size: 22px;
  font-weight: bold;
  text-transform: capitalize;
}
.blog .item .page-header h2 a:hover {
  color: #3a3a3a;
}
.blog .item .item-image {
  margin-bottom: 20px;
}
.blog .item .item-image a img {
  width: 100%;
}
.blog .item .article-info {
  margin: 0;
  text-align: left;
  width: 100%;
  line-height: 2;
}
.blog .item .tags {
  padding-left: 0;
}
.blog .item .tags li {
  display: inline-flex;
}
.blog .item .tags li a {
  padding: 10px 15px;
  text-transform: capitalize;
  font-size: 14px;
  border-radius: 0;
}
.blog .item p {
  margin-top: 10px;
  text-align: justify;
}
.blog .item .article-intro .j2store-product {
  text-align: center;
}
div#preloader {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 999;
  width: 100%;
  height: 100%;
  overflow: visible;
  background: #ffffff url('../../templates/bookstore/images/themeparrot/giphy.gif') no-repeat center center;
}
.tp-mast-col .container {
  margin: 0 auto;
  text-align: center;
  width: 100%;
  background-color: #00c2ba;
  background-size: cover;
}
.tp-mast-col .container .book-shelf {
  margin: 0 auto;
  text-align: center;
}
.tp-mast-col .container .book-shelf .module-title {
  margin: 45px 0;
  color: #fff;
  font-weight: 600;
  line-height: 1.5;
  text-align: center;
}
.tp-mast-col .container .book-shelf .j2store-product-module-list {
  background: rgba(0, 0, 0, 0) url("../../templates/bookstore/images/themeparrot/feat_shelf.png") repeat-y scroll bottom center;
  max-width: 1000px;
  margin: 0 auto;
}
.tp-mast-col .container .book-shelf .j2store-product-module-list .j2store-module-product {
  margin-top: 32px;
  position: relative;
}
.tp-mast-col .container .book-shelf .j2store-product-module-list .j2store-module-product .j2-image .j2store-product-image {
  margin-top: 15px;
  padding: 0;
  position: relative;
  text-align: center;
}
.tp-mast-col .container .book-shelf .j2store-product-module-list .j2store-module-product .j2-image .j2store-product-image a img {
  position: relative;
  text-align: center;
  top: -50px;
  max-width: 100%;
}
.tp-mast-col .container .book-shelf .j2store-product-module-list .j2store-module-product .j2-image .j2-content {
  background-color: #ffffff;
  border-color: #00c2ba #ffffff #ffffff;
  border-image: none;
  border-style: solid;
  border-width: 5px 1px 1px;
  padding: 15px;
  position: absolute;
  top: 100px;
  visibility: hidden;
  width: 100%;
}
.tp-mast-col .container .book-shelf .j2store-product-module-list .j2store-module-product .j2-image .j2-content .arrow {
  background: #ffffff none repeat scroll 0 0;
  position: absolute;
  height: 20px;
  width: 20px;
  margin-top: -28px;
  transform: rotate(45deg);
  left: 45%;
  border-left: 5px solid #00c2ba;
  border-top: 5px solid #00c2ba;
}
.tp-mast-col .container .book-shelf .j2store-product-module-list .j2store-module-product .j2-image .j2-content .product-title a {
  font-size: 18px;
  color: #000000;
  transition: none;
}
.tp-mast-col .container .book-shelf .j2store-product-module-list .j2store-module-product .j2-image .j2-content .product-title a:hover {
  color: #00c2ba;
}
.tp-mast-col .container .book-shelf .j2store-product-module-list .j2store-module-product .j2-image .j2-content .product-cart-section .product-price-container span {
  color: #000000;
  font-weight: normal;
}
.tp-mast-col .container .book-shelf .j2store-product-module-list .j2store-module-product .j2-image .j2-content .product-cart-section .product-price-container .sale-price,
.tp-mast-col .container .book-shelf .j2store-product-module-list .j2store-module-product .j2-image .j2-content .product-cart-section .product-price-container .base-price {
  color: #555555;
}
.tp-mast-col .container .book-shelf .j2store-product-module-list .j2store-module-product .j2-image .j2-content .product-cart-section .product_cart_block .j2store-addtocart-form .j2store-add-to-cart {
  text-align: center;
}
.tp-mast-col .container .book-shelf .j2store-product-module-list .j2store-module-product .j2-image .j2-content .product-cart-section .product_cart_block .j2store-addtocart-form .j2store-add-to-cart .product-qty {
  display: none;
}
.tp-mast-col .container .book-shelf .j2store-product-module-list .j2store-module-product .j2-image .j2-content .product-cart-section .product_cart_block .j2store-addtocart-form .j2store-add-to-cart .j2store-cart-button {
  padding: 9px 14px;
  margin-top: 10px;
  transition: none;
}
.tp-mast-col .container .book-shelf .j2store-product-module-list .j2store-module-product .j2-image:hover .j2-content {
  visibility: visible;
}
.tp-mast-col .container .product-wishlist {
  display: none;
}
.mega-inner .t3-module .module-inner .module-title span:after {
  display: none;
}
.mega-inner .t3-module .module-inner .module-ct .categories-module li {
  list-style: none;
  margin: 0 10px;
}
.mega-inner .t3-module .module-inner .module-ct .categories-module li h4 a {
  line-height: 39px;
  font-size: 13px;
  color: #333333;
  text-transform: capitalize;
}
.mega-inner .t3-module .module-inner .module-ct .categories-module li h4 a:hover {
  color: #00c2ba;
  text-decoration: none;
}
.mega-inner .t3-module .module-inner .module-title,
.mega-inner .menu-article .module-inner .module-title {
  padding-top: 5px;
  color: #333333;
  text-align: left;
  padding-left: 12px;
}
.mega-inner .t3-module .module-inner .module-ct .category-module li,
.mega-inner .menu-article .module-inner .module-ct .category-module li {
  width: 100%;
  list-style: none;
}
.mega-inner .t3-module .module-inner .module-ct .category-module li .article-img .img-intro a img,
.mega-inner .menu-article .module-inner .module-ct .category-module li .article-img .img-intro a img {
  width: 100%;
  margin-bottom: 8px;
}
.mega-inner .t3-module .module-inner .module-ct .category-module li .mod-articles-category-title,
.mega-inner .menu-article .module-inner .module-ct .category-module li .mod-articles-category-title {
  font-size: 14px;
  text-transform: capitalize;
  font-weight: bold;
  color: #00c2ba;
}
.mega-inner .t3-module .module-inner .module-ct .category-module li .mod-articles-category-introtext,
.mega-inner .menu-article .module-inner .module-ct .category-module li .mod-articles-category-introtext {
  font-size: 13px;
  margin-bottom: 0px;
  margin-top: 5px;
  font-weight: normal;
  text-transform: none;
}
.mega-inner .t3-module .module-inner .module-ct .category-module li .mod-articles-category-readmore .mod-articles-category-title,
.mega-inner .menu-article .module-inner .module-ct .category-module li .mod-articles-category-readmore .mod-articles-category-title {
  font-size: 13px;
  font-weight: normal;
}
.mega-inner .menu-latest .module-inner .module-title {
  padding-top: 5px;
  margin-bottom: 0px;
}
.mega-inner .tp-latest .module-inner .module-ct .j2store-product-module-list {
  padding: 0;
}
.mega-inner .tp-latest .module-inner .module-ct .j2store-product-module-list .j2store-module-product {
  padding: 10px;
}
.mega-inner .tp-latest .module-inner .module-ct .j2store-product-module-list .j2store-module-product .j2-item .item-content .product-title a {
  line-height: 0;
}
.mega-inner .tp-ltproduct .module-inner .module-ct .j2store-product-module .j2store-module-product .product-title a {
  color: #333333;
  font-size: 13px;
  font-weight: normal;
  line-height: 1.3;
  text-transform: capitalize;
}
.mega-inner .tp-ltproduct .module-inner .module-ct .j2store-product-module .j2store-module-product .product-title a:hover {
  color: #00c2ba;
}
.mega-inner .tp-ltproduct .module-inner .module-ct .j2store-product-module .j2store-module-product .product-cart-section {
  display: none;
}
.t3-navhelper {
  background: #ffffff;
}
.t3-navhelper #myCarousel_br {
  padding: 40px 0;
  background: #ffffff;
}
.t3-navhelper #myCarousel_br .carousel-inner {
  text-align: center;
}
.t3-navhelper #myCarousel_br .carousel-inner .item .item-img img {
  margin: 0 auto;
}
.t3-navhelper #myCarousel_br .carousel-control {
  width: 30px;
  height: 30px;
  top: 45%;
  background-image: none;
  color: #000000;
  border: 1px solid #ddd;
}
.t3-navhelper #myCarousel_br .carousel-control.left {
  left: 0;
}
.t3-navhelper #myCarousel_br .carousel-control.right {
  right: 0px;
}
.t3-navhelper .banner-ad .module-inner .module-ct .custom p img {
  margin: 0 auto;
  width: 100%;
}
.contact-categories h1 {
  font-size: 22px;
  text-align: center;
  text-transform: uppercase;
}
.contact-categories .first {
  margin-top: 10px;
}
.contact-categories .category-item h3.item-title {
  font-weight: bold;
  font-size: 16px;
  text-transform: capitalize;
}
.contact-category h1 {
  font-size: 22px;
  text-align: center;
  text-transform: uppercase;
}
.contact-category h2 {
  font-weight: bold;
  font-size: 16px;
  text-transform: capitalize;
}
.contact-category #adminForm fieldset .btn-group .inputbox {
  border-radius: 0px;
}
.contact-category #adminForm ul.category li {
  padding: 15px;
}
.contact-category #adminForm ul.category li .list-title {
  margin-bottom: 10px;
}
.contact-category #adminForm ul.category li .list-title a {
  font-weight: 500;
  font-size: 16px;
}
.blog-featured h1 {
  font-size: 22px;
  text-align: center;
  text-transform: uppercase;
}
.blog-featured #adminForm fieldset .hidelabeltxt {
  display: none;
}
.home-1 .t3-spotlight-2 {
  padding-top: 20px;
  padding-bottom: 30px;
}
.home-2 .t3-spotlight-1 {
  background-color: #ffffff;
}
.home-5 .t3-spotlight-1 {
  margin: 40px 0;
  background-color: #ffffff;
}
.home-5 .t3-navhelper {
  padding: 40px 0;
}
.book-slider {
  padding: 20px 0;
}
.book-slider .module-inner .module-ct .j2store-product-module .owl-controls .owl-buttons div {
  visibility: hidden;
  display: block;
  height: 40px;
  line-height: 2.8;
  width: 34px;
  background-color: #00c2ba;
  opacity: 0.8;
  border-radius: 0;
}
.book-slider .module-inner .module-ct .j2store-product-module .owl-controls .owl-buttons div:hover {
  opacity: 1;
}
.book-slider .module-inner .module-ct .j2store-product-module .owl-controls .owl-buttons .owl-prev {
  float: left;
  position: relative;
  top: 85px;
  z-index: 100;
}
.book-slider .module-inner .module-ct .j2store-product-module .owl-controls .owl-buttons .owl-next {
  float: right;
  position: relative;
  top: 85px;
  z-index: 100;
}
.book-slider .module-inner .module-ct .j2store-product-module .owl-wrapper-outer .owl-wrapper .owl-item .j2store-module-product .j2store-product-image {
  text-align: center;
}
.book-slider .module-inner .module-ct .j2store-product-module .owl-wrapper-outer .owl-wrapper .owl-item .j2store-module-product .j2store-product-image a img {
  max-width: 100%;
  margin: 0 auto;
}
.book-slider .module-inner .module-ct .j2store-product-module:hover .owl-controls .owl-buttons div {
  visibility: visible;
}
.custom-img .module-inner .module-ct .custom .custom-image {
  width: 100%;
  height: 100%;
  float: left;
  overflow: hidden;
  position: relative;
  text-align: center;
  cursor: default;
  background-color: rgba(0, 0, 0, 0.75);
  margin: 60px 0px 0px;
}
.custom-img .module-inner .module-ct .custom .custom-image img {
  width: 100%;
  display: block;
  position: relative;
  opacity: 0.75;
}
.custom-img .module-inner .module-ct .custom .custom-image .overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  overflow: hidden;
  top: 0;
  left: 0;
}
.custom-img .module-inner .module-ct .custom .custom-image .overlay:before {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 29%;
  height: 59%;
  border: 2px solid #ffffff;
  content: '';
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: translate3d(-50%, -50%, 0) rotate3d(0, 0, 1, -45deg) scale3d(0, 0, 1);
  transform: translate3d(-50%, -50%, 0) rotate3d(0, 0, 1, -45deg) scale3d(0, 0, 1);
  -webkit-transform-origin: 50%;
  -ms-transform-origin: 50%;
  transform-origin: 50%;
  background: #000 !important;
}
.custom-img .module-inner .module-ct .custom .custom-image .overlay h2,
.custom-img .module-inner .module-ct .custom .custom-image .overlay p {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
  -webkit-transform-origin: 50%;
  -ms-transform-origin: 50%;
  transform-origin: 50%;
  background-color: transparent;
  margin: 0px;
  padding: 0px;
}
.custom-img .module-inner .module-ct .custom .custom-image .overlay h2 {
  text-transform: uppercase;
  color: #ffffff;
  text-align: center;
  font-weight: bold;
}
.custom-img .module-inner .module-ct .custom .custom-image .overlay p a:first-child em {
  -webkit-transform: translate3d(-60px, -60px, 0);
  transform: translate3d(-60px, -60px, 0);
}
.custom-img .module-inner .module-ct .custom .custom-image .overlay p {
  width: 20%;
  text-transform: none;
  font-size: 15px;
  line-height: 2;
}
.custom-img .module-inner .module-ct .custom .custom-image .overlay p a {
  color: #ffffff;
}
.custom-img .module-inner .module-ct .custom .custom-image .overlay p a:hover {
  opacity: 0.6;
  filter: alpha(opacity=60);
}
.custom-img .module-inner .module-ct .custom .custom-image .overlay p a:nth-child(2) em {
  -webkit-transform: translate3d(60px, -60px, 0);
  transform: translate3d(60px, -60px, 0);
}
.custom-img .module-inner .module-ct .custom .custom-image .overlay p a:nth-child(3) em {
  -webkit-transform: translate3d(-60px, 60px, 0);
  transform: translate3d(-60px, 60px, 0);
}
.custom-img .module-inner .module-ct .custom .custom-image .overlay p a:nth-child(4) em {
  -webkit-transform: translate3d(60px, 60px, 0);
  transform: translate3d(60px, 60px, 0);
}
.custom-img .module-inner .module-ct .custom .custom-image .overlay a {
  display: inline-block;
  text-decoration: none;
  padding: 0;
  text-transform: uppercase;
  color: #ffffff;
  border: 1px solid transparent;
  margin: -1px;
  background-color: transparent;
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .custom-img .module-inner .module-ct .custom .custom-image .overlay a {
    margin: -5px;
  }
}
@media screen and (min-width: 480px) and (max-width: 767px) {
  .custom-img .module-inner .module-ct .custom .custom-image .overlay a {
    margin: 10px;
  }
}
.custom-img .module-inner .module-ct .custom .custom-image .overlay a i,
.custom-img .module-inner .module-ct .custom .custom-image .overlay a em {
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  padding: 0px 5px;
}
.custom-img .module-inner .module-ct .custom .custom-image:hover .overlay:before {
  opacity: 1;
  filter: alpha(opacity=100);
  background-color: rgba(0, 0, 0, 0.2);
  -webkit-transform: translate3d(-50%, -50%, 0) rotate3d(0, 0, 1, -135deg) scale3d(1, 1, 1);
  transform: translate3d(-50%, -50%, 0) rotate3d(0, 0, 1, -135deg) scale3d(1, 1, 1);
}
.custom-img .module-inner .module-ct .custom .custom-image:hover .overlay h2 {
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transform: translate3d(-50%, -50%, 0) scale3d(0.8, 0.8, 1);
  transform: translate3d(-50%, -50%, 0) scale3d(0.8, 0.8, 1);
}
.custom-img .module-inner .module-ct .custom .custom-image:hover .overlay p i:empty,
.custom-img .module-inner .module-ct .custom .custom-image:hover .overlay p em:empty {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  opacity: 1;
  filter: alpha(opacity=100);
}
.tp-gallery {
  padding: 80px 0;
  background-image: url("../../templates/bookstore/images/themeparrot/collection/subcribe.png");
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
.tp-gallery .t3-module .module-inner .module-title {
  float: left;
  left: 15%;
  position: relative;
}
@media screen and (max-width: 1199px) {
  .tp-gallery .t3-module .module-inner .module-title {
    left: 0%;
  }
}
@media screen and (max-width: 992px) {
  .tp-gallery .t3-module .module-inner .module-title {
    left: 0%;
  }
}
@media screen and (max-width: 595px) {
  .tp-gallery .t3-module .module-inner .module-title {
    float: none;
  }
}
.tp-gallery .t3-module .module-inner .module-title span {
  font-size: 36px;
  color: #00c2ba;
}
.tp-gallery .t3-module .module-inner .module-title span:after {
  content: "";
}
.tp-gallery .t3-module .module-inner .module-ct .acymailing_module .acymailing_fulldiv form {
  margin-top: 48px;
  position: relative;
  left: 0%;
}
@media screen and (max-width: 1199px) {
  .tp-gallery .t3-module .module-inner .module-ct .acymailing_module .acymailing_fulldiv form {
    left: -10%;
  }
}
@media screen and (max-width: 992px) {
  .tp-gallery .t3-module .module-inner .module-ct .acymailing_module .acymailing_fulldiv form {
    left: 0%;
  }
}
.tp-gallery .t3-module .module-inner .module-ct .acymailing_module .acymailing_fulldiv form .acymailing_module_form .acymailing_introtext {
  bottom: 16px;
  color: #848484;
  font-size: 20px;
  font-style: italic;
  font-weight: 300;
  position: relative;
  text-align: center;
}
.tp-gallery .t3-module .module-inner .module-ct .acymailing_module .acymailing_fulldiv form .acymailing_module_form .acymailing_form {
  left: -8%;
  position: relative;
  top: 20px;
}
@media screen and (max-width: 595px) {
  .tp-gallery .t3-module .module-inner .module-ct .acymailing_module .acymailing_fulldiv form .acymailing_module_form .acymailing_form {
    left: 0%;
  }
}
.tp-gallery .t3-module .module-inner .module-ct .acymailing_module .acymailing_fulldiv form .acymailing_module_form .acymailing_form .acyfield_email:before {
  font-family: FontAwesome;
  content: "\f003";
  color: #777;
  font-size: 22px;
  margin-left: -28px;
  margin-top: 5px;
  position: absolute;
}
@media screen and (max-width: 595px) {
  .tp-gallery .t3-module .module-inner .module-ct .acymailing_module .acymailing_fulldiv form .acymailing_module_form .acymailing_form .acyfield_email:before {
    content: "";
  }
}
.tp-gallery .t3-module .module-inner .module-ct .acymailing_module .acymailing_fulldiv form .acymailing_module_form .acymailing_form .inputbox {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  border-left: medium none;
  border-radius: 0;
  border-right: medium none;
  border-top: medium none;
  box-shadow: none;
  color: #777777;
  font-weight: bold;
  height: 40px;
  letter-spacing: 1px;
  width: 320px !important;
}
@media screen and (max-width: 480px) {
  .tp-gallery .t3-module .module-inner .module-ct .acymailing_module .acymailing_fulldiv form .acymailing_module_form .acymailing_form .inputbox {
    width: 100% !important;
  }
}
.tp-gallery .t3-module .module-inner .module-ct .acymailing_module .acymailing_fulldiv form .acymailing_module_form .acymailing_form .button {
  border-radius: 25px;
}
.tp-gallery .t3-module .module-inner .module-ct .acymailing_module .acymailing_fulldiv form .acymailing_module_form .acymailing_form .button:active {
  outline: none;
}
.com_search .t3-wrapper .t3-mainbody .t3-content .search .page-title {
  font-size: 20px;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.com_search .t3-wrapper .t3-mainbody .t3-content .search #searchForm {
  border: 1px solid #eeeeee;
  padding: 15px;
}
.com_search .t3-wrapper .t3-mainbody .t3-content .search #searchForm .radio-inline,
.com_search .t3-wrapper .t3-mainbody .t3-content .search #searchForm .checkbox-inline {
  line-height: 2;
}
.com_search .t3-wrapper .t3-mainbody .t3-content .search #searchForm .input-group .form-control {
  height: 40px;
  border-radius: 0;
}
.com_search .t3-wrapper .t3-mainbody .t3-content .search #searchForm .input-group .input-group-btn .btn-default {
  height: 40px;
  box-shadow: none;
  border: 1px solid #ccc;
  border-radius: 0;
}
.com_search .t3-wrapper .t3-mainbody .t3-content .search #searchForm .searchintro p strong .badge {
  background-color: #888;
}
.com_search .t3-wrapper .t3-mainbody .t3-content .search #searchForm .phrases legend {
  font-size: 16px;
  font-weight: 500;
  text-transform: uppercase;
}
.com_search .t3-wrapper .t3-mainbody .t3-content .search #searchForm .phrases .form-group {
  margin: 10px 0 20px 0;
}
.com_search .t3-wrapper .t3-mainbody .t3-content .search #searchForm .phrases .form-group .control-label {
  font-weight: 600;
}
.com_search .t3-wrapper .t3-mainbody .t3-content .search #searchForm .phrases .form-group .chzn-container .chzn-single {
  border-radius: 0;
  height: 34px;
  width: 220px;
  line-height: 34px;
}
.com_search .t3-wrapper .t3-mainbody .t3-content .search #searchForm .phrases .form-group .chzn-container .chzn-single div b {
  margin-top: 6px;
}
.com_search .t3-wrapper .t3-mainbody .t3-content .search #searchForm .phrases .form-group .chzn-container .chzn-drop {
  width: 218px;
  border-radius: 0;
}
.com_search .t3-wrapper .t3-mainbody .t3-content .search #searchForm .only legend {
  margin-bottom: 25px;
}
.com_search .t3-wrapper .t3-mainbody .t3-content .search #searchForm .only .checkbox-inline input[type="checkbox"] {
  top: -2px;
}
.com_search .t3-wrapper .t3-mainbody .t3-content .search #searchForm .form-limit label {
  font-weight: 600;
}
.com_search .t3-wrapper .t3-mainbody .t3-content .search #searchForm .form-limit .chzn-container-single .chzn-single {
  height: 34px;
  line-height: 34px;
  width: 100px;
  border-radius: 0;
}
.com_search .t3-wrapper .t3-mainbody .t3-content .search #searchForm .form-limit .chzn-container-single .chzn-single div b {
  margin-top: 6px;
}
.com_search .t3-wrapper .t3-mainbody .t3-content .search #searchForm .form-limit .chzn-container-single .chzn-drop {
  width: 98px;
  border-radius: 0;
}
.com_finder .t3-wrapper .t3-mainbody .t3-content .finder {
  border: 1px solid #eee;
  padding: 15px;
}
.com_finder .t3-wrapper .t3-mainbody .t3-content .finder #search-form .form-inline fieldset .form-group .inputbox {
  height: 40px;
  border-radius: 0;
}
.com_finder .t3-wrapper .t3-mainbody .t3-content .finder #search-form .form-inline fieldset .form-group .btn-primary,
.com_finder .t3-wrapper .t3-mainbody .t3-content .finder #search-form .form-inline fieldset .form-group .btn-default {
  border-radius: 0;
}
.com_finder .t3-wrapper .t3-mainbody .t3-content .finder #search-results #search-query-explained {
  padding-top: 20px;
}
.com_finder .t3-wrapper .t3-mainbody .t3-content .finder #search-results ul.search-results .result-url {
  display: none;
}
.com_finder .t3-wrapper .t3-mainbody .t3-content .finder #search-results .search-pagination .search-pages-counter {
  padding-top: 10px;
}
.error .error-code {
  color: #00c2ba;
  font-size: 300px;
  font-weight: 900;
  letter-spacing: 6px;
  line-height: 1;
  text-shadow: 6px 6px 12px #555555;
}
@media screen and (max-width: 480px) {
  .error .error-code {
    font-size: 100px;
  }
}
.error .error-message {
  text-align: center;
}
.error .error-message h2 {
  color: #eeeeee;
  font-weight: 600;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-size: 30px;
}
.error .error-content h4 {
  font-size: 20px;
  color: #555555;
}
.error .error-content p {
  line-height: 2.8;
}
.off-line-img {
  margin: 0 auto;
}