html {
  overflow-y: scroll;
}

body {
  font-family: "Lusitana", serif;
  font-size: 15px;
  line-height: normal;
  font-weight: normal;
  color: #57555c;
  background: #eeedee;
  margin: 0;
  overflow: hidden;
}

* {
  box-sizing: border-box;
}

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

a img {
  border: 0;
}

.wrapper {
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
  padding: 0 15px;
  box-sizing: content-box;
}

.wrapper:after {
  content: "";
  display: block;
  clear: both;
}

@media (min-width: 480px) {
  .wrapper {
    padding: 0 20px;
  }
}

section {
  margin-bottom: 40px;
}

.clear {
  clear: both;
}

.mobile-only {
  display: block;
}

@media (min-width: 800px) {
  .mobile-only {
    display: none;
  }
}

.desktop-only {
  display: none;
}

@media (min-width: 800px) {
  .desktop-only {
    display: block;
  }
}

p {
  line-height: 1.6em;
  margin: 0.8em 0;
}

a {
  color: #7f994c;
  font-weight: bold;
  text-decoration: none;
  background: transparent;
}

p a:hover {
  color: #756e6e;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Montserrat", sans-serif;
  font-size: 15px;
  font-weight: normal;
  line-height: 1.2em;
  text-transform: uppercase;
  margin: 22px 0 12px;
  letter-spacing: 0.5px;
}

h2, h3, h4 {
  /*text-transform: none;*/
}

h1 {
  font-size: 22px;
  margin-top: 0;
  color: #df8997;
}

h2 {
  font-size: 16px;
}

h3 {
  font-size: 15px;
}

h4 {
  color: #66a5ba;
}

h5 {
  font-size: 14px;
}

h6 {
  font-size: 14px;
}

.top-bar {
  height: 40px;
  background: #e7e6e7;
  padding: 0 0 10px;
  position: relative;
  z-index: 101;
}

.top-bar .wrapper {
  padding-right: 0 !important;
}

@media (min-width: 1140px) {
  .top-bar .wrapper {
    padding-right: 20px !important;
  }
}

.account-link, .cart-link {
  display: inline-block;
  float: right;
  font-size: 11px;
  font-family: "Montserrat", sans-serif;
  line-height: 20px;
  font-weight: bold;
  text-decoration: none;
  text-transform: uppercase;
  transition-duration: 0.1s;
  letter-spacing: 1px;
  display: inline-block;
  margin-left: 5px;
}

.account-link a, .cart-link a {
  color: #919192;
  transition: 0.2s;
  vertical-align: middle;
}

.account-link a:hover, .cart-link a:hover {
  color: #686262;
}

.sep:before {
  background: #919192;
  content: "";
  display: inline-block;
  height: 40px;
  margin: 0px 9px;
  opacity: 0.4;
  vertical-align: middle;
  width: 1px;
}

.account-link.sep:before {
  background: none;
  margin: 0;
}

@media (min-width: 520px) {
  .account-link.sep:before {
    background: #919192;
    margin: 0px 9px;
  }
}

a.login {
  background-image: url("../img/icon-person.svg");
  background-repeat: no-repeat;
  padding-left: 20px;
  background-size: 12px 12px;
  height: 12px;
  width: 12px;
}

a.cart {
  background-image: url("../img/icon-basket.svg");
  background-repeat: no-repeat;
  padding-left: 20px;
  margin-left: 3px;
  background-size: 12px 12px;
  height: 12px;
  width: 12px;
}

header.page-header {
  background: #f7f7f7;
  padding: 15px 0;
  text-align: center;
}

header.page-header #logo {
  display: inline-block;
  line-height: 0;
  width: 258px;
}

@media (min-width: 768px) {
  header.page-header {
    text-align: left;
  }
}

.header-details {
  display: block;
  overflow: hidden;
}

@media (min-width: 768px) {
  .header-details {
    float: right;
    text-align: right;
    width: calc(100% - 270px);
    padding-top: 13px;
  }
}

.header-info {
  display: block;
}

@media (min-width: 768px) {
  .header-info {
    display: inline-block;
    vertical-align: middle;
    padding: 0 15px 0 0;
    text-align: right;
    width: calc(100% - 265px);
  }
}

.header-cta {
  color: #919192;
  font-style: italic;
  margin: 0 auto;
  line-height: 22px;
  font-size: 14px;
  letter-spacing: 0.4px;
  padding: 0 55px;
}

@media (min-width: 768px) {
  .header-cta {
    padding: 0;
    margin: 0;
  }
}

.header-cta .phone-label {
  display: none;
}

@media (min-width: 1025px) {
  .header-cta .phone-label {
    display: inline-block;
    margin-left: 20px;
  }
}

.header-cta .cta-text {
  display: block;
}

@media (min-width: 900px) {
  .header-cta .cta-text {
    display: inline-block;
  }
}

a.phone {
  background-image: url("../img/icon-phone.svg");
  background-size: 10px 13px;
  background-repeat: no-repeat;
  background-position: 11px 3px;
  padding-left: 24px;
  white-space: nowrap;
}

.header-phone {
  display: block;
  font-style: normal;
  background-image: url("../img/icon-phone.png");
  background-size: 10px 13px;
  background-repeat: no-repeat;
  background-position: 11px 3px;
  width: 119px;
  padding-left: 24px;
  margin: 0 auto;
  margin-top: 7px;
}

@media (min-width: 768px) {
  .header-phone {
    float: right;
    margin-top: 0;
  }
}

footer {
  padding: 26px 0;
  font-size: 12px;
  font-family: "Montserrat", sans-serif;
  color: #919192;
  overflow: hidden;
}

footer h3 {
  color: #57555c;
  font-size: 13px;
}

footer .wrap {
  display: block;
  position: relative;
  border-bottom: 1px solid #ccc;
  font-size: 0;
}

footer .wrap:after {
  content: "";
  display: block;
  clear: both;
}

footer .wrap h3 {
  display: inline-block;
  margin: 0;
}

footer .footer-note {
  text-align: left;
  padding: 35px 0 10px;
  text-transform: uppercase;
  font-size: 11px;
  line-height: 1.8em;
}

@media (min-width: 680px) {
  footer .footer-note {
    padding: 30px 0 0;
    text-align: right;
  }
}

footer a#starfish {
  background: url(../img/clever-logo.png) top left no-repeat;
  vertical-align: middle;
  width: 84px;
  height: 23px;
  display: inline-block;
  text-align: left;
  overflow: hidden;
  text-indent: -9999em;
  margin-top: 15px;
}

footer a#starfish:hover {
  opacity: 0.6;
}

@media (min-width: 680px) {
  footer .social-links {
    display: inline-block;
  }
}

@media (min-width: 680px) {
  footer .newsletter-signup {
    float: right;
    width: 355px;
  }
}

@media (min-width: 900px) {
  footer .newsletter-signup {
    width: auto;
  }
}

#main {
  background: #fff;
  padding: 25px 0 45px;
}

@media (min-width: 900px) {
  #main-column {
    width: 75%;
    float: right;
  }
}

#content {
  min-height: 400px;
}

#content:after {
  content: "";
  display: block;
  clear: both;
}

article {
  margin: 0 0 30px;
}

#sidebar {
  width: 21%;
  float: left;
  display: none;
}

@media (min-width: 900px) {
  #sidebar {
    display: block;
  }
}

#sidebar ul, #sidebar li {
  margin: 15px 0;
  padding: 0;
  list-style: none;
}

#sidebar li {
  margin: 10px 0;
  padding-left: 8px;
}

#sidebar li a {
  color: #57555c;
  text-transform: uppercase;
  font-family: "Montserrat", sans-serif;
  font-size: 11px;
  font-weight: normal;
}

#sidebar li a:hover {
  color: #686262;
}

#sidebar li.current-menu-item > a, #sidebar li.current-menu-ancestor > a,
#sidebar li.current-cat > a, #sidebar li.current-cat-parent > a {
  color: #df8997;
}

#sidebar ul ul {
  margin-left: 20px;
}

#sidebar ul ul li a {
  color: #767675;
}

#sidebar h3 {
  margin-top: 0;
}

#sidebar h3 a {
  color: #57555c;
  font-weight: normal;
}

#sidebar .widget {
  margin-bottom: 30px;
  padding: 25px;
  background: #ddeaee;
}

#sidebar .shop-categories {
  background: white;
  padding: 0;
}

#sidebar .shop-categories ul, #sidebar .shop-categories li {
  margin: 0;
  padding: 0;
  list-style: none;
  width: 100%;
}

#sidebar .shop-categories > ul > li {
  border-bottom: 1px solid #c6c6c6;
  cursor: pointer;
}

#sidebar .shop-categories > ul a {
  display: block;
  padding: 9px 10px;
  color: #686262;
  font-size: 12px;
  font-family: "Montserrat", sans-serif;
  line-height: 20px;
  font-weight: normal;
  text-decoration: none;
  text-transform: uppercase;
  overflow: hidden;
  letter-spacing: 0.5px;
}

#sidebar .shop-categories > ul li.current-cat > a, #sidebar .shop-categories > ul li.current-cat-parent > a {
  color: #df8997 !important;
}

#sidebar .shop-categories > ul li.cat-parent {
  position: relative;
}

#sidebar .shop-categories > ul li.cat-parent > a {
  margin-right: 40px;
}

#sidebar .shop-categories > ul li.cat-parent:after {
  content: ' ';
  border: 2px solid #919192;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
  display: block;
  width: 5px;
  height: 5px;
  position: absolute;
  top: 12px;
  right: 2px;
}

#sidebar .shop-categories > ul li.cat-parent.expanded:after {
  border-width: 2px 0 0 2px;
  top: 18px;
}

#sidebar .shop-categories > ul li.cat-parent:after {
  top: 15px;
  right: 20px;
}

#sidebar .shop-categories > ul ul.children {
  display: none;
  padding: 0 0 10px;
}

#sidebar .shop-categories > ul ul.children a {
  padding: 2px 10px 5px 20px;
  font-size: 10px;
  letter-spacing: 0.5px;
}

