/*
basic styles
*/
* {
  margin: 0; }

html, body {
  height: 100%; }

body {
  background: #f3f3f3;
  text-align: center;
  font: 15px "Gotham Book", Arial, sans-serif;
  color: #5D5B5B;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

body.home {
  background: #fff; }

.wrap {
  min-height: 100%;
  height: auto !important;
  height: 100%;
  margin: 0 auto -570px; }

footer, .push {
  height: 570px; }

footer {
  background: #454f4e;
  color: #fff;
  clear: both; }

h1, h2, h3 {
  padding-bottom: 20px;
  font-weight: normal;
  color: #9A7973;
  font-family: "Gotham Light", Arial, sans-serif; }

h4, h5, h6 {
  padding-bottom: 10px;
  font-weight: normal; }

h1 {
  font-size: 34px;
  line-height: 38px;
  font-family: "Gotham Light", Arial, sans-serif; }

h2 {
  font-size: 30px;
  line-height: 34px; }

h3 {
  font-size: 24px;
  line-height: 30px; }

h4 {
  font-size: 20px;
  font-family: "Gotham Medium", Arial, sans-serif; }

h5 {
  font-size: 18px;
  font-family: "Gotham Medium", Arial, sans-serif; }

h6 {
  font-size: 16px; }

h1.page-title {
  text-align: left; }

h1#cat-page-title {
  font-size: 30px; }

#general-page-title-wrap {
  padding: 0; }

h3.big-center {
  font: 34px "Gotham Light", Arial, sans-serif;
  color: #fff;
  padding-bottom: 40px; }

p {
  padding-bottom: 20px;
  line-height: 22px; }

ul, ol {
  margin-left: 30px;
  margin-bottom: 20px; }

ul li {
  list-style: disc outside none;
  line-height: 22px; }

ol li {
  list-style: decimal outside none;
  line-height: 22px; }

.clear {
  clear: both; }

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

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

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

a {
  color: #eb7072;
  text-decoration: none;
  -webkit-transition: all 0.2s linear 0s;
  -moz-transition: all 0.2s linear 0s;
  -ms-transition: all 0.2s linear 0s;
  -o-transition: all 0.2s linear 0s;
  transition: all 0.2s linear 0s;
  -webkit-transform: translateZ(0); }

a:hover {
  color: #222;
  text-decoration: none; }

input, textarea, select {
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  font: 15px "Gotham Book", Arial, sans-serif;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

input[type="radio"] {
  -webkit-appearance: radio;
  -moz-appearance: radio;
  appearance: radio; }

input[type="checkbox"] {
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
  appearance: checkbox; }

::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.3);
  font: 15px "Gotham Book", Arial, sans-serif; }

::-moz-placeholder {
  color: rgba(0, 0, 0, 0.3);
  font: 15px "Gotham Book", Arial, sans-serif; }

:-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.3);
  font: 15px "Gotham Book", Arial, sans-serif; }

input:-moz-placeholder {
  color: rgba(0, 0, 0, 0.3);
  font: 15px "Gotham Book", Arial, sans-serif; }

[placeholder]:focus::-webkit-input-placeholder {
  transition: opacity 0.5s 0.5s ease;
  opacity: 0; }

[placeholder]:focus::-moz-placeholder {
  transition: opacity 0.5s 0.5s ease;
  opacity: 0; }

[placeholder]:focus::-ms-input-placeholder {
  transition: opacity 0.5s 0.5s ease;
  opacity: 0; }

.nopadding {
  padding: 0; }

.button, .big-button, span.price-button, a.all-button, a.footer-button, .wpcf7-form input.wpcf7-submit, #about-lash-fx-inline-box a, form.cart button.button, .woocommerce-billing-fields input.wpcf7-submit, .woocommerce-shipping-fields input.wpcf7-submit, .woocommerce input#place_order, form.edit-info-form input.button {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  border: 2px solid #777474;
  padding: 15px 40px;
  display: inline-block;
  text-align: center;
  margin: 0 auto;
  color: #777474;
  font: 13px "Gotham Medium", Arial, sans-serif;
  text-transform: uppercase;
  -webkit-transition: all 0.2s linear 0s;
  -moz-transition: all 0.2s linear 0s;
  -ms-transition: all 0.2s linear 0s;
  -o-transition: all 0.2s linear 0s;
  transition: all 0.2s linear 0s; }

.button:hover, .big-button:hover, span.price-button:hover, a.all-button:hover, a.footer-button:hover, .wpcf7-form input.wpcf7-submit:hover, #about-lash-fx-inline-box a:hover, form.cart button.button:hover, .woocommerce-billing-fields input.wpcf7-submit:hover, .woocommerce-shipping-fields input.wpcf7-submit:hover, .woocommerce input#place_order:hover, form.edit-info-form input.button:hover {
  color: #eb7072;
  border-color: #eb7072; }

.desc-field-wrap, #lashfx-desc {
  font: 15px "Gotham Book", Arial, sans-serif;
  line-height: 22px; }

/*
the main styles
*/
header {
  height: 90px;
  position: fixed;
  top: 0;
  z-index: 99999;
  width: 100%;
  background: #fff;
  transition: 0.4s all cubic-bezier(0.3, 0.73, 0.3, 0.74);
  box-shadow: 0px 1px 3px -2px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 1px 3px -2px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0px 1px 3px -2px rgba(0, 0, 0, 0.2); }
  header li#menu-item-49 {
    display: none; }

header.homeheader {
  position: relative;
  background: none;
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none; }

body.admin-bar header {
  top: 32px; }

.nav-wrap {
  float: right;
  line-height: 90px;
  -webkit-transition: all 0.2s linear 0s;
  -moz-transition: all 0.2s linear 0s;
  -ms-transition: all 0.2s linear 0s;
  -o-transition: all 0.2s linear 0s;
  transition: all 0.2s linear 0s; }

.menu-main-menu-container {
  float: left; }

.logo {
  height: 100%;
  font: 40px "Proxima Nova Extra Condensed Semi", Arial, sans-serif;
  letter-spacing: 1px;
  color: #555;
  text-align: left;
  text-transform: uppercase;
  float: left;
  line-height: 90px;
  -webkit-transition: all 0.2s linear 0s;
  -moz-transition: all 0.2s linear 0s;
  -ms-transition: all 0.2s linear 0s;
  -o-transition: all 0.2s linear 0s;
  transition: all 0.2s linear 0s; }

header.shrink-header {
  height: 70px; }
  header.shrink-header .nav-wrap, header.shrink-header .logo {
    line-height: 70px; }

.hidden-homeheader {
  top: -70px;
  position: fixed;
  z-index: 99999;
  width: 100%;
  height: 70px;
  background: #fff;
  box-shadow: 0px 1px 3px -2px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 1px 3px -2px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0px 1px 3px -2px rgba(0, 0, 0, 0.2);
  transition: 0.4s all cubic-bezier(0.3, 0.73, 0.3, 0.74); }
  .hidden-homeheader .nav-wrap, .hidden-homeheader .logo {
    line-height: 70px; }
  .hidden-homeheader li.menu-item-49, .hidden-homeheader li.menu-item-105 {
    display: none; }

.sticky-homeheader {
  top: 0; }

body.admin-bar .sticky-homeheader {
  top: 32px; }

.tagline {
  font: 18px/24px "Proxima Nova Condensed Light", Arial, sans-serif; }

