@import url("https://fonts.googleapis.com/css?family=Pacifico");
/* line 31, ../scss/_theme.scss */
body {
  font-family: "Open Sans", Verdana, Arial, sans-serif;
  font-size: 13px;
}

/* line 37, ../scss/_theme.scss */
p::-moz-selection {
  background: #006654;
  color: #FFF;
}
p::selection {
  background: #006654;
  color: #FFF;
}

/* line 43, ../scss/_theme.scss */
.page-title {
  margin: 30px 0;
  width: 100%;
  display: table;
  white-space: nowrap;
}
/* line 50, ../scss/_theme.scss */
.page-title::before, .page-title::after {
  border-top: 1px solid #353222;
  content: '';
  display: table-cell;
  position: relative;
  top: 1em;
  width: 45%;
}
/* line 59, ../scss/_theme.scss */
.page-title::before {
  right: 0;
}
/* line 60, ../scss/_theme.scss */
.page-title::after {
  left: 0;
}
@media (max-width: 767px) {
  /* line 43, ../scss/_theme.scss */
  .page-title {
    margin-top: 0;
    margin-bottom: 0;
    padding: 10px 0;
    display: block;
    white-space: normal;
  }
}
/* line 70, ../scss/_theme.scss */
.page-title h1,
.page-title h2 {
  background: #FFF;
  border-bottom: 0 none;
  color: #353222 !important;
  display: table;
  font-size: 28px !important;
  margin: 0 auto;
  padding: 0 15px !important;
  width: auto;
}
@media (max-width: 767px) {
  /* line 70, ../scss/_theme.scss */
  .page-title h1,
  .page-title h2 {
    font-size: 20px !important;
    padding: 0 5px !important;
    text-align: left !important;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  /* line 70, ../scss/_theme.scss */
  .page-title h1,
  .page-title h2 {
    font-size: 22px;
  }
}

/* line 93, ../scss/_theme.scss */
.nopadding-right {
  padding-right: 0 !important;
}

/* line 97, ../scss/_theme.scss */
.nopadding-left {
  padding-left: 0 !important;
}

/* line 101, ../scss/_theme.scss */
.row {
  margin-left: 0;
  margin-right: 0;
}
@media only screen and (max-width: 767px) {
  /* line 106, ../scss/_theme.scss */
  .row .col-xs-12 {
    padding: 0;
  }
}

/* line 113, ../scss/_theme.scss */
.no-background::before, .no-background::after {
  display: none;
}

/* line 120, ../scss/_theme.scss */
.sitewide-notice {
  background: #D77929;
  color: #FFF;
}
/* line 124, ../scss/_theme.scss */
.sitewide-notice .sitewide-notice-inner {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  padding: 10px;
  font-size: 15px;
  line-height: 1.5;
  background: none;
  text-align: center;
}
/* line 134, ../scss/_theme.scss */
.sitewide-notice .sitewide-notice-inner p, .sitewide-notice .sitewide-notice-inner a, .sitewide-notice .sitewide-notice-inner a:hover {
  color: #FFF;
}
/* line 138, ../scss/_theme.scss */
.sitewide-notice .sitewide-notice-inner p:last-child {
  margin-bottom: 0;
}

/* line 147, ../scss/_theme.scss */
.messages li {
  float: left;
  width: 100%;
}
/* line 152, ../scss/_theme.scss */
.messages:after {
  content: '';
  display: table;
  clear: both;
}

/* line 159, ../scss/_theme.scss */
.ajax-overlay {
  background: #000000;
  height: 100%;
  left: 0;
  opacity: 0.8;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1001;
}
/* line 169, ../scss/_theme.scss */
.ajax-overlay p {
  color: #FFF;
  font-size: 14px;
  left: 50%;
  line-height: 21px;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
/* line 178, ../scss/_theme.scss */
.ajax-overlay p img {
  float: left;
  margin-right: 10px;
}

/* line 186, ../scss/_theme.scss */
.tool-tip .btn-close {
  background: #ec3333;
  border-radius: 4px;
  color: #FFF;
  float: right;
  height: 25px;
  margin-bottom: 5px;
  width: 25px;
}
/* line 195, ../scss/_theme.scss */
.tool-tip .btn-close a {
  font-size: 0;
  text-align: center;
  width: 100%;
}
/* line 200, ../scss/_theme.scss */
.tool-tip .btn-close a::before {
  color: #FFF;
  content: 'X';
  float: left;
  font-family: "Open Sans", Verdana, Arial, sans-serif;
  font-weight: 600;
  font-size: 12px;
  line-height: 25px;
  width: 100%;
}

/* line 214, ../scss/_theme.scss */
.cvv-what-is-this-pp {
  float: left;
  margin-left: 5px;
  margin-top: 5px;
}

/* line 220, ../scss/_theme.scss */
.main-container,
.footer-container {
  padding-bottom: 0 !important;
  padding-top: 0 !important;
}

/* line 226, ../scss/_theme.scss */
.main {
  min-height: 365px;
}

/* line 230, ../scss/_theme.scss */
#acp-overlay {
  z-index: 501;
}

/* line 234, ../scss/_theme.scss */
.panel {
  border-radius: 0 !important;
}

/* line 238, ../scss/_theme.scss */
.no-gutter {
  margin-right: 0;
  margin-left: 0;
}

/* line 243, ../scss/_theme.scss */
.no-gutter > [class*="col-"] {
  padding-right: 0;
  padding-left: 0;
}

/* line 248, ../scss/_theme.scss */
.nav-tabs > li > a {
  border-radius: 0;
}

/* line 254, ../scss/_theme.scss */
button {
  border: 0 none;
  font-family: "Open Sans", Verdana, Arial, sans-serif, sans-serif !important;
}
/* line 258, ../scss/_theme.scss */
button span span {
  color: #FFF;
}
/* line 262, ../scss/_theme.scss */
button:hover, button:active, button:focus {
  background: #004738;
  color: #FFF;
  font-family: "Open Sans", Verdana, Arial, sans-serif, sans-serif !important;
}

/* line 271, ../scss/_theme.scss */
button,
a {
  -webkit-transition: color 300ms ease-in-out, background-color 300ms ease-in-out;
  transition: color 300ms ease-in-out, background-color 300ms ease-in-out;
}
/* line 278, ../scss/_theme.scss */
button:hover, button:active, button:focus,
a:hover,
a:active,
a:focus {
  text-decoration: none;
}
/* line 284, ../scss/_theme.scss */
button.button-primary, button.btn-gray,
a.button-primary,
a.btn-gray {
  border: 0;
  color: #FFF;
  height: 45px;
  line-height: 32px;
  position: relative;
  text-shadow: none;
  text-transform: uppercase;
}
/* line 295, ../scss/_theme.scss */
button.button-primary,
a.button-primary {
  font-size: 18px;
  min-width: 250px;
}
/* line 300, ../scss/_theme.scss */
button.btn-small,
a.btn-small {
  height: 30px;
  line-height: 30px;
  padding: 0 10px;
  text-transform: lowercase;
}
/* line 306, ../scss/_theme.scss */
button.btn-small span,
a.btn-small span {
  color: #FFF;
}
/* line 310, ../scss/_theme.scss */
button.btn-small:hover,
a.btn-small:hover {
  background-color: #146B87;
}
/* line 315, ../scss/_theme.scss */
button.link-wishlist,
a.link-wishlist {
  background: #353222;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}
/* line 319, ../scss/_theme.scss */
button.link-wishlist::before,
a.link-wishlist::before {
  color: #FFF;
  content: '\e9da';
  font-family: "ftn", serif;
  margin-right: 3px;
}
/* line 326, ../scss/_theme.scss */
button.link-wishlist:hover, button.link-wishlist:active, button.link-wishlist:focus,
a.link-wishlist:hover,
a.link-wishlist:active,
a.link-wishlist:focus {
  background: #16150e;
}
/* line 331, ../scss/_theme.scss */
button.link-wishlist:hover::before, button.link-wishlist:active::before, button.link-wishlist:focus::before,
a.link-wishlist:hover::before,
a.link-wishlist:active::before,
a.link-wishlist:focus::before {
  color: #e75c70;
}
/* line 337, ../scss/_theme.scss */
button.adjgiftreg_add_to,
a.adjgiftreg_add_to {
  background: #146B87;
  border-right: 0;
  margin-right: 0;
  padding-right: 0 !important;
  width: -webkit-calc(100% - (7px));
  width: calc(100% - (7px));
}
/* line 344, ../scss/_theme.scss */
button.adjgiftreg_add_to::before,
a.adjgiftreg_add_to::before {
  color: #FFF;
  content: '\e99f';
  font-family: "ftn", serif;
  margin-right: 3px;
}
/* line 351, ../scss/_theme.scss */
button.adjgiftreg_add_to:hover, button.adjgiftreg_add_to:active, button.adjgiftreg_add_to:focus,
a.adjgiftreg_add_to:hover,
a.adjgiftreg_add_to:active,
a.adjgiftreg_add_to:focus {
  background: #115971;
}
/* line 356, ../scss/_theme.scss */
button.adjgiftreg_add_to:hover::before, button.adjgiftreg_add_to:active::before, button.adjgiftreg_add_to:focus::before,
a.adjgiftreg_add_to:hover::before,
a.adjgiftreg_add_to:active::before,
a.adjgiftreg_add_to:focus::before {
  color: #FFF;
}
/* line 362, ../scss/_theme.scss */
button.aw-acp-continue,
a.aw-acp-continue {
  margin-bottom: 5px;
}
/* line 365, ../scss/_theme.scss */
button.aw-acp-continue:hover,
a.aw-acp-continue:hover {
  margin-bottom: 5px;
}
/* line 371, ../scss/_theme.scss */
button.aw-acp-checkout:hover,
a.aw-acp-checkout:hover {
  background: #16150e;
}
/* line 378, ../scss/_theme.scss */
button.aw-acp-continue:hover, button.aw-acp-checkout:hover,
a.aw-acp-continue:hover,
a.aw-acp-checkout:hover {
  color: #FFF;
  font-family: "Open Sans", Verdana, Arial, sans-serif, sans-serif !important;
  font-size: 18px;
  font-weight: normal;
  height: 45px;
  line-height: 32px;
  padding: 6px 12px;
}
/* line 388, ../scss/_theme.scss */
button.aw-acp-continue:active, button.aw-acp-continue:focus, button.aw-acp-checkout:active, button.aw-acp-checkout:focus,
a.aw-acp-continue:active,
a.aw-acp-continue:focus,
a.aw-acp-checkout:active,
a.aw-acp-checkout:focus {
  color: #FFF;
}
/* line 394, ../scss/_theme.scss */
button.btn-gray,
button .btn-gray:not(.button),
a.btn-gray,
a .btn-gray:not(.button) {
  background: #AFB2B7;
  border-radius: 4px;
  color: #FFF;
  font-size: 14px;
  line-height: 32px;
  padding: 0 10px;
  text-transform: lowercase;
}
/* line 404, ../scss/_theme.scss */
button.btn-gray:hover,
button .btn-gray:not(.button):hover,
a.btn-gray:hover,
a .btn-gray:not(.button):hover {
  background: #94989f;
}
/* line 409, ../scss/_theme.scss */
button p.back-link span,
a p.back-link span {
  color: #FFF;
}

/* line 414, ../scss/_theme.scss */
p.back-link,
.buttons-set p.back-link {
  color: #353222;
  padding: 0;
  position: relative;
}

/* line 421, ../scss/_theme.scss */
a {
  color: #00B091;
}
/* line 424, ../scss/_theme.scss */
a:hover {
  color: #FF9439;
  text-decoration: none !important;
}
/* line 429, ../scss/_theme.scss */
a:active,
a a:focus {
  outline: none;
  text-decoration: none;
}

/* line 436, ../scss/_theme.scss */
.form-control {
  border-radius: 0 !important;
}

/* line 441, ../scss/_theme.scss */
select,
input,
textarea {
  background: #FFF;
  border: 1px solid #DDE2E3 !important;
  box-shadow: none !important;
  color: #555555 !important;
  font-family: "Open Sans", Verdana, Arial, sans-serif;
  padding: 5px !important;
}
/* line 451, ../scss/_theme.scss */
select:focus,
input:focus,
textarea:focus {
  outline-style: inset;
}

/* line 456, ../scss/_theme.scss */
p.required,
.validation-advice {
  color: #ec3333;
}

/* line 461, ../scss/_theme.scss */
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: "fortescue-text-regular-pro", "Merriweather", "Times New Roman", serif;
  font-weight: normal;
}

/* line 477, ../scss/_theme.scss */
h3,
h4,
h5,
label,
.label {
  font-weight: normal !important;
}

/* line 487, ../scss/_theme.scss */
label.required::after,
span.required::after {
  color: #ec3333;
}

/* line 493, ../scss/_theme.scss */
.messages li ul li {
  color: #FFF !important;
}
/* line 496, ../scss/_theme.scss */
.messages li ul li a {
  color: #146B87;
}
/* line 501, ../scss/_theme.scss */
.messages .notice-msg li {
  background: #D77929;
}

/* line 507, ../scss/_theme.scss */
.ratings .rating-box,
.ratings-table .rating-box {
  background: url("https://m.faithful-to-nature.co.za/skin/frontend/rwd/ftn/images/yellowrating-small.png") no-repeat 0 -14px;
  width: 70px;
}

/* line 513, ../scss/_theme.scss */
.ratings .rating-box .rating,
.ratings-table .rating-box .rating {
  background: url("https://m.faithful-to-nature.co.za/skin/frontend/rwd/ftn/images/yellowrating-small.png") no-repeat 0 0;
}

/* line 522, ../scss/_theme.scss */
.page-header {
  border-bottom: 0 none !important;
  font-family: "Open Sans", Verdana, Arial, sans-serif !important;
  font-weight: 600;
  margin: 0 auto !important;
  padding-bottom: 0;
}

/* line 530, ../scss/_theme.scss */
.logo {
  margin: 30px 0 0;
  min-height: 52px !important;
  padding: 0 35px 0 0;
}
/* line 535, ../scss/_theme.scss */
.logo:hover {
  opacity: 1;
}
@media screen and (max-width: 1024px) and (min-width: 767px) {
  /* line 530, ../scss/_theme.scss */
  .logo {
    margin: 25px 15px;
  }
}
@media (max-width: 767px) {
  /* line 530, ../scss/_theme.scss */
  .logo {
    margin: 15px auto 0;
    padding: 0;
  }
  /* line 547, ../scss/_theme.scss */
  .logo img {
    width: 100%;
  }
}
@media (min-width: 768px) {
  /* line 530, ../scss/_theme.scss */
  .logo {
    max-width: 330px;
  }
}

/* line 558, ../scss/_theme.scss */
.welcome-msg {
  color: #353222;
  padding-right: 15px;
  text-align: right;
}

/* line 564, ../scss/_theme.scss */
#header-nav {
  border: 0 none;
}

/* line 569, ../scss/_theme.scss */
.page-header-container {
  display: inline-block;
  position: relative;
  width: 100%;
}
/* line 574, ../scss/_theme.scss */
.page-header-container .skip-links {
  overflow: visible;
}
/* line 579, ../scss/_theme.scss */
.page-header-container .ms-megamenu .anchor_mbmenu {
  width: 25%;
  float: left;
  margin-top: 10px;
  border-right: 1px solid #FFF;
}
@media (min-width: 768px) and (max-width: 779px) {
  /* line 579, ../scss/_theme.scss */
  .page-header-container .ms-megamenu .anchor_mbmenu {
    width: 100%;
  }
}
/* line 602, ../scss/_theme.scss */
.page-header-container #header-search .search-autocomplete {
  border: 0 none;
  top: -5px !important;
}
@media (max-width: 767px) {
  /* line 601, ../scss/_theme.scss */
  .page-header-container #header-search {
    background: #FFF;
    float: left;
    left: 0;
    margin: 10px 0;
    padding: 0 10px;
    position: relative;
    transform: translateX(0) !important;
    -moz-transform: translateX(0) !important;
    -ms-transform: translateX(0) !important;
    -o-transform: translateX(0) !important;
    -webkit-transform: translateX(0) !important;
    top: auto;
    width: 100% !important;
  }
}
/* line 624, ../scss/_theme.scss */
.page-header-container .new-account {
  display: -ms-grid;
  display: grid;
  float: left;
  width: 75px;
  margin-right: 20px;
}
@media (max-width: 767px) {
  /* line 624, ../scss/_theme.scss */
  .page-header-container .new-account {
    margin-right: 0;
  }
}
/* line 634, ../scss/_theme.scss */
.page-header-container .new-account .navbar-collapse {
  padding: 0;
}
/* line 638, ../scss/_theme.scss */
.page-header-container .new-account .navbar-nav {
  margin: 0;
}
/* line 643, ../scss/_theme.scss */
.page-header-container .new-account .navbar-nav .open .dropdown-menu,
.page-header-container .new-account .navbar-nav .menu-active .dropdown-menu {
  float: left;
  width: 100%;
  position: absolute;
  left: -40px;
  margin-top: 11px;
}
/* line 651, ../scss/_theme.scss */
.page-header-container .new-account .navbar-nav .open .dropdown-menu:after, .page-header-container .new-account .navbar-nav .open .dropdown-menu:before,
.page-header-container .new-account .navbar-nav .menu-active .dropdown-menu:after,
.page-header-container .new-account .navbar-nav .menu-active .dropdown-menu:before {
  bottom: 100%;
  left: 50%;
  border: solid transparent;
  content: '';
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
/* line 663, ../scss/_theme.scss */
.page-header-container .new-account .navbar-nav .open .dropdown-menu:after,
.page-header-container .new-account .navbar-nav .menu-active .dropdown-menu:after {
  border-color: rgba(255, 255, 255, 0);
  border-bottom-color: #F5F7F9;
  border-width: 8px;
  margin-left: -8px;
}
/* line 670, ../scss/_theme.scss */
.page-header-container .new-account .navbar-nav .open .dropdown-menu::before,
.page-header-container .new-account .navbar-nav .menu-active .dropdown-menu::before {
  border-color: transparent;
  border-bottom-color: rgba(0, 0, 0, 0.15);
  border-width: 9px;
  margin-left: -9px;
}
/* line 680, ../scss/_theme.scss */
.page-header-container .new-account .navbar-default {
  background-color: transparent;
  background-image: none;
  border: 0 none;
  box-shadow: none;
  margin: 0;
}
@media (max-width: 767px) {
  /* line 680, ../scss/_theme.scss */
  .page-header-container .new-account .navbar-default {
    background-color: #F5F7F9;
    border-right: 1px solid #fff;
  }
  /* line 692, ../scss/_theme.scss */
  .page-header-container .new-account .navbar-default .dropdown .navbar-default {
    background-color: transparent;
    border-right: 0;
  }
}
/* line 700, ../scss/_theme.scss */
.page-header-container .new-account .navbar-default .open a,
.page-header-container .new-account .navbar-default .open a:hover,
.page-header-container .new-account .navbar-default .open a:focus {
  background-color: transparent;
}
/* line 708, ../scss/_theme.scss */
.page-header-container .new-account #nav a:hover {
  background: none;
}
/* line 712, ../scss/_theme.scss */
.page-header-container .new-account #accounts {
  display: block !important;
  height: 50px;
}
/* line 716, ../scss/_theme.scss */
.page-header-container .new-account #accounts a {
  color: #353222;
  font-size: 14px;
  padding-left: 0;
  padding-right: 0;
  padding-top: 0;
  text-align: center;
}
/* line 724, ../scss/_theme.scss */
.page-header-container .new-account #accounts a::before {
  display: block;
  content: ' ';
  background-image: url("https://m.faithful-to-nature.co.za/skin/frontend/rwd/ftn/images/svg-icons/NewIconAccount.png");
  background-size: 35px 35px;
  height: 35px;
  width: 35px;
  margin: 0 auto;
}
/* line 743, ../scss/_theme.scss */
.page-header-container .new-account #accounts #account-menu {
  background-color: #F5F7F9;
}
/* line 748, ../scss/_theme.scss */
.page-header-container .new-account #accounts #account-menu .navbar-default .navbar-nav li {
  padding: 10px 0;
  border-bottom: 1px solid #FFF;
}
/* line 752, ../scss/_theme.scss */
.page-header-container .new-account #accounts #account-menu .navbar-default .navbar-nav li a {
  padding-bottom: 0;
  text-transform: uppercase;
  font-size: 12px;
}
/* line 757, ../scss/_theme.scss */
.page-header-container .new-account #accounts #account-menu .navbar-default .navbar-nav li a:hover {
  color: #006654;
}
/* line 762, ../scss/_theme.scss */
.page-header-container .new-account #accounts #account-menu .navbar-default .navbar-nav li:last-child {
  border-bottom: 0;
}
@media (max-width: 767px) {
  /* line 771, ../scss/_theme.scss */
  .page-header-container .new-account #accounts a.user-link {
    font-size: 0;
    padding: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
  }
  /* line 777, ../scss/_theme.scss */
  .page-header-container .new-account #accounts a.user-link::before {
    line-height: 50px;
    margin-top: 5px;
  }
}
/* line 786, ../scss/_theme.scss */
.page-header-container .new-account #accounts ul li a::before {
  display: none;
}
/* line 796, ../scss/_theme.scss */
.page-header-container .new-account .dropdown-menu nav ul li {
  width: 100%;
}
@media only screen and (min-width: 768px) {
  /* line 804, ../scss/_theme.scss */
  .page-header-container .new-account .dropdown:hover .dropdown-menu {
    display: block;
    top: 110%;
    left: -55px;
  }
}
/* line 813, ../scss/_theme.scss */
.page-header-container .wishlist {
  display: -ms-grid;
  display: grid;
  float: left;
  width: 75px;
}
/* line 818, ../scss/_theme.scss */
.page-header-container .wishlist .navbar-collapse {
  padding: 0;
}
/* line 822, ../scss/_theme.scss */
.page-header-container .wishlist .navbar-nav {
  margin: 0;
}
/* line 826, ../scss/_theme.scss */
.page-header-container .wishlist .navbar-default {
  background-color: transparent;
  background-image: none;
  border: 0 none;
  box-shadow: none;
  margin-bottom: 0;
}
/* line 834, ../scss/_theme.scss */
.page-header-container .wishlist ul li {
  display: none;
}
/* line 838, ../scss/_theme.scss */
.page-header-container .wishlist #favourites {
  display: block !important;
}
/* line 841, ../scss/_theme.scss */
.page-header-container .wishlist #favourites a {
  color: #353222;
  font-size: 14px;
  padding-left: 0;
  padding-right: 0;
  padding-top: 0;
  text-align: center;
}
/* line 849, ../scss/_theme.scss */
.page-header-container .wishlist #favourites a::before {
  display: block;
  content: ' ';
  background-image: url("https://m.faithful-to-nature.co.za/skin/frontend/rwd/ftn/images/svg-icons/NewIconFavourite.png");
  background-size: 35px 35px;
  height: 35px;
  width: 35px;
  margin: 0 auto;
}
@media (max-width: 767px) {
  /* line 849, ../scss/_theme.scss */
  .page-header-container .wishlist #favourites a::before {
    margin-top: 5px;
  }
}
/* line 872, ../scss/_theme.scss */
.page-header-container .wishlist #favourites .count {
  background: #D77929;
  border-radius: 100%;
  color: #FFF;
  font-size: 14px;
  height: 25px;
  line-height: 25px;
  overflow: hidden;
  position: absolute;
  right: 0;
  top: -4px;
  width: 25px;
}
@media (max-width: 767px) {
  /* line 872, ../scss/_theme.scss */
  .page-header-container .wishlist #favourites .count {
    right: 17px;
  }
}
/* line 892, ../scss/_theme.scss */
.page-header-container .header-minicart {
  display: -ms-grid;
  display: grid;
  width: 140px;
  height: 60px;
}
/* line 898, ../scss/_theme.scss */
.page-header-container .header-minicart a.skip-cart::before {
  display: block;
  content: ' ';
  background-image: url("https://m.faithful-to-nature.co.za/skin/frontend/rwd/ftn/images/svg-icons/NewIconBasket.png");
  background-size: 35px 35px;
  height: 35px;
  width: 35px;
  margin: 0 auto;
}
@media (max-width: 767px) {
  /* line 898, ../scss/_theme.scss */
  .page-header-container .header-minicart a.skip-cart::before {
    margin-top: 5px;
  }
}
@media (max-width: 767px) {
  /* line 918, ../scss/_theme.scss */
  .page-header-container .header-minicart {
    display: -ms-grid;
    display: grid;
    width: auto;
  }
  /* line 922, ../scss/_theme.scss */
  .page-header-container .header-minicart .skip-link {
    width: auto;
  }
  /* line 927, ../scss/_theme.scss */
  .page-header-container .header-minicart a::before {
    background-size: 85px 35px;
    height: 35px;
    width: 85px;
    margin-top: 5px;
  }
  /* line 937, ../scss/_theme.scss */
  .page-header-container .ms-megamenu .ms-topmenu {
    display: contents;
  }
  /* line 940, ../scss/_theme.scss */
  .page-header-container .ms-megamenu .ms-topmenu .anchor_mbmenu_text::before {
    margin: 5px 0 0 10px;
    padding-bottom: 10px;
  }
  /* line 945, ../scss/_theme.scss */
  .page-header-container .ms-megamenu .ms-topmenu .anchor_mbmenu_text::after {
    display: none;
  }
  /* line 950, ../scss/_theme.scss */
  .page-header-container .ms-megamenu .mb-label {
    background-color: #DDE2E3;
    color: #353222;
  }
}
/* line 957, ../scss/_theme.scss */
.page-header-container .skip-links {
  clear: none !important;
  float: right;
  margin-top: 20px;
}
/* line 962, ../scss/_theme.scss */
.page-header-container .skip-links .skip-link:not(.skip-active):hover {
  opacity: 1;
}
/* line 965, ../scss/_theme.scss */
.page-header-container .skip-links .skip-link:not(.skip-active):hover .icon {
  background-position: 0 0;
}
@media (max-width: 767px) {
  /* line 957, ../scss/_theme.scss */
  .page-header-container .skip-links {
    border: 0 none;
    margin-bottom: 0;
    padding: 0;
    width: 75%;
    float: right;
    margin-top: 10px;
  }
  /* line 978, ../scss/_theme.scss */
  .page-header-container .skip-links .welcome-msg {
    display: none;
  }
  /* line 982, ../scss/_theme.scss */
  .page-header-container .skip-links .skip-link {
    background: #F5F7F9;
    border-color: #FFF;
    border-top: 1px #e4e4e4;
    height: 50px;
  }
  /* line 988, ../scss/_theme.scss */
  .page-header-container .skip-links .skip-link.skip-active {
    background: #DDE2E3;
  }
  /* line 994, ../scss/_theme.scss */
  .page-header-container .skip-links .new-account,
  .page-header-container .skip-links .wishlist,
  .page-header-container .skip-links .header-minicart {
    width: -webkit-calc(100% / 3 * 1);
    width: calc(100% / 3 * 1);
  }
  /* line 1002, ../scss/_theme.scss */
  .page-header-container .skip-links .navbar-default .navbar-collapse, .page-header-container .skip-links .navbar-default .navbar-form {
    border: 0;
  }
  /* line 1006, ../scss/_theme.scss */
  .page-header-container .skip-links .navbar-default .navbar-collapse, .page-header-container .skip-links .navbar-default .navbar-nav {
    height: 100%;
  }
  /* line 1011, ../scss/_theme.scss */
  .page-header-container .skip-links .wishlist {
    background: #F5F7F9;
    border-right: 1px solid #FFF;
    border-top: 1px #e4e4e4;
    height: 50px;
  }
  /* line 1017, ../scss/_theme.scss */
  .page-header-container .skip-links .wishlist .navbar {
    min-height: auto;
  }
  /* line 1021, ../scss/_theme.scss */
  .page-header-container .skip-links .wishlist .navbar-collapse {
    border: 0 none;
    padding: 0;
  }
  /* line 1026, ../scss/_theme.scss */
  .page-header-container .skip-links .wishlist #favourites a {
    font-size: 0;
    padding: 0;
  }
  /* line 1030, ../scss/_theme.scss */
  .page-header-container .skip-links .wishlist #favourites a::before {
    line-height: 50px;
  }
  /* line 1037, ../scss/_theme.scss */
  .page-header-container .skip-links .skip-cart .icon-wrap {
    height: 50px;
  }
  /* line 1040, ../scss/_theme.scss */
  .page-header-container .skip-links .skip-cart .icon-wrap .icon {
    margin: 0;
  }
}

/* line 1050, ../scss/_theme.scss */
.header-topbar-background {
  background-color: #006654;
  float: left;
  padding: 10px 15px;
  position: relative;
  width: 100%;
}
@media (max-width: 767px) {
  /* line 1050, ../scss/_theme.scss */
  .header-topbar-background {
    padding: 10px;
  }
  /* line 1061, ../scss/_theme.scss */
  .header-topbar-background #toplinks-navbar-collapse .nav li {
    display: none;
  }
  /* line 1064, ../scss/_theme.scss */
  .header-topbar-background #toplinks-navbar-collapse .nav li.first {
    display: block !important;
  }
}
/* line 1071, ../scss/_theme.scss */
.header-topbar-background .header-topbar-container {
  margin-left: auto;
  margin-right: auto;
  max-width: 1280px;
}
/* line 1077, ../scss/_theme.scss */
.header-topbar-background .header-topbar-container .delivery-msg span {
  color: #FFF;
  width: 100%;
  display: block;
  font-weight: 600;
}
/* line 1083, ../scss/_theme.scss */
.header-topbar-background .header-topbar-container .delivery-msg span a {
  color: #fbae42;
  border-bottom: 1px solid transparent;
  -webkit-transition: .3s border ease-in;
  transition: .3s border ease-in;
}
/* line 1088, ../scss/_theme.scss */
.header-topbar-background .header-topbar-container .delivery-msg span a:hover {
  color: #fbae42;
  border-color: #fbae42;
}
@media (max-width: 767px) {
  /* line 1096, ../scss/_theme.scss */
  .header-topbar-background .header-topbar-container #header-toplinks {
    float: left;
    width: -webkit-calc(100% - 90%) !important;
    width: calc(100% - 90%) !important;
  }
}
@media (max-width: 1024px) {
  /* line 1096, ../scss/_theme.scss */
  .header-topbar-background .header-topbar-container #header-toplinks {
    width: 100%;
  }
}
/* line 1106, ../scss/_theme.scss */
.header-topbar-background .header-topbar-container #header-toplinks .navbar {
  background: none;
  border: 0;
  box-shadow: none;
  margin-bottom: 0;
  min-height: 0;
}
/* line 1113, ../scss/_theme.scss */
.header-topbar-background .header-topbar-container #header-toplinks .navbar .navbar-collapse {
  border-top: 0;
  box-shadow: none;
  padding-left: 0;
}
@media (max-width: 767px) {
  /* line 1113, ../scss/_theme.scss */
  .header-topbar-background .header-topbar-container #header-toplinks .navbar .navbar-collapse {
    padding-right: 0;
  }
}
@media (max-width: 1024px) {
  /* line 1113, ../scss/_theme.scss */
  .header-topbar-background .header-topbar-container #header-toplinks .navbar .navbar-collapse {
    text-align: center;
  }
  /* line 1124, ../scss/_theme.scss */
  .header-topbar-background .header-topbar-container #header-toplinks .navbar .navbar-collapse .navbar-nav {
    display: block;
    float: none !important;
  }
}
/* line 1130, ../scss/_theme.scss */
.header-topbar-background .header-topbar-container #header-toplinks .navbar .navbar-collapse .navbar-nav {
  float: left;
}
/* line 1134, ../scss/_theme.scss */
.header-topbar-background .header-topbar-container #header-toplinks .navbar .navbar-collapse .navbar-nav li > a {
  color: #FFF;
  float: left;
  padding: 0 20px;
  text-transform: uppercase;
}
/* line 1140, ../scss/_theme.scss */
.header-topbar-background .header-topbar-container #header-toplinks .navbar .navbar-collapse .navbar-nav li > a:hover {
  color: #146B87 !important;
}
/* line 1145, ../scss/_theme.scss */
.header-topbar-background .header-topbar-container #header-toplinks .navbar .navbar-collapse .navbar-nav li:not(.first)::after {
  color: #FFF;
  content: '\e9a4';
  float: right;
  font-family: "ftn", serif;
  font-size: 10px;
  padding-top: 3px;
}
/* line 1154, ../scss/_theme.scss */
.header-topbar-background .header-topbar-container #header-toplinks .navbar .navbar-collapse .navbar-nav li.first a {
  padding: 0 !important;
}
/* line 1157, ../scss/_theme.scss */
.header-topbar-background .header-topbar-container #header-toplinks .navbar .navbar-collapse .navbar-nav li.first a::before {
  color: #FFF;
  content: '\e902';
  font-family: "ftn", serif;
  font-size: 20px;
  line-height: 19px;
  padding: 0;
}
/* line 1167, ../scss/_theme.scss */
.header-topbar-background .header-topbar-container #header-toplinks .navbar .navbar-collapse .navbar-nav li.last::after {
  content: '';
  font-size: 0;
}
@media (max-width: 767px) {
  /* line 1130, ../scss/_theme.scss */
  .header-topbar-background .header-topbar-container #header-toplinks .navbar .navbar-collapse .navbar-nav {
    margin: 0 !important;
  }
}
/* line 1179, ../scss/_theme.scss */
.header-topbar-background .header-topbar-container #header-toplinks .navbar-header {
  float: left;
}
/* line 1184, ../scss/_theme.scss */
.header-topbar-background .header-topbar-container .tablet-top {
  float: left;
  width: -webkit-calc(100% - 10%);
  width: calc(100% - 10%);
}
/* line 1188, ../scss/_theme.scss */
.header-topbar-background .header-topbar-container .tablet-top a {
  padding-left: 15px;
  text-transform: uppercase;
}
@media (min-width: 768px) {
  /* line 1184, ../scss/_theme.scss */
  .header-topbar-background .header-topbar-container .tablet-top {
    float: none;
    margin: 0 auto;
    width: 50%;
  }
  /* line 1198, ../scss/_theme.scss */
  .header-topbar-background .header-topbar-container .tablet-top .call-us,
  .header-topbar-background .header-topbar-container .tablet-top #header-helplinks {
    float: left;
    padding-bottom: 10px;
    width: 50%;
  }
}
@media (min-width: 1025px) {
  /* line 1184, ../scss/_theme.scss */
  .header-topbar-background .header-topbar-container .tablet-top {
    float: left;
    width: 45%;
  }
  /* line 1210, ../scss/_theme.scss */
  .header-topbar-background .header-topbar-container .tablet-top #header-helplinks {
    float: right;
    margin-right: 15px;
    width: 175px;
  }
}
/* line 1218, ../scss/_theme.scss */
.header-topbar-background .header-topbar-container #favourites {
  display: none;
}
/* line 1222, ../scss/_theme.scss */
.header-topbar-background .header-topbar-container .call-us {
  color: #FFF;
  float: left;
  font-size: 14px;
  font-style: italic;
  width: 20%;
}
@media (max-width: 767px) {
  /* line 1222, ../scss/_theme.scss */
  .header-topbar-background .header-topbar-container .call-us {
    float: left;
    text-align: center;
    width: 75% !important;
  }
  /* line 1235, ../scss/_theme.scss */
  .header-topbar-background .header-topbar-container .call-us a {
    color: #FFF;
  }
}
@media (min-width: 1025px) {
  /* line 1222, ../scss/_theme.scss */
  .header-topbar-background .header-topbar-container .call-us {
    width: auto;
  }
}
/* line 1244, ../scss/_theme.scss */
.header-topbar-background .header-topbar-container .call-us::before {
  content: '\e942';
  font-family: "ftn", serif;
  font-size: 14px;
  font-style: normal;
  padding-right: 10px;
}
@media (max-width: 767px) {
  /* line 1244, ../scss/_theme.scss */
  .header-topbar-background .header-topbar-container .call-us::before {
    display: none;
  }
}
/* line 1257, ../scss/_theme.scss */
.header-topbar-background .header-topbar-container #header-helplinks {
  float: left;
  width: 25%;
}
@media (max-width: 767px) {
  /* line 1257, ../scss/_theme.scss */
  .header-topbar-background .header-topbar-container #header-helplinks {
    float: left !important;
    width: 25% !important;
  }
  /* line 1265, ../scss/_theme.scss */
  .header-topbar-background .header-topbar-container #header-helplinks li {
    float: left;
  }
  /* line 1268, ../scss/_theme.scss */
  .header-topbar-background .header-topbar-container #header-helplinks li a {
    font-size: 0 !important;
    padding: 0 !important;
  }
}
/* line 1275, ../scss/_theme.scss */
.header-topbar-background .header-topbar-container #header-helplinks .navbar-default {
  background-color: transparent;
  border: 0 none;
  margin: 0;
  min-height: auto;
}
/* line 1281, ../scss/_theme.scss */
.header-topbar-background .header-topbar-container #header-helplinks .navbar-default .navbar-collapse {
  border: 0 none;
  box-shadow: none;
  padding-left: 0;
}
/* line 1286, ../scss/_theme.scss */
.header-topbar-background .header-topbar-container #header-helplinks .navbar-default .navbar-collapse .navbar-nav {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin: 0;
  width: 100%;
}
/* line 1291, ../scss/_theme.scss */
.header-topbar-background .header-topbar-container #header-helplinks .navbar-default .navbar-collapse .navbar-nav li {
  float: left;
  width: 49%;
}
/* line 1295, ../scss/_theme.scss */
.header-topbar-background .header-topbar-container #header-helplinks .navbar-default .navbar-collapse .navbar-nav li a {
  color: #FFF;
  float: left;
  padding: 0 10px 0 0;
  text-align: center;
  width: 100%;
}
/* line 1302, ../scss/_theme.scss */
.header-topbar-background .header-topbar-container #header-helplinks .navbar-default .navbar-collapse .navbar-nav li a::before {
  float: left;
  font-family: "ftn", serif;
  padding-right: 10px;
}
/* line 1309, ../scss/_theme.scss */
.header-topbar-background .header-topbar-container #header-helplinks .navbar-default .navbar-collapse .navbar-nav li a.register {
  padding: 0;
}
/* line 1314, ../scss/_theme.scss */
.header-topbar-background .header-topbar-container #header-helplinks .navbar-default .navbar-collapse .navbar-nav li:last-child {
  width: 51%;
}
@media (max-width: 767px) {
  /* line 1320, ../scss/_theme.scss */
  .header-topbar-background .header-topbar-container #header-helplinks .navbar-default .navbar-collapse .navbar-nav {
    display: inline;
  }
}
@media (max-width: 767px) {
  /* line 1328, ../scss/_theme.scss */
  .header-topbar-background .header-topbar-container #header-helplinks .navbar-default {
    min-height: 30px;
  }
}
/* line 1333, ../scss/_theme.scss */
.header-topbar-background .header-topbar-container #header-helplinks .login::before {
  content: '\e971';
  font-size: 14px;
}
/* line 1338, ../scss/_theme.scss */
.header-topbar-background .header-topbar-container #header-helplinks .logout::before {
  content: '\e98f';
  font-size: 14px;
}
/* line 1343, ../scss/_theme.scss */
.header-topbar-background .header-topbar-container #header-helplinks .account::before {
  content: '\e971';
  font-size: 14px;
}
/* line 1348, ../scss/_theme.scss */
.header-topbar-background .header-topbar-container #header-helplinks .register::before {
  content: '\e907';
  font-size: 14px;
}