#sidebar .shop-categories > ul li.cat-parent.current-cat > ul.children, #sidebar .shop-categories > ul li.cat-parent.current-cat > ul.sub-menu, #sidebar .shop-categories > ul li.cat-parent.current-cat-parent > ul.children, #sidebar .shop-categories > ul li.cat-parent.current-cat-parent > ul.sub-menu {
  display: block;
}

#sidebar .blog-tags {
  background: none;
  margin-bottom: 30px;
  border-bottom: 1px solid #ccc;
}

#sidebar .blog-tags ul li {
  display: inline-block;
  margin: 0 4px 4px 0;
  padding-left: 0;
}

#sidebar .blog-tags a {
  background: #ddeaee;
  color: #57555c;
  padding: 5px 8px;
  font-size: 11px;
}

#sidebar .blog-archives {
  margin-bottom: 30px;
  border-bottom: 1px solid #ccc;
}

nav {
  margin: 0;
  position: relative;
}

nav ul.menu {
  margin: 0 -22px;
  padding: 0;
  font-size: 0;
  z-index: 10;
  text-align: center;
  display: flex;
  justify-content: space-between;
}

nav ul.menu li {
  list-style: none;
  margin: 0;
  padding: 0;
  display: inline-block;
  vertical-align: middle;
  position: relative;
}

nav ul.menu a {
  font-size: 12px;
  font-family: "Montserrat", sans-serif;
  color: #57555c;
  line-height: 20px;
  font-weight: bold;
  text-decoration: none;
  text-transform: uppercase;
  display: inline-block;
  padding: 5px 22px;
  overflow: hidden;
  transition-duration: 0.1s;
  letter-spacing: 1px;
}

nav ul.menu li:hover > a, nav ul.menu li.current-menu-item > a, nav ul.menu li.current-menu-ancestor > a {
  color: #686262;
}

nav ul.sub-menu {
  display: none;
}

#top-nav {
  display: none;
  float: right;
}

@media (min-width: 1140px) {
  #top-nav {
    display: block;
  }
}

#top-nav ul.menu {
  margin: 0 -10px;
}

#top-nav ul.menu a {
  display: block;
  padding: 10px;
  color: #919192;
  font-size: 11px;
  white-space: nowrap;
}

#top-nav ul.menu > li:hover > a {
  color: #686262;
}

#top-nav ul.menu > li:hover > ul.sub-menu {
  display: block !important;
}

#top-nav ul.menu li.current-menu-item > a, #top-nav ul.menu li.current-menu-ancestor > a {
  color: #df8997;
}

#top-nav ul.menu li.current-menu-item:hover > a, #top-nav ul.menu li.current-menu-ancestor:hover > a {
  color: #686262;
}

#top-nav ul.menu li.current-menu-item.menu-item-has-children:after, #top-nav ul.menu li.current-menu-ancestor.menu-item-has-children:after {
  border-color: #686262;
}

#top-nav ul.sub-menu {
  background: #e7e6e7;
  border-top: 0;
  position: absolute;
  text-align: left;
  top: 39px;
  left: -5px;
  padding: 12px 15px 20px 18px;
  z-index: 100;
  width: 215px;
}

#top-nav ul.sub-menu a {
  padding: 6px 0;
  line-height: 15px;
  display: block;
}

#top-nav ul.sub-menu li {
  display: block;
  border-top: none;
}

#top-nav ul.sub-menu li:hover > a {
  color: #686262;
}

#main-nav {
  display: none;
  margin: 15px 0 -15px;
  float: right;
  white-space: nowrap;
}

@media (min-width: 1140px) {
  #main-nav {
    display: block;
  }
}

#main-nav > ul {
  display: inline-block;
  margin: 0;
  padding: 0;
}

#main-nav > ul li {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  padding-bottom: 10px;
}

#main-nav > ul a {
  display: block;
  padding: 8px 15px 7px;
  color: #686262;
  font-size: 12px;
  font-family: "Montserrat", sans-serif;
  line-height: 20px;
  font-weight: bold;
  text-decoration: none;
  text-transform: uppercase;
  overflow: hidden;
  transition-duration: 0.1s;
  letter-spacing: 1px;
}

#main-nav > ul > li:hover > ul.children {
  display: block;
}

#main-nav > ul > li.cat-parent:after {
  content: ' ';
  border: 2px solid #919192;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
  display: block;
  width: 5px;
  height: 5px;
  position: absolute;
  top: 12px;
  right: 2px;
}

#main-nav > ul > li.cat-parent.expanded:after {
  border-width: 2px 0 0 2px;
  top: 18px;
}

#main-nav > ul li.current-cat > a, #main-nav > ul li.current-cat-parent > a {
  color: #df8997;
}

#main-nav > ul li.current-cat:after, #main-nav > ul li.current-cat-parent:after {
  border-color: #df8997;
}

#main-nav ul.children {
  display: none;
  background: #e7e6e7;
  border-top: 0;
  position: absolute;
  text-align: left;
  top: 45px;
  left: 0;
  padding: 12px 15px 20px 18px;
  z-index: 100;
  width: 215px;
  white-space: normal;
}

#main-nav ul.children a {
  padding: 7px 0;
  line-height: 15px;
  display: block;
  color: #919192;
}

#main-nav ul.children li {
  display: block;
  border-top: none;
  padding: 0;
}

#main-nav ul.children li:hover > a {
  color: #686262;
}

@media (min-width: 1070px) {
  #main-nav li.cat-item-43 {
    margin-left: 50px;
  }
}

#main-nav li.cat-item-43 > a {
  background: #df8997;
  color: #fff !important;
  padding: 8px 30px 7px 13px;
}

#main-nav li.cat-item-43 > a:before {
  content: 'Browse by ';
}

#main-nav li.cat-item-43.cat-parent:after {
  border-color: #fff;
  right: 15px;
}

#main-nav li.cat-item-43 ul.children {
  top: 35px;
  width: 100%;
  background: #e49da9;
}

#main-nav li.cat-item-43 ul.children a {
  color: #fff;
}

#main-nav .home-menu a {
  width: 30px;
  height: 25px;
  background: url("../img/home.svg") no-repeat center 5px;
  background-size: 15px 14px;
  padding: 0;
  display: block;
  text-indent: -9999em;
  overflow: hidden;
  text-align: left;
}

#mobile-nav {
  position: absolute;
  top: 40px;
  right: -320px;
  width: 275px;
  z-index: 100;
  transition: 0.4s;
}

#mobile-nav ul, #mobile-nav li {
  margin: 0;
  padding: 0;
  list-style: none;
  width: 100%;
}

#mobile-nav > ul {
  background: #f7f7f7;
}

#mobile-nav > ul > li {
  border-top: 1px solid #c6c6c6;
}

#mobile-nav > ul a {
  display: block;
  padding: 10px 30px;
  color: #686262;
  font-size: 12px;
  font-family: "Montserrat", sans-serif;
  line-height: 20px;
  font-weight: bold;
  text-decoration: none;
  text-transform: uppercase;
  overflow: hidden;
  letter-spacing: 1px;
}

#mobile-nav > ul li.current-cat > a, #mobile-nav > ul li.current-cat-parent > a,
#mobile-nav > ul li.current-menu-item > a, #mobile-nav > ul li.current-menu-ancestor > a {
  color: #df8997 !important;
}

#mobile-nav > ul li.cat-parent,
#mobile-nav > ul li.menu-item-has-children {
  position: relative;
}

#mobile-nav > ul li.cat-parent > a,
#mobile-nav > ul li.menu-item-has-children > a {
  margin-right: 40px;
}

#mobile-nav > ul li.cat-parent:after,
#mobile-nav > ul li.menu-item-has-children:after {
  content: ' ';
  border: 2px solid #919192;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
  display: block;
  width: 5px;
  height: 5px;
  position: absolute;
  top: 12px;
  right: 2px;
}

#mobile-nav > ul li.cat-parent.expanded:after,
#mobile-nav > ul li.menu-item-has-children.expanded:after {
  border-width: 2px 0 0 2px;
  top: 18px;
}

#mobile-nav > ul li.cat-parent:after,
#mobile-nav > ul li.menu-item-has-children:after {
  top: 16px;
  right: 20px;
}

#mobile-nav > ul ul.children, #mobile-nav > ul ul.sub-menu {
  display: none;
  background: #57555d;
  padding: 10px 0;
}

#mobile-nav > ul ul.children a, #mobile-nav > ul ul.sub-menu a {
  color: #fff;
  padding: 7px 30px 7px 45px;
}

#mobile-nav > ul li.cat-parent.current-cat > ul.children, #mobile-nav > ul li.cat-parent.current-cat > ul.sub-menu, #mobile-nav > ul li.cat-parent.current-cat-parent > ul.children, #mobile-nav > ul li.cat-parent.current-cat-parent > ul.sub-menu,
#mobile-nav > ul li.menu-item-has-children.current-menu-item > ul.children,
#mobile-nav > ul li.menu-item-has-children.current-menu-item > ul.sub-menu, #mobile-nav > ul li.menu-item-has-children.current-menu-ancestor > ul.children, #mobile-nav > ul li.menu-item-has-children.current-menu-ancestor > ul.sub-menu {
  display: block;
}

#mobile-nav ul.home li {
  border: none;
  padding-top: 5px;
}

#mobile-nav .close-menu {
  background: #df8997;
  width: 45px;
  height: 45px;
  display: block;
  position: absolute;
  top: 0;
  left: -45px;
  text-indent: -9999em;
  overflow: hidden;
  text-align: left;
}

#mobile-nav .close-menu:after {
  content: "";
  position: absolute;
  right: 12px;
  top: 12px;
  width: 20px;
  height: 3px;
  background: #fff;
  box-shadow: 0 12px 0 0 #fff, 0 6px 0 0 #fff;
}

#mobile-nav .close-menu.expanded:after {
  box-shadow: none;
  top: 20px;
  left: 13px;
  height: 4px;
  width: 18px;
  transform: rotate(45deg);
  -webkit-backface-visibility: hidden;
}

#mobile-nav .close-menu.expanded:before {
  content: "";
  position: absolute;
  left: 13px;
  top: 20px;
  height: 4px;
  width: 18px;
  background: #fff;
  transform: rotate(-45deg);
  -webkit-backface-visibility: hidden;
}