ul.menu {
  margin: 0;
  padding: 0;
  text-align: left; }
  ul.menu li {
    list-style: none;
    display: inline-block;
    margin-right: 40px;
    padding: 0;
    line-height: 13px; }
    ul.menu li a {
      font: 13px "Gotham Medium", Arial, sans-serif;
      text-transform: uppercase;
      color: #777474; }
    ul.menu li a:hover {
      color: #eb7072; }
  ul.menu li.current-menu-item a {
    color: #eb7072; }

li#menu-item-105 {
  display: none; }

li.cart {
  display: inline-block;
  line-height: 13px; }

a.view-cart {
  padding-left: 40px;
  border-left: 1px solid rgba(0, 0, 0, 0.1);
  font: 13px "Gotham Medium", Arial, sans-serif;
  text-transform: uppercase;
  color: #777474;
  margin: 0; }
  a.view-cart .ss-icon {
    line-height: 13px;
    vertical-align: bottom;
    display: inline-block; }

a.view-cart:hover, body.woocommerce-cart a.view-cart {
  color: #eb7072; }

body.home .wrap {
  background: url("/wp-content/themes/lashfx2015/images/hero.png") no-repeat;
  background-position: left -20px;
  background-size: 45%; }

.logo-home {
  display: inline-block;
  float: none;
  margin: 90px auto 0;
  text-align: center;
  vertical-align: middle;
  line-height: 1;
  font: 40px "Proxima Nova Extra Condensed Semi", Arial, sans-serif;
  letter-spacing: 1px;
  color: #555;
  text-transform: uppercase;
  -webkit-transition: all 0.2s linear 0s;
  -moz-transition: all 0.2s linear 0s;
  -ms-transition: all 0.2s linear 0s;
  -o-transition: all 0.2s linear 0s;
  transition: all 0.2s linear 0s; }

.logo-home:before {
  width: 45px;
  display: inline-block;
  margin-right: 30px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  content: "";
  vertical-align: middle; }

.logo-home:after {
  width: 45px;
  display: inline-block;
  margin-left: 30px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  content: "";
  vertical-align: middle; }

.home-logo-wrap .tagline {
  clear: both;
  display: block;
  margin: 5px auto 40px; }

.home-intro-copy {
  margin-bottom: 140px; }

ul.characteristics {
  display: block;
  margin: 0 0 30px;
  padding: 0; }
  ul.characteristics li {
    display: block;
    margin: 0 auto 15px;
    font: 16px "Gotham Medium", Arial, sans-serif;
    text-transform: uppercase;
    color: #6A807D; }

#lashfx-desc {
  margin: 0 0 10px; }

.big-button {
  font-size: 15px; }

#featured-products {
  padding: 80px 0;
  clear: both;
  background: #9A7973; }

.card-box {
  margin-bottom: 40px; }

.card-inner {
  float: left;
  width: 100%;
  padding: 0;
  background: #fff;
  box-shadow: 0px 8px 0px -5px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 8px 0px -5px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0px 8px 0px -5px rgba(0, 0, 0, 0.2); }

.card-thumb {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  width: 100%;
  height: 160px;
  float: left;
  margin-bottom: 35px; }

.card-content {
  padding: 0 20px;
  height: 220px;
  clear: both; }

.card-content-wrap {
  height: 150px;
  display: block;
  width: 100%;
  color: #5D5B5B; }

h4.card-title {
  font: 16px/24px "Gotham Medium", Arial, sans-serif; }

.card-desc {
  font: 13px/18px "Gotham Book", Arial, sans-serif; }

span.price-button {
  clear: both;
  font-size: 13px;
  padding: 10px 30px; }

.card-inner:hover span.price-button {
  border-color: #eb7072;
  color: #eb7072; }

a.all-button {
  border-color: rgba(0, 0, 0, 0.2);
  color: #fff;
  font-size: 13px; }

a.all-button:hover {
  border-color: rgba(0, 0, 0, 0.4);
  color: #fff; }

.footer-wrap {
  padding-top: 90px; }
  .footer-wrap h4 {
    font: 24px/32px "Gotham Book", Arial, sans-serif;
    padding: 0 20px 10px; }

a.footer-button {
  border-color: #00C6A3;
  color: #fff;
  font-size: 15px;
  margin-bottom: 60px; }

a.footer-button:hover {
  color: #fff;
  border-color: #00D8A3; }

.footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding-top: 30px;
  clear: both;
  display: inline-block; }
  .footer-bottom ul.menu {
    clear: both;
    float: none;
    display: block;
    margin: 0 auto 70px;
    text-align: center; }
    .footer-bottom ul.menu li {
      float: none;
      display: inline-block;
      margin: 0 15px; }
      .footer-bottom ul.menu li a {
        color: rgba(255, 255, 255, 0.8); }
      .footer-bottom ul.menu li a:hover {
        color: white; }

p.copyright {
  font: 13px "Gotham Medium", Arial, sans-serif;
  color: rgba(255, 255, 255, 0.5);
  padding-bottom: 10px; }

p.byline {
  padding-bottom: 0;
  font: 13px "Gotham Medium", Arial, sans-serif;
  color: rgba(255, 255, 255, 0.5); }
  p.byline a {
    color: rgba(255, 255, 255, 0.5); }
  p.byline a:hover {
    color: rgba(255, 255, 255, 0.8); }

#interior-top-container {
  padding: 150px 0 80px; }

#left-col {
  padding: 0 50px 0 0;
  text-align: left; }

#additional-resources-container {
  clear: both;
  width: 100%;
  padding: 80px 0 50px;
  background: #fff; }

#narrow-grid-container {
  max-width: 840px; }

.additional-resource-box-container {
  margin: 40px auto 0;
  display: inline-block;
  clear: both; }

.additional-resource-box {
  padding: 0 30px; }

.additional-resource-inner {
  background: #f3f3f3; }

#resource-content {
  height: 280px; }
  #resource-content .card-content-wrap {
    height: 190px; }

.contact-line {
  float: left;
  width: 100%;
  margin-bottom: 20px; }
  .contact-line .ss-icon {
    font-size: 20px;
    padding: 0;
    text-align: center; }
  .contact-line .text-with-icon {
    line-height: 20px; }

.wpcf7-form label {
  float: left;
  margin-bottom: 5px;
  font: 13px "Gotham Medium", Arial, sans-serif;
  text-transform: uppercase; }
.wpcf7-form input, .wpcf7-form textarea {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  border: 2px solid #EAE2D0;
  outline: none;
  background: rgba(255, 255, 255, 0.5);
  margin-bottom: 20px;
  width: 100%;
  float: left;
  clear: both;
  text-indent: 15px;
  padding: 13px 0 12px;
  -webkit-transition: all 0.2s linear 0s;
  -moz-transition: all 0.2s linear 0s;
  -ms-transition: all 0.2s linear 0s;
  -o-transition: all 0.2s linear 0s;
  transition: all 0.2s linear 0s; }
.wpcf7-form input:focus, .wpcf7-form textarea:focus {
  border-color: #9A7973; }
.wpcf7-form textarea {
  height: 190px;
  resize: none;
  text-indent: 0;
  padding-left: 15px;
  padding-right: 15px; }
.wpcf7-form input.wpcf7-submit {
  float: right;
  border-color: #00C6A3;
  color: #00C6A3;
  max-width: 220px;
  margin-bottom: 0;
  text-indent: 0;
  background: none;
  font-size: 15px; }
.wpcf7-form input.wpcf7-submit:hover {
  cursor: pointer;
  border-color: #00D8A3;
  color: #00D8A3; }

.ajax-loader {
  display: none !important; }

.wpcf7-mail-sent-ok {
  clear: both !important;
  float: right !important;
  border: none !important;
  font-family: "Gotham Medium", Arial, sans-serif !important;
  font-weight: normal !important;
  color: #00C6A3 !important;
  text-align: right !important;
  margin: 20px 0 0 !important;
  padding: 0 !important; }

span.wpcf7-not-valid-tip {
  display: none !important; }

input.wpcf7-not-valid {
  border-color: #eb7072 !important; }

div.wpcf7-validation-errors {
  float: right !important;
  clear: both;
  border: none !important;
  color: #eb7072;
  font-family: "Gotham Medium", Arial, sans-serif;
  padding: 0 !important;
  margin: 20px 0 0 !important;
  text-align: center; }

#sidebar #featured-products {
  padding: 40px 30px;
  background: #fff; }
  #sidebar #featured-products .grid-container {
    max-width: 100%;
    padding: 0; }
    #sidebar #featured-products .grid-container h3.big-center {
      font-size: 24px;
      color: #9A7973; }
  #sidebar #featured-products .card-box {
    width: 100%;
    margin-bottom: 30px; }
  #sidebar #featured-products .card-inner {
    background: #f3f3f3;
    box-shadow: 0px 6px 0px -4px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 6px 0px -4px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0px 6px 0px -4px rgba(0, 0, 0, 0.1); }
  #sidebar #featured-products .card-thumb {
    width: 35%;
    height: 90px;
    margin: 0; }
  #sidebar #featured-products .card-content {
    width: 65%;
    height: auto;
    clear: none;
    float: right;
    padding: 0;
    text-align: left; }
  #sidebar #featured-products .card-content-wrap {
    height: auto; }
  #sidebar #featured-products .card-desc {
    display: none; }
  #sidebar #featured-products h4.card-title {
    padding: 10px 10px 0;
    font-size: 13px;
    line-height: 18px; }
  #sidebar #featured-products span.price-button {
    margin: 0 0 0 10px;
    font-size: 12px;
    width: 100%;
    border: none;
    padding: 0;
    text-align: left; }
  #sidebar #featured-products .featured-boxes-wrap {
    margin-bottom: 10px; }
  #sidebar #featured-products a.all-button {
    color: #9A7973;
    border-color: #9A7973; }
  #sidebar #featured-products a.all-button:hover {
    color: #7d615d;
    border-color: #7d615d; }

