<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@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 &gt; [class*="col-"] {
  padding-right: 0;
  padding-left: 0;
}

/* line 248, ../scss/_theme.scss */
.nav-tabs &gt; li &gt; 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://ftn-master.dev.ftn.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://ftn-master.dev.ftn.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: 82px;
}
@media (max-width: 767px) {
  /* line 624, ../scss/_theme.scss */
  .page-header-container .new-account {
    margin-right: 0;
  }
}
/* line 633, ../scss/_theme.scss */
.page-header-container .new-account .navbar-collapse {
  padding: 0;
}
/* line 637, ../scss/_theme.scss */
.page-header-container .new-account .navbar-nav {
  margin: 0;
}
/* line 642, ../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 650, ../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 662, ../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 669, ../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 679, ../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 679, ../scss/_theme.scss */
  .page-header-container .new-account .navbar-default {
    background-color: #F5F7F9;
    border-right: 1px solid #fff;
  }
  /* line 691, ../scss/_theme.scss */
  .page-header-container .new-account .navbar-default .dropdown .navbar-default {
    background-color: transparent;
    border-right: 0;
  }
}
/* line 699, ../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 707, ../scss/_theme.scss */
.page-header-container .new-account #nav a:hover {
  background: none;
}
/* line 711, ../scss/_theme.scss */
.page-header-container .new-account #accounts {
  display: block !important;
  height: 50px;
}
/* line 715, ../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 723, ../scss/_theme.scss */
.page-header-container .new-account #accounts a::before {
  display: block;
  content: ' ';
  background-image: url("https://ftn-master.dev.ftn.co.za/skin/frontend/rwd/ftn/images/svg-icons/NewIconAccount.png");
  background-size: 35px 35px;
  height: 35px;
  width: 35px;
  margin: 0 auto;
}
/* line 742, ../scss/_theme.scss */
.page-header-container .new-account #accounts #account-menu {
  background-color: #F5F7F9;
}
/* line 747, ../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 751, ../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 756, ../scss/_theme.scss */
.page-header-container .new-account #accounts #account-menu .navbar-default .navbar-nav li a:hover {
  color: #006654;
}
/* line 761, ../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 770, ../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 776, ../scss/_theme.scss */
  .page-header-container .new-account #accounts a.user-link::before {
    line-height: 50px;
    margin-top: 5px;
  }
}
/* line 785, ../scss/_theme.scss */
.page-header-container .new-account #accounts ul li a::before {
  display: none;
}
/* line 795, ../scss/_theme.scss */
.page-header-container .new-account .dropdown-menu nav ul li {
  width: 100%;
}
@media only screen and (min-width: 768px) {
  /* line 803, ../scss/_theme.scss */
  .page-header-container .new-account .dropdown:hover .dropdown-menu {
    display: block;
    top: 110%;
    left: -55px;
  }
}
/* line 812, ../scss/_theme.scss */
.page-header-container .wishlist {
  display: -ms-grid;
  display: grid;
  float: left;
  width: 75px;
}
/* line 817, ../scss/_theme.scss */
.page-header-container .wishlist .navbar-collapse {
  padding: 0;
}
/* line 821, ../scss/_theme.scss */
.page-header-container .wishlist .navbar-nav {
  margin: 0;
}
/* line 825, ../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 833, ../scss/_theme.scss */
.page-header-container .wishlist ul li {
  display: none;
}
/* line 838, ../scss/_theme.scss */
.page-header-container .header-minicart {
  display: -ms-grid;
  display: grid;
  width: 140px;
  height: 60px;
}
/* line 844, ../scss/_theme.scss */
.page-header-container .header-minicart a.skip-cart::before {
  display: block;
  content: ' ';
  background-image: url("https://ftn-master.dev.ftn.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 844, ../scss/_theme.scss */
  .page-header-container .header-minicart a.skip-cart::before {
    margin-top: 5px;
  }
}
@media (max-width: 767px) {
  /* line 864, ../scss/_theme.scss */
  .page-header-container .header-minicart {
    display: -ms-grid;
    display: grid;
    width: auto;
  }
  /* line 868, ../scss/_theme.scss */
  .page-header-container .header-minicart .skip-link {
    width: auto;
  }
  /* line 873, ../scss/_theme.scss */
  .page-header-container .header-minicart a::before {
    background-size: 85px 35px;
    height: 35px;
    width: 85px;
    margin-top: 5px;
  }
  /* line 883, ../scss/_theme.scss */
  .page-header-container .ms-megamenu .ms-topmenu {
    display: contents;
  }
  /* line 886, ../scss/_theme.scss */
  .page-header-container .ms-megamenu .ms-topmenu .anchor_mbmenu_text::before {
    margin: 5px 0 0 10px;
    padding-bottom: 10px;
  }
  /* line 891, ../scss/_theme.scss */
  .page-header-container .ms-megamenu .ms-topmenu .anchor_mbmenu_text::after {
    display: none;
  }
  /* line 896, ../scss/_theme.scss */
  .page-header-container .ms-megamenu .mb-label {
    background-color: #DDE2E3;
    color: #353222;
  }
}
/* line 903, ../scss/_theme.scss */
.page-header-container .skip-links {
  clear: none !important;
  float: right;
  margin-top: 20px;
}
/* line 908, ../scss/_theme.scss */
.page-header-container .skip-links .skip-link:not(.skip-active):hover {
  opacity: 1;
}
/* line 911, ../scss/_theme.scss */
.page-header-container .skip-links .skip-link:not(.skip-active):hover .icon {
  background-position: 0 0;
}
@media (max-width: 767px) {
  /* line 903, ../scss/_theme.scss */
  .page-header-container .skip-links {
    border: 0 none;
    margin-bottom: 0;
    padding: 0;
    width: 75%;
    float: right;
    margin-top: 10px;
  }
  /* line 924, ../scss/_theme.scss */
  .page-header-container .skip-links .welcome-msg {
    display: none;
  }
  /* line 928, ../scss/_theme.scss */
  .page-header-container .skip-links .skip-link {
    background: #F5F7F9;
    border-color: #FFF;
    border-top: 1px #e4e4e4;
    height: 50px;
  }
  /* line 934, ../scss/_theme.scss */
  .page-header-container .skip-links .skip-link.skip-active {
    background: #DDE2E3;
  }
  /* line 940, ../scss/_theme.scss */
  .page-header-container .skip-links .new-account,
  .page-header-container .skip-links .header-minicart {
    width: -webkit-calc(100% / 3 * 1);
    width: calc(100% / 3 * 1);
  }
  /* line 947, ../scss/_theme.scss */
  .page-header-container .skip-links .navbar-default .navbar-collapse, .page-header-container .skip-links .navbar-default .navbar-form {
    border: 0;
  }
  /* line 951, ../scss/_theme.scss */
  .page-header-container .skip-links .navbar-default .navbar-collapse, .page-header-container .skip-links .navbar-default .navbar-nav {
    height: 100%;
  }
  /* line 957, ../scss/_theme.scss */
  .page-header-container .skip-links .skip-cart .icon-wrap {
    height: 50px;
  }
  /* line 960, ../scss/_theme.scss */
  .page-header-container .skip-links .skip-cart .icon-wrap .icon {
    margin: 0;
  }
}

/* line 970, ../scss/_theme.scss */
.header-topbar-background {
  background-color: #006654;
  float: left;
  padding: 10px 15px;
  position: relative;
  width: 100%;
}
@media (max-width: 767px) {
  /* line 970, ../scss/_theme.scss */
  .header-topbar-background {
    padding: 10px;
  }
  /* line 981, ../scss/_theme.scss */
  .header-topbar-background #toplinks-navbar-collapse .nav li {
    display: none;
  }
  /* line 984, ../scss/_theme.scss */
  .header-topbar-background #toplinks-navbar-collapse .nav li.first {
    display: block !important;
  }
}
/* line 991, ../scss/_theme.scss */
.header-topbar-background .header-topbar-container {
  margin-left: auto;
  margin-right: auto;
  max-width: 1280px;
}
/* line 997, ../scss/_theme.scss */
.header-topbar-background .header-topbar-container .delivery-msg span {
  color: #FFF;
  width: 100%;
  display: block;
  font-weight: 600;
}
/* line 1003, ../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 1008, ../scss/_theme.scss */
.header-topbar-background .header-topbar-container .delivery-msg span a:hover {
  color: #fbae42;
  border-color: #fbae42;
}
@media (max-width: 767px) {
  /* line 1016, ../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 1016, ../scss/_theme.scss */
  .header-topbar-background .header-topbar-container #header-toplinks {
    width: 100%;
  }
}
/* line 1026, ../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 1033, ../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 1033, ../scss/_theme.scss */
  .header-topbar-background .header-topbar-container #header-toplinks .navbar .navbar-collapse {
    padding-right: 0;
  }
}
@media (max-width: 1024px) {
  /* line 1033, ../scss/_theme.scss */
  .header-topbar-background .header-topbar-container #header-toplinks .navbar .navbar-collapse {
    text-align: center;
  }
  /* line 1044, ../scss/_theme.scss */
  .header-topbar-background .header-topbar-container #header-toplinks .navbar .navbar-collapse .navbar-nav {
    display: block;
    float: none !important;
  }
}
/* line 1050, ../scss/_theme.scss */
.header-topbar-background .header-topbar-container #header-toplinks .navbar .navbar-collapse .navbar-nav {
  float: left;
}
/* line 1054, ../scss/_theme.scss */
.header-topbar-background .header-topbar-container #header-toplinks .navbar .navbar-collapse .navbar-nav li &gt; a {
  color: #FFF;
  float: left;
  padding: 0 20px;
  text-transform: uppercase;
}
/* line 1060, ../scss/_theme.scss */
.header-topbar-background .header-topbar-container #header-toplinks .navbar .navbar-collapse .navbar-nav li &gt; a:hover {
  color: #146B87 !important;
}
/* line 1065, ../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 1074, ../scss/_theme.scss */
.header-topbar-background .header-topbar-container #header-toplinks .navbar .navbar-collapse .navbar-nav li.first a {
  padding: 0 !important;
}
/* line 1077, ../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 1087, ../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 1050, ../scss/_theme.scss */
  .header-topbar-background .header-topbar-container #header-toplinks .navbar .navbar-collapse .navbar-nav {
    margin: 0 !important;
  }
}
/* line 1099, ../scss/_theme.scss */
.header-topbar-background .header-topbar-container #header-toplinks .navbar-header {
  float: left;
}
/* line 1104, ../scss/_theme.scss */
.header-topbar-background .header-topbar-container .tablet-top {
  float: left;
  width: -webkit-calc(100% - 10%);
  width: calc(100% - 10%);
}
/* line 1108, ../scss/_theme.scss */
.header-topbar-background .header-topbar-container .tablet-top a {
  padding-left: 15px;
  text-transform: uppercase;
}
@media (min-width: 768px) {
  /* line 1104, ../scss/_theme.scss */
  .header-topbar-background .header-topbar-container .tablet-top {
    float: none;
    margin: 0 auto;
    width: 50%;
  }
  /* line 1118, ../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 1104, ../scss/_theme.scss */
  .header-topbar-background .header-topbar-container .tablet-top {
    float: left;
    width: 45%;
  }
  /* line 1130, ../scss/_theme.scss */
  .header-topbar-background .header-topbar-container .tablet-top #header-helplinks {
    float: right;
    margin-right: 15px;
    width: 175px;
  }
}
/* line 1138, ../scss/_theme.scss */
.header-topbar-background .header-topbar-container #favourites {
  display: none;
}
/* line 1142, ../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 1142, ../scss/_theme.scss */
  .header-topbar-background .header-topbar-container .call-us {
    float: left;
    text-align: center;
    width: 75% !important;
  }
  /* line 1155, ../scss/_theme.scss */
  .header-topbar-background .header-topbar-container .call-us a {
    color: #FFF;
  }
}
@media (min-width: 1025px) {
  /* line 1142, ../scss/_theme.scss */
  .header-topbar-background .header-topbar-container .call-us {
    width: auto;
  }
}
/* line 1164, ../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 1164, ../scss/_theme.scss */
  .header-topbar-background .header-topbar-container .call-us::before {
    display: none;
  }
}
/* line 1177, ../scss/_theme.scss */
.header-topbar-background .header-topbar-container #header-helplinks {
  float: left;
  width: 25%;
}
@media (max-width: 767px) {
  /* line 1177, ../scss/_theme.scss */
  .header-topbar-background .header-topbar-container #header-helplinks {
    float: left !important;
    width: 25% !important;
  }
  /* line 1185, ../scss/_theme.scss */
  .header-topbar-background .header-topbar-container #header-helplinks li {
    float: left;
  }
  /* line 1188, ../scss/_theme.scss */
  .header-topbar-background .header-topbar-container #header-helplinks li a {
    font-size: 0 !important;
    padding: 0 !important;
  }
}
/* line 1195, ../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 1201, ../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 1206, ../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 1211, ../scss/_theme.scss */
.header-topbar-background .header-topbar-container #header-helplinks .navbar-default .navbar-collapse .navbar-nav li {
  float: left;
  width: 49%;
}
/* line 1215, ../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 1222, ../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 1229, ../scss/_theme.scss */
.header-topbar-background .header-topbar-container #header-helplinks .navbar-default .navbar-collapse .navbar-nav li a.register {
  padding: 0;
}
/* line 1234, ../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 1240, ../scss/_theme.scss */
  .header-topbar-background .header-topbar-container #header-helplinks .navbar-default .navbar-collapse .navbar-nav {
    display: inline;
  }
}
@media (max-width: 767px) {
  /* line 1248, ../scss/_theme.scss */
  .header-topbar-background .header-topbar-container #header-helplinks .navbar-default {
    min-height: 30px;
  }
}
/* line 1253, ../scss/_theme.scss */
.header-topbar-background .header-topbar-container #header-helplinks .login::before {
  content: '\e971';
  font-size: 14px;
}
/* line 1258, ../scss/_theme.scss */
.header-topbar-background .header-topbar-container #header-helplinks .logout::before {
  content: '\e98f';
  font-size: 14px;
}
/* line 1263, ../scss/_theme.scss */
.header-topbar-background .header-topbar-container #header-helplinks .account::before {
  content: '\e971';
  font-size: 14px;
}
/* line 1268, ../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 1279, ../scss/_theme.scss */
  .share-button {
    display: none;
  }

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

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

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

  /* line 1305, ../scss/_theme.scss */
  .sub {
    padding-left: 10px;
  }
}
@media only screen and (max-width: 767px) {
  /* line 1313, ../scss/_theme.scss */
  .page-header #header-nav {
    padding: 0;
  }
  /* line 1317, ../scss/_theme.scss */
  .page-header .skip-search {
    display: none;
  }
  /* line 1321, ../scss/_theme.scss */
  .page-header .mobile-search {
    float: right;
    margin: 10px 0 0;
  }
  /* line 1325, ../scss/_theme.scss */
  .page-header .mobile-search .icon {
    background-image: none;
    float: right;
    height: 50px;
    text-indent: 0;
    width: 100%;
  }
  /* line 1332, ../scss/_theme.scss */
  .page-header .mobile-search .icon::before {
    color: #353222;
    content: '\e986';
    font-family: "ftn", serif;
    font-size: 19px;
    line-height: 48px;
  }
  /* line 1342, ../scss/_theme.scss */
  .page-header .mobile-search:not(.skip-active):hover .icon {
    background-position: 0 0;
  }
  /* line 1347, ../scss/_theme.scss */
  .page-header .mobile-search.skip-active .icon:before {
    color: #FFF;
  }
}
/* line 1357, ../scss/_theme.scss */
.breadcrumbs {
  float: left;
  margin: 10px 0 15px !important;
  overflow: visible !important;
  width: 100%;
}
/* line 1364, ../scss/_theme.scss */
.breadcrumbs li a {
  color: #999;
  text-transform: none;
}
/* line 1369, ../scss/_theme.scss */
.breadcrumbs li span {
  color: #999;
}
/* line 1373, ../scss/_theme.scss */
.breadcrumbs li strong {
  font-family: "Open Sans", Verdana, Arial, sans-serif;
  font-weight: 600;
  text-transform: capitalize;
}

/* line 1382, ../scss/_theme.scss */
.usp {
  display: inline-block;
  margin-top: 15px;
  width: 100%;
}
/* line 1387, ../scss/_theme.scss */
.usp .item-small {
  margin: 0 15px 15px 0;
  padding: 0;
  position: relative;
  overflow: hidden;
  float: left;
}
@media (max-width: 767px) {
  /* line 1387, ../scss/_theme.scss */
  .usp .item-small {
    width: -webkit-calc((100% - 30px) / 3);
    width: calc((100% - 30px) / 3);
  }
  /* line 1397, ../scss/_theme.scss */
  .usp .item-small:nth-child(3n) {
    margin-right: 0;
  }
  /* line 1401, ../scss/_theme.scss */
  .usp .item-small:nth-child(3n+4) {
    clear: left;
  }
}
@media (min-width: 768px) {
  /* line 1387, ../scss/_theme.scss */
  .usp .item-small {
    width: -webkit-calc((100% - 75px) / 6);
    width: calc((100% - 75px) / 6);
  }
  /* line 1409, ../scss/_theme.scss */
  .usp .item-small:nth-child(6n) {
    margin-right: 0;
  }
  /* line 1413, ../scss/_theme.scss */
  .usp .item-small:nth-child(6n+7) {
    clear: left;
  }
}
/* line 1418, ../scss/_theme.scss */
.usp .item-small img {
  object-fit: cover;
  width: 100%;
}
/* line 1424, ../scss/_theme.scss */
.usp .item-medium {
  margin: 0 0 15px 0;
  padding: 0;
  position: relative;
  overflow: hidden;
}
@media (min-width: 599px) {
  /* line 1424, ../scss/_theme.scss */
  .usp .item-medium {
    float: left;
    margin-right: 15px;
    width: -webkit-calc((100% - 30px) / 3);
    width: calc((100% - 30px) / 3);
  }
  /* line 1435, ../scss/_theme.scss */
  .usp .item-medium:nth-child(3n) {
    margin-right: 0;
  }
  /* line 1439, ../scss/_theme.scss */
  .usp .item-medium:nth-child(3n+4) {
    clear: left;
  }
}
/* line 1444, ../scss/_theme.scss */
.usp .item-medium img {
  object-fit: cover;
  width: 100%;
}
/* line 1450, ../scss/_theme.scss */
.usp .item {
  float: left;
  margin: 0 16px 0 0;
  min-height: 200px;
  overflow: hidden;
  position: relative;
  width: -webkit-calc(100% - 16px);
  width: calc(100% - 16px);
}
/* line 1458, ../scss/_theme.scss */
.usp .item img {
  object-fit: cover;
  width: 100%;
}
/* line 1463, ../scss/_theme.scss */
.usp .item .article-header {
  background: #AFB2B7;
  bottom: 0;
  padding: 10px;
  position: absolute;
  width: 100%;
}
/* line 1470, ../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 1470, ../scss/_theme.scss */
  .usp .item .article-header h4 {
    font-size: 25px !important;
  }
}
@media (max-width: 1024px) {
  /* line 1482, ../scss/_theme.scss */
  .usp .item .article-header .smaller-on-mobile {
    font-size: 22px !important;
  }
}
@media (max-width: 599px) {
  /* line 1482, ../scss/_theme.scss */
  .usp .item .article-header .smaller-on-mobile {
    font-size: 18px !important;
  }
}
/* line 1491, ../scss/_theme.scss */
.usp .item .article-header span {
  display: block;
  float: left;
  height: 45px;
  margin-right: 10px;
  width: 45px;
}
/* line 1499, ../scss/_theme.scss */
.usp .item .article-header .icon-organic-w {
  background: url("https://ftn-master.dev.ftn.co.za/skin/frontend/rwd/ftn/images/attribute-icons/organic-white.png") 0 0 no-repeat;
}
/* line 1503, ../scss/_theme.scss */
.usp .item .article-header .icon-natural-w {
  background: url("https://ftn-master.dev.ftn.co.za/skin/frontend/rwd/ftn/images/attribute-icons/natural-white.png") 0 0 no-repeat;
}
/* line 1507, ../scss/_theme.scss */
.usp .item .article-header .icon-plastic-free-w {
  background: url("https://ftn-master.dev.ftn.co.za/skin/frontend/rwd/ftn/images/attribute-icons/plastic-free-white.png") 0 0 no-repeat;
}
/* line 1511, ../scss/_theme.scss */
.usp .item .article-header .icon-vegan-w {
  background: url("https://ftn-master.dev.ftn.co.za/skin/frontend/rwd/ftn/images/attribute-icons/organic-white_vegan.png") 0 0 no-repeat;
}
/* line 1515, ../scss/_theme.scss */
.usp .item .article-header .icon-vegan-plan-w {
  background: url("https://ftn-master.dev.ftn.co.za/skin/frontend/rwd/ftn/images/attribute-icons/organic-white_vegan_plan.png") 0 0 no-repeat;
}
/* line 1519, ../scss/_theme.scss */
.usp .item .article-header .icon-loadshedding-w {
  background: url("https://ftn-master.dev.ftn.co.za/skin/frontend/rwd/ftn/images/attribute-icons/load-shedding.png") 0 0 no-repeat;
}
/* line 1523, ../scss/_theme.scss */
.usp .item .article-header .icon-c-w {
  background: url("https://ftn-master.dev.ftn.co.za/skin/frontend/rwd/ftn/images/attribute-icons/C-Icon45.png") 0 0 no-repeat;
}
/* line 1527, ../scss/_theme.scss */
.usp .item .article-header .icon-cbd-w {
  background: url("https://ftn-master.dev.ftn.co.za/skin/frontend/rwd/ftn/images/attribute-icons/CBD-Icon45.png") 0 0 no-repeat;
}
/* line 1532, ../scss/_theme.scss */
.usp .item:first-child {
  margin-left: 0;
}
@media (max-width: 599px) {
  /* line 1532, ../scss/_theme.scss */
  .usp .item:first-child {
    width: 100%;
  }
}
/* line 1539, ../scss/_theme.scss */
.usp .item:first-child .article-header {
  background: #006654;
}
/* line 1544, ../scss/_theme.scss */
.usp .item:last-child {
  margin-right: 0;
}
@media (max-width: 599px) {
  /* line 1544, ../scss/_theme.scss */
  .usp .item:last-child {
    width: 100%;
  }
}
/* line 1551, ../scss/_theme.scss */
.usp .item:last-child .article-header {
  background: #006654;
}
@media only screen and (max-width: 599px) {
  /* line 1558, ../scss/_theme.scss */
  .usp .item {
    margin: 0;
    margin-bottom: 15px;
    width: 100%;
  }
}