@media (min-width: 1140px) {
  #mobile-nav {
    display: none;
  }
}

.mobile-menu-visible #mobile-nav {
  transform: translate(-320px);
}

.mobile-menu-visible:after {
  content: ' ';
  background: rgba(0, 0, 0, 0.6);
  height: 100%;
  width: 100%;
  z-index: 100;
  position: fixed;
  top: 0;
  left: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.mobile-menu {
  position: relative;
  float: right;
  display: inline-block;
  line-height: 22px;
  background: #df8997;
  height: 40px;
  width: 45px;
  text-decoration: none;
  text-transform: uppercase;
  display: inline-block;
  font-weight: normal;
  letter-spacing: 1px;
  padding: 0;
  color: #686262;
  margin-left: 15px;
  text-indent: -9999em;
  overflow: hidden;
  text-align: left;
}

.mobile-menu:after {
  content: "";
  position: absolute;
  right: 12px;
  top: 12px;
  width: 20px;
  height: 3px;
  background: #fff;
  box-shadow: 0 12px 0 0 #fff, 0 6px 0 0 #fff;
}

.mobile-menu.expanded:after {
  box-shadow: none;
  top: 20px;
  left: 13px;
  height: 4px;
  width: 18px;
  transform: rotate(45deg);
  -webkit-backface-visibility: hidden;
}

.mobile-menu.expanded:before {
  content: "";
  position: absolute;
  left: 13px;
  top: 20px;
  height: 4px;
  width: 18px;
  background: #fff;
  transform: rotate(-45deg);
  -webkit-backface-visibility: hidden;
}

@media (min-width: 1140px) {
  .mobile-menu {
    display: none;
  }
}

@media (min-width: 680px) {
  #footer-nav {
    float: left;
    width: 67%;
    max-width: 750px;
    margin: 10px 0;
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
  }
}

#footer-nav .footer-column {
  display: block;
}

@media (min-width: 680px) {
  #footer-nav .footer-column {
    display: inline-block;
    vertical-align: top;
    margin-right: 20px;
  }
}

#footer-nav .footer-column h3 {
  white-space: nowrap;
}

#footer-nav ul.menu {
  display: block;
}

#footer-nav ul.menu li {
  display: block;
  text-align: left;
}

#footer-nav ul.menu a {
  color: #919192;
  font-weight: normal;
  font-size: 11px;
  padding: 6px 23px;
  line-height: 1.3em;
}

.woocommerce .woocommerce-MyAccount-navigation a {
  font-size: 12px;
  font-family: "Montserrat", sans-serif;
  color: #686262;
  line-height: 20px;
  font-weight: bold;
  text-transform: uppercase;
  background-color: #f7f7f7;
  border-color: #f7f7f7;
}

.woocommerce .woocommerce-MyAccount-navigation a:hover {
  background-color: white;
}

.woocommerce .woocommerce-MyAccount-navigation .is-active a {
  background: transparent;
}

.post-content:after {
  content: "";
  display: block;
  clear: both;
}

.post-content ul, .post-content ol {
  margin: 0.8em 0;
  padding: 0 0 0 1.2em;
}

.post-content li {
  margin: 5px 0;
  line-height: 1.6em;
}

.post-content iframe {
  clear: both;
  max-width: 100%;
  margin: 20px 0;
}

.post-content hr {
  border: none;
  border-top: 1px solid #ccc;
  clear: both;
  display: block;
  height: 1px;
  margin: 25px 0;
  padding: 0;
}

.post-content blockquote {
  font-style: italic;
  color: #919192;
  border: 1px solid #ccc;
  margin: 30px 0;
  padding: 20px 30px;
  font-size: 16px;
}

.post-content .intro-text {
  font-size: 17px;
}

.post-content .alignright {
  clear: right;
  float: right;
  margin: 5px 0px 20px 30px;
  max-width: 100%;
}

.post-content .alignleft {
  clear: left;
  float: left;
  margin: 5px 30px 20px 0px;
  max-width: 100%;
}

.post-content .aligncenter {
  margin: 5px auto 0px;
  max-width: 100%;
  display: block;
}

.post-content .alignnone {
  margin: 5px 0 0px;
  max-width: 100%;
}

.post-content .wp-caption-text {
  font-size: 13px;
  line-height: 20px;
  margin-top: 3px;
  text-transform: uppercase;
}

.post-content table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  border-top: 1px solid #ccc;
  border-left: 1px solid #ccc;
  margin: 25px 0;
}

.post-content table td, .post-content table th {
  border-bottom: 1px solid #ccc;
  border-right: 1px solid #ccc;
  padding: 10px 10px;
  vertical-align: top;
  text-align: left;
  font-weight: normal;
}

.post-content table th {
  background: #f7f7f7;
}

form, .post-content form {
  margin: 25px 0;
  clear: both;
}

form ul, form li, .post-content form ul, .post-content form li {
  margin: 0;
  padding: 0;
  list-style: none;
}

form li, .post-content form li {
  padding: 10px 0 0;
}

input[type='text'], input[type='password'], input[type='email'], input[type='number'], input[type='tel'], input[type='search'], textarea, select, .custom-select, .button, input[type=submit] {
  font-family: "Lusitana", serif;
  display: inline-block;
  background: #fff;
  border: 1px solid #ccc;
  color: #57555c;
  font-size: 15px;
  line-height: 20px;
  border-radius: 0px;
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  appearance: none;
}

input[type='text'], input[type='password'], input[type='email'], input[type='number'], input[type='tel'], input[type='search'] {
  padding: 9px 10px;
  height: 38px;
}

textarea {
  padding: 10px;
  height: 130px;
}

select {
  padding: 7px 35px 7px 7px;
  height: 36px;
  background: transparent;
  border: none;
  position: relative;
}

.custom-select {
  position: relative;
}

.custom-select:before {
  display: block;
  position: absolute;
  top: 14px;
  right: 15px;
  content: ' ';
  border: 2px solid #919192;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
  width: 5px;
  height: 5px;
}

select::-ms-expand {
  display: none;
}

input[type='checkbox'], input[type='radio'] {
  position: absolute;
  opacity: 0;
  z-index: 1;
}

input[type='checkbox'] + .custom-checker, input[type='radio'] + .custom-checker {
  width: 17px;
  height: 20px;
  position: relative;
  display: inline-block;
  margin: 0 5px -1px 0;
  vertical-align: text-bottom;
  z-index: 0;
}

input[type='checkbox'] + .custom-checker:before, input[type='radio'] + .custom-checker:before {
  content: '';
  background: #fff;
  display: block;
  border: 1px solid #ccc;
  height: 15px;
  width: 15px;
  left: 0;
  position: absolute;
  top: 0px;
}

input[type='checkbox'] + .custom-checker:after, input[type='radio'] + .custom-checker:after {
  content: '';
  background: #fff url("../img/check.png") no-repeat center;
  border: 1px solid #ccc;
  display: block;
  height: 15px;
  width: 15px;
  left: 0;
  position: absolute;
  top: 0px;
  z-index: 1;
  opacity: 0;
}

input[type='checkbox']:checked + .custom-checker:after, input:checked[type='radio'] + .custom-checker:after {
  opacity: 1;
}

input[type='radio'] + .custom-checker:before {
  border-radius: 50%;
}

input[type='radio'] + .custom-checker:after {
  border-radius: 50px;
  border-color: #57555c;
  background: #57555c;
  width: 5px;
  height: 5px;
  top: 5px;
  left: 5px;
}

.gform_wrapper {
  max-width: 460px;
}

.gform_wrapper .gform_body {
  margin: 0 0 20px;
}

.gform_wrapper .gform_validation_container {
  display: none;
}

.gform_wrapper .gfield_description {
  margin: -5px 0 5px;
  font-size: 14px;
}

.gform_wrapper .validation_message {
  display: block;
  padding: 5px 0 0;
  line-height: normal;
  color: #df8997;
  margin: 0;
  font-family: "Lusitana", serif;
}

.gform_wrapper .gfield_required {
  color: #df8997;
}

.gform_wrapper .validation_error {
  margin: 10px 0;
  line-height: 1.6em;
  color: #df8997;
}

.gform_wrapper .gform_ajax_spinner {
  margin: 0 10px 10px;
  display: inline-block;
  vertical-align: middle;
}

.gform_wrapper .gfield_label {
  padding: 0 0 2px 0;
  display: block;
}

.gform_wrapper .gfield_radio li, .gform_wrapper .gfield_checkbox li {
  padding: 4px 0;
  position: relative;
}

.gform_wrapper .gfield_radio .custom-checker, .gform_wrapper .gfield_checkbox .custom-checker {
  position: absolute;
  left: 0;
  top: 4px;
}

.gform_wrapper .gfield_radio label, .gform_wrapper .gfield_checkbox label {
  padding-left: 25px;
  display: block;
  line-height: 1.3em;
}

.gform_wrapper .gform_footer {
  clear: both;
}

.gform_confirmation_message {
  margin: 30px 0;
}

.breadcrumbs {
  font-family: "Montserrat", sans-serif;
  font-weight: bold;
  font-size: 11px;
  color: #919192;
  text-transform: uppercase;
  margin: 0 0 30px;
}

.breadcrumbs a {
  color: #686262;
  font-weight: bold;
}

.gallery {
  margin: 30px -5px !important;
}

.gallery .gallery-item {
  display: inline-block;
  padding: 5px;
  vertical-align: top;
  margin: 0;
  width: 50%;
}

@media (min-width: 480px) {
  .gallery .gallery-item {
    width: 25%;
  }
}

.gallery .gallery-item img {
  width: 100%;
}

.gallery .gallery-item .gallery-caption {
  display: none;
}

.gallery .gallery-item a {
  display: block;
  font-size: 0;
  position: relative;
}

.gallery .gallery-item a:hover {
  opacity: 1;
}

.gallery .gallery-item a:before {
  content: '';
  display: block;
  height: 100%;
  opacity: 0;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  transition: opacity 0.2s;
  z-index: 1;
}

