/* Welcome to Compass.
 * In this file you should write your main styles. (or centralize your imports)
 * Import this file using the following HTML or equivalent:
 * <link href="/stylesheets/screen.css" media="screen, projection" rel="stylesheet" type="text/css" /> */
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,700,400italic,700italic);
@import url(https://fonts.googleapis.com/css?family=Oswald);
/* line 5, ../../../../../../../../usr/local/lib/ruby/gems/2.3.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

/* line 22, ../../../../../../../../usr/local/lib/ruby/gems/2.3.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
html {
  line-height: 1;
}

/* line 24, ../../../../../../../../usr/local/lib/ruby/gems/2.3.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
ol, ul {
  list-style: none;
}

/* line 26, ../../../../../../../../usr/local/lib/ruby/gems/2.3.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 28, ../../../../../../../../usr/local/lib/ruby/gems/2.3.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

/* line 30, ../../../../../../../../usr/local/lib/ruby/gems/2.3.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
q, blockquote {
  quotes: none;
}
/* line 103, ../../../../../../../../usr/local/lib/ruby/gems/2.3.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

/* line 32, ../../../../../../../../usr/local/lib/ruby/gems/2.3.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
a img {
  border: none;
}

/* line 116, ../../../../../../../../usr/local/lib/ruby/gems/2.3.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

/* line 17, ../sass/screen.scss */
body {
  font-family: "Open Sans", sans-serif;
  background: #FBF8E5;
  color: #776766;
}

/* line 23, ../sass/screen.scss */
a {
  color: #84B284;
}
/* line 26, ../sass/screen.scss */
a:hover {
  color: #508050;
}

/* line 31, ../sass/screen.scss */
.container-fluid {
  padding: 0;
}

/* line 35, ../sass/screen.scss */
section {
  margin-bottom: 30px;
}

/* line 39, ../sass/screen.scss */
h1, h2 {
  font-family: "Oswald", sans-serif;
}

/* line 43, ../sass/screen.scss */
h1 {
  text-align: center;
  font-size: 39px;
  margin: 50px 0;
}

/* line 50, ../sass/screen.scss */
h2.product-option-group-title {
  display: none;
}

/* line 54, ../sass/screen.scss */
.product-option-group > div {
  width: 100%;
}
/* line 57, ../sass/screen.scss */
.product-option-group > div textarea {
  width: 100%;
  height: 100px;
}

/* line 63, ../sass/screen.scss */
h3.product-option-title {
  width: 24%;
  display: inline-block;
  vertical-align: top;
  margin: 0;
  text-align: left;
}

/* line 71, ../sass/screen.scss */
.product-option-content {
  width: 76%;
  display: inline-block;
}

/* line 76, ../sass/screen.scss */
.home-boxes {
  color: #fff;
  position: relative;
  opacity: 1;
  -moz-transition: opacity 0.25s;
  -o-transition: opacity 0.25s;
  -webkit-transition: opacity 0.25s;
  transition: opacity 0.25s;
}
/* line 82, ../sass/screen.scss */
.home-boxes h2 {
  position: absolute;
  bottom: 30px;
  left: 40px;
  font-size: 2em;
  text-shadow: 0px 0px 8px black;
}
/* line 90, ../sass/screen.scss */
.home-boxes a {
  color: #fff;
}
/* line 94, ../sass/screen.scss */
.home-boxes:hover {
  opacity: .8;
}

/* line 99, ../sass/screen.scss */
.wrap {
  background: #fff;
  margin: 20px;
}

/* line 104, ../sass/screen.scss */
.navbar {
  border-bottom: 1px solid #F5F3EF;
  margin: 0;
}

/* line 109, ../sass/screen.scss */
.logo-wrap {
  height: 108px;
  border-right: 1px solid #F5F3EF;
}

/* line 114, ../sass/screen.scss */
.account-wrap {
  border-left: 1px solid #F5F3EF;
  height: 108px;
}

/* line 119, ../sass/screen.scss */
.navbar-brand {
  float: none;
  height: auto;
  display: block;
}
/* line 124, ../sass/screen.scss */
.navbar-brand img {
  margin: auto;
  display: block;
}

/* line 130, ../sass/screen.scss */
.navbar-nav {
  margin-top: 33px;
  width: 100%;
}
/* line 134, ../sass/screen.scss */
.navbar-nav > li {
  text-transform: uppercase;
  padding: 0 7px;
  float: none;
  display: inline-block;
  font-size: .9em;
}
/* line 141, ../sass/screen.scss */
.navbar-nav > li > a {
  color: #776766;
  padding: 15px 10px;
}
/* line 145, ../sass/screen.scss */
.navbar-nav > li > a:hover {
  background: none;
  color: #84B284;
}
/* line 151, ../sass/screen.scss */
.navbar-nav > li:hover .sub-menu {
  display: block;
}
/* line 155, ../sass/screen.scss */
.navbar-nav > li .sub-menu {
  display: none;
  position: absolute;
  background: #fff;
  list-style: none;
  border: 1px solid #F5F3EF;
  padding: 15px;
  width: 150px;
  z-index: 1000;
}
/* line 165, ../sass/screen.scss */
.navbar-nav > li .sub-menu li {
  padding: 5px 0;
}
/* line 168, ../sass/screen.scss */
.navbar-nav > li .sub-menu li a {
  color: #776766;
  font-size: .9em;
}
/* line 172, ../sass/screen.scss */
.navbar-nav > li .sub-menu li a:hover {
  color: #84B284;
  text-decoration: none;
}
/* line 181, ../sass/screen.scss */
.navbar-nav > li.menu-item-has-children > a:after {
  content: '\25bc';
  color: #84B284;
  font-size: .6em;
  padding: 0px 6px;
  position: relative;
  top: -2px;
}
/* line 191, ../sass/screen.scss */
.navbar-nav > li.cart-icon {
  font-size: 1.3em;
}

/* line 197, ../sass/screen.scss */
.cart-icon {
  border: 1px solid #F5F3EF;
  width: 34px;
  height: 34px;
  border-radius: 17px;
  font-size: 1.4em;
  line-height: 31px;
}
/* line 205, ../sass/screen.scss */
.cart-icon a {
  padding: 0 !important;
  line-height: 140% !important;
}
/* line 209, ../sass/screen.scss */
.cart-icon a sup {
  position: absolute;
  font-size: .5em;
  color: #fff;
  background: #84B284;
  width: 20px;
  height: 20px;
  border-radius: 10px;
  line-height: 20px;
  text-align: center;
}

/* line 223, ../sass/screen.scss */
#add_payment_method #payment ul.payment_methods li img, .woocommerce-checkout #payment ul.payment_methods li img {
  display: inline-block;
}

