/*
Theme Name: Jane Austen
Theme URI: http://janeausten.co.uk
Author: dblencowe
Author URI: http://dblencowe.com
Template: storefront
Description: Child theme of storefront for Jane Austen.
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: janeausten
*/
header#masthead.site-header {
  padding: 0 0 10px 0;
  background-color: #717AB1;
/*  position: fixed; */
  top: 0;
  width: 100%; }
  header#masthead.site-header #userbar {
    background-color: #4d599d;
    margin-bottom: 10px; }
    header#masthead.site-header #userbar .left-links {
      width: 49.1525423729%;
      float: left;
      margin-right: 1.6949152542%;
      padding: 5px 10px 0;
      margin: 0; }
      header#masthead.site-header #userbar .left-links li {
        display: inline-block; }
        header#masthead.site-header #userbar .left-links li a {
          color: #fff;
          text-decoration: none;
          font-size: 18px; }
    header#masthead.site-header #userbar div.secondary-navigation {
      width: 49.1525423729%;
      float: right;
      margin-right: 0;
      margin: 0; }
      header#masthead.site-header #userbar div.secondary-navigation > ul.menu {
        padding: 0;
        margin: 0;
        font-size: 1em; }
        header#masthead.site-header #userbar div.secondary-navigation > ul.menu > li {
          position: relative; }
          header#masthead.site-header #userbar div.secondary-navigation > ul.menu > li > a {
            padding: 13px 10px;
            color: #fff; }
          header#masthead.site-header #userbar div.secondary-navigation > ul.menu > li > div.widget {
            background: #fff;
            position: absolute;
            width: 320px;
            right: 0;
            color: #484c51;
            border: 3px solid #272b42; }
            header#masthead.site-header #userbar div.secondary-navigation > ul.menu > li > div.widget > h2.widgettitle {
              display: none; }
            header#masthead.site-header #userbar div.secondary-navigation > ul.menu > li > div.widget ul.cart_list {
              display: block;
              float: none;
              background: #fff;
              position: static; }
              header#masthead.site-header #userbar div.secondary-navigation > ul.menu > li > div.widget ul.cart_list li {
                width: 100%;
                color: #484c51; }
                header#masthead.site-header #userbar div.secondary-navigation > ul.menu > li > div.widget ul.cart_list li a {
                  color: #484c51;
                  background: none;
                  width: 100%;
                  padding: 10px 0; }
                  header#masthead.site-header #userbar div.secondary-navigation > ul.menu > li > div.widget ul.cart_list li a.remove {
                    display: none; }
            header#masthead.site-header #userbar div.secondary-navigation > ul.menu > li > div.widget p.buttons a {
              display: inline-block;
              width: 49%; }
              header#masthead.site-header #userbar div.secondary-navigation > ul.menu > li > div.widget p.buttons a::after {
                display: none; }
  header#masthead.site-header #site-branding-logo {
    width: 15.2542372881%;
    float: left;
    margin-right: 1.6949152542%;
    text-align: right; }
    header#masthead.site-header #site-branding-logo img {
      vertical-align: middle;
      display: inline;
      border-radius: 50%;
      max-width: 73px; }
  header#masthead.site-header #site-branding {
    width: 83.0508474576%;
    float: right;
    margin-right: 0;
    padding-bottom: 10px; }
    header#masthead.site-header #site-branding h1 {
      display: inline-block;
      margin: 0 10px; }
      header#masthead.site-header #site-branding h1:hover, header#masthead.site-header #site-branding h1 a, header#masthead.site-header #site-branding h1 a:hover {
        color: #fff;
        text-decoration: none; }
  header#masthead.site-header nav {
    padding: 0;
 /*   margin-right: 20px; */}
    header#masthead.site-header nav ul {
      list-style: none;
      margin: 0;
      display: block; }
      header#masthead.site-header nav ul li {
        padding: 12px 10px;
        display: inline-block; }
        header#masthead.site-header nav ul li a {
          color: #fff;
          text-decoration: none;
          font-weight: 700;
          font-size: 1em; }
  header#masthead.site-header nav.toggled div.handheld-navigation {
    display: block; }
    header#masthead.site-header nav.toggled div.handheld-navigation ul li {
      display: block; }
  header#masthead.site-header #site-navigation ul li {
    position: relative;
    vertical-align: top; }
    header#masthead.site-header #site-navigation ul li ul.sub-menu {
      position: absolute;
      top: 100%;
      left: 0;
      z-index: 1000;
      display: none;
      float: left;
      min-width: 160px;
      padding: 0;
      margin: 0;
      font-size: 14px;
      text-align: left;
      list-style: none;
      background-color: #4d599d;
      -webkit-background-clip: padding-box;
      background-clip: padding-box;
      border-radius: 5px;
      -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
      box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
      cursor: pointer; }
      header#masthead.site-header #site-navigation ul li ul.sub-menu:hover {
        display: block; }
      header#masthead.site-header #site-navigation ul li ul.sub-menu li {
        display: block; }
        header#masthead.site-header #site-navigation ul li ul.sub-menu li a {
          padding: 3px 20px;
          clear: both;
          font-weight: 400;
          line-height: 1.42857143;
          color: #fff;
          white-space: nowrap; }
    header#masthead.site-header #site-navigation ul li:hover ul.sub-menu {
      display: block; }