.gallery .gallery-item:hover a:before {
  box-shadow: inset 0 0 0 3px #df8997;
  opacity: 1;
}

@media (min-width: 680px) {
  .gallery.gallery-columns-4 .gallery-item {
    width: 25%;
  }
}

.gallery.gallery-columns-2 .gallery-item {
  width: 50%;
}

.gallery br {
  display: none;
}

.social-links {
  display: block;
  left: 20px;
  font-size: 0;
  margin-bottom: 10px;
}

.social-links a {
  width: 32px;
  height: 32px;
  display: inline-block;
  vertical-align: middle;
  margin-left: 10px;
  margin-bottom: 10px;
  background: #919192 url("../img/social_icons.png");
  background-position: 2px 1px;
  transition-duration: 0.2s;
  border-radius: 20px;
  text-indent: -9999em;
  overflow: hidden;
  text-align: left;
}

.social-links a:hover {
  background-color: #756e6e;
}

.social-links a.twitter {
  background-position: -27px 0;
}

.social-links a.pinterest {
  background-position: -52px 1px;
}

.social-links a.instagram {
  background-position: -79px 2px;
}

.social-links a.linkedin {
  background-position: -108px 0;
}

header.page-header .social-links {
  display: none;
}

@media (min-width: 800px) {
  header.page-header .social-links {
    display: block;
  }
}

#commentform label {
  display: block;
  padding-bottom: 2px;
}

.commentlist {
  margin: 0;
  padding: 0;
  list-style: none;
}

#comments {
  border-top: 1px solid #ccc;
  padding-top: 25px;
  margin-bottom: 25px;
}

#respond {
  border-top: 1px solid #ccc;
  margin-top: 10px;
  padding-top: 5px;
}

.blog-meta {
  font-size: 13px;
  color: #767675;
  margin: 15px 0 0px;
  text-transform: uppercase;
  font-family: "Montserrat", sans-serif;
}

.pagination, .woocommerce-pagination {
  text-align: right;
  margin: 20px 0 10px;
  clear: both;
  position: relative;
  height: 33px;
}

.pagination ul, .pagination li, .woocommerce-pagination ul, .woocommerce-pagination li {
  margin: 0;
  padding: 0;
  font-size: 0;
  list-style: none;
  display: inline-block;
}

.pagination a.page-numbers, .pagination span.page-numbers, .woocommerce-pagination a.page-numbers, .woocommerce-pagination span.page-numbers {
  display: inline-block;
  line-height: 20px;
  padding: 5px 11px;
  background: #919192;
  color: #fff;
  text-align: center;
  min-width: 30px;
  height: auto;
  vertical-align: middle;
  margin: 0 3px 5px 3px;
  transition: 0.2s;
  font-family: "Montserrat", sans-serif;
  font-size: 11px;
  font-weight: bold;
}

.pagination a.page-numbers:hover, .pagination span.page-numbers:hover, .woocommerce-pagination a.page-numbers:hover, .woocommerce-pagination span.page-numbers:hover {
  background: #686262;
}

.pagination a.page-numbers.current, .pagination span.page-numbers.current, .woocommerce-pagination a.page-numbers.current, .woocommerce-pagination span.page-numbers.current {
  background: #b9d4d1;
  color: #57555c;
}

.pagination a.page-numbers.dots, .pagination span.page-numbers.dots, .woocommerce-pagination a.page-numbers.dots, .woocommerce-pagination span.page-numbers.dots {
  background: #f7f7f7;
  border: none;
  width: 5px;
  height: 5px;
  text-indent: -9999px;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.pagination a.page-numbers.prev, .pagination a.page-numbers.next, .pagination span.page-numbers.prev, .pagination span.page-numbers.next, .woocommerce-pagination a.page-numbers.prev, .woocommerce-pagination a.page-numbers.next, .woocommerce-pagination span.page-numbers.prev, .woocommerce-pagination span.page-numbers.next {
  display: none;
}

.single .pagination span.page-numbers.prev, .single .pagination span.page-numbers.next {
  padding: 0;
}

.single .pagination span.page-numbers.prev a, .single .pagination span.page-numbers.next a {
  padding: 6px 12px;
  display: block;
}

.pagination span.page-numbers.prev, .pagination span.page-numbers.next, .pagination a.page-numbers.prev, .pagination a.page-numbers.prev.next {
  display: inline-block;
  color: white;
}

.pagination span.page-numbers.prev a, .pagination span.page-numbers.next a, .pagination a.page-numbers.prev a, .pagination a.page-numbers.prev.next a {
  color: white;
  text-transform: uppercase;
  font-weight: bold;
  background: #b9d4d1;
}

.feature-banner-wrap {
  background-image: url("../img/banner.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  padding: 80px 15px 70px;
  text-align: center;
  font-size: 16px;
}

@media (min-width: 480px) {
  .feature-banner-wrap {
    padding: 80px 60px 70px;
  }
}

.feature-banner-wrap p {
  line-height: 25px;
}

.feature-banner-wrap h2 {
  color: #57555c;
  font-size: 18px;
}

.feature-banner-wrap .inner {
  max-width: 725px;
  padding: 30px 10px;
  margin: 0 auto;
  background: #fff;
  position: relative;
}

@media (min-width: 770px) {
  .feature-banner-wrap .inner {
    padding: 30px 38px;
  }
}

@media (min-width: 680px) {
  .feature-banner-wrap {
    padding-top: 70px 30px 30px;
  }
}

@media (min-width: 480px) {
  .item:before {
    border: 20px solid rgba(255, 255, 255, 0.3);
    content: "";
    position: absolute;
    top: -25px;
    bottom: -25px;
    left: -25px;
    right: -25px;
  }
}

.banner-text {
  position: relative;
}

#occasion-banner {
  position: relative;
}

.occasion-item {
  position: relative;
  margin-bottom: 14px;
}

.occasion-item img {
  width: 100%;
}

.occasion-item .occasion-title {
  position: absolute;
  bottom: 30px;
  left: 0;
  background: #df8997;
  padding: 12px 25px 12px 20px;
}

.occasion-item .occasion-title:after {
  border-bottom: 23px solid transparent;
  border-right: 15px solid transparent;
  border-top: 23px solid #df8997;
  content: " ";
  height: 0;
  right: -15px;
  position: absolute;
  top: 0;
}

.occasion-item .occasion-title:before {
  border-bottom: 23px solid #df8997;
  border-right: 15px solid transparent;
  border-top: 23px solid transparent;
  content: " ";
  height: 0;
  right: -15px;
  position: absolute;
  bottom: 0;
}

.occasion-item .occasion-title h2 {
  margin: 0;
  color: #fff;
  display: inline-block;
}

#occasion-banner .owl-controls {
  top: 40%;
}

#occasion-banner .owl-buttons div {
  border: 2px solid #57555c;
  padding: 15px;
  width: 50px;
  display: inline-block;
  text-indent: -9999px;
}

#occasion-banner .owl-prev {
  position: absolute;
  left: 15px;
  background-image: url("../img/left-arrow.png");
  background-position: center center;
  background-repeat: no-repeat;
}

#occasion-banner .owl-next {
  background-image: url("../img/right-arrow.png");
  background-position: center center;
  background-repeat: no-repeat;
  position: absolute;
  right: 15px;
}

#occasion-banner .small-button {
  padding: 4px 12px;
  color: #ffcbd5;
  background: #cd6b7a;
  margin: 0 6px 0 10px;
}

#occasion-banner .small-button:hover {
  background: #fff;
  color: #cd6b7a;
}

.button, input[type=submit] {
  margin: 0 0 10px;
  text-align: center;
  background: #b9d4d1;
  letter-spacing: 0.6px;
  text-transform: uppercase;
  padding: 12px 24px;
  width: auto;
  cursor: pointer;
  height: auto;
  border: none;
  font-size: 13px;
  font-family: "Montserrat", sans-serif;
}

.button:hover, input[type=submit]:hover {
  background: #ddeaee;
}

.small-button {
  padding: 6px 19px;
  text-transform: uppercase;
  color: #ffcbd5;
  font-family: "Montserrat", sans-serif;
  font-size: 12px;
  background: #b9d4d1;
  margin: 0 5px;
  letter-spacing: 0.4px;
  font-weight: normal;
}

.small-button:hover {
  background: #fff;
  color: #cd6b7a;
}

#header-search {
  display: inline-block;
  position: relative;
  border: 1px solid #ccc;
  background: #f7f7f7;
}

#header-search form {
  margin: 0;
}

#header-search .button, #header-search input[type="submit"] {
  margin: 0;
}

@media (min-width: 768px) {
  #header-search {
    vertical-align: middle;
  }
}

@media (max-width: 767px) {
  #header-search {
    position: absolute;
    bottom: 2px;
    right: 15px;
  }
}

#header-search input[type="submit"] {
  background: url("../img/icon-search.svg") no-repeat center center/15px;
  height: 40px;
  padding: 0;
  width: 43px;
  text-indent: -9999px;
}

#header-search input[type="text"] {
  width: 0;
  background: none;
  font-size: 12px;
  line-height: 13px;
  margin: 0;
  padding: 8px 0;
  height: 28px;
  border-radius: 4px;
  color: #57555c;
  border: none;
  box-sizing: border-box;
  transition: 0.2s;
}

@media (min-width: 768px) {
  #header-search input[type="text"] {
    width: 200px !important;
    position: relative;
    padding: 8px;
  }
}

#header-search input[type="text"].expanded {
  padding: 8px;
  width: 200px;
}

@media (min-width: 768px) {
  #header-search input[type="submit"] {
    z-index: 2;
  }
}

.feature-products {
  display: block;
}

.feature-products h2 {
  margin-bottom: 25px;
}

.new-tag {
  background: #9ccbda;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  display: block;
  color: #fff;
  line-height: 38px;
  text-align: center;
  font-size: 10px;
  position: absolute;
  top: 8px;
  left: 8px;
}

.woocommerce ul.products {
  clear: both;
  display: flex;
  flex-flow: row wrap;
  margin: 0 -1% !important;
}

@media (min-width: 680px) {
  .woocommerce ul.products {
    margin: 0 -0.6% !important;
  }
}

