/*!

Callum Roper, Chris Simpson at STAR Digital

ACKNOWLEDGEMENTS
normalize.css | MIT License | https://github.com/necolas/normalize.css
inuit.css | Apache License 2.0 | https://github.com/csswizardry/inuit.css
HTML5 Boilerplate | https://github.com/h5bp/html5-boilerplate
Bootstrap | Apache License 2.0 | https://github.com/twitter/bootstrap
Helium | https://github.com/cbrauckmuller/helium
Font Awesome | SIL Open Font License, MIT License, CC BY 3.0 License | https://github.com/FortAwesome/Font-Awesome

*/
/* ====== VARIABLES ====== */
/* ====== MIXINS ====== */
/* ====== HELPERS ====== */
.clearfix, .branding-options__form .form-list, .more-views.videos-section, .catalog-product-view .col-main #product_tabs .tab-content #box-description .std, .review-product-list .col-main #product_tabs .tab-content #box-description .std, .cf, nav ul, nav ol, .field {
  zoom: 1; }
  .clearfix:before, .branding-options__form .form-list:before, .more-views.videos-section:before, .catalog-product-view .col-main #product_tabs .tab-content #box-description .std:before, .review-product-list .col-main #product_tabs .tab-content #box-description .std:before, .clearfix:after, .branding-options__form .form-list:after, .more-views.videos-section:after, .catalog-product-view .col-main #product_tabs .tab-content #box-description .std:after, .review-product-list .col-main #product_tabs .tab-content #box-description .std:after, .cf:before, nav ul:before, nav ol:before, .field:before, .cf:after, nav ul:after, nav ol:after, .field:after {
    content: "";
    display: table; }
  .clearfix:after, .branding-options__form .form-list:after, .more-views.videos-section:after, .catalog-product-view .col-main #product_tabs .tab-content #box-description .std:after, .review-product-list .col-main #product_tabs .tab-content #box-description .std:after, .cf:after, nav ul:after, nav ol:after, .field:after {
    clear: both; }

.hidden, .no-display {
  display: none !important;
  visibility: hidden; }

.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto; }

.invisible {
  visibility: hidden; }

.visible {
  display: block !important;
  visibility: visible; }

.is-closed {
  border: 0 !important;
  height: 0 !important;
  margin: 0 !important;
  overflow: hidden;
  padding: 0 !important; }

.is-open {
  height: auto;
  overflow: visible; }

.txt-left * {
  list-style: outside;
  text-align: justify; }
  @media screen and (max-width: 1023px) {
    .txt-left * {
      padding-left: 0px; } }

.text-align-left * {
  text-align: left; }

.txt-center {
  text-align: center; }
  .txt-center * {
    text-align: center; }

.txt-right * {
  text-align: right; }

.justify-center {
  text-align: justify;
  margin: 0 auto; }

.cursor {
  cursor: pointer; }

.palm {
  display: none !important; }

.lap {
  display: none !important; }

.not-desk {
  display: none !important; }

@media screen and (min-width: 0px) {
  .desk {
    display: none !important; }

  .not-desk {
    display: inherit !important; }

  .lap {
    display: none !important; }

  .not-lap {
    display: inherit !important; }

  .palm {
    display: inherit !important; }

  .not-palm {
    display: none !important; } }
@media screen and (min-width: 600px) and (max-width: 899px) {
  .desk {
    display: none !important; }

  .not-desk {
    display: inherit !important; }

  .lap {
    display: inherit !important; }

  .not-lap {
    display: none !important; }

  .palm {
    display: none !important; }

  .not-palm {
    display: inherit !important; } }
@media screen and (min-width: 900px) {
  .desk {
    display: inherit !important; }

  .not-desk {
    display: none !important; }

  .lap {
    display: none !important; }

  .not-lap {
    display: inherit !important; }

  .palm {
    display: none !important; }

  .not-palm {
    display: inherit !important; } }
.float--right, .fr {
  float: right !important; }

.float--left, .fl {
  float: left !important; }

.text--left {
  text-align: left !important; }

.text--center {
  text-align: center !important; }

.text--right {
  text-align: right !important; }

.flush {
  margin: 0 !important; }

.flush--top {
  margin-top: 0 !important; }

.flush--right {
  margin-right: 0 !important; }

.flush--bottom {
  margin-bottom: 0 !important; }

.flush--left {
  margin-left: 0 !important; }

.flush--ends {
  margin-top: 0 !important;
  margin-bottom: 0 !important; }

.flush--sides {
  margin-right: 0 !important;
  margin-left: 0 !important; }

.clear--both, .cb {
  clear: both !important; }

/* ====== STAR BASE ====== */
/* ======
STAR BASE
    - Root
    - Paragraphs
    - Links
    - Headings
    - Headings - Media Queries
    - Lists
    - Sectioning
    - Quotes
    - Preformatted
    - Tables
    - Forms
    - Form Elements
    - Inline
    - Media
====== */
/*================================================================================
$ ROOT
================================================================================*/
*, *:before, *:after {
  margin: 0;
  padding: 0; }

html {
  -webkit-font-smoothing: subpixel-antialiased;
  -moz-font-smoothing: subpixel-antialiased;
  -ms-font-smoothing: subpixel-antialiased;
  -o-font-smoothing: subpixel-antialiased;
  font-smoothing: subpixel-antialiased;
  font-family: "futura-pt", sans-serif;
  font-size: 100%;
  line-height: 1.25;
  min-height: 100% !important;
  -ms-overflow-x: hidden;
  overflow-x: hidden;
  -ms-overflow-y: scroll;
  overflow-y: scroll;
  -webkit-text-size-adjust: auto;
  -ms-text-size-adjust: auto; }

body {
  background: #FFFFFF;
  color: #555555;
  font-family: "futura-pt", sans-serif;
  font-size: 16px;
  line-height: 1.25;
  min-height: 100% !important;
  min-width: 320px;
  position: relative;
  text-rendering: optimizeLegibility;
  -webkit-transition: all 0.5s ease-in-out 0s;
  -moz-transition: all 0.5s ease-in-out 0s;
  -ms-transition: all 0.5s ease-in-out 0s;
  -o-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s; }
  @media screen and (min-width: 1024px) and (max-width: 1399px) {
    body {
      font-size: 18px; } }
  @media screen and (min-width: 480px) and (max-width: 1023px) {
    body {
      font-size: 14px; } }
  @media screen and (max-width: 479px) {
    body {
      font-size: 14px; } }
  body:after {
    content: 'palm';
    display: none; }
    @media screen and (min-width: 600px) {
      body:after {
        content: 'lap'; } }
    @media screen and (min-width: 900px) {
      body:after {
        content: 'desk'; } }
    @media screen and (min-width: 1200px) {
      body:after {
        content: 'wide'; } }

.wrapper, .page {
  position: relative; }

/*================================================================================
$ PARAGRAPHS
================================================================================*/
p {
  color: #555555;
  text-align: center;
  line-height: 1.25;
  font-family: "futura-pt", sans-serif;
  font-weight: 300;
  margin: 10px 0 0; }
  p:first-child {
    margin-top: 0; }
  p.no-margin {
    margin: 0; }

.lede {
  color: #666666;
  font-size: 18px;
  -webkit-font-smoothing: antialiased;
  line-height: 1.25;
  margin-bottom: 10px; }

small, .small, .caption {
  color: #c5c7c9;
  font-size: 14px;
  font-family: "futura-pt", sans-serif; }

.caption {
  padding-top: 5px;
  margin-bottom: 5px; }

/*================================================================================
$ LINKS
================================================================================*/
a {
  color: #edb63b;
  cursor: pointer;
  outline: none;
  text-decoration: none; }
  a:hover, a:focus, a:active {
    color: #f1c76a;
    cursor: pointer;
    outline: none;
    text-decoration: underline; }

/*================================================================================
$ HEADINGS
================================================================================*/
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6, hgroup {
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  margin-bottom: 10px;
  text-align: center; }

h1, .h1 {
  font-family: "futura-pt", sans-serif;
  font-size: 60px;
  font-weight: bold;
  -webkit-font-smoothing: antialiased; }

h2, .h2 {
  font-family: "futura-pt", sans-serif;
  font-size: 50px;
  font-weight: 300;
  -webkit-font-smoothing: antialiased; }

h3, .h3 {
  font-family: "futura-pt", sans-serif;
  font-size: 40px;
  font-weight: bold;
  margin-bottom: 0;
  -webkit-font-smoothing: antialiased; }

h4, .h4 {
  font-family: "futura-pt", sans-serif;
  font-size: 32px;
  font-weight: 300;
  -webkit-font-smoothing: antialiased; }

h5, .h5 {
  font-family: "futura-pt", sans-serif;
  font-size: 24px;
  font-weight: 300; }

h6, .h6 {
  font-family: "futura-pt", sans-serif;
  font-size: 20px;
  font-weight: lighter;
  -webkit-font-smoothing: antialiased; }

/*================================================================================
$ HEADINGS - MEDIA QUERIES
================================================================================*/
@media screen and (min-width: 1024px) and (max-width: 1399px) {
  h1, .h1 {
    font-size: 60px; }

  h2, .h2 {
    font-size: 40px; }

  h3, .h3 {
    font-size: 36px; }

  h4, .h4 {
    font-size: 28px; }

  h5, .h5 {
    font-size: 24px; }

  h6, .h6 {
    font-size: 20px; } }
@media screen and (min-width: 480px) and (max-width: 1023px) {
  h1, .h1 {
    font-size: 36px; }

  h2, .h2 {
    font-size: 30px; }

  h3, .h3 {
    font-size: 26px; }

  h4, .h4 {
    font-size: 20px; }

  h5, .h5 {
    font-size: 20px; }

  h6, .h6 {
    font-size: 20px; } }
@media screen and (max-width: 479px) {
  h1, .h1 {
    font-size: 28px; }

  h2, .h2 {
    font-size: 24px; }

  h3, .h3 {
    font-size: 22px; }

  h4, .h4 {
    font-size: 18px; }

  h5, .h5 {
    font-size: 20px; }

  h6, .h6 {
    font-size: 20px; } }
/*================================================================================
$ LISTS
================================================================================*/
ul, ol, dl {
  list-style: inside;
  margin-left: 10px;
  text-align: center; }

li {
  line-height: 1.25;
  margin-top: 10px;
  font-weight: 300; }
  li:first-child {
    margin-top: 0; }

nav ul, nav ol {
  list-style: none;
  list-style-image: none;
  margin: 0;
  padding: 0; }
nav a {
  display: block; }

dd + dt {
  padding-top: 5px; }

/*================================================================================
$ SECTIONING
================================================================================*/
hr {
  border: none;
  border-bottom: 1px solid #EEEEEE;
  clear: both;
  margin-bottom: 10px;
  padding-bottom: 5px; }

/*================================================================================
$ QUOTES
================================================================================*/
blockquote {
  margin-left: 10px;
  margin-right: 10px; }

blockquote + figcaption:before {
  content: "-"; }

/*================================================================================
$ PREFORMATTED
================================================================================*/
pre {
  margin-left: 10px;
  overflow: auto;
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word; }

pre code, pre samp {
  line-height: 1.25; }

/*================================================================================
$ TABLES
================================================================================*/
table {
  margin: 10px 0;
  width: 100%; }

tr {
  border-bottom: 1px solid #F2F2F2; }
  tr:first-child {
    border-top: 1px solid #F2F2F2; }

th, td {
  padding: 5px;
  text-align: left;
  vertical-align: middle; }

th {
  background-color: #EEEEEE;
  border-left: 1px solid #FFFFFF;
  color: #555555; }
  th:first-child {
    border-left: none; }

td {
  border-right: 1px solid #F2F2F2;
  color: #555555; }
  td:first-child {
    border-left: 1px solid #F2F2F2; }

caption {
  color: #666666;
  font-style: 14px;
  margin-bottom: 5px;
  padding-top: 5px; }

[colspan] {
  text-align: center; }

[colspan="1"] {
  text-align: left; }

[rowspan] {
  vertical-align: middle; }

[rowspan="1"] {
  vertical-align: top; }

.numerical {
  text-align: right; }

/*================================================================================
$ FORMS
================================================================================*/
form > :last-child {
  margin-bottom: 0; }

fieldset {
  border: none;
  margin-bottom: 10px; }

legend {
  color: #666666;
  font-size: 16px;
  margin-bottom: 5px;
  padding-top: 5px; }

.field {
  list-style: none;
  margin-bottom: 10px; }

.options {
  list-style: none;
  margin: 0; }

/*================================================================================
$ FORM ELEMENTS
================================================================================*/
label {
  display: inline-block;
  font-weight: bold;
  margin-bottom: 5px; }

button, input, select, textarea {
  line-height: 1.25;
  outline: none;
  vertical-align: middle; }

input[type="text"], input[type="email"], input[type="password"], input[type="number"],
input[type="search"], input[type="url"], input[type="text"], .text, .input-text, textarea {
  -webkit-appearance: none;
  background-color: #FFFFFF;
  background-image: none;
  border: 1px solid #d7d7d7;
  border-radius: 0;
  box-shadow: none;
  color: inherit;
  cursor: text;
  font-size: 16px;
  line-height: normal;
  max-width: 100%;
  padding: 5px;
  width: 100%; }
  input[type="text"]:focus, input[type="text"]:active, input[type="email"]:focus, input[type="email"]:active, input[type="password"]:focus, input[type="password"]:active, input[type="number"]:focus, input[type="number"]:active,
  input[type="search"]:focus,
  input[type="search"]:active, input[type="url"]:focus, input[type="url"]:active, input[type="text"]:focus, input[type="text"]:active, .text:focus, .text:active, .input-text:focus, .input-text:active, textarea:focus, textarea:active {
    outline: none; }

input[type="radio"], input[type="checkbox"] {
  margin-right: 5px; }

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

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

textarea {
  height: auto;
  min-width: 100%; }

[disabled] {
  background: #f2f2f2;
  cursor: default; }

.options label, label.check {
  display: inline-block;
  font-size: 16px;
  margin-bottom: 0; }

abbr[title="Required"] {
  border: 0;
  color: #f00;
  font-size: 16px;
  font-weight: bold; }

input + .caption, select + .caption, textarea + .caption {
  display: block;
  margin-bottom: 0; }

.form__actions {
  border-top: 1px solid #EEEEEE;
  margin-top: 10px;
  padding-top: 10px; }

.error label {
  color: #cc0000; }
.error .text, .error select, .error textarea {
  border-color: #cc0000; }
.error .error__message {
  display: block; }

.error__message {
  background-color: #cc0000;
  color: #FFFFFF;
  display: none;
  font-size: 14px;
  padding: 5px; }

::-webkit-input-placeholder {
  font-weight: lighter; }

:-moz-placeholder {
  /* Firefox 18- */
  font-weight: lighter; }

::-moz-placeholder {
  /* Firefox 19+ */
  font-weight: lighter; }

:-ms-input-placeholder {
  font-weight: lighter; }

/*================================================================================
$ INLINE
================================================================================*/
abbr {
  color: #666666; }

abbr[title], dfn[title] {
  border-bottom: 1px dotted #f8f8f8;
  cursor: help; }

mark, .mark {
  background: #ffc;
  padding: 0 2px; }

ins {
  background: #f2f2f2;
  padding: 0 2px; }

del {
  text-decoration: line-through; }

code, samp {
  color: #696;
  font-family: Inconsolata, Consolas, Monaco, monospace; }

samp {
  background-color: #f2f2f2;
  padding: 5px; }

kbd {
  background-color: #FFFFFF;
  border: 1px solid #EEEEEE;
  color: #666666;
  font-family: inherit;
  font-size: 90%;
  line-height: 90%;
  margin: 0 2px;
  padding: 5px; }

sub {
  font-size: smaller;
  line-height: 90%;
  vertical-align: sub; }

sup {
  font-size: smaller;
  line-height: 90%;
  vertical-align: super; }

/*================================================================================
$ MEDIA
================================================================================*/
img, video, embed {
  border: none;
  height: auto;
  max-width: 100%; }

iframe {
  border: none;
  outline: none; }

figure img {
  display: block; }

figcaption {
  clear: left;
  color: #666666;
  font-size: 14px;
  padding: 5px; }

/* ====== HEADER ====== */
/* ======
HEADER
	- Override
    - General
    - Header Left
    - Header Right
    - Breadcrumbs
    - Tablet / Mobile Navigation
====== */
/*================================================================================
$ OVERRIDE
================================================================================*/
@media screen and (max-width: 479px) {
  .block-content.dropdown-menu {
    left: -50px !important; } }
@media screen and (max-width: 379px) {
  .block-content.dropdown-menu {
    left: -54px !important; } }
@media screen and (max-width: 349px) {
  .block-content.dropdown-menu {
    left: -80px !important; } }

.breadcrumbs li.active {
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-size: 14px;
  font-weight: 600; }
  .breadcrumbs li.active.search {
    max-width: none; }

/*================================================================================
$ GENERAL
================================================================================*/
.header {
  border-bottom: 0 !important;
  width: 100%;
  /*================================================================================
  $ HEADER LEFT
  ================================================================================*/
  /*================================================================================
  $ HEADER RIGHT
  ================================================================================*/ }
  .header.active-sticky .header__left {
    max-width: 150px;
    width: 100%; }
  .header.active-sticky .header__right {
    width: 82%; }
    .header.active-sticky .header__right .login-custom-link.sticky_header {
      display: block !important;
      float: right; }
      .header.active-sticky .header__right .login-custom-link.sticky_header a {
        color: #9d9d9d;
        font-family: "futura-pt", sans-serif;
        font-size: 16px;
        text-decoration: none; }
        .header.active-sticky .header__right .login-custom-link.sticky_header a img {
          margin-right: 6px;
          width: 18px; }
        .header.active-sticky .header__right .login-custom-link.sticky_header a span.customer {
          position: relative;
          top: 2px; }
        .header.active-sticky .header__right .login-custom-link.sticky_header a:after {
          background-color: #ebebeb;
          height: 14px;
          top: 53%; }
        .header.active-sticky .header__right .login-custom-link.sticky_header a + a {
          margin-left: 33px; }
    .header.active-sticky .header__right .middle-header-content .search-form {
      display: table-cell !important;
      position: relative;
      top: 2px; }
      .header.active-sticky .header__right .middle-header-content .search-form .show-search span {
        display: none; }
      .header.active-sticky .header__right .middle-header-content .search-form .show-search:after {
        background-color: #ebebeb;
        content: "";
        height: 14px;
        position: absolute;
        right: -15px;
        top: 5px;
        width: 1px; }
      .header.active-sticky .header__right .middle-header-content .search-form .hide-search {
        position: relative;
        top: -2px; }
      .header.active-sticky .header__right .middle-header-content .search-form #advancedsearch {
        box-shadow: 2px 2px 5px 0px rgba(85, 85, 85, 0.44);
        left: 10px;
        padding-bottom: 2px;
        padding-top: 0;
        position: relative;
        top: 40px;
        width: 426px; }
    .header.active-sticky .header__right .middle-header-content .minicart-wrapper {
      width: 400px; }
      .header.active-sticky .header__right .middle-header-content .minicart-wrapper.customer_logged_in {
        width: 360px; }
      .header.active-sticky .header__right .middle-header-content .minicart-wrapper .action.showcart {
        position: relative;
        top: 2px; }
        .header.active-sticky .header__right .middle-header-content .minicart-wrapper .action.showcart .text {
          line-height: unset; }
  .header .header__left {
    float: left;
    max-width: 268px;
    width: 100%; }
    .header .header__left a .navigation-image_mobile {
      display: none; }
    @media screen and (max-width: 1115px) {
      .header .header__left {
        max-width: none;
        width: 24%; } }
    @media screen and (max-width: 989px) {
      .header .header__left {
        max-width: none;
        width: 48%; } }
    @media screen and (max-width: 669px) {
      .header .header__left {
        max-width: none;
        width: 54%; } }
    @media screen and (max-width: 539px) {
      .header .header__left {
        width: 100%; } }
    @media screen and (max-width: 479px) {
      .header .header__left a .navigation-image {
        display: none; }
      .header .header__left a .navigation-image_mobile {
        display: block; } }
  .header .header__right {
    float: left;
    width: 76%;
    /*================================================================================
    $ BOTTOM BANNER
    ================================================================================*/ }
    @media screen and (max-width: 1115px) {
      .header .header__right {
        width: 72%; } }
    @media screen and (max-width: 989px) {
      .header .header__right {
        max-width: none;
        width: 49%; } }
    @media screen and (max-width: 669px) {
      .header .header__right {
        max-width: none;
        width: 42%; } }
    @media screen and (max-width: 539px) {
      .header .header__right {
        width: 36%; } }
    .header .header__right .container {
      border-bottom: 1px solid transparent;
      width: 100% !important; }
    @media screen and (max-width: 1024px) {
      .header .header__right .content {
        padding-top: 6px; } }
    @media screen and (max-width: 989px) {
      .header .header__right .content {
        padding-top: 0; } }
    .header .header__right .top-header-content {
      background: #FFFFFF;
      border-bottom: 1px solid #ebebeb; }
      @media screen and (max-width: 479px) {
        .header .header__right .top-header-content {
          border-bottom: 0; } }
      .header .header__right .top-header-content .container {
        padding-right: 0; }
      .header .header__right .top-header-content .dropdown-switcher {
        display: none !important; }
      .header .header__right .top-header-content .top-custom-link ul {
        list-style: none;
        margin-left: 0; }
        .header .header__right .top-header-content .top-custom-link ul li {
          padding-top: 16px; }
          @media screen and (max-width: 1024px) {
            .header .header__right .top-header-content .top-custom-link ul li {
              padding-top: 10px; } }
          .header .header__right .top-header-content .top-custom-link ul li a {
            color: #9d9d9d;
            font-family: "futura-pt", sans-serif;
            font-size: 16px;
            text-decoration: none; }
          .header .header__right .top-header-content .top-custom-link ul li:first-child {
            margin-left: 24px; }
            @media screen and (max-width: 1024px) {
              .header .header__right .top-header-content .top-custom-link ul li:first-child {
                margin-left: 16px; } }
          .header .header__right .top-header-content .top-custom-link ul li:last-child {
            margin-top: 0; }
            .header .header__right .top-header-content .top-custom-link ul li:last-child a {
              content: none; }
      .header .header__right .top-header-content .login-custom-link a {
        color: #9d9d9d;
        font-family: "futura-pt", sans-serif;
        font-size: 16px;
        text-decoration: none; }
        .header .header__right .top-header-content .login-custom-link a img {
          margin-right: 6px;
          margin-top: -4px;
          width: 18px; }
        .header .header__right .top-header-content .login-custom-link a span {
          color: #9d9d9d; }
    .header .header__right .middle-header-content #mainMenu {
      float: left; }
      .header .header__right .middle-header-content #mainMenu > li > a {
        padding-bottom: 0;
        padding-top: 15px; }
        @media screen and (max-width: 1024px) {
          .header .header__right .middle-header-content #mainMenu > li > a {
            padding-top: 5px; } }
      .header .header__right .middle-header-content #mainMenu > li:hover a, .header .header__right .middle-header-content #mainMenu > li:active a, .header .header__right .middle-header-content #mainMenu > li:focus a {
        color: #4bc798; }
      .header .header__right .middle-header-content #mainMenu > li:first-child a .icon-next {
        background-image: url("../images/nav_dropdown_icon.svg");
        background-position: center;
        background-repeat: no-repeat;
        background-size: 11px; }
      .header .header__right .middle-header-content #mainMenu > li:first-child:hover a .icon-next, .header .header__right .middle-header-content #mainMenu > li:first-child:active a .icon-next, .header .header__right .middle-header-content #mainMenu > li:first-child:focus a .icon-next {
        background-image: url("../images/nav_dropdown_icon_hover.svg");
        background-position: center;
        background-repeat: no-repeat;
        background-size: 11px; }
      .header .header__right .middle-header-content #mainMenu > li:nth-child(2) a .icon-next {
        background-image: url("../images/nav_dropdown_icon.svg");
        background-position: center;
        background-repeat: no-repeat;
        background-size: 11px; }
      .header .header__right .middle-header-content #mainMenu > li:nth-child(2):hover a .icon-next, .header .header__right .middle-header-content #mainMenu > li:nth-child(2):active a .icon-next, .header .header__right .middle-header-content #mainMenu > li:nth-child(2):focus a .icon-next {
        background-image: url("../images/nav_dropdown_icon_hover.svg");
        background-position: center;
        background-repeat: no-repeat;
        background-size: 11px; }
      .header .header__right .middle-header-content #mainMenu > li:nth-child(3) a .icon-next {
        background-image: url("../images/nav_dropdown_icon.svg");
        background-position: center;
        background-repeat: no-repeat;
        background-size: 11px; }
      .header .header__right .middle-header-content #mainMenu > li:nth-child(3):hover a .icon-next, .header .header__right .middle-header-content #mainMenu > li:nth-child(3):active a .icon-next, .header .header__right .middle-header-content #mainMenu > li:nth-child(3):focus a .icon-next {
        background-image: url("../images/nav_dropdown_icon_hover.svg");
        background-position: center;
        background-repeat: no-repeat;
        background-size: 11px; }
      .header .header__right .middle-header-content #mainMenu > li:last-child a {
        color: #E36464; }
      .header .header__right .middle-header-content #mainMenu .dropdown-menu {
        max-width: 714px; }
        .header .header__right .middle-header-content #mainMenu .dropdown-menu .mega-menu-content .top_content p {
          border-bottom: 1px solid #ebebeb;
          color: #9d9d9d;
          font-family: "futura-pt", sans-serif;
          font-size: 18px;
          padding-bottom: 16px;
          text-align: left; }
        .header .header__right .middle-header-content #mainMenu .dropdown-menu .mega-menu-content .col-md-6 {
          width: 26%; }
          @media screen and (max-width: 989px) {
            .header .header__right .middle-header-content #mainMenu .dropdown-menu .mega-menu-content .col-md-6 {
              width: 100%; } }
          .header .header__right .middle-header-content #mainMenu .dropdown-menu .mega-menu-content .col-md-6 .sub-menu {
            padding-top: 10px; }
            @media screen and (max-width: 989px) {
              .header .header__right .middle-header-content #mainMenu .dropdown-menu .mega-menu-content .col-md-6 .sub-menu {
                padding-top: 0; } }
            @media screen and (max-width: 989px) {
              .header .header__right .middle-header-content #mainMenu .dropdown-menu .mega-menu-content .col-md-6 .sub-menu li {
                margin-top: 0; } }
            .header .header__right .middle-header-content #mainMenu .dropdown-menu .mega-menu-content .col-md-6 .sub-menu li a {
              text-decoration: none; }
              .header .header__right .middle-header-content #mainMenu .dropdown-menu .mega-menu-content .col-md-6 .sub-menu li a span {
                color: #6d6d6d;
                font-family: "futura-pt", sans-serif;
                font-size: 18px;
                font-weight: 400;
                text-align: left; }
        .header .header__right .middle-header-content #mainMenu .dropdown-menu .mega-menu-content .bottom_content {
          padding-top: 20px;
          width: 48%; }
          .header .header__right .middle-header-content #mainMenu .dropdown-menu .mega-menu-content .bottom_content.image_holder {
            float: right; }
    .header .header__right .middle-header-content .select-search.active #advancedsearch_mini_form #advancedsearch {
      padding-bottom: 2px;
      height: 100%; }
      .header .header__right .middle-header-content .select-search.active #advancedsearch_mini_form #advancedsearch::placeholder {
        color: #6d6d6d;
        font-family: "futura-pt", sans-serif;
        font-size: 18px;
        font-weight: 700; }
      @media screen and (max-width: 479px) {
        .header .header__right .middle-header-content .select-search.active #advancedsearch_mini_form #advancedsearch {
          padding: 8px;
          width: 300px; } }
    .header .header__right .middle-header-content .search-form .form-search.on-show {
      left: 34%; }
      @media screen and (max-width: 479px) {
        .header .header__right .middle-header-content .search-form .form-search.on-show {
          left: 0; } }
    .header .header__right .middle-header-content .search-form .show-search > span {
      color: #6d6d6d;
      font-size: 18px; }
      @media screen and (max-width: 1024px) {
        .header .header__right .middle-header-content .search-form .show-search > span {
          font-size: 16px; } }
    .header .header__right .middle-header-content .search-form .show-search img {
      margin-right: 18px;
      position: relative;
      right: -8px;
      top: -3px;
      width: 16px; }
    .header .header__right .middle-header-content .action-search.on-show .hide-search {
      display: block;
      width: 26px; }
      .header .header__right .middle-header-content .action-search.on-show .hide-search img {
        width: 16px; }
    @media screen and (max-width: 1024px) {
      .header .header__right .middle-header-content .block-cart-header {
        padding: 2px 0; } }
    .header .header__right .middle-header-content .block-cart-header .dropdown-toggle .text {
      border: 1px solid transparent;
      color: #6d6d6d;
      font-size: 18px; }
      @media screen and (max-width: 1024px) {
        .header .header__right .middle-header-content .block-cart-header .dropdown-toggle .text {
          border: 0;
          font-size: 16px; } }
      .header .header__right .middle-header-content .block-cart-header .dropdown-toggle .text img {
        left: -6px;
        position: relative;
        top: -2px;
        width: 18px; }
    .header .header__right .middle-header-content .block-cart-header .dropdown-toggle .counter {
      color: #edb63b;
      font-size: 18px;
      margin: 0;
      vertical-align: unset; }

/*================================================================================
$ BREADCRUMBS
================================================================================*/
.breadcrumbs .container {
  background: #555555;
  padding-left: 0;
  padding-right: 0;
  position: relative;
  width: 100% !important; }
  .breadcrumbs .container:before {
    border-top: 2px solid #95989A;
    display: block;
    position: absolute;
    top: 4px;
    width: 100%; }
  .breadcrumbs .container:after {
    border-top: 2px solid #95989A;
    bottom: 4px;
    display: block;
    position: absolute;
    width: 100%; }
  .breadcrumbs .container .breadcrumbs-content {
    margin: 0 auto;
    max-width: 1200px;
    padding-left: 15px;
    padding-right: 15px; }
    .breadcrumbs .container .breadcrumbs-content .breadcrumbs-title {
      padding: 25px 15px 25px 0; }
      @media screen and (max-width: 479px) {
        .breadcrumbs .container .breadcrumbs-content .breadcrumbs-title {
          padding: 0; } }
      .breadcrumbs .container .breadcrumbs-content .breadcrumbs-title h1 {
        color: #FFFFFF;
        font-family: "futura-pt", sans-serif;
        font-size: 30px;
        text-align: left; }
        @media screen and (max-width: 479px) {
          .breadcrumbs .container .breadcrumbs-content .breadcrumbs-title h1 {
            text-align: center; } }
    .breadcrumbs .container .breadcrumbs-content ol.breadcrumb li {
      margin-top: 0; }
      .breadcrumbs .container .breadcrumbs-content ol.breadcrumb li.active {
        color: #FFFFFF;
        text-align: left; }
        .breadcrumbs .container .breadcrumbs-content ol.breadcrumb li.active:before {
          color: #FFFFFF;
          font-size: unset; }
      .breadcrumbs .container .breadcrumbs-content ol.breadcrumb li a span {
        color: #FFFFFF;
        font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
        font-size: 14px; }

/*================================================================================
$ TABLET/ MOBILE NAVIGATION
================================================================================*/
@media screen and (max-width: 991px) {
  .megamenu-content ul.nav-tabs {
    margin-left: 0; }
    .megamenu-content ul.nav-tabs li.active a {
      background: #555555;
      color: #FFFFFF;
      font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
      font-size: 14px; }
    .megamenu-content ul.nav-tabs li a {
      background: none;
      color: #555555;
      font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
      font-size: 14px; }
  .megamenu-content .tab-content #main-Menucontent nav.navigation ul#mainMenu {
    text-align: left;
    width: 100%; }
    .megamenu-content .tab-content #main-Menucontent nav.navigation ul#mainMenu li.category-menu + li {
      margin-left: 0; } }
  @media screen and (max-width: 991px) and (max-width: 989px) {
    .megamenu-content .tab-content #main-Menucontent nav.navigation ul#mainMenu li.category-menu {
      margin-top: 0; } }
@media screen and (max-width: 991px) {
    .megamenu-content .tab-content #main-Menucontent nav.navigation ul#mainMenu li.category-menu a {
      color: #555555;
      font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
      font-size: 16px; }
    .megamenu-content .tab-content #main-Menucontent nav.navigation ul#mainMenu li.category-menu ul.dropdown-menu.active {
      margin-left: 0;
      padding-left: 0 !important; }
      .megamenu-content .tab-content #main-Menucontent nav.navigation ul#mainMenu li.category-menu ul.dropdown-menu.active li .mega-menu-content .col-md-6 {
        padding-top: 0; }
        .megamenu-content .tab-content #main-Menucontent nav.navigation ul#mainMenu li.category-menu ul.dropdown-menu.active li .mega-menu-content .col-md-6 ul.sub-menu li a {
          text-align: left; }
          .megamenu-content .tab-content #main-Menucontent nav.navigation ul#mainMenu li.category-menu ul.dropdown-menu.active li .mega-menu-content .col-md-6 ul.sub-menu li a span {
            color: #6d6d6d;
            font-size: 15px; }
    .megamenu-content .tab-content #main-Menucontent nav.navigation ul#mainMenu li.category-menu:last-child a {
      color: #E36464 !important; }
  .megamenu-content .tab-content #main-Accountcontent ul.top-links {
    list-style: none; }
    .megamenu-content .tab-content #main-Accountcontent ul.top-links li a {
      color: #555555;
      font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
      font-size: 16px; }
  .megamenu-content .tab-content #main-Accountcontent .top-custom-link ul {
    list-style: none;
    margin-left: 0; }
    .megamenu-content .tab-content #main-Accountcontent .top-custom-link ul li a {
      color: #555555;
      font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
      font-size: 16px; } }
/* ====== FOOTER ====== */
/* ======
FOOTER
    - General
====== */
/*================================================================================
$ GENERAL
================================================================================*/
.scroll-to-top {
  background: #555555;
  border: 1px solid #555555;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  bottom: 0 !important;
  left: 0 !important;
  margin-left: auto;
  margin-right: auto;
  right: 0 !important; }
  @media screen and (max-width: 989px) {
    .scroll-to-top {
      left: auto !important;
      right: 0 !important; } }

.form-group.newsletter input#newsletter {
  line-height: 0.1; }

#footer .footer .middle-footer {
  background: #555555; }
  #footer .footer .middle-footer .container-fluid {
    max-width: 1300px;
    padding-left: 50px;
    padding-right: 50px; }
    @media screen and (max-width: 989px) {
      #footer .footer .middle-footer .container-fluid {
        padding-left: 20px;
        padding-right: 20px; } }
  #footer .footer .middle-footer .row .col-sm-4 {
    width: 25%; }
    #footer .footer .middle-footer .row .col-sm-4.contact {
      width: 32% !important; }
      @media screen and (max-width: 479px) {
        #footer .footer .middle-footer .row .col-sm-4.contact {
          width: 100% !important; } }
    #footer .footer .middle-footer .row .col-sm-4.categories {
      width: 24% !important; }
      @media screen and (max-width: 479px) {
        #footer .footer .middle-footer .row .col-sm-4.categories {
          width: 100% !important; } }
      #footer .footer .middle-footer .row .col-sm-4.categories ul li {
        padding: 0 !important; }
    @media screen and (max-width: 479px) {
      #footer .footer .middle-footer .row .col-sm-4.information {
        width: 100% !important; } }
    #footer .footer .middle-footer .row .col-sm-4.information ul li {
      padding: 0 !important; }
    #footer .footer .middle-footer .row .col-sm-4.falcon {
      padding-right: 0;
      width: 19% !important; }
      @media screen and (max-width: 479px) {
        #footer .footer .middle-footer .row .col-sm-4.falcon {
          width: 100% !important; } }
      #footer .footer .middle-footer .row .col-sm-4.falcon ul li {
        padding: 0 !important; }
    #footer .footer .middle-footer .row .col-sm-4 .block-middle-item > h4 {
      color: #edb63b;
      font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
      font-size: 22px;
      text-align: left; }
      @media screen and (max-width: 479px) {
        #footer .footer .middle-footer .row .col-sm-4 .block-middle-item > h4 {
          text-align: center; } }
    #footer .footer .middle-footer .row .col-sm-4 .block-middle-item ul {
      list-style: none;
      margin-left: 0; }
      #footer .footer .middle-footer .row .col-sm-4 .block-middle-item ul li {
        background-repeat: no-repeat;
        background-size: 17px;
        color: #FFFFFF;
        font-family: "futura-pt", sans-serif;
        font-size: 14px;
        padding-bottom: 10px;
        text-align: left; }
        @media screen and (max-width: 479px) {
          #footer .footer .middle-footer .row .col-sm-4 .block-middle-item ul li {
            padding-left: 0;
            text-align: center; } }
        #footer .footer .middle-footer .row .col-sm-4 .block-middle-item ul li a {
          color: #FFFFFF;
          font-size: 14px;
          text-decoration: none; }
        #footer .footer .middle-footer .row .col-sm-4 .block-middle-item ul li.address {
          background-image: url("../images/address.svg");
          background-position: 2px 18px; }
          @media screen and (max-width: 479px) {
            #footer .footer .middle-footer .row .col-sm-4 .block-middle-item ul li.address {
              background-position: 65px 18px; } }
          @media screen and (max-width: 349px) {
            #footer .footer .middle-footer .row .col-sm-4 .block-middle-item ul li.address {
              background-position: 38px 18px; } }
        #footer .footer .middle-footer .row .col-sm-4 .block-middle-item ul li.tel {
          background-image: url("../images/tel.svg");
          background-position: 2px -1px; }
          @media screen and (max-width: 479px) {
            #footer .footer .middle-footer .row .col-sm-4 .block-middle-item ul li.tel {
              background-position: 65px -1px; } }
          @media screen and (max-width: 349px) {
            #footer .footer .middle-footer .row .col-sm-4 .block-middle-item ul li.tel {
              background-position: 39px -1px; } }
        #footer .footer .middle-footer .row .col-sm-4 .block-middle-item ul li.email {
          background-image: url("../images/email.svg");
          background-position: 2px 5px; }
          @media screen and (max-width: 479px) {
            #footer .footer .middle-footer .row .col-sm-4 .block-middle-item ul li.email {
              background-position: 65px 5px; } }
          @media screen and (max-width: 349px) {
            #footer .footer .middle-footer .row .col-sm-4 .block-middle-item ul li.email {
              background-position: 40px 5px; } }
          #footer .footer .middle-footer .row .col-sm-4 .block-middle-item ul li.email span {
            position: relative;
            top: 20px; }
        #footer .footer .middle-footer .row .col-sm-4 .block-middle-item ul li.twitter {
          background-image: url("../images/twitter.svg");
          background-position: 2px 22px;
          padding-top: 20px; }
          @media screen and (max-width: 479px) {
            #footer .footer .middle-footer .row .col-sm-4 .block-middle-item ul li.twitter {
              background-position: 65px 22px; } }
          @media screen and (max-width: 349px) {
            #footer .footer .middle-footer .row .col-sm-4 .block-middle-item ul li.twitter {
              background-position: 42px 22px; } }