@media only screen and (max-width: 1024px) {
  /* line 1359, ../scss/_theme.scss */
  .share-button {
    display: none;
  }

  /* line 1363, ../scss/_theme.scss */
  .page-header {
    border-bottom: 0 none;
    margin-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  /* line 1370, ../scss/_theme.scss */
  .skip-links {
    float: right;
  }
}
@media only screen and (max-width: 1024px) {
  /* line 1377, ../scss/_theme.scss */
  .logo img {
    width: 75%;
  }

  /* line 1381, ../scss/_theme.scss */
  .sub::before {
    display: none;
  }

  /* line 1385, ../scss/_theme.scss */
  .sub {
    padding-left: 10px;
  }
}
@media only screen and (max-width: 767px) {
  /* line 1393, ../scss/_theme.scss */
  .page-header #header-nav {
    padding: 0;
  }
  /* line 1397, ../scss/_theme.scss */
  .page-header .skip-search {
    display: none;
  }
  /* line 1401, ../scss/_theme.scss */
  .page-header .mobile-search {
    float: right;
    margin: 10px 0 0;
  }
  /* line 1405, ../scss/_theme.scss */
  .page-header .mobile-search .icon {
    background-image: none;
    float: right;
    height: 50px;
    text-indent: 0;
    width: 100%;
  }
  /* line 1412, ../scss/_theme.scss */
  .page-header .mobile-search .icon::before {
    color: #353222;
    content: '\e986';
    font-family: "ftn", serif;
    font-size: 19px;
    line-height: 48px;
  }
  /* line 1422, ../scss/_theme.scss */
  .page-header .mobile-search:not(.skip-active):hover .icon {
    background-position: 0 0;
  }
  /* line 1427, ../scss/_theme.scss */
  .page-header .mobile-search.skip-active .icon:before {
    color: #FFF;
  }
}
/* line 1437, ../scss/_theme.scss */
.breadcrumbs {
  float: left;
  margin: 10px 0 15px !important;
  overflow: visible !important;
  width: 100%;
}
/* line 1444, ../scss/_theme.scss */
.breadcrumbs li a {
  color: #999;
  text-transform: none;
}
/* line 1449, ../scss/_theme.scss */
.breadcrumbs li span {
  color: #999;
}
/* line 1453, ../scss/_theme.scss */
.breadcrumbs li strong {
  font-family: "Open Sans", Verdana, Arial, sans-serif;
  font-weight: 600;
  text-transform: capitalize;
}

/* line 1462, ../scss/_theme.scss */
.usp {
  display: inline-block;
  margin-top: 15px;
  width: 100%;
}
/* line 1467, ../scss/_theme.scss */
.usp .item-small {
  margin: 0 15px 15px 0;
  padding: 0;
  position: relative;
  overflow: hidden;
  float: left;
}
@media (max-width: 767px) {
  /* line 1467, ../scss/_theme.scss */
  .usp .item-small {
    width: -webkit-calc((100% - 30px) / 3);
    width: calc((100% - 30px) / 3);
  }
  /* line 1477, ../scss/_theme.scss */
  .usp .item-small:nth-child(3n) {
    margin-right: 0;
  }
  /* line 1481, ../scss/_theme.scss */
  .usp .item-small:nth-child(3n+4) {
    clear: left;
  }
}
@media (min-width: 768px) {
  /* line 1467, ../scss/_theme.scss */
  .usp .item-small {
    width: -webkit-calc((100% - 75px) / 6);
    width: calc((100% - 75px) / 6);
  }
  /* line 1489, ../scss/_theme.scss */
  .usp .item-small:nth-child(6n) {
    margin-right: 0;
  }
  /* line 1493, ../scss/_theme.scss */
  .usp .item-small:nth-child(6n+7) {
    clear: left;
  }
}
/* line 1498, ../scss/_theme.scss */
.usp .item-small img {
  object-fit: cover;
  width: 100%;
}
/* line 1504, ../scss/_theme.scss */
.usp .item-medium {
  margin: 0 0 15px 0;
  padding: 0;
  position: relative;
  overflow: hidden;
}
@media (min-width: 599px) {
  /* line 1504, ../scss/_theme.scss */
  .usp .item-medium {
    float: left;
    margin-right: 15px;
    width: -webkit-calc((100% - 30px) / 3);
    width: calc((100% - 30px) / 3);
  }
  /* line 1515, ../scss/_theme.scss */
  .usp .item-medium:nth-child(3n) {
    margin-right: 0;
  }
  /* line 1519, ../scss/_theme.scss */
  .usp .item-medium:nth-child(3n+4) {
    clear: left;
  }
}
/* line 1524, ../scss/_theme.scss */
.usp .item-medium img {
  object-fit: cover;
  width: 100%;
}
/* line 1530, ../scss/_theme.scss */
.usp .item {
  float: left;
  margin: 0 16px 0 0;
  min-height: 200px;
  overflow: hidden;
  position: relative;
  width: -webkit-calc((100% - 32px) / 3);
  width: calc((100% - 32px) / 3);
}
/* line 1538, ../scss/_theme.scss */
.usp .item img {
  object-fit: cover;
  width: 100%;
}
/* line 1543, ../scss/_theme.scss */
.usp .item .article-header {
  background: #AFB2B7;
  bottom: 0;
  padding: 10px;
  position: absolute;
  width: 100%;
}
/* line 1550, ../scss/_theme.scss */
.usp .item .article-header h4 {
  color: #FFF;
  display: table;
  font-size: 27px !important;
  line-height: 48px;
  margin: 0 auto;
}
@media (max-width: 767px) {
  /* line 1550, ../scss/_theme.scss */
  .usp .item .article-header h4 {
    font-size: 25px !important;
  }
}
@media (max-width: 1024px) {
  /* line 1562, ../scss/_theme.scss */
  .usp .item .article-header .smaller-on-mobile {
    font-size: 22px !important;
  }
}
@media (max-width: 599px) {
  /* line 1562, ../scss/_theme.scss */
  .usp .item .article-header .smaller-on-mobile {
    font-size: 18px !important;
  }
}
/* line 1571, ../scss/_theme.scss */
.usp .item .article-header span {
  display: block;
  float: left;
  height: 45px;
  margin-right: 10px;
  width: 45px;
}
/* line 1579, ../scss/_theme.scss */
.usp .item .article-header .icon-organic-w {
  background: url("https://m.faithful-to-nature.co.za/skin/frontend/rwd/ftn/images/attribute-icons/organic-white.png") 0 0 no-repeat;
}
/* line 1583, ../scss/_theme.scss */
.usp .item .article-header .icon-natural-w {
  background: url("https://m.faithful-to-nature.co.za/skin/frontend/rwd/ftn/images/attribute-icons/natural-white.png") 0 0 no-repeat;
}
/* line 1587, ../scss/_theme.scss */
.usp .item .article-header .icon-plastic-free-w {
  background: url("https://m.faithful-to-nature.co.za/skin/frontend/rwd/ftn/images/attribute-icons/plastic-free-white.png") 0 0 no-repeat;
}
/* line 1591, ../scss/_theme.scss */
.usp .item .article-header .icon-vegan-w {
  background: url("https://m.faithful-to-nature.co.za/skin/frontend/rwd/ftn/images/attribute-icons/organic-white_vegan.png") 0 0 no-repeat;
}
/* line 1595, ../scss/_theme.scss */
.usp .item .article-header .icon-vegan-plan-w {
  background: url("https://m.faithful-to-nature.co.za/skin/frontend/rwd/ftn/images/attribute-icons/organic-white_vegan_plan.png") 0 0 no-repeat;
}
/* line 1599, ../scss/_theme.scss */
.usp .item .article-header .icon-loadshedding-w {
  background: url("https://m.faithful-to-nature.co.za/skin/frontend/rwd/ftn/images/attribute-icons/load-shedding.png") 0 0 no-repeat;
}
/* line 1603, ../scss/_theme.scss */
.usp .item .article-header .icon-c-w {
  background: url("https://m.faithful-to-nature.co.za/skin/frontend/rwd/ftn/images/attribute-icons/C-Icon45.png") 0 0 no-repeat;
}
/* line 1607, ../scss/_theme.scss */
.usp .item .article-header .icon-cbd-w {
  background: url("https://m.faithful-to-nature.co.za/skin/frontend/rwd/ftn/images/attribute-icons/CBD-Icon45.png") 0 0 no-repeat;
}
/* line 1612, ../scss/_theme.scss */
.usp .item:first-child {
  margin-left: 0;
}
@media (max-width: 599px) {
  /* line 1612, ../scss/_theme.scss */
  .usp .item:first-child {
    width: 100%;
  }
}
/* line 1619, ../scss/_theme.scss */
.usp .item:first-child .article-header {
  background: #006654;
}
/* line 1624, ../scss/_theme.scss */
.usp .item:last-child {
  margin-right: 0;
}
@media (max-width: 599px) {
  /* line 1624, ../scss/_theme.scss */
  .usp .item:last-child {
    width: 100%;
  }
}
/* line 1631, ../scss/_theme.scss */
.usp .item:last-child .article-header {
  background: #006654;
}
@media only screen and (max-width: 599px) {
  /* line 1638, ../scss/_theme.scss */
  .usp .item {
    margin: 0;
    margin-bottom: 15px;
    width: 100%;
  }
}

/* line 1647, ../scss/_theme.scss */
.quick-categories {
  background: #fcfafb;
  border: 1px solid #DDE2E3;
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
  display: inline-block;
  margin-top: 10px;
  width: 100%;
}
/* line 1656, ../scss/_theme.scss */
.quick-categories a {
  color: #AFB2B7;
  float: left;
  font-size: 17px;
  padding: 15px 0;
  text-align: center;
  text-transform: uppercase;
  width: -webkit-calc(100% / 6);
  width: calc(100% / 6);
}
/* line 1665, ../scss/_theme.scss */
.quick-categories a:hover {
  color: #006654;
}
/* line 1669, ../scss/_theme.scss */
.quick-categories a span {
  color: #555;
  font-weight: bold;
  padding: 0 5px;
}
@media (max-width: 767px) {
  /* line 1656, ../scss/_theme.scss */
  .quick-categories a {
    border-bottom: 1px solid #DDE2E3;
    width: 100%;
  }
  /* line 1679, ../scss/_theme.scss */
  .quick-categories a:last-child {
    border-bottom: 0 none;
  }
}

/* line 1688, ../scss/_theme.scss */
.customer-account-login .col2-set .col-2 {
  border-left: none;
}

/* line 1692, ../scss/_theme.scss */
.account-login {
  margin-top: 30px;
}
/* line 1695, ../scss/_theme.scss */
.account-login .registered-users {
  margin-bottom: 30px;
  margin-top: 0 !important;
  padding: 15px !important;
}
/* line 1700, ../scss/_theme.scss */
.account-login .registered-users h2 {
  border-bottom: 1px solid #FFF;
  color: #353222;
  font-size: 14px;
  margin-top: 0;
  padding-bottom: 10px;
  text-transform: uppercase;
}
/* line 1709, ../scss/_theme.scss */
.account-login .registered-users label {
  font-size: 14px;
  font-weight: normal;
  width: auto !important;
}
/* line 1715, ../scss/_theme.scss */
.account-login .registered-users input {
  height: 40px;
  padding-bottom: 10px;
  padding-top: 10px;
  width: 100%;
}
/* line 1723, ../scss/_theme.scss */
.account-login .registered-users .buttons-set a {
  color: #e75c70;
}
/* line 1727, ../scss/_theme.scss */
.account-login .registered-users .buttons-set button {
  float: right !important;
  font-family: "Open Sans", Verdana, Arial, sans-serif;
}
/* line 1734, ../scss/_theme.scss */
.account-login .new-users {
  margin-top: 0 !important;
  text-align: center;
}
/* line 1738, ../scss/_theme.scss */
.account-login .new-users h2 {
  color: #006654;
  font-size: 22px;
  margin-bottom: 10px;
  padding-bottom: 10px;
}
/* line 1745, ../scss/_theme.scss */
.account-login .new-users p {
  text-align: center;
}
/* line 1749, ../scss/_theme.scss */
.account-login .new-users a,
.account-login .new-users button {
  background: #353222;
  border-radius: 3px;
  font-family: "Open Sans", Verdana, Arial, sans-serif;
  font-weight: 600;
  font-size: 16px;
  min-width: 250px;
}
/* line 1758, ../scss/_theme.scss */
.account-login .new-users a:hover,
.account-login .new-users button:hover {
  background: #16150e;
}
/* line 1763, ../scss/_theme.scss */
.account-login .new-users a {
  margin-top: 10px;
}
/* line 1767, ../scss/_theme.scss */
.account-login .new-users button {
  padding-bottom: 13px;
  padding-top: 13px;
}
/* line 1773, ../scss/_theme.scss */
.account-login .button.margin-bottom {
  border-radius: 3px;
  font-family: "Open Sans", Verdana, Arial, sans-serif;
  font-size: 16px;
  margin-bottom: 20px;
  margin-top: 10px;
}

/* line 1784, ../scss/_theme.scss */
.account-create .flex-fieldset {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-evenly;
  -webkit-justify-content: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
/* line 1789, ../scss/_theme.scss */
.account-create .fieldset {
  margin-bottom: 30px;
  margin-left: 0;
  max-width: 800px;
  padding: 15px;
}
/* line 1795, ../scss/_theme.scss */
.account-create .fieldset h2 {
  border-color: #FFF;
  font-family: "Open Sans", Verdana, Arial, sans-serif;
}
/* line 1800, ../scss/_theme.scss */
.account-create .fieldset label {
  font-family: "Open Sans", Verdana, Arial, sans-serif;
  font-size: 14px;
  font-weight: normal;
  padding-right: 0;
  padding-top: 10px;
  width: 100% !important;
  background-color: #fff;
}
/* line 1810, ../scss/_theme.scss */
.account-create .fieldset select {
  width: 100%;
}
/* line 1815, ../scss/_theme.scss */
.account-create .fieldset .customer-dob input {
  float: left;
  margin-right: 5px;
  width: 45px;
}
/* line 1822, ../scss/_theme.scss */
.account-create .fieldset .form-list .control input.checkbox {
  margin-top: 14px;
}
/* line 1827, ../scss/_theme.scss */
.account-create .fieldset + .fieldset {
  margin-top: 0;
}
/* line 1831, ../scss/_theme.scss */
.account-create .help-block {
  color: #AFB2B7;
  padding: 0;
  font-size: 16px;
  line-height: 18px;
  margin-left: 2%;
  max-width: 45%;
  float: left;
}
/* line 1840, ../scss/_theme.scss */
.account-create .help-block p:first-child {
  padding-bottom: 10px;
  border-bottom: 1px solid #DDE2E3;
}
/* line 1846, ../scss/_theme.scss */
.account-create .newsletter {
  max-width: 800px;
  padding: 15px 0 0;
  font-size: 16px;
  line-height: 18px;
  color: #AFB2B7;
  margin-bottom: 30px;
}
/* line 1854, ../scss/_theme.scss */
.account-create .newsletter input {
  float: left;
  margin-right: 10px;
}
/* line 1859, ../scss/_theme.scss */
.account-create .newsletter .text-holder {
  padding-top: 2px;
  margin-left: 0;
}
/* line 1864, ../scss/_theme.scss */
.account-create .newsletter .text-holder label {
  font-size: 14px;
  margin-bottom: 15px;
  font-family: "Open Sans", Verdana, Arial, sans-serif;
  width: auto;
  font-weight: normal;
}
/* line 1872, ../scss/_theme.scss */
.account-create .newsletter .text-holder p,
.account-create .newsletter .help-block p:not(.margin-bottom) {
  margin-bottom: 0;
  font-size: 11px;
  color: #AFB2B7;
}
/* line 1880, ../scss/_theme.scss */
.account-create .buttons-set {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: column-reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  max-width: 925px;
  margin: 0 auto;
  border-top: none;
  border-bottom: 1px solid #DDE2E3;
  padding-top: 0;
  padding-bottom: 15px;
}
/* line 1891, ../scss/_theme.scss */
.account-create .buttons-set button {
  float: right;
  font-family: "Open Sans", Verdana, Arial, sans-serif;
}
/* line 1896, ../scss/_theme.scss */
.account-create .buttons-set .required {
  float: left;
}
/* line 1900, ../scss/_theme.scss */
.account-create .buttons-set .back-link {
  display: none;
}

/* line 1907, ../scss/_theme.scss */
.customer-account-forgotpassword {
  color: #353222;
}
/* line 1910, ../scss/_theme.scss */
.customer-account-forgotpassword form {
  display: inline-block;
  width: 100%;
}
/* line 1915, ../scss/_theme.scss */
.customer-account-forgotpassword h2,
.customer-account-forgotpassword label {
  font-family: "Open Sans", Verdana, Arial, sans-serif;
  color: #353222;
  text-transform: none;
  border-color: #FFF;
}
/* line 1923, ../scss/_theme.scss */
.customer-account-forgotpassword .fieldset {
  margin-bottom: 30px;
  padding: 10px;
  border: 1px solid #DDE2E3;
  max-width: 800px;
  background: #f1f1f1;
  margin-left: 0;
}
/* line 1931, ../scss/_theme.scss */
.customer-account-forgotpassword .fieldset input {
  width: 50% !important;
}
/* line 1936, ../scss/_theme.scss */
.customer-account-forgotpassword p {
  padding: 10px 0;
}
/* line 1940, ../scss/_theme.scss */
.customer-account-forgotpassword .buttons-set {
  max-width: 800px;
  border-top: none;
  padding-top: 0;
  margin-left: 0;
}
/* line 1946, ../scss/_theme.scss */
.customer-account-forgotpassword .buttons-set button {
  float: right;
  font-family: "Open Sans", Verdana, Arial, sans-serif;
}
/* line 1951, ../scss/_theme.scss */
.customer-account-forgotpassword .buttons-set .required {
  float: left;
}
/* line 1955, ../scss/_theme.scss */
.customer-account-forgotpassword .buttons-set .back-link {
  display: none;
}

@media (max-width: 767px) {
  /* line 1962, ../scss/_theme.scss */
  .account-login {
    margin-top: 0;
  }
  /* line 1965, ../scss/_theme.scss */
  .account-login .registered-users {
    width: 100%;
  }
  /* line 1968, ../scss/_theme.scss */
  .account-login .registered-users .policy {
    margin-top: 10px;
    float: left;
  }
  /* line 1973, ../scss/_theme.scss */
  .account-login .new-users {
    width: 100%;
    margin-right: 0;
    margin-bottom: 30px;
  }
  /* line 1978, ../scss/_theme.scss */
  .account-login button {
    min-width: 100%;
  }

  /* line 1983, ../scss/_theme.scss */
  .account-create .fieldset {
    max-width: 100%;
  }
  /* line 1986, ../scss/_theme.scss */
  .account-create .help-block {
    max-width: 100%;
    margin-left: 0;
  }
  /* line 1992, ../scss/_theme.scss */
  .account-create .newsletter .text-holder label {
    width: 90%;
  }

  /* line 2000, ../scss/_theme.scss */
  .forgot-password .fieldset input {
    width: 100% !important;
  }
}
/******************
  Customer Account
 */
/* line 2012, ../scss/_theme.scss */
.customer-account-index .my-account .welcome-msg {
  text-align: left !important;
  color: #353222 !important;
  font-family: "Open Sans", Verdana, Arial, sans-serif !important;
}
/* line 2017, ../scss/_theme.scss */
.customer-account-index .my-account select {
  width: 365px;
  max-width: 100%;
}
/* line 2022, ../scss/_theme.scss */
.customer-account-index .my-account .field #date_trig {
  display: inline-block;
}
/* line 2025, ../scss/_theme.scss */
.customer-account-index .my-account .field .address-select {
  display: block;
  height: 34px;
  padding: 6px 12px;
  line-height: 1.42857143;
}
/* line 2031, ../scss/_theme.scss */
.customer-account-index .my-account .field .checkbox {
  margin-top: 8px;
}
/* line 2035, ../scss/_theme.scss */
.customer-account-index .my-account .field label {
  padding-top: 5px;
  font-size: 14px;
  font-weight: normal;
  padding-right: 0;
}
/* line 2042, ../scss/_theme.scss */
.customer-account-index .my-account .block-account ul li a:hover,
.customer-account-index .my-account .block-account li a strong,
.customer-account-index .my-account .block-account ul li strong {
  color: #006654;
}
/* line 2047, ../scss/_theme.scss */
.customer-account-index .my-account .item-options {
  font-size: 12px;
}
/* line 2050, ../scss/_theme.scss */
.customer-account-index .my-account .top-buttons {
  margin-bottom: 10px;
}
/* line 2053, ../scss/_theme.scss */
.customer-account-index .my-account .top-buttons > .btn-small {
  margin: 0;
}
/* line 2057, ../scss/_theme.scss */
.customer-account-index .my-account .box-head {
  border-bottom: 0 none;
}
/* line 2060, ../scss/_theme.scss */
.customer-account-index .my-account .box-account {
  padding-bottom: 50px;
  border-bottom: 0 none;
  margin-bottom: 0;
}
/* line 2066, ../scss/_theme.scss */
.customer-account-index .my-account .box-account .box-head h2 {
  font-size: 18px;
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #DDE2E3;
  width: 100%;
}
/* line 2077, ../scss/_theme.scss */
.customer-account-index .my-account .box-rewardpoints-summary .box-head h2 {
  border-bottom: 0 none;
  margin-bottom: 0;
  padding-bottom: 0;
}
/* line 2084, ../scss/_theme.scss */
.customer-account-index .my-account .box-rewardpoints-summary .info-summary p {
  width: 50%;
  margin: 0 auto;
  font-size: 18px;
  text-align: center;
}
/* line 2090, ../scss/_theme.scss */
.customer-account-index .my-account .box-rewardpoints-summary .info-summary p strong {
  font-weight: normal;
}
/* line 2093, ../scss/_theme.scss */
.customer-account-index .my-account .box-rewardpoints-summary .info-summary p .rewardpoints-money {
  color: #006654;
}
/* line 2096, ../scss/_theme.scss */
.customer-account-index .my-account .box-rewardpoints-summary .info-summary p .rewardpoints-money .price {
  color: #353222;
}
/* line 2101, ../scss/_theme.scss */
.customer-account-index .my-account .box-rewardpoints-summary .info-summary .rewardpoints-money {
  width: 100%;
  margin: 15px 0;
  font-size: 14px;
}
/* line 2108, ../scss/_theme.scss */
.customer-account-index .my-account .box-recent,
.customer-account-index .my-account .box-info,
.customer-account-index .my-account .box-reviews {
  border-bottom: 0 none;
}
/* line 2113, ../scss/_theme.scss */
.customer-account-index .my-account .box-recent .box-head,
.customer-account-index .my-account .box-info .box-head,
.customer-account-index .my-account .box-reviews .box-head {
  position: relative;
  border-bottom: 0 none;
  margin-bottom: 0;
}
/* line 2118, ../scss/_theme.scss */
.customer-account-index .my-account .box-recent .box-head h2,
.customer-account-index .my-account .box-info .box-head h2,
.customer-account-index .my-account .box-reviews .box-head h2 {
  font-size: 18px;
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #DDE2E3;
  width: 100%;
  color: #888;
  font-weight: normal;
}
/* line 2127, ../scss/_theme.scss */
.customer-account-index .my-account .box-recent .box-head a,
.customer-account-index .my-account .box-info .box-head a,
.customer-account-index .my-account .box-reviews .box-head a {
  position: absolute;
  right: 0;
  top: -5px;
  font-size: 14px;
  background: #006654;
  color: #FFF;
  font-family: "Open Sans", Verdana, Arial, sans-serif;
  font-weight: 600;
  padding: 5px 10px;
  text-transform: lowercase;
}
/* line 2139, ../scss/_theme.scss */
.customer-account-index .my-account .box-recent .box-head a:hover,
.customer-account-index .my-account .box-info .box-head a:hover,
.customer-account-index .my-account .box-reviews .box-head a:hover {
  background: #004738;
}
/* line 2145, ../scss/_theme.scss */
.customer-account-index .my-account .box-recent .col2-set .col-1,
.customer-account-index .my-account .box-recent .col2-set .col-2,
.customer-account-index .my-account .box-info .col2-set .col-1,
.customer-account-index .my-account .box-info .col2-set .col-2,
.customer-account-index .my-account .box-reviews .col2-set .col-1,
.customer-account-index .my-account .box-reviews .col2-set .col-2 {
  padding-top: 0;
}
/* line 2150, ../scss/_theme.scss */
.customer-account-index .my-account .box-recent #my_recent_reviews .product-name,
.customer-account-index .my-account .box-info #my_recent_reviews .product-name,
.customer-account-index .my-account .box-reviews #my_recent_reviews .product-name {
  font-size: 16px;
}
/* line 2153, ../scss/_theme.scss */
.customer-account-index .my-account .box-recent #my_recent_reviews strong,
.customer-account-index .my-account .box-info #my_recent_reviews strong,
.customer-account-index .my-account .box-reviews #my_recent_reviews strong {
  display: none;
}
/* line 2158, ../scss/_theme.scss */
.customer-account-index .my-account .box-account p,
.customer-account-index .my-account .box-account address {
  font-family: "Open Sans", Verdana, Arial, sans-serif;
}
/* line 2163, ../scss/_theme.scss */
.customer-account-index .my-account .box-info .box-title {
  position: relative;
}
/* line 2166, ../scss/_theme.scss */
.customer-account-index .my-account .box-info .box-title h3 {
  font-weight: normal;
}
/* line 2170, ../scss/_theme.scss */
.customer-account-index .my-account .box-info .box-title a {
  color: #e75c70;
  position: absolute;
  right: 0;
  top: 0;
  font-family: "Open Sans", Verdana, Arial, sans-serif;
  font-weight: 600;
  padding: 0;
}
/* line 2179, ../scss/_theme.scss */
.customer-account-index .my-account .box-info .box-title a:hover {
  color: #146B87;
}
/* line 2186, ../scss/_theme.scss */
.customer-account-index .my-account .customer-account-giftcard .gift-card .button-primary:first-child {
  min-width: 300px;
}
/* line 2189, ../scss/_theme.scss */
.customer-account-index .my-account .customer-account-giftcard .gift-card .button-primary:first-child .sub-title,
.customer-account-index .my-account .customer-account-giftcard .gift-card .button-primary:first-child .form-group label {
  font-weight: normal;
}
/* line 2197, ../scss/_theme.scss */
.customer-account-index .my-account .customer-account .data-table td a,
.customer-account-index .my-account .customer-account h3.product-name {
  font-size: 14px;
}
/* line 2203, ../scss/_theme.scss */
.customer-account-index .my-account .product-review .product-details h2 {
  color: #006654;
}
/* line 2206, ../scss/_theme.scss */
.customer-account-index .my-account .product-review .product-img-box {
  width: auto;
  float: none;
  padding: 0;
}
/* line 2213, ../scss/_theme.scss */
.customer-account-index .my-account .box-rewardpoints-summary p {
  font-family: "Open Sans", Verdana, Arial, sans-serif;
  font-weight: 600;
  margin-top: 15px;
  font-style: normal !important;
}
/* line 2220, ../scss/_theme.scss */
.customer-account-index .my-account .box-rewardpoints-summary .rewardpoints-money a {
  background: #006654;
  color: #FFF;
  padding: 5px 10px;
  text-transform: lowercase;
  float: right;
  font-family: "Open Sans", Verdana, Arial, sans-serif;
  font-weight: 600;
}
/* line 2229, ../scss/_theme.scss */
.customer-account-index .my-account .box-rewardpoints-summary .rewardpoints-money a:hover {
  background: #004738;
}
/* line 2235, ../scss/_theme.scss */
.customer-account-index .my-account .rewardpoints-money,
.customer-account-index .my-account #rewardpoints .rewardpoints-money {
  color: #006654;
}
/* line 2239, ../scss/_theme.scss */
.customer-account-index .my-account .rewardpoints-name-img > img {
  margin-bottom: 0;
}
/* line 2244, ../scss/_theme.scss */
.customer-account-index .my-account .rewardpointsreferfriends-dashboard-left .box-referfriends-content .info-summary strong {
  color: #006654;
}
/* line 2250, ../scss/_theme.scss */
.customer-account-index .my-account .rewardpointsreferfriends-dashboard-right .block-title {
  border-bottom: 2px solid #DDE2E3;
  border-top: none;
}
/* line 2254, ../scss/_theme.scss */
.customer-account-index .my-account .rewardpointsreferfriends-dashboard-right .block-title h4 {
  border: 0 none;
  color: #353222;
  font-size: 16px;
  font-family: "Open Sans", Verdana, Arial, sans-serif;
  font-weight: 600;
}
/* line 2263, ../scss/_theme.scss */
.customer-account-index .my-account .monkey-additional-lists li label {
  vertical-align: middle;
}
/* line 2267, ../scss/_theme.scss */
.customer-account-index .my-account #wishlist-table h3 {
  margin-bottom: 15px;
}
/* line 2269, ../scss/_theme.scss */
.customer-account-index .my-account #wishlist-table h3 a {
  color: #353222;
}
/* line 2274, ../scss/_theme.scss */
.customer-account-index .my-account #wishlist-table td.customer-wishlist-item-info .button.btn-small {
  padding: 0 10px;
}
/* line 2279, ../scss/_theme.scss */
.customer-account-index .my-account #wishlist-table td.customer-wishlist-item-cart .button.btn-small {
  padding: 0;
}
/* line 2282, ../scss/_theme.scss */
.customer-account-index .my-account #wishlist-table td.customer-wishlist-item-cart .btn-small.link-edit {
  background-color: #146B87;
}
/* line 2288, ../scss/_theme.scss */
.customer-account-index .my-account .order-details #my-orders-table {
  margin-bottom: 10px;
}
/* line 2291, ../scss/_theme.scss */
.customer-account-index .my-account .order-details span.nobr {
  white-space: nowrap;
}
/* line 2296, ../scss/_theme.scss */
.customer-account-index .my-account .review-customer-view .buttons-set {
  padding: 10px 15px 0;
}

/* line 2304, ../scss/_theme.scss */
#wishlist-table textarea::-webkit-input-placeholder {
  text-transform: none;
}
#wishlist-table textarea::-moz-placeholder {
  text-transform: none;
}
#wishlist-table textarea:-ms-input-placeholder {
  text-transform: none;
}
#wishlist-table textarea::-ms-input-placeholder {
  text-transform: none;
}
#wishlist-table textarea,
#wishlist-table textarea::placeholder {
  text-transform: none;
}
/* line 2309, ../scss/_theme.scss */
#wishlist-table .wishlist-shared-comment {
  text-transform: none;
  margin: 10px 0;
  padding: 0;
  font-size: 12px;
  line-height: 1.2;
}

/* line 2318, ../scss/_theme.scss */
.wishlist-copy {
  border-bottom: 1px solid #DDE2E3;
  margin: 0 0 30px;
  padding: 30px 0;
}

@media only screen and (max-width: 768px) {
  /* line 2325, ../scss/_theme.scss */
  .product-img-box {
    width: 100%;
  }

  /* line 2329, ../scss/_theme.scss */
  .review-customer-view .product-img-box {
    width: 50%;
  }

  /* line 2333, ../scss/_theme.scss */
  #amasty_zoom_fix {
    z-index: 500 !important;
  }
}
@media (max-width: 599px) {
  /* line 2341, ../scss/_theme.scss */
  .customer-account .field #date {
    max-width: 90%;
  }
  /* line 2344, ../scss/_theme.scss */
  .customer-account .field #date_trig {
    margin-left: 4px;
  }
  /* line 2349, ../scss/_theme.scss */
  .customer-account .buttons-set .cart-link {
    width: 100%;
    margin-bottom: 10px;
    text-align: center;
  }

  /* line 2358, ../scss/_theme.scss */
  #wishlist-table td .product-image img {
    margin: 0 auto;
  }
}
/* Account Navigation */
/* line 2367, ../scss/_theme.scss */
.block-account .panel-body {
  padding: 0;
}
/* line 2370, ../scss/_theme.scss */
.block-account .panel-title {
  font-size: 18px !important;
}
/* line 2373, ../scss/_theme.scss */
.block-account .block-title {
  display: none;
}
/* line 2376, ../scss/_theme.scss */
.block-account .block-content {
  /*margin-top: 35px;*/
}
/* line 2379, ../scss/_theme.scss */
.block-account li,
.block-account strong {
  font-family: "Open Sans", Verdana, Arial, sans-serif;
}
/* line 2383, ../scss/_theme.scss */
.block-account li {
  margin: 0 !important;
}
/* line 2386, ../scss/_theme.scss */
.block-account li a {
  border-bottom: 2px solid #FFF;
  padding: 12px 15px;
  margin: 0;
  text-transform: capitalize;
  float: left;
  width: 100%;
  background: #ffffff;
}
/* line 2395, ../scss/_theme.scss */
.block-account li a:hover {
  background: #006654;
  color: #FFF !important;
}
/* line 2401, ../scss/_theme.scss */
.block-account li.current a {
  color: #FFF !important;
  background: #006654;
}
/* line 2405, ../scss/_theme.scss */
.block-account li.current strong {
  color: #FFF !important;
}
/* line 2409, ../scss/_theme.scss */
.block-account li:last-child {
  border-bottom: 0 none;
}

/* line 2417, ../scss/_theme.scss */
.sales-order-history .my-account .pager .pages {
  float: left;
}
/* line 2420, ../scss/_theme.scss */
.sales-order-history .my-account .pager li {
  margin-left: 5px;
}
/* line 2423, ../scss/_theme.scss */
.sales-order-history .my-account .pager li > a {
  border-radius: 2px;
  padding: 0 !important;
}