.woocommerce ul.products li.product {
  display: flex;
  flex-direction: column;
  text-align: center;
  position: relative;
  padding: 0px 0 15px;
  width: 100%;
  padding: 0px 1% 15px;
  line-height: normal;
}

@media (min-width: 520px) {
  .woocommerce ul.products li.product {
    width: 50%;
  }
}

@media (min-width: 680px) {
  .woocommerce ul.products li.product {
    width: 25%;
    padding: 0px 0.6% 15px;
  }
}

.woocommerce ul.products li.product img {
  width: 100%;
}

.woocommerce ul.products li.product a {
  color: #57555c;
  font-family: "Montserrat", sans-serif;
  font-weight: normal;
  text-transform: uppercase;
  transition: 0.2s;
}

.woocommerce ul.products li.product a:hover {
  opacity: 0.9;
}

.woocommerce ul.products li.product a h2, .woocommerce ul.products li.product a h3 {
  margin: 13px 0 6px;
  font-size: 12px;
}

.woocommerce ul.products li.product a span.price {
  font-size: 18px;
}

.woocommerce ul.products li.product a span.from {
  color: #919192;
  font-size: 11px;
}

.woocommerce ul.products li.product a ins {
  color: #df8997;
  text-decoration: none;
}

.woocommerce ul.products .product-buttons {
  position: relative;
  margin-top: 10px;
  min-height: 32px;
}

.woocommerce ul.products .product-buttons a.small-button.view {
  position: absolute;
  right: 50%;
  top: 0;
  background: none;
  border: 1px solid #ccc;
  padding: 5px 18px;
}

.woocommerce ul.products .product-buttons a.small-button.view:hover {
  opacity: 0.8;
}

.woocommerce ul.products .product-buttons a.small-button.buy {
  position: absolute;
  left: 50%;
  top: 0;
}

.woocommerce ul.products .product-buttons a.small-button.buy:hover {
  background: #ddeaee;
}

.woocommerce ul.products .product-buttons a.small-button.loading:after {
  content: "";
  background: url("../img/ajax-loader.gif") no-repeat center center #ddeaee;
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.woocommerce ul.products .product-buttons a.small-button.added:before {
  content: "";
  background: #ddeaee;
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.woocommerce ul.products .product-buttons a.small-button.added:after {
  content: "";
  border: 2px solid #919192;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
  display: block;
  width: 5px;
  height: 10px;
  position: absolute;
  left: 45%;
  top: 5px;
}

.woocommerce ul.products .product-buttons a.added_to_cart {
  margin-top: 40px;
  font-size: 12px;
  display: inline-block;
}

.woocommerce ul.products .product-buttons a.added_to_cart:after {
  content: '';
  border: 2px solid #919192;
  border-width: 0 2px 2px 0;
  transform: rotate(-45deg);
  display: inline-block;
  width: 5px;
  height: 5px;
  position: relative;
  margin-left: 4px;
  margin-bottom: 1px;
}

.single-product .summary {
  margin-bottom: 35px;
}

@media (min-width: 680px) {
  .single-product .summary {
    width: 49%;
    float: right;
  }
}

.single-product .images {
  margin-top: 5px;
  margin-bottom: 20px;
}

@media (min-width: 680px) {
  .single-product .images {
    float: left;
    width: 44%;
  }
}

.single-product .quantity {
  display: inline-block;
}

.single-product .quantity label {
  display: none;
}

.single-product .quantity:before {
  content: 'Quantitiy';
  display: inline-block;
  font-size: 12px;
  font-family: "Montserrat", sans-serif;
  font-weight: bold;
  margin-right: 10px;
  vertical-align: middle;
}

.single-product .button {
  vertical-align: middle;
  margin: 0 0 0 15px;
  padding: 9px 20px;
}

.single-product .button:disabled {
  background-color: #f7f7f7 !important;
  opacity: 0.5;
}

.single-product .price {
  color: #57555c;
  font-family: "Montserrat", sans-serif;
  font-weight: normal;
  text-transform: uppercase;
  transition: 0.2s;
  font-size: 18px;
  margin: 15px 0;
  display: block;
  line-height: 22px;
}

.single-product .price span.from {
  color: #919192;
  font-size: 11px;
}

.single-product .price ins {
  color: #df8997;
  text-decoration: none;
}

.single-product table.variations {
  width: 100%;
  margin: 20px 0;
}

@media (min-width: 480px) {
  .single-product table.variations {
    width: 215px;
  }
}

.single-product table.variations .label, .single-product table.variations .reset_variations {
  display: none !important;
}

.single-product table.variations .custom-select {
  margin-top: 5px;
}

.single-product table.variations tr:first-child .custom-select {
  margin-top: 0;
}

.single-product .woocommerce-variation-add-to-cart {
  margin-top: 15px;
}

.single-product .woocommerce-variation-price .price {
  margin: 0;
}

.single-product .upsells {
  margin-top: 35px;
}

.single-product .upsells h2 {
  margin-bottom: 25px;
}

.single-product .upsells ul.products {
  max-width: 920px;
}

.product-description {
  margin: 35px 0 0;
  border-top: 1px solid #ccc;
}

.product-description h3 {
  font-size: 13px;
  margin: 30px 0 10px;
}

.product-disclaimer {
  background: #ddeaee;
  padding: 5px 20px;
  margin: 20px 0 25px;
  font-style: italic;
  font-weight: bold;
  font-size: 14px;
  max-width: 460px;
}

.product-disclaimer p {
  line-height: 1.4em;
}

.quantity input {
  width: 60px;
  text-align: center;
  vertical-align: middle;
}

.newsletter-signup {
  display: block;
  font-size: 0;
  margin-bottom: 25px;
}

.newsletter-signup form {
  margin: 0;
}

.newsletter-signup input[type="text"], .newsletter-signup input[type="password"], .newsletter-signup input[type="email"], .newsletter-signup input[type="number"], .newsletter-signup input[type="tel"] {
  border: 1px solid #ccc;
}

.newsletter-signup .gform_wrapper .gform_body {
  margin-bottom: 10px;
}

.newsletter-signup .gfield_label, .newsletter-signup .gform_wrapper .validation_error {
  display: none;
}

.newsletter-signup .button, .newsletter-signup input[type="submit"] {
  background: #919192;
  color: #fff;
  padding: 8px 24px;
  margin-bottom: 0;
}

.newsletter-signup .gform_confirmation_message {
  font-size: 13px;
  margin: 5px 0;
}

@media (min-width: 680px) {
  .newsletter-signup h3 {
    padding: 0 10px 5px 0;
    vertical-align: top;
  }
}

@media (min-width: 900px) {
  .newsletter-signup h3 {
    padding-top: 10px;
  }
}

@media (min-width: 680px) {
  .newsletter-signup .gform_wrapper {
    display: inline-block;
    vertical-align: middle;
  }
  .newsletter-signup .gform_wrapper li {
    padding: 0;
  }
  .newsletter-signup .gform_wrapper .gform_body, .newsletter-signup .gform_wrapper .gform_footer {
    display: inline-block;
    vertical-align: top;
  }
  .newsletter-signup .gform_wrapper .gform_body {
    width: 240px;
    margin: 0;
  }
  .newsletter-signup .gform_wrapper .gform_footer {
    width: 105px;
    margin-left: 10px;
    position: relative;
  }
  .newsletter-signup .gform_wrapper .gform_ajax_spinner {
    position: absolute;
    top: 10px;
    right: -30px;
  }
}

.back-link {
  display: none;
  margin: 5px 0 25px;
  color: #df8997;
  font-size: 12px;
  text-transform: uppercase;
  font-family: "Montserrat", sans-serif;
  font-weight: bold;
  letter-spacing: 0.5px;
}

.back-link:before {
  content: '';
  border: 2px solid #df8997;
  border-width: 2px 0 0 2px;
  transform: rotate(-45deg);
  display: inline-block;
  width: 5px;
  height: 5px;
  position: relative;
  margin-right: 8px;
  margin-bottom: 2px;
  vertical-align: middle;
}

@media (min-width: 680px) {
  .back-link {
    display: block;
    float: left;
  }
}

.home #main {
  padding-top: 0;
}

.home #main .wrapper {
  margin-bottom: 35px;
}

.feature-headline {
  position: relative;
}

.feature-headline h2 {
  margin-top: 0;
  background: #fff;
  display: inline-block;
  padding-right: 10px;
  position: relative;
}

.feature-headline h2 span {
  font-style: italic;
  font-size: 15px;
  text-transform: none;
  font-family: "Lusitana", serif;
  letter-spacing: 0.4px;
  color: #919192;
}

.feature-headline:before {
  content: '';
  border-top: 1px solid #dddddf;
  display: block;
  position: absolute;
  top: 10px;
  left: 0;
  width: 100%;
}

.home .feature-products .feature-headline h1 {
  background: #fff;
  display: inline-block;
  margin-top: 0;
  padding-right: 10px;
  position: relative;
  font-size: 16px;
  margin-bottom: 24px;
  color: #57555c;
}

.feature-headline:before {
  border-top: 1px solid #dddddf;
  content: "";
  display: block;
  left: 0;
  position: absolute;
  top: 10px;
  width: 100%;
}

.home #content {
  background-image: url("../img/texture-bg.png");
  background-repeat: repeat;
  padding: 30px;
  min-height: 150px;
  margin-bottom: 40px;
}

.home #content .inner {
  border: 3px solid #fff;
  padding: 30px 35px;
  text-align: center;
  font-size: 16px;
}

@media (min-width: 680px) {
  .home #content .inner {
    padding: 40px 80px;
  }
}

.feature-categories {
  display: block;
  overflow: hidden;
}

.feature-categories h2 {
  margin-bottom: 24px;
}

.feature-categories .category-listing {
  display: block;
}

.flower-categories {
  width: 100%;
  margin-bottom: 20px;
  display: block;
  overflow: hidden;
}

@media (min-width: 1025px) {
  .flower-categories {
    width: 62%;
    display: inline-block;
    margin-right: 2.5%;
    float: left;
    margin-bottom: 0;
  }
}

a.cat-item {
  width: 100%;
  display: block;
  position: relative;
  margin-bottom: 10px;
}