body.page-template-template-homepage header#masthead.site-header #site-branding-logo {
  width: 15.2542372881%;
  float: left;
  margin-right: 1.6949152542%;
  margin-bottom: -60px; }
  body.page-template-template-homepage header#masthead.site-header #site-branding-logo img {
    width: 100%;
    max-width: 120px;
    position: relative;
    z-index: 1000; }

body.page-template-template-homepage header#masthead.site-header #site-branding {
  width: 83.0508474576%;
  float: right;
  margin-right: 0; }

.menu-toggle {
  margin: 1em auto; }

body.page-template-template-homepage {
/*  padding-top: 122px; */}
  body.page-template-template-homepage .homepage-content-area {
    width: 64.2857142857%;
    float: left;
    margin-right: 7.1428571429%; }
  body.page-template-template-homepage .homepage-widget-area {
    width: 28.5714285714%;
    float: right;
    margin-right: 0; }
  body.page-template-template-homepage .site-main {
    padding: 0; }
    body.page-template-template-homepage .site-main #headliner {
      max-width: 1200px;
      margin: 0 auto;
      padding: 0; }
    body.page-template-template-homepage .site-main #homepage-content {
      padding-top: 5em; }

.search-form input, .search-form button, .search-form label {
  width: 100%; }

ul.menu li a {
  color: #ccc; }

#primary .st-callout {
  background-color: #717AB1;
  border-color: #4d599d;
  color: #fff;
  text-shadow: none; }
  #primary .st-callout .callout-link {
    color: #fff; }
  #primary .st-callout a {
    color: #fff; }

#colophon.site-footer {
  background: #717AB1;
  color: #fff; }
  #colophon.site-footer h1, #colophon.site-footer h2, #colophon.site-footer h3, #colophon.site-footer h4, #colophon.site-footer h5, #colophon.site-footer h6 {
    color: #fff; }
  #colophon.site-footer aside.widget a {
    color: #fff; }

.widget_nav_menu ul li:before,
.widget_product_categories ul li:before {
  content: none !important; }

mark.count {
  display: none; }

#cookie-bar {
  background: #111111;
  height: auto;
  line-height: 24px;
  color: #eeeeee;
  text-align: center;
  padding: 3px 0;
  bottom: 0;
  position: fixed;
  width: 100%;
  z-index: 30000; }
  #cookie-bar p {
    margin: 0;
    padding: 0; }
  #cookie-bar a {
    color: #ffffff;
    display: inline-block;
    border-radius: 3px;
    text-decoration: none;
    padding: 0 6px;
    margin-left: 8px; }
  #cookie-bar .cb-enable {
    background: #007700; }
    #cookie-bar .cb-enable:hover {
      background: #009900; }
  #cookie-bar .cb-disable {
    background: #990000; }
    #cookie-bar .cb-disable:hover {
      background: #bb0000; }
  #cookie-bar .cb-policy {
    background: #0033bb; }
    #cookie-bar .cb-policy:hover {
      background: #0055dd; }

.page #comments {
  display: none; }

.yotpo.testimonials {
  display: none; }

.widget_product_categories ul li:before {
  opacity: .25;
  content: ""; }

.error404 .content-area {
  width: 74.5762711864%;
  float: right;
  margin-right: 0; }

.payment_method_PayPal-Pro .input-text {
  background: #fff; }

.woocommerce-cart .shipping {
  display: none; }

.country-select form {
  margin: 0;
  vertical-align: top;
  padding-top: 5px; }

.another_carousel_header a {
  z-index: 300 !important; }

#social-bar .social-links {
  margin: 0;
  padding: 0;
  list-style: none; }
  #social-bar .social-links li {
    display: inline-block; }

.footer-widgets {
  padding-top: 1em !important; }

.woocommerce-tabs ul.tabs > li {
  float: none;
  height: 43px; }
  .woocommerce-tabs ul.tabs > li > a {
    line-height: normal;
    height: auto;
    padding: 1em 0 1em 5px !important;
    border: none; }

.widget_nav_menu > div > ul > li > a {
  font-weight: bold;
  background: #717AB1;
  color: #fff !important;
  text-decoration: none;
  padding: 3px 4px;
  display: block;
  font-size: 14px; }

.widget_nav_menu > div > ul > li > ul {
  visibility: hidden;
  opacity: 0;
  height: 0;
  cursor: pointer;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease; }
  .widget_nav_menu > div > ul > li > ul > li {
    font-weight: normal; }

.widget_nav_menu > div > ul > li:hover > ul, .widget_nav_menu > div > ul > li.hover > ul {
  opacity: 1;
  visibility: visible;
  height: auto; }

.row {
  max-width: 946px;
  margin: 0 auto; }

.category-image {
  margin: 0 10px 10px 0;
  float: left; }

.clearfix {
  clear: both; }

body {
 /* padding-top: 123px; */
  font-size: 14px; }
  
 .site-title {color:#fff;  font-style:italic; font-size:2em;}

table.cart .product-thumbnail {display:table-cell}


table.cart .product-thumbnail img {
    border: 0.327em solid #fff;
    height: auto;
    width: 50px;
}

a.remove::before { color: #999;}

.single-product div.product .product_meta { display: none;}

.single-product #crestashareiconincontent {display:none}
.single-product [itemprop="description"]  {font-size:1.1em}
.single-product .amount {font-size:1.4em}