@media only screen and (min-device-width: 770px) and (max-device-width: 1023px) {
  /* line 2434, ../scss/_theme.scss */
  .sidebar .block-account,
  .sidebar .block-content {
    display: block !important;
    margin-top: 0;
    float: left;
    width: 100%;
  }

  /* line 2442, ../scss/_theme.scss */
  .my-account {
    float: left;
    width: 100%;
  }
}
/* line 2451, ../scss/_theme.scss */
.sales-order-view .order-info,
.sales-order-invoice .order-info,
.sales-order-shipment .order-info {
  padding-bottom: 0;
  margin-bottom: 15px;
  float: left;
}
/* line 2456, ../scss/_theme.scss */
.sales-order-view .order-info .current,
.sales-order-invoice .order-info .current,
.sales-order-shipment .order-info .current {
  background: #146B87 !important;
}
/* line 2459, ../scss/_theme.scss */
.sales-order-view .order-info a,
.sales-order-view .order-info .current,
.sales-order-invoice .order-info a,
.sales-order-invoice .order-info .current,
.sales-order-shipment .order-info a,
.sales-order-shipment .order-info .current {
  padding: 5px 10px;
  background: #b5b5b5;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  font-family: "Open Sans", Verdana, Arial, sans-serif;
  font-weight: normal;
  text-transform: lowercase;
  color: #FFF;
  min-width: 90px;
  float: left;
  text-align: center;
  margin: 0 0 0 1px;
}
/* line 2474, ../scss/_theme.scss */
.sales-order-view .order-info a:hover,
.sales-order-view .order-info .current:hover,
.sales-order-invoice .order-info a:hover,
.sales-order-invoice .order-info .current:hover,
.sales-order-shipment .order-info a:hover,
.sales-order-shipment .order-info .current:hover {
  background: #146B87;
}
/* line 2479, ../scss/_theme.scss */
.sales-order-view .order-date,
.sales-order-invoice .order-date,
.sales-order-shipment .order-date {
  font-family: "Open Sans", Verdana, Arial, sans-serif;
  float: right;
  width: 100%;
  text-transform: capitalize;
  text-align: right;
  border-bottom: 1px solid #DDE2E3;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
/* line 2489, ../scss/_theme.scss */
.sales-order-view .order-info-box,
.sales-order-invoice .order-info-box,
.sales-order-shipment .order-info-box {
  float: left;
}
/* line 2492, ../scss/_theme.scss */
.sales-order-view .order-info-box .box-title,
.sales-order-invoice .order-info-box .box-title,
.sales-order-shipment .order-info-box .box-title {
  width: 120px;
}
/* line 2495, ../scss/_theme.scss */
.sales-order-view .order-info-box .box-title h2,
.sales-order-invoice .order-info-box .box-title h2,
.sales-order-shipment .order-info-box .box-title h2 {
  font-weight: normal;
  margin-top: 0;
}
/* line 2500, ../scss/_theme.scss */
.sales-order-view .order-info-box .box-content,
.sales-order-invoice .order-info-box .box-content,
.sales-order-shipment .order-info-box .box-content {
  max-width: 354px;
  font-family: "Open Sans", Verdana, Arial, sans-serif;
}
/* line 2504, ../scss/_theme.scss */
.sales-order-view .order-info-box .box-content table,
.sales-order-invoice .order-info-box .box-content table,
.sales-order-shipment .order-info-box .box-content table {
  background: #f4f4f4;
  border: 1px solid #DDE2E3;
}
/* line 2508, ../scss/_theme.scss */
.sales-order-view .order-info-box .box-content table td,
.sales-order-invoice .order-info-box .box-content table td,
.sales-order-shipment .order-info-box .box-content table td {
  padding: 10px;
  line-height: 30px;
  font-family: "Open Sans", Verdana, Arial, sans-serif;
}
/* line 2516, ../scss/_theme.scss */
.sales-order-view .top-buttons,
.sales-order-invoice .top-buttons,
.sales-order-shipment .top-buttons {
  margin-bottom: 10px;
  display: inline-block;
  width: 100%;
}
/* line 2521, ../scss/_theme.scss */
.sales-order-view .top-buttons a,
.sales-order-invoice .top-buttons a,
.sales-order-shipment .top-buttons a {
  float: right;
  font-family: "Open Sans", Verdana, Arial, sans-serif;
  width: 100%;
  margin-bottom: 5px;
}
@media only screen and (min-width: 425px) and (min-width: 640px) {
  /* line 2521, ../scss/_theme.scss */
  .sales-order-view .top-buttons a,
  .sales-order-invoice .top-buttons a,
  .sales-order-shipment .top-buttons a {
    width: -webkit-calc(50% - 5px);
    width: calc(50% - 5px);
    margin-left: 5px;
    margin-bottom: 0;
  }
}
@media only screen and (min-width: 641px) {
  /* line 2521, ../scss/_theme.scss */
  .sales-order-view .top-buttons a,
  .sales-order-invoice .top-buttons a,
  .sales-order-shipment .top-buttons a {
    width: auto;
    margin-left: 5px;
    margin-bottom: 0;
  }
}
/* line 2539, ../scss/_theme.scss */
.sales-order-view .link-reorder,
.sales-order-invoice .link-reorder,
.sales-order-shipment .link-reorder {
  background: #006654;
  text-transform: lowercase;
  height: auto;
}

@media only screen and (max-width: 767px) {
  /* Account Navigation */
  /* line 2548, ../scss/_theme.scss */
  .block-account {
    margin-right: 0;
  }
  /* line 2551, ../scss/_theme.scss */
  .block-account .block-title {
    position: relative;
  }
  /* line 2554, ../scss/_theme.scss */
  .block-account .block-title strong span {
    text-transform: capitalize;
    color: #FFF !important;
  }
  /* line 2558, ../scss/_theme.scss */
  .block-account .block-title strong:after {
    content: "+" !important;
    border: 0 none !important;
    width: 10px !important;
    top: 7px !important;
  }
  /* line 2565, ../scss/_theme.scss */
  .block-account .block-title.active > strong:after {
    content: "-" !important;
  }
  /* line 2568, ../scss/_theme.scss */
  .block-account .block-content {
    padding: 0 !important;
  }

  /* Dashboard */
  /* line 2574, ../scss/_theme.scss */
  .rewardpoints-money a {
    margin: 0 auto;
    float: none !important;
  }

  /* line 2579, ../scss/_theme.scss */
  .events-link {
    width: 100%;
    margin-bottom: 10px;
    text-align: center;
  }

  /* line 2584, ../scss/_theme.scss */
  .gift-notice {
    width: 100%;
    margin-top: 10px;
  }
}
/* My Basket */
/* line 2592, ../scss/_theme.scss */
.checkout-cart-index .page-title {
  margin-bottom: 30px;
  margin-top: 20px;
  border-bottom: 0 none;
}
/* line 2597, ../scss/_theme.scss */
.checkout-cart-index .page-title h1 {
  float: none;
  margin-right: auto;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  /* line 2597, ../scss/_theme.scss */
  .checkout-cart-index .page-title h1 {
    float: left;
  }
}
/* line 2608, ../scss/_theme.scss */
.checkout-cart-index .cart-footer-actions {
  padding: 10px 0;
}
/* line 2611, ../scss/_theme.scss */
.checkout-cart-index .cart-footer-actions .btn-gray {
  height: 35px;
}
/* line 2615, ../scss/_theme.scss */
.checkout-cart-index .cart-forms {
  padding: 0;
}
/* line 2618, ../scss/_theme.scss */
.checkout-cart-index .cart-forms #discount-coupon-form,
.checkout-cart-index .cart-forms .gift-card {
  width: -webkit-calc(100% / 2);
  width: calc(100% / 2);
  padding-right: 15px;
  margin: 0;
  float: left;
}
/* line 2625, ../scss/_theme.scss */
.checkout-cart-index .cart-forms .gift-card {
  padding-right: 0;
}
/* line 2630, ../scss/_theme.scss */
.checkout-cart-index .cart-forms #discount-giftcard-form .discount {
  height: 125px;
  display: inline-table;
}
/* line 2636, ../scss/_theme.scss */
.checkout-cart-index .rewardpoints-slider-input .input-point {
  max-width: 100%;
}
/* line 2640, ../scss/_theme.scss */
.checkout-cart-index #discount-coupon-form .field-wrapper,
.checkout-cart-index #discount-coupon-form .button-wrapper {
  width: 100%;
}
/* line 2644, ../scss/_theme.scss */
.checkout-cart-index #discount-coupon-form .field-wrapper .input-text,
.checkout-cart-index #discount-coupon-form .button-wrapper .input-text {
  width: 100%;
  margin: 0 0 10px;
}
/* line 2648, ../scss/_theme.scss */
.checkout-cart-index #discount-coupon-form .field-wrapper .button-wrapper,
.checkout-cart-index #discount-coupon-form .button-wrapper .button-wrapper {
  text-align: right;
}
/* line 2652, ../scss/_theme.scss */
.checkout-cart-index #discount-coupon-form .validation-advice {
  float: left;
  width: 75%;
}
/* line 2657, ../scss/_theme.scss */
.checkout-cart-index #discount-coupon-form .discount-form label {
  font-size: 12px;
  color: #353222;
  text-transform: capitalize;
  font-family: "fortescue-text-regular-pro", "Merriweather", "Times New Roman", serif;
  font-weight: bold !important;
  width: 100%;
}
/* line 2665, ../scss/_theme.scss */
.checkout-cart-index #discount-coupon-form .discount-form button {
  margin: 0;
}
/* line 2668, ../scss/_theme.scss */
.checkout-cart-index #discount-coupon-form .discount-form button.cancel-coupon {
  background: #ec3333;
  margin-bottom: 10px;
}
/* line 2676, ../scss/_theme.scss */
.checkout-cart-index .gift-card .form-group label {
  font-size: 14px;
  color: #353222 !important;
  font-family: "Open Sans", Verdana, Arial, sans-serif;
  font-weight: normal !important;
}
/* line 2683, ../scss/_theme.scss */
.checkout-cart-index .discount .giftvoucher #giftvoucher {
  vertical-align: middle;
}
/* line 2686, ../scss/_theme.scss */
.checkout-cart-index .help-block {
  font-size: 11px;
  line-height: 18px;
  color: #AFB2B7;
  margin-top: 20px;
}
/* line 2692, ../scss/_theme.scss */
.checkout-cart-index .help-block > div {
  margin-bottom: 10px;
}
/* line 2695, ../scss/_theme.scss */
.checkout-cart-index .help-block p.image-text {
  display: inline-block;
}
/* line 2698, ../scss/_theme.scss */
.checkout-cart-index .help-block p:not(.margin-bottom) {
  margin-bottom: 0;
}
/* line 2701, ../scss/_theme.scss */
.checkout-cart-index .help-block img {
  display: inline;
  padding-bottom: 4px;
  margin-right: 5px;
}
/* line 2707, ../scss/_theme.scss */
.checkout-cart-index .item-options {
  font-size: 12px;
}
/* line 2710, ../scss/_theme.scss */
.checkout-cart-index .item-options dt {
  font-weight: normal;
}
/* line 2714, ../scss/_theme.scss */
.checkout-cart-index .product-cart-actions {
  max-width: 70px;
}
/* line 2717, ../scss/_theme.scss */
.checkout-cart-index .product-cart-actions .btn-update.btn-small {
  background-color: transparent;
  margin: auto auto 5px;
  text-transform: lowercase;
  text-decoration: underline;
}
/* line 2723, ../scss/_theme.scss */
.checkout-cart-index .product-cart-actions .btn-update.btn-small span {
  color: #353222;
}
/* line 2727, ../scss/_theme.scss */
.checkout-cart-index .product-cart-actions .btn-update.btn-small:hover {
  color: #353222;
  font-weight: bold;
  background-color: transparent;
}
/* line 2737, ../scss/_theme.scss */
.checkout-cart-index #co-shipping-method-form .sp-methods dd label {
  font-family: "Open Sans", Verdana, Arial, sans-serif;
  cursor: pointer;
}
/* line 2744, ../scss/_theme.scss */
.checkout-cart-index .cart-table thead th,
.checkout-cart-index .cart-table tbody td {
  font-family: "Open Sans", Verdana, Arial, sans-serif;
  border: 0 none;
}
/* line 2749, ../scss/_theme.scss */
.checkout-cart-index .cart-table td[data-rwd-label]:before {
  text-transform: capitalize;
  font-family: "Open Sans", Verdana, Arial, sans-serif;
}
/* line 2753, ../scss/_theme.scss */
.checkout-cart-index .cart-table tr {
  border-bottom: 1px solid #DDE2E3 !important;
}
/* line 2756, ../scss/_theme.scss */
.checkout-cart-index .cart-table h2.product-name a {
  font-size: 14px;
  font-weight: normal;
}
/* line 2760, ../scss/_theme.scss */
.checkout-cart-index .cart-table .item-options {
  margin-left: 0;
  padding-left: 0;
}
/* line 2764, ../scss/_theme.scss */
.checkout-cart-index .cart-table .item-options h4 {
  font-size: 12px !important;
  font-family: "Open Sans", Verdana, Arial, sans-serif;
}
/* line 2768, ../scss/_theme.scss */
.checkout-cart-index .cart-table .item-options h4 strong {
  font-style: italic;
}
/* line 2773, ../scss/_theme.scss */
.checkout-cart-index .cart-table .cart-price .price {
  color: #353222;
}
/* line 2776, ../scss/_theme.scss */
.checkout-cart-index .cart-table .product-cart-actions .qty {
  width: 4em;
}
/* line 2779, ../scss/_theme.scss */
.checkout-cart-index .cart-table .notice {
  color: #ec3333;
  font-family: "Open Sans", Verdana, Arial, sans-serif;
  font-weight: normal !important;
}
/* line 2784, ../scss/_theme.scss */
.checkout-cart-index .cart-table .item-msg.error {
  color: #ec3333;
  font-family: "Open Sans", Verdana, Arial, sans-serif;
  font-weight: normal !important;
}
/* line 2789, ../scss/_theme.scss */
.checkout-cart-index .cart-table .cart-links {
  margin-top: 10px;
}
/* line 2792, ../scss/_theme.scss */
.checkout-cart-index .cart-table .cart-links li {
  margin-bottom: 10px;
}
/* line 2795, ../scss/_theme.scss */
.checkout-cart-index .cart-table .cart-links li a {
  background: url(https://m.faithful-to-nature.co.za/skin/frontend/rwd/ftn/images/edit.png) 50% 0 no-repeat;
  text-indent: -9999px;
  width: 100%;
  height: 20px;
}
/* line 2802, ../scss/_theme.scss */
.checkout-cart-index .cart-table .cart-links li a.link-wishlist {
  font-size: 0;
  background: none;
  text-indent: initial;
  width: auto;
  height: auto;
  line-height: 12px;
}
/* line 2810, ../scss/_theme.scss */
.checkout-cart-index .cart-table .cart-links li a.link-wishlist::before {
  font-size: 18px;
  content: '\e9da';
  font-family: "ftn", serif;
  color: #353222;
}
/* line 2822, ../scss/_theme.scss */
.checkout-cart-index .cart-forms h2 {
  font-size: 12px;
  text-transform: capitalize;
  color: #353222;
  margin: 0;
  padding-bottom: 8px;
}
/* line 2830, ../scss/_theme.scss */
.checkout-cart-index .cart-forms .discount-form .rewards-sales-rules {
  margin-bottom: 0;
}
/* line 2833, ../scss/_theme.scss */
.checkout-cart-index .cart-forms .discount-form .rewards-sales-rules dd .price {
  color: #353222;
}
/* line 2837, ../scss/_theme.scss */
.checkout-cart-index .cart-forms .discount-form .rewards-sales-rules dt label {
  font-family: "Open Sans", Verdana, Arial, sans-serif;
  color: #353222;
}
/* line 2843, ../scss/_theme.scss */
.checkout-cart-index .cart-forms .discount-form #rewardpoints-needmore-msg {
  margin-top: 15px;
}
/* line 2847, ../scss/_theme.scss */
.checkout-cart-index .cart-forms .giftvoucher #giftvoucher {
  margin-top: -5px;
}
/* line 2850, ../scss/_theme.scss */
.checkout-cart-index .cart-forms .form-control {
  color: #555555;
  border: 1px solid #DDE2E3;
  border-radius: 0;
  box-shadow: none;
}
/* line 2858, ../scss/_theme.scss */
.checkout-cart-index .cart-forms button {
  background: #DDE2E3;
  text-transform: lowercase;
  text-decoration: underline;
}
/* line 2863, ../scss/_theme.scss */
.checkout-cart-index .cart-forms button span {
  color: #353222;
}
/* line 2867, ../scss/_theme.scss */
.checkout-cart-index .cart-forms button:hover {
  background: #DDE2E3;
  color: #353222;
  font-weight: bold;
}
/* line 2875, ../scss/_theme.scss */
.checkout-cart-index .shipping {
  margin-bottom: 15px;
}
/* line 2878, ../scss/_theme.scss */
.checkout-cart-index .shipping h2 {
  font-size: 12px;
  text-transform: capitalize;
  color: #353222;
  margin: 0;
  padding-bottom: 8px;
}
/* line 2885, ../scss/_theme.scss */
.checkout-cart-index .shipping .form-list label {
  font-family: "Open Sans", Verdana, Arial, sans-serif;
  font-weight: 600;
  text-transform: lowercase;
}
/* line 2891, ../scss/_theme.scss */
.checkout-cart-index .shipping button {
  background: #146B87;
}
/* line 2894, ../scss/_theme.scss */
.checkout-cart-index .shipping button:hover {
  background: #0d485b;
}
/* line 2900, ../scss/_theme.scss */
.checkout-cart-index .cart-totals {
  border: 0 none;
  padding: 0;
  background: none;
}
/* line 2905, ../scss/_theme.scss */
.checkout-cart-index .cart-totals table {
  font-family: "Open Sans", Verdana, Arial, sans-serif;
  font-size: 12px;
  text-transform: capitalize;
  margin-bottom: 10px;
}
/* line 2912, ../scss/_theme.scss */
.checkout-cart-index .cart-totals table tfoot td {
  font-size: 18px;
  padding: 10px 20px;
}
/* line 2920, ../scss/_theme.scss */
.checkout-cart-index .cart-totals table thead td,
.checkout-cart-index .cart-totals table tbody td {
  padding: 10px 20px;
  text-transform: capitalize !important;
}
/* line 2925, ../scss/_theme.scss */
.checkout-cart-index .cart-totals table thead .price,
.checkout-cart-index .cart-totals table tbody .price {
  color: #353222;
}
/* line 2932, ../scss/_theme.scss */
.checkout-cart-index .cart-totals .checkout-types li {
  margin: 0;
}
/* line 2937, ../scss/_theme.scss */
.checkout-cart-index .cart-forms .discount,
.checkout-cart-index .cart-forms .giftcard,
.checkout-cart-index .shipping {
  padding: 15px;
  border: 1px solid #DDE2E3;
}

@media only screen and (max-width: 767px) {
  /* line 2949, ../scss/_theme.scss */
  .cart-table .cart-footer-actions button {
    width: 100%;
    font-size: 14px;
    clear: both;
    margin-bottom: 10px;
  }

  /* line 2958, ../scss/_theme.scss */
  .checkout-cart-index #discount-coupon-form,
  .checkout-cart-index .gift-card {
    width: 100% !important;
    padding: 0 !important;
  }

  /* line 2966, ../scss/_theme.scss */
  #co-shipping-method-form .sp-methods dd input.radio {
    float: left;
    margin-right: 5px;
    margin-top: 0;
    margin-left: 0;
  }
  /* line 2972, ../scss/_theme.scss */
  #co-shipping-method-form .sp-methods dd label {
    width: 90%;
    padding: 5px;
  }
}
@media only screen and (max-width: 768px) {
  /* line 2981, ../scss/_theme.scss */
  .checkout-cart-index .cart-form-container {
    width: 100%;
  }

  /* line 2984, ../scss/_theme.scss */
  .cart-totals-wrapper {
    float: left !important;
    width: 100% !important;
    padding-left: 0 !important;
  }
}
@media only screen and (max-width: 479px) {
  /* line 2992, ../scss/_theme.scss */
  .cart .cart-content {
    padding: 0 !important;
  }
}
/*****************
Success Page
 */
/* line 3001, ../scss/_theme.scss */
.checkout-onepage-success .buttons-set {
  border-top: 0 none;
}
/* line 3004, ../scss/_theme.scss */
.checkout-onepage-success .buttons-set button {
  float: none !important;
}
/* line 3008, ../scss/_theme.scss */
.checkout-onepage-success #rewardpoints-referfriends-popup {
  background: #f1f1f1 !important;
  border: 1px solid #DDE2E3 !important;
  border-radius: 0 !important;
  margin-bottom: 30px;
}
/* line 3015, ../scss/_theme.scss */
.checkout-onepage-success #rewardpoints-referfriends-popup .referfriends-title h2 {
  color: #353222 !important;
  border-bottom: 1px solid #FFF !important;
}

/* line 3023, ../scss/_theme.scss */
.rule-description {
  background-color: #DDE2E3;
  min-height: 90px !important;
  margin-bottom: 5px;
}
/* line 3028, ../scss/_theme.scss */
.rule-description > li {
  font-size: 0.95em;
  padding: 1% 2% !important;
  width: 12%;
}
/* line 3033, ../scss/_theme.scss */
.rule-description > li a.rule-link-title.active span.rule-name {
  background: transparent url(https://m.faithful-to-nature.co.za/skin/frontend/rwd/ftn/images/bottomup.png) no-repeat scroll right center;
  padding-right: 15px;
}
/* line 3038, ../scss/_theme.scss */
.rule-description > li a.rule-link-title span.rule-name {
  background: transparent url(https://m.faithful-to-nature.co.za/skin/frontend/rwd/ftn/images/dropdown.png) no-repeat scroll right center;
  padding-right: 15px;
}
/* line 3044, ../scss/_theme.scss */
.rule-description li.rule-notused {
  float: left;
  background: url(https://m.faithful-to-nature.co.za/skin/frontend/rwd/ftn/images/rule_notused_icon.gif) no-repeat scroll 5px 12px !important;
}

/* line 3050, ../scss/_theme.scss */
.rule-info {
  border: none !important;
  background-color: #FFF !important;
}
/* line 3054, ../scss/_theme.scss */
.rule-info .rule-title {
  height: auto !important;
  margin-top: 20px;
}
/* line 3058, ../scss/_theme.scss */
.rule-info .rule-title h2 {
  padding: 9px 1px;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-size: 16px;
  background: url(https://m.faithful-to-nature.co.za/skin/frontend/rwd/ftn/images/onestepcheckout/points.png) center left no-repeat #006654;
  color: #FFF;
  font-weight: bold;
  line-height: 32px;
  text-indent: 15px;
}
/* line 3071, ../scss/_theme.scss */
.rule-info .rule-title span {
  display: none !important;
}
/* line 3074, ../scss/_theme.scss */
.rule-info .rule-title img {
  display: inline-block;
  left: 10px;
  position: relative;
  top: 5px;
}

@media only screen and (max-width: 1024px) {
  /* line 3084, ../scss/_theme.scss */
  .rule-description li.rule-notused {
    background: url(https://m.faithful-to-nature.co.za/skin/frontend/rwd/ftn/images/rule_notused_icon.gif) no-repeat scroll 0 8px !important;
  }
}
@media only screen and (max-width: 720px) {
  /* line 3090, ../scss/_theme.scss */
  .rule-description li.rule-notused {
    background-image: none !important;
  }
}
@media only screen and (max-width: 440px) {
  /* line 3096, ../scss/_theme.scss */
  .rule-description li a.rule-link-title span.rule-name {
    background-image: none !important;
  }
}
/* =============================
CMS PAGES
==============================*/
/* line 3104, ../scss/_theme.scss */
.cms-page-view {
  /*.std h1,*/
}
/* line 3105, ../scss/_theme.scss */
.cms-page-view .section-heading {
  border-bottom: 1px solid #AFB2B7;
  position: relative;
  margin: 0 0 25px;
  padding: 0 0 5px;
}
/* line 3112, ../scss/_theme.scss */
.cms-page-view .std h2,
.cms-page-view .section-heading h1,
.cms-page-view .section-heading h2,
.cms-page-view .special-link h2 {
  border: none;
  color: #555;
  margin: 0 0 5px;
  font: 1.5em/1.19em "fortescue-text-regular-pro", "Merriweather", "Times New Roman", serif;
  font-weight: normal;
}
/* line 3122, ../scss/_theme.scss */
.cms-page-view .section-heading h1,
.cms-page-view .section-heading h2,
.cms-page-view h4 {
  text-transform: none;
}
/* line 3127, ../scss/_theme.scss */
.cms-page-view .text-green {
  color: #006654;
}
/* line 3130, ../scss/_theme.scss */
.cms-page-view .content-block {
  padding: 0 15px;
  margin-bottom: 30px;
}
/* line 3134, ../scss/_theme.scss */
.cms-page-view .std p,
.cms-page-view .std li {
  text-align: left;
  font-style: normal;
  color: #353222;
  font-family: "Open Sans", Verdana, Arial, sans-serif;
  font-size: 14px;
}
/* line 3142, ../scss/_theme.scss */
.cms-page-view p.required,
.cms-page-view .validation-advice {
  margin: 5px 0 0;
  color: #ec3333;
  font-size: 12px;
}

/* line 3151, ../scss/_theme.scss */
.cms-sarah-graham-recipes .page-title.top {
  background: url(https://m.faithful-to-nature.co.za/skin/frontend/rwd/ftn/images/title-bg.jpg) no-repeat right 18px;
}
@media (min-width: 768px) and (max-width: 1024px) {
  /* line 3151, ../scss/_theme.scss */
  .cms-sarah-graham-recipes .page-title.top {
    background-position: right -3px;
    width: 100%;
    float: left;
  }
}
/* line 3160, ../scss/_theme.scss */
.cms-sarah-graham-recipes .page-title.top h1 {
  border-bottom: 0 none;
  width: auto;
  display: table;
  margin: 0 auto 30px auto;
  color: #353222;
  font-size: 28px;
  text-transform: uppercase;
  background: #FFF;
  padding: 0 15px;
}
/* line 3171, ../scss/_theme.scss */
.cms-sarah-graham-recipes .page-title.top h1 small {
  color: #AFB2B7;
}
@media (max-width: 1024px) {
  /* line 3160, ../scss/_theme.scss */
  .cms-sarah-graham-recipes .page-title.top h1 {
    font-size: 20px !important;
    padding: 0;
    margin: 15px 0;
    text-align: center;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  /* line 3160, ../scss/_theme.scss */
  .cms-sarah-graham-recipes .page-title.top h1 {
    font-size: 22px;
    float: left;
    padding-left: 0;
    padding-right: 15px;
  }
}
/* line 3190, ../scss/_theme.scss */
.cms-sarah-graham-recipes .container {
  padding: 0 !important;
  margin: 0;
  width: 100%;
}
/* line 3195, ../scss/_theme.scss */
.cms-sarah-graham-recipes .container .row {
  width: 100%;
}
/* line 3198, ../scss/_theme.scss */
.cms-sarah-graham-recipes .container .row.sarah-graham {
  border-radius: 3px;
  overflow: hidden;
}
/* line 3203, ../scss/_theme.scss */
.cms-sarah-graham-recipes .container .sarah-graham {
  background: #f1f1f1;
}
/* line 3206, ../scss/_theme.scss */
.cms-sarah-graham-recipes .container .sarah-graham .col-md-8 {
  padding-left: 0;
}
@media (max-width: 768px) {
  /* line 3206, ../scss/_theme.scss */
  .cms-sarah-graham-recipes .container .sarah-graham .col-md-8 {
    padding-right: 0;
  }
}
/* line 3213, ../scss/_theme.scss */
.cms-sarah-graham-recipes .container .sarah-graham .col-md-4 {
  padding: 30px 50px 30px 0;
}
@media (max-width: 768px) {
  /* line 3213, ../scss/_theme.scss */
  .cms-sarah-graham-recipes .container .sarah-graham .col-md-4 {
    padding: 15px;
  }
}
/* line 3220, ../scss/_theme.scss */
.cms-sarah-graham-recipes .container .sarah-graham .col-md-4 h2 {
  width: 100%;
  text-align: center;
  color: #006654;
  font-size: 25px;
  text-transform: uppercase;
  margin-bottom: 25px;
}
@media (max-width: 768px) {
  /* line 3220, ../scss/_theme.scss */
  .cms-sarah-graham-recipes .container .sarah-graham .col-md-4 h2 {
    margin-bottom: 15px;
  }
}
/* line 3232, ../scss/_theme.scss */
.cms-sarah-graham-recipes .container .sarah-graham .col-md-4 .btn-primary {
  background: #006654;
  border-color: #006654;
  display: table;
  margin: 0 auto;
  color: #FFF !important;
}
/* line 3241, ../scss/_theme.scss */
.cms-sarah-graham-recipes .container .page-title.middle {
  margin: 60px 0 30px;
}
@media (max-width: 768px) {
  /* line 3241, ../scss/_theme.scss */
  .cms-sarah-graham-recipes .container .page-title.middle {
    margin: 15px 0;
  }
}
/* line 3248, ../scss/_theme.scss */
.cms-sarah-graham-recipes .container .page-title.middle h2 {
  color: #AFB2B7;
}
/* line 3253, ../scss/_theme.scss */
.cms-sarah-graham-recipes .container .thumbnail .caption h3 {
  color: #6d3c2b;
  min-height: 53px;
}

/* Herb Index */
/* line 3261, ../scss/_theme.scss */
.herb-index-alpha-heading {
  font-size: 19px;
  color: #353222;
  font-family: "Open Sans", Verdana, Arial, sans-serif;
  font-weight: 600;
}

/* line 3268, ../scss/_theme.scss */
.herb-index-herb-heading {
  font-size: 16px;
  color: #353222;
  font-family: "Open Sans", Verdana, Arial, sans-serif;
  font-weight: 600;
}

/* line 3275, ../scss/_theme.scss */
.link-block {
  float: left;
  width: 100%;
  margin-top: 15px;
  text-align: center;
}

/* Contact Us */
/* line 3285, ../scss/_theme.scss */
.contacts-index-index #contact-form .page-title {
  margin-top: 25px;
}
@media (max-width: 767px) {
  /* line 3285, ../scss/_theme.scss */
  .contacts-index-index #contact-form .page-title {
    margin-top: 10px;
  }
}
/* line 3293, ../scss/_theme.scss */
.contacts-index-index #contact-form p {
  text-align: left;
  padding: 0 !important;
}
@media (min-width: 767px) {
  /* line 3293, ../scss/_theme.scss */
  .contacts-index-index #contact-form p {
    text-align: center;
  }
}
/* line 3301, ../scss/_theme.scss */
.contacts-index-index #contact-form #contactForm {
  padding-left: 0;
}
/* line 3304, ../scss/_theme.scss */
.contacts-index-index #contact-form .flex-fieldset {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-evenly left;
  -webkit-justify-content: space-evenly left;
      -ms-flex-pack: space-evenly left;
          justify-content: space-evenly left;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
/* line 3309, ../scss/_theme.scss */
.contacts-index-index #contact-form .flex-fieldset .freshwidget-embedded-form {
  min-height: 1050px;
  margin: 15px 0;
}
@media (min-width: 767px) {
  /* line 3309, ../scss/_theme.scss */
  .contacts-index-index #contact-form .flex-fieldset .freshwidget-embedded-form {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1;
    min-width: 460px;
  }
}
/* line 3319, ../scss/_theme.scss */
.contacts-index-index #contact-form .recaptcha {
  padding: 10px;
}
/* line 3322, ../scss/_theme.scss */
.contacts-index-index #contact-form .fieldset {
  padding: 0;
  margin: 15px 30px 15px 0;
}
/* line 3326, ../scss/_theme.scss */
.contacts-index-index #contact-form .fieldset h4 {
  font-family: "Open Sans", Verdana, Arial, sans-serif;
  font-weight: bold !important;
}
/* line 3331, ../scss/_theme.scss */
.contacts-index-index #contact-form .fieldset label {
  padding-top: 5px;
  font-size: 14px;
  font-weight: normal;
  font-family: "Open Sans", Verdana, Arial, sans-serif;
  text-align: left;
}
/* line 3338, ../scss/_theme.scss */
.contacts-index-index #contact-form .fieldset textarea {
  max-width: 365px;
}
/* line 3342, ../scss/_theme.scss */
.contacts-index-index #contact-form .required {
  text-align: right;
}
/* line 3345, ../scss/_theme.scss */
.contacts-index-index #contact-form .buttons-set {
  border: none;
  margin: 0;
  max-width: 100%;
}
/* line 3349, ../scss/_theme.scss */
.contacts-index-index #contact-form .buttons-set button:hover {
  background: #146B87;
}
/* line 3354, ../scss/_theme.scss */
.contacts-index-index #addresses {
  width: 50%;
  margin: 30px 0;
  padding: 30px 0 0;
  border-top: 1px solid #DDE2E3;
}
/* line 3360, ../scss/_theme.scss */
.contacts-index-index #addresses .fieldset {
  float: left;
  width: 100%;
}
/* line 3364, ../scss/_theme.scss */
.contacts-index-index #addresses .fieldset > div:first-child {
  border-right: 1px solid #DDE2E3;
  margin-bottom: 30px;
  float: left;
  width: 50%;
}
/* line 3370, ../scss/_theme.scss */
.contacts-index-index #addresses .fieldset > div:last-child {
  padding-left: 30px;
  float: left;
  width: 50%;
}

@media (max-width: 767px) {
  /* line 3382, ../scss/_theme.scss */
  .contacts-index-index #contact-form .flex-fieldset {
    display: block;
  }
  /* line 3385, ../scss/_theme.scss */
  .contacts-index-index #contact-form .fieldset {
    width: 100%;
    margin: 15px 0;
  }
  /* line 3389, ../scss/_theme.scss */
  .contacts-index-index #contact-form .recaptcha {
    padding: 0;
  }
  /* line 3392, ../scss/_theme.scss */
  .contacts-index-index #contact-form .buttons-set {
    max-width: 100%;
  }
  /* line 3396, ../scss/_theme.scss */
  .contacts-index-index #addresses {
    width: 100%;
  }
  /* line 3400, ../scss/_theme.scss */
  .contacts-index-index #addresses .fieldset > div:first-child {
    width: 100%;
    border-right: 0 none;
    border-bottom: 1px solid #DDE2E3;
    padding-bottom: 15px;
    margin-bottom: 15px;
  }
  /* line 3407, ../scss/_theme.scss */
  .contacts-index-index #addresses .fieldset > div:last-child {
    width: 100%;
    padding-left: 0;
  }
}
@media (max-width: 768px) {
  /* line 3419, ../scss/_theme.scss */
  .contacts-index-index #contact-form .flex-fieldset {
    display: block;
  }
  /* line 3422, ../scss/_theme.scss */
  .contacts-index-index #contact-form .fieldset {
    width: 100%;
  }
  /* line 3425, ../scss/_theme.scss */
  .contacts-index-index #contact-form .buttons-set {
    max-width: 100% !important;
  }
  /* line 3429, ../scss/_theme.scss */
  .contacts-index-index #addresses {
    width: 100%;
  }
}
/* about us + ingredient policy + customer support + customer testimonials */
/* line 3436, ../scss/_theme.scss */
.about-us .heading-box,
.customer-support .heading-box,
.customer-testimonials .heading-box,
.ingredient-policy .heading-box {
  margin-bottom: 20px;
  float: left;
  width: 100%;
}

/* line 3445, ../scss/_theme.scss */
.about-us .heading-box div.image,
.customer-support .heading-box div.image,
.customer-testimonials .heading-box div.image,
.ingredient-policy .heading-box div.image {
  background-color: #dbe8f1;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}

/* line 3454, ../scss/_theme.scss */
.customer-testimonials .heading-box div.image {
  background-color: #fac3c6;
}

/* line 3458, ../scss/_theme.scss */
.about-us .heading-box .title-box,
.customer-support .heading-box .title-box,
.customer-testimonials .heading-box .title-box,
.ingredient-policy .heading-box .title-box {
  background: transparent url("https://m.faithful-to-nature.co.za/skin/frontend/rwd/ftn/images/bg-heading.png") no-repeat center center scroll;
  background-size: cover;
  text-align: center;
  border-bottom-right-radius: 7px;
  border-top-right-radius: 7px;
  height: 158px;
}

/* line 3475, ../scss/_theme.scss */
.std .about-us .heading-box h1,
.std .customer-support .heading-box h1,
.std .customer-testimonials .heading-box h1,
.std .ingredient-policy .heading-box h1 {
  color: #353222;
  font: 31px/37px "fortescue-text-regular-pro", "Merriweather", "Times New Roman", serif;
  font-weight: normal;
  padding: 40px 0 28px;
  text-transform: none;
  position: relative;
  margin-top: 0;
}

/* line 3489, ../scss/_theme.scss */
.about-us .heading-box img,
.customer-support .heading-box img,
.customer-testimonials .heading-box img,
.ingredient-policy .heading-box img {
  border-bottom-left-radius: 7px;
  border-top-left-radius: 7px;
}

/* line 3497, ../scss/_theme.scss */
.about-us .heading-box h1::after,
.customer-support .heading-box h1::after,
.customer-testimonials .heading-box h1::after,
.ingredient-policy .heading-box h1::after {
  position: absolute;
  content: "";
  left: 50%;
  bottom: 0;
  background: transparent url("https://m.faithful-to-nature.co.za/skin/frontend/rwd/ftn/images/socialShare_icons.png") no-repeat scroll 0 -335px;
  width: 255px;
  height: 23px;
  margin-left: -124px;
}

/* line 3512, ../scss/_theme.scss */
.about-us .content-block h4 > img,
.customer-support .content-block h4 > img,
.ingredient-policy .content-block p > img {
  display: inline;
}

/* line 3520, ../scss/_theme.scss */
.about-us .content-block h4 {
  font-size: 16px;
}
/* line 3523, ../scss/_theme.scss */
.about-us .content-block h4 > img {
  padding-bottom: 4px;
}

/* line 3532, ../scss/_theme.scss */
.customer-support .content-block #cruelty-free td {
  border: none;
  padding: 0;
}
/* line 3536, ../scss/_theme.scss */
.customer-support .content-block #cruelty-free th {
  background-color: #006654;
  font-weight: bold;
  text-align: justify;
}
/* line 3542, ../scss/_theme.scss */
.customer-support .content-block #points {
  max-width: 400px;
}
/* line 3545, ../scss/_theme.scss */
.customer-support .content-block #delivery-options,
.customer-support .content-block #courier-service,
.customer-support .content-block #international-courier,
.customer-support .content-block #international-postal {
  max-width: 600px;
}
/* line 3551, ../scss/_theme.scss */
.customer-support .content-block #courier-service td:nth-of-type(even) {
  min-width: 150px;
}