/* line 227, ../sass/screen.scss */
.woocommerce .woocommerce-info {
  border-top-color: #84B284;
}

/* line 231, ../sass/screen.scss */
.woocommerce .woocommerce-info:before {
  color: #84B284;
}

/* line 235, ../sass/screen.scss */
.slide {
  width: 100%;
  height: 350px !important;
  background-size: cover;
  background-position: center center;
  display: block;
}
/* line 242, ../sass/screen.scss */
.slide a {
  width: 100%;
  height: 100%;
  display: block;
}

/* line 249, ../sass/screen.scss */
.slick-prev, .slick-next {
  font-size: 1em;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  width: 20px;
  height: 20px;
  margin-top: -10px;
  padding: 0;
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: transparent;
}

/* line 266, ../sass/screen.scss */
.slick-prev:before, .slick-next:before {
  font-family: 'slick';
  font-size: 5em;
  line-height: 1;
  opacity: .75;
  color: white;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* line 276, ../sass/screen.scss */
.slick-prev::before {
  content: "\2039";
}

/* line 280, ../sass/screen.scss */
.slick-next::before {
  content: "\203A";
}

/* line 284, ../sass/screen.scss */
.slick-next {
  right: 20px;
}

/* line 288, ../sass/screen.scss */
.slick-prev {
  z-index: 1;
  left: 20px;
}

/* line 293, ../sass/screen.scss */
.small {
  font-size: 70%;
  text-align: center;
}

/* line 298, ../sass/screen.scss */
p {
  margin-bottom: 15px;
  line-height: 140%;
}

/* line 303, ../sass/screen.scss */
.product-wrap {
  border-right: 1px solid #F5F3EF;
  border-bottom: 1px solid #F5F3EF;
  position: relative;
  overflow: hidden;
  height: 250px;
}
/* line 310, ../sass/screen.scss */
.product-wrap:hover .overlay {
  opacity: 1;
}
/* line 314, ../sass/screen.scss */
.product-wrap a:hover {
  color: #84B284;
}
/* line 318, ../sass/screen.scss */
.product-wrap:hover a h3 {
  color: #84B284;
}

/* line 324, ../sass/screen.scss */
.woocommerce .product-wrap {
  height: 357px;
}

/* line 328, ../sass/screen.scss */
h3 {
  text-align: center;
  margin: 15px 0;
}

/* line 333, ../sass/screen.scss */
a h3 {
  color: #776766;
}
/* line 336, ../sass/screen.scss */
a h3:hover {
  color: #84B284;
}

/* line 341, ../sass/screen.scss */
.product {
  padding: 0;
}
/* line 344, ../sass/screen.scss */
.product img {
  margin: auto;
  display: block;
  width: 70%;
}

/* line 351, ../sass/screen.scss */
.grid {
  border-top: 1px solid #F5F3EF;
  padding-left: 15px;
  padding-right: 15px;
}

/* line 357, ../sass/screen.scss */
.overlay {
  position: absolute;
  left: 0;
  bottom: 0;
  background: rgba(245, 243, 239, 0.9);
  text-align: center;
  padding: 2%;
  width: 100%;
  height: 100%;
  opacity: 0;
  -moz-transition: opacity 0.25s;
  -o-transition: opacity 0.25s;
  -webkit-transition: opacity 0.25s;
  transition: opacity 0.25s;
}
/* line 369, ../sass/screen.scss */
.overlay .entry {
  position: relative;
  top: 50%;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

/* line 376, ../sass/screen.scss */
.woocommerce img {
  margin: auto;
  display: block;
}

/* line 381, ../sass/screen.scss */
article.page {
  margin-bottom: 100px;
}

/* line 385, ../sass/screen.scss */
.fa-circle {
  color: #E1DDDD;
}

/* line 389, ../sass/screen.scss */
.sm {
  text-align: center;
  margin-top: 30px;
}
/* line 393, ../sass/screen.scss */
.sm span:hover .fa-circle {
  color: #84B284;
}

/* line 398, ../sass/screen.scss */
#mc_embed_signup input {
  border: #F5F3EF 1px solid;
  padding: 14px 14px 8px;
  display: inline-block;
  width: 90%;
}

/* line 405, ../sass/screen.scss */
#mc_embed_signup input[type=submit] {
  background: #fff;
  width: 10%;
  font-size: 3em;
  padding: 0 0 10px 0;
  vertical-align: top;
  line-height: 34px;
}