/* line 1567, ../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 1576, ../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 1585, ../scss/_theme.scss */
.quick-categories a:hover {
  color: #006654;
}
/* line 1589, ../scss/_theme.scss */
.quick-categories a span {
  color: #555;
  font-weight: bold;
  padding: 0 5px;
}
@media (max-width: 767px) {
  /* line 1576, ../scss/_theme.scss */
  .quick-categories a {
    border-bottom: 1px solid #DDE2E3;
    width: 100%;
  }
  /* line 1599, ../scss/_theme.scss */
  .quick-categories a:last-child {
    border-bottom: 0 none;
  }
}

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

/* line 1612, ../scss/_theme.scss */
.account-login {
  margin-top: 30px;
}
/* line 1615, ../scss/_theme.scss */
.account-login .registered-users {
  margin-bottom: 30px;
  margin-top: 0 !important;
  padding: 15px !important;
}
/* line 1620, ../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 1629, ../scss/_theme.scss */
.account-login .registered-users label {
  font-size: 14px;
  font-weight: normal;
  width: auto !important;
}
/* line 1635, ../scss/_theme.scss */
.account-login .registered-users input {
  height: 40px;
  padding-bottom: 10px;
  padding-top: 10px;
  width: 100%;
}
/* line 1643, ../scss/_theme.scss */
.account-login .registered-users .buttons-set a {
  color: #e75c70;
}
/* line 1647, ../scss/_theme.scss */
.account-login .registered-users .buttons-set button {
  float: right !important;
  font-family: "Open Sans", Verdana, Arial, sans-serif;
}
/* line 1654, ../scss/_theme.scss */
.account-login .new-users {
  margin-top: 0 !important;
  text-align: center;
}
/* line 1658, ../scss/_theme.scss */
.account-login .new-users h2 {
  color: #006654;
  font-size: 22px;
  margin-bottom: 10px;
  padding-bottom: 10px;
}
/* line 1665, ../scss/_theme.scss */
.account-login .new-users p {
  text-align: center;
}
/* line 1669, ../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 1678, ../scss/_theme.scss */
.account-login .new-users a:hover,
.account-login .new-users button:hover {
  background: #16150e;
}
/* line 1683, ../scss/_theme.scss */
.account-login .new-users a {
  margin-top: 10px;
}
/* line 1687, ../scss/_theme.scss */
.account-login .new-users button {
  padding-bottom: 13px;
  padding-top: 13px;
}
/* line 1693, ../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 1704, ../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 1709, ../scss/_theme.scss */
.account-create .fieldset {
  margin-bottom: 30px;
  margin-left: 0;
  max-width: 800px;
  padding: 15px;
}
/* line 1715, ../scss/_theme.scss */
.account-create .fieldset h2 {
  border-color: #FFF;
  font-family: "Open Sans", Verdana, Arial, sans-serif;
}
/* line 1720, ../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 1730, ../scss/_theme.scss */
.account-create .fieldset select {
  width: 100%;
}
/* line 1735, ../scss/_theme.scss */
.account-create .fieldset .customer-dob input {
  float: left;
  margin-right: 5px;
  width: 45px;
}
/* line 1742, ../scss/_theme.scss */
.account-create .fieldset .form-list .control input.checkbox {
  margin-top: 14px;
}
/* line 1747, ../scss/_theme.scss */
.account-create .fieldset + .fieldset {
  margin-top: 0;
}
/* line 1751, ../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 1760, ../scss/_theme.scss */
.account-create .help-block p:first-child {
  padding-bottom: 10px;
  border-bottom: 1px solid #DDE2E3;
}
/* line 1766, ../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 1774, ../scss/_theme.scss */
.account-create .newsletter input {
  float: left;
  margin-right: 10px;
}
/* line 1779, ../scss/_theme.scss */
.account-create .newsletter .text-holder {
  padding-top: 2px;
  margin-left: 0;
}
/* line 1784, ../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 1792, ../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 1800, ../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 1811, ../scss/_theme.scss */
.account-create .buttons-set button {
  float: right;
  font-family: "Open Sans", Verdana, Arial, sans-serif;
}
/* line 1816, ../scss/_theme.scss */
.account-create .buttons-set .required {
  float: left;
}
/* line 1820, ../scss/_theme.scss */
.account-create .buttons-set .back-link {
  display: none;
}

/* line 1827, ../scss/_theme.scss */
.customer-account-forgotpassword {
  color: #353222;
}
/* line 1830, ../scss/_theme.scss */
.customer-account-forgotpassword form {
  display: inline-block;
  width: 100%;
}
/* line 1835, ../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 1843, ../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 1851, ../scss/_theme.scss */
.customer-account-forgotpassword .fieldset input {
  width: 50% !important;
}
/* line 1856, ../scss/_theme.scss */
.customer-account-forgotpassword p {
  padding: 10px 0;
}
/* line 1860, ../scss/_theme.scss */
.customer-account-forgotpassword .buttons-set {
  max-width: 800px;
  border-top: none;
  padding-top: 0;
  margin-left: 0;
}
/* line 1866, ../scss/_theme.scss */
.customer-account-forgotpassword .buttons-set button {
  float: right;
  font-family: "Open Sans", Verdana, Arial, sans-serif;
}
/* line 1871, ../scss/_theme.scss */
.customer-account-forgotpassword .buttons-set .required {
  float: left;
}
/* line 1875, ../scss/_theme.scss */
.customer-account-forgotpassword .buttons-set .back-link {
  display: none;
}

@media (max-width: 767px) {
  /* line 1882, ../scss/_theme.scss */
  .account-login {
    margin-top: 0;
  }
  /* line 1885, ../scss/_theme.scss */
  .account-login .registered-users {
    width: 100%;
  }
  /* line 1888, ../scss/_theme.scss */
  .account-login .registered-users .policy {
    margin-top: 10px;
    float: left;
  }
  /* line 1893, ../scss/_theme.scss */
  .account-login .new-users {
    width: 100%;
    margin-right: 0;
    margin-bottom: 30px;
  }
  /* line 1898, ../scss/_theme.scss */
  .account-login button {
    min-width: 100%;
  }

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

  /* line 1920, ../scss/_theme.scss */
  .forgot-password .fieldset input {
    width: 100% !important;
  }
}
/******************
  Customer Account
 */
/* line 1932, ../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 1937, ../scss/_theme.scss */
.customer-account-index .my-account select {
  width: 365px;
  max-width: 100%;
}
/* line 1942, ../scss/_theme.scss */
.customer-account-index .my-account .field #date_trig {
  display: inline-block;
}
/* line 1945, ../scss/_theme.scss */
.customer-account-index .my-account .field .address-select {
  display: block;
  height: 34px;
  padding: 6px 12px;
  line-height: 1.42857143;
}
/* line 1951, ../scss/_theme.scss */
.customer-account-index .my-account .field .checkbox {
  margin-top: 8px;
}
/* line 1955, ../scss/_theme.scss */
.customer-account-index .my-account .field label {
  padding-top: 5px;
  font-size: 14px;
  font-weight: normal;
  padding-right: 0;
}
/* line 1962, ../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 1967, ../scss/_theme.scss */
.customer-account-index .my-account .item-options {
  font-size: 12px;
}
/* line 1970, ../scss/_theme.scss */
.customer-account-index .my-account .top-buttons {
  margin-bottom: 10px;
}
/* line 1973, ../scss/_theme.scss */
.customer-account-index .my-account .top-buttons &gt; .btn-small {
  margin: 0;
}
/* line 1977, ../scss/_theme.scss */
.customer-account-index .my-account .box-head {
  border-bottom: 0 none;
}
/* line 1980, ../scss/_theme.scss */
.customer-account-index .my-account .box-account {
  padding-bottom: 50px;
  border-bottom: 0 none;
  margin-bottom: 0;
}
/* line 1986, ../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 1997, ../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 2004, ../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 2010, ../scss/_theme.scss */
.customer-account-index .my-account .box-rewardpoints-summary .info-summary p strong {
  font-weight: normal;
}
/* line 2013, ../scss/_theme.scss */
.customer-account-index .my-account .box-rewardpoints-summary .info-summary p .rewardpoints-money {
  color: #006654;
}
/* line 2016, ../scss/_theme.scss */
.customer-account-index .my-account .box-rewardpoints-summary .info-summary p .rewardpoints-money .price {
  color: #353222;
}
/* line 2021, ../scss/_theme.scss */
.customer-account-index .my-account .box-rewardpoints-summary .info-summary .rewardpoints-money {
  width: 100%;
  margin: 15px 0;
  font-size: 14px;
}
/* line 2028, ../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 2033, ../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 2038, ../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 2047, ../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 2059, ../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 2065, ../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 2070, ../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 2073, ../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 2078, ../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 2083, ../scss/_theme.scss */
.customer-account-index .my-account .box-info .box-title {
  position: relative;
}
/* line 2086, ../scss/_theme.scss */
.customer-account-index .my-account .box-info .box-title h3 {
  font-weight: normal;
}
/* line 2090, ../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 2099, ../scss/_theme.scss */
.customer-account-index .my-account .box-info .box-title a:hover {
  color: #146B87;
}
/* line 2106, ../scss/_theme.scss */
.customer-account-index .my-account .customer-account-giftcard .gift-card .button-primary:first-child {
  min-width: 300px;
}
/* line 2109, ../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 2117, ../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 2123, ../scss/_theme.scss */
.customer-account-index .my-account .product-review .product-details h2 {
  color: #006654;
}
/* line 2126, ../scss/_theme.scss */
.customer-account-index .my-account .product-review .product-img-box {
  width: auto;
  float: none;
  padding: 0;
}
/* line 2133, ../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 2140, ../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 2149, ../scss/_theme.scss */
.customer-account-index .my-account .box-rewardpoints-summary .rewardpoints-money a:hover {
  background: #004738;
}
/* line 2155, ../scss/_theme.scss */
.customer-account-index .my-account .rewardpoints-money,
.customer-account-index .my-account #rewardpoints .rewardpoints-money {
  color: #006654;
}
/* line 2159, ../scss/_theme.scss */
.customer-account-index .my-account .rewardpoints-name-img &gt; img {
  margin-bottom: 0;
}
/* line 2164, ../scss/_theme.scss */
.customer-account-index .my-account .rewardpointsreferfriends-dashboard-left .box-referfriends-content .info-summary strong {
  color: #006654;
}
/* line 2170, ../scss/_theme.scss */
.customer-account-index .my-account .rewardpointsreferfriends-dashboard-right .block-title {
  border-bottom: 2px solid #DDE2E3;
  border-top: none;
}
/* line 2174, ../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 2183, ../scss/_theme.scss */
.customer-account-index .my-account .monkey-additional-lists li label {
  vertical-align: middle;
}
/* line 2187, ../scss/_theme.scss */
.customer-account-index .my-account #wishlist-table h3 {
  margin-bottom: 15px;
}
/* line 2189, ../scss/_theme.scss */
.customer-account-index .my-account #wishlist-table h3 a {
  color: #353222;
}
/* line 2194, ../scss/_theme.scss */
.customer-account-index .my-account #wishlist-table td.customer-wishlist-item-info .button.btn-small {
  padding: 0 10px;
}
/* line 2199, ../scss/_theme.scss */
.customer-account-index .my-account #wishlist-table td.customer-wishlist-item-cart .button.btn-small {
  padding: 0;
}
/* line 2202, ../scss/_theme.scss */
.customer-account-index .my-account #wishlist-table td.customer-wishlist-item-cart .btn-small.link-edit {
  background-color: #146B87;
}
/* line 2208, ../scss/_theme.scss */
.customer-account-index .my-account .order-details #my-orders-table {
  margin-bottom: 10px;
}
/* line 2211, ../scss/_theme.scss */
.customer-account-index .my-account .order-details span.nobr {
  white-space: nowrap;
}
/* line 2216, ../scss/_theme.scss */
.customer-account-index .my-account .review-customer-view .buttons-set {
  padding: 10px 15px 0;
}

/* line 2224, ../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 2229, ../scss/_theme.scss */
#wishlist-table .wishlist-shared-comment {
  text-transform: none;
  margin: 10px 0;
  padding: 0;
  font-size: 12px;
  line-height: 1.2;
}

/* line 2238, ../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 2245, ../scss/_theme.scss */
  .product-img-box {
    width: 100%;
  }

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

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

  /* line 2278, ../scss/_theme.scss */
  #wishlist-table td .product-image img {
    margin: 0 auto;
  }
}
/* Account Navigation */
/* line 2287, ../scss/_theme.scss */
.block-account .panel-body {
  padding: 0;
}
/* line 2290, ../scss/_theme.scss */
.block-account .panel-title {
  font-size: 18px !important;
}
/* line 2293, ../scss/_theme.scss */
.block-account .block-title {
  display: none;
}
/* line 2296, ../scss/_theme.scss */
.block-account .block-content {
  /*margin-top: 35px;*/
}
/* line 2299, ../scss/_theme.scss */
.block-account li,
.block-account strong {
  font-family: "Open Sans", Verdana, Arial, sans-serif;
}
/* line 2303, ../scss/_theme.scss */
.block-account li {
  margin: 0 !important;
}
/* line 2306, ../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 2315, ../scss/_theme.scss */
.block-account li a:hover {
  background: #006654;
  color: #FFF !important;
}
/* line 2321, ../scss/_theme.scss */
.block-account li.current a {
  color: #FFF !important;
  background: #006654;
}
/* line 2325, ../scss/_theme.scss */
.block-account li.current strong {
  color: #FFF !important;
}
/* line 2329, ../scss/_theme.scss */
.block-account li:last-child {
  border-bottom: 0 none;
}

/* line 2337, ../scss/_theme.scss */
.sales-order-history .my-account .pager .pages {
  float: left;
}
/* line 2340, ../scss/_theme.scss */
.sales-order-history .my-account .pager li {
  margin-left: 5px;
}
/* line 2343, ../scss/_theme.scss */
.sales-order-history .my-account .pager li &gt; a {
  border-radius: 2px;
  padding: 0 !important;
}

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

  /* line 2362, ../scss/_theme.scss */
  .my-account {
    float: left;
    width: 100%;
  }
}
/* line 2371, ../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 2376, ../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 2379, ../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 2394, ../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 2399, ../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 2409, ../scss/_theme.scss */
.sales-order-view .order-info-box,
.sales-order-invoice .order-info-box,
.sales-order-shipment .order-info-box {
  float: left;
}
/* line 2412, ../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 2415, ../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 2420, ../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 2424, ../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 2428, ../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 2436, ../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 2441, ../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 2441, ../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 2441, ../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 2459, ../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 2468, ../scss/_theme.scss */
  .block-account {
    margin-right: 0;
  }
  /* line 2471, ../scss/_theme.scss */
  .block-account .block-title {
    position: relative;
  }
  /* line 2474, ../scss/_theme.scss */
  .block-account .block-title strong span {
    text-transform: capitalize;
    color: #FFF !important;
  }
  /* line 2478, ../scss/_theme.scss */
  .block-account .block-title strong:after {
    content: "+" !important;
    border: 0 none !important;
    width: 10px !important;
    top: 7px !important;
  }
  /* line 2485, ../scss/_theme.scss */
  .block-account .block-title.active &gt; strong:after {
    content: "-" !important;
  }
  /* line 2488, ../scss/_theme.scss */
  .block-account .block-content {
    padding: 0 !important;
  }

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

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

  /* line 2504, ../scss/_theme.scss */
  .gift-notice {
    width: 100%;
    margin-top: 10px;
  }
}
/* My Basket */
/* line 2512, ../scss/_theme.scss */
.checkout-cart-index .page-title {
  margin-bottom: 30px;
  margin-top: 20px;
  border-bottom: 0 none;
}
/* line 2517, ../scss/_theme.scss */
.checkout-cart-index .page-title h1 {
  float: none;
  margin-right: auto;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  /* line 2517, ../scss/_theme.scss */
  .checkout-cart-index .page-title h1 {
    float: left;
  }
}
/* line 2528, ../scss/_theme.scss */
.checkout-cart-index .cart-footer-actions {
  padding: 10px 0;
}
/* line 2531, ../scss/_theme.scss */
.checkout-cart-index .cart-footer-actions .btn-gray {
  height: 35px;
}
/* line 2535, ../scss/_theme.scss */
.checkout-cart-index .cart-forms {
  padding: 0;
}
/* line 2538, ../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 2545, ../scss/_theme.scss */
.checkout-cart-index .cart-forms .gift-card {
  padding-right: 0;
}
/* line 2550, ../scss/_theme.scss */
.checkout-cart-index .cart-forms #discount-giftcard-form .discount {
  height: 125px;
  display: inline-table;
}
/* line 2556, ../scss/_theme.scss */
.checkout-cart-index .rewardpoints-slider-input .input-point {
  max-width: 100%;
}
/* line 2560, ../scss/_theme.scss */
.checkout-cart-index #discount-coupon-form .field-wrapper,
.checkout-cart-index #discount-coupon-form .button-wrapper {
  width: 100%;
}
/* line 2564, ../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 2568, ../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 2572, ../scss/_theme.scss */
.checkout-cart-index #discount-coupon-form .validation-advice {
  float: left;
  width: 75%;
}
/* line 2577, ../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 2585, ../scss/_theme.scss */
.checkout-cart-index #discount-coupon-form .discount-form button {
  margin: 0;
}
/* line 2588, ../scss/_theme.scss */
.checkout-cart-index #discount-coupon-form .discount-form button.cancel-coupon {
  background: #ec3333;
  margin-bottom: 10px;
}
/* line 2596, ../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 2603, ../scss/_theme.scss */
.checkout-cart-index .discount .giftvoucher #giftvoucher {
  vertical-align: middle;
}
/* line 2606, ../scss/_theme.scss */
.checkout-cart-index .help-block {
  font-size: 11px;
  line-height: 18px;
  color: #AFB2B7;
  margin-top: 20px;
}
/* line 2612, ../scss/_theme.scss */
.checkout-cart-index .help-block &gt; div {
  margin-bottom: 10px;
}
/* line 2615, ../scss/_theme.scss */
.checkout-cart-index .help-block p.image-text {
  display: inline-block;
}
/* line 2618, ../scss/_theme.scss */
.checkout-cart-index .help-block p:not(.margin-bottom) {
  margin-bottom: 0;
}
/* line 2621, ../scss/_theme.scss */
.checkout-cart-index .help-block img {
  display: inline;
  padding-bottom: 4px;
  margin-right: 5px;
}
/* line 2627, ../scss/_theme.scss */
.checkout-cart-index .item-options {
  font-size: 12px;
}
/* line 2630, ../scss/_theme.scss */
.checkout-cart-index .item-options dt {
  font-weight: normal;
}
/* line 2634, ../scss/_theme.scss */
.checkout-cart-index .product-cart-actions {
  max-width: 70px;
}
/* line 2637, ../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 2643, ../scss/_theme.scss */
.checkout-cart-index .product-cart-actions .btn-update.btn-small span {
  color: #353222;
}
/* line 2647, ../scss/_theme.scss */
.checkout-cart-index .product-cart-actions .btn-update.btn-small:hover {
  color: #353222;
  font-weight: bold;
  background-color: transparent;
}
/* line 2657, ../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 2664, ../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 2669, ../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 2673, ../scss/_theme.scss */
.checkout-cart-index .cart-table tr {
  border-bottom: 1px solid #DDE2E3 !important;
}
/* line 2676, ../scss/_theme.scss */
.checkout-cart-index .cart-table h2.product-name a {
  font-size: 14px;
  font-weight: normal;
}
/* line 2680, ../scss/_theme.scss */
.checkout-cart-index .cart-table .item-options {
  margin-left: 0;
  padding-left: 0;
}
/* line 2684, ../scss/_theme.scss */
.checkout-cart-index .cart-table .item-options h4 {
  font-size: 12px !important;
  font-family: "Open Sans", Verdana, Arial, sans-serif;
}
/* line 2688, ../scss/_theme.scss */
.checkout-cart-index .cart-table .item-options h4 strong {
  font-style: italic;
}
/* line 2693, ../scss/_theme.scss */
.checkout-cart-index .cart-table .cart-price .price {
  color: #353222;
}
/* line 2696, ../scss/_theme.scss */
.checkout-cart-index .cart-table .product-cart-actions .qty {
  width: 4em;
}
/* line 2699, ../scss/_theme.scss */
.checkout-cart-index .cart-table .notice {
  color: #ec3333;
  font-family: "Open Sans", Verdana, Arial, sans-serif;
  font-weight: normal !important;
}
/* line 2704, ../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 2709, ../scss/_theme.scss */
.checkout-cart-index .cart-table .cart-links {
  margin-top: 10px;
}
/* line 2712, ../scss/_theme.scss */
.checkout-cart-index .cart-table .cart-links li {
  margin-bottom: 10px;
}
/* line 2715, ../scss/_theme.scss */
.checkout-cart-index .cart-table .cart-links li a {
  background: url(https://ftn-master.dev.ftn.co.za/skin/frontend/rwd/ftn/images/edit.png) 50% 0 no-repeat;
  text-indent: -9999px;
  width: 100%;
  height: 20px;
}
/* line 2722, ../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 2730, ../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 2742, ../scss/_theme.scss */
.checkout-cart-index .cart-forms h2 {
  font-size: 12px;
  text-transform: capitalize;
  color: #353222;
  margin: 0;
  padding-bottom: 8px;
}
/* line 2750, ../scss/_theme.scss */
.checkout-cart-index .cart-forms .discount-form .rewards-sales-rules {
  margin-bottom: 0;
}
/* line 2753, ../scss/_theme.scss */
.checkout-cart-index .cart-forms .discount-form .rewards-sales-rules dd .price {
  color: #353222;
}
/* line 2757, ../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 2763, ../scss/_theme.scss */
.checkout-cart-index .cart-forms .discount-form #rewardpoints-needmore-msg {
  margin-top: 15px;
}
/* line 2767, ../scss/_theme.scss */
.checkout-cart-index .cart-forms .giftvoucher #giftvoucher {
  margin-top: -5px;
}
/* line 2770, ../scss/_theme.scss */
.checkout-cart-index .cart-forms .form-control {
  color: #555555;
  border: 1px solid #DDE2E3;
  border-radius: 0;
  box-shadow: none;
}
/* line 2778, ../scss/_theme.scss */
.checkout-cart-index .cart-forms button {
  background: #DDE2E3;
  text-transform: lowercase;
  text-decoration: underline;
}
/* line 2783, ../scss/_theme.scss */
.checkout-cart-index .cart-forms button span {
  color: #353222;
}
/* line 2787, ../scss/_theme.scss */
.checkout-cart-index .cart-forms button:hover {
  background: #DDE2E3;
  color: #353222;
  font-weight: bold;
}
/* line 2795, ../scss/_theme.scss */
.checkout-cart-index .shipping {
  margin-bottom: 15px;
}
/* line 2798, ../scss/_theme.scss */
.checkout-cart-index .shipping h2 {
  font-size: 12px;
  text-transform: capitalize;
  color: #353222;
  margin: 0;
  padding-bottom: 8px;
}
/* line 2805, ../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 2811, ../scss/_theme.scss */
.checkout-cart-index .shipping button {
  background: #146B87;
}
/* line 2814, ../scss/_theme.scss */
.checkout-cart-index .shipping button:hover {
  background: #0d485b;
}
/* line 2820, ../scss/_theme.scss */
.checkout-cart-index .cart-totals {
  border: 0 none;
  padding: 0;
  background: none;
}
/* line 2825, ../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 2832, ../scss/_theme.scss */
.checkout-cart-index .cart-totals table tfoot td {
  font-size: 18px;
  padding: 10px 20px;
}
/* line 2840, ../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 2845, ../scss/_theme.scss */
.checkout-cart-index .cart-totals table thead .price,
.checkout-cart-index .cart-totals table tbody .price {
  color: #353222;
}
/* line 2852, ../scss/_theme.scss */
.checkout-cart-index .cart-totals .checkout-types li {
  margin: 0;
}
/* line 2857, ../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 2869, ../scss/_theme.scss */
  .cart-table .cart-footer-actions button {
    width: 100%;
    font-size: 14px;
    clear: both;
    margin-bottom: 10px;
  }

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

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

  /* line 2904, ../scss/_theme.scss */
  .cart-totals-wrapper {
    float: left !important;
    width: 100% !important;
    padding-left: 0 !important;
  }
}
@media only screen and (max-width: 479px) {
  /* line 2912, ../scss/_theme.scss */
  .cart .cart-content {
    padding: 0 !important;
  }
}
/*****************
Success Page
 */