/* Testimonials */
/* line 3560, ../scss/_theme.scss */
.customer-testimonials .content-block li {
  list-style-type: none;
}
/* line 3563, ../scss/_theme.scss */
.customer-testimonials .content-block .margin-bottom {
  margin-bottom: 20px;
}
/* line 3566, ../scss/_theme.scss */
.customer-testimonials .content-block h4 {
  margin-top: 20px;
  font-size: 16px;
}
/* line 3570, ../scss/_theme.scss */
.customer-testimonials .content-block .media {
  border: 1px solid #DDE2E3;
  border-radius: 4px;
  padding: 15px;
}
/* line 3575, ../scss/_theme.scss */
.customer-testimonials .content-block p:nth-child(2) {
  font-weight: bold;
  text-align: right;
  border-top: 1px solid #DDE2E3;
  padding-top: 5px;
  font-style: italic !important;
  margin-bottom: 0;
}

/* Work for Us */
/* line 3589, ../scss/_theme.scss */
.cms-work-for-us .work-for-us .content-block h1 {
  font-size: 16px;
  color: #353222;
  text-transform: none;
  display: inline-block;
  margin-top: 0;
}

/* New 404 */
/* line 3602, ../scss/_theme.scss */
.cms-no-route .new404 {
  margin: 0 auto;
  padding: 40px 0 80px;
}
/* line 3608, ../scss/_theme.scss */
.cms-no-route .new404 .new404-image img {
  width: 100%;
  max-width: 80%;
  margin: 0 auto 20px;
  padding: 0;
}
/* line 3616, ../scss/_theme.scss */
.cms-no-route .new404 .new404-content {
  margin: 0;
  padding: 0;
}
/* line 3620, ../scss/_theme.scss */
.cms-no-route .new404 .new404-content .new404-title {
  font-size: 48px;
  line-height: 48px;
  margin: 0 0 20px;
  padding: 0;
  text-align: center;
}
/* line 3629, ../scss/_theme.scss */
.cms-no-route .new404 .new404-content .new404-copy,
.cms-no-route .new404 .new404-content .new404-error {
  font-family: "Open Sans", Verdana, Arial, sans-serif;
  font-size: 20px;
  line-height: 1.5;
  font-style: normal;
  text-align: center;
}
/* line 3637, ../scss/_theme.scss */
.cms-no-route .new404 .new404-content .new404-copy a,
.cms-no-route .new404 .new404-content .new404-error a {
  color: #00B091;
  text-decoration: none;
  border-bottom: 1px solid #00B091;
  -webkit-transition: color 300ms ease-in-out, background-color 300ms ease-in-out, border 300ms ease-in-out;
  transition: color 300ms ease-in-out, background-color 300ms ease-in-out, border 300ms ease-in-out;
}
/* line 3643, ../scss/_theme.scss */
.cms-no-route .new404 .new404-content .new404-copy a:hover,
.cms-no-route .new404 .new404-content .new404-error a:hover {
  color: #FF9439;
  border-bottom: 1px solid #FF9439;
}
/* line 3652, ../scss/_theme.scss */
.cms-no-route .new404 .new404-content .new404-buttons a {
  font-family: "Open Sans", Verdana, Arial, sans-serif;
  font-size: 20px;
  line-height: 1;
}
@media (max-width: 766px) {
  /* line 3652, ../scss/_theme.scss */
  .cms-no-route .new404 .new404-content .new404-buttons a {
    display: block;
    margin: 0 0 10px;
    padding: 10px 20px;
    text-align: center;
    background: #006654;
    color: #FFF;
  }
}
@media (min-width: 767px) {
  /* line 3671, ../scss/_theme.scss */
  .cms-no-route .new404 {
    width: 90%;
  }
  /* line 3674, ../scss/_theme.scss */
  .cms-no-route .new404:after {
    content: "";
    display: table;
    clear: both;
  }
  /* line 3680, ../scss/_theme.scss */
  .cms-no-route .new404 .new404-image {
    float: right;
    width: 60%;
  }
  /* line 3684, ../scss/_theme.scss */
  .cms-no-route .new404 .new404-image img {
    max-width: 100%;
    margin: 0;
  }
  /* line 3690, ../scss/_theme.scss */
  .cms-no-route .new404 .new404-content {
    float: left;
    width: 40%;
    padding: 40px 10px 0;
  }
  /* line 3695, ../scss/_theme.scss */
  .cms-no-route .new404 .new404-content .new404-title,
  .cms-no-route .new404 .new404-content .new404-copy,
  .cms-no-route .new404 .new404-content .new404-error {
    text-align: left;
  }
  /* line 3701, ../scss/_theme.scss */
  .cms-no-route .new404 .new404-content .new404-buttons a {
    line-height: 1.5;
    display: block;
    float: left;
    clear: left;
  }
}
@media (min-width: 860px) {
  /* line 3713, ../scss/_theme.scss */
  .cms-no-route .new404 .new404-image,
  .cms-no-route .new404 .new404-content {
    width: 50%;
  }
}
@media (min-width: 1200px) {
  /* line 3723, ../scss/_theme.scss */
  .cms-no-route .new404 .new404-image {
    width: 40%;
  }
  /* line 3727, ../scss/_theme.scss */
  .cms-no-route .new404 .new404-content {
    width: 60%;
  }
}

/* =============================
FOOTER
==============================*/
/* line 3738, ../scss/_theme.scss */
.footer-wrapper {
  border: none;
  padding-top: 0;
  background: #006654;
}
/* line 3743, ../scss/_theme.scss */
.footer-wrapper .footer-container {
  width: 100%;
  padding: 0;
  max-width: 100%;
  clear: both;
  margin: 0 auto;
}
/* line 3750, ../scss/_theme.scss */
.footer-wrapper .footer-container .footer {
  border: 0 none !important;
}
/* line 3753, ../scss/_theme.scss */
.footer-wrapper .footer-container .footer .container {
  max-width: 1340px;
}
/* line 3756, ../scss/_theme.scss */
.footer-wrapper .footer-container .footer .panel-group {
  margin-bottom: 0;
}
/* line 3759, ../scss/_theme.scss */
.footer-wrapper .footer-container .footer .panel-group .panel {
  background: #006654;
  color: #FFF;
  border: 0 none;
}
/* line 3764, ../scss/_theme.scss */
.footer-wrapper .footer-container .footer .panel-group .panel .panel-heading {
  background: transparent;
  border-radius: 0;
  color: #FFF;
  padding: 15px;
}
/* line 3770, ../scss/_theme.scss */
.footer-wrapper .footer-container .footer .panel-group .panel .panel-heading .panel-title {
  font-weight: normal;
}
/* line 3774, ../scss/_theme.scss */
.footer-wrapper .footer-container .footer .panel-group .panel .panel-heading .panel-title a:after {
  content: "-";
  font-size: 30px;
  line-height: 0.5em;
  float: right;
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
}
/* line 3781, ../scss/_theme.scss */
.footer-wrapper .footer-container .footer .panel-group .panel .panel-heading .panel-title a.collapsed:after {
  content: "+";
  font-size: 30px;
  line-height: 0.5em;
  float: right;
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
}
/* line 3791, ../scss/_theme.scss */
.footer-wrapper .footer-container .footer .panel-group .panel .panel-body {
  color: #FFF;
  border-radius: 0;
}
/* line 3795, ../scss/_theme.scss */
.footer-wrapper .footer-container .footer .panel-group .panel .panel-body ul {
  padding-left: 15px;
}
/* line 3798, ../scss/_theme.scss */
.footer-wrapper .footer-container .footer .panel-group .panel .panel-body ul li {
  padding: 10px 0;
}
/* line 3801, ../scss/_theme.scss */
.footer-wrapper .footer-container .footer .panel-group .panel .panel-body ul li a {
  font-family: "Open Sans", Verdana, Arial, sans-serif;
  color: #FFF !important;
  font-size: 14px;
}
/* line 3808, ../scss/_theme.scss */
.footer-wrapper .footer-container .footer .panel-group .panel .panel-body img {
  float: right;
  padding: 1em 2em;
}
@media (max-width: 767px) {
  /* line 3808, ../scss/_theme.scss */
  .footer-wrapper .footer-container .footer .panel-group .panel .panel-body img {
    float: none;
    margin: 0 auto;
  }
}
/* line 3819, ../scss/_theme.scss */
.footer-wrapper .footer-container .footer .panel-group .panel + .panel {
  margin-top: 0;
}
/* line 3824, ../scss/_theme.scss */
.footer-wrapper .footer-container .footer .ftn-footer-links {
  position: relative;
  padding: 0 0 30px;
  font-family: "Open Sans", Verdana, Arial, sans-serif !important;
}
/* line 3829, ../scss/_theme.scss */
.footer-wrapper .footer-container .footer .ftn-footer-links h3 {
  text-transform: uppercase;
  font-size: 18px;
  font-family: "Open Sans", Verdana, Arial, sans-serif !important;
  font-weight: 600;
  color: #FFF !important;
}
/* line 3836, ../scss/_theme.scss */
.footer-wrapper .footer-container .footer .ftn-footer-links a {
  color: #FFF;
  font-size: 14px;
  text-transform: capitalize;
  display: block;
  width: 100%;
}
/* line 3843, ../scss/_theme.scss */
.footer-wrapper .footer-container .footer .ftn-footer-links a:hover {
  color: #FF9439;
}
/* line 3848, ../scss/_theme.scss */
.footer-wrapper .footer-container .footer .ftn-footer-links .social-networks li {
  display: block;
  float: none;
  text-align: left;
  width: inherit;
  height: inherit;
  background-color: unset;
}
/* line 3857, ../scss/_theme.scss */
.footer-wrapper .footer-container .footer .ftn-footer-links .social-networks li a:hover {
  color: #FF9439;
  text-decoration: none;
}
/* line 3862, ../scss/_theme.scss */
.footer-wrapper .footer-container .footer .ftn-footer-links .social-networks li a::before {
  font-family: "ftn", serif;
  color: #FFF;
  margin-right: 15px;
  content: '\ea90';
}
/* line 3869, ../scss/_theme.scss */
.footer-wrapper .footer-container .footer .ftn-footer-links .social-networks li a.twitter::before {
  content: '\ea96';
}
/* line 3873, ../scss/_theme.scss */
.footer-wrapper .footer-container .footer .ftn-footer-links .social-networks li a.pinterest::before {
  content: '\ead1';
}
/* line 3877, ../scss/_theme.scss */
.footer-wrapper .footer-container .footer .ftn-footer-links .social-networks li a.instagram::before {
  content: '\ea92';
}
/* line 3886, ../scss/_theme.scss */
.footer-wrapper .footer-container .footer .ftn-footer-links .social-networks li a.review::before {
  content: '\e9a4';
}
/* line 3890, ../scss/_theme.scss */
.footer-wrapper .footer-container .footer .ftn-footer-links .social-networks li a.hello::before {
  content: '\e9a4';
}
/* line 3897, ../scss/_theme.scss */
.footer-wrapper .footer-container .footer .ftn-footer-links .panel {
  padding: 0;
  background: transparent;
}
/* line 3901, ../scss/_theme.scss */
.footer-wrapper .footer-container .footer .ftn-footer-links .panel h3 {
  margin-bottom: 0;
}
/* line 3905, ../scss/_theme.scss */
.footer-wrapper .footer-container .footer .ftn-footer-links ul,
.footer-wrapper .footer-container .footer .ftn-footer-links ol,
.footer-wrapper .footer-container .footer .ftn-footer-links dl {
  font-size: 14px;
  line-height: inherit;
}

/* line 3923, ../scss/_theme.scss */
.ftn_footer_featuredIn::before {
  display: none;
}

/* line 3927, ../scss/_theme.scss */
.address-wrapper {
  width: 100%;
  padding: 0;
  background: #FFF;
  color: #000000;
  text-align: center;
}
/* line 3934, ../scss/_theme.scss */
.address-wrapper address.copyright {
  font-size: 100%;
  color: #FFF;
  padding: 10px 0;
  margin: 0;
  background: #006654;
}

/* =============================
MEDIA QUERIES
==============================*/
/* min-device-width */
@media (min-width: 1200px) {
  /* line 3948, ../scss/_theme.scss */
  .ftn-boxes img {
    width: 100%;
  }

  /* line 3951, ../scss/_theme.scss */
  div[class*="col-xs-"].nopadding-left-1200,
  div[class*="col-sm-"].nopadding-left-1200,
  div[class*="col-md-"].nopadding-left-1200,
  div[class*="col-lg-"].nopadding-left-1200 {
    padding-left: 0;
  }

  /* line 3957, ../scss/_theme.scss */
  div[class*="col-xs-"].nopadding-right-1200,
  div[class*="col-sm-"].nopadding-right-1200,
  div[class*="col-md-"].nopadding-right-1200,
  div[class*="col-lg-"].nopadding-right-1200 {
    padding-right: 0;
  }
}
/*@media (max-width: $bp-xlarge) {
  .about-ftn .facebook-plugin {
    width: 100%;
    margin: 0;
    overflow: hidden;
    border-right: 1px solid $c-light-gray;
  }
  .about-ftn .text-come {
    margin: 10px 0 10px 145px;
  }
  .about-ftn .add-social {
    margin-right: 80px;
  }
}*/
@media (max-width: 991px) {
  /* line 3981, ../scss/_theme.scss */
  .shopbybrand-list .brandslist .list_1 {
    width: 16%;
  }
}
@media (max-width: 900px) {
  /* line 3987, ../scss/_theme.scss */
  .checkout-onepage-success .main-container .col-main .buttons-set {
    max-width: 100%;
  }
}
@media (max-width: 770px) {
  /* line 3993, ../scss/_theme.scss */
  .main-container .my-account .my-wishlist .page-title {
    padding-left: 0;
  }

  /* line 3996, ../scss/_theme.scss */
  .shopbybrand-list .brandslist .list_1 {
    width: 21%;
  }

  /* line 3999, ../scss/_theme.scss */
  .giftvoucher-index-check .shopbybrand_sidebar {
    width: 100%;
  }
}
@media (max-width: 767px) {
  /* line 4005, ../scss/_theme.scss */
  .page-header-container .logo img {
    margin: 0 0 0 15px;
    width: 225px;
    max-width: 225px;
  }

  /* line 4010, ../scss/_theme.scss */
  #contact-form p {
    padding: 0 15px;
  }
}
@media (max-width: 600px) {
  /* line 4016, ../scss/_theme.scss */
  .ftn-categories .recomendations {
    display: none !important;
  }

  /* line 4020, ../scss/_theme.scss */
  .cart .help-block {
    float: left;
    width: 100%;
  }

  /* line 4024, ../scss/_theme.scss */
  .my-account #addredeem-giftvoucher-code .buttons-set .back-link {
    display: none;
  }

  /* line 4027, ../scss/_theme.scss */
  .cart .product-cart-actions {
    max-width: none;
  }

  /* line 4030, ../scss/_theme.scss */
  .cart .product-cart-actions .btn-update.btn-small {
    display: inline;
  }

  /* line 4033, ../scss/_theme.scss */
  .shopbybrand-list .brandslist .list_1 {
    width: 29%;
  }

  /* line 4036, ../scss/_theme.scss */
  .shopbybrand-list #brand_search_box,
  .shopbybrand-list #filterbar #brand_search_box input[type="text"] {
    max-width: 100%;
  }
}
@media only screen and (max-width: 1024px) {
  /* line 4044, ../scss/_theme.scss */
  .ftn-circles .circle {
    margin: 0 auto 15px auto;
  }
}
@media only screen and (max-width: 479px) {
  /* Homepage Circles */
  /* line 4053, ../scss/_theme.scss */
  .ftn-circles .container {
    padding: 0 !important;
  }
  /* line 4055, ../scss/_theme.scss */
  .ftn-circles .container .row {
    margin: 0 !important;
  }
  /* line 4058, ../scss/_theme.scss */
  .ftn-circles .container .row .col-sm-2 {
    width: 100%;
    padding: 0 !important;
  }

  /* Quick Categories */
  /* line 4067, ../scss/_theme.scss */
  .ftn-boxes .container .row > div {
    width: 100%;
  }

  /* line 4073, ../scss/_theme.scss */
  .my-account #addredeem-giftvoucher-code .buttons-set button.button {
    width: 100%;
  }
  /* line 4078, ../scss/_theme.scss */
  .my-account #wishlist-table .item-manage .button {
    font-size: 11px;
  }
  /* line 4081, ../scss/_theme.scss */
  .my-account #wishlist-table .button.btn-small {
    padding: 0 10px !important;
  }
  /* line 4084, ../scss/_theme.scss */
  .my-account #wishlist-table td.customer-wishlist-item-quantity::before {
    padding-top: 6px;
  }
  /* line 4087, ../scss/_theme.scss */
  .my-account #wishlist-table td.customer-wishlist-item-price::before {
    padding-top: 3px;
  }
  /* line 4091, ../scss/_theme.scss */
  .my-account #wishlist-table.clean-table td {
    padding-top: 5px;
    padding-bottom: 5px;
    border-bottom: 0 none !important;
  }
  /* line 4096, ../scss/_theme.scss */
  .my-account #wishlist-table.clean-table td button,
  .my-account #wishlist-table.clean-table td a {
    margin-bottom: 5px;
  }
}
/* -------------------------------------------- *
 * Product Name
 */
/* line 4107, ../scss/_theme.scss */
h2.product-name,
h3.product-name,
h4.product-name,
h5.product-name,
p.product-name {
  margin: 0 0 15px;
  color: #353222;
  text-rendering: optimizeLegibility;
  font-size: 18px;
  font-family: "Open Sans", Verdana, Arial, sans-serif;
  font-weight: 600;
}

/* line 4120, ../scss/_theme.scss */
h2.product-name a,
h3.product-name a,
h4.product-name a,
h5.product-name a,
p.product-name a {
  color: #353222 !important;
  font-family: "Open Sans", Verdana, Arial, sans-serif;
  font-weight: 600;
  text-transform: none;
}

/* line 4136, ../scss/_theme.scss */
h2.product-name a:hover,
h3.product-name a:hover,
h4.product-name a:hover,
h5.product-name a:hover,
p.product-name a:hover {
  color: #146B87 !important;
  text-decoration: none;
}

/* line 4142, ../scss/_theme.scss */
.catalog-product-view .col2-right-layout .col-main {
  padding-left: 0;
}

/* line 4147, ../scss/_theme.scss */
.catalog-category-view .readmore {
  margin-top: 10px;
  float: none;
  width: 100%;
  text-align: center;
  line-height: 1.8;
  margin-bottom: 15px;
}
@media (max-width: 767px) {
  /* line 4147, ../scss/_theme.scss */
  .catalog-category-view .readmore {
    margin-bottom: 0;
  }
}
/* line 4159, ../scss/_theme.scss */
.catalog-category-view .readmore a:hover {
  color: #006654;
}

@media only screen and (min-width: 480px) {
  /* line 4166, ../scss/_theme.scss */
  .products-list .product-name a {
    font-size: 14px;
    font-family: "Open Sans", Verdana, Arial, sans-serif;
  }
}
@media only screen and (max-width: 1279px) {
  /* line 4175, ../scss/_theme.scss */
  .products-list .product-shop .product-primary,
  .products-list .product-shop .desc {
    float: left;
    width: 60%;
    padding-right: 20px;
  }
  /* line 4181, ../scss/_theme.scss */
  .products-list .product-shop .product-secondary {
    float: right;
    width: 40%;
  }
}
/* ============================================ *
 * Mini Product List
 * ============================================ */
/* line 4193, ../scss/_theme.scss */
.mini-products-images-list:after {
  content: "";
  display: table;
  clear: both;
}

/* line 4199, ../scss/_theme.scss */
.mini-products-images-list li.item {
  float: left;
  width: 50%;
  margin: 0;
  padding: 0 5px 10px 0;
}

/* line 4206, ../scss/_theme.scss */
.mini-products-images-list li.item:nth-child(even) {
  padding-right: 0;
  padding-left: 5px;
}

/* line 4211, ../scss/_theme.scss */
.mini-products-images-list li.item .product-image {
  display: block;
}

/* line 4215, ../scss/_theme.scss */
.mini-products-images-list li.item .product-image img {
  width: 100%;
  max-width: 100%;
}

/* ============================================ *
 * Catalog - List
 * ============================================ */
/* line 4223, ../scss/_theme.scss */
.category-title {
  margin: 20px 0 10px;
}
@media (min-width: 767px) {
  /* line 4223, ../scss/_theme.scss */
  .category-title {
    margin: 5px 0 10px;
  }
}
/* line 4230, ../scss/_theme.scss */
.category-title h1 {
  font-family: "fortescue-text-regular-pro", "Merriweather", "Times New Roman", serif;
  font-weight: 400;
  font-size: 32px;
  line-height: 1.2;
  text-align: center;
  color: #353222;
  margin: 0;
  padding: 0;
}
@media (min-width: 767px) {
  /* line 4230, ../scss/_theme.scss */
  .category-title h1 {
    font-size: 48px;
  }
}

/* line 4246, ../scss/_theme.scss */
.category-description {
  margin: 0;
}
/* line 4249, ../scss/_theme.scss */
.category-description p {
  font-family: "Open Sans", Verdana, Arial, sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.5;
  color: #353222;
  text-align: center;
  margin: 0 0 10px;
  padding: 0;
}
/* line 4259, ../scss/_theme.scss */
.category-description p:last-of-type {
  margin-bottom: 0;
}

/* line 4265, ../scss/_theme.scss */
.category-image {
  border: 0;
  padding: 0;
}
/* line 4269, ../scss/_theme.scss */
.category-image img {
  width: 100%;
  max-width: 100%;
}

/* line 4275, ../scss/_theme.scss */
.custom-category-featured {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  margin: 20px -5px 30px;
}
@media (min-width: 767px) {
  /* line 4275, ../scss/_theme.scss */
  .custom-category-featured {
    margin: 20px -10px 30px;
  }
}
/* line 4284, ../scss/_theme.scss */
.custom-category-featured .custom-category-featured-block {
  position: relative;
  margin: 0 5px 10px;
  padding: 0;
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 30%;
      -ms-flex: 1 1 30%;
          flex: 1 1 30%;
  max-width: -webkit-calc((100% - 30px) / 3);
  max-width: calc((100% - 30px) / 3);
  width: 100%;
}
/* line 4292, ../scss/_theme.scss */
.custom-category-featured .custom-category-featured-block a {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 3;
}
/* line 4301, ../scss/_theme.scss */
.custom-category-featured .custom-category-featured-block .custom-category-featured-block-image {
  position: relative;
  overflow: hidden;
  height: 0;
  padding-bottom: 120%;
}
/* line 4307, ../scss/_theme.scss */
.custom-category-featured .custom-category-featured-block .custom-category-featured-block-image img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  object-fit: cover;
  z-index: 2;
}
@media (min-width: 1024px) {
  /* line 4284, ../scss/_theme.scss */
  .custom-category-featured .custom-category-featured-block {
    margin: 0 10px 20px;
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 15%;
        -ms-flex: 1 1 15%;
            flex: 1 1 15%;
    max-width: -webkit-calc((100% - 120px) / 6);
    max-width: calc((100% - 120px) / 6);
  }
}

/* line 4328, ../scss/_theme.scss */
.custom-category-banner {
  margin: 0 0 30px;
  position: relative;
}
/* line 4332, ../scss/_theme.scss */
.custom-category-banner a {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 3;
}
/* line 4341, ../scss/_theme.scss */
.custom-category-banner img {
  display: block;
  width: 100%;
}
/* line 4346, ../scss/_theme.scss */
.custom-category-banner .custom-category-banner-content {
  padding: 15px;
  background: #f4f4f4;
  -webkit-transition: .3s background ease;
  transition: .3s background ease;
}
/* line 4351, ../scss/_theme.scss */
.custom-category-banner .custom-category-banner-content p {
  margin: 0;
  padding: 0;
  font-family: "Open Sans", Verdana, Arial, sans-serif;
  font-weight: 600;
  font-size: 18px;
  line-height: 1.5;
  color: #353222;
  text-align: center;
  -webkit-transition: .3s color ease;
  transition: .3s color ease;
}
/* line 4364, ../scss/_theme.scss */
.custom-category-banner:hover .custom-category-banner-content {
  background: #25282A;
}
/* line 4367, ../scss/_theme.scss */
.custom-category-banner:hover .custom-category-banner-content p {
  color: #FFF;
}

/* line 4373, ../scss/_theme.scss */
.custom-category-grid {
  margin: 10px 0;
}
/* line 4376, ../scss/_theme.scss */
.custom-category-grid .custom-category-grid-block {
  position: relative;
  margin: 15px 0;
}
/* line 4380, ../scss/_theme.scss */
.custom-category-grid .custom-category-grid-block a {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 3;
}
/* line 4389, ../scss/_theme.scss */
.custom-category-grid .custom-category-grid-block .custom-category-grid-block-image {
  margin: 0;
  padding: 0;
}
/* line 4393, ../scss/_theme.scss */
.custom-category-grid .custom-category-grid-block .custom-category-grid-block-image img {
  display: block;
  margin: 0;
  padding: 0;
  width: 100%;
}
/* line 4401, ../scss/_theme.scss */
.custom-category-grid .custom-category-grid-block .custom-category-grid-block-content {
  padding: 15px;
  background: #f4f4f4;
  -webkit-transition: .3s background ease;
  transition: .3s background ease;
}
/* line 4406, ../scss/_theme.scss */
.custom-category-grid .custom-category-grid-block .custom-category-grid-block-content p {
  margin: 0;
  padding: 0;
  font-family: "Open Sans", Verdana, Arial, sans-serif;
  font-weight: 600;
  font-size: 18px;
  line-height: 1.5;
  color: #353222;
  text-align: center;
  -webkit-transition: .3s color ease;
  transition: .3s color ease;
}
/* line 4419, ../scss/_theme.scss */
.custom-category-grid .custom-category-grid-block:hover .custom-category-grid-block-content {
  background: #25282A;
}
/* line 4422, ../scss/_theme.scss */
.custom-category-grid .custom-category-grid-block:hover .custom-category-grid-block-content p {
  color: #FFF;
}
@media (min-width: 767px) {
  /* line 4373, ../scss/_theme.scss */
  .custom-category-grid {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row wrap;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
  }
  /* line 4432, ../scss/_theme.scss */
  .custom-category-grid .custom-category-grid-block {
    margin: 0 10px 0 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-flow: column nowrap;
        -ms-flex-flow: column nowrap;
            flex-flow: column nowrap;
  }
  /* line 4437, ../scss/_theme.scss */
  .custom-category-grid .custom-category-grid-block .custom-category-grid-block-content {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-flow: column nowrap;
        -ms-flex-flow: column nowrap;
            flex-flow: column nowrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  /* line 4445, ../scss/_theme.scss */
  .custom-category-grid-2 .custom-category-grid-block {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 48%;
        -ms-flex: 1 1 48%;
            flex: 1 1 48%;
    max-width: -webkit-calc((100% - 10px) / 2);
    max-width: calc((100% - 10px) / 2);
  }
  /* line 4449, ../scss/_theme.scss */
  .custom-category-grid-2 .custom-category-grid-block:nth-of-type(2n) {
    margin-right: 0;
  }
  /* line 4454, ../scss/_theme.scss */
  .custom-category-grid-3 .custom-category-grid-block {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 30%;
        -ms-flex: 1 1 30%;
            flex: 1 1 30%;
    max-width: -webkit-calc((100% - 20px) / 3);
    max-width: calc((100% - 20px) / 3);
    margin-right: 10px;
  }
  /* line 4459, ../scss/_theme.scss */
  .custom-category-grid-3 .custom-category-grid-block:nth-of-type(3n) {
    margin-right: 0;
  }
  /* line 4464, ../scss/_theme.scss */
  .custom-category-grid-4 .custom-category-grid-block {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 22%;
        -ms-flex: 1 1 22%;
            flex: 1 1 22%;
    max-width: -webkit-calc((100% - 30px) / 4);
    max-width: calc((100% - 30px) / 4);
    margin-right: 10px;
  }
  /* line 4469, ../scss/_theme.scss */
  .custom-category-grid-4 .custom-category-grid-block:nth-of-type(4n) {
    margin-right: 0;
  }
}

/* line 4476, ../scss/_theme.scss */
.custom-category-divider {
  margin: 30px 0;
  border-bottom: 2px solid #fafafa;
}

/* line 4481, ../scss/_theme.scss */
.custom-category-spacer {
  margin: 0 0 30px;
}

/* ============================================ *
 * Catalog - Product
 * ============================================ */
/* line 4491, ../scss/_theme.scss */
.product-view .product-attributes ul li {
  float: left;
  margin-right: 10px;
  font-size: 0;
}
/* line 4496, ../scss/_theme.scss */
.product-view .product-attributes ul li:last-of-type {
  margin-right: 0;
}
/* line 4502, ../scss/_theme.scss */
.product-view .product-essential .delayed-notify-purchasing:before {
  content: "\e94d";
  font-family: "ftn", serif;
  color: #006654;
  float: left;
  margin-right: 10px;
}
/* line 4509, ../scss/_theme.scss */
.product-view .product-essential .delayed-notify-purchasing {
  cursor: pointer;
}
/* line 4512, ../scss/_theme.scss */
.product-view .product-essential .delayed-notify-purchasing:hover {
  color: #006654;
}
/* line 4515, ../scss/_theme.scss */
.product-view .product-essential .tooltip-content {
  position: absolute;
  border-radius: 4px;
  border: 1px solid #006654;
  background: #e9f5d5;
  padding: 10px;
}
/* line 4522, ../scss/_theme.scss */
.product-view .product-essential .extra-info {
  background: none;
  float: left;
  max-width: 50% !important;
  margin: 0;
  padding: 0;
  color: #353222;
}
/* line 4530, ../scss/_theme.scss */
.product-view .product-essential .extra-info .ratings {
  margin-bottom: 8px;
}
/* line 4533, ../scss/_theme.scss */
.product-view .product-essential .extra-info .ratings .rating-box {
  margin-top: 8px;
  margin-right: 10px;
}
/* line 4537, ../scss/_theme.scss */
.product-view .product-essential .extra-info .ratings .rating-box,
.product-view .product-essential .extra-info .ratings .amount {
  float: left;
}
/* line 4542, ../scss/_theme.scss */
.product-view .product-essential .extra-info .ratings:after {
  content: "";
  display: table;
  clear: both;
}
/* line 4547, ../scss/_theme.scss */
.product-view .product-essential .extra-info .separator-extra {
  color: #DDE2E3;
}
/* line 4552, ../scss/_theme.scss */
.product-view .product-essential:after {
  content: "";
  display: table;
  clear: both;
}
/* line 4557, ../scss/_theme.scss */
.product-view .product-shop {
  width: 50%;
  float: right;
  background: none !important;
}
/* line 4562, ../scss/_theme.scss */
.product-view .product-shop .product-name {
  float: left;
}
/* line 4565, ../scss/_theme.scss */
.product-view .product-shop .product-name .h1 {
  float: left;
  margin-bottom: 0;
  margin-top: 0;
  padding-bottom: 0;
  color: #353222 !important;
}
/* line 4573, ../scss/_theme.scss */
.product-view .product-shop .top-attributes {
  margin-bottom: 0;
}
/* line 4576, ../scss/_theme.scss */
.product-view .product-shop .details-info {
  clear: both;
  position: relative;
  float: left;
  width: 100%;
  padding-top: 5px;
  margin-bottom: 10px;
  border-top: 1px solid #DDE2E3;
  border-bottom: 1px solid #DDE2E3;
}
/* line 4586, ../scss/_theme.scss */
.product-view .product-shop .price-info {
  float: right;
  width: 50%;
  margin: 0 0 10px 0;
  padding: 0;
}
/* line 4592, ../scss/_theme.scss */
.product-view .product-shop .price-box {
  margin-top: 0;
}
/* line 4595, ../scss/_theme.scss */
.product-view .product-shop .price-box .old-price,
.product-view .product-shop .price-box .special-price,
.product-view .product-shop .price-box .regular-price {
  padding-right: 0;
  line-height: 1.2;
}
/* line 4601, ../scss/_theme.scss */
.product-view .product-shop .price-box .regular-price .price,
.product-view .product-shop .price-box .special-price .price,
.product-view .product-shop .price-box .full-product-price .price {
  font-size: 28px;
}
/* line 4606, ../scss/_theme.scss */
.product-view .product-shop .price-box .configurable-price-from {
  color: #555;
  font-family: "Open Sans", Verdana, Arial, sans-serif;
  font-size: 13px;
}
/* line 4611, ../scss/_theme.scss */
.product-view .product-shop .price-box .old-price .price-label {
  display: none;
}
/* line 4614, ../scss/_theme.scss */
.product-view .product-shop .price-box .full-product-price .price {
  color: #353222;
  font-size: 40px;
  font-weight: normal;
}
/* line 4620, ../scss/_theme.scss */
.product-view .product-shop .price-box .special-price .price-label {
  font-size: 16px;
}
/* line 4623, ../scss/_theme.scss */
.product-view .product-shop .price-box .special-price span.weee {
  color: #DDE2E3;
}
/* line 4626, ../scss/_theme.scss */
.product-view .product-shop .price-box .special-price span.weee span.price {
  font-size: 16px;
}
/* line 4631, ../scss/_theme.scss */
.product-view .product-shop .price-box .price-excluding-tax,
.product-view .product-shop .price-box .price-including-tax {
  display: block;
  line-height: 1.2;
  color: #636363;
}
/* line 4637, ../scss/_theme.scss */
.product-view .product-shop .price-box .price-excluding-tax .label,
.product-view .product-shop .price-box .price-including-tax .label {
  font-size: 16px;
  font-weight: 300;
}
/* line 4641, ../scss/_theme.scss */
.product-view .product-shop .price-box .price-excluding-tax .price,
.product-view .product-shop .price-box .price-including-tax .price {
  font-size: 20px;
}
/* line 4646, ../scss/_theme.scss */
.product-view .product-shop .price-box.map-info a {
  display: inherit;
}
/* line 4649, ../scss/_theme.scss */
.product-view .product-shop .availability,
.product-view .product-shop .availability-only {
  font-size: 14px;
  float: right;
  line-height: 16px;
}
/* line 4655, ../scss/_theme.scss */
.product-view .product-shop .availability-only {
  border-left: 1px solid #DDE2E3;
  padding: 0 0 0 5px;
  margin-left: 5px;
}
/* line 4660, ../scss/_theme.scss */
.product-view .product-shop .availability-in-stock {
  float: left;
  color: #353222;
  margin: 10px 0;
  clear: left;
}
/* line 4666, ../scss/_theme.scss */
.product-view .product-shop .over-stock-info {
  float: left;
  text-transform: lowercase;
  margin-top: 10px;
}
/* line 4671, ../scss/_theme.scss */
.product-view .product-shop .over-stock-info span.value {
  color: #e75c70;
}
/* line 4675, ../scss/_theme.scss */
.product-view .product-shop .in-bag {
  float: left;
  text-transform: lowercase;
  color: #006654;
}
/* line 4681, ../scss/_theme.scss */
.product-view .add-to-cart-wrapper,
.product-view .block-related {
  width: 50%;
  float: right;
  clear: right;
}

/* line 4690, ../scss/_theme.scss */
.price-box .minimal-price-link {
  padding-left: 0;
}
/* line 4693, ../scss/_theme.scss */
.price-box .minimal-price-link .label {
  padding: .2em .6em .3em 0;
}
/* line 4697, ../scss/_theme.scss */
.price-box .label {
  padding: .2em .6em .3em 0;
}

/* line 4702, ../scss/_theme.scss */
.product-image-gallery {
  position: relative;
}
/* line 4705, ../scss/_theme.scss */
.product-image-gallery .gallery-image {
  display: none;
}
/* line 4708, ../scss/_theme.scss */
.product-image-gallery .gallery-image.visible {
  display: block;
}
/* line 4711, ../scss/_theme.scss */
.product-image-gallery .gallery-image.visible.hidden {
  visibility: hidden;
}

/* line 4716, ../scss/_theme.scss */
.product-image-gallery:before,
.product-image-gallery:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: none;
}

/* line 4727, ../scss/_theme.scss */
.product-image-gallery:before {
  background-color: white;
  opacity: 0.8;
  z-index: 2;
}

/* line 4733, ../scss/_theme.scss */
.product-image-gallery:after {
  background-image: url("https://m.faithful-to-nature.co.za/skin/frontend/rwd/ftn/images/opc-ajax-loader.gif");
  background-repeat: no-repeat;
  background-position: center;
  z-index: 3;
}

/* line 4740, ../scss/_theme.scss */
.product-image-gallery.loading {
  position: relative;
}

/* line 4744, ../scss/_theme.scss */
.product-image-gallery.loading:before,
.product-image-gallery.loading:after {
  display: block;
}

/* line 4750, ../scss/_theme.scss */
.product-image-thumbs li {
  display: inline-block;
}
/* line 4753, ../scss/_theme.scss */
.product-image-thumbs li:first-child {
  margin-left: -1px;
}
/* line 4756, ../scss/_theme.scss */
.product-image-thumbs a {
  display: inline-block;
  border: 1px solid transparent;
}
/* line 4760, ../scss/_theme.scss */
.product-image-thumbs a:hover {
  border-color: #DDE2E3;
}