a.cat-item h3 {
  background: #57555d;
  padding: 7px 12px;
  color: #fff;
  font-size: 11px;
  position: absolute;
  top: -7px;
  left: 50%;
  transform: translate(-50%, 0px);
  white-space: nowrap;
  margin: 0;
}

a.cat-item img {
  width: 100%;
  transition: 0.2s;
}

a.cat-item img:hover {
  opacity: 0.8;
}

@media (min-width: 520px) {
  a.cat-item {
    width: 49%;
    height: auto;
    display: inline-block;
    margin: 0 2% 14px 0;
    position: relative;
    float: left;
  }
  a.cat-item:nth-child(2n) {
    margin-right: 0;
  }
}

@media (min-width: 768px) {
  a.cat-item {
    width: 32%;
    margin: 0 2% 2% 0;
  }
  a.cat-item:nth-child(2n) {
    margin-right: 2%;
  }
  a.cat-item:nth-child(3n) {
    margin-right: 0;
  }
}

.occasions-categories {
  width: 100%;
  display: block;
}

@media (min-width: 1025px) {
  .occasions-categories {
    width: 35.5%;
    display: inline-block;
  }
}

.feature-ctas .item-cta {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  display: inline-block;
  width: 100%;
  height: 376px;
  position: relative;
  margin: 0 0 5px;
}

@media (min-width: 680px) {
  .feature-ctas .item-cta {
    width: calc(50% - 7px);
    margin: 0 7px 0 0;
  }
}

.feature-ctas .item-cta:nth-child(2n) {
  margin-right: 0;
}

.feature-ctas .banner-text {
  position: absolute;
  bottom: 25px;
  left: 25px;
  background: #b9d4d1;
  padding: 20px;
  text-align: center;
  width: 100%;
  max-width: calc(100% - 50px);
}

@media (min-width: 480px) {
  .feature-ctas .banner-text {
    width: auto;
  }
}

.feature-ctas .button {
  background: white;
  margin-top: 13px;
}

.feature-ctas .button:hover {
  opacity: 0.8;
}

.banner-text.pink {
  background: #ffd3db;
}

.term-description {
  border-bottom: 1px solid #ccc;
  padding-bottom: 10px;
}

.woocommerce-result-count, .woocommerce-ordering:before {
  font-size: 12px;
  text-transform: uppercase;
  font-family: "Montserrat", sans-serif;
  font-weight: bold;
  letter-spacing: 0.5px;
}

.woocommerce-result-count {
  margin: 18px 0 15px;
}

@media (min-width: 480px) {
  .woocommerce-result-count {
    display: inline-block;
    margin-top: 24px;
  }
}

.woocommerce-ordering {
  margin: 15px 0;
}

.woocommerce-ordering:before {
  content: 'Sort by';
  display: inline-block;
  margin: 0 8px 8px 0;
}

@media (min-width: 480px) {
  .woocommerce-ordering {
    float: right;
  }
  .woocommerce-ordering .custom-select {
    width: 230px;
  }
}

.mobile-shop-categories {
  width: 100%;
  max-width: 100%;
  margin: 0 0 22px;
}

@media (min-width: 480px) {
  .mobile-shop-categories {
    width: 250px;
  }
}

@media (min-width: 900px) {
  .mobile-shop-categories {
    display: none;
  }
}

.blog-archive #sidebar .shop-categories > ul > li {
  border-bottom: none;
}

.blog-archive #sidebar .shop-categories > ul > li a {
  padding: 5px 10px;
}

.blog-archive .listing-results {
  padding: 20px 0;
  font-family: "Montserrat", sans-serif;
  text-transform: uppercase;
  font-size: 11px;
  color: #767675;
}

.blog-archive .category-filter {
  display: block;
}

@media (min-width: 900px) {
  .blog-archive .category-filter {
    display: none;
  }
}

.blog-banner {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative;
  text-align: center;
  padding: 40px;
}

@media (min-width: 800px) {
  .blog-banner {
    padding: 90px 110px;
  }
}

.blog-banner .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(138, 24, 50, 0.6) none repeat scroll 0 0;
  z-index: 1;
}

.blog-banner h1, .blog-banner p {
  color: white;
  position: relative;
  z-index: 100;
}

.blog-banner h1 {
  font-size: 22px;
}

@media (min-width: 800px) {
  .blog-banner h1 {
    font-size: 30px;
  }
}

.blog-banner p {
  font-size: 16px;
  line-height: 24px;
}

@media (min-width: 800px) {
  .blog-banner p {
    font-size: 17px;
  }
}

@media (min-width: 680px) {
  .blog-listing {
    display: flex;
    flex-flow: row wrap;
  }
}

.blog-item {
  width: 100%;
  text-align: center;
  display: block;
  margin: 0 0 40px 0;
  padding: 0 0 25px;
  border-bottom: 1px solid #ccc;
}

@media (min-width: 680px) {
  .blog-item {
    width: 47%;
    margin: 10px 0 0;
    flex-flow: column nowrap;
    vertical-align: top;
    margin: 0 3% 35px 0;
  }
}

.blog-item:nth-child(2) {
  margin-right: 0;
}

.blog-item img {
  width: 100%;
}

.blog-item h2 {
  margin: 10px 0 15px;
}

.blog-item h2 a {
  color: #57555c;
  font-weight: bold;
  font-size: 20px;
}

.blog-item h2 a:hover {
  color: #756e6e;
}

.blog-item a.button {
  margin-top: 15px;
}

.blog-detail {
  text-align: left;
}

.blog-detail .blog-meta {
  margin-top: 0;
}

.blog-detail h1 {
  margin: 8px 0 5px;
  font-size: 28px;
  color: #57555c;
}

.blog-detail .blog-cat {
  margin-bottom: 20px;
  display: block;
}

.blog-detail .blog-cat a {
  padding: 0 7px 0;
}

.blog-detail .blog-cat a:first-child {
  padding-left: 0;
}

.blog-detail img.blog-image {
  width: 100%;
}

.blog-links {
  margin: 40px 0;
  padding: 0 0 20px 0;
  border-bottom: 1px solid #ccc;
  display: block;
  overflow: hidden;
  font-family: "Montserrat", sans-serif;
  text-transform: uppercase;
}

@media (min-width: 800px) {
  .blog-links .tags-detail {
    display: inline-block;
  }
}

.blog-links .tags-detail a {
  background: #ddeaee;
  padding: 5px 8px;
  font-size: 12px;
  margin: 0 4px 4px 0;
  text-transform: uppercase;
  font-family: "Montserrat", sans-serif;
  font-weight: normal;
  color: #57555c;
  display: inline-block;
}

.article-tags {
  display: block;
}

@media (min-width: 800px) {
  .article-tags {
    display: inline-block;
    float: left;
  }
}

.article-tags span {
  display: inline-block;
  padding-right: 15px;
}

.blog-share {
  margin-top: 20px;
  font-weight: "Montserrat", sans-serif;
  display: inline-block;
  float: none;
}

@media (min-width: 800px) {
  .blog-share {
    float: right;
    margin-top: 0;
  }
}

.blog-share span {
  display: inline-block;
  padding-right: 15px;
}

.blog-share .social-links {
  display: inline-block;
}

.blog-share a.twitter {
  background-position: -24px 1px;
}

.blog-share a.email {
  background: #919192 url("../img/email.svg");
  background-size: 18px, auto;
  background-repeat: no-repeat;
  background-position: 7px 7px;
}

.blog-share a.email:hover {
  background-color: #756e6e;
}

/* ------------------------------------
Custom Base Styles for Woocommerce Pages
------------------------------------ */
.woocommerce .nobr {
  white-space: nowrap;
}

.woocommerce dl {
  overflow: hidden;
}

.woocommerce dl dt, .woocommerce dl dd {
  float: left;
}

.woocommerce dl dt {
  clear: left;
  font-weight: bold;
  margin-right: 5px;
}

.woocommerce dl dd {
  margin-left: 0;
}

.woocommerce .pp_pic_holder.pp_woocommerce .ppt {
  display: none !important;
}

/* ------------------------------------
PRODUCTS
------------------------------------ */
.woocommerce ul.products, .woocommerce ul.products li {
  list-style: none;
  margin: 0;
  padding: 0;
}

.woocommerce-product-gallery {
  position: relative;
}

.woocommerce-product-gallery figure {
  margin: 0;
  padding: 0;
  overflow: hidden;
}

.woocommerce-product-gallery .woocommerce-product-gallery__trigger {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  height: 30px;
  width: 30px;
  z-index: 99;
  text-align: center;
}

.woocommerce-product-gallery img {
  width: 100%;
  vertical-align: top;
}

.woocommerce-product-gallery .woocommerce-product-gallery__image {
  min-height: 0 !important;
}

.woocommerce-product-gallery .flex-control-thumbs {
  overflow: hidden;
  padding: 0;
  margin: 4px -3px 0;
}

.woocommerce-product-gallery .flex-control-thumbs li {
  list-style: none;
  display: inline-block;
  width: 25%;
  padding: 3px;
  vertical-align: top;
  cursor: pointer;
}

.woocommerce-product-gallery .flex-control-thumbs li img {
  opacity: 0.6;
  transition: 0.2s;
  border: 1px solid transparent;
}

.woocommerce-product-gallery .flex-control-thumbs li img.flex-active {
  opacity: 1;
}

.woocommerce-product-gallery .flex-control-thumbs li:hover img {
  opacity: 1;
}

/* ------------------------------------
MY ACCOUNT
------------------------------------ */
.woocommerce .col2-set {
  width: 100%;
}

.woocommerce .col2-set:after, .woocommerce .col2-set:before {
  content: " ";
  display: table;
}

.woocommerce .col2-set:after {
  clear: both;
}

.woocommerce .col2-set .col-1 {
  float: left;
  width: 48%;
}

.woocommerce .col2-set .col-2 {
  float: right;
  width: 48%;
}

.woocommerce p.lost_password {
  margin: 5px 0 30px;
  font-size: 0.9em;
}

.woocommerce .addresses .title h3 {
  display: inline-block;
  margin-right: 10px;
  float: none;
}