/* line 414, ../sass/screen.scss */
footer {
  background: url(../../img/semicircle.png) repeat-x left bottom;
  padding: 50px 0;
}

/* line 419, ../sass/screen.scss */
img {
  max-width: 100%;
  height: auto;
}

/* line 424, ../sass/screen.scss */
strong, b {
  font-weight: bold;
}

/* line 428, ../sass/screen.scss */
em {
  font-style: italic;
}

/* line 432, ../sass/screen.scss */
ol {
  list-style: decimal;
}

/* line 436, ../sass/screen.scss */
ul {
  list-style: disc;
}

/* line 440, ../sass/screen.scss */
.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

/* line 445, ../sass/screen.scss */
.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

/* line 450, ../sass/screen.scss */
.aligncenter {
  display: block;
  margin: 5px auto 5px auto;
}

/* line 455, ../sass/screen.scss */
.nav-mobile {
  position: fixed;
  left: 100%;
  display: none;
  background: #fff;
  width: 100%;
  transition: left .25s;
  top: 0;
  display: block;
  text-align: left;
  z-index: 100;
}
/* line 467, ../sass/screen.scss */
.nav-mobile.open {
  left: 0px;
}
/* line 471, ../sass/screen.scss */
.nav-mobile ul {
  display: block;
  margin: 0;
}
/* line 475, ../sass/screen.scss */
.nav-mobile ul li {
  display: block;
  float: none;
  margin: 0;
}
/* line 480, ../sass/screen.scss */
.nav-mobile ul li ul {
  max-height: 0;
  overflow: hidden;
  visibility: hidden;
  transition: .3s all;
}
/* line 487, ../sass/screen.scss */
.nav-mobile ul li ul li a {
  padding-left: 35px;
  display: block;
}
/* line 494, ../sass/screen.scss */
.nav-mobile ul li a {
  padding: 14px 15px;
  background: #f9f9f9;
  border-bottom: 1px solid #fcfcfc;
  position: relative;
}
/* line 500, ../sass/screen.scss */
.nav-mobile ul li a:hover {
  background: #fcf4f2;
}
/* line 506, ../sass/screen.scss */
.nav-mobile ul .menu-item-has-children {
  position: relative;
}
/* line 509, ../sass/screen.scss */
.nav-mobile ul .menu-item-has-children .after {
  position: absolute;
  right: 0px;
  top: 0px;
  display: block;
  background: #dedede;
  height: 44px;
  width: 45px;
  font-size: 3em;
  text-align: center;
  line-height: 100%;
}
/* line 524, ../sass/screen.scss */
.nav-mobile ul .menu-item-has-children.active ul {
  max-height: 800px;
  overflow-y: auto;
  visibility: visible;
}
/* line 533, ../sass/screen.scss */
.nav-mobile h6 {
  padding: 15px;
}