/* line 4765, ../scss/_theme.scss */
.product-view .responsive-video {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}
/* line 4772, ../scss/_theme.scss */
.product-view .responsive-video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/******************************
  PDP
******************************/
@media not all and (min-width: 768px) {
  /* line 4787, ../scss/_theme.scss */
  .catalog-product-view .sidebar .pay-box,
  .catalog-product-view .sidebar .help-box {
    float: left;
    width: 100%;
    padding: 0 10px;
  }
}
@media (min-width: 768px) and (max-width: 770px) {
  /* line 4800, ../scss/_theme.scss */
  .catalog-product-view .sidebar .pay-box,
  .catalog-product-view .sidebar .help-box {
    width: 50%;
  }
  /* line 4804, ../scss/_theme.scss */
  .catalog-product-view .sidebar .pay-box {
    padding-left: 10px;
  }
}
/* line 4811, ../scss/_theme.scss */
.zoomWindowContainer {
  width: auto !important;
}

/* line 4815, ../scss/_theme.scss */
.brand-short-desc {
  float: left;
  width: 100%;
}

/* line 4820, ../scss/_theme.scss */
.s_description img {
  max-width: 100%;
}

/* line 4824, ../scss/_theme.scss */
.short_des, .add-to-box {
  clear: both;
}

/* line 4828, ../scss/_theme.scss */
.box1 {
  /* Opera */
  text-overflow: ellipsis;
  /* IE, Safari (WebKit) */
  overflow: hidden;
  /* don't show excess chars */
  white-space: nowrap;
  /* force single line */
  width: 100%;
}

/* line 4836, ../scss/_theme.scss */
.catalog-product-view,
.review-product-list {
  /* Stock Alert */
  /* Tabs */
}
/* line 4839, ../scss/_theme.scss */
.catalog-product-view .product-img-box .product-image,
.review-product-list .product-img-box .product-image {
  border: 0 none;
  margin: 0 auto;
}
/* line 4843, ../scss/_theme.scss */
.catalog-product-view .product-img-box .more-views,
.review-product-list .product-img-box .more-views {
  margin-top: 25px;
}
/* line 4846, ../scss/_theme.scss */
.catalog-product-view .product-img-box .more-views h2,
.review-product-list .product-img-box .more-views h2 {
  display: none;
}
/* line 4849, ../scss/_theme.scss */
.catalog-product-view .product-img-box .more-views img,
.review-product-list .product-img-box .more-views img {
  padding: 4px;
}
/* line 4854, ../scss/_theme.scss */
.catalog-product-view .product-shop,
.catalog-product-view .add-to-cart-wrapper,
.catalog-product-view .block-related,
.review-product-list .product-shop,
.review-product-list .add-to-cart-wrapper,
.review-product-list .block-related {
  padding-left: 15px;
}
/* line 4859, ../scss/_theme.scss */
.catalog-product-view .product-shop,
.review-product-list .product-shop {
  margin-bottom: 0;
  position: relative;
}
/* line 4863, ../scss/_theme.scss */
.catalog-product-view .product-img-box,
.catalog-product-view .product-collateral,
.catalog-product-view .block-related,
.catalog-product-view .box-collateral,
.review-product-list .product-img-box,
.review-product-list .product-collateral,
.review-product-list .block-related,
.review-product-list .box-collateral {
  margin-bottom: 15px;
}
/* line 4869, ../scss/_theme.scss */
.catalog-product-view .short-description,
.review-product-list .short-description {
  float: left;
  margin: 0 0 15px;
  padding: 0 0 10px 0;
  width: 100%;
  color: #555555;
  font-size: 15px;
  font-family: "Open Sans", Verdana, Arial, sans-serif;
  min-height: 85px;
  clear: both;
  border-bottom: 1px solid #DDE2E3;
  transition: color 300ms ease-in-out, background-color 300ms ease-in-out;
  -moz-transition: color 300ms ease-in-out, background-color 300ms ease-in-out;
  -webkit-transition: color 300ms ease-in-out, background-color 300ms ease-in-out;
  -o-transition: color 300ms ease-in-out, background-color 300ms ease-in-out;
}
/* line 4887, ../scss/_theme.scss */
.catalog-product-view .readmore,
.review-product-list .readmore {
  float: right;
  text-align: center;
  height: 30px;
  border-bottom: 1px solid #DDE2E3;
  margin-bottom: 10px;
}
/* line 4894, ../scss/_theme.scss */
.catalog-product-view .readmore a,
.review-product-list .readmore a {
  color: #146B87;
  font-family: "Open Sans", Verdana, Arial, sans-serif;
  font-weight: 600;
}
/* line 4900, ../scss/_theme.scss */
.catalog-product-view .readmore:hover a,
.review-product-list .readmore:hover a {
  color: #006654;
}
/* line 4905, ../scss/_theme.scss */
.catalog-product-view .product-alerts,
.review-product-list .product-alerts {
  clear: both;
  width: 100%;
  margin: 15px 0;
  padding: 0;
  text-align: left !important;
}
/* line 4912, ../scss/_theme.scss */
.catalog-product-view .product-alerts p,
.review-product-list .product-alerts p {
  margin: 0;
  text-align: left;
}
/* line 4916, ../scss/_theme.scss */
.catalog-product-view .product-alerts a,
.review-product-list .product-alerts a {
  float: left;
  margin-bottom: 10px;
  color: #e75c70;
}
/* line 4921, ../scss/_theme.scss */
.catalog-product-view .product-alerts a:hover,
.review-product-list .product-alerts a:hover {
  color: #146B87;
}
/* line 4924, ../scss/_theme.scss */
.catalog-product-view .product-alerts a:before,
.review-product-list .product-alerts a:before {
  content: "";
  background: url(https://m.faithful-to-nature.co.za/skin/frontend/rwd/ftn/images/alert-icon.png) 0 0 no-repeat;
  width: 25px;
  height: 20px;
  margin-right: 10px;
  float: left;
  color: #e75c70;
}
/* line 4936, ../scss/_theme.scss */
.catalog-product-view .rewardpointsbehavior-checkout-action a,
.review-product-list .rewardpointsbehavior-checkout-action a {
  margin-right: 5px;
}
/* line 4939, ../scss/_theme.scss */
.catalog-product-view .rewardpointsbehavior-checkout-action a:before,
.review-product-list .rewardpointsbehavior-checkout-action a:before {
  content: "";
  display: none;
}
/* line 4944, ../scss/_theme.scss */
.catalog-product-view .rewardpointsbehavior-checkout-action label,
.review-product-list .rewardpointsbehavior-checkout-action label {
  line-height: 29px;
  margin-bottom: 0;
}
/* line 4951, ../scss/_theme.scss */
.catalog-product-view .product-collateral .block-title,
.review-product-list .product-collateral .block-title {
  position: relative;
  color: #353222;
  font-family: "Open Sans", Verdana, Arial, sans-serif;
  font-weight: 600;
  font-size: 18px;
  margin-bottom: 0;
}
/* line 4959, ../scss/_theme.scss */
.catalog-product-view .product-collateral #block-product-reviews,
.review-product-list .product-collateral #block-product-reviews {
  display: none;
}
/* line 4962, ../scss/_theme.scss */
.catalog-product-view .product-collateral dl,
.review-product-list .product-collateral dl {
  margin-bottom: 0;
}
/* line 4965, ../scss/_theme.scss */
.catalog-product-view .product-collateral dl dt.block-reviews,
.catalog-product-view .product-collateral dl dd.block-content-reviews,
.catalog-product-view .product-collateral dl dt.block-related_products,
.catalog-product-view .product-collateral dl dd.block-content-related_products,
.catalog-product-view .product-collateral dl dt.block-description,
.catalog-product-view .product-collateral dl dd.block-content-description,
.review-product-list .product-collateral dl dt.block-reviews,
.review-product-list .product-collateral dl dd.block-content-reviews,
.review-product-list .product-collateral dl dt.block-related_products,
.review-product-list .product-collateral dl dd.block-content-related_products,
.review-product-list .product-collateral dl dt.block-description,
.review-product-list .product-collateral dl dd.block-content-description {
  display: block;
  font-weight: bold;
  margin: 10px;
  border: none;
}
/* line 4977, ../scss/_theme.scss */
.catalog-product-view .product-collateral dl dd.block-content-description,
.review-product-list .product-collateral dl dd.block-content-description {
  font-weight: normal;
}
/* line 4980, ../scss/_theme.scss */
.catalog-product-view .product-collateral dl > dd,
.review-product-list .product-collateral dl > dd {
  border: 0 none;
  padding: 10px 0 !important;
}
/* line 4984, ../scss/_theme.scss */
.catalog-product-view .product-collateral dl > dd.block-content-reviews,
.review-product-list .product-collateral dl > dd.block-content-reviews {
  clear: both;
  margin-bottom: 0;
}
/* line 4988, ../scss/_theme.scss */
.catalog-product-view .product-collateral dl > dd.block-content-reviews .ratings,
.review-product-list .product-collateral dl > dd.block-content-reviews .ratings {
  margin: 0;
}
/* line 4993, ../scss/_theme.scss */
.catalog-product-view .product-collateral dl .tab-content,
.review-product-list .product-collateral dl .tab-content {
  margin: 10px 0 0;
}
/* line 4997, ../scss/_theme.scss */
.catalog-product-view .product-collateral dd.block-content-related_products,
.review-product-list .product-collateral dd.block-content-related_products {
  padding-bottom: 25px !important;
  margin-bottom: 0;
}
/* line 5001, ../scss/_theme.scss */
.catalog-product-view .product-collateral .block-title,
.review-product-list .product-collateral .block-title {
  border: 0 none;
  width: 100%;
  font-size: 25px;
  margin: 30px 10px 30px 0;
  padding: 10px 0 10px 10px;
  background-color: #f4f4f4;
}
@media only screen and (max-width: 767px) {
  /* line 5001, ../scss/_theme.scss */
  .catalog-product-view .product-collateral .block-title,
  .review-product-list .product-collateral .block-title {
    border: 0 none;
  }
}
/* line 5018, ../scss/_theme.scss */
.catalog-product-view .product-collateral .block-title.active,
.review-product-list .product-collateral .block-title.active {
  background-color: #DDE2E3;
}
/* line 5021, ../scss/_theme.scss */
.catalog-product-view .product-collateral .block-content-reviews,
.review-product-list .product-collateral .block-content-reviews {
  border: 0 none;
  padding: 0;
}
/* line 5026, ../scss/_theme.scss */
.catalog-product-view .sharing-tools-block,
.review-product-list .sharing-tools-block {
  clear: both;
  float: left;
  margin: 10px 0;
  display: none;
}
/* line 5032, ../scss/_theme.scss */
.catalog-product-view .sharing-tools-block .sharing-title,
.review-product-list .sharing-tools-block .sharing-title {
  display: none;
}
/* line 5036, ../scss/_theme.scss */
.catalog-product-view .box-tags,
.review-product-list .box-tags {
  display: none;
}
/* line 5039, ../scss/_theme.scss */
.catalog-product-view .add-to-box:after,
.catalog-product-view .add-to-cart:after,
.review-product-list .add-to-box:after,
.review-product-list .add-to-cart:after {
  content: "";
  display: table;
  clear: both;
}
/* line 5045, ../scss/_theme.scss */
.catalog-product-view .add-to-cart,
.review-product-list .add-to-cart {
  margin-bottom: 5px !important;
  border-bottom: 0 none !important;
}
/* line 5050, ../scss/_theme.scss */
.catalog-product-view .add-to-cart .add-to-cart-buttons .button,
.review-product-list .add-to-cart .add-to-cart-buttons .button {
  margin-bottom: 0;
}
/* line 5054, ../scss/_theme.scss */
.catalog-product-view .add-to-cart .price-box,
.review-product-list .add-to-cart .price-box {
  margin-bottom: 10px;
}
/* line 5057, ../scss/_theme.scss */
.catalog-product-view .add-to-cart .product-options-bottom .price-box,
.review-product-list .add-to-cart .product-options-bottom .price-box {
  min-height: 34px;
}
/* line 5060, ../scss/_theme.scss */
.catalog-product-view .add-to-cart .qty-wrapper,
.review-product-list .add-to-cart .qty-wrapper {
  display: block !important;
}
/* line 5063, ../scss/_theme.scss */
.catalog-product-view .add-to-cart .qty-wrapper select,
.review-product-list .add-to-cart .qty-wrapper select {
  width: 56px;
  height: 40px;
  padding: 5px;
  color: #999;
  font-size: 17px;
}
/* line 5070, ../scss/_theme.scss */
.catalog-product-view .add-to-cart .qty-wrapper select option,
.review-product-list .add-to-cart .qty-wrapper select option {
  padding: 5px;
}
/* line 5074, ../scss/_theme.scss */
.catalog-product-view .add-to-cart .qty-wrapper label,
.review-product-list .add-to-cart .qty-wrapper label {
  float: left;
  line-height: 34px;
  color: #555555;
  margin-bottom: 0;
}
/* line 5080, ../scss/_theme.scss */
.catalog-product-view .add-to-cart .qty-wrapper .qty,
.review-product-list .add-to-cart .qty-wrapper .qty {
  float: left;
  height: 34px;
  text-align: left;
  color: #353222;
}
/* line 5088, ../scss/_theme.scss */
.catalog-product-view .add-to-cart-buttons,
.review-product-list .add-to-cart-buttons {
  clear: both;
  width: 100%;
  margin-right: 0;
}
/* line 5093, ../scss/_theme.scss */
.catalog-product-view .add-to-cart-buttons .button,
.review-product-list .add-to-cart-buttons .button {
  width: 100%;
}
/* line 5097, ../scss/_theme.scss */
.catalog-product-view button.out-of-stock,
.review-product-list button.out-of-stock {
  width: 100%;
  text-transform: capitalize;
  margin-bottom: 10px;
  background-color: #e4e4e4;
  height: 40px;
}
/* line 5104, ../scss/_theme.scss */
.catalog-product-view button.out-of-stock span span,
.review-product-list button.out-of-stock span span {
  color: #999;
}
/* line 5107, ../scss/_theme.scss */
.catalog-product-view button.out-of-stock:hover,
.review-product-list button.out-of-stock:hover {
  cursor: default;
}
/* line 5111, ../scss/_theme.scss */
.catalog-product-view .add-to-links,
.review-product-list .add-to-links {
  margin: 0;
  float: left;
  width: 100%;
}
/* line 5116, ../scss/_theme.scss */
.catalog-product-view .add-to-links:after,
.review-product-list .add-to-links:after {
  content: "";
  display: table;
  clear: both;
}
/* line 5121, ../scss/_theme.scss */
.catalog-product-view .add-to-links li,
.review-product-list .add-to-links li {
  float: left;
  width: 50%;
}
/* line 5125, ../scss/_theme.scss */
.catalog-product-view .add-to-links li:first-child a,
.review-product-list .add-to-links li:first-child a {
  margin-left: 0 !important;
}
/* line 5128, ../scss/_theme.scss */
.catalog-product-view .add-to-links li .adjgiftreg_add_to,
.review-product-list .add-to-links li .adjgiftreg_add_to {
  border-right: 0 !important;
  width: -webkit-calc((100%) - 7px);
  width: calc((100%) - 7px);
}
/* line 5133, ../scss/_theme.scss */
.catalog-product-view .add-to-links a,
.review-product-list .add-to-links a {
  border-radius: 0;
  padding: 10px 7px 0 0 !important;
  margin-left: 7px !important;
  color: #FFF;
  width: 100%;
  text-transform: uppercase;
  text-align: center;
  min-height: 40px;
}
/* line 5144, ../scss/_theme.scss */
.catalog-product-view .product-alerts p,
.review-product-list .product-alerts p {
  text-align: right;
}
/* line 5147, ../scss/_theme.scss */
.catalog-product-view .alert-price,
.catalog-product-view .alert-stock,
.review-product-list .alert-price,
.review-product-list .alert-stock {
  clear: both;
}
/* line 5151, ../scss/_theme.scss */
.catalog-product-view .attr-icons-view,
.review-product-list .attr-icons-view {
  display: inline-block;
  width: 100%;
  margin-top: 5px;
}
/* line 5156, ../scss/_theme.scss */
.catalog-product-view .attr-icons-view span,
.review-product-list .attr-icons-view span {
  float: left;
}
/* line 5160, ../scss/_theme.scss */
.catalog-product-view .sharing-links,
.review-product-list .sharing-links {
  float: left;
}
/* line 5163, ../scss/_theme.scss */
.catalog-product-view .sharing-links li,
.review-product-list .sharing-links li {
  float: left;
  padding: 0 4px 4px;
}
/* line 5167, ../scss/_theme.scss */
.catalog-product-view .sharing-links li a,
.review-product-list .sharing-links li a {
  text-indent: -9999px;
  display: block;
  width: 28px;
  height: 28px;
}
/* line 5173, ../scss/_theme.scss */
.catalog-product-view .sharing-links li a.icons-share,
.review-product-list .sharing-links li a.icons-share {
  background: url("https://m.faithful-to-nature.co.za/skin/frontend/rwd/ftn/images/sprite-social-icons.png") 0 0 no-repeat;
}
/* line 5176, ../scss/_theme.scss */
.catalog-product-view .sharing-links li a.share-on-twitter,
.review-product-list .sharing-links li a.share-on-twitter {
  background-position: 0 -64px;
  margin-top: -1px;
}
/* line 5180, ../scss/_theme.scss */
.catalog-product-view .sharing-links li a.share-on-pinterest,
.review-product-list .sharing-links li a.share-on-pinterest {
  background: none !important;
}
/* line 5183, ../scss/_theme.scss */
.catalog-product-view .sharing-links li a.link-wishlist,
.review-product-list .sharing-links li a.link-wishlist {
  background-position: 0 -225px;
}
/* line 5186, ../scss/_theme.scss */
.catalog-product-view .sharing-links li a.link-compare,
.review-product-list .sharing-links li a.link-compare {
  background-position: 0 -250px;
}
/* line 5189, ../scss/_theme.scss */
.catalog-product-view .sharing-links li a.link-email-friend,
.review-product-list .sharing-links li a.link-email-friend {
  background-position: 0 -322px;
  margin-top: 2px;
}
/* line 5193, ../scss/_theme.scss */
.catalog-product-view .sharing-links li a.link-facebook,
.review-product-list .sharing-links li a.link-facebook {
  background-position: 0 -425px;
}
/* line 5196, ../scss/_theme.scss */
.catalog-product-view .sharing-links li a.link-twitter,
.review-product-list .sharing-links li a.link-twitter {
  background-position: 0 -372px;
}
/* line 5200, ../scss/_theme.scss */
.catalog-product-view .sharing-links li a:hover,
.review-product-list .sharing-links li a:hover {
  opacity: 0.8;
}
/* line 5206, ../scss/_theme.scss */
.catalog-product-view .sharing-links:after,
.review-product-list .sharing-links:after {
  content: "";
  display: table;
  clear: both;
}
/* line 5212, ../scss/_theme.scss */
.catalog-product-view .product-disclaimer,
.review-product-list .product-disclaimer {
  clear: both;
  width: 100%;
  background: #e9f5d5;
  border-radius: 15px;
  border: 1px solid #006654;
  padding: 10px;
  margin: 0 0 20px 0;
  float: left;
}
/* line 5222, ../scss/_theme.scss */
.catalog-product-view .product-disclaimer h3,
.review-product-list .product-disclaimer h3 {
  color: #ec3333;
  font-family: "Open Sans", Verdana, Arial, sans-serif;
  font-size: 14px;
  margin: 0 5px 0 0;
  float: left;
}
/* line 5229, ../scss/_theme.scss */
.catalog-product-view .product-disclaimer p,
.review-product-list .product-disclaimer p {
  font-style: italic;
  font-size: 12px;
}
/* line 5234, ../scss/_theme.scss */
.catalog-product-view .block-reviews-summary,
.review-product-list .block-reviews-summary {
  float: left;
  width: 100%;
  margin-bottom: 10px;
}
/* line 5239, ../scss/_theme.scss */
.catalog-product-view .block-reviews-summary .ratings-product-details,
.review-product-list .block-reviews-summary .ratings-product-details {
  width: 100%;
}
/* line 5242, ../scss/_theme.scss */
.catalog-product-view .block-reviews-summary .rating-box,
.review-product-list .block-reviews-summary .rating-box {
  width: 97px !important;
  background: url("https://m.faithful-to-nature.co.za/skin/frontend/rwd/ftn/images/yellowrating-large.png") no-repeat 0 -20px !important;
  height: 20px !important;
}
/* line 5247, ../scss/_theme.scss */
.catalog-product-view .block-reviews-summary .rating-box .rating,
.review-product-list .block-reviews-summary .rating-box .rating {
  background: url("https://m.faithful-to-nature.co.za/skin/frontend/rwd/ftn/images/yellowrating-large.png") no-repeat 0 -20px !important;
  height: 20px !important;
  background-position: 0 0 !important;
}
/* line 5253, ../scss/_theme.scss */
.catalog-product-view .block-reviews-summary .ratings,
.review-product-list .block-reviews-summary .ratings {
  width: 33% !important;
}
/* line 5256, ../scss/_theme.scss */
.catalog-product-view .block-reviews-summary .ratings span,
.review-product-list .block-reviews-summary .ratings span {
  color: #353222;
  font-size: 18px;
  font-weight: bold;
  padding: 0 15px 0 0;
}
/* line 5262, ../scss/_theme.scss */
.catalog-product-view .block-reviews-summary .ratings .rating-box,
.catalog-product-view .block-reviews-summary .ratings .ratings-table .rating-box,
.review-product-list .block-reviews-summary .ratings .rating-box,
.review-product-list .block-reviews-summary .ratings .ratings-table .rating-box {
  width: 70px;
  background: url("https://m.faithful-to-nature.co.za/skin/frontend/rwd/ftn/images/yellowrating-small.png") no-repeat 0 -14px;
}
/* line 5267, ../scss/_theme.scss */
.catalog-product-view .block-reviews-summary .ratings .rating-box .rating,
.catalog-product-view .block-reviews-summary .ratings .ratings-table .rating-box .rating,
.review-product-list .block-reviews-summary .ratings .rating-box .rating,
.review-product-list .block-reviews-summary .ratings .ratings-table .rating-box .rating {
  background: url("https://m.faithful-to-nature.co.za/skin/frontend/rwd/ftn/images/yellowrating-small.png") no-repeat 0 0;
}
/* line 5272, ../scss/_theme.scss */
.catalog-product-view .block-reviews-summary .overall-score,
.review-product-list .block-reviews-summary .overall-score {
  float: left;
  width: 33%;
  color: #555555;
  padding-top: 0;
}
/* line 5278, ../scss/_theme.scss */
.catalog-product-view .block-reviews-summary .block-review-new,
.review-product-list .block-reviews-summary .block-review-new {
  float: right;
  width: auto;
  height: auto;
}
/* line 5283, ../scss/_theme.scss */
.catalog-product-view .block-reviews-summary .block-review-new a,
.review-product-list .block-reviews-summary .block-review-new a {
  display: block;
  float: left;
  font-size: 16px;
  font-family: "Open Sans", Verdana, Arial, sans-serif;
  padding-left: 25px;
}

/* Recently Viewed Products */
/* line 5296, ../scss/_theme.scss */
.block-viewed .block-title {
  border-bottom: 1px solid #ccc !important;
  border-top: 0 none;
  margin: 0 0 20px;
  padding: 0 0 5px;
  float: left;
  width: 100%;
}
/* line 5304, ../scss/_theme.scss */
.block-viewed .block-title strong {
  color: #555;
  text-transform: capitalize;
  font-family: "Open Sans", Verdana, Arial, sans-serif;
  font-weight: 600;
  font-size: 18px;
}
/* line 5313, ../scss/_theme.scss */
.block-viewed .block-content li.item {
  text-align: center;
  padding: 10px;
  position: relative;
  border: 1px solid #DDE2E3;
}
/* line 5319, ../scss/_theme.scss */
.block-viewed .block-content li.item .product-image {
  border: none;
  float: none;
}
/* line 5323, ../scss/_theme.scss */
.block-viewed .block-content li.item .product-image::before {
  background: none;
  opacity: 1;
}
/* line 5328, ../scss/_theme.scss */
.block-viewed .block-content li.item .product-image img {
  max-width: 125px;
  max-height: 125px;
  margin: 0 auto;
}
@media (max-width: 767px) {
  /* line 5328, ../scss/_theme.scss */
  .block-viewed .block-content li.item .product-image img {
    max-width: 100%;
  }
}
/* line 5339, ../scss/_theme.scss */
.block-viewed .block-content li.item .price-box label,
.block-viewed .block-content li.item .price-box .configurable-price-from {
  color: #ec3333;
  font-family: "Open Sans", Verdana, Arial, sans-serif;
  font-size: 12px;
  text-transform: uppercase;
}
/* line 5346, ../scss/_theme.scss */
.block-viewed .block-content li.item .price-box .price {
  color: #353222;
}
/* line 5349, ../scss/_theme.scss */
.block-viewed .block-content li.item .price-box .old-price .price {
  color: #555555;
}
/* line 5352, ../scss/_theme.scss */
.block-viewed .block-content li.item .price-box .regular-price .price {
  color: #353222;
}
/* line 5355, ../scss/_theme.scss */
.block-viewed .block-content li.item .price-box .special-price {
  padding-left: 0;
}
/* line 5358, ../scss/_theme.scss */
.block-viewed .block-content li.item .price-box .special-price::before {
  content: "|";
  color: #555555;
  vertical-align: top;
}
/* line 5365, ../scss/_theme.scss */
.block-viewed .block-content li.item .product-name {
  font-size: 16px;
  font-family: "Open Sans", Verdana, Arial, sans-serif;
  font-weight: 600;
  text-transform: none;
  text-align: center;
  padding: 0 5px;
}
/* line 5373, ../scss/_theme.scss */
.block-viewed .block-content li.item .product-details {
  clear: both;
  margin: 0;
}

/* line 5384, ../scss/_theme.scss */
.wishlist-index-configure .add-to-links li a {
  background: #353222;
}
/* line 5387, ../scss/_theme.scss */
.wishlist-index-configure .add-to-links li a:hover {
  background: #006654;
}
/* line 5390, ../scss/_theme.scss */
.wishlist-index-configure .add-to-links li a:active {
  background: #DDE2E3;
}
/* line 5395, ../scss/_theme.scss */
.wishlist-index-configure #divforcomparing0 {
  display: none;
}

/* line 5401, ../scss/_theme.scss */
.review-product-list .buttons-set {
  border-top: 0 none;
}
/* line 5404, ../scss/_theme.scss */
.review-product-list #block-product-reviews {
  font-size: 20px;
  color: #353222;
  font-family: "Open Sans", Verdana, Arial, sans-serif;
  font-weight: 600;
}

/* Email Share */
/* line 5414, ../scss/_theme.scss */
.sendfriend-product-send h1 {
  border: 0 none;
  text-align: center;
}
/* line 5418, ../scss/_theme.scss */
.sendfriend-product-send h2 {
  color: #353222 !important;
  font-size: 18px !important;
}
/* line 5423, ../scss/_theme.scss */
.sendfriend-product-send .send-friend .fieldset {
  border: 1px solid #DDE2E3;
  padding: 15px;
  border-radius: 3px;
  width: 50%;
  margin: 0 auto;
  box-shadow: 0 0 11px #eee;
}
@media (min-width: 320px) and (max-width: 768px) {
  /* line 5423, ../scss/_theme.scss */
  .sendfriend-product-send .send-friend .fieldset {
    width: 90%;
  }
}
/* line 5435, ../scss/_theme.scss */
.sendfriend-product-send .send-friend .fieldset .form-list {
  border: 0 none !important;
  padding: 0 !important;
  margin: 0;
}
/* line 5440, ../scss/_theme.scss */
.sendfriend-product-send .send-friend .fieldset .form-list input,
.sendfriend-product-send .send-friend .fieldset .form-list textarea {
  width: 100%;
  max-width: 100% !important;
}
/* line 5446, ../scss/_theme.scss */
.sendfriend-product-send .send-friend .fieldset .form-list .field,
.sendfriend-product-send .send-friend .fieldset .form-list .wide {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
/* line 5453, ../scss/_theme.scss */
.sendfriend-product-send .send-friend .fieldset + .fieldset {
  margin-top: 15px;
}
/* line 5456, ../scss/_theme.scss */
.sendfriend-product-send .send-friend .buttons-set {
  border-top: 0 none;
  width: 50%;
  margin: 0 auto;
}
@media (min-width: 320px) and (max-width: 768px) {
  /* line 5456, ../scss/_theme.scss */
  .sendfriend-product-send .send-friend .buttons-set {
    width: 90%;
  }
}
/* line 5465, ../scss/_theme.scss */
.sendfriend-product-send .send-friend .buttons-set button {
  font-size: 15px;
  min-width: 180px;
}
/* line 5469, ../scss/_theme.scss */
.sendfriend-product-send .send-friend .buttons-set button:hover {
  background: #353222;
}
/* line 5473, ../scss/_theme.scss */
.sendfriend-product-send .send-friend .buttons-set #add_recipient_button button {
  background: #353222;
}
/* line 5475, ../scss/_theme.scss */
.sendfriend-product-send .send-friend .buttons-set #add_recipient_button button:hover {
  background: #006654;
}

@media only screen and (max-width: 479px) {
  /* line 5487, ../scss/_theme.scss */
  .product-view .product-shop .price-box .price-excluding-tax,
  .product-view .product-shop .price-box .price-including-tax {
    margin-bottom: 5px;
  }
  /* line 5491, ../scss/_theme.scss */
  .product-view .product-shop .price-box .price-excluding-tax span,
  .product-view .product-shop .price-box .price-including-tax span {
    display: block;
  }

  /* line 5499, ../scss/_theme.scss */
  .product-img-box .product-image img {
    max-height: 450px;
  }

  /* line 5503, ../scss/_theme.scss */
  .special-price {
    padding-left: 0 !important;
  }
}
@media only screen and (max-width: 767px) {
  /* line 5509, ../scss/_theme.scss */
  .add-to-cart-wrapper {
    float: none;
    width: 100%;
    clear: both;
  }

  /* line 5518, ../scss/_theme.scss */
  .product-shop .price-box .price-excluding-tax .label,
  .product-shop .price-box .price-including-tax .label {
    font-size: 16px;
  }
  /* line 5521, ../scss/_theme.scss */
  .product-shop .price-box .price-excluding-tax .price,
  .product-shop .price-box .price-including-tax .price {
    font-size: 20px;
  }

  /* line 5528, ../scss/_theme.scss */
  .product-img-box .product-name h1 {
    color: #353222 !important;
  }

  /* line 5532, ../scss/_theme.scss */
  .product-image {
    border: 0 none;
    margin: 0 auto;
    padding-top: 0;
    float: none !important;
  }

  /* line 5538, ../scss/_theme.scss */
  .product-shop {
    width: 100% !important;
  }

  /* line 5541, ../scss/_theme.scss */
  .product-view .product-shop,
  .product-view .add-to-cart-wrapper,
  .product-view .block-related {
    padding-left: 0 !important;
  }

  /* line 5547, ../scss/_theme.scss */
  .add-to-links li:first-child a {
    font-size: 0;
    width: 100%;
  }
  /* line 5551, ../scss/_theme.scss */
  .add-to-links li:first-child a:after {
    content: "favourites";
    font-size: 14px;
  }
  /* line 5555, ../scss/_theme.scss */
  .add-to-links a.adjgiftreg_add_to {
    font-size: 0;
    width: 100%;
  }
  /* line 5559, ../scss/_theme.scss */
  .add-to-links a.adjgiftreg_add_to:after {
    content: "Registry";
    font-size: 14px;
  }

  /* line 5564, ../scss/_theme.scss */
  .sharing-tools-block {
    float: none !important;
    margin: 10px auto !important;
    display: table;
  }

  /* line 5569, ../scss/_theme.scss */
  .block-additional,
  .block-content-additional {
    display: none !important;
  }

  /* line 5573, ../scss/_theme.scss */
  .block-content-related_products {
    padding: 0 !important;
  }
  /* line 5576, ../scss/_theme.scss */
  .block-content-related_products .col-xs-12 {
    padding: 0 !important;
  }
  /* line 5579, ../scss/_theme.scss */
  .block-content-related_products .col-xs-12 .productBox {
    margin-bottom: 10px;
  }
  /* line 5582, ../scss/_theme.scss */
  .block-content-related_products .col-xs-12 .productBox .product-image img {
    max-width: 100%;
  }
  /* line 5585, ../scss/_theme.scss */
  .block-content-related_products .col-xs-12 .productBox .product-name {
    font-size: 14px !important;
  }
  /* line 5588, ../scss/_theme.scss */
  .block-content-related_products .col-xs-12 .productBox .ratings {
    display: none;
  }

  /* line 5594, ../scss/_theme.scss */
  .block-reviews-summary .overall-score {
    width: 100% !important;
  }

  /* line 5597, ../scss/_theme.scss */
  .block-review-new {
    float: left !important;
    width: 100% !important;
    margin: 10px 0;
  }

  /* line 5602, ../scss/_theme.scss */
  .product-collateral {
    float: left;
    width: 100%;
    margin-top: 10px;
  }

  /* line 5607, ../scss/_theme.scss */
  .product-options-bottom {
    margin-bottom: 0 !important;
  }

  /* line 5610, ../scss/_theme.scss */
  .add-to-links {
    margin-bottom: 0;
  }

  /* line 5613, ../scss/_theme.scss */
  .block-recommendation p {
    padding-right: 5px;
  }

  /* line 5618, ../scss/_theme.scss */
  #customer-reviews .review-summary-table tbody th:first-of-type {
    display: none;
  }
  /* line 5621, ../scss/_theme.scss */
  #customer-reviews .review-summary-table thead th:first-of-type {
    display: none;
  }

  /* line 5626, ../scss/_theme.scss */
  .product-collateral dl > dt {
    border-top: 0 none !important;
    border-left: 0 none !important;
    border-right: 0 none !important;
    border-bottom: 2px solid #FFF;
  }
  /* line 5633, ../scss/_theme.scss */
  .product-collateral dl > dt .block-title {
    font-family: "Open Sans", Verdana, Arial, sans-serif;
    font-weight: 600;
    padding: 0 !important;
    margin: 0 !important;
    font-size: 14px !important;
    line-height: 1.4;
  }

  /* line 5643, ../scss/_theme.scss */
  .product-collateral > dl > dt:after {
    display: none;
  }

  /* line 5656, ../scss/_theme.scss */
  .product-collateral > dl > dt.active:after {
    display: none;
  }

  /* line 5669, ../scss/_theme.scss */
  .sidebar .block:not(.block-layered-nav) .block-title > strong,
  .sidebar .block:not(.block-layered-nav) .block-title.active > strong {
    color: #FFF !important;
    font-family: "Open Sans", Verdana, Arial, sans-serif;
    font-weight: 600;
    font-size: 14px !important;
    border: 0 none;
    background-color: #006654;
  }
  /* line 5678, ../scss/_theme.scss */
  .sidebar .block:not(.block-layered-nav) .block-title > strong:hover {
    background-color: #006654 !important;
  }
  /* line 5681, ../scss/_theme.scss */
  .sidebar .block:not(.block-layered-nav) .block-title:after {
    content: "+";
    color: #FFF;
    position: absolute;
    width: 0;
    height: 0;
    display: block;
    right: 20px;
    top: 10%;
    font-size: 18px;
  }
  /* line 5692, ../scss/_theme.scss */
  .sidebar .block:not(.block-layered-nav) .block-title.active:after {
    content: "-";
    color: #FFF;
    position: absolute;
    width: 0;
    height: 0;
    display: block;
    right: 20px;
    top: 10%;
    font-size: 18px;
  }
  /* line 5703, ../scss/_theme.scss */
  .sidebar .block:not(.block-layered-nav) .block-content {
    border: 0 none;
    padding: 15px 0;
    display: inline-block;
  }

  /* line 5709, ../scss/_theme.scss */
  .block-viewed .block-content li.item .actions .btn-cart {
    padding: 0;
  }

  /* line 5713, ../scss/_theme.scss */
  .block-content-related_products .product:last-child {
    display: block !important;
  }
}
@media only screen and (max-width: 768px) {
  /* line 5721, ../scss/_theme.scss */
  .catalog-product-view .product-shop,
  .catalog-product-view .add-to-cart-wrapper {
    width: 100%;
    padding-left: 0;
  }
  /* line 5726, ../scss/_theme.scss */
  .catalog-product-view .product-image-box {
    margin: 0 auto;
    float: none;
  }
  /* line 5731, ../scss/_theme.scss */
  .catalog-product-view .sidebar .help-box,
  .catalog-product-view .sidebar .block-last-posts,
  .catalog-product-view .sidebar .block-viewed,
  .catalog-product-view .sidebar .pay-box {
    padding-right: 0;
  }
  /* line 5737, ../scss/_theme.scss */
  .catalog-product-view .sidebar .block-viewed {
    float: left;
    width: 100%;
  }
  /* line 5744, ../scss/_theme.scss */
  .catalog-product-view .block-last-posts .page-title h2 {
    font-size: 14px;
    margin: 0;
  }

  /* line 5752, ../scss/_theme.scss */
  .block-viewed li.item {
    float: left;
    width: 50% !important;
    margin-right: 0 !important;
    margin-left: 2% !important;
    clear: none !important;
  }
  /* line 5759, ../scss/_theme.scss */
  .block-viewed li.item:nth-child(odd) {
    width: 48% !important;
    margin-left: 0 !important;
  }
}
@media only screen and (max-width: 767px) {
  /* line 5770, ../scss/_theme.scss */
  .sidebar .block-viewed .block-title {
    border-bottom: 2px solid #FFF !important;
  }
}
/* This is the "or" that separates the "Add to Cart" and "Add to X" links */
/* line 5778, ../scss/_theme.scss */
.add-to-box .or {
  display: none;
}