.woocommerce .addresses .title .edit {
  float: none;
}

.woocommerce-account form {
  max-width: 460px;
  margin: 0;
}

.woocommerce table.shop_table {
  margin-top: 0;
}

.woocommerce table.shop_table td,
.woocommerce table.shop_table th {
  padding: 10px 10px;
  vertical-align: middle;
}

.woocommerce table.my_account_orders {
  margin-top: 0;
}

.woocommerce table.my_account_orders td, .woocommerce table.my_account_orders th {
  border-right: none;
}

.woocommerce table.my_account_orders td:last-child, .woocommerce table.my_account_orders th:last-child {
  border-right: 1px solid #ccc;
  text-align: right;
}

.woocommerce table.my_account_orders .order-actions .button {
  margin: 3px;
  padding: 3px 13px;
  height: auto;
}

.woocommerce table .amount {
  font-weight: bold;
}

.woocommerce-password-strength {
  text-align: center;
  font-weight: 600;
  padding: 8px .5em;
  font-size: 1em;
  line-height: normal;
  margin-top: 10px;
}

.woocommerce-password-strength.strong {
  background-color: #c1e1b9;
  border-color: #83c373;
}

.woocommerce-password-strength.short {
  background-color: #f1adad;
  border-color: #e35b5b;
}

.woocommerce-password-strength.bad {
  background-color: #fbc5a9;
  border-color: #f78b53;
}

.woocommerce-password-strength.good {
  background-color: #ffe399;
  border-color: #ffc733;
}

.woocommerce-password-hint {
  margin: 8px 0 0 0;
  display: block;
  line-height: normal;
}

.woocommerce-MyAccount-navigation {
  margin-bottom: 30px;
}

@media screen and (min-width: 720px) {
  .woocommerce-MyAccount-navigation {
    width: 240px;
    float: left;
  }
}

.woocommerce-MyAccount-navigation ul, .woocommerce-MyAccount-navigation li {
  list-style: none;
  padding: 0;
  margin: 0;
}

.woocommerce-MyAccount-navigation li {
  margin-bottom: 2px;
}

.woocommerce-MyAccount-navigation a {
  padding: 8px 15px;
  background: #e9e9e9;
  border: 1px solid #e9e9e9;
  display: block;
  transition: 0.2s;
}

.woocommerce-MyAccount-navigation a:hover {
  background-color: #efefef;
}

.woocommerce-MyAccount-navigation .is-active a {
  background: transparent;
}

@media screen and (min-width: 720px) {
  .woocommerce-MyAccount-content {
    float: right;
    width: calc(100% - 300px);
  }
}

.woocommerce-MyAccount-content > .woocommerce-message, .woocommerce-MyAccount-content > .woocommerce-error, .woocommerce-MyAccount-content > .woocommerce-info {
  margin-top: 0 !important;
}

/* ------------------------------------
CART
------------------------------------ */
.woocommerce table.cart, .woocommerce table.cart td, .woocommerce table.cart th {
  background: transparent;
  border: none;
}

.woocommerce table.cart td {
  border-top: 1px solid #ccc;
}

.woocommerce table.cart td.actions {
  text-align: right;
  padding: 15px 0 0;
}

.woocommerce table.cart td.actions .input-text {
  width: 156px;
  vertical-align: top;
  margin-right: 5px;
  margin-bottom: 15px;
}

.woocommerce table.cart .quantity input {
  width: 60px;
}

.woocommerce table.cart .quantity label {
  display: none;
}

.woocommerce table.cart td.actions .coupon {
  float: left;
}

.woocommerce table.cart td.actions .coupon label {
  display: none;
}

.woocommerce table.cart td.actions .button {
  padding: 9px 20px;
  margin-left: 5px;
  margin-bottom: 10px;
}

.woocommerce table.cart td.actions .coupon .button {
  margin-left: 0;
}

.woocommerce table.cart td.actions .coupon, .woocommerce table.cart td.actions .cart-buttons {
  float: left;
  text-align: left;
  width: 60%;
}

.woocommerce table.cart td.actions .cart-buttons {
  margin-left: 4%;
  text-align: right;
}

.woocommerce table.cart .product-thumbnail img {
  width: 30px;
  height: auto;
}

.woocommerce table.cart .product-remove {
  border-right: 0;
  width: 20px;
}

.woocommerce table.cart a.remove {
  background: transparent;
  border-radius: 5px;
  color: #727272;
  display: block;
  float: right;
  font-size: 36px;
  font-weight: normal;
  height: 17px;
  line-height: 14px;
  text-align: center;
  width: 18px;
}

.woocommerce table.cart .product-name {
  width: 43%;
}

.woocommerce table.cart .product-subtotal {
  text-align: right;
}

.woocommerce .wc-proceed-to-checkout {
  margin-top: 15px;
}

.woocommerce .cart-collaterals, .woocommerce-page .cart-collaterals {
  width: 100%;
}

.woocommerce .cart-collaterals:after, .woocommerce .cart-collaterals:before {
  content: " ";
  display: table;
}

.woocommerce .cart-collaterals:after {
  clear: both;
}

.woocommerce .cart-collaterals .cross-sells {
  float: left;
  width: 48%;
  max-width: 380px;
}

.woocommerce .cart-collaterals .cross-sells ul.products li {
  width: 46%;
  margin-right: 4%;
}

.woocommerce .cart-collaterals .shipping_calculator {
  clear: right;
  float: right;
  width: 48%;
  max-width: 300px;
}

.woocommerce .cart-collaterals .shipping_calculator h2 {
  font-size: 20px;
  margin-top: 30px;
  text-align: right;
}

.woocommerce .cart-collaterals .shipping_calculator a {
  color: #403c3c;
}

.woocommerce-checkout form.login,
.woocommerce-checkout .create-account,
.woocommerce-checkout .shipping_address,
.woocommerce-checkout form.checkout_coupon {
  margin: 0;
  overflow: hidden;
}

.woocommerce-checkout form.login .button,
.woocommerce-checkout .create-account .button,
.woocommerce-checkout .shipping_address .button,
.woocommerce-checkout form.checkout_coupon .button {
  padding: 9px 24px;
}

.woocommerce-checkout form.login p {
  margin-top: 0;
}

.woocommerce .cart-collaterals .shipping_calculator:after, .woocommerce .cart-collaterals .shipping_calculator:before {
  content: " ";
  display: table;
}

.woocommerce .cart-collaterals .shipping_calculator:after {
  clear: both;
}

.woocommerce .cart-collaterals .shipping_calculator .col2-set .col-1, .woocommerce .cart-collaterals .shipping_calculator .col2-set .col-2 {
  width: 48%;
}

form.woocommerce-shipping-calculator {
  margin: 0;
}

form.woocommerce-shipping-calculator p {
  margin: 5px 0 0;
  line-height: normal;
}

form.woocommerce-shipping-calculator section {
  margin: 0;
  padding-top: 10px;
}

form.woocommerce-shipping-calculator .form-row:first-child {
  margin-top: 0;
}

.woocommerce-remove-coupon {
  font-size: 0.8em;
  text-transform: uppercase;
}

.woocommerce .cart-collaterals .cart_totals {
  float: right;
  text-align: right;
  width: 48%;
  max-width: 300px;
}

.woocommerce .cart-collaterals .cart_totals table {
  margin-top: 0;
}

.woocommerce .cart-collaterals .cart_totals table th {
  width: 90px;
  vertical-align: top;
}

/* ------------------------------------
CHECKOUT/FORMS
------------------------------------ */
.woocommerce abbr {
  border: medium none;
  text-decoration: none;
  color: red;
}

.woocommerce form .form-row {
  margin: 6px 0;
}

.woocommerce form .form-row:after, .woocommerce form .form-row:before {
  content: " ";
  display: table;
}

.woocommerce form .form-row:after {
  clear: both;
}

.woocommerce form .form-row label {
  display: block;
  padding: 4px 0;
}

.woocommerce form .form-row label.inline {
  display: inline-block;
}

.woocommerce form .form-row label.checkbox {
  display: inline;
}

.woocommerce form .form-row .custom-select,
.woocommerce form .form-row .input-text,
.woocommerce form .form-row select,
.select2-container .select2-choice,
.select2-container .select2-selection,
.select2-search input {
  width: 100% !important;
  max-width: 100%;
}

.select2-container .select2-choice,
.select2-container .select2-selection {
  padding: 0;
  border: 0;
  border-radius: 0;
  height: auto;
}

.select2-container .select2-choice > .select2-chosen,
.select2-container .select2-selection--single .select2-selection__rendered {
  margin: 0;
  border: 1px solid #ccc;
  padding: 9px 40px 9px 10px;
  height: 38px;
  line-height: 20px;
  color: #57555c;
  font-size: 15px;
  position: relative;
  box-sizing: border-box;
}

.select2-container .select2-choice > .select2-chosen:before,
.select2-container .select2-selection--single .select2-selection__rendered:before {
  display: block;
  position: absolute;
  top: 14px;
  right: 15px;
  content: ' ';
  border: 2px solid #919192;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
  width: 5px;
  height: 5px;
}

.select2-drop-active,
.select2-dropdown {
  border: 1px solid #ccc;
  border-top: none;
}

.select2-container .select2-choice .select2-arrow,
.select2-container .select2-selection__arrow {
  display: none;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid #ccc;
  height: 30px;
}

.woocommerce form .form-row .button {
  margin: 10px 15px 10px 0;
}

.woocommerce form .form-row-first, .woocommerce form .form-row-last {
  float: left;
  overflow: visible;
  width: 48%;
}

.woocommerce form .form-row-last {
  float: right;
}

.woocommerce form .form-row-wide {
  clear: both;
}

.woocommerce #payment .form-row select,
.woocommerce #payment .form-row .custom-select {
  width: auto !important;
}

.woocommerce #payment .woocommerce-terms-and-conditions-wrapper {
  padding: 0 1em;
  text-align: left;
  float: left;
}

.woocommerce #payment #place_order, .woocommerce-page #payment #place_order {
  float: right;
}

.woocommerce-message, .woocommerce-error, .woocommerce-info {
  padding: 12px 15px !important;
  margin: 15px 0 30px !important;
  background: #f7f7f7;
  border: 1px solid #ccc;
  overflow: hidden;
  position: relative;
  line-height: normal;
  clear: both;
}

.woocommerce-message .button, .woocommerce-error .button, .woocommerce-info .button {
  float: right;
  margin-left: 15px;
}

.woocommerce-error, .out-of-stock {
  color: #df8997;
  list-style: none;
}

.woocommerce-error li {
  list-style: none;
  padding: 0 !important;
}

fieldset {
  border: none;
  margin: 20px 0 0;
  padding: 0;
}

legend {
  border: 0 none;
  padding: 0;
  margin: 0;
  white-space: normal;
  font-weight: bold;
}

#customer_details {
  margin-bottom: 20px;
}

#calc_shipping_state_field {
  display: none;
}

.woocommerce td.product-name dl.variation {
  margin: 0;
  font-size: 0.9em;
}

.woocommerce dl dd p, .woocommerce-page dl dd p {
  margin: 0;
  line-height: normal;
}

.woocommerce td.product-name dl.variation dd, .woocommerce td.product-name dl.variation dt {
  margin-bottom: 0;
  margin-left: 0;
  padding-bottom: 0;
}

.woocommerce-checkout #payment {
  background: #f7f7f7;
  border: 1px solid #ccc;
}

.woocommerce-checkout #payment ul.payment_methods {
  text-align: left;
  padding: 1em;
  border-bottom: 1px solid #ccc;
  margin: 0;
  list-style: none;
}

.woocommerce-checkout #payment ul.payment_methods:after, .woocommerce-checkout #payment ul.payment_methods:before {
  content: " ";
  display: table;
}

.woocommerce-checkout #payment ul.payment_methods:after {
  clear: both;
}

.woocommerce-checkout #payment div.payment_box {
  position: relative;
  width: 100%;
  padding: 15px;
  margin: 1em 0 10px;
  font-size: .92em;
  border-radius: 2px;
  line-height: 1.5;
  background-color: #fff;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

.woocommerce-checkout #order_review {
  margin-bottom: 25px;
}

.woocommerce-checkout #payment div.payment_box p {
  margin: 0;
}

.woocommerce-checkout #payment h3 {
  margin: 10px 15px 0;
}

.woocommerce-checkout #payment div.payment_box:after {
  content: "";
  display: block;
  border: 8px solid #fff;
  border-right-color: transparent;
  border-left-color: transparent;
  border-top-color: transparent;
  position: absolute;
  top: 1px;
  left: 0;
  margin: -1em 0 0 2em;
}

form.checkout #order_review .shop_table {
  margin-top: 0;
}

.woocommerce form.checkout_coupon .form-row input.button {
  margin-top: 0;
}

.woocommerce form.checkout_coupon #coupon_code {
  margin-bottom: 10px;
}

.woocommerce ul.order_details, .woocommerce ul#shipping_method {
  list-style: none;
  padding: 0 !important;
}

.woocommerce ul#shipping_method {
  margin: 0 !important;
  font-size: 0.9em;
}

#ship-to-different-address label {
  margin-right: 4px;
  padding-left: 0;
}

.woocommerce-checkout #payment input#payment_method_stripe + .custom-checker,
#add_payment_method #payment input#payment_method_stripe + .custom-checker {
  position: absolute;
}

.woocommerce-checkout #payment .wc_payment_method > label {
  padding: 0;
}

/* ------------------------------------
MEDIA QUERIES
------------------------------------ */
@media screen and (max-width: 760px) {
  .woocommerce .cart-collaterals .cross-sells {
    display: none;
  }
  .woocommerce .cart-collaterals {
    padding-bottom: 30px;
  }
}

@media screen and (max-width: 640px) {
  .woocommerce .col2-set .col-1, .woocommerce .col2-set .col-2,
  .woocommerce form .form-row-first, .woocommerce form .form-row-last {
    float: none;
    width: 100%;
  }
  .woocommerce table.my_account_orders td:nth-child(4), .woocommerce table.my_account_orders th:nth-child(4) {
    display: none;
  }
  .woocommerce .cart-collaterals .cart_totals, .woocommerce .cart-collaterals .shipping_calculator {
    width: 100%;
    float: none;
    text-align: left;
    max-width: none;
  }
  .woocommerce table.cart .product-thumbnail {
    display: none;
  }
  .woocommerce table.cart .product-name {
    font-size: 0.9em;
  }
  .woocommerce table.cart th {
    font-size: 0.8em !important;
  }
}

@media screen and (max-width: 480px) {
  .woocommerce table.my_account_orders td:nth-child(2), .woocommerce table.my_account_orders th:nth-child(2) {
    display: none;
  }
  .woocommerce table.cart td.actions .coupon {
    width: 100%;
  }
  .woocommerce table.cart .product-price {
    display: none;
  }
}

@media screen and (max-width: 380px) {
  .woocommerce table.cart td.actions .button, .woocommerce table.cart td.actions .input-text, .woocommerce .wc-proceed-to-checkout a.button {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
  .woocommerce table.cart td.actions .coupon {
    margin-bottom: 15px;
  }
}

/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
  filter: alpha(opacity=80);
}

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box;
}

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
  display: none;
}

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}

.mfp-inline-holder .mfp-content, .mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}

.mfp-ajax-cur {
  cursor: progress;
}

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: zoom-out;
}

.mfp-zoom {
  cursor: pointer;
  cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
  cursor: auto;
}

.mfp-close, .mfp-arrow, .mfp-preloader, .mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.mfp-loading.mfp-figure {
  display: none;
}

.mfp-hide {
  display: none !important;
}

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}

.mfp-preloader a {
  color: #CCC;
}

.mfp-preloader a:hover {
  color: #FFF;
}

.mfp-s-ready .mfp-preloader {
  display: none;
}

.mfp-s-error .mfp-content {
  display: none;
}

button.mfp-close, button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
}

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

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  filter: alpha(opacity=65);
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}

.mfp-close:hover, .mfp-close:focus {
  opacity: 1;
  filter: alpha(opacity=100);
}

.mfp-close:active {
  top: 1px;
}

.mfp-close-btn-in .mfp-close {
  color: #333;
}

.mfp-image-holder .mfp-close, .mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
}

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  filter: alpha(opacity=65);
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent;
}

.mfp-arrow:active {
  margin-top: -54px;
}

.mfp-arrow:hover, .mfp-arrow:focus {
  opacity: 1;
  filter: alpha(opacity=100);
}

.mfp-arrow:before, .mfp-arrow:after, .mfp-arrow .mfp-b, .mfp-arrow .mfp-a {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}

.mfp-arrow:after, .mfp-arrow .mfp-a {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}

.mfp-arrow:before, .mfp-arrow .mfp-b {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}

.mfp-arrow-left {
  left: 0;
}

.mfp-arrow-left:after, .mfp-arrow-left .mfp-a {
  border-right: 17px solid #FFF;
  margin-left: 31px;
}

.mfp-arrow-left:before, .mfp-arrow-left .mfp-b {
  margin-left: 25px;
  border-right: 27px solid #3F3F3F;
}

.mfp-arrow-right {
  right: 0;
}

.mfp-arrow-right:after, .mfp-arrow-right .mfp-a {
  border-left: 17px solid #FFF;
  margin-left: 39px;
}

.mfp-arrow-right:before, .mfp-arrow-right .mfp-b {
  border-left: 27px solid #3F3F3F;
}

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}

.mfp-iframe-holder .mfp-close {
  top: -40px;
}

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}

.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}

/* The shadow behind the image */
.mfp-figure {
  line-height: 0;
}

.mfp-figure:after {
  content: '';
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444;
}

.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px;
}

.mfp-figure figure {
  margin: 0;
}

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px;
}

.mfp-image-holder .mfp-content {
  max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }
  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box;
  }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}

@media all and (max-width: 900px) {
  .mfp-arrow {
    transform: scale(0.75);
  }
  .mfp-arrow-left {
    transform-origin: 0;
  }
  .mfp-arrow-right {
    transform-origin: 100%;
  }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}

.mfp-ie7 .mfp-img {
  padding: 0;
}

.mfp-ie7 .mfp-bottom-bar {
  width: 600px;
  left: 50%;
  margin-left: -300px;
  margin-top: 5px;
  padding-bottom: 5px;
}

.mfp-ie7 .mfp-container {
  padding: 0;
}

.mfp-ie7 .mfp-content {
  padding-top: 44px;
}

.mfp-ie7 .mfp-close {
  top: 0;
  right: 0;
  padding-top: 0;
}

/* 
 * 	Core Owl Carousel CSS File
 *	v1.3.3
 */
/* clearfix */
.owl-carousel .owl-wrapper:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

/* display none until init */
.owl-carousel {
  display: none;
  position: relative;
  width: 100%;
  -ms-touch-action: pan-y;
}

.owl-carousel .owl-wrapper {
  display: none;
  position: relative;
  -webkit-transform: translate3d(0px, 0px, 0px);
}

.owl-carousel .owl-wrapper-outer {
  overflow: hidden;
  position: relative;
  width: 100%;
}

.owl-carousel .owl-wrapper-outer.autoHeight {
  transition: height 500ms ease-in-out;
}

.owl-carousel .owl-item {
  float: left;
}

.owl-controls .owl-page,
.owl-controls .owl-buttons div {
  cursor: pointer;
}

.owl-controls {
  bottom: 0;
  height: 32px;
  left: 50%;
  position: absolute;
  text-align: center;
  transform: translate(-50%, 0px);
  width: 100%;
  margin-top: 10px;
}

.owl-controls {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: transparent;
}

.owl-controls .owl-page {
  display: inline-block;
}

.owl-controls .owl-page span {
  background: #fff;
  border-radius: 20px;
  height: 9px;
  display: block;
  margin: 9px;
  width: 9px;
}

.owl-page.active span {
  opacity: 0.6;
}

/* mouse grab icon */
.grabbing {
  cursor: url(grabbing.png) 8 8, move;
}

/* fix */
.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
}

/*# sourceMappingURL=../maps/main.css.map */