nav.woocommerce-breadcrumb {
  display: none; }

#woocommerce_product_categories-2 h3.widgettitle {
  font: 20px "Gotham Book", Arial, sans-serif;
  padding-bottom: 20px; }
#woocommerce_product_categories-2 ul {
  margin: 0;
  padding: 0; }
  #woocommerce_product_categories-2 ul li {
    list-style: none;
    margin-bottom: 20px; }
    #woocommerce_product_categories-2 ul li a {
      color: #777474;
      font: 14px "Gotham Medium", Arial, sans-serif;
      text-transform: uppercase; }
    #woocommerce_product_categories-2 ul li a:hover {
      color: #eb7072; }
  #woocommerce_product_categories-2 ul li.current-cat a {
    color: #eb7072; }
  #woocommerce_product_categories-2 ul li.current-cat ul li a {
    color: rgba(119, 116, 116, 0.6); }
#woocommerce_product_categories-2 ul.children {
  margin: 10px 0 0 20px; }
  #woocommerce_product_categories-2 ul.children li {
    margin-bottom: 10px;
    list-style: disc; }
    #woocommerce_product_categories-2 ul.children li a {
      font-size: 12px;
      color: rgba(119, 116, 116, 0.6); }
    #woocommerce_product_categories-2 ul.children li a:hover {
      color: #eb7072; }
  #woocommerce_product_categories-2 ul.children li.current-cat a {
    color: #eb7072; }

.crumb {
  text-align: left;
  float: left;
  margin: 0;
  padding: 0 0 10px; }

.crumb-link, .crumb-text {
  color: rgba(0, 0, 0, 0.2);
  text-transform: uppercase;
  font: 12px "Gotham Medium", Arial, sans-serif;
  display: inline-block;
  text-align: left;
  vertical-align: middle;
  margin: 0 5px 0 0; }
  .crumb-link .ss-icon, .crumb-text .ss-icon {
    vertical-align: middle;
    font-size: 11px; }

.crumb-link:hover {
  color: rgba(0, 0, 0, 0.5); }

#current-crumb-text {
  color: #eb7072; }

.crumb-arrow {
  font-size: 10px;
  vertical-align: middle;
  display: inline-block;
  margin-right: 5px;
  color: rgba(0, 0, 0, 0.2); }

.sort-by-cats {
  border-top: 1px solid rgba(154, 121, 115, 0.2);
  padding: 10px 0 0;
  margin-top: 10px; }
  .sort-by-cats a {
    margin-right: 10px;
    margin-bottom: 7px;
    padding-right: 10px;
    border-right: 1px solid rgba(154, 121, 115, 0.2); }
  .sort-by-cats a:last-child {
    border-right: none; }

.sortby-text {
  color: #5D5B5B;
  font-family: "Gotham Medium Italic", Arial, sans-serif;
  margin-bottom: 7px; }

.product-sidebar-copy {
  line-height: 22px;
  padding-bottom: 15px;
  margin-bottom: 30px;
  border-bottom: 1px solid rgba(154, 121, 115, 0.2); }

ul.products {
  margin: 0;
  padding: 0; }
  ul.products li.card-box {
    list-style: none;
    margin-bottom: 60px; }

.woocommerce-result-count, .woocommerce-ordering {
  display: none; }

#products-col-wrap {
  padding: 0; }

#about-lash-fx-inline-box {
  background: #9A7973;
  box-shadow: 0px 6px 0px -4px #7d615d;
  -moz-box-shadow: 0px 6px 0px -4px #7d615d;
  -webkit-box-shadow: 0px 6px 0px -4px #7d615d;
  margin-bottom: 60px;
  text-align: center;
  padding: 70px 120px 50px;
  color: #fff; }
  #about-lash-fx-inline-box h2 {
    font-size: 40px;
    color: #fff; }
  #about-lash-fx-inline-box p {
    padding: 0 30px 20px; }
  #about-lash-fx-inline-box a {
    text-transform: uppercase;
    font: 13px "Gotham Medium", Arial, sans-serif;
    color: #fff;
    border-color: rgba(0, 0, 0, 0.2); }
  #about-lash-fx-inline-box a:hover {
    border-color: rgba(0, 0, 0, 0.4);
    color: #fff; }

body.post-type-archive-product #interior-top-container {
  padding-bottom: 20px; }

#single-product-details {
  text-align: left; }
  #single-product-details p.price {
    font: 15px "Gotham Medium", Arial, sans-serif;
    color: #9A7973; }

#similar-products-container {
  background: #fff;
  clear: both;
  padding: 80px 0 20px; }
  #similar-products-container .grid-container {
    max-width: 840px; }
  #similar-products-container h3.big-center {
    color: #9A7973;
    font-size: 30px; }
  #similar-products-container .card-inner {
    background: #f3f3f3;
    box-shadow: 0px 8px 0px -5px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 8px 0px -5px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0px 8px 0px -5px rgba(0, 0, 0, 0.1); }
  #similar-products-container .about-lash-box-container {
    display: none; }

label.qty-label {
  float: left;
  width: 100%;
  margin: 10px 0;
  font: 13px "Gotham Medium", Arial, sans-serif;
  text-transform: uppercase; }

.quantity {
  float: left; }
  .quantity .minus, .quantity .plus {
    display: none; }
  .quantity input {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    border: 2px solid #EAE2D0;
    outline: none;
    background: rgba(255, 255, 255, 0.5);
    margin: 0 10px 0 0;
    width: 120px;
    float: left;
    clear: both;
    text-align: center;
    padding: 15px 0;
    -webkit-transition: all 0.2s linear 0s;
    -moz-transition: all 0.2s linear 0s;
    -ms-transition: all 0.2s linear 0s;
    -o-transition: all 0.2s linear 0s;
    transition: all 0.2s linear 0s; }
  .quantity input:focus {
    border-color: #9A7973; }

.variations {
  width: 100%; }

.variation-row {
  padding: 0;
  margin-bottom: 10px; }

.label-wrap {
  font: 14px "Gotham Medium", Arial, sans-serif;
  text-transform: uppercase;
  text-align: left;
  padding: 0 0 5px 0; }

.value-wrap {
  font: 15px "Gotham Book", Arial, sans-serif;
  text-align: left;
  padding: 0;
  /* Targetting Webkit browsers only. FF will show the dropdown arrow with so much padding. */ }
  .value-wrap .quantity input {
    padding: 12px 0;
    margin: 0;
    width: 100%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box; }
  .value-wrap select {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    border: 2px solid #EAE2D0;
    outline: none;
    background: rgba(255, 255, 255, 0.5);
    background-size: 14px;
    background-position: right 15px center;
    background-repeat: no-repeat;
    background-image: url("/wp-content/themes/lashfx2015/images/select-arrow.png");
    width: 100%;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    float: left;
    clear: both;
    text-indent: 15px;
    padding: 12px 0;
    -webkit-transition: all 0.2s linear 0s;
    -moz-transition: all 0.2s linear 0s;
    -ms-transition: all 0.2s linear 0s;
    -o-transition: all 0.2s linear 0s;
    transition: all 0.2s linear 0s;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    cursor: pointer;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    text-overflow: '';
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }
  @media screen and (-webkit-min-device-pixel-ratio: 0) {
    .value-wrap select {
      padding-right: 15px; } }

.variation-row-button {
  padding: 0;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box; }
  .variation-row-button button {
    width: 100%; }

h1#centered-page-title {
  text-align: center;
  padding-bottom: 30px;
  margin-bottom: 24px;
  border-bottom: 1px solid #9A7973; }

form.cart button.big-button, form.cart button.button {
  padding-top: 16px;
  font-size: 14px;
  border-color: #00C6A3;
  color: #00C6A3;
  background: none;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box; }
form.cart button.big-button:hover, form.cart button.button:hover {
  cursor: pointer;
  border-color: #00D8A3;
  color: #00D8A3; }

.popup-message {
  margin-bottom: 50px;
  text-align: center;
  padding: 28px 0 25px;
  font-family: "Gotham Medium", Arial, sans-serif;
  background: #fff;
  box-shadow: 0px 6px 0px -4px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0px 6px 0px -4px rgba(0, 0, 0, 0.05);
  -webkit-box-shadow: 0px 6px 0px -4px rgba(0, 0, 0, 0.05); }

/*
.wc-forward {
	display: none;
}
*/
#check-success {
  font-size: 20px;
  color: #00C6A3;
  vertical-align: middle;
  margin-right: 10px; }

#check-notice {
  font-size: 20px;
  color: #EAE2D0;
  vertical-align: middle;
  margin-right: 10px; }