@media only screen and (max-width: 599px) {
  /* line 5783, ../scss/_theme.scss */
  .add-to-box .add-to-links a {
    float: none;
    width: auto;
    text-indent: 0;
  }
}
/* line 5790, ../scss/_theme.scss */
.product-collateral {
  clear: both;
}
/* line 5793, ../scss/_theme.scss */
.product-collateral dd {
  margin-bottom: 0;
}

/* line 5798, ../scss/_theme.scss */
.box-collateral {
  clear: both;
}

@media only screen and (min-width: 771px) {
  /* line 5804, ../scss/_theme.scss */
  .product-collateral .toggle-tabs {
    display: block;
    width: 100%;
    position: relative;
  }
  /* line 5809, ../scss/_theme.scss */
  .product-collateral .toggle-tabs li {
    float: left;
    border-right: 1px solid #DDE2E3;
    font: 1.5em/1.19em "Open Sans", Verdana, Arial, sans-serif;
    font-weight: 600;
    margin: 0 0 10px 0;
    color: #DDE2E3;
    height: 24px;
    line-height: 24px;
  }
  /* line 5819, ../scss/_theme.scss */
  .product-collateral .toggle-tabs li > span {
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-user-select: none;
    user-select: none;
    display: inline-block;
    padding: 0 20px;
    height: 20px;
    line-height: 20px;
    cursor: pointer;
    font-family: "Open Sans", Verdana, Arial, sans-serif;
    font-weight: 600;
    font-size: 18px;
    position: relative;
  }
  /* line 5835, ../scss/_theme.scss */
  .product-collateral .toggle-tabs li.current > span {
    z-index: 5;
  }
  /* line 5838, ../scss/_theme.scss */
  .product-collateral .toggle-tabs li:last-child {
    border-right: none;
    border-left: none;
  }
  /* line 5842, ../scss/_theme.scss */
  .product-collateral .toggle-tabs li:last-child > span {
    padding-left: 0;
  }
  /* line 5846, ../scss/_theme.scss */
  .product-collateral .toggle-tabs li.current span,
  .product-collateral .toggle-tabs li:hover span {
    color: #353222;
  }
  /* line 5851, ../scss/_theme.scss */
  .product-collateral .toggle-tabs:after {
    content: "";
    display: table;
    clear: both;
  }
  /* line 5856, ../scss/_theme.scss */
  .product-collateral dl {
    width: 100%;
  }
}
@media only screen and (min-width: 771px) {
  /* line 5863, ../scss/_theme.scss */
  .product-view .product-shop .product-name {
    display: block;
  }

  /* line 5866, ../scss/_theme.scss */
  .product-img-box .product-name {
    display: none;
  }
}
@media only screen and (max-width: 479px) {
  /* line 5872, ../scss/_theme.scss */
  .product-img-box,
  .product-collateral,
  .product-view .block-related,
  .box-collateral {
    margin-bottom: 15px;
  }
}
/* line 5880, ../scss/_theme.scss */
.product-view .ratings .rating-links {
  clear: left;
  float: left;
  margin-top: 0;
}

/* line 5886, ../scss/_theme.scss */
#product-attribute-specs-table {
  max-width: 50em;
  border: 1px solid silver;
}

/* line 5891, ../scss/_theme.scss */
#product-attribute-specs-table th {
  border-right: 1px solid silver;
  border-bottom: 1px solid silver;
}

/* -------------------------------------------- *
 * Catalog - Grouped Product List
 */
/* line 5899, ../scss/_theme.scss */
.grouped-items-table-wrapper {
  border: solid 1px silver;
  width: 100%;
  padding: 10px;
  margin-bottom: 15px;
}

/* line 5906, ../scss/_theme.scss */
.grouped-items-table-wrapper tbody tr:last-child td {
  border-bottom: none;
}

@media only screen and (max-width: 479px) {
  /* line 5911, ../scss/_theme.scss */
  .grouped-items-table-wrapper {
    margin-bottom: 15px;
  }
}
/* line 5917, ../scss/_theme.scss */
.grouped-items-table .name-wrapper {
  color: #146B87;
}
/* line 5920, ../scss/_theme.scss */
.grouped-items-table .qty-wrapper {
  padding-top: 7px;
}
/* line 5923, ../scss/_theme.scss */
.grouped-items-table .qty-label {
  margin-left: 7px;
}
/* line 5926, ../scss/_theme.scss */
.grouped-items-table td {
  padding: 4px;
}
/* line 5929, ../scss/_theme.scss */
.grouped-items-table td:last-child {
  width: 30%;
  text-align: left;
}
/* line 5933, ../scss/_theme.scss */
.grouped-items-table .price-box {
  text-align: right;
}

/* -------------------------------------------- *
 * Catalog - Product Options
 */
/* line 5941, ../scss/_theme.scss */
.ampromo-product-options {
  display: inline-block;
  width: 100%;
}
/* line 5945, ../scss/_theme.scss */
.ampromo-product-options .ampromo-banner {
  padding-bottom: 15px;
  margin-bottom: 10px;
  border-bottom: 1px solid #DDE2E3;
}
/* line 5950, ../scss/_theme.scss */
.ampromo-product-options img {
  max-width: 100%;
}

/* line 5955, ../scss/_theme.scss */
.ampromo-label {
  top: 6px;
}

/* line 5961, ../scss/_theme.scss */
.bundle-product ul.options-list label {
  white-space: normal;
  width: 100%;
}
/* line 5967, ../scss/_theme.scss */
.bundle-product .product-options {
  width: 100%;
}

/* line 5972, ../scss/_theme.scss */
.product-options {
  width: 100%;
  border: 0 none;
  float: left;
  padding: 0;
  margin: 0;
}
/* line 5979, ../scss/_theme.scss */
.product-options a {
  clear: both;
  display: block;
  float: left;
  width: 100%;
  font-size: 10px;
}
/* line 5986, ../scss/_theme.scss */
.product-options p.required {
  display: none;
  position: absolute;
  top: 6px;
  right: 15px;
  text-align: right;
}
/* line 5993, ../scss/_theme.scss */
.product-options dl {
  width: 100%;
  float: left;
  margin-bottom: 4px;
}
/* line 5998, ../scss/_theme.scss */
.product-options label {
  display: none;
}
/* line 6001, ../scss/_theme.scss */
.product-options input,
.product-options select {
  color: #353222;
  border: 1px solid #DDE2E3;
  font-size: 14px;
  padding: 5px;
}
/* line 6008, ../scss/_theme.scss */
.product-options dt {
  margin: 10px 0 3px;
  font-weight: normal;
}
/* line 6012, ../scss/_theme.scss */
.product-options dt:first-child {
  margin: 0;
}
/* line 6015, ../scss/_theme.scss */
.product-options dd {
  padding: 0 0 10px 0;
  margin: 0 0 5px;
  border-bottom: 1px solid #DDE2E3;
}
/* line 6020, ../scss/_theme.scss */
.product-options dd .qty-holder {
  display: block;
  padding: 10px 0 0 0;
}
/* line 6024, ../scss/_theme.scss */
.product-options dd .qty-holder .qty {
  width: 3em;
}
/* line 6027, ../scss/_theme.scss */
.product-options dd .qty-holder label {
  vertical-align: middle;
}
/* line 6031, ../scss/_theme.scss */
.product-options dd .qty-disabled {
  background: none;
  border: 0;
  padding: 0 2px;
}
/* line 6036, ../scss/_theme.scss */
.product-options dd .input-text {
  width: 98%;
}
/* line 6039, ../scss/_theme.scss */
.product-options dd .input-box {
  padding-top: 0;
}
/* line 6042, ../scss/_theme.scss */
.product-options dd input.datetime-picker {
  width: 150px;
}
/* line 6045, ../scss/_theme.scss */
.product-options dd .time-picker {
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  zoom: 1;
  padding: 2px 0;
}
/* line 6052, ../scss/_theme.scss */
.product-options dd textarea {
  width: 98%;
  height: 8em;
}
/* line 6056, ../scss/_theme.scss */
.product-options dd select {
  width: 100%;
  max-width: 100%;
  height: 40px;
}
/* line 6062, ../scss/_theme.scss */
.product-options dl.last dd.last {
  border-bottom: 0;
  padding-bottom: 5px;
  margin-bottom: 0;
}
/* line 6067, ../scss/_theme.scss */
.product-options ul.options-list {
  margin-right: 5px;
}
/* line 6070, ../scss/_theme.scss */
.product-options ul.options-list li {
  line-height: 1.5;
  margin-bottom: 7px;
}
/* line 6074, ../scss/_theme.scss */
.product-options ul.options-list li:last-child {
  margin-bottom: 0;
}
/* line 6077, ../scss/_theme.scss */
.product-options ul.options-list .radio,
.product-options ul.options-list .checkbox {
  float: left;
  margin-top: 5px;
}
/* line 6082, ../scss/_theme.scss */
.product-options ul.options-list .label {
  display: block;
  font-weight: normal;
}
/* line 6087, ../scss/_theme.scss */
.product-options p.note {
  margin: 0;
  font-size: 18px;
}

@media only screen and (max-width: 979px) {
  /* line 6094, ../scss/_theme.scss */
  .product-view .product-options .required {
    position: static;
  }

  /* line 6097, ../scss/_theme.scss */
  .sidebar .block-last-posts li.post-item .button-container {
    bottom: 5px;
  }

  /* line 6100, ../scss/_theme.scss */
  .sidebar .block-last-posts li.post-item h4 {
    top: 5px;
    font-size: 16px;
  }
}
/* line 6106, ../scss/_theme.scss */
.product-options-bottom {
  padding: 0 !important;
  margin: 10px 0;
  background: none;
  border: 0 none;
}
/* line 6112, ../scss/_theme.scss */
.product-options-bottom .product-pricing,
.product-options-bottom .tier-prices {
  float: right;
  margin: 0;
  padding: 0 0 10px;
  border: 0;
  background: 0;
  color: #636363;
}
/* line 6121, ../scss/_theme.scss */
.product-options-bottom .sharing-links {
  display: none;
}

/* line 6126, ../scss/_theme.scss */
.product-options-bottom:after {
  content: "";
  display: table;
  clear: both;
}

@media only screen and (max-width: 1199px) {
  /* line 6133, ../scss/_theme.scss */
  .product-options-bottom .product-pricing,
  .product-options-bottom .tier-prices {
    float: none;
    width: 100%;
    text-align: right;
    padding-bottom: 5px;
    margin-bottom: 10px;
    border-bottom: 1px solid #DDE2E3;
  }

  /* line 6142, ../scss/_theme.scss */
  .sidebar .help-box,
  .sidebar .block-last-posts,
  .sidebar .pay-box {
    padding-right: 15px;
  }
}
/* line 6150, ../scss/_theme.scss */
.product-options-bottom .tier-prices li {
  background: 0;
  padding: 2px 0;
}

/* line 6155, ../scss/_theme.scss */
.product-options-bottom .tier-prices .price,
.product-options-bottom .tier-prices .benefit {
  color: #636363;
}

/* "display: none" should be removed if products on site have a long list of product options and those product options */
/*  affect the price so that the customer can see the updated price close to the "Add to Cart" button */
/* line 6162, ../scss/_theme.scss */
.product-options-bottom .price-box {
  display: none;
  float: right;
  margin: 0 0 10px;
  padding: 0;
}

@media only screen and (max-width: 479px) {
  /* line 6170, ../scss/_theme.scss */
  .product-options-bottom .price-box .price-as-configured {
    text-align: right;
  }

  /* line 6173, ../scss/_theme.scss */
  .product-options-bottom .price-box .price-as-configured .price-label {
    display: block;
  }
}
/* line 6178, ../scss/_theme.scss */
.product-options-bottom .price-tax {
  float: left;
}

/* -------------------------------------------- *
 * Related Products
 */
/* line 6185, ../scss/_theme.scss */
.block-related-product-content {
  padding: 0 !important;
}
/* line 6188, ../scss/_theme.scss */
.block-related-product-content li.item {
  margin-bottom: 10px;
  position: relative;
  border: 1px solid #eeeeee;
  padding-left: 10px;
}
/* line 6194, ../scss/_theme.scss */
.block-related-product-content li.item .product-name {
  min-height: 46px;
  padding-right: 5px;
}
/* line 6198, ../scss/_theme.scss */
.block-related-product-content li.item .product-name a {
  font-size: 15px;
}
@media (max-width: 767px) {
  /* line 6194, ../scss/_theme.scss */
  .block-related-product-content li.item .product-name {
    min-height: 88px;
  }
}
/* line 6205, ../scss/_theme.scss */
.block-related-product-content li.item .product-image {
  margin: 0 auto;
  border: none;
  display: block;
  padding-top: 10px;
}
/* line 6211, ../scss/_theme.scss */
.block-related-product-content li.item .product-image::before {
  background: none;
  opacity: 1;
}
/* line 6216, ../scss/_theme.scss */
.block-related-product-content li.item .product-image img {
  max-width: 125px;
  max-height: 125px;
  margin: 0 auto;
}
/* line 6222, ../scss/_theme.scss */
.block-related-product-content li.item .price-box {
  min-height: 45px;
  margin: 7px 0;
}
/* line 6226, ../scss/_theme.scss */
.block-related-product-content li.item .price-box label {
  display: none;
}
/* line 6229, ../scss/_theme.scss */
.block-related-product-content li.item .price-box .label,
.block-related-product-content li.item .price-box .configurable-price-from {
  color: #ec3333;
  font-family: "Open Sans", Verdana, Arial, sans-serif;
  font-size: 12px;
  text-transform: uppercase;
}
/* line 6236, ../scss/_theme.scss */
.block-related-product-content li.item .price-box .price {
  color: #353222;
}
/* line 6239, ../scss/_theme.scss */
.block-related-product-content li.item .price-box .old-price .price {
  color: #555555;
}
/* line 6242, ../scss/_theme.scss */
.block-related-product-content li.item .price-box .special-price {
  padding-left: 0;
}
/* line 6245, ../scss/_theme.scss */
.block-related-product-content li.item .price-box .special-price::before {
  content: "|";
  color: #555555;
  vertical-align: top;
}
/* line 6250, ../scss/_theme.scss */
.block-related-product-content li.item .price-box .regular-price .price {
  color: #353222;
}
/* line 6254, ../scss/_theme.scss */
.block-related-product-content li.item .ratings {
  display: table;
  margin-bottom: 15px;
}
/* line 6258, ../scss/_theme.scss */
.block-related-product-content li.item .ratings .rating-box {
  float: left;
  margin-top: 5px;
}
/* line 6262, ../scss/_theme.scss */
.block-related-product-content li.item .ratings span {
  color: silver;
  margin-left: 3px;
}
/* line 6267, ../scss/_theme.scss */
.block-related-product-content li.item .actions {
  padding-right: 10px;
}
@media (max-width: 767px) {
  /* line 6270, ../scss/_theme.scss */
  .block-related-product-content li.item .actions .qty-wrapper {
    display: none;
  }
}
/* line 6275, ../scss/_theme.scss */
.block-related-product-content li.item .actions .btn-cart {
  background: transparent;
  border: 1px solid #353222;
  font-family: "Open Sans", Verdana, Arial, sans-serif;
  color: #353222;
  white-space: normal;
  width: -webkit-calc(100% - 94px);
  width: calc(100% - 94px);
  height: 40px;
  line-height: 30px;
  margin: 0 10px;
}
/* line 6286, ../scss/_theme.scss */
.block-related-product-content li.item .actions .btn-cart-max-width {
  width: -webkit-calc(100% - 20px);
  width: calc(100% - 20px);
  margin-left: 0;
}
@media (max-width: 767px) {
  /* line 6275, ../scss/_theme.scss */
  .block-related-product-content li.item .actions .btn-cart {
    margin-left: 0;
    width: -webkit-calc(100% - 20px);
    width: calc(100% - 20px);
  }
}
@media only screen and (max-width: 1301px) and (min-width: 1129px) {
  /* line 6275, ../scss/_theme.scss */
  .block-related-product-content li.item .actions .btn-cart {
    padding: 5px 0;
    margin: 0 10px 8px 10px;
  }
  /* line 6300, ../scss/_theme.scss */
  .block-related-product-content li.item .actions .btn-cart-max-width {
    margin: 0;
  }
}
@media only screen and (max-width: 1130px) and (min-width: 771px) {
  /* line 6275, ../scss/_theme.scss */
  .block-related-product-content li.item .actions .btn-cart {
    padding: 5px 0;
    margin: -3px 10px 8px 10px;
    line-height: unset;
    height: unset;
  }
  /* line 6310, ../scss/_theme.scss */
  .block-related-product-content li.item .actions .btn-cart-max-width {
    margin: 0;
    height: 40px;
    line-height: 30px;
  }
}
/* line 6317, ../scss/_theme.scss */
.block-related-product-content li.item .actions .btn-cart:hover {
  background: #004738;
  color: #FFF;
  border: 1px solid #004738;
}
/* line 6324, ../scss/_theme.scss */
.block-related-product-content li.item .actions p.out-of-stock {
  text-align: center;
  font-weight: bold;
  background: #DDE2E3;
  height: 40px;
  line-height: 43px;
  margin-left: 10px;
  margin-right: 10px;
}
/* line 6333, ../scss/_theme.scss */
.block-related-product-content li.item .actions p.out-of-stock span {
  color: #FFF !important;
}
/* line 6338, ../scss/_theme.scss */
.block-related-product-content li.item .product-details {
  margin-left: 90px;
}
/* line 6341, ../scss/_theme.scss */
.block-related-product-content li.item .product-details .price-box {
  margin: 2px 0 3px;
}
/* line 6344, ../scss/_theme.scss */
.block-related-product-content li.item .product-details .price-box a,
.block-related-product-content li.item .product-details .price-box p,
.block-related-product-content li.item .product-details .price-box span {
  float: left;
  margin-left: 3px;
}
/* line 6350, ../scss/_theme.scss */
.block-related-product-content li.item .product-details .price-box a:first-child,
.block-related-product-content li.item .product-details .price-box p:first-child,
.block-related-product-content li.item .product-details .price-box span:first-child {
  margin-left: 0;
  font-size: 16px;
  padding-right: 5px;
  padding-left: 5px;
}
/* line 6359, ../scss/_theme.scss */
.block-related-product-content li.item .product-details .price-box:after {
  content: "";
  display: table;
  clear: both;
}
/* line 6364, ../scss/_theme.scss */
.block-related-product-content li.item .product-details .product-name {
  margin-bottom: 3px;
}
/* line 6367, ../scss/_theme.scss */
.block-related-product-content li.item .product-details .link-wishlist {
  display: none;
}
@media only screen and (max-width: 767px) {
  /* line 6373, ../scss/_theme.scss */
  .block-related-product-content .product {
    padding-right: 5px;
    padding-left: 5px;
  }
  /* line 6377, ../scss/_theme.scss */
  .block-related-product-content .product:nth-child(even) {
    padding-right: 0;
  }
  /* line 6380, ../scss/_theme.scss */
  .block-related-product-content .product:nth-child(odd) {
    padding-left: 0;
  }
  /* line 6383, ../scss/_theme.scss */
  .block-related-product-content .product .product-image img {
    width: 100%;
  }
  /* line 6386, ../scss/_theme.scss */
  .block-related-product-content .product .productBox {
    margin-bottom: 10px;
  }
  /* line 6389, ../scss/_theme.scss */
  .block-related-product-content .product .productBox .qty-wrapper {
    display: none;
  }
  /* line 6392, ../scss/_theme.scss */
  .block-related-product-content .product .productBox .btn-cart {
    width: 100% !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
}

/*@media only screen and (max-width: $bp-medium) {
  .block-content-related_products {
	  .product {
		padding-right: 10px;
		padding-left: 10px;
	  }
	  .product:last-child {
		padding-right: 0;
	  }
	  .product:nth-child(1) {
		padding-left: 0;
	  }
	  .product:nth-child(3) {
		padding-left: 0;
	  }
	  .product:nth-child(2) {
		padding-right: 0;
	  }
	  div.product3 {
		display: block;
	  }
  }
}*/
/* -------------------------------------------- *
 * Upsell Products
 */
/* line 6429, ../scss/_theme.scss */
.box-up-sell {
  margin-top: 0;
  max-height: 340px;
  overflow: hidden;
}
/* line 6434, ../scss/_theme.scss */
.box-up-sell .ratings {
  display: none;
}

/* ============================================ *
 * Catalog - MSRP Product Listing
 * ============================================ */
/* line 6442, ../scss/_theme.scss */
.price-box .map-link {
  display: block;
  text-align: center;
}

/* ============================================ *
 * Catalog - Compare
 * ============================================ */
/* line 6450, ../scss/_theme.scss */
.block-compare .product-name:after {
  content: "";
  display: table;
  clear: both;
}

/* line 6456, ../scss/_theme.scss */
.compare-table .product-image {
  display: inline-block;
}

/* line 6460, ../scss/_theme.scss */
.compare-table .product-shop-row.top td {
  padding-bottom: 0;
  border-bottom: 0;
}

/* line 6465, ../scss/_theme.scss */
.compare-table .product-shop-row.bottom td {
  padding-top: 0;
}

/* line 6469, ../scss/_theme.scss */
ul.list-attributes {
  display: inline-block;
}
/* line 6471, ../scss/_theme.scss */
ul.list-attributes li {
  float: left;
  margin-right: 5px;
}

/* line 6477, ../scss/_theme.scss */
.price-box .old-price .price {
  color: #ccc;
}

/* line 6494, ../scss/_theme.scss */
.ftn-recycling-index-index,
.category-products {
  clear: both;
  margin-top: 10px;
  /* Toolbar */
  /*.block-title-related::before {
        position: absolute;
        z-index: 5;
        content: "";
        background: transparent url("https://m.faithful-to-nature.co.za/skin/frontend/rwd/ftn/images/socialShare_icons.png") no-repeat scroll 100% -75px;
        width: 35px;
        height: 24px;
        right: 0;
        bottom: -16px;
    }*/
  /*.block-title-related {
        border-bottom: 2px solid $c-light-gray;
        margin: 0 0 25px;
        padding: 0 0 5px;
        position: relative;
        width: 100%;
    }*/
}
/* line 6501, ../scss/_theme.scss */
.ftn-recycling-index-index .block-layered-nav .block-content ol,
.category-products .block-layered-nav .block-content ol {
  padding-left: 0;
}
/* line 6504, ../scss/_theme.scss */
.ftn-recycling-index-index .block-layered-nav .block-content ol li .label,
.category-products .block-layered-nav .block-content ol li .label {
  display: none;
}
/* line 6511, ../scss/_theme.scss */
.ftn-recycling-index-index li.attribute,
.category-products li.attribute {
  font-size: 14px;
  line-height: 1.2;
}
/* line 6515, ../scss/_theme.scss */
.ftn-recycling-index-index li.item,
.category-products li.item {
  border: 1px solid #eee;
  position: relative;
}
/* line 6519, ../scss/_theme.scss */
.ftn-recycling-index-index li.item .product-image,
.category-products li.item .product-image {
  margin: 0 auto;
  border: none;
  display: block;
  padding-top: 10px;
}
/* line 6525, ../scss/_theme.scss */
.ftn-recycling-index-index li.item .product-image img,
.category-products li.item .product-image img {
  max-width: 125px;
  max-height: 125px;
  margin: 0 auto;
}
/* line 6531, ../scss/_theme.scss */
.ftn-recycling-index-index li.item .product-image::before,
.category-products li.item .product-image::before {
  background: none;
  opacity: 1;
}
/* line 6535, ../scss/_theme.scss */
.ftn-recycling-index-index li.item .product-name,
.category-products li.item .product-name {
  min-height: 46px;
  text-align: left;
  padding-right: 5px;
}
/* line 6540, ../scss/_theme.scss */
.ftn-recycling-index-index li.item .product-name a,
.category-products li.item .product-name a {
  font-size: 15px;
}
/* line 6544, ../scss/_theme.scss */
.ftn-recycling-index-index li.item .ratings,
.category-products li.item .ratings {
  display: table;
}
/* line 6547, ../scss/_theme.scss */
.ftn-recycling-index-index li.item .ratings .rating-box,
.category-products li.item .ratings .rating-box {
  float: left;
}
/* line 6550, ../scss/_theme.scss */
.ftn-recycling-index-index li.item .ratings span,
.category-products li.item .ratings span {
  color: silver;
  margin-left: 3px;
}
/* line 6557, ../scss/_theme.scss */
.ftn-recycling-index-index .price-box,
.category-products .price-box {
  min-height: 45px;
  margin: 7px 0 !important;
}
/* line 6561, ../scss/_theme.scss */
.ftn-recycling-index-index .price-box .configurable-price-from,
.category-products .price-box .configurable-price-from {
  color: #555;
  font-family: "Open Sans", Verdana, Arial, sans-serif;
  font-size: 13px;
}
/* line 6568, ../scss/_theme.scss */
.ftn-recycling-index-index .price-box .regular-price .price,
.category-products .price-box .regular-price .price {
  color: #353222;
}
/* line 6573, ../scss/_theme.scss */
.ftn-recycling-index-index .price-box .special-price .price,
.category-products .price-box .special-price .price {
  color: #D77929;
}
/* line 6579, ../scss/_theme.scss */
.ftn-recycling-index-index .actions p.out-of-stock,
.category-products .actions p.out-of-stock {
  text-align: center;
  font-weight: bold;
  background: #e4e4e4;
  height: 40px;
  line-height: 43px;
  width: -webkit-calc(100% - 20px);
  width: calc(100% - 20px);
}
/* line 6587, ../scss/_theme.scss */
.ftn-recycling-index-index .actions p.out-of-stock span,
.category-products .actions p.out-of-stock span {
  color: #FFF !important;
}
/* line 6592, ../scss/_theme.scss */
.ftn-recycling-index-index .btn-cart,
.category-products .btn-cart {
  background: transparent;
  font-family: "Open Sans", Verdana, Arial, sans-serif;
  color: #353222;
  border: 1px solid #353222;
  white-space: normal;
  width: -webkit-calc(100% - 94px);
  width: calc(100% - 94px);
  height: 40px;
  line-height: 1.5;
  margin: 0 10px;
}
/* line 6604, ../scss/_theme.scss */
.ftn-recycling-index-index .btn-cart-max-width,
.category-products .btn-cart-max-width {
  width: -webkit-calc(100% - 20px);
  width: calc(100% - 20px);
  margin-left: 0;
}
@media (max-width: 767px) {
  /* line 6592, ../scss/_theme.scss */
  .ftn-recycling-index-index .btn-cart,
  .category-products .btn-cart {
    margin-left: 0;
    width: -webkit-calc(100% - 20px);
    width: calc(100% - 20px);
  }
}
@media only screen and (max-width: 1301px) and (min-width: 1129px) {
  /* line 6592, ../scss/_theme.scss */
  .ftn-recycling-index-index .btn-cart,
  .category-products .btn-cart {
    padding: 5px 0;
    margin: 0 10px 8px 10px;
  }
  /* line 6619, ../scss/_theme.scss */
  .ftn-recycling-index-index .btn-cart-max-width,
  .category-products .btn-cart-max-width {
    margin: 0;
  }
}
@media only screen and (max-width: 1130px) and (min-width: 771px) {
  /* line 6592, ../scss/_theme.scss */
  .ftn-recycling-index-index .btn-cart,
  .category-products .btn-cart {
    padding: 5px 0;
    margin: -3px 10px 8px 10px;
    line-height: unset;
    height: unset;
  }
  /* line 6629, ../scss/_theme.scss */
  .ftn-recycling-index-index .btn-cart-max-width,
  .category-products .btn-cart-max-width {
    margin: 0;
    height: 40px;
    line-height: 30px;
  }
}
/* line 6636, ../scss/_theme.scss */
.ftn-recycling-index-index .btn-cart:hover,
.category-products .btn-cart:hover {
  background: #004738;
  color: #FFF;
  border: 1px solid #004738;
}
/* line 6645, ../scss/_theme.scss */
.ftn-recycling-index-index .pager,
.category-products .pager {
  margin: 0;
}
/* line 6648, ../scss/_theme.scss */
.ftn-recycling-index-index .pager li > a,
.ftn-recycling-index-index .pager li > span,
.category-products .pager li > a,
.category-products .pager li > span {
  padding: 0;
}
/* line 6653, ../scss/_theme.scss */
.ftn-recycling-index-index .toolbar,
.category-products .toolbar {
  border: 0 none;
  margin-left: -15px;
  margin-right: -15px;
}
/* line 6658, ../scss/_theme.scss */
.ftn-recycling-index-index .toolbar .sorter,
.category-products .toolbar .sorter {
  width: 213px;
  clear: none;
}
@media (max-width: 767px) {
  /* line 6658, ../scss/_theme.scss */
  .ftn-recycling-index-index .toolbar .sorter,
  .category-products .toolbar .sorter {
    width: 100%;
  }
}
/* line 6666, ../scss/_theme.scss */
.ftn-recycling-index-index .toolbar .pager,
.category-products .toolbar .pager {
  width: -webkit-calc(100% - 213px);
  width: calc(100% - 213px);
  clear: none;
}
@media (max-width: 767px) {
  /* line 6666, ../scss/_theme.scss */
  .ftn-recycling-index-index .toolbar .pager,
  .category-products .toolbar .pager {
    width: 100%;
  }
}
@media (min-width: 768px) {
  /* line 6653, ../scss/_theme.scss */
  .ftn-recycling-index-index .toolbar,
  .category-products .toolbar {
    margin-left: 0;
    margin-right: 0;
  }
}
/* line 6680, ../scss/_theme.scss */
.ftn-recycling-index-index .toolbar p,
.category-products .toolbar p {
  margin: 0;
  padding: 0;
}
/* line 6684, ../scss/_theme.scss */
.ftn-recycling-index-index .toolbar label,
.category-products .toolbar label {
  margin-bottom: 0;
  font-family: "Open Sans", Verdana, Arial, sans-serif;
  font-weight: 600;
  text-transform: none;
  line-height: 40px;
}
/* line 6691, ../scss/_theme.scss */
.ftn-recycling-index-index .toolbar div.count-container,
.category-products .toolbar div.count-container {
  float: none;
}
/* line 6694, ../scss/_theme.scss */
.ftn-recycling-index-index .toolbar div.count-container p.amount,
.category-products .toolbar div.count-container p.amount {
  padding-right: 15px;
}
@media (min-width: 768px) {
  /* line 6694, ../scss/_theme.scss */
  .ftn-recycling-index-index .toolbar div.count-container p.amount,
  .category-products .toolbar div.count-container p.amount {
    line-height: 49px;
  }
}
@media (min-width: 768px) {
  /* line 6691, ../scss/_theme.scss */
  .ftn-recycling-index-index .toolbar div.count-container,
  .category-products .toolbar div.count-container {
    line-height: 40px;
  }
  /* line 6705, ../scss/_theme.scss */
  .ftn-recycling-index-index .toolbar div.count-container .limiter,
  .category-products .toolbar div.count-container .limiter {
    margin-top: 5px;
  }
}
/* line 6710, ../scss/_theme.scss */
.ftn-recycling-index-index .toolbar .pages,
.category-products .toolbar .pages {
  float: right;
}
/* line 6713, ../scss/_theme.scss */
.ftn-recycling-index-index .toolbar .pages ol,
.category-products .toolbar .pages ol {
  display: inline-block;
  width: 100%;
  margin-bottom: 0;
  margin-top: 5px;
}
/* line 6719, ../scss/_theme.scss */
.ftn-recycling-index-index .toolbar .pages ol li,
.category-products .toolbar .pages ol li {
  margin-left: 5px;
  width: 40px;
  height: 40px;
  line-height: 40px;
}
/* line 6725, ../scss/_theme.scss */
.ftn-recycling-index-index .toolbar .pages ol li.current,
.category-products .toolbar .pages ol li.current {
  color: #FFF;
  background: #006654;
  border-radius: 2px;
  border-color: #006654;
  -webkit-transform: translate3d(0, 1px, 0);
          transform: translate3d(0, 1px, 0);
}
/* line 6733, ../scss/_theme.scss */
.ftn-recycling-index-index .toolbar .pages ol li a,
.category-products .toolbar .pages ol li a {
  border-radius: 2px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  background: none;
  color: #555;
}
/* line 6741, ../scss/_theme.scss */
.ftn-recycling-index-index .toolbar .pages ol li a.next, .ftn-recycling-index-index .toolbar .pages ol li a.previous,
.category-products .toolbar .pages ol li a.next,
.category-products .toolbar .pages ol li a.previous {
  background: #e4e4e4;
}
/* line 6745, ../scss/_theme.scss */
.ftn-recycling-index-index .toolbar .pages ol li a.next:before, .ftn-recycling-index-index .toolbar .pages ol li a.previous:before,
.category-products .toolbar .pages ol li a.next:before,
.category-products .toolbar .pages ol li a.previous:before {
  border-left-color: #555;
  border-right-color: #555;
}
/* line 6750, ../scss/_theme.scss */
.ftn-recycling-index-index .toolbar .pages ol li a.next:hover:before, .ftn-recycling-index-index .toolbar .pages ol li a.previous:hover:before,
.category-products .toolbar .pages ol li a.next:hover:before,
.category-products .toolbar .pages ol li a.previous:hover:before {
  border-left-color: #FFF;
}
/* line 6755, ../scss/_theme.scss */
.ftn-recycling-index-index .toolbar .pages ol li a:hover,
.category-products .toolbar .pages ol li a:hover {
  background: #006654;
  color: #FFF;
  border-color: #006654;
}
@media (min-width: 768px) {
  /* line 6710, ../scss/_theme.scss */
  .ftn-recycling-index-index .toolbar .pages,
  .category-products .toolbar .pages {
    margin: 0;
  }
}
/* line 6767, ../scss/_theme.scss */
.ftn-recycling-index-index .toolbar .sort-by,
.category-products .toolbar .sort-by {
  height: auto;
  margin-top: 10px;
}
/* line 6771, ../scss/_theme.scss */
.ftn-recycling-index-index .toolbar .sort-by select,
.category-products .toolbar .sort-by select {
  height: 40px;
}
@media (min-width: 768px) {
  /* line 6767, ../scss/_theme.scss */
  .ftn-recycling-index-index .toolbar .sort-by,
  .category-products .toolbar .sort-by {
    margin-top: 5px;
  }
}
/* line 6780, ../scss/_theme.scss */
.ftn-recycling-index-index .toolbar .limiter select,
.category-products .toolbar .limiter select {
  height: 40px;
}

/* line 6805, ../scss/_theme.scss */
.ftn-recycling-index-index .product-disclaimer {
  clear: both;
  width: 100%;
  background: #e9f5d5;
  border-radius: 15px;
  border: 1px solid #006654;
  padding: 10px;
  margin: 20px 0;
  float: left;
}
/* line 6815, ../scss/_theme.scss */
.ftn-recycling-index-index .recycling-leftnav-title {
  font-family: "Open Sans", Verdana, Arial, sans-serif;
  margin-top: 10px;
  padding-bottom: 10px;
}
/* line 6821, ../scss/_theme.scss */
.ftn-recycling-index-index .recycling-leftnav-list li {
  border: 1px solid #DDE2E3;
  padding: 5px 15px;
  background: #f1f1f1;
}
/* line 6826, ../scss/_theme.scss */
.ftn-recycling-index-index .recycling-leftnav-list li a {
  color: #353222;
}
/* line 6829, ../scss/_theme.scss */
.ftn-recycling-index-index .recycling-leftnav-list li a:hover {
  color: #146B87;
}
/* line 6833, ../scss/_theme.scss */
.ftn-recycling-index-index .recycling-leftnav-list li.level-1 {
  padding-left: 30px;
  background: none;
  border-bottom: 0 none;
}
/* line 6838, ../scss/_theme.scss */
.ftn-recycling-index-index .recycling-leftnav-list li:last-child {
  border-bottom: 1px solid #DDE2E3;
}
/* line 6842, ../scss/_theme.scss */
.ftn-recycling-index-index .recycling-index-products {
  float: left;
  width: 100%;
  margin: 15px 0;
  padding-top: 30px;
  border-top: 1px solid #DDE2E3;
}
/* line 6849, ../scss/_theme.scss */
.ftn-recycling-index-index .recycling-index-products .product {
  border: 1px solid #DDE2E3;
  padding: 15px;
  position: relative;
  margin-bottom: 15px;
  margin-left: 15px;
  width: -webkit-calc(25% - (15px));
  width: calc(25% - (15px));
}
/* line 6857, ../scss/_theme.scss */
.ftn-recycling-index-index .recycling-index-products .product .product-image {
  margin: 0 auto;
  border: none;
  display: block;
}
/* line 6862, ../scss/_theme.scss */
.ftn-recycling-index-index .recycling-index-products .product .product-image img {
  max-width: 125px;
  max-height: 125px;
  margin: 0 auto;
}
/* line 6868, ../scss/_theme.scss */
.ftn-recycling-index-index .recycling-index-products .product .product-image::before {
  background: none;
  opacity: 1;
}
/* line 6872, ../scss/_theme.scss */
.ftn-recycling-index-index .recycling-index-products .product .product-name {
  min-height: 95px;
  text-align: center;
}
/* line 6876, ../scss/_theme.scss */
.ftn-recycling-index-index .recycling-index-products .product .product-name a {
  font-size: 15px;
}
/* line 6880, ../scss/_theme.scss */
.ftn-recycling-index-index .recycling-index-products .product .actions {
  min-height: 66px;
}
/* line 6883, ../scss/_theme.scss */
.ftn-recycling-index-index .recycling-index-products .product .ratings {
  position: absolute;
  bottom: 0;
  margin: 0;
  z-index: 10;
  left: 5px;
}
/* line 6890, ../scss/_theme.scss */
.ftn-recycling-index-index .recycling-index-products .product .ratings .rating-box {
  float: left;
}
/* line 6893, ../scss/_theme.scss */
.ftn-recycling-index-index .recycling-index-products .product .ratings span {
  display: none;
}
/* line 6899, ../scss/_theme.scss */
.ftn-recycling-index-index .recycling-index-list-item {
  float: left;
  width: 100%;
  margin: 15px 0;
  padding-top: 15px;
  border-top: 1px solid #DDE2E3;
}
/* line 6906, ../scss/_theme.scss */
.ftn-recycling-index-index .recycling-index-list-item h2 {
  font-size: 18px;
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid #006654;
}
/* line 6912, ../scss/_theme.scss */
.ftn-recycling-index-index .recycling-index-list-item h2 a {
  color: #353222;
}
/* line 6916, ../scss/_theme.scss */
.ftn-recycling-index-index .recycling-index-list-item .recycling-index-location {
  border: 1px solid #DDE2E3;
  border-radius: 4px;
  padding: 15px;
  margin-bottom: 10px;
  float: left;
  width: 100%;
}
/* line 6924, ../scss/_theme.scss */
.ftn-recycling-index-index .recycling-index-list-item .recycling-index-location .short-address {
  float: left;
  width: 100% !important;
  color: #353222;
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid #DDE2E3;
}
/* line 6932, ../scss/_theme.scss */
.ftn-recycling-index-index .recycling-index-list-item .recycling-index-location .short-address pre {
  border: 0 none;
  padding: 0;
  background: none;
  font-style: italic;
  color: #AFB2B7;
}
/* line 6940, ../scss/_theme.scss */
.ftn-recycling-index-index .recycling-index-list-item .recycling-index-location .telephone-number {
  float: left;
  width: 100% !important;
  color: #353222;
  margin-bottom: 10px;
}
/* line 6946, ../scss/_theme.scss */
.ftn-recycling-index-index .recycling-index-list-item .recycling-index-location p {
  font-style: italic;
}
/* line 6949, ../scss/_theme.scss */
.ftn-recycling-index-index .recycling-index-list-item .recycling-index-location a {
  cursor: pointer;
  font-size: 16px;
}
/* line 6953, ../scss/_theme.scss */
.ftn-recycling-index-index .recycling-index-list-item .recycling-index-location span {
  width: -webkit-calc(50% / 5);
  width: calc(50% / 5);
  float: left;
  color: #146B87;
}

@media only screen and (max-width: 599px) {
  /* line 6965, ../scss/_theme.scss */
  .ftn-recycling-index-index .recycling-index-products .product {
    margin-left: 0;
    width: 100%;
  }
  /* line 6968, ../scss/_theme.scss */
  .ftn-recycling-index-index .recycling-index-products .product .product-name {
    min-height: 95px;
    text-align: center;
  }
  /* line 6972, ../scss/_theme.scss */
  .ftn-recycling-index-index .recycling-index-products .product .actions {
    min-height: 66px;
  }
  /* line 6978, ../scss/_theme.scss */
  .ftn-recycling-index-index .recycling-index-location span {
    width: auto !important;
    margin-right: 5px;
  }
  /* line 6982, ../scss/_theme.scss */
  .ftn-recycling-index-index .recycling-index-location span:last-child {
    margin-right: 0;
  }
}
/* <768 */
@media only screen and (max-width: 767px) {
  /* line 6993, ../scss/_theme.scss */
  .category-products li.item .product-name {
    min-height: 75px;
  }
  /* line 6996, ../scss/_theme.scss */
  .category-products li.item .product-name a {
    font-size: 14px;
    font-family: "Open Sans", Verdana, Arial, sans-serif;
  }

  /* Filters */
  /*.block-layered-nav {
        .block-content {
            dl {
                border: 0 none !important;
                padding: 0 !important;

                dt {
                    border-color: $c-light-gray;
                    padding: 10px;
                    background: none;

                    &.current {
                        border: 0 none;
                        padding: 10px;
                        background: $c-blue;
                        color: $c-text-white;
                    }
                }
                dd {
                    &.current {
                        border: 0 none;
                        padding: 0;
                    }
                    ol li a {
                        margin-left: 0;
                        margin-right: 0;
                    }
                }
            }
        }
    }*/
}
/* Filters */
/* line 7039, ../scss/_theme.scss */
.block-layered-nav .block-title {
  display: none;
}
/* line 7045, ../scss/_theme.scss */
.block-layered-nav.currently .block-subtitle {
  padding-left: 0;
  font-style: italic;
}
/* line 7050, ../scss/_theme.scss */
.block-layered-nav .block-subtitle--filter {
  background: #006654;
  color: #FFF;
  height: 50px;
  line-height: 38px;
  border: 0 none;
  margin-left: -15px;
  text-align: center;
  text-transform: uppercase;
}
/* line 7060, ../scss/_theme.scss */
.block-layered-nav .block-subtitle--filter:hover {
  background: #006654;
}
/* line 7064, ../scss/_theme.scss */
.block-layered-nav .block-subtitle--filter.active:after {
  content: "-";
  position: absolute;
  width: auto;
  height: auto;
  border: 0 none;
  right: 25px;
  top: 14%;
  font-size: 29px;
  margin-top: 0;
}
/* line 7076, ../scss/_theme.scss */
.block-layered-nav .block-subtitle--filter:after {
  content: "+";
  position: absolute;
  width: auto;
  height: auto;
  border: 0 none;
  right: 25px;
  top: 14%;
  font-size: 29px;
  margin-top: 0;
}
@media only screen and (max-width: 770px) {
  /* line 7050, ../scss/_theme.scss */
  .block-layered-nav .block-subtitle--filter {
    display: block !important;
    margin-left: 0;
    margin-right: 0;
  }
}
@media only screen and (min-width: 770px) and (max-width: 770px) {
  /* line 7050, ../scss/_theme.scss */
  .block-layered-nav .block-subtitle--filter {
    margin-bottom: 20px;
  }
}
/* line 7098, ../scss/_theme.scss */
.block-layered-nav .block-content .currently {
  background: #f4f4f4;
  padding: 10px;
  border-radius: 3px;
}
/* line 7103, ../scss/_theme.scss */
.block-layered-nav .block-content .currently .range-slider {
  max-width: 100%;
  padding: 5px 15px;
}
/* line 7107, ../scss/_theme.scss */
.block-layered-nav .block-content .currently ol {
  padding-left: 0 !important;
  margin: 0;
}
/* line 7111, ../scss/_theme.scss */
.block-layered-nav .block-content .currently .label {
  color: #146B87;
  font-size: 14px;
  padding-left: 0;
  font-weight: bold !important;
}
/* line 7117, ../scss/_theme.scss */
.block-layered-nav .block-content .currently .btn-remove {
  border-radius: 3px;
  background: #FFF;
}
/* line 7121, ../scss/_theme.scss */
.block-layered-nav .block-content .currently .btn-remove:after {
  color: #e75c70;
  font-family: "fortescue-text-regular-pro", "Merriweather", "Times New Roman", serif;
}
/* line 7125, ../scss/_theme.scss */
.block-layered-nav .block-content .currently .btn-remove:hover {
  background: #e75c70;
  border-color: #e75c70;
}
/* line 7129, ../scss/_theme.scss */
.block-layered-nav .block-content .currently .btn-remove:hover:after {
  color: #FFF;
}
/* line 7135, ../scss/_theme.scss */
.block-layered-nav .block-content .range-slider {
  padding: 10px;
}
/* line 7138, ../scss/_theme.scss */
.block-layered-nav .block-content .actions a {
  color: #e75c70;
  float: right;
  border: 1px solid #e75c70;
  padding: 3px 5px;
}
/* line 7144, ../scss/_theme.scss */
.block-layered-nav .block-content .actions a:hover {
  background: #e75c70;
  color: #FFF;
}
@media only screen and (max-width: 768px) {
  /* line 7097, ../scss/_theme.scss */
  .block-layered-nav .block-content {
    margin-left: 0;
    margin-right: 0;
  }
}
/* line 7155, ../scss/_theme.scss */
.block-layered-nav .block-content #narrow-by-list {
  border: 0 none !important;
  padding: 0 !important;
}
/* line 7159, ../scss/_theme.scss */
.block-layered-nav .block-content #narrow-by-list a {
  color: #146B87;
}
/* line 7161, ../scss/_theme.scss */
.block-layered-nav .block-content #narrow-by-list a:hover {
  color: #00B091;
}
/* line 7166, ../scss/_theme.scss */
.block-layered-nav .block-content #narrow-by-list dt {
  border-color: #eee;
  padding: 10px;
  background: none;
  border-bottom: 0 none;
  cursor: pointer;
}
/* line 7173, ../scss/_theme.scss */
.block-layered-nav .block-content #narrow-by-list dt.current {
  border: 0 none;
  padding: 10px;
  background: #146B87;
  color: #FFF;
}
/* line 7179, ../scss/_theme.scss */
.block-layered-nav .block-content #narrow-by-list dt:hover {
  background: #f4f4f4;
}
/* line 7182, ../scss/_theme.scss */
.block-layered-nav .block-content #narrow-by-list dt:after {
  display: block !important;
  content: "+";
  position: absolute;
  width: auto;
  height: auto;
  border: 0 none;
  right: 10px;
  top: 10%;
  font-size: 20px;
  margin-top: 0;
  color: #555;
}
/* line 7195, ../scss/_theme.scss */
.block-layered-nav .block-content #narrow-by-list dt.active {
  background: #f4f4f4;
}
/* line 7198, ../scss/_theme.scss */
.block-layered-nav .block-content #narrow-by-list dt.active:after {
  display: block !important;
  content: "-";
  position: absolute;
  width: auto;
  height: auto;
  border: 0 none;
  right: 10px;
  top: 10%;
  font-size: 20px;
  margin-top: 0;
  color: #555;
}
/* line 7212, ../scss/_theme.scss */
.block-layered-nav .block-content #narrow-by-list dt:last-of-type {
  border-bottom: 1px solid #eee;
}
/* line 7216, ../scss/_theme.scss */
.block-layered-nav .block-content #narrow-by-list dd {
  border-color: #eee;
  margin: 0;
  padding: 0;
  border-top: 1px solid #eee;
}
/* line 7222, ../scss/_theme.scss */
.block-layered-nav .block-content #narrow-by-list dd.current {
  border: 0 none;
  padding: 0;
  background: #f4f4f4;
}
/* line 7227, ../scss/_theme.scss */
.block-layered-nav .block-content #narrow-by-list dd.current:after {
  content: "-";
  position: absolute;
  width: auto;
  height: auto;
  border: 0 none;
  right: 25px;
  top: 14%;
  font-size: 29px;
  margin-top: 0;
}
/* line 7239, ../scss/_theme.scss */
.block-layered-nav .block-content #narrow-by-list dd ol {
  margin-bottom: 0;
}
/* line 7242, ../scss/_theme.scss */
.block-layered-nav .block-content #narrow-by-list dd ol li a {
  margin-left: 0;
  margin-right: 0;
}