#footer .footer .bottom-footer {
  background: #FFFFFF; }
  #footer .footer .bottom-footer .container-fluid {
    max-width: 1300px;
    padding-left: 50px;
    padding-right: 50px; }
    @media screen and (max-width: 989px) {
      #footer .footer .bottom-footer .container-fluid .row .pull-right {
        float: none !important; } }
    #footer .footer .bottom-footer .container-fluid .row .payment-link {
      float: right;
      list-style: none; }
      @media screen and (max-width: 989px) {
        #footer .footer .bottom-footer .container-fluid .row .payment-link {
          float: none;
          margin: 0 auto;
          text-align: center; } }
      #footer .footer .bottom-footer .container-fluid .row .payment-link li {
        margin-left: 18px;
        margin-top: 0; }
        @media screen and (max-width: 989px) {
          #footer .footer .bottom-footer .container-fluid .row .payment-link li {
            float: none;
            margin-left: 0; } }
        #footer .footer .bottom-footer .container-fluid .row .payment-link li img {
          display: block;
          max-height: 22px; }
          @media screen and (max-width: 989px) {
            #footer .footer .bottom-footer .container-fluid .row .payment-link li img {
              display: block;
              margin: 0 auto;
              max-height: unset;
              padding-bottom: 12px; } }
    #footer .footer .bottom-footer .container-fluid .row .copy {
      float: left;
      padding-top: 0; }
      @media screen and (max-width: 989px) {
        #footer .footer .bottom-footer .container-fluid .row .copy {
          float: none;
          padding-top: 20px;
          text-align: center; } }
      #footer .footer .bottom-footer .container-fluid .row .copy span {
        color: #9d9d9d;
        font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
        font-size: 13px; }

/* ====== OVERLAYS ====== */
/* ======
OVERLAYS
	- General
	- Product Video Overlay
====== */
/*================================================================================
$ GENERAL
================================================================================*/
.overlay-holder {
  background-color: #000000;
  background-color: rgba(0, 0, 0, 0.75);
  height: 100%;
  left: 0;
  min-width: 320px;
  -ms-overflow-y: auto;
  overflow-y: auto;
  position: fixed;
  text-align: left;
  top: 0;
  width: 100%;
  z-index: 19; }
  .overlay-holder .overlay {
    background-color: #FFFFFF;
    border: 5px solid #4bc798;
    border-radius: 10px;
    margin: 0 auto;
    max-width: 450px;
    padding: 10px;
    position: relative;
    top: 10%;
    width: 100%; }
    @media screen and (max-width: 899px) {
      .overlay-holder .overlay {
        top: 5%; } }
    @media screen and (max-width: 599px) {
      .overlay-holder .overlay {
        border-radius: 0 0 10px 10px;
        max-width: none;
        top: 0; } }
  .overlay-holder .overlay__inner {
    max-height: 500px;
    -ms-overflow-y: auto;
    overflow-y: auto; }
    @media screen and (max-width: 899px) {
      .overlay-holder .overlay__inner {
        max-height: 450px; } }
    @media screen and (max-width: 799px) {
      .overlay-holder .overlay__inner {
        max-height: 400px; } }
    @media screen and (max-width: 699px) {
      .overlay-holder .overlay__inner {
        max-height: 350px; } }
    @media screen and (max-width: 599px) {
      .overlay-holder .overlay__inner {
        max-height: 500px; } }
  .overlay-holder .close-btn {
    background-color: #FFFFFF;
    border: 2px solid #4bc798;
    border-radius: 50%;
    padding: 8px;
    position: absolute;
    right: -25px;
    top: -25px; }
    @media screen and (max-width: 599px) {
      .overlay-holder .close-btn {
        padding: 5px;
        right: 2px;
        top: 2px; } }
    @media screen and (max-width: 599px) {
      .overlay-holder .close-btn img {
        width: 18px; } }

/*================================================================================
$ PRODUCT VIDEO OVERLAY
================================================================================*/
.product-video-overlay-holder .overlay {
  max-width: 700px; }
  .product-video-overlay-holder .overlay .overlay__inner {
    max-height: none;
    overflow-y: visible; }
    .product-video-overlay-holder .overlay .overlay__inner iframe {
      width: 100% !important; }

/* ====== NEWSLETTER POPUP ====== */
/* ======
NEWSLETTER
    - General
====== */
/*================================================================================
$ GENERAL
================================================================================*/
.cms-index-index .mfp-wrap .mfp-container .mfp-content {
  background-color: #FFFFFF !important;
  background-image: url("../images/carry-case.png");
  background-position: 0 4px !important;
  background-repeat: no-repeat !important; }
  .cms-index-index .mfp-wrap .mfp-container .mfp-content #newsletter-popup {
    background-position: -3px -6px !important;
    background-repeat: no-repeat !important;
    background-size: 271px !important; }
    .cms-index-index .mfp-wrap .mfp-container .mfp-content #newsletter-popup .block-popup-subscribe {
      float: right;
      padding-right: 10px; }
      .cms-index-index .mfp-wrap .mfp-container .mfp-content #newsletter-popup .block-popup-subscribe .block-popup-top {
        padding: 84px 52px 0 !important; }
        .cms-index-index .mfp-wrap .mfp-container .mfp-content #newsletter-popup .block-popup-subscribe .block-popup-top .newsletter-popup-content {
          position: relative; }
          .cms-index-index .mfp-wrap .mfp-container .mfp-content #newsletter-popup .block-popup-subscribe .block-popup-top .newsletter-popup-content h3 {
            color: #555555;
            font-family: "futura-pt", sans-serif;
            font-size: 30px;
            font-weight: 500; }
          .cms-index-index .mfp-wrap .mfp-container .mfp-content #newsletter-popup .block-popup-subscribe .block-popup-top .newsletter-popup-content span {
            border-top: 2px solid #edb63b;
            left: 44%;
            position: absolute;
            top: 30%;
            width: 36px; }
          .cms-index-index .mfp-wrap .mfp-container .mfp-content #newsletter-popup .block-popup-subscribe .block-popup-top .newsletter-popup-content p {
            color: #555555;
            font-family: "futura-pt", sans-serif;
            font-size: 20px;
            max-width: 264px;
            padding-top: 20px;
            text-align: center; }
        .cms-index-index .mfp-wrap .mfp-container .mfp-content #newsletter-popup .block-popup-subscribe .block-popup-top .newsletter-popup-form .newsletter input {
          border-color: #9d9d9d !important;
          line-height: 0.5; }
          .cms-index-index .mfp-wrap .mfp-container .mfp-content #newsletter-popup .block-popup-subscribe .block-popup-top .newsletter-popup-form .newsletter input::placeholder {
            color: #9d9d9d;
            font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
            font-size: 16px;
            font-weight: 200;
            padding: 8px; }
        .cms-index-index .mfp-wrap .mfp-container .mfp-content #newsletter-popup .block-popup-subscribe .block-popup-top .newsletter-popup-form .actions .subscribe {
          background: #edb63b;
          border: 1px solid #edb63b;
          border-radius: 6px;
          color: #FFFFFF;
          text-transform: uppercase; }
          .cms-index-index .mfp-wrap .mfp-container .mfp-content #newsletter-popup .block-popup-subscribe .block-popup-top .newsletter-popup-form .actions .subscribe:hover, .cms-index-index .mfp-wrap .mfp-container .mfp-content #newsletter-popup .block-popup-subscribe .block-popup-top .newsletter-popup-form .actions .subscribe:focus, .cms-index-index .mfp-wrap .mfp-container .mfp-content #newsletter-popup .block-popup-subscribe .block-popup-top .newsletter-popup-form .actions .subscribe:active {
            background: #FFFFFF;
            border: 1px solid #edb63b;
            color: #edb63b; }
    .cms-index-index .mfp-wrap .mfp-container .mfp-content #newsletter-popup .mfp-close {
      background-image: url("../images/cross.png");
      background-position: center center;
      background-repeat: no-repeat; }

/* ====== SLIDER ====== */
/* ======
SLIDER
    - General
====== */
/*================================================================================
$ GENERAL
================================================================================*/
.banner-slider {
  position: relative; }
  .banner-slider .col-md-12 {
    min-height: auto; }
  .banner-slider .banner_content_wrapper {
    left: 0;
    position: absolute;
    right: 0;
    transform: translateY(50%);
    z-index: 25; }
    @media screen and (max-width: 669px) {
      .banner-slider .banner_content_wrapper {
        transform: translateY(36%); } }
    .banner-slider .banner_content_wrapper h1 {
      color: #FFFFFF;
      font-family: "futura-pt", sans-serif;
      font-size: 40px;
      text-transform: uppercase; }
    .banner-slider .banner_content_wrapper span {
      border-top: 2px solid #edb63b;
      left: 0;
      margin-left: auto;
      margin-right: auto;
      position: absolute;
      right: 0;
      top: 30%;
      width: 39px; }
    .banner-slider .banner_content_wrapper p {
      color: #FFFFFF;
      font-family: "futura-pt", sans-serif;
      font-size: 25px;
      font-weight: 400;
      margin: 16px 0;
      margin-bottom: 25px; }
      @media screen and (max-width: 479px) {
        .banner-slider .banner_content_wrapper p {
          margin: 0 auto !important;
          max-width: 300px;
          padding-bottom: 20px; } }
    .banner-slider .banner_content_wrapper a {
      background: rgba(255, 255, 255, 0.2);
      border: 2px solid #FFFFFF;
      border-radius: 6px;
      color: #FFFFFF;
      display: block;
      font-size: 16px;
      margin: 0 auto;
      max-width: 125px;
      padding: 7.5px;
      position: relative;
      text-decoration: none;
      text-align: center;
      text-transform: uppercase;
      top: 10px;
      width: 100%; }
      .banner-slider .banner_content_wrapper a:hover, .banner-slider .banner_content_wrapper a:active, .banner-slider .banner_content_wrapper a:focus {
        background: none; }
  .banner-slider .revolution-slider-container ul li .tp-caption.very_big_white {
    top: 25px !important; }
  .banner-slider .revolution-slider-container ul li .tp-caption.medium_text {
    background-color: #FFFFFF;
    border-radius: 6px;
    padding: 10px !important;
    top: 150px !important; }
  .banner-slider .revolution-slider-container ul li .tp-bgimg.defaultimg {
    background-size: cover !important; }
  .banner-slider .revolution-slider-container .tp-bannershadow.tp-shadow2 {
    background-image: none; }

/* ====== MINICART ====== */
/* ======
MINICART
    - General

====== */
/*================================================================================
$ GENERAL
================================================================================*/
.block-content.dropdown-menu {
  padding: 10px; }
  .block-content.dropdown-menu ol#cart-sidebar {
    list-style: none;
    margin: 0; }
    .block-content.dropdown-menu ol#cart-sidebar li {
      padding-bottom: 5px;
      padding-top: 5px; }
      .block-content.dropdown-menu ol#cart-sidebar li .product-details {
        padding-top: 0; }
        .block-content.dropdown-menu ol#cart-sidebar li .product-details .product-name {
          min-height: 30px;
          text-align: left; }
          .block-content.dropdown-menu ol#cart-sidebar li .product-details .product-name > a {
            color: #555555;
            font-family: "futura-pt", sans-serif;
            font-size: 14px; }
        .block-content.dropdown-menu ol#cart-sidebar li .product-details .details {
          color: #9d9d9d;
          display: none;
          font-family: "futura-pt", sans-serif;
          font-size: 14px;
          text-align: left; }
        .block-content.dropdown-menu ol#cart-sidebar li .product-details .price {
          color: #444A58;
          float: left;
          font-family: "futura-pt", sans-serif;
          font-size: 14px;
          font-weight: bold;
          padding-top: 5px; }
        .block-content.dropdown-menu ol#cart-sidebar li .product-details .price_wrapper {
          clear: left;
          float: left;
          padding-bottom: 14px;
          padding-top: 18px; }
          .block-content.dropdown-menu ol#cart-sidebar li .product-details .price_wrapper .qty {
            color: #656565;
            font-family: 'Lato', sans-serif;
            font-size: 14px;
            font-weight: 400; }
          .block-content.dropdown-menu ol#cart-sidebar li .product-details .price_wrapper .price_container {
            border: 1px solid #ebebeb;
            color: #656565;
            font-family: 'Lato', sans-serif;
            font-size: 14px;
            font-weight: 400;
            margin-left: 10px;
            padding: 6px 15px; }
        .block-content.dropdown-menu ol#cart-sidebar li .product-details .actions-mini-item {
          bottom: 4px;
          top: unset;
          transform: none; }
          .block-content.dropdown-menu ol#cart-sidebar li .product-details .actions-mini-item a {
            background-color: transparent;
            border: 0; }
            .block-content.dropdown-menu ol#cart-sidebar li .product-details .actions-mini-item a img {
              width: 14px; }
  .block-content.dropdown-menu .subtotal {
    margin: 10px 0;
    text-align: left; }
    .block-content.dropdown-menu .subtotal .label {
      color: #555555;
      font-family: "futura-pt", sans-serif;
      font-size: 26px;
      text-transform: capitalize; }
    .block-content.dropdown-menu .subtotal .price {
      color: #555555;
      font-family: "futura-pt", sans-serif;
      font-size: 26px; }
  .block-content.dropdown-menu .actions {
    margin-top: 15px; }
    .block-content.dropdown-menu .actions button:first-child {
      background: #4bc798;
      border: 1px solid #4bc798;
      border-radius: 6px;
      color: #FFFFFF;
      font-weight: 600;
      padding: 10px;
      text-transform: uppercase;
      width: 100%; }
      .block-content.dropdown-menu .actions button:first-child:hover, .block-content.dropdown-menu .actions button:first-child:active, .block-content.dropdown-menu .actions button:first-child:focus {
        background: transparent;
        border: 1px solid #4bc798;
        color: #4bc798; }
    .block-content.dropdown-menu .actions button:nth-child(2) {
      background: #FFFFFF;
      background-image: url("../images/green-shopping-trolley.svg");
      background-position: 34% center;
      background-repeat: no-repeat;
      background-size: 18px;
      border: 1px solid #4bc798;
      border-radius: 6px;
      color: #4bc798;
      font-weight: 600;
      margin-bottom: 0;
      padding: 10px;
      padding-left: 40px;
      text-transform: uppercase;
      width: 100%; }
      .block-content.dropdown-menu .actions button:nth-child(2):hover, .block-content.dropdown-menu .actions button:nth-child(2):active, .block-content.dropdown-menu .actions button:nth-child(2):focus {
        background: #4bc798;
        background-image: url("../images/white-shopping-trolley.svg");
        background-position: 34% center;
        background-repeat: no-repeat;
        background-size: 18px;
        border: 1px solid #4bc798;
        color: #4bc798;
        padding: 10px;
        padding-left: 40px; }

/* ====== PRODUCT BRANDING ====== */
/* ======
PRODUCT BRANDING
	- Branding Options
    - Branding Form
    - Branding Totals
    - Branding Advisories
====== */
/*================================================================================
$ BRANDING OPTIONS
================================================================================*/
#product-options-wrapper {
  display: none !important; }

.branding-options-container {
  margin-top: 15px; }
  .branding-options-container .branding-options__title {
    text-align: left;
    font-weight: 600;
    font-family: Arial, "Helvetica Neue", Helvetica, sans-serif; }
  .branding-options-container .branding-options__list {
    text-align: left;
    list-style: none;
    max-width: 350px;
    width: 100%;
    margin: 15px 0 0; }
    .branding-options-container .branding-options__list li {
      display: inline-block;
      width: 100%;
      max-width: 175px; }
      .branding-options-container .branding-options__list li:before {
        content: ' ';
        background: url("../images/green_checkbox.png");
        width: 20px;
        height: 20px;
        display: inline-block;
        margin-right: 10px;
        vertical-align: text-bottom; }

.branding-options__isbranding p {
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-size: 16px;
  font-weight: 600;
  text-align: right; }
.branding-options__isbranding .fa-plus {
  color: #555555;
  font-weight: normal; }

/*================================================================================
$ BRANDING FORM
================================================================================*/
.branding-options__form .form-list {
  list-style: none;
  margin-left: 0;
  padding: 0; }
  .branding-options__form .form-list > li {
    float: left;
    margin-top: 30px;
    width: 100%; }
    .branding-options__form .form-list > li:first-child {
      margin-top: 0; }
    .branding-options__form .form-list > li.no-display, .branding-options__form .form-list > li.hidden {
      display: none !important; }
    .branding-options__form .form-list > li.no-label label {
      display: none; }
    .branding-options__form .form-list > li.no-label .input-box {
      float: left;
      width: 100%; }
    .branding-options__form .form-list > li > .field.field-half {
      float: left;
      margin-left: 2%;
      width: 49%; }
      .branding-options__form .form-list > li > .field.field-half:first-child {
        margin-left: 0; }
    .branding-options__form .form-list > li label {
      font-size: 16px;
      font-weight: normal; }
    .branding-options__form .form-list > li .input-box select, .branding-options__form .form-list > li .input-box input[type="number"], .branding-options__form .form-list > li .input-box input[type="text"], .branding-options__form .form-list > li .input-box input[type="email"] {
      border: 2px solid #EEEEEE;
      background-position-x: 98.5%;
      background-size: 24px;
      height: 43px;
      line-height: 40px;
      margin: 0; }
    .branding-options__form .form-list > li .input-box select {
      padding: 0px 40px 0 15px; }
.branding-options__form .branding-options__brandingitem--dimensions {
  text-align: left; }
  .branding-options__form .branding-options__brandingitem--dimensions .field {
    max-width: 240px; }
    .branding-options__form .branding-options__brandingitem--dimensions .field label, .branding-options__form .branding-options__brandingitem--dimensions .field .input-box {
      display: inline-block;
      vertical-align: middle; }
    .branding-options__form .branding-options__brandingitem--dimensions .field label {
      margin-bottom: 0;
      margin-right: 10px;
      width: auto; }
    .branding-options__form .branding-options__brandingitem--dimensions .field .input-box {
      max-width: 120px;
      width: 100%; }
    .branding-options__form .branding-options__brandingitem--dimensions .field input {
      font-style: italic; }
.branding-options__form .branding-options__brandingitem--orderdate {
  text-align: left; }
  .branding-options__form .branding-options__brandingitem--orderdate label, .branding-options__form .branding-options__brandingitem--orderdate .input-box {
    display: inline-block;
    vertical-align: middle; }
  .branding-options__form .branding-options__brandingitem--orderdate label {
    margin-bottom: 0;
    margin-right: 10px;
    width: auto; }
  .branding-options__form .branding-options__brandingitem--orderdate .input-box {
    max-width: 180px;
    position: relative;
    width: 100%; }
    .branding-options__form .branding-options__brandingitem--orderdate .input-box .ui-datepicker-trigger {
      cursor: pointer;
      margin-top: -10px;
      max-width: 20px;
      position: absolute;
      right: -25px;
      top: 50%; }
.branding-options__form .branding-options__brandingitem--artwork {
  position: relative; }
  .branding-options__form .branding-options__brandingitem--artwork .btn-browse {
    background-color: #9d9d9d;
    border-color: #9d9d9d;
    border-radius: 6px;
    font-family: "futura-pt", sans-serif;
    left: 0;
    max-width: 115px;
    padding: 9px 5px;
    position: absolute;
    text-transform: uppercase;
    top: 0;
    width: 100%; }
  .branding-options__form .branding-options__brandingitem--artwork #branding-artwork {
    position: fixed;
    top: -1000px; }
  .branding-options__form .branding-options__brandingitem--artwork .file-upload-input {
    border: 2px solid #EEEEEE;
    float: left;
    font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
    height: 43px;
    line-height: 40px;
    margin: 0;
    padding: 0 20px 0 135px;
    text-align: left;
    width: 100%; }

.add-to-box .shop_meta {
  margin-top: 30px; }

.branding-options__form--email {
  margin-bottom: 20px;
  margin-top: 30px; }

/*================================================================================
$ BRANDING TOTALS
================================================================================*/
.branding-options__totals--top {
  text-align: left; }
  .branding-options__totals--top > p {
    display: inline-block;
    font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
    margin-left: 20px;
    margin-top: 0;
    vertical-align: middle; }
    .branding-options__totals--top > p:first-child {
      margin-left: 0; }
    .branding-options__totals--top > p.branding-options__totalcost {
      display: block;
      margin: 15px 0;
      text-align: left; }

.branding-options__totals--estimate {
  margin-top: 25px;
  position: relative; }
  .branding-options__totals--estimate .btn-estimate {
    border-radius: 6px;
    font-family: "futura-pt", sans-serif;
    font-size: 16px;
    left: 0;
    max-width: 175px;
    padding: 9px 5px;
    position: absolute;
    text-transform: uppercase;
    top: 0;
    width: 100%; }
  .branding-options__totals--estimate #estimateCostText {
    background-color: #ebebeb;
    border: 2px solid #EEEEEE;
    font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
    float: left;
    height: 43px;
    line-height: 40px;
    margin: 0;
    padding: 0 20px 0 195px;
    text-align: left;
    width: 100%; }

.add-to-box .btn-shop .btn-quote {
  background-color: #E36464;
  border-color: #E36464;
  border-radius: 6px;
  font-family: "futura-pt", sans-serif;
  font-size: 16px;
  padding: 9px 15px;
  text-transform: uppercase; }

/*================================================================================
$ BRANDING ADVISORIES
================================================================================*/
.branding-options__brandingitem--advisory > p {
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-size: 14px;
  font-style: italic;
  text-align: left; }

.branding-options__infoblock {
  margin-top: 30px; }
  .branding-options__infoblock p {
    color: #9d9d9d;
    font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
    text-align: left; }
    .branding-options__infoblock p.note-text {
      font-size: 14px;
      margin-top: 25px; }
  .branding-options__infoblock span {
    color: #4bc798;
    font-weight: bold; }
  .branding-options__infoblock a {
    color: #555555;
    font-weight: bold; }

.branding-options__nobranding {
  margin-top: 20px; }
  .branding-options__nobranding p {
    font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
    font-size: 16px;
    font-weight: 600;
    text-align: left; }
  .branding-options__nobranding .fa-plus {
    color: #555555;
    font-weight: normal;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg); }