/* line 2921, ../scss/_theme.scss */
.checkout-onepage-success .buttons-set {
  border-top: 0 none;
}
/* line 2924, ../scss/_theme.scss */
.checkout-onepage-success .buttons-set button {
  float: none !important;
}
/* line 2928, ../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 2935, ../scss/_theme.scss */
.checkout-onepage-success #rewardpoints-referfriends-popup .referfriends-title h2 {
  color: #353222 !important;
  border-bottom: 1px solid #FFF !important;
}

/* line 2943, ../scss/_theme.scss */
.rule-description {
  background-color: #DDE2E3;
  min-height: 90px !important;
  margin-bottom: 5px;
}
/* line 2948, ../scss/_theme.scss */
.rule-description &gt; li {
  font-size: 0.95em;
  padding: 1% 2% !important;
  width: 12%;
}
/* line 2953, ../scss/_theme.scss */
.rule-description &gt; li a.rule-link-title.active span.rule-name {
  background: transparent url(https://ftn-master.dev.ftn.co.za/skin/frontend/rwd/ftn/images/bottomup.png) no-repeat scroll right center;
  padding-right: 15px;
}
/* line 2958, ../scss/_theme.scss */
.rule-description &gt; li a.rule-link-title span.rule-name {
  background: transparent url(https://ftn-master.dev.ftn.co.za/skin/frontend/rwd/ftn/images/dropdown.png) no-repeat scroll right center;
  padding-right: 15px;
}
/* line 2964, ../scss/_theme.scss */
.rule-description li.rule-notused {
  float: left;
  background: url(https://ftn-master.dev.ftn.co.za/skin/frontend/rwd/ftn/images/rule_notused_icon.gif) no-repeat scroll 5px 12px !important;
}

/* line 2970, ../scss/_theme.scss */
.rule-info {
  border: none !important;
  background-color: #FFF !important;
}
/* line 2974, ../scss/_theme.scss */
.rule-info .rule-title {
  height: auto !important;
  margin-top: 20px;
}
/* line 2978, ../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://ftn-master.dev.ftn.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 2991, ../scss/_theme.scss */
.rule-info .rule-title span {
  display: none !important;
}
/* line 2994, ../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 3004, ../scss/_theme.scss */
  .rule-description li.rule-notused {
    background: url(https://ftn-master.dev.ftn.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 3010, ../scss/_theme.scss */
  .rule-description li.rule-notused {
    background-image: none !important;
  }
}
@media only screen and (max-width: 440px) {
  /* line 3016, ../scss/_theme.scss */
  .rule-description li a.rule-link-title span.rule-name {
    background-image: none !important;
  }
}
/* =============================
CMS PAGES
==============================*/
/* line 3024, ../scss/_theme.scss */
.cms-page-view {
  /*.std h1,*/
}
/* line 3025, ../scss/_theme.scss */
.cms-page-view .section-heading {
  border-bottom: 1px solid #AFB2B7;
  position: relative;
  margin: 0 0 25px;
  padding: 0 0 5px;
}
/* line 3032, ../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 3042, ../scss/_theme.scss */
.cms-page-view .section-heading h1,
.cms-page-view .section-heading h2,
.cms-page-view h4 {
  text-transform: none;
}
/* line 3047, ../scss/_theme.scss */
.cms-page-view .text-green {
  color: #006654;
}
/* line 3050, ../scss/_theme.scss */
.cms-page-view .content-block {
  padding: 0 15px;
  margin-bottom: 30px;
}
/* line 3054, ../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 3062, ../scss/_theme.scss */
.cms-page-view p.required,
.cms-page-view .validation-advice {
  margin: 5px 0 0;
  color: #ec3333;
  font-size: 12px;
}

/* line 3071, ../scss/_theme.scss */
.cms-sarah-graham-recipes .page-title.top {
  background: url(https://ftn-master.dev.ftn.co.za/skin/frontend/rwd/ftn/images/title-bg.jpg) no-repeat right 18px;
}
@media (min-width: 768px) and (max-width: 1024px) {
  /* line 3071, ../scss/_theme.scss */
  .cms-sarah-graham-recipes .page-title.top {
    background-position: right -3px;
    width: 100%;
    float: left;
  }
}
/* line 3080, ../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 3091, ../scss/_theme.scss */
.cms-sarah-graham-recipes .page-title.top h1 small {
  color: #AFB2B7;
}
@media (max-width: 1024px) {
  /* line 3080, ../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 3080, ../scss/_theme.scss */
  .cms-sarah-graham-recipes .page-title.top h1 {
    font-size: 22px;
    float: left;
    padding-left: 0;
    padding-right: 15px;
  }
}
/* line 3110, ../scss/_theme.scss */
.cms-sarah-graham-recipes .container {
  padding: 0 !important;
  margin: 0;
  width: 100%;
}
/* line 3115, ../scss/_theme.scss */
.cms-sarah-graham-recipes .container .row {
  width: 100%;
}
/* line 3118, ../scss/_theme.scss */
.cms-sarah-graham-recipes .container .row.sarah-graham {
  border-radius: 3px;
  overflow: hidden;
}
/* line 3123, ../scss/_theme.scss */
.cms-sarah-graham-recipes .container .sarah-graham {
  background: #f1f1f1;
}
/* line 3126, ../scss/_theme.scss */
.cms-sarah-graham-recipes .container .sarah-graham .col-md-8 {
  padding-left: 0;
}
@media (max-width: 768px) {
  /* line 3126, ../scss/_theme.scss */
  .cms-sarah-graham-recipes .container .sarah-graham .col-md-8 {
    padding-right: 0;
  }
}
/* line 3133, ../scss/_theme.scss */
.cms-sarah-graham-recipes .container .sarah-graham .col-md-4 {
  padding: 30px 50px 30px 0;
}
@media (max-width: 768px) {
  /* line 3133, ../scss/_theme.scss */
  .cms-sarah-graham-recipes .container .sarah-graham .col-md-4 {
    padding: 15px;
  }
}
/* line 3140, ../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 3140, ../scss/_theme.scss */
  .cms-sarah-graham-recipes .container .sarah-graham .col-md-4 h2 {
    margin-bottom: 15px;
  }
}
/* line 3152, ../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 3161, ../scss/_theme.scss */
.cms-sarah-graham-recipes .container .page-title.middle {
  margin: 60px 0 30px;
}
@media (max-width: 768px) {
  /* line 3161, ../scss/_theme.scss */
  .cms-sarah-graham-recipes .container .page-title.middle {
    margin: 15px 0;
  }
}
/* line 3168, ../scss/_theme.scss */
.cms-sarah-graham-recipes .container .page-title.middle h2 {
  color: #AFB2B7;
}
/* line 3173, ../scss/_theme.scss */
.cms-sarah-graham-recipes .container .thumbnail .caption h3 {
  color: #6d3c2b;
  min-height: 53px;
}

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

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

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

/* Contact Us */
/* line 3205, ../scss/_theme.scss */
.contacts-index-index #contact-form .page-title {
  margin-top: 25px;
}
@media (max-width: 767px) {
  /* line 3205, ../scss/_theme.scss */
  .contacts-index-index #contact-form .page-title {
    margin-top: 10px;
  }
}
/* line 3213, ../scss/_theme.scss */
.contacts-index-index #contact-form p {
  text-align: left;
  padding: 0 !important;
}
@media (min-width: 767px) {
  /* line 3213, ../scss/_theme.scss */
  .contacts-index-index #contact-form p {
    text-align: center;
  }
}
/* line 3221, ../scss/_theme.scss */
.contacts-index-index #contact-form #contactForm {
  padding-left: 0;
}
/* line 3224, ../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 3229, ../scss/_theme.scss */
.contacts-index-index #contact-form .flex-fieldset .freshwidget-embedded-form {
  min-height: 1050px;
  margin: 15px 0;
}
@media (min-width: 767px) {
  /* line 3229, ../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 3239, ../scss/_theme.scss */
.contacts-index-index #contact-form .recaptcha {
  padding: 10px;
}
/* line 3242, ../scss/_theme.scss */
.contacts-index-index #contact-form .fieldset {
  padding: 0;
  margin: 15px 30px 15px 0;
}
/* line 3246, ../scss/_theme.scss */
.contacts-index-index #contact-form .fieldset h4 {
  font-family: "Open Sans", Verdana, Arial, sans-serif;
  font-weight: bold !important;
}
/* line 3251, ../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 3258, ../scss/_theme.scss */
.contacts-index-index #contact-form .fieldset textarea {
  max-width: 365px;
}
/* line 3262, ../scss/_theme.scss */
.contacts-index-index #contact-form .required {
  text-align: right;
}
/* line 3265, ../scss/_theme.scss */
.contacts-index-index #contact-form .buttons-set {
  border: none;
  margin: 0;
  max-width: 100%;
}
/* line 3269, ../scss/_theme.scss */
.contacts-index-index #contact-form .buttons-set button:hover {
  background: #146B87;
}
/* line 3274, ../scss/_theme.scss */
.contacts-index-index #addresses {
  width: 50%;
  margin: 30px 0;
  padding: 30px 0 0;
  border-top: 1px solid #DDE2E3;
}
/* line 3280, ../scss/_theme.scss */
.contacts-index-index #addresses .fieldset {
  float: left;
  width: 100%;
}
/* line 3284, ../scss/_theme.scss */
.contacts-index-index #addresses .fieldset &gt; div:first-child {
  border-right: 1px solid #DDE2E3;
  margin-bottom: 30px;
  float: left;
  width: 50%;
}
/* line 3290, ../scss/_theme.scss */
.contacts-index-index #addresses .fieldset &gt; div:last-child {
  padding-left: 30px;
  float: left;
  width: 50%;
}

@media (max-width: 767px) {
  /* line 3302, ../scss/_theme.scss */
  .contacts-index-index #contact-form .flex-fieldset {
    display: block;
  }
  /* line 3305, ../scss/_theme.scss */
  .contacts-index-index #contact-form .fieldset {
    width: 100%;
    margin: 15px 0;
  }
  /* line 3309, ../scss/_theme.scss */
  .contacts-index-index #contact-form .recaptcha {
    padding: 0;
  }
  /* line 3312, ../scss/_theme.scss */
  .contacts-index-index #contact-form .buttons-set {
    max-width: 100%;
  }
  /* line 3316, ../scss/_theme.scss */
  .contacts-index-index #addresses {
    width: 100%;
  }
  /* line 3320, ../scss/_theme.scss */
  .contacts-index-index #addresses .fieldset &gt; div:first-child {
    width: 100%;
    border-right: 0 none;
    border-bottom: 1px solid #DDE2E3;
    padding-bottom: 15px;
    margin-bottom: 15px;
  }
  /* line 3327, ../scss/_theme.scss */
  .contacts-index-index #addresses .fieldset &gt; div:last-child {
    width: 100%;
    padding-left: 0;
  }
}
@media (max-width: 768px) {
  /* line 3339, ../scss/_theme.scss */
  .contacts-index-index #contact-form .flex-fieldset {
    display: block;
  }
  /* line 3342, ../scss/_theme.scss */
  .contacts-index-index #contact-form .fieldset {
    width: 100%;
  }
  /* line 3345, ../scss/_theme.scss */
  .contacts-index-index #contact-form .buttons-set {
    max-width: 100% !important;
  }
  /* line 3349, ../scss/_theme.scss */
  .contacts-index-index #addresses {
    width: 100%;
  }
}
/* about us + ingredient policy + customer support + customer testimonials */
/* line 3356, ../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 3365, ../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 3374, ../scss/_theme.scss */
.customer-testimonials .heading-box div.image {
  background-color: #fac3c6;
}

/* line 3378, ../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://ftn-master.dev.ftn.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 3395, ../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 3409, ../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 3417, ../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://ftn-master.dev.ftn.co.za/skin/frontend/rwd/ftn/images/socialShare_icons.png") no-repeat scroll 0 -335px;
  width: 255px;
  height: 23px;
  margin-left: -124px;
}

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

/* line 3440, ../scss/_theme.scss */
.about-us .content-block h4 {
  font-size: 16px;
}
/* line 3443, ../scss/_theme.scss */
.about-us .content-block h4 &gt; img {
  padding-bottom: 4px;
}

/* line 3452, ../scss/_theme.scss */
.customer-support .content-block #cruelty-free td {
  border: none;
  padding: 0;
}
/* line 3456, ../scss/_theme.scss */
.customer-support .content-block #cruelty-free th {
  background-color: #006654;
  font-weight: bold;
  text-align: justify;
}
/* line 3462, ../scss/_theme.scss */
.customer-support .content-block #points {
  max-width: 400px;
}
/* line 3465, ../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 3471, ../scss/_theme.scss */
.customer-support .content-block #courier-service td:nth-of-type(even) {
  min-width: 150px;
}

/* Testimonials */
/* line 3480, ../scss/_theme.scss */
.customer-testimonials .content-block li {
  list-style-type: none;
}
/* line 3483, ../scss/_theme.scss */
.customer-testimonials .content-block .margin-bottom {
  margin-bottom: 20px;
}
/* line 3486, ../scss/_theme.scss */
.customer-testimonials .content-block h4 {
  margin-top: 20px;
  font-size: 16px;
}
/* line 3490, ../scss/_theme.scss */
.customer-testimonials .content-block .media {
  border: 1px solid #DDE2E3;
  border-radius: 4px;
  padding: 15px;
}
/* line 3495, ../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 3509, ../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 3522, ../scss/_theme.scss */
.cms-no-route .new404 {
  margin: 0 auto;
  padding: 40px 0 80px;
}
/* line 3528, ../scss/_theme.scss */
.cms-no-route .new404 .new404-image img {
  width: 100%;
  max-width: 80%;
  margin: 0 auto 20px;
  padding: 0;
}
/* line 3536, ../scss/_theme.scss */
.cms-no-route .new404 .new404-content {
  margin: 0;
  padding: 0;
}
/* line 3540, ../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 3549, ../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 3557, ../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 3563, ../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 3572, ../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 3572, ../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 3591, ../scss/_theme.scss */
  .cms-no-route .new404 {
    width: 90%;
  }
  /* line 3594, ../scss/_theme.scss */
  .cms-no-route .new404:after {
    content: "";
    display: table;
    clear: both;
  }
  /* line 3600, ../scss/_theme.scss */
  .cms-no-route .new404 .new404-image {
    float: right;
    width: 60%;
  }
  /* line 3604, ../scss/_theme.scss */
  .cms-no-route .new404 .new404-image img {
    max-width: 100%;
    margin: 0;
  }
  /* line 3610, ../scss/_theme.scss */
  .cms-no-route .new404 .new404-content {
    float: left;
    width: 40%;
    padding: 40px 10px 0;
  }
  /* line 3615, ../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 3621, ../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 3633, ../scss/_theme.scss */
  .cms-no-route .new404 .new404-image,
  .cms-no-route .new404 .new404-content {
    width: 50%;
  }
}
@media (min-width: 1200px) {
  /* line 3643, ../scss/_theme.scss */
  .cms-no-route .new404 .new404-image {
    width: 40%;
  }
  /* line 3647, ../scss/_theme.scss */
  .cms-no-route .new404 .new404-content {
    width: 60%;
  }
}