@media only screen and (max-width: 767px) {
  /* line 7254, ../scss/_theme.scss */
  .category-products .pages,
  .category-products .sort-by {
    display: table;
    margin: 0 auto !important;
    float: none !important;
    height: auto;
  }
  /* line 7261, ../scss/_theme.scss */
  .category-products .count-container {
    display: none;
  }
}

/* PDP */
/* line 7269, ../scss/_theme.scss */
#customer-reviews h2 {
  display: none;
}
/* line 7272, ../scss/_theme.scss */
#customer-reviews h2 span {
  color: #006654;
}
/* line 7276, ../scss/_theme.scss */
#customer-reviews h3 {
  color: #353222;
  font-size: 14px;
  padding: 10px 10px 10px 0;
  text-transform: capitalize;
}
/* line 7282, ../scss/_theme.scss */
#customer-reviews h3 span {
  color: #006654;
}
/* line 7286, ../scss/_theme.scss */
#customer-reviews .review-item {
  float: left;
  width: 100%;
  margin: 0 0 15px 0;
  padding: 10px;
  border: 1px solid #DDE2E3;
  border-radius: 2px;
  color: #353222;
}
/* line 7295, ../scss/_theme.scss */
#customer-reviews .review-item .ratings-table {
  margin-bottom: 10px;
}
/* line 7298, ../scss/_theme.scss */
#customer-reviews .review-item .review-title a {
  color: #353222;
  font-weight: bold;
  font-size: 16px;
}
/* line 7303, ../scss/_theme.scss */
#customer-reviews .review-item .review-details {
  font-weight: normal;
  font-style: italic;
  color: #AFB2B7;
  margin-bottom: 10px;
}
/* line 7310, ../scss/_theme.scss */
#customer-reviews .review-item .review-content {
  font-weight: normal;
}
/* line 7314, ../scss/_theme.scss */
#customer-reviews .review-item .no-rating {
  display: block;
  clear: both;
  width: 100%;
  padding: 15px 0;
  margin-bottom: 0;
}
/* line 7321, ../scss/_theme.scss */
#customer-reviews .review-item .no-rating a {
  color: #146B87;
  font-size: 18px;
  font-family: "Open Sans", Verdana, Arial, sans-serif;
  font-weight: 600;
}
/* line 7327, ../scss/_theme.scss */
#customer-reviews .review-item .no-rating a:before {
  content: "\e9a4";
  font-family: "ftn", serif;
  float: left;
  margin-right: 10px;
}
/* line 7335, ../scss/_theme.scss */
#customer-reviews .review-not-purchased, #customer-reviews .review-guest {
  margin: 20px;
  color: #353222;
  font-family: "Open Sans", Verdana, Arial, sans-serif;
  font-weight: bold !important;
  text-align: center;
}
/* line 7346, ../scss/_theme.scss */
#customer-reviews .modal-body button.close:hover {
  background-color: #FFF;
}
/* line 7353, ../scss/_theme.scss */
#customer-reviews .fieldset {
  width: 100% !important;
  padding: 0;
  font-size: 14px;
}
/* line 7358, ../scss/_theme.scss */
#customer-reviews .fieldset h4 {
  border-bottom: 1px solid #DDE2E3;
  font-family: "Open Sans", Verdana, Arial, sans-serif;
  font-weight: 600;
  font-size: 14px;
  padding-bottom: 5px;
  text-transform: capitalize;
  color: #353222;
}
/* line 7367, ../scss/_theme.scss */
#customer-reviews .fieldset .form-list {
  width: 100%;
}
/* line 7370, ../scss/_theme.scss */
#customer-reviews .fieldset .form-list label {
  font-family: "Open Sans", Verdana, Arial, sans-serif;
  font-weight: 600;
  text-transform: capitalize;
  font-size: 14px;
  margin: 15px 0;
}
/* line 7379, ../scss/_theme.scss */
#customer-reviews .review-summary-table {
  border-color: #DDE2E3;
}
/* line 7382, ../scss/_theme.scss */
#customer-reviews .buttons-set {
  width: 100%;
  margin-bottom: 20px;
}
/* line 7386, ../scss/_theme.scss */
#customer-reviews .buttons-set button {
  min-width: 200px;
  background: #006654;
  font-size: 18px;
  padding-left: 10px;
  line-height: 32px;
  position: relative;
  border: none;
  text-shadow: none;
  height: 45px;
  color: #FFF;
  font-family: "Open Sans", Verdana, Arial, sans-serif;
  font-weight: 600;
}

/* PDP */
/* line 7405, ../scss/_theme.scss */
.sidebar .pay-box {
  float: right;
  margin: 0 0 15px 0;
  width: 100%;
}
/* line 7410, ../scss/_theme.scss */
.sidebar .pay-box img {
  width: 100%;
}
/* line 7414, ../scss/_theme.scss */
.sidebar .help-box .help-content {
  border: 4px solid #006654;
  border-radius: 25px;
  color: #AFB2B7;
  font-size: 16px;
  line-height: 21px;
  padding: 10px;
  position: relative;
  text-align: center;
  float: left;
  margin-bottom: 30px;
}
/* line 7426, ../scss/_theme.scss */
.sidebar .help-box p {
  font-size: 12px;
  margin: 0 0 10px;
  text-align: center !important;
}
/* line 7431, ../scss/_theme.scss */
.sidebar .help-box .h2 {
  color: #006654;
  text-transform: uppercase;
  margin-top: 0;
}
/* line 7436, ../scss/_theme.scss */
.sidebar .help-box .call {
  color: #006654;
  display: block;
  padding: 0 0 15px;
}
/* line 7441, ../scss/_theme.scss */
.sidebar .help-box .call span {
  clear: both;
  display: block;
  margin: 0 auto;
}
/* line 7447, ../scss/_theme.scss */
.sidebar .help-box .mail {
  background: transparent url("https://m.faithful-to-nature.co.za/skin/frontend/rwd/ftn/images/sprite-custom.png") no-repeat scroll -278px -583px;
  color: #006654;
  display: inline-block;
  padding: 0 0 0 30px;
  vertical-align: top;
  word-spacing: -2px;
}
/* line 7458, ../scss/_theme.scss */
.sidebar .block-viewed .block-content li.item {
  width: 90%;
}

/* line 7465, ../scss/_theme.scss */
#recently-viewed-items .ratings {
  display: table;
  margin: 0 auto;
  margin-bottom: 15px;
}
/* line 7470, ../scss/_theme.scss */
#recently-viewed-items .ratings .rating-box {
  float: left;
  margin-top: 5px;
}
/* line 7474, ../scss/_theme.scss */
#recently-viewed-items .ratings span {
  color: silver;
  margin-left: 3px;
}
/* line 7480, ../scss/_theme.scss */
#recently-viewed-items .actions .qty-wrapper {
  margin-left: 0;
  width: 65px;
}
/* line 7484, ../scss/_theme.scss */
#recently-viewed-items .actions .qty-wrapper input {
  width: 30px;
}
/* line 7488, ../scss/_theme.scss */
#recently-viewed-items .actions .qty-wrapper #qty-nav,
#recently-viewed-items .actions .qty-wrapper .qty-nav {
  width: 35px;
}
/* line 7492, ../scss/_theme.scss */
#recently-viewed-items .actions .qty-wrapper #qty-nav .dn,
#recently-viewed-items .actions .qty-wrapper .qty-nav .dn {
  font-size: 18px;
}
/* line 7497, ../scss/_theme.scss */
#recently-viewed-items .actions .btn-cart {
  background: transparent;
  font-family: "Open Sans", Verdana, Arial, sans-serif;
  color: #353222;
  border: 1px solid #353222;
  white-space: normal;
  width: -webkit-calc(100% - 75px);
  width: calc(100% - 75px);
  height: 40px;
  float: right;
  line-height: 30px;
  margin-left: 10px;
  border-radius: 5px;
}
/* line 7510, ../scss/_theme.scss */
#recently-viewed-items .actions .btn-cart-max-width {
  width: -webkit-calc(100% - 20px);
  width: calc(100% - 20px);
  margin-left: 0;
}
/* line 7515, ../scss/_theme.scss */
#recently-viewed-items .actions .btn-cart:hover {
  background: #00332a;
}
/* line 7519, ../scss/_theme.scss */
#recently-viewed-items .actions p.out-of-stock {
  text-align: center;
  font-weight: bold;
  background: #e4e4e4;
  height: 40px;
  line-height: 43px;
}
/* line 7526, ../scss/_theme.scss */
#recently-viewed-items .actions p.out-of-stock span {
  color: #FFF !important;
}

/* line 7533, ../scss/_theme.scss */
.ratings-product-details {
  clear: both;
  float: left;
  width: 100%;
}
/* line 7538, ../scss/_theme.scss */
.ratings-product-details .ratings {
  width: 41%;
  float: left;
}
/* line 7542, ../scss/_theme.scss */
.ratings-product-details span {
  display: none;
}
/* line 7545, ../scss/_theme.scss */
.ratings-product-details span a {
  float: left;
  display: block;
  padding-right: 3px;
  color: #b8b8b8;
}
/* line 7551, ../scss/_theme.scss */
.ratings-product-details .reviews-amount {
  float: right;
  margin-top: 12px;
}
/* line 7555, ../scss/_theme.scss */
.ratings-product-details .reviews-amount a,
.ratings-product-details .reviews-amount span {
  line-height: 12px;
  float: left;
  display: block;
  padding-right: 3px;
  color: #353222;
}
/* line 7563, ../scss/_theme.scss */
.ratings-product-details .reviews-amount span:hover,
.ratings-product-details .reviews-amount a:hover {
  color: #146B87;
  cursor: pointer;
}
/* line 7568, ../scss/_theme.scss */
.ratings-product-details .reviews-amount span {
  border-right: 1px solid #353222;
  padding-right: 10px;
  margin-right: 10px;
}

/* line 7577, ../scss/_theme.scss */
#product_sendtofriend_form label {
  font-weight: normal;
}
/* line 7580, ../scss/_theme.scss */
#product_sendtofriend_form h2 {
  color: #353222;
  font: 14px "Open Sans", Verdana, Arial, sans-serif;
  font-weight: 600;
}
/* line 7585, ../scss/_theme.scss */
#product_sendtofriend_form .form-list {
  border: 1px solid #DDE2E3;
  border-radius: 4px;
  padding: 20px 0;
}
/* line 7590, ../scss/_theme.scss */
#product_sendtofriend_form .form-list div.field,
#product_sendtofriend_form .form-list li.wide {
  padding: 0 30px;
}
/* line 7594, ../scss/_theme.scss */
#product_sendtofriend_form .form-list textarea {
  max-width: 450px;
}
/* line 7597, ../scss/_theme.scss */
#product_sendtofriend_form .form-list textarea {
  height: 220px;
}
/* line 7601, ../scss/_theme.scss */
#product_sendtofriend_form #sender_options {
  margin-bottom: 20px;
}
/* line 7604, ../scss/_theme.scss */
#product_sendtofriend_form li.additional-row p {
  padding-left: 30px;
  margin-top: 20px;
}

/* line 7610, ../scss/_theme.scss */
#referfriends-facebook-form .form-list textarea {
  height: 250px;
}

/* line 7614, ../scss/_theme.scss */
#referfriends-opc-twitter-content .form-list textarea {
  height: 150px;
}

/* line 7620, ../scss/_theme.scss */
#review-form .review-summary-table thead th {
  padding: 5px 7px 0 8px;
}
/* line 7623, ../scss/_theme.scss */
#review-form .review-summary-table tbody td label {
  padding-top: 0;
}
/* line 7628, ../scss/_theme.scss */
#review-form .form-list .radio-box {
  float: left;
  margin-right: 20px;
}
/* line 7632, ../scss/_theme.scss */
#review-form .form-list .radio-box-section {
  clear: both;
  float: left;
  width: 100%;
}

/* line 7640, ../scss/_theme.scss */
#product-review-table tbody th {
  padding-top: 0;
}

/* line 7645, ../scss/_theme.scss */
.product-view .block-recommendation {
  background-color: #AFB2B7;
  border-radius: 4px;
  float: left;
  width: 100%;
  margin: 0 0 15px 0;
}
/* line 7652, ../scss/_theme.scss */
.product-view .block-recommendation p {
  padding: 5px 0 5px 10px;
  color: #FFF;
  text-align: center;
  margin: 0;
  font-size: 16px;
}
/* line 7659, ../scss/_theme.scss */
.product-view .block-recommendation p:before {
  content: "\ea10";
  font-family: "ftn", serif;
  color: #006654;
  margin-right: 10px;
}

/* line 7668, ../scss/_theme.scss */
#review-form-add {
  width: 100%;
  float: left;
}

/* Subscribe Home */
/* line 7678, ../scss/_theme.scss */
.block-subscribe {
  width: 100%;
  display: inline-block;
  margin-top: 40px;
  overflow: hidden;
  padding: 0;
  background: #004738;
}
/* line 7686, ../scss/_theme.scss */
.block-subscribe .subscribe-image {
  display: none;
  position: relative;
  height: 0;
  margin: 0;
  padding: 0;
  padding-bottom: 85%;
  overflow: hidden;
}
@media (min-width: 1024px) {
  /* line 7686, ../scss/_theme.scss */
  .block-subscribe .subscribe-image {
    display: block;
  }
}
@media (min-width: 1200px) {
  /* line 7686, ../scss/_theme.scss */
  .block-subscribe .subscribe-image {
    padding-bottom: 74%;
  }
}
/* line 7703, ../scss/_theme.scss */
.block-subscribe .subscribe-image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
/* line 7713, ../scss/_theme.scss */
.block-subscribe .subscribe-right {
  padding: 15px;
}
@media (min-width: 767px) {
  /* line 7713, ../scss/_theme.scss */
  .block-subscribe .subscribe-right {
    padding: 20px;
  }
}
@media (min-width: 1200px) {
  /* line 7713, ../scss/_theme.scss */
  .block-subscribe .subscribe-right {
    padding: 20px 30px;
  }
}
@media (min-width: 1024px) {
  /* line 7678, ../scss/_theme.scss */
  .block-subscribe {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  /* line 7728, ../scss/_theme.scss */
  .block-subscribe .subscribe-left {
    float: left;
    width: 40%;
  }
  /* line 7733, ../scss/_theme.scss */
  .block-subscribe .subscribe-right {
    float: left;
    width: 60%;
    -webkit-align-self: center;
        -ms-flex-item-align: center;
                -ms-grid-row-align: center;
            align-self: center;
  }
  /* line 7738, ../scss/_theme.scss */
  .block-subscribe .subscribe-right:after {
    content: "";
    display: table;
    clear: both;
  }
}
/* line 7746, ../scss/_theme.scss */
.block-subscribe .subscribe-text {
  color: #FFF;
  font-size: 20px;
  padding: 22px;
}
/* line 7751, ../scss/_theme.scss */
.block-subscribe .subscribe-text h3, .block-subscribe .subscribe-text div {
  text-align: center;
}
@media (min-width: 1024px) {
  /* line 7751, ../scss/_theme.scss */
  .block-subscribe .subscribe-text h3, .block-subscribe .subscribe-text div {
    text-align: left;
  }
}
/* line 7759, ../scss/_theme.scss */
.block-subscribe .subscribe-text h3 {
  color: #FFF;
  margin: 0;
}
@media (min-width: 767px) {
  /* line 7759, ../scss/_theme.scss */
  .block-subscribe .subscribe-text h3 {
    font-size: 36px;
  }
}
/* line 7767, ../scss/_theme.scss */
.block-subscribe .subscribe-text div {
  font-size: 18px;
  color: #FFF;
}
/* line 7770, ../scss/_theme.scss */
.block-subscribe .subscribe-text div span {
  font-size: 14px;
}
/* line 7772, ../scss/_theme.scss */
.block-subscribe .subscribe-text div span .required {
  color: #ec3333;
}
/* line 7777, ../scss/_theme.scss */
.block-subscribe .subscribe-text div strong {
  color: #FFF;
  text-transform: uppercase;
}
@media (max-width: 767px) {
  /* line 7746, ../scss/_theme.scss */
  .block-subscribe .subscribe-text {
    font-size: 20px;
    text-align: center;
    padding: 15px;
  }
}
@media (min-width: 768px) and (max-width: 868px) {
  /* line 7746, ../scss/_theme.scss */
  .block-subscribe .subscribe-text {
    font-size: 23px;
  }
}
@media (min-width: 1200px) {
  /* line 7746, ../scss/_theme.scss */
  .block-subscribe .subscribe-text {
    padding: 25px 25px 20px 25px;
  }
}
/* line 7796, ../scss/_theme.scss */
.block-subscribe .subscribe-form {
  padding: 0 25px 25px;
}
@media (max-width: 767px) {
  /* line 7796, ../scss/_theme.scss */
  .block-subscribe .subscribe-form {
    padding: 15px;
  }
}
@media (max-width: 767px) {
  /* line 7803, ../scss/_theme.scss */
  .block-subscribe .subscribe-form form {
    width: 100%;
  }
}
/* line 7808, ../scss/_theme.scss */
.block-subscribe .subscribe-form form .block-content {
  margin-top: 0;
}
/* line 7812, ../scss/_theme.scss */
.block-subscribe .subscribe-form form .input-box {
  float: left;
  width: 50%;
}
/* line 7816, ../scss/_theme.scss */
.block-subscribe .subscribe-form form .input-box input {
  height: 35px;
  border: 1px solid #FFF;
  width: 100%;
}
/* line 7822, ../scss/_theme.scss */
.block-subscribe .subscribe-form form .input-box:first-child {
  padding-right: 10px;
}
@media (max-width: 499px) {
  /* line 7822, ../scss/_theme.scss */
  .block-subscribe .subscribe-form form .input-box:first-child {
    margin-bottom: 5px;
    padding-right: 0;
  }
}
@media (max-width: 499px) {
  /* line 7812, ../scss/_theme.scss */
  .block-subscribe .subscribe-form form .input-box {
    width: 100%;
  }
  /* line 7833, ../scss/_theme.scss */
  .block-subscribe .subscribe-form form .input-box input {
    width: 100%;
  }
}
/* line 7838, ../scss/_theme.scss */
.block-subscribe .subscribe-form form .input-box:after {
  content: "";
  display: table;
  clear: both;
}
/* line 7844, ../scss/_theme.scss */
.block-subscribe .subscribe-form form .actions .button {
  margin-top: 5px;
  width: 100%;
  font-family: "Open Sans", Verdana, Arial, sans-serif;
  font-size: 16px;
  line-height: 1;
  color: #FFF !important;
  border: 0 none !important;
  background-color: #006654;
  -webkit-transition: .3s background ease-in-out;
  transition: .3s background ease-in-out;
  padding: 10px 20px !important;
}
/* line 7856, ../scss/_theme.scss */
.block-subscribe .subscribe-form form .actions .button:hover {
  background-color: #D77929;
}
@media (max-width: 767px) {
  /* line 7844, ../scss/_theme.scss */
  .block-subscribe .subscribe-form form .actions .button {
    margin-top: 10px;
    font-size: 14px;
  }
}

/* <1024 */
@media only screen and (max-width: 1024px) {
  /* line 7871, ../scss/_theme.scss */
  .main-container,
  .footer {
    padding: 0 15px !important;
  }
}
@media only screen and (max-width: 770px) {
  /* line 7878, ../scss/_theme.scss */
  .col-left,
  .col-right,
  .col-main,
  .col1-layout .col-left,
  .col1-layout .col-right,
  .col1-layout .col-main,
  .col2-left-layout .col-left,
  .col2-left-layout .col-right,
  .col2-left-layout .col-main,
  .col2-right-layout .col-left,
  .col2-right-layout .col-right,
  .col2-right-layout .col-main,
  .col3-layout .col-wrapper .col-left,
  .col3-layout .col-right,
  .col3-layout .col-wrapper .col-main {
    padding: 0;
    margin-bottom: 10px;
    float: none;
    width: auto;
  }
}
/* line 7900, ../scss/_theme.scss */
.footer-payment-methods {
  padding: 0 15px;
}
/* line 7903, ../scss/_theme.scss */
.footer-payment-methods img {
  width: 100%;
  max-width: 384px;
  margin: 0 auto;
  padding: 0;
}

/* line 7911, ../scss/_theme.scss */
.payment-methods-footer {
  display: table;
  margin: 10px auto;
}
/* line 7915, ../scss/_theme.scss */
.payment-methods-footer img {
  padding-left: 5px;
  padding-right: 5px;
  max-width: 100%;
  float: left;
}

/* line 7925, ../scss/_theme.scss */
.checkout-cart-index .cart-slider-crosssell .featured-title {
  visibility: hidden;
}

/* line 7932, ../scss/_theme.scss */
.block-subscribe-footer-call-and-email a {
  text-transform: none !important;
}
/* line 7935, ../scss/_theme.scss */
.block-subscribe-footer-call-and-email .call a::before {
  font-family: "icomoon", serif;
  color: #FFF;
  margin-right: 15px;
  content: "\e942";
}
/* line 7941, ../scss/_theme.scss */
.block-subscribe-footer-call-and-email .email a::before {
  font-family: "icomoon", serif;
  color: #FFF;
  margin-right: 15px;
  content: "\e945";
}
@media (max-width: 767px) {
  /* line 7948, ../scss/_theme.scss */
  .block-subscribe-footer-call-and-email a {
    color: #FFF;
  }
}

/* line 7955, ../scss/_theme.scss */
.block-subscribe-footer {
  padding-top: 15px;
  border-top: 1px solid #AFB2B7;
}
@media (min-width: 768px) {
  /* line 7955, ../scss/_theme.scss */
  .block-subscribe-footer {
    border-top: 0 none;
  }
}
/* line 7963, ../scss/_theme.scss */
.block-subscribe-footer .embedded-subscribe-form {
  width: 90%;
  margin: 0 auto;
}
@media (min-width: 768px) {
  /* line 7963, ../scss/_theme.scss */
  .block-subscribe-footer .embedded-subscribe-form {
    width: 100%;
  }
}
/* line 7971, ../scss/_theme.scss */
.block-subscribe-footer .embedded-subscribe-form label {
  color: #FFF;
}
/* line 7974, ../scss/_theme.scss */
.block-subscribe-footer .embedded-subscribe-form input {
  border-radius: 3px !important;
  width: 100%;
}
/* line 7978, ../scss/_theme.scss */
.block-subscribe-footer .embedded-subscribe-form .button {
  background-color: #004738;
  float: left;
  width: 100%;
  border: 0 none !important;
  color: #FFF !important;
}

/* Refer a friend */
/* line 7992, ../scss/_theme.scss */
.cms-refer-a-friend .breadcrumbs {
  display: none;
}
/* line 7995, ../scss/_theme.scss */
.cms-refer-a-friend .col-main {
  background: url(https://m.faithful-to-nature.co.za/skin/frontend/rwd/ftn/images/refer-background.jpg) no-repeat center center;
  background-size: cover;
  display: block;
  min-height: 866px;
  margin-top: 20px;
}
/* line 8005, ../scss/_theme.scss */
.cms-refer-a-friend .content {
  width: 45%;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-45%, -50%);
          transform: translate(-45%, -50%);
}
/* line 8013, ../scss/_theme.scss */
.cms-refer-a-friend .content .page-title {
  font-family: "fortescue-text-regular-pro", "Merriweather", "Times New Roman", serif;
  font-size: 50px;
  text-align: center;
  margin: 0 auto 55px auto;
  color: #353222;
  background: transparent;
  -webkit-font-variant-ligatures: none;
          font-variant-ligatures: none;
}
/* line 8023, ../scss/_theme.scss */
.cms-refer-a-friend .content .sub-content {
  width: 80%;
  margin: 20px auto;
  text-align: center;
  font-weight: bold;
  font-size: 17px;
  color: #353222;
  clear: both;
}
/* line 8032, ../scss/_theme.scss */
.cms-refer-a-friend .content .sub-content .blue {
  color: #146B87;
}
/* line 8036, ../scss/_theme.scss */
.cms-refer-a-friend .content .sub-content.italic {
  font-style: italic !important;
}
/* line 8039, ../scss/_theme.scss */
.cms-refer-a-friend .content .sub-content.links {
  font-size: 14px;
  margin-top: 40px;
}
/* line 8043, ../scss/_theme.scss */
.cms-refer-a-friend .content .sub-content.links span {
  float: left;
  clear: both;
  text-align: center;
  width: 100%;
}
/* line 8049, ../scss/_theme.scss */
.cms-refer-a-friend .content .sub-content.links a {
  text-decoration: underline;
  color: #4b352e;
}
/* line 8053, ../scss/_theme.scss */
.cms-refer-a-friend .content .sub-content.links span:last-of-type {
  margin-top: 15px;
}
/* line 8057, ../scss/_theme.scss */
.cms-refer-a-friend .content .button {
  width: 25%;
  margin: 50px auto;
  color: #FFF;
  display: block;
  font-family: "Open Sans", Verdana, Arial, sans-serif;
  font-weight: 600;
}
@media only screen and (max-width: 767px) {
  /* line 8067, ../scss/_theme.scss */
  .cms-refer-a-friend .content {
    width: 80%;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
  /* line 8073, ../scss/_theme.scss */
  .cms-refer-a-friend .content .page-title {
    width: 100%;
    font-size: 38px;
    margin-bottom: 30px;
  }
  /* line 8079, ../scss/_theme.scss */
  .cms-refer-a-friend .content .sub-content {
    width: 100%;
  }
  /* line 8083, ../scss/_theme.scss */
  .cms-refer-a-friend .content .button {
    width: 80%;
    margin: 25px auto;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  /* line 8090, ../scss/_theme.scss */
  .cms-refer-a-friend .content {
    width: 50%;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-42%, -50%);
            transform: translate(-42%, -50%);
  }
  /* line 8096, ../scss/_theme.scss */
  .cms-refer-a-friend .content .page-title {
    font-size: 35px;
  }
  /* line 8100, ../scss/_theme.scss */
  .cms-refer-a-friend .content .sub-content {
    width: 100%;
  }
  /* line 8104, ../scss/_theme.scss */
  .cms-refer-a-friend .content .button {
    width: 30% !important;
  }
}

/* PDP Sharing */
/* line 8112, ../scss/_theme.scss */
.find-us {
  display: inline-block;
  width: 100%;
}
/* line 8116, ../scss/_theme.scss */
.find-us h3 {
  text-align: center;
  font-size: 18px;
  color: #353222;
}
/* line 8121, ../scss/_theme.scss */
.find-us ul {
  display: inline-block;
  width: 100%;
  margin-top: 10px;
}
/* line 8126, ../scss/_theme.scss */
.find-us li {
  width: -webkit-calc((100% / 5) - 10px);
  width: calc((100% / 5) - 10px);
  float: left;
  margin: 0 5px;
}
/* line 8131, ../scss/_theme.scss */
.find-us li span {
  font-family: "ftn", serif;
  font-size: 17px;
  color: #AFB2B7;
  display: block;
  text-align: center;
  width: 40px;
  height: 40px;
  padding: 5px;
  border: 1px solid #AFB2B7;
  border-radius: 50%;
  margin: 0 auto;
  line-height: 28px;
}
/* line 8145, ../scss/_theme.scss */
.find-us li span:hover {
  color: #006654;
}
/* line 8150, ../scss/_theme.scss */
.find-us .twitter::before {
  content: "\ea96";
}
/* line 8153, ../scss/_theme.scss */
.find-us .pinterest span {
  background: transparent !important;
  border-radius: 50% !important;
  width: 40px !important;
  height: 40px;
  padding: 5px !important;
  font-family: "ftn", serif !important;
  color: #AFB2B7 !important;
  font-size: 0;
  text-indent: 0 !important;
  line-height: 28px !important;
  font-weight: normal !important;
  box-shadow: none;
}
/* line 8169, ../scss/_theme.scss */
.find-us .pinterest span:before {
  content: "\ea96";
  font-size: 20px;
}
/* line 8173, ../scss/_theme.scss */
.find-us .pinterest span:hover {
  color: #006654 !important;
}
/* line 8177, ../scss/_theme.scss */
.find-us .instagram:before {
  content: "\ea92";
}
/* line 8180, ../scss/_theme.scss */
.find-us .hello::before {
  content: "\e9a4";
}
/* line 8183, ../scss/_theme.scss */
.find-us .icon-whatsapp:before {
  content: "\ea93";
}

/* Overstickers & Ribbons */
/* line 8189, ../scss/_theme.scss */
.sticker-ribbons {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 99;
  height: auto;
  overflow: hidden;
}
/* line 8197, ../scss/_theme.scss */
.sticker-ribbons img {
  margin-top: 5px !important;
  margin-left: 5px;
}
/* line 8201, ../scss/_theme.scss */
.sticker-ribbons img + img {
  margin-top: 5px !important;
}
/* line 8204, ../scss/_theme.scss */
.sticker-ribbons .ribbon {
  width: 55px;
  height: 20px;
  color: #FFF;
  text-transform: uppercase;
  font-weight: bold;
  padding-left: 5px;
  text-align: left;
  margin-top: 5px;
  z-index: 1;
}
/* line 8215, ../scss/_theme.scss */
.sticker-ribbons #ribbon-save {
  background: transparent url("https://m.faithful-to-nature.co.za/skin/frontend/rwd/ftn/images/saveribbon.png") no-repeat right;
}
/* line 8218, ../scss/_theme.scss */
.sticker-ribbons #ribbon-new {
  background: transparent url("https://m.faithful-to-nature.co.za/skin/frontend/rwd/ftn/images/newribbon.png") no-repeat right;
}
/* line 8221, ../scss/_theme.scss */
.sticker-ribbons #ribbon-birthday {
  background: transparent url("https://m.faithful-to-nature.co.za/skin/frontend/rwd/ftn/images/overstickers/birthday.png") no-repeat right;
  width: 105px;
}
/* line 8226, ../scss/_theme.scss */
.sticker-ribbons .tooltip {
  position: fixed;
  max-width: 170px;
}
/* line 8230, ../scss/_theme.scss */
.sticker-ribbons .tooltip .tooltip-inner {
  background: #FFF !important;
  color: #AFB2B7 !important;
  box-shadow: 0 0 1px #AFB2B7;
  opacity: 1 !important;
}
/* line 8237, ../scss/_theme.scss */
.sticker-ribbons .bottom {
  margin-left: 60px;
}
/* line 8240, ../scss/_theme.scss */
.sticker-ribbons .bottom .tooltip-arrow {
  left: 16% !important;
}