/* line 538, ../sass/screen.scss */
.mobile-site-title {
  padding: 15px;
}

/* line 542, ../sass/screen.scss */
.woocommerce div.product span.price {
  color: #776766;
  display: block;
  margin-bottom: 15px;
}

/* line 548, ../sass/screen.scss */
.woocommerce div.product p.price {
  color: #776766;
  font-size: 20px;
}

/* line 553, ../sass/screen.scss */
.from {
  font-size: .55em;
}

/* line 557, ../sass/screen.scss */
.woocommerce div.product form.cart .variations select, select {
  border-color: #776766;
  background: #fff;
}

/* line 562, ../sass/screen.scss */
.product-option {
  margin-bottom: 5px;
}

/* line 566, ../sass/screen.scss */
.woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt {
  background: #84B284;
  border-radius: 0;
  border: 1px solid #F5F3EF;
  color: #fff;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: .04em;
  font-size: 1.2em;
}

/* line 577, ../sass/screen.scss */
.woocommerce div.product form.cart .variations td.label {
  padding-right: 19px;
}

/* line 581, ../sass/screen.scss */
.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: #87b487;
}

/* line 585, ../sass/screen.scss */
.woocommerce #respond input#submit.alt:hover, .woocommerce a.button.alt:hover, .woocommerce button.button.alt:hover, .woocommerce input.button.alt:hover {
  background: #659e65;
}

/* line 589, ../sass/screen.scss */
div[itemprop=description] {
  font-size: .75em;
  margin-top: 60px;
}