/* =============================
FOOTER
==============================*/
/* line 3658, ../scss/_theme.scss */
.footer-wrapper {
  border: none;
  padding-top: 0;
  background: #006654;
}
/* line 3663, ../scss/_theme.scss */
.footer-wrapper .footer-container {
  width: 100%;
  padding: 0;
  max-width: 100%;
  clear: both;
  margin: 0 auto;
}
/* line 3670, ../scss/_theme.scss */
.footer-wrapper .footer-container .footer {
  border: 0 none !important;
}
/* line 3673, ../scss/_theme.scss */
.footer-wrapper .footer-container .footer .container {
  max-width: 1340px;
}
/* line 3676, ../scss/_theme.scss */
.footer-wrapper .footer-container .footer .panel-group {
  margin-bottom: 0;
}
/* line 3679, ../scss/_theme.scss */
.footer-wrapper .footer-container .footer .panel-group .panel {
  background: #006654;
  color: #FFF;
  border: 0 none;
}
/* line 3684, ../scss/_theme.scss */
.footer-wrapper .footer-container .footer .panel-group .panel .panel-heading {
  background: transparent;
  border-radius: 0;
  color: #FFF;
  padding: 15px;
}
/* line 3690, ../scss/_theme.scss */
.footer-wrapper .footer-container .footer .panel-group .panel .panel-heading .panel-title {
  font-weight: normal;
}
/* line 3694, ../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 3701, ../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 3711, ../scss/_theme.scss */
.footer-wrapper .footer-container .footer .panel-group .panel .panel-body {
  color: #FFF;
  border-radius: 0;
}
/* line 3715, ../scss/_theme.scss */
.footer-wrapper .footer-container .footer .panel-group .panel .panel-body ul {
  padding-left: 15px;
}
/* line 3718, ../scss/_theme.scss */
.footer-wrapper .footer-container .footer .panel-group .panel .panel-body ul li {
  padding: 10px 0;
}
/* line 3721, ../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 3728, ../scss/_theme.scss */
.footer-wrapper .footer-container .footer .panel-group .panel .panel-body img {
  float: right;
  padding: 1em 2em;
}
@media (max-width: 767px) {
  /* line 3728, ../scss/_theme.scss */
  .footer-wrapper .footer-container .footer .panel-group .panel .panel-body img {
    float: none;
    margin: 0 auto;
  }
}
/* line 3739, ../scss/_theme.scss */
.footer-wrapper .footer-container .footer .panel-group .panel + .panel {
  margin-top: 0;
}
/* line 3744, ../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 3749, ../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 3756, ../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 3763, ../scss/_theme.scss */
.footer-wrapper .footer-container .footer .ftn-footer-links a:hover {
  color: #FF9439;
}
/* line 3768, ../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 3777, ../scss/_theme.scss */
.footer-wrapper .footer-container .footer .ftn-footer-links .social-networks li a:hover {
  color: #FF9439;
  text-decoration: none;
}
/* line 3782, ../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 3789, ../scss/_theme.scss */
.footer-wrapper .footer-container .footer .ftn-footer-links .social-networks li a.twitter::before {
  content: '\ea96';
}
/* line 3793, ../scss/_theme.scss */
.footer-wrapper .footer-container .footer .ftn-footer-links .social-networks li a.pinterest::before {
  content: '\ead1';
}
/* line 3797, ../scss/_theme.scss */
.footer-wrapper .footer-container .footer .ftn-footer-links .social-networks li a.instagram::before {
  content: '\ea92';
}
/* line 3806, ../scss/_theme.scss */
.footer-wrapper .footer-container .footer .ftn-footer-links .social-networks li a.review::before {
  content: '\e9a4';
}
/* line 3810, ../scss/_theme.scss */
.footer-wrapper .footer-container .footer .ftn-footer-links .social-networks li a.hello::before {
  content: '\e9a4';
}
/* line 3814, ../scss/_theme.scss */
.footer-wrapper .footer-container .footer .ftn-footer-links .social-networks li a.tiktok::before {
  content: "";
  display: inline-block;
  height: 15px;
  width: 15px;
  background-size: 15px 15px;
  background-image: url(https://ftn-master.dev.ftn.co.za/skin/frontend/rwd/ftn/images/tiktok.svg);
  background-repeat: no-repeat;
  -webkit-filter: invert(100%) sepia(0%) saturate(0%) hue-rotate(162deg) brightness(101%) contrast(101%);
          filter: invert(100%) sepia(0%) saturate(0%) hue-rotate(162deg) brightness(101%) contrast(101%);
}
/* line 3828, ../scss/_theme.scss */
.footer-wrapper .footer-container .footer .ftn-footer-links .panel {
  padding: 0;
  background: transparent;
}
/* line 3832, ../scss/_theme.scss */
.footer-wrapper .footer-container .footer .ftn-footer-links .panel h3 {
  margin-bottom: 0;
}
/* line 3836, ../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 3854, ../scss/_theme.scss */
.ftn_footer_featuredIn::before {
  display: none;
}

/* line 3858, ../scss/_theme.scss */
.address-wrapper {
  width: 100%;
  padding: 0;
  background: #FFF;
  color: #000000;
  text-align: center;
}
/* line 3865, ../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 3879, ../scss/_theme.scss */
  .ftn-boxes img {
    width: 100%;
  }

  /* line 3882, ../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 3888, ../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 3912, ../scss/_theme.scss */
  .shopbybrand-list .brandslist .list_1 {
    width: 16%;
  }
}
@media (max-width: 900px) {
  /* line 3918, ../scss/_theme.scss */
  .checkout-onepage-success .main-container .col-main .buttons-set {
    max-width: 100%;
  }
}
@media (max-width: 770px) {
  /* line 3924, ../scss/_theme.scss */
  .main-container .my-account .my-wishlist .page-title {
    padding-left: 0;
  }

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

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

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

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

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

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

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

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

  /* line 3967, ../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 3975, ../scss/_theme.scss */
  .ftn-circles .circle {
    margin: 0 auto 15px auto;
  }
}
@media only screen and (max-width: 479px) {
  /* Homepage Circles */
  /* line 3984, ../scss/_theme.scss */
  .ftn-circles .container {
    padding: 0 !important;
  }
  /* line 3986, ../scss/_theme.scss */
  .ftn-circles .container .row {
    margin: 0 !important;
  }
  /* line 3989, ../scss/_theme.scss */
  .ftn-circles .container .row .col-sm-2 {
    width: 100%;
    padding: 0 !important;
  }

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

  /* line 4004, ../scss/_theme.scss */
  .my-account #addredeem-giftvoucher-code .buttons-set button.button {
    width: 100%;
  }
  /* line 4009, ../scss/_theme.scss */
  .my-account #wishlist-table .item-manage .button {
    font-size: 11px;
  }
  /* line 4012, ../scss/_theme.scss */
  .my-account #wishlist-table .button.btn-small {
    padding: 0 10px !important;
  }
  /* line 4015, ../scss/_theme.scss */
  .my-account #wishlist-table td.customer-wishlist-item-quantity::before {
    padding-top: 6px;
  }
  /* line 4018, ../scss/_theme.scss */
  .my-account #wishlist-table td.customer-wishlist-item-price::before {
    padding-top: 3px;
  }
  /* line 4022, ../scss/_theme.scss */
  .my-account #wishlist-table.clean-table td {
    padding-top: 5px;
    padding-bottom: 5px;
    border-bottom: 0 none !important;
  }
  /* line 4027, ../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 4038, ../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 4051, ../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 4067, ../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 4073, ../scss/_theme.scss */
.catalog-product-view .col2-right-layout .col-main {
  padding-left: 0;
}

/* line 4078, ../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 4078, ../scss/_theme.scss */
  .catalog-category-view .readmore {
    margin-bottom: 0;
  }
}
/* line 4090, ../scss/_theme.scss */
.catalog-category-view .readmore a:hover {
  color: #006654;
}

@media only screen and (min-width: 480px) {
  /* line 4097, ../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 4106, ../scss/_theme.scss */
  .products-list .product-shop .product-primary,
  .products-list .product-shop .desc {
    float: left;
    width: 60%;
    padding-right: 20px;
  }
  /* line 4112, ../scss/_theme.scss */
  .products-list .product-shop .product-secondary {
    float: right;
    width: 40%;
  }
}
/* ============================================ *
 * Mini Product List
 * ============================================ */
/* line 4124, ../scss/_theme.scss */
.mini-products-images-list:after {
  content: "";
  display: table;
  clear: both;
}

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

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

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

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

/* ============================================ *
 * Catalog - List
 * ============================================ */
/* line 4154, ../scss/_theme.scss */
.category-title {
  margin: 20px 0 10px;
}
@media (min-width: 767px) {
  /* line 4154, ../scss/_theme.scss */
  .category-title {
    margin: 5px 0 10px;
  }
}
/* line 4161, ../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 4161, ../scss/_theme.scss */
  .category-title h1 {
    font-size: 48px;
  }
}

/* line 4177, ../scss/_theme.scss */
.category-description {
  margin: 0;
}
/* line 4180, ../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 4190, ../scss/_theme.scss */
.category-description p:last-of-type {
  margin-bottom: 0;
}

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

/* line 4206, ../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 4206, ../scss/_theme.scss */
  .custom-category-featured {
    margin: 20px -10px 30px;
  }
}
/* line 4215, ../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 4223, ../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 4232, ../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 4238, ../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 4215, ../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 4259, ../scss/_theme.scss */
.custom-category-banner {
  margin: 0 0 30px;
  position: relative;
}
/* line 4263, ../scss/_theme.scss */
.custom-category-banner a {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 3;
}
/* line 4272, ../scss/_theme.scss */
.custom-category-banner img {
  display: block;
  width: 100%;
}
/* line 4277, ../scss/_theme.scss */
.custom-category-banner .custom-category-banner-content {
  padding: 15px;
  background: #f4f4f4;
  -webkit-transition: .3s background ease;
  transition: .3s background ease;
}
/* line 4282, ../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 4295, ../scss/_theme.scss */
.custom-category-banner:hover .custom-category-banner-content {
  background: #25282A;
}
/* line 4298, ../scss/_theme.scss */
.custom-category-banner:hover .custom-category-banner-content p {
  color: #FFF;
}

/* line 4304, ../scss/_theme.scss */
.custom-category-grid {
  margin: 10px 0;
}
/* line 4307, ../scss/_theme.scss */
.custom-category-grid .custom-category-grid-block {
  position: relative;
  margin: 15px 0;
}
/* line 4311, ../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 4320, ../scss/_theme.scss */
.custom-category-grid .custom-category-grid-block .custom-category-grid-block-image {
  margin: 0;
  padding: 0;
}
/* line 4324, ../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 4332, ../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 4337, ../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 4350, ../scss/_theme.scss */
.custom-category-grid .custom-category-grid-block:hover .custom-category-grid-block-content {
  background: #25282A;
}
/* line 4353, ../scss/_theme.scss */
.custom-category-grid .custom-category-grid-block:hover .custom-category-grid-block-content p {
  color: #FFF;
}
@media (min-width: 767px) {
  /* line 4304, ../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 4363, ../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 4368, ../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 4376, ../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 4380, ../scss/_theme.scss */
  .custom-category-grid-2 .custom-category-grid-block:nth-of-type(2n) {
    margin-right: 0;
  }
  /* line 4385, ../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 4390, ../scss/_theme.scss */
  .custom-category-grid-3 .custom-category-grid-block:nth-of-type(3n) {
    margin-right: 0;
  }
  /* line 4395, ../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 4400, ../scss/_theme.scss */
  .custom-category-grid-4 .custom-category-grid-block:nth-of-type(4n) {
    margin-right: 0;
  }
}

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

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

/* ============================================ *
 * Catalog - Product
 * ============================================ */
/* line 4422, ../scss/_theme.scss */
.product-view .product-attributes ul li {
  float: left;
  margin-right: 10px;
  font-size: 0;
}
/* line 4427, ../scss/_theme.scss */
.product-view .product-attributes ul li:last-of-type {
  margin-right: 0;
}
/* line 4433, ../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 4440, ../scss/_theme.scss */
.product-view .product-essential .delayed-notify-purchasing {
  cursor: pointer;
}
/* line 4443, ../scss/_theme.scss */
.product-view .product-essential .delayed-notify-purchasing:hover {
  color: #006654;
}
/* line 4446, ../scss/_theme.scss */
.product-view .product-essential .tooltip-content {
  position: absolute;
  border-radius: 4px;
  border: 1px solid #006654;
  background: #e9f5d5;
  padding: 10px;
}
/* line 4453, ../scss/_theme.scss */
.product-view .product-essential .extra-info {
  background: none;
  float: left;
  max-width: 50% !important;
  margin: 0;
  padding: 0;
  color: #353222;
}
/* line 4461, ../scss/_theme.scss */
.product-view .product-essential .extra-info .ratings {
  margin-bottom: 8px;
}
/* line 4464, ../scss/_theme.scss */
.product-view .product-essential .extra-info .ratings .rating-box {
  margin-top: 8px;
  margin-right: 10px;
}
/* line 4468, ../scss/_theme.scss */
.product-view .product-essential .extra-info .ratings .rating-box,
.product-view .product-essential .extra-info .ratings .amount {
  float: left;
}
/* line 4473, ../scss/_theme.scss */
.product-view .product-essential .extra-info .ratings:after {
  content: "";
  display: table;
  clear: both;
}
/* line 4478, ../scss/_theme.scss */
.product-view .product-essential .extra-info .separator-extra {
  color: #DDE2E3;
}
/* line 4483, ../scss/_theme.scss */
.product-view .product-essential:after {
  content: "";
  display: table;
  clear: both;
}
/* line 4488, ../scss/_theme.scss */
.product-view .product-shop {
  width: 50%;
  float: right;
  background: none !important;
}
/* line 4493, ../scss/_theme.scss */
.product-view .product-shop .product-name {
  float: left;
}
/* line 4496, ../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 4504, ../scss/_theme.scss */
.product-view .product-shop .top-attributes {
  margin-bottom: 0;
}
/* line 4507, ../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 4517, ../scss/_theme.scss */
.product-view .product-shop .price-info {
  float: right;
  width: 50%;
  margin: 0 0 10px 0;
  padding: 0;
}
/* line 4523, ../scss/_theme.scss */
.product-view .product-shop .price-box {
  margin-top: 0;
}
/* line 4526, ../scss/_theme.scss */
.product-view .product-shop .price-box.no-display {
  display: none;
}
/* line 4530, ../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,
.product-view .product-shop .price-box .price-as-configured {
  padding-right: 0;
  line-height: 1.2;
}
/* line 4538, ../scss/_theme.scss */
.product-view .product-shop .price-box .price-as-configured .price-label {
  display: none;
}
/* line 4542, ../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 {
  color: #006654 !important;
  font-size: 28px !important;
  font-family: "Open Sans", Verdana, Arial, sans-serif !important;
  font-weight: 600 !important;
}
/* line 4550, ../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 4555, ../scss/_theme.scss */
.product-view .product-shop .price-box .old-price .price-label {
  display: none;
}
/* line 4558, ../scss/_theme.scss */
.product-view .product-shop .price-box .full-product-price .price {
  color: #353222;
  font-size: 40px;
  font-weight: normal;
}
/* line 4564, ../scss/_theme.scss */
.product-view .product-shop .price-box .special-price .price-label {
  font-size: 16px;
}
/* line 4567, ../scss/_theme.scss */
.product-view .product-shop .price-box .special-price span.weee {
  color: #DDE2E3;
}
/* line 4570, ../scss/_theme.scss */
.product-view .product-shop .price-box .special-price span.weee span.price {
  font-size: 16px;
}
/* line 4575, ../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 4581, ../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 4585, ../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 4590, ../scss/_theme.scss */
.product-view .product-shop .price-box.map-info a {
  display: inherit;
}
/* line 4593, ../scss/_theme.scss */
.product-view .product-shop .availability,
.product-view .product-shop .availability-only {
  font-size: 14px;
  float: right;
  line-height: 16px;
}
/* line 4599, ../scss/_theme.scss */
.product-view .product-shop .availability-only {
  border-left: 1px solid #DDE2E3;
  padding: 0 0 0 5px;
  margin-left: 5px;
}
/* line 4604, ../scss/_theme.scss */
.product-view .product-shop .availability-in-stock {
  float: left;
  color: #353222;
  margin: 10px 0;
  clear: left;
}
/* line 4610, ../scss/_theme.scss */
.product-view .product-shop .over-stock-info {
  float: left;
  text-transform: lowercase;
  margin-top: 10px;
}
/* line 4615, ../scss/_theme.scss */
.product-view .product-shop .over-stock-info span.value {
  color: #e75c70;
}
/* line 4619, ../scss/_theme.scss */
.product-view .product-shop .in-bag {
  float: left;
  text-transform: lowercase;
  color: #006654;
}
/* line 4625, ../scss/_theme.scss */
.product-view .add-to-cart-wrapper,
.product-view .block-related {
  width: 50%;
  float: right;
  clear: right;
}

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

/* line 4646, ../scss/_theme.scss */
.product-image-gallery {
  position: relative;
}
/* line 4649, ../scss/_theme.scss */
.product-image-gallery .gallery-image {
  display: none;
}
/* line 4652, ../scss/_theme.scss */
.product-image-gallery .gallery-image.visible {
  display: block;
}
/* line 4655, ../scss/_theme.scss */
.product-image-gallery .gallery-image.visible.hidden {
  visibility: hidden;
}

/* line 4660, ../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 4671, ../scss/_theme.scss */
.product-image-gallery:before {
  background-color: white;
  opacity: 0.8;
  z-index: 2;
}

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

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

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

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

/* line 4709, ../scss/_theme.scss */
.product-view .responsive-video {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}
/* line 4716, ../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 4731, ../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 4744, ../scss/_theme.scss */
  .catalog-product-view .sidebar .pay-box,
  .catalog-product-view .sidebar .help-box {
    width: 50%;
  }
  /* line 4748, ../scss/_theme.scss */
  .catalog-product-view .sidebar .pay-box {
    padding-left: 10px;
  }
}
/* line 4755, ../scss/_theme.scss */
.zoomWindowContainer {
  width: auto !important;
}

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

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

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

/* line 4772, ../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 4780, ../scss/_theme.scss */
.catalog-product-view,
.review-product-list {
  /* Stock Alert */
  /* Tabs */
}
/* line 4783, ../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 4787, ../scss/_theme.scss */
.catalog-product-view .product-img-box .more-views,
.review-product-list .product-img-box .more-views {
  margin-top: 25px;
}
/* line 4790, ../scss/_theme.scss */
.catalog-product-view .product-img-box .more-views h2,
.review-product-list .product-img-box .more-views h2 {
  display: none;
}
/* line 4793, ../scss/_theme.scss */
.catalog-product-view .product-img-box .more-views img,
.review-product-list .product-img-box .more-views img {
  padding: 4px;
}
/* line 4798, ../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 4803, ../scss/_theme.scss */
.catalog-product-view .product-shop,
.review-product-list .product-shop {
  margin-bottom: 0;
  position: relative;
}
/* line 4807, ../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 4813, ../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 4831, ../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 4838, ../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 4844, ../scss/_theme.scss */
.catalog-product-view .readmore:hover a,
.review-product-list .readmore:hover a {
  color: #006654;
}
/* line 4849, ../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 4856, ../scss/_theme.scss */
.catalog-product-view .product-alerts p,
.review-product-list .product-alerts p {
  margin: 0;
  text-align: left;
}
/* line 4860, ../scss/_theme.scss */
.catalog-product-view .product-alerts a,
.review-product-list .product-alerts a {
  float: left;
  margin-bottom: 10px;
  color: #e75c70;
}
/* line 4865, ../scss/_theme.scss */
.catalog-product-view .product-alerts a:hover,
.review-product-list .product-alerts a:hover {
  color: #146B87;
}
/* line 4868, ../scss/_theme.scss */
.catalog-product-view .product-alerts a:before,
.review-product-list .product-alerts a:before {
  content: "";
  background: url(https://ftn-master.dev.ftn.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 4880, ../scss/_theme.scss */
.catalog-product-view .rewardpointsbehavior-checkout-action a,
.review-product-list .rewardpointsbehavior-checkout-action a {
  margin-right: 5px;
}
/* line 4883, ../scss/_theme.scss */
.catalog-product-view .rewardpointsbehavior-checkout-action a:before,
.review-product-list .rewardpointsbehavior-checkout-action a:before {
  content: "";
  display: none;
}
/* line 4888, ../scss/_theme.scss */
.catalog-product-view .rewardpointsbehavior-checkout-action label,
.review-product-list .rewardpointsbehavior-checkout-action label {
  line-height: 29px;
  margin-bottom: 0;
}
/* line 4895, ../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 4903, ../scss/_theme.scss */
.catalog-product-view .product-collateral #block-product-reviews,
.review-product-list .product-collateral #block-product-reviews {
  display: none;
}
/* line 4906, ../scss/_theme.scss */
.catalog-product-view .product-collateral dl,
.review-product-list .product-collateral dl {
  margin-bottom: 0;
}
/* line 4909, ../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 4921, ../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 4924, ../scss/_theme.scss */
.catalog-product-view .product-collateral dl &gt; dd,
.review-product-list .product-collateral dl &gt; dd {
  border: 0 none;
  padding: 10px 0 !important;
}
/* line 4928, ../scss/_theme.scss */
.catalog-product-view .product-collateral dl &gt; dd.block-content-reviews,
.review-product-list .product-collateral dl &gt; dd.block-content-reviews {
  clear: both;
  margin-bottom: 0;
}
/* line 4932, ../scss/_theme.scss */
.catalog-product-view .product-collateral dl &gt; dd.block-content-reviews .ratings,
.review-product-list .product-collateral dl &gt; dd.block-content-reviews .ratings {
  margin: 0;
}
/* line 4937, ../scss/_theme.scss */
.catalog-product-view .product-collateral dl .tab-content,
.review-product-list .product-collateral dl .tab-content {
  margin: 10px 0 0;
}
/* line 4941, ../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 4945, ../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 4945, ../scss/_theme.scss */
  .catalog-product-view .product-collateral .block-title,
  .review-product-list .product-collateral .block-title {
    border: 0 none;
  }
}
/* line 4962, ../scss/_theme.scss */
.catalog-product-view .product-collateral .block-title.active,
.review-product-list .product-collateral .block-title.active {
  background-color: #DDE2E3;
}
/* line 4965, ../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 4970, ../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 4976, ../scss/_theme.scss */
.catalog-product-view .sharing-tools-block .sharing-title,
.review-product-list .sharing-tools-block .sharing-title {
  display: none;
}
/* line 4980, ../scss/_theme.scss */
.catalog-product-view .box-tags,
.review-product-list .box-tags {
  display: none;
}
/* line 4983, ../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 4989, ../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 4994, ../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 4998, ../scss/_theme.scss */
.catalog-product-view .add-to-cart .price-box,
.review-product-list .add-to-cart .price-box {
  margin-bottom: 10px;
}
/* line 5001, ../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 5004, ../scss/_theme.scss */
.catalog-product-view .add-to-cart .qty-wrapper,
.review-product-list .add-to-cart .qty-wrapper {
  display: block !important;
}
/* line 5007, ../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 5014, ../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 5018, ../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 5024, ../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 5032, ../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 5037, ../scss/_theme.scss */
.catalog-product-view .add-to-cart-buttons .button,
.review-product-list .add-to-cart-buttons .button {
  width: 100%;
}
/* line 5041, ../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 5048, ../scss/_theme.scss */
.catalog-product-view button.out-of-stock span span,
.review-product-list button.out-of-stock span span {
  color: #999;
}
/* line 5051, ../scss/_theme.scss */
.catalog-product-view button.out-of-stock:hover,
.review-product-list button.out-of-stock:hover {
  cursor: default;
}
/* line 5055, ../scss/_theme.scss */
.catalog-product-view .add-to-links,
.review-product-list .add-to-links {
  margin: 0;
  float: left;
  width: 100%;
}
/* line 5060, ../scss/_theme.scss */
.catalog-product-view .add-to-links:after,
.review-product-list .add-to-links:after {
  content: "";
  display: table;
  clear: both;
}
/* line 5065, ../scss/_theme.scss */
.catalog-product-view .add-to-links li,
.review-product-list .add-to-links li {
  float: left;
  width: 100%;
}
/* line 5069, ../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 5072, ../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 5077, ../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 5088, ../scss/_theme.scss */
.catalog-product-view .product-alerts p,
.review-product-list .product-alerts p {
  text-align: right;
}
/* line 5091, ../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 5095, ../scss/_theme.scss */
.catalog-product-view .attr-icons-view,
.review-product-list .attr-icons-view {
  display: inline-block;
  width: 100%;
  margin-top: 5px;
}
/* line 5100, ../scss/_theme.scss */
.catalog-product-view .attr-icons-view span,
.review-product-list .attr-icons-view span {
  float: left;
}
/* line 5104, ../scss/_theme.scss */
.catalog-product-view .sharing-links,
.review-product-list .sharing-links {
  float: left;
}
/* line 5107, ../scss/_theme.scss */
.catalog-product-view .sharing-links li,
.review-product-list .sharing-links li {
  float: left;
  padding: 0 4px 4px;
}
/* line 5111, ../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 5117, ../scss/_theme.scss */
.catalog-product-view .sharing-links li a.icons-share,
.review-product-list .sharing-links li a.icons-share {
  background: url("https://ftn-master.dev.ftn.co.za/skin/frontend/rwd/ftn/images/sprite-social-icons.png") 0 0 no-repeat;
}
/* line 5120, ../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 5124, ../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 5127, ../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 5130, ../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 5133, ../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 5137, ../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 5140, ../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 5144, ../scss/_theme.scss */
.catalog-product-view .sharing-links li a:hover,
.review-product-list .sharing-links li a:hover {
  opacity: 0.8;
}
/* line 5150, ../scss/_theme.scss */
.catalog-product-view .sharing-links:after,
.review-product-list .sharing-links:after {
  content: "";
  display: table;
  clear: both;
}
/* line 5156, ../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 5166, ../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 5173, ../scss/_theme.scss */
.catalog-product-view .product-disclaimer p,
.review-product-list .product-disclaimer p {
  font-style: italic;
  font-size: 12px;
}
/* line 5178, ../scss/_theme.scss */
.catalog-product-view .block-reviews-summary,
.review-product-list .block-reviews-summary {
  float: left;
  width: 100%;
  margin-bottom: 10px;
}
/* line 5183, ../scss/_theme.scss */
.catalog-product-view .block-reviews-summary .ratings-product-details,
.review-product-list .block-reviews-summary .ratings-product-details {
  width: 100%;
}
/* line 5186, ../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://ftn-master.dev.ftn.co.za/skin/frontend/rwd/ftn/images/yellowrating-large.png") no-repeat 0 -20px !important;
  height: 20px !important;
}
/* line 5191, ../scss/_theme.scss */
.catalog-product-view .block-reviews-summary .rating-box .rating,
.review-product-list .block-reviews-summary .rating-box .rating {
  background: url("https://ftn-master.dev.ftn.co.za/skin/frontend/rwd/ftn/images/yellowrating-large.png") no-repeat 0 -20px !important;
  height: 20px !important;
  background-position: 0 0 !important;
}
/* line 5197, ../scss/_theme.scss */
.catalog-product-view .block-reviews-summary .ratings,
.review-product-list .block-reviews-summary .ratings {
  width: 33% !important;
}
/* line 5200, ../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 5206, ../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://ftn-master.dev.ftn.co.za/skin/frontend/rwd/ftn/images/yellowrating-small.png") no-repeat 0 -14px;
}
/* line 5211, ../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://ftn-master.dev.ftn.co.za/skin/frontend/rwd/ftn/images/yellowrating-small.png") no-repeat 0 0;
}
/* line 5216, ../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 5222, ../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 5227, ../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 5240, ../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 5248, ../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 5257, ../scss/_theme.scss */
.block-viewed .block-content li.item {
  text-align: center;
  padding: 10px;
  position: relative;
  border: 1px solid #DDE2E3;
}
/* line 5263, ../scss/_theme.scss */
.block-viewed .block-content li.item .product-image {
  border: none;
  float: none;
}
/* line 5267, ../scss/_theme.scss */
.block-viewed .block-content li.item .product-image::before {
  background: none;
  opacity: 1;
}
/* line 5272, ../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 5272, ../scss/_theme.scss */
  .block-viewed .block-content li.item .product-image img {
    max-width: 100%;
  }
}
/* line 5283, ../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 5290, ../scss/_theme.scss */
.block-viewed .block-content li.item .price-box .price {
  color: #353222;
}
/* line 5293, ../scss/_theme.scss */
.block-viewed .block-content li.item .price-box .old-price .price {
  color: #555555;
}
/* line 5296, ../scss/_theme.scss */
.block-viewed .block-content li.item .price-box .regular-price .price {
  color: #353222;
}
/* line 5299, ../scss/_theme.scss */
.block-viewed .block-content li.item .price-box .special-price {
  padding-left: 0;
}
/* line 5302, ../scss/_theme.scss */
.block-viewed .block-content li.item .price-box .special-price::before {
  content: "|";
  color: #555555;
  vertical-align: top;
}
/* line 5309, ../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 5317, ../scss/_theme.scss */
.block-viewed .block-content li.item .product-details {
  clear: both;
  margin: 0;
}

