@charset "UTF-8";
 /*
    @package bookstore
*/
 /*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# admin
## sidebar
# base
## Normalize
	## mixin
	## nav
## placeholder
## variables
## widget
## wordpress


/* Import
---------------------
*/
/*
  @package bookstore
*/
/*
  Normalize
  ---------------------
*/
html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%; }

body {
  margin: 0; }

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block; }

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline; }

audio:not([controls]) {
  display: none;
  height: 0; }

[hidden],
template {
  display: none; }

a {
  background-color: transparent; }

a:active,
a:hover {
  outline: 0; }

abbr[title] {
  border-bottom: 1px dotted; }

b,
strong {
  font-weight: bold; }

dfn {
  font-style: italic; }

h1 {
  font-size: 2em;
  margin: 0.67em 0; }

mark {
  background: #ff0;
  color: #000; }

small {
  font-size: 80%; }

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

img {
  border: 0; }

svg:not(:root) {
  overflow: hidden; }

figure {
  margin: 1em 40px; }

hr {
  box-sizing: content-box;
  height: 0; }

pre {
  overflow: auto; }

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0; }

button {
  overflow: visible; }

button,
select {
  text-transform: none; }

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer; }

button[disabled],
html input[disabled] {
  cursor: default; }

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

input {
  line-height: normal; }

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0; }

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

legend {
  border: 0;
  padding: 0; }

textarea {
  overflow: auto; }

optgroup {
  font-weight: bold; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

/*
  @package bookstore
*/
/*
    Variables
  ---------------------
*/
/*
  @package bookstore
*/
/*
  Mixins
  ---------------------
*/
@keyframes spin {
  from {
    transform: rotate(0deg); }
  to {
    transform: rotate(360deg); } }
@keyframes pulse {
  50% {
    background: #00C2BA; } }
/*
  @package bookstore
*/
/* Placeholders
  ---------------------
*/
.bookstore-format-gallery .carousel-control {
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.5); }

.entry-excerpt.image-caption {
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.5) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.5) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.5) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#80000000',GradientType=0 );
  /* IE6-9 */ }

/*
  @package bookstore
*/
.alignnone {
  margin: 5px 20px 20px 0; }

.aligncenter,
div.aligncenter {
  display: block;
  margin: 5px auto 5px auto; }

.alignright {
  float: right;
  margin: 5px 0 20px 20px; }

.alignleft {
  float: left;
  margin: 5px 20px 20px 0; }

a img.alignright {
  float: right;
  margin: 5px 0 20px 20px; }

a img.alignnone {
  margin: 5px 20px 20px 0; }

a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0; }

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto; }

.wp-caption {
  background: #fff;
  border: 1px solid #f0f0f0;
  max-width: 96%;
  /* Image does not overflow the content area */
  padding: 5px 3px 10px;
  text-align: center; }

.wp-caption.alignnone {
  margin: 5px 20px 20px 0; }

.wp-caption.alignleft {
  margin: 5px 20px 20px 0; }

.wp-caption.alignright {
  margin: 5px 0 20px 20px; }

.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto; }

.wp-caption p.wp-caption-text {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px; }

.gallery-caption {
  color: #888;
  font-size: 12px;
  margin: 0 0 12px; }

/* Gallery */
.gallery {
  margin-bottom: 1.5em; }

.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%; }
  .gallery-columns-2 .gallery-item {
    max-width: 50%; }
  .gallery-columns-3 .gallery-item {
    max-width: 33.33%; }
  .gallery-columns-4 .gallery-item {
    max-width: 25%; }
  .gallery-columns-5 .gallery-item {
    max-width: 20%; }
  .gallery-columns-6 .gallery-item {
    max-width: 16.66%; }
  .gallery-columns-7 .gallery-item {
    max-width: 14.28%; }
  .gallery-columns-8 .gallery-item {
    max-width: 12.5%; }
  .gallery-columns-9 .gallery-item {
    max-width: 11.11%; }

.gallery-caption {
  display: block; }

/* Text meant only for screen readers. */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  white-space: nowrap;
  height: 1px;
  width: 1px;
  overflow: hidden; }

.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */ }

.size-auto,
.size-full,
.size-large,
.size-medium,
.size-thumbnail {
  max-width: 100%;
  height: auto; }

table {
  width: 100%; }

ul, ol {
  margin-left: 25px;
  padding-left: 0;
  text-align: left;
  margin-bottom: 10px;
  line-height: 2.3; }

.dropcap {
  font-size: 46px; }

blockquote {
  font-style: italic;
  font-weight: 600;
  line-height: 1.8; }

blockquote a {
  font-weight: 500; }

form.post-password-form {
  padding: 15px 0; }
  form.post-password-form p {
    margin-bottom: 10px; }
  form.post-password-form label {
    margin-top: 14px; }
  form.post-password-form input[type="password"] {
    border: 1px solid #dddddd;
    height: 34px; }
  form.post-password-form input[type="submit"] {
    height: 34px;
    box-shadow: none;
    position: relative;
    top: 1px;
    font-weight: 500; }

table {
  max-width: 100%;
  border: 1px solid #ddd; }
  table tr th {
    text-align: left;
    font-weight: bold;
    border-bottom: 1px solid #ddd;
    font-size: 16px;
    line-height: 2.3;
    padding: 5px;
    text-indent: 5px; }
  table tr td {
    padding: 5px;
    text-align: left;
    vertical-align: middle;
    border-bottom: 1px solid #ddd;
    line-height: 2.3;
    text-indent: 5px; }

dd, dt {
  line-height: 1.9; }

dl {
  padding-left: 10px;
  text-align: left; }
  dl dt {
    font-size: 18px; }
  dl dd {
    margin-bottom: 10px; }

address {
  line-height: 2; }

code {
  background-color: #dddddd;
  padding: 6px 5px 4px;
  font-size: 12px; }

kbd {
  padding: 4px;
  font-size: 11px;
  background-color: #666; }

pre {
  font-size: 12px;
  text-align: left; }

input[type="text"], input[type="password"] {
  height: 34px !important;
  border-radius: 0px; }

label {
  margin-bottom: 0px; }

input[type="submit"] {
  height: 34px;
  box-shadow: none;
  border: 1px solid #00C2BA;
  padding: 4px 12px; }
  input[type="submit"]:hover {
    border-color: #00C2BA; }

iframe {
  margin: 10px auto 15px !important; }

/*
  @package bookstore
*/
/*
    Menu
  ---------------------
*/
.navbar-bookstore, .navbar-nav {
  clear: both;
  display: block;
  border: 0 none;
  margin-bottom: 0px; }
  .navbar-bookstore .navbar-nav, .navbar-nav .navbar-nav {
    padding: 5px 0; }
    .navbar-bookstore .navbar-nav > li > a, .navbar-nav .navbar-nav > li > a {
      color: #555555; }
  .navbar-bookstore li.current_page_item a, .navbar-nav li.current_page_item a {
    color: #555555; }
    .navbar-bookstore li.current_page_item a:after, .navbar-nav li.current_page_item a:after {
      display: block;
      position: absolute;
      border-bottom: 2px solid #00C2BA;
      content: "";
      bottom: 0;
      left: 0;
      right: 0;
      width: 100%;
      margin: 0 auto; }
  .navbar-bookstore li, .navbar-nav li {
    padding: 0 10px; }
    .navbar-bookstore li a, .navbar-nav li a {
      font-size: 13px;
      text-transform: uppercase;
      font-weight: 600;
      position: relative;
      padding: 15px 5px;
      color: #555555; }
      .navbar-bookstore li a:after, .navbar-nav li a:after {
        display: none;
        position: absolute;
        border-bottom: 2px solid #00C2BA;
        content: "";
        bottom: 0;
        left: 0;
        right: 0;
        width: 100%;
        margin: 0 auto; }
    .navbar-bookstore li ul li a, .navbar-nav li ul li a {
      padding: 0px; }
  .navbar-bookstore ul, .navbar-nav ul {
    list-style: none;
    margin: 0;
    padding-left: 0; }
    .navbar-bookstore ul ul.children, .navbar-bookstore ul ul.sub-menu, .navbar-nav ul ul.children, .navbar-nav ul ul.sub-menu {
      box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
      float: left;
      position: absolute;
      top: auto;
      left: -999em;
      z-index: 99999;
      background: rgba(255, 255, 255, 0.96) none repeat scroll 0 0; }
      .navbar-bookstore ul ul.children ul.children, .navbar-bookstore ul ul.sub-menu ul.children, .navbar-nav ul ul.children ul.children, .navbar-nav ul ul.sub-menu ul.children {
        left: -999em;
        top: 0; }
      .navbar-bookstore ul ul.children li:hover > ul, .navbar-bookstore ul ul.children li.focus > ul, .navbar-bookstore ul ul.sub-menu li:hover > ul, .navbar-bookstore ul ul.sub-menu li.focus > ul, .navbar-nav ul ul.children li:hover > ul, .navbar-nav ul ul.children li.focus > ul, .navbar-nav ul ul.sub-menu li:hover > ul, .navbar-nav ul ul.sub-menu li.focus > ul {
        left: 100%;
        top: 0; }
      .navbar-bookstore ul ul.children a, .navbar-bookstore ul ul.sub-menu a, .navbar-nav ul ul.children a, .navbar-nav ul ul.sub-menu a {
        font-size: 14px;
        text-transform: capitalize;
        width: 220px; }
    .navbar-bookstore ul li:hover > ul,
    .navbar-bookstore ul li.focus > ul, .navbar-nav ul li:hover > ul,
    .navbar-nav ul li.focus > ul {
      left: auto; }
    .navbar-bookstore ul .sub-menu, .navbar-bookstore ul .children, .navbar-nav ul .sub-menu, .navbar-nav ul .children {
      padding: 10px 5px;
      text-align: left; }
      .navbar-bookstore ul .sub-menu li, .navbar-bookstore ul .children li, .navbar-nav ul .sub-menu li, .navbar-nav ul .children li {
        padding: 0 15px; }
        .navbar-bookstore ul .sub-menu li a, .navbar-bookstore ul .children li a, .navbar-nav ul .sub-menu li a, .navbar-nav ul .children li a {
          display: block;
          padding: 8px 0px;
          color: #555555;
          font-size: 14px;
          font-weight: normal;
          text-transform: capitalize;
          border: none;
          line-height: 2; }
          .navbar-bookstore ul .sub-menu li a:hover, .navbar-bookstore ul .children li a:hover, .navbar-nav ul .sub-menu li a:hover, .navbar-nav ul .children li a:hover {
            color: #00C2BA; }
          .navbar-bookstore ul .sub-menu li a:after, .navbar-bookstore ul .children li a:after, .navbar-nav ul .sub-menu li a:after, .navbar-nav ul .children li a:after {
            display: none; }
  .navbar-bookstore li, .navbar-nav li {
    float: left;
    position: relative; }
  .navbar-bookstore a, .navbar-nav a {
    display: block;
    text-decoration: none; }
  .navbar-bookstore.affix, .navbar-nav.affix {
    width: 100%;
    top: 0;
    z-index: 999;
    text-align: center;
    border-bottom: 1px solid #ededed; }
    .admin-bar .navbar-bookstore.affix, .admin-bar .navbar-nav.affix {
      top: 46px; }
      @media screen and (min-width: 783px) {
        .admin-bar .navbar-bookstore.affix, .admin-bar .navbar-nav.affix {
          top: 32px; } }

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
  display: block; }

@media screen and (min-width: 960px) {
  .menu-toggle {
    display: none; }

  .main-navigation ul {
    display: block; } }
.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
  margin: 0 0 1.5em;
  overflow: hidden; }
.comment-navigation .nav-previous, .posts-navigation .nav-previous, .post-navigation .nav-previous {
  float: left;
  width: 50%; }
.comment-navigation .nav-next, .posts-navigation .nav-next, .post-navigation .nav-next {
  float: right;
  text-align: right;
  width: 50%; }

.top-bar {
  position: relative;
  vertical-align: middle; }
  @media (max-width: 330px) {
    .top-bar {
      min-height: 70px; } }
  .top-bar .bookstore-widget {
    margin: 0; }
    .top-bar .bookstore-widget ul.topbar-nav li {
      padding: 0px;
      margin-bottom: 0px;
      float: left; }
      .top-bar .bookstore-widget ul.topbar-nav li a {
        color: #00C2BA; }
        .top-bar .bookstore-widget ul.topbar-nav li a:hover, .top-bar .bookstore-widget ul.topbar-nav li a:focus {
          background-color: transparent; }
  @media (max-width: 480px) {
    .top-bar .top-bar-left {
      display: block;
      width: 100%; } }
  .top-bar .top-bar-left .bookstore-widget .tp-share {
    display: flex; }
    .top-bar .top-bar-left .bookstore-widget .tp-share ul.topbar-nav {
      padding-left: 0px; }
      .top-bar .top-bar-left .bookstore-widget .tp-share ul.topbar-nav li a {
        display: inline-block;
        width: 38px;
        height: 38px; }
  .top-bar .top-bar-right .navbar-nav {
    margin-bottom: 0px; }
    .top-bar .top-bar-right .navbar-nav li {
      float: left;
      padding: 0 8px; }
      .top-bar .top-bar-right .navbar-nav li a {
        font-weight: 600;
        padding: 15px 0;
        color: #00C2BA; }
        .top-bar .top-bar-right .navbar-nav li a:after {
          display: none; }
        .top-bar .top-bar-right .navbar-nav li a:hover {
          background-color: white; }
  @media (max-width: 480px) {
    .top-bar .top-bar-right {
      display: block;
      width: 100%; } }

/*
  Header 2
  ---------------------
*/
.home-page-header .navbar-container .navbar-bookstore {
  background: transparent; }
  .home-page-header .navbar-container .navbar-bookstore.affix {
    background: #ffffff;
    border-radius: 0;
    left: 0;
    right: 0;
    width: 100%; }
    @media (max-width: 991px) {
      .home-page-header .navbar-container .navbar-bookstore.affix {
        position: relative; } }
@media (max-width: 768px) {
  .home-page-header .header-container .right-buttons {
    margin-top: 15px;
    width: 100%; } }
@media (max-width: 768px) {
  .home-page-header .header-container .right-buttons .cart-mod {
    text-align: left; } }

@media (max-width: 480px) {
  .right-buttons {
    width: 100%; } }

.search-mod1 {
  display: inline-block;
  position: relative;
  right: 0;
  width: 50px;
  z-index: 100; }
  .search-mod1 .dropdown {
    transition: all 0.5s ease-in-out 0s; }
    .search-mod1 .dropdown button {
      background: #ffffff;
      box-shadow: none;
      border-radius: 50%;
      width: 42px;
      height: 42px;
      border: 1px solid #ffffff;
      margin-right: 5px; }
      .search-mod1 .dropdown button i {
        color: #00C2BA;
        border-radius: 50%; }
      .search-mod1 .dropdown button:hover {
        border: 0 none; }
    .search-mod1 .dropdown .dropdown-menu {
      right: 0px !important;
      opacity: 0;
      display: none;
      -webkit-transform-origin: top;
      transform-origin: top;
      -webkit-animation-fill-mode: forwards;
      animation-fill-mode: forwards;
      -webkit-transform: translateY(-100px);
      transition: all 0.2s linear;
      -webkit-transition: all 0.2s linear;
      height: 0;
      top: 0;
      position: fixed;
      width: 100%;
      background-color: rgba(0, 0, 0, 0.75);
      transition: all 0.5s ease-in-out 0s;
      z-index: 0; }
      .search-mod1 .dropdown .dropdown-menu form.searchform {
        max-width: 600px;
        margin: 200px auto 0; }
        @media (max-width: 991px) {
          .search-mod1 .dropdown .dropdown-menu form.searchform {
            margin: 100px auto 0; } }
        .search-mod1 .dropdown .dropdown-menu form.searchform .input-group {
          margin: 0 auto;
          top: 100%; }
          .search-mod1 .dropdown .dropdown-menu form.searchform .input-group input[type="text"] {
            background-color: transparent;
            border: none;
            font-size: 30px;
            height: 60px !important;
            color: #ffffff;
            cursor: pointer;
            border-bottom: 1px solid #777777; }
            .search-mod1 .dropdown .dropdown-menu form.searchform .input-group input[type="text"]:focus {
              box-shadow: none; }
          .search-mod1 .dropdown .dropdown-menu form.searchform .input-group button[type="submit"] {
            background: transparent;
            border: 0 none;
            font-size: 25px; }
            @media (max-width: 768px) {
              .search-mod1 .dropdown .dropdown-menu form.searchform .input-group button[type="submit"] {
                padding: 0px; } }
            .search-mod1 .dropdown .dropdown-menu form.searchform .input-group button[type="submit"] i {
              color: #ffffff; }
    .search-mod1 .dropdown:hover .dropdown-menu {
      display: block; }
    .search-mod1 .dropdown.open .dropdown-menu {
      cursor: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABUAAAAVBAMAAABbObilAAAAMFBMVEVMaXH////////////////////////////////////////////////////////////6w4mEAAAAD3RSTlMAlAX+BKLcA5+b6hJ7foD4ZP1OAAAAkUlEQVR4XkWPoQ3CUBQAL4SktoKAbCUjgAKLJZ2ABYosngTJCHSD6joUI6BZgqSoB/+Shqde7sS9x3OGk81fdO+texMtRVTia+TsQtHEUJLdohJfgNNPJHyEJPZTsWLoxShqsWITazEwqePAn69Sw2TUxk1+euPis3EwaXy8RMHSZBIlRcKKnC5hRctjMf57/wJbBlAIs9k1BAAAAABJRU5ErkJggg=="), progress;
      z-index: 1200;
      -webkit-transform: translateY(0);
      transform: translateY(0);
      display: block;
      opacity: 1;
      height: 100%;
      top: 0px;
      z-index: 2000;
      margin-top: 0px !important; }

.header-container {
  position: relative;
  display: block;
  padding: 15px 0px; }
  .header-container header {
    padding: 10px 15px; }
    .header-container header .search-mod .searchform .input-group {
      margin: 0 auto;
      max-width: 400px;
      width: 100%; }
      .header-container header .search-mod .searchform .input-group input#search {
        height: 40px !important;
        border-radius: 30px;
        max-width: 400px;
        width: 100%;
        border-color: #ffffff;
        color: #00C2BA; }
        .header-container header .search-mod .searchform .input-group input#search:focus {
          box-shadow: none;
          z-index: 0;
          border-color: #ffffff; }
      .header-container header .search-mod .searchform .input-group input#search::-moz-placeholder {
        color: #00C2BA; }
      .header-container header .search-mod .searchform .input-group input#search::-webkit-input-placeholder {
        color: #00C2BA; }
      .header-container header .search-mod .searchform .input-group .input-group-btn {
        width: auto; }
        .header-container header .search-mod .searchform .input-group .input-group-btn button.submit {
          position: absolute;
          right: 0px;
          top: 0;
          border-radius: 50%;
          box-shadow: none;
          height: 40px;
          padding: 0;
          text-align: center;
          width: 42px;
          background-color: #00C2BA;
          border: 2px solid #ffffff;
          color: #ffffff; }
  @media (max-width: 768px) {
    .header-container .header-content {
      width: 100%; } }
  .header-container .header-content .site-title {
    margin: 0;
    color: #ffffff; }
    .header-container .header-content .site-title a {
      color: #ffffff; }
      .header-container .header-content .site-title a:hover {
        color: #ffffff; }
  .header-container .header-content .site-description {
    font-size: 14px;
    color: #ffffff;
    display: block; }
  .header-container .nav-container {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0; }
    .header-container .nav-container .head-search {
      position: absolute;
      right: 0;
      top: 0; }
      .header-container .nav-container .head-search .toggle-search {
        font-weight: normal;
        line-height: 20px;
        padding: 15px;
        margin-right: 10px;
        text-align: center; }
        .header-container .nav-container .head-search .toggle-search i {
          color: #00C2BA; }
      .header-container .nav-container .head-search .search-expand {
        padding: 20px 10px;
        position: absolute;
        right: 10px;
        z-index: 9;
        min-width: 250px;
        background: #ffffff none repeat scroll 0 0;
        box-shadow: 0 0 2px 2px #cccccc; }
        .header-container .nav-container .head-search .search-expand .search-expand-inner .search-form {
          display: inline-flex;
          margin-top: 10px;
          margin-bottom: 10px; }
          .header-container .nav-container .head-search .search-expand .search-expand-inner .search-form .btn {
            display: inline;
            border: none;
            border-radius: 0px;
            padding-top: 8px;
            padding-bottom: 8px;
            font-size: 15px;
            box-shadow: none;
            text-shadow: none;
            background: #00C2BA;
            color: #ffffff; }

/*
  Navbar
  ---------------------
*/
.nav-container {
  padding: 0px; }

.home_page.home2 .top-bar {
  position: relative; }
  .home_page.home2 .top-bar:after {
    border-color: #00c2ba #00c2ba rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
    border-style: solid;
    border-width: 40px 1003px 0 45px;
    content: "";
    height: 0;
    left: 40%;
    position: absolute;
    top: 0;
    width: 0; }
    @media (max-width: 767px) {
      .home_page.home2 .top-bar:after {
        border-color: transparent;
        border-width: 0px; } }
  .home_page.home2 .top-bar .top-bar-right .navbar ul li a {
    color: #ffffff;
    z-index: 100;
    font-weight: 500;
    padding: 10px; }
    .home_page.home2 .top-bar .top-bar-right .navbar ul li a:hover {
      color: #007671;
      background-color: transparent; }
    @media (max-width: 767px) {
      .home_page.home2 .top-bar .top-bar-right .navbar ul li a {
        color: #00C2BA; } }
    .home_page.home2 .top-bar .top-bar-right .navbar ul li a:focus {
      background-color: transparent; }
.home_page.home2 .header-container {
  background-color: #ffffff; }
  .home_page.home2 .header-container header .affix {
    background: white none repeat scroll 0 0;
    top: 0px;
    border-bottom: 1px solid #ededed;
    left: 0;
    position: fixed;
    right: 0;
    width: 100%;
    z-index: 1000; }
    .admin-bar .home_page.home2 .header-container header .affix {
      top: 46px; }
      @media screen and (min-width: 783px) {
        .admin-bar .home_page.home2 .header-container header .affix {
          top: 32px; } }
  .home_page.home2 .header-container header .header-content.logo h1.site-title a {
    background-image: url("../img/themeparrot/bookstore-header2.png");
    background-repeat: no-repeat;
    background-size: contain;
    display: block; }
  .home_page.home2 .header-container header .navbar-container {
    display: block; }
    @media (max-width: 991px) {
      .home_page.home2 .header-container header .navbar-container {
        display: none; } }
  .home_page.home2 .header-container header .search-mod1 .dropdown button {
    background: #00C2BA none repeat scroll 0 0;
    border: 1px solid #00C2BA; }
    .home_page.home2 .header-container header .search-mod1 .dropdown button i {
      color: #ffffff; }
  .home_page.home2 .header-container header .search-mod .searchform .input-group input#search {
    border-color: #00C2BA;
    background-color: #00C2BA;
    color: #ffffff;
    font-weight: 500; }
  .home_page.home2 .header-container header .search-mod .searchform .input-group input#search::-moz-placeholder {
    color: #ffffff; }
  .home_page.home2 .header-container header .search-mod .searchform .input-group input#search::-webkit-input-placeholder {
    color: #ffffff; }
  .home_page.home2 .header-container header .search-mod .searchform .input-group .input-group-btn button.submit {
    background-color: #ffffff;
    border: 2px solid #00C2BA;
    color: #00C2BA; }
    .home_page.home2 .header-container header .search-mod .searchform .input-group .input-group-btn button.submit:hover {
      background-color: #ffffff;
      border: 2px solid #00C2BA;
      color: #00C2BA; }
  .home_page.home2 .header-container header .cart-mod a:before {
    background: #00C2BA none repeat scroll 0 0;
    border: 1px solid #00C2BA;
    color: #ffffff; }
  .home_page.home2 .header-container header .cart-mod .dropdown .btn.dropdown-toggle {
    background: #00C2BA;
    border: 1px solid #00C2BA; }
    .home_page.home2 .header-container header .cart-mod .dropdown .btn.dropdown-toggle i {
      color: #ffffff; }
    .home_page.home2 .header-container header .cart-mod .dropdown .btn.dropdown-toggle:hover {
      background: #00C2BA;
      border: 1px solid #00C2BA; }
  .home_page.home2 .header-container header .cart-mod .js-toggleSidebar-offcanvas.sidebar-open {
    top: 0;
    background-color: #00C2BA;
    border: 1px solid #00C2BA; }
    .home_page.home2 .header-container header .cart-mod .js-toggleSidebar-offcanvas.sidebar-open span {
      color: #ffffff; }

/* Header 3 home page 3 */
.home_page.home3 .header-contain.header3 {
  position: absolute;
  background: transparent;
  z-index: 10;
  width: 100%;
  padding: 0px; }
  .home_page.home3 .header-contain.header3 .nav-menu {
    padding-top: 10px; }
    .home_page.home3 .header-contain.header3 .nav-menu .navbar-bookstore {
      background: transparent; }
      .home_page.home3 .header-contain.header3 .nav-menu .navbar-bookstore #mega-menu-wrap-primary #mega-menu-primary {
        text-align: right; }
        .home_page.home3 .header-contain.header3 .nav-menu .navbar-bookstore #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item a.mega-menu-link {
          color: #ffffff; }
          .home_page.home3 .header-contain.header3 .nav-menu .navbar-bookstore #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item a.mega-menu-link:hover, .home_page.home3 .header-contain.header3 .nav-menu .navbar-bookstore #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item a.mega-menu-link:active, .home_page.home3 .header-contain.header3 .nav-menu .navbar-bookstore #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item a.mega-menu-link:focus {
            color: #00C2BA;
            background-color: transparent; }
        .home_page.home3 .header-contain.header3 .nav-menu .navbar-bookstore #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item ul.mega-sub-menu li.mega-menu-item a.mega-menu-link {
          color: #4f4f4f; }
          .home_page.home3 .header-contain.header3 .nav-menu .navbar-bookstore #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item ul.mega-sub-menu li.mega-menu-item a.mega-menu-link:hover {
            color: #00C2BA; }
          .home_page.home3 .header-contain.header3 .nav-menu .navbar-bookstore #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item ul.mega-sub-menu li.mega-menu-item a.mega-menu-link:active, .home_page.home3 .header-contain.header3 .nav-menu .navbar-bookstore #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item ul.mega-sub-menu li.mega-menu-item a.mega-menu-link:focus {
            color: #4f4f4f; }
  .home_page.home3 .header-contain.header3 .bookstore-sidebar-container {
    padding-top: 0px; }
  .home_page.home3 .header-contain.header3 .js-toggleSidebar-offcanvas.sidebar-open {
    top: -25px;
    right: 5px; }
    @media (max-width: 768px) {
      .home_page.home3 .header-contain.header3 .js-toggleSidebar-offcanvas.sidebar-open {
        top: 25px; } }
  .home_page.home3 .header-contain.header3.affix {
    position: fixed;
    top: 0px;
    background-color: rgba(0, 0, 0, 0.82); }
    .admin-bar .home_page.home3 .header-contain.header3.affix {
      top: 46px; }
      @media screen and (min-width: 783px) {
        .admin-bar .home_page.home3 .header-contain.header3.affix {
          top: 32px; } }
    @media (max-width: 991px) {
      .home_page.home3 .header-contain.header3.affix {
        position: relative; } }
    .home_page.home3 .header-contain.header3.affix .header-content.logo .site-title {
      margin-top: 10px; }
      @media (max-width: 600px) {
        .home_page.home3 .header-contain.header3.affix .header-content.logo .site-title {
          padding-top: 0px;
          margin-top: 0px; } }

/* home-page 5 */
.home_page.home5 {
  position: relative; }

.header-container.header2 {
  padding: 0px;
  position: unset; }
  .header-container.header2 header {
    padding: 0px; }
    .header-container.header2 header .logo {
      padding: 15px 0; }
    .header-container.header2 header .nav-menu .navbar.navbar-default.navbar-bookstore {
      padding: 0;
      border: 0 none;
      margin-bottom: 0px;
      background-color: transparent !important; }
      .header-container.header2 header .nav-menu .navbar.navbar-default.navbar-bookstore ul {
        padding: 0; }
        .header-container.header2 header .nav-menu .navbar.navbar-default.navbar-bookstore ul li.mega-menu-item {
          padding-bottom: 15px;
          padding-top: 15px;
          background-color: transparent; }
          .header-container.header2 header .nav-menu .navbar.navbar-default.navbar-bookstore ul li.mega-menu-item a {
            color: #ffffff;
            font-weight: bold;
            font-size: 13px;
            text-transform: uppercase;
            opacity: 1; }
            .header-container.header2 header .nav-menu .navbar.navbar-default.navbar-bookstore ul li.mega-menu-item a:after {
              display: none; }
            .header-container.header2 header .nav-menu .navbar.navbar-default.navbar-bookstore ul li.mega-menu-item a:hover, .header-container.header2 header .nav-menu .navbar.navbar-default.navbar-bookstore ul li.mega-menu-item a:focus, .header-container.header2 header .nav-menu .navbar.navbar-default.navbar-bookstore ul li.mega-menu-item a:active {
              background-color: transparent; }
          .header-container.header2 header .nav-menu .navbar.navbar-default.navbar-bookstore ul li.mega-menu-item:hover {
            background-color: #007671; }
          .header-container.header2 header .nav-menu .navbar.navbar-default.navbar-bookstore ul li.mega-menu-item ul.sub-menu, .header-container.header2 header .nav-menu .navbar.navbar-default.navbar-bookstore ul li.mega-menu-item ul.children {
            background: #ffffff;
            padding: 5px 12px; }
            .header-container.header2 header .nav-menu .navbar.navbar-default.navbar-bookstore ul li.mega-menu-item ul.sub-menu li, .header-container.header2 header .nav-menu .navbar.navbar-default.navbar-bookstore ul li.mega-menu-item ul.children li {
              padding: 2px 0; }
              .header-container.header2 header .nav-menu .navbar.navbar-default.navbar-bookstore ul li.mega-menu-item ul.sub-menu li a, .header-container.header2 header .nav-menu .navbar.navbar-default.navbar-bookstore ul li.mega-menu-item ul.children li a {
                color: #555555;
                font-weight: 500; }
                .header-container.header2 header .nav-menu .navbar.navbar-default.navbar-bookstore ul li.mega-menu-item ul.sub-menu li a:hover, .header-container.header2 header .nav-menu .navbar.navbar-default.navbar-bookstore ul li.mega-menu-item ul.children li a:hover {
                  color: #00C2BA; }
              .header-container.header2 header .nav-menu .navbar.navbar-default.navbar-bookstore ul li.mega-menu-item ul.sub-menu li:hover, .header-container.header2 header .nav-menu .navbar.navbar-default.navbar-bookstore ul li.mega-menu-item ul.children li:hover {
                background: #ffffff; }
            .header-container.header2 header .nav-menu .navbar.navbar-default.navbar-bookstore ul li.mega-menu-item ul.sub-menu .active, .header-container.header2 header .nav-menu .navbar.navbar-default.navbar-bookstore ul li.mega-menu-item ul.children .active {
              background-color: #ffffff; }
              .header-container.header2 header .nav-menu .navbar.navbar-default.navbar-bookstore ul li.mega-menu-item ul.sub-menu .active a, .header-container.header2 header .nav-menu .navbar.navbar-default.navbar-bookstore ul li.mega-menu-item ul.children .active a {
                color: #00C2BA; }
        .header-container.header2 header .nav-menu .navbar.navbar-default.navbar-bookstore ul li.open a {
          background: #007671; }
          .header-container.header2 header .nav-menu .navbar.navbar-default.navbar-bookstore ul li.open a:focus {
            background: #007671; }
        .header-container.header2 header .nav-menu .navbar.navbar-default.navbar-bookstore ul li.open ul.dropdown-menu li a {
          background: #ffffff; }
          .header-container.header2 header .nav-menu .navbar.navbar-default.navbar-bookstore ul li.open ul.dropdown-menu li a:focus {
            background: #ffffff; }
        .header-container.header2 header .nav-menu .navbar.navbar-default.navbar-bookstore ul li.current-menu-parent, .header-container.header2 header .nav-menu .navbar.navbar-default.navbar-bookstore ul li.active {
          background-color: #007671; }
        .header-container.header2 header .nav-menu .navbar.navbar-default.navbar-bookstore ul ul.sub-menu li.current-menu-parent {
          background-color: #ffffff; }
      .header-container.header2 header .nav-menu .navbar.navbar-default.navbar-bookstore #mega-menu-wrap-primary {
        padding: 10px 0; }
        .header-container.header2 header .nav-menu .navbar.navbar-default.navbar-bookstore #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-flyout ul.mega-sub-menu {
          padding-top: 10px;
          padding-bottom: 10px; }
          .header-container.header2 header .nav-menu .navbar.navbar-default.navbar-bookstore #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item {
            padding: 0px 0 !important; }
        .header-container.header2 header .nav-menu .navbar.navbar-default.navbar-bookstore #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item {
          padding: 15px 0;
          background-color: transparent; }
          .header-container.header2 header .nav-menu .navbar.navbar-default.navbar-bookstore #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item a.mega-menu-link {
            background-color: transparent;
            color: #ffffff; }
          .header-container.header2 header .nav-menu .navbar.navbar-default.navbar-bookstore #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item:after {
            display: none; }
          .header-container.header2 header .nav-menu .navbar.navbar-default.navbar-bookstore #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item:hover {
            background-color: #007671; }
          .header-container.header2 header .nav-menu .navbar.navbar-default.navbar-bookstore #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item ul.mega-sub-menu {
            padding-left: 10px;
            margin-top: 15px; }
            .header-container.header2 header .nav-menu .navbar.navbar-default.navbar-bookstore #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item ul.mega-sub-menu li.mega-menu-item {
              background-color: #ffffff;
              padding: 4px 0; }
              .header-container.header2 header .nav-menu .navbar.navbar-default.navbar-bookstore #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item ul.mega-sub-menu li.mega-menu-item a.mega-menu-link {
                background-color: #ffffff;
                color: #555555; }
                .header-container.header2 header .nav-menu .navbar.navbar-default.navbar-bookstore #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item ul.mega-sub-menu li.mega-menu-item a.mega-menu-link:hover {
                  color: #00C2BA; }
            .header-container.header2 header .nav-menu .navbar.navbar-default.navbar-bookstore #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item ul.mega-sub-menu ul.mega-sub-menu {
              padding-left: 0px;
              margin-top: 0px; }
              .header-container.header2 header .nav-menu .navbar.navbar-default.navbar-bookstore #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item ul.mega-sub-menu ul.mega-sub-menu li.mega-menu-item a.mega-menu-link {
                line-height: 2.4; }
        .header-container.header2 header .nav-menu .navbar.navbar-default.navbar-bookstore #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item.mega-current-menu-parent, .header-container.header2 header .nav-menu .navbar.navbar-default.navbar-bookstore #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item.mega-current_page_item, .header-container.header2 header .nav-menu .navbar.navbar-default.navbar-bookstore #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item.mega-current-menu-ancestor {
          background-color: #007671; }
    .header-container.header2 header .search-mod {
      text-align: center;
      padding-top: 25px;
      padding-bottom: 0px; }
      @media (max-width: 480px) {
        .header-container.header2 header .search-mod {
          width: 75%;
          padding-bottom: 25px; } }
      @media (max-width: 768px) {
        .header-container.header2 header .search-mod .searchform .input-group {
          margin: 0px 0px 0px 10px; } }
      .header-container.header2 header .search-mod .searchform .input-group input#search {
        border-radius: 0px;
        color: #555555; }
      .header-container.header2 header .search-mod .searchform .input-group input#search::-moz-placeholder {
        color: #555555; }
      .header-container.header2 header .search-mod .searchform .input-group input#search::-webkit-input-placeholder {
        color: #555555; }
      .header-container.header2 header .search-mod .searchform .input-group span.input-group-btn button.submit {
        background-color: #ffffff;
        color: #555555; }
    .header-container.header2 header .bookstore-sidebar-offcanvas {
      width: auto;
      padding: 0; }
    .header-container.header2 header .bookstore-sidebar-offcanvas.sidebar-closed-offcanvas {
      top: 0px; }
    .header-container.header2 header .js-toggleSidebar-offcanvas.sidebar-open {
      z-index: 99;
      top: 20px;
      right: 5px; }
    .header-container.header2 header .mega-menu-products.featured_products .woocommerce ul.products li.product {
      margin: 0 5px 0 0; }
      .header-container.header2 header .mega-menu-products.featured_products .woocommerce ul.products li.product .tp-view p {
        margin-bottom: 0px !important; }
      .header-container.header2 header .mega-menu-products.featured_products .woocommerce ul.products li.product .tp-view .content-wrap a {
        color: #4f4f4f;
        font-size: 16px;
        font-weight: normal;
        text-transform: capitalize;
        line-height: 1.9; }
        .header-container.header2 header .mega-menu-products.featured_products .woocommerce ul.products li.product .tp-view .content-wrap a:hover, .header-container.header2 header .mega-menu-products.featured_products .woocommerce ul.products li.product .tp-view .content-wrap a:focus {
          color: #00C2BA; }

.header-container.header2.affix {
  position: fixed;
  top: 0px;
  z-index: 1000;
  width: 100%; }
  .admin-bar .header-container.header2.affix {
    top: 46px; }
    @media screen and (min-width: 783px) {
      .admin-bar .header-container.header2.affix {
        top: 32px; } }
  @media (max-width: 991px) {
    .header-container.header2.affix {
      position: relative; } }

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-toggle-on > a.mega-menu-link,
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link:hover,
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link:focus {
  background: transparent; }

.navbar-bookstore.affix {
  border-bottom: 1px solid #ededed;
  background-color: #ffffff; }
.navbar-bookstore #mega-menu-wrap-primary {
  background-color: transparent;
  padding: 15px 0; }
  .navbar-bookstore #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-flyout ul.mega-sub-menu {
    padding: 5px; }
  .navbar-bookstore #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item a.mega-menu-link, .navbar-bookstore #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-flyout a.mega-menu-link, .navbar-bookstore #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu a.mega-menu-link {
    margin-bottom: 5px;
    color: #4f4f4f;
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
    padding: 0 15px; }
    .navbar-bookstore #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item a.mega-menu-link:hover, .navbar-bookstore #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item a.mega-menu-link:focus, .navbar-bookstore #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-flyout a.mega-menu-link:hover, .navbar-bookstore #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-flyout a.mega-menu-link:focus, .navbar-bookstore #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu a.mega-menu-link:hover, .navbar-bookstore #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu a.mega-menu-link:focus {
      background-color: #ffffff; }
    .navbar-bookstore #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item a.mega-menu-link:after, .navbar-bookstore #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-flyout a.mega-menu-link:after, .navbar-bookstore #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu a.mega-menu-link:after {
      display: none; }
  .navbar-bookstore #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item ul.mega-sub-menu, .navbar-bookstore #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-flyout ul.mega-sub-menu, .navbar-bookstore #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu ul.mega-sub-menu {
    background-color: #ffffff;
    box-shadow: 0px 0px 1px 2px rgba(0, 0, 0, 0.1); }
    .navbar-bookstore #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item ul.mega-sub-menu li.mega-menu-item, .navbar-bookstore #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item, .navbar-bookstore #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu ul.mega-sub-menu li.mega-menu-item {
      padding: 5px; }
      .navbar-bookstore #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item ul.mega-sub-menu li.mega-menu-item:after, .navbar-bookstore #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item:after, .navbar-bookstore #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu ul.mega-sub-menu li.mega-menu-item:after {
        display: none; }
      .navbar-bookstore #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item ul.mega-sub-menu li.mega-menu-item a.mega-menu-link, .navbar-bookstore #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link, .navbar-bookstore #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu ul.mega-sub-menu li.mega-menu-item a.mega-menu-link {
        margin-top: 10px;
        margin-bottom: 0px;
        padding-top: 3px;
        padding-bottom: 3px;
        background-color: #ffffff;
        color: #4f4f4f;
        text-transform: capitalize; }
      .navbar-bookstore #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item ul.mega-sub-menu li.mega-menu-item ul.mega-sub-menu, .navbar-bookstore #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item ul.mega-sub-menu, .navbar-bookstore #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu ul.mega-sub-menu li.mega-menu-item ul.mega-sub-menu {
        box-shadow: none; }
        .navbar-bookstore #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item ul.mega-sub-menu li.mega-menu-item ul.mega-sub-menu li.mega-menu-item a, .navbar-bookstore #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item ul.mega-sub-menu li.mega-menu-item a, .navbar-bookstore #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu ul.mega-sub-menu li.mega-menu-item ul.mega-sub-menu li.mega-menu-item a {
          line-height: 2.3;
          color: #4f4f4f;
          text-transform: capitalize; }
          .navbar-bookstore #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item ul.mega-sub-menu li.mega-menu-item ul.mega-sub-menu li.mega-menu-item a:hover, .navbar-bookstore #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item ul.mega-sub-menu li.mega-menu-item a:hover, .navbar-bookstore #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu ul.mega-sub-menu li.mega-menu-item ul.mega-sub-menu li.mega-menu-item a:hover {
            color: #00C2BA; }
    .navbar-bookstore #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item ul.mega-sub-menu h4.mega-block-title, .navbar-bookstore #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-flyout ul.mega-sub-menu h4.mega-block-title, .navbar-bookstore #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu ul.mega-sub-menu h4.mega-block-title {
      margin-top: 14px !important;
      padding-bottom: 10px !important;
      font-size: 16px;
      text-transform: capitalize !important; }
    .navbar-bookstore #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item ul.mega-sub-menu .widget_products ul.product_list_widget li, .navbar-bookstore #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-flyout ul.mega-sub-menu .widget_products ul.product_list_widget li, .navbar-bookstore #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu ul.mega-sub-menu .widget_products ul.product_list_widget li {
      margin-top: 8px; }
      .navbar-bookstore #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item ul.mega-sub-menu .widget_products ul.product_list_widget li a img, .navbar-bookstore #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-flyout ul.mega-sub-menu .widget_products ul.product_list_widget li a img, .navbar-bookstore #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu ul.mega-sub-menu .widget_products ul.product_list_widget li a img {
        width: 50px !important; }
      .navbar-bookstore #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item ul.mega-sub-menu .widget_products ul.product_list_widget li a .product-title, .navbar-bookstore #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-flyout ul.mega-sub-menu .widget_products ul.product_list_widget li a .product-title, .navbar-bookstore #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu ul.mega-sub-menu .widget_products ul.product_list_widget li a .product-title {
        line-height: 1.3;
        margin-top: 8px;
        font-weight: 400;
        font-size: 16px;
        font-family: "Amaranth", sans-serif;
        text-transform: capitalize;
        color: #555555; }
        .navbar-bookstore #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item ul.mega-sub-menu .widget_products ul.product_list_widget li a .product-title:hover, .navbar-bookstore #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-flyout ul.mega-sub-menu .widget_products ul.product_list_widget li a .product-title:hover, .navbar-bookstore #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu ul.mega-sub-menu .widget_products ul.product_list_widget li a .product-title:hover {
          color: #00C2BA; }
    .navbar-bookstore #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item ul.mega-sub-menu .widget_top_rated_products ul.product_list_widget li, .navbar-bookstore #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-flyout ul.mega-sub-menu .widget_top_rated_products ul.product_list_widget li, .navbar-bookstore #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu ul.mega-sub-menu .widget_top_rated_products ul.product_list_widget li {
      padding: 5px 0; }
      .navbar-bookstore #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item ul.mega-sub-menu .widget_top_rated_products ul.product_list_widget li a img, .navbar-bookstore #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-flyout ul.mega-sub-menu .widget_top_rated_products ul.product_list_widget li a img, .navbar-bookstore #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu ul.mega-sub-menu .widget_top_rated_products ul.product_list_widget li a img {
        display: none; }
      .navbar-bookstore #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item ul.mega-sub-menu .widget_top_rated_products ul.product_list_widget li a .product-title, .navbar-bookstore #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-flyout ul.mega-sub-menu .widget_top_rated_products ul.product_list_widget li a .product-title, .navbar-bookstore #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu ul.mega-sub-menu .widget_top_rated_products ul.product_list_widget li a .product-title {
        display: block; }
        .navbar-bookstore #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item ul.mega-sub-menu .widget_top_rated_products ul.product_list_widget li a .product-title:hover, .navbar-bookstore #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-flyout ul.mega-sub-menu .widget_top_rated_products ul.product_list_widget li a .product-title:hover, .navbar-bookstore #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu ul.mega-sub-menu .widget_top_rated_products ul.product_list_widget li a .product-title:hover {
          color: #00C2BA; }
      .navbar-bookstore #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item ul.mega-sub-menu .widget_top_rated_products ul.product_list_widget li del, .navbar-bookstore #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-flyout ul.mega-sub-menu .widget_top_rated_products ul.product_list_widget li del, .navbar-bookstore #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu ul.mega-sub-menu .widget_top_rated_products ul.product_list_widget li del {
        color: #00C2BA; }
      .navbar-bookstore #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item ul.mega-sub-menu .widget_top_rated_products ul.product_list_widget li ins, .navbar-bookstore #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-flyout ul.mega-sub-menu .widget_top_rated_products ul.product_list_widget li ins, .navbar-bookstore #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu ul.mega-sub-menu .widget_top_rated_products ul.product_list_widget li ins {
        text-decoration: none; }
      .navbar-bookstore #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item ul.mega-sub-menu .widget_top_rated_products ul.product_list_widget li .amount, .navbar-bookstore #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-flyout ul.mega-sub-menu .widget_top_rated_products ul.product_list_widget li .amount, .navbar-bookstore #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu ul.mega-sub-menu .widget_top_rated_products ul.product_list_widget li .amount {
        margin-left: 3px; }
      .navbar-bookstore #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item ul.mega-sub-menu .widget_top_rated_products ul.product_list_widget li del, .navbar-bookstore #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item ul.mega-sub-menu .widget_top_rated_products ul.product_list_widget li ins, .navbar-bookstore #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item ul.mega-sub-menu .widget_top_rated_products ul.product_list_widget li .amount, .navbar-bookstore #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-flyout ul.mega-sub-menu .widget_top_rated_products ul.product_list_widget li del, .navbar-bookstore #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-flyout ul.mega-sub-menu .widget_top_rated_products ul.product_list_widget li ins, .navbar-bookstore #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-flyout ul.mega-sub-menu .widget_top_rated_products ul.product_list_widget li .amount, .navbar-bookstore #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu ul.mega-sub-menu .widget_top_rated_products ul.product_list_widget li del, .navbar-bookstore #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu ul.mega-sub-menu .widget_top_rated_products ul.product_list_widget li ins, .navbar-bookstore #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu ul.mega-sub-menu .widget_top_rated_products ul.product_list_widget li .amount {
        display: inline; }
      .navbar-bookstore #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item ul.mega-sub-menu .widget_top_rated_products ul.product_list_widget li .star-rating, .navbar-bookstore #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-flyout ul.mega-sub-menu .widget_top_rated_products ul.product_list_widget li .star-rating, .navbar-bookstore #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu ul.mega-sub-menu .widget_top_rated_products ul.product_list_widget li .star-rating {
        display: none; }
    .navbar-bookstore #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item ul.mega-sub-menu .rpwe-block ul.rpwe-ul li.rpwe-li a img, .navbar-bookstore #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-flyout ul.mega-sub-menu .rpwe-block ul.rpwe-ul li.rpwe-li a img, .navbar-bookstore #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu ul.mega-sub-menu .rpwe-block ul.rpwe-ul li.rpwe-li a img {
      padding: 0px;
      float: none; }
    .navbar-bookstore #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item ul.mega-sub-menu .rpwe-block ul.rpwe-ul li.rpwe-li h3.rpwe-title, .navbar-bookstore #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-flyout ul.mega-sub-menu .rpwe-block ul.rpwe-ul li.rpwe-li h3.rpwe-title, .navbar-bookstore #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu ul.mega-sub-menu .rpwe-block ul.rpwe-ul li.rpwe-li h3.rpwe-title {
      display: block;
      padding: 5px 0; }
      .navbar-bookstore #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item ul.mega-sub-menu .rpwe-block ul.rpwe-ul li.rpwe-li h3.rpwe-title a, .navbar-bookstore #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-flyout ul.mega-sub-menu .rpwe-block ul.rpwe-ul li.rpwe-li h3.rpwe-title a, .navbar-bookstore #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu ul.mega-sub-menu .rpwe-block ul.rpwe-ul li.rpwe-li h3.rpwe-title a {
        font-weight: 500;
        text-transform: capitalize;
        line-height: 1.5;
        font-size: 16px;
        color: #555555; }
        .navbar-bookstore #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item ul.mega-sub-menu .rpwe-block ul.rpwe-ul li.rpwe-li h3.rpwe-title a:hover, .navbar-bookstore #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-flyout ul.mega-sub-menu .rpwe-block ul.rpwe-ul li.rpwe-li h3.rpwe-title a:hover, .navbar-bookstore #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu ul.mega-sub-menu .rpwe-block ul.rpwe-ul li.rpwe-li h3.rpwe-title a:hover {
          color: #00C2BA; }
    .navbar-bookstore #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item ul.mega-sub-menu .rpwe-block ul.rpwe-ul li.rpwe-li .rpwe-summary, .navbar-bookstore #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-flyout ul.mega-sub-menu .rpwe-block ul.rpwe-ul li.rpwe-li .rpwe-summary, .navbar-bookstore #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu ul.mega-sub-menu .rpwe-block ul.rpwe-ul li.rpwe-li .rpwe-summary {
      font-size: 13px; }
      .navbar-bookstore #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item ul.mega-sub-menu .rpwe-block ul.rpwe-ul li.rpwe-li .rpwe-summary a, .navbar-bookstore #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-flyout ul.mega-sub-menu .rpwe-block ul.rpwe-ul li.rpwe-li .rpwe-summary a, .navbar-bookstore #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu ul.mega-sub-menu .rpwe-block ul.rpwe-ul li.rpwe-li .rpwe-summary a {
        color: #00C2BA;
        text-transform: capitalize; }
    .navbar-bookstore #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item ul.mega-sub-menu li.widget_sp_image, .navbar-bookstore #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-flyout ul.mega-sub-menu li.widget_sp_image, .navbar-bookstore #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu ul.mega-sub-menu li.widget_sp_image {
      padding-left: 5px !important; }
  .navbar-bookstore #mega-menu-wrap-primary #mega-menu-primary li.mega-current-menu-item.mega-menu-item a.mega-menu-link {
    color: #00C2BA; }
  .navbar-bookstore #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item.mega-current-menu-parent, .navbar-bookstore #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item.mega-current_page_item, .navbar-bookstore #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item.mega-current-menu-ancestor {
    position: relative; }
    .navbar-bookstore #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item.mega-current-menu-parent:after, .navbar-bookstore #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item.mega-current_page_item:after, .navbar-bookstore #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item.mega-current-menu-ancestor:after {
      border-bottom: 2px solid #00C2BA;
      bottom: 0;
      content: "";
      display: block;
      left: 0;
      position: absolute;
      right: 0;
      width: 95%;
      margin: 0 auto; }
    .navbar-bookstore #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item.mega-current-menu-parent ul.mega-sub-menu, .navbar-bookstore #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item.mega-current_page_item ul.mega-sub-menu, .navbar-bookstore #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item.mega-current-menu-ancestor ul.mega-sub-menu {
      position: absolute; }
  .navbar-bookstore #mega-menu-wrap-primary #mega-menu-primary li.mega-home-menu ul.mega-sub-menu, .navbar-bookstore #mega-menu-wrap-primary #mega-menu-primary li.mega-blog-menu ul.mega-sub-menu {
    width: 185px !important; }
    .navbar-bookstore #mega-menu-wrap-primary #mega-menu-primary li.mega-home-menu ul.mega-sub-menu li.mega-menu-item, .navbar-bookstore #mega-menu-wrap-primary #mega-menu-primary li.mega-blog-menu ul.mega-sub-menu li.mega-menu-item {
      padding: 0px; }
      .navbar-bookstore #mega-menu-wrap-primary #mega-menu-primary li.mega-home-menu ul.mega-sub-menu li.mega-menu-item a, .navbar-bookstore #mega-menu-wrap-primary #mega-menu-primary li.mega-blog-menu ul.mega-sub-menu li.mega-menu-item a {
        margin-top: 0px !important; }
        .navbar-bookstore #mega-menu-wrap-primary #mega-menu-primary li.mega-home-menu ul.mega-sub-menu li.mega-menu-item a:hover, .navbar-bookstore #mega-menu-wrap-primary #mega-menu-primary li.mega-blog-menu ul.mega-sub-menu li.mega-menu-item a:hover {
          color: #00C2BA; }
  .navbar-bookstore #mega-menu-wrap-primary #mega-menu-primary li.mega-book-link.mega-menu-item ul.mega-sub-menu, .navbar-bookstore #mega-menu-wrap-primary #mega-menu-primary li.mega-page-link.mega-menu-item ul.mega-sub-menu, .navbar-bookstore #mega-menu-wrap-primary #mega-menu-primary li.mega-feature-menu.mega-menu-item ul.mega-sub-menu {
    padding: 0 10px; }
    .navbar-bookstore #mega-menu-wrap-primary #mega-menu-primary li.mega-book-link.mega-menu-item ul.mega-sub-menu li.mega-menu-item, .navbar-bookstore #mega-menu-wrap-primary #mega-menu-primary li.mega-page-link.mega-menu-item ul.mega-sub-menu li.mega-menu-item, .navbar-bookstore #mega-menu-wrap-primary #mega-menu-primary li.mega-feature-menu.mega-menu-item ul.mega-sub-menu li.mega-menu-item {
      padding-left: 10px; }
      .navbar-bookstore #mega-menu-wrap-primary #mega-menu-primary li.mega-book-link.mega-menu-item ul.mega-sub-menu li.mega-menu-item ul.mega-sub-menu, .navbar-bookstore #mega-menu-wrap-primary #mega-menu-primary li.mega-page-link.mega-menu-item ul.mega-sub-menu li.mega-menu-item ul.mega-sub-menu, .navbar-bookstore #mega-menu-wrap-primary #mega-menu-primary li.mega-feature-menu.mega-menu-item ul.mega-sub-menu li.mega-menu-item ul.mega-sub-menu {
        padding-left: 0px; }
        .navbar-bookstore #mega-menu-wrap-primary #mega-menu-primary li.mega-book-link.mega-menu-item ul.mega-sub-menu li.mega-menu-item ul.mega-sub-menu li.mega-menu-item, .navbar-bookstore #mega-menu-wrap-primary #mega-menu-primary li.mega-page-link.mega-menu-item ul.mega-sub-menu li.mega-menu-item ul.mega-sub-menu li.mega-menu-item, .navbar-bookstore #mega-menu-wrap-primary #mega-menu-primary li.mega-feature-menu.mega-menu-item ul.mega-sub-menu li.mega-menu-item ul.mega-sub-menu li.mega-menu-item {
          padding-left: 0px; }
        .navbar-bookstore #mega-menu-wrap-primary #mega-menu-primary li.mega-book-link.mega-menu-item ul.mega-sub-menu li.mega-menu-item ul.mega-sub-menu ul.mega-sub-menu li.mega-menu-item, .navbar-bookstore #mega-menu-wrap-primary #mega-menu-primary li.mega-page-link.mega-menu-item ul.mega-sub-menu li.mega-menu-item ul.mega-sub-menu ul.mega-sub-menu li.mega-menu-item, .navbar-bookstore #mega-menu-wrap-primary #mega-menu-primary li.mega-feature-menu.mega-menu-item ul.mega-sub-menu li.mega-menu-item ul.mega-sub-menu ul.mega-sub-menu li.mega-menu-item {
          padding-left: 0px; }
  .navbar-bookstore #mega-menu-wrap-primary #mega-menu-primary li.mega-book-link.mega-menu-item ul.mega-sub-menu {
    width: 950px;
    position: absolute; }
    .navbar-bookstore #mega-menu-wrap-primary #mega-menu-primary li.mega-book-link.mega-menu-item ul.mega-sub-menu ul.mega-sub-menu {
      width: auto;
      height: auto;
      position: relative; }
  .navbar-bookstore #mega-menu-wrap-primary #mega-menu-primary li.mega-page-link.mega-menu-item ul.mega-sub-menu {
    padding: 0 10px;
    width: 800px;
    position: absolute; }
    .navbar-bookstore #mega-menu-wrap-primary #mega-menu-primary li.mega-page-link.mega-menu-item ul.mega-sub-menu ul.mega-sub-menu {
      padding: 0 0px;
      width: auto;
      height: auto;
      position: relative; }
  .navbar-bookstore #mega-menu-wrap-primary #mega-menu-primary li.mega-feature-menu.mega-menu-item ul.mega-sub-menu {
    left: 0px !important;
    right: unset !important;
    width: 600px;
    position: absolute;
    background-image: url("../img/themeparrot/megamenu_book_vector_transparent_02.png");
    background-repeat: no-repeat;
    background-position: right bottom;
    background-size: 400px auto; }
    .navbar-bookstore #mega-menu-wrap-primary #mega-menu-primary li.mega-feature-menu.mega-menu-item ul.mega-sub-menu li.mega-menu-item a.mega-menu-link {
      background-color: transparent !important; }
    .navbar-bookstore #mega-menu-wrap-primary #mega-menu-primary li.mega-feature-menu.mega-menu-item ul.mega-sub-menu li.mega-menu-item ul.mega-sub-menu {
      background-color: transparent !important; }
    .navbar-bookstore #mega-menu-wrap-primary #mega-menu-primary li.mega-feature-menu.mega-menu-item ul.mega-sub-menu ul.mega-sub-menu {
      width: auto;
      height: auto;
      position: relative;
      background-image: none; }