/* line 594, ../sass/screen.scss */
.woocommerce div.product .woocommerce-tabs ul.tabs {
  display: none;
}

/* line 598, ../sass/screen.scss */
.woocommerce .woocommerce-breadcrumb {
  margin-top: 25px;
  font-size: .7em;
  color: #776766;
}

/* line 604, ../sass/screen.scss */
.woocommerce .quantity .qty {
  height: 2.7em;
}

/* line 608, ../sass/screen.scss */
.woocommerce div.product .product_title {
  margin-top: 50px;
}

/* line 612, ../sass/screen.scss */
.reset_variations {
  display: none !important;
}

/* line 616, ../sass/screen.scss */
.label {
  color: #776766;
  text-align: left;
  font-size: 1em;
  font-weight: normal;
}

/* line 623, ../sass/screen.scss */
.woocommerce div.product form.cart .variations label {
  font-weight: normal;
}

/* line 627, ../sass/screen.scss */
.woocommerce div.product form.cart .variations {
  margin-bottom: 5px;
}

/* line 631, ../sass/screen.scss */
.product-option-groups {
  margin-bottom: 1em;
}

/* line 635, ../sass/screen.scss */
.navbar-toggle .icon-bar {
  background: #776766;
}

/* line 639, ../sass/screen.scss */
.navbar-toggle {
  background: #fff;
  z-index: 200;
  position: absolute;
  right: -20px;
  margin: 0;
  top: -15px;
}

/* line 648, ../sass/screen.scss */
.ui-datepicker {
  font-size: 90%;
}

/* line 652, ../sass/screen.scss */
.ui-datepicker {
  font-family: "Lucida Grande", "Lucida Sans Unicode", Helvetica, Arial, Verdana, sans-serif;
  background: #fff;
  border: none;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
}

/* line 661, ../sass/screen.scss */
.ui-datepicker {
  padding: 0;
  box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.5) !important;
  background: #f7f7f7;
}

/* line 667, ../sass/screen.scss */
.ui-datepicker .ui-datepicker-header {
  border: none;
  background: transparent;
  font-weight: normal;
  font-size: 15px;
}

/* line 674, ../sass/screen.scss */
.ui-datepicker .ui-datepicker-header .ui-state-hover {
  background: transparent;
  border-color: transparent;
  cursor: pointer;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
}

/* line 683, ../sass/screen.scss */
.ui-datepicker .ui-datepicker-title {
  margin-top: .4em;
  margin-bottom: .3em;
  color: #84B284;
}

/* line 689, ../sass/screen.scss */
.ui-datepicker .ui-datepicker-prev-hover,
.ui-datepicker .ui-datepicker-next-hover,
.ui-datepicker .ui-datepicker-next,
.ui-datepicker .ui-datepicker-prev {
  top: .9em;
  border: none;
}

/* line 697, ../sass/screen.scss */
.ui-datepicker .ui-datepicker-prev-hover {
  left: 2px;
}

/* line 701, ../sass/screen.scss */
.ui-datepicker .ui-datepicker-next-hover {
  right: 2px;
}

/* line 704, ../sass/screen.scss */
.ui-datepicker .ui-datepicker-next span,
.ui-datepicker .ui-datepicker-prev span {
  background-position: -32px 0;
  margin-top: 0;
  top: 0;
  font-weight: normal;
}

/* line 712, ../sass/screen.scss */
.ui-datepicker .ui-datepicker-prev span {
  background-position: -96px 0;
}

/* line 716, ../sass/screen.scss */
.ui-datepicker table {
  margin: 0;
}

/* line 720, ../sass/screen.scss */
.ui-datepicker th {
  padding: 1em 0;
  color: #ccc;
  font-size: 13px;
  font-weight: normal;
  border: none;
  border-top: 1px solid #3a414d;
}

/* line 729, ../sass/screen.scss */
.ui-datepicker td {
  background: #f9f9f9;
  border: none;
  padding: 0;
}