/* line 5328, ../scss/_theme.scss */
.wishlist-index-configure .add-to-links li a {
  background: #353222;
}
/* line 5331, ../scss/_theme.scss */
.wishlist-index-configure .add-to-links li a:hover {
  background: #006654;
}
/* line 5334, ../scss/_theme.scss */
.wishlist-index-configure .add-to-links li a:active {
  background: #DDE2E3;
}
/* line 5339, ../scss/_theme.scss */
.wishlist-index-configure #divforcomparing0 {
  display: none;
}

/* line 5345, ../scss/_theme.scss */
.review-product-list .buttons-set {
  border-top: 0 none;
}
/* line 5348, ../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 5358, ../scss/_theme.scss */
.sendfriend-product-send h1 {
  border: 0 none;
  text-align: center;
}
/* line 5362, ../scss/_theme.scss */
.sendfriend-product-send h2 {
  color: #353222 !important;
  font-size: 18px !important;
}
/* line 5367, ../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 5367, ../scss/_theme.scss */
  .sendfriend-product-send .send-friend .fieldset {
    width: 90%;
  }
}
/* line 5379, ../scss/_theme.scss */
.sendfriend-product-send .send-friend .fieldset .form-list {
  border: 0 none !important;
  padding: 0 !important;
  margin: 0;
}
/* line 5384, ../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 5390, ../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 5397, ../scss/_theme.scss */
.sendfriend-product-send .send-friend .fieldset + .fieldset {
  margin-top: 15px;
}
/* line 5400, ../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 5400, ../scss/_theme.scss */
  .sendfriend-product-send .send-friend .buttons-set {
    width: 90%;
  }
}
/* line 5409, ../scss/_theme.scss */
.sendfriend-product-send .send-friend .buttons-set button {
  font-size: 15px;
  min-width: 180px;
}
/* line 5413, ../scss/_theme.scss */
.sendfriend-product-send .send-friend .buttons-set button:hover {
  background: #353222;
}
/* line 5417, ../scss/_theme.scss */
.sendfriend-product-send .send-friend .buttons-set #add_recipient_button button {
  background: #353222;
}
/* line 5419, ../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 5431, ../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 5435, ../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 5443, ../scss/_theme.scss */
  .product-img-box .product-image img {
    max-height: 450px;
  }

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

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

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

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

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

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

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

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

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

  /* line 5517, ../scss/_theme.scss */
  .block-content-related_products {
    padding: 0 !important;
  }
  /* line 5520, ../scss/_theme.scss */
  .block-content-related_products .col-xs-12 {
    padding: 0 !important;
  }
  /* line 5523, ../scss/_theme.scss */
  .block-content-related_products .col-xs-12 .productBox {
    margin-bottom: 10px;
  }
  /* line 5526, ../scss/_theme.scss */
  .block-content-related_products .col-xs-12 .productBox .product-image img {
    max-width: 100%;
  }
  /* line 5529, ../scss/_theme.scss */
  .block-content-related_products .col-xs-12 .productBox .product-name {
    font-size: 14px !important;
  }
  /* line 5532, ../scss/_theme.scss */
  .block-content-related_products .col-xs-12 .productBox .ratings {
    display: none;
  }

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

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

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

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

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

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

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

  /* line 5570, ../scss/_theme.scss */
  .product-collateral dl &gt; dt {
    border-top: 0 none !important;
    border-left: 0 none !important;
    border-right: 0 none !important;
    border-bottom: 2px solid #FFF;
  }
  /* line 5577, ../scss/_theme.scss */
  .product-collateral dl &gt; 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 5587, ../scss/_theme.scss */
  .product-collateral &gt; dl &gt; dt:after {
    display: none;
  }

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

  /* line 5613, ../scss/_theme.scss */
  .sidebar .block:not(.block-layered-nav) .block-title &gt; strong,
  .sidebar .block:not(.block-layered-nav) .block-title.active &gt; 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 5622, ../scss/_theme.scss */
  .sidebar .block:not(.block-layered-nav) .block-title &gt; strong:hover {
    background-color: #006654 !important;
  }
  /* line 5625, ../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 5636, ../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 5647, ../scss/_theme.scss */
  .sidebar .block:not(.block-layered-nav) .block-content {
    border: 0 none;
    padding: 15px 0;
    display: inline-block;
  }

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

  /* line 5657, ../scss/_theme.scss */
  .block-content-related_products .product:last-child {
    display: block !important;
  }
}
@media only screen and (max-width: 768px) {
  /* line 5665, ../scss/_theme.scss */
  .catalog-product-view .product-shop,
  .catalog-product-view .add-to-cart-wrapper {
    width: 100%;
    padding-left: 0;
  }
  /* line 5670, ../scss/_theme.scss */
  .catalog-product-view .product-image-box {
    margin: 0 auto;
    float: none;
  }
  /* line 5675, ../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 5681, ../scss/_theme.scss */
  .catalog-product-view .sidebar .block-viewed {
    float: left;
    width: 100%;
  }
  /* line 5688, ../scss/_theme.scss */
  .catalog-product-view .block-last-posts .page-title h2 {
    font-size: 14px;
    margin: 0;
  }

  /* line 5696, ../scss/_theme.scss */
  .block-viewed li.item {
    float: left;
    width: 50% !important;
    margin-right: 0 !important;
    margin-left: 2% !important;
    clear: none !important;
  }
  /* line 5703, ../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 5714, ../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 5722, ../scss/_theme.scss */
.add-to-box .or {
  display: none;
}

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

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

@media only screen and (min-width: 771px) {
  /* line 5748, ../scss/_theme.scss */
  .product-collateral .toggle-tabs {
    display: block;
    width: 100%;
    position: relative;
  }
  /* line 5753, ../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 5763, ../scss/_theme.scss */
  .product-collateral .toggle-tabs li &gt; 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 5779, ../scss/_theme.scss */
  .product-collateral .toggle-tabs li.current &gt; span {
    z-index: 5;
  }
  /* line 5782, ../scss/_theme.scss */
  .product-collateral .toggle-tabs li:last-child {
    border-right: none;
    border-left: none;
  }
  /* line 5786, ../scss/_theme.scss */
  .product-collateral .toggle-tabs li:last-child &gt; span {
    padding-left: 0;
  }
  /* line 5790, ../scss/_theme.scss */
  .product-collateral .toggle-tabs li.current span,
  .product-collateral .toggle-tabs li:hover span {
    color: #353222;
  }
  /* line 5795, ../scss/_theme.scss */
  .product-collateral .toggle-tabs:after {
    content: "";
    display: table;
    clear: both;
  }
  /* line 5800, ../scss/_theme.scss */
  .product-collateral dl {
    width: 100%;
  }
}
@media only screen and (min-width: 771px) {
  /* line 5807, ../scss/_theme.scss */
  .product-view .product-shop .product-name {
    display: block;
  }

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

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

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

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

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

@media only screen and (max-width: 479px) {
  /* line 5855, ../scss/_theme.scss */
  .grouped-items-table-wrapper {
    margin-bottom: 15px;
  }
}
/* line 5861, ../scss/_theme.scss */
.grouped-items-table .name-wrapper {
  color: #146B87;
}
/* line 5864, ../scss/_theme.scss */
.grouped-items-table .qty-wrapper {
  padding-top: 7px;
}
/* line 5867, ../scss/_theme.scss */
.grouped-items-table .qty-label {
  margin-left: 7px;
}
/* line 5870, ../scss/_theme.scss */
.grouped-items-table td {
  padding: 4px;
}
/* line 5873, ../scss/_theme.scss */
.grouped-items-table td:last-child {
  width: 30%;
  text-align: left;
}
/* line 5877, ../scss/_theme.scss */
.grouped-items-table .price-box {
  text-align: right;
}

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

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

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

/* line 5916, ../scss/_theme.scss */
.product-options {
  width: 100%;
  border: 0 none;
  float: left;
  padding: 0;
  margin: 0;
}
/* line 5923, ../scss/_theme.scss */
.product-options a {
  clear: both;
  display: block;
  float: left;
  width: 100%;
  font-size: 10px;
}
/* line 5930, ../scss/_theme.scss */
.product-options p.required {
  display: none;
  position: absolute;
  top: 6px;
  right: 15px;
  text-align: right;
}
/* line 5937, ../scss/_theme.scss */
.product-options dl {
  width: 100%;
  float: left;
  margin-bottom: 4px;
}
/* line 5942, ../scss/_theme.scss */
.product-options label {
  display: none;
}
/* line 5945, ../scss/_theme.scss */
.product-options input,
.product-options select {
  color: #353222;
  border: 1px solid #DDE2E3;
  font-size: 14px;
  padding: 5px;
}
/* line 5952, ../scss/_theme.scss */
.product-options dt {
  margin: 10px 0 3px;
  font-weight: normal;
}
/* line 5956, ../scss/_theme.scss */
.product-options dt:first-child {
  margin: 0;
}
/* line 5959, ../scss/_theme.scss */
.product-options dd {
  padding: 0 0 10px 0;
  margin: 0 0 5px;
  border-bottom: 1px solid #DDE2E3;
}
/* line 5964, ../scss/_theme.scss */
.product-options dd.input-disabled {
  border: 0 none;
}
/* line 5968, ../scss/_theme.scss */
.product-options dd .qty-holder {
  display: block;
  padding: 10px 0 0 0;
}
/* line 5972, ../scss/_theme.scss */
.product-options dd .qty-holder .qty {
  width: 3em;
}
/* line 5975, ../scss/_theme.scss */
.product-options dd .qty-holder label {
  vertical-align: middle;
}
/* line 5979, ../scss/_theme.scss */
.product-options dd .qty-disabled {
  background: none;
  border: 0;
  padding: 0 2px;
}
/* line 5984, ../scss/_theme.scss */
.product-options dd .input-text {
  width: 98%;
}
/* line 5987, ../scss/_theme.scss */
.product-options dd .input-box {
  padding-top: 0;
}
/* line 5990, ../scss/_theme.scss */
.product-options dd input.datetime-picker {
  width: 150px;
}
/* line 5993, ../scss/_theme.scss */
.product-options dd .time-picker {
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  zoom: 1;
  padding: 2px 0;
}
/* line 6000, ../scss/_theme.scss */
.product-options dd textarea {
  width: 98%;
  height: 8em;
}
/* line 6004, ../scss/_theme.scss */
.product-options dd select {
  width: 100%;
  max-width: 100%;
  height: 40px;
}
/* line 6010, ../scss/_theme.scss */
.product-options dl.last dd.last {
  border-bottom: 0;
  padding-bottom: 5px;
  margin-bottom: 0;
}
/* line 6015, ../scss/_theme.scss */
.product-options dl.last dd.last.input-disabled {
  border-bottom: 1px solid #DDE2E3;
  margin-bottom: 5px;
}
/* line 6020, ../scss/_theme.scss */
.product-options ul.options-list {
  margin-right: 5px;
}
/* line 6023, ../scss/_theme.scss */
.product-options ul.options-list li {
  line-height: 1.5;
  margin-bottom: 7px;
}
/* line 6027, ../scss/_theme.scss */
.product-options ul.options-list li:last-child {
  margin-bottom: 0;
}
/* line 6030, ../scss/_theme.scss */
.product-options ul.options-list .radio,
.product-options ul.options-list .checkbox {
  float: left;
  margin-top: 5px;
}
/* line 6035, ../scss/_theme.scss */
.product-options ul.options-list .label {
  display: block;
  font-weight: normal;
}
/* line 6040, ../scss/_theme.scss */
.product-options p.note {
  margin: 0;
  font-size: 18px;
}

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

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

  /* line 6053, ../scss/_theme.scss */
  .sidebar .block-last-posts li.post-item h4 {
    top: 5px;
    font-size: 16px;
  }
}
/* line 6059, ../scss/_theme.scss */
.product-options-bottom {
  padding: 0 !important;
  margin: 10px 0;
  background: none;
  border: 0 none;
}
/* line 6065, ../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 6074, ../scss/_theme.scss */
.product-options-bottom .sharing-links {
  display: none;
}

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

@media only screen and (max-width: 1199px) {
  /* line 6086, ../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 6095, ../scss/_theme.scss */
  .sidebar .help-box,
  .sidebar .block-last-posts,
  .sidebar .pay-box {
    padding-right: 15px;
  }
}
/* line 6103, ../scss/_theme.scss */
.product-options-bottom .tier-prices li {
  background: 0;
  padding: 2px 0;
}

/* line 6108, ../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 6115, ../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 6123, ../scss/_theme.scss */
  .product-options-bottom .price-box .price-as-configured {
    text-align: right;
  }

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

/* -------------------------------------------- *
 * Related Products
 */
/* line 6138, ../scss/_theme.scss */
.block-related-product-content {
  padding: 0 !important;
}
/* line 6141, ../scss/_theme.scss */
.block-related-product-content li.item {
  margin-bottom: 10px;
  position: relative;
  border: 1px solid #eeeeee;
  padding-left: 10px;
}
/* line 6147, ../scss/_theme.scss */
.block-related-product-content li.item .product-name {
  min-height: 46px;
  padding-right: 5px;
}
/* line 6151, ../scss/_theme.scss */
.block-related-product-content li.item .product-name a {
  font-size: 15px;
}
@media (max-width: 767px) {
  /* line 6147, ../scss/_theme.scss */
  .block-related-product-content li.item .product-name {
    min-height: 88px;
  }
}
/* line 6158, ../scss/_theme.scss */
.block-related-product-content li.item .product-image {
  margin: 0 auto;
  border: none;
  display: block;
  padding-top: 10px;
}
/* line 6164, ../scss/_theme.scss */
.block-related-product-content li.item .product-image::before {
  background: none;
  opacity: 1;
}
/* line 6169, ../scss/_theme.scss */
.block-related-product-content li.item .product-image img {
  max-width: 125px;
  max-height: 125px;
  margin: 0 auto;
}
/* line 6175, ../scss/_theme.scss */
.block-related-product-content li.item .price-box {
  min-height: 45px;
  margin: 7px 0;
}
/* line 6179, ../scss/_theme.scss */
.block-related-product-content li.item .price-box label {
  display: none;
}
/* line 6182, ../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 6189, ../scss/_theme.scss */
.block-related-product-content li.item .price-box .price {
  color: #353222;
}
/* line 6192, ../scss/_theme.scss */
.block-related-product-content li.item .price-box .old-price .price {
  color: #555555;
}
/* line 6195, ../scss/_theme.scss */
.block-related-product-content li.item .price-box .special-price {
  padding-left: 0;
}
/* line 6198, ../scss/_theme.scss */
.block-related-product-content li.item .price-box .special-price::before {
  content: "|";
  color: #555555;
  vertical-align: top;
}
/* line 6203, ../scss/_theme.scss */
.block-related-product-content li.item .price-box .regular-price .price {
  color: #353222;
}
/* line 6207, ../scss/_theme.scss */
.block-related-product-content li.item .ratings {
  display: table;
  margin-bottom: 15px;
}
/* line 6211, ../scss/_theme.scss */
.block-related-product-content li.item .ratings .rating-box {
  float: left;
  margin-top: 5px;
}
/* line 6215, ../scss/_theme.scss */
.block-related-product-content li.item .ratings span {
  color: silver;
  margin-left: 3px;
}
/* line 6220, ../scss/_theme.scss */
.block-related-product-content li.item .actions {
  padding-right: 10px;
}
@media (max-width: 767px) {
  /* line 6223, ../scss/_theme.scss */
  .block-related-product-content li.item .actions .qty-wrapper {
    display: none;
  }
}
/* line 6228, ../scss/_theme.scss */
.block-related-product-content li.item .actions .btn-cart {
  background: #006654;
  border: 1px solid #006654;
  font-family: "Open Sans", Verdana, Arial, sans-serif;
  color: #FFF;
  white-space: normal;
  width: -webkit-calc(100% - 94px);
  width: calc(100% - 94px);
  height: 40px;
  line-height: 30px;
  margin: 0 10px;
}
/* line 6239, ../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 6228, ../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 6228, ../scss/_theme.scss */
  .block-related-product-content li.item .actions .btn-cart {
    padding: 5px 0;
    margin: 0 10px 8px 10px;
  }
  /* line 6253, ../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 6228, ../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 6263, ../scss/_theme.scss */
  .block-related-product-content li.item .actions .btn-cart-max-width {
    margin: 0;
    height: 40px;
    line-height: 30px;
  }
}
/* line 6270, ../scss/_theme.scss */
.block-related-product-content li.item .actions .btn-cart:hover {
  background: #004738;
  border: 1px solid #004738;
}
/* line 6277, ../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 6286, ../scss/_theme.scss */
.block-related-product-content li.item .actions p.out-of-stock span {
  color: #FFF !important;
}
/* line 6291, ../scss/_theme.scss */
.block-related-product-content li.item .product-details {
  margin-left: 90px;
}
/* line 6294, ../scss/_theme.scss */
.block-related-product-content li.item .product-details .price-box {
  margin: 2px 0 3px;
}
/* line 6297, ../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 6303, ../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 6312, ../scss/_theme.scss */
.block-related-product-content li.item .product-details .price-box:after {
  content: "";
  display: table;
  clear: both;
}
/* line 6317, ../scss/_theme.scss */
.block-related-product-content li.item .product-details .product-name {
  margin-bottom: 3px;
}
/* line 6320, ../scss/_theme.scss */
.block-related-product-content li.item .product-details .link-wishlist {
  display: none;
}
@media only screen and (max-width: 767px) {
  /* line 6326, ../scss/_theme.scss */
  .block-related-product-content .product {
    padding-right: 5px;
    padding-left: 5px;
  }
  /* line 6330, ../scss/_theme.scss */
  .block-related-product-content .product:nth-child(even) {
    padding-right: 0;
  }
  /* line 6333, ../scss/_theme.scss */
  .block-related-product-content .product:nth-child(odd) {
    padding-left: 0;
  }
  /* line 6336, ../scss/_theme.scss */
  .block-related-product-content .product .product-image img {
    width: 100%;
  }
  /* line 6339, ../scss/_theme.scss */
  .block-related-product-content .product .productBox {
    margin-bottom: 10px;
  }
  /* line 6342, ../scss/_theme.scss */
  .block-related-product-content .product .productBox .qty-wrapper {
    display: none;
  }
  /* line 6345, ../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 6382, ../scss/_theme.scss */
.box-up-sell {
  margin-top: 0;
  max-height: 340px;
  overflow: hidden;
}
/* line 6387, ../scss/_theme.scss */
.box-up-sell .ratings {
  display: none;
}

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

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

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

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

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

/* line 6422, ../scss/_theme.scss */
ul.list-attributes {
  display: inline-block;
  min-height: 20px;
}
/* line 6426, ../scss/_theme.scss */
ul.list-attributes li {
  float: left;
  margin: 0 5px;
}

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

/* line 6436, ../scss/_theme.scss */
.ftn-recycling-index-index,
.category-products,
.s-category-products {
  clear: both;
  margin-top: 10px;
  /* Toolbar */
}
/* line 6442, ../scss/_theme.scss */
.ftn-recycling-index-index ul,
.category-products ul,
.s-category-products ul {
  list-style: none !important;
  margin-bottom: inherit !important;
}
/* line 6449, ../scss/_theme.scss */
.ftn-recycling-index-index .block-layered-nav .block-content ol,
.category-products .block-layered-nav .block-content ol,
.s-category-products .block-layered-nav .block-content ol {
  padding-left: 0;
}
/* line 6452, ../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,
.s-category-products .block-layered-nav .block-content ol li .label {
  display: none;
}
/* line 6459, ../scss/_theme.scss */
.ftn-recycling-index-index li.attribute,
.category-products li.attribute,
.s-category-products li.attribute {
  font-size: 14px;
  line-height: 1.2;
}
/* line 6463, ../scss/_theme.scss */
.ftn-recycling-index-index li.item,
.category-products li.item,
.s-category-products li.item {
  border: 1px solid #eee;
  position: relative;
}
/* line 6467, ../scss/_theme.scss */
.ftn-recycling-index-index li.item .product-image,
.category-products li.item .product-image,
.s-category-products li.item .product-image {
  margin: 0 auto;
  border: none;
  display: block;
  padding-top: 10px;
}
/* line 6473, ../scss/_theme.scss */
.ftn-recycling-index-index li.item .product-image img,
.category-products li.item .product-image img,
.s-category-products li.item .product-image img {
  max-width: 125px;
  max-height: 125px;
  margin: 0 auto;
}
/* line 6479, ../scss/_theme.scss */
.ftn-recycling-index-index li.item .product-image::before,
.category-products li.item .product-image::before,
.s-category-products li.item .product-image::before {
  background: none;
  opacity: 1;
}
/* line 6483, ../scss/_theme.scss */
.ftn-recycling-index-index li.item .product-name,
.category-products li.item .product-name,
.s-category-products li.item .product-name {
  min-height: 63px;
  text-align: left;
}
/* line 6487, ../scss/_theme.scss */
.ftn-recycling-index-index li.item .product-name a,
.category-products li.item .product-name a,
.s-category-products li.item .product-name a {
  font-size: 15px;
}
/* line 6491, ../scss/_theme.scss */
.ftn-recycling-index-index li.item .ratings,
.category-products li.item .ratings,
.s-category-products li.item .ratings {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 28px;
}
/* line 6495, ../scss/_theme.scss */
.ftn-recycling-index-index li.item .ratings .rating-box,
.category-products li.item .ratings .rating-box,
.s-category-products li.item .ratings .rating-box {
  float: left;
}
/* line 6498, ../scss/_theme.scss */
.ftn-recycling-index-index li.item .ratings span,
.category-products li.item .ratings span,
.s-category-products li.item .ratings span {
  color: silver;
  margin-left: 3px;
  line-height: 24px;
}
/* line 6506, ../scss/_theme.scss */
.ftn-recycling-index-index .price-box,
.category-products .price-box,
.s-category-products .price-box {
  margin: 7px 0 !important;
}
/* line 6510, ../scss/_theme.scss */
.ftn-recycling-index-index .price-box .configurable-price-from,
.category-products .price-box .configurable-price-from,
.s-category-products .price-box .configurable-price-from {
  color: #555;
  font-family: "Open Sans", Verdana, Arial, sans-serif;
  font-size: 13px;
}
/* line 6517, ../scss/_theme.scss */
.ftn-recycling-index-index .price-box .regular-price .price,
.category-products .price-box .regular-price .price,
.s-category-products .price-box .regular-price .price {
  color: #353222;
}
/* line 6522, ../scss/_theme.scss */
.ftn-recycling-index-index .price-box .special-price .price,
.category-products .price-box .special-price .price,
.s-category-products .price-box .special-price .price {
  color: #D77929;
}
/* line 6528, ../scss/_theme.scss */
.ftn-recycling-index-index .actions p.out-of-stock,
.category-products .actions p.out-of-stock,
.s-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 6536, ../scss/_theme.scss */
.ftn-recycling-index-index .actions p.out-of-stock span,
.category-products .actions p.out-of-stock span,
.s-category-products .actions p.out-of-stock span {
  color: #FFF !important;
}
/* line 6541, ../scss/_theme.scss */
.ftn-recycling-index-index .btn-cart,
.category-products .btn-cart,
.s-category-products .btn-cart {
  background: #006654;
  font-family: "Open Sans", Verdana, Arial, sans-serif;
  color: #FFF;
  border: 1px solid #006654;
  white-space: normal;
  width: -webkit-calc(100% - 94px);
  width: calc(100% - 94px);
  height: 40px;
  line-height: 1.5;
  margin: 0 10px;
}
/* line 6552, ../scss/_theme.scss */
.ftn-recycling-index-index .btn-cart-max-width,
.category-products .btn-cart-max-width,
.s-category-products .btn-cart-max-width {
  width: -webkit-calc(100% - 20px);
  width: calc(100% - 20px);
  margin-left: 0;
}
@media (max-width: 767px) {
  /* line 6541, ../scss/_theme.scss */
  .ftn-recycling-index-index .btn-cart,
  .category-products .btn-cart,
  .s-category-products .btn-cart {
    margin-left: 0;
    width: -webkit-calc(100% - 20px);
    width: calc(100% - 20px);
  }
}
@media (max-width: 495px) {
  /* line 6541, ../scss/_theme.scss */
  .ftn-recycling-index-index .btn-cart,
  .category-products .btn-cart,
  .s-category-products .btn-cart {
    font-size: 11px;
  }
}
@media only screen and (max-width: 1311px) and (min-width: 768px) {
  /* line 6541, ../scss/_theme.scss */
  .ftn-recycling-index-index .btn-cart,
  .category-products .btn-cart,
  .s-category-products .btn-cart {
    padding: 5px 0;
    line-height: 14px;
  }
  /* line 6569, ../scss/_theme.scss */
  .ftn-recycling-index-index .btn-cart-max-width,
  .category-products .btn-cart-max-width,
  .s-category-products .btn-cart-max-width {
    margin: 0;
    height: 40px;
    line-height: 30px;
  }
}
@media only screen and (max-width: 1301px) and (min-width: 1129px) {
  /* line 6577, ../scss/_theme.scss */
  .ftn-recycling-index-index .btn-cart-max-width,
  .category-products .btn-cart-max-width,
  .s-category-products .btn-cart-max-width {
    margin: 0;
  }
}
/* line 6582, ../scss/_theme.scss */
.ftn-recycling-index-index .btn-cart:hover,
.category-products .btn-cart:hover,
.s-category-products .btn-cart:hover {
  background: #004738;
  border: 1px solid #004738;
}
/* line 6591, ../scss/_theme.scss */
.ftn-recycling-index-index .pager,
.category-products .pager,
.s-category-products .pager {
  margin: 0;
}
/* line 6594, ../scss/_theme.scss */
.ftn-recycling-index-index .pager li &gt; a,
.ftn-recycling-index-index .pager li &gt; span,
.category-products .pager li &gt; a,
.category-products .pager li &gt; span,
.s-category-products .pager li &gt; a,
.s-category-products .pager li &gt; span {
  padding: 0;
}
/* line 6599, ../scss/_theme.scss */
.ftn-recycling-index-index .toolbar,
.category-products .toolbar,
.s-category-products .toolbar {
  border: 0 none;
  margin-left: -15px;
  margin-right: -15px;
}
/* line 6604, ../scss/_theme.scss */
.ftn-recycling-index-index .toolbar .sorter,
.category-products .toolbar .sorter,
.s-category-products .toolbar .sorter {
  width: 213px;
  clear: none;
}
@media (max-width: 767px) {
  /* line 6604, ../scss/_theme.scss */
  .ftn-recycling-index-index .toolbar .sorter,
  .category-products .toolbar .sorter,
  .s-category-products .toolbar .sorter {
    width: 100%;
  }
}
/* line 6612, ../scss/_theme.scss */
.ftn-recycling-index-index .toolbar .pager,
.category-products .toolbar .pager,
.s-category-products .toolbar .pager {
  width: -webkit-calc(100% - 213px);
  width: calc(100% - 213px);
  clear: none;
}
@media (max-width: 767px) {
  /* line 6612, ../scss/_theme.scss */
  .ftn-recycling-index-index .toolbar .pager,
  .category-products .toolbar .pager,
  .s-category-products .toolbar .pager {
    width: 100%;
  }
}
@media (min-width: 768px) {
  /* line 6599, ../scss/_theme.scss */
  .ftn-recycling-index-index .toolbar,
  .category-products .toolbar,
  .s-category-products .toolbar {
    margin-left: 0;
    margin-right: 0;
  }
}
/* line 6626, ../scss/_theme.scss */
.ftn-recycling-index-index .toolbar p,
.category-products .toolbar p,
.s-category-products .toolbar p {
  margin: 0;
  padding: 0;
}
/* line 6630, ../scss/_theme.scss */
.ftn-recycling-index-index .toolbar label,
.category-products .toolbar label,
.s-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 6637, ../scss/_theme.scss */
.ftn-recycling-index-index .toolbar div.count-container,
.category-products .toolbar div.count-container,
.s-category-products .toolbar div.count-container {
  float: none;
}
/* line 6640, ../scss/_theme.scss */
.ftn-recycling-index-index .toolbar div.count-container p.amount,
.category-products .toolbar div.count-container p.amount,
.s-category-products .toolbar div.count-container p.amount {
  padding-right: 15px;
}
@media (min-width: 768px) {
  /* line 6640, ../scss/_theme.scss */
  .ftn-recycling-index-index .toolbar div.count-container p.amount,
  .category-products .toolbar div.count-container p.amount,
  .s-category-products .toolbar div.count-container p.amount {
    line-height: 49px;
  }
}
@media (min-width: 768px) {
  /* line 6637, ../scss/_theme.scss */
  .ftn-recycling-index-index .toolbar div.count-container,
  .category-products .toolbar div.count-container,
  .s-category-products .toolbar div.count-container {
    line-height: 40px;
  }
  /* line 6651, ../scss/_theme.scss */
  .ftn-recycling-index-index .toolbar div.count-container .limiter,
  .category-products .toolbar div.count-container .limiter,
  .s-category-products .toolbar div.count-container .limiter {
    margin-top: 5px;
  }
}
/* line 6656, ../scss/_theme.scss */
.ftn-recycling-index-index .toolbar .pages,
.category-products .toolbar .pages,
.s-category-products .toolbar .pages {
  float: right;
}
/* line 6659, ../scss/_theme.scss */
.ftn-recycling-index-index .toolbar .pages ol,
.category-products .toolbar .pages ol,
.s-category-products .toolbar .pages ol {
  display: inline-block;
  width: 100%;
  margin-bottom: 0;
  margin-top: 5px;
}
/* line 6665, ../scss/_theme.scss */
.ftn-recycling-index-index .toolbar .pages ol li,
.category-products .toolbar .pages ol li,
.s-category-products .toolbar .pages ol li {
  margin-left: 5px;
  width: 40px;
  height: 40px;
  line-height: 40px;
}
/* line 6671, ../scss/_theme.scss */
.ftn-recycling-index-index .toolbar .pages ol li.current,
.category-products .toolbar .pages ol li.current,
.s-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 6679, ../scss/_theme.scss */
.ftn-recycling-index-index .toolbar .pages ol li a,
.category-products .toolbar .pages ol li a,
.s-category-products .toolbar .pages ol li a {
  border-radius: 2px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  background: none;
  color: #555;
}
/* line 6687, ../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,
.s-category-products .toolbar .pages ol li a.next,
.s-category-products .toolbar .pages ol li a.previous {
  background: #e4e4e4;
}
/* line 6691, ../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,
.s-category-products .toolbar .pages ol li a.next:before,
.s-category-products .toolbar .pages ol li a.previous:before {
  border-left-color: #555;
  border-right-color: #555;
}
/* line 6696, ../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,
.s-category-products .toolbar .pages ol li a.next:hover:before,
.s-category-products .toolbar .pages ol li a.previous:hover:before {
  border-left-color: #FFF;
}
/* line 6701, ../scss/_theme.scss */
.ftn-recycling-index-index .toolbar .pages ol li a:hover,
.category-products .toolbar .pages ol li a:hover,
.s-category-products .toolbar .pages ol li a:hover {
  background: #006654;
  color: #FFF;
  border-color: #006654;
}
@media (min-width: 768px) {
  /* line 6656, ../scss/_theme.scss */
  .ftn-recycling-index-index .toolbar .pages,
  .category-products .toolbar .pages,
  .s-category-products .toolbar .pages {
    margin: 0;
  }
}
/* line 6713, ../scss/_theme.scss */
.ftn-recycling-index-index .toolbar .sort-by,
.category-products .toolbar .sort-by,
.s-category-products .toolbar .sort-by {
  height: auto;
  margin-top: 10px;
}
/* line 6717, ../scss/_theme.scss */
.ftn-recycling-index-index .toolbar .sort-by select,
.category-products .toolbar .sort-by select,
.s-category-products .toolbar .sort-by select {
  height: 40px;
}
@media (min-width: 768px) {
  /* line 6713, ../scss/_theme.scss */
  .ftn-recycling-index-index .toolbar .sort-by,
  .category-products .toolbar .sort-by,
  .s-category-products .toolbar .sort-by {
    margin-top: 5px;
  }
}
/* line 6726, ../scss/_theme.scss */
.ftn-recycling-index-index .toolbar .limiter select,
.category-products .toolbar .limiter select,
.s-category-products .toolbar .limiter select {
  height: 40px;
}

/* line 6735, ../scss/_theme.scss */
.s-category-products li.item {
  font-style: inherit !important;
  color: inherit !important;
  font-family: inherit !important;
  font-size: inherit !important;
  line-height: inherit !important;
}
/* line 6742, ../scss/_theme.scss */
.s-category-products li.item .sticker-ribbons {
  overflow: visible;
}
/* line 6747, ../scss/_theme.scss */
.s-category-products li.item .price-box p {
  margin-bottom: 0 !important;
}
/* line 6755, ../scss/_theme.scss */
.s-category-products li.item .actions .qty-wrapper .qty-nav p {
  text-align: center !important;
  font-style: inherit !important;
  color: inherit !important;
  font-family: inherit !important;
  font-size: inherit !important;
  line-height: 9px !important;
}

/* line 6771, ../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 6781, ../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 6787, ../scss/_theme.scss */
.ftn-recycling-index-index .recycling-leftnav-list li {
  border: 1px solid #DDE2E3;
  padding: 5px 15px;
  background: #f1f1f1;
}
/* line 6792, ../scss/_theme.scss */
.ftn-recycling-index-index .recycling-leftnav-list li a {
  color: #353222;
}
/* line 6795, ../scss/_theme.scss */
.ftn-recycling-index-index .recycling-leftnav-list li a:hover {
  color: #146B87;
}
/* line 6799, ../scss/_theme.scss */
.ftn-recycling-index-index .recycling-leftnav-list li.level-1 {
  padding-left: 30px;
  background: none;
  border-bottom: 0 none;
}
/* line 6804, ../scss/_theme.scss */
.ftn-recycling-index-index .recycling-leftnav-list li:last-child {
  border-bottom: 1px solid #DDE2E3;
}
/* line 6808, ../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 6815, ../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 6823, ../scss/_theme.scss */
.ftn-recycling-index-index .recycling-index-products .product .product-image {
  margin: 0 auto;
  border: none;
  display: block;
}
/* line 6828, ../scss/_theme.scss */
.ftn-recycling-index-index .recycling-index-products .product .product-image img {
  max-width: 125px;
  max-height: 125px;
  margin: 0 auto;
}
/* line 6834, ../scss/_theme.scss */
.ftn-recycling-index-index .recycling-index-products .product .product-image::before {
  background: none;
  opacity: 1;
}
/* line 6838, ../scss/_theme.scss */
.ftn-recycling-index-index .recycling-index-products .product .product-name {
  min-height: 95px;
  text-align: center;
}
/* line 6842, ../scss/_theme.scss */
.ftn-recycling-index-index .recycling-index-products .product .product-name a {
  font-size: 15px;
}
/* line 6846, ../scss/_theme.scss */
.ftn-recycling-index-index .recycling-index-products .product .actions {
  min-height: 66px;
}
/* line 6849, ../scss/_theme.scss */
.ftn-recycling-index-index .recycling-index-products .product .ratings {
  position: absolute;
  bottom: 0;
  margin: 0;
  z-index: 10;
  left: 5px;
}
/* line 6856, ../scss/_theme.scss */
.ftn-recycling-index-index .recycling-index-products .product .ratings .rating-box {
  float: left;
}
/* line 6859, ../scss/_theme.scss */
.ftn-recycling-index-index .recycling-index-products .product .ratings span {
  display: none;
}
/* line 6865, ../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 6872, ../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 6878, ../scss/_theme.scss */
.ftn-recycling-index-index .recycling-index-list-item h2 a {
  color: #353222;
}
/* line 6882, ../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 6890, ../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 6898, ../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 6906, ../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 6912, ../scss/_theme.scss */
.ftn-recycling-index-index .recycling-index-list-item .recycling-index-location p {
  font-style: italic;
}
/* line 6915, ../scss/_theme.scss */
.ftn-recycling-index-index .recycling-index-list-item .recycling-index-location a {
  cursor: pointer;
  font-size: 16px;
}
/* line 6919, ../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 6931, ../scss/_theme.scss */
  .ftn-recycling-index-index .recycling-index-products .product {
    margin-left: 0;
    width: 100%;
  }
  /* line 6934, ../scss/_theme.scss */
  .ftn-recycling-index-index .recycling-index-products .product .product-name {
    min-height: 95px;
    text-align: center;
  }
  /* line 6938, ../scss/_theme.scss */
  .ftn-recycling-index-index .recycling-index-products .product .actions {
    min-height: 66px;
  }
  /* line 6944, ../scss/_theme.scss */
  .ftn-recycling-index-index .recycling-index-location span {
    width: auto !important;
    margin-right: 5px;
  }
  /* line 6948, ../scss/_theme.scss */
  .ftn-recycling-index-index .recycling-index-location span:last-child {
    margin-right: 0;
  }
}
/* &lt;768 */
@media only screen and (max-width: 767px) {
  /* line 6960, ../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;

                    &amp;.current {
                        border: 0 none;
                        padding: 10px;
                        background: $c-blue;
                        color: $c-text-white;
                    }
                }
                dd {
                    &amp;.current {
                        border: 0 none;
                        padding: 0;
                    }
                    ol li a {
                        margin-left: 0;
                        margin-right: 0;
                    }
                }
            }
        }
    }*/
}
/* Filters */
/* line 7003, ../scss/_theme.scss */
.block-layered-nav .block-title {
  display: none;
}
/* line 7009, ../scss/_theme.scss */
.block-layered-nav.currently .block-subtitle {
  padding-left: 0;
  font-style: italic;
}
/* line 7014, ../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 7024, ../scss/_theme.scss */
.block-layered-nav .block-subtitle--filter:hover {
  background: #006654;
}
/* line 7028, ../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 7040, ../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 7014, ../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 7014, ../scss/_theme.scss */
  .block-layered-nav .block-subtitle--filter {
    margin-bottom: 20px;
  }
}
/* line 7062, ../scss/_theme.scss */
.block-layered-nav .block-content .currently {
  background: #f4f4f4;
  padding: 10px;
  border-radius: 3px;
}
/* line 7067, ../scss/_theme.scss */
.block-layered-nav .block-content .currently .range-slider {
  max-width: 100%;
  padding: 5px 15px;
}
/* line 7071, ../scss/_theme.scss */
.block-layered-nav .block-content .currently ol {
  padding-left: 0 !important;
  margin: 0;
}
/* line 7075, ../scss/_theme.scss */
.block-layered-nav .block-content .currently .label {
  color: #146B87;
  font-size: 14px;
  padding-left: 0;
  font-weight: bold !important;
}
/* line 7081, ../scss/_theme.scss */
.block-layered-nav .block-content .currently .btn-remove {
  border-radius: 3px;
  background: #FFF;
}
/* line 7085, ../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 7089, ../scss/_theme.scss */
.block-layered-nav .block-content .currently .btn-remove:hover {
  background: #e75c70;
  border-color: #e75c70;
}
/* line 7093, ../scss/_theme.scss */
.block-layered-nav .block-content .currently .btn-remove:hover:after {
  color: #FFF;
}
/* line 7099, ../scss/_theme.scss */
.block-layered-nav .block-content .range-slider {
  padding: 10px;
}
/* line 7102, ../scss/_theme.scss */
.block-layered-nav .block-content .actions a {
  color: #e75c70;
  float: right;
  border: 1px solid #e75c70;
  padding: 3px 5px;
}
/* line 7108, ../scss/_theme.scss */
.block-layered-nav .block-content .actions a:hover {
  background: #e75c70;
  color: #FFF;
}
@media only screen and (max-width: 768px) {
  /* line 7061, ../scss/_theme.scss */
  .block-layered-nav .block-content {
    margin-left: 0;
    margin-right: 0;
  }
}
/* line 7119, ../scss/_theme.scss */
.block-layered-nav .block-content #narrow-by-list {
  border: 0 none !important;
  padding: 0 !important;
}
/* line 7123, ../scss/_theme.scss */
.block-layered-nav .block-content #narrow-by-list a {
  color: #146B87;
}
/* line 7125, ../scss/_theme.scss */
.block-layered-nav .block-content #narrow-by-list a:hover {
  color: #00B091;
}
/* line 7130, ../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 7137, ../scss/_theme.scss */
.block-layered-nav .block-content #narrow-by-list dt.current {
  border: 0 none;
  padding: 10px;
  background: #146B87;
  color: #FFF;
}
/* line 7143, ../scss/_theme.scss */
.block-layered-nav .block-content #narrow-by-list dt:hover {
  background: #f4f4f4;
}
/* line 7146, ../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 7159, ../scss/_theme.scss */
.block-layered-nav .block-content #narrow-by-list dt.active {
  background: #f4f4f4;
}
/* line 7162, ../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 7176, ../scss/_theme.scss */
.block-layered-nav .block-content #narrow-by-list dt:last-of-type {
  border-bottom: 1px solid #eee;
}
/* line 7180, ../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 7186, ../scss/_theme.scss */
.block-layered-nav .block-content #narrow-by-list dd.current {
  border: 0 none;
  padding: 0;
  background: #f4f4f4;
}
/* line 7191, ../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 7203, ../scss/_theme.scss */
.block-layered-nav .block-content #narrow-by-list dd ol {
  margin-bottom: 0;
}
/* line 7206, ../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 7218, ../scss/_theme.scss */
  .category-products .pages,
  .category-products .sort-by {
    display: table;
    margin: 0 auto !important;
    float: none !important;
    height: auto;
  }
  /* line 7225, ../scss/_theme.scss */
  .category-products .count-container {
    display: none;
  }
}

/* PDP */
/* line 7233, ../scss/_theme.scss */
#customer-reviews h2 {
  display: none;
}
/* line 7236, ../scss/_theme.scss */
#customer-reviews h2 span {
  color: #006654;
}
/* line 7240, ../scss/_theme.scss */
#customer-reviews h3 {
  color: #353222;
  font-size: 14px;
  padding: 10px 10px 10px 0;
  text-transform: capitalize;
}
/* line 7246, ../scss/_theme.scss */
#customer-reviews h3 span {
  color: #006654;
}
/* line 7250, ../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 7259, ../scss/_theme.scss */
#customer-reviews .review-item .ratings-table {
  margin-bottom: 10px;
}
/* line 7262, ../scss/_theme.scss */
#customer-reviews .review-item .review-title a {
  color: #353222;
  font-weight: bold;
  font-size: 16px;
}
/* line 7267, ../scss/_theme.scss */
#customer-reviews .review-item .review-details {
  font-weight: normal;
  font-style: italic;
  color: #AFB2B7;
  margin-bottom: 10px;
}
/* line 7274, ../scss/_theme.scss */
#customer-reviews .review-item .review-content {
  font-weight: normal;
}
/* line 7278, ../scss/_theme.scss */
#customer-reviews .review-item .no-rating {
  display: block;
  clear: both;
  width: 100%;
  padding: 15px 0;
  margin-bottom: 0;
}
/* line 7285, ../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 7291, ../scss/_theme.scss */
#customer-reviews .review-item .no-rating a:before {
  content: "\e9a4";
  font-family: "ftn", serif;
  float: left;
  margin-right: 10px;
}
/* line 7299, ../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 7310, ../scss/_theme.scss */
#customer-reviews .modal-body button.close:hover {
  background-color: #FFF;
}
/* line 7317, ../scss/_theme.scss */
#customer-reviews .fieldset {
  width: 100% !important;
  padding: 0;
  font-size: 14px;
}
/* line 7322, ../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 7331, ../scss/_theme.scss */
#customer-reviews .fieldset .form-list {
  width: 100%;
}
/* line 7334, ../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 7343, ../scss/_theme.scss */
#customer-reviews .review-summary-table {
  border-color: #DDE2E3;
}
/* line 7346, ../scss/_theme.scss */
#customer-reviews .buttons-set {
  width: 100%;
  margin-bottom: 20px;
}
/* line 7350, ../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 7369, ../scss/_theme.scss */
.sidebar .pay-box {
  float: right;
  margin: 0 0 15px 0;
  width: 100%;
}
/* line 7374, ../scss/_theme.scss */
.sidebar .pay-box img {
  width: 100%;
}
/* line 7378, ../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 7390, ../scss/_theme.scss */
.sidebar .help-box p {
  font-size: 12px;
  margin: 0 0 10px;
  text-align: center !important;
}
/* line 7395, ../scss/_theme.scss */
.sidebar .help-box .h2 {
  color: #006654;
  text-transform: uppercase;
  margin-top: 0;
}
/* line 7400, ../scss/_theme.scss */
.sidebar .help-box .call {
  color: #006654;
  display: block;
  padding: 0 0 15px;
}
/* line 7405, ../scss/_theme.scss */
.sidebar .help-box .call span {
  clear: both;
  display: block;
  margin: 0 auto;
}
/* line 7411, ../scss/_theme.scss */
.sidebar .help-box .mail {
  background: transparent url("https://ftn-master.dev.ftn.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 7422, ../scss/_theme.scss */
.sidebar .block-viewed .block-content li.item {
  width: 90%;
}

/* line 7429, ../scss/_theme.scss */
#recently-viewed-items .ratings {
  display: table;
  margin: 0 auto;
  margin-bottom: 15px;
}
/* line 7434, ../scss/_theme.scss */
#recently-viewed-items .ratings .rating-box {
  float: left;
  margin-top: 5px;
}
/* line 7438, ../scss/_theme.scss */
#recently-viewed-items .ratings span {
  color: silver;
  margin-left: 3px;
}
/* line 7444, ../scss/_theme.scss */
#recently-viewed-items .actions .qty-wrapper {
  margin-left: 0;
  width: 65px;
}
/* line 7448, ../scss/_theme.scss */
#recently-viewed-items .actions .qty-wrapper input {
  width: 30px;
}
/* line 7452, ../scss/_theme.scss */
#recently-viewed-items .actions .qty-wrapper #qty-nav,
#recently-viewed-items .actions .qty-wrapper .qty-nav {
  width: 35px;
}
/* line 7456, ../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 7461, ../scss/_theme.scss */
#recently-viewed-items .actions .btn-cart {
  background: #006654;
  font-family: "Open Sans", Verdana, Arial, sans-serif;
  color: #FFF;
  border: 1px solid #006654;
  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 7474, ../scss/_theme.scss */
#recently-viewed-items .actions .btn-cart-max-width {
  width: -webkit-calc(100% - 20px);
  width: calc(100% - 20px);
  margin-left: 0;
}
/* line 7478, ../scss/_theme.scss */
#recently-viewed-items .actions .btn-cart:hover {
  background: #004738;
  border: 1px solid #004738;
}
/* line 7483, ../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 7490, ../scss/_theme.scss */
#recently-viewed-items .actions p.out-of-stock span {
  color: #FFF !important;
}

/* line 7497, ../scss/_theme.scss */
.ratings-product-details {
  clear: both;
  float: left;
  width: 100%;
}
/* line 7502, ../scss/_theme.scss */
.ratings-product-details .ratings {
  width: 41%;
  float: left;
}
/* line 7506, ../scss/_theme.scss */
.ratings-product-details span {
  display: none;
}
/* line 7509, ../scss/_theme.scss */
.ratings-product-details span a {
  float: left;
  display: block;
  padding-right: 3px;
  color: #b8b8b8;
}
/* line 7515, ../scss/_theme.scss */
.ratings-product-details .reviews-amount {
  float: right;
  margin-top: 12px;
}
/* line 7519, ../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 7527, ../scss/_theme.scss */
.ratings-product-details .reviews-amount span:hover,
.ratings-product-details .reviews-amount a:hover {
  color: #146B87;
  cursor: pointer;
}
/* line 7532, ../scss/_theme.scss */
.ratings-product-details .reviews-amount span {
  border-right: 1px solid #353222;
  padding-right: 10px;
  margin-right: 10px;
}

/* line 7541, ../scss/_theme.scss */
#product_sendtofriend_form label {
  font-weight: normal;
}
/* line 7544, ../scss/_theme.scss */
#product_sendtofriend_form h2 {
  color: #353222;
  font: 14px "Open Sans", Verdana, Arial, sans-serif;
  font-weight: 600;
}
/* line 7549, ../scss/_theme.scss */
#product_sendtofriend_form .form-list {
  border: 1px solid #DDE2E3;
  border-radius: 4px;
  padding: 20px 0;
}
/* line 7554, ../scss/_theme.scss */
#product_sendtofriend_form .form-list div.field,
#product_sendtofriend_form .form-list li.wide {
  padding: 0 30px;
}
/* line 7558, ../scss/_theme.scss */
#product_sendtofriend_form .form-list textarea {
  max-width: 450px;
}
/* line 7561, ../scss/_theme.scss */
#product_sendtofriend_form .form-list textarea {
  height: 220px;
}
/* line 7565, ../scss/_theme.scss */
#product_sendtofriend_form #sender_options {
  margin-bottom: 20px;
}
/* line 7568, ../scss/_theme.scss */
#product_sendtofriend_form li.additional-row p {
  padding-left: 30px;
  margin-top: 20px;
}

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

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

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

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

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

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

/* Subscribe Home */
/* line 7642, ../scss/_theme.scss */
.block-subscribe {
  width: 100%;
  display: inline-block;
  margin-top: 40px;
  overflow: hidden;
  padding: 0;
  background: #004738;
}
/* line 7650, ../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 7650, ../scss/_theme.scss */
  .block-subscribe .subscribe-image {
    display: block;
  }
}
@media (min-width: 1200px) {
  /* line 7650, ../scss/_theme.scss */
  .block-subscribe .subscribe-image {
    padding-bottom: 74%;
  }
}
/* line 7667, ../scss/_theme.scss */
.block-subscribe .subscribe-image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
/* line 7677, ../scss/_theme.scss */
.block-subscribe .subscribe-right {
  padding: 15px;
}
@media (min-width: 767px) {
  /* line 7677, ../scss/_theme.scss */
  .block-subscribe .subscribe-right {
    padding: 20px;
  }
}
@media (min-width: 1200px) {
  /* line 7677, ../scss/_theme.scss */
  .block-subscribe .subscribe-right {
    padding: 20px 30px;
  }
}
@media (min-width: 1024px) {
  /* line 7642, ../scss/_theme.scss */
  .block-subscribe {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  /* line 7692, ../scss/_theme.scss */
  .block-subscribe .subscribe-left {
    float: left;
    width: 40%;
  }
  /* line 7697, ../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 7702, ../scss/_theme.scss */
  .block-subscribe .subscribe-right:after {
    content: "";
    display: table;
    clear: both;
  }
}
/* line 7710, ../scss/_theme.scss */
.block-subscribe .subscribe-text {
  color: #FFF;
  font-size: 20px;
  padding: 22px;
}
/* line 7715, ../scss/_theme.scss */
.block-subscribe .subscribe-text h3, .block-subscribe .subscribe-text div {
  text-align: center;
}
@media (min-width: 1024px) {
  /* line 7715, ../scss/_theme.scss */
  .block-subscribe .subscribe-text h3, .block-subscribe .subscribe-text div {
    text-align: left;
  }
}
/* line 7723, ../scss/_theme.scss */
.block-subscribe .subscribe-text h3 {
  color: #FFF;
  margin: 0;
}
@media (min-width: 767px) {
  /* line 7723, ../scss/_theme.scss */
  .block-subscribe .subscribe-text h3 {
    font-size: 36px;
  }
}
/* line 7731, ../scss/_theme.scss */
.block-subscribe .subscribe-text div {
  font-size: 18px;
  color: #FFF;
}
/* line 7734, ../scss/_theme.scss */
.block-subscribe .subscribe-text div span {
  font-size: 14px;
}
/* line 7736, ../scss/_theme.scss */
.block-subscribe .subscribe-text div span .required {
  color: #ec3333;
}
/* line 7741, ../scss/_theme.scss */
.block-subscribe .subscribe-text div strong {
  color: #FFF;
  text-transform: uppercase;
}
@media (max-width: 767px) {
  /* line 7710, ../scss/_theme.scss */
  .block-subscribe .subscribe-text {
    font-size: 20px;
    text-align: center;
    padding: 15px;
  }
}
@media (min-width: 768px) and (max-width: 868px) {
  /* line 7710, ../scss/_theme.scss */
  .block-subscribe .subscribe-text {
    font-size: 23px;
  }
}
@media (min-width: 1200px) {
  /* line 7710, ../scss/_theme.scss */
  .block-subscribe .subscribe-text {
    padding: 25px 25px 20px 25px;
  }
}
/* line 7760, ../scss/_theme.scss */
.block-subscribe .subscribe-form {
  padding: 0 25px 25px;
}
@media (max-width: 767px) {
  /* line 7760, ../scss/_theme.scss */
  .block-subscribe .subscribe-form {
    padding: 15px;
  }
}
@media (max-width: 767px) {
  /* line 7767, ../scss/_theme.scss */
  .block-subscribe .subscribe-form form {
    width: 100%;
  }
}
/* line 7772, ../scss/_theme.scss */
.block-subscribe .subscribe-form form .block-content {
  margin-top: 0;
}
/* line 7776, ../scss/_theme.scss */
.block-subscribe .subscribe-form form .input-box {
  float: left;
  width: 50%;
}
/* line 7780, ../scss/_theme.scss */
.block-subscribe .subscribe-form form .input-box input {
  height: 35px;
  border: 1px solid #FFF;
  width: 100%;
}
/* line 7786, ../scss/_theme.scss */
.block-subscribe .subscribe-form form .input-box:first-child {
  padding-right: 10px;
}
@media (max-width: 499px) {
  /* line 7786, ../scss/_theme.scss */
  .block-subscribe .subscribe-form form .input-box:first-child {
    margin-bottom: 5px;
    padding-right: 0;
  }
}
@media (max-width: 499px) {
  /* line 7776, ../scss/_theme.scss */
  .block-subscribe .subscribe-form form .input-box {
    width: 100%;
  }
  /* line 7797, ../scss/_theme.scss */
  .block-subscribe .subscribe-form form .input-box input {
    width: 100%;
  }
}
/* line 7802, ../scss/_theme.scss */
.block-subscribe .subscribe-form form .input-box:after {
  content: "";
  display: table;
  clear: both;
}
/* line 7808, ../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 7820, ../scss/_theme.scss */
.block-subscribe .subscribe-form form .actions .button:hover {
  background-color: #D77929;
}
@media (max-width: 767px) {
  /* line 7808, ../scss/_theme.scss */
  .block-subscribe .subscribe-form form .actions .button {
    margin-top: 10px;
    font-size: 14px;
  }
}

/* &lt;1024 */
@media only screen and (max-width: 1024px) {
  /* line 7835, ../scss/_theme.scss */
  .main-container,
  .footer {
    padding: 0 15px !important;
  }
}
@media only screen and (max-width: 770px) {
  /* line 7842, ../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 7864, ../scss/_theme.scss */
.footer-payment-methods {
  padding: 0 15px;
}
/* line 7867, ../scss/_theme.scss */
.footer-payment-methods img {
  width: 100%;
  max-width: 384px;
  margin: 0 auto;
  padding: 0;
}

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

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

/* line 7896, ../scss/_theme.scss */
.block-subscribe-footer-call-and-email a {
  text-transform: none !important;
}
/* line 7899, ../scss/_theme.scss */
.block-subscribe-footer-call-and-email .call a::before {
  font-family: "icomoon", serif;
  color: #FFF;
  margin-right: 15px;
  content: "\e942";
}
/* line 7905, ../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 7912, ../scss/_theme.scss */
  .block-subscribe-footer-call-and-email a {
    color: #FFF;
  }
}

/* line 7919, ../scss/_theme.scss */
.block-subscribe-footer {
  padding-top: 15px;
  border-top: 1px solid #AFB2B7;
}
@media (min-width: 768px) {
  /* line 7919, ../scss/_theme.scss */
  .block-subscribe-footer {
    border-top: 0 none;
  }
}
/* line 7927, ../scss/_theme.scss */
.block-subscribe-footer .embedded-subscribe-form {
  width: 90%;
  margin: 0 auto;
}
@media (min-width: 768px) {
  /* line 7927, ../scss/_theme.scss */
  .block-subscribe-footer .embedded-subscribe-form {
    width: 100%;
  }
}
/* line 7935, ../scss/_theme.scss */
.block-subscribe-footer .embedded-subscribe-form label {
  color: #FFF;
}
/* line 7938, ../scss/_theme.scss */
.block-subscribe-footer .embedded-subscribe-form input {
  border-radius: 3px !important;
  width: 100%;
}
/* line 7942, ../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 7956, ../scss/_theme.scss */
.cms-refer-a-friend .breadcrumbs {
  display: none;
}
/* line 7959, ../scss/_theme.scss */
.cms-refer-a-friend .col-main {
  background: url(https://ftn-master.dev.ftn.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 7969, ../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 7977, ../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 7987, ../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 7996, ../scss/_theme.scss */
.cms-refer-a-friend .content .sub-content .blue {
  color: #146B87;
}
/* line 8000, ../scss/_theme.scss */
.cms-refer-a-friend .content .sub-content.italic {
  font-style: italic !important;
}
/* line 8003, ../scss/_theme.scss */
.cms-refer-a-friend .content .sub-content.links {
  font-size: 14px;
  margin-top: 40px;
}
/* line 8007, ../scss/_theme.scss */
.cms-refer-a-friend .content .sub-content.links span {
  float: left;
  clear: both;
  text-align: center;
  width: 100%;
}
/* line 8013, ../scss/_theme.scss */
.cms-refer-a-friend .content .sub-content.links a {
  text-decoration: underline;
  color: #4b352e;
}
/* line 8017, ../scss/_theme.scss */
.cms-refer-a-friend .content .sub-content.links span:last-of-type {
  margin-top: 15px;
}
/* line 8021, ../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 8031, ../scss/_theme.scss */
  .cms-refer-a-friend .content {
    width: 80%;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
  /* line 8037, ../scss/_theme.scss */
  .cms-refer-a-friend .content .page-title {
    width: 100%;
    font-size: 38px;
    margin-bottom: 30px;
  }
  /* line 8043, ../scss/_theme.scss */
  .cms-refer-a-friend .content .sub-content {
    width: 100%;
  }
  /* line 8047, ../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 8054, ../scss/_theme.scss */
  .cms-refer-a-friend .content {
    width: 50%;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-42%, -50%);
            transform: translate(-42%, -50%);
  }
  /* line 8060, ../scss/_theme.scss */
  .cms-refer-a-friend .content .page-title {
    font-size: 35px;
  }
  /* line 8064, ../scss/_theme.scss */
  .cms-refer-a-friend .content .sub-content {
    width: 100%;
  }
  /* line 8068, ../scss/_theme.scss */
  .cms-refer-a-friend .content .button {
    width: 30% !important;
  }
}

/* PDP Sharing */
/* line 8076, ../scss/_theme.scss */
.find-us {
  display: inline-block;
  width: 100%;
}
/* line 8080, ../scss/_theme.scss */
.find-us h3 {
  text-align: center;
  font-size: 18px;
  color: #353222;
}
/* line 8085, ../scss/_theme.scss */
.find-us ul {
  display: inline-block;
  width: 100%;
  margin-top: 10px;
}
/* line 8090, ../scss/_theme.scss */
.find-us li {
  width: -webkit-calc((100% / 5) - 10px);
  width: calc((100% / 5) - 10px);
  float: left;
  margin: 0 5px;
}
/* line 8095, ../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 8109, ../scss/_theme.scss */
.find-us li span:hover {
  color: #006654;
}
/* line 8114, ../scss/_theme.scss */
.find-us .twitter::before {
  content: "\ea96";
}
/* line 8117, ../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 8133, ../scss/_theme.scss */
.find-us .pinterest span:before {
  content: "\ea96";
  font-size: 20px;
}
/* line 8137, ../scss/_theme.scss */
.find-us .pinterest span:hover {
  color: #006654 !important;
}
/* line 8141, ../scss/_theme.scss */
.find-us .instagram:before {
  content: "\ea92";
}
/* line 8144, ../scss/_theme.scss */
.find-us .hello::before {
  content: "\e9a4";
}
/* line 8147, ../scss/_theme.scss */
.find-us .icon-whatsapp:before {
  content: "\ea93";
}
/* line 8150, ../scss/_theme.scss */
.find-us .tiktok::before {
  content: "";
  display: inline-block;
  height: 15px;
  width: 15px;
  background-size: 15px 15px;
  background-image: url(https://ftn-master.dev.ftn.co.za/skin/frontend/rwd/ftn/images/tiktok.svg);
  background-repeat: no-repeat;
  -webkit-filter: invert(100%) sepia(0%) saturate(0%) hue-rotate(162deg) brightness(101%) contrast(101%);
          filter: invert(100%) sepia(0%) saturate(0%) hue-rotate(162deg) brightness(101%) contrast(101%);
}

/* Overstickers &amp; Ribbons */
/* line 8163, ../scss/_theme.scss */
.sticker-ribbons {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 99;
  height: auto;
  overflow: hidden;
}
/* line 8171, ../scss/_theme.scss */
.sticker-ribbons img {
  margin-top: 5px !important;
  margin-left: 5px;
}
/* line 8175, ../scss/_theme.scss */
.sticker-ribbons img + img {
  margin-top: 5px !important;
}
/* line 8178, ../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 8189, ../scss/_theme.scss */
.sticker-ribbons #ribbon-save {
  background: transparent url("https://ftn-master.dev.ftn.co.za/skin/frontend/rwd/ftn/images/saveribbon.png") no-repeat right;
}
/* line 8192, ../scss/_theme.scss */
.sticker-ribbons #ribbon-new {
  background: transparent url("https://ftn-master.dev.ftn.co.za/skin/frontend/rwd/ftn/images/newribbon.png") no-repeat right;
}
/* line 8195, ../scss/_theme.scss */
.sticker-ribbons #ribbon-birthday {
  background: transparent url("https://ftn-master.dev.ftn.co.za/skin/frontend/rwd/ftn/images/overstickers/birthday.png") no-repeat right;
  width: 105px;
}
/* line 8200, ../scss/_theme.scss */
.sticker-ribbons .tooltip {
  position: fixed;
  max-width: 170px;
}
/* line 8204, ../scss/_theme.scss */
.sticker-ribbons .tooltip .tooltip-inner {
  background: #FFF !important;
  color: #AFB2B7 !important;
  box-shadow: 0 0 1px #AFB2B7;
  opacity: 1 !important;
}
/* line 8211, ../scss/_theme.scss */
.sticker-ribbons .bottom {
  margin-left: 60px;
}
/* line 8214, ../scss/_theme.scss */
.sticker-ribbons .bottom .tooltip-arrow {
  left: 16% !important;
}

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

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

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

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