#x-error {
  font-size: 20px;
  color: #eb7072;
  vertical-align: middle;
  margin-right: 10px; }

.error-line {
  display: block;
  clear: both;
  margin: 15px 0; }

a.message-view-cart {
  font-family: "Gotham Medium", Arial, sans-serif;
  color: #00C6A3; }
  a.message-view-cart .ss-icon {
    font-size: 11px;
    vertical-align: middle; }

a.message-view-cart:hover {
  color: #00D8A3; }

.big-product-image-container {
  padding: 0 40px 0 0; }

.product-thumb {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  width: 100%;
  height: 400px;
  float: left;
  box-shadow: 0px 8px 0px -5px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 8px 0px -5px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0px 8px 0px -5px rgba(0, 0, 0, 0.2); }

.thumb-caption {
  text-align: left;
  padding: 19px 20% 0 20px;
  height: 70px;
  font: 12px/18px "Gotham Medium", Arial, sans-serif;
  position: absolute;
  bottom: 0;
  color: #fff;
  background: rgba(55, 68, 66, 0.8); }

.prev-thumb, .next-thumb {
  position: absolute;
  bottom: 22px;
  z-index: 800;
  cursor: pointer; }
  .prev-thumb .ss-icon, .next-thumb .ss-icon {
    font-size: 16px;
    display: inline-block;
    color: #9A7973;
    -webkit-transition: all 0.2s linear 0s;
    -moz-transition: all 0.2s linear 0s;
    -ms-transition: all 0.2s linear 0s;
    -o-transition: all 0.2s linear 0s;
    transition: all 0.2s linear 0s; }

.prev-thumb {
  right: 50px; }

.next-thumb {
  right: 20px; }

.prev-thumb:hover .ss-icon, .next-thumb:hover .ss-icon {
  color: #eb7072; }

.woocommerce input, .woocommerce textarea {
  border: 2px solid #EAE2D0;
  resize: none; }

#shop-table-labels {
  font: 16px "Gotham Medium", Arial, sans-serif;
  text-transform: uppercase; }

.shop-table-row {
  width: 100%;
  float: left;
  clear: both;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(154, 121, 115, 0.2); }

#shop-table-actions {
  padding-bottom: 0; }

#remove-link .remove {
  margin: 39px 0 0 39px;
  float: left; }
  #remove-link .remove .ss-icon {
    font-size: 13px; }

.right-cart-buttons {
  float: right; }
  .right-cart-buttons input {
    padding: 14px 40px 13px;
    border-color: #9A7973;
    background: none;
    color: #9A7973; }
  .right-cart-buttons input:hover {
    border-color: #eb7072;
    color: #eb7072;
    cursor: pointer; }

#bh-qty {
  text-align: center; }
  #bh-qty .quantity {
    width: auto;
    float: none;
    text-align: center; }
    #bh-qty .quantity input {
      margin: 0 auto;
      padding: 10px 0;
      float: none; }

#cart-total-box, #checkout-total-box {
  text-align: left; }
  #cart-total-box .total-line, #checkout-total-box .total-line {
    margin-bottom: 10px; }
  #cart-total-box .total-label, #checkout-total-box .total-label {
    padding-left: 0; }

.coupon {
  float: left; }
  .coupon label {
    display: none; }
  .coupon input.input-text {
    border: 2px solid #EAE2D0;
    outline: none;
    background: rgba(255, 255, 255, 0.5);
    margin-bottom: 20px;
    width: 45%;
    float: left;
    clear: both;
    text-indent: 15px;
    padding: 13px 0 12px;
    -webkit-transition: all 0.2s linear 0s;
    -moz-transition: all 0.2s linear 0s;
    -ms-transition: all 0.2s linear 0s;
    -o-transition: all 0.2s linear 0s;
    transition: all 0.2s linear 0s; }
  .coupon input.input-text:focus {
    border-color: #9A7973; }
  .coupon input.button, .coupon input.big-button, .coupon .wpcf7-form input.wpcf7-submit, .wpcf7-form .coupon input.wpcf7-submit, .coupon .woocommerce-billing-fields input.wpcf7-submit, .woocommerce-billing-fields .coupon input.wpcf7-submit, .coupon .woocommerce-shipping-fields input.wpcf7-submit, .woocommerce-shipping-fields .coupon input.wpcf7-submit, .coupon .woocommerce input#place_order, .woocommerce .coupon input#place_order, .coupon form.edit-info-form input.button, form.edit-info-form .coupon input.button {
    background: none;
    border-color: #9A7973;
    color: #9A7973;
    padding: 14px 40px 13px; }
  .coupon input.button:hover, .coupon input.big-button:hover, .coupon .wpcf7-form input.wpcf7-submit:hover, .wpcf7-form .coupon input.wpcf7-submit:hover, .coupon .woocommerce-billing-fields input.wpcf7-submit:hover, .woocommerce-billing-fields .coupon input.wpcf7-submit:hover, .coupon .woocommerce-shipping-fields input.wpcf7-submit:hover, .woocommerce-shipping-fields .coupon input.wpcf7-submit:hover, .coupon .woocommerce input#place_order:hover, .woocommerce .coupon input#place_order:hover {
    border-color: #eb7072;
    color: #eb7072;
    cursor: pointer; }

#product-list-name {
  font-family: "Gotham Medium", Arial, sans-serif; }

#no-sidebar-wrap {
  text-align: left; }
  #no-sidebar-wrap h1.page-title {
    text-align: center; }

.copy-layout {
  line-height: 22px;
  margin-bottom: 10px; }

.image-layout-background {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  width: 100%;
  height: 440px;
  margin-bottom: 30px; }

.button-layout {
  text-align: center; }

#checkout-button, #checkout-button-wrap .checkout-button {
  border-color: #00C6A3;
  float: right;
  margin-top: 20px;
  color: #fff;
  background-color: #00C6A3; }

#checkout-button:hover, #checkout-button-wrap .checkout-button:hover {
  border-color: #00D8A3;
  background-color: #00D8A3; }

.left-checkout-col {
  padding-left: 0;
  padding-right: 20px; }

.right-checkout-col {
  padding-right: 0;
  padding-left: 20px; }

.shipping_address {
  display: none; }