/* line 735, ../sass/screen.scss */
td.ui-datepicker-unselectable.ui-state-disabled {
  background: #eee !important;
}

/* line 739, ../sass/screen.scss */
.ui-datepicker td .ui-state-default {
  background: transparent;
  border: none;
  text-align: center;
  padding: .5em;
  margin: 0;
  font-weight: normal;
  color: #84B284;
  font-size: 16px;
  text-shadow: none;
}

/* line 752, ../sass/screen.scss */
.ui-datepicker .ui-state-disabled {
  opacity: 1;
}

/* line 756, ../sass/screen.scss */
.ui-datepicker .ui-state-disabled .ui-state-default {
  color: #fba49e;
}

/* line 760, ../sass/screen.scss */
.ui-datepicker td .ui-state-active,
.ui-datepicker td .ui-state-hover {
  background: #ccc;
  color: #fff;
}

/* line 766, ../sass/screen.scss */
.gform_wrapper .top_label .gfield_label {
  width: 25%;
  vertical-align: top;
}

/* line 771, ../sass/screen.scss */
.gform_wrapper .top_label input.medium, .gform_wrapper .top_label select.medium {
  width: auto !important;
}

/* line 775, ../sass/screen.scss */
body .gform_wrapper label.gfield_label + div.ginput_container {
  width: 75%;
  display: inline-block;
}

/* line 780, ../sass/screen.scss */
.gform_wrapper .top_label .gfield_description {
  padding: 0 !important;
}

/* line 784, ../sass/screen.scss */
.gform_wrapper .top_label select.medium {
  width: 100% !important;
}

/* line 788, ../sass/screen.scss */
.woocommerce td.product-name dl.variation dd {
  padding: 0;
  margin: 0;
}

/* line 793, ../sass/screen.scss */
.woocommerce td.product-name dl.variation {
  font-size: .9em;
}

/* line 797, ../sass/screen.scss */
.tab-container {
  background: #f9f9f9;
}

/* line 801, ../sass/screen.scss */
.tab-list {
  border-bottom: 1px solid #F5F3EF;
  width: 100%;
}
/* line 805, ../sass/screen.scss */
.tab-list ul {
  text-align: center;
}
/* line 808, ../sass/screen.scss */
.tab-list ul li {
  display: inline-block;
  padding: 1% 5%;
}
/* line 812, ../sass/screen.scss */
.tab-list ul li:hover {
  background: #FBF8E5;
}
/* line 818, ../sass/screen.scss */
.tab-list ul li a:hover {
  text-decoration: none;
}

/* line 826, ../sass/screen.scss */
.gform_wrapper .top_label .ginput_container_number input {
  width: 27.5% !important;
}

/* line 830, ../sass/screen.scss */
.wpsl-search {
  display: none;
}

/* line 834, ../sass/screen.scss */
.page-id-11 article.page {
  margin-bottom: 0;
}

/* line 838, ../sass/screen.scss */
#gform_2 input[type=text], #gform_2 textarea {
  width: 100%;
}

/* line 842, ../sass/screen.scss */
#gform_2 .top_label .gfield_label {
  display: inline-block;
  vertical-align: top;
}

/* line 847, ../sass/screen.scss */
#wpsl-stores .wpsl-store-thumb {
  width: 100px !important;
}

/* line 851, ../sass/screen.scss */
article.wpsl_stores {
  padding: 20px;
  line-height: 140%;
  text-align: center;
}
/* line 856, ../sass/screen.scss */
article.wpsl_stores table.wpsl-opening-hours {
  margin: auto;
}


/* my account */
#page-83 .woocommerce{
  display: flex;
}

#page-83 .woocommerce nav ul{
  list-style: none;
  margin-right: 3em;
  border-top: 1px solid;
  white-space: nowrap;
}

#page-83 .woocommerce nav ul li{
  border-bottom: 1px solid;
  padding: .5em 0;
}