/* line 8255, ../scss/_theme.scss */
.black-friday .banner {
  background: #000000;
  float: left;
  width: 100%;
}
/* line 8260, ../scss/_theme.scss */
.black-friday .banner .page-title {
  float: left;
  width: 100%;
}
/* line 8264, ../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 8264, ../scss/_theme.scss */
  .black-friday .banner .page-title h1 {
    font-size: 35px !important;
    padding-bottom: 15px;
  }
}
/* line 8280, ../scss/_theme.scss */
.black-friday .banner .page-title h1 strong {
  color: #FFF;
  font-weight: 600;
}
/* line 8284, ../scss/_theme.scss */
.black-friday .banner .page-title h1:before {
  content: "";
  background: url(https://ftn-master.dev.ftn.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 8284, ../scss/_theme.scss */
  .black-friday .banner .page-title h1:before {
    display: none;
  }
}
/* line 8298, ../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 8308, ../scss/_theme.scss */
.black-friday .banner .green {
  color: #006654;
}
/* line 8311, ../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 8320, ../scss/_theme.scss */
.black-friday .banner p {
  color: #FFF;
  font-size: 18px;
  font-family: "myriad-pro", sans-serif !important;
  text-align: center;
}
/* line 8326, ../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 8326, ../scss/_theme.scss */
  .black-friday .banner .counter {
    display: none;
  }
}
/* line 8337, ../scss/_theme.scss */
.black-friday .banner.bottom {
  padding: 30px;
}
/* line 8341, ../scss/_theme.scss */
.black-friday .grid {
  float: left;
  width: 100%;
  margin-top: 15px;
}
@media only screen and (max-width: 767px) {
  /* line 8341, ../scss/_theme.scss */
  .black-friday .grid {
    margin-top: 0;
  }
}
/* line 8350, ../scss/_theme.scss */
.black-friday .grid .row {
  margin-bottom: 20px;
  float: left;
  width: 100%;
}
@media only screen and (max-width: 767px) {
  /* line 8350, ../scss/_theme.scss */
  .black-friday .grid .row {
    margin-bottom: 0;
  }
}
/* line 8359, ../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 8359, ../scss/_theme.scss */
  .black-friday .grid .row .block {
    display: none;
    min-width: 0;
  }
  /* line 8374, ../scss/_theme.scss */
  .black-friday .grid .row .block.active {
    display: block !important;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  /* line 8359, ../scss/_theme.scss */
  .black-friday .grid .row .block {
    min-height: 300px;
    background-size: cover !important;
  }
}
/* line 8384, ../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 8384, ../scss/_theme.scss */
  .black-friday .grid .row .block:first-child {
    width: 100%;
    margin: 10px 0;
  }
}
/* line 8395, ../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 8395, ../scss/_theme.scss */
  .black-friday .grid .row .block:last-child {
    width: 100%;
    margin: 10px 0;
  }
}
@media only screen and (max-width: 767px) {
  /* line 8359, ../scss/_theme.scss */
  .black-friday .grid .row .block {
    width: 100%;
    margin: 10px 0;
    min-height: 250px;
  }
}
/* line 8412, ../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 8431, ../scss/_theme.scss */
.black-friday .grid .row .block:hover .closed {
  font-size: 30px;
}
/* line 8435, ../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 8435, ../scss/_theme.scss */
  .black-friday .grid .row .block .current {
    width: 80%;
  }
}
/* line 8455, ../scss/_theme.scss */
.black-friday .grid .row .block .current a {
  color: #FFF;
}
/* line 8458, ../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 8458, ../scss/_theme.scss */
  .black-friday .grid .row .block .current .save {
    font-size: 18px;
  }
}
/* line 8474, ../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 8474, ../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 8474, ../scss/_theme.scss */
  .black-friday .grid .row .block .current .daily {
    font-size: 22px;
  }
}
/* line 8494, ../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 8501, ../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 8501, ../scss/_theme.scss */
  .black-friday .grid .row .block .current .cta {
    font-size: 18px;
  }
}
@media only screen and (max-width: 767px) {
  /* line 8518, ../scss/_theme.scss */
  .black-friday .grid .row .block.current {
    display: block !important;
  }
}
/* line 8522, ../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 8522, ../scss/_theme.scss */
  .black-friday .grid .row .block .social {
    display: none;
  }
}
/* line 8535, ../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 8553, ../scss/_theme.scss */
.black-friday .grid .row .block .social span:before {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
/* line 8559, ../scss/_theme.scss */
.black-friday .grid .row .block .social span:hover {
  border-color: #FFF;
}
/* line 8562, ../scss/_theme.scss */
.black-friday .grid .row .block .social span:hover:before {
  color: #FFF;
}
/* line 8568, ../scss/_theme.scss */
.black-friday .grid .row .block .social .instagram:before {
  content: "";
  background: url(https://ftn-master.dev.ftn.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 8568, ../scss/_theme.scss */
  .black-friday .grid .row .block .social .instagram:before {
    margin-top: 4px;
  }
}
/* line 8580, ../scss/_theme.scss */
.black-friday .grid .row .block .social .instagram:hover:before {
  background: url(https://ftn-master.dev.ftn.co.za/skin/frontend/rwd/ftn/images/instagram-icon.png) 0 0 no-repeat;
}
/* line 8584, ../scss/_theme.scss */
.black-friday .grid .row .block .social .tiktok::before {
  content: "";
  display: inline-block;
  height: 15px;
  width: 15px;
  background-size: 15px 15px;
  background-image: url(https://ftn-master.dev.ftn.co.za/skin/frontend/rwd/ftn/images/tiktok.svg);
  background-repeat: no-repeat;
  -webkit-filter: invert(100%) sepia(0%) saturate(0%) hue-rotate(162deg) brightness(101%) contrast(101%);
          filter: invert(100%) sepia(0%) saturate(0%) hue-rotate(162deg) brightness(101%) contrast(101%);
}
/* line 8595, ../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 8606, ../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 8626, ../scss/_theme.scss */
.black-friday .grid .row .block .promotion strong {
  color: #006654;
}
/* line 8632, ../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 8638, ../scss/_theme.scss */
.black-friday .grid .row .block:hover .coming {
  opacity: 0;
}
/* line 8643, ../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 8650, ../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 8657, ../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 8667, ../scss/_theme.scss */
.black-friday .grid .block-1 {
  background: url(https://ftn-master.dev.ftn.co.za/skin/frontend/rwd/ftn/images/blackfriday/Hero_Image_01.jpg) no-repeat 0 0;
}
@media only screen and (max-width: 767px) {
  /* line 8671, ../scss/_theme.scss */
  .black-friday .grid .block-1.coming {
    display: block;
  }
}
/* line 8676, ../scss/_theme.scss */
.black-friday .grid .block-1.closed {
  background: url(https://ftn-master.dev.ftn.co.za/skin/frontend/rwd/ftn/images/blackfriday/Hero_Image_01_open.jpg) no-repeat 0 0;
}
/* line 8681, ../scss/_theme.scss */
.black-friday .grid .block-2 {
  background: url(https://ftn-master.dev.ftn.co.za/skin/frontend/rwd/ftn/images/blackfriday/Hero_Image_02.jpg) no-repeat 0 0;
}
/* line 8684, ../scss/_theme.scss */
.black-friday .grid .block-2.closed {
  background: url(https://ftn-master.dev.ftn.co.za/skin/frontend/rwd/ftn/images/blackfriday/Hero_Image_02_open.jpg) no-repeat 0 0;
}
/* line 8689, ../scss/_theme.scss */
.black-friday .grid .block-3 {
  background: url(https://ftn-master.dev.ftn.co.za/skin/frontend/rwd/ftn/images/blackfriday/Hero_Image_03.jpg) no-repeat 0 0;
}
/* line 8692, ../scss/_theme.scss */
.black-friday .grid .block-3.closed {
  background: url(https://ftn-master.dev.ftn.co.za/skin/frontend/rwd/ftn/images/blackfriday/Hero_Image_03_open.jpg) no-repeat 0 0;
}
/* line 8697, ../scss/_theme.scss */
.black-friday .grid .block-4 {
  background: url(https://ftn-master.dev.ftn.co.za/skin/frontend/rwd/ftn/images/blackfriday/Hero_Image_04.jpg) no-repeat 0 0;
}
/* line 8700, ../scss/_theme.scss */
.black-friday .grid .block-4.closed {
  background: url(https://ftn-master.dev.ftn.co.za/skin/frontend/rwd/ftn/images/blackfriday/Hero_Image_04_open.jpg) no-repeat 0 0;
}
/* line 8705, ../scss/_theme.scss */
.black-friday .grid .block-5 {
  background: url(https://ftn-master.dev.ftn.co.za/skin/frontend/rwd/ftn/images/blackfriday/Hero_Image_05.jpg) no-repeat 0 0;
}
/* line 8708, ../scss/_theme.scss */
.black-friday .grid .block-5.closed {
  background: url(https://ftn-master.dev.ftn.co.za/skin/frontend/rwd/ftn/images/blackfriday/Hero_Image_05_open.jpg) no-repeat 0 0;
}
/* line 8713, ../scss/_theme.scss */
.black-friday .grid .block-6 {
  background: url(https://ftn-master.dev.ftn.co.za/skin/frontend/rwd/ftn/images/blackfriday/Hero_Image_06.jpg) no-repeat 0 0;
}
/* line 8716, ../scss/_theme.scss */
.black-friday .grid .block-6.closed {
  background: url(https://ftn-master.dev.ftn.co.za/skin/frontend/rwd/ftn/images/blackfriday/Hero_Image_06_open.jpg) no-repeat 0 0;
}

/* Christmas Style Guide */
/* line 8726, ../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 8730, ../scss/_theme.scss */
  .cms-faithful-festivities-gift-guide .main-container {
    padding-top: 15px !important;
  }
}

/* line 8737, ../scss/_theme.scss */
.christmas-style-guide .mobile {
  display: none;
}
@media only screen and (max-width: 425px) {
  /* line 8741, ../scss/_theme.scss */
  .christmas-style-guide .mobile {
    display: block;
    margin-top: 10px;
  }
  /* line 8745, ../scss/_theme.scss */
  .christmas-style-guide .mobile img {
    width: 320px;
    margin: 0 auto;
  }
  /* line 8750, ../scss/_theme.scss */
  .christmas-style-guide .large {
    display: none;
  }
}
/* line 8754, ../scss/_theme.scss */
.christmas-style-guide .banner {
  margin-bottom: 30px;
}
/* line 8757, ../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 8757, ../scss/_theme.scss */
  .christmas-style-guide .quick-links {
    width: 100%;
  }
}
/* line 8766, ../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 8780, ../scss/_theme.scss */
.christmas-style-guide .quick-links a.small {
  margin-right: 5px;
  width: 106px;
}
/* line 8785, ../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 8757, ../scss/_theme.scss */
  .christmas-style-guide .quick-links {
    display: none;
  }
}
/* line 8795, ../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 8801, ../scss/_theme.scss */
.christmas-style-guide .row p .green {
  color: #5ea688;
}
/* line 8805, ../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 8810, ../scss/_theme.scss */
.christmas-style-guide .row .featured-title .view-all {
  float: right;
  padding-right: 30px;
  font-size: 16px;
  font-weight: normal;
}
/* line 8818, ../scss/_theme.scss */
.christmas-style-guide .row.green a:focus {
  color: #5ea688;
}
/* line 8821, ../scss/_theme.scss */
.christmas-style-guide .row.green .featured-slider ul .item .actions .btn-cart {
  background: #5ea688 !important;
}
/* line 8824, ../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 8828, ../scss/_theme.scss */
.christmas-style-guide .row.green .featured-title,
.christmas-style-guide .row.green .view-all {
  color: #5ea688;
}
/* line 8834, ../scss/_theme.scss */
.christmas-style-guide .row.pink a:focus {
  color: #f78994;
}
/* line 8837, ../scss/_theme.scss */
.christmas-style-guide .row.pink .featured-slider ul .item .actions .btn-cart {
  background: #f78994 !important;
}
/* line 8840, ../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 8844, ../scss/_theme.scss */
.christmas-style-guide .row.pink .featured-title,
.christmas-style-guide .row.pink .view-all {
  color: #f78994;
}
/* line 8850, ../scss/_theme.scss */
.christmas-style-guide .row.blue a:focus {
  color: #84c6e5;
}
/* line 8853, ../scss/_theme.scss */
.christmas-style-guide .row.blue .featured-slider ul .item .actions .btn-cart {
  background: #84c6e5 !important;
}
/* line 8856, ../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 8860, ../scss/_theme.scss */
.christmas-style-guide .row.blue .featured-title,
.christmas-style-guide .row.blue .view-all {
  color: #84c6e5;
}

/* Featured Product Slider */
/* line 8869, ../scss/_theme.scss */
.featured-slider {
  margin-bottom: 30px;
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  /* line 8869, ../scss/_theme.scss */
  .featured-slider {
    height: 550px;
  }
}
/* line 8877, ../scss/_theme.scss */
.featured-slider .featured-title {
  font-family: "fortescue-text-regular-pro", "Merriweather", "Times New Roman", serif;
  font-size: 28px;
  margin: 30px 0;
  padding: 20px;
  background-color: #FAFAFA;
}
/* line 8884, ../scss/_theme.scss */
.featured-slider .featured-title:first-of-type {
  margin-top: 0;
}
/* line 8888, ../scss/_theme.scss */
.featured-slider .featured-title .view-all {
  font-family: "Open Sans", Verdana, Arial, sans-serif;
  font-size: 14px;
  color: #353222;
  margin-left: 15px;
}
/* line 8896, ../scss/_theme.scss */
.featured-slider .owl-nav {
  top: -68px !important;
  right: 20px;
  width: auto !important;
}
/* line 8901, ../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 8908, ../scss/_theme.scss */
.featured-slider .owl-nav .owl-prev:before {
  content: "\003C";
  color: #353222;
  font-size: 35px !important;
}
/* line 8913, ../scss/_theme.scss */
.featured-slider .owl-nav .owl-prev:hover:before {
  color: #AFB2B7;
}
/* line 8917, ../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 8925, ../scss/_theme.scss */
.featured-slider .owl-nav .owl-next:before {
  content: "\003E";
  color: #353222;
  font-size: 35px !important;
}
/* line 8930, ../scss/_theme.scss */
.featured-slider .owl-nav .owl-next:hover:before {
  color: #AFB2B7;
}
/* line 8937, ../scss/_theme.scss */
.featured-slider ul .item {
  margin: 0 10px;
  text-align: left;
  min-height: 316px;
  position: relative;
}
/* line 8944, ../scss/_theme.scss */
.featured-slider ul .item .price-box label {
  display: none;
}
/* line 8947, ../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 8955, ../scss/_theme.scss */
.featured-slider ul .item .product-info {
  padding-bottom: 45px;
}
@media only screen and (max-width: 1301px) and (min-width: 1129px) {
  /* line 8962, ../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 8967, ../scss/_theme.scss */
  .featured-slider ul .item .actions .btn-cart-max-width {
    margin: 0;
    height: 40px;
    line-height: 30px;
  }
}
/* line 8974, ../scss/_theme.scss */
.featured-slider ul .item .actions .btn-cart:hover {
  background: #004738;
  border: 1px solid #004738;
}
/* line 8981, ../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: 0 !important;
}
/* line 8989, ../scss/_theme.scss */
.featured-slider ul .item .actions p.out-of-stock span {
  color: #FFF !important;
}

/* line 9000, ../scss/_theme.scss */
.cms-grid ul .item {
  margin-bottom: 30px;
}
/* line 9004, ../scss/_theme.scss */
.cms-grid ul li:nth-child(3n+1) {
  clear: none !important;
}
@media (min-width: 769px) and (max-width: 1023px) {
  /* line 9011, ../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 9021, ../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 9031, ../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 9041, ../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 9050, ../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 9050, ../scss/_theme.scss */
  .cybermonday-ticker {
    display: none;
  }
}
/* line 9066, ../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 9074, ../scss/_theme.scss */
.cybermonday-ticker h3 a {
  color: #FFF;
}
/* line 9078, ../scss/_theme.scss */
.cybermonday-ticker h3 .total {
  color: #006654;
  font-size: 25px;
  font-weight: 700;
}
/* line 9083, ../scss/_theme.scss */
.cybermonday-ticker h3 .green {
  font-weight: 300;
}
/* line 9087, ../scss/_theme.scss */
.cybermonday-ticker h3:before {
  content: "";
  background: url(https://ftn-master.dev.ftn.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 9099, ../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 9108, ../scss/_theme.scss */
.checkout-cart-index .link-wishlist {
  background: transparent;
}
/* line 9111, ../scss/_theme.scss */
.checkout-cart-index .link-wishlist:hover {
  background: transparent;
}

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

/* line 9123, ../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 9127, ../scss/_theme.scss */
.form-group-inline-flex .radio-inline {
  display: inline;
  margin: 0 !important;
}
/* line 9132, ../scss/_theme.scss */
.form-group-inline-flex .label-inline {
  margin-left: 6px;
  line-height: 19px;
}

/* line 9138, ../scss/_theme.scss */
.stock-display {
  margin: 5px 0;
}
/* line 9141, ../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;
}

/* line 36, ../scss/styles.scss */
#homepage-recaptcha-container {
  width: auto !important;
  margin-top: 5px !important;
}

/** Product Page - Shopping trends */
/* line 42, ../scss/styles.scss */
.ftn-trend-recommendations {
  margin: 0 auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  text-align: center;
}

/** Hidden data */
/* line 49, ../scss/styles.scss */
.hidden-data {
  display: none;
}

</pre></body></html>