.woocommerce-billing-fields, .woocommerce-shipping-fields {
  text-align: left;
  /* Targetting Webkit browsers only. FF will show the dropdown arrow with so much padding. */ }
  .woocommerce-billing-fields label, .woocommerce-shipping-fields label {
    width: 100%;
    float: left;
    margin-bottom: 5px;
    font: 13px "Gotham Medium", Arial, sans-serif;
    text-transform: uppercase; }
  .woocommerce-billing-fields input, .woocommerce-billing-fields textarea, .woocommerce-shipping-fields input, .woocommerce-shipping-fields textarea {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    border: 2px solid #EAE2D0;
    outline: none;
    background: rgba(255, 255, 255, 0.5);
    margin-bottom: 20px;
    width: 100%;
    float: left;
    clear: both;
    text-indent: 15px;
    padding: 13px 0 12px;
    -webkit-transition: all 0.2s linear 0s;
    -moz-transition: all 0.2s linear 0s;
    -ms-transition: all 0.2s linear 0s;
    -o-transition: all 0.2s linear 0s;
    transition: all 0.2s linear 0s; }
  .woocommerce-billing-fields input:focus, .woocommerce-billing-fields textarea:focus, .woocommerce-shipping-fields input:focus, .woocommerce-shipping-fields textarea:focus {
    border-color: #9A7973; }
  .woocommerce-billing-fields textarea, .woocommerce-shipping-fields textarea {
    height: 190px;
    resize: none;
    text-indent: 0;
    padding-left: 15px;
    padding-right: 15px; }
  .woocommerce-billing-fields select, .woocommerce-shipping-fields select {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    border: 2px solid #EAE2D0;
    outline: none;
    background: rgba(255, 255, 255, 0.5);
    background-size: 14px;
    background-position: right 15px center;
    background-repeat: no-repeat;
    background-image: url("/wp-content/themes/lashfx2015/images/select-arrow.png");
    margin-bottom: 20px;
    width: 100%;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    float: left;
    clear: both;
    text-indent: 15px;
    padding: 13px 0 12px;
    -webkit-transition: all 0.2s linear 0s;
    -moz-transition: all 0.2s linear 0s;
    -ms-transition: all 0.2s linear 0s;
    -o-transition: all 0.2s linear 0s;
    transition: all 0.2s linear 0s;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    cursor: pointer;
    text-overflow: '';
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }
  @media screen and (-webkit-min-device-pixel-ratio: 0) {
    .woocommerce-billing-fields select, .woocommerce-shipping-fields select {
      padding-right: 15px; } }
  .woocommerce-billing-fields input.wpcf7-submit, .woocommerce-shipping-fields input.wpcf7-submit {
    float: right;
    border-color: #00C6A3;
    color: #00C6A3;
    max-width: 220px;
    margin-bottom: 0;
    text-indent: 0;
    background: none;
    font-size: 15px; }
  .woocommerce-billing-fields input.wpcf7-submit:hover, .woocommerce-shipping-fields input.wpcf7-submit:hover {
    cursor: pointer;
    border-color: #00D8A3;
    color: #00D8A3; }

h3#ship-to-different-address {
  font: 15px "Gotham Medium", Arial, sans-serif;
  padding-top: 8px;
  display: block; }
  h3#ship-to-different-address label, h3#ship-to-different-address input {
    float: none;
    display: inline-block; }
  h3#ship-to-different-address label {
    width: auto; }
  h3#ship-to-different-address input {
    padding: 0; }

#ship-to-different-address-checkbox {
  width: 16px;
  height: 16px;
  margin: 0 0 0 5px;
  vertical-align: middle; }

#ship-to-different-address-checkbox:hover {
  cursor: pointer; }

#ship-to-different-address-checkbox:checked {
  background-color: #9A7973;
  border-color: #7d615d; }

h3#order_review_heading {
  clear: both;
  width: 100%;
  padding: 30px 0 20px;
  text-align: left; }

#checkout-total-box .total-line {
  border-bottom: 1px solid rgba(154, 121, 115, 0.2);
  padding-bottom: 15px;
  margin-bottom: 15px; }
#checkout-total-box #last-total-line {
  border-bottom: none;
  margin-bottom: 0; }

#payment-box {
  margin: 40px 0 0;
  background: #fff;
  padding: 40px;
  text-align: left;
  box-shadow: 0px 8px 0px -5px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 8px 0px -5px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0px 8px 0px -5px rgba(0, 0, 0, 0.2); }

#order_review {
  text-align: left; }

ul.payment_methods {
  margin: 0;
  padding: 0; }
  ul.payment_methods > li {
    float: left;
    width: 100%;
    margin-bottom: 15px;
    padding-bottom: 15px;
    list-style: none;
    border: rgba(154, 121, 115, 0.1); }
    ul.payment_methods > li label {
      vertical-align: top;
      display: inline-block;
      font: 14px "Gotham Medium", Arial, sans-serif;
      margin: 0 5px 0 5px; }
    ul.payment_methods > li img {
      height: 20px;
      display: inline-block;
      vertical-align: middle;
      margin: -3px 0 0 10px; }
  ul.payment_methods input.input-radio {
    width: 16px;
    height: 16px;
    margin: 0 0 0 5px;
    vertical-align: top; }
  ul.payment_methods input.input-radio:hover {
    cursor: pointer; }
  ul.payment_methods input.input-radio:checked {
    background-color: #9A7973;
    border-color: #7d615d; }
  ul.payment_methods a.about_paypal {
    display: none; }

ul.payment_methods > li .payment_box {
  margin-top: 30px; }
  ul.payment_methods > li .payment_box p {
    padding: 0; }
  ul.payment_methods > li .payment_box label {
    width: 100%;
    float: left;
    margin: 0 0 5px;
    font: 12px "Gotham Medium", Arial, sans-serif;
    text-transform: uppercase; }
  ul.payment_methods > li .payment_box input {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    border: 2px solid #EAE2D0;
    outline: none;
    background: rgba(255, 255, 255, 0.5);
    margin-bottom: 10px;
    width: 100%;
    float: left;
    clear: both;
    text-indent: 15px;
    padding: 13px 0 12px;
    -webkit-transition: all 0.2s linear 0s;
    -moz-transition: all 0.2s linear 0s;
    -ms-transition: all 0.2s linear 0s;
    -o-transition: all 0.2s linear 0s;
    transition: all 0.2s linear 0s; }
  ul.payment_methods > li .payment_box input:focus {
    border-color: #9A7973; }
ul.payment_methods > li .form-row-first, ul.payment_methods > li .form-row-last {
  width: 49%;
  float: left; }
ul.payment_methods > li .form-row-last {
  float: right; }

.woocommerce input#place_order {
  float: none;
  display: block;
  margin: 0 auto;
  background-color: #00C6A3;
  border-color: #00C6A3;
  color: #fff;
  max-width: 280px;
  text-indent: 0;
  font-size: 15px; }
.woocommerce input#place_order:hover {
  cursor: pointer;
  border-color: #00D8A3;
  background-color: #00D8A3;
  color: #fff; }

ul.payment_methods li.payment_method_paypal_pro {
  margin-bottom: 0;
  padding-bottom: 10px; }

p.terms {
  display: block;
  margin: 0 auto 20px;
  font: 15px "Gotham Medium", Arial, sans-serif;
  padding: 20px 0 0;
  text-align: center;
  clear: both; }
  p.terms input.input-checkbox {
    width: 16px;
    height: 16px;
    margin: 1px 0 0 5px;
    vertical-align: top; }
  p.terms input.input-checkbox:hover {
    cursor: pointer; }
  p.terms input.input-checkbox:checked {
    background-color: #9A7973;
    border-color: #7d615d; }

p.returning-or-no {
  text-align: left;
  padding-bottom: 20px;
  font: 13px "Gotham Medium", Arial, sans-serif; }

form.login, form.lost_reset_password {
  text-align: left;
  padding: 50px 100px;
  margin: 0 auto 40px;
  display: inline-block;
  width: 70%;
  box-sizing: border-box;
  background: #fff;
  box-shadow: 0px 8px 0px -5px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 8px 0px -5px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0px 8px 0px -5px rgba(0, 0, 0, 0.2); }
  form.login label, form.lost_reset_password label {
    width: 100%;
    float: left;
    text-align: left;
    margin: 0 0 5px;
    font: 12px "Gotham Medium", Arial, sans-serif;
    text-transform: uppercase; }
  form.login input, form.lost_reset_password input {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    border: 2px solid #EAE2D0;
    outline: none;
    background: rgba(255, 255, 255, 0.5);
    margin-bottom: 10px;
    width: 100%;
    float: left;
    clear: both;
    text-indent: 15px;
    padding: 13px 0 12px;
    -webkit-transition: all 0.2s linear 0s;
    -moz-transition: all 0.2s linear 0s;
    -ms-transition: all 0.2s linear 0s;
    -o-transition: all 0.2s linear 0s;
    transition: all 0.2s linear 0s; }
  form.login input:focus, form.lost_reset_password input:focus {
    border-color: #9A7973; }
  form.login input.button, form.login input.big-button, form.login .wpcf7-form input.wpcf7-submit, .wpcf7-form form.login input.wpcf7-submit, form.login .woocommerce-billing-fields input.wpcf7-submit, .woocommerce-billing-fields form.login input.wpcf7-submit, form.login .woocommerce-shipping-fields input.wpcf7-submit, .woocommerce-shipping-fields form.login input.wpcf7-submit, form.login .woocommerce input#place_order, .woocommerce form.login input#place_order, form.lost_reset_password input.button, form.lost_reset_password input.big-button, form.lost_reset_password .wpcf7-form input.wpcf7-submit, .wpcf7-form form.lost_reset_password input.wpcf7-submit, form.lost_reset_password .woocommerce-billing-fields input.wpcf7-submit, .woocommerce-billing-fields form.lost_reset_password input.wpcf7-submit, form.lost_reset_password .woocommerce-shipping-fields input.wpcf7-submit, .woocommerce-shipping-fields form.lost_reset_password input.wpcf7-submit, form.lost_reset_password .woocommerce input#place_order, .woocommerce form.lost_reset_password input#place_order {
    float: left;
    max-width: 180px;
    text-indent: 0; }
  form.login input.button:hover, form.login input.big-button:hover, form.login .wpcf7-form input.wpcf7-submit:hover, .wpcf7-form form.login input.wpcf7-submit:hover, form.login .woocommerce-billing-fields input.wpcf7-submit:hover, .woocommerce-billing-fields form.login input.wpcf7-submit:hover, form.login .woocommerce-shipping-fields input.wpcf7-submit:hover, .woocommerce-shipping-fields form.login input.wpcf7-submit:hover, form.login .woocommerce input#place_order:hover, .woocommerce form.login input#place_order:hover, form.lost_reset_password input.button:hover, form.lost_reset_password input.big-button:hover, form.lost_reset_password .wpcf7-form input.wpcf7-submit:hover, .wpcf7-form form.lost_reset_password input.wpcf7-submit:hover, form.lost_reset_password .woocommerce-billing-fields input.wpcf7-submit:hover, .woocommerce-billing-fields form.lost_reset_password input.wpcf7-submit:hover, form.lost_reset_password .woocommerce-shipping-fields input.wpcf7-submit:hover, .woocommerce-shipping-fields form.lost_reset_password input.wpcf7-submit:hover, form.lost_reset_password .woocommerce input#place_order:hover, .woocommerce form.lost_reset_password input#place_order:hover {
    cursor: pointer; }
  form.login label[for=rememberme], form.lost_reset_password label[for=rememberme] {
    float: left;
    clear: both;
    margin: 10px 0px 10px 0px;
    font-size: 12px; }
  form.login input#rememberme, form.lost_reset_password input#rememberme {
    width: 15px;
    height: 15px;
    padding: 0;
    margin-right: 5px; }