/* line 8247, ../scss/_theme.scss */
.owl-carousel .sticker-ribbons .right {
  margin-top: 5px !important;
}

/* line 8254, ../scss/_theme.scss */
.catalog-product-view .sticker-ribbons {
  width: auto;
  max-height: none;
}
/* line 8258, ../scss/_theme.scss */
.catalog-product-view .sticker-ribbons img {
  max-height: none;
  max-width: none;
  margin: 0;
}

/* Black Friday Landing Page */
/* line 8267, ../scss/_theme.scss */
.green {
  color: #006654;
}

/* line 8271, ../scss/_theme.scss */
.cms-black-friday .breadcrumbs {
  display: none;
}
@media only screen and (max-width: 768px) {
  /* line 8274, ../scss/_theme.scss */
  .cms-black-friday .main-container {
    padding-top: 15px !important;
  }
}

/* line 8281, ../scss/_theme.scss */
.black-friday .banner {
  background: #000000;
  float: left;
  width: 100%;
}
/* line 8286, ../scss/_theme.scss */
.black-friday .banner .page-title {
  float: left;
  width: 100%;
}
/* line 8290, ../scss/_theme.scss */
.black-friday .banner .page-title h1 {
  color: #006654 !important;
  text-align: center;
  text-transform: uppercase;
  font-size: 80px;
  display: table;
  margin: 30px auto 0;
  font-family: "fortescue-text-regular-pro", "Merriweather", "Times New Roman", serif;
  font-weight: normal;
  padding-bottom: 30px;
}
@media only screen and (max-width: 767px) {
  /* line 8290, ../scss/_theme.scss */
  .black-friday .banner .page-title h1 {
    font-size: 35px !important;
    padding-bottom: 15px;
  }
}
/* line 8306, ../scss/_theme.scss */
.black-friday .banner .page-title h1 strong {
  color: #FFF;
  font-weight: 600;
}
/* line 8310, ../scss/_theme.scss */
.black-friday .banner .page-title h1:before {
  content: "";
  background: url(https://m.faithful-to-nature.co.za/skin/frontend/rwd/ftn/images/blackfriday/leaf.png) no-repeat 0 0;
  display: block;
  width: 67px;
  height: 51px;
  float: left;
}
@media only screen and (max-width: 767px) {
  /* line 8310, ../scss/_theme.scss */
  .black-friday .banner .page-title h1:before {
    display: none;
  }
}
/* line 8324, ../scss/_theme.scss */
.black-friday .banner a.readmore {
  color: #FFF !important;
  display: table;
  margin: auto;
  font-family: "myriad-pro", sans-serif;
  text-transform: uppercase;
  font-size: 16px;
  border-bottom: 2px solid #FFF;
  font-weight: bold;
}
/* line 8334, ../scss/_theme.scss */
.black-friday .banner .green {
  color: #006654;
}
/* line 8337, ../scss/_theme.scss */
.black-friday .banner .sub {
  color: #FFF;
  width: 100%;
  float: left;
  font-size: 18px;
  text-align: center;
  padding: 30px;
  font-family: "myriad-pro", sans-serif;
}
/* line 8346, ../scss/_theme.scss */
.black-friday .banner p {
  color: #FFF;
  font-size: 18px;
  font-family: "myriad-pro", sans-serif !important;
  text-align: center;
}
/* line 8352, ../scss/_theme.scss */
.black-friday .banner .counter {
  color: #FFF;
  display: table;
  margin: 0 auto;
  padding-top: 5px;
}
@media only screen and (max-width: 767px) {
  /* line 8352, ../scss/_theme.scss */
  .black-friday .banner .counter {
    display: none;
  }
}
/* line 8363, ../scss/_theme.scss */
.black-friday .banner.bottom {
  padding: 30px;
}
/* line 8367, ../scss/_theme.scss */
.black-friday .grid {
  float: left;
  width: 100%;
  margin-top: 15px;
}
@media only screen and (max-width: 767px) {
  /* line 8367, ../scss/_theme.scss */
  .black-friday .grid {
    margin-top: 0;
  }
}
/* line 8376, ../scss/_theme.scss */
.black-friday .grid .row {
  margin-bottom: 20px;
  float: left;
  width: 100%;
}
@media only screen and (max-width: 767px) {
  /* line 8376, ../scss/_theme.scss */
  .black-friday .grid .row {
    margin-bottom: 0;
  }
}
/* line 8385, ../scss/_theme.scss */
.black-friday .grid .row .block {
  min-height: 390px;
  float: left;
  margin: 0 10px;
  width: calc((100% / 3) - 20px);
  width: -webkit-calc((100% / 3) - 20px);
  width: -moz-calc((100% / 3) - 20px);
  overflow: hidden;
  position: relative;
  background-size: cover;
}
@media only screen and (max-width: 767px) {
  /* line 8385, ../scss/_theme.scss */
  .black-friday .grid .row .block {
    display: none;
    min-width: 0;
  }
  /* line 8400, ../scss/_theme.scss */
  .black-friday .grid .row .block.active {
    display: block !important;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  /* line 8385, ../scss/_theme.scss */
  .black-friday .grid .row .block {
    min-height: 300px;
    background-size: cover !important;
  }
}
/* line 8410, ../scss/_theme.scss */
.black-friday .grid .row .block:first-child {
  margin-left: 0;
  width: calc((100% / 3) - 10px);
  width: -webkit-calc((100% / 3) - 10px);
  width: -moz-calc((100% / 3) - 10px);
}
@media only screen and (max-width: 767px) {
  /* line 8410, ../scss/_theme.scss */
  .black-friday .grid .row .block:first-child {
    width: 100%;
    margin: 10px 0;
  }
}
/* line 8421, ../scss/_theme.scss */
.black-friday .grid .row .block:last-child {
  margin-right: 0;
  width: calc((100% / 3) - 10px);
  width: -webkit-calc((100% / 3) - 10px);
  width: -moz-calc((100% / 3) - 10px);
}
@media only screen and (max-width: 767px) {
  /* line 8421, ../scss/_theme.scss */
  .black-friday .grid .row .block:last-child {
    width: 100%;
    margin: 10px 0;
  }
}
@media only screen and (max-width: 767px) {
  /* line 8385, ../scss/_theme.scss */
  .black-friday .grid .row .block {
    width: 100%;
    margin: 10px 0;
    min-height: 250px;
  }
}
/* line 8438, ../scss/_theme.scss */
.black-friday .grid .row .block .closed {
  color: #FFF;
  font-family: "myriad-pro", sans-serif;
  position: absolute;
  top: 50%;
  width: 100%;
  text-align: center;
  text-transform: uppercase;
  font-size: 0;
  transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  font-weight: bold;
  letter-spacing: 2px;
  transition: all 1s ease;
  -moz-transition: all 1s ease;
  -webkit-transition: all 1s ease;
}
/* line 8457, ../scss/_theme.scss */
.black-friday .grid .row .block:hover .closed {
  font-size: 30px;
}
/* line 8461, ../scss/_theme.scss */
.black-friday .grid .row .block .current {
  position: absolute;
  top: 47%;
  left: 50%;
  width: 70%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  font-family: "myriad-pro", sans-serif;
  text-transform: uppercase;
  text-align: center;
  font-size: 35px;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
}
@media only screen and (max-width: 1024px) {
  /* line 8461, ../scss/_theme.scss */
  .black-friday .grid .row .block .current {
    width: 80%;
  }
}
/* line 8481, ../scss/_theme.scss */
.black-friday .grid .row .block .current a {
  color: #FFF;
}
/* line 8484, ../scss/_theme.scss */
.black-friday .grid .row .block .current .save {
  width: 100%;
  clear: both;
  display: block;
  padding: 0 10px;
  font-size: 25px;
  letter-spacing: 2px;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  border-top: 1px solid #FFF;
}
@media only screen and (max-width: 1024px) {
  /* line 8484, ../scss/_theme.scss */
  .black-friday .grid .row .block .current .save {
    font-size: 18px;
  }
}
/* line 8500, ../scss/_theme.scss */
.black-friday .grid .row .block .current .daily {
  font-size: 35px;
  width: 100%;
  margin: 0 auto;
  letter-spacing: 5px;
  clear: both;
  text-transform: uppercase;
  font-weight: bold;
  padding: 10px 0;
  border-top: 1px solid #FFF;
  border-bottom: 1px solid #FFF;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  /* line 8500, ../scss/_theme.scss */
  .black-friday .grid .row .block .current .daily {
    font-size: 25px;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  /* line 8500, ../scss/_theme.scss */
  .black-friday .grid .row .block .current .daily {
    font-size: 22px;
  }
}
/* line 8520, ../scss/_theme.scss */
.black-friday .grid .row .block .current .promo {
  width: 100%;
  font-size: 25px;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
}
/* line 8527, ../scss/_theme.scss */
.black-friday .grid .row .block .current .cta {
  font-size: 20px;
  padding: 0 10px;
  border-bottom: 1px solid #FFF;
  width: 100%;
  margin: 0 auto;
  clear: both;
  display: block;
  letter-spacing: 4px;
  color: #006654;
}
@media only screen and (max-width: 1024px) {
  /* line 8527, ../scss/_theme.scss */
  .black-friday .grid .row .block .current .cta {
    font-size: 18px;
  }
}
@media only screen and (max-width: 767px) {
  /* line 8544, ../scss/_theme.scss */
  .black-friday .grid .row .block.current {
    display: block !important;
  }
}
/* line 8548, ../scss/_theme.scss */
.black-friday .grid .row .block .social {
  position: absolute;
  bottom: 20px;
  left: 50%;
  width: 150px;
  transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
}
@media only screen and (max-width: 767px) {
  /* line 8548, ../scss/_theme.scss */
  .black-friday .grid .row .block .social {
    display: none;
  }
}
/* line 8561, ../scss/_theme.scss */
.black-friday .grid .row .block .social span {
  font-family: "icomoon", serif;
  font-size: 17px;
  color: #AFB2B7;
  display: block;
  text-align: center;
  width: 40px;
  height: 40px;
  padding: 5px;
  border: 1px solid #AFB2B7;
  border-radius: 50%;
  line-height: 28px;
  float: left;
  margin: 0 5px;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
/* line 8579, ../scss/_theme.scss */
.black-friday .grid .row .block .social span:before {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
/* line 8585, ../scss/_theme.scss */
.black-friday .grid .row .block .social span:hover {
  border-color: #FFF;
}
/* line 8588, ../scss/_theme.scss */
.black-friday .grid .row .block .social span:hover:before {
  color: #FFF;
}
/* line 8594, ../scss/_theme.scss */
.black-friday .grid .row .block .social .instagram:before {
  content: "";
  background: url(https://m.faithful-to-nature.co.za/skin/frontend/rwd/ftn/images/instagram-icon-gray.png) 0 0 no-repeat;
  display: block;
  width: 15px;
  height: 15px;
  margin: 6px auto 0 auto;
}
@media only screen and (max-width: 767px) {
  /* line 8594, ../scss/_theme.scss */
  .black-friday .grid .row .block .social .instagram:before {
    margin-top: 4px;
  }
}
/* line 8606, ../scss/_theme.scss */
.black-friday .grid .row .block .social .instagram:hover:before {
  background: url(https://m.faithful-to-nature.co.za/skin/frontend/rwd/ftn/images/instagram-icon.png) 0 0 no-repeat;
}
/* line 8611, ../scss/_theme.scss */
.black-friday .grid .row .block .coming {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transition: all 0.9s ease;
  transition: all 0.9s ease;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}
/* line 8622, ../scss/_theme.scss */
.black-friday .grid .row .block .promotion {
  position: absolute;
  top: 150%;
  left: 50%;
  width: 60%;
  color: #FFF;
  font-size: 25px;
  text-align: center;
  font-family: "myriad-pro", sans-serif;
  text-transform: uppercase;
  padding: 10px 0;
  border-top: 1px solid #FFF;
  border-bottom: 1px solid #FFF;
  -webkit-transition: all 0.9s ease;
  transition: all 0.9s ease;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}
/* line 8642, ../scss/_theme.scss */
.black-friday .grid .row .block .promotion strong {
  color: #006654;
}
/* line 8648, ../scss/_theme.scss */
.black-friday .grid .row .block:hover .promotion {
  top: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}
/* line 8654, ../scss/_theme.scss */
.black-friday .grid .row .block:hover .coming {
  opacity: 0;
}
/* line 8659, ../scss/_theme.scss */
.black-friday .grid .row .block.coming .closed,
.black-friday .grid .row .block.coming .current,
.black-friday .grid .row .block.coming .social {
  display: none;
}
/* line 8666, ../scss/_theme.scss */
.black-friday .grid .row .block.active .closed,
.black-friday .grid .row .block.active .promotion,
.black-friday .grid .row .block.active .coming {
  display: none;
}
/* line 8673, ../scss/_theme.scss */
.black-friday .grid .row .block.closed .coming,
.black-friday .grid .row .block.closed .current,
.black-friday .grid .row .block.closed .promotion,
.black-friday .grid .row .block.closed .social {
  display: none;
}
/* line 8683, ../scss/_theme.scss */
.black-friday .grid .block-1 {
  background: url(https://m.faithful-to-nature.co.za/skin/frontend/rwd/ftn/images/blackfriday/Hero_Image_01.jpg) no-repeat 0 0;
}
@media only screen and (max-width: 767px) {
  /* line 8687, ../scss/_theme.scss */
  .black-friday .grid .block-1.coming {
    display: block;
  }
}
/* line 8692, ../scss/_theme.scss */
.black-friday .grid .block-1.closed {
  background: url(https://m.faithful-to-nature.co.za/skin/frontend/rwd/ftn/images/blackfriday/Hero_Image_01_open.jpg) no-repeat 0 0;
}
/* line 8697, ../scss/_theme.scss */
.black-friday .grid .block-2 {
  background: url(https://m.faithful-to-nature.co.za/skin/frontend/rwd/ftn/images/blackfriday/Hero_Image_02.jpg) no-repeat 0 0;
}
/* line 8700, ../scss/_theme.scss */
.black-friday .grid .block-2.closed {
  background: url(https://m.faithful-to-nature.co.za/skin/frontend/rwd/ftn/images/blackfriday/Hero_Image_02_open.jpg) no-repeat 0 0;
}
/* line 8705, ../scss/_theme.scss */
.black-friday .grid .block-3 {
  background: url(https://m.faithful-to-nature.co.za/skin/frontend/rwd/ftn/images/blackfriday/Hero_Image_03.jpg) no-repeat 0 0;
}
/* line 8708, ../scss/_theme.scss */
.black-friday .grid .block-3.closed {
  background: url(https://m.faithful-to-nature.co.za/skin/frontend/rwd/ftn/images/blackfriday/Hero_Image_03_open.jpg) no-repeat 0 0;
}
/* line 8713, ../scss/_theme.scss */
.black-friday .grid .block-4 {
  background: url(https://m.faithful-to-nature.co.za/skin/frontend/rwd/ftn/images/blackfriday/Hero_Image_04.jpg) no-repeat 0 0;
}
/* line 8716, ../scss/_theme.scss */
.black-friday .grid .block-4.closed {
  background: url(https://m.faithful-to-nature.co.za/skin/frontend/rwd/ftn/images/blackfriday/Hero_Image_04_open.jpg) no-repeat 0 0;
}
/* line 8721, ../scss/_theme.scss */
.black-friday .grid .block-5 {
  background: url(https://m.faithful-to-nature.co.za/skin/frontend/rwd/ftn/images/blackfriday/Hero_Image_05.jpg) no-repeat 0 0;
}
/* line 8724, ../scss/_theme.scss */
.black-friday .grid .block-5.closed {
  background: url(https://m.faithful-to-nature.co.za/skin/frontend/rwd/ftn/images/blackfriday/Hero_Image_05_open.jpg) no-repeat 0 0;
}
/* line 8729, ../scss/_theme.scss */
.black-friday .grid .block-6 {
  background: url(https://m.faithful-to-nature.co.za/skin/frontend/rwd/ftn/images/blackfriday/Hero_Image_06.jpg) no-repeat 0 0;
}
/* line 8732, ../scss/_theme.scss */
.black-friday .grid .block-6.closed {
  background: url(https://m.faithful-to-nature.co.za/skin/frontend/rwd/ftn/images/blackfriday/Hero_Image_06_open.jpg) no-repeat 0 0;
}

/* Christmas Style Guide */
/* line 8742, ../scss/_theme.scss */
.cms-faithful-festivities-gift-guide .black-friday-ticker,
.cms-faithful-festivities-gift-guide .breadcrumbs {
  display: none;
}
@media only screen and (max-width: 768px) {
  /* line 8746, ../scss/_theme.scss */
  .cms-faithful-festivities-gift-guide .main-container {
    padding-top: 15px !important;
  }
}

/* line 8753, ../scss/_theme.scss */
.christmas-style-guide .mobile {
  display: none;
}
@media only screen and (max-width: 425px) {
  /* line 8757, ../scss/_theme.scss */
  .christmas-style-guide .mobile {
    display: block;
    margin-top: 10px;
  }
  /* line 8761, ../scss/_theme.scss */
  .christmas-style-guide .mobile img {
    width: 320px;
    margin: 0 auto;
  }
  /* line 8766, ../scss/_theme.scss */
  .christmas-style-guide .large {
    display: none;
  }
}
/* line 8770, ../scss/_theme.scss */
.christmas-style-guide .banner {
  margin-bottom: 30px;
}
/* line 8773, ../scss/_theme.scss */
.christmas-style-guide .quick-links {
  display: table;
  margin: 0 auto 20px auto;
  width: 72%;
}
@media only screen and (max-width: 1028px) {
  /* line 8773, ../scss/_theme.scss */
  .christmas-style-guide .quick-links {
    width: 100%;
  }
}
/* line 8782, ../scss/_theme.scss */
.christmas-style-guide .quick-links a {
  background-color: #AFD2C3;
  color: #FFF;
  display: block;
  float: left;
  font-family: "myriad-pro", sans-serif;
  height: 32px;
  line-height: 30px;
  margin: 5px;
  -webkit-transform: skew(-30deg, 0deg);
          transform: skew(-30deg, 0deg);
  text-align: center;
  font-size: 18px;
  width: 214px;
}
/* line 8796, ../scss/_theme.scss */
.christmas-style-guide .quick-links a.small {
  margin-right: 5px;
  width: 106px;
}
/* line 8801, ../scss/_theme.scss */
.christmas-style-guide .quick-links a span {
  display: block;
  -webkit-transform: skew(30deg, 0deg);
          transform: skew(30deg, 0deg);
}
@media only screen and (max-width: 425px) {
  /* line 8773, ../scss/_theme.scss */
  .christmas-style-guide .quick-links {
    display: none;
  }
}
/* line 8811, ../scss/_theme.scss */
.christmas-style-guide .row p {
  text-align: center;
  font-family: "fortescue-text-regular-pro", "Merriweather", "Times New Roman", serif !important;
  color: #AFB2B7;
  font-size: 17px;
}
/* line 8817, ../scss/_theme.scss */
.christmas-style-guide .row p .green {
  color: #5ea688;
}
/* line 8821, ../scss/_theme.scss */
.christmas-style-guide .row .featured-title {
  font-family: "fortescue-text-regular-pro", "Merriweather", "Times New Roman", serif;
  font-weight: bold;
  font-size: 18px;
}
/* line 8826, ../scss/_theme.scss */
.christmas-style-guide .row .featured-title .view-all {
  float: right;
  padding-right: 30px;
  font-size: 16px;
  font-weight: normal;
}
/* line 8834, ../scss/_theme.scss */
.christmas-style-guide .row.green a:focus {
  color: #5ea688;
}
/* line 8837, ../scss/_theme.scss */
.christmas-style-guide .row.green .featured-slider ul .item .actions .btn-cart {
  background: #5ea688 !important;
}
/* line 8840, ../scss/_theme.scss */
.christmas-style-guide .row.green .featured-slider .owl-nav .owl-prev:before,
.christmas-style-guide .row.green .featured-slider .owl-nav .owl-next:before {
  color: #5ea688;
}
/* line 8844, ../scss/_theme.scss */
.christmas-style-guide .row.green .featured-title,
.christmas-style-guide .row.green .view-all {
  color: #5ea688;
}
/* line 8850, ../scss/_theme.scss */
.christmas-style-guide .row.pink a:focus {
  color: #f78994;
}
/* line 8853, ../scss/_theme.scss */
.christmas-style-guide .row.pink .featured-slider ul .item .actions .btn-cart {
  background: #f78994 !important;
}
/* line 8856, ../scss/_theme.scss */
.christmas-style-guide .row.pink .featured-slider .owl-nav .owl-prev:before,
.christmas-style-guide .row.pink .featured-slider .owl-nav .owl-next:before {
  color: #f78994;
}
/* line 8860, ../scss/_theme.scss */
.christmas-style-guide .row.pink .featured-title,
.christmas-style-guide .row.pink .view-all {
  color: #f78994;
}
/* line 8866, ../scss/_theme.scss */
.christmas-style-guide .row.blue a:focus {
  color: #84c6e5;
}
/* line 8869, ../scss/_theme.scss */
.christmas-style-guide .row.blue .featured-slider ul .item .actions .btn-cart {
  background: #84c6e5 !important;
}
/* line 8872, ../scss/_theme.scss */
.christmas-style-guide .row.blue .featured-slider .owl-nav .owl-prev:before,
.christmas-style-guide .row.blue .featured-slider .owl-nav .owl-next:before {
  color: #84c6e5;
}
/* line 8876, ../scss/_theme.scss */
.christmas-style-guide .row.blue .featured-title,
.christmas-style-guide .row.blue .view-all {
  color: #84c6e5;
}

/* Featured Product Slider */
/* line 8885, ../scss/_theme.scss */
.featured-slider {
  margin-bottom: 30px;
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  /* line 8885, ../scss/_theme.scss */
  .featured-slider {
    height: 550px;
  }
}
/* line 8894, ../scss/_theme.scss */
.featured-slider .owl-nav {
  top: -68px !important;
  right: 20px;
  width: auto !important;
}
/* line 8899, ../scss/_theme.scss */
.featured-slider .owl-nav .owl-prev {
  background: none !important;
  display: block !important;
  opacity: 1 !important;
  width: auto !important;
  height: auto !important;
}
/* line 8906, ../scss/_theme.scss */
.featured-slider .owl-nav .owl-prev:before {
  content: "\003C";
  color: #353222;
  font-size: 35px !important;
}
/* line 8911, ../scss/_theme.scss */
.featured-slider .owl-nav .owl-prev:hover:before {
  color: #AFB2B7;
}
/* line 8915, ../scss/_theme.scss */
.featured-slider .owl-nav .owl-next {
  background: none !important;
  display: block !important;
  opacity: 1 !important;
  width: auto !important;
  height: auto !important;
  margin-left: 5px;
}
/* line 8923, ../scss/_theme.scss */
.featured-slider .owl-nav .owl-next:before {
  content: "\003E";
  color: #353222;
  font-size: 35px !important;
}
/* line 8928, ../scss/_theme.scss */
.featured-slider .owl-nav .owl-next:hover:before {
  color: #AFB2B7;
}
/* line 8933, ../scss/_theme.scss */
.featured-slider ul {
  list-style: none;
}
/* line 8936, ../scss/_theme.scss */
.featured-slider ul .item {
  margin: 0 10px;
  text-align: left;
  min-height: 316px;
  position: relative;
  border: 1px solid #DDE2E3;
}
/* line 8945, ../scss/_theme.scss */
.featured-slider ul .item .product-name {
  min-height: 46px;
  padding-right: 5px;
}
/* line 8953, ../scss/_theme.scss */
.featured-slider ul .item .product-name a {
  font-size: 16px;
}
/* line 8957, ../scss/_theme.scss */
.featured-slider ul .item ul.list-attributes {
  display: inline-block;
}
/* line 8961, ../scss/_theme.scss */
.featured-slider ul .item li.attribute {
  margin: 0 5px;
  float: left;
}
/* line 8966, ../scss/_theme.scss */
.featured-slider ul .item .product-image {
  margin: 0 auto;
  border: none;
  display: block;
  padding-top: 10px;
}
/* line 8972, ../scss/_theme.scss */
.featured-slider ul .item .product-image::before {
  background: none;
  opacity: 1;
}
/* line 8977, ../scss/_theme.scss */
.featured-slider ul .item .product-image img {
  max-width: 125px;
  max-height: 125px;
  margin: 0 auto;
}
/* line 8984, ../scss/_theme.scss */
.featured-slider ul .item .price-box label {
  display: none;
}
/* line 8987, ../scss/_theme.scss */
.featured-slider ul .item .price-box .label,
.featured-slider ul .item .price-box .configurable-price-from {
  color: #ec3333;
  font-family: "Open Sans", Verdana, Arial, sans-serif;
  font-size: 12px;
  text-transform: uppercase;
}
/* line 8995, ../scss/_theme.scss */
.featured-slider ul .item .price-box .price {
  color: #353222;
}
/* line 8998, ../scss/_theme.scss */
.featured-slider ul .item .price-box .old-price .price {
  color: #555555;
}
/* line 9001, ../scss/_theme.scss */
.featured-slider ul .item .price-box .special-price {
  padding-left: 0;
  color: #D77929;
}
/* line 9005, ../scss/_theme.scss */
.featured-slider ul .item .price-box .special-price::before {
  content: "|";
  color: #555555;
  vertical-align: top;
}
/* line 9010, ../scss/_theme.scss */
.featured-slider ul .item .price-box .regular-price .price {
  color: #353222;
}
/* line 9014, ../scss/_theme.scss */
.featured-slider ul .item .ratings {
  display: table;
  margin-bottom: 15px;
  position: relative;
}
/* line 9019, ../scss/_theme.scss */
.featured-slider ul .item .ratings .rating-box {
  float: left;
  margin-top: 11px;
}
/* line 9023, ../scss/_theme.scss */
.featured-slider ul .item .ratings span {
  color: silver;
  position: absolute;
  top: 5px;
  right: -30px;
}
/* line 9030, ../scss/_theme.scss */
.featured-slider ul .item .product-info {
  padding-bottom: 45px;
}
/* line 9033, ../scss/_theme.scss */
.featured-slider ul .item .actions {
  left: 0;
  right: 0;
  width: auto;
  padding: 10px;
}
/* line 9039, ../scss/_theme.scss */
.featured-slider ul .item .actions .btn-cart {
  background: transparent;
  font-family: "Open Sans", Verdana, Arial, sans-serif;
  color: #353222;
  border: 1px solid #353222;
  white-space: normal;
  width: -webkit-calc(100% - 75px);
  width: calc(100% - 75px);
  height: 40px;
  float: right;
  line-height: 30px;
  margin-left: 10px;
}
/* line 9051, ../scss/_theme.scss */
.featured-slider ul .item .actions .btn-cart-max-width {
  width: 100%;
  margin-left: 0;
}
@media (max-width: 767px) {
  /* line 9039, ../scss/_theme.scss */
  .featured-slider ul .item .actions .btn-cart {
    width: 100%;
  }
}
@media only screen and (max-width: 1301px) and (min-width: 1129px) {
  /* line 9039, ../scss/_theme.scss */
  .featured-slider ul .item .actions .btn-cart {
    padding: 5px 0;
    margin: 0 10px 8px 10px;
  }
  /* line 9064, ../scss/_theme.scss */
  .featured-slider ul .item .actions .btn-cart-max-width {
    margin: 0;
  }
}
@media only screen and (max-width: 1130px) and (min-width: 771px) {
  /* line 9039, ../scss/_theme.scss */
  .featured-slider ul .item .actions .btn-cart {
    padding: 5px 0;
    margin: -3px 10px 8px 10px;
    line-height: unset;
    height: unset;
  }
  /* line 9074, ../scss/_theme.scss */
  .featured-slider ul .item .actions .btn-cart-max-width {
    margin: 0;
    height: 40px;
    line-height: 30px;
  }
}
/* line 9081, ../scss/_theme.scss */
.featured-slider ul .item .actions .btn-cart:hover {
  background: #004738;
  color: #FFF;
  border: 1px solid #004738;
}
/* line 9088, ../scss/_theme.scss */
.featured-slider ul .item .actions p.out-of-stock {
  text-align: center;
  font-weight: bold;
  background: #DDE2E3;
  height: 40px;
  line-height: 43px;
  margin-left: 10px;
  margin-right: 10px;
}
/* line 9097, ../scss/_theme.scss */
.featured-slider ul .item .actions p.out-of-stock span {
  color: #FFF !important;
}
/* line 9105, ../scss/_theme.scss */
.featured-slider .owl-item .item {
  width: 95%;
}
/* line 9108, ../scss/_theme.scss */
.featured-slider .owl-item img {
  width: 95%;
}

/* line 9116, ../scss/_theme.scss */
.cms-grid ul .item {
  margin-bottom: 30px;
}
/* line 9120, ../scss/_theme.scss */
.cms-grid ul li:nth-child(3n+1) {
  clear: none !important;
}
@media (min-width: 769px) and (max-width: 1023px) {
  /* line 9127, ../scss/_theme.scss */
  .cms-grid ul .item {
    clear: none;
    margin: 0 5px 10px;
    width: -webkit-calc((100% / 4) - 10px);
    width: calc((100% / 4) - 10px);
  }
}
@media only screen and (max-width: 768px) {
  /* line 9137, ../scss/_theme.scss */
  .cms-grid ul .item {
    clear: none;
    margin: 0 10px 20px;
    width: -webkit-calc((100% / 3) - 20px);
    width: calc((100% / 3) - 20px);
  }
}
@media only screen and (max-width: 425px) {
  /* line 9147, ../scss/_theme.scss */
  .cms-grid ul .item {
    clear: none;
    margin: 0 10px 20px;
    width: -webkit-calc((100% / 2) - 20px);
    width: calc((100% / 2) - 20px);
  }
}
@media only screen and (max-width: 320px) {
  /* line 9157, ../scss/_theme.scss */
  .cms-grid ul .item {
    clear: none;
    margin: 0 5px 10px;
    width: -webkit-calc((100% / 2) - 10px);
    width: calc((100% / 2) - 10px);
  }
}

/* line 9166, ../scss/_theme.scss */
.cybermonday-ticker {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 999;
  width: 100%;
  background: #146B87;
  opacity: 0.9;
  padding: 15px;
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  /* line 9166, ../scss/_theme.scss */
  .cybermonday-ticker {
    display: none;
  }
}
/* line 9182, ../scss/_theme.scss */
.cybermonday-ticker h3 {
  color: #FFF;
  font-size: 25px;
  text-transform: uppercase;
  float: left;
  letter-spacing: 1px;
  margin: 0 0 0 25px;
}
/* line 9190, ../scss/_theme.scss */
.cybermonday-ticker h3 a {
  color: #FFF;
}
/* line 9194, ../scss/_theme.scss */
.cybermonday-ticker h3 .total {
  color: #006654;
  font-size: 25px;
  font-weight: 700;
}
/* line 9199, ../scss/_theme.scss */
.cybermonday-ticker h3 .green {
  font-weight: 300;
}
/* line 9203, ../scss/_theme.scss */
.cybermonday-ticker h3:before {
  content: "";
  background: url(https://m.faithful-to-nature.co.za/skin/frontend/rwd/ftn/images/blackfriday/leaf.png) no-repeat 0 5px;
  background-size: 60%;
  display: block;
  float: left;
  width: 50px;
  height: 27px;
}

/* line 9215, ../scss/_theme.scss */
.block-content-related_products .price-box .configurable-price-from,
.ftn-categories .price-box .configurable-price-from {
  color: #ec3333;
  font-family: "Open Sans", Verdana, Arial, sans-serif;
  font-size: 12px;
  text-transform: uppercase;
}

/* line 9224, ../scss/_theme.scss */
.checkout-cart-index .link-wishlist {
  background: transparent;
}
/* line 9227, ../scss/_theme.scss */
.checkout-cart-index .link-wishlist:hover {
  background: transparent;
}

/* line 9234, ../scss/_theme.scss */
.customer-account-create form {
  display: inline-block;
  width: 100%;
}

/* line 9239, ../scss/_theme.scss */
.form-group-inline-flex {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-right: 40px;
}
/* line 9243, ../scss/_theme.scss */
.form-group-inline-flex .radio-inline {
  display: inline;
  margin: 0 !important;
}
/* line 9248, ../scss/_theme.scss */
.form-group-inline-flex .label-inline {
  margin-left: 6px;
  line-height: 19px;
}

/* line 9254, ../scss/_theme.scss */
.stock-display {
  margin: 5px 0;
}
/* line 9257, ../scss/_theme.scss */
.stock-display .stock-warehouse {
  color: #25282A !important;
  background-color: #F4F4F4 !important;
  display: inline-block;
  padding-left: 8px;
  padding-right: 8px;
  padding-top: 2px;
  padding-bottom: 2px;
  margin-right: 5px;
  width: 40px;
  font-size: 11px;
  font-weight: 700;
  text-align: center;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