/* ====== HOMEPAGE ====== */
/* ======
HOMEPAGE
    - General
    - Promo
    - Our Products
    - Newsletter
====== */
/*================================================================================
$ GENERAL
================================================================================*/
.cms-index-index {
  /*================================================================================
  $ PROMO
  ================================================================================*/
  /*================================================================================
  $ OUR PRODUCTS
  ================================================================================*/
  /*================================================================================
  $ NEWSLETTER
  ================================================================================*/ }
  .cms-index-index section {
    padding-left: 0;
    padding-right: 0; }
  .cms-index-index .call_to_action {
    background: #edb63b; }
    .cms-index-index .call_to_action ul {
      list-style: none;
      margin: 0 auto;
      max-width: 1000px;
      padding-bottom: 6px;
      padding-top: 4px; }
      @media screen and (max-width: 1023px) {
        .cms-index-index .call_to_action ul {
          padding-bottom: 10px;
          padding-top: 10px; } }
      .cms-index-index .call_to_action ul li {
        float: left;
        margin-top: 0;
        width: 25%; }
        @media screen and (max-width: 1024px) {
          .cms-index-index .call_to_action ul li {
            width: 24%; } }
        @media screen and (max-width: 989px) {
          .cms-index-index .call_to_action ul li {
            display: inline-block;
            float: none;
            padding: 10px 0;
            width: 49%; } }
        @media screen and (max-width: 479px) {
          .cms-index-index .call_to_action ul li {
            width: 100%; } }
        .cms-index-index .call_to_action ul li:nth-child(4) a {
          float: right; }
          @media screen and (max-width: 989px) {
            .cms-index-index .call_to_action ul li:nth-child(4) a {
              float: none; } }
        .cms-index-index .call_to_action ul li a {
          text-decoration: none; }
          .cms-index-index .call_to_action ul li a img {
            width: 22px; }
          .cms-index-index .call_to_action ul li a span {
            color: #FFFFFF;
            font-family: "futura-pt", sans-serif;
            font-size: 22px;
            padding-left: 10px;
            position: relative;
            top: 2px; }
  @media screen and (max-width: 479px) {
    .cms-index-index .promo_banner {
      padding-bottom: 0 !important; } }
  .cms-index-index .promo_banner .container-fluid {
    max-width: 1200px;
    padding-left: 0;
    padding-right: 0; }
  .cms-index-index .promo_banner .row .promo-banner .text-container {
    background-color: transparent;
    border: 0;
    top: 46%;
    transform: translateY(-50%); }
    @media screen and (max-width: 1024px) {
      .cms-index-index .promo_banner .row .promo-banner .text-container {
        top: 38%; } }
    @media screen and (max-width: 989px) {
      .cms-index-index .promo_banner .row .promo-banner .text-container {
        top: 46%; } }
    .cms-index-index .promo_banner .row .promo-banner .text-container .promo-wrapper {
      position: relative; }
      .cms-index-index .promo_banner .row .promo-banner .text-container .promo-wrapper h4 {
        color: #FFFFFF;
        font-family: "futura-pt", sans-serif;
        font-size: 25px;
        font-weight: 400;
        text-transform: uppercase; }
      .cms-index-index .promo_banner .row .promo-banner .text-container .promo-wrapper span {
        border-top: 2px solid #edb63b;
        left: 45%;
        position: absolute;
        top: 45%;
        width: 39px; }
      .cms-index-index .promo_banner .row .promo-banner .text-container .promo-wrapper a {
        background: rgba(255, 255, 255, 0.2);
        border: 2px solid #FFFFFF;
        border-radius: 6px;
        color: #FFFFFF;
        display: block;
        font-weight: 400;
        margin: 0 auto;
        max-width: 125px;
        padding: 7.5px;
        position: relative;
        text-align: center;
        text-decoration: none;
        text-transform: uppercase;
        top: 20px;
        width: 100%; }
        .cms-index-index .promo_banner .row .promo-banner .text-container .promo-wrapper a.istay {
          background: rgba(0, 0, 0, 0.4);
          border: 2px solid #8c1914;
          margin: 0; }
        .cms-index-index .promo_banner .row .promo-banner .text-container .promo-wrapper a:hover, .cms-index-index .promo_banner .row .promo-banner .text-container .promo-wrapper a:active, .cms-index-index .promo_banner .row .promo-banner .text-container .promo-wrapper a:focus {
          background: none; }
        @media screen and (max-width: 989px) {
          .cms-index-index .promo_banner .row .promo-banner .text-container .promo-wrapper a {
            top: 32px; } }
        .cms-index-index .promo_banner .row .promo-banner .text-container .promo-wrapper a span {
          color: #FFFFFF;
          font-family: "futura-pt", sans-serif;
          font-size: 16px; }
  .cms-index-index .our-products .additional_info_blocks {
    border-bottom: 1px solid #EBEBEB;
    margin: 0 auto;
    max-width: 1200px;
    padding-bottom: 50px;
    width: 100%; }
    .cms-index-index .our-products .additional_info_blocks .additional {
      background-repeat: no-repeat;
      background-size: cover;
      height: 244px;
      max-width: 584px; }
      .cms-index-index .our-products .additional_info_blocks .additional .inner_wrapper {
        position: relative;
        top: 50%;
        transform: translateY(-50%); }
        .cms-index-index .our-products .additional_info_blocks .additional .inner_wrapper h4 {
          color: #FFFFFF;
          font-family: "futura-pt", sans-serif;
          font-size: 25px;
          font-weight: 400;
          text-transform: uppercase; }
        .cms-index-index .our-products .additional_info_blocks .additional .inner_wrapper span {
          border-top: 2px solid #4bc798;
          left: 46%;
          position: absolute;
          top: 24%;
          width: 39px; }
        .cms-index-index .our-products .additional_info_blocks .additional .inner_wrapper p {
          color: #FFFFFF;
          font-family: "futura-pt", sans-serif;
          font-size: 16px;
          margin: 0 auto;
          max-width: 436px;
          padding-bottom: 10px;
          padding-top: 15px; }
          @media screen and (max-width: 479px) {
            .cms-index-index .our-products .additional_info_blocks .additional .inner_wrapper p {
              padding-left: 5px;
              padding-right: 5px; } }
        .cms-index-index .our-products .additional_info_blocks .additional .inner_wrapper a {
          background: rgba(255, 255, 255, 0.2);
          border: 2px solid #FFFFFF;
          border-radius: 6px;
          color: #FFFFFF;
          display: block;
          font-size: 16px;
          margin: 0 auto;
          max-width: 125px;
          padding: 7.5px;
          position: relative;
          text-decoration: none;
          text-align: center;
          top: 10px;
          width: 100%; }
          .cms-index-index .our-products .additional_info_blocks .additional .inner_wrapper a:hover, .cms-index-index .our-products .additional_info_blocks .additional .inner_wrapper a:active, .cms-index-index .our-products .additional_info_blocks .additional .inner_wrapper a:focus {
            background: none; }
      .cms-index-index .our-products .additional_info_blocks .additional.about_us {
        background-image: url("../images/about-us.png");
        float: left;
        width: 48%; }
        @media screen and (max-width: 479px) {
          .cms-index-index .our-products .additional_info_blocks .additional.about_us {
            width: 100%; } }
      .cms-index-index .our-products .additional_info_blocks .additional.testimonials {
        background-image: url("../images/testimonials.png");
        float: right;
        width: 48%; }
        @media screen and (max-width: 479px) {
          .cms-index-index .our-products .additional_info_blocks .additional.testimonials {
            margin-top: 30px;
            width: 100%; } }
  .cms-index-index .our-products .content-heading h3.title {
    color: #555555;
    font-family: "futura-pt", sans-serif;
    font-size: 30px; }
    .cms-index-index .our-products .content-heading h3.title:after {
      border-bottom: 2px solid #edb63b;
      content: '';
      display: block;
      margin: 4px auto 14px;
      width: 39px; }
  .cms-index-index .our-products #product_tabs ul.nav li {
    max-width: 167px;
    min-width: 167px;
    width: 100%; }
    @media screen and (max-width: 479px) {
      .cms-index-index .our-products #product_tabs ul.nav li {
        margin-left: 0; } }
    .cms-index-index .our-products #product_tabs ul.nav li:hover, .cms-index-index .our-products #product_tabs ul.nav li:active, .cms-index-index .our-products #product_tabs ul.nav li:focus {
      background: #555555 !important;
      border-radius: 6px; }
      .cms-index-index .our-products #product_tabs ul.nav li:hover a, .cms-index-index .our-products #product_tabs ul.nav li:active a, .cms-index-index .our-products #product_tabs ul.nav li:focus a {
        background: #555555 !important;
        border: 1px solid #555555; }
        .cms-index-index .our-products #product_tabs ul.nav li:hover a span, .cms-index-index .our-products #product_tabs ul.nav li:active a span, .cms-index-index .our-products #product_tabs ul.nav li:focus a span {
          color: #FFFFFF; }
    .cms-index-index .our-products #product_tabs ul.nav li a {
      border: 1px solid #555555;
      border-radius: 6px;
      padding: 10px; }
      .cms-index-index .our-products #product_tabs ul.nav li a span {
        color: #555555;
        font-family: "futura-pt", sans-serif;
        font-size: 16px;
        text-transform: uppercase; }
  .cms-index-index .our-products #product_tabs ul.nav li.active a {
    background: #555555; }
    .cms-index-index .our-products #product_tabs ul.nav li.active a span {
      color: #FFFFFF; }
  .cms-index-index .our-products #product_tabs .content-wrap.products ul.products-grid {
    list-style: none; }
    .cms-index-index .our-products #product_tabs .content-wrap.products ul.products-grid li {
      margin-top: 0; }
      @media screen and (max-width: 479px) {
        .cms-index-index .our-products #product_tabs .content-wrap.products ul.products-grid li {
          width: 100%; } }
      .cms-index-index .our-products #product_tabs .content-wrap.products ul.products-grid li .product-item-info {
        position: relative; }
        .cms-index-index .our-products #product_tabs .content-wrap.products ul.products-grid li .product-item-info:hover .product-top a:after, .cms-index-index .our-products #product_tabs .content-wrap.products ul.products-grid li .product-item-info:active .product-top a:after, .cms-index-index .our-products #product_tabs .content-wrap.products ul.products-grid li .product-item-info:focus .product-top a:after {
          background-color: transparent;
          opacity: 0; }
        .cms-index-index .our-products #product_tabs .content-wrap.products ul.products-grid li .product-item-info:hover .product-top ul.actions-link, .cms-index-index .our-products #product_tabs .content-wrap.products ul.products-grid li .product-item-info:active .product-top ul.actions-link, .cms-index-index .our-products #product_tabs .content-wrap.products ul.products-grid li .product-item-info:focus .product-top ul.actions-link {
          background-color: transparent; }
          .cms-index-index .our-products #product_tabs .content-wrap.products ul.products-grid li .product-item-info:hover .product-top ul.actions-link li .action, .cms-index-index .our-products #product_tabs .content-wrap.products ul.products-grid li .product-item-info:active .product-top ul.actions-link li .action, .cms-index-index .our-products #product_tabs .content-wrap.products ul.products-grid li .product-item-info:focus .product-top ul.actions-link li .action {
            background-color: transparent;
            border: 0; }
            .cms-index-index .our-products #product_tabs .content-wrap.products ul.products-grid li .product-item-info:hover .product-top ul.actions-link li .action:hover, .cms-index-index .our-products #product_tabs .content-wrap.products ul.products-grid li .product-item-info:hover .product-top ul.actions-link li .action:active, .cms-index-index .our-products #product_tabs .content-wrap.products ul.products-grid li .product-item-info:hover .product-top ul.actions-link li .action:focus, .cms-index-index .our-products #product_tabs .content-wrap.products ul.products-grid li .product-item-info:active .product-top ul.actions-link li .action:hover, .cms-index-index .our-products #product_tabs .content-wrap.products ul.products-grid li .product-item-info:active .product-top ul.actions-link li .action:active, .cms-index-index .our-products #product_tabs .content-wrap.products ul.products-grid li .product-item-info:active .product-top ul.actions-link li .action:focus, .cms-index-index .our-products #product_tabs .content-wrap.products ul.products-grid li .product-item-info:focus .product-top ul.actions-link li .action:hover, .cms-index-index .our-products #product_tabs .content-wrap.products ul.products-grid li .product-item-info:focus .product-top ul.actions-link li .action:active, .cms-index-index .our-products #product_tabs .content-wrap.products ul.products-grid li .product-item-info:focus .product-top ul.actions-link li .action:focus {
              background-color: transparent;
              border-color: transparent; }
        .cms-index-index .our-products #product_tabs .content-wrap.products ul.products-grid li .product-item-info .product-top a img {
          border: 1px solid #EBEBEB; }
        .cms-index-index .our-products #product_tabs .content-wrap.products ul.products-grid li .product-item-info .product-top a .new_in {
          background: #edb63b;
          border-radius: 0 0px 6px 0;
          color: #FFFFFF;
          font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
          font-size: 14px;
          left: 0;
          max-width: 125px;
          padding: 5px;
          position: absolute;
          text-align: center;
          text-transform: uppercase;
          top: 0;
          width: 100%; }
        .cms-index-index .our-products #product_tabs .content-wrap.products ul.products-grid li .product-item-info .product-top a .clearance {
          background: #E36464;
          border-radius: 0 0px 6px 0;
          color: #FFFFFF;
          font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
          font-size: 14px;
          left: 0;
          max-width: 125px;
          padding: 5px;
          position: absolute;
          text-align: center;
          text-transform: uppercase;
          top: 0;
          width: 100%; }
        .cms-index-index .our-products #product_tabs .content-wrap.products ul.products-grid li .product-item-info .product-desc .product-name {
          min-height: 50px;
          text-align: left; }
          .cms-index-index .our-products #product_tabs .content-wrap.products ul.products-grid li .product-item-info .product-desc .product-name a {
            color: #6d6d6d;
            text-decoration: none; }
        .cms-index-index .our-products #product_tabs .content-wrap.products ul.products-grid li .product-item-info .product-desc .price-box {
          padding-top: 20px; }
          .cms-index-index .our-products #product_tabs .content-wrap.products ul.products-grid li .product-item-info .product-desc .price-box span .price {
            color: #555555;
            font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
            font-size: 16px;
            font-weight: bold; }
        .cms-index-index .our-products #product_tabs .content-wrap.products ul.products-grid li .product-item-info .product-desc .product-more-info {
          border: 2px solid #4bc798;
          border-radius: 6px;
          color: #4bc798;
          float: left;
          font-family: "futura-pt", sans-serif;
          font-size: 16px;
          font-weight: 400;
          margin-bottom: 50px;
          margin-top: 20px;
          max-width: 167px;
          padding: 10px;
          text-decoration: none;
          text-transform: uppercase;
          width: 100%; }
          .cms-index-index .our-products #product_tabs .content-wrap.products ul.products-grid li .product-item-info .product-desc .product-more-info:hover, .cms-index-index .our-products #product_tabs .content-wrap.products ul.products-grid li .product-item-info .product-desc .product-more-info:active, .cms-index-index .our-products #product_tabs .content-wrap.products ul.products-grid li .product-item-info .product-desc .product-more-info:focus {
            background: #4bc798;
            border: 2px solid #4bc798;
            color: #FFFFFF;
            padding: 10px; }
  .cms-index-index .our-products .falcon_footer_info {
    background: #edb63b;
    padding-left: 0;
    padding-right: 0; }
    .cms-index-index .our-products .falcon_footer_info .upper-footer-wrapper {
      padding: 30px 30px; }
      .cms-index-index .our-products .falcon_footer_info .upper-footer-wrapper .inner_content {
        border: 1px solid #FFFFFF;
        margin: 0 auto;
        padding: 30px; }
        .cms-index-index .our-products .falcon_footer_info .upper-footer-wrapper .inner_content h1 {
          color: #FFFFFF;
          font-family: "futura-pt", sans-serif;
          font-size: 30px;
          font-weight: 400; }
          .cms-index-index .our-products .falcon_footer_info .upper-footer-wrapper .inner_content h1:after {
            border-bottom: 2px solid #FFFFFF;
            content: '';
            display: block;
            margin: 6px auto 0;
            width: 40px; }
        .cms-index-index .our-products .falcon_footer_info .upper-footer-wrapper .inner_content p {
          color: #FFFFFF;
          font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
          font-size: 16px;
          margin: 0 auto;
          max-width: 732px;
          padding-top: 14px; }
        .cms-index-index .our-products .falcon_footer_info .upper-footer-wrapper .inner_content img {
          display: block;
          margin: 0 auto;
          padding-top: 20px; }
  .cms-index-index .our-products .content-heading {
    margin-top: 65px; }
    @media screen and (max-width: 479px) {
      .cms-index-index .our-products .content-heading {
        margin-top: 35px; } }
    .cms-index-index .our-products .content-heading h3 {
      color: #555555;
      font-family: "futura-pt", sans-serif;
      font-size: 30px; }
    .cms-index-index .our-products .content-heading .block-note {
      color: #6D6D6D;
      font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
      font-size: 16px; }
  .cms-index-index .our-products #product_tabs {
    margin: 0 auto;
    max-width: 1200px; }
  .cms-index-index .newsletter-home-section {
    background-size: 100% 100%;
    height: 245px; }
    @media screen and (max-width: 479px) {
      .cms-index-index .newsletter-home-section {
        height: auto !important; } }
    .cms-index-index .newsletter-home-section .row .newsletter-home {
      padding-left: 0;
      padding-right: 0; }
      .cms-index-index .newsletter-home-section .row .newsletter-home .newsletter-home-content {
        padding: 46px; }
        .cms-index-index .newsletter-home-section .row .newsletter-home .newsletter-home-content h3 {
          color: #FFFFFF;
          font-family: "futura-pt", sans-serif;
          font-size: 30px; }
        .cms-index-index .newsletter-home-section .row .newsletter-home .newsletter-home-content p {
          color: #FFFFFF;
          font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
          font-size: 16px; }
        .cms-index-index .newsletter-home-section .row .newsletter-home .newsletter-home-content .extra {
          color: #FFFFFF;
          font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
          font-size: 14px;
          position: relative;
          top: 20px; }
        .cms-index-index .newsletter-home-section .row .newsletter-home .newsletter-home-content .block.newsletter.newsletter-home-page {
          max-width: 582px !important; }
          .cms-index-index .newsletter-home-section .row .newsletter-home .newsletter-home-content .block.newsletter.newsletter-home-page .form-group.newsletter input {
            border-radius: 6px; }
            .cms-index-index .newsletter-home-section .row .newsletter-home .newsletter-home-content .block.newsletter.newsletter-home-page .form-group.newsletter input::placeholder {
              padding: 10px; }
          .cms-index-index .newsletter-home-section .row .newsletter-home .newsletter-home-content .block.newsletter.newsletter-home-page .actions button.btn-primary {
            background-color: #edb63b;
            border: none;
            border-radius: 6px;
            border-top-left-radius: 0;
            border-bottom-left-radius: 0;
            padding: 12px 30px; }
            @media screen and (max-width: 479px) {
              .cms-index-index .newsletter-home-section .row .newsletter-home .newsletter-home-content .block.newsletter.newsletter-home-page .actions button.btn-primary {
                padding: 12px 8px; } }
            .cms-index-index .newsletter-home-section .row .newsletter-home .newsletter-home-content .block.newsletter.newsletter-home-page .actions button.btn-primary:hover, .cms-index-index .newsletter-home-section .row .newsletter-home .newsletter-home-content .block.newsletter.newsletter-home-page .actions button.btn-primary:active, .cms-index-index .newsletter-home-section .row .newsletter-home .newsletter-home-content .block.newsletter.newsletter-home-page .actions button.btn-primary:focus {
              background-color: #FFFFFF; }
              .cms-index-index .newsletter-home-section .row .newsletter-home .newsletter-home-content .block.newsletter.newsletter-home-page .actions button.btn-primary:hover span span, .cms-index-index .newsletter-home-section .row .newsletter-home .newsletter-home-content .block.newsletter.newsletter-home-page .actions button.btn-primary:active span span, .cms-index-index .newsletter-home-section .row .newsletter-home .newsletter-home-content .block.newsletter.newsletter-home-page .actions button.btn-primary:focus span span {
                color: #edb63b; }
            .cms-index-index .newsletter-home-section .row .newsletter-home .newsletter-home-content .block.newsletter.newsletter-home-page .actions button.btn-primary span span {
              font-family: "futura-pt", sans-serif;
              font-size: 16px;
              text-transform: uppercase; }

/* ====== CUSTOMER LOGIN ====== */
/* ======
CUSTOMER LOGIN
    - General
    - Registered
    - New Users
    - Trade
====== */
/*================================================================================
$ GENERAL
================================================================================*/
/*================================================================================
$ REGISTERED
================================================================================*/
.customer-account-login .account-login {
  /*================================================================================
  $ NEW USERS
  ================================================================================*/
  /*================================================================================
  $ TRADE
  ================================================================================*/ }
  .customer-account-login .account-login .registered-users .content .block-title--myac {
    padding-bottom: 20px;
    position: relative; }
    .customer-account-login .account-login .registered-users .content .block-title--myac h3 {
      color: #555555;
      font-family: "futura-pt", sans-serif;
      font-size: 30px;
      font-weight: 400;
      text-align: left; }
    .customer-account-login .account-login .registered-users .content .block-title--myac img {
      position: absolute;
      right: 0;
      top: 0; }
  .customer-account-login .account-login .registered-users .content p {
    font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
    font-size: 14px;
    padding-bottom: 20px;
    text-align: left; }
  .customer-account-login .account-login .registered-users .content ul.form-list {
    list-style: none;
    margin-left: 0; }
    .customer-account-login .account-login .registered-users .content ul.form-list li {
      text-align: left; }
      .customer-account-login .account-login .registered-users .content ul.form-list li label em.required {
        color: #555555; }
  .customer-account-login .account-login .registered-users .content p.required {
    font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
    font-size: 14px;
    padding-bottom: 20px;
    text-align: left; }
    .customer-account-login .account-login .registered-users .content p.required em.required {
      color: #555555; }
  .customer-account-login .account-login .registered-users .buttons-set .btn-primary {
    background: #edb63b;
    border: 1px solid #edb63b;
    border-radius: 6px;
    margin-left: 0;
    max-width: 141px;
    min-width: 141px;
    padding: 10px;
    text-transform: uppercase;
    width: 100%; }
    .customer-account-login .account-login .registered-users .buttons-set .btn-primary:hover, .customer-account-login .account-login .registered-users .buttons-set .btn-primary:active, .customer-account-login .account-login .registered-users .buttons-set .btn-primary:focus {
      background: #FFFFFF;
      border: 1px solid #edb63b;
      color: #edb63b; }
  .customer-account-login .account-login .registered-users .f-left {
    color: #edb63b;
    font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
    font-size: 14px;
    margin-left: 14px;
    padding-bottom: 20px;
    text-align: left; }
    .customer-account-login .account-login .registered-users .f-left:hover, .customer-account-login .account-login .registered-users .f-left:active, .customer-account-login .account-login .registered-users .f-left:focus {
      text-decoration: none; }
  @media screen and (max-width: 989px) {
    .customer-account-login .account-login .new-users-top {
      margin-top: 100px; } }
  @media screen and (max-width: 479px) {
    .customer-account-login .account-login .new-users-top {
      margin-top: 50px; } }
  .customer-account-login .account-login .new-users-top .content .block-title--myac {
    padding-bottom: 20px;
    position: relative; }
    .customer-account-login .account-login .new-users-top .content .block-title--myac h3 {
      color: #555555;
      font-family: "futura-pt", sans-serif;
      font-size: 30px;
      font-weight: 400;
      text-align: left; }
    .customer-account-login .account-login .new-users-top .content .block-title--myac img {
      position: absolute;
      right: 0;
      top: 0; }
  .customer-account-login .account-login .new-users-top .content p {
    font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
    font-size: 14px;
    padding-bottom: 20px;
    text-align: left; }
  .customer-account-login .account-login .new-users .buttons-set .btn-primary {
    background: #555555;
    border: 1px solid #555555;
    border-radius: 6px;
    margin-left: 0;
    max-width: 165px;
    min-width: 165px;
    padding: 10px;
    text-transform: uppercase;
    width: 100%; }
    .customer-account-login .account-login .new-users .buttons-set .btn-primary:hover, .customer-account-login .account-login .new-users .buttons-set .btn-primary:active, .customer-account-login .account-login .new-users .buttons-set .btn-primary:focus {
      background: #FFFFFF;
      border: 1px solid #555555;
      color: #555555; }
  .customer-account-login .account-login .trade-users-top {
    margin-top: 100px; }
    @media screen and (max-width: 479px) {
      .customer-account-login .account-login .trade-users-top {
        margin-top: 50px; } }
    .customer-account-login .account-login .trade-users-top .content .block-title--myac {
      padding-bottom: 20px;
      position: relative; }
      .customer-account-login .account-login .trade-users-top .content .block-title--myac h3 {
        color: #555555;
        font-family: "futura-pt", sans-serif;
        font-size: 30px;
        font-weight: 400;
        text-align: left; }
      .customer-account-login .account-login .trade-users-top .content .block-title--myac img {
        position: absolute;
        right: 0;
        top: 0; }
    .customer-account-login .account-login .trade-users-top .content p {
      font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
      font-size: 14px;
      padding-bottom: 20px;
      text-align: left; }
  .customer-account-login .account-login .trade-users .buttons-set .btn-primary.trade-login {
    background: #edb63b;
    border: 1px solid #edb63b;
    border-radius: 6px;
    margin-left: 0;
    max-width: 141px;
    min-width: 141px;
    padding: 10px;
    text-transform: uppercase;
    width: 100%; }
    .customer-account-login .account-login .trade-users .buttons-set .btn-primary.trade-login:hover, .customer-account-login .account-login .trade-users .buttons-set .btn-primary.trade-login:active, .customer-account-login .account-login .trade-users .buttons-set .btn-primary.trade-login:focus {
      background: #FFFFFF;
      border: 1px solid #edb63b;
      color: #edb63b; }
  .customer-account-login .account-login .trade-users .buttons-set .btn-primary.apply {
    background: #4bc798;
    border: 1px solid #4bc798;
    border-radius: 6px;
    margin-left: 16px;
    max-width: 239px;
    min-width: 239px;
    padding: 10px;
    text-transform: uppercase;
    width: 100%; }
    @media screen and (max-width: 479px) {
      .customer-account-login .account-login .trade-users .buttons-set .btn-primary.apply {
        margin-left: 0;
        margin-top: 10px; } }
    .customer-account-login .account-login .trade-users .buttons-set .btn-primary.apply:hover, .customer-account-login .account-login .trade-users .buttons-set .btn-primary.apply:active, .customer-account-login .account-login .trade-users .buttons-set .btn-primary.apply:focus {
      background: #FFFFFF;
      border: 1px solid #4bc798;
      color: #4bc798; }

/* ====== CUSTOMER LOGIN ====== */
/* ======
CUSTOMER LOGIN
    - General
    - Registered
    - New Users
    - Trade
====== */
/*================================================================================
$ GENERAL
================================================================================*/
.customer-account-create .account-create .fieldset.personal {
  margin-bottom: 70px; }
.customer-account-create .account-create .fieldset.login-info ul li .field.form-group {
  float: left;
  width: 48%; }
  .customer-account-create .account-create .fieldset.login-info ul li .field.form-group.confirm {
    margin-left: 4%; }
.customer-account-create .account-create .block-title--myac {
  padding-bottom: 20px;
  position: relative; }
  .customer-account-create .account-create .block-title--myac h3 {
    color: #555555;
    font-family: "futura-pt", sans-serif;
    font-size: 30px;
    font-weight: 400;
    text-align: left; }
  .customer-account-create .account-create .block-title--myac img {
    position: absolute;
    right: 0;
    top: 0; }
.customer-account-create .account-create ul.form-list {
  list-style: none;
  margin-left: 0; }
  .customer-account-create .account-create ul.form-list li {
    text-align: left; }
    .customer-account-create .account-create ul.form-list li label em {
      color: #555555; }
.customer-account-create .account-create .buttons-set p.required {
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-size: 14px;
  padding-bottom: 50px;
  text-align: left; }
  .customer-account-create .account-create .buttons-set p.required em {
    color: #555555; }
.customer-account-create .account-create .buttons-set .btn-secondary {
  background: transparent;
  border: 2px solid #555555;
  border-radius: 6px;
  color: #555555;
  margin-left: 0;
  max-width: 141px;
  min-width: 141px;
  padding: 10px;
  text-transform: uppercase;
  width: 100%; }
  .customer-account-create .account-create .buttons-set .btn-secondary:hover, .customer-account-create .account-create .buttons-set .btn-secondary:active, .customer-account-create .account-create .buttons-set .btn-secondary:focus {
    background: #555555;
    border: 2px solid #555555;
    color: #FFFFFF; }
.customer-account-create .account-create .buttons-set .btn-primary {
  background: #555555;
  border: 1px solid #555555;
  border-radius: 6px;
  color: #FFFFFF;
  margin-left: 0;
  max-width: 165px;
  min-width: 165px;
  padding: 10px;
  text-transform: uppercase;
  width: 100%; }
  .customer-account-create .account-create .buttons-set .btn-primary:hover, .customer-account-create .account-create .buttons-set .btn-primary:active, .customer-account-create .account-create .buttons-set .btn-primary:focus {
    background: #FFFFFF;
    border: 1px solid #555555;
    color: #555555; }

/* ====== SHOPPING CART ====== */
/* ======
SHOPPING CART
    - General
    - Crosssell
====== */
/*================================================================================
$ GENERAL
================================================================================*/
#shopping-cart-table .product-cart-item .item-options {
  text-align: left; }

#co-shipping-method-form {
  margin-top: 30px; }
  #co-shipping-method-form .sp-methods {
    list-style: none;
    margin-left: 0;
    text-align: left; }
    #co-shipping-method-form .sp-methods dd ul {
      list-style: none;
      margin-left: 0;
      text-align: left; }
      #co-shipping-method-form .sp-methods dd ul li .radio label input {
        top: auto !important; }
  #co-shipping-method-form .buttons-set .btn-primary {
    max-width: 170px; }

.checkout-cart-index .container .row .cart form fieldset #shopping-cart-table thead tr th {
  background: #EBEBEB;
  border-left: 0 !important;
  border-right: 0 !important;
  color: #555555;
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-size: 16px;
  font-weight: bold; }
.checkout-cart-index .container .row .cart form fieldset #shopping-cart-table tbody tr {
  border-bottom: 1px solid #ebebeb; }
  .checkout-cart-index .container .row .cart form fieldset #shopping-cart-table tbody tr:hover td, .checkout-cart-index .container .row .cart form fieldset #shopping-cart-table tbody tr:active td, .checkout-cart-index .container .row .cart form fieldset #shopping-cart-table tbody tr:focus td {
    background: transparent !important; }
  .checkout-cart-index .container .row .cart form fieldset #shopping-cart-table tbody tr td {
    border: 0; }
    .checkout-cart-index .container .row .cart form fieldset #shopping-cart-table tbody tr td:first-child {
      border-left: 1px solid #ebebeb !important;
      width: 38%; }
    .checkout-cart-index .container .row .cart form fieldset #shopping-cart-table tbody tr td:last-child {
      border-right: 1px solid #ebebeb !important; }
    .checkout-cart-index .container .row .cart form fieldset #shopping-cart-table tbody tr td .product-cart-item .product-cart-item-detail .product-name {
      text-align: left; }
      .checkout-cart-index .container .row .cart form fieldset #shopping-cart-table tbody tr td .product-cart-item .product-cart-item-detail .product-name a {
        color: #555555;
        font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
        font-size: 16px;
        text-decoration: none; }
    .checkout-cart-index .container .row .cart form fieldset #shopping-cart-table tbody tr td .cart-price .price {
      color: #555555;
      font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
      font-size: 16px;
      font-weight: bold; }
    @media screen and (max-width: 766px) {
      .checkout-cart-index .container .row .cart form fieldset #shopping-cart-table tbody tr td.a-center {
        border-right: 1px solid #ebebeb; } }
    .checkout-cart-index .container .row .cart form fieldset #shopping-cart-table tbody tr td.a-center .input-text.qty {
      color: #555555;
      font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
      font-size: 14px;
      line-height: normal; }
    .checkout-cart-index .container .row .cart form fieldset #shopping-cart-table tbody tr td.a-center .btn-default {
      padding: 8px 28px; }
      .checkout-cart-index .container .row .cart form fieldset #shopping-cart-table tbody tr td.a-center .btn-default:hover, .checkout-cart-index .container .row .cart form fieldset #shopping-cart-table tbody tr td.a-center .btn-default:active, .checkout-cart-index .container .row .cart form fieldset #shopping-cart-table tbody tr td.a-center .btn-default:focus {
        background: transparent; }
      .checkout-cart-index .container .row .cart form fieldset #shopping-cart-table tbody tr td.a-center .btn-default span span {
        color: #555555;
        font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
        font-size: 14px; }
    @media screen and (max-width: 766px) {
      .checkout-cart-index .container .row .cart form fieldset #shopping-cart-table tbody tr td.a-right {
        border-right: 1px solid #ebebeb; } }
    .checkout-cart-index .container .row .cart form fieldset #shopping-cart-table tbody tr td.a-center.actions a {
      border: 0; }
      .checkout-cart-index .container .row .cart form fieldset #shopping-cart-table tbody tr td.a-center.actions a:hover, .checkout-cart-index .container .row .cart form fieldset #shopping-cart-table tbody tr td.a-center.actions a:focus, .checkout-cart-index .container .row .cart form fieldset #shopping-cart-table tbody tr td.a-center.actions a:active {
        background: transparent; }
      .checkout-cart-index .container .row .cart form fieldset #shopping-cart-table tbody tr td.a-center.actions a img {
        width: 18px; }
.checkout-cart-index .container .row .cart form fieldset #shopping-cart-table tfoot {
  border: 0; }
  .checkout-cart-index .container .row .cart form fieldset #shopping-cart-table tfoot tr {
    border: 0; }
    .checkout-cart-index .container .row .cart form fieldset #shopping-cart-table tfoot tr td {
      border: 0; }
      .checkout-cart-index .container .row .cart form fieldset #shopping-cart-table tfoot tr td .btn-continue {
        background: transparent;
        border: 2px solid #edb63b;
        border-radius: 6px;
        color: #edb63b;
        float: left;
        max-width: 274px;
        min-width: 274px;
        text-transform: uppercase;
        width: 100%; }
        .checkout-cart-index .container .row .cart form fieldset #shopping-cart-table tfoot tr td .btn-continue:hover, .checkout-cart-index .container .row .cart form fieldset #shopping-cart-table tfoot tr td .btn-continue:active, .checkout-cart-index .container .row .cart form fieldset #shopping-cart-table tfoot tr td .btn-continue:focus {
          background: #edb63b;
          border: 2px solid #edb63b;
          color: #FFFFFF; }
        .checkout-cart-index .container .row .cart form fieldset #shopping-cart-table tfoot tr td .btn-continue span span {
          font-family: "futura-pt", sans-serif;
          font-size: 16px; }
      .checkout-cart-index .container .row .cart form fieldset #shopping-cart-table tfoot tr td .btn-update {
        border: 2px solid #555555;
        border-radius: 6px;
        color: #555555;
        max-width: 274px;
        min-width: 274px;
        text-transform: uppercase;
        width: 100%; }
        @media screen and (max-width: 989px) {
          .checkout-cart-index .container .row .cart form fieldset #shopping-cart-table tfoot tr td .btn-update {
            margin-right: 0;
            margin-top: 20px; } }
        @media screen and (max-width: 479px) {
          .checkout-cart-index .container .row .cart form fieldset #shopping-cart-table tfoot tr td .btn-update {
            margin-top: 8px; } }
        .checkout-cart-index .container .row .cart form fieldset #shopping-cart-table tfoot tr td .btn-update:hover, .checkout-cart-index .container .row .cart form fieldset #shopping-cart-table tfoot tr td .btn-update:active, .checkout-cart-index .container .row .cart form fieldset #shopping-cart-table tfoot tr td .btn-update:focus {
          background: #555555;
          border: 2px solid #555555;
          color: #FFFFFF; }
        .checkout-cart-index .container .row .cart form fieldset #shopping-cart-table tfoot tr td .btn-update span span {
          font-family: "futura-pt", sans-serif;
          font-size: 16px; }
      .checkout-cart-index .container .row .cart form fieldset #shopping-cart-table tfoot tr td .btn-empty {
        background: #555555;
        border: 2px solid #555555;
        border-radius: 6px;
        color: #FFFFFF;
        max-width: 274px;
        min-width: 274px;
        text-transform: uppercase;
        width: 100%; }
        .checkout-cart-index .container .row .cart form fieldset #shopping-cart-table tfoot tr td .btn-empty:hover, .checkout-cart-index .container .row .cart form fieldset #shopping-cart-table tfoot tr td .btn-empty:active, .checkout-cart-index .container .row .cart form fieldset #shopping-cart-table tfoot tr td .btn-empty:focus {
          background: transparent;
          border: 2px solid #555555;
          color: #555555; }
        .checkout-cart-index .container .row .cart form fieldset #shopping-cart-table tfoot tr td .btn-empty span span {
          font-family: "futura-pt", sans-serif;
          font-size: 16px; }
.checkout-cart-index .container .row .cart .cart-collaterals {
  margin-top: 50px; }
  .checkout-cart-index .container .row .cart .cart-collaterals .discount .block-title--myac h3 {
    color: #555555;
    font-family: "futura-pt", sans-serif;
    font-size: 30px;
    font-weight: 400;
    padding-bottom: 20px;
    text-align: left; }
  .checkout-cart-index .container .row .cart .cart-collaterals .discount .discount-form label {
    font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
    font-size: 14px;
    font-weight: normal;
    margin-bottom: 10px; }
  .checkout-cart-index .container .row .cart .cart-collaterals .discount .discount-form .buttons-set {
    margin-top: 26px; }
    .checkout-cart-index .container .row .cart .cart-collaterals .discount .discount-form .buttons-set .btn-primary {
      background: transparent;
      border: 1px solid #555555;
      border-radius: 6px;
      color: #555555;
      font-weight: 600;
      max-width: 130px;
      min-width: 130px;
      text-transform: uppercase;
      width: 100%; }
      .checkout-cart-index .container .row .cart .cart-collaterals .discount .discount-form .buttons-set .btn-primary:hover, .checkout-cart-index .container .row .cart .cart-collaterals .discount .discount-form .buttons-set .btn-primary:active, .checkout-cart-index .container .row .cart .cart-collaterals .discount .discount-form .buttons-set .btn-primary:focus {
        background: #555555;
        border: 1px solid #555555;
        color: #FFFFFF; }
      .checkout-cart-index .container .row .cart .cart-collaterals .discount .discount-form .buttons-set .btn-primary span span {
        font-family: "futura-pt", sans-serif;
        font-size: 16px; }
  @media screen and (max-width: 989px) {
    .checkout-cart-index .container .row .cart .cart-collaterals .shipping {
      margin-top: 50px; } }
  .checkout-cart-index .container .row .cart .cart-collaterals .shipping .block-title--myac h3 {
    color: #555555;
    font-family: "futura-pt", sans-serif;
    font-size: 30px;
    font-weight: 400;
    padding-bottom: 20px;
    text-align: left; }
  .checkout-cart-index .container .row .cart .cart-collaterals .shipping .shipping-form p {
    font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
    font-size: 14px;
    font-weight: normal;
    margin-bottom: 10px;
    text-align: left; }
  .checkout-cart-index .container .row .cart .cart-collaterals .shipping .shipping-form ul.form-list {
    list-style: none;
    margin-left: 0; }
    .checkout-cart-index .container .row .cart .cart-collaterals .shipping .shipping-form ul.form-list li label {
      float: left;
      padding: 6px 0; }
    .checkout-cart-index .container .row .cart .cart-collaterals .shipping .shipping-form ul.form-list li .input-box select {
      font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
      font-size: 14px; }
  .checkout-cart-index .container .row .cart .cart-collaterals .shipping .shipping-form .buttons-set {
    margin-top: 26px; }
    .checkout-cart-index .container .row .cart .cart-collaterals .shipping .shipping-form .buttons-set .btn-primary {
      background: transparent;
      border: 1px solid #555555;
      border-radius: 6px;
      color: #555555;
      font-weight: 600;
      max-width: 130px;
      min-width: 130px;
      text-transform: uppercase;
      width: 100%; }
      .checkout-cart-index .container .row .cart .cart-collaterals .shipping .shipping-form .buttons-set .btn-primary:hover, .checkout-cart-index .container .row .cart .cart-collaterals .shipping .shipping-form .buttons-set .btn-primary:active, .checkout-cart-index .container .row .cart .cart-collaterals .shipping .shipping-form .buttons-set .btn-primary:focus {
        background: #555555;
        border: 1px solid #555555;
        color: #FFFFFF; }
      .checkout-cart-index .container .row .cart .cart-collaterals .shipping .shipping-form .buttons-set .btn-primary span span {
        font-family: "futura-pt", sans-serif;
        font-size: 16px; }
  .checkout-cart-index .container .row .cart .cart-collaterals .cart-totals {
    padding-top: 0; }
    @media screen and (max-width: 989px) {
      .checkout-cart-index .container .row .cart .cart-collaterals .cart-totals {
        margin-top: 50px; } }
    .checkout-cart-index .container .row .cart .cart-collaterals .cart-totals #shopping-cart-totals-table tbody tr {
      border-top: 0; }
      .checkout-cart-index .container .row .cart .cart-collaterals .cart-totals #shopping-cart-totals-table tbody tr td {
        color: #6d6d6d;
        font-family: "futura-pt", sans-serif;
        font-size: 18px;
        font-weight: 500; }
        .checkout-cart-index .container .row .cart .cart-collaterals .cart-totals #shopping-cart-totals-table tbody tr td.a-left {
          padding: 15px 15px 15px; }
        .checkout-cart-index .container .row .cart .cart-collaterals .cart-totals #shopping-cart-totals-table tbody tr td.a-right {
          padding: 15px 15px 15px; }
    .checkout-cart-index .container .row .cart .cart-collaterals .cart-totals #shopping-cart-totals-table tfoot tr td {
      border-right: 0; }
      .checkout-cart-index .container .row .cart .cart-collaterals .cart-totals #shopping-cart-totals-table tfoot tr td strong {
        color: #555555;
        font-family: "futura-pt", sans-serif;
        font-size: 30px;
        font-weight: 400; }
        .checkout-cart-index .container .row .cart .cart-collaterals .cart-totals #shopping-cart-totals-table tfoot tr td strong .price {
          color: #555555;
          font-family: "futura-pt", sans-serif;
          font-size: 30px;
          font-weight: 400; }
  .checkout-cart-index .container .row .cart .cart-collaterals ul.checkout-types {
    list-style: none;
    margin-left: 0;
    margin-top: 70px; }
    .checkout-cart-index .container .row .cart .cart-collaterals ul.checkout-types li .btn-checkout {
      background: #4bc798;
      border: 1px solid #4bc798;
      border-radius: 6px;
      color: #FFFFFF;
      font-weight: 600;
      text-transform: uppercase;
      width: 100%; }
      .checkout-cart-index .container .row .cart .cart-collaterals ul.checkout-types li .btn-checkout:hover, .checkout-cart-index .container .row .cart .cart-collaterals ul.checkout-types li .btn-checkout:active, .checkout-cart-index .container .row .cart .cart-collaterals ul.checkout-types li .btn-checkout:focus {
        background: transparent;
        border: 1px solid #4bc798;
        color: #4bc798; }
      .checkout-cart-index .container .row .cart .cart-collaterals ul.checkout-types li .btn-checkout span span {
        font-family: "futura-pt", sans-serif;
        font-size: 16px; }
    .checkout-cart-index .container .row .cart .cart-collaterals ul.checkout-types li .paypal-logo { }
    .checkout-cart-index .container .row .cart .cart-collaterals ul.checkout-types li a.action.multicheckout {
      display: none; }

/*================================================================================
$ CROSSSELL
================================================================================*/
.crosssell_products_block .content-heading {
  padding-bottom: 50px;
  position: relative; }
  .crosssell_products_block .content-heading .title {
    color: #555555;
    font-family: "futura-pt", sans-serif;
    font-size: 30px;
    text-align: left; }
    .crosssell_products_block .content-heading .title:after {
      background-color: #edb63b;
      height: 2px;
      content: "";
      position: absolute;
      bottom: 34px;
      left: 0;
      width: 39px; }

ul#crosssell_products {
  list-style: none; }
  ul#crosssell_products .owl-item {
    padding-left: 0; }
    @media screen and (max-width: 479px) {
      ul#crosssell_products .owl-item {
        padding-left: 0; } }
  ul#crosssell_products .product-item-info:hover .product-top a:after, ul#crosssell_products .product-item-info:active .product-top a:after, ul#crosssell_products .product-item-info:focus .product-top a:after {
    background-color: transparent;
    opacity: 0; }
  ul#crosssell_products .product-item-info .product-top {
    position: relative; }
    ul#crosssell_products .product-item-info .product-top a img {
      border: 1px solid #EBEBEB; }
    ul#crosssell_products .product-item-info .product-top a .new_in {
      background: #edb63b;
      border-radius: 0 0px 6px 0;
      color: #FFFFFF;
      font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
      font-size: 14px;
      left: 0;
      max-width: 125px;
      padding: 5px;
      position: absolute;
      text-align: center;
      text-transform: uppercase;
      top: 0;
      width: 100%; }
    ul#crosssell_products .product-item-info .product-top a .clearance {
      background: #E36464;
      border-radius: 0 0px 6px 0;
      color: #FFFFFF;
      font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
      font-size: 14px;
      left: 0;
      max-width: 125px;
      padding: 5px;
      position: absolute;
      text-align: center;
      text-transform: uppercase;
      top: 0;
      width: 100%; }
    ul#crosssell_products .product-item-info .product-top .product-label.sale-label {
      display: none; }
    ul#crosssell_products .product-item-info .product-top .actions-link {
      background: transparent; }
      ul#crosssell_products .product-item-info .product-top .actions-link li .action {
        background-color: transparent;
        border: 0; }
        ul#crosssell_products .product-item-info .product-top .actions-link li .action:hover, ul#crosssell_products .product-item-info .product-top .actions-link li .action:active, ul#crosssell_products .product-item-info .product-top .actions-link li .action:focus {
          background: transparent;
          border-color: transparent; }
  ul#crosssell_products .product-item-info .product-name {
    font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
    font-size: 16px;
    margin-bottom: 0;
    min-height: 70px;
    text-align: left;
    text-decoration: none; }
    ul#crosssell_products .product-item-info .product-name a {
      color: #6d6d6d;
      text-decoration: none; }
  ul#crosssell_products .product-item-info .sku_colour {
    color: #6d6d6d;
    font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
    font-size: 16px;
    margin-bottom: 0;
    margin-top: 0;
    text-align: left; }
  ul#crosssell_products .product-item-info .price-box {
    padding-top: 20px; }
    ul#crosssell_products .product-item-info .price-box span .price {
      color: #555555;
      font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
      font-size: 16px;
      font-weight: bold; }
    ul#crosssell_products .product-item-info .price-box .old-price {
      float: left;
      margin-left: 0; }
      ul#crosssell_products .product-item-info .price-box .old-price > span {
        color: #555555;
        font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
        font-size: 16px;
        font-weight: bold; }
    ul#crosssell_products .product-item-info .price-box .special-price {
      float: left;
      margin-left: 20px;
      margin-top: 0; }
      ul#crosssell_products .product-item-info .price-box .special-price > span {
        color: #E36464;
        font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
        font-size: 16px;
        font-weight: bold; }
  ul#crosssell_products .product-item-info .product-more-info {
    border: 2px solid #4bc798;
    border-radius: 6px;
    color: #4bc798;
    float: left;
    font-family: "futura-pt", sans-serif;
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 50px;
    margin-top: 20px;
    max-width: 167px;
    padding: 10px;
    text-decoration: none;
    text-transform: uppercase;
    width: 100%; }
    ul#crosssell_products .product-item-info .product-more-info:hover, ul#crosssell_products .product-item-info .product-more-info:active, ul#crosssell_products .product-item-info .product-more-info:focus {
      background: #4bc798;
      border: 2px solid #4bc798;
      color: #FFFFFF;
      padding: 10px; }

/* ====== CHECKOUT ====== */
/* ======
CHECKOUT
    - General
====== */
/*================================================================================
$ GENERAL
================================================================================*/
.checkout-cart-configure .col-left.sidebar {
  display: none; }
.checkout-cart-configure .add-to-box .pull-left {
  color: #555555;
  font-family: "futura-pt", sans-serif;
  font-size: 16px; }
.checkout-cart-configure .add-to-box input.input-qty-product {
  margin-left: 10px;
  margin-top: -4px; }