p.lost_password {
  clear: both;
  font: 12px "Gotham Medium", Arial, sans-serif;
  text-align: left;
  float: left; }

.lost-pass {
  font: 12px "Gotham Medium", Arial, sans-serif;
  text-align: right; }

.checkout_coupon {
  display: none; }

h4.error-title {
  color: #eb7072; }

h4.success-title {
  color: #00C6A3; }

.order-wrap {
  text-align: left; }

.table-line {
  line-height: 22px;
  float: left;
  width: 100%;
  clear: both;
  margin-bottom: 10px; }

#order-deets {
  margin-bottom: 40px; }

.order-details-box, .recent-orders-box {
  text-align: left;
  background: #fff;
  margin-bottom: 40px;
  padding: 40px;
  background: #fff;
  box-shadow: 0px 8px 0px -5px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 8px 0px -5px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0px 8px 0px -5px rgba(0, 0, 0, 0.2); }
  .order-details-box h4, .recent-orders-box h4 {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    margin-bottom: 20px; }
  .order-details-box .shop_table, .recent-orders-box .shop_table {
    width: 100%;
    line-height: 22px; }
    .order-details-box .shop_table .table-head, .recent-orders-box .shop_table .table-head {
      font-family: "Gotham Medium", Arial, sans-serif;
      text-transform: uppercase;
      margin-bottom: 5px; }
    .order-details-box .shop_table .table-row, .recent-orders-box .shop_table .table-row {
      margin-bottom: 5px; }
    .order-details-box .shop_table .left-col, .recent-orders-box .shop_table .left-col {
      padding-left: 0;
      padding-right: 20px; }
    .order-details-box .shop_table .right-col, .recent-orders-box .shop_table .right-col {
      padding-right: 0;
      padding-left: 20px; }
    .order-details-box .shop_table .table-footer .left-col, .recent-orders-box .shop_table .table-footer .left-col {
      font-family: "Gotham Medium", Arial, sans-serif; }

.col-one, .col-two, .col-three, .col-four, .col-five {
  padding-left: 0; }

p.myaccount_user {
  padding-bottom: 40px; }

.customer-details-box {
  text-align: left;
  background: #fff;
  margin-bottom: 40px;
  padding: 40px;
  background: #fff;
  box-shadow: 0px 8px 0px -5px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 8px 0px -5px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0px 8px 0px -5px rgba(0, 0, 0, 0.2); }
  .customer-details-box h4 {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    margin-bottom: 20px; }
  .customer-details-box p.customer-address {
    padding-bottom: 0; }

form.edit-info-form {
  max-width: 60%;
  margin: 0 auto;
  text-align: left;
  /* Targetting Webkit browsers only. FF will show the dropdown arrow with so much padding. */ }
  form.edit-info-form label {
    width: 100%;
    float: left;
    margin-bottom: 5px;
    font: 13px "Gotham Medium", Arial, sans-serif;
    text-align: left; }
  form.edit-info-form input {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    border: 2px solid #EAE2D0;
    outline: none;
    background: rgba(255, 255, 255, 0.5);
    margin-bottom: 20px;
    width: 100%;
    float: left;
    clear: both;
    text-indent: 15px;
    padding: 13px 0 12px;
    -webkit-transition: all 0.2s linear 0s;
    -moz-transition: all 0.2s linear 0s;
    -ms-transition: all 0.2s linear 0s;
    -o-transition: all 0.2s linear 0s;
    transition: all 0.2s linear 0s; }
  form.edit-info-form input:focus {
    border-color: #9A7973; }
  form.edit-info-form select {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    border: 2px solid #EAE2D0;
    outline: none;
    background: rgba(255, 255, 255, 0.5);
    background-size: 14px;
    background-position: right 15px center;
    background-repeat: no-repeat;
    background-image: url("/wp-content/themes/lashfx2015/images/select-arrow.png");
    margin-bottom: 20px;
    width: 100%;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    float: left;
    clear: both;
    text-indent: 15px;
    padding: 13px 0 12px;
    -webkit-transition: all 0.2s linear 0s;
    -moz-transition: all 0.2s linear 0s;
    -ms-transition: all 0.2s linear 0s;
    -o-transition: all 0.2s linear 0s;
    transition: all 0.2s linear 0s;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    cursor: pointer;
    text-overflow: '';
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }
  @media screen and (-webkit-min-device-pixel-ratio: 0) {
    form.edit-info-form select {
      padding-right: 15px; } }
  form.edit-info-form input.big-button, form.edit-info-form .wpcf7-form input.wpcf7-submit, .wpcf7-form form.edit-info-form input.wpcf7-submit, form.edit-info-form .woocommerce-billing-fields input.wpcf7-submit, .woocommerce-billing-fields form.edit-info-form input.wpcf7-submit, form.edit-info-form .woocommerce-shipping-fields input.wpcf7-submit, .woocommerce-shipping-fields form.edit-info-form input.wpcf7-submit, form.edit-info-form .woocommerce input#place_order, .woocommerce form.edit-info-form input#place_order, form.edit-info-form input.button {
    float: right;
    border-color: #9A7973;
    color: #9A7973;
    max-width: 220px;
    margin-bottom: 0;
    text-indent: 0;
    background: none;
    font-size: 15px; }
  form.edit-info-form input.big-button:hover, form.edit-info-form .wpcf7-form input.wpcf7-submit:hover, .wpcf7-form form.edit-info-form input.wpcf7-submit:hover, form.edit-info-form .woocommerce-billing-fields input.wpcf7-submit:hover, .woocommerce-billing-fields form.edit-info-form input.wpcf7-submit:hover, form.edit-info-form .woocommerce-shipping-fields input.wpcf7-submit:hover, .woocommerce-shipping-fields form.edit-info-form input.wpcf7-submit:hover, form.edit-info-form .woocommerce input#place_order:hover, .woocommerce form.edit-info-form input#place_order:hover, form.edit-info-form input.button:hover {
    cursor: pointer;
    border-color: #7d615d;
    color: #7d615d; }

.product-pagination {
  clear: both;
  float: left;
  margin: -20px 0 60px;
  padding: 15px 20px;
  background: #fff;
  box-shadow: 0px 8px 0px -5px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 8px 0px -5px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0px 8px 0px -5px rgba(0, 0, 0, 0.2); }

.sort-container {
  display: none; }

body.tax-product_cat .sort-container {
  display: block; }

#sort-by-bar {
  margin: 0 0 20px;
  display: none; }

ul.page-numbers {
  margin: 0;
  padding: 0;
  text-align: center; }
  ul.page-numbers li {
    display: inline-block;
    margin: 0 10px; }
    ul.page-numbers li a {
      font-family: "Gotham Medium", Arial, sans-serif; }
    ul.page-numbers li .current {
      font-family: "Gotham Medium Italic", Arial, sans-serif;
      color: rgba(0, 0, 0, 0.5); }
    ul.page-numbers li a.next, ul.page-numbers li a.prev {
      font-family: "SSStandard";
      font-size: 13px;
      display: inline-block;
      vertical-align: middle; }

#woocommerce_product_search-2 {
  border-top: 1px solid rgba(154, 121, 115, 0.2);
  margin-top: 25px;
  padding-top: 10px; }
  #woocommerce_product_search-2 .screen-reader-text {
    display: none; }
  #woocommerce_product_search-2 input {
    font-size: 13px;
    padding: 12px 10px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box; }
  #woocommerce_product_search-2 input.search-field {
    margin-bottom: 5px;
    width: 64%;
    margin-right: 1%;
    float: left; }
  #woocommerce_product_search-2 input[type="submit"] {
    font-size: 13px;
    width: 35%;
    float: right;
    background: none;
    border-color: #EAE2D0;
    color: #777474;
    text-transform: uppercase;
    font-family: "Gotham Medium", Arial, sans-serif;
    text-indent: 0;
    -webkit-transition: all 0.2s linear 0s;
    -moz-transition: all 0.2s linear 0s;
    -ms-transition: all 0.2s linear 0s;
    -o-transition: all 0.2s linear 0s;
    transition: all 0.2s linear 0s; }
  #woocommerce_product_search-2 input[type="submit"]:hover {
    cursor: pointer;
    border-color: #777474; }
  #woocommerce_product_search-2 ::-webkit-input-placeholder {
    font-size: 13px; }
  #woocommerce_product_search-2 ::-moz-placeholder {
    font-size: 13px; }
  #woocommerce_product_search-2 :-ms-input-placeholder {
    font-size: 13px; }
  #woocommerce_product_search-2 input:-moz-placeholder {
    font-size: 13px; }

.woocommerce-variation-availability p.stock {
  font-family: "Gotham Medium", Arial, sans-serif;
  font-size: 12px;
  margin-top: 5px; }

.variation-display {
  display: inline-block;
  margin: 5px auto 0; }

ul#shipping_method {
  margin: 0; }
  ul#shipping_method li {
    list-style: none; }
    ul#shipping_method li input {
      -webkit-appearance: radio;
      -moz-appearance: radio;
      appearance: radio; }

.select2-container, .select2-drop, .select2-search, .select2-search input {
  clear: both !important; }

@media screen and (max-width: 1240px) {
  .footer-cta {
    width: 80%;
    margin-left: 10%;
    margin-right: 10%; } }
@media screen and (max-width: 1160px) {
  header .grid-container {
    padding-left: 20px;
    padding-right: 20px; }

  .nav-wrap {
    margin-right: 10px; }

  body.home header ul.menu li {
    margin-right: 35px; }
    body.home header ul.menu li a {
      font-size: 12px; }
  body.home header a.view-cart {
    padding-left: 35px;
    font-size: 12px; }

  footer ul.menu li a {
    font-size: 12px; } }
@media screen and (max-width: 1140px) {
  h1#centered-page-title {
    margin: 0 10px 24px; }

  #general-page-title-wrap {
    padding: 0 10px; }

  #left-col, .big-product-image-container {
    padding: 0 30px 0 20px; }

  #right-col, #sidebar-col, #products-col-wrap {
    padding-right: 20px; }

  .popup-message {
    width: auto;
    margin: 0 20px 50px; }

  .shop-table {
    padding: 0 10px; }

  #remove-link .remove {
    margin-top: 43%; } }
@media screen and (max-width: 1080px) {
  body.home .wrap {
    background-size: 50%; }

  body.home header ul.menu li {
    margin-right: 25px; }
    body.home header ul.menu li a {
      font-size: 12px; }
  body.home a.view-cart {
    padding-left: 25px; }
  body.home li#menu-item-23, body.home li#menu-item-84 {
    display: none; }

  .card-box {
    width: 50%; }

  .card-content {
    height: 180px; }

  .card-content-wrap {
    height: 110px; }

  #resource-content {
    height: 280px; }

  #resource-content .card-content-wrap {
    height: 190px; }

  .about-lash-box-container {
    display: none; }

  #similar-products-container .grid-container {
    max-width: 95%; }
  #similar-products-container .card-box {
    width: 33%; } }
@media screen and (max-width: 960px) {
  .footer-wrap, .footer-bottom {
    width: 80%;
    margin-left: 10%;
    margin-right: 10%; }

  .footer-bottom .menu-main-menu-container {
    float: none; } }
@media screen and (max-width: 920px) {
  .home-logo-wrap .logo {
    margin-top: 40px; }

  .home-intro-copy {
    margin-bottom: 90px; }

  .footer-bottom ul.menu {
    margin-bottom: 20px; } }
@media screen and (max-width: 880px) {
  .footer-wrap, .footer-bottom {
    width: 100%;
    margin-left: 0;
    margin-right: 0; } }
@media screen and (max-width: 767px) {
  body.admin-bar header, body.admin-bar .sticky-homeheader {
    top: 0;
    z-index: 999999; }

  .wrap {
    margin-bottom: 0; }

  .push {
    display: none; }

  footer {
    height: auto; }

  .footer-wrap {
    padding-bottom: 70px; }
    .footer-wrap h4 {
      padding: 0 0 20px;
      font-size: 20px;
      line-height: 26px; }

  #left-col, .big-product-image-container {
    padding: 0; }

  #right-col, #sidebar-col, #products-col-wrap {
    padding: 0 10px; }

  #left-col {
    padding: 0 10px 30px; }

  .product-sidebar-copy {
    margin-bottom: 0;
    border: none; }

  a.view-cart {
    display: none; }

  header .menu-main-menu-container, .hidden-homeheader .menu-main-menu-container {
    float: right;
    clear: none;
    margin: 0;
    padding: 0;
    text-align: right; }
    header .menu-main-menu-container ul.menu, .hidden-homeheader .menu-main-menu-container ul.menu {
      position: fixed;
      z-index: 99999;
      left: 0;
      width: 100%;
      top: 90px;
      margin: 0;
      padding: 0;
      display: none;
      background: #fff;
      transition: 0.4s all cubic-bezier(0.3, 0.73, 0.3, 0.74);
      box-shadow: 0px 10px 5px -9px rgba(0, 0, 0, 0.3);
      -moz-box-shadow: 0px 10px 5px -9px rgba(0, 0, 0, 0.3);
      -webkit-box-shadow: 0px 10px 5px -9px rgba(0, 0, 0, 0.3); }
      header .menu-main-menu-container ul.menu li, .hidden-homeheader .menu-main-menu-container ul.menu li {
        width: 100%;
        text-align: left;
        margin: 0;
        padding: 0;
        list-style: none;
        float: left;
        clear: both;
        border-bottom: 1px solid rgba(154, 121, 115, 0.2); }
        header .menu-main-menu-container ul.menu li a, .hidden-homeheader .menu-main-menu-container ul.menu li a {
          float: left;
          text-indent: 20px;
          width: 100%;
          font-family: "Gotham Bold", Arial, sans-serif;
          font-size: 13px;
          margin: 0px;
          padding: 20px 0 18px; }
      header .menu-main-menu-container ul.menu li#menu-item-49, header .menu-main-menu-container ul.menu li#menu-item-22, .hidden-homeheader .menu-main-menu-container ul.menu li#menu-item-49, .hidden-homeheader .menu-main-menu-container ul.menu li#menu-item-22 {
        border-top: 1px solid rgba(154, 121, 115, 0.2); }
      header .menu-main-menu-container ul.menu li#menu-item-105, header .menu-main-menu-container ul.menu li.menu-item-105, .hidden-homeheader .menu-main-menu-container ul.menu li#menu-item-105, .hidden-homeheader .menu-main-menu-container ul.menu li.menu-item-105 {
        display: block; }
      header .menu-main-menu-container ul.menu li:hover ul.sub-menu, .hidden-homeheader .menu-main-menu-container ul.menu li:hover ul.sub-menu {
        display: none; }
      header .menu-main-menu-container ul.menu li:last-child, .hidden-homeheader .menu-main-menu-container ul.menu li:last-child {
        border-bottom: none; }
  header .mobile-menu, .hidden-homeheader .mobile-menu {
    position: absolute;
    z-index: 999999;
    display: block;
    font-size: 24px;
    margin: 0;
    right: 20px;
    top: 0;
    line-height: 90px;
    color: #777474;
    -webkit-transition: all 0.2s linear 0s;
    -moz-transition: all 0.2s linear 0s;
    -ms-transition: all 0.2s linear 0s;
    -o-transition: all 0.2s linear 0s;
    transition: all 0.2s linear 0s; }
  header .mobile-menu:hover, .hidden-homeheader .mobile-menu:hover {
    color: #eb7072;
    cursor: pointer; }

  header.shrink-header .menu-main-menu-container ul.menu, .sticky-homeheader .menu-main-menu-container ul.menu {
    top: 69px; }
  header.shrink-header .mobile-menu, .sticky-homeheader .mobile-menu {
    line-height: 69px; }

  body.home li#menu-item-23, body.home li#menu-item-84 {
    display: block; }
  body.home .menu-main-menu-container ul.menu li#menu-item-22 {
    border-top: none; }

  #interior-top-container {
    padding-top: 120px;
    padding-bottom: 40px; }

  .card-box {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px; }

  .additional-resource-box {
    padding-left: 10px;
    padding-right: 10px; }

  .card-content {
    height: auto; }

  .card-content-wrap {
    height: auto; }

  #resource-content {
    height: auto; }

  #resource-content .card-content-wrap {
    height: auto; }

  .card-content, .card-content-wrap, #resource-content .card-content {
    padding-bottom: 35px; }

  #resource-content .card-content-wrap {
    padding-bottom: 0; }

  .contact-line {
    margin-bottom: 10px; }

  #sidebar #featured-products {
    display: none; }

  .logo-home {
    width: 100%;
    float: left;
    margin-bottom: 10px;
    margin-top: 80px; }

  .logo-home :before, .logo-home :after {
    display: none; }

  .big-product-image-container {
    padding: 0 10px;
    margin-bottom: 30px; }

  .product-thumb {
    height: 260px; }

  h1 {
    font-size: 30px;
    line-height: 34px; }

  h2 {
    font-size: 26px;
    line-height: 30px; }

  h3.big-center, #similar-products-container h3.big-center {
    font-size: 24px; }

  #similar-products-container .grid-container {
    max-width: 100%; }
  #similar-products-container .card-box {
    width: 100%; }

  .popup-message {
    padding-left: 10px;
    padding-right: 10px; }
    .popup-message .message-content .ss-icon {
      font-size: 16px !important; }

  .shop-table-row {
    padding: 20px;
    background: #fff;
    text-align: left; }

  #shop-table-actions {
    padding: 0;
    background: none; }

  #remove-link {
    padding: 0; }
    #remove-link .remove {
      margin-left: 0; }

  #product-list-thumb {
    padding: 0; }

  #product-list-price {
    clear: both; }

  #bh-qty {
    clear: both;
    padding-right: 0; }
    #bh-qty .quantity input {
      width: 100%; }

  #product-list-total {
    font-family: "Gotham Medium", Arial, sans-serif;
    text-align: right; }

  .coupon {
    width: 100%; }
    .coupon input {
      width: 40%; }
    .coupon input.input-text {
      width: 40%; }
    .coupon input.button, .coupon input.big-button, .coupon .wpcf7-form input.wpcf7-submit, .wpcf7-form .coupon input.wpcf7-submit, .coupon .woocommerce-billing-fields input.wpcf7-submit, .woocommerce-billing-fields .coupon input.wpcf7-submit, .coupon .woocommerce-shipping-fields input.wpcf7-submit, .woocommerce-shipping-fields .coupon input.wpcf7-submit, .coupon .woocommerce input#place_order, .woocommerce .coupon input#place_order, .coupon form.edit-info-form input.button, form.edit-info-form .coupon input.button {
      font-size: 12px;
      padding-left: 0;
      padding-right: 0;
      float: right;
      width: 55%; }

  .right-cart-buttons {
    clear: both;
    float: left;
    width: 100%; }
    .right-cart-buttons input {
      float: right; }
    .right-cart-buttons input.button, .right-cart-buttons input.big-button, .right-cart-buttons .wpcf7-form input.wpcf7-submit, .wpcf7-form .right-cart-buttons input.wpcf7-submit, .right-cart-buttons .woocommerce-billing-fields input.wpcf7-submit, .woocommerce-billing-fields .right-cart-buttons input.wpcf7-submit, .right-cart-buttons .woocommerce-shipping-fields input.wpcf7-submit, .woocommerce-shipping-fields .right-cart-buttons input.wpcf7-submit, .right-cart-buttons .woocommerce input#place_order, .woocommerce .right-cart-buttons input#place_order, .right-cart-buttons form.edit-info-form input.button, form.edit-info-form .right-cart-buttons input.button {
      font-size: 12px;
      padding-left: 0;
      padding-right: 0;
      width: 55%; }
    .right-cart-buttons input#checkout-button {
      clear: both;
      margin: 10px 0 30px; }

  #cart-total-box {
    padding: 0 10px; }

  .left-checkout-col, .right-checkout-col, #your-order-title-wrap {
    padding: 0 10px; }

  #checkout-total-box .total-line {
    padding-left: 10px;
    padding-right: 10px; }

  p.terms {
    clear: both;
    float: left;
    width: 100%;
    font-size: 13px; }

  .woocommerce input#place_order {
    clear: both;
    float: left;
    width: 100%;
    max-width: 100%; }

  #payment-box {
    padding: 30px 20px; }

  .thumb-caption {
    font-size: 11px;
    line-height: 14px;
    padding-top: 15px; }

  form.edit-info-form {
    max-width: 100%; } }