#shiftnav-toggle-main {
  background: #00C2BA !important;
  right: 18px !important; }
  @media screen and (max-width: 600px) {
    #shiftnav-toggle-main {
      right: 18px !important;
      top: 8px !important; } }
  @media screen and (max-width: 960px) and (min-width: 601px) {
    #shiftnav-toggle-main {
      right: 50px !important;
      top: 14px !important; } }
  #shiftnav-toggle-main #shiftnav-toggle-main-button {
    font-size: 18px !important; }
    @media (max-width: 480px) {
      #shiftnav-toggle-main #shiftnav-toggle-main-button {
        font-size: 12px !important; } }

.shiftnav.shiftnav-nojs.shiftnav-skin-standard-dark ul.shiftnav-menu li.menu-item > .shiftnav-target:hover,
.shiftnav.shiftnav-skin-standard-dark ul.shiftnav-menu li.menu-item.shiftnav-active > .shiftnav-target,
.shiftnav.shiftnav-skin-standard-dark ul.shiftnav-menu li.menu-item.shiftnav-in-transition > .shiftnav-target,
.shiftnav.shiftnav-skin-standard-dark ul.shiftnav-menu li.menu-item.current-menu-item > .shiftnav-target,
.shiftnav.shiftnav-skin-standard-dark ul.shiftnav-menu > li.shiftnav-sub-accordion.current-menu-ancestor > .shiftnav-target,
.shiftnav.shiftnav-skin-standard-dark ul.shiftnav-menu > li.shiftnav-sub-shift.current-menu-ancestor > .shiftnav-target,
.shiftnav.shiftnav-skin-standard-dark ul.shiftnav-menu.shiftnav-active-highlight li.menu-item > .shiftnav-target:active,
.shiftnav.shiftnav-skin-standard-dark ul.shiftnav-menu.shiftnav-active-on-hover li.menu-item > .shiftnav-target:hover {
  background: #00C2BA !important; }

.shiftnav.shiftnav-skin-standard-dark .shiftnav-inner .shiftnav-menu-title a {
  font-weight: bold;
  font-size: 20px;
  text-transform: uppercase; }
.shiftnav.shiftnav-skin-standard-dark .shiftnav-inner .shiftnav-nav ul li a {
  color: #ffffff;
  font-size: 13px;
  text-transform: uppercase; }
  .shiftnav.shiftnav-skin-standard-dark .shiftnav-inner .shiftnav-nav ul li a:hover {
    color: #00C2BA; }
.shiftnav.shiftnav-skin-standard-dark .shiftnav-inner .shiftnav-nav ul li.current-menu-item li.current-menu-item .shiftnav-target {
  background: #00C2BA !important; }

.mega-menu-products.featured_products {
  margin-top: 15px; }
  .mega-menu-products.featured_products .woocommerce ul.products li.product {
    margin-top: 0px;
    margin-bottom: 10px;
    padding-bottom: 0px;
    box-shadow: none;
    border: 1px solid #eeeeee; }
    .mega-menu-products.featured_products .woocommerce ul.products li.product .tp-view, .mega-menu-products.featured_products .woocommerce ul.products li.product .tp-closeview {
      box-shadow: none;
      min-height: 215px; }
      .mega-menu-products.featured_products .woocommerce ul.products li.product .tp-view .woo_product_title, .mega-menu-products.featured_products .woocommerce ul.products li.product .tp-closeview .woo_product_title {
        display: none; }
      .mega-menu-products.featured_products .woocommerce ul.products li.product .tp-view .tp-front, .mega-menu-products.featured_products .woocommerce ul.products li.product .tp-closeview .tp-front {
        position: relative;
        box-shadow: none; }
        .mega-menu-products.featured_products .woocommerce ul.products li.product .tp-view .tp-front .button-views, .mega-menu-products.featured_products .woocommerce ul.products li.product .tp-closeview .tp-front .button-views {
          display: none; }
        .mega-menu-products.featured_products .woocommerce ul.products li.product .tp-view .tp-front .img-wrap .onsale, .mega-menu-products.featured_products .woocommerce ul.products li.product .tp-closeview .tp-front .img-wrap .onsale {
          display: block;
          border-radius: 0 20px 20px 0;
          height: 26px;
          left: 0;
          line-height: 26px;
          min-height: 26px;
          text-transform: capitalize;
          top: 6px; }
      .mega-menu-products.featured_products .woocommerce ul.products li.product .tp-view .tp-cover, .mega-menu-products.featured_products .woocommerce ul.products li.product .tp-closeview .tp-cover {
        position: relative;
        display: none; }
      .mega-menu-products.featured_products .woocommerce ul.products li.product .tp-view .tp-back, .mega-menu-products.featured_products .woocommerce ul.products li.product .tp-closeview .tp-back {
        background: transparent;
        border: 0 none;
        position: relative;
        height: auto; }
        .mega-menu-products.featured_products .woocommerce ul.products li.product .tp-view .tp-back .content-wrap .woocommerce-loop-product__title, .mega-menu-products.featured_products .woocommerce ul.products li.product .tp-closeview .tp-back .content-wrap .woocommerce-loop-product__title {
          display: block;
          font-size: 16px;
          margin-top: 10px; }
        .mega-menu-products.featured_products .woocommerce ul.products li.product .tp-view .tp-back .content-wrap br, .mega-menu-products.featured_products .woocommerce ul.products li.product .tp-closeview .tp-back .content-wrap br {
          display: none; }
        .mega-menu-products.featured_products .woocommerce ul.products li.product .tp-view .tp-back .content-wrap .excerpt, .mega-menu-products.featured_products .woocommerce ul.products li.product .tp-closeview .tp-back .content-wrap .excerpt {
          display: none; }
    .mega-menu-products.featured_products .woocommerce ul.products li.product img {
      max-width: 140px !important; }
    .mega-menu-products.featured_products .woocommerce ul.products li.product .price {
      display: none; }
    .mega-menu-products.featured_products .woocommerce ul.products li.product .woocommerce-loop-product__title a {
      font-weight: 400;
      text-transform: capitalize;
      font-size: 16px; }
    .mega-menu-products.featured_products .woocommerce ul.products li.product .img-wrap {
      margin-bottom: 1px; }
      .mega-menu-products.featured_products .woocommerce ul.products li.product .img-wrap:after {
        background-color: transparent;
        position: relative;
        height: auto;
        width: auto; }
    .mega-menu-products.featured_products .woocommerce ul.products li.product .content-wrap {
      padding: 0px; }
      .mega-menu-products.featured_products .woocommerce ul.products li.product .content-wrap .star-rating {
        display: none; }

.bookstore-sidebar-offcanvas {
  position: absolute;
  transform: translateX(100px);
  right: 0px;
  transition: all 0.3s ease-in-out 0s;
  display: none;
  opacity: 0; }
  .bookstore-sidebar-offcanvas .bookstore-sidebar-container {
    padding-top: 0px; }
  .bookstore-sidebar-offcanvas .sidebar-close {
    background: #333333 none repeat scroll 0 0;
    border-radius: 0;
    color: #ffffff;
    font-size: 20px;
    height: 40px;
    left: unset;
    right: 3px;
    text-align: center;
    top: 11px;
    width: 40px;
    z-index: 9999; }
    .bookstore-sidebar-offcanvas .sidebar-close span {
      line-height: 40px; }
  .bookstore-sidebar-offcanvas .sidebar-scroll {
    background-color: #333333;
    width: 290px;
    height: 97%; }
    .bookstore-sidebar-offcanvas .sidebar-scroll .bookstore-offcanvas-menu .menu .nav.navbar-nav {
      margin: 0px;
      padding: 15px 0;
      box-shadow: none; }
      .bookstore-sidebar-offcanvas .sidebar-scroll .bookstore-offcanvas-menu .menu .nav.navbar-nav li {
        width: 100%;
        padding: 0 0 0 15px; }
        .bookstore-sidebar-offcanvas .sidebar-scroll .bookstore-offcanvas-menu .menu .nav.navbar-nav li a {
          background-color: transparent;
          text-transform: uppercase;
          font-weight: 600;
          font-size: 14px;
          color: #ffffff;
          padding: 0;
          line-height: 2.8; }
          .bookstore-sidebar-offcanvas .sidebar-scroll .bookstore-offcanvas-menu .menu .nav.navbar-nav li a:hover {
            color: #00C2BA; }
          .bookstore-sidebar-offcanvas .sidebar-scroll .bookstore-offcanvas-menu .menu .nav.navbar-nav li a:after {
            border-bottom: 0px; }
          .bookstore-sidebar-offcanvas .sidebar-scroll .bookstore-offcanvas-menu .menu .nav.navbar-nav li a:hover {
            background-color: #333333; }
        .bookstore-sidebar-offcanvas .sidebar-scroll .bookstore-offcanvas-menu .menu .nav.navbar-nav li ul.sub-menu, .bookstore-sidebar-offcanvas .sidebar-scroll .bookstore-offcanvas-menu .menu .nav.navbar-nav li ul.children {
          padding-top: 0px;
          padding-bottom: 0px;
          position: relative;
          left: 0px;
          box-shadow: none;
          background: transparent; }
          .bookstore-sidebar-offcanvas .sidebar-scroll .bookstore-offcanvas-menu .menu .nav.navbar-nav li ul.sub-menu li, .bookstore-sidebar-offcanvas .sidebar-scroll .bookstore-offcanvas-menu .menu .nav.navbar-nav li ul.children li {
            padding: 0px; }
            .bookstore-sidebar-offcanvas .sidebar-scroll .bookstore-offcanvas-menu .menu .nav.navbar-nav li ul.sub-menu li a, .bookstore-sidebar-offcanvas .sidebar-scroll .bookstore-offcanvas-menu .menu .nav.navbar-nav li ul.children li a {
              text-transform: capitalize;
              font-size: 14px;
              font-weight: normal; }
          .bookstore-sidebar-offcanvas .sidebar-scroll .bookstore-offcanvas-menu .menu .nav.navbar-nav li ul.sub-menu ul, .bookstore-sidebar-offcanvas .sidebar-scroll .bookstore-offcanvas-menu .menu .nav.navbar-nav li ul.children ul {
            position: relative;
            left: 0px;
            background: transparent;
            box-shadow: none;
            padding: 0px; }
            .bookstore-sidebar-offcanvas .sidebar-scroll .bookstore-offcanvas-menu .menu .nav.navbar-nav li ul.sub-menu ul li, .bookstore-sidebar-offcanvas .sidebar-scroll .bookstore-offcanvas-menu .menu .nav.navbar-nav li ul.children ul li {
              padding-left: 10px; }
        .bookstore-sidebar-offcanvas .sidebar-scroll .bookstore-offcanvas-menu .menu .nav.navbar-nav li.current-menu-item a, .bookstore-sidebar-offcanvas .sidebar-scroll .bookstore-offcanvas-menu .menu .nav.navbar-nav li.current-menu-parent a, .bookstore-sidebar-offcanvas .sidebar-scroll .bookstore-offcanvas-menu .menu .nav.navbar-nav li.current_page_item a {
          text-transform: uppercase; }
        .bookstore-sidebar-offcanvas .sidebar-scroll .bookstore-offcanvas-menu .menu .nav.navbar-nav li.current-menu-item ul li.current-menu-item a, .bookstore-sidebar-offcanvas .sidebar-scroll .bookstore-offcanvas-menu .menu .nav.navbar-nav li.current-menu-parent ul li.current-menu-item a, .bookstore-sidebar-offcanvas .sidebar-scroll .bookstore-offcanvas-menu .menu .nav.navbar-nav li.current_page_item ul li.current-menu-item a {
          text-transform: capitalize;
          color: #00C2BA; }
        .bookstore-sidebar-offcanvas .sidebar-scroll .bookstore-offcanvas-menu .menu .nav.navbar-nav li.current-menu-item ul li a, .bookstore-sidebar-offcanvas .sidebar-scroll .bookstore-offcanvas-menu .menu .nav.navbar-nav li.current-menu-parent ul li a, .bookstore-sidebar-offcanvas .sidebar-scroll .bookstore-offcanvas-menu .menu .nav.navbar-nav li.current_page_item ul li a {
          color: #ffffff;
          font-weight: normal; }
          .bookstore-sidebar-offcanvas .sidebar-scroll .bookstore-offcanvas-menu .menu .nav.navbar-nav li.current-menu-item ul li a:hover, .bookstore-sidebar-offcanvas .sidebar-scroll .bookstore-offcanvas-menu .menu .nav.navbar-nav li.current-menu-parent ul li a:hover, .bookstore-sidebar-offcanvas .sidebar-scroll .bookstore-offcanvas-menu .menu .nav.navbar-nav li.current_page_item ul li a:hover {
            color: #00C2BA; }

.js-toggleSidebar-offcanvas.sidebar-open {
  background-color: #ffffff;
  border: 1px solid #ffffff;
  border-radius: 50%;
  display: none;
  height: 42px;
  margin-left: 10px;
  right: 0;
  text-align: center;
  top: 0px;
  width: 42px; }
  .js-toggleSidebar-offcanvas.sidebar-open span {
    color: #00C2BA;
    line-height: 38px;
    font-size: 16px; }
  @media (max-width: 991px) {
    .js-toggleSidebar-offcanvas.sidebar-open {
      display: block; } }

.bookstore-sidebar-offcanvas.sidebar-closed-offcanvas {
  right: 0;
  transform: translateX(0px);
  z-index: 101;
  top: 0px;
  display: block;
  opacity: 1; }
  .admin-bar .bookstore-sidebar-offcanvas.sidebar-closed-offcanvas {
    top: 46px; }
    @media screen and (min-width: 783px) {
      .admin-bar .bookstore-sidebar-offcanvas.sidebar-closed-offcanvas {
        top: 32px; } }

.sidebar-open span {
  color: #4f4f4f; }

.js-toggleSidebar-offcanvas.sidebar-open {
  position: relative; }

/*
  @package bookstore
*/
/* Widgets
  ---------------------
*/
/*
  Footer section
  -------------------
*/
.home_page .bookstore-footer {
  margin-top: -130px;
  padding-top: 130px; }
  @media (max-width: 767px) {
    .home_page .bookstore-footer {
      margin-top: 0px;
      padding-top: 0px; } }

.bookstore-footer {
  background: #4f4f4f;
  color: #ffffff;
  display: block;
  padding: 0;
  margin-top: 40px;
  line-height: 2;
  font-weight: 400; }
  .bookstore-footer .container {
    padding: 0; }
  .bookstore-footer .footer {
    padding: 20px 0 0; }
    .bookstore-footer .footer .footer-sidebar .bookstore-widget {
      margin: 30px 0; }
      @media (max-width: 768px) {
        .bookstore-footer .footer .footer-sidebar .bookstore-widget {
          margin-top: 0px;
          margin-bottom: 30px; } }
      .bookstore-footer .footer .footer-sidebar .bookstore-widget .bookstore-widget-title {
        font-weight: 600;
        color: #00c2ba;
        font-size: 18px;
        margin: 20px 0;
        text-align: left;
        text-transform: uppercase;
        background-color: transparent;
        padding: 0px; }
      .bookstore-footer .footer .footer-sidebar .bookstore-widget ul {
        display: block; }
  .bookstore-footer .site-info {
    border-top: 1px solid #cccccc;
    padding-top: 30px;
    padding-bottom: 20px; }
    .bookstore-footer .site-info .footer-info .bookstore-widget {
      margin-top: 20px;
      margin-bottom: 10px; }
      .bookstore-footer .site-info .footer-info .bookstore-widget img {
        max-width: 65px;
        padding: 10px; }
  .bookstore-footer .map {
    margin-top: 20px;
    margin-bottom: 60px; }
    @media (max-width: 991px) {
      .bookstore-footer .map {
        margin-bottom: 20px; } }
    .bookstore-footer .map a {
      background: #ffffff none repeat scroll 0 0;
      border: 2px solid #00C2BA;
      display: inline-block;
      font-size: 16px;
      height: 45px;
      margin: 0 auto;
      text-align: center;
      width: 45px; }
      .bookstore-footer .map a i {
        line-height: 45px; }
  .bookstore-footer .bookstore-heart {
    color: #00C2BA; }

.contact-map .recentcomments {
  padding: 0 10px; }
.contact-map .bookstore-widget {
  margin: 0px;
  padding: 0px; }
.contact-map .widget_categories ul li {
  padding: 0 10px; }
.contact-map .widget_nav_menu ul.menu li.menu-item {
  padding: 0 10px; }
  .contact-map .widget_nav_menu ul.menu li.menu-item ul.sub-menu li {
    padding: 0px; }

/*
  Sidebar section
  ---------------------
*/
.sidebar-overlay {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 100;
  background: rgba(0, 0, 0, 0.5);
  display: none;
  cursor: e-resize; }

.bookstore-sidebar-container {
  position: relative;
  display: block;
  width: 100%;
  height: 100vh; }

.sidebar-scroll {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto; }

.sidebar-close, .sidebar-open {
  position: absolute;
  top: 0px;
  left: 10px;
  cursor: pointer;
  color: #ffffff;
  z-index: 10; }
  .sidebar-close:hover, .sidebar-close:focus, .sidebar-open:hover, .sidebar-open:focus {
    color: #00C2BA; }

.sidebar-open {
  left: auto;
  right: 20px;
  top: 20px; }

.sidebar-filter {
  color: #00C2BA;
  font-size: 18px;
  font-weight: bold;
  left: 0;
  position: relative;
  margin-bottom: 50px;
  display: inline-block;
  z-index: 5; }

/*
  Widgets section
  ---------------------
*/
.bookstore-widget ul li ul.children {
  padding: 0px !important; }
  .bookstore-widget ul li ul.children li {
    padding: 0px !important; }
.bookstore-widget select {
  max-width: 100%;
  color: #4f4f4f;
  background: #ffffff;
  height: 34px;
  border-radius: 0px;
  border: 1px solid #dddddd;
  margin-top: 20px;
  margin-bottom: 20px; }
  .bookstore-widget select option {
    padding: 4px 6px; }

.bookstore-profile-widget .image-container .profile-picture {
  margin-left: 10px; }
.bookstore-profile-widget ul li p:before, .bookstore-profile-widget ul li a:before {
  font-family: fontawesome;
  margin-right: 10px; }
.bookstore-profile-widget ul li p.prof-name {
  font-size: 18px; }
.bookstore-profile-widget ul li p.prof-phone:before {
  content: "\f095"; }
.bookstore-profile-widget ul li a.prof-email {
  color: #00C2BA; }
  .bookstore-profile-widget ul li a.prof-email:before {
    content: "\f0e0"; }
.bookstore-profile-widget ul li p.prof-address:before {
  content: "\f041"; }

.bookstore-widget {
  margin-bottom: 30px; }
  .bookstore-widget .bookstore-widget-title {
    background-color: #00C2BA;
    color: #ffffff;
    font-size: 20px;
    text-transform: uppercase;
    padding: 6px 10px; }
    .bookstore-widget .bookstore-widget-title a {
      color: #ffffff; }
  .bookstore-widget ul {
    list-style: none;
    margin: 0;
    padding: 0; }
  .bookstore-widget li {
    padding: 0 10px; }

.tagcloud a {
  background: #ffffff none repeat scroll 0 0;
  border: 1px solid #00C2BA;
  border-radius: 3px;
  display: inline-block;
  font-size: 14px !important;
  margin-bottom: 8px;
  padding: 4px 8px;
  color: #00C2BA;
  transition: all 0.3s ease-in-out 0s;
  font-weight: 400;
  text-transform: capitalize; }
  .tagcloud a:hover {
    background: #00C2BA;
    color: #ffffff;
    border: 1px solid #00C2BA; }

.cat-item {
  position: relative; }
  .cat-item a,
  .cat-item span {
    display: block;
    line-height: 1em; }
  .cat-item a {
    padding: 4px 0; }
  .cat-item span {
    position: absolute;
    right: 0;
    top: 15px;
    font-size: 12px;
    font-weight: 600;
    padding: 2px 7px 5px;
    background-color: #007671;
    color: #ffffff;
    border-radius: 10px; }

.recentcomments {
  color: #555555;
  margin-bottom: 10px;
  padding: 0px !important; }
  .recentcomments a {
    text-transform: capitalize; }
  .recentcomments span {
    display: block;
    font-size: 14px;
    padding-bottom: 4px;
    margin-bottom: 2px;
    text-transform: none;
    color: #555555; }
    .recentcomments span:before {
      content: "\f086";
      font-family: fontawesome;
      margin-right: 5px; }

.woocommerce .widget_price_filter form .price_slider_wrapper .price_slider .ui-slider-range {
  background-color: #eeeeee; }
.woocommerce .widget_price_filter form .price_slider_wrapper .price_slider span.ui-slider-handle {
  background-color: #ffffff;
  border: 2px solid #00C2BA;
  border-radius: 0;
  height: 15px;
  width: 15px; }
.woocommerce .widget_price_filter form .price_slider_wrapper .ui-widget-content {
  border-radius: 0px;
  background-color: #ffffff; }
.woocommerce .widget_price_filter form .price_slider_wrapper .price_slider_amount button {
  margin-top: 15px; }
.woocommerce .widget_price_filter form .price_slider_wrapper .price_slider_amount .price_label {
  padding-top: 15px;
  font-size: 14px;
  font-weight: 400; }

.widget_prodPRODUCTuct_tag_cloud {
  padding-bottom: 30px !important; }

.widget_shopping_cart .widget_shopping_cart_content ul.cart_list li {
  padding-left: 0px;
  line-height: 2; }
  .widget_shopping_cart .widget_shopping_cart_content ul.cart_list li a.remove {
    left: unset;
    right: 0px;
    line-height: 0.8em; }
    .widget_shopping_cart .widget_shopping_cart_content ul.cart_list li a.remove:hover {
      background-color: #00C2BA; }
  .widget_shopping_cart .widget_shopping_cart_content ul.cart_list li a {
    font-size: 16px; }
    .widget_shopping_cart .widget_shopping_cart_content ul.cart_list li a img {
      float: left;
      margin-left: 0px;
      margin-top: 6px;
      margin-right: 5px; }
.widget_shopping_cart .widget_shopping_cart_content .total {
  padding-top: 15px; }
.widget_shopping_cart .widget_shopping_cart_content .buttons {
  color: #ffffff !important; }

.widget_product_categories h2.bookstore-widget-title {
  margin-bottom: 0px; }
.widget_product_categories ul.product-categories {
  padding: 0px; }
  .widget_product_categories ul.product-categories li {
    padding: 5px 0;
    margin-bottom: 0px; }
    .widget_product_categories ul.product-categories li a {
      font-size: 16px;
      font-weight: 400;
      text-transform: capitalize;
      color: #4f4f4f;
      line-height: 2.2; }
      .widget_product_categories ul.product-categories li a:before {
        content: "\f067";
        font-family: fontawesome;
        padding-right: 10px;
        color: #00C2BA;
        font-size: 16px; }
      .widget_product_categories ul.product-categories li a:hover, .widget_product_categories ul.product-categories li a:focus {
        color: #00C2BA; }
    .widget_product_categories ul.product-categories li:hover {
      background-color: #eeeeee; }

.widget_top_rated_products ul.product_list_widget li {
  width: 100%;
  display: block; }
  .widget_top_rated_products ul.product_list_widget li a span.product-title {
    font-size: 14px;
    text-transform: capitalize;
    font-weight: normal; }
  .widget_top_rated_products ul.product_list_widget li a:hover span.product-title {
    color: #00C2BA; }

.widget_products .product_list_widget li {
  width: 100%; }
  .widget_products .product_list_widget li img {
    display: block;
    float: none !important;
    margin-left: 0 !important;
    max-width: 100%;
    width: 100px !important; }
  .widget_products .product_list_widget li .product-title {
    display: block;
    margin-top: 10px; }
  .widget_products .product_list_widget li ins {
    color: #00C2BA;
    text-decoration: none; }

.widget_nav_menu ul.menu li.menu-item {
  padding: 0px; }
  .widget_nav_menu ul.menu li.menu-item a {
    text-transform: capitalize;
    line-height: 3; }
    .widget_nav_menu ul.menu li.menu-item a:hover, .widget_nav_menu ul.menu li.menu-item a:focus {
      color: #00C2BA; }

.recent-posts-extended .rpwe-block .rpwe-ul .rpwe-li {
  border-bottom: 0px solid transparent;
  padding-left: 0px; }
  .recent-posts-extended .rpwe-block .rpwe-ul .rpwe-li h3.rpwe-title {
    display: none; }
  .recent-posts-extended .rpwe-block .rpwe-ul .rpwe-li .rpwe-summary {
    font-size: 14px; }
    .recent-posts-extended .rpwe-block .rpwe-ul .rpwe-li .rpwe-summary .more-link {
      display: block !important; }

.footer-sidebar .widget_product_categories .product-categories li {
  padding: 0px;
  margin-bottom: 10px; }
  .footer-sidebar .widget_product_categories .product-categories li a {
    text-transform: capitalize;
    color: #ffffff;
    padding: 0;
    line-height: 2;
    font-size: 14px; }
    .footer-sidebar .widget_product_categories .product-categories li a:before {
      display: none; }
    .footer-sidebar .widget_product_categories .product-categories li a:hover, .footer-sidebar .widget_product_categories .product-categories li a:focus {
      color: #00C2BA; }
  .footer-sidebar .widget_product_categories .product-categories li:hover {
    background-color: transparent; }

.widget_search form.searchform .input-group input.form-control {
  border-radius: 0;
  height: 40px !important;
  background-color: #ffffff; }
.widget_search form.searchform .input-group .input-group-btn button[type="submit"] {
  box-shadow: none;
  height: 40px;
  padding: 0 18px;
  border-radius: 0px; }

.widget_categories ul li {
  padding: 0px; }
  .widget_categories ul li a {
    padding: 15px 0;
    margin-bottom: 0px;
    color: #4f4f4f;
    text-transform: capitalize;
    border-bottom: 1px solid #eeeeee; }
    .widget_categories ul li a:hover {
      color: #00C2BA; }

.widget_recent_entries, .widget_archive, .widget_meta, .widget_pages {
  text-align: left; }
  .widget_recent_entries ul, .widget_archive ul, .widget_meta ul, .widget_pages ul {
    padding-left: 0;
    margin-left: 0px;
    margin-bottom: 0px; }
    .widget_recent_entries ul li, .widget_archive ul li, .widget_meta ul li, .widget_pages ul li {
      list-style: none;
      margin-bottom: 0px; }
      .widget_recent_entries ul li a, .widget_archive ul li a, .widget_meta ul li a, .widget_pages ul li a {
        font-size: 14px;
        color: #555555;
        text-transform: capitalize;
        line-height: 3; }
        .widget_recent_entries ul li a:hover, .widget_archive ul li a:hover, .widget_meta ul li a:hover, .widget_pages ul li a:hover {
          color: #00C2BA; }
          .widget_recent_entries ul li a:hover:before, .widget_archive ul li a:hover:before, .widget_meta ul li a:hover:before, .widget_pages ul li a:hover:before {
            color: #00C2BA; }
        .widget_recent_entries ul li a:before, .widget_archive ul li a:before, .widget_meta ul li a:before, .widget_pages ul li a:before {
          color: #555555;
          font-family: fontawesome;
          padding-right: 5px;
          font-size: 14px;
          position: relative; }
      .widget_recent_entries ul li .children, .widget_archive ul li .children, .widget_meta ul li .children, .widget_pages ul li .children {
        padding-left: 0; }

.widget_calendar .calendar_wrap table#wp-calendar caption {
  padding-top: 0px;
  padding-bottom: 15px; }

.widget_rss h2.bookstore-widget-title a {
  display: inline; }
.widget_rss ul li {
  padding-bottom: 15px; }
  .widget_rss ul li a.rsswidget {
    color: #00C2BA;
    font-size: 16px;
    display: block;
    text-transform: capitalize; }
  .widget_rss ul li .rss-date {
    color: #777; }
  .widget_rss ul li .rssSummary {
    padding-top: 5px; }

.widget_text .textwidget img {
  margin: 5px 0; }
.widget_text .wp-caption-text {
  color: #4f4f4f; }

.bookstore-sidebar-shop .widget-area .bookstore-widget {
  border: 0 none; }

.blog-sidebar .widget-area .bookstore-widget {
  border: 1px solid #eeeeee; }

.blogpage-sidebar {
  margin-top: 30px; }
  @media (max-width: 991px) {
    .blogpage-sidebar {
      margin-top: 10px; } }
  .blogpage-sidebar .page-limit {
    padding: 0px; }

.blog-sidebar .widget-area .bookstore-widget .bookstore-widget-title, .bookstore-sidebar-shop .widget-area .bookstore-widget .bookstore-widget-title {
  margin: 0px; }
.blog-sidebar .widget-area .bookstore-widget .searchform, .bookstore-sidebar-shop .widget-area .bookstore-widget .searchform {
  padding: 20px 15px;
  margin-bottom: 0px; }
.blog-sidebar .widget-area .bookstore-widget .recentcomments, .bookstore-sidebar-shop .widget-area .bookstore-widget .recentcomments {
  padding-left: 15px !important; }
.blog-sidebar .widget-area .bookstore-widget .calendar_wrap, .bookstore-sidebar-shop .widget-area .bookstore-widget .calendar_wrap {
  padding: 10px 20px; }
  .blog-sidebar .widget-area .bookstore-widget .calendar_wrap caption, .bookstore-sidebar-shop .widget-area .bookstore-widget .calendar_wrap caption {
    padding-bottom: 6px; }
.blog-sidebar .widget-area .bookstore-widget .textwidget, .blog-sidebar .widget-area .bookstore-widget .tagcloud, .bookstore-sidebar-shop .widget-area .bookstore-widget .textwidget, .bookstore-sidebar-shop .widget-area .bookstore-widget .tagcloud {
  padding: 10px 15px; }
.blog-sidebar .widget-area .bookstore-widget .menu li a, .bookstore-sidebar-shop .widget-area .bookstore-widget .menu li a {
  color: #555555; }
  .blog-sidebar .widget-area .bookstore-widget .menu li a:hover, .blog-sidebar .widget-area .bookstore-widget .menu li a:focus, .bookstore-sidebar-shop .widget-area .bookstore-widget .menu li a:hover, .bookstore-sidebar-shop .widget-area .bookstore-widget .menu li a:focus {
    color: #00C2BA; }
.blog-sidebar .widget-area .bookstore-widget .menu li .sub-menu, .bookstore-sidebar-shop .widget-area .bookstore-widget .menu li .sub-menu {
  padding: 0px; }
  .blog-sidebar .widget-area .bookstore-widget .menu li .sub-menu li, .bookstore-sidebar-shop .widget-area .bookstore-widget .menu li .sub-menu li {
    padding: 0; }
.blog-sidebar .widget-area .bookstore-widget .widget_shopping_cart_content, .bookstore-sidebar-shop .widget-area .bookstore-widget .widget_shopping_cart_content {
  padding: 30px 15px 10px; }
.blog-sidebar .widget-area .bookstore-widget .product-categories, .blog-sidebar .widget-area .bookstore-widget .tagcloud, .bookstore-sidebar-shop .widget-area .bookstore-widget .product-categories, .bookstore-sidebar-shop .widget-area .bookstore-widget .tagcloud {
  padding: 15px; }
.blog-sidebar .widget-area .widget_price_filter form, .bookstore-sidebar-shop .widget-area .widget_price_filter form {
  padding: 40px 15px 10px; }
.blog-sidebar .widget-area .widget_categories ul, .bookstore-sidebar-shop .widget-area .widget_categories ul {
  padding: 10px 0;
  margin-left: 0px; }
  .blog-sidebar .widget-area .widget_categories ul li, .bookstore-sidebar-shop .widget-area .widget_categories ul li {
    padding-left: 15px;
    margin-left: 0px;
    margin-right: 15px; }
    .blog-sidebar .widget-area .widget_categories ul li ul li, .bookstore-sidebar-shop .widget-area .widget_categories ul li ul li {
      margin-right: 0px; }
.blog-sidebar .widget-area .widget_categories select, .bookstore-sidebar-shop .widget-area .widget_categories select {
  margin-left: 15px;
  max-width: 100%; }
  @media (max-width: 1199px) and (min-width: 991px) {
    .blog-sidebar .widget-area .widget_categories select, .bookstore-sidebar-shop .widget-area .widget_categories select {
      max-width: 85%; } }
.blog-sidebar .widget-area .widget_recent_entries h2 a, .blog-sidebar .widget-area .widget_archive h2 a, .blog-sidebar .widget-area .widget_pages h2 a, .blog-sidebar .widget-area .widget_meta h2 a, .blog-sidebar .widget-area .widget_rss h2 a, .blog-sidebar .widget-area .widget_nav_menu h2 a, .bookstore-sidebar-shop .widget-area .widget_recent_entries h2 a, .bookstore-sidebar-shop .widget-area .widget_archive h2 a, .bookstore-sidebar-shop .widget-area .widget_pages h2 a, .bookstore-sidebar-shop .widget-area .widget_meta h2 a, .bookstore-sidebar-shop .widget-area .widget_rss h2 a, .bookstore-sidebar-shop .widget-area .widget_nav_menu h2 a {
  color: #ffffff; }
.blog-sidebar .widget-area .widget_recent_entries ul, .blog-sidebar .widget-area .widget_archive ul, .blog-sidebar .widget-area .widget_pages ul, .blog-sidebar .widget-area .widget_meta ul, .blog-sidebar .widget-area .widget_rss ul, .blog-sidebar .widget-area .widget_nav_menu ul, .bookstore-sidebar-shop .widget-area .widget_recent_entries ul, .bookstore-sidebar-shop .widget-area .widget_archive ul, .bookstore-sidebar-shop .widget-area .widget_pages ul, .bookstore-sidebar-shop .widget-area .widget_meta ul, .bookstore-sidebar-shop .widget-area .widget_rss ul, .bookstore-sidebar-shop .widget-area .widget_nav_menu ul {
  padding: 10px 0; }
  .blog-sidebar .widget-area .widget_recent_entries ul li, .blog-sidebar .widget-area .widget_archive ul li, .blog-sidebar .widget-area .widget_pages ul li, .blog-sidebar .widget-area .widget_meta ul li, .blog-sidebar .widget-area .widget_rss ul li, .blog-sidebar .widget-area .widget_nav_menu ul li, .bookstore-sidebar-shop .widget-area .widget_recent_entries ul li, .bookstore-sidebar-shop .widget-area .widget_archive ul li, .bookstore-sidebar-shop .widget-area .widget_pages ul li, .bookstore-sidebar-shop .widget-area .widget_meta ul li, .bookstore-sidebar-shop .widget-area .widget_rss ul li, .bookstore-sidebar-shop .widget-area .widget_nav_menu ul li {
    padding: 0 15px;
    line-height: 3; }
    .blog-sidebar .widget-area .widget_recent_entries ul li a, .blog-sidebar .widget-area .widget_archive ul li a, .blog-sidebar .widget-area .widget_pages ul li a, .blog-sidebar .widget-area .widget_meta ul li a, .blog-sidebar .widget-area .widget_rss ul li a, .blog-sidebar .widget-area .widget_nav_menu ul li a, .bookstore-sidebar-shop .widget-area .widget_recent_entries ul li a, .bookstore-sidebar-shop .widget-area .widget_archive ul li a, .bookstore-sidebar-shop .widget-area .widget_pages ul li a, .bookstore-sidebar-shop .widget-area .widget_meta ul li a, .bookstore-sidebar-shop .widget-area .widget_rss ul li a, .bookstore-sidebar-shop .widget-area .widget_nav_menu ul li a {
      line-height: 2.5; }
.blog-sidebar .widget-area .widget_recent_entries select, .blog-sidebar .widget-area .widget_archive select, .blog-sidebar .widget-area .widget_pages select, .blog-sidebar .widget-area .widget_meta select, .blog-sidebar .widget-area .widget_rss select, .blog-sidebar .widget-area .widget_nav_menu select, .bookstore-sidebar-shop .widget-area .widget_recent_entries select, .bookstore-sidebar-shop .widget-area .widget_archive select, .bookstore-sidebar-shop .widget-area .widget_pages select, .bookstore-sidebar-shop .widget-area .widget_meta select, .bookstore-sidebar-shop .widget-area .widget_rss select, .bookstore-sidebar-shop .widget-area .widget_nav_menu select {
  margin-left: 15px;
  max-width: 100%; }
.blog-sidebar .widget-area .widget_archive, .blog-sidebar .widget-area .widget_categories, .bookstore-sidebar-shop .widget-area .widget_archive, .bookstore-sidebar-shop .widget-area .widget_categories {
  padding: 0; }
.blog-sidebar .widget-area .widget_recent_comments ul, .bookstore-sidebar-shop .widget-area .widget_recent_comments ul {
  padding: 10px 0; }

.bookstore-footer .bookstore-widget li {
  padding: 0px; }
.bookstore-footer .bookstore-widget a {
  color: white; }
  .bookstore-footer .bookstore-widget a:hover {
    color: #00C2BA; }
.bookstore-footer .bookstore-widget .cat-item span {
  color: #555555;
  background-color: #eeeeee; }
.bookstore-footer .bookstore-widget .children {
  background-color: transparent; }
.bookstore-footer .bookstore-widget select, .bookstore-footer .bookstore-widget option {
  color: #4f4f4f; }
.bookstore-footer .bookstore-widget select {
  border: 1px solid #4f4f4f;
  background: #ffffff; }
.bookstore-footer .bookstore-widget option {
  padding: 6px 4px; }
.bookstore-footer .bookstore-widget .recentcomments {
  margin-bottom: 10px;
  color: #ffffff; }
  .bookstore-footer .bookstore-widget .recentcomments span {
    color: #00C2BA; }
.bookstore-footer .bookstore-widget .tagcloud a {
  color: #00C2BA; }
  .bookstore-footer .bookstore-widget .tagcloud a:hover {
    color: #ffffff; }
.bookstore-footer .bookstore-widget .calendar_wrap table#wp-calendar caption {
  color: #eeeeee; }
.bookstore-footer .bookstore-widget .rss-date {
  color: #cbcbcb; }

.topbar-contact {
  padding: 0px;
  text-align: center; }
  @media (max-width: 768px) {
    .topbar-contact {
      text-align: left; } }
  .topbar-contact .bookstore-widget {
    margin-bottom: 0px;
    text-align: left !important;
    color: #ffffff; }
    .topbar-contact .bookstore-widget .bookstore-widget-title {
      padding: 0px; }
    .topbar-contact .bookstore-widget li {
      color: #ffffff;
      padding: 0px; }
    .topbar-contact .bookstore-widget a {
      font-weight: 600;
      color: #ffffff; }
      .topbar-contact .bookstore-widget a:hover {
        color: #eeeeee; }
    .topbar-contact .bookstore-widget .cat-item span {
      color: #555555;
      background-color: #eeeeee; }
    .topbar-contact .bookstore-widget .children {
      background-color: transparent; }
    .topbar-contact .bookstore-widget select, .topbar-contact .bookstore-widget option {
      color: #555555; }
    .topbar-contact .bookstore-widget select {
      border: 1px solid #ffffff;
      background: #ffffff; }
    .topbar-contact .bookstore-widget .recentcomments {
      margin-bottom: 10px;
      color: #ffffff; }
      .topbar-contact .bookstore-widget .recentcomments span {
        color: #ffffff; }
    .topbar-contact .bookstore-widget.widget_rss ul li a.rsswidget {
      color: #ffffff; }
    .topbar-contact .bookstore-widget .tagcloud a {
      color: #00C2BA; }
      .topbar-contact .bookstore-widget .tagcloud a:hover {
        color: #00C2BA;
        background-color: #ffffff; }
    .topbar-contact .bookstore-widget .calendar_wrap table#wp-calendar caption {
      color: #eeeeee; }
    .topbar-contact .bookstore-widget .rss-date {
      color: #efefef; }
    .topbar-contact .bookstore-widget form.searchform .input-group input.form-control {
      border-color: #ffffff; }
    .topbar-contact .bookstore-widget form.searchform .input-group button.btn-primary {
      background-color: #555555;
      color: #ffffff;
      border-color: #555555; }
  .topbar-contact .contact-info {
    display: inline-flex; }
    @media (max-width: 768px) {
      .topbar-contact .contact-info {
        display: block; } }
    .topbar-contact .contact-info div {
      display: inline-block;
      color: #ffffff;
      text-align: left;
      margin-right: 5px;
      padding: 0 25px;
      margin-bottom: 0px; }
      @media (max-width: 1199px) and (min-width: 769px) {
        .topbar-contact .contact-info div {
          padding: 0px; } }
      @media (max-width: 768px) {
        .topbar-contact .contact-info div {
          padding: 0;
          display: block;
          margin-bottom: 10px; } }
      .topbar-contact .contact-info div i {
        float: left;
        font-size: 27px;
        height: 45px;
        position: relative;
        top: 5px;
        width: 35px; }
      .topbar-contact .contact-info div span {
        font-size: 18px;
        font-weight: 600;
        text-transform: capitalize; }
      .topbar-contact .contact-info div p {
        font-size: 14px;
        margin-bottom: 0px; }
        .topbar-contact .contact-info div p a {
          color: #eeeeee;
          font-weight: 600; }
          .topbar-contact .contact-info div p a:hover {
            color: #ffffff; }

h1.bookstore-username,
h2.bookstore-description {
  font-weight: 100;
  color: #fff; }

h1.bookstore-username {
  font-size: 24px;
  margin: 0 0 10px; }

h2.bookstore-description {
  font-size: 13px;
  margin: 0 0 20px; }

.bookstore-icon-sidebar {
  color: white;
  margin: 0 2px; }
  .bookstore-icon-sidebar:before {
    width: 22px;
    height: 22px;
    font-size: 22px; }

.bookstore-icon-sidebar--gplus {
  margin-left: 8px; }

.bookstore-icon-button:before {
  margin-top: 3px;
  margin-left: -3px; }

.image-container {
  display: block;
  width: 100%;
  overflow: hidden;
  text-align: center; }

.profile-picture {
  width: 122px;
  height: 122px;
  overflow: hidden;
  border-radius: 50%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover; }

 /*
Generic
---------------------
*/
body {
  font-size: 14px;
  font-family: "Raleway", sans-serif;
  font-weight: 400;
  line-height: 1.9;
  letter-spacing: 0.025em;
  overflow-x: hidden; }
  body.no-scroll {
    overflow-y: hidden; }

.btn.btn-primary,
.btn,
.btn-primary,
.add_to_cart_button,
.button,
input[type="submit"] {
  background-color: #00C2BA;
  box-shadow: 0 3px #007671;
  border: 1px solid #00C2BA;
  color: #ffffff; }
  .btn.btn-primary:hover, .btn.btn-primary:focus, .btn.btn-primary:focus,
  .btn:hover,
  .btn:focus,
  .btn:focus,
  .btn-primary:hover,
  .btn-primary:focus,
  .btn-primary:focus,
  .add_to_cart_button:hover,
  .add_to_cart_button:focus,
  .add_to_cart_button:focus,
  .button:hover,
  .button:focus,
  .button:focus,
  input[type="submit"]:hover,
  input[type="submit"]:focus,
  input[type="submit"]:focus {
    background-color: #007671;
    border: 1px solid #007671; }

a {
  color: #00C2BA;
  -webkit-transition: color 320ms ease;
  -moz-transition: color 320ms ease;
  -ms-transition: color 320ms ease;
  -o-transition: color 320ms ease;
  transition: color 320ms ease; }
  a:hover, a:focus {
    color: #007671;
    text-decoration: none;
    outline: none; }

img {
  max-width: 100%;
  height: auto; }

.background-image {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover; }

.table {
  display: table;
  width: 100%;
  height: 100%; }
  .table .table-cell {
    display: table-cell;
    width: 100%;
    height: 100%;
    vertical-align: middle; }

.btn-bookstore {
  -webkit-transition: all 320ms ease;
  -moz-transition: all 320ms ease;
  -ms-transition: all 320ms ease;
  -o-transition: all 320ms ease;
  transition: all 320ms ease;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 300;
  color: #797979;
  padding: 8px 12px;
  border-radius: 0;
  border: 1px solid #797979;
  background-color: transparent; }
  .btn-bookstore:hover, .btn-bookstore:focus {
    color: #ffffff;
    background-color: #333333;
    border-color: #333333; }

/*
   Global
   ---------------------
 */
header.page_header {
  padding: 15px 0px;
  margin: 0px 0px 20px;
  border-bottom: 1px solid #eeeeee; }
  @media (max-width: 768px) {
    header.page_header {
      border-bottom: 0px;
      margin: 0px; } }
  header.page_header .entry-header {
    display: inline-block;
    margin-top: 0px; }
    header.page_header .entry-header h1.entry-title {
      display: inline; }
    @media (max-width: 768px) {
      header.page_header .entry-header {
        display: block;
        margin-top: 15px; } }

.archive-header .page-title {
  margin-bottom: 20px;
  padding-bottom: 20px;
  font-size: 36px;
  text-transform: capitalize; }

.yith_magnifier_zoom_wrap {
  z-index: 0 !important; }

.yith-wcwl-add-to-wishlist {
  float: left;
  margin-right: 10px; }

.entry-title {
  text-transform: capitalize;
  font-size: 36px;
  margin: 0px;
  padding: 0; }

.btn,
.button {
  border-radius: 3px;
  font-weight: 500; }

.btn-primary,
.add_to_cart_button,
.button,
.add_to_wishlist.single_add_to_wishlist {
  border: medium none;
  padding: 8px 20px;
  transition: all 0.3s ease-in-out 0s;
  -webkit-transition: all 0.3s ease-in-out 0s; }

.woocommerce #respond input#submit.alt.disabled,
.woocommerce #respond input#submit.alt.disabled:hover,
.woocommerce #respond input#submit.alt:disabled,
.woocommerce #respond input#submit.alt:disabled:hover,
.woocommerce #respond input#submit.alt[disabled]:disabled,
.woocommerce #respond input#submit.alt[disabled]:disabled:hover,
.woocommerce a.button.alt.disabled,
.woocommerce a.button.alt.disabled:hover,
.woocommerce a.button.alt:disabled,
.woocommerce a.button.alt:disabled:hover,
.woocommerce a.button.alt[disabled]:disabled,
.woocommerce a.button.alt[disabled]:disabled:hover,
.woocommerce button.button.alt.disabled,
.woocommerce button.button.alt.disabled:hover,
.woocommerce button.button.alt:disabled,
.woocommerce button.button.alt:disabled:hover,
.woocommerce button.button.alt[disabled]:disabled,
.woocommerce button.button.alt[disabled]:disabled:hover,
.woocommerce input.button.alt.disabled,
.woocommerce input.button.alt.disabled:hover,
.woocommerce input.button.alt:disabled,
.woocommerce input.button.alt:disabled:hover,
.woocommerce input.button.alt[disabled]:disabled,
.woocommerce input.button.alt[disabled]:disabled:hover {
  background-color: #00C2BA;
  border: 1px solid #00C2BA; }

.woocommerce #respond input#submit.alt,
.woocommerce a.button.alt,
.woocommerce button.button.alt,
.woocommerce input.button.alt,
.add_to_wishlist.single_add_to_wishlist {
  background-color: #00C2BA;
  color: #ffffff;
  border-radius: 3px;
  font-weight: 600;
  padding: 7px 14px;
  line-height: 1;
  box-shadow: 0 3px #007671;
  border: 1px solid #00C2BA;
  vertical-align: middle; }
  .woocommerce #respond input#submit.alt:hover,
  .woocommerce a.button.alt:hover,
  .woocommerce button.button.alt:hover,
  .woocommerce input.button.alt:hover,
  .add_to_wishlist.single_add_to_wishlist:hover {
    background-color: #007671;
    color: #ffffff; }

.woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button {
  border: 1px solid #00C2BA;
  background-color: #00C2BA;
  color: #ffffff;
  border-radius: 3px;
  font-weight: 600;
  padding: 8px 15px !important;
  line-height: 1;
  box-shadow: 0 3px #007671; }
  .woocommerce #respond input#submit:hover,
  .woocommerce a.button:hover,
  .woocommerce button.button:hover,
  .woocommerce input.button:hover {
    background-color: #007671;
    color: #ffffff;
    border: 1px solid #007671; }

.woocommerce-error,
.woocommerce-info,
.woocommerce-message {
  margin: 20px 0; }

.woocommerce-message {
  border-top-color: #00C2BA; }
  .woocommerce-message:before {
    color: #00C2BA; }

.woocommerce-info {
  border-top-color: #00C2BA; }
  .woocommerce-info:before {
    color: #00C2BA; }

.woocommerce-error {
  border-top-color: #FE3338; }
  .woocommerce-error:before {
    color: #FE3338; }

.bookstore-footer .bookstore-heart {
  color: #00C2BA; }
.bookstore-footer p.footer-text {
  padding-bottom: 15px;
  margin-bottom: 25px; }
  @media (max-width: 991px) {
    .bookstore-footer p.footer-text {
      margin-bottom: 0px;
      padding-bottom: 10px; } }
  .bookstore-footer p.footer-text small {
    font-size: 13px; }
  .bookstore-footer p.footer-text a:hover {
    color: #ffffff; }
.bookstore-footer li.recentcomments {
  margin-bottom: 0px; }
  .bookstore-footer li.recentcomments span {
    margin-bottom: 0px;
    padding-bottom: 0px; }

.sidebar-close:hover, .sidebar-close:focus,
.sidebar-open:hover,
.sidebar-open:focus {
  color: #00C2BA; }

/*
   Standard post format
   ---------------------
 */
article {
  margin-bottom: 40px; }

h1 a {
  color: #4a4a4a;
  text-transform: capitalize; }
h1.post-title {
  line-height: 1.5em;
  padding: 0;
  color: #4f4f4f;
  font-size: 26px; }

.entry-meta {
  color: #4f4f4f;
  margin: 15px 0; }
  .entry-meta a {
    font-weight: 500;
    color: #4f4f4f;
    text-transform: capitalize; }
    .entry-meta a:hover, .entry-meta a:focus {
      color: #00C2BA; }
  .entry-meta span {
    margin-right: 5px; }
  .entry-meta .posted-by:before,
  .entry-meta .posted-on:before,
  .entry-meta .posted-in:before,
  .entry-meta .tags-list a:nth-child(1):before {
    margin-right: 5px;
    font-size: 16px;
    font-weight: 500; }
  .entry-meta .posted-by:before {
    content: "\f007";
    font-family: fontawesome; }
  .entry-meta .posted-on:before {
    content: "\f073";
    font-family: fontawesome; }
  .entry-meta .posted-in:before {
    content: "\f07c";
    font-family: fontawesome; }
  .entry-meta .tags-list a:nth-child(1):before {
    content: "\f02b";
    font-family: fontawesome; }

.entry-image {
  text-align: center; }
  .entry-image .entry-image-container img {
    max-width: 100%;
    height: auto; }

.standard-featured-link {
  position: relative;
  display: block; }
  .standard-featured-link:hover .standard-featured::after, .standard-featured-link:focus .standard-featured::after {
    background: rgba(0, 0, 0, 0); }

.standard-featured {
  height: 330px;
  display: block;
  position: relative; }
  .standard-featured::after {
    position: absolute;
    content: '';
    display: block;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.15);
    box-shadow: inset 0 0 15px rgba(0, 0, 0, 0.5);
    -webkit-transition: background-color 320ms ease;
    -moz-transition: background-color 320ms ease;
    -ms-transition: background-color 320ms ease;
    -o-transition: background-color 320ms ease;
    transition: background-color 320ms ease; }

.entry-excerpt p {
  color: #4f4f4f; }
.entry-excerpt.image-caption {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0; }
  .entry-excerpt.image-caption p {
    margin: 30px 0;
    font-size: 14px; }

.button-container {
  margin-bottom: 30px; }

.entry-footer {
  padding: 10px 5px;
  color: #797979; }
  .entry-footer a {
    display: inline-block;
    font-size: 14px; }
  .entry-footer .post-footer-container .footer-list a {
    font-weight: 500; }
  .entry-footer .post-footer-container .footer-list .read-more:after {
    content: "\f0a4";
    font-family: fontawesome;
    margin-left: 5px; }
  .entry-footer .post-footer-container .footer-list .read-more:hover {
    color: #555555; }
  .entry-footer .post-footer-container .tags-list a {
    padding: 0 4px;
    text-transform: capitalize; }
  .entry-footer .post-footer-container .comments-link .bookstore-icon {
    margin-left: 5px; }

/*
   Sticky post format
   ---------------------
 */
.sticky {
  overflow: hidden;
  border: 12px solid #d6d6d6;
  border-bottom: 12px solid #d6d6d6 !important;
  color: #272727;
  padding: 15px; }
  .sticky:before {
    background: #00c2ba none repeat scroll 0 0;
    background: #00C2BA;
    color: #ffffff;
    content: "Featured";
    display: inline-block;
    float: left;
    font-size: 15px;
    font-weight: 600;
    left: -51px;
    padding: 10px;
    position: absolute;
    text-align: center;
    top: 12px;
    transform: rotate(-44deg);
    -webkit-transform: rotate(-44deg);
    width: 171px;
    z-index: 1; }
    @media (max-width: 480px) {
      .sticky:before {
        left: 0;
        padding: 2px 0;
        top: 0;
        transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        width: 100px; } }
  .sticky .entry-content h1.post-title a {
    color: #00C2BA; }
    .sticky .entry-content h1.post-title a:hover {
      color: #007671; }

/*
   Image post format
   ---------------------
 */
.bookstore-format-image {
  border-bottom: none !important;
  margin-top: 50px; }
  .bookstore-format-image .entry-header {
    height: 600px;
    position: relative; }
  .bookstore-format-image .entry-meta .posted-by:before,
  .bookstore-format-image .entry-meta .posted-on:before,
  .bookstore-format-image .entry-meta .posted-in:before,
  .bookstore-format-image .entry-meta .tags-list a:nth-child(1):before {
    color: #ffffff; }
  .bookstore-format-image .entry-excerpt.image-caption p {
    color: #eeeeee; }
  .bookstore-format-image .entry-title,
  .bookstore-format-image .entry-meta,
  .bookstore-format-image .entry-header {
    color: #ffffff; }
    .bookstore-format-image .entry-title a,
    .bookstore-format-image .entry-meta a,
    .bookstore-format-image .entry-header a {
      color: #ffffff; }
  .bookstore-format-image .entry-title {
    padding-top: 20px; }

/*
   STATUS POST FORMAT
   -------------------
 */
.bookstore-format-status {
  border: 1px solid #eeeeee;
  padding: 10px; }
  .bookstore-format-status .entry-header .entry-content .avatar {
    float: left; }
    .bookstore-format-status .entry-header .entry-content .avatar img {
      border-radius: 50%;
      box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.2);
      margin: 5px;
      border: 1px solid #cccccc; }
  .bookstore-format-status .entry-header .entry-content .status-info {
    font-style: italic;
    margin: 0 0 10px 90px;
    padding: 10px;
    position: relative;
    margin-bottom: 0px; }

/*
   AUDIO POST FORMAT
   -------------------
 */
.bookstore-format-audio .entry-header {
  text-align: center; }
.bookstore-format-audio h1.entry-title {
  margin-right: 20px; }
  .bookstore-format-audio h1.entry-title::after, .bookstore-format-audio h1.entry-title::before {
    display: none; }
.bookstore-format-audio .entry-meta {
  margin-bottom: 0; }
.bookstore-format-audio .entry-content {
  margin-top: 15px;
  margin-bottom: 15px; }
  .bookstore-format-audio .entry-content iframe {
    width: 100%;
    height: 166px; }

/*
   VIDEO POST FORMAT
   -------------------
 */
.bookstore-format-video .entry-header {
  margin-top: 40px; }
  .bookstore-format-video .entry-header h1.post-title {
    margin-top: 20px; }

/*
   GALLERY POST FORMAT
   -------------------
 */
.bookstore-format-gallery .entry-header h1.post-title {
  margin-top: 20px; }
.bookstore-format-gallery .standard-featured {
  height: 500px;
  color: #ffffff; }
  .bookstore-format-gallery .standard-featured:after {
    background-color: transparent; }
.bookstore-format-gallery .carousel.slide {
  margin-bottom: 20px; }
  .bookstore-format-gallery .carousel.slide .carousel-inner div.item {
    height: 500px;
    background-size: cover; }
.bookstore-format-gallery .carousel-control {
  background: none;
  font-size: 30px;
  opacity: 1;
  filter: alpha(opacity=100);
  width: auto; }
  .bookstore-format-gallery .carousel-control .preview-container {
    display: block;
    padding: 20px;
    background-color: rgba(0, 0, 0, 0);
    line-height: 0;
    position: relative;
    -webkit-transition: background-color 320ms ease;
    -moz-transition: background-color 320ms ease;
    -ms-transition: background-color 320ms ease;
    -o-transition: background-color 320ms ease;
    transition: background-color 320ms ease; }
    .bookstore-format-gallery .carousel-control .preview-container .thumbnail-container {
      position: absolute;
      display: block;
      height: 68px;
      width: 68px;
      border-radius: 50%;
      background-color: #797979;
      top: 1px;
      -webkit-transition: transform 320ms ease;
      -moz-transition: transform 320ms ease;
      -ms-transition: transform 320ms ease;
      -o-transition: transform 320ms ease;
      transition: transform 320ms ease;
      -webkit-transform: scale(0);
      -moz-transform: scale(0);
      -ms-transform: scale(0);
      -o-transform: scale(0);
      transform: scale(0); }
  .bookstore-format-gallery .carousel-control.right .preview-container {
    padding-left: 80px;
    border-radius: 35px 0 0 35px; }
    .bookstore-format-gallery .carousel-control.right .preview-container .thumbnail-container {
      left: 1px; }
  .bookstore-format-gallery .carousel-control.left .preview-container {
    padding-right: 80px;
    border-radius: 0 35px 35px 0; }
    .bookstore-format-gallery .carousel-control.left .preview-container .thumbnail-container {
      right: 1px; }
  .bookstore-format-gallery .carousel-control:hover {
    opacity: 1; }
    .bookstore-format-gallery .carousel-control:hover .preview-container {
      background-color: rgba(0, 0, 0, 0.8); }
      .bookstore-format-gallery .carousel-control:hover .preview-container .thumbnail-container {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1); }
.bookstore-format-gallery .entry-excerpt.image-caption {
  -webkit-transition: transform 320ms ease;
  -moz-transition: transform 320ms ease;
  -ms-transition: transform 320ms ease;
  -o-transition: transform 320ms ease;
  transition: transform 320ms ease;
  -webkit-transform: translateY(100%);
  -moz-transform: translateY(100%);
  -ms-transform: translateY(100%);
  -o-transform: translateY(100%);
  transform: translateY(100%); }
  .bookstore-format-gallery .entry-excerpt.image-caption p {
    color: #eeeeee; }
.bookstore-format-gallery:hover .entry-excerpt.image-caption {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0); }

/*
   Quote POST FORMAT
   -------------------
 */
.bookstore-format-quote {
  border: 1px solid #eeeeee; }
  .bookstore-format-quote .quote-content {
    font-size: 42px;
    font-weight: 100;
    line-height: 1.3em;
    letter-spacing: 0.03em; }
    .bookstore-format-quote .quote-content:before, .bookstore-format-quote .quote-content:after {
      display: inline-block;
      position: relative;
      color: #999999; }
    .bookstore-format-quote .quote-content::before {
      content: '“'; }
    .bookstore-format-quote .quote-content::after {
      content: '”'; }
  .bookstore-format-quote .quote-author {
    color: #797979;
    font-size: 12px;
    letter-spacing: 0.06em; }

/*
   Link POST FORMAT
   -------------------
 */
.bookstore-format-link {
  border: 1px solid #eeeeee; }
  .bookstore-format-link h1 {
    padding-top: 25px;
    margin: 0; }
    .bookstore-format-link h1.entry-title::after, .bookstore-format-link h1.entry-title::before {
      display: none; }
    .bookstore-format-link h1.entry-title a {
      display: block;
      font-size: 30px; }
    .bookstore-format-link h1.entry-title .link-icon {
      display: block;
      color: #ffffff;
      width: 60px;
      height: 60px;
      border-radius: 50%;
      background: rgba(0, 0, 0, 0.6);
      margin: 25px auto;
      line-height: 60px; }

/*
   ASIDE POST FORMAT
   -------------------
 */
.bookstore-format-aside {
  padding: 0px; }
  .bookstore-format-aside .aside-container {
    background: #f6f6e1;
    border: 1px solid #eeeeee;
    padding: 10px; }
  .bookstore-format-aside .post-footer-container .footer-list {
    text-align: left; }
    .bookstore-format-aside .post-footer-container .footer-list a {
      color: #555555;
      font-weight: 500; }
      .bookstore-format-aside .post-footer-container .footer-list a:hover {
        color: #00C2BA; }
  .bookstore-format-aside .aside-featured {
    width: 110px;
    height: 110px;
    border-radius: 50%;
    margin: 12px auto 0; }
  .bookstore-format-aside .entry-meta {
    margin-bottom: 5px; }
  .bookstore-format-aside .entry-excerpt {
    margin-top: 0; }
    .bookstore-format-aside .entry-excerpt p {
      font-size: 15px; }

.chat-transcript {
  margin-bottom: 20px; }
  .chat-transcript .chat-row {
    background-color: #EFE3EF;
    padding: 15px; }
    .chat-transcript .chat-row .chat-author cite.fn {
      font-style: normal;
      font-weight: bold;
      color: #555555; }
      .chat-transcript .chat-row .chat-author cite.fn:before {
        color: #999999;
        content: "\f007";
        font-family: fontawesome;
        font-size: 12px;
        font-style: normal;
        margin-right: 8px; }
    .chat-transcript .chat-row .chat-text p {
      margin-left: 15px; }
  .chat-transcript .chat-row:nth-child(even) {
    background-color: #ffffff; }

/*
   Ajax loading
   -------------------
 */
.container-load-previous {
  margin-top: 40px; }

.bookstore-posts-container article {
  -webkit-transition: all 320ms ease;
  -moz-transition: all 320ms ease;
  -ms-transition: all 320ms ease;
  -o-transition: all 320ms ease;
  transition: all 320ms ease;
  -webkit-transform: translateY(100px);
  -moz-transform: translateY(100px);
  -ms-transform: translateY(100px);
  -o-transform: translateY(100px);
  transform: translateY(100px);
  opacity: 0; }
  .bookstore-posts-container article.reveal {
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
    opacity: 1; }

.btn-bookstore-load {
  display: block;
  font-size: 30px;
  color: #797979;
  max-width: 300px;
  margin: 0 auto;
  cursor: pointer;
  opacity: 0.5;
  -webkit-transition: opacity 320ms ease;
  -moz-transition: opacity 320ms ease;
  -ms-transition: opacity 320ms ease;
  -o-transition: opacity 320ms ease;
  transition: opacity 320ms ease; }
  .btn-bookstore-load:hover, .btn-bookstore-load:focus, .btn-bookstore-load.loading {
    opacity: 1;
    color: #00C2BA; }
  .btn-bookstore-load.loading {
    cursor: default; }
  .btn-bookstore-load span {
    display: block; }

.spin {
  animation-name: spin;
  animation-duration: 1000ms;
  animation-iteration-count: infinite;
  animation-timing-function: linear; }

/*
   Single
   -------------------
 */
.entry-content {
  font-size: 14px; }
  .entry-content .bookstore-tooltip,
  .entry-content .bookstore-popover {
    color: #007671;
    cursor: pointer;
    font-weight: 400; }
    .entry-content .bookstore-tooltip:hover, .entry-content .bookstore-tooltip:focus,
    .entry-content .bookstore-popover:hover,
    .entry-content .bookstore-popover:focus {
      color: #00C2BA; }
  .entry-content p {
    margin-bottom: 10px; }

.post-link-nav {
  padding: 10px 0;
  font-size: 16px;
  margin-top: 10px; }
  .post-link-nav a {
    color: #4f4f4f;
    padding: 8px 10px; }
    .post-link-nav a:hover, .post-link-nav a:focus {
      color: #00C2BA; }
    .post-link-nav a span.link-right {
      margin-left: 5px; }
    .post-link-nav a span.link-left {
      margin-right: 5px; }
  .post-link-nav .post-link-left a:before {
    font-size: 12px;
    font-family: fontawesome;
    margin-right: 5px;
    content: "\f060"; }
  .post-link-nav .post-link-right a:after {
    font-size: 12px;
    font-family: fontawesome;
    margin-left: 5px;
    content: "\f061"; }

/*
   Sharing section
   ---------------------
 */
.bookstore-shareThis {
  display: block;
  clear: both; }
  .bookstore-shareThis ul {
    list-style: none;
    margin: 0;
    padding: 0; }
    .bookstore-shareThis ul li {
      float: none;
      display: inline-block; }
  .bookstore-shareThis a {
    border: 1px solid #eeeeee;
    border-radius: 5px;
    color: #555555;
    display: inline-block;
    font-size: 15px;
    height: 40px;
    line-height: 40px;
    margin: 0 5px;
    text-align: center;
    width: 40px; }
    .bookstore-shareThis a:hover, .bookstore-shareThis a:focus {
      color: #00C2BA;
      border: 1px solid #00C2BA; }

/*
   Comments section
   ---------------------
 */
.comments-area {
  border-top: 2px solid #F1F1F1;
  margin-top: 25px; }

.last_field {
  margin-bottom: 40px; }

.comments-list {
  padding: 0;
  list-style: none;
  margin-left: 10px; }
  @media (max-width: 991px) {
    .comments-list {
      margin-left: 0px; } }

.comment-body {
  padding: 15px;
  border: 1px solid #dddddd;
  position: relative;
  border-radius: 5px; }
  @media (max-width: 768px) {
    .comment-body {
      text-align: center; } }

li.pingback,
li.trackback {
  list-style: none;
  padding: 5px; }
  li.pingback .comment-body,
  li.trackback .comment-body {
    line-height: 2; }
    li.pingback .comment-body .comment-content,
    li.trackback .comment-body .comment-content {
      margin-left: 0px; }

.children {
  padding-right: 0px;
  list-style: none;
  margin-left: 20px;
  padding-left: 0px; }
  @media (max-width: 991px) {
    .children {
      margin-left: 0px;
      padding-right: 0px; } }
  .children .comment-author:before {
    background-color: #fff; }

.comment-author {
  position: relative;
  display: inline;
  font-size: 18px;
  font-weight: 300; }
  @media (max-width: 991px) {
    .comment-author {
      display: block; } }
  .comment-author:before {
    position: absolute;
    content: '';
    display: block;
    top: 10px;
    bottom: 13px;
    left: 40px;
    right: 0;
    background-color: #f5f5f5;
    z-index: 1;
    border-radius: 4px; }
  .comment-author * {
    z-index: 1;
    position: relative; }
  .comment-author b {
    font-weight: 500;
    display: inline; }
    @media (max-width: 991px) {
      .comment-author b {
        display: block; } }
  .comment-author .avatar {
    margin-right: 10px;
    border: 3px solid #fff;
    top: 15px;
    position: relative;
    border-radius: 50%;
    margin-bottom: 0px; }
    @media (max-width: 991px) {
      .comment-author .avatar {
        margin-bottom: 10px; } }
  .comment-author .says {
    display: none; }

.bypostauthor .comment-meta .comment-author b {
  color: #00C2BA; }

.comment-metadata {
  display: inline;
  text-transform: uppercase;
  font-size: 12px;
  margin-top: 0px; }
  .comment-metadata a {
    color: #999; }
  @media (max-width: 991px) {
    .comment-metadata {
      display: block; } }
  .comment-metadata span.edit-link {
    float: right; }
    @media (max-width: 768px) {
      .comment-metadata span.edit-link {
        float: none; } }

.comment-content {
  font-size: 16px;
  font-weight: 300;
  margin-left: 80px;
  margin-top: 0px; }
  @media (max-width: 991px) {
    .comment-content {
      margin-left: 0px;
      margin-top: 6px; } }

.reply {
  padding: 5px 0;
  position: absolute;
  text-align: right;
  bottom: 10px;
  right: 10px; }
  @media (max-width: 768px) {
    .reply {
      position: relative;
      right: unset;
      text-align: center; } }

a.comment-reply-link {
  border: 2px solid #00C2BA;
  border-radius: 20px;
  color: #ffffff;
  background-color: #00C2BA;
  display: inline-block;
  padding: 0 10px;
  text-transform: capitalize;
  transform: all 0.4s ease-in-out 0s; }
  a.comment-reply-link:before {
    content: "\f112";
    font-family: fontawesome;
    font-size: 12px;
    margin-right: 5px; }
  a.comment-reply-link:hover, a.comment-reply-link:focus {
    color: #ffffff; }

.comment-respond {
  margin-top: 15px; }
  .comment-respond h3 {
    margin-bottom: 20px;
    position: relative;
    padding-bottom: 10px; }
    .comment-respond h3:after {
      border-bottom: 3px solid #00C2BA;
      bottom: 0;
      content: "";
      left: 0;
      position: absolute;
      right: 0;
      width: 100px; }

.comment-form .form-group textarea {
  min-height: 150px;
  border-radius: 0px; }
.comment-form .form-group input {
  border-radius: 0px; }
.comment-form p.logged-in-as {
  margin-bottom: 20px; }
.comment-form p.form-submit input[type="submit"] {
  height: 40px; }

.comments-title {
  font-size: 20px;
  color: #4f4f4f;
  margin-bottom: 20px; }
  .comments-title span {
    font-size: 16px;
    color: #555555; }

/*
   Contact section
   ---------------------
 */
.bookstore-contact-form {
  padding: 20px 0;
  max-width: 500px;
  width: 100%;
  margin: 0 auto; }
  .bookstore-contact-form .form-group {
    margin-bottom: 30px;
    position: relative; }
    .bookstore-contact-form .form-group:before {
      content: '';
      position: absolute;
      display: block;
      bottom: 0;
      left: 0;
      right: 0;
      height: 2px;
      background-color: #cccccc; }
    .bookstore-contact-form .form-group .form-control-msg {
      text-transform: uppercase;
      font-weight: 500;
      font-size: 10px; }
    .bookstore-contact-form .form-group.has-error:before {
      background-color: #a94442; }

.form-control-msg {
  display: none; }

.has-error .form-control-msg {
  display: block; }

.js-show-feedback {
  display: block; }

.bookstore-form-control {
  border: none;
  border-radius: 0;
  padding: 8px 15px;
  outline: none;
  resize: vertical;
  box-shadow: none !important;
  -webkit-box-shadow: none !important; }
  .bookstore-form-control::-webkit-input-placeholder {
    text-transform: uppercase; }
  .bookstore-form-control::-moz-placeholder {
    text-transform: uppercase; }
  .bookstore-form-control:-moz-placeholder {
    text-transform: uppercase; }
  .bookstore-form-control:-ms-placeholder {
    text-transform: uppercase; }
  .bookstore-form-control:hover, .bookstore-form-control:focus, .bookstore-form-control:active {
    box-shadow: none; }

.btn-bookstore-form {
  -webkit-transition: all 320ms ease;
  -moz-transition: all 320ms ease;
  -ms-transition: all 320ms ease;
  -o-transition: all 320ms ease;
  transition: all 320ms ease;
  background-color: #555555;
  border-radius: 2px;
  font-size: 26px;
  padding: 14px 60px;
  color: #ffffff;
  font-weight: 100;
  border: none; }
  .btn-bookstore-form:hover, .btn-bookstore-form:focus {
    background-color: #333333;
    color: #ffffff; }

/*--------------------------------------------------------------
 # BACK TO TOP
 --------------------------------------------------------------*/
#back-to-top {
  background-color: rgba(0, 0, 0, 0);
  bottom: 0;
  display: none;
  left: 0;
  overflow: hidden;
  right: 0;
  text-align: center;
  z-index: 999; }
  @media (min-width: 900px) {
    #back-to-top {
      display: block; } }
  #back-to-top .btn {
    background: #00C2BA none repeat scroll 0 0;
    border: 2px solid #00C2BA;
    border-radius: 0;
    color: #00C2BA;
    height: 85px;
    padding: 0;
    text-align: center;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    transition: all 0.2s ease 0s;
    width: 85px;
    position: relative;
    top: 42px; }
    #back-to-top .btn:hover, #back-to-top .btn:active, #back-to-top .btn:focus {
      background: #555555;
      border: 2px solid #00C2BA;
      color: #ffffff;
      outline: none; }
  #back-to-top.affix {
    bottom: -1px; }
  #back-to-top.affix-top {
    margin-top: -60px; }
  #back-to-top a {
    outline: none; }
  #back-to-top i {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    bottom: 25px;
    color: #ffffff;
    font-size: 20px;
    position: relative;
    right: 25px; }

/*--------------------------------------------------------------
 # CSS LOADER
 --------------------------------------------------------------*/
.loader {
  display: flex;
  justify-content: space-around;
  align-items: center;
  position: fixed;
  z-index: 9999;
  width: 100%;
  height: 100%;
  overflow: visible;
  background: #ffffff; }

.loading-pulse {
  position: relative;
  width: 6px;
  height: 24px;
  background: #ffffff;
  animation: pulse 750ms infinite;
  animation-delay: 250ms; }
  .loading-pulse:before, .loading-pulse:after {
    content: '';
    position: absolute;
    display: block;
    height: 16px;
    width: 6px;
    background: #ffffff;
    top: 50%;
    transform: translateY(-50%);
    animation: pulse 750ms infinite; }
  .loading-pulse:before {
    left: -12px; }
  .loading-pulse:after {
    left: 12px;
    animation-delay: 500ms; }

.prldr {
  width: 100px;
  height: 100px;
  margin: 60px auto;
  border-left: 4px solid #00C2BA;
  border-top: 4px solid #00C2BA;
  border-radius: 50%;
  position: relative;
  -webkit-animation: rotation 1s infinite linear;
  -moz-animation: rotation 1s infinite linear;
  animation: rotation 1s infinite linear; }
  .prldr:after {
    content: '';
    width: 70px;
    height: 70px;
    border-right: 4px solid #00C2BA;
    border-bottom: 4px solid #00C2BA;
    border-radius: 50%;
    position: absolute;
    left: 12px;
    top: 11px;
    -webkit-animation: rotation .7s infinite reverse linear;
    -moz-animation: rotation .7s infinite reverse linear;
    animation: rotation .7s infinite reverse linear; }
  .prldr:before {
    content: '';
    width: 30px;
    height: 30px;
    border-right: 4px solid #00C2BA;
    border-bottom: 4px solid #00C2BA;
    border-radius: 50%;
    position: absolute;
    left: 32px;
    top: 32px;
    -webkit-animation: rotation 1.7s infinite reverse linear;
    -moz-animation: rotation 1.7s infinite reverse linear;
    animation: rotation 1.7s infinite reverse linear; }
@-webkit-keyframes rotation {
  100% {
    -webkit-transform: rotate(360deg); } }
@-moz-keyframes rotation {
  100% {
    -moz-transform: rotate(360deg); } }
@keyframes rotation {
  100% {
    -moz-transform: rotate(360deg); } }
.search-mod,
.cart-mod {
  padding: 15px 0 0; }
  @media (max-width: 440px) {
    .search-mod,
    .cart-mod {
      width: 100%; } }

.cart-mod {
  display: inline-block; }
  .cart-mod a.cart-content {
    display: inline;
    text-shadow: none;
    margin-right: 5px; }
    .cart-mod a.cart-content:before {
      background: #ffffff none repeat scroll 0 0;
      border: 1px solid #ffffff;
      color: #00C2BA;
      content: "\f07a";
      font-family: fontawesome;
      border-radius: 50%;
      font-size: 16px;
      height: 40px;
      line-height: 2.3;
      text-align: center;
      width: 40px;
      display: inline-block; }
    .cart-mod a.cart-content .circle {
      border-radius: 20px;
      bottom: 28px;
      display: inline-block;
      font-size: 12px;
      font-weight: 500;
      height: 20px;
      margin-left: -18px;
      line-height: 15px;
      position: absolute;
      text-align: center;
      width: 20px;
      background: #00C2BA none repeat scroll 0 0;
      border: 2px solid #ffffff;
      color: #ffffff; }
  .cart-mod div.dropdown {
    display: inline; }
    .cart-mod div.dropdown .btn.dropdown-toggle {
      background: white none repeat scroll 0 0;
      border-radius: 50%;
      height: 42px;
      margin-left: 0px;
      padding: 0;
      width: 42px;
      box-shadow: none;
      border: 1px solid #ffffff; }
      .cart-mod div.dropdown .btn.dropdown-toggle i {
        color: #00C2BA; }
      .cart-mod div.dropdown .btn.dropdown-toggle:hover {
        border: 1px solid #ffffff; }
        .cart-mod div.dropdown .btn.dropdown-toggle:hover i {
          color: #00C2BA; }
    .cart-mod div.dropdown .dropdown-menu {
      min-width: 400px;
      width: 100%;
      top: auto;
      left: auto;
      right: 0;
      border: 0px none;
      padding: 0px; }
      .cart-mod div.dropdown .dropdown-menu .product-stock-status {
        display: none; }
      .cart-mod div.dropdown .dropdown-menu .shop_table tr th {
        font-size: 14px;
        white-space: nowrap; }
      .cart-mod div.dropdown .dropdown-menu .woocommerce a.added_to_cart {
        text-align: center;
        white-space: nowrap; }
      .cart-mod div.dropdown .dropdown-menu .fa.fa-heart::before {
        color: #00C2BA;
        margin-left: 2px; }
      .cart-mod div.dropdown .dropdown-menu .bookstore-widget,
      .cart-mod div.dropdown .dropdown-menu .shop_table {
        margin-bottom: 0 !important; }
      .cart-mod div.dropdown .dropdown-menu .add_to_cart_button.add_to_cart {
        display: inline-block;
        padding: 10px;
        font-size: 0; }
        .cart-mod div.dropdown .dropdown-menu .add_to_cart_button.add_to_cart::before {
          content: "\f07a";
          font-family: fontawesome;
          font-weight: normal;
          color: #fff !important;
          font-size: 16px !important;
          background: transparent !important; }
      .cart-mod div.dropdown .dropdown-menu .widget_tm_woocommerce_wishlist {
        margin-bottom: 0px; }
        .cart-mod div.dropdown .dropdown-menu .widget_tm_woocommerce_wishlist .bookstore-widget-title {
          display: none; }
        .cart-mod div.dropdown .dropdown-menu .widget_tm_woocommerce_wishlist .tm-woocomerce-wishlist-widget-wrapper p.tm-woowishlist-empty {
          padding: 10px;
          margin-bottom: 0px; }
        .cart-mod div.dropdown .dropdown-menu .widget_tm_woocommerce_wishlist .tm-woocomerce-wishlist-widget-wrapper .tm-woowishlist-widget-products .tm-woowishlist-widget-product {
          padding: 0 15px;
          margin-bottom: 10px; }
          .cart-mod div.dropdown .dropdown-menu .widget_tm_woocommerce_wishlist .tm-woocomerce-wishlist-widget-wrapper .tm-woowishlist-widget-products .tm-woowishlist-widget-product .tm-woowishlist-remove {
            top: 15px;
            right: 15px; }
          .cart-mod div.dropdown .dropdown-menu .widget_tm_woocommerce_wishlist .tm-woocomerce-wishlist-widget-wrapper .tm-woowishlist-widget-products .tm-woowishlist-widget-product h3 {
            margin-top: 0px !important;
            margin-bottom: 10px; }
            .cart-mod div.dropdown .dropdown-menu .widget_tm_woocommerce_wishlist .tm-woocomerce-wishlist-widget-wrapper .tm-woowishlist-widget-products .tm-woowishlist-widget-product h3 div.tm-woocomerce-list__product-title a {
              font-size: 14px;
              text-transform: uppercase;
              color: #555555; }
          .cart-mod div.dropdown .dropdown-menu .widget_tm_woocommerce_wishlist .tm-woocomerce-wishlist-widget-wrapper .tm-woowishlist-widget-products .tm-woowishlist-widget-product div {
            display: inline-block; }
            .cart-mod div.dropdown .dropdown-menu .widget_tm_woocommerce_wishlist .tm-woocomerce-wishlist-widget-wrapper .tm-woowishlist-widget-products .tm-woowishlist-widget-product div .price {
              position: relative;
              top: 6px;
              font-size: 14px;
              text-shadow: none;
              color: #555555; }
              .cart-mod div.dropdown .dropdown-menu .widget_tm_woocommerce_wishlist .tm-woocomerce-wishlist-widget-wrapper .tm-woowishlist-widget-products .tm-woowishlist-widget-product div .price ins {
                color: #00C2BA;
                text-decoration: none; }
          .cart-mod div.dropdown .dropdown-menu .widget_tm_woocommerce_wishlist .tm-woocomerce-wishlist-widget-wrapper .tm-woowishlist-widget-products .tm-woowishlist-widget-product .button {
            display: none; }
          .cart-mod div.dropdown .dropdown-menu .widget_tm_woocommerce_wishlist .tm-woocomerce-wishlist-widget-wrapper .tm-woowishlist-widget-products .tm-woowishlist-widget-product .tm-woocomerce-list__product-image {
            display: block;
            float: none;
            max-width: 50px;
            width: 100%;
            margin-right: 20px; }
          .cart-mod div.dropdown .dropdown-menu .widget_tm_woocommerce_wishlist .tm-woocomerce-wishlist-widget-wrapper .tm-woowishlist-widget-products .tm-woowishlist-widget-product a.ajax_add_to_cart {
            display: none; }
        .cart-mod div.dropdown .dropdown-menu .widget_tm_woocommerce_wishlist .tm-woocomerce-wishlist-widget-wrapper .tm-woowishlist-page-button {
          margin-bottom: 15px;
          margin-left: 15px;
          margin-top: 10px;
          background-color: #00C2BA;
          color: #ffffff;
          border: 1px solid #00C2BA; }
    .cart-mod div.dropdown.open .dropdown-menu {
      box-shadow: 0px 1px 3px #797979;
      margin-top: 15px; }

/* HOME PAGE */
.home-page .site-main article {
  margin-bottom: 0px; }
  .home-page .site-main article header.page_header {
    display: none; }
.home-page .tp-container .featured_products {
  margin-top: 40px; }
  .home-page .tp-container .featured_products .vc_custom_heading {
    margin-bottom: 40px; }

/* HOME PAGE BOXED*/
.home_page.home2.boxed {
  box-shadow: 0 3px 63px rgba(0, 0, 0, 0.22);
  padding: 0; }
  .home_page.home2.boxed .top-bar {
    padding: 0 15px;
    overflow: hidden; }
  .home_page.home2.boxed .header-container header .affix {
    background: transparent !important;
    border: 0 !important; }
  .home_page.home2.boxed .navbar-container .navbar-bookstore {
    background: #fff;
    border-radius: 0 !important; }

.slide-boxed {
  box-shadow: 0 3px 63px rgba(0, 0, 0, 0.22); }
  .slide-boxed .vc_column-inner {
    padding: 0 !important; }

.tp-container {
  margin-top: 0 !important; }

.bookstore-footer.boxed {
  margin-top: 0 !important;
  box-shadow: 0 3px 63px rgba(0, 0, 0, 0.22) !important; }
  .bookstore-footer.boxed .footer {
    padding: 20px 15px 0 15px !important; }

/* slider */
@media (max-width: 768px) {
  .wpb_revslider_element.wpb_content_element {
    margin-bottom: 0px; } }

.rev_slider_wrapper .rev_slider ul.tp-revslider-mainul li.tp-revslider-slidesli .tp-parallax-wrap .tp-btn {
  text-shadow: none;
  padding: 8px 14px 10px !important;
  font-size: 18px !important;
  transition: all 0.2s ease-in-out 0s !important;
  -webkit-transition: all 0.2s ease-in-out 0s !important; }
  @media (max-width: 480px) {
    .rev_slider_wrapper .rev_slider ul.tp-revslider-mainul li.tp-revslider-slidesli .tp-parallax-wrap .tp-btn {
      font-size: 14px !important; } }
.rev_slider_wrapper .rev_slider ul.tp-revslider-mainul li.tp-revslider-slidesli .tp-parallax-wrap .btn-primary {
  background-color: #00C2BA;
  border: 2px solid #00C2BA;
  color: #ffffff; }
  .rev_slider_wrapper .rev_slider ul.tp-revslider-mainul li.tp-revslider-slidesli .tp-parallax-wrap .btn-primary:hover {
    background-color: #ffffff;
    color: #00C2BA;
    border: 2px solid #00C2BA; }
.rev_slider_wrapper .rev_slider ul.tp-revslider-mainul li.tp-revslider-slidesli .tp-parallax-wrap .btn-white {
  background-color: #ffffff;
  color: #00C2BA;
  border: 2px solid #00C2BA; }
  .rev_slider_wrapper .rev_slider ul.tp-revslider-mainul li.tp-revslider-slidesli .tp-parallax-wrap .btn-white:hover {
    background-color: #00C2BA;
    border: 2px solid #00C2BA;
    color: #ffffff; }
.rev_slider_wrapper .rev_slider .tp-bullets {
  display: block;
  height: 120px !important; }
  @media (max-width: 768px) {
    .rev_slider_wrapper .rev_slider .tp-bullets {
      height: 20px !important; } }
  .rev_slider_wrapper .rev_slider .tp-bullets .tp-bullet {
    box-shadow: none;
    border-radius: 0px !important;
    border: 5px solid #555555;
    background-color: #555555; }
    .rev_slider_wrapper .rev_slider .tp-bullets .tp-bullet:hover {
      border: 5px solid black;
      background-color: #ffffff; }
  .rev_slider_wrapper .rev_slider .tp-bullets .tp-bullet.selected {
    border: 5px solid black; }

.rev_slider .tparrows.zeus {
  display: block; }
  @media (max-width: 480px) {
    .rev_slider .tparrows.zeus {
      display: none; } }

.tp-container {
  background: #ffffff none repeat scroll 0 0;
  box-shadow: 0 3px 63px rgba(0, 0, 0, 0.22);
  margin-top: -130px;
  z-index: 2;
  position: relative; }
  @media (max-width: 768px) {
    .tp-container {
      margin-top: 0px;
      box-shadow: none; } }
  .tp-container .vc_row {
    background-color: #ffffff; }

.custom-img {
  background-color: #ffffff;
  padding-top: 60px; }
  .custom-img .vc_column-inner .wpb_wrapper .wpb_content_element {
    margin-bottom: 0px; }
  .custom-img .custom-image {
    overflow: hidden;
    position: relative;
    text-align: center;
    cursor: default;
    background-color: rgba(0, 0, 0, 0.75);
    height: auto;
    width: 100%;
    margin-bottom: 0px !important; }
    @media (max-width: 768px) {
      .custom-img .custom-image {
        margin-bottom: 20px !important; } }
    .custom-img .custom-image p {
      margin-bottom: 0px; }
    .custom-img .custom-image img {
      width: 100%;
      display: block;
      position: relative;
      opacity: 0.75;
      margin: 0; }
    .custom-img .custom-image .overlay {
      width: 100%;
      height: 100%;
      position: absolute;
      overflow: hidden;
      top: 0;
      left: 0; }
      .custom-img .custom-image .overlay:before {
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        transform: rotate(45deg);
        border: 2px solid #ffffff;
        background: #4f4f4f none repeat scroll 0 0 !important;
        content: "";
        height: 100px;
        left: 50%;
        opacity: 0;
        position: absolute;
        right: 50%;
        top: 50%;
        transform-origin: 50% 50% 0;
        transition: opacity 0.35s ease 0s, transform 0.35s ease 0s;
        width: 100px; }
        @media (max-width: 1199px) and (min-width: 768px) {
          .custom-img .custom-image .overlay:before {
            height: 50px;
            width: 50px; } }
      .custom-img .custom-image .overlay a {
        position: relative;
        color: #ffffff; }
        .custom-img .custom-image .overlay a:hover {
          color: #00C2BA; }
        .custom-img .custom-image .overlay a .hide-text {
          display: none; }
      .custom-img .custom-image .overlay a.fa {
        transform: translate3d(-110px, 0px, 0px) rotate3d(0, 0, 1, 45deg) scale3d(1, 1, 1);
        opacity: 0;
        transform-origin: 50% 50% 0;
        transition: opacity 0.35s ease 0s, transform 0.35s ease 0s; }
        @media (max-width: 767px) {
          .custom-img .custom-image .overlay a.fa {
            position: absolute;
            transform: none;
            transform-origin: center center 0;
            transition: none 0s ease 0s;
            height: 25px;
            left: 0;
            right: 0;
            top: 46%; } }
      .custom-img .custom-image .overlay h2 {
        font-size: 24px;
        font-weight: 500;
        text-transform: capitalize;
        color: #ffffff;
        background-color: transparent;
        left: 50%;
        margin: 0;
        padding: 0;
        position: absolute;
        top: 50%;
        transform: translate3d(-50%, -50%, 0px);
        transform-origin: 50% 50% 0;
        transition: opacity 0.35s ease 0s, transform 0.35s ease 0s; }
    .custom-img .custom-image:hover .overlay a.fa {
      opacity: 1;
      -webkit-transform: translate3d(0, 75px, 0px) rotate3d(0, 0, 1, -135deg) scale3d(1, 1, 1);
      transform: translate3d(0, 75px, 0px) rotate3d(0, 0, 1, 0deg) scale3d(1, 1, 1); }
      @media (max-width: 1199px) and (min-width: 992px) {
        .custom-img .custom-image:hover .overlay a.fa {
          -webkit-transform: translate3d(0, 60px, 0px) rotate3d(0, 0, 1, -135deg) scale3d(1, 1, 1);
          transform: translate3d(0, 60px, 0px) rotate3d(0, 0, 1, 0deg) scale3d(1, 1, 1); } }
      @media (max-width: 991px) and (min-width: 768px) {
        .custom-img .custom-image:hover .overlay a.fa {
          -webkit-transform: translate3d(0, 40px, 0px) rotate3d(0, 0, 1, -135deg) scale3d(1, 1, 1);
          transform: translate3d(0, 40px, 0px) rotate3d(0, 0, 1, 0deg) scale3d(1, 1, 1); } }
      @media (max-width: 767px) {
        .custom-img .custom-image:hover .overlay a.fa {
          transform: none; } }
    .custom-img .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 .custom-image:hover 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); }

.book-slider {
  margin: 60px 0; }
  .book-slider .wpb_content_element {
    margin-bottom: 0px; }
  .book-slider .wcps-container .owl-carousel .owl-nav.middle .owl-prev:before {
    content: "\f0a5"; }
  .book-slider .wcps-container .owl-carousel .owl-nav.middle .owl-next:before {
    content: "\f0a4"; }
  .book-slider .wcps-container .owl-carousel .owl-nav.middle .owl-prev,
  .book-slider .wcps-container .owl-carousel .owl-nav.middle .owl-next {
    font-family: fontawesome;
    background-color: rgba(255, 255, 255, 0.5);
    background-image: none;
    line-height: 40px;
    color: #555555;
    text-align: center;
    width: 60px;
    height: 60px;
    height: 45px;
    width: 45px;
    border-radius: 50% !important;
    border: 1px solid #ddd !important; }
    .book-slider .wcps-container .owl-carousel .owl-nav.middle .owl-prev:hover,
    .book-slider .wcps-container .owl-carousel .owl-nav.middle .owl-next:hover {
      background-color: #00C2BA;
      color: #ffffff; }

.woocommerce ul.products li.product {
  background: #ffffff none repeat scroll 0 0;
  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;
  text-align: center;
  position: relative;
  padding-bottom: 10px; }
  .woocommerce ul.products li.product .button-views {
    display: none; }
  .woocommerce ul.products li.product p.woo-title {
    margin-bottom: 0px; }
  .woocommerce ul.products li.product a.woo_product_title {
    display: none;
    position: absolute;
    font-size: 20px;
    text-align: center;
    text-transform: capitalize;
    top: -45px;
    width: 100%;
    font-weight: 500;
    color: #4f4f4f; }
    .woocommerce ul.products li.product a.woo_product_title:hover {
      color: #00C2BA; }
  .woocommerce ul.products li.product .onsale {
    width: 50px;
    height: 50px;
    background-color: #00C2BA;
    padding: 0;
    font-size: 13px;
    line-height: 50px;
    z-index: 1; }
  .woocommerce ul.products li.product .woocommerce-loop-product__title {
    font-size: 20px;
    text-transform: capitalize;
    font-weight: 500;
    color: #4f4f4f;
    font-family: "Amaranth", sans-serif; }
    .woocommerce ul.products li.product .woocommerce-loop-product__title:hover {
      color: #00C2BA; }
  .woocommerce ul.products li.product .star-rating {
    margin: 5px auto 10px; }
  .woocommerce ul.products li.product .price {
    display: block;
    font-size: 14px;
    color: #00C2BA; }
    .woocommerce ul.products li.product .price .amount {
      font-weight: bold; }
    .woocommerce ul.products li.product .price ins,
    .woocommerce ul.products li.product .price del {
      opacity: 1;
      display: inline;
      margin: 0 5px; }
    .woocommerce ul.products li.product .price del {
      color: #555555; }
    .woocommerce ul.products li.product .price ins {
      text-decoration: none;
      color: #00C2BA; }
  .woocommerce ul.products li.product .excerpt {
    display: none; }
  .woocommerce ul.products li.product .button,
  .woocommerce ul.products li.product .xoo-qv-button {
    background-color: #00C2BA;
    box-shadow: 0 3px #007671;
    border: 1px solid #00C2BA;
    color: #ffffff;
    padding: 12px 16px;
    margin-top: 0px;
    font-size: 14px;
    font-weight: 500;
    transition: all 0.3s ease-in-out 0s; }
    .woocommerce ul.products li.product .button:hover, .woocommerce ul.products li.product .button:focus, .woocommerce ul.products li.product .button:focus,
    .woocommerce ul.products li.product .xoo-qv-button:hover,
    .woocommerce ul.products li.product .xoo-qv-button:focus,
    .woocommerce ul.products li.product .xoo-qv-button:focus {
      background-color: #007671;
      border: 1px solid #007671; }
  .woocommerce ul.products li.product .tm-woocompare-button,
  .woocommerce ul.products li.product .tm-woowishlist-button {
    display: none; }
  .woocommerce ul.products li.product .content-wrap {
    padding: 10px 0;
    border-top: 1px solid #eeeeee; }

h2.vc_custom_heading {
  text-align: center;
  font-size: 30px;
  text-transform: capitalize;
  line-height: 1.5;
  font-weight: 500; }
  h2.vc_custom_heading:after {
    border-bottom: 1px solid #4f4f4f;
    content: "";
    display: block;
    font-family: "FontAwesome";
    font-size: 14px;
    left: 0;
    margin: 3px auto 0;
    right: 0;
    text-align: center;
    width: 75px; }

.vc_row.book_collection {
  background-color: #00C2BA; }
  .vc_row.book_collection .vc_custom_heading {
    margin-top: 40px;
    font-weight: 500;
    color: #ffffff; }
    .vc_row.book_collection .vc_custom_heading:after {
      border-bottom: 1px solid #ffffff; }
  .vc_row.book_collection .woocommerce ul.products {
    background-image: url("../img/themeparrot/feat_shelf.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-color: transparent none repeat scroll 0 0;
    max-width: 1100px;
    width: 100%;
    margin: 0 auto; }
    @media (max-width: 768px) and (min-width: 480px) {
      .vc_row.book_collection .woocommerce ul.products {
        background-size: contain; }
        .vc_row.book_collection .woocommerce ul.products li.product:nth-child(2n) {
          float: none; } }
    @media (max-width: 479px) {
      .vc_row.book_collection .woocommerce ul.products {
        background-image: none; } }
    .vc_row.book_collection .woocommerce ul.products li.product {
      margin-top: 0;
      background: transparent none repeat scroll 0 0;
      border-radius: 2px;
      box-shadow: none;
      position: relative; }
      @media (max-width: 768px) and (min-width: 480px) {
        .vc_row.book_collection .woocommerce ul.products li.product {
          clear: unset !important;
          float: left !important;
          width: 19%; } }
      @media (max-width: 479px) {
        .vc_row.book_collection .woocommerce ul.products li.product {
          clear: unset !important;
          float: none !important;
          margin: 0 auto; } }
      .vc_row.book_collection .woocommerce ul.products li.product .woocommerce-loop-product__title {
        line-height: 1; }
      .vc_row.book_collection .woocommerce ul.products li.product .button-views {
        display: none; }
      .vc_row.book_collection .woocommerce ul.products li.product .img-wrap {
        margin-top: 34px; }
        @media (max-width: 768px) {
          .vc_row.book_collection .woocommerce ul.products li.product .img-wrap {
            margin-top: 0px; } }
        .vc_row.book_collection .woocommerce ul.products li.product .img-wrap .onsale {
          display: none; }
        .vc_row.book_collection .woocommerce ul.products li.product .img-wrap img {
          margin-bottom: 0px; }
      .vc_row.book_collection .woocommerce ul.products li.product .content-wrap {
        visibility: hidden;
        padding: 10px;
        background-color: #ffffff;
        margin-top: -100px;
        position: absolute;
        text-align: center;
        width: 100%;
        background-color: #ffffff;
        border-color: #00C2BA #ffffff #ffffff;
        border-image: none;
        border-style: solid;
        border-width: 5px 1px 1px;
        transition: all 0.2s ease-in-out 0s;
        -webkit-transition: all 0.2s ease-in-out 0s;
        z-index: 1; }
        @media (max-width: 768px) and (min-width: 480px) {
          .vc_row.book_collection .woocommerce ul.products li.product .content-wrap {
            padding: 5px 0; } }
        @media (max-width: 479px) {
          .vc_row.book_collection .woocommerce ul.products li.product .content-wrap {
            margin-top: -125px; } }
        .vc_row.book_collection .woocommerce ul.products li.product .content-wrap .arrow {
          -webkit-transform: rotate(45deg);
          -moz-transform: rotate(45deg);
          -ms-transform: rotate(45deg);
          -o-transform: rotate(45deg);
          transform: rotate(45deg);
          background: #ffffff none repeat scroll 0 0;
          border-left: 5px solid #00C2BA;
          border-top: 5px solid #00C2BA;
          height: 20px;
          left: 45%;
          margin-top: -23px;
          position: absolute;
          width: 20px; }
          @media (max-width: 768px) and (min-width: 480px) {
            .vc_row.book_collection .woocommerce ul.products li.product .content-wrap .arrow {
              margin-top: -18px; } }
        .vc_row.book_collection .woocommerce ul.products li.product .content-wrap h2 {
          font-size: 20px; }
          @media (max-width: 768px) and (min-width: 480px) {
            .vc_row.book_collection .woocommerce ul.products li.product .content-wrap h2 {
              font-size: 14px; } }
          @media (max-width: 479px) {
            .vc_row.book_collection .woocommerce ul.products li.product .content-wrap h2 {
              font-size: 16px; } }
        .vc_row.book_collection .woocommerce ul.products li.product .content-wrap .star-rating {
          display: none; }
        .vc_row.book_collection .woocommerce ul.products li.product .content-wrap .price {
          display: inline-block; }
          @media (max-width: 768px) and (min-width: 480px) {
            .vc_row.book_collection .woocommerce ul.products li.product .content-wrap .price {
              display: none; } }
          .vc_row.book_collection .woocommerce ul.products li.product .content-wrap .price del,
          .vc_row.book_collection .woocommerce ul.products li.product .content-wrap .price ins {
            display: inline; }
        .vc_row.book_collection .woocommerce ul.products li.product .content-wrap .button {
          width: 100%;
          max-width: 138px;
          transition: none !important; }
          @media (max-width: 991px) {
            .vc_row.book_collection .woocommerce ul.products li.product .content-wrap .button {
              display: none; } }
        .vc_row.book_collection .woocommerce ul.products li.product .content-wrap .button:after {
          margin-left: 6px;
          opacity: 1;
          content: "\f07a";
          font-family: fontawesome; }
        .vc_row.book_collection .woocommerce ul.products li.product .content-wrap .xoo-qv-button {
          display: none; }
      .vc_row.book_collection .woocommerce ul.products li.product:hover .content-wrap {
        visibility: visible; }

.featured_products .vc_custom_heading {
  padding-bottom: 10px; }
  @media (max-width: 768px) {
    .featured_products .vc_custom_heading {
      padding-bottom: 40px; } }
.featured_products .woocommerce ul.products li.product {
  margin-top: 0px; }
  @media (max-width: 380px) {
    .featured_products .woocommerce ul.products li.product {
      width: 100%; } }
  .featured_products .woocommerce ul.products li.product .button-views {
    display: none; }
  .featured_products .woocommerce ul.products li.product .img-wrap {
    text-align: center;
    position: relative;
    transition: all 0.5s ease-in-out 0s; }
    .featured_products .woocommerce ul.products li.product .img-wrap a.woocommerce-LoopProduct-link:after {
      opacity: 0;
      background-color: #00C2BA;
      bottom: 0;
      content: "\f0c1";
      font-family: fontawesome;
      height: 50px;
      left: 0;
      margin: 0 auto;
      position: absolute;
      right: 0;
      top: 40%;
      width: 50px;
      z-index: 10;
      border-bottom-right-radius: 21px;
      border-top-left-radius: 21px;
      color: #ffffff;
      font-size: 15px;
      margin: 0 auto;
      line-height: 50px;
      text-decoration: none;
      text-transform: uppercase;
      transition: all 0.5s ease-in-out 0s; }
    .featured_products .woocommerce ul.products li.product .img-wrap img {
      max-width: 200px;
      width: 100%;
      margin: 0 auto; }
    .featured_products .woocommerce ul.products li.product .img-wrap:after {
      opacity: 0;
      background-color: rgba(27, 29, 42, 0.66);
      content: "";
      height: 100%;
      position: absolute;
      right: 0;
      top: 0;
      width: 100%;
      transition: all 0.5s ease-in-out 0s; }
  .featured_products .woocommerce ul.products li.product .content-wrap .woocommerce-loop-product__title {
    color: #4f4f4f; }
  .featured_products .woocommerce ul.products li.product .content-wrap .button,
  .featured_products .woocommerce ul.products li.product .content-wrap .xoo-qv-button {
    display: none; }
  .featured_products .woocommerce ul.products li.product:hover .img-wrap a.woocommerce-LoopProduct-link:after {
    opacity: 1; }
  .featured_products .woocommerce ul.products li.product:hover .img-wrap:after {
    opacity: 1; }
  .featured_products .woocommerce ul.products li.product:hover .content-wrap .woocommerce-loop-product__title {
    color: #00C2BA; }

.related h2,
.up-sells h2 {
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 15px;
  position: relative;
  padding-bottom: 12px; }
  .related h2:after,
  .up-sells h2:after {
    border-bottom: 3px solid #00c2ba;
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    width: 100px; }
.related ul.products,
.up-sells ul.products {
  background-color: #eeeeee;
  padding: 0 30px; }
  .related ul.products li.product,
  .up-sells ul.products li.product {
    box-shadow: none;
    margin-top: 40px; }
    @media (max-width: 430px) {
      .related ul.products li.product,
      .up-sells ul.products li.product {
        width: 100%; } }
    .related ul.products li.product span.onsale,
    .up-sells ul.products li.product span.onsale {
      border-radius: 12px 12px 0;
      line-height: 30px;
      min-height: 30px;
      height: 30px;
      left: 0px;
      padding: 0;
      width: 69px; }
    .related ul.products li.product .tp-view.tp-closeview,
    .up-sells ul.products li.product .tp-view.tp-closeview {
      box-shadow: none; }
      .related ul.products li.product .tp-view.tp-closeview a.woo_product_title,
      .up-sells ul.products li.product .tp-view.tp-closeview a.woo_product_title {
        display: none; }
      .related ul.products li.product .tp-view.tp-closeview .tp-front,
      .up-sells ul.products li.product .tp-view.tp-closeview .tp-front {
        position: relative;
        box-shadow: none; }
        .related ul.products li.product .tp-view.tp-closeview .tp-front .button-views,
        .up-sells ul.products li.product .tp-view.tp-closeview .tp-front .button-views {
          display: none; }
        .related ul.products li.product .tp-view.tp-closeview .tp-front .img-wrap img,
        .up-sells ul.products li.product .tp-view.tp-closeview .tp-front .img-wrap img {
          margin-bottom: 0px;
          margin: 0; }
      .related ul.products li.product .tp-view.tp-closeview .tp-cover,
      .up-sells ul.products li.product .tp-view.tp-closeview .tp-cover {
        box-shadow: none;
        height: auto; }
      .related ul.products li.product .tp-view.tp-closeview .tp-back,
      .up-sells ul.products li.product .tp-view.tp-closeview .tp-back {
        position: relative;
        display: block;
        border: 0 none;
        box-shadow: none; }
        .related ul.products li.product .tp-view.tp-closeview .tp-back .content-wrap,
        .up-sells ul.products li.product .tp-view.tp-closeview .tp-back .content-wrap {
          border-top: none;
          padding-top: 0px; }
          .related ul.products li.product .tp-view.tp-closeview .tp-back .content-wrap h2.woocommerce-loop-product__title,
          .up-sells ul.products li.product .tp-view.tp-closeview .tp-back .content-wrap h2.woocommerce-loop-product__title {
            display: block;
            padding: 0px; }
            .related ul.products li.product .tp-view.tp-closeview .tp-back .content-wrap h2.woocommerce-loop-product__title:after,
            .up-sells ul.products li.product .tp-view.tp-closeview .tp-back .content-wrap h2.woocommerce-loop-product__title:after {
              display: none; }
          .related ul.products li.product .tp-view.tp-closeview .tp-back .content-wrap .excerpt,
          .up-sells ul.products li.product .tp-view.tp-closeview .tp-back .content-wrap .excerpt {
            display: none; }
          .related ul.products li.product .tp-view.tp-closeview .tp-back .content-wrap .button,
          .up-sells ul.products li.product .tp-view.tp-closeview .tp-back .content-wrap .button {
            display: none; }
        .related ul.products li.product .tp-view.tp-closeview .tp-back .yith-wcwl-add-to-wishlist,
        .related ul.products li.product .tp-view.tp-closeview .tp-back .yith-wcwl-add-button,
        .up-sells ul.products li.product .tp-view.tp-closeview .tp-back .yith-wcwl-add-to-wishlist,
        .up-sells ul.products li.product .tp-view.tp-closeview .tp-back .yith-wcwl-add-button {
          display: none !important; }
    .related ul.products li.product:hover .tp-view.tp-closeview .button-views,
    .up-sells ul.products li.product:hover .tp-view.tp-closeview .button-views {
      display: none; }

.book_style1.shop-width .woocommerce ul.products {
  margin-top: 20px; }
  @media (max-width: 768px) {
    .book_style1.shop-width .woocommerce ul.products {
      margin-top: 50px; } }

h2.vc_custom_heading.heading_white {
  color: #ffffff; }
  h2.vc_custom_heading.heading_white:after {
    border-bottom: 1px solid #ffffff; }

h2.vc_custom_heading.heading_brand {
  color: #00C2BA; }
  h2.vc_custom_heading.heading_brand:after {
    border-bottom: 1px solid #00C2BA; }

.latest_blog .vc_tta-tabs-container ul.vc_tta-tabs-list {
  text-align: center;
  padding: 10px 0; }
  .latest_blog .vc_tta-tabs-container ul.vc_tta-tabs-list li.vc_tta-tab {
    padding: 0; }
    .latest_blog .vc_tta-tabs-container ul.vc_tta-tabs-list li.vc_tta-tab a {
      padding: 10px 15px;
      color: #4f4f4f;
      font-weight: bold;
      border: 0px solid #00C2BA !important;
      background-color: transparent;
      font-size: 14px !important;
      text-transform: uppercase;
      transition: all 0.3s ease-in-out 0s; }
      .latest_blog .vc_tta-tabs-container ul.vc_tta-tabs-list li.vc_tta-tab a:hover {
        background-color: #ffffff !important; }
  .latest_blog .vc_tta-tabs-container ul.vc_tta-tabs-list li.vc_active {
    border: 0px; }
    .latest_blog .vc_tta-tabs-container ul.vc_tta-tabs-list li.vc_active a {
      font-size: 18px !important;
      border-bottom: 2px solid #00C2BA !important; }
.latest_blog .vc_tta-panels-container .vc_tta-panels {
  margin-top: 0px; }
  @media (max-width: 768px) {
    .latest_blog .vc_tta-panels-container .vc_tta-panels {
      margin-top: 40px; } }
  .latest_blog .vc_tta-panels-container .vc_tta-panels .vc_tta-panel-body {
    background-color: #ffffff !important; }
    .latest_blog .vc_tta-panels-container .vc_tta-panels .vc_tta-panel-body .wpb_content_element {
      margin-bottom: 0px; }
    .latest_blog .vc_tta-panels-container .vc_tta-panels .vc_tta-panel-body .vc_grid .vc_pageable-slide-wrapper .vc_grid-item-mini .vc_gitem-animated-block {
      overflow: hidden; }
      .latest_blog .vc_tta-panels-container .vc_tta-panels .vc_tta-panel-body .vc_grid .vc_pageable-slide-wrapper .vc_grid-item-mini .vc_gitem-animated-block .vc_gitem-zone.vc_gitem-zone-a {
        transform: scale(1);
        width: 100%;
        height: 230px;
        position: relative;
        transition: all 0.5s ease-in-out 0s; }
        .latest_blog .vc_tta-panels-container .vc_tta-panels .vc_tta-panel-body .vc_grid .vc_pageable-slide-wrapper .vc_grid-item-mini .vc_gitem-animated-block .vc_gitem-zone.vc_gitem-zone-a: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: 230px;
          left: -75%;
          position: absolute;
          top: 0;
          transform: skewX(-25deg);
          width: 50%;
          z-index: 2; }
      .latest_blog .vc_tta-panels-container .vc_tta-panels .vc_tta-panel-body .vc_grid .vc_pageable-slide-wrapper .vc_grid-item-mini .vc_gitem-animated-block .vc_custom_1419240793832 {
        background-color: none; }
    .latest_blog .vc_tta-panels-container .vc_tta-panels .vc_tta-panel-body .vc_grid .vc_pageable-slide-wrapper .vc_grid-item-mini .vc_gitem-zone-c {
      border: 1px solid #eeeeee; }
    .latest_blog .vc_tta-panels-container .vc_tta-panels .vc_tta-panel-body .vc_grid .vc_pageable-slide-wrapper .vc_grid-item-mini .vc_gitem-post-data-source-post_title h4 {
      text-align: center !important;
      font-size: 20px;
      text-transform: capitalize; }
    .latest_blog .vc_tta-panels-container .vc_tta-panels .vc_tta-panel-body .vc_grid .vc_pageable-slide-wrapper .vc_grid-item-mini .vc_gitem-post-data-source-post_excerpt p {
      font-size: 13px;
      font-weight: normal; }
    .latest_blog .vc_tta-panels-container .vc_tta-panels .vc_tta-panel-body .vc_grid .vc_pageable-slide-wrapper .vc_grid-item-mini .vc_btn3-container {
      text-align: center !important; }
      .latest_blog .vc_tta-panels-container .vc_tta-panels .vc_tta-panel-body .vc_grid .vc_pageable-slide-wrapper .vc_grid-item-mini .vc_btn3-container a.vc_gitem-link {
        font-weight: 400;
        background-color: #00C2BA;
        padding: 12px 16px;
        box-shadow: 0 3px #007671;
        transition: all 0.5s ease-in-out 0s;
        border: 1px solid #00C2BA;
        text-transform: capitalize; }
        .latest_blog .vc_tta-panels-container .vc_tta-panels .vc_tta-panel-body .vc_grid .vc_pageable-slide-wrapper .vc_grid-item-mini .vc_btn3-container a.vc_gitem-link:hover, .latest_blog .vc_tta-panels-container .vc_tta-panels .vc_tta-panel-body .vc_grid .vc_pageable-slide-wrapper .vc_grid-item-mini .vc_btn3-container a.vc_gitem-link:focus {
          border: 1px solid #007671;
          background-color: #007671; }
    .latest_blog .vc_tta-panels-container .vc_tta-panels .vc_tta-panel-body .vc_grid .vc_pageable-slide-wrapper .vc_grid-item-mini:hover .vc_gitem-animated-block .vc_gitem-zone.vc_gitem-zone-a {
      transform: scale(1.3); }
      .latest_blog .vc_tta-panels-container .vc_tta-panels .vc_tta-panel-body .vc_grid .vc_pageable-slide-wrapper .vc_grid-item-mini:hover .vc_gitem-animated-block .vc_gitem-zone.vc_gitem-zone-a:before {
        animation: 1s ease 0s normal none 1 running shine; }

@keyframes shine {
  100% {
    left: 125%; } }
.brand_slider {
  padding: 50px 0; }

.wpb_images_carousel .vc_slide.vc_images_carousel .vc_carousel-inner .vc_carousel-slideline .vc_carousel-slideline-inner .vc_item {
  text-align: center; }
.wpb_images_carousel .vc_slide.vc_images_carousel .vc_carousel-control {
  display: block !important; }
  .wpb_images_carousel .vc_slide.vc_images_carousel .vc_carousel-control span {
    border: 1px solid #cccccc;
    line-height: 1.5;
    color: #4f4f4f;
    width: 30px;
    height: 30px; }

.subscribe_newsletter {
  padding: 65px 0; }
  .subscribe_newsletter .vc_column-inner {
    padding-top: 0px !important; }
  .subscribe_newsletter .wpb_text_column h2 {
    text-align: center;
    color: #00C2BA;
    font-size: 36px;
    text-transform: uppercase;
    margin-top: 30px;
    margin-bottom: 30px; }
    .subscribe_newsletter .wpb_text_column h2 span.more-text {
      font-size: 20px;
      font-style: italic;
      color: #999999;
      font-weight: 300;
      padding-left: 15px; }
  .subscribe_newsletter .newsletter {
    text-align: center; }
    .subscribe_newsletter .newsletter br {
      display: none; }
    .subscribe_newsletter .newsletter .tnp-field-email {
      position: relative; }
      .subscribe_newsletter .newsletter .tnp-field-email:before {
        margin-left: -36px;
        margin-top: -3px;
        position: absolute;
        content: "\f0e0";
        font-family: fontawesome;
        color: #999999;
        font-size: 22px; }
        @media (max-width: 480px) {
          .subscribe_newsletter .newsletter .tnp-field-email:before {
            display: none; } }
    .subscribe_newsletter .newsletter div {
      display: inline; }
      .subscribe_newsletter .newsletter div label {
        display: none; }
      .subscribe_newsletter .newsletter div input[type="email"] {
        box-shadow: none;
        background-color: transparent;
        border-color: transparent transparent #cccccc;
        border-style: none none solid;
        border-width: medium medium 1px;
        max-width: 300px;
        width: 100%;
        padding: 6px 0;
        font-weight: 500; }
        @media (max-width: 480px) {
          .subscribe_newsletter .newsletter div input[type="email"] {
            width: auto; } }
        .subscribe_newsletter .newsletter div input[type="email"]:focus {
          border-color: transparent transparent #00C2BA; }
      .subscribe_newsletter .newsletter div input[type="submit"] {
        line-height: 1.2;
        border-radius: 30px;
        color: #ffffff; }

.home_page article {
  padding-top: 0px; }
  @media (max-width: 767px) {
    .home_page article {
      padding-bottom: 0px; } }

.product_categories {
  margin-bottom: 60px; }
  .product_categories .wpb_column.vc_column_container .vc_column-inner {
    padding: 0px !important; }
  .product_categories .woocommerce ul.products {
    margin-bottom: 0px; }
    .product_categories .woocommerce ul.products li.product-category.product:nth-child(1) {
      background: #022854; }
    .product_categories .woocommerce ul.products li.product-category.product:nth-child(2) {
      background: #f43a84; }
    .product_categories .woocommerce ul.products li.product-category.product:nth-child(3) {
      background: #00C2BA; }
    .product_categories .woocommerce ul.products li.product-category.product:nth-child(4) {
      background: #f43a84; }
    .product_categories .woocommerce ul.products li.product-category.product:nth-child(5) {
      background: #022854; }
    .product_categories .woocommerce ul.products li.product-category.product {
      background: #00C2BA;
      border-radius: 0px;
      margin: 0px;
      width: 20%;
      padding: 60px 0; }
      @media (max-width: 768px) {
        .product_categories .woocommerce ul.products li.product-category.product {
          width: 100%; } }
      .product_categories .woocommerce ul.products li.product-category.product a img {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
        max-width: 50px;
        width: 100%;
        margin: 0 auto;
        transition: all 0.5s ease-in-out 0s; }
      .product_categories .woocommerce ul.products li.product-category.product a h2 {
        padding-top: 15px;
        margin-top: 15px;
        color: #ffffff;
        font-size: 22px;
        text-transform: capitalize; }
        .product_categories .woocommerce ul.products li.product-category.product a h2 .count {
          display: none; }
      .product_categories .woocommerce ul.products li.product-category.product:hover a img {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg); }
      .product_categories .woocommerce ul.products li.product-category.product:hover a h3 {
        color: #00C2BA; }

.home2-custom-img {
  padding: 10px 0;
  margin: 40px 25px 0; }
  .home2-custom-img .block-left .text-overlay,
  .home2-custom-img .block-right .text-overlay {
    position: relative;
    overflow: hidden; }
    .home2-custom-img .block-left .text-overlay figure,
    .home2-custom-img .block-right .text-overlay figure {
      overflow: hidden; }
      .home2-custom-img .block-left .text-overlay figure img,
      .home2-custom-img .block-right .text-overlay figure img {
        width: 100%;
        transition: all 0.5s ease-in-out 0s;
        margin-top: 0px;
        min-height: 275px; }
      .home2-custom-img .block-left .text-overlay figure:before,
      .home2-custom-img .block-right .text-overlay figure:before {
        background: transparent 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: -85%;
        position: absolute;
        top: 0;
        transform: skewX(-25deg);
        width: 50%;
        z-index: 2; }
    .home2-custom-img .block-left .text-overlay .text-overlay-caption,
    .home2-custom-img .block-right .text-overlay .text-overlay-caption {
      bottom: 0;
      font-weight: 600;
      left: 0;
      margin: 0 auto;
      position: absolute;
      right: 0;
      text-align: center;
      top: 0; }
      .home2-custom-img .block-left .text-overlay .text-overlay-caption .book-text,
      .home2-custom-img .block-right .text-overlay .text-overlay-caption .book-text {
        background: rgba(0, 0, 0, 0.45) none repeat scroll 0 0;
        bottom: 0;
        color: #ffffff;
        font-family: "Amaranth", sans-serif;
        font-size: 18px;
        font-weight: 400;
        margin: 0 auto;
        padding: 5px 15px 20px;
        position: absolute;
        right: 0;
        text-align: left;
        width: 70%; }
        .home2-custom-img .block-left .text-overlay .text-overlay-caption .book-text h2,
        .home2-custom-img .block-right .text-overlay .text-overlay-caption .book-text h2 {
          color: #ffffff; }
  .home2-custom-img .block-left:hover .text-overlay figure:before,
  .home2-custom-img .block-right:hover .text-overlay figure:before {
    animation: 1s ease 0s normal none 1 running shine; }
  .home2-custom-img .block-left:hover .text-overlay figure img,
  .home2-custom-img .block-right:hover .text-overlay figure img {
    transform: scale(1.2); }

.latest-news .wplp_container {
  font-size: 14px !important; }
  .latest-news .wplp_container .title {
    margin-bottom: 10px; }
    .latest-news .wplp_container .title span {
      font-size: 20px !important;
      font-weight: 400;
      text-transform: capitalize;
      font-family: "Amaranth", sans-serif;
      margin-top: -5px; }
  .latest-news .wplp_container .date {
    background: #f43a84 none repeat scroll 0 0;
    border-radius: 10px;
    color: white;
    float: left;
    height: 75px;
    left: 0;
    padding: 8px 15px;
    font-size: 20px !important;
    position: absolute;
    top: 0;
    width: 75px;
    text-align: center; }
  .latest-news .wplp_container span {
    font-size: 14px !important; }
  .latest-news .wplp_container .category {
    text-transform: capitalize; }
    .latest-news .wplp_container .category:before {
      content: "\f07c";
      color: #555555;
      font-family: fontawesome;
      margin-right: 5px; }
  .latest-news .wplp_container .text {
    display: block;
    margin-top: 8px; }
  .latest-news .wplp_container .insideframe li {
    margin-bottom: 35px;
    position: relative; }
    .latest-news .wplp_container .insideframe li .insideframe {
      margin-left: 90px; }
    .latest-news .wplp_container .insideframe li:hover .title {
      color: #007671; }

#spotlight-01 {
  margin-top: 20px; }
  @media (max-width: 768px) {
    #spotlight-01 {
      margin-top: 0px; }
      #spotlight-01 .amazing_products .vc_custom_heading {
        margin-top: 10px;
        margin-bottom: 40px; } }

#spotlight-02 {
  margin-bottom: 60px; }

.amazing_products .vc_custom_heading {
  position: relative;
  top: 8px;
  margin-top: 12px;
  margin-bottom: 25px; }
  @media (max-width: 767px) {
    .amazing_products .vc_custom_heading {
      margin-bottom: 55px;
      margin-top: 25px; } }

.amazing_products .woocommerce ul.products,
.book_style1 ul.products,
.archive.woocommerce-page ul.products {
  margin-bottom: 0px; }
  .amazing_products .woocommerce ul.products li.product,
  .book_style1 ul.products li.product,
  .archive.woocommerce-page ul.products li.product {
    margin-top: 40px;
    padding-bottom: 0px; }
    @media (max-width: 450px) {
      .amazing_products .woocommerce ul.products li.product,
      .book_style1 ul.products li.product,
      .archive.woocommerce-page ul.products li.product {
        width: 100% !important; } }
    .amazing_products .woocommerce ul.products li.product .xoo-qv-button,
    .book_style1 ul.products li.product .xoo-qv-button,
    .archive.woocommerce-page ul.products li.product .xoo-qv-button {
      display: block; }
    .amazing_products .woocommerce ul.products li.product .woocommerce-loop-product__title,
    .book_style1 ul.products li.product .woocommerce-loop-product__title,
    .archive.woocommerce-page ul.products li.product .woocommerce-loop-product__title {
      display: none; }
    .amazing_products .woocommerce ul.products li.product .tp-view .book-details h5,
    .book_style1 ul.products li.product .tp-view .book-details h5,
    .archive.woocommerce-page ul.products li.product .tp-view .book-details h5 {
      margin-top: 0px;
      color: #555555;
      font-size: 18px; }
    .amazing_products .woocommerce ul.products li.product .tp-view .book-details table,
    .book_style1 ul.products li.product .tp-view .book-details table,
    .archive.woocommerce-page ul.products li.product .tp-view .book-details table {
      color: #4f4f4f;
      text-align: left;
      width: 96%;
      margin: 0 auto 10px;
      border: 1px solid #dddddd; }
      .amazing_products .woocommerce ul.products li.product .tp-view .book-details table tr th,
      .amazing_products .woocommerce ul.products li.product .tp-view .book-details table tr td,
      .book_style1 ul.products li.product .tp-view .book-details table tr th,
      .book_style1 ul.products li.product .tp-view .book-details table tr td,
      .archive.woocommerce-page ul.products li.product .tp-view .book-details table tr th,
      .archive.woocommerce-page ul.products li.product .tp-view .book-details table tr td {
        line-height: 1.8;
        text-align: center;
        text-indent: 0px; }
      .amazing_products .woocommerce ul.products li.product .tp-view .book-details table tr th,
      .book_style1 ul.products li.product .tp-view .book-details table tr th,
      .archive.woocommerce-page ul.products li.product .tp-view .book-details table tr th {
        border-bottom: 1px solid #dddddd; }
      .amazing_products .woocommerce ul.products li.product .tp-view .book-details table tr td,
      .book_style1 ul.products li.product .tp-view .book-details table tr td,
      .archive.woocommerce-page ul.products li.product .tp-view .book-details table tr td {
        font-size: 14px;
        padding: 5px; }
    .amazing_products .woocommerce ul.products li.product .tp-closeview,
    .book_style1 ul.products li.product .tp-closeview,
    .archive.woocommerce-page ul.products li.product .tp-closeview {
      box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.46), 0 1px 3px rgba(0, 0, 0, 0.2);
      perspective: 1000px;
      perspective-origin: 100%;
      -webkit-perspective: 1000px;
      -webkit-perspective-origin: 100%;
      position: relative;
      min-height: 320px; }
      .amazing_products .woocommerce ul.products li.product .tp-closeview a.woo_product_title,
      .book_style1 ul.products li.product .tp-closeview a.woo_product_title,
      .archive.woocommerce-page ul.products li.product .tp-closeview a.woo_product_title {
        display: block; }
      .amazing_products .woocommerce ul.products li.product .tp-closeview .tp-front,
      .book_style1 ul.products li.product .tp-closeview .tp-front,
      .archive.woocommerce-page ul.products li.product .tp-closeview .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; }
        .amazing_products .woocommerce ul.products li.product .tp-closeview .tp-front .button-views,
        .book_style1 ul.products li.product .tp-closeview .tp-front .button-views,
        .archive.woocommerce-page ul.products li.product .tp-closeview .tp-front .button-views {
          background-color: transparent;
          border-color: #00C2BA;
          bottom: 0;
          display: block;
          left: 0;
          margin-top: 0;
          position: absolute;
          right: 0;
          top: 0;
          transition: all 0.5s ease-in-out 0s; }
          .amazing_products .woocommerce ul.products li.product .tp-closeview .tp-front .button-views a.woocommerce-LoopProduct-link,
          .book_style1 ul.products li.product .tp-closeview .tp-front .button-views a.woocommerce-LoopProduct-link,
          .archive.woocommerce-page ul.products li.product .tp-closeview .tp-front .button-views a.woocommerce-LoopProduct-link {
            display: none; }
          .amazing_products .woocommerce ul.products li.product .tp-closeview .tp-front .button-views a,
          .book_style1 ul.products li.product .tp-closeview .tp-front .button-views a,
          .archive.woocommerce-page ul.products li.product .tp-closeview .tp-front .button-views a {
            border-color: #007671;
            border-radius: 3px;
            box-shadow: none;
            display: inline-block;
            height: 45px;
            margin: 50% 10px 0;
            opacity: 0;
            transform: rotate(45deg);
            vertical-align: middle;
            width: 45px;
            padding: 13px !important; }
            @media (max-width: 1199px) and (min-width: 993px) {
              .amazing_products .woocommerce ul.products li.product .tp-closeview .tp-front .button-views a,
              .book_style1 ul.products li.product .tp-closeview .tp-front .button-views a,
              .archive.woocommerce-page ul.products li.product .tp-closeview .tp-front .button-views a {
                margin-top: 60%; } }
            @media (max-width: 992px) and (min-width: 650px) {
              .amazing_products .woocommerce ul.products li.product .tp-closeview .tp-front .button-views a,
              .book_style1 ul.products li.product .tp-closeview .tp-front .button-views a,
              .archive.woocommerce-page ul.products li.product .tp-closeview .tp-front .button-views a {
                margin-top: 40%; } }
            @media (max-width: 649px) and (min-width: 500px) {
              .amazing_products .woocommerce ul.products li.product .tp-closeview .tp-front .button-views a,
              .book_style1 ul.products li.product .tp-closeview .tp-front .button-views a,
              .archive.woocommerce-page ul.products li.product .tp-closeview .tp-front .button-views a {
                margin-top: 50%; } }
            @media (max-width: 450px) and (min-width: 380px) {
              .amazing_products .woocommerce ul.products li.product .tp-closeview .tp-front .button-views a,
              .book_style1 ul.products li.product .tp-closeview .tp-front .button-views a,
              .archive.woocommerce-page ul.products li.product .tp-closeview .tp-front .button-views a {
                margin-top: 36%; } }
            @media (max-width: 379px) {
              .amazing_products .woocommerce ul.products li.product .tp-closeview .tp-front .button-views a,
              .book_style1 ul.products li.product .tp-closeview .tp-front .button-views a,
              .archive.woocommerce-page ul.products li.product .tp-closeview .tp-front .button-views a {
                margin-top: 40%; } }
            .amazing_products .woocommerce ul.products li.product .tp-closeview .tp-front .button-views a i,
            .amazing_products .woocommerce ul.products li.product .tp-closeview .tp-front .button-views a .xooqv-eye,
            .book_style1 ul.products li.product .tp-closeview .tp-front .button-views a i,
            .book_style1 ul.products li.product .tp-closeview .tp-front .button-views a .xooqv-eye,
            .archive.woocommerce-page ul.products li.product .tp-closeview .tp-front .button-views a i,
            .archive.woocommerce-page ul.products li.product .tp-closeview .tp-front .button-views a .xooqv-eye {
              transform: rotate(-45deg); }
          .amazing_products .woocommerce ul.products li.product .tp-closeview .tp-front .button-views a.xoo-qv-button,
          .book_style1 ul.products li.product .tp-closeview .tp-front .button-views a.xoo-qv-button,
          .archive.woocommerce-page ul.products li.product .tp-closeview .tp-front .button-views a.xoo-qv-button {
            color: transparent; }
            .amazing_products .woocommerce ul.products li.product .tp-closeview .tp-front .button-views a.xoo-qv-button span.xooqv-eye,
            .book_style1 ul.products li.product .tp-closeview .tp-front .button-views a.xoo-qv-button span.xooqv-eye,
            .archive.woocommerce-page ul.products li.product .tp-closeview .tp-front .button-views a.xoo-qv-button span.xooqv-eye {
              color: #ffffff; }
        .amazing_products .woocommerce ul.products li.product .tp-closeview .tp-front .img-wrap .onsale,
        .book_style1 ul.products li.product .tp-closeview .tp-front .img-wrap .onsale,
        .archive.woocommerce-page ul.products li.product .tp-closeview .tp-front .img-wrap .onsale {
          display: none; }
        .amazing_products .woocommerce ul.products li.product .tp-closeview .tp-front .img-wrap img,
        .book_style1 ul.products li.product .tp-closeview .tp-front .img-wrap img,
        .archive.woocommerce-page ul.products li.product .tp-closeview .tp-front .img-wrap img {
          width: 100%;
          height: auto;
          max-width: 230px;
          margin: 15px auto 0; }
      .amazing_products .woocommerce ul.products li.product .tp-closeview .tp-cover,
      .book_style1 ul.products li.product .tp-closeview .tp-cover,
      .archive.woocommerce-page ul.products li.product .tp-closeview .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; }
        .amazing_products .woocommerce ul.products li.product .tp-closeview .tp-cover .onsale,
        .book_style1 ul.products li.product .tp-closeview .tp-cover .onsale,
        .archive.woocommerce-page ul.products li.product .tp-closeview .tp-cover .onsale {
          display: none; }
      .amazing_products .woocommerce ul.products li.product .tp-closeview .tp-back,
      .book_style1 ul.products li.product .tp-closeview .tp-back,
      .archive.woocommerce-page ul.products li.product .tp-closeview .tp-back {
        position: absolute;
        overflow: hidden;
        background: linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0));
        z-index: 1;
        width: 100%;
        height: 100%;
        border: 2px solid #999999;
        transform: rotateY(0deg);
        transform-origin: 0;
        transition: transform 1s;
        -webkit-transform: rotateY(0deg);
        -webkit-transform-origin: 0;
        -webkit-transition: 0 1s; }
        .amazing_products .woocommerce ul.products li.product .tp-closeview .tp-back h2,
        .book_style1 ul.products li.product .tp-closeview .tp-back h2,
        .archive.woocommerce-page ul.products li.product .tp-closeview .tp-back h2 {
          display: none; }
        .amazing_products .woocommerce ul.products li.product .tp-closeview .tp-back .star-rating,
        .book_style1 ul.products li.product .tp-closeview .tp-back .star-rating,
        .archive.woocommerce-page ul.products li.product .tp-closeview .tp-back .star-rating {
          display: none; }
        .amazing_products .woocommerce ul.products li.product .tp-closeview .tp-back .price,
        .book_style1 ul.products li.product .tp-closeview .tp-back .price,
        .archive.woocommerce-page ul.products li.product .tp-closeview .tp-back .price {
          margin-bottom: 0px; }
        .amazing_products .woocommerce ul.products li.product .tp-closeview .tp-back .excerpt,
        .book_style1 ul.products li.product .tp-closeview .tp-back .excerpt,
        .archive.woocommerce-page ul.products li.product .tp-closeview .tp-back .excerpt {
          display: block;
          color: #4f4f4f; }
        .amazing_products .woocommerce ul.products li.product .tp-closeview .tp-back .yith-wcwl-add-to-wishlist,
        .amazing_products .woocommerce ul.products li.product .tp-closeview .tp-back .yith-wcwl-add-button,
        .book_style1 ul.products li.product .tp-closeview .tp-back .yith-wcwl-add-to-wishlist,
        .book_style1 ul.products li.product .tp-closeview .tp-back .yith-wcwl-add-button,
        .archive.woocommerce-page ul.products li.product .tp-closeview .tp-back .yith-wcwl-add-to-wishlist,
        .archive.woocommerce-page ul.products li.product .tp-closeview .tp-back .yith-wcwl-add-button {
          display: none !important; }
    .amazing_products .woocommerce ul.products li.product .tp-openview,
    .book_style1 ul.products li.product .tp-openview,
    .archive.woocommerce-page ul.products li.product .tp-openview {
      perspective: 1000px;
      perspective-origin: 100%;
      -webkit-perspective: 1000px;
      -webkit-perspective-origin: 100%;
      position: relative;
      min-height: 320px; }
      .amazing_products .woocommerce ul.products li.product .tp-openview a.woo_product_title,
      .book_style1 ul.products li.product .tp-openview a.woo_product_title,
      .archive.woocommerce-page ul.products li.product .tp-openview a.woo_product_title {
        display: block; }
      .amazing_products .woocommerce ul.products li.product .tp-openview .tp-front,
      .book_style1 ul.products li.product .tp-openview .tp-front,
      .archive.woocommerce-page ul.products li.product .tp-openview .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: #999999; }
        .amazing_products .woocommerce ul.products li.product .tp-openview .tp-front .button-views,
        .book_style1 ul.products li.product .tp-openview .tp-front .button-views,
        .archive.woocommerce-page ul.products li.product .tp-openview .tp-front .button-views {
          display: none; }
        .amazing_products .woocommerce ul.products li.product .tp-openview .tp-front .img-wrap .onsale,
        .book_style1 ul.products li.product .tp-openview .tp-front .img-wrap .onsale,
        .archive.woocommerce-page ul.products li.product .tp-openview .tp-front .img-wrap .onsale {
          display: none; }
        .amazing_products .woocommerce ul.products li.product .tp-openview .tp-front .img-wrap img,
        .book_style1 ul.products li.product .tp-openview .tp-front .img-wrap img,
        .archive.woocommerce-page ul.products li.product .tp-openview .tp-front .img-wrap img {
          width: 100%;
          height: auto;
          max-width: 230px;
          margin: 15px auto 0; }
      .amazing_products .woocommerce ul.products li.product .tp-openview .tp-cover,
      .book_style1 ul.products li.product .tp-openview .tp-cover,
      .archive.woocommerce-page ul.products li.product .tp-openview .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 #999999;
        transform: rotateY(-180deg);
        z-index: 5;
        transform-origin: 0;
        transition: transform 1s;
        -webkit-transform: rotateY(-180deg);
        -webkit-transform-origin: 0;
        -webkit-transition: 0 1s; }
      .amazing_products .woocommerce ul.products li.product .tp-openview .tp-back,
      .book_style1 ul.products li.product .tp-openview .tp-back,
      .archive.woocommerce-page ul.products li.product .tp-openview .tp-back {
        overflow: hidden;
        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 #999999;
        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; }
        .amazing_products .woocommerce ul.products li.product .tp-openview .tp-back h2,
        .book_style1 ul.products li.product .tp-openview .tp-back h2,
        .archive.woocommerce-page ul.products li.product .tp-openview .tp-back h2 {
          display: none; }
        .amazing_products .woocommerce ul.products li.product .tp-openview .tp-back .star-rating,
        .book_style1 ul.products li.product .tp-openview .tp-back .star-rating,
        .archive.woocommerce-page ul.products li.product .tp-openview .tp-back .star-rating {
          display: none; }
        .amazing_products .woocommerce ul.products li.product .tp-openview .tp-back .price,
        .book_style1 ul.products li.product .tp-openview .tp-back .price,
        .archive.woocommerce-page ul.products li.product .tp-openview .tp-back .price {
          margin-bottom: 0px; }
        .amazing_products .woocommerce ul.products li.product .tp-openview .tp-back .excerpt,
        .book_style1 ul.products li.product .tp-openview .tp-back .excerpt,
        .archive.woocommerce-page ul.products li.product .tp-openview .tp-back .excerpt {
          display: block;
          color: #4f4f4f; }
        .amazing_products .woocommerce ul.products li.product .tp-openview .tp-back .yith-wcwl-add-to-wishlist,
        .amazing_products .woocommerce ul.products li.product .tp-openview .tp-back .yith-wcwl-add-button,
        .book_style1 ul.products li.product .tp-openview .tp-back .yith-wcwl-add-to-wishlist,
        .book_style1 ul.products li.product .tp-openview .tp-back .yith-wcwl-add-button,
        .archive.woocommerce-page ul.products li.product .tp-openview .tp-back .yith-wcwl-add-to-wishlist,
        .archive.woocommerce-page ul.products li.product .tp-openview .tp-back .yith-wcwl-add-button {
          display: none !important; }
    .amazing_products .woocommerce ul.products li.product:hover .tp-view .tp-front .button-views,
    .book_style1 ul.products li.product:hover .tp-view .tp-front .button-views,
    .archive.woocommerce-page ul.products li.product:hover .tp-view .tp-front .button-views {
      background-color: rgba(27, 29, 42, 0.886); }
      .amazing_products .woocommerce ul.products li.product:hover .tp-view .tp-front .button-views a,
      .book_style1 ul.products li.product:hover .tp-view .tp-front .button-views a,
      .archive.woocommerce-page ul.products li.product:hover .tp-view .tp-front .button-views a {
        opacity: 1; }

.pro_single {
  margin-bottom: 0px;
  padding-bottom: 20px; }
  @media (max-width: 768px) {
    .pro_single {
      margin-bottom: 15px; } }
  .pro_single:nth-child(odd) {
    background-image: linear-gradient(rgba(0, 194, 186, 0.75), rgba(0, 194, 186, 0.75)), url("../img/themeparrot/book1.png"); }
  .pro_single:nth-child(even) {
    background-image: linear-gradient(rgba(0, 194, 186, 0.75), rgba(0, 194, 186, 0.75)), url("../img/themeparrot/book2.png"); }
  .pro_single .woocommerce ul.products li.product {
    background: transparent none repeat scroll 0 0;
    box-shadow: none;
    width: 100%; }
    .pro_single .woocommerce ul.products li.product .woocommerce-loop-product__title {
      color: #ffffff;
      font-size: 26px; }
      .pro_single .woocommerce ul.products li.product .woocommerce-loop-product__title:hover {
        color: #ffffff; }
    .pro_single .woocommerce ul.products li.product .tp-view {
      padding-top: 40px;
      padding-bottom: 35px;
      display: inline-flex;
      width: 100%;
      position: relative; }
      @media (max-width: 480px) {
        .pro_single .woocommerce ul.products li.product .tp-view {
          display: block; } }
      .pro_single .woocommerce ul.products li.product .tp-view .button,
      .pro_single .woocommerce ul.products li.product .tp-view .xoo-qv-button {
        position: absolute;
        background-color: #4f4f4f;
        color: #ffffff;
        border: 1px solid #4f4f4f;
        box-shadow: none;
        bottom: -60px;
        opacity: 0;
        transition: all 0.5s ease-in-out 0s; }
        .pro_single .woocommerce ul.products li.product .tp-view .button .xoo-qv-btn-txt,
        .pro_single .woocommerce ul.products li.product .tp-view .button .xoo-qv-btn-icon,
        .pro_single .woocommerce ul.products li.product .tp-view .xoo-qv-button .xoo-qv-btn-txt,
        .pro_single .woocommerce ul.products li.product .tp-view .xoo-qv-button .xoo-qv-btn-icon {
          color: #ffffff; }
        .pro_single .woocommerce ul.products li.product .tp-view .button:hover,
        .pro_single .woocommerce ul.products li.product .tp-view .xoo-qv-button:hover {
          background-color: #ffffff !important;
          color: #4f4f4f; }
          .pro_single .woocommerce ul.products li.product .tp-view .button:hover .xoo-qv-btn-txt,
          .pro_single .woocommerce ul.products li.product .tp-view .button:hover .xoo-qv-btn-icon,
          .pro_single .woocommerce ul.products li.product .tp-view .xoo-qv-button:hover .xoo-qv-btn-txt,
          .pro_single .woocommerce ul.products li.product .tp-view .xoo-qv-button:hover .xoo-qv-btn-icon {
            color: #4f4f4f; }
      .pro_single .woocommerce ul.products li.product .tp-view .xoo-qv-button {
        right: 10px;
        border-radius: 3px;
        padding: 14px 12px; }
      .pro_single .woocommerce ul.products li.product .tp-view .tp-front {
        width: 50%;
        margin-top: 0; }
        @media (max-width: 991px) and (min-width: 768px) {
          .pro_single .woocommerce ul.products li.product .tp-view .tp-front {
            width: 30%;
            margin-top: 20px; } }
        @media (max-width: 480px) {
          .pro_single .woocommerce ul.products li.product .tp-view .tp-front {
            width: 100%; } }
        .pro_single .woocommerce ul.products li.product .tp-view .tp-front .button-views {
          display: none;
          bottom: 0;
          position: absolute;
          right: 22%; }
          @media (max-width: 1199px) and (min-width: 992px) {
            .pro_single .woocommerce ul.products li.product .tp-view .tp-front .button-views {
              right: 18%; } }
          @media (max-width: 500px) and (min-width: 300px) {
            .pro_single .woocommerce ul.products li.product .tp-view .tp-front .button-views {
              right: 12%; } }
        .pro_single .woocommerce ul.products li.product .tp-view .tp-front .img-wrap .onsale {
          background-color: #4f4f4f;
          border-radius: 0;
          color: #4f4f4f;
          height: 29px;
          line-height: 29px;
          min-height: 28px;
          padding: 0;
          top: 20%;
          width: 71px; }
          @media (max-width: 480px) {
            .pro_single .woocommerce ul.products li.product .tp-view .tp-front .img-wrap .onsale {
              display: none; } }
          .pro_single .woocommerce ul.products li.product .tp-view .tp-front .img-wrap .onsale:after {
            content: "New";
            color: #ffffff;
            margin-left: -26px; }
        .pro_single .woocommerce ul.products li.product .tp-view .tp-front .img-wrap img {
          max-width: 250px;
          margin: 0 auto; }
          @media (max-width: 991px) and (min-width: 768px) {
            .pro_single .woocommerce ul.products li.product .tp-view .tp-front .img-wrap img {
              max-width: 100px; } }
      .pro_single .woocommerce ul.products li.product .tp-view .tp-back {
        width: 50%;
        text-align: left; }
        @media (max-width: 991px) and (min-width: 768px) {
          .pro_single .woocommerce ul.products li.product .tp-view .tp-back {
            width: 70%; } }
        @media (max-width: 480px) {
          .pro_single .woocommerce ul.products li.product .tp-view .tp-back {
            width: 100%;
            text-align: center; } }
        .pro_single .woocommerce ul.products li.product .tp-view .tp-back .content-wrap {
          border-top: 0 none; }
          .pro_single .woocommerce ul.products li.product .tp-view .tp-back .content-wrap .added_to_cart.wc-forward {
            color: #ffffff; }
          @media (max-width: 480px) {
            .pro_single .woocommerce ul.products li.product .tp-view .tp-back .content-wrap .add_to_cart_button {
              margin: 0 auto;
              left: 0;
              right: 0; } }
          .pro_single .woocommerce ul.products li.product .tp-view .tp-back .content-wrap .add_to_cart_button:before {
            content: "\f07a";
            font-family: fontawesome;
            margin-right: 5px; }
          .pro_single .woocommerce ul.products li.product .tp-view .tp-back .content-wrap .star-rating {
            display: none;
            width: 100%;
            margin: 0 0 10px; }
            .pro_single .woocommerce ul.products li.product .tp-view .tp-back .content-wrap .star-rating span {
              color: #ffffff; }
          .pro_single .woocommerce ul.products li.product .tp-view .tp-back .content-wrap .price {
            font-size: 16px; }
            .pro_single .woocommerce ul.products li.product .tp-view .tp-back .content-wrap .price del,
            .pro_single .woocommerce ul.products li.product .tp-view .tp-back .content-wrap .price ins {
              color: #ffffff; }
          .pro_single .woocommerce ul.products li.product .tp-view .tp-back .content-wrap .excerpt {
            display: block;
            color: #ffffff;
            font-size: 14px;
            margin-bottom: 20px; }
            .pro_single .woocommerce ul.products li.product .tp-view .tp-back .content-wrap .excerpt .book-details table {
              color: #ffffff;
              padding: 0 10px;
              border: 1px solid #ffffff; }
              .pro_single .woocommerce ul.products li.product .tp-view .tp-back .content-wrap .excerpt .book-details table tr th,
              .pro_single .woocommerce ul.products li.product .tp-view .tp-back .content-wrap .excerpt .book-details table tr td {
                padding-left: 5px;
                padding: 5px 3px;
                border-bottom: 1px solid #ffffff;
                text-align: center; }
        .pro_single .woocommerce ul.products li.product .tp-view .tp-back .yith-wcwl-add-to-wishlist,
        .pro_single .woocommerce ul.products li.product .tp-view .tp-back .yith-wcwl-add-button {
          display: none !important; }
    .pro_single .woocommerce ul.products li.product:hover .tp-view .button,
    .pro_single .woocommerce ul.products li.product:hover .tp-view .xoo-qv-button {
      opacity: 1;
      bottom: 0px; }
      @media (max-width: 1199px) and (min-width: 992px) {
        .pro_single .woocommerce ul.products li.product:hover .tp-view .button,
        .pro_single .woocommerce ul.products li.product:hover .tp-view .xoo-qv-button {
          bottom: -20px; } }
      @media (max-width: 991px) and (min-width: 768px) {
        .pro_single .woocommerce ul.products li.product:hover .tp-view .button,
        .pro_single .woocommerce ul.products li.product:hover .tp-view .xoo-qv-button {
          bottom: -20px; } }

.custom_icons {
  padding-top: 40px;
  border-bottom: 1px solid #ffffff; }
  @media (max-width: 768px) {
    .custom_icons {
      padding-top: 10px; } }
  @media (max-width: 991px) and (min-width: 768px) {
    .custom_icons .wpb_column {
      width: 50% !important; } }
  .custom_icons .wpb_text_column {
    margin-bottom: 0px; }
  .custom_icons .custom-tag {
    display: inline-flex;
    margin-top: 10px; }
    .custom_icons .custom-tag .tag-return:after {
      content: "\f0d1"; }
    .custom_icons .custom-tag .tag-shipping:after {
      content: "\f095"; }
    .custom_icons .custom-tag .tag_help:after {
      content: "\f073"; }
    .custom_icons .custom-tag .tag_safe:after {
      content: "\f132"; }
    .custom_icons .custom-tag .tag-icon {
      position: relative;
      width: 80px;
      height: 80px;
      font-size: 30px;
      line-height: 80px;
      text-align: center;
      color: #00C2BA;
      background-color: #ffffff;
      border-radius: 50%;
      margin-top: 6px;
      margin-right: 10px;
      transition: all 0.3s ease-in-out 0s; }
      .custom_icons .custom-tag .tag-icon:after {
        font-family: fontawesome; }
    .custom_icons .custom-tag .text h3 a {
      font-size: 20px;
      text-transform: capitalize; }
    .custom_icons .custom-tag:hover .tag-icon {
      background-color: #00C2BA;
      color: #ffffff; }

.client_testimonial {
  padding: 60px 0;
  background-attachment: fixed; }
  .client_testimonial .vc_column-inner {
    padding-top: 0px !important; }
  .client_testimonial h2.vc_custom_heading {
    padding-bottom: 15px;
    margin-bottom: 10px; }
  .client_testimonial .clients-feedback {
    margin-top: 20px; }
    .client_testimonial .clients-feedback .feed-back {
      background: #ffffff none repeat scroll 0 0;
      border-radius: 10px;
      margin-top: 20px;
      padding: 20px 20px 0; }
      .client_testimonial .clients-feedback .feed-back:after {
        border-color: #ffffff transparent transparent;
        border-style: solid;
        border-width: 20px 20px 0 10px;
        bottom: -18px;
        content: "";
        height: 0;
        left: 50%;
        margin-left: -14px;
        position: absolute;
        transition: all 0.3s ease 0s;
        width: 0; }
      .client_testimonial .clients-feedback .feed-back .clients {
        display: inline-flex; }
        .client_testimonial .clients-feedback .feed-back .clients .name {
          font-size: 18px;
          font-weight: 600;
          text-transform: capitalize;
          margin-top: 15px;
          padding-top: 20px; }
      .client_testimonial .clients-feedback .feed-back p {
        font-size: 14px;
        font-weight: 500;
        color: #555555;
        margin-bottom: 10px; }
      .client_testimonial .clients-feedback .feed-back img {
        margin-right: 15px;
        width: 85px;
        height: 85px;
        margin-left: 0px;
        border-radius: 50%; }

.latest_products .vc_custom_heading {
  margin: 30px 0; }
  @media (max-width: 768px) {
    .latest_products .vc_custom_heading {
      margin-bottom: 60px; } }
.latest_products .woocommerce ul.products li.product {
  padding-bottom: 0px; }
  @media (max-width: 450px) {
    .latest_products .woocommerce ul.products li.product {
      width: 100%; } }
  .latest_products .woocommerce ul.products li.product .tp-view {
    position: relative;
    transition: background-color 0.3s ease-in-out 0s;
    overflow: hidden; }
    .latest_products .woocommerce ul.products li.product .tp-view .tp-front .button-views {
      display: none; }
    .latest_products .woocommerce ul.products li.product .tp-view .tp-front .img-wrap {
      position: relative;
      overflow: hidden; }
      .latest_products .woocommerce ul.products li.product .tp-view .tp-front .img-wrap .onsale {
        background-color: #00C2BA;
        border-color: #00C2BA;
        border-radius: 0;
        border-style: solid;
        border-width: 19px 31px 39px 12px;
        height: 0;
        margin-top: -16px;
        padding-left: 12px;
        right: -34px;
        transform: rotate(52deg);
        width: auto;
        z-index: 1; }
      .latest_products .woocommerce ul.products li.product .tp-view .tp-front .img-wrap img {
        margin: 0 auto;
        max-width: 230px; }
    .latest_products .woocommerce ul.products li.product .tp-view .tp-back {
      bottom: 0;
      position: absolute;
      text-align: center;
      transform: translate(0px, 100%);
      transition: all 0.5s ease-in-out 0s;
      width: 100%;
      visibility: hidden;
      z-index: 2; }
      .latest_products .woocommerce ul.products li.product .tp-view .tp-back .content-wrap {
        border-top: 0px; }
        .latest_products .woocommerce ul.products li.product .tp-view .tp-back .content-wrap .woocommerce-loop-product__title {
          margin: 0;
          padding: 0;
          color: #ffffff;
          font-size: 20px; }
          .latest_products .woocommerce ul.products li.product .tp-view .tp-back .content-wrap .woocommerce-loop-product__title:hover {
            color: #00C2BA; }
        .latest_products .woocommerce ul.products li.product .tp-view .tp-back .content-wrap .star-rating {
          margin: 10px auto 5px; }
          .latest_products .woocommerce ul.products li.product .tp-view .tp-back .content-wrap .star-rating span {
            color: #ffffff; }
        .latest_products .woocommerce ul.products li.product .tp-view .tp-back .content-wrap .price {
          font-size: 16px;
          color: #ffffff; }
          .latest_products .woocommerce ul.products li.product .tp-view .tp-back .content-wrap .price del {
            color: #ffffff; }
          .latest_products .woocommerce ul.products li.product .tp-view .tp-back .content-wrap .price ins {
            color: #00C2BA; }
        .latest_products .woocommerce ul.products li.product .tp-view .tp-back .content-wrap .add_to_cart_button {
          display: none; }
      .latest_products .woocommerce ul.products li.product .tp-view .tp-back .yith-wcwl-add-to-wishlist,
      .latest_products .woocommerce ul.products li.product .tp-view .tp-back .yith-wcwl-add-button {
        display: none !important; }
    .latest_products .woocommerce ul.products li.product .tp-view:hover:after {
      border-radius: 3px;
      position: absolute;
      width: 100%;
      height: 100%;
      background-color: rgba(27, 29, 42, 0.886);
      content: "";
      top: 0;
      left: 0;
      bottom: 0;
      right: 0; }
    .latest_products .woocommerce ul.products li.product .tp-view:hover .tp-back {
      transform: translate(0px, -75%);
      visibility: visible; }
      .latest_products .woocommerce ul.products li.product .tp-view:hover .tp-back .yith-wcwl-add-to-wishlist,
      .latest_products .woocommerce ul.products li.product .tp-view:hover .tp-back .yith-wcwl-add-button {
        display: none !important; }

.custom-banner-home3 .wpb_text_column {
  margin-bottom: 15px; }
  .custom-banner-home3 .wpb_text_column img {
    width: 100%; }

@media (max-width: 768px) {
  .home_page.home4 .featured_products h2.vc_custom_heading.featured-product-title {
    margin-top: 0px; } }
@media (max-width: 768px) {
  .home_page.home4 .featured_products h2.vc_custom_heading.latest-product-title {
    margin: 0px; } }
@media (max-width: 768px) {
  .home_page.home4 .latest_products .vc_custom_heading {
    margin-bottom: 80px; } }

@media (max-width: 768px) {
  .home_page.home5 .featured_products h2.vc_custom_heading.featured-product-title {
    margin-top: 0px;
    padding-bottom: 20px; } }
@media (max-width: 768px) {
  .home_page.home5 h2.vc_custom_heading.latest-product-title {
    padding-bottom: 0px; } }

.tp-product-left-sidebar .product-page .entry-header,
.tp-product-right-sidebar .product-page .entry-header {
  display: inline-block; }
  .tp-product-left-sidebar .product-page .entry-header h1.entry-title,
  .tp-product-right-sidebar .product-page .entry-header h1.entry-title {
    padding: 0;
    margin: 0px; }

.tp-product-left-sidebar .bookstore-sidebar,
.tp-product-left-sidebar .bookstore-sidebar-shop,
.woocommerce-page .bookstore-sidebar,
.woocommerce-page .bookstore-sidebar-shop {
  -webkit-transform: translateX(13px);
  -moz-transform: translateX(13px);
  -ms-transform: translateX(13px);
  -o-transform: translateX(13px);
  transform: translateX(13px);
  left: 0px;
  right: unset; }
  @media (max-width: 1446px) {
    .tp-product-left-sidebar .bookstore-sidebar,
    .tp-product-left-sidebar .bookstore-sidebar-shop,
    .woocommerce-page .bookstore-sidebar,
    .woocommerce-page .bookstore-sidebar-shop {
      -webkit-transform: translateX(13px);
      -moz-transform: translateX(13px);
      -ms-transform: translateX(13px);
      -o-transform: translateX(13px);
      transform: translateX(13px); } }
.tp-product-left-sidebar .bookstore-sidebar.sidebar-closed,
.tp-product-left-sidebar .bookstore-sidebar-shop.sidebar-closed-shop,
.woocommerce-page .bookstore-sidebar.sidebar-closed,
.woocommerce-page .bookstore-sidebar-shop.sidebar-closed-shop {
  -webkit-transform: translateX(-100px);
  -moz-transform: translateX(-100px);
  -ms-transform: translateX(-100px);
  -o-transform: translateX(-100px);
  transform: translateX(-100px);
  opacity: 0;
  z-index: -1; }
  @media (max-width: 1446px) {
    .tp-product-left-sidebar .bookstore-sidebar.sidebar-closed,
    .tp-product-left-sidebar .bookstore-sidebar-shop.sidebar-closed-shop,
    .woocommerce-page .bookstore-sidebar.sidebar-closed,
    .woocommerce-page .bookstore-sidebar-shop.sidebar-closed-shop {
      -webkit-transform: translateX(-50px);
      -moz-transform: translateX(-50px);
      -ms-transform: translateX(-50px);
      -o-transform: translateX(-50px);
      transform: translateX(-50px); } }

.tp-product-right-sidebar .bookstore-sidebar,
.tp-product-right-sidebar .bookstore-sidebar-shop,
.woocommerce-page .bookstore-sidebar,
.woocommerce-page .bookstore-sidebar-shop {
  -webkit-transform: translateX(-16px);
  -moz-transform: translateX(-16px);
  -ms-transform: translateX(-16px);
  -o-transform: translateX(-16px);
  transform: translateX(-16px);
  left: unset;
  right: 0px; }
.tp-product-right-sidebar .bookstore-sidebar.sidebar-closed,
.tp-product-right-sidebar .bookstore-sidebar-shop.sidebar-closed-shop,
.woocommerce-page .bookstore-sidebar.sidebar-closed,
.woocommerce-page .bookstore-sidebar-shop.sidebar-closed-shop {
  -webkit-transform: translateX(200px);
  -moz-transform: translateX(200px);
  -ms-transform: translateX(200px);
  -o-transform: translateX(200px);
  transform: translateX(200px);
  opacity: 0;
  z-index: -1; }
  @media (max-width: 1446px) {
    .tp-product-right-sidebar .bookstore-sidebar.sidebar-closed,
    .tp-product-right-sidebar .bookstore-sidebar-shop.sidebar-closed-shop,
    .woocommerce-page .bookstore-sidebar.sidebar-closed,
    .woocommerce-page .bookstore-sidebar-shop.sidebar-closed-shop {
      -webkit-transform: translateX(100px);
      -moz-transform: translateX(100px);
      -ms-transform: translateX(100px);
      -o-transform: translateX(100px);
      transform: translateX(100px); } }

.tp-product-left-sidebar .content-area .container,
.tp-product-right-sidebar .content-area .container,
.woocommerce-page .content-area .container {
  position: relative; }
.tp-product-left-sidebar .bookstore-sidebar,
.tp-product-left-sidebar .bookstore-sidebar-shop,
.tp-product-right-sidebar .bookstore-sidebar,
.tp-product-right-sidebar .bookstore-sidebar-shop,
.woocommerce-page .bookstore-sidebar,
.woocommerce-page .bookstore-sidebar-shop {
  -webkit-transition: transform 320ms ease;
  -moz-transition: transform 320ms ease;
  -ms-transition: transform 320ms ease;
  -o-transition: transform 320ms ease;
  transition: transform 320ms ease;
  opacity: 1;
  background-color: #ffffff;
  color: #4f4f4f;
  max-width: 315px;
  top: 105px;
  box-shadow: 1px 0px 5px 3px #ddd;
  position: absolute;
  z-index: 10;
  width: 100%; }
  .tp-product-left-sidebar .bookstore-sidebar a.sidebar-close,
  .tp-product-left-sidebar .bookstore-sidebar-shop a.sidebar-close,
  .tp-product-right-sidebar .bookstore-sidebar a.sidebar-close,
  .tp-product-right-sidebar .bookstore-sidebar-shop a.sidebar-close,
  .woocommerce-page .bookstore-sidebar a.sidebar-close,
  .woocommerce-page .bookstore-sidebar-shop a.sidebar-close {
    color: #00C2BA; }
  .tp-product-left-sidebar .bookstore-sidebar .bookstore-sidebar-container .sidebar-close,
  .tp-product-left-sidebar .bookstore-sidebar-shop .bookstore-sidebar-container .sidebar-close,
  .tp-product-right-sidebar .bookstore-sidebar .bookstore-sidebar-container .sidebar-close,
  .tp-product-right-sidebar .bookstore-sidebar-shop .bookstore-sidebar-container .sidebar-close,
  .woocommerce-page .bookstore-sidebar .bookstore-sidebar-container .sidebar-close,
  .woocommerce-page .bookstore-sidebar-shop .bookstore-sidebar-container .sidebar-close {
    font-size: 18px;
    height: 30px;
    left: auto;
    line-height: 30px;
    right: 10px;
    text-align: center;
    width: 30px;
    background: #00C2BA;
    color: #ffffff; }
  .tp-product-left-sidebar .bookstore-sidebar .bookstore-sidebar-container .sidebar-scroll .widget-area .bookstore-widget,
  .tp-product-left-sidebar .bookstore-sidebar-shop .bookstore-sidebar-container .sidebar-scroll .widget-area .bookstore-widget,
  .tp-product-right-sidebar .bookstore-sidebar .bookstore-sidebar-container .sidebar-scroll .widget-area .bookstore-widget,
  .tp-product-right-sidebar .bookstore-sidebar-shop .bookstore-sidebar-container .sidebar-scroll .widget-area .bookstore-widget,
  .woocommerce-page .bookstore-sidebar .bookstore-sidebar-container .sidebar-scroll .widget-area .bookstore-widget,
  .woocommerce-page .bookstore-sidebar-shop .bookstore-sidebar-container .sidebar-scroll .widget-area .bookstore-widget {
    padding: 0px; }
.tp-product-left-sidebar .sidebar-overlay,
.tp-product-right-sidebar .sidebar-overlay,
.woocommerce-page .sidebar-overlay {
  background: none;
  bottom: auto;
  left: unset;
  bottom: 0;
  cursor: pointer;
  position: relative;
  right: unset;
  top: unset;
  z-index: 0; }

body.no-scroll#tp-product-pages,
body.no-scroll.woocommerce-page {
  overflow-y: auto; }

#crumbs {
  background-color: #ffffff;
  display: inline;
  margin: 0;
  padding: 0;
  line-height: 3;
  float: right; }
  @media (max-width: 768px) {
    #crumbs {
      display: block;
      float: none;
      margin-top: 15px; } }
  #crumbs i {
    margin-right: 10px; }
  #crumbs a {
    font-weight: 600;
    text-transform: capitalize; }
    #crumbs a:after {
      color: #4f4f4f;
      content: "\f0da";
      cursor: auto;
      font-family: fontawesome;
      font-size: 12px;
      margin-left: 10px;
      margin-right: 10px; }

.woocommerce .woocommerce-breadcrumb {
  background-color: #ffffff;
  color: #4f4f4f;
  font-size: 14px;
  padding: 0px;
  margin-top: -60px;
  font-weight: 500;
  display: inline;
  float: right; }
  .woocommerce .woocommerce-breadcrumb i {
    color: #4f4f4f;
    margin-right: 10px; }
  .woocommerce .woocommerce-breadcrumb a {
    color: #00C2BA; }
  @media (max-width: 768px) {
    .woocommerce .woocommerce-breadcrumb {
      float: none;
      display: block;
      margin-top: 0px; } }

.woocommerce-page .shop-container .page_header h1.page-title {
  margin: 0px; }

@media (max-width: 768px) {
  .woocommerce-page ul.products_bookstore li.product,
  .tp-product-left-sidebar ul.products_bookstore li.product,
  .tp-product-right-sidebar ul.products_bookstore li.product {
    margin-bottom: 75px !important; } }
@media (max-width: 992px) and (min-width: 769px) {
  .woocommerce-page ul.products_bookstore li.product,
  .tp-product-left-sidebar ul.products_bookstore li.product,
  .tp-product-right-sidebar ul.products_bookstore li.product {
    width: 46%; } }

.shop-container {
  position: relative; }
  .shop-container .woocommerce-breadcrumb {
    margin-bottom: 0px; }
  .shop-container h1.page-title {
    text-align: left;
    margin: 10px 0;
    padding: 0px;
    text-transform: capitalize; }
  .shop-container p.woocommerce-result-count {
    color: #555555;
    font-size: 14px;
    font-weight: 500; }
  .shop-container form.woocommerce-ordering {
    margin-bottom: 20px; }
    @media (max-width: 480px) {
      .shop-container form.woocommerce-ordering {
        float: none; } }
    .shop-container form.woocommerce-ordering select.orderby {
      border: 1px solid #dddddd;
      border-radius: 0;
      padding: 8px;
      width: 100%;
      background-color: #ffffff; }
      .shop-container form.woocommerce-ordering select.orderby option {
        font-size: 14px;
        font-weight: normal;
        padding: 8px 3px; }

.single-product .woocommerce-breadcrumb,
.xoo-qv-container.woocommerce.single-product .woocommerce-breadcrumb {
  display: none; }
.single-product header.page_header .woocommerce-breadcrumb,
.xoo-qv-container.woocommerce.single-product header.page_header .woocommerce-breadcrumb {
  display: block;
  margin-top: 12px;
  text-align: left; }
  @media (max-width: 768px) {
    .single-product header.page_header .woocommerce-breadcrumb,
    .xoo-qv-container.woocommerce.single-product header.page_header .woocommerce-breadcrumb {
      margin-top: 15px;
      float: none; } }
.single-product div.product,
.xoo-qv-container.woocommerce.single-product div.product {
  margin-top: 40px; }
  .single-product div.product span.onsale,
  .xoo-qv-container.woocommerce.single-product div.product span.onsale {
    background-color: #00C2BA;
    border-radius: 12px 12px 0;
    line-height: 35px;
    min-height: 26px;
    padding: 0;
    width: 69px; }
  @media (max-width: 768px) {
    .single-product div.product .xoo-qv-images,
    .xoo-qv-container.woocommerce.single-product div.product .xoo-qv-images {
      width: 100%; } }
  .single-product div.product div.thumbnails ul.thumbnail-nav .slick-list .slick-track,
  .xoo-qv-container.woocommerce.single-product div.product div.thumbnails ul.thumbnail-nav .slick-list .slick-track {
    margin: 0 auto; }
    .single-product div.product div.thumbnails ul.thumbnail-nav .slick-list .slick-track li.slick-slide,
    .xoo-qv-container.woocommerce.single-product div.product div.thumbnails ul.thumbnail-nav .slick-list .slick-track li.slick-slide {
      border: 1px solid #eeeeee;
      padding: 10px; }
  .single-product div.product div.thumbnails a,
  .xoo-qv-container.woocommerce.single-product div.product div.thumbnails a {
    border: 1px solid #eeeeee;
    padding: 20px 0; }
  .single-product div.product div.images,
  .xoo-qv-container.woocommerce.single-product div.product div.images {
    border: 2px solid #eeeeee; }
    .single-product div.product div.images img,
    .xoo-qv-container.woocommerce.single-product div.product div.images img {
      max-width: 250px;
      width: 100%;
      margin: 0 auto; }
  .single-product div.product .yith-wcwl-add-to-wishlist,
  .xoo-qv-container.woocommerce.single-product div.product .yith-wcwl-add-to-wishlist {
    margin-top: 0 !important; }
    .single-product div.product .yith-wcwl-add-to-wishlist a,
    .xoo-qv-container.woocommerce.single-product div.product .yith-wcwl-add-to-wishlist a {
      box-shadow: 0 3px #007671; }
      .single-product div.product .yith-wcwl-add-to-wishlist a:hover,
      .xoo-qv-container.woocommerce.single-product div.product .yith-wcwl-add-to-wishlist a:hover {
        background-color: #007671;
        border: 1px solid #007671; }
  @media (max-width: 768px) {
    .single-product div.product div.xoo-qv-summary,
    .xoo-qv-container.woocommerce.single-product div.product div.xoo-qv-summary {
      width: 100%; } }
  .single-product div.product div.xoo-qv-summary form.cart,
  .xoo-qv-container.woocommerce.single-product div.product div.xoo-qv-summary form.cart {
    float: none !important; }
  .single-product div.product div.xoo-qv-summary .xoo-qv-plink,
  .xoo-qv-container.woocommerce.single-product div.product div.xoo-qv-summary .xoo-qv-plink {
    background-color: #00C2BA;
    border-radius: 3px;
    font-weight: 500; }
  .single-product div.product div.summary,
  .single-product div.product div.xoo-qv-summary,
  .xoo-qv-container.woocommerce.single-product div.product div.summary,
  .xoo-qv-container.woocommerce.single-product div.product div.xoo-qv-summary {
    position: relative;
    margin-bottom: 30px; }
    @media (max-width: 768px) {
      .single-product div.product div.summary,
      .single-product div.product div.xoo-qv-summary,
      .xoo-qv-container.woocommerce.single-product div.product div.summary,
      .xoo-qv-container.woocommerce.single-product div.product div.xoo-qv-summary {
        margin-bottom: 70px; } }
    .single-product div.product div.summary h1.product_title,
    .single-product div.product div.xoo-qv-summary h1.product_title,
    .xoo-qv-container.woocommerce.single-product div.product div.summary h1.product_title,
    .xoo-qv-container.woocommerce.single-product div.product div.xoo-qv-summary h1.product_title {
      font-size: 26px;
      text-transform: capitalize;
      color: #00C2BA;
      margin-bottom: 15px; }
    .single-product div.product div.summary .woocommerce-product-rating,
    .single-product div.product div.xoo-qv-summary .woocommerce-product-rating,
    .xoo-qv-container.woocommerce.single-product div.product div.summary .woocommerce-product-rating,
    .xoo-qv-container.woocommerce.single-product div.product div.xoo-qv-summary .woocommerce-product-rating {
      margin-bottom: 10px; }
      .single-product div.product div.summary .woocommerce-product-rating .star-rating span:before,
      .single-product div.product div.xoo-qv-summary .woocommerce-product-rating .star-rating span:before,
      .xoo-qv-container.woocommerce.single-product div.product div.summary .woocommerce-product-rating .star-rating span:before,
      .xoo-qv-container.woocommerce.single-product div.product div.xoo-qv-summary .woocommerce-product-rating .star-rating span:before {
        color: #00C2BA; }
    .single-product div.product div.summary p.price,
    .single-product div.product div.xoo-qv-summary p.price,
    .xoo-qv-container.woocommerce.single-product div.product div.summary p.price,
    .xoo-qv-container.woocommerce.single-product div.product div.xoo-qv-summary p.price {
      font-size: 16px;
      font-weight: 500;
      color: #4f4f4f;
      margin-bottom: 0px; }
      .single-product div.product div.summary p.price del,
      .single-product div.product div.xoo-qv-summary p.price del,
      .xoo-qv-container.woocommerce.single-product div.product div.summary p.price del,
      .xoo-qv-container.woocommerce.single-product div.product div.xoo-qv-summary p.price del {
        opacity: 1;
        color: #4f4f4f; }
      .single-product div.product div.summary p.price ins,
      .single-product div.product div.xoo-qv-summary p.price ins,
      .xoo-qv-container.woocommerce.single-product div.product div.summary p.price ins,
      .xoo-qv-container.woocommerce.single-product div.product div.xoo-qv-summary p.price ins {
        color: #00C2BA;
        text-decoration: none; }
      .single-product div.product div.summary p.price:before,
      .single-product div.product div.xoo-qv-summary p.price:before,
      .xoo-qv-container.woocommerce.single-product div.product div.summary p.price:before,
      .xoo-qv-container.woocommerce.single-product div.product div.xoo-qv-summary p.price:before {
        content: "Price: ";
        color: #4f4f4f;
        font-weight: bold; }
    .single-product div.product div.summary div.product_meta,
    .single-product div.product div.xoo-qv-summary div.product_meta,
    .xoo-qv-container.woocommerce.single-product div.product div.summary div.product_meta,
    .xoo-qv-container.woocommerce.single-product div.product div.xoo-qv-summary div.product_meta {
      line-height: 3;
      display: block; }
      .single-product div.product div.summary div.product_meta .sku_wrapper,
      .single-product div.product div.xoo-qv-summary div.product_meta .sku_wrapper,
      .xoo-qv-container.woocommerce.single-product div.product div.summary div.product_meta .sku_wrapper,
      .xoo-qv-container.woocommerce.single-product div.product div.xoo-qv-summary div.product_meta .sku_wrapper {
        display: block; }
        .single-product div.product div.summary div.product_meta .sku_wrapper .sku-title,
        .single-product div.product div.xoo-qv-summary div.product_meta .sku_wrapper .sku-title,
        .xoo-qv-container.woocommerce.single-product div.product div.summary div.product_meta .sku_wrapper .sku-title,
        .xoo-qv-container.woocommerce.single-product div.product div.xoo-qv-summary div.product_meta .sku_wrapper .sku-title {
          font-weight: 600; }
      .single-product div.product div.summary div.product_meta .posted_in,
      .single-product div.product div.summary div.product_meta .tagged_as,
      .single-product div.product div.xoo-qv-summary div.product_meta .posted_in,
      .single-product div.product div.xoo-qv-summary div.product_meta .tagged_as,
      .xoo-qv-container.woocommerce.single-product div.product div.summary div.product_meta .posted_in,
      .xoo-qv-container.woocommerce.single-product div.product div.summary div.product_meta .tagged_as,
      .xoo-qv-container.woocommerce.single-product div.product div.xoo-qv-summary div.product_meta .posted_in,
      .xoo-qv-container.woocommerce.single-product div.product div.xoo-qv-summary div.product_meta .tagged_as {
        display: block; }
        .single-product div.product div.summary div.product_meta .posted_in .category-title,
        .single-product div.product div.summary div.product_meta .posted_in .tag-title,
        .single-product div.product div.summary div.product_meta .tagged_as .category-title,
        .single-product div.product div.summary div.product_meta .tagged_as .tag-title,
        .single-product div.product div.xoo-qv-summary div.product_meta .posted_in .category-title,
        .single-product div.product div.xoo-qv-summary div.product_meta .posted_in .tag-title,
        .single-product div.product div.xoo-qv-summary div.product_meta .tagged_as .category-title,
        .single-product div.product div.xoo-qv-summary div.product_meta .tagged_as .tag-title,
        .xoo-qv-container.woocommerce.single-product div.product div.summary div.product_meta .posted_in .category-title,
        .xoo-qv-container.woocommerce.single-product div.product div.summary div.product_meta .posted_in .tag-title,
        .xoo-qv-container.woocommerce.single-product div.product div.summary div.product_meta .tagged_as .category-title,
        .xoo-qv-container.woocommerce.single-product div.product div.summary div.product_meta .tagged_as .tag-title,
        .xoo-qv-container.woocommerce.single-product div.product div.xoo-qv-summary div.product_meta .posted_in .category-title,
        .xoo-qv-container.woocommerce.single-product div.product div.xoo-qv-summary div.product_meta .posted_in .tag-title,
        .xoo-qv-container.woocommerce.single-product div.product div.xoo-qv-summary div.product_meta .tagged_as .category-title,
        .xoo-qv-container.woocommerce.single-product div.product div.xoo-qv-summary div.product_meta .tagged_as .tag-title {
          font-weight: 600; }
        .single-product div.product div.summary div.product_meta .posted_in a,
        .single-product div.product div.summary div.product_meta .tagged_as a,
        .single-product div.product div.xoo-qv-summary div.product_meta .posted_in a,
        .single-product div.product div.xoo-qv-summary div.product_meta .tagged_as a,
        .xoo-qv-container.woocommerce.single-product div.product div.summary div.product_meta .posted_in a,
        .xoo-qv-container.woocommerce.single-product div.product div.summary div.product_meta .tagged_as a,
        .xoo-qv-container.woocommerce.single-product div.product div.xoo-qv-summary div.product_meta .posted_in a,
        .xoo-qv-container.woocommerce.single-product div.product div.xoo-qv-summary div.product_meta .tagged_as a {
          font-size: 14px;
          color: #555555;
          text-transform: capitalize; }
          .single-product div.product div.summary div.product_meta .posted_in a:hover,
          .single-product div.product div.summary div.product_meta .tagged_as a:hover,
          .single-product div.product div.xoo-qv-summary div.product_meta .posted_in a:hover,
          .single-product div.product div.xoo-qv-summary div.product_meta .tagged_as a:hover,
          .xoo-qv-container.woocommerce.single-product div.product div.summary div.product_meta .posted_in a:hover,
          .xoo-qv-container.woocommerce.single-product div.product div.summary div.product_meta .tagged_as a:hover,
          .xoo-qv-container.woocommerce.single-product div.product div.xoo-qv-summary div.product_meta .posted_in a:hover,
          .xoo-qv-container.woocommerce.single-product div.product div.xoo-qv-summary div.product_meta .tagged_as a:hover {
            color: #00C2BA; }
    .single-product div.product div.summary .short-description .book-details h5,
    .single-product div.product div.xoo-qv-summary .short-description .book-details h5,
    .xoo-qv-container.woocommerce.single-product div.product div.summary .short-description .book-details h5,
    .xoo-qv-container.woocommerce.single-product div.product div.xoo-qv-summary .short-description .book-details h5 {
      font-size: 16px;
      color: #4f4f4f;
      font-weight: 600; }
    .single-product div.product div.summary .short-description .book-details table,
    .single-product div.product div.xoo-qv-summary .short-description .book-details table,
    .xoo-qv-container.woocommerce.single-product div.product div.summary .short-description .book-details table,
    .xoo-qv-container.woocommerce.single-product div.product div.xoo-qv-summary .short-description .book-details table {
      width: 100%;
      border: 1px solid #dddddd;
      font-size: 14px;
      margin-bottom: 20px; }
      .single-product div.product div.summary .short-description .book-details table tbody tr th,
      .single-product div.product div.xoo-qv-summary .short-description .book-details table tbody tr th,
      .xoo-qv-container.woocommerce.single-product div.product div.summary .short-description .book-details table tbody tr th,
      .xoo-qv-container.woocommerce.single-product div.product div.xoo-qv-summary .short-description .book-details table tbody tr th {
        background-color: #00C2BA;
        color: #ffffff;
        text-align: center; }
      .single-product div.product div.summary .short-description .book-details table tbody tr th,
      .single-product div.product div.summary .short-description .book-details table tbody tr td,
      .single-product div.product div.xoo-qv-summary .short-description .book-details table tbody tr th,
      .single-product div.product div.xoo-qv-summary .short-description .book-details table tbody tr td,
      .xoo-qv-container.woocommerce.single-product div.product div.summary .short-description .book-details table tbody tr th,
      .xoo-qv-container.woocommerce.single-product div.product div.summary .short-description .book-details table tbody tr td,
      .xoo-qv-container.woocommerce.single-product div.product div.xoo-qv-summary .short-description .book-details table tbody tr th,
      .xoo-qv-container.woocommerce.single-product div.product div.xoo-qv-summary .short-description .book-details table tbody tr td {
        padding: 0 10px;
        line-height: 3;
        text-indent: 0px; }
      .single-product div.product div.summary .short-description .book-details table tbody tr td,
      .single-product div.product div.xoo-qv-summary .short-description .book-details table tbody tr td,
      .xoo-qv-container.woocommerce.single-product div.product div.summary .short-description .book-details table tbody tr td,
      .xoo-qv-container.woocommerce.single-product div.product div.xoo-qv-summary .short-description .book-details table tbody tr td {
        text-align: center; }
      .single-product div.product div.summary .short-description .book-details table tbody tr:nth-child(odd),
      .single-product div.product div.xoo-qv-summary .short-description .book-details table tbody tr:nth-child(odd),
      .xoo-qv-container.woocommerce.single-product div.product div.summary .short-description .book-details table tbody tr:nth-child(odd),
      .xoo-qv-container.woocommerce.single-product div.product div.xoo-qv-summary .short-description .book-details table tbody tr:nth-child(odd) {
        background-color: #f2f2f2; }
    .single-product div.product div.summary form.cart,
    .single-product div.product div.xoo-qv-summary form.cart,
    .xoo-qv-container.woocommerce.single-product div.product div.summary form.cart,
    .xoo-qv-container.woocommerce.single-product div.product div.xoo-qv-summary form.cart {
      float: left;
      margin-bottom: 10px; }
      .single-product div.product div.summary form.cart table.variations td.label,
      .single-product div.product div.summary form.cart table.group_table td.label,
      .single-product div.product div.xoo-qv-summary form.cart table.variations td.label,
      .single-product div.product div.xoo-qv-summary form.cart table.group_table td.label,
      .xoo-qv-container.woocommerce.single-product div.product div.summary form.cart table.variations td.label,
      .xoo-qv-container.woocommerce.single-product div.product div.summary form.cart table.group_table td.label,
      .xoo-qv-container.woocommerce.single-product div.product div.xoo-qv-summary form.cart table.variations td.label,
      .xoo-qv-container.woocommerce.single-product div.product div.xoo-qv-summary form.cart table.group_table td.label {
        position: relative;
        top: 15px;
        vertical-align: middle; }
        .single-product div.product div.summary form.cart table.variations td.label label,
        .single-product div.product div.summary form.cart table.group_table td.label label,
        .single-product div.product div.xoo-qv-summary form.cart table.variations td.label label,
        .single-product div.product div.xoo-qv-summary form.cart table.group_table td.label label,
        .xoo-qv-container.woocommerce.single-product div.product div.summary form.cart table.variations td.label label,
        .xoo-qv-container.woocommerce.single-product div.product div.summary form.cart table.group_table td.label label,
        .xoo-qv-container.woocommerce.single-product div.product div.xoo-qv-summary form.cart table.variations td.label label,
        .xoo-qv-container.woocommerce.single-product div.product div.xoo-qv-summary form.cart table.group_table td.label label {
          color: #4f4f4f;
          font-weight: 500;
          font-size: 16px; }
      .single-product div.product div.summary form.cart div.quantity,
      .single-product div.product div.xoo-qv-summary form.cart div.quantity,
      .xoo-qv-container.woocommerce.single-product div.product div.summary form.cart div.quantity,
      .xoo-qv-container.woocommerce.single-product div.product div.xoo-qv-summary form.cart div.quantity {
        margin-right: 10px; }
        .single-product div.product div.summary form.cart div.quantity .input-text,
        .single-product div.product div.xoo-qv-summary form.cart div.quantity .input-text,
        .xoo-qv-container.woocommerce.single-product div.product div.summary form.cart div.quantity .input-text,
        .xoo-qv-container.woocommerce.single-product div.product div.xoo-qv-summary form.cart div.quantity .input-text {
          border-radius: 0px;
          border: 1px solid #dddddd;
          margin-right: 6px;
          height: 36px !important;
          width: 45px !important; }
        .single-product div.product div.summary form.cart div.quantity .plus,
        .single-product div.product div.summary form.cart div.quantity .minus,
        .single-product div.product div.xoo-qv-summary form.cart div.quantity .plus,
        .single-product div.product div.xoo-qv-summary form.cart div.quantity .minus,
        .xoo-qv-container.woocommerce.single-product div.product div.summary form.cart div.quantity .plus,
        .xoo-qv-container.woocommerce.single-product div.product div.summary form.cart div.quantity .minus,
        .xoo-qv-container.woocommerce.single-product div.product div.xoo-qv-summary form.cart div.quantity .plus,
        .xoo-qv-container.woocommerce.single-product div.product div.xoo-qv-summary form.cart div.quantity .minus {
          background: transparent none repeat scroll 0 0;
          border-color: #dddddd #dddddd #dddddd #eeeeee;
          border-left: medium none #eeeeee;
          border-radius: 0;
          height: 1.11em; }
      .single-product div.product div.summary form.cart button.single_add_to_cart_button:after,
      .single-product div.product div.xoo-qv-summary form.cart button.single_add_to_cart_button:after,
      .xoo-qv-container.woocommerce.single-product div.product div.summary form.cart button.single_add_to_cart_button:after,
      .xoo-qv-container.woocommerce.single-product div.product div.xoo-qv-summary form.cart button.single_add_to_cart_button:after {
        content: "\f07a";
        font-family: fontawesome;
        margin-left: 5px;
        font-weight: normal; }
    .single-product div.product div.summary form.variations_form.cart,
    .single-product div.product div.xoo-qv-summary form.variations_form.cart,
    .xoo-qv-container.woocommerce.single-product div.product div.summary form.variations_form.cart,
    .xoo-qv-container.woocommerce.single-product div.product div.xoo-qv-summary form.variations_form.cart {
      float: none; }
      .single-product div.product div.summary form.variations_form.cart table.variations td.value select,
      .single-product div.product div.xoo-qv-summary form.variations_form.cart table.variations td.value select,
      .xoo-qv-container.woocommerce.single-product div.product div.summary form.variations_form.cart table.variations td.value select,
      .xoo-qv-container.woocommerce.single-product div.product div.xoo-qv-summary form.variations_form.cart table.variations td.value select {
        background: #ffffff none repeat scroll 0 0;
        border: 1px solid #dddddd;
        border-radius: 0;
        padding: 6px 0; }
        .single-product div.product div.summary form.variations_form.cart table.variations td.value select option,
        .single-product div.product div.xoo-qv-summary form.variations_form.cart table.variations td.value select option,
        .xoo-qv-container.woocommerce.single-product div.product div.summary form.variations_form.cart table.variations td.value select option,
        .xoo-qv-container.woocommerce.single-product div.product div.xoo-qv-summary form.variations_form.cart table.variations td.value select option {
          padding: 4px 2px; }
    .single-product div.product div.summary .button,
    .single-product div.product div.xoo-qv-summary .button,
    .xoo-qv-container.woocommerce.single-product div.product div.summary .button,
    .xoo-qv-container.woocommerce.single-product div.product div.xoo-qv-summary .button {
      margin-right: 10px; }
    .single-product div.product div.summary .tm-woocompare-button span:before,
    .single-product div.product div.xoo-qv-summary .tm-woocompare-button span:before,
    .xoo-qv-container.woocommerce.single-product div.product div.summary .tm-woocompare-button span:before,
    .xoo-qv-container.woocommerce.single-product div.product div.xoo-qv-summary .tm-woocompare-button span:before {
      content: "\f03a"; }
    .single-product div.product div.summary .tm-woowishlist-button span:before,
    .single-product div.product div.xoo-qv-summary .tm-woowishlist-button span:before,
    .xoo-qv-container.woocommerce.single-product div.product div.summary .tm-woowishlist-button span:before,
    .xoo-qv-container.woocommerce.single-product div.product div.xoo-qv-summary .tm-woowishlist-button span:before {
      content: "\f004"; }
    .single-product div.product div.summary .tm-woowishlist-button span span.text,
    .single-product div.product div.summary .tm-woocompare-button span span.text,
    .single-product div.product div.xoo-qv-summary .tm-woowishlist-button span span.text,
    .single-product div.product div.xoo-qv-summary .tm-woocompare-button span span.text,
    .xoo-qv-container.woocommerce.single-product div.product div.summary .tm-woowishlist-button span span.text,
    .xoo-qv-container.woocommerce.single-product div.product div.summary .tm-woocompare-button span span.text,
    .xoo-qv-container.woocommerce.single-product div.product div.xoo-qv-summary .tm-woowishlist-button span span.text,
    .xoo-qv-container.woocommerce.single-product div.product div.xoo-qv-summary .tm-woocompare-button span span.text {
      display: none; }
    .single-product div.product div.summary .tm-woowishlist-button span:before,
    .single-product div.product div.summary .tm-woocompare-button span:before,
    .single-product div.product div.xoo-qv-summary .tm-woowishlist-button span:before,
    .single-product div.product div.xoo-qv-summary .tm-woocompare-button span:before,
    .xoo-qv-container.woocommerce.single-product div.product div.summary .tm-woowishlist-button span:before,
    .xoo-qv-container.woocommerce.single-product div.product div.summary .tm-woocompare-button span:before,
    .xoo-qv-container.woocommerce.single-product div.product div.xoo-qv-summary .tm-woowishlist-button span:before,
    .xoo-qv-container.woocommerce.single-product div.product div.xoo-qv-summary .tm-woocompare-button span:before {
      font-family: fontawesome;
      font-weight: normal; }
    .single-product div.product div.summary .tm-woowishlist-button.added:after,
    .single-product div.product div.summary .tm-woocompare-button.added:after,
    .single-product div.product div.xoo-qv-summary .tm-woowishlist-button.added:after,
    .single-product div.product div.xoo-qv-summary .tm-woocompare-button.added:after,
    .xoo-qv-container.woocommerce.single-product div.product div.summary .tm-woowishlist-button.added:after,
    .xoo-qv-container.woocommerce.single-product div.product div.summary .tm-woocompare-button.added:after,
    .xoo-qv-container.woocommerce.single-product div.product div.xoo-qv-summary .tm-woowishlist-button.added:after,
    .xoo-qv-container.woocommerce.single-product div.product div.xoo-qv-summary .tm-woocompare-button.added:after {
      display: none;
      position: absolute; }
    .single-product div.product div.summary a.tm-woowishlist-page-button,
    .single-product div.product div.summary a.tm-woocompare-page-button,
    .single-product div.product div.xoo-qv-summary a.tm-woowishlist-page-button,
    .single-product div.product div.xoo-qv-summary a.tm-woocompare-page-button,
    .xoo-qv-container.woocommerce.single-product div.product div.summary a.tm-woowishlist-page-button,
    .xoo-qv-container.woocommerce.single-product div.product div.summary a.tm-woocompare-page-button,
    .xoo-qv-container.woocommerce.single-product div.product div.xoo-qv-summary a.tm-woowishlist-page-button,
    .xoo-qv-container.woocommerce.single-product div.product div.xoo-qv-summary a.tm-woocompare-page-button {
      position: absolute;
      bottom: -25px;
      background-color: transparent;
      padding: 0px !important;
      border: 0 none;
      box-shadow: none;
      color: #00C2BA; }
      .single-product div.product div.summary a.tm-woowishlist-page-button:hover,
      .single-product div.product div.summary a.tm-woocompare-page-button:hover,
      .single-product div.product div.xoo-qv-summary a.tm-woowishlist-page-button:hover,
      .single-product div.product div.xoo-qv-summary a.tm-woocompare-page-button:hover,
      .xoo-qv-container.woocommerce.single-product div.product div.summary a.tm-woowishlist-page-button:hover,
      .xoo-qv-container.woocommerce.single-product div.product div.summary a.tm-woocompare-page-button:hover,
      .xoo-qv-container.woocommerce.single-product div.product div.xoo-qv-summary a.tm-woowishlist-page-button:hover,
      .xoo-qv-container.woocommerce.single-product div.product div.xoo-qv-summary a.tm-woocompare-page-button:hover {
        border: none; }
    .single-product div.product div.summary a.tm-woowishlist-page-button,
    .single-product div.product div.xoo-qv-summary a.tm-woowishlist-page-button,
    .xoo-qv-container.woocommerce.single-product div.product div.summary a.tm-woowishlist-page-button,
    .xoo-qv-container.woocommerce.single-product div.product div.xoo-qv-summary a.tm-woowishlist-page-button {
      left: 0px; }
    .single-product div.product div.summary a.tm-woocompare-page-button,
    .single-product div.product div.xoo-qv-summary a.tm-woocompare-page-button,
    .xoo-qv-container.woocommerce.single-product div.product div.summary a.tm-woocompare-page-button,
    .xoo-qv-container.woocommerce.single-product div.product div.xoo-qv-summary a.tm-woocompare-page-button {
      left: 0px;
      bottom: -50px; }
  .single-product div.product .woocommerce-tabs,
  .xoo-qv-container.woocommerce.single-product div.product .woocommerce-tabs {
    margin-top: 40px;
    padding: 0px; }
    .single-product div.product .woocommerce-tabs ul.tabs,
    .xoo-qv-container.woocommerce.single-product div.product .woocommerce-tabs ul.tabs {
      margin-left: 0px; }
      .single-product div.product .woocommerce-tabs ul.tabs:before,
      .xoo-qv-container.woocommerce.single-product div.product .woocommerce-tabs ul.tabs:before {
        border-bottom: none; }
      .single-product div.product .woocommerce-tabs ul.tabs li,
      .xoo-qv-container.woocommerce.single-product div.product .woocommerce-tabs ul.tabs li {
        width: 100%;
        border: 1px solid #eeeeee;
        border-radius: 0px;
        background: #fefefe;
        margin-right: 0px; }
        .single-product div.product .woocommerce-tabs ul.tabs li:before, .single-product div.product .woocommerce-tabs ul.tabs li:after,
        .xoo-qv-container.woocommerce.single-product div.product .woocommerce-tabs ul.tabs li:before,
        .xoo-qv-container.woocommerce.single-product div.product .woocommerce-tabs ul.tabs li:after {
          position: relative;
          border: none; }
        .single-product div.product .woocommerce-tabs ul.tabs li a,
        .xoo-qv-container.woocommerce.single-product div.product .woocommerce-tabs ul.tabs li a {
          color: #555555;
          text-transform: uppercase;
          display: block; }
        .single-product div.product .woocommerce-tabs ul.tabs li.active,
        .xoo-qv-container.woocommerce.single-product div.product .woocommerce-tabs ul.tabs li.active {
          border-bottom: 2px solid #00C2BA;
          background: #ffffff;
          border-right-color: #ffffff; }
          .single-product div.product .woocommerce-tabs ul.tabs li.active a,
          .xoo-qv-container.woocommerce.single-product div.product .woocommerce-tabs ul.tabs li.active a {
            color: #4f4f4f; }
  .single-product div.product .woocommerce-Tabs-panel,
  .xoo-qv-container.woocommerce.single-product div.product .woocommerce-Tabs-panel {
    border-color: #eeeeee;
    border-style: solid;
    border-width: 1px 1px 0px 0;
    border-radius: 0px;
    padding-left: 20px !important; }
    .single-product div.product .woocommerce-Tabs-panel.woocommerce-Tabs-panel--description p,
    .xoo-qv-container.woocommerce.single-product div.product .woocommerce-Tabs-panel.woocommerce-Tabs-panel--description p {
      padding-top: 20px; }
    .single-product div.product .woocommerce-Tabs-panel.woocommerce-Tabs-panel--description .bookstore-shareThis h4,
    .xoo-qv-container.woocommerce.single-product div.product .woocommerce-Tabs-panel.woocommerce-Tabs-panel--description .bookstore-shareThis h4 {
      font-size: 16px; }
    .single-product div.product .woocommerce-Tabs-panel.woocommerce-Tabs-panel--additional_information table.shop_attributes,
    .xoo-qv-container.woocommerce.single-product div.product .woocommerce-Tabs-panel.woocommerce-Tabs-panel--additional_information table.shop_attributes {
      border-style: none; }
      .single-product div.product .woocommerce-Tabs-panel.woocommerce-Tabs-panel--additional_information table.shop_attributes th,
      .single-product div.product .woocommerce-Tabs-panel.woocommerce-Tabs-panel--additional_information table.shop_attributes td,
      .xoo-qv-container.woocommerce.single-product div.product .woocommerce-Tabs-panel.woocommerce-Tabs-panel--additional_information table.shop_attributes th,
      .xoo-qv-container.woocommerce.single-product div.product .woocommerce-Tabs-panel.woocommerce-Tabs-panel--additional_information table.shop_attributes td {
        text-align: left; }
    .single-product div.product .woocommerce-Tabs-panel.woocommerce-Tabs-panel--reviews,
    .xoo-qv-container.woocommerce.single-product div.product .woocommerce-Tabs-panel.woocommerce-Tabs-panel--reviews {
      padding-top: 20px; }
      .single-product div.product .woocommerce-Tabs-panel.woocommerce-Tabs-panel--reviews .woocommerce-Reviews #comments h2.woocommerce-Reviews-title,
      .xoo-qv-container.woocommerce.single-product div.product .woocommerce-Tabs-panel.woocommerce-Tabs-panel--reviews .woocommerce-Reviews #comments h2.woocommerce-Reviews-title {
        display: none; }
      .single-product div.product .woocommerce-Tabs-panel.woocommerce-Tabs-panel--reviews .woocommerce-Reviews ol.commentlist,
      .xoo-qv-container.woocommerce.single-product div.product .woocommerce-Tabs-panel.woocommerce-Tabs-panel--reviews .woocommerce-Reviews ol.commentlist {
        padding-left: 0px; }
        .single-product div.product .woocommerce-Tabs-panel.woocommerce-Tabs-panel--reviews .woocommerce-Reviews ol.commentlist li.comment .comment_container .comment-text,
        .xoo-qv-container.woocommerce.single-product div.product .woocommerce-Tabs-panel.woocommerce-Tabs-panel--reviews .woocommerce-Reviews ol.commentlist li.comment .comment_container .comment-text {
          max-width: 90%; }
          .single-product div.product .woocommerce-Tabs-panel.woocommerce-Tabs-panel--reviews .woocommerce-Reviews ol.commentlist li.comment .comment_container .comment-text .star-rating span:before,
          .xoo-qv-container.woocommerce.single-product div.product .woocommerce-Tabs-panel.woocommerce-Tabs-panel--reviews .woocommerce-Reviews ol.commentlist li.comment .comment_container .comment-text .star-rating span:before {
            color: #00C2BA; }
      .single-product div.product .woocommerce-Tabs-panel.woocommerce-Tabs-panel--reviews .woocommerce-Reviews #review_form_wrapper #review_form .comment-respond h3.comment-reply-title,
      .xoo-qv-container.woocommerce.single-product div.product .woocommerce-Tabs-panel.woocommerce-Tabs-panel--reviews .woocommerce-Reviews #review_form_wrapper #review_form .comment-respond h3.comment-reply-title {
        font-size: 20px;
        font-weight: 500;
        margin-bottom: 15px; }
      .single-product div.product .woocommerce-Tabs-panel.woocommerce-Tabs-panel--reviews .woocommerce-Reviews #review_form_wrapper #review_form .comment-respond form.comment-form label,
      .xoo-qv-container.woocommerce.single-product div.product .woocommerce-Tabs-panel.woocommerce-Tabs-panel--reviews .woocommerce-Reviews #review_form_wrapper #review_form .comment-respond form.comment-form label {
        font-weight: 500; }
      .single-product div.product .woocommerce-Tabs-panel.woocommerce-Tabs-panel--reviews .woocommerce-Reviews #review_form_wrapper #review_form .comment-respond form.comment-form p.logged-in-as,
      .xoo-qv-container.woocommerce.single-product div.product .woocommerce-Tabs-panel.woocommerce-Tabs-panel--reviews .woocommerce-Reviews #review_form_wrapper #review_form .comment-respond form.comment-form p.logged-in-as {
        margin-bottom: 15px; }
      .single-product div.product .woocommerce-Tabs-panel.woocommerce-Tabs-panel--reviews .woocommerce-Reviews #review_form_wrapper #review_form .comment-respond form.comment-form p.comment-form-rating p.stars,
      .xoo-qv-container.woocommerce.single-product div.product .woocommerce-Tabs-panel.woocommerce-Tabs-panel--reviews .woocommerce-Reviews #review_form_wrapper #review_form .comment-respond form.comment-form p.comment-form-rating p.stars {
        margin-top: 10px;
        display: inline;
        padding-left: 10px;
        position: relative;
        top: 5px; }
      .single-product div.product .woocommerce-Tabs-panel.woocommerce-Tabs-panel--reviews .woocommerce-Reviews #review_form_wrapper #review_form .comment-respond form.comment-form p.comment-form-comment label,
      .xoo-qv-container.woocommerce.single-product div.product .woocommerce-Tabs-panel.woocommerce-Tabs-panel--reviews .woocommerce-Reviews #review_form_wrapper #review_form .comment-respond form.comment-form p.comment-form-comment label {
        display: block; }
      .single-product div.product .woocommerce-Tabs-panel.woocommerce-Tabs-panel--reviews .woocommerce-Reviews #review_form_wrapper #review_form .comment-respond form.comment-form p.comment-form-comment textarea,
      .xoo-qv-container.woocommerce.single-product div.product .woocommerce-Tabs-panel.woocommerce-Tabs-panel--reviews .woocommerce-Reviews #review_form_wrapper #review_form .comment-respond form.comment-form p.comment-form-comment textarea {
        max-width: 695px;
        min-height: 150px;
        text-indent: 10px; }
      .single-product div.product .woocommerce-Tabs-panel.woocommerce-Tabs-panel--reviews .woocommerce-Reviews #review_form_wrapper #review_form .comment-respond form.comment-form p.comment-form-author label,
      .single-product div.product .woocommerce-Tabs-panel.woocommerce-Tabs-panel--reviews .woocommerce-Reviews #review_form_wrapper #review_form .comment-respond form.comment-form p.comment-form-email label,
      .xoo-qv-container.woocommerce.single-product div.product .woocommerce-Tabs-panel.woocommerce-Tabs-panel--reviews .woocommerce-Reviews #review_form_wrapper #review_form .comment-respond form.comment-form p.comment-form-author label,
      .xoo-qv-container.woocommerce.single-product div.product .woocommerce-Tabs-panel.woocommerce-Tabs-panel--reviews .woocommerce-Reviews #review_form_wrapper #review_form .comment-respond form.comment-form p.comment-form-email label {
        display: block; }
      .single-product div.product .woocommerce-Tabs-panel.woocommerce-Tabs-panel--reviews .woocommerce-Reviews #review_form_wrapper #review_form .comment-respond form.comment-form p.comment-form-author input,
      .single-product div.product .woocommerce-Tabs-panel.woocommerce-Tabs-panel--reviews .woocommerce-Reviews #review_form_wrapper #review_form .comment-respond form.comment-form p.comment-form-email input,
      .xoo-qv-container.woocommerce.single-product div.product .woocommerce-Tabs-panel.woocommerce-Tabs-panel--reviews .woocommerce-Reviews #review_form_wrapper #review_form .comment-respond form.comment-form p.comment-form-author input,
      .xoo-qv-container.woocommerce.single-product div.product .woocommerce-Tabs-panel.woocommerce-Tabs-panel--reviews .woocommerce-Reviews #review_form_wrapper #review_form .comment-respond form.comment-form p.comment-form-email input {
        border: 1px solid #dddddd;
        text-indent: 6px; }
  .single-product div.product.product-type-grouped div.summary form.cart,
  .single-product div.product.product-type-grouped div.xoo-qv-summary form.cart,
  .xoo-qv-container.woocommerce.single-product div.product.product-type-grouped div.summary form.cart,
  .xoo-qv-container.woocommerce.single-product div.product.product-type-grouped div.xoo-qv-summary form.cart {
    width: 100%; }
    .single-product div.product.product-type-grouped div.summary form.cart table.group_table,
    .single-product div.product.product-type-grouped div.xoo-qv-summary form.cart table.group_table,
    .xoo-qv-container.woocommerce.single-product div.product.product-type-grouped div.summary form.cart table.group_table,
    .xoo-qv-container.woocommerce.single-product div.product.product-type-grouped div.xoo-qv-summary form.cart table.group_table {
      margin-bottom: 15px; }
      .single-product div.product.product-type-grouped div.summary form.cart table.group_table td.price,
      .single-product div.product.product-type-grouped div.xoo-qv-summary form.cart table.group_table td.price,
      .xoo-qv-container.woocommerce.single-product div.product.product-type-grouped div.summary form.cart table.group_table td.price,
      .xoo-qv-container.woocommerce.single-product div.product.product-type-grouped div.xoo-qv-summary form.cart table.group_table td.price {
        position: relative;
        vertical-align: middle;
        top: 0px; }
        .single-product div.product.product-type-grouped div.summary form.cart table.group_table td.price del,
        .single-product div.product.product-type-grouped div.xoo-qv-summary form.cart table.group_table td.price del,
        .xoo-qv-container.woocommerce.single-product div.product.product-type-grouped div.summary form.cart table.group_table td.price del,
        .xoo-qv-container.woocommerce.single-product div.product.product-type-grouped div.xoo-qv-summary form.cart table.group_table td.price del {
          color: #555555; }
        .single-product div.product.product-type-grouped div.summary form.cart table.group_table td.price ins,
        .single-product div.product.product-type-grouped div.xoo-qv-summary form.cart table.group_table td.price ins,
        .xoo-qv-container.woocommerce.single-product div.product.product-type-grouped div.summary form.cart table.group_table td.price ins,
        .xoo-qv-container.woocommerce.single-product div.product.product-type-grouped div.xoo-qv-summary form.cart table.group_table td.price ins {
          text-decoration: none;
          color: #00C2BA; }
    .single-product div.product.product-type-grouped div.summary form.cart button[type="submit"],
    .single-product div.product.product-type-grouped div.xoo-qv-summary form.cart button[type="submit"],
    .xoo-qv-container.woocommerce.single-product div.product.product-type-grouped div.summary form.cart button[type="submit"],
    .xoo-qv-container.woocommerce.single-product div.product.product-type-grouped div.xoo-qv-summary form.cart button[type="submit"] {
      position: absolute;
      left: 120px;
      margin-top: 10px; }
  .single-product div.product.product-type-variable div.summary button[type="button"],
  .single-product div.product.product-type-variable div.xoo-qv-summary button[type="button"],
  .xoo-qv-container.woocommerce.single-product div.product.product-type-variable div.summary button[type="button"],
  .xoo-qv-container.woocommerce.single-product div.product.product-type-variable div.xoo-qv-summary button[type="button"] {
    margin-top: 10px; }
  .single-product div.product.product-type-variable div.summary a.tm-woocompare-page-button,
  .single-product div.product.product-type-variable div.xoo-qv-summary a.tm-woocompare-page-button,
  .xoo-qv-container.woocommerce.single-product div.product.product-type-variable div.summary a.tm-woocompare-page-button,
  .xoo-qv-container.woocommerce.single-product div.product.product-type-variable div.xoo-qv-summary a.tm-woocompare-page-button {
    bottom: -25px; }
  .single-product div.product.product-type-variable div.summary a.tm-woowishlist-page-button,
  .single-product div.product.product-type-variable div.xoo-qv-summary a.tm-woowishlist-page-button,
  .xoo-qv-container.woocommerce.single-product div.product.product-type-variable div.summary a.tm-woowishlist-page-button,
  .xoo-qv-container.woocommerce.single-product div.product.product-type-variable div.xoo-qv-summary a.tm-woowishlist-page-button {
    left: unset; }
  .single-product div.product.product-type-external div.summary p.cart,
  .single-product div.product.product-type-external div.xoo-qv-summary p.cart,
  .xoo-qv-container.woocommerce.single-product div.product.product-type-external div.summary p.cart,
  .xoo-qv-container.woocommerce.single-product div.product.product-type-external div.xoo-qv-summary p.cart {
    float: left; }
    .single-product div.product.product-type-external div.summary p.cart a.single_add_to_cart_button:after,
    .single-product div.product.product-type-external div.xoo-qv-summary p.cart a.single_add_to_cart_button:after,
    .xoo-qv-container.woocommerce.single-product div.product.product-type-external div.summary p.cart a.single_add_to_cart_button:after,
    .xoo-qv-container.woocommerce.single-product div.product.product-type-external div.xoo-qv-summary p.cart a.single_add_to_cart_button:after {
      content: "\f07a";
      font-family: fontawesome;
      margin-left: 5px;
      font-weight: normal; }
  .single-product div.product.product-type-external div.summary a.tm-woocompare-page-button,
  .single-product div.product.product-type-external div.xoo-qv-summary a.tm-woocompare-page-button,
  .xoo-qv-container.woocommerce.single-product div.product.product-type-external div.summary a.tm-woocompare-page-button,
  .xoo-qv-container.woocommerce.single-product div.product.product-type-external div.xoo-qv-summary a.tm-woocompare-page-button {
    bottom: -20px; }
  .single-product div.product.product-type-external div.summary a.tm-woowishlist-page-button,
  .single-product div.product.product-type-external div.xoo-qv-summary a.tm-woowishlist-page-button,
  .xoo-qv-container.woocommerce.single-product div.product.product-type-external div.summary a.tm-woowishlist-page-button,
  .xoo-qv-container.woocommerce.single-product div.product.product-type-external div.xoo-qv-summary a.tm-woowishlist-page-button {
    left: 0;
    bottom: 0px; }

.bookstore-product-category .woocommerce ul.products li.product:nth-child(1) {
  width: 50%;
  display: block; }
.bookstore-product-category .woocommerce ul.products li.product:nth-child(1) a,
.bookstore-product-category .woocommerce ul.products li.product:nth-child(2) a,
.bookstore-product-category .woocommerce ul.products li.product:nth-child(3) a {
  height: 96%;
  left: 2%;
  width: 96%; }
  .bookstore-product-category .woocommerce ul.products li.product:nth-child(1) a img,
  .bookstore-product-category .woocommerce ul.products li.product:nth-child(2) a img,
  .bookstore-product-category .woocommerce ul.products li.product:nth-child(3) a img {
    margin-top: 23%; }
.bookstore-product-category .woocommerce ul.products li.product:nth-child(5) {
  width: 100%; }
@media (max-width: 1199px) and (min-width: 769px) {
  .bookstore-product-category .woocommerce ul.products li.product:nth-child(4),
  .bookstore-product-category .woocommerce ul.products li.product:nth-child(5) {
    width: 100%;
    max-width: 917px;
    margin-left: 0px;
    margin-top: 0px; } }
.bookstore-product-category .woocommerce ul.products li.product:nth-child(4) a,
.bookstore-product-category .woocommerce ul.products li.product:nth-child(5) a {
  height: 96%;
  left: 1%;
  width: 98%; }
  .bookstore-product-category .woocommerce ul.products li.product:nth-child(4) a img,
  .bookstore-product-category .woocommerce ul.products li.product:nth-child(5) a img {
    margin-top: 9%; }
    @media (max-width: 768px) and (min-width: 290px) {
      .bookstore-product-category .woocommerce ul.products li.product:nth-child(4) a img,
      .bookstore-product-category .woocommerce ul.products li.product:nth-child(5) a img {
        margin-top: 22%; } }
.bookstore-product-category .woocommerce ul.products li.product:nth-child(1) {
  background-image: url("../img/themeparrot/books-cat1.png");
  height: 360px; }
.bookstore-product-category .woocommerce ul.products li.product:nth-child(2) {
  background-image: url("../img/themeparrot/books-cat2.png");
  max-width: 250px;
  width: 100%;
  height: 172px;
  margin-left: 20px;
  margin-right: 20px; }
  @media (max-width: 1199px) and (min-width: 992px) {
    .bookstore-product-category .woocommerce ul.products li.product:nth-child(2) {
      max-width: 428px; } }
  @media (max-width: 991px) and (min-width: 769px) {
    .bookstore-product-category .woocommerce ul.products li.product:nth-child(2) {
      max-width: 310px; } }
.bookstore-product-category .woocommerce ul.products li.product:nth-child(3) {
  background-image: url("../img/themeparrot/books-cat3.png");
  max-width: 250px;
  width: 100%;
  height: 172px; }
  @media (max-width: 1199px) {
    .bookstore-product-category .woocommerce ul.products li.product:nth-child(3) {
      margin-left: 20px;
      margin-top: 0px; } }
  @media (max-width: 1199px) and (min-width: 992px) {
    .bookstore-product-category .woocommerce ul.products li.product:nth-child(3) {
      max-width: 428px; } }
  @media (max-width: 991px) and (min-width: 769px) {
    .bookstore-product-category .woocommerce ul.products li.product:nth-child(3) {
      max-width: 310px; } }
.bookstore-product-category .woocommerce ul.products li.product:nth-child(4) {
  background-image: url("../img/themeparrot/books-cat4.png");
  height: 172px;
  margin-left: 20px;
  margin-top: 0;
  max-width: 522px;
  width: 100%; }
  @media (max-width: 1199px) {
    .bookstore-product-category .woocommerce ul.products li.product:nth-child(4) {
      margin-left: 0px;
      max-width: 916px; } }
.bookstore-product-category .woocommerce ul.products li.product:nth-child(5) {
  background-image: url("../img/themeparrot/books-cat5.png");
  height: 250px; }
.bookstore-product-category .woocommerce ul.products li.product {
  border-radius: 20px;
  background-repeat: no-repeat;
  background-size: cover;
  margin-right: 0;
  margin-bottom: 20px;
  position: relative;
  z-index: 0;
  overflow: hidden;
  margin-left: 0px; }
  @media (max-width: 768px) and (min-width: 290px) {
    .bookstore-product-category .woocommerce ul.products li.product {
      display: block;
      float: none !important;
      height: 250px !important;
      margin: 20px auto 0 !important;
      max-width: 500px !important;
      width: 100% !important; } }
  .bookstore-product-category .woocommerce ul.products li.product:after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.45);
    width: 100%;
    height: 100%; }
  .bookstore-product-category .woocommerce ul.products li.product a {
    background: rgba(255, 255, 255, 0.32) none repeat scroll 0 0;
    margin-bottom: 0;
    margin-left: auto;
    margin-top: 0;
    padding: 0;
    position: absolute;
    text-align: center;
    top: -100px;
    transition: all 0.5s ease-in-out 0s;
    visibility: hidden;
    z-index: 1;
    border-radius: 20px; }
    .bookstore-product-category .woocommerce ul.products li.product a img {
      width: 35px;
      height: 35px;
      margin: 0 auto; }
    .bookstore-product-category .woocommerce ul.products li.product a h2 {
      margin: 0 auto;
      font-size: 18px;
      font-weight: 500;
      text-transform: uppercase;
      color: #ffffff; }
      .bookstore-product-category .woocommerce ul.products li.product a h2:hover {
        color: #007671; }
      .bookstore-product-category .woocommerce ul.products li.product a h2 mark {
        background: transparent; }
  .bookstore-product-category .woocommerce ul.products li.product:hover a {
    visibility: visible;
    top: 2%; }

.woocommerce .woocommerce-MyAccount-navigation ul {
  padding-left: 0px; }
  .woocommerce .woocommerce-MyAccount-navigation ul li {
    list-style: none;
    border: 1px solid #eeeeee;
    padding: 8px 0;
    background-color: #f4f4f4; }
    .woocommerce .woocommerce-MyAccount-navigation ul li a {
      font-weight: 500;
      padding: 5px;
      color: #555555;
      text-transform: uppercase; }
    .woocommerce .woocommerce-MyAccount-navigation ul li.is-active, .woocommerce .woocommerce-MyAccount-navigation ul li:hover, .woocommerce .woocommerce-MyAccount-navigation ul li:focus {
      background-color: #ffffff;
      border-right-color: #ffffff; }
      .woocommerce .woocommerce-MyAccount-navigation ul li.is-active a, .woocommerce .woocommerce-MyAccount-navigation ul li:hover a, .woocommerce .woocommerce-MyAccount-navigation ul li:focus a {
        color: #00C2BA; }
.woocommerce table.my_account_orders {
  font-size: 14px; }
.woocommerce .woocommerce-MyAccount-content h3 {
  font-size: 20px; }
.woocommerce .woocommerce-MyAccount-content address {
  line-height: 1.9; }
.woocommerce form .form-row input {
  height: 38px;
  border-radius: 0px;
  border: 1px solid #dddddd;
  padding: 5px; }
.woocommerce form .form-row input[type="submit"] {
  height: unset;
  border: 1px solid #00C2BA;
  box-shadow: 0 3px #007671;
  border-radius: 3px; }
  .woocommerce form .form-row input[type="submit"]:hover {
    border: 1px solid #007671; }

.woocommerce.tm-woowishlist .tm-woowishlist-wrapper .tm-woowishlist-item {
  border-bottom: 3px double #dddddd; }
  .woocommerce.tm-woowishlist .tm-woowishlist-wrapper .tm-woowishlist-item .tm-woocomerce-list__product-image a img {
    max-width: 130px; }
  .woocommerce.tm-woowishlist .tm-woowishlist-wrapper .tm-woowishlist-item .tm-woocomerce-list__product-title a {
    font-size: 16px;
    text-transform: capitalize;
    font-weight: 500;
    color: #555555; }
    .woocommerce.tm-woowishlist .tm-woowishlist-wrapper .tm-woowishlist-item .tm-woocomerce-list__product-title a:hover {
      color: #00C2BA; }
  .woocommerce.tm-woowishlist .tm-woowishlist-wrapper .tm-woowishlist-item .price ins {
    text-decoration: none;
    color: #00C2BA; }

.tm-woocompare-list .tm-woocompare-wrapper table.tm-woocompare-table tr.tm-woocompare-row .tm-woocompare-cell .tm-woocomerce-list__product-title a {
  font-size: 18px;
  font-family: "Amaranth", sans-serif;
  font-weight: 400; }
.tm-woocompare-list .tm-woocompare-wrapper table.tm-woocompare-table tr.tm-woocompare-row .tm-woocompare-cell .tm-woocomerce-list__product-image a img {
  border: 1px solid #dddddd;
  max-width: 130px; }
.tm-woocompare-list .tm-woocompare-wrapper table.tm-woocompare-table tr.tm-woocompare-row .tm-woocompare-cell .price del {
  color: #00C2BA; }
.tm-woocompare-list .tm-woocompare-wrapper table.tm-woocompare-table tr.tm-woocompare-row .tm-woocompare-cell .price ins {
  text-decoration: none; }

.woocommerce table.shop_table tr th,
.woocommerce table.shop_table tr td {
  text-align: left; }
.woocommerce form table.shop_table tr th,
.woocommerce form table.shop_table tr td {
  text-align: left; }
.woocommerce form table.shop_table tr.cart_item .product-name a {
  font-size: 16px;
  color: #555555;
  font-weight: 500; }
  .woocommerce form table.shop_table tr.cart_item .product-name a:hover {
    color: #00C2BA; }
.woocommerce form table.shop_table tr.cart_item td {
  line-height: 3; }
.woocommerce form table.shop_table tr .actions {
  padding-top: 15px;
  padding-bottom: 15px; }
.woocommerce .quantity .qty {
  height: 40px !important;
  width: 62px !important;
  font-weight: normal !important; }
.woocommerce .quantity .plus,
.woocommerce .quantity .minus {
  height: 1.25em;
  font-size: 16px; }
.woocommerce .actions {
  border: 1px solid #dddddd;
  padding: 15px;
  border-radius: 5px; }
  .woocommerce .actions .coupon label {
    margin-bottom: 20px; }
  .woocommerce .actions .coupon #coupon_code {
    height: 40px !important;
    text-indent: 5px;
    width: 100%;
    max-width: 95%;
    border: 1px solid #dddddd;
    margin-bottom: 25px; }
  .woocommerce .actions .coupon input[type="submit"] {
    margin-bottom: 10px; }
.woocommerce .cart-collaterals {
  margin-top: 30px;
  border-top: 1px solid #eeeeee; }
  .woocommerce .cart-collaterals .cart_totals {
    float: none;
    width: 100%; }
    .woocommerce .cart-collaterals .cart_totals .wc-proceed-to-checkout a.checkout-button {
      display: inline; }
  .woocommerce .cart-collaterals form.woocommerce-shipping-calculator {
    border: 1px solid #dddddd;
    padding: 0px 15px 15px;
    margin: 30px 0; }
    .woocommerce .cart-collaterals form.woocommerce-shipping-calculator p {
      margin-top: 15px; }
      .woocommerce .cart-collaterals form.woocommerce-shipping-calculator p a.shipping-calculator-button {
        font-size: 32px;
        font-family: "Amaranth", sans-serif;
        color: #4f4f4f; }
      .woocommerce .cart-collaterals form.woocommerce-shipping-calculator p .button {
        margin: 10px 0; }
  .woocommerce .cart-collaterals .shipping-calculator-form select {
    border-radius: 0px;
    height: 40px;
    border: 1px solid #dddddd;
    background: #ffffff; }
    .woocommerce .cart-collaterals .shipping-calculator-form select option {
      padding: 2px; }
.woocommerce .cross-sells ul.products {
  margin-top: 30px; }

.woocommerce form.checkout_coupon .form-row .input-text {
  position: relative;
  top: 5px; }
.woocommerce form .woocommerce-shipping-fields #ship-to-different-address label {
  font-weight: normal; }
.woocommerce form .form-row .select2-container {
  line-height: 35px; }
  .woocommerce form .form-row .select2-container .select2-selection {
    border-radius: 0px;
    height: 38px; }
    .woocommerce form .form-row .select2-container .select2-selection .select2-selection__rendered {
      line-height: 38px; }
    .woocommerce form .form-row .select2-container .select2-selection .select2-selection__arrow {
      height: 38px; }
.woocommerce form .form-row textarea {
  padding: 5px; }

.vc_row.Product_style4.book_collection {
  background-color: #ffffff; }
  .vc_row.Product_style4.book_collection .woocommerce ul.products {
    background-image: url("../img/themeparrot/feat_shelf1.png"); }

.blog article {
  border-bottom: 1px solid #eeeeee; }
.blog header.entry-header {
  margin: 0; }

article.full-width.blog {
  border-bottom: 1px solid #eee;
  padding: 20px 0px;
  margin-bottom: 20px; }
  article.full-width.blog header.entry-header,
  article.full-width.blog .entry-content {
    padding: 0px; }
  article.full-width.blog .entry-image {
    padding-right: 20px; }
    @media (max-width: 767px) {
      article.full-width.blog .entry-image {
        padding-right: 0px; } }
    article.full-width.blog .entry-image img {
      margin-top: 10px; }
  article.full-width.blog .entry-content {
    position: relative; }
    article.full-width.blog .entry-content .post-title {
      margin-top: 5px; }
      article.full-width.blog .entry-content .post-title a {
        color: #4f4f4f; }
        article.full-width.blog .entry-content .post-title a:hover {
          color: #00C2BA; }
    article.full-width.blog .entry-content .entry-footer {
      margin-top: 0px;
      bottom: 0px;
      position: relative; }

.blog_2col .blog-post,
.blog_2col .blog-sidebar,
.blog_3col .blog-post,
.blog_3col .blog-sidebar,
.blog_2col-left .blog-post,
.blog_2col-left .blog-sidebar,
.blog_2col-right .blog-post,
.blog_2col-right .blog-sidebar {
  padding: 0px; }
.blog_2col article.blog,
.blog_3col article.blog,
.blog_2col-left article.blog,
.blog_2col-right article.blog {
  margin: 20px 0px; }
  .blog_2col article.blog .entry-content .post-title,
  .blog_3col article.blog .entry-content .post-title,
  .blog_2col-left article.blog .entry-content .post-title,
  .blog_2col-right article.blog .entry-content .post-title {
    font-size: 22px; }
    .blog_2col article.blog .entry-content .post-title a,
    .blog_3col article.blog .entry-content .post-title a,
    .blog_2col-left article.blog .entry-content .post-title a,
    .blog_2col-right article.blog .entry-content .post-title a {
      color: #4f4f4f; }
      .blog_2col article.blog .entry-content .post-title a:hover,
      .blog_3col article.blog .entry-content .post-title a:hover,
      .blog_2col-left article.blog .entry-content .post-title a:hover,
      .blog_2col-right article.blog .entry-content .post-title a:hover {
        color: #00C2BA; }

.error-404 header h1.page-title {
  text-align: center; }
.error-404 .error-code span {
  color: #00C2BA;
  font-size: 300px;
  font-weight: bold;
  letter-spacing: 6px;
  line-height: 1;
  text-shadow: 6px 6px 12px #555555; }
  @media (max-width: 600px) and (min-width: 430px) {
    .error-404 .error-code span {
      font-size: 200px; } }
  @media (max-width: 429px) {
    .error-404 .error-code span {
      font-size: 100px; } }
.error-404 .error-msg h4 {
  color: #555555;
  font-size: 20px;
  line-height: 1.5; }

.woocommerce form.login p.form-row label.inline input[type="checkbox"] {
  height: auto;
  margin-right: 5px;
  position: relative;
  top: 5px; }

.search-container .search-content h3 {
  text-transform: uppercase;
  margin-bottom: 20px; }
.search-container .search-content form.searchform {
  margin: 35px 0; }
  .search-container .search-content form.searchform .input-group {
    display: block; }
    .search-container .search-content form.searchform .input-group input[type="text"] {
      max-width: 500px;
      height: 40px !important;
      border-radius: 0px;
      margin-top: 5px; }
    .search-container .search-content form.searchform .input-group .input-group-btn button[type="submit"] {
      box-shadow: none;
      height: 40px;
      border-radius: 0px;
      margin-top: 5px; }
.search-container .search-content h4 .text-info {
  color: #007671; }
.search-container article {
  padding: 0 15px;
  border: 1px solid #eeeeee; }
  .search-container article .entry-header h1.post-title {
    margin-bottom: 20px; }
  .search-container article .entry-content a.standard-featured-link .standard-featured {
    max-width: 500px;
    max-height: 200px;
    margin-bottom: 20px; }

.pagination li a {
  color: #00C2BA; }

article.blog-single {
  margin-top: 0px;
  margin-bottom: 20px; }
  article.blog-single .entry-header {
    margin-top: 0px; }
    article.blog-single .entry-header img {
      margin-bottom: 20px; }
    article.blog-single .entry-header .entry-title {
      font-size: 32px;
      margin: 0px;
      padding: 0px;
      font-weight: 500; }
    article.blog-single .entry-header .entry-meta {
      padding: 0px 0 15px;
      margin: 0px; }
  article.blog-single .entry-content .bookstore-shareThis {
    margin: 20px 0;
    border-top: 1px solid #eeeeee; }
    article.blog-single .entry-content .bookstore-shareThis h4 {
      display: none; }
    article.blog-single .entry-content .bookstore-shareThis ul {
      margin-top: 30px;
      text-align: center; }
  article.blog-single .entry-content .tags a {
    background-color: #555555;
    border-radius: 3px;
    color: #ffffff;
    margin: 2px;
    padding: 8px 12px;
    text-transform: capitalize; }

.related-products ul.related-posts_list {
  margin: 0;
  padding: 0; }
  .related-products ul.related-posts_list h3 {
    position: relative;
    padding-bottom: 10px;
    margin-bottom: 25px;
    margin-top: 10px; }
    .related-products ul.related-posts_list h3:after {
      border-bottom: 3px solid #00C2BA;
      bottom: 0;
      content: "";
      left: 0;
      position: absolute;
      right: 0;
      width: 100px; }
  .related-products ul.related-posts_list li.related-posts_item {
    list-style: none;
    width: 100%;
    padding: 0;
    margin-bottom: 10px;
    border-bottom: 1px solid #eeeeee;
    display: block; }
    .related-products ul.related-posts_list li.related-posts_item .related-title {
      display: inline-block;
      float: left; }
      @media (max-width: 768px) {
        .related-products ul.related-posts_list li.related-posts_item .related-title {
          float: none; } }
      .related-products ul.related-posts_list li.related-posts_item .related-title a.title {
        color: #333;
        font-size: 20px;
        font-weight: 500;
        text-transform: capitalize;
        line-height: 1; }
      .related-products ul.related-posts_list li.related-posts_item .related-title .post-meta {
        margin-bottom: 5px;
        margin-top: 5px; }
        .related-products ul.related-posts_list li.related-posts_item .related-title .post-meta span {
          color: #797979;
          margin-right: 5px; }
          .related-products ul.related-posts_list li.related-posts_item .related-title .post-meta span i,
          .related-products ul.related-posts_list li.related-posts_item .related-title .post-meta span em {
            color: #797979; }
          .related-products ul.related-posts_list li.related-posts_item .related-title .post-meta span a {
            color: #797979;
            text-transform: capitalize; }
            .related-products ul.related-posts_list li.related-posts_item .related-title .post-meta span a:hover, .related-products ul.related-posts_list li.related-posts_item .related-title .post-meta span a:focus {
              color: #00C2BA; }
      .related-products ul.related-posts_list li.related-posts_item .related-title p {
        width: 90%; }
        @media (max-width: 768px) {
          .related-products ul.related-posts_list li.related-posts_item .related-title p {
            width: 100%;
            margin-bottom: 0px; } }
    .related-products ul.related-posts_list li.related-posts_item .related-img {
      display: inline-block;
      margin-left: 10px;
      margin-top: 25px;
      max-width: 75px;
      margin-bottom: 0px; }
      @media (max-width: 768px) {
        .related-products ul.related-posts_list li.related-posts_item .related-img {
          margin-left: 0px;
          margin-top: 5px;
          margin-bottom: 15px; } }
    .related-products ul.related-posts_list li.related-posts_item:hover .related-title a.title {
      color: #00C2BA; }

.wpcf7 form.wpcf7-form legend {
  font-size: 14px;
  border-bottom: 0 none; }
.wpcf7 form.wpcf7-form label {
  display: block;
  font-size: 14px;
  font-weight: 500; }
  .wpcf7 form.wpcf7-form label input[type="text"],
  .wpcf7 form.wpcf7-form label input[type="email"],
  .wpcf7 form.wpcf7-form label textarea {
    font-size: 14px;
    font-weight: 400;
    border-radius: 0px;
    border: 1px solid #dddddd;
    max-width: 100%;
    text-indent: 6px; }
  .wpcf7 form.wpcf7-form label input[type="text"],
  .wpcf7 form.wpcf7-form label input[type="email"] {
    height: 40px; }
  .wpcf7 form.wpcf7-form label textarea {
    max-width: 500px;
    width: 100%; }
  .wpcf7 form.wpcf7-form label .star {
    color: red; }
.wpcf7 form.wpcf7-form input[type="submit"] {
  border-radius: 3px;
  padding: 3px 20px; }

.contact-info h2.contact-head {
  font-size: 16px;
  text-transform: uppercase;
  background: #00C2BA;
  color: #ffffff;
  padding: 12px 6px;
  margin-bottom: 5px; }
.contact-info .contact-address div {
  padding: 10px 5px; }
  .contact-info .contact-address div i {
    margin-right: 5px; }

article .vc_column-inner .wpb_wrapper .wpb_gmaps_widget.wpb_content_element {
  margin-bottom: 0px; }
  article .vc_column-inner .wpb_wrapper .wpb_gmaps_widget.wpb_content_element .wpb_map_wraper iframe {
    margin-bottom: 0px !important; }

.list-fetaures-type ul {
  margin-left: 0px; }
  .list-fetaures-type ul li {
    list-style: outside none;
    padding: 5px 0; }
    .list-fetaures-type ul li:before {
      position: relative;
      font-weight: normal;
      margin-right: 10px;
      vertical-align: top;
      color: #00C2BA; }
  .list-fetaures-type ul.circled li:before {
    content: "\f10c";
    font-family: fontawesome;
    top: 8px;
    font-size: 8px; }
  .list-fetaures-type ul.arrow-list li:before {
    font-family: fontawesome;
    content: "\f178";
    font-size: 14px; }
  .list-fetaures-type ul.right-hand li:before {
    font-family: fontawesome;
    content: "\f0a4";
    font-size: 14px; }

.list-features-icons ul.the-icons {
  margin-left: 0px; }
  .list-features-icons ul.the-icons li {
    list-style: outside none;
    padding: 5px 5px 5px 10px;
    border: 1px solid #eeeeee;
    color: #4f4f4f;
    background-color: transparent;
    margin-bottom: 10px;
    border-radius: 5px;
    transition: all 0.3s ease-in-out 0s;
    -webkit-transition: all 0.3s ease-in-out 0s; }
    .list-features-icons ul.the-icons li i {
      margin-right: 6px; }
    .list-features-icons ul.the-icons li:hover {
      background-color: #00C2BA;
      border: 1px solid #00C2BA;
      color: #ffffff; }

.woocommerce .blockUI.blockOverlay::before,
.woocommerce .loader::before,
.woocommerce-page .blockUI.blockOverlay::before,
.woocommerce-page .loader::before {
  display: none; }

.woocommerce .lost_reset_password p.woocommerce-form-row label {
  margin-bottom: 10px; }

.bookstore-navigation {
  text-align: center;
  margin-top: 20px;
  margin-bottom: 20px; }
  .bookstore-navigation ul {
    display: inline-block; }
    .bookstore-navigation ul li {
      display: inline;
      padding: 10px 5px;
      border: 1px solid #dddddd; }
      .bookstore-navigation ul li a {
        padding: 9px 12px; }
      .bookstore-navigation ul li.active {
        background-color: #00C2BA;
        border: 1px solid #00C2BA; }
        .bookstore-navigation ul li.active a {
          color: #ffffff; }

.woocommerce nav.woocommerce-pagination ul {
  border-width: 0px;
  border-color: none; }
  .woocommerce nav.woocommerce-pagination ul li {
    border-right: none; }
    .woocommerce nav.woocommerce-pagination ul li a,
    .woocommerce nav.woocommerce-pagination ul li span {
      padding: 10px 15px; }
    .woocommerce nav.woocommerce-pagination ul li a {
      border: 1px solid #dddddd; }
    .woocommerce nav.woocommerce-pagination ul li span.current {
      background: #00C2BA;
      border: 1px solid #00C2BA;
      color: #ffffff; }

.wcpscwc-product-slider-wrap .wcpscwc-product-slider .slick-slider .slick-list {
  padding-top: 40px; }
  .wcpscwc-product-slider-wrap .wcpscwc-product-slider .slick-slider .slick-list .slick-track li.product.slick-slide {
    height: auto; }

@media (max-width: 768px) {
  .woocommerce.columns-5 ul.products li.product {
    width: 40%; }

  .woocommerce ul.products li.product {
    width: 45%; } }
.home_page.home2 .header-container header .header-content.logo h1.site-title {
  color: #00C2BA; }
  .home_page.home2 .header-container header .header-content.logo h1.site-title a,
  .home_page.home2 .header-container header .header-content.logo h1.site-title span {
    background-image: none !important;
    color: #00C2BA !important; }

.top-bar-right {
  z-index: 200; }
  .top-bar-right .navbar-nav li a {
    color: #000 !important;
    background: transparent !important;
    padding: 5px !important; }

.mega-indicator {
  display: none !important; }

.mega-menu-link {
  background: transparent !important; }

.site-title {
  display: table;
  text-align: right; }
  .site-title a {
    font-size: 36px;
    display: block; }
  .site-title .site-description {
    font-size: 14px; }

.page-template-home-3 .site-title a {
  color: #fff !important; }
.page-template-home-3 .site-title .site-description {
  color: #fff !important; }

.tp-share em::before {
  font-family: FontAwesome; }

.latest-news .wplp_container {
  font-size: 14px !important; }
  .latest-news .wplp_container .title {
    margin-bottom: 10px;
    margin-top: 0 !important;
    text-align: left !important;
    font-size: 14px !important; }
    .latest-news .wplp_container .title span {
      font-size: 20px !important;
      font-weight: 400;
      text-transform: capitalize;
      font-family: "Amaranth", sans-serif;
      margin-top: -5px; }
  .latest-news .wplp_container .date {
    background: #f43a84 none repeat scroll 0 0;
    border-radius: 10px;
    color: white;
    float: left;
    height: 75px;
    left: 0;
    padding: 8px 15px;
    font-size: 20px !important;
    position: absolute;
    top: 0;
    width: 75px;
    text-align: center; }
  .latest-news .wplp_container span {
    font-size: 14px !important; }
  .latest-news .wplp_container .category {
    text-transform: capitalize; }
    .latest-news .wplp_container .category:before {
      content: "\f07c";
      color: #555555;
      font-family: fontawesome;
      margin-right: 5px; }
  .latest-news .wplp_container .text {
    display: block;
    margin-top: 8px; }
  .latest-news .wplp_container .wplp_listposts.swiper-wrapper .swiper-slide {
    margin-bottom: 35px;
    position: relative; }
    .latest-news .wplp_container .wplp_listposts.swiper-wrapper .swiper-slide .insideframe {
      margin-left: 90px; }
    .latest-news .wplp_container .wplp_listposts.swiper-wrapper .swiper-slide:hover .title {
      color: #007671; }

.wc-block-cart table,
.wc-block-checkout table {
  border: 1px solid rgba(18, 18, 18, 0.11) !important; }
  .wc-block-cart table .wc-block-components-product-name,
  .wc-block-checkout table .wc-block-components-product-name {
    font-size: 16px;
    color: #555555;
    font-weight: 500; }
  .wc-block-cart table .wc-block-cart-items__header-total,
  .wc-block-checkout table .wc-block-cart-items__header-total {
    padding-right: 16px !important; }
.wc-block-cart input[type="text"],
.wc-block-checkout input[type="text"] {
  height: 52px !important; }
.wc-block-cart .wc-block-cart-item__remove-link,
.wc-block-checkout .wc-block-cart-item__remove-link {
  color: red; }
.wc-block-cart .wc-block-components-order-summary__button-text,
.wc-block-checkout .wc-block-components-order-summary__button-text {
  font-size: 16px !important;
  line-height: 2.3 !important;
  text-align: left !important;
  font-weight: bold; }
.wc-block-cart .wp-block-woocommerce-checkout-order-summary-block,
.wc-block-checkout .wp-block-woocommerce-checkout-order-summary-block {
  border: 1px solid rgba(18, 18, 18, 0.11) !important; }
.wc-block-cart .wp-block-woocommerce-cart-order-summary-block,
.wc-block-checkout .wp-block-woocommerce-cart-order-summary-block {
  border: 1px solid rgba(18, 18, 18, 0.11) !important; }
  .wc-block-cart .wp-block-woocommerce-cart-order-summary-block .wp-block-woocommerce-cart-order-summary-heading-block.wc-block-cart__totals-title,
  .wc-block-checkout .wp-block-woocommerce-cart-order-summary-block .wp-block-woocommerce-cart-order-summary-heading-block.wc-block-cart__totals-title {
    font-size: 16px !important;
    line-height: 2.3 !important;
    text-align: left !important;
    padding-left: 16px; }
.wc-block-cart .wc-block-cart__submit,
.wc-block-checkout .wc-block-cart__submit {
  margin-top: 20px; }
.wc-block-cart .wc-block-cart__submit-button,
.wc-block-cart .wc-block-components-totals-coupon-link,
.wc-block-cart .wc-block-components-button,
.wc-block-checkout .wc-block-cart__submit-button,
.wc-block-checkout .wc-block-components-totals-coupon-link,
.wc-block-checkout .wc-block-components-button {
  border: 1px solid #00C2BA;
  background-color: #00C2BA;
  color: #ffffff;
  border-radius: 3px;
  font-weight: 600;
  padding: 8px 15px !important;
  line-height: 1;
  box-shadow: 0 3px #007671; }

.tp-back .yith-wcwl-add-to-wishlist,
.tp-back .yith-wcwl-add-button {
  display: none !important; }

.woocommerce.wishlist-fragment .wishlist-title-container {
  display: none; }
.woocommerce.wishlist-fragment .yith-wcwl-share {
  display: none; }

/*# sourceMappingURL=bookstore.css.map */