.oscheckout-index-index #oscheckout-form .checkout-container {
  /*================================================================================
  $ SHIPPING METHODS
  ================================================================================*/
  /*================================================================================
  $ SHIPPING ADDRESS
  ================================================================================*/
  /*================================================================================
  $ ORDER 
  ================================================================================*/
  /*================================================================================
  $ CONFIRM ORDER
  ================================================================================*/ }
  .oscheckout-index-index #oscheckout-form .checkout-container #billing-shipping-column #checkout-billing .block-title--myac h3 {
    color: #555555;
    font-family: "futura-pt", sans-serif;
    font-size: 30px;
    font-weight: 400;
    padding-bottom: 20px;
    text-align: left; }
  .oscheckout-index-index #oscheckout-form .checkout-container #billing-shipping-column #checkout-billing #billing-new-address-form .form-group {
    margin-top: 10px; }
    .oscheckout-index-index #oscheckout-form .checkout-container #billing-shipping-column #checkout-billing #billing-new-address-form .form-group:first-child {
      margin-top: 0; }
    .oscheckout-index-index #oscheckout-form .checkout-container #billing-shipping-column #checkout-billing #billing-new-address-form .form-group select {
      font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
      font-size: 14px; }
  .oscheckout-index-index #oscheckout-form .checkout-container #billing-shipping-column #checkout-billing #billing-new-address-form .sub-title-v1 {
    color: #555555;
    display: block !important;
    font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 10px;
    margin-top: 20px; }
  .oscheckout-index-index #oscheckout-form .checkout-container #billing-shipping-column #checkout-billing #billing-new-address-form .checkout-user {
    display: block !important; }
    .oscheckout-index-index #oscheckout-form .checkout-container #billing-shipping-column #checkout-billing #billing-new-address-form .checkout-user input {
      margin-top: -10px; }
      @media screen and (max-width: 989px) {
        .oscheckout-index-index #oscheckout-form .checkout-container #billing-shipping-column #checkout-billing #billing-new-address-form .checkout-user input {
          margin-top: -4px; } }
    .oscheckout-index-index #oscheckout-form .checkout-container #billing-shipping-column #checkout-billing #billing-new-address-form .checkout-user label {
      color: #555555;
      font-family: "futura-pt", sans-serif;
      font-size: 14px;
      font-weight: normal; }
  .oscheckout-index-index #oscheckout-form .checkout-container #billing-shipping-column #checkout-billing #billing-new-address-form label {
    color: #555555;
    font-family: "futura-pt", sans-serif;
    font-size: 14px;
    font-weight: bold; }
    .oscheckout-index-index #oscheckout-form .checkout-container #billing-shipping-column #checkout-billing #billing-new-address-form label .required {
      color: #555555; }
  .oscheckout-index-index #oscheckout-form .checkout-container #billing-shipping-column #checkout-billing #billing-new-address-form .address-fields {
    margin-top: 20px; }
  .oscheckout-index-index #oscheckout-form .checkout-container .methods-review {
    margin-top: 50px; }
    .oscheckout-index-index #oscheckout-form .checkout-container .methods-review #checkout-shipping_method .block-title--myac h3 {
      color: #555555;
      font-family: "futura-pt", sans-serif;
      font-size: 30px;
      font-weight: 400;
      padding-bottom: 20px;
      text-align: left; }
    .oscheckout-index-index #oscheckout-form .checkout-container .methods-review #checkout-shipping_method #ajax-shipping-method .shipment-methods dd {
      font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
      font-size: 14px;
      font-weight: bold;
      text-align: left; }
    .oscheckout-index-index #oscheckout-form .checkout-container .methods-review #checkout-shipping_method #ajax-shipping-method .shipment-methods dt {
      text-align: left; }
      .oscheckout-index-index #oscheckout-form .checkout-container .methods-review #checkout-shipping_method #ajax-shipping-method .shipment-methods dt label {
        font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
        font-size: 14px;
        font-weight: normal;
        margin-top: 0;
        vertical-align: -webkit-baseline-middle; }
        .oscheckout-index-index #oscheckout-form .checkout-container .methods-review #checkout-shipping_method #ajax-shipping-method .shipment-methods dt label strong .price {
          font-weight: normal; }
    .oscheckout-index-index #oscheckout-form .checkout-container .methods-review #checkout-payment {
      position: relative; }
      .oscheckout-index-index #oscheckout-form .checkout-container .methods-review #checkout-payment .block-title {
        border-bottom: 1px solid #f0f0f0;
        padding-bottom: 10px;
        margin-bottom: 20px; }
        .oscheckout-index-index #oscheckout-form .checkout-container .methods-review #checkout-payment .block-title h2 {
          color: #555555;
          font-family: "futura-pt", sans-serif;
          font-size: 30px;
          font-weight: 400;
          padding-bottom: 7px;
          text-align: left; }
      .oscheckout-index-index #oscheckout-form .checkout-container .methods-review #checkout-payment #ajax-payment-methods .sp-methods dd {
        font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
        font-size: 14px;
        font-weight: bold;
        text-align: left; }
      .oscheckout-index-index #oscheckout-form .checkout-container .methods-review #checkout-payment #ajax-payment-methods .sp-methods dt {
        text-align: left; }
        .oscheckout-index-index #oscheckout-form .checkout-container .methods-review #checkout-payment #ajax-payment-methods .sp-methods dt label {
          font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
          font-size: 14px;
          font-weight: normal;
          margin-top: 0;
          vertical-align: -webkit-baseline-middle; }
          .oscheckout-index-index #oscheckout-form .checkout-container .methods-review #checkout-payment #ajax-payment-methods .sp-methods dt label strong .price {
            font-weight: normal; }
  .oscheckout-index-index #oscheckout-form .checkout-container #checkout-shipping .block-title--myac h3 {
    color: #555555;
    font-family: "futura-pt", sans-serif;
    font-size: 30px;
    font-weight: 400;
    padding-bottom: 20px;
    text-align: left; }
    @media screen and (max-width: 479px) {
      .oscheckout-index-index #oscheckout-form .checkout-container #checkout-shipping .block-title--myac h3 {
        padding-top: 20px; } }
  .oscheckout-index-index #oscheckout-form .checkout-container #checkout-shipping #shipping\:same_as_billing_hide label {
    font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
    font-size: 14px;
    font-weight: normal;
    margin-top: 0;
    vertical-align: -webkit-baseline-middle; }
    .oscheckout-index-index #oscheckout-form .checkout-container #checkout-shipping #shipping\:same_as_billing_hide label input {
      margin-top: 2px; }
      @media screen and (max-width: 989px) {
        .oscheckout-index-index #oscheckout-form .checkout-container #checkout-shipping #shipping\:same_as_billing_hide label input {
          margin-top: 0; } }
  .oscheckout-index-index #oscheckout-form .checkout-container .order-comment {
    margin-top: 50px; }
    .oscheckout-index-index #oscheckout-form .checkout-container .order-comment .block-title--myac h3 {
      color: #555555;
      font-family: "futura-pt", sans-serif;
      font-size: 30px;
      font-weight: 400;
      text-align: left; }
    .oscheckout-index-index #oscheckout-form .checkout-container .order-comment textarea {
      margin-top: 40px; }
  .oscheckout-index-index #oscheckout-form .checkout-container .oscheckout-enable-terms {
    margin-top: 50px; }
    .oscheckout-index-index #oscheckout-form .checkout-container .oscheckout-enable-terms .block-title--myac h3 {
      color: #555555;
      font-family: "futura-pt", sans-serif;
      font-size: 30px;
      font-weight: 400;
      text-align: left; }
    @media screen and (max-width: 669px) {
      .oscheckout-index-index #oscheckout-form .checkout-container .oscheckout-enable-terms #id_accept_terms {
        margin-left: 30px; } }
    @media screen and (max-width: 479px) {
      .oscheckout-index-index #oscheckout-form .checkout-container .oscheckout-enable-terms #id_accept_terms {
        clear: left;
        float: left;
        margin-left: 0; } }
    .oscheckout-index-index #oscheckout-form .checkout-container .oscheckout-enable-terms label {
      font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
      font-size: 14px;
      font-weight: normal;
      margin-top: 0;
      vertical-align: -webkit-baseline-middle; }
    .oscheckout-index-index #oscheckout-form .checkout-container .oscheckout-enable-terms a {
      color: #edb63b;
      float: right;
      font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
      font-size: 14px;
      font-weight: normal;
      margin-top: 35px;
      text-decoration: none; }
      @media screen and (max-width: 989px) {
        .oscheckout-index-index #oscheckout-form .checkout-container .oscheckout-enable-terms a {
          float: left; } }
  .oscheckout-index-index #oscheckout-form .checkout-container #checkout-review {
    margin-top: 20px; }
    .oscheckout-index-index #oscheckout-form .checkout-container #checkout-review ul {
      list-style: none; }
    .oscheckout-index-index #oscheckout-form .checkout-container #checkout-review .block-title--myac {
      border-bottom: 0; }
      .oscheckout-index-index #oscheckout-form .checkout-container #checkout-review .block-title--myac h3 {
        color: #555555;
        font-family: "futura-pt", sans-serif;
        font-size: 30px;
        font-weight: 400;
        text-align: left; }
    .oscheckout-index-index #oscheckout-form .checkout-container #checkout-review #checkout-review-table-wrapper thead tr th {
      background: #ebebeb;
      border-left: 1px solid transparent !important;
      border-right: 1px solid transparent !important;
      font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
      font-size: 14px;
      font-weight: bold;
      padding-top: 14px;
      padding-bottom: 14px;
      text-transform: capitalize; }
      .oscheckout-index-index #oscheckout-form .checkout-container #checkout-review #checkout-review-table-wrapper thead tr th:first-child {
        width: 45%; }
      .oscheckout-index-index #oscheckout-form .checkout-container #checkout-review #checkout-review-table-wrapper thead tr th:nth-child(2) {
        text-align: center;
        width: 6%; }
      .oscheckout-index-index #oscheckout-form .checkout-container #checkout-review #checkout-review-table-wrapper thead tr th:nth-child(3) {
        text-align: center; }
    .oscheckout-index-index #oscheckout-form .checkout-container #checkout-review #checkout-review-table-wrapper tbody tr:hover td, .oscheckout-index-index #oscheckout-form .checkout-container #checkout-review #checkout-review-table-wrapper tbody tr:active td, .oscheckout-index-index #oscheckout-form .checkout-container #checkout-review #checkout-review-table-wrapper tbody tr:focus td {
      background: transparent; }
    .oscheckout-index-index #oscheckout-form .checkout-container #checkout-review #checkout-review-table-wrapper tbody tr td {
      border: 0;
      border-right: 1px solid transparent !important;
      color: #555555;
      font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
      font-size: 16px;
      font-weight: normal; }
      .oscheckout-index-index #oscheckout-form .checkout-container #checkout-review #checkout-review-table-wrapper tbody tr td span {
        color: #555555;
        font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
        font-size: 16px;
        font-weight: normal; }
    .oscheckout-index-index #oscheckout-form .checkout-container #checkout-review #checkout-review-table-wrapper tbody tr td:nth-child(2) {
      left: 8px;
      position: relative;
      text-align: center; }
    .oscheckout-index-index #oscheckout-form .checkout-container #checkout-review #checkout-review-table-wrapper tbody tr td:nth-child(3) {
      text-align: center; }
    .oscheckout-index-index #oscheckout-form .checkout-container #checkout-review #checkout-review-table-wrapper tbody tr td:nth-child(4) {
      border-right: 1px solid #ddd !important; }
    .oscheckout-index-index #oscheckout-form .checkout-container #checkout-review #checkout-review-table-wrapper tfoot tr td {
      border-bottom: 1px solid transparent !important;
      color: #555555;
      font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
      font-size: 16px;
      font-weight: normal;
      text-align: left; }
    .oscheckout-index-index #oscheckout-form .checkout-container #checkout-review #checkout-review-table-wrapper tfoot tr:last-child td {
      border-bottom: 1px solid #ddd !important; }
    .oscheckout-index-index #oscheckout-form .checkout-container #checkout-review #checkout-review-table-wrapper tfoot tr td:first-child {
      border-right: 1px solid transparent !important; }
    .oscheckout-index-index #oscheckout-form .checkout-container #checkout-review #checkout-review-table-wrapper tfoot tr:first-child td {
      border-bottom: 1px solid #ddd !important; }
    .oscheckout-index-index #oscheckout-form .checkout-container #checkout-review #checkout-review-submit .button-set {
      float: right; }
      .oscheckout-index-index #oscheckout-form .checkout-container #checkout-review #checkout-review-submit .button-set #review-btn {
        background: #4bc798;
        border: 1px solid #4bc798;
        border-radius: 6px;
        color: #FFFFFF;
        font-weight: 600;
        max-width: 246px;
        min-width: 246px;
        text-transform: uppercase;
        width: 100%; }
        .oscheckout-index-index #oscheckout-form .checkout-container #checkout-review #checkout-review-submit .button-set #review-btn:hover, .oscheckout-index-index #oscheckout-form .checkout-container #checkout-review #checkout-review-submit .button-set #review-btn:active, .oscheckout-index-index #oscheckout-form .checkout-container #checkout-review #checkout-review-submit .button-set #review-btn:focus {
          background: transparent;
          border: 1px solid #4bc798;
          color: #4bc798; }
        .oscheckout-index-index #oscheckout-form .checkout-container #checkout-review #checkout-review-submit .button-set #review-btn span span {
          font-family: "futura-pt", sans-serif;
          font-size: 16px; }

/* ====== FORGOT PASSWORD ====== */
/* ======
FORGOT PASSWORD
    - General
====== */
/*================================================================================
$ GENERAL
================================================================================*/
.customer-account-forgotpassword #form-validate .form-group p {
  color: #6d6d6d;
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-size: 16px;
  font-weight: normal;
  padding-bottom: 20px;
  text-align: left; }
.customer-account-forgotpassword #form-validate .form-group label {
  color: #555555;
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 10px; }
  .customer-account-forgotpassword #form-validate .form-group label .required {
    color: #555555; }
.customer-account-forgotpassword #form-validate .form-group .btn-primary {
  background: #edb63b;
  border: 1px solid #edb63b;
  border-radius: 6px;
  color: #FFFFFF;
  margin-left: 0;
  margin-top: 30px;
  max-width: 141px;
  min-width: 141px;
  padding: 10px;
  text-transform: uppercase;
  width: 100%; }
  .customer-account-forgotpassword #form-validate .form-group .btn-primary:hover, .customer-account-forgotpassword #form-validate .form-group .btn-primary:active, .customer-account-forgotpassword #form-validate .form-group .btn-primary:focus {
    background: #FFFFFF;
    border: 1px solid #edb63b;
    color: #edb63b; }

/* ====== ACCOUNT  ====== */
/* ======
ACCOUNT 
    - General
    - Account Dashboard
    - My Account
    - Address Book
    - Customer Address Form
    - Sales Order History
    - Newsletter Subscription
    - Reviews
    - Wishlist
    - Compare
    - Logout
====== */
/*================================================================================
$ GENERAL
================================================================================*/
.col-left .account-nav .block-title .title {
  color: #555555;
  font-family: "futura-pt", sans-serif;
  font-size: 30px;
  font-weight: 400;
  padding-bottom: 0; }
  .col-left .account-nav .block-title .title:after {
    background-color: #4bc798;
    width: 39px; }
.col-left .account-nav ul {
  list-style: none;
  margin-left: 0; }
  .col-left .account-nav ul li {
    text-align: left; }
    @media screen and (max-width: 479px) {
      .col-left .account-nav ul li {
        padding-bottom: 10px !important;
        padding-top: 4px !important; } }
    .col-left .account-nav ul li a {
      color: #6d6d6d;
      font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
      font-size: 16px;
      text-decoration: none; }

/*================================================================================
$ ACCOUNT DASHBOARD
================================================================================*/
.customer-account-index .my-account-main .box .block-title--myac {
  padding-bottom: 20px; }
  .customer-account-index .my-account-main .box .block-title--myac h3 {
    color: #555555;
    font-family: "futura-pt", sans-serif;
    font-size: 30px;
    font-weight: 400;
    text-align: left; }
.customer-account-index .my-account-main .box .box-content p {
  color: #555555;
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-size: 14px;
  padding-bottom: 10px;
  text-align: left; }
.customer-account-index .my-account-main .box .box-actions {
  margin-top: 40px; }
  .customer-account-index .my-account-main .box .box-actions .change-password {
    background: transparent;
    border: 1px solid #555555;
    border-radius: 6px;
    color: #555555;
    font-weight: 600;
    max-width: 184px;
    min-width: 184px;
    padding: 10px;
    text-transform: uppercase;
    width: 100%; }
    .customer-account-index .my-account-main .box .box-actions .change-password:hover, .customer-account-index .my-account-main .box .box-actions .change-password:active, .customer-account-index .my-account-main .box .box-actions .change-password:focus {
      background: #555555;
      border: 1px solid #555555;
      color: #FFFFFF; }
  .customer-account-index .my-account-main .box .box-actions .edit {
    background: #edb63b;
    border: 1px solid #edb63b;
    border-radius: 6px;
    color: #FFFFFF;
    font-weight: 600;
    max-width: 78px;
    min-width: 78px;
    padding: 10px;
    text-transform: uppercase;
    width: 100%; }
    .customer-account-index .my-account-main .box .box-actions .edit:hover, .customer-account-index .my-account-main .box .box-actions .edit:active, .customer-account-index .my-account-main .box .box-actions .edit:focus {
      background: transparent;
      border: 1px solid #edb63b;
      color: #edb63b; }
@media screen and (max-width: 989px) {
  .customer-account-index .my-account-main .box.newsletter {
    margin-top: 70px; } }
.customer-account-index .my-account-main .box.newsletter .box-content .edit {
  background: #edb63b;
  border: 1px solid #edb63b;
  border-radius: 6px;
  color: #FFFFFF;
  font-weight: 600;
  margin-top: 76px;
  max-width: 78px;
  min-width: 78px;
  padding: 10px;
  text-transform: uppercase;
  width: 100%; }
  @media screen and (max-width: 989px) {
    .customer-account-index .my-account-main .box.newsletter .box-content .edit {
      margin-top: 26px; } }
  .customer-account-index .my-account-main .box.newsletter .box-content .edit:hover, .customer-account-index .my-account-main .box.newsletter .box-content .edit:active, .customer-account-index .my-account-main .box.newsletter .box-content .edit:focus {
    background: transparent;
    border: 1px solid #edb63b;
    color: #edb63b; }
@media screen and (max-width: 989px) {
  .customer-account-index .my-account-main .box.address .box-content .col-1 {
    margin-bottom: 40px; } }
.customer-account-index .my-account-main .box.address .box-content h4 {
  color: #555555;
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-size: 16px;
  font-weight: bold;
  padding-top: 10px;
  text-align: left; }
.customer-account-index .my-account-main .box.address .box-content address {
  color: #9D9D9D;
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-size: 14px; }
.customer-account-index .my-account-main .box.address .box-content .btn-default {
  background: transparent;
  border: 1px solid #555555;
  border-radius: 6px;
  color: #555555;
  font-weight: 600;
  max-width: 185px;
  min-width: 185px;
  padding: 10px;
  text-transform: uppercase;
  width: 100%; }
  .customer-account-index .my-account-main .box.address .box-content .btn-default:hover, .customer-account-index .my-account-main .box.address .box-content .btn-default:active, .customer-account-index .my-account-main .box.address .box-content .btn-default:focus {
    background: #555555;
    border: 1px solid #555555;
    color: #FFFFFF; }
.customer-account-index .my-account-main .box.address .btn-secondary {
  background: #edb63b;
  border: 1px solid #edb63b;
  border-radius: 6px;
  color: #FFFFFF;
  font-weight: 600;
  max-width: 185px;
  min-width: 185px;
  padding: 10px;
  text-transform: uppercase;
  width: 100%; }
  .customer-account-index .my-account-main .box.address .btn-secondary:hover, .customer-account-index .my-account-main .box.address .btn-secondary:active, .customer-account-index .my-account-main .box.address .btn-secondary:focus {
    background: transparent;
    border: 1px solid #edb63b;
    color: #edb63b; }
.customer-account-index .my-account-main .review_block {
  display: none; }

/*================================================================================
$ MY ACCOUNT 
================================================================================*/
.customer-account-edit .block-title--myac {
  padding-bottom: 20px; }
  .customer-account-edit .block-title--myac h3 {
    color: #555555;
    font-family: "futura-pt", sans-serif;
    font-size: 30px;
    font-weight: 400;
    text-align: left; }
.customer-account-edit #form-validate {
  display: block !important; }
  .customer-account-edit #form-validate .form-group {
    margin-bottom: 10px; }
    .customer-account-edit #form-validate .form-group label {
      color: #555555;
      font-family: "futura-pt", sans-serif;
      font-size: 14px;
      font-weight: bold;
      padding-bottom: 4px; }
      .customer-account-edit #form-validate .form-group label .required {
        color: #555555; }
      .customer-account-edit #form-validate .form-group label.checkbox-inline {
        font-weight: normal;
        margin-top: 20px; }
    .customer-account-edit #form-validate .form-group .push-bottom {
      background: #edb63b;
      border: 1px solid #edb63b;
      border-radius: 6px;
      color: #FFFFFF;
      font-weight: 600;
      max-width: 141px;
      min-width: 141px;
      padding: 10px;
      text-transform: uppercase;
      width: 100%; }
      .customer-account-edit #form-validate .form-group .push-bottom:hover, .customer-account-edit #form-validate .form-group .push-bottom:active, .customer-account-edit #form-validate .form-group .push-bottom:focus {
        background: transparent;
        border: 1px solid #edb63b;
        color: #edb63b; }
  .customer-account-edit #form-validate .fieldset.password-wrapper {
    display: none; }
    .customer-account-edit #form-validate .fieldset.password-wrapper.show {
      display: block; }
      .customer-account-edit #form-validate .fieldset.password-wrapper.show p {
        color: #6d6d6d;
        font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
        font-size: 16px;
        padding: 30px 0;
        text-align: left; }

/*================================================================================
$ ADDRESS BOOK
================================================================================*/
.customer-address-index .block-title--myac {
  padding-bottom: 20px; }
  .customer-address-index .block-title--myac h3 {
    color: #555555;
    font-family: "futura-pt", sans-serif;
    font-size: 30px;
    font-weight: 400;
    text-align: left; }
.customer-address-index ol {
  list-style: none;
  margin-left: 0;
  text-align: left; }
  .customer-address-index ol li h4 {
    color: #555555;
    font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
    font-size: 16px;
    font-weight: bold;
    padding-bottom: 30px;
    text-align: left; }
  .customer-address-index ol li address {
    color: #9d9d9d;
    font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
    font-size: 14px; }
  .customer-address-index ol li .edit {
    background: transparent;
    border: 1px solid #555555;
    border-radius: 6px;
    color: #555555;
    font-weight: 600;
    max-width: 185px;
    min-width: 185px;
    padding: 10px;
    text-transform: uppercase;
    width: 100%; }
    .customer-address-index ol li .edit:hover, .customer-address-index ol li .edit:active, .customer-address-index ol li .edit:focus {
      background: #555555;
      border: 1px solid #555555;
      color: #FFFFFF; }
    .customer-address-index ol li .edit.first {
      margin-bottom: 20px; }
@media screen and (max-width: 989px) {
  .customer-address-index .addresses-additional {
    margin-top: 40px; } }
.customer-address-index .addresses-additional li p {
  color: #6d6d6d;
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-size: 16px;
  text-align: left; }
.customer-address-index .buttons-set {
  margin-top: 24px; }
  .customer-address-index .buttons-set .btn-primary {
    background: #edb63b;
    border: 1px solid #edb63b;
    border-radius: 6px;
    color: #FFFFFF;
    font-weight: 600;
    max-width: 185px;
    min-width: 185px;
    padding: 10px;
    text-transform: uppercase;
    width: 100%; }
    .customer-address-index .buttons-set .btn-primary:hover, .customer-address-index .buttons-set .btn-primary:active, .customer-address-index .buttons-set .btn-primary:focus {
      background: transparent;
      border: 1px solid #edb63b; }
      .customer-address-index .buttons-set .btn-primary:hover span, .customer-address-index .buttons-set .btn-primary:active span, .customer-address-index .buttons-set .btn-primary:focus span {
        color: #edb63b; }
    .customer-address-index .buttons-set .btn-primary span {
      padding-left: 0; }

/*================================================================================
$ CUSTOMER ADDRESS FORM
================================================================================*/
.customer-address-form .block-title--myac {
  padding-bottom: 20px; }
  .customer-address-form .block-title--myac h3 {
    color: #555555;
    font-family: "futura-pt", sans-serif;
    font-size: 30px;
    font-weight: 400;
    text-align: left; }
.customer-address-form label {
  color: #555555;
  font-family: "futura-pt", sans-serif;
  font-size: 14px;
  font-weight: bold;
  padding-bottom: 4px; }
  .customer-address-form label .required {
    color: #555555; }
.customer-address-form .buttons-set {
  margin-top: 24px; }
  .customer-address-form .buttons-set .btn-primary {
    background: #edb63b;
    border: 1px solid #edb63b;
    border-radius: 6px;
    color: #FFFFFF;
    font-weight: 600;
    max-width: 185px;
    min-width: 185px;
    padding: 10px;
    text-transform: uppercase;
    width: 100%; }
    .customer-address-form .buttons-set .btn-primary:hover, .customer-address-form .buttons-set .btn-primary:active, .customer-address-form .buttons-set .btn-primary:focus {
      background: transparent;
      border: 1px solid #edb63b; }
      .customer-address-form .buttons-set .btn-primary:hover span, .customer-address-form .buttons-set .btn-primary:active span, .customer-address-form .buttons-set .btn-primary:focus span {
        color: #edb63b; }
    .customer-address-form .buttons-set .btn-primary span {
      padding-left: 0; }
  .customer-address-form .buttons-set span {
    color: #555555;
    font-family: "futura-pt", sans-serif;
    font-size: 14px;
    margin-left: 20px; }

/*================================================================================
$ SALES ORDER HISTORY
================================================================================*/
.sales-order-history .block-title--myac {
  padding-bottom: 20px; }
  .sales-order-history .block-title--myac h3 {
    color: #555555;
    font-family: "futura-pt", sans-serif;
    font-size: 30px;
    font-weight: 400;
    text-align: left; }
.sales-order-history .my-order.row {
  margin-left: 0;
  margin-right: 0; }
@media screen and (max-width: 479px) {
  .sales-order-history .table-responsive #my-orders-table {
    margin: 0; } }
.sales-order-history .table-responsive #my-orders-table thead tr th {
  background: #ebebeb;
  border-bottom: 1px solid transparent;
  border-right: 1px solid transparent;
  color: #555555;
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-size: 16px; }
.sales-order-history .table-responsive #my-orders-table tbody tr td {
  border-right: 1px solid transparent;
  color: #555555;
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-size: 14px; }
  .sales-order-history .table-responsive #my-orders-table tbody tr td:last-child {
    border-right: 1px solid #ebebeb; }
  .sales-order-history .table-responsive #my-orders-table tbody tr td span .link-reorder {
    color: #4bc798; }

/*================================================================================
$ NEWSLETTER SUBSCRIPTION
================================================================================*/
.newsletter-manage-index .block-title--myac {
  padding-bottom: 20px; }
  .newsletter-manage-index .block-title--myac h3 {
    color: #555555;
    font-family: "futura-pt", sans-serif;
    font-size: 30px;
    font-weight: 400;
    text-align: left; }
.newsletter-manage-index .radio-inline #subscription {
  margin-top: -2px;
  vertical-align: middle !important; }
.newsletter-manage-index .buttons-set .btn-primary {
  background: #edb63b;
  border: 1px solid #edb63b;
  border-radius: 6px;
  color: #FFFFFF;
  font-weight: 600;
  margin-top: 30px;
  max-width: 141px;
  min-width: 141px;
  padding: 10px;
  text-transform: uppercase;
  width: 100%; }
  .newsletter-manage-index .buttons-set .btn-primary:hover, .newsletter-manage-index .buttons-set .btn-primary:active, .newsletter-manage-index .buttons-set .btn-primary:focus {
    background: transparent;
    border: 1px solid #edb63b;
    color: #edb63b; }

/*================================================================================
$ REVIEWS
================================================================================*/
.review-customer-index .block-title--myac {
  padding-bottom: 20px; }
  .review-customer-index .block-title--myac h3 {
    color: #555555;
    font-family: "futura-pt", sans-serif;
    font-size: 30px;
    font-weight: 400;
    text-align: left; }
.review-customer-index .account.row {
  margin-left: 0;
  margin-right: 0; }
  @media screen and (max-width: 479px) {
    .review-customer-index .account.row {
      overflow-x: scroll; } }
.review-customer-index #my-reviews-table thead tr th {
  background: #ebebeb;
  border-bottom: 1px solid transparent;
  border-right: 1px solid transparent;
  color: #555555;
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-size: 16px; }
.review-customer-index #my-reviews-table tbody tr td {
  border-right: 1px solid transparent;
  color: #555555;
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-size: 14px; }
  .review-customer-index #my-reviews-table tbody tr td:last-child {
    border-right: 1px solid #ebebeb; }
  .review-customer-index #my-reviews-table tbody tr td .ratings {
    position: relative;
    top: 4px; }
    .review-customer-index #my-reviews-table tbody tr td .ratings .rating-box:before {
      color: #555555; }
    .review-customer-index #my-reviews-table tbody tr td .ratings .rating-box .rating:before {
      color: #edb63b; }
  .review-customer-index #my-reviews-table tbody tr td span .link-reorder {
    color: #4bc798; }
  .review-customer-index #my-reviews-table tbody tr td a {
    text-decoration: none; }

/*================================================================================
$ WISHLIST
================================================================================*/
.wishlist-index-index .block-title--myac {
  padding-bottom: 20px; }
  .wishlist-index-index .block-title--myac h3 {
    color: #555555;
    font-family: "futura-pt", sans-serif;
    font-size: 30px;
    font-weight: 400;
    text-align: left; }
.wishlist-index-index .my-wishlist .alert-success {
  background: #4bc798;
  border: 1px solid #4bc798;
  color: #FFFFFF;
  font-family: "futura-pt", sans-serif;
  font-size: 16px; }
  .wishlist-index-index .my-wishlist .alert-success a {
    color: #edb63b; }
.wishlist-index-index .my-wishlist ol.wishlist-list {
  list-style: none;
  margin-top: 20px; }
  .wishlist-index-index .my-wishlist ol.wishlist-list li .item {
    border: 1px solid transparent; }
    .wishlist-index-index .my-wishlist ol.wishlist-list li .item a.cart_title {
      color: #555555;
      font-family: "futura-pt", sans-serif;
      font-size: 16px;
      margin: 30px 0;
      text-align: center;
      text-decoration: none; }
    .wishlist-index-index .my-wishlist ol.wishlist-list li .item textarea.form-control {
      border: 1px solid #ebebeb;
      color: #6d6d6d;
      font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
      font-size: 16px;
      font-style: italic; }
    .wishlist-index-index .my-wishlist ol.wishlist-list li .item .cart-cell .price-box {
      display: block;
      margin: 30px 0; }
      .wishlist-index-index .my-wishlist ol.wishlist-list li .item .cart-cell .price-box span .price {
        color: #444A58;
        font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
        font-size: 16px;
        font-weight: bold;
        text-align: center; }
    .wishlist-index-index .my-wishlist ol.wishlist-list li .item .quantity .qty {
      background-color: #ebebeb; }
    .wishlist-index-index .my-wishlist ol.wishlist-list li .item .quantity .input-qty-product {
      background-color: transparent; }
    .wishlist-index-index .my-wishlist ol.wishlist-list li .item .btn-primary {
      background: #4bc798;
      background-image: url("../images/shopping-trolley.svg");
      background-position: 22px center;
      background-repeat: no-repeat;
      background-size: 18px;
      border: 1px solid #4bc798;
      border-radius: 6px;
      color: #FFFFFF;
      float: left;
      font-weight: 600;
      margin-top: 30px;
      max-width: 167px;
      min-width: 167px;
      padding: 10px;
      padding-left: 32px;
      text-transform: uppercase;
      width: 100%; }
      .wishlist-index-index .my-wishlist ol.wishlist-list li .item .btn-primary:hover, .wishlist-index-index .my-wishlist ol.wishlist-list li .item .btn-primary:active, .wishlist-index-index .my-wishlist ol.wishlist-list li .item .btn-primary:focus {
        background: transparent;
        border: 1px solid #4bc798;
        color: #4bc798; }
      @media screen and (max-width: 1024px) {
        .wishlist-index-index .my-wishlist ol.wishlist-list li .item .btn-primary {
          max-width: 100% !important;
          min-width: 100% !important; } }
      @media screen and (max-width: 479px) {
        .wishlist-index-index .my-wishlist ol.wishlist-list li .item .btn-primary {
          background-image: none;
          padding-left: 0; } }
    .wishlist-index-index .my-wishlist ol.wishlist-list li .item .btn-remove .fa-close {
      display: none; }
    .wishlist-index-index .my-wishlist ol.wishlist-list li .item .action.edit {
      color: #edb63b;
      font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
      font-size: 14px;
      margin-left: 0;
      position: relative;
      top: 38px; }
.wishlist-index-index .buttons-set {
  margin-left: 12px; }
  @media screen and (max-width: 1024px) {
    .wishlist-index-index .buttons-set .btn {
      max-width: 205px !important;
      min-width: 205px !important; } }
  @media screen and (max-width: 669px) {
    .wishlist-index-index .buttons-set {
      margin-left: 0; }
      .wishlist-index-index .buttons-set .btn {
        max-width: 100% !important;
        min-width: 100% !important; } }
  .wishlist-index-index .buttons-set .btn.share {
    background: transparent;
    border: 1px solid #555555;
    border-radius: 6px;
    color: #555555;
    float: left;
    font-weight: 600;
    margin-top: 30px;
    max-width: 275px;
    min-width: 275px;
    padding: 10px;
    text-transform: uppercase;
    width: 100%; }
    .wishlist-index-index .buttons-set .btn.share:hover, .wishlist-index-index .buttons-set .btn.share:active, .wishlist-index-index .buttons-set .btn.share:focus {
      background: #555555;
      border: 1px solid #555555;
      color: #FFFFFF; }
  .wishlist-index-index .buttons-set .btn.add {
    background: #4bc798;
    border: 1px solid #4bc798;
    border-radius: 6px;
    color: #FFFFFF;
    float: left;
    font-weight: 600;
    margin-top: 30px;
    max-width: 275px;
    min-width: 275px;
    padding: 10px;
    text-transform: uppercase;
    width: 100%; }
    .wishlist-index-index .buttons-set .btn.add:hover, .wishlist-index-index .buttons-set .btn.add:active, .wishlist-index-index .buttons-set .btn.add:focus {
      background: transparent;
      border: 1px solid #4bc798;
      color: #4bc798; }
  .wishlist-index-index .buttons-set .btn.update {
    background: #555555;
    border: 1px solid #555555;
    border-radius: 6px;
    color: #FFFFFF;
    float: left;
    font-weight: 600;
    margin-top: 30px;
    max-width: 275px;
    min-width: 275px;
    padding: 10px;
    text-transform: uppercase;
    width: 100%; }
    .wishlist-index-index .buttons-set .btn.update:hover, .wishlist-index-index .buttons-set .btn.update:active, .wishlist-index-index .buttons-set .btn.update:focus {
      background: transparent;
      border: 1px solid #555555;
      color: #555555; }

/*================================================================================
$ COMPARE
================================================================================*/
.catalog-product-compare-index .page-title {
  margin-top: 40px; }
  .catalog-product-compare-index .page-title .content-heading {
    border-bottom: 1px solid #ebebeb;
    margin-bottom: 0;
    padding-bottom: 20px; }
    .catalog-product-compare-index .page-title .content-heading .title {
      color: #555555;
      font-family: "futura-pt", sans-serif;
      font-size: 30px;
      font-weight: 400;
      text-align: left; }
.catalog-product-compare-index .print {
  background: transparent;
  background-image: url("../images/print-icon.svg");
  background-position: 64px center;
  background-repeat: no-repeat;
  background-size: 14px;
  border: 1px solid #555555;
  border-radius: 6px;
  color: #555555;
  font-weight: 600;
  max-width: 275px;
  min-width: 275px;
  padding: 10px;
  padding-left: 20px;
  text-transform: uppercase;
  width: 100%; }
  .catalog-product-compare-index .print:hover, .catalog-product-compare-index .print:active, .catalog-product-compare-index .print:focus {
    background: #555555;
    border: 1px solid #555555;
    color: #FFFFFF; }
.catalog-product-compare-index .table-compare {
  border-left: 1px solid transparent;
  border-right: 1px solid transparent; }
  .catalog-product-compare-index .table-compare #product_comparison thead tr {
    border-top: 1px solid transparent; }
    .catalog-product-compare-index .table-compare #product_comparison thead tr th {
      visibility: hidden; }
    .catalog-product-compare-index .table-compare #product_comparison thead tr td.last {
      border-right: 1px solid transparent; }
    .catalog-product-compare-index .table-compare #product_comparison thead tr td .btn-remove {
      color: #edb63b;
      font-family: "futura-pt", sans-serif;
      font-size: 16px;
      text-decoration: none; }
  .catalog-product-compare-index .table-compare #product_comparison tbody tr th {
    background: transparent;
    border: 1px solid transparent;
    border-right: 1px solid #ebebeb; }
    .catalog-product-compare-index .table-compare #product_comparison tbody tr th span {
      color: #555555;
      font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
      font-size: 14px;
      font-weight: bold; }
  .catalog-product-compare-index .table-compare #product_comparison tbody tr td {
    border: 1px solid transparent;
    border-right: 1px solid #ebebeb;
    padding-left: 40px; }
    .catalog-product-compare-index .table-compare #product_comparison tbody tr td.last {
      border-right: 1px solid transparent; }
    .catalog-product-compare-index .table-compare #product_comparison tbody tr td div.std {
      color: #555555;
      font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
      font-size: 14px; }
    .catalog-product-compare-index .table-compare #product_comparison tbody tr td .price-box span .price {
      color: #555555;
      font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
      font-size: 16px;
      font-weight: bold; }
    .catalog-product-compare-index .table-compare #product_comparison tbody tr td .product-top {
      border: 0;
      max-width: 112px;
      width: 100%; }
    .catalog-product-compare-index .table-compare #product_comparison tbody tr td .product-desc {
      padding-left: 40px;
      float: left;
      width: 58%; }
      @media screen and (max-width: 989px) {
        .catalog-product-compare-index .table-compare #product_comparison tbody tr td .product-desc {
          float: left;
          padding-left: 0;
          padding-top: 20px;
          width: 100%; } }
      .catalog-product-compare-index .table-compare #product_comparison tbody tr td .product-desc .product-name {
        color: #555555;
        font-family: "futura-pt", sans-serif;
        font-size: 16px;
        min-height: 80px;
        text-align: left; }
      .catalog-product-compare-index .table-compare #product_comparison tbody tr td .product-desc .price-box span .price {
        color: #555555;
        font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
        font-size: 16px;
        font-weight: bold; }
    .catalog-product-compare-index .table-compare #product_comparison tbody tr td .add-cart-form .btn-cart {
      background: #4bc798;
      background-image: url("../images/shopping-trolley.svg");
      background-position: 22px center;
      background-repeat: no-repeat;
      background-size: 18px;
      border: 1px solid #4bc798;
      border-radius: 6px;
      color: #FFFFFF;
      float: left;
      font-weight: 600;
      margin-top: 30px;
      max-width: 167px;
      min-width: 167px;
      padding: 10px;
      padding-left: 32px;
      text-transform: uppercase;
      width: 100%; }
      .catalog-product-compare-index .table-compare #product_comparison tbody tr td .add-cart-form .btn-cart:hover, .catalog-product-compare-index .table-compare #product_comparison tbody tr td .add-cart-form .btn-cart:active, .catalog-product-compare-index .table-compare #product_comparison tbody tr td .add-cart-form .btn-cart:focus {
        background: transparent;
        border: 1px solid #4bc798;
        color: #4bc798; }
.catalog-product-compare-index .buttons-set {
  border-top: 1px solid #ebebeb;
  padding-top: 30px; }
  .catalog-product-compare-index .buttons-set .btn-secondary {
    background: #edb63b;
    border: 1px solid #edb63b;
    border-radius: 6px;
    color: #FFFFFF;
    font-weight: 600;
    max-width: 187px;
    min-width: 187px;
    padding: 10px;
    text-transform: uppercase;
    width: 100%; }
    .catalog-product-compare-index .buttons-set .btn-secondary:hover, .catalog-product-compare-index .buttons-set .btn-secondary:active, .catalog-product-compare-index .buttons-set .btn-secondary:focus {
      background: transparent;
      border: 1px solid #edb63b;
      color: #edb63b; }

/*================================================================================
$ LOGOUT
================================================================================*/
.page-logout p {
  color: #6d6d6d;
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-size: 16px;
  text-align: left; }
.page-logout .buttons-set {
  margin-top: 30px; }
  .page-logout .buttons-set .homepage {
    background: #edb63b;
    border: 1px solid #edb63b;
    border-radius: 6px;
    color: #FFFFFF;
    font-weight: 600;
    max-width: 141px;
    min-width: 141px;
    padding: 10px;
    text-transform: uppercase;
    width: 100%; }
    .page-logout .buttons-set .homepage:hover, .page-logout .buttons-set .homepage:active, .page-logout .buttons-set .homepage:focus {
      background: transparent;
      border: 1px solid #edb63b;
      color: #edb63b; }
  .page-logout .buttons-set .contact {
    background: #555555;
    border: 1px solid #555555;
    border-radius: 6px;
    color: #FFFFFF;
    font-weight: 600;
    margin-left: 20px;
    max-width: 141px;
    min-width: 141px;
    padding: 10px;
    text-transform: uppercase;
    width: 100%; }
    .page-logout .buttons-set .contact:hover, .page-logout .buttons-set .contact:active, .page-logout .buttons-set .contact:focus {
      background: transparent;
      border: 1px solid #555555;
      color: #FFFFFF; }

/* ====== HEADER ====== */
/* ======
HEADER
    - General
    - Breadcrumbs
====== */
/*================================================================================
$ GENERAL
================================================================================*/
.checkout-onepage-success .checkout-success .page-title {
  background-color: #4bc798;
  border-radius: 6px;
  padding: 10px; }
  .checkout-onepage-success .checkout-success .page-title h3 {
    color: #FFFFFF;
    font-family: "futura-pt", sans-serif;
    font-size: 16px;
    text-align: left; }
    @media screen and (max-width: 479px) {
      .checkout-onepage-success .checkout-success .page-title h3 {
        text-align: center; } }
    .checkout-onepage-success .checkout-success .page-title h3 img {
      margin-right: 14px;
      width: 18px; }
  .checkout-onepage-success .checkout-success .page-title:after {
    background-color: transparent; }
.checkout-onepage-success .checkout-success .sub-title {
  border-top: 1px solid #ebebeb;
  color: #555555;
  font-family: "futura-pt", sans-serif;
  font-size: 16px;
  margin-top: 40px;
  padding-top: 30px;
  text-align: left;
  text-transform: uppercase; }
.checkout-onepage-success .checkout-success .order_num {
  color: #555555;
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-size: 16px;
  text-align: left; }
  .checkout-onepage-success .checkout-success .order_num a {
    color: #4bc798; }
.checkout-onepage-success .checkout-success .receive {
  color: #555555;
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-size: 16px;
  margin-top: 30px;
  text-align: left; }
.checkout-onepage-success .checkout-success .print {
  color: #555555;
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-size: 16px;
  margin-bottom: 30px;
  text-align: left; }
  .checkout-onepage-success .checkout-success .print a {
    color: #edb63b; }
.checkout-onepage-success .checkout-success .buttons-set {
  float: left; }
  .checkout-onepage-success .checkout-success .buttons-set .share_order {
    float: right;
    margin-left: 40px;
    position: relative;
    top: 8px; }
    @media screen and (max-width: 989px) {
      .checkout-onepage-success .checkout-success .buttons-set .share_order {
        float: none;
        margin-bottom: 20px;
        margin-left: 0;
        text-align: left;
        top: 0; } }
    .checkout-onepage-success .checkout-success .buttons-set .share_order p {
      color: #555555;
      display: inline-block;
      font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
      font-size: 14px;
      font-weight: bold; }
    .checkout-onepage-success .checkout-success .buttons-set .share_order span {
      display: inline-block; }
      .checkout-onepage-success .checkout-success .buttons-set .share_order span a img {
        width: 33px; }
  .checkout-onepage-success .checkout-success .buttons-set .continue {
    background: #edb63b;
    border: 1px solid #edb63b;
    border-radius: 6px;
    color: #FFFFFF;
    font-weight: 600;
    max-width: 246px;
    min-width: 246px;
    text-transform: uppercase;
    width: 100%; }
    @media screen and (max-width: 479px) {
      .checkout-onepage-success .checkout-success .buttons-set .continue {
        margin-bottom: 20px;
        max-width: 100%;
        min-width: 100%; } }
    .checkout-onepage-success .checkout-success .buttons-set .continue:hover, .checkout-onepage-success .checkout-success .buttons-set .continue:active, .checkout-onepage-success .checkout-success .buttons-set .continue:focus {
      background: transparent;
      border: 1px solid #edb63b;
      color: #edb63b; }
  .checkout-onepage-success .checkout-success .buttons-set .my-account {
    background: #555555;
    border: 1px solid #555555;
    border-radius: 6px;
    color: #FFFFFF;
    font-weight: 600;
    margin-left: 30px;
    max-width: 246px;
    min-width: 246px;
    text-transform: uppercase;
    width: 100%; }
    @media screen and (max-width: 479px) {
      .checkout-onepage-success .checkout-success .buttons-set .my-account {
        margin-left: 0;
        max-width: 100%;
        min-width: 100%; } }
    .checkout-onepage-success .checkout-success .buttons-set .my-account:hover, .checkout-onepage-success .checkout-success .buttons-set .my-account:active, .checkout-onepage-success .checkout-success .buttons-set .my-account:focus {
      background: transparent;
      border: 1px solid #555555;
      color: #555555; }

/* ====== CATEGORY ====== */
/* ======
CATEGORY
	- Quickview
	- Overrides
    - General
====== */
/*================================================================================
$ QUICKVIEW
================================================================================*/
.quickview-index-show #maincontent .product-shop .product-name {
  min-height: 75px !important; }
.quickview-index-show #maincontent .product-shop .short-description .std {
  color: #555555;
  font-family: "futura-pt", sans-serif;
  font-size: 14px; }
.quickview-index-show #maincontent .product-shop .btn-shop {
  margin-right: 0;
  padding-bottom: 20px; }
  .quickview-index-show #maincontent .product-shop .btn-shop button.btn-primary {
    background: #4bc798;
    background-image: url(../images/white-shopping-trolley.svg);
    background-position: 20px center;
    background-repeat: no-repeat;
    background-size: 18px;
    border: 1px solid #4bc798;
    border-radius: 6px;
    color: #FFFFFF;
    float: right;
    max-width: 167px;
    min-width: 167px;
    padding-left: 44px;
    text-transform: uppercase;
    width: 100%; }
    .quickview-index-show #maincontent .product-shop .btn-shop button.btn-primary:hover, .quickview-index-show #maincontent .product-shop .btn-shop button.btn-primary:active, .quickview-index-show #maincontent .product-shop .btn-shop button.btn-primary:focus {
      background: #FFFFFF;
      background-image: url("../images/green-shopping-trolley.svg");
      background-position: 20px center;
      background-repeat: no-repeat;
      background-size: 18px;
      border: 1px solid #4bc798;
      color: #4bc798;
      padding-left: 44px; }

/*================================================================================
$ OVERRIDES
================================================================================*/
.category-i-stay .breadcrumbs .container {
  background: #8C1914; }
  .category-i-stay .breadcrumbs .container:before {
    border-top: 2px solid #FFFFFF;
    opacity: 0.5; }
  .category-i-stay .breadcrumbs .container:after {
    border-top: 2px solid #FFFFFF;
    opacity: 0.5; }
.category-i-stay .subcat_wrapper {
  display: none; }
.category-i-stay .product-more-info {
  border: 2px solid #8c1914 !important;
  border-radius: 6px !important;
  color: #8c1914 !important;
  float: left;
  font-family: "futura-pt", sans-serif;
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 50px;
  margin-right: 10px;
  margin-top: 20px;
  max-width: 124px !important;
  padding: 10px;
  text-decoration: none;
  text-transform: uppercase;
  width: 100%; }
  .category-i-stay .product-more-info:hover, .category-i-stay .product-more-info:active, .category-i-stay .product-more-info:focus {
    background: #8c1914 !important;
    border: 2px solid #8c1914 !important;
    color: #FFFFFF !important;
    padding: 10px; }
  .category-i-stay .product-more-info.buy_now {
    background: #8c1914 !important;
    border: 2px solid #8c1914 !important;
    color: #FFFFFF !important; }
    .category-i-stay .product-more-info.buy_now:hover, .category-i-stay .product-more-info.buy_now:active, .category-i-stay .product-more-info.buy_now:focus {
      background: transparent !important;
      border: 2px solid #8c1914 !important;
      color: #8c1914 !important;
      padding: 10px; }

/*================================================================================
$ SIDEBAR
================================================================================*/
.catalog-category-view .leftcate #left-content-container .block-title h4 {
  color: #555555;
  font-family: "futura-pt", sans-serif;
  font-size: 26px;
  font-weight: 400;
  text-align: left; }
  .catalog-category-view .leftcate #left-content-container .block-title h4:after {
    background-color: #edb63b;
    width: 39px; }
.catalog-category-view .leftcate #left-content-container .block-content .currently .block-sub-title {
  color: #555555;
  font-family: "futura-pt", sans-serif; }
.catalog-category-view .leftcate #left-content-container .block-content .currently .currently-menu-filter {
  list-style: none;
  text-align: left; }
  .catalog-category-view .leftcate #left-content-container .block-content .currently .currently-menu-filter li .value {
    font-weight: 500; }
.catalog-category-view .leftcate #left-content-container .block-content dl {
  margin-left: 0; }
  .catalog-category-view .leftcate #left-content-container .block-content dl dt {
    padding-right: 0;
    text-align: left; }
    .catalog-category-view .leftcate #left-content-container .block-content dl dt img {
      float: right;
      position: relative;
      top: 6px;
      width: 14px;
      -webkit-transform: rotate(0deg);
      -moz-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
      -o-transform: rotate(0deg);
      transform: rotate(0deg);
      -webkit-transition: transform 0.25s ease-in-out 0s;
      -moz-transition: transform 0.25s ease-in-out 0s;
      -ms-transition: transform 0.25s ease-in-out 0s;
      -o-transition: transform 0.25s ease-in-out 0s;
      transition: transform 0.25s ease-in-out 0s; }
    .catalog-category-view .leftcate #left-content-container .block-content dl dt span.block-sub-title {
      color: #555555;
      font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
      font-size: 16px;
      font-weight: 600; }
    .catalog-category-view .leftcate #left-content-container .block-content dl dt.image-rotate img {
      -webkit-transform: rotate(225deg);
      -moz-transform: rotate(225deg);
      -ms-transform: rotate(225deg);
      -o-transform: rotate(225deg);
      transform: rotate(225deg);
      -webkit-transition: transform 0.25s ease-in-out 0s;
      -moz-transition: transform 0.25s ease-in-out 0s;
      -ms-transition: transform 0.25s ease-in-out 0s;
      -o-transition: transform 0.25s ease-in-out 0s;
      transition: transform 0.25s ease-in-out 0s; }
  .catalog-category-view .leftcate #left-content-container .block-content dl dd {
    display: none; }
    .catalog-category-view .leftcate #left-content-container .block-content dl dd.expand {
      display: block; }
    .catalog-category-view .leftcate #left-content-container .block-content dl dd ol {
      list-style: none;
      margin-left: 0;
      margin-top: 25px; }
      .catalog-category-view .leftcate #left-content-container .block-content dl dd ol li {
        border-bottom: 1px solid #DEDEDE;
        text-align: left; }
        .catalog-category-view .leftcate #left-content-container .block-content dl dd ol li a {
          color: #6d6d6d;
          font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
          font-size: 16px;
          text-decoration: none; }
    .catalog-category-view .leftcate #left-content-container .block-content dl dd .price #slider-range .ui-slider-range {
      background: #555555; }
    .catalog-category-view .leftcate #left-content-container .block-content dl dd .price #slider-range .ui-slider-handle {
      background: #edb63b; }
.catalog-category-view .leftcate #left-content-container .block-wishlist .block-content ol {
  list-style: none;
  margin-left: 0; }
  .catalog-category-view .leftcate #left-content-container .block-wishlist .block-content ol li.product-item-info .product-item-details {
    padding-top: 0;
    position: relative; }
    .catalog-category-view .leftcate #left-content-container .block-wishlist .block-content ol li.product-item-info .product-item-details .product-item-name {
      font-family: "futura-pt", sans-serif;
      font-size: 14px;
      text-align: left; }
      .catalog-category-view .leftcate #left-content-container .block-wishlist .block-content ol li.product-item-info .product-item-details .product-item-name a {
        color: #555555;
        text-decoration: none; }
    .catalog-category-view .leftcate #left-content-container .block-wishlist .block-content ol li.product-item-info .product-item-details .price-box {
      color: #444A58;
      font-family: "futura-pt", sans-serif;
      font-size: 14px;
      font-weight: 700; }
    .catalog-category-view .leftcate #left-content-container .block-wishlist .block-content ol li.product-item-info .product-item-details .actions {
      text-align: left; }
      .catalog-category-view .leftcate #left-content-container .block-wishlist .block-content ol li.product-item-info .product-item-details .actions .link-cart {
        background: #4bc798;
        border: 1px solid #4bc798;
        border-radius: 6px;
        color: #FFFFFF;
        display: inline-block;
        font-family: "futura-pt", sans-serif;
        font-size: 14px;
        margin-right: 0;
        max-width: 104px;
        min-width: 104px;
        padding: 8px;
        text-align: center;
        text-decoration: none;
        text-transform: uppercase;
        width: 100%; }
        .catalog-category-view .leftcate #left-content-container .block-wishlist .block-content ol li.product-item-info .product-item-details .actions .link-cart:hover, .catalog-category-view .leftcate #left-content-container .block-wishlist .block-content ol li.product-item-info .product-item-details .actions .link-cart:active, .catalog-category-view .leftcate #left-content-container .block-wishlist .block-content ol li.product-item-info .product-item-details .actions .link-cart:focus {
          background: #FFFFFF;
          border: 1px solid #4bc798;
          color: #4bc798; }
      .catalog-category-view .leftcate #left-content-container .block-wishlist .block-content ol li.product-item-info .product-item-details .actions .icon_holder img {
        bottom: 12px;
        position: absolute;
        right: 0;
        width: 15px; }
        @media screen and (max-width: 1024px) {
          .catalog-category-view .leftcate #left-content-container .block-wishlist .block-content ol li.product-item-info .product-item-details .actions .icon_holder img {
            bottom: 52px; } }
        @media screen and (max-width: 989px) {
          .catalog-category-view .leftcate #left-content-container .block-wishlist .block-content ol li.product-item-info .product-item-details .actions .icon_holder img {
            bottom: 12px; } }
  .catalog-category-view .leftcate #left-content-container .block-wishlist .block-content ol li.product-item-info .btn-remove {
    bottom: 4px !important;
    right: 0 !important;
    top: unset; }
.catalog-category-view .leftcate #left-content-container .block-wishlist .block-content .actions .btn-secondary {
  background: #edb63b;
  border: 1px solid #edb63b;
  border-radius: 6px;
  color: #FFFFFF;
  display: inline-block;
  font-family: "futura-pt", sans-serif;
  font-size: 14px;
  padding: 7px 18px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase; }
  .catalog-category-view .leftcate #left-content-container .block-wishlist .block-content .actions .btn-secondary:hover, .catalog-category-view .leftcate #left-content-container .block-wishlist .block-content .actions .btn-secondary:active, .catalog-category-view .leftcate #left-content-container .block-wishlist .block-content .actions .btn-secondary:focus {
    background: #FFFFFF;
    border: 1px solid #edb63b;
    color: #edb63b; }
.catalog-category-view .leftcate #left-content-container .block-compare .block-content ol {
  list-style: none;
  margin-left: 0; }
  .catalog-category-view .leftcate #left-content-container .block-compare .block-content ol li .product-item-info .product-item-details {
    padding-top: 8px;
    position: relative; }
    .catalog-category-view .leftcate #left-content-container .block-compare .block-content ol li .product-item-info .product-item-details .product-item-name {
      font-family: "futura-pt", sans-serif;
      font-size: 14px;
      text-align: left; }
      .catalog-category-view .leftcate #left-content-container .block-compare .block-content ol li .product-item-info .product-item-details .product-item-name a {
        color: #555555;
        text-decoration: none; }
    .catalog-category-view .leftcate #left-content-container .block-compare .block-content ol li .product-item-info .product-item-details .price-box {
      color: #444A58;
      font-family: "futura-pt", sans-serif;
      font-size: 14px;
      font-weight: 700; }
  .catalog-category-view .leftcate #left-content-container .block-compare .block-content ol li .product-item-info .btn-remove {
    bottom: 4px !important;
    right: 0 !important;
    top: unset; }
.catalog-category-view .leftcate #left-content-container .block-compare .block-content .actions .btn-primary {
  background: #555555;
  border: 1px solid #555555;
  border-radius: 6px;
  color: #FFFFFF;
  display: inline-block;
  font-family: "futura-pt", sans-serif;
  font-size: 16px;
  padding: 7px 18px;
  text-align: center;
  text-decoration: none; }
  .catalog-category-view .leftcate #left-content-container .block-compare .block-content .actions .btn-primary:hover, .catalog-category-view .leftcate #left-content-container .block-compare .block-content .actions .btn-primary:active, .catalog-category-view .leftcate #left-content-container .block-compare .block-content .actions .btn-primary:focus {
    background: #FFFFFF;
    border: 1px solid #555555;
    color: #555555; }
.catalog-category-view .leftcate #left-content-container .block-compare .block-content .actions .btn-default {
  background: #FFFFFF;
  border: 1px solid #555555;
  border-radius: 6px;
  color: #555555;
  display: inline-block;
  font-family: "futura-pt", sans-serif;
  font-size: 16px;
  padding: 7px 18px;
  text-align: center;
  text-decoration: none; }
  .catalog-category-view .leftcate #left-content-container .block-compare .block-content .actions .btn-default:hover, .catalog-category-view .leftcate #left-content-container .block-compare .block-content .actions .btn-default:active, .catalog-category-view .leftcate #left-content-container .block-compare .block-content .actions .btn-default:focus {
    background: #555555;
    border: 1px solid #555555;
    color: #FFFFFF; }

/*================================================================================
$ GENERAL
================================================================================*/
.catalog-category-view {
  /*================================================================================
  $ LIST VIEW
  ================================================================================*/ }
  .catalog-category-view .category_thumbnail {
    margin-bottom: 40px; }
    .catalog-category-view .category_thumbnail .category-image {
      text-align: left; }
  @media screen and (max-width: 479px) {
    .catalog-category-view .category-products ul .col-xs-6 {
      width: 100%; } }
  @media screen and (max-width: 479px) {
    .catalog-category-view .product-image-content {
      margin-bottom: 30px; } }
  @media screen and (max-width: 479px) {
    .catalog-category-view .product-image-content .img-responsive {
      margin: unset; } }
  .catalog-category-view .product-image-content .product-label.sale-label {
    display: none; }
  .catalog-category-view .product-image-content .new_in {
    background: #edb63b;
    border-radius: 0 0px 6px 0;
    color: #FFFFFF;
    font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
    font-size: 14px;
    max-width: 125px;
    padding: 5px;
    position: absolute;
    text-align: center;
    text-transform: uppercase;
    top: 0;
    width: 100%; }
  .catalog-category-view .product-image-content .clearance {
    background: #E36464;
    border-radius: 0 0px 6px 0;
    color: #FFFFFF;
    font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
    font-size: 14px;
    max-width: 125px;
    padding: 5px;
    position: absolute;
    text-align: center;
    text-transform: uppercase;
    top: 0;
    width: 100%; }
  .catalog-category-view .category-description {
    padding-bottom: 20px; }
    .catalog-category-view .category-description p {
      color: #6d6d6d;
      font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
      font-size: 16px;
      text-align: left; }
  .catalog-category-view .category-product-actions {
    border-top: 1px solid #f0f0f0;
    padding-bottom: 24px;
    padding-top: 22px; }
    .catalog-category-view .category-product-actions .toolbar-products {
      padding-bottom: 0; }
      @media screen and (max-width: 479px) {
        .catalog-category-view .category-product-actions .toolbar-products .view-mode {
          width: 48%; } }
      .catalog-category-view .category-product-actions .toolbar-products .view-mode .modes-label {
        color: #6d6d6d;
        font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
        font-size: 16px; }
      .catalog-category-view .category-product-actions .toolbar-products .view-mode .view-type {
        border: 0; }
        .catalog-category-view .category-product-actions .toolbar-products .view-mode .view-type img {
          width: 20px; }
        .catalog-category-view .category-product-actions .toolbar-products .view-mode .view-type:after {
          content: none; }
      .catalog-category-view .category-product-actions .toolbar-products .limiter.field {
        margin-bottom: 0;
        padding-bottom: 0; }
        @media screen and (max-width: 479px) {
          .catalog-category-view .category-product-actions .toolbar-products .limiter.field {
            width: 48%; } }
        .catalog-category-view .category-product-actions .toolbar-products .limiter.field .label {
          color: #6d6d6d;
          font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
          font-size: 16px; }
        .catalog-category-view .category-product-actions .toolbar-products .limiter.field .control .limiter-options {
          background-position: right 6px top 12px;
          border-radius: 6px;
          margin-bottom: 0;
          min-width: 70px; }
      @media screen and (max-width: 479px) {
        .catalog-category-view .category-product-actions .toolbar-products .toolbar-sorter {
          width: 48%; } }
      .catalog-category-view .category-product-actions .toolbar-products .toolbar-sorter .sorter-label {
        color: #6d6d6d;
        font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
        font-size: 16px; }
      .catalog-category-view .category-product-actions .toolbar-products .toolbar-sorter .sorter-options {
        background-position: right 6px top 12px;
        border-radius: 6px; }
      .catalog-category-view .category-product-actions .toolbar-products .toolbar-sorter .sort-asc img {
        width: 10px; }
      .catalog-category-view .category-product-actions .toolbar-products .toolbar-sorter .sort-asc:after {
        content: none; }
      .catalog-category-view .category-product-actions .toolbar-products .toolbar-sorter .sort-desc img {
        transform: rotate(180deg);
        width: 10px; }
      .catalog-category-view .category-product-actions .toolbar-products .toolbar-sorter .sort-desc:after {
        content: none; }
  .catalog-category-view .subcat_wrapper {
    margin-bottom: 40px;
    margin-top: 20px; }
    .catalog-category-view .subcat_wrapper .category_links {
      border: 2px solid #555555;
      border-radius: 6px;
      color: #555555;
      display: inline-block;
      font-family: "futura-pt", sans-serif;
      font-size: 16px;
      margin-bottom: 6px;
      margin-right: 20px;
      max-width: 174px;
      min-width: 174px;
      padding: 7px 18px;
      text-align: center;
      text-decoration: none;
      width: 100%; }
      @media screen and (max-width: 479px) {
        .catalog-category-view .subcat_wrapper .category_links {
          margin-bottom: 10px;
          max-width: none; } }
      .catalog-category-view .subcat_wrapper .category_links:hover, .catalog-category-view .subcat_wrapper .category_links:active, .catalog-category-view .subcat_wrapper .category_links:focus {
        background: #555555;
        border: 2px solid #555555;
        color: #FFFFFF; }
  .catalog-category-view #product-list-container {
    /*================================================================================
    $ GRID VIEW
    ================================================================================*/ }
    .catalog-category-view #product-list-container .category-products .products-list .product-item-info.item.last.even {
      border-bottom: transparent; }
    .catalog-category-view #product-list-container .category-products .products-list .product-item-details {
      padding-top: 0; }
      .catalog-category-view #product-list-container .category-products .products-list .product-item-details .product-name {
        font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
        font-size: 16px;
        margin-bottom: 0;
        min-height: 50px;
        text-align: left;
        text-decoration: none; }
        .catalog-category-view #product-list-container .category-products .products-list .product-item-details .product-name a {
          color: #6d6d6d; }
      .catalog-category-view #product-list-container .category-products .products-list .product-item-details .sku_colour {
        color: #6d6d6d;
        font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
        font-size: 16px;
        margin-bottom: 0;
        margin-top: 0;
        text-align: left; }
      .catalog-category-view #product-list-container .category-products .products-list .product-item-details .ratings {
        margin-top: 10px; }
        .catalog-category-view #product-list-container .category-products .products-list .product-item-details .ratings .rating-box {
          float: left;
          margin-right: 10px;
          margin-top: 5px; }
          .catalog-category-view #product-list-container .category-products .products-list .product-item-details .ratings .rating-box .rating:before {
            color: #edb63b; }
        .catalog-category-view #product-list-container .category-products .products-list .product-item-details .ratings .rating-links {
          float: left;
          margin-top: 0; }
      .catalog-category-view #product-list-container .category-products .products-list .product-item-details .no-rating {
        margin-top: 10px;
        text-align: left; }
      .catalog-category-view #product-list-container .category-products .products-list .product-item-details .price-box .regular-price .price {
        color: #555555;
        font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
        font-size: 16px;
        font-weight: bold; }
      .catalog-category-view #product-list-container .category-products .products-list .product-item-details .price-box .old-price {
        float: left;
        margin-left: 0; }
        .catalog-category-view #product-list-container .category-products .products-list .product-item-details .price-box .old-price > span {
          color: #555555;
          font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
          font-size: 16px;
          font-weight: bold; }
      .catalog-category-view #product-list-container .category-products .products-list .product-item-details .price-box .special-price {
        float: left;
        margin-left: 20px;
        margin-top: 0; }
        .catalog-category-view #product-list-container .category-products .products-list .product-item-details .price-box .special-price > span {
          color: #E36464;
          font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
          font-size: 16px;
          font-weight: bold; }
      .catalog-category-view #product-list-container .category-products .products-list .product-item-details .product-item-description {
        color: #6d6d6d;
        font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
        font-size: 16px; }
      .catalog-category-view #product-list-container .category-products .products-list .product-item-details ul.actions-link {
        list-style: none;
        margin-left: 0; }
        .catalog-category-view #product-list-container .category-products .products-list .product-item-details ul.actions-link li {
          margin-top: 0; }
          .catalog-category-view #product-list-container .category-products .products-list .product-item-details ul.actions-link li .product-more-info {
            border: 2px solid #4bc798;
            border-radius: 6px;
            color: #4bc798;
            float: left;
            font-family: "futura-pt", sans-serif;
            font-size: 16px;
            font-weight: 400;
            margin-right: 10px;
            max-width: 124px;
            min-width: 124px;
            text-decoration: none;
            text-transform: uppercase;
            width: 100%; }
            .catalog-category-view #product-list-container .category-products .products-list .product-item-details ul.actions-link li .product-more-info:hover, .catalog-category-view #product-list-container .category-products .products-list .product-item-details ul.actions-link li .product-more-info:active, .catalog-category-view #product-list-container .category-products .products-list .product-item-details ul.actions-link li .product-more-info:focus {
              background: #4bc798;
              border: 2px solid #4bc798;
              color: #FFFFFF; }
            .catalog-category-view #product-list-container .category-products .products-list .product-item-details ul.actions-link li .product-more-info.buy_now {
              background: #4bc798;
              border: 2px solid #4bc798;
              color: #FFFFFF; }
              .catalog-category-view #product-list-container .category-products .products-list .product-item-details ul.actions-link li .product-more-info.buy_now:hover, .catalog-category-view #product-list-container .category-products .products-list .product-item-details ul.actions-link li .product-more-info.buy_now:active, .catalog-category-view #product-list-container .category-products .products-list .product-item-details ul.actions-link li .product-more-info.buy_now:focus {
                background: transparent;
                border: 2px solid #4bc798;
                color: #4bc798; }
          .catalog-category-view #product-list-container .category-products .products-list .product-item-details ul.actions-link li.secondary {
            float: right; }
            .catalog-category-view #product-list-container .category-products .products-list .product-item-details ul.actions-link li.secondary button {
              border: 0; }
              .catalog-category-view #product-list-container .category-products .products-list .product-item-details ul.actions-link li.secondary button:hover, .catalog-category-view #product-list-container .category-products .products-list .product-item-details ul.actions-link li.secondary button:active, .catalog-category-view #product-list-container .category-products .products-list .product-item-details ul.actions-link li.secondary button:focus {
                background: transparent; }
    .catalog-category-view #product-list-container ul.products-grid {
      list-style: none; }
      .catalog-category-view #product-list-container ul.products-grid li {
        margin-top: 0; }
        .catalog-category-view #product-list-container ul.products-grid li .product-item-info:hover .product-top a:after, .catalog-category-view #product-list-container ul.products-grid li .product-item-info:active .product-top a:after, .catalog-category-view #product-list-container ul.products-grid li .product-item-info:focus .product-top a:after {
          background-color: transparent;
          opacity: 0; }
        .catalog-category-view #product-list-container ul.products-grid li .product-item-info .product-top {
          position: relative; }
          .catalog-category-view #product-list-container ul.products-grid li .product-item-info .product-top a img {
            border: 1px solid #EBEBEB; }
          .catalog-category-view #product-list-container ul.products-grid li .product-item-info .product-top a .new_in {
            background: #edb63b;
            border-radius: 0 0px 6px 0;
            color: #FFFFFF;
            font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
            font-size: 14px;
            left: 0;
            max-width: 125px;
            padding: 5px;
            position: absolute;
            text-align: center;
            text-transform: uppercase;
            top: 0;
            width: 100%; }
          .catalog-category-view #product-list-container ul.products-grid li .product-item-info .product-top a .clearance {
            background: #E36464;
            border-radius: 0 0px 6px 0;
            color: #FFFFFF;
            font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
            font-size: 14px;
            left: 0;
            max-width: 125px;
            padding: 5px;
            position: absolute;
            text-align: center;
            text-transform: uppercase;
            top: 0;
            width: 100%; }
          .catalog-category-view #product-list-container ul.products-grid li .product-item-info .product-top .product-label.sale-label {
            display: none; }
          .catalog-category-view #product-list-container ul.products-grid li .product-item-info .product-top .actions-link {
            background: transparent; }
            .catalog-category-view #product-list-container ul.products-grid li .product-item-info .product-top .actions-link li .action {
              background-color: transparent;
              border: 0; }
              .catalog-category-view #product-list-container ul.products-grid li .product-item-info .product-top .actions-link li .action:hover, .catalog-category-view #product-list-container ul.products-grid li .product-item-info .product-top .actions-link li .action:active, .catalog-category-view #product-list-container ul.products-grid li .product-item-info .product-top .actions-link li .action:focus {
                background: transparent;
                border-color: transparent; }
              .catalog-category-view #product-list-container ul.products-grid li .product-item-info .product-top .actions-link li .action img {
                width: 20px; }
        .catalog-category-view #product-list-container ul.products-grid li .product-item-info .product-desc .product-name {
          font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
          font-size: 16px;
          margin-bottom: 0;
          min-height: 50px;
          text-align: left;
          text-decoration: none; }
          .catalog-category-view #product-list-container ul.products-grid li .product-item-info .product-desc .product-name a {
            color: #6d6d6d;
            text-decoration: none; }
        .catalog-category-view #product-list-container ul.products-grid li .product-item-info .product-desc .sku_colour {
          color: #6d6d6d;
          font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
          font-size: 16px;
          margin-bottom: 0;
          margin-top: 0;
          text-align: left; }
        .catalog-category-view #product-list-container ul.products-grid li .product-item-info .product-desc .price-box {
          padding-top: 20px; }
          .catalog-category-view #product-list-container ul.products-grid li .product-item-info .product-desc .price-box span .price {
            color: #555555;
            font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
            font-size: 16px;
            font-weight: bold; }
          .catalog-category-view #product-list-container ul.products-grid li .product-item-info .product-desc .price-box .old-price {
            float: left;
            margin-left: 0; }
            .catalog-category-view #product-list-container ul.products-grid li .product-item-info .product-desc .price-box .old-price > span {
              color: #555555;
              font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
              font-size: 16px;
              font-weight: bold; }
          .catalog-category-view #product-list-container ul.products-grid li .product-item-info .product-desc .price-box .special-price {
            float: left;
            margin-left: 20px;
            margin-top: 0; }
            .catalog-category-view #product-list-container ul.products-grid li .product-item-info .product-desc .price-box .special-price > span {
              color: #E36464;
              font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
              font-size: 16px;
              font-weight: bold; }
        .catalog-category-view #product-list-container ul.products-grid li .product-item-info .product-desc .product-more-info {
          border: 2px solid #4bc798;
          border-radius: 6px;
          color: #4bc798;
          float: left;
          font-family: "futura-pt", sans-serif;
          font-size: 16px;
          font-weight: 400;
          margin-bottom: 50px;
          margin-right: 10px;
          margin-top: 20px;
          max-width: 124px;
          padding: 10px;
          text-decoration: none;
          text-transform: uppercase;
          width: 100%; }
          .catalog-category-view #product-list-container ul.products-grid li .product-item-info .product-desc .product-more-info:hover, .catalog-category-view #product-list-container ul.products-grid li .product-item-info .product-desc .product-more-info:active, .catalog-category-view #product-list-container ul.products-grid li .product-item-info .product-desc .product-more-info:focus {
            background: #4bc798;
            border: 2px solid #4bc798;
            color: #FFFFFF;
            padding: 10px; }
          .catalog-category-view #product-list-container ul.products-grid li .product-item-info .product-desc .product-more-info.buy_now {
            background: #4bc798;
            border: 2px solid #4bc798;
            color: #FFFFFF; }
            .catalog-category-view #product-list-container ul.products-grid li .product-item-info .product-desc .product-more-info.buy_now:hover, .catalog-category-view #product-list-container ul.products-grid li .product-item-info .product-desc .product-more-info.buy_now:active, .catalog-category-view #product-list-container ul.products-grid li .product-item-info .product-desc .product-more-info.buy_now:focus {
              background: transparent;
              border: 2px solid #4bc798;
              color: #4bc798; }
    .catalog-category-view #product-list-container .bottom-toolbar {
      border-top: 1px solid #ebebeb;
      display: block;
      float: right;
      padding-top: 20px;
      width: 100%; }
      .catalog-category-view #product-list-container .bottom-toolbar ul.pagination {
        float: right;
        margin: unset; }
        .catalog-category-view #product-list-container .bottom-toolbar ul.pagination li {
          margin-top: 0; }
          .catalog-category-view #product-list-container .bottom-toolbar ul.pagination li a {
            border: 1px solid #555555;
            border-radius: 6px;
            color: #555555;
            height: 30px;
            line-height: 28px;
            width: 30px; }
            .catalog-category-view #product-list-container .bottom-toolbar ul.pagination li a:hover, .catalog-category-view #product-list-container .bottom-toolbar ul.pagination li a:active, .catalog-category-view #product-list-container .bottom-toolbar ul.pagination li a:focus {
              background: transparent; }
          .catalog-category-view #product-list-container .bottom-toolbar ul.pagination li.active a {
            background: #555555;
            border-color: transparent;
            color: #FFFFFF; }

.catalogsearch-result-index .bottom-toolbar {
  border-top: 1px solid #ebebeb;
  display: block;
  float: right;
  padding-top: 20px;
  width: 100%; }
  .catalogsearch-result-index .bottom-toolbar ul.pagination {
    float: right;
    margin: unset; }
    .catalogsearch-result-index .bottom-toolbar ul.pagination li {
      margin-top: 0; }
      .catalogsearch-result-index .bottom-toolbar ul.pagination li a {
        border: 1px solid #555555;
        border-radius: 6px;
        color: #555555;
        height: 30px;
        line-height: 28px;
        width: 30px; }
        .catalogsearch-result-index .bottom-toolbar ul.pagination li a:hover, .catalogsearch-result-index .bottom-toolbar ul.pagination li a:active, .catalogsearch-result-index .bottom-toolbar ul.pagination li a:focus {
          background: transparent; }
      .catalogsearch-result-index .bottom-toolbar ul.pagination li.active a {
        background: #555555;
        border-color: transparent;
        color: #FFFFFF; }

/* ====== PRODUCT PAGE ====== */
/* ======
PRODUCT PAGE
    - General
====== */
/*================================================================================
$ OVERRIDES
================================================================================*/
.item .product-top .product-image.available-hover:hover .main-image,
.item .product-image-content .product-image.available-hover:hover .main-image {
  display: none; }
.item .product-top .product-image.available-hover:hover .hover-image,
.item .product-image-content .product-image.available-hover:hover .hover-image {
  display: block; }
.item .product-top .product-image.available-hover .hover-image,
.item .product-image-content .product-image.available-hover .hover-image {
  display: none; }

#box-description .std {
  color: #000000;
  text-align: left; }
  #box-description .std ul, #box-description .std li, #box-description .std p, #box-description .std strong, #box-description .std span {
    color: #000000;
    text-align: left; }

.more-views.videos-section {
  margin-top: 15px; }
  .more-views.videos-section .videos-list {
    float: left;
    list-style: none;
    margin: 0;
    width: 100%; }
    .more-views.videos-section .videos-list > li {
      float: left;
      width: auto; }
      .more-views.videos-section .videos-list > li > a {
        display: block;
        width: 100%; }
      .more-views.videos-section .videos-list > li img {
        display: block; }

.category-i-stay .btn-shop #product-addtocart-button {
  background: #8c1914 !important;
  background-image: url("../images/white-shopping-trolley.svg") !important;
  background-position: 20px center !important;
  background-repeat: no-repeat !important;
  background-size: 18px !important;
  border: 1px solid #8c1914 !important;
  padding-left: 44px !important; }
  @media screen and (max-width: 989px) {
    .category-i-stay .btn-shop #product-addtocart-button {
      background-position: 110px center !important; } }
  @media screen and (max-width: 349px) {
    .category-i-stay .btn-shop #product-addtocart-button {
      background-position: 88px center !important; } }
  .category-i-stay .btn-shop #product-addtocart-button:hover, .category-i-stay .btn-shop #product-addtocart-button:active, .category-i-stay .btn-shop #product-addtocart-button:focus {
    background: #FFFFFF !important;
    background-image: url("../images/red-shopping-trolley.svg") !important;
    background-position: 20px center !important;
    background-repeat: no-repeat !important;
    background-size: 18px !important;
    border: 1px solid #8c1914 !important;
    color: #8c1914 !important;
    padding-left: 44px !important; }
    @media screen and (max-width: 989px) {
      .category-i-stay .btn-shop #product-addtocart-button:hover, .category-i-stay .btn-shop #product-addtocart-button:active, .category-i-stay .btn-shop #product-addtocart-button:focus {
        background-position: 110px center !important; } }
    @media screen and (max-width: 349px) {
      .category-i-stay .btn-shop #product-addtocart-button:hover, .category-i-stay .btn-shop #product-addtocart-button:active, .category-i-stay .btn-shop #product-addtocart-button:focus {
        background-position: 88px center !important; } }

.product-view-detail .fa.fa-search { color: #FFFFFF; }
.product-view-detail .btn-shop { margin-bottom: 25px; /* width:100%; */}
 .product-view-detail .paypal-logo { float:right;  /* display: none; */ }

/*================================================================================
$ GENERAL
================================================================================*/
@media screen and (max-width: 1024px) {
  .catalog-product-view .breadcrumbs-content .breadcrumbs-title, .review-product-list .breadcrumbs-content .breadcrumbs-title {
    float: left;
    padding: 20px 0px 0px 0 !important;
    width: 100%; } }
@media screen and (max-width: 669px) {
  .catalog-product-view .breadcrumbs-content .breadcrumbs-title, .review-product-list .breadcrumbs-content .breadcrumbs-title {
    float: none; } }
@media screen and (max-width: 1024px) {
  .catalog-product-view .breadcrumbs-content .breadcrumb, .review-product-list .breadcrumbs-content .breadcrumb {
    float: left;
    padding: 10px 0 20px 4px;
    text-align: left;
    width: 100%; } }
@media screen and (max-width: 669px) {
  .catalog-product-view .breadcrumbs-content .breadcrumb, .review-product-list .breadcrumbs-content .breadcrumb {
    float: none; } }
.catalog-product-view .col-main, .review-product-list .col-main {
  width: 100%; }
  .catalog-product-view .col-main .product-img-box #main-images, .review-product-list .col-main .product-img-box #main-images {
    border: 1px solid #ebebeb; }
    .catalog-product-view .col-main .product-img-box #main-images .new_in, .review-product-list .col-main .product-img-box #main-images .new_in {
      background: #edb63b;
      border-radius: 0 0px 6px 0;
      color: #FFFFFF;
      font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
      font-size: 14px;
      max-width: 125px;
      padding: 5px;
      position: absolute;
      text-align: center;
      text-transform: uppercase;
      top: 0;
      width: 100%; }
    .catalog-product-view .col-main .product-img-box #main-images .clearance, .review-product-list .col-main .product-img-box #main-images .clearance {
      background: #E36464;
      border-radius: 0 0px 6px 0;
      color: #FFFFFF;
      font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
      font-size: 14px;
      max-width: 125px;
      padding: 5px;
      position: absolute;
      text-align: center;
      text-transform: uppercase;
      top: 0;
      width: 100%; }
  .catalog-product-view .col-main .product-img-box .thumbnails, .review-product-list .col-main .product-img-box .thumbnails {
    padding-left: 0; }
    .catalog-product-view .col-main .product-img-box .thumbnails .item, .review-product-list .col-main .product-img-box .thumbnails .item {
      padding-left: 0; }
      .catalog-product-view .col-main .product-img-box .thumbnails .item .image-media, .review-product-list .col-main .product-img-box .thumbnails .item .image-media {
        border: 1px solid #ebebeb; }
        .catalog-product-view .col-main .product-img-box .thumbnails .item .image-media:active, .catalog-product-view .col-main .product-img-box .thumbnails .item .image-media:focus, .catalog-product-view .col-main .product-img-box .thumbnails .item .image-media:hover, .review-product-list .col-main .product-img-box .thumbnails .item .image-media:active, .review-product-list .col-main .product-img-box .thumbnails .item .image-media:focus, .review-product-list .col-main .product-img-box .thumbnails .item .image-media:hover {
          border: 1px solid #555555; }
  @media screen and (max-width: 989px) {
    .catalog-product-view .col-main .product-shop .product-name, .review-product-list .col-main .product-shop .product-name {
      min-height: 140px; } }
  .catalog-product-view .col-main .product-shop .product-name > h1, .review-product-list .col-main .product-shop .product-name > h1 {
    color: #555555;
    font-family: "futura-pt", sans-serif;
    font-size: 30px;
    margin-top: 0;
    text-align: left; }
  @media screen and (max-width: 989px) {
    .catalog-product-view .col-main .product-shop .ratings, .review-product-list .col-main .product-shop .ratings {
      overflow: unset; } }
  .catalog-product-view .col-main .product-shop .ratings .rating-box, .review-product-list .col-main .product-shop .ratings .rating-box {
    float: left;
    margin-right: 12px; }
    .catalog-product-view .col-main .product-shop .ratings .rating-box .rating:before, .review-product-list .col-main .product-shop .ratings .rating-box .rating:before {
      color: #edb63b; }
  .catalog-product-view .col-main .product-shop .ratings .rating-links, .review-product-list .col-main .product-shop .ratings .rating-links {
    float: left;
    margin-top: 0;
    position: relative;
    top: -4px; }
    .catalog-product-view .col-main .product-shop .ratings .rating-links a, .review-product-list .col-main .product-shop .ratings .rating-links a {
      font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
      font-size: 14px; }
  .catalog-product-view .col-main .product-shop .no-rating, .review-product-list .col-main .product-shop .no-rating {
    margin-bottom: 10px;
    text-align: left; }
    .catalog-product-view .col-main .product-shop .no-rating a, .review-product-list .col-main .product-shop .no-rating a {
      font-family: "futura-pt", sans-serif; }
  .catalog-product-view .col-main .product-shop .availability, .review-product-list .col-main .product-shop .availability {
    margin-top: 6px; }
    .catalog-product-view .col-main .product-shop .availability span, .review-product-list .col-main .product-shop .availability span {
      color: #6d6d6d;
      font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
      font-size: 16px; }
      .catalog-product-view .col-main .product-shop .availability span .color-theme, .review-product-list .col-main .product-shop .availability span .color-theme {
        color: #4bc798; }
  .catalog-product-view .col-main .product-shop .price-box, .review-product-list .col-main .product-shop .price-box {
    margin-top: 15px; }
    @media screen and (max-width: 989px) {
      .catalog-product-view .col-main .product-shop .price-box, .review-product-list .col-main .product-shop .price-box {
        margin-top: 20px; } }
    .catalog-product-view .col-main .product-shop .price-box .regular-price .price, .review-product-list .col-main .product-shop .price-box .regular-price .price {
      color: #444A58;
      font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
      font-size: 20px;
      font-weight: bold; }
    .catalog-product-view .col-main .product-shop .price-box .old-price, .review-product-list .col-main .product-shop .price-box .old-price {
      float: left;
      margin-left: 0; }
      .catalog-product-view .col-main .product-shop .price-box .old-price > span, .review-product-list .col-main .product-shop .price-box .old-price > span {
        color: #555555;
        font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
        font-size: 16px;
        font-weight: bold; }
    .catalog-product-view .col-main .product-shop .price-box .special-price, .review-product-list .col-main .product-shop .price-box .special-price {
      float: left;
      margin-left: 20px;
      margin-top: 0; }
      .catalog-product-view .col-main .product-shop .price-box .special-price > span, .review-product-list .col-main .product-shop .price-box .special-price > span {
        color: #E36464;
        font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
        font-size: 16px;
        font-weight: bold; }
  .catalog-product-view .col-main .product-shop .clear, .review-product-list .col-main .product-shop .clear {
    border-top: 1px solid #ebebeb;
    margin-top: 20px;
    width: 100%; }
  .catalog-product-view .col-main .product-shop .product_logo, .review-product-list .col-main .product-shop .product_logo {
    float: right;
    margin-top: 26px;
    max-width: 130px;
    width: 100%; }
    .catalog-product-view .col-main .product-shop .product_logo.istay, .review-product-list .col-main .product-shop .product_logo.istay {
      margin-top: 42px; }
  .catalog-product-view .col-main .product-shop .additional_wrapper, .review-product-list .col-main .product-shop .additional_wrapper {
    padding: 25px 0; }
    .catalog-product-view .col-main .product-shop .additional_wrapper .additional_product_info p, .review-product-list .col-main .product-shop .additional_wrapper .additional_product_info p {
      font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
      font-size: 16px;
      font-weight: bold;
      text-align: left; }
      .catalog-product-view .col-main .product-shop .additional_wrapper .additional_product_info p span, .review-product-list .col-main .product-shop .additional_wrapper .additional_product_info p span {
        font-weight: 100; }
    .catalog-product-view .col-main .product-shop .additional_wrapper .additional_product_info.sku, .review-product-list .col-main .product-shop .additional_wrapper .additional_product_info.sku {
      padding-top: 14px; }
  .catalog-product-view .col-main .product-shop .short-description, .review-product-list .col-main .product-shop .short-description {
    border-top: 1px solid #ebebeb;
    color: #6d6d6d;
    font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
    font-size: 16px;
    padding: 27px 0; }
  .catalog-product-view .col-main .product-shop .add-to-box, .review-product-list .col-main .product-shop .add-to-box {
    margin-top: 30px; }
    .catalog-product-view .col-main .product-shop .add-to-box > hr, .review-product-list .col-main .product-shop .add-to-box > hr {
      display: none; }
  .catalog-product-view .col-main .product-shop .qty-product-buy .form-group .title, .review-product-list .col-main .product-shop .qty-product-buy .form-group .title {
    color: #656565;
    font-family: Lato, Helvetica, sans-serif;
    font-size: 16px;
    position: relative;
    top: 10px; }
    .catalog-product-view .col-main .product-shop .qty-product-buy .form-group .title:after, .review-product-list .col-main .product-shop .qty-product-buy .form-group .title:after {
      display: none; }
  .catalog-product-view .col-main .product-shop .qty-product-buy .form-group .box-qty, .review-product-list .col-main .product-shop .qty-product-buy .form-group .box-qty {
    max-width: 100%;
    width: 100%; }
    .catalog-product-view .col-main .product-shop .qty-product-buy .form-group .box-qty span, .review-product-list .col-main .product-shop .qty-product-buy .form-group .box-qty span {
      width: 60px; }
    .catalog-product-view .col-main .product-shop .qty-product-buy .form-group .box-qty .input-qty-product, .review-product-list .col-main .product-shop .qty-product-buy .form-group .box-qty .input-qty-product {
      width: 100% !important; }
  @media screen and (max-width: 989px) {
    .catalog-product-view .col-main .product-shop .btn-shop, .review-product-list .col-main .product-shop .btn-shop {
      width: 100%; } }
  .catalog-product-view .col-main .product-shop .add-to-links, .review-product-list .col-main .product-shop .add-to-links {
    margin-top: -10px; }
    @media screen and (max-width: 989px) {
      .catalog-product-view .col-main .product-shop .add-to-links, .review-product-list .col-main .product-shop .add-to-links {
        margin-left: 0;
        margin-top: 0; } }
    .catalog-product-view .col-main .product-shop .add-to-links li a, .review-product-list .col-main .product-shop .add-to-links li a {
      border: 0; }
      .catalog-product-view .col-main .product-shop .add-to-links li a:hover, .catalog-product-view .col-main .product-shop .add-to-links li a:active, .catalog-product-view .col-main .product-shop .add-to-links li a:focus, .review-product-list .col-main .product-shop .add-to-links li a:hover, .review-product-list .col-main .product-shop .add-to-links li a:active, .review-product-list .col-main .product-shop .add-to-links li a:focus {
        background: transparent;
        border-color: transparent; }
  .catalog-product-view .col-main .product-shop #product-addtocart-button, .review-product-list .col-main .product-shop #product-addtocart-button {
    background: #4bc798;
    background-image: url("../images/white-shopping-trolley.svg");
    background-position: 20px center;
    background-repeat: no-repeat;
    background-size: 18px;
    border: 1px solid #4bc798;
    border-radius: 6px;
    color: #FFFFFF;
    max-width: 167px;
    min-width: 167px;
    padding-left: 44px;
    text-transform: uppercase;
    width: 100%; }
    @media screen and (max-width: 989px) {
      .catalog-product-view .col-main .product-shop #product-addtocart-button, .review-product-list .col-main .product-shop #product-addtocart-button {
        background-position: 110px center;
        max-width: none; } }
    @media screen and (max-width: 349px) {
      .catalog-product-view .col-main .product-shop #product-addtocart-button, .review-product-list .col-main .product-shop #product-addtocart-button {
        background-position: 88px center !important; } }
    .catalog-product-view .col-main .product-shop #product-addtocart-button:hover, .catalog-product-view .col-main .product-shop #product-addtocart-button:active, .catalog-product-view .col-main .product-shop #product-addtocart-button:focus, .review-product-list .col-main .product-shop #product-addtocart-button:hover, .review-product-list .col-main .product-shop #product-addtocart-button:active, .review-product-list .col-main .product-shop #product-addtocart-button:focus {
      background: #FFFFFF;
      background-image: url("../images/green-shopping-trolley.svg");
      background-position: 20px center;
      background-repeat: no-repeat;
      background-size: 18px;
      border: 1px solid #4bc798;
      color: #4bc798;
      padding-left: 44px; }
      @media screen and (max-width: 989px) {
        .catalog-product-view .col-main .product-shop #product-addtocart-button:hover, .catalog-product-view .col-main .product-shop #product-addtocart-button:active, .catalog-product-view .col-main .product-shop #product-addtocart-button:focus, .review-product-list .col-main .product-shop #product-addtocart-button:hover, .review-product-list .col-main .product-shop #product-addtocart-button:active, .review-product-list .col-main .product-shop #product-addtocart-button:focus {
          background-position: 110px center; } }
      @media screen and (max-width: 349px) {
        .catalog-product-view .col-main .product-shop #product-addtocart-button:hover, .catalog-product-view .col-main .product-shop #product-addtocart-button:active, .catalog-product-view .col-main .product-shop #product-addtocart-button:focus, .review-product-list .col-main .product-shop #product-addtocart-button:hover, .review-product-list .col-main .product-shop #product-addtocart-button:active, .review-product-list .col-main .product-shop #product-addtocart-button:focus {
          background-position: 88px center !important; } }
    .catalog-product-view .col-main .product-shop #product-addtocart-button .fa, .review-product-list .col-main .product-shop #product-addtocart-button .fa {
      display: none; }
  .catalog-product-view .col-main #product_tabs ul.nav, .review-product-list .col-main #product_tabs ul.nav {
    margin-left: 0; }
    .catalog-product-view .col-main #product_tabs ul.nav li, .review-product-list .col-main #product_tabs ul.nav li {
      margin-top: 0;
      width: 163px; }
      .catalog-product-view .col-main #product_tabs ul.nav li:hover, .catalog-product-view .col-main #product_tabs ul.nav li:active, .catalog-product-view .col-main #product_tabs ul.nav li:focus, .review-product-list .col-main #product_tabs ul.nav li:hover, .review-product-list .col-main #product_tabs ul.nav li:active, .review-product-list .col-main #product_tabs ul.nav li:focus {
        background: #707070; }
        .catalog-product-view .col-main #product_tabs ul.nav li:hover a, .catalog-product-view .col-main #product_tabs ul.nav li:active a, .catalog-product-view .col-main #product_tabs ul.nav li:focus a, .review-product-list .col-main #product_tabs ul.nav li:hover a, .review-product-list .col-main #product_tabs ul.nav li:active a, .review-product-list .col-main #product_tabs ul.nav li:focus a {
          color: #FFFFFF; }
      .catalog-product-view .col-main #product_tabs ul.nav li a, .review-product-list .col-main #product_tabs ul.nav li a {
        border: 1px solid #EBEBEB;
        color: #444A58;
        font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
        font-size: 16px;
        font-weight: bold;
        padding: 12px 19px; }
      .catalog-product-view .col-main #product_tabs ul.nav li.active, .review-product-list .col-main #product_tabs ul.nav li.active {
        background: #707070; }
        .catalog-product-view .col-main #product_tabs ul.nav li.active a, .review-product-list .col-main #product_tabs ul.nav li.active a {
          color: #FFFFFF; }
  .catalog-product-view .col-main #product_tabs .tab-content #box-description .std, .review-product-list .col-main #product_tabs .tab-content #box-description .std {
    color: #6D6D6D;
    font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
    font-size: 16px;
    max-width: 850px;
    width: 100%; }
    .catalog-product-view .col-main #product_tabs .tab-content #box-description .std ul, .review-product-list .col-main #product_tabs .tab-content #box-description .std ul {
      list-style-type: disc;
      margin-left: 0;
      margin-top: 30px;
      padding-left: 0;
      text-align: left; }
    .catalog-product-view .col-main #product_tabs .tab-content #box-description .std .product-description__attribute-box, .review-product-list .col-main #product_tabs .tab-content #box-description .std .product-description__attribute-box {
      float: right;
      max-width: 250px;
      width: 100%; }
      @media screen and (max-width: 989px) {
        .catalog-product-view .col-main #product_tabs .tab-content #box-description .std .product-description__attribute-box, .review-product-list .col-main #product_tabs .tab-content #box-description .std .product-description__attribute-box {
          margin-bottom: 20px;
          max-width: none; } }
      .catalog-product-view .col-main #product_tabs .tab-content #box-description .std .product-description__attribute-box p, .review-product-list .col-main #product_tabs .tab-content #box-description .std .product-description__attribute-box p {
        color: #6D6D6D;
        font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
        font-weight: normal;
        text-align: left; }
  .catalog-product-view .col-main #product_tabs .tab-content #customer-reviews h3, .review-product-list .col-main #product_tabs .tab-content #customer-reviews h3 {
    color: #6d6d6d;
    font-family: "futura-pt", sans-serif;
    font-size: 18px;
    text-align: left; }
  .catalog-product-view .col-main #product_tabs .tab-content #customer-reviews .review-items .review-title a, .review-product-list .col-main #product_tabs .tab-content #customer-reviews .review-items .review-title a {
    color: #444A58;
    font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
    font-size: 16px; }
    .catalog-product-view .col-main #product_tabs .tab-content #customer-reviews .review-items .review-title a:hover, .catalog-product-view .col-main #product_tabs .tab-content #customer-reviews .review-items .review-title a:active, .catalog-product-view .col-main #product_tabs .tab-content #customer-reviews .review-items .review-title a:focus, .review-product-list .col-main #product_tabs .tab-content #customer-reviews .review-items .review-title a:hover, .review-product-list .col-main #product_tabs .tab-content #customer-reviews .review-items .review-title a:active, .review-product-list .col-main #product_tabs .tab-content #customer-reviews .review-items .review-title a:focus {
      color: #edb63b; }
  .catalog-product-view .col-main #product_tabs .tab-content #customer-reviews .review-items .ratings-table tbody tr th, .review-product-list .col-main #product_tabs .tab-content #customer-reviews .review-items .ratings-table tbody tr th {
    color: #444A58;
    font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
    font-size: 14px;
    padding-left: 15px; }
  .catalog-product-view .col-main #product_tabs .tab-content #customer-reviews .review-items .ratings-table tbody tr td, .review-product-list .col-main #product_tabs .tab-content #customer-reviews .review-items .ratings-table tbody tr td {
    padding: 7px; }
    .catalog-product-view .col-main #product_tabs .tab-content #customer-reviews .review-items .ratings-table tbody tr td .rating-box .rating span:before, .review-product-list .col-main #product_tabs .tab-content #customer-reviews .review-items .ratings-table tbody tr td .rating-box .rating span:before {
      color: #edb63b; }
  .catalog-product-view .col-main #product_tabs .tab-content #customer-reviews .review-items .review-content, .review-product-list .col-main #product_tabs .tab-content #customer-reviews .review-items .review-content {
    color: #444A58;
    font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
    font-size: 16px; }
  .catalog-product-view .col-main #product_tabs .tab-content #customer-reviews .review-items .review-details, .review-product-list .col-main #product_tabs .tab-content #customer-reviews .review-items .review-details {
    color: #444A58;
    font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
    font-size: 16px; }
  .catalog-product-view .col-main #product_tabs .tab-content #customer-reviews .form-add h4, .review-product-list .col-main #product_tabs .tab-content #customer-reviews .form-add h4 {
    color: #6d6d6d;
    font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
    font-size: 16px;
    font-weight: bold;
    text-align: left; }
    .catalog-product-view .col-main #product_tabs .tab-content #customer-reviews .form-add h4 span, .review-product-list .col-main #product_tabs .tab-content #customer-reviews .form-add h4 span {
      color: #edb63b;
      font-weight: bold; }
  .catalog-product-view .col-main #product_tabs .tab-content #customer-reviews .form-add #product-review-table label span, .review-product-list .col-main #product_tabs .tab-content #customer-reviews .form-add #product-review-table label span {
    color: #555555;
    font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
    font-size: 16px; }
  .catalog-product-view .col-main #product_tabs .tab-content #customer-reviews .form-add #product-review-table .review-control-vote label:before, .review-product-list .col-main #product_tabs .tab-content #customer-reviews .form-add #product-review-table .review-control-vote label:before {
    color: #edb63b; }
  .catalog-product-view .col-main #product_tabs .tab-content #customer-reviews .form-add .row .form-group, .review-product-list .col-main #product_tabs .tab-content #customer-reviews .form-add .row .form-group {
    margin-bottom: 32px; }
    .catalog-product-view .col-main #product_tabs .tab-content #customer-reviews .form-add .row .form-group label, .review-product-list .col-main #product_tabs .tab-content #customer-reviews .form-add .row .form-group label {
      color: #555555;
      font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
      font-size: 16px;
      font-weight: 400; }
      .catalog-product-view .col-main #product_tabs .tab-content #customer-reviews .form-add .row .form-group label:after, .review-product-list .col-main #product_tabs .tab-content #customer-reviews .form-add .row .form-group label:after {
        content: "*"; }
  .catalog-product-view .col-main #product_tabs .tab-content #customer-reviews .form-add .buttons-set .btn-primary, .review-product-list .col-main #product_tabs .tab-content #customer-reviews .form-add .buttons-set .btn-primary {
    background: #edb63b;
    border: 1px solid #edb63b;
    border-radius: 6px;
    color: #FFFFFF; }
    .catalog-product-view .col-main #product_tabs .tab-content #customer-reviews .form-add .buttons-set .btn-primary:hover, .catalog-product-view .col-main #product_tabs .tab-content #customer-reviews .form-add .buttons-set .btn-primary:active, .catalog-product-view .col-main #product_tabs .tab-content #customer-reviews .form-add .buttons-set .btn-primary:focus, .review-product-list .col-main #product_tabs .tab-content #customer-reviews .form-add .buttons-set .btn-primary:hover, .review-product-list .col-main #product_tabs .tab-content #customer-reviews .form-add .buttons-set .btn-primary:active, .review-product-list .col-main #product_tabs .tab-content #customer-reviews .form-add .buttons-set .btn-primary:focus {
      background: #FFFFFF;
      border: 1px solid #edb63b;
      color: #edb63b; }
  .catalog-product-view .col-main .product-accordion .panel-heading, .review-product-list .col-main .product-accordion .panel-heading {
    background: #edb63b;
    border-color: #edb63b; }
    .catalog-product-view .col-main .product-accordion .panel-heading .panel-title a, .review-product-list .col-main .product-accordion .panel-heading .panel-title a {
      color: #FFFFFF;
      font-weight: bold;
      text-decoration: none; }
  .catalog-product-view .col-main .product-accordion .panel-body .std, .review-product-list .col-main .product-accordion .panel-body .std {
    color: #6D6D6D;
    font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
    font-size: 16px;
    max-width: 850px;
    width: 100%; }
    .catalog-product-view .col-main .product-accordion .panel-body .std ul, .review-product-list .col-main .product-accordion .panel-body .std ul {
      list-style-type: disc;
      margin-left: 0;
      margin-top: 30px;
      padding-left: 0;
      text-align: left; }
    .catalog-product-view .col-main .product-accordion .panel-body .std .product-description__attribute-box, .review-product-list .col-main .product-accordion .panel-body .std .product-description__attribute-box {
      float: right;
      max-width: 250px;
      width: 100%; }
      @media screen and (max-width: 989px) {
        .catalog-product-view .col-main .product-accordion .panel-body .std .product-description__attribute-box, .review-product-list .col-main .product-accordion .panel-body .std .product-description__attribute-box {
          margin-bottom: 20px;
          max-width: none; } }
      .catalog-product-view .col-main .product-accordion .panel-body .std .product-description__attribute-box p, .review-product-list .col-main .product-accordion .panel-body .std .product-description__attribute-box p {
        color: #6D6D6D;
        font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
        font-weight: normal;
        text-align: left; }
  .catalog-product-view .col-main .product-accordion .panel-body #customer-reviews h3, .review-product-list .col-main .product-accordion .panel-body #customer-reviews h3 {
    color: #6d6d6d;
    font-family: "futura-pt", sans-serif;
    font-size: 18px;
    text-align: left; }
  .catalog-product-view .col-main .product-accordion .panel-body #customer-reviews .review-items .review-title a, .review-product-list .col-main .product-accordion .panel-body #customer-reviews .review-items .review-title a {
    color: #444A58;
    font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
    font-size: 16px; }
    .catalog-product-view .col-main .product-accordion .panel-body #customer-reviews .review-items .review-title a:hover, .catalog-product-view .col-main .product-accordion .panel-body #customer-reviews .review-items .review-title a:active, .catalog-product-view .col-main .product-accordion .panel-body #customer-reviews .review-items .review-title a:focus, .review-product-list .col-main .product-accordion .panel-body #customer-reviews .review-items .review-title a:hover, .review-product-list .col-main .product-accordion .panel-body #customer-reviews .review-items .review-title a:active, .review-product-list .col-main .product-accordion .panel-body #customer-reviews .review-items .review-title a:focus {
      color: #edb63b; }
  .catalog-product-view .col-main .product-accordion .panel-body #customer-reviews .review-items .ratings-table tbody tr th, .review-product-list .col-main .product-accordion .panel-body #customer-reviews .review-items .ratings-table tbody tr th {
    color: #444A58;
    font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
    font-size: 14px;
    padding-left: 15px; }
  .catalog-product-view .col-main .product-accordion .panel-body #customer-reviews .review-items .ratings-table tbody tr td, .review-product-list .col-main .product-accordion .panel-body #customer-reviews .review-items .ratings-table tbody tr td {
    padding: 7px; }
    .catalog-product-view .col-main .product-accordion .panel-body #customer-reviews .review-items .ratings-table tbody tr td .rating-box .rating, .review-product-list .col-main .product-accordion .panel-body #customer-reviews .review-items .ratings-table tbody tr td .rating-box .rating {
      margin-left: 10px; }
      .catalog-product-view .col-main .product-accordion .panel-body #customer-reviews .review-items .ratings-table tbody tr td .rating-box .rating span:before, .review-product-list .col-main .product-accordion .panel-body #customer-reviews .review-items .ratings-table tbody tr td .rating-box .rating span:before {
        color: #edb63b; }
  .catalog-product-view .col-main .product-accordion .panel-body #customer-reviews .review-items .review-content, .review-product-list .col-main .product-accordion .panel-body #customer-reviews .review-items .review-content {
    color: #444A58;
    font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
    font-size: 16px; }
  .catalog-product-view .col-main .product-accordion .panel-body #customer-reviews .review-items .review-details, .review-product-list .col-main .product-accordion .panel-body #customer-reviews .review-items .review-details {
    color: #444A58;
    font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
    font-size: 16px; }
  .catalog-product-view .col-main .product-accordion .panel-body #customer-reviews .form-add, .review-product-list .col-main .product-accordion .panel-body #customer-reviews .form-add {
    margin-top: 40px; }
    .catalog-product-view .col-main .product-accordion .panel-body #customer-reviews .form-add h4, .review-product-list .col-main .product-accordion .panel-body #customer-reviews .form-add h4 {
      color: #6d6d6d;
      font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
      font-size: 16px;
      font-weight: bold;
      text-align: left; }
      .catalog-product-view .col-main .product-accordion .panel-body #customer-reviews .form-add h4 span, .review-product-list .col-main .product-accordion .panel-body #customer-reviews .form-add h4 span {
        color: #edb63b;
        font-weight: bold; }
    .catalog-product-view .col-main .product-accordion .panel-body #customer-reviews .form-add #product-review-table label span, .review-product-list .col-main .product-accordion .panel-body #customer-reviews .form-add #product-review-table label span {
      color: #555555;
      font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
      font-size: 16px; }
    .catalog-product-view .col-main .product-accordion .panel-body #customer-reviews .form-add #product-review-table .review-control-vote label:before, .review-product-list .col-main .product-accordion .panel-body #customer-reviews .form-add #product-review-table .review-control-vote label:before {
      color: #edb63b; }
    .catalog-product-view .col-main .product-accordion .panel-body #customer-reviews .form-add .row .form-group, .review-product-list .col-main .product-accordion .panel-body #customer-reviews .form-add .row .form-group {
      margin-bottom: 32px; }
      .catalog-product-view .col-main .product-accordion .panel-body #customer-reviews .form-add .row .form-group label, .review-product-list .col-main .product-accordion .panel-body #customer-reviews .form-add .row .form-group label {
        color: #555555;
        font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
        font-size: 16px;
        font-weight: 400; }
        .catalog-product-view .col-main .product-accordion .panel-body #customer-reviews .form-add .row .form-group label:after, .review-product-list .col-main .product-accordion .panel-body #customer-reviews .form-add .row .form-group label:after {
          content: "*"; }
    .catalog-product-view .col-main .product-accordion .panel-body #customer-reviews .form-add .buttons-set .btn-primary, .review-product-list .col-main .product-accordion .panel-body #customer-reviews .form-add .buttons-set .btn-primary {
      background: #edb63b;
      border: 1px solid #edb63b;
      border-radius: 6px;
      color: #FFFFFF; }
      .catalog-product-view .col-main .product-accordion .panel-body #customer-reviews .form-add .buttons-set .btn-primary:hover, .catalog-product-view .col-main .product-accordion .panel-body #customer-reviews .form-add .buttons-set .btn-primary:active, .catalog-product-view .col-main .product-accordion .panel-body #customer-reviews .form-add .buttons-set .btn-primary:focus, .review-product-list .col-main .product-accordion .panel-body #customer-reviews .form-add .buttons-set .btn-primary:hover, .review-product-list .col-main .product-accordion .panel-body #customer-reviews .form-add .buttons-set .btn-primary:active, .review-product-list .col-main .product-accordion .panel-body #customer-reviews .form-add .buttons-set .btn-primary:focus {
        background: #FFFFFF;
        border: 1px solid #edb63b;
        color: #edb63b; }
  .catalog-product-view .col-main .product-collateral .title-block h4, .review-product-list .col-main .product-collateral .title-block h4 {
    border: 0;
    color: #555555;
    font-family: "futura-pt", sans-serif;
    font-size: 26px;
    font-weight: 400;
    text-align: left; }
    .catalog-product-view .col-main .product-collateral .title-block h4:after, .review-product-list .col-main .product-collateral .title-block h4:after {
      border-top: 2px solid #edb63b;
      content: '';
      display: block;
      margin-top: 10px;
      width: 39px; }
  .catalog-product-view .col-main .product-collateral #upsell_products, .review-product-list .col-main .product-collateral #upsell_products {
    list-style: none;
    margin-left: 0; }
    .catalog-product-view .col-main .product-collateral #upsell_products li .product-item-info:hover .product-top a:after, .catalog-product-view .col-main .product-collateral #upsell_products li .product-item-info:active .product-top a:after, .catalog-product-view .col-main .product-collateral #upsell_products li .product-item-info:focus .product-top a:after, .review-product-list .col-main .product-collateral #upsell_products li .product-item-info:hover .product-top a:after, .review-product-list .col-main .product-collateral #upsell_products li .product-item-info:active .product-top a:after, .review-product-list .col-main .product-collateral #upsell_products li .product-item-info:focus .product-top a:after {
      background-color: transparent;
      opacity: 0; }
    .catalog-product-view .col-main .product-collateral #upsell_products li .product-item-info .product-top, .review-product-list .col-main .product-collateral #upsell_products li .product-item-info .product-top {
      border: 1px solid #ebebeb;
      position: relative; }
      .catalog-product-view .col-main .product-collateral #upsell_products li .product-item-info .product-top a img, .review-product-list .col-main .product-collateral #upsell_products li .product-item-info .product-top a img {
        border: 1px solid #EBEBEB; }
      .catalog-product-view .col-main .product-collateral #upsell_products li .product-item-info .product-top a .new_in, .review-product-list .col-main .product-collateral #upsell_products li .product-item-info .product-top a .new_in {
        background: #edb63b;
        border-radius: 0 0px 6px 0;
        color: #FFFFFF;
        font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
        font-size: 14px;
        left: 0;
        max-width: 125px;
        padding: 5px;
        position: absolute;
        text-align: center;
        text-transform: uppercase;
        top: 0;
        width: 100%; }
      .catalog-product-view .col-main .product-collateral #upsell_products li .product-item-info .product-top a .clearance, .review-product-list .col-main .product-collateral #upsell_products li .product-item-info .product-top a .clearance {
        background: #E36464;
        border-radius: 0 0px 6px 0;
        color: #FFFFFF;
        font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
        font-size: 14px;
        left: 0;
        max-width: 125px;
        padding: 5px;
        position: absolute;
        text-align: center;
        text-transform: uppercase;
        top: 0;
        width: 100%; }
      .catalog-product-view .col-main .product-collateral #upsell_products li .product-item-info .product-top .actions-link, .review-product-list .col-main .product-collateral #upsell_products li .product-item-info .product-top .actions-link {
        background: transparent; }
        .catalog-product-view .col-main .product-collateral #upsell_products li .product-item-info .product-top .actions-link li .action, .review-product-list .col-main .product-collateral #upsell_products li .product-item-info .product-top .actions-link li .action {
          background-color: transparent;
          border: 0; }
          .catalog-product-view .col-main .product-collateral #upsell_products li .product-item-info .product-top .actions-link li .action:hover, .catalog-product-view .col-main .product-collateral #upsell_products li .product-item-info .product-top .actions-link li .action:active, .catalog-product-view .col-main .product-collateral #upsell_products li .product-item-info .product-top .actions-link li .action:focus, .review-product-list .col-main .product-collateral #upsell_products li .product-item-info .product-top .actions-link li .action:hover, .review-product-list .col-main .product-collateral #upsell_products li .product-item-info .product-top .actions-link li .action:active, .review-product-list .col-main .product-collateral #upsell_products li .product-item-info .product-top .actions-link li .action:focus {
            background: transparent;
            border-color: transparent; }
          .catalog-product-view .col-main .product-collateral #upsell_products li .product-item-info .product-top .actions-link li .action img, .review-product-list .col-main .product-collateral #upsell_products li .product-item-info .product-top .actions-link li .action img {
            width: 20px; }
    .catalog-product-view .col-main .product-collateral #upsell_products li .product-item-info .product-desc .product-name, .review-product-list .col-main .product-collateral #upsell_products li .product-item-info .product-desc .product-name {
      font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
      font-size: 16px;
      margin-bottom: 0;
      min-height: 50px;
      text-align: left;
      text-decoration: none; }
      .catalog-product-view .col-main .product-collateral #upsell_products li .product-item-info .product-desc .product-name a, .review-product-list .col-main .product-collateral #upsell_products li .product-item-info .product-desc .product-name a {
        color: #6d6d6d; }
    .catalog-product-view .col-main .product-collateral #upsell_products li .product-item-info .product-desc .sku_colour, .review-product-list .col-main .product-collateral #upsell_products li .product-item-info .product-desc .sku_colour {
      color: #6d6d6d;
      font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
      font-size: 16px;
      margin-bottom: 0;
      margin-top: 0;
      text-align: left; }
    .catalog-product-view .col-main .product-collateral #upsell_products li .product-item-info .product-desc .price-box, .review-product-list .col-main .product-collateral #upsell_products li .product-item-info .product-desc .price-box {
      padding-top: 20px; }
      .catalog-product-view .col-main .product-collateral #upsell_products li .product-item-info .product-desc .price-box span .price, .review-product-list .col-main .product-collateral #upsell_products li .product-item-info .product-desc .price-box span .price {
        color: #555555;
        font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
        font-size: 16px;
        font-weight: bold; }
    .catalog-product-view .col-main .product-collateral #upsell_products li .product-item-info .product-more-info, .review-product-list .col-main .product-collateral #upsell_products li .product-item-info .product-more-info {
      border: 2px solid #4bc798;
      border-radius: 6px;
      color: #4bc798;
      float: left;
      font-family: "futura-pt", sans-serif;
      font-size: 16px;
      font-weight: 400;
      margin-bottom: 50px;
      margin-top: 20px;
      max-width: 167px;
      padding: 10px;
      text-decoration: none;
      text-transform: uppercase;
      width: 100%; }
      .catalog-product-view .col-main .product-collateral #upsell_products li .product-item-info .product-more-info:hover, .catalog-product-view .col-main .product-collateral #upsell_products li .product-item-info .product-more-info:active, .catalog-product-view .col-main .product-collateral #upsell_products li .product-item-info .product-more-info:focus, .review-product-list .col-main .product-collateral #upsell_products li .product-item-info .product-more-info:hover, .review-product-list .col-main .product-collateral #upsell_products li .product-item-info .product-more-info:active, .review-product-list .col-main .product-collateral #upsell_products li .product-item-info .product-more-info:focus {
        background: #4bc798;
        border: 2px solid #4bc798;
        color: #FFFFFF;
        padding: 10px; }

/* ====== SEARCH RESULTS ====== */
/* ======
SEARCH RESULTS
    - General
    - Grid
    - List
====== */
/*================================================================================
$ GENERAL
================================================================================*/
@media screen and (max-width: 479px) {
  .catalogsearch-result-index #maincontent .container {
    padding-left: 0;
    padding-right: 0; } }
.catalogsearch-result-index #maincontent .container .breadcrumbs-content .breadcrumbs-title h1 {
  text-transform: capitalize; }
.catalogsearch-result-index .col-main {
  width: 100%;
  /*================================================================================
  $ GRID
  ================================================================================*/
  /*================================================================================
  $ LIST
  ================================================================================*/ }
  .catalogsearch-result-index .col-main .category-product-actions {
    border-top: 1px solid #f0f0f0;
    padding-bottom: 24px;
    padding-top: 22px; }
    .catalogsearch-result-index .col-main .category-product-actions .toolbar-products {
      padding-bottom: 0; }
      @media screen and (max-width: 479px) {
        .catalogsearch-result-index .col-main .category-product-actions .toolbar-products .view-mode {
          width: 48%; } }
      .catalogsearch-result-index .col-main .category-product-actions .toolbar-products .view-mode .modes-label {
        color: #6d6d6d;
        font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
        font-size: 16px; }
      .catalogsearch-result-index .col-main .category-product-actions .toolbar-products .view-mode .view-type {
        border: 0; }
        .catalogsearch-result-index .col-main .category-product-actions .toolbar-products .view-mode .view-type img {
          width: 20px; }
        .catalogsearch-result-index .col-main .category-product-actions .toolbar-products .view-mode .view-type:after {
          content: none; }
      .catalogsearch-result-index .col-main .category-product-actions .toolbar-products .limiter.field {
        margin-bottom: 0;
        padding-bottom: 0; }
        @media screen and (max-width: 479px) {
          .catalogsearch-result-index .col-main .category-product-actions .toolbar-products .limiter.field {
            width: 48%; } }
        .catalogsearch-result-index .col-main .category-product-actions .toolbar-products .limiter.field .label {
          color: #6d6d6d;
          font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
          font-size: 16px; }
        .catalogsearch-result-index .col-main .category-product-actions .toolbar-products .limiter.field .control .limiter-options {
          background-position: right 6px top 12px;
          border-radius: 6px;
          margin-bottom: 0;
          min-width: 70px; }
      @media screen and (max-width: 479px) {
        .catalogsearch-result-index .col-main .category-product-actions .toolbar-products .toolbar-sorter {
          width: 48%; } }
      .catalogsearch-result-index .col-main .category-product-actions .toolbar-products .toolbar-sorter .sorter-label {
        color: #6d6d6d;
        font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
        font-size: 16px; }
      .catalogsearch-result-index .col-main .category-product-actions .toolbar-products .toolbar-sorter .sorter-options {
        background-position: right 6px top 12px;
        border-radius: 6px; }
      .catalogsearch-result-index .col-main .category-product-actions .toolbar-products .toolbar-sorter .sort-asc img {
        width: 10px; }
      .catalogsearch-result-index .col-main .category-product-actions .toolbar-products .toolbar-sorter .sort-asc:after {
        content: none; }
      .catalogsearch-result-index .col-main .category-product-actions .toolbar-products .toolbar-sorter .sort-desc img {
        transform: rotate(180deg);
        width: 10px; }
      .catalogsearch-result-index .col-main .category-product-actions .toolbar-products .toolbar-sorter .sort-desc:after {
        content: none; }
  .catalogsearch-result-index .col-main ul.products-grid {
    list-style: none; }
    .catalogsearch-result-index .col-main ul.products-grid li {
      margin-top: 0; }
      @media screen and (max-width: 479px) {
        .catalogsearch-result-index .col-main ul.products-grid li {
          width: 100%; } }
      .catalogsearch-result-index .col-main ul.products-grid li .product-item-info:hover .product-top a:after, .catalogsearch-result-index .col-main ul.products-grid li .product-item-info:active .product-top a:after, .catalogsearch-result-index .col-main ul.products-grid li .product-item-info:focus .product-top a:after {
        background-color: transparent;
        opacity: 0; }
      .catalogsearch-result-index .col-main ul.products-grid li .product-item-info .product-top {
        position: relative; }
        .catalogsearch-result-index .col-main ul.products-grid li .product-item-info .product-top a img {
          border: 1px solid #EBEBEB; }
        .catalogsearch-result-index .col-main ul.products-grid li .product-item-info .product-top a .new_in {
          background: #edb63b;
          border-radius: 0 0px 6px 0;
          color: #FFFFFF;
          font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
          font-size: 14px;
          left: 0;
          max-width: 125px;
          padding: 5px;
          position: absolute;
          text-align: center;
          text-transform: uppercase;
          top: 0;
          width: 100%; }
        .catalogsearch-result-index .col-main ul.products-grid li .product-item-info .product-top a .clearance {
          background: #E36464;
          border-radius: 0 0px 6px 0;
          color: #FFFFFF;
          font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
          font-size: 14px;
          left: 0;
          max-width: 125px;
          padding: 5px;
          position: absolute;
          text-align: center;
          text-transform: uppercase;
          top: 0;
          width: 100%; }
        .catalogsearch-result-index .col-main ul.products-grid li .product-item-info .product-top .actions-link {
          background: transparent; }
          .catalogsearch-result-index .col-main ul.products-grid li .product-item-info .product-top .actions-link li .action {
            background-color: transparent;
            border: 0; }
            .catalogsearch-result-index .col-main ul.products-grid li .product-item-info .product-top .actions-link li .action:hover, .catalogsearch-result-index .col-main ul.products-grid li .product-item-info .product-top .actions-link li .action:active, .catalogsearch-result-index .col-main ul.products-grid li .product-item-info .product-top .actions-link li .action:focus {
              background: transparent;
              border-color: transparent; }
            .catalogsearch-result-index .col-main ul.products-grid li .product-item-info .product-top .actions-link li .action img {
              width: 20px; }
      .catalogsearch-result-index .col-main ul.products-grid li .product-item-info .product-desc .product-name {
        font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
        font-size: 16px;
        margin-bottom: 0;
        min-height: 50px;
        text-align: left;
        text-decoration: none; }
        .catalogsearch-result-index .col-main ul.products-grid li .product-item-info .product-desc .product-name a {
          color: #6d6d6d;
          text-decoration: none; }
      .catalogsearch-result-index .col-main ul.products-grid li .product-item-info .product-desc .sku_colour {
        color: #6d6d6d;
        font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
        font-size: 16px;
        margin-bottom: 0;
        margin-top: 0;
        text-align: left; }
      .catalogsearch-result-index .col-main ul.products-grid li .product-item-info .product-desc .price-box {
        padding-top: 20px; }
        .catalogsearch-result-index .col-main ul.products-grid li .product-item-info .product-desc .price-box span .price {
          color: #555555;
          font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
          font-size: 16px;
          font-weight: bold; }
      .catalogsearch-result-index .col-main ul.products-grid li .product-item-info .product-desc .product-more-info {
        border: 2px solid #4bc798;
        border-radius: 6px;
        color: #4bc798;
        float: left;
        font-family: "futura-pt", sans-serif;
        font-size: 16px;
        font-weight: 400;
        margin-bottom: 50px;
        margin-top: 20px;
        max-width: 167px;
        padding: 10px;
        text-decoration: none;
        text-transform: uppercase;
        width: 100%; }
        .catalogsearch-result-index .col-main ul.products-grid li .product-item-info .product-desc .product-more-info:hover, .catalogsearch-result-index .col-main ul.products-grid li .product-item-info .product-desc .product-more-info:active, .catalogsearch-result-index .col-main ul.products-grid li .product-item-info .product-desc .product-more-info:focus {
          background: #4bc798;
          border: 2px solid #4bc798;
          color: #FFFFFF;
          padding: 10px; }
  .catalogsearch-result-index .col-main .products-list .product-item-details {
    padding-top: 0; }
    .catalogsearch-result-index .col-main .products-list .product-item-details .product-name {
      font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
      font-size: 16px;
      margin-bottom: 0;
      min-height: 50px;
      text-align: left;
      text-decoration: none; }
      .catalogsearch-result-index .col-main .products-list .product-item-details .product-name a {
        color: #6d6d6d; }
    .catalogsearch-result-index .col-main .products-list .product-item-details .sku_colour {
      color: #6d6d6d;
      font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
      font-size: 16px;
      margin-bottom: 0;
      margin-top: 0;
      text-align: left; }
    .catalogsearch-result-index .col-main .products-list .product-item-details .ratings {
      margin-top: 10px; }
      .catalogsearch-result-index .col-main .products-list .product-item-details .ratings .rating-box {
        float: left;
        margin-right: 10px;
        margin-top: 5px; }
        .catalogsearch-result-index .col-main .products-list .product-item-details .ratings .rating-box .rating:before {
          color: #edb63b; }
      .catalogsearch-result-index .col-main .products-list .product-item-details .ratings .rating-links {
        float: left;
        margin-top: 0; }
    .catalogsearch-result-index .col-main .products-list .product-item-details .no-rating {
      margin-top: 10px;
      text-align: left; }
    .catalogsearch-result-index .col-main .products-list .product-item-details .price-box .regular-price .price {
      color: #555555;
      font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
      font-size: 16px;
      font-weight: bold; }
    .catalogsearch-result-index .col-main .products-list .product-item-details .product-item-description {
      color: #6d6d6d;
      font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
      font-size: 16px; }
    .catalogsearch-result-index .col-main .products-list .product-item-details ul.actions-link {
      list-style: none;
      margin-left: 0; }
      .catalogsearch-result-index .col-main .products-list .product-item-details ul.actions-link li {
        margin-top: 0; }
        .catalogsearch-result-index .col-main .products-list .product-item-details ul.actions-link li .product-more-info {
          border: 2px solid #4bc798;
          border-radius: 6px;
          color: #4bc798;
          float: left;
          font-family: "futura-pt", sans-serif;
          font-size: 16px;
          font-weight: 400;
          max-width: 167px;
          min-width: 167px;
          text-decoration: none;
          text-transform: uppercase;
          width: 100%; }
          .catalogsearch-result-index .col-main .products-list .product-item-details ul.actions-link li .product-more-info:hover, .catalogsearch-result-index .col-main .products-list .product-item-details ul.actions-link li .product-more-info:active, .catalogsearch-result-index .col-main .products-list .product-item-details ul.actions-link li .product-more-info:focus {
            background: #4bc798;
            border: 2px solid #4bc798;
            color: #FFFFFF; }
        .catalogsearch-result-index .col-main .products-list .product-item-details ul.actions-link li.secondary {
          float: right; }
          .catalogsearch-result-index .col-main .products-list .product-item-details ul.actions-link li.secondary button {
            border: 0; }
            .catalogsearch-result-index .col-main .products-list .product-item-details ul.actions-link li.secondary button:hover, .catalogsearch-result-index .col-main .products-list .product-item-details ul.actions-link li.secondary button:active, .catalogsearch-result-index .col-main .products-list .product-item-details ul.actions-link li.secondary button:focus {
              background: transparent; }

/* ====== PRODUCT REVIEW PAGE ====== */
/* ======
PRODUCT REVIEW PAGE
    - General
====== */
/*================================================================================
$ GENERAL
================================================================================*/
.review-product-list .col-main {
  float: left;
  width: 75%; }
  @media screen and (max-width: 989px) {
    .review-product-list .col-main {
      margin-bottom: 20px;
      width: 100%; }
      .review-product-list .col-main .col-sm-6 {
        width: 100%; } }
.review-product-list .col-left .block-title h4 {
  color: #555555;
  font-family: "futura-pt", sans-serif;
  font-size: 26px;
  font-weight: 400;
  text-align: left; }
  .review-product-list .col-left .block-title h4:after {
    background-color: #edb63b !important;
    width: 39px; }
.review-product-list .col-left .block-compare .block-content ol {
  list-style: none;
  margin-left: 0; }
  .review-product-list .col-left .block-compare .block-content ol li .product-item-info .product-item-details {
    padding-top: 8px;
    position: relative; }
    .review-product-list .col-left .block-compare .block-content ol li .product-item-info .product-item-details .product-item-name {
      font-family: "futura-pt", sans-serif;
      font-size: 14px;
      text-align: left; }
      .review-product-list .col-left .block-compare .block-content ol li .product-item-info .product-item-details .product-item-name a {
        color: #555555;
        text-decoration: none; }
    .review-product-list .col-left .block-compare .block-content ol li .product-item-info .product-item-details .price-box {
      color: #444A58;
      font-family: "futura-pt", sans-serif;
      font-size: 14px;
      font-weight: 700; }
  .review-product-list .col-left .block-compare .block-content ol li .product-item-info .btn-remove {
    bottom: 4px !important;
    right: 0 !important;
    top: unset; }
.review-product-list .col-left .block-compare .block-content .actions .btn-primary {
  background: #555555;
  border: 1px solid #555555;
  border-radius: 6px;
  color: #FFFFFF;
  display: inline-block;
  font-family: "futura-pt", sans-serif;
  font-size: 16px;
  padding: 7px 18px;
  text-align: center;
  text-decoration: none; }
  .review-product-list .col-left .block-compare .block-content .actions .btn-primary:hover, .review-product-list .col-left .block-compare .block-content .actions .btn-primary:active, .review-product-list .col-left .block-compare .block-content .actions .btn-primary:focus {
    background: #FFFFFF;
    border: 1px solid #555555;
    color: #555555; }
.review-product-list .col-left .block-compare .block-content .actions .btn-default {
  background: #FFFFFF;
  border: 1px solid #555555;
  border-radius: 6px;
  color: #555555;
  display: inline-block;
  font-family: "futura-pt", sans-serif;
  font-size: 16px;
  padding: 7px 18px;
  text-align: center;
  text-decoration: none; }
  .review-product-list .col-left .block-compare .block-content .actions .btn-default:hover, .review-product-list .col-left .block-compare .block-content .actions .btn-default:active, .review-product-list .col-left .block-compare .block-content .actions .btn-default:focus {
    background: #555555;
    border: 1px solid #555555;
    color: #FFFFFF; }
.review-product-list .col-left .block-wishlist .block-content ol {
  list-style: none;
  margin-left: 0; }
  .review-product-list .col-left .block-wishlist .block-content ol li.product-item-info .product-item-details {
    padding-top: 0;
    position: relative; }
    .review-product-list .col-left .block-wishlist .block-content ol li.product-item-info .product-item-details .product-item-name {
      font-family: "futura-pt", sans-serif;
      font-size: 14px;
      text-align: left; }
      .review-product-list .col-left .block-wishlist .block-content ol li.product-item-info .product-item-details .product-item-name a {
        color: #555555;
        text-decoration: none; }
    .review-product-list .col-left .block-wishlist .block-content ol li.product-item-info .product-item-details .price-box {
      color: #444A58;
      font-family: "futura-pt", sans-serif;
      font-size: 14px;
      font-weight: 700; }
    .review-product-list .col-left .block-wishlist .block-content ol li.product-item-info .product-item-details .actions {
      text-align: left; }
      .review-product-list .col-left .block-wishlist .block-content ol li.product-item-info .product-item-details .actions .link-cart {
        background: #4bc798;
        border: 1px solid #4bc798;
        border-radius: 6px;
        color: #FFFFFF;
        display: inline-block;
        font-family: "futura-pt", sans-serif;
        font-size: 14px;
        margin-right: 0;
        max-width: 104px;
        min-width: 104px;
        padding: 8px;
        text-align: center;
        text-decoration: none;
        text-transform: uppercase;
        width: 100%; }
        .review-product-list .col-left .block-wishlist .block-content ol li.product-item-info .product-item-details .actions .link-cart:hover, .review-product-list .col-left .block-wishlist .block-content ol li.product-item-info .product-item-details .actions .link-cart:active, .review-product-list .col-left .block-wishlist .block-content ol li.product-item-info .product-item-details .actions .link-cart:focus {
          background: #FFFFFF;
          border: 1px solid #4bc798;
          color: #4bc798; }
      .review-product-list .col-left .block-wishlist .block-content ol li.product-item-info .product-item-details .actions .icon_holder img {
        bottom: 12px;
        position: absolute;
        right: 0;
        width: 15px; }
        @media screen and (max-width: 1024px) {
          .review-product-list .col-left .block-wishlist .block-content ol li.product-item-info .product-item-details .actions .icon_holder img {
            bottom: 52px; } }
        @media screen and (max-width: 989px) {
          .review-product-list .col-left .block-wishlist .block-content ol li.product-item-info .product-item-details .actions .icon_holder img {
            bottom: 12px; } }
  .review-product-list .col-left .block-wishlist .block-content ol li.product-item-info .btn-remove {
    bottom: 4px !important;
    right: 0 !important;
    top: unset; }
.review-product-list .col-left .block-wishlist .block-content .actions .btn-secondary {
  background: #edb63b;
  border: 1px solid #edb63b;
  border-radius: 6px;
  color: #FFFFFF;
  display: inline-block;
  font-family: "futura-pt", sans-serif;
  font-size: 14px;
  padding: 7px 18px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase; }
  .review-product-list .col-left .block-wishlist .block-content .actions .btn-secondary:hover, .review-product-list .col-left .block-wishlist .block-content .actions .btn-secondary:active, .review-product-list .col-left .block-wishlist .block-content .actions .btn-secondary:focus {
    background: #FFFFFF;
    border: 1px solid #edb63b;
    color: #edb63b; }
.review-product-list .col-left .block-viewed, .review-product-list .col-left .block-cart-sidebar, .review-product-list .col-left .block-compared, .review-product-list .col-left .block-banner, .review-product-list .col-left .block-poll, .review-product-list .col-left .re-order {
  display: none; }
.review-product-list .buttons-set .back-link {
  text-align: left; }
  .review-product-list .buttons-set .back-link a {
    text-decoration: none; }
    .review-product-list .buttons-set .back-link a small {
      color: #edb63b; }
.review-product-list #product_tabs {
  display: none; }
.review-product-list .product-collateral #customer-reviews h3 {
  color: #6d6d6d;
  font-family: "futura-pt", sans-serif;
  font-size: 18px;
  text-align: left; }
.review-product-list .product-collateral #customer-reviews .review-items .review-title a {
  color: #444A58;
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-size: 16px; }
  .review-product-list .product-collateral #customer-reviews .review-items .review-title a:hover, .review-product-list .product-collateral #customer-reviews .review-items .review-title a:active, .review-product-list .product-collateral #customer-reviews .review-items .review-title a:focus {
    color: #edb63b; }
.review-product-list .product-collateral #customer-reviews .review-items .ratings-table tbody tr th {
  color: #444A58;
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-size: 14px;
  padding-left: 15px; }
.review-product-list .product-collateral #customer-reviews .review-items .ratings-table tbody tr td {
  padding: 7px; }
  .review-product-list .product-collateral #customer-reviews .review-items .ratings-table tbody tr td .rating-box .rating {
    margin-left: 10px; }
    .review-product-list .product-collateral #customer-reviews .review-items .ratings-table tbody tr td .rating-box .rating span:before {
      color: #edb63b; }
.review-product-list .product-collateral #customer-reviews .review-items .review-content {
  color: #444A58;
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-size: 16px; }
.review-product-list .product-collateral #customer-reviews .review-items .review-details {
  color: #444A58;
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-size: 16px; }
.review-product-list .product-collateral #customer-reviews .form-add h4 {
  color: #6d6d6d;
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-size: 16px;
  font-weight: bold;
  text-align: left; }
  .review-product-list .product-collateral #customer-reviews .form-add h4 span {
    color: #edb63b;
    font-weight: bold; }
.review-product-list .product-collateral #customer-reviews .form-add #product-review-table label span {
  color: #555555;
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-size: 16px; }
.review-product-list .product-collateral #customer-reviews .form-add #product-review-table .review-control-vote label:before {
  color: #edb63b; }
.review-product-list .product-collateral #customer-reviews .form-add .row .form-group {
  margin-bottom: 32px; }
  .review-product-list .product-collateral #customer-reviews .form-add .row .form-group label {
    color: #555555;
    font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
    font-size: 16px;
    font-weight: 400; }
    .review-product-list .product-collateral #customer-reviews .form-add .row .form-group label:after {
      content: "*"; }
.review-product-list .product-collateral #customer-reviews .form-add .buttons-set .btn-primary {
  background: #edb63b;
  border: 1px solid #edb63b;
  border-radius: 6px;
  color: #FFFFFF; }
  .review-product-list .product-collateral #customer-reviews .form-add .buttons-set .btn-primary:hover, .review-product-list .product-collateral #customer-reviews .form-add .buttons-set .btn-primary:active, .review-product-list .product-collateral #customer-reviews .form-add .buttons-set .btn-primary:focus {
    background: #FFFFFF;
    border: 1px solid #edb63b;
    color: #edb63b; }

/* ====== CMS  ====== */
/* ======
CMS 
    - General

====== */
/*================================================================================
$ GENERAL
================================================================================*/
.validation-advice {
  font-family: "futura-pt", sans-serif;
  font-size: 14px;
  font-style: normal !important; }

.cms-page-view #maincontent .container {
  width: 100%;
  padding-left: 0;
  padding-right: 0; }
  .cms-page-view #maincontent .container .banner_wrapper {
    position: relative; }
    .cms-page-view #maincontent .container .banner_wrapper > img {
      width: 100%; }
      @media screen and (max-width: 479px) {
        .cms-page-view #maincontent .container .banner_wrapper > img {
          height: 165px; } }
    .cms-page-view #maincontent .container .banner_wrapper > h1 {
      color: #FFFFFF;
      font-family: "futura-pt", sans-serif;
      font-size: 40px;
      font-weight: 400;
      left: 0;
      position: absolute;
      right: 0;
      text-transform: uppercase;
      top: 50%;
      transform: translateY(-50%); }
      @media screen and (max-width: 479px) {
        .cms-page-view #maincontent .container .banner_wrapper > h1 {
          font-size: 26px; } }
      .cms-page-view #maincontent .container .banner_wrapper > h1:after {
        border-bottom: 2px solid #edb63b;
        content: '';
        display: block;
        margin: 4px auto;
        width: 39px; }
  .cms-page-view #maincontent .container .newsletter-home {
    background-image: url("../images/newsletter-bgimg_1.png");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    float: left;
    padding-left: 0;
    padding-right: 0;
    width: 100%; }
    .cms-page-view #maincontent .container .newsletter-home .newsletter-home-content {
      padding: 79px; }
      @media screen and (max-width: 479px) {
        .cms-page-view #maincontent .container .newsletter-home .newsletter-home-content {
          padding: 32px; } }
      .cms-page-view #maincontent .container .newsletter-home .newsletter-home-content h3 {
        color: #FFFFFF;
        font-family: "futura-pt", sans-serif;
        font-size: 30px; }
      .cms-page-view #maincontent .container .newsletter-home .newsletter-home-content p {
        color: #FFFFFF;
        font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
        font-size: 16px; }
      .cms-page-view #maincontent .container .newsletter-home .newsletter-home-content .extra {
        color: #FFFFFF;
        font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
        font-size: 14px;
        position: relative;
        top: 20px; }
      .cms-page-view #maincontent .container .newsletter-home .newsletter-home-content .block.newsletter.newsletter-home-page {
        max-width: 582px !important; }
        .cms-page-view #maincontent .container .newsletter-home .newsletter-home-content .block.newsletter.newsletter-home-page .form-group.newsletter input {
          border-radius: 6px; }
          .cms-page-view #maincontent .container .newsletter-home .newsletter-home-content .block.newsletter.newsletter-home-page .form-group.newsletter input::placeholder {
            padding: 10px; }
        .cms-page-view #maincontent .container .newsletter-home .newsletter-home-content .block.newsletter.newsletter-home-page .actions button.btn-primary {
          background-color: #edb63b;
          border: none;
          border-radius: 6px;
          border-top-left-radius: 0;
          border-bottom-left-radius: 0;
          padding: 12px 30px; }
          @media screen and (max-width: 479px) {
            .cms-page-view #maincontent .container .newsletter-home .newsletter-home-content .block.newsletter.newsletter-home-page .actions button.btn-primary {
              padding: 12px 8px; } }
          .cms-page-view #maincontent .container .newsletter-home .newsletter-home-content .block.newsletter.newsletter-home-page .actions button.btn-primary:hover, .cms-page-view #maincontent .container .newsletter-home .newsletter-home-content .block.newsletter.newsletter-home-page .actions button.btn-primary:active, .cms-page-view #maincontent .container .newsletter-home .newsletter-home-content .block.newsletter.newsletter-home-page .actions button.btn-primary:focus {
            background-color: #FFFFFF; }
            .cms-page-view #maincontent .container .newsletter-home .newsletter-home-content .block.newsletter.newsletter-home-page .actions button.btn-primary:hover span span, .cms-page-view #maincontent .container .newsletter-home .newsletter-home-content .block.newsletter.newsletter-home-page .actions button.btn-primary:active span span, .cms-page-view #maincontent .container .newsletter-home .newsletter-home-content .block.newsletter.newsletter-home-page .actions button.btn-primary:focus span span {
              color: #edb63b; }
          .cms-page-view #maincontent .container .newsletter-home .newsletter-home-content .block.newsletter.newsletter-home-page .actions button.btn-primary span span {
            font-family: "futura-pt", sans-serif;
            font-size: 16px;
            text-transform: uppercase; }
.cms-page-view .footer {
  margin-top: 0; }
.cms-page-view .left {
  float: left;
  padding-bottom: 118px;
  width: 30%; }
  @media screen and (max-width: 479px) {
    .cms-page-view .left {
      float: none;
      padding-bottom: 0;
      width: 100%; } }
  .cms-page-view .left .inner_content .promo.banner {
    float: left;
    position: relative; }
    @media screen and (max-width: 479px) {
      .cms-page-view .left .inner_content .promo.banner {
        float: none; } }
    @media screen and (max-width: 479px) {
      .cms-page-view .left .inner_content .promo.banner img {
        display: block;
        margin: 0 auto; } }
    .cms-page-view .left .inner_content .promo.banner .bottom-left {
      left: 0;
      position: absolute;
      right: 0;
      top: 46%;
      transform: translateY(-50%); }
      .cms-page-view .left .inner_content .promo.banner .bottom-left .promo-wrapper h4 {
        color: #FFFFFF;
        font-family: "futura-pt", sans-serif;
        font-size: 25px;
        font-weight: 400;
        margin-bottom: 0;
        text-transform: uppercase; }
        .cms-page-view .left .inner_content .promo.banner .bottom-left .promo-wrapper h4:after {
          border-bottom: 2px solid #edb63b;
          content: '';
          display: block;
          margin: 10px auto;
          width: 39px; }
      .cms-page-view .left .inner_content .promo.banner .bottom-left .promo-wrapper a {
        background: rgba(255, 255, 255, 0.2);
        border: 2px solid #FFFFFF;
        border-radius: 6px;
        display: block;
        margin: 0 auto;
        max-width: 125px;
        padding: 7.5px;
        position: relative;
        text-align: center;
        text-decoration: none;
        text-transform: uppercase;
        top: 20px;
        width: 100%; }
        .cms-page-view .left .inner_content .promo.banner .bottom-left .promo-wrapper a:hover, .cms-page-view .left .inner_content .promo.banner .bottom-left .promo-wrapper a:active, .cms-page-view .left .inner_content .promo.banner .bottom-left .promo-wrapper a:focus {
          background: none; }
        @media screen and (max-width: 989px) {
          .cms-page-view .left .inner_content .promo.banner .bottom-left .promo-wrapper a {
            top: 10px; } }
        .cms-page-view .left .inner_content .promo.banner .bottom-left .promo-wrapper a span {
          color: #FFFFFF;
          font-family: "futura-pt", sans-serif;
          font-size: 16px; }
    .cms-page-view .left .inner_content .promo.banner.one .bottom-left {
      left: 40px;
      right: unset; }
      @media screen and (max-width: 479px) {
        .cms-page-view .left .inner_content .promo.banner.one .bottom-left {
          left: 0;
          right: 0; } }
      .cms-page-view .left .inner_content .promo.banner.one .bottom-left .promo-wrapper a {
        background: rgba(0, 0, 0, 0.4);
        border: 2px solid #8C1914;
        padding: 7.5px;
        width: 125px; }
        .cms-page-view .left .inner_content .promo.banner.one .bottom-left .promo-wrapper a:hover, .cms-page-view .left .inner_content .promo.banner.one .bottom-left .promo-wrapper a:active, .cms-page-view .left .inner_content .promo.banner.one .bottom-left .promo-wrapper a:focus {
          background: none; }
.cms-page-view .right {
  float: left;
  max-width: 833px;
  padding-top: 10px;
  width: 100%; }
  @media screen and (max-width: 1024px) {
    .cms-page-view .right {
      max-width: none;
      padding-left: 8px;
      width: 67%; } }
  @media screen and (max-width: 479px) {
    .cms-page-view .right {
      width: 100%;
      padding-left: 15px;
      padding-right: 15px; } }

/* ====== CMS CONTACT  ====== */
/* ======
CONTACT 
    - General

====== */
/*================================================================================
$ GENERAL
================================================================================*/
.cms-contact-us .banner_wrapper {
  margin-bottom: 63px; }
.cms-contact-us .google_wrapper {
  margin: 0 auto;
  max-width: 1206px;
  padding: 0 15px;
  position: relative; }
  .cms-contact-us .google_wrapper .contact_overlay {
    background: #FFFFFF;
    box-shadow: 3px 0px 6px 0px rgba(0, 0, 0, 0.16);
    left: 20px;
    max-width: 495px;
    padding: 40px;
    position: absolute;
    top: 6px;
    width: 100%; }
    @media screen and (max-width: 479px) {
      .cms-contact-us .google_wrapper .contact_overlay {
        margin-bottom: 20px;
        padding: 20px;
        position: static;
        transform: none; } }
    .cms-contact-us .google_wrapper .contact_overlay h3 {
      font-family: "futura-pt", sans-serif;
      font-size: 30px;
      font-weight: 400;
      padding-bottom: 20px;
      text-align: left; }
    .cms-contact-us .google_wrapper .contact_overlay ul {
      list-style: none;
      margin-left: 0;
      padding-left: 0; }
      .cms-contact-us .google_wrapper .contact_overlay ul li {
        font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
        font-size: 14px;
        line-height: 1.5;
        padding-left: 50px;
        text-align: left; }
        .cms-contact-us .google_wrapper .contact_overlay ul li.marker {
          background-image: url(../images/address.svg);
          background-position: 2px 4px;
          background-repeat: no-repeat;
          background-size: 27px; }
        .cms-contact-us .google_wrapper .contact_overlay ul li.tel {
          background-image: url(../images/tel.svg);
          background-position: 2px 4px;
          background-repeat: no-repeat;
          background-size: 27px; }
        .cms-contact-us .google_wrapper .contact_overlay ul li.email {
          background-image: url(../images/email.svg);
          background-position: 2px 0;
          background-repeat: no-repeat;
          background-size: 27px; }
        .cms-contact-us .google_wrapper .contact_overlay ul li a {
          color: #555555;
          text-decoration: none; }
.cms-contact-us .contact_form_wrapper {
  margin: 0 auto;
  max-width: 1206px;
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 63px; }
  .cms-contact-us .contact_form_wrapper .contact_form {
    margin-top: 0; }
    .cms-contact-us .contact_form_wrapper .contact_form #contactForm .fieldset .fields .field {
      padding-bottom: 28px; }
      .cms-contact-us .contact_form_wrapper .contact_form #contactForm .fieldset .fields .field label {
        color: #555555;
        font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
        font-size: 14px;
        font-weight: bold; }
        .cms-contact-us .contact_form_wrapper .contact_form #contactForm .fieldset .fields .field label em {
          color: #555555; }
    .cms-contact-us .contact_form_wrapper .contact_form #contactForm .fieldset .wide label {
      color: #555555;
      font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
      font-size: 14px;
      font-weight: bold; }
    .cms-contact-us .contact_form_wrapper .contact_form #contactForm .fieldset .wide .input-box textarea {
      height: 233px; }
    .cms-contact-us .contact_form_wrapper .contact_form #contactForm .buttons-set {
      float: right; }
      .cms-contact-us .contact_form_wrapper .contact_form #contactForm .buttons-set .btn-primary {
        background: #edb63b;
        border: 1px solid #edb63b;
        border-radius: 6px;
        color: #FFFFFF;
        font-weight: 600;
        max-width: 141px;
        min-width: 141px;
        padding: 10px;
        text-transform: uppercase;
        width: 100%; }
        .cms-contact-us .contact_form_wrapper .contact_form #contactForm .buttons-set .btn-primary:hover, .cms-contact-us .contact_form_wrapper .contact_form #contactForm .buttons-set .btn-primary:active, .cms-contact-us .contact_form_wrapper .contact_form #contactForm .buttons-set .btn-primary:focus {
          background: transparent;
          border: 1px solid #edb63b;
          color: #edb63b; }
.cms-contact-us .additional_info {
  margin: 0 auto;
  max-width: 1206px;
  padding-left: 15px;
  padding-right: 15px;
  padding: 63px 0; }
  .cms-contact-us .additional_info .content_wrapper {
    max-width: 833px;
    padding-left: 15px; }
    @media screen and (max-width: 989px) {
      .cms-contact-us .additional_info .content_wrapper {
        padding-right: 15px; } }
    .cms-contact-us .additional_info .content_wrapper h4 {
      font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
      font-size: 16px;
      font-weight: bold;
      text-align: left; }
    .cms-contact-us .additional_info .content_wrapper p {
      font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
      font-size: 16px;
      padding: 20px 0;
      text-align: left; }
    .cms-contact-us .additional_info .content_wrapper ul {
      list-style: none;
      margin-left: 0;
      padding-left: 0;
      padding-bottom: 20px; }
      .cms-contact-us .additional_info .content_wrapper ul li {
        font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
        font-size: 16px;
        text-align: left; }
        .cms-contact-us .additional_info .content_wrapper ul li a {
          color: #555555;
          text-decoration: none; }

/* ====== ABOUT US  ====== */
/* ======
ABOUT US 
    - General

====== */
/*================================================================================
$ GENERAL
================================================================================*/
.falcon_footer_info {
  background: #edb63b;
  padding-left: 0;
  padding-right: 0; }
  .falcon_footer_info .upper-footer-wrapper {
    padding: 30px 30px; }
    .falcon_footer_info .upper-footer-wrapper .inner_content {
      border: 1px solid #FFFFFF;
      margin: 0 auto;
      padding: 30px; }
      .falcon_footer_info .upper-footer-wrapper .inner_content p {
        color: #FFFFFF;
        font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
        font-size: 16px;
        margin: 0 auto;
        max-width: 732px;
        padding: 14px 0; }

/* ====== PRICE MATCH  ====== */
/* ======
PRICE MATCH
    - General

====== */
/*================================================================================
$ GENERAL
================================================================================*/
.cms-price-match .banner_wrapper {
  margin-bottom: 64px; }
.cms-price-match .content {
  margin: 0 auto;
  max-width: 1200px; }
.cms-price-match .price_match_wrapper .right h6 {
  color: #555555;
  font-family: "futura-pt", sans-serif;
  font-size: 16px;
  font-weight: bold;
  padding-bottom: 12px;
  text-align: left; }
.cms-price-match .price_match_wrapper .right p {
  color: #555555;
  font-family: "futura-pt", sans-serif;
  font-size: 16px;
  font-weight: 400;
  padding-bottom: 20px;
  text-align: left; }
  .cms-price-match .price_match_wrapper .right p a {
    color: #555555;
    font-weight: bold;
    text-decoration: none; }
.cms-price-match .price_match_wrapper .right ul {
  list-style-type: disc;
  padding-bottom: 20px; }
  .cms-price-match .price_match_wrapper .right ul li {
    color: #555555;
    font-family: "futura-pt", sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 0.7;
    text-align: left; }
    @media screen and (max-width: 479px) {
      .cms-price-match .price_match_wrapper .right ul li {
        line-height: 1.3; } }
.cms-price-match .price_match_wrapper .right .buttons-set {
  margin-top: 30px; }
  @media screen and (max-width: 479px) {
    .cms-price-match .price_match_wrapper .right .buttons-set {
      margin-bottom: 30px; } }
  .cms-price-match .price_match_wrapper .right .buttons-set .homepage {
    background: #edb63b;
    border: 1px solid #edb63b;
    border-radius: 6px;
    color: #FFFFFF;
    font-weight: 600;
    max-width: 141px;
    min-width: 141px;
    padding: 10px;
    text-transform: uppercase;
    width: 100%; }
    .cms-price-match .price_match_wrapper .right .buttons-set .homepage:hover, .cms-price-match .price_match_wrapper .right .buttons-set .homepage:active, .cms-price-match .price_match_wrapper .right .buttons-set .homepage:focus {
      background: transparent;
      border: 1px solid #edb63b;
      color: #edb63b; }
  .cms-price-match .price_match_wrapper .right .buttons-set .contact {
    background: #555555;
    border: 1px solid #555555;
    border-radius: 6px;
    color: #FFFFFF;
    font-weight: 600;
    margin-left: 20px;
    max-width: 141px;
    min-width: 141px;
    padding: 10px;
    text-transform: uppercase;
    width: 100%; }
    .cms-price-match .price_match_wrapper .right .buttons-set .contact:hover, .cms-price-match .price_match_wrapper .right .buttons-set .contact:active, .cms-price-match .price_match_wrapper .right .buttons-set .contact:focus {
      background: transparent;
      border: 1px solid #555555;
      color: #555555; }

/* ====== DELIVERY & RETURNS  ====== */
/* ======
DELIVERY & RETURNS
    - General

====== */
/*================================================================================
$ GENERAL
================================================================================*/
.cms-delivery-returns .banner_wrapper {
  margin-bottom: 64px; }
.cms-delivery-returns .content {
  margin: 0 auto;
  max-width: 1200px; }
.cms-delivery-returns .delivery_returns .right h6 {
  color: #555555;
  font-family: "futura-pt", sans-serif;
  font-size: 16px;
  font-weight: bold;
  padding-bottom: 12px;
  text-align: left; }
.cms-delivery-returns .delivery_returns .right p {
  color: #555555;
  font-family: "futura-pt", sans-serif;
  font-size: 16px;
  font-weight: 400;
  padding-bottom: 20px;
  text-align: left; }
  .cms-delivery-returns .delivery_returns .right p a {
    color: #555555;
    font-weight: bold;
    text-decoration: none; }
.cms-delivery-returns .delivery_returns .right table {
  margin-bottom: 32px;
  max-width: 444px;
  width: 100%; }
  .cms-delivery-returns .delivery_returns .right table thead th {
    background: #ebebeb;
    border-left: 1px solid transparent;
    color: #555555;
    font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
    font-size: 16px;
    font-weight: bold;
    padding: 10px; }
  .cms-delivery-returns .delivery_returns .right table tbody tr td {
    color: #555555;
    font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
    font-size: 14px;
    padding: 10px; }
    .cms-delivery-returns .delivery_returns .right table tbody tr td:first-child {
      border-right: 1px solid transparent; }
.cms-delivery-returns .delivery_returns .right ul {
  list-style-type: disc;
  padding-bottom: 20px; }
  .cms-delivery-returns .delivery_returns .right ul li {
    color: #555555;
    font-family: "futura-pt", sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 0.7;
    text-align: left; }
    @media screen and (max-width: 479px) {
      .cms-delivery-returns .delivery_returns .right ul li {
        line-height: 1.3; } }
.cms-delivery-returns .delivery_returns .right .buttons-set {
  margin: 30px 0; }
  @media screen and (max-width: 479px) {
    .cms-delivery-returns .delivery_returns .right .buttons-set {
      margin-bottom: 30px; } }
  .cms-delivery-returns .delivery_returns .right .buttons-set .back_top {
    color: #555555;
    cursor: pointer;
    font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
    font-size: 16px;
    font-weight: bold;
    float: right; }
    @media screen and (max-width: 989px) {
      .cms-delivery-returns .delivery_returns .right .buttons-set .back_top {
        float: none;
        padding-left: 15px; } }
    .cms-delivery-returns .delivery_returns .right .buttons-set .back_top span img {
      position: relative;
      right: 14px;
      top: -2px;
      width: 22px; }
  .cms-delivery-returns .delivery_returns .right .buttons-set .homepage {
    background: #edb63b;
    border: 1px solid #edb63b;
    border-radius: 6px;
    color: #FFFFFF;
    font-weight: 600;
    max-width: 141px;
    min-width: 141px;
    padding: 10px;
    text-transform: uppercase;
    width: 100%; }
    .cms-delivery-returns .delivery_returns .right .buttons-set .homepage:hover, .cms-delivery-returns .delivery_returns .right .buttons-set .homepage:active, .cms-delivery-returns .delivery_returns .right .buttons-set .homepage:focus {
      background: transparent;
      border: 1px solid #edb63b;
      color: #edb63b; }
  .cms-delivery-returns .delivery_returns .right .buttons-set .contact {
    background: #555555;
    border: 1px solid #555555;
    border-radius: 6px;
    color: #FFFFFF;
    font-weight: 600;
    margin-left: 20px;
    max-width: 141px;
    min-width: 141px;
    padding: 10px;
    text-transform: uppercase;
    width: 100%; }
    .cms-delivery-returns .delivery_returns .right .buttons-set .contact:hover, .cms-delivery-returns .delivery_returns .right .buttons-set .contact:active, .cms-delivery-returns .delivery_returns .right .buttons-set .contact:focus {
      background: transparent;
      border: 1px solid #555555;
      color: #555555; }

/* ====== TESTIMONIAL ====== */
/* ======
TESTIMONIAL
    - General

====== */
/*================================================================================
$ GENERAL
================================================================================*/
.testimonial-index-index #maincontent .container {
  width: 100%;
  padding-left: 0;
  padding-right: 0; }
.testimonial-index-index .content {
  margin: 0 auto;
  max-width: 1200px; }
.testimonial-index-index .breadcrumbs {
  display: none; }
.testimonial-index-index .banner_wrapper {
  margin-bottom: 64px;
  position: relative; }
  .testimonial-index-index .banner_wrapper > img {
    width: 100%; }
    @media screen and (max-width: 479px) {
      .testimonial-index-index .banner_wrapper > img {
        height: 165px; } }
  .testimonial-index-index .banner_wrapper > h1 {
    color: #FFFFFF;
    font-family: "futura-pt", sans-serif;
    font-size: 40px;
    font-weight: 400;
    left: 0;
    position: absolute;
    right: 0;
    text-transform: uppercase;
    top: 50%;
    transform: translateY(-50%); }
    @media screen and (max-width: 479px) {
      .testimonial-index-index .banner_wrapper > h1 {
        font-size: 26px; } }
    .testimonial-index-index .banner_wrapper > h1:after {
      border-bottom: 2px solid #edb63b;
      content: '';
      display: block;
      margin: 4px auto;
      width: 39px; }
.testimonial-index-index .left {
  float: left;
  padding-bottom: 118px;
  width: 30%; }
  @media screen and (max-width: 479px) {
    .testimonial-index-index .left {
      float: none;
      padding-bottom: 0;
      width: 100%; } }
  .testimonial-index-index .left .inner_content .promo.banner {
    float: left;
    position: relative; }
    @media screen and (max-width: 479px) {
      .testimonial-index-index .left .inner_content .promo.banner {
        float: none; } }
    @media screen and (max-width: 479px) {
      .testimonial-index-index .left .inner_content .promo.banner img {
        display: block;
        margin: 0 auto; } }
    .testimonial-index-index .left .inner_content .promo.banner .bottom-left {
      left: 0;
      position: absolute;
      right: 0;
      top: 46%;
      transform: translateY(-50%); }
      .testimonial-index-index .left .inner_content .promo.banner .bottom-left .promo-wrapper h4 {
        color: #FFFFFF;
        font-family: "futura-pt", sans-serif;
        font-size: 25px;
        font-weight: 400;
        margin-bottom: 0;
        text-transform: uppercase; }
        .testimonial-index-index .left .inner_content .promo.banner .bottom-left .promo-wrapper h4:after {
          border-bottom: 2px solid #edb63b;
          content: '';
          display: block;
          margin: 10px auto;
          width: 39px; }
      .testimonial-index-index .left .inner_content .promo.banner .bottom-left .promo-wrapper a {
        background: rgba(255, 255, 255, 0.2);
        border: 2px solid #FFFFFF;
        border-radius: 6px;
        display: block;
        margin: 0 auto;
        max-width: 125px;
        padding: 7.5px;
        position: relative;
        text-align: center;
        text-decoration: none;
        text-transform: uppercase;
        top: 20px;
        width: 100%; }
        .testimonial-index-index .left .inner_content .promo.banner .bottom-left .promo-wrapper a:hover, .testimonial-index-index .left .inner_content .promo.banner .bottom-left .promo-wrapper a:active, .testimonial-index-index .left .inner_content .promo.banner .bottom-left .promo-wrapper a:focus {
          background: none; }
        @media screen and (max-width: 989px) {
          .testimonial-index-index .left .inner_content .promo.banner .bottom-left .promo-wrapper a {
            top: 10px; } }
        .testimonial-index-index .left .inner_content .promo.banner .bottom-left .promo-wrapper a span {
          color: #FFFFFF;
          font-family: "futura-pt", sans-serif;
          font-size: 16px; }
    .testimonial-index-index .left .inner_content .promo.banner.one .bottom-left {
      left: 40px;
      right: unset; }
      @media screen and (max-width: 479px) {
        .testimonial-index-index .left .inner_content .promo.banner.one .bottom-left {
          left: 0;
          right: 0; } }
      .testimonial-index-index .left .inner_content .promo.banner.one .bottom-left .promo-wrapper a {
        background: rgba(0, 0, 0, 0.4);
        border: 2px solid #8C1914;
        padding: 7.5px;
        width: 125px; }
        .testimonial-index-index .left .inner_content .promo.banner.one .bottom-left .promo-wrapper a:hover, .testimonial-index-index .left .inner_content .promo.banner.one .bottom-left .promo-wrapper a:active, .testimonial-index-index .left .inner_content .promo.banner.one .bottom-left .promo-wrapper a:focus {
          background: none; }
.testimonial-index-index .right {
  float: left;
  max-width: 833px;
  padding-top: 10px;
  width: 100%; }
  @media screen and (max-width: 1024px) {
    .testimonial-index-index .right {
      max-width: none;
      padding-left: 8px;
      width: 67%; } }
  @media screen and (max-width: 479px) {
    .testimonial-index-index .right {
      width: 100%;
      padding-left: 15px;
      padding-right: 15px; } }
  .testimonial-index-index .right p {
    color: #555555;
    font-family: "futura-pt", sans-serif;
    font-size: 16px;
    font-weight: 400;
    padding-bottom: 20px;
    text-align: left; }
    .testimonial-index-index .right p a {
      color: #555555;
      font-weight: bold;
      text-decoration: none; }
  .testimonial-index-index .right .testimonial-list-block .testimonial-content {
    border-bottom: 0; }
    @media screen and (max-width: 989px) {
      .testimonial-index-index .right .testimonial-list-block .testimonial-content {
        margin-bottom: 0;
        padding-bottom: 0; } }
    .testimonial-index-index .right .testimonial-list-block .testimonial-content .content {
      padding-left: 0;
      width: 100%; }
      .testimonial-index-index .right .testimonial-list-block .testimonial-content .content .author-info {
        background: #edb63b;
        padding: 16px;
        width: 100%; }
        .testimonial-index-index .right .testimonial-list-block .testimonial-content .content .author-info .name {
          color: #FFFFFF;
          font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
          font-size: 16px;
          font-weight: bold;
          text-transform: capitalize; }
          .testimonial-index-index .right .testimonial-list-block .testimonial-content .content .author-info .name > img {
            float: right;
            position: relative;
            top: -5px;
            width: 28px; }
      .testimonial-index-index .right .testimonial-list-block .testimonial-content .content p.quote {
        margin-left: 0;
        padding: 30px;
        position: relative; }
        .testimonial-index-index .right .testimonial-list-block .testimonial-content .content p.quote > img {
          height: 22px;
          width: 22px; }

/* ====== DISCLAIMER  ====== */
/* ======
DISCLAIMER
    - General

====== */
/*================================================================================
$ GENERAL
================================================================================*/
.cms-disclaimer .banner_wrapper {
  margin-bottom: 64px; }
.cms-disclaimer .content {
  margin: 0 auto;
  max-width: 1200px; }
.cms-disclaimer .disclaimer .right p {
  color: #555555;
  font-family: "futura-pt", sans-serif;
  font-size: 16px;
  font-weight: 400;
  padding-bottom: 20px;
  text-align: left; }
  .cms-disclaimer .disclaimer .right p a {
    color: #555555;
    font-weight: bold;
    text-decoration: none; }
.cms-disclaimer .disclaimer .right .buttons-set {
  margin-top: 30px; }
  @media screen and (max-width: 479px) {
    .cms-disclaimer .disclaimer .right .buttons-set {
      margin-bottom: 30px; } }
  .cms-disclaimer .disclaimer .right .buttons-set .homepage {
    background: #edb63b;
    border: 1px solid #edb63b;
    border-radius: 6px;
    color: #FFFFFF;
    font-weight: 600;
    max-width: 141px;
    min-width: 141px;
    padding: 10px;
    text-transform: uppercase;
    width: 100%; }
    .cms-disclaimer .disclaimer .right .buttons-set .homepage:hover, .cms-disclaimer .disclaimer .right .buttons-set .homepage:active, .cms-disclaimer .disclaimer .right .buttons-set .homepage:focus {
      background: transparent;
      border: 1px solid #edb63b;
      color: #edb63b; }
  .cms-disclaimer .disclaimer .right .buttons-set .contact {
    background: #555555;
    border: 1px solid #555555;
    border-radius: 6px;
    color: #FFFFFF;
    font-weight: 600;
    margin-left: 20px;
    max-width: 141px;
    min-width: 141px;
    padding: 10px;
    text-transform: uppercase;
    width: 100%; }
    .cms-disclaimer .disclaimer .right .buttons-set .contact:hover, .cms-disclaimer .disclaimer .right .buttons-set .contact:active, .cms-disclaimer .disclaimer .right .buttons-set .contact:focus {
      background: transparent;
      border: 1px solid #555555;
      color: #555555; }

/* ====== SECURITY & PRIVACY  ====== */
/* ======
SECURITY & PRIVACY
    - General

====== */
/*================================================================================
$ GENERAL
================================================================================*/
.cms-security-privacy .banner_wrapper {
  margin-bottom: 64px; }
.cms-security-privacy .content {
  margin: 0 auto;
  max-width: 1200px; }
.cms-security-privacy .security-privacy .right h6 {
  color: #555555;
  font-family: "futura-pt", sans-serif;
  font-size: 16px;
  font-weight: bold;
  padding-bottom: 12px;
  text-align: left; }
.cms-security-privacy .security-privacy .right ul {
  list-style-type: none;
  margin-left: 0;
  padding-bottom: 20px;
  padding-left: 0; }
  .cms-security-privacy .security-privacy .right ul li {
    color: #555555;
    font-family: "futura-pt", sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 0.7;
    text-align: left; }
    @media screen and (max-width: 479px) {
      .cms-security-privacy .security-privacy .right ul li {
        line-height: 1.3; } }
.cms-security-privacy .security-privacy .right p {
  color: #555555;
  font-family: "futura-pt", sans-serif;
  font-size: 16px;
  font-weight: 400;
  padding-bottom: 20px;
  text-align: left; }
  .cms-security-privacy .security-privacy .right p a {
    color: #555555;
    font-weight: bold;
    text-decoration: none; }
.cms-security-privacy .security-privacy .right .buttons-set {
  margin: 30px 0; }
  @media screen and (max-width: 479px) {
    .cms-security-privacy .security-privacy .right .buttons-set {
      margin-bottom: 30px; } }
  .cms-security-privacy .security-privacy .right .buttons-set .homepage {
    background: #edb63b;
    border: 1px solid #edb63b;
    border-radius: 6px;
    color: #FFFFFF;
    font-weight: 600;
    max-width: 141px;
    min-width: 141px;
    padding: 10px;
    text-transform: uppercase;
    width: 100%; }
    .cms-security-privacy .security-privacy .right .buttons-set .homepage:hover, .cms-security-privacy .security-privacy .right .buttons-set .homepage:active, .cms-security-privacy .security-privacy .right .buttons-set .homepage:focus {
      background: transparent;
      border: 1px solid #edb63b;
      color: #edb63b; }
  .cms-security-privacy .security-privacy .right .buttons-set .contact {
    background: #555555;
    border: 1px solid #555555;
    border-radius: 6px;
    color: #FFFFFF;
    font-weight: 600;
    margin-left: 20px;
    max-width: 141px;
    min-width: 141px;
    padding: 10px;
    text-transform: uppercase;
    width: 100%; }
    .cms-security-privacy .security-privacy .right .buttons-set .contact:hover, .cms-security-privacy .security-privacy .right .buttons-set .contact:active, .cms-security-privacy .security-privacy .right .buttons-set .contact:focus {
      background: transparent;
      border: 1px solid #555555;
      color: #555555; }

/* ====== DISCLAIMER  ====== */
/* ======
DISCLAIMER
    - General

====== */
/*================================================================================
$ GENERAL
================================================================================*/
.cms-terms-conditions .banner_wrapper {
  margin-bottom: 64px; }
.cms-terms-conditions .content {
  margin: 0 auto;
  max-width: 1200px; }
.cms-terms-conditions .terms-conditions .right h6 {
  color: #555555;
  font-family: "futura-pt", sans-serif;
  font-size: 16px;
  font-weight: bold;
  padding-bottom: 12px;
  text-align: left; }
.cms-terms-conditions .terms-conditions .right ul {
  list-style-type: none;
  margin-left: 0;
  padding-bottom: 20px;
  padding-left: 0; }
  .cms-terms-conditions .terms-conditions .right ul li {
    color: #555555;
    font-family: "futura-pt", sans-serif;
    font-size: 16px;
    font-weight: 400;
    padding-bottom: 20px;
    text-align: left; }
    @media screen and (max-width: 479px) {
      .cms-terms-conditions .terms-conditions .right ul li {
        line-height: 1.3; } }
    .cms-terms-conditions .terms-conditions .right ul li span {
      font-weight: bold; }
.cms-terms-conditions .terms-conditions .right p {
  color: #555555;
  font-family: "futura-pt", sans-serif;
  font-size: 16px;
  font-weight: 400;
  padding-bottom: 20px;
  text-align: left; }
  .cms-terms-conditions .terms-conditions .right p a {
    color: #555555;
    font-weight: bold;
    text-decoration: none; }
.cms-terms-conditions .terms-conditions .right .buttons-set {
  margin: 30px 0; }
  @media screen and (max-width: 479px) {
    .cms-terms-conditions .terms-conditions .right .buttons-set {
      margin-bottom: 30px; } }
  .cms-terms-conditions .terms-conditions .right .buttons-set .back_top {
    color: #555555;
    cursor: pointer;
    font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
    font-size: 16px;
    font-weight: bold;
    float: right; }
    @media screen and (max-width: 989px) {
      .cms-terms-conditions .terms-conditions .right .buttons-set .back_top {
        float: none;
        padding-left: 15px; } }
    .cms-terms-conditions .terms-conditions .right .buttons-set .back_top span img {
      position: relative;
      right: 14px;
      top: -2px;
      width: 22px; }
  .cms-terms-conditions .terms-conditions .right .buttons-set .homepage {
    background: #edb63b;
    border: 1px solid #edb63b;
    border-radius: 6px;
    color: #FFFFFF;
    font-weight: 600;
    max-width: 141px;
    min-width: 141px;
    padding: 10px;
    text-transform: uppercase;
    width: 100%; }
    .cms-terms-conditions .terms-conditions .right .buttons-set .homepage:hover, .cms-terms-conditions .terms-conditions .right .buttons-set .homepage:active, .cms-terms-conditions .terms-conditions .right .buttons-set .homepage:focus {
      background: transparent;
      border: 1px solid #edb63b;
      color: #edb63b; }
  .cms-terms-conditions .terms-conditions .right .buttons-set .contact {
    background: #555555;
    border: 1px solid #555555;
    border-radius: 6px;
    color: #FFFFFF;
    font-weight: 600;
    margin-left: 20px;
    max-width: 141px;
    min-width: 141px;
    padding: 10px;
    text-transform: uppercase;
    width: 100%; }
    .cms-terms-conditions .terms-conditions .right .buttons-set .contact:hover, .cms-terms-conditions .terms-conditions .right .buttons-set .contact:active, .cms-terms-conditions .terms-conditions .right .buttons-set .contact:focus {
      background: transparent;
      border: 1px solid #555555;
      color: #555555; }

/* ====== ORDERING HELP  ====== */
/* ======
ORDERING HELP
    - General

====== */
/*================================================================================
$ GENERAL
================================================================================*/
.cms-ordering-help .banner_wrapper {
  margin-bottom: 64px; }
.cms-ordering-help .content {
  margin: 0 auto;
  max-width: 1200px; }
.cms-ordering-help .price_match_wrapper .right h6 {
  color: #555555;
  font-family: "futura-pt", sans-serif;
  font-size: 16px;
  font-weight: bold;
  padding-bottom: 12px;
  text-align: left; }
.cms-ordering-help .price_match_wrapper .right p {
  color: #555555;
  font-family: "futura-pt", sans-serif;
  font-size: 16px;
  font-weight: 400;
  padding-bottom: 20px;
  text-align: left; }
  .cms-ordering-help .price_match_wrapper .right p a {
    color: #555555;
    font-weight: bold;
    text-decoration: none; }
.cms-ordering-help .price_match_wrapper .right ul {
  list-style-type: none;
  padding-bottom: 20px; }
  .cms-ordering-help .price_match_wrapper .right ul li {
    color: #555555;
    font-family: "futura-pt", sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 0.7;
    text-align: left; }
    @media screen and (max-width: 479px) {
      .cms-ordering-help .price_match_wrapper .right ul li {
        line-height: 1.3; } }
    .cms-ordering-help .price_match_wrapper .right ul li a {
      color: #555555;
      font-family: "futura-pt", sans-serif;
      font-size: 16px;
      font-weight: 400; }
.cms-ordering-help .price_match_wrapper .right .ordering_contact h3 {
  color: #555555;
  font-family: "futura-pt", sans-serif;
  font-size: 18px;
  text-align: left; }
.cms-ordering-help .price_match_wrapper .right .ordering_contact .contact_form.row {
  margin-top: 20px; }
  .cms-ordering-help .price_match_wrapper .right .ordering_contact .contact_form.row #contactForm .field {
    padding-bottom: 10px; }
    .cms-ordering-help .price_match_wrapper .right .ordering_contact .contact_form.row #contactForm .field label em {
      color: #555555; }
  .cms-ordering-help .price_match_wrapper .right .ordering_contact .contact_form.row #contactForm .buttons-set {
    float: right;
    margin-top: 10px; }
    .cms-ordering-help .price_match_wrapper .right .ordering_contact .contact_form.row #contactForm .buttons-set .btn-primary {
      background: #edb63b;
      border: 1px solid #edb63b;
      border-radius: 6px;
      color: #FFFFFF;
      font-weight: 600;
      max-width: 141px;
      min-width: 141px;
      padding: 10px;
      text-transform: uppercase;
      width: 100%; }
      .cms-ordering-help .price_match_wrapper .right .ordering_contact .contact_form.row #contactForm .buttons-set .btn-primary:hover, .cms-ordering-help .price_match_wrapper .right .ordering_contact .contact_form.row #contactForm .buttons-set .btn-primary:active, .cms-ordering-help .price_match_wrapper .right .ordering_contact .contact_form.row #contactForm .buttons-set .btn-primary:focus {
        background: transparent;
        border: 1px solid #edb63b;
        color: #edb63b; }
.cms-ordering-help .price_match_wrapper .right .buttons-set {
  margin-bottom: 30px;
  margin-top: 30px; }
  @media screen and (max-width: 479px) {
    .cms-ordering-help .price_match_wrapper .right .buttons-set {
      margin-bottom: 30px; } }
  .cms-ordering-help .price_match_wrapper .right .buttons-set .back_top {
    color: #555555;
    cursor: pointer;
    font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
    font-size: 16px;
    font-weight: bold;
    float: right; }
    @media screen and (max-width: 989px) {
      .cms-ordering-help .price_match_wrapper .right .buttons-set .back_top {
        float: none;
        padding-left: 15px; } }
    .cms-ordering-help .price_match_wrapper .right .buttons-set .back_top span img {
      position: relative;
      right: 14px;
      top: -2px;
      width: 22px; }
  .cms-ordering-help .price_match_wrapper .right .buttons-set .homepage {
    background: #edb63b;
    border: 1px solid #edb63b;
    border-radius: 6px;
    color: #FFFFFF;
    font-weight: 600;
    max-width: 141px;
    min-width: 141px;
    padding: 10px;
    text-transform: uppercase;
    width: 100%; }
    .cms-ordering-help .price_match_wrapper .right .buttons-set .homepage:hover, .cms-ordering-help .price_match_wrapper .right .buttons-set .homepage:active, .cms-ordering-help .price_match_wrapper .right .buttons-set .homepage:focus {
      background: transparent;
      border: 1px solid #edb63b;
      color: #edb63b; }
  .cms-ordering-help .price_match_wrapper .right .buttons-set .contact {
    background: #555555;
    border: 1px solid #555555;
    border-radius: 6px;
    color: #FFFFFF;
    font-weight: 600;
    margin-left: 20px;
    max-width: 141px;
    min-width: 141px;
    padding: 10px;
    text-transform: uppercase;
    width: 100%; }
    .cms-ordering-help .price_match_wrapper .right .buttons-set .contact:hover, .cms-ordering-help .price_match_wrapper .right .buttons-set .contact:active, .cms-ordering-help .price_match_wrapper .right .buttons-set .contact:focus {
      background: transparent;
      border: 1px solid #555555;
      color: #555555; }

/* ====== 404 PAGE  ====== */
/* ======
404 PAGE
    - General

====== */
/*================================================================================
$ GENERAL
================================================================================*/
.cms-index-noroute .middle-content .content {
  padding: 0; }
.cms-index-noroute .wrapper_404 .banner_wrapper {
  position: relative; }
  .cms-index-noroute .wrapper_404 .banner_wrapper > img {
    width: 100%; }
    @media screen and (max-width: 989px) {
      .cms-index-noroute .wrapper_404 .banner_wrapper > img {
        height: 480px; } }
  .cms-index-noroute .wrapper_404 .banner_wrapper .content_wrapper {
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    transform: translateY(-50%); }
    .cms-index-noroute .wrapper_404 .banner_wrapper .content_wrapper .title-404 {
      color: #FFFFFF;
      font-family: "futura-pt", sans-serif;
      font-size: 200px;
      text-align: center; }
      @media screen and (max-width: 479px) {
        .cms-index-noroute .wrapper_404 .banner_wrapper .content_wrapper .title-404 {
          font-size: 100px; } }
    .cms-index-noroute .wrapper_404 .banner_wrapper .content_wrapper .inner_content {
      background: rgba(0, 0, 0, 0.4);
      padding: 22px; }
      .cms-index-noroute .wrapper_404 .banner_wrapper .content_wrapper .inner_content h6 {
        color: #FFFFFF;
        font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
        font-size: 20px;
        font-weight: bold; }
      .cms-index-noroute .wrapper_404 .banner_wrapper .content_wrapper .inner_content p {
        color: #FFFFFF;
        font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
        font-size: 18px;
        font-weight: 400;
        margin: 0 auto;
        max-width: 484px; }
      .cms-index-noroute .wrapper_404 .banner_wrapper .content_wrapper .inner_content .buttons-set {
        margin-top: 30px;
        text-align: center; }
        @media screen and (max-width: 479px) {
          .cms-index-noroute .wrapper_404 .banner_wrapper .content_wrapper .inner_content .buttons-set {
            margin-bottom: 30px; } }
        .cms-index-noroute .wrapper_404 .banner_wrapper .content_wrapper .inner_content .buttons-set .homepage {
          background: #edb63b;
          border: 1px solid #edb63b;
          border-radius: 6px;
          color: #FFFFFF;
          font-weight: 600;
          max-width: 146px;
          min-width: 146px;
          padding: 10px;
          text-transform: uppercase;
          width: 100%; }
          .cms-index-noroute .wrapper_404 .banner_wrapper .content_wrapper .inner_content .buttons-set .homepage:hover, .cms-index-noroute .wrapper_404 .banner_wrapper .content_wrapper .inner_content .buttons-set .homepage:active, .cms-index-noroute .wrapper_404 .banner_wrapper .content_wrapper .inner_content .buttons-set .homepage:focus {
            background: transparent;
            border: 1px solid #edb63b;
            color: #edb63b; }
        .cms-index-noroute .wrapper_404 .banner_wrapper .content_wrapper .inner_content .buttons-set .contact {
          background: #4bc798;
          border: 1px solid #4bc798;
          border-radius: 6px;
          color: #FFFFFF;
          font-weight: 600;
          margin-left: 20px;
          max-width: 146px;
          min-width: 146px;
          padding: 10px;
          text-transform: uppercase;
          width: 100%; }
          @media screen and (max-width: 320px) {
            .cms-index-noroute .wrapper_404 .banner_wrapper .content_wrapper .inner_content .buttons-set .contact {
              margin-left: 0;
              margin-top: 20px; } }
          .cms-index-noroute .wrapper_404 .banner_wrapper .content_wrapper .inner_content .buttons-set .contact:hover, .cms-index-noroute .wrapper_404 .banner_wrapper .content_wrapper .inner_content .buttons-set .contact:active, .cms-index-noroute .wrapper_404 .banner_wrapper .content_wrapper .inner_content .buttons-set .contact:focus {
            background: transparent;
            border: 1px solid #4bc798;
            color: #4bc798; }
.cms-index-noroute .newsletter-home {
  background-image: url("../images/newsletter-bgimg_1.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  float: left;
  padding-left: 0;
  padding-right: 0;
  width: 100%; }
  .cms-index-noroute .newsletter-home .newsletter-home-content {
    padding: 79px; }
    @media screen and (max-width: 479px) {
      .cms-index-noroute .newsletter-home .newsletter-home-content {
        padding: 32px; } }
    .cms-index-noroute .newsletter-home .newsletter-home-content h3 {
      color: #FFFFFF;
      font-family: "futura-pt", sans-serif;
      font-size: 30px; }
    .cms-index-noroute .newsletter-home .newsletter-home-content p {
      color: #FFFFFF;
      font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
      font-size: 16px; }
    .cms-index-noroute .newsletter-home .newsletter-home-content .extra {
      color: #FFFFFF;
      font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
      font-size: 14px;
      position: relative;
      top: 20px; }
    .cms-index-noroute .newsletter-home .newsletter-home-content .block.newsletter.newsletter-home-page {
      max-width: 582px !important; }
      .cms-index-noroute .newsletter-home .newsletter-home-content .block.newsletter.newsletter-home-page .form-group.newsletter input {
        border-radius: 6px; }
        .cms-index-noroute .newsletter-home .newsletter-home-content .block.newsletter.newsletter-home-page .form-group.newsletter input::placeholder {
          padding: 10px; }
      .cms-index-noroute .newsletter-home .newsletter-home-content .block.newsletter.newsletter-home-page .actions button.btn-primary {
        background-color: #edb63b;
        border: none;
        border-radius: 6px;
        border-top-left-radius: 0;
        border-bottom-left-radius: 0;
        padding: 12px 30px; }
        @media screen and (max-width: 479px) {
          .cms-index-noroute .newsletter-home .newsletter-home-content .block.newsletter.newsletter-home-page .actions button.btn-primary {
            padding: 12px 8px; } }
        .cms-index-noroute .newsletter-home .newsletter-home-content .block.newsletter.newsletter-home-page .actions button.btn-primary:hover, .cms-index-noroute .newsletter-home .newsletter-home-content .block.newsletter.newsletter-home-page .actions button.btn-primary:active, .cms-index-noroute .newsletter-home .newsletter-home-content .block.newsletter.newsletter-home-page .actions button.btn-primary:focus {
          background-color: #FFFFFF; }
          .cms-index-noroute .newsletter-home .newsletter-home-content .block.newsletter.newsletter-home-page .actions button.btn-primary:hover span span, .cms-index-noroute .newsletter-home .newsletter-home-content .block.newsletter.newsletter-home-page .actions button.btn-primary:active span span, .cms-index-noroute .newsletter-home .newsletter-home-content .block.newsletter.newsletter-home-page .actions button.btn-primary:focus span span {
            color: #edb63b; }
        .cms-index-noroute .newsletter-home .newsletter-home-content .block.newsletter.newsletter-home-page .actions button.btn-primary span span {
          font-family: "futura-pt", sans-serif;
          font-size: 16px;
          text-transform: uppercase; }
.cms-index-noroute .footer {
  margin-top: 0; }

/*# sourceMappingURL=falcon-styles.css.map */
