@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Lato:wght@300;400;700;900&family=Marcellus&display=swap");
::-webkit-input-placeholder {
  color: #343434;
  font-family: "Lato", sans-serif;
  opacity: 1; }

:-moz-placeholder {
  color: #343434;
  font-family: "Lato", sans-serif;
  opacity: 1; }

::-moz-placeholder {
  color: #343434;
  font-family: "Lato", sans-serif;
  opacity: 1; }

:-ms-input-placeholder {
  color: #343434;
  font-family: "Lato", sans-serif;
  opacity: 1; }

.safari ::-webkit-input-placeholder {
  color: #343434; }

.safari :-moz-placeholder {
  color: #343434; }

.safari ::-moz-placeholder {
  color: #343434; }

.safari :-ms-input-placeholder {
  color: #343434; }

.button {
  font-family: "Lato", sans-serif;
  font-size: 14px;
  color: #f4e769;
  background: #183028;
  text-transform: uppercase;
  padding: 15px 17px 15px 18px;
  display: inline-block;
  margin: 0;
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  text-align: center;
  border: 0;
  border-radius: 0;
  cursor: pointer;
  -webkit-transition: all 300ms ease-in-out 0s;
  -o-transition: all 300ms ease-in-out 0s;
  transition: all 300ms ease-in-out 0s; }
  @media only screen and (max-width: 767px) {
    .button {
      font-size: 12px;
      padding: 0.7rem; } }
  .button:hover {
    color: #183028;
    background: #f4e769; }
  .button:focus {
    outline: none; }
  .button.primary {
    background: #f4e769;
    color: #183028; }
    .button.primary:hover {
      color: #f4e769;
      background: #183028; }
  .button.secondary {
    background: #2e9612;
    color: white;
    font-weight: 900;
    font-size: 16px;
    border-radius: 3px;
    letter-spacing: 1.6px;
    padding: 15px 31px 15px 36px; }
    .button.secondary:hover {
      color: #f4e769;
      background: #183028; }
    .button.secondary.out-of-stock {
      background: #c81313;
      color: white; }
      .button.secondary.out-of-stock:hover {
        background: #183028;
        color: #f4e769; }
    @media only screen and (max-width: 767px) {
      .button.secondary {
        font-size: 12px;
        padding: 0.7rem; } }
  .button.tertiary {
    background: #e4e5e6;
    color: #183028; }
  .button.blue {
    background: #2d5974;
    color: white; }
  .button.account, .button.checkout {
    background: #183028;
    color: white;
    font-weight: 900;
    font-size: 16px;
    border-radius: 3px;
    letter-spacing: 1.6px;
    padding: 15px 31px 15px 36px; }
    .button.account:hover, .button.checkout:hover {
      cursor: pointer;
      color: #f4e769;
      background: #183028; }
    @media only screen and (max-width: 767px) {
      .button.account, .button.checkout {
        font-size: 12px;
        padding: 0.7rem; } }
    .button.account.small, .button.checkout.small {
      padding: 10px 20px;
      font-size: 12px; }
  .button.transparent {
    background: white;
    color: #183028;
    font-weight: 900;
    border-radius: 3px;
    letter-spacing: 1.6px;
    padding: 15px 31px 15px 36px;
    border: #183028 solid 2px; }
    .button.transparent.white {
      background: none;
      color: white;
      border: white solid 2px; }
    .button.transparent:hover {
      cursor: pointer;
      color: white;
      background: #183028; }
    @media only screen and (max-width: 767px) {
      .button.transparent {
        font-size: 12px;
        padding: 0.7rem; } }
  .button.red {
    font-size: 16px;
    background: #c81313;
    padding: 15px 20px 15px 20px;
    letter-spacing: 1.6px;
    border-radius: 3px;
    color: white;
    font-weight: 900;
    border: 2px solid #c81313; }
    @media only screen and (max-width: 767px) {
      .button.red {
        font-size: 12px;
        padding: 0.7rem; } }
  .button.full-width {
    width: 100%; }

.main-field {
  width: 100%;
  background: white;
  height: 55px;
  font-size: 18px;
  line-height: 35px;
  border: none;
  padding: 20px;
  color: #343434;
  border-radius: 3px;
  font-weight: 700; }
  .main-field:active, .main-field:focus {
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none; }

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

body {
  font-family: "Lato", sans-serif;
  font-size: 16px; }

h1, h2, h3, h4, h5, h6 {
  font-family: "Lato", sans-serif; }

h1 {
  font-family: "Marcellus", serif;
  font-size: 42px;
  line-height: 49px;
  color: #183028; }

h2 {
  font-family: "Marcellus", serif;
  color: #183028;
  font-size: 36px;
  line-height: 38px; }

h3 {
  font-family: "Marcellus", serif;
  color: #183028;
  font-size: 28px;
  line-height: 30px; }

h4 {
  font-family: "Marcellus", serif;
  color: #183028;
  font-size: 24px;
  line-height: 30px; }

h5 {
  font-family: "Marcellus", serif;
  color: #183028;
  font-size: 22px;
  line-height: 22px; }

h6 {
  font-family: "Marcellus", serif;
  color: #183028;
  font-size: 18px;
  line-height: 20px; }

p {
  font-family: "Lato", sans-serif;
  font-size: 16px;
  line-height: 21px;
  color: #183028;
  margin: 0 0 28px; }

a {
  text-decoration: none;
  -webkit-transition: all 300ms ease-in-out 0s;
  -o-transition: all 300ms ease-in-out 0s;
  transition: all 300ms ease-in-out 0s; }

ul {
  list-style-type: none;
  margin: 0;
  padding: 0; }

a:active,
a:hover,
a:focus {
  outline: 0;
  text-decoration: none; }

strong {
  font-weight: 700; }

.main-outercon {
  overflow: hidden;
  min-height: 0; }

.block {
  color: #FFF;
  text-align: center;
  height: 30px;
  margin: 5px 0;
  background: #030; }

.title-block {
  text-align: center;
  overflow: hidden;
  padding: 0 0 3px; }
  .title-block h3 {
    position: relative;
    display: inline-block;
    padding: 0 60px; }
    @media (min-width: 1024px) and (max-width: 1279px) {
      .title-block h3 {
        padding: 0 35px;
        font-size: 24px; } }
    @media (min-width: 768px) and (max-width: 1023px) {
      .title-block h3 {
        padding: 0 30px;
        font-size: 24px; } }
    @media only screen and (max-width: 767px) {
      .title-block h3 {
        font-size: 24px;
        padding: 0 10px; } }
    @media only screen and (max-width: 479px) {
      .title-block h3 {
        font-size: 22px;
        padding: 0 10px 20px 10px;
        line-height: 26px;
        border-bottom: #c0a62d solid 1px; } }
    .title-block h3:after, .title-block h3:before {
      position: absolute;
      content: "";
      width: 300%;
      height: 1px;
      background: #c0a62d;
      top: 50%;
      -ms-transform: translateY(-50%);
      -webkit-transform: translateY(-50%);
      transform: translateY(-50%); }
      @media (min-width: 768px) and (max-width: 1023px) {
        .title-block h3:after, .title-block h3:before {
          width: 110%; } }
      @media only screen and (max-width: 767px) {
        .title-block h3:after, .title-block h3:before {
          width: 75%; } }
      @media only screen and (max-width: 479px) {
        .title-block h3:after, .title-block h3:before {
          display: none; } }
    .title-block h3:before {
      left: 100%; }
    .title-block h3:after {
      right: 100%; }

/*--selectbox--*/
@CHARSET "UTF-8";
.sbHolder {
  font-size: 18px;
  color: #183028;
  font-family: "Lato", sans-serif;
  font-weight: 700;
  height: 50px;
  position: relative;
  width: 100%;
  border: 1px solid #183028;
  border-radius: 2px; }

.sbSelector {
  display: block;
  height: 50px;
  left: 0;
  line-height: 48px;
  outline: none;
  overflow: hidden;
  position: absolute;
  text-indent: 22px;
  top: 0;
  width: 95%;
  font-size: 14px;
  color: #183028;
  text-transform: uppercase; }
  .sbSelector:link, .sbSelector:visited, .sbSelector:hover {
    color: #183028;
    outline: none;
    text-decoration: none; }

.sbToggle {
  display: block;
  height: 14px;
  outline: none;
  position: absolute;
  right: 6px;
  top: 15px;
  width: 14px; }
  .sbToggle:after {
    width: 15px;
    height: 15px;
    position: absolute;
    top: 0px;
    right: 0px;
    content: "\f0d7";
    font-family: "FontAwesome";
    font-size: 14px;
    color: #183028; }

.sbToggleOpen:after {
  content: "\f0d8"; }

.sbOptions {
  background-color: white;
  list-style: none;
  left: 0;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 49px !important;
  width: 400px;
  z-index: 3;
  overflow-y: auto;
  width: 100.3% !important;
  border: 1px solid; }
  .sbOptions li {
    padding: 0px !important;
    text-align: center; }
    .sbOptions li a {
      border-top: 1px dashed #183028;
      display: block;
      outline: none;
      padding: 10px 5px;
      font-size: 14px;
      color: #183028;
      text-decoration: none;
      text-transform: uppercase; }
      .sbOptions li a:hover, .sbOptions li a:focus {
        color: #f4e769; }
    .sbOptions li:first-child a {
      border: none; }
      .sbOptions li:first-child a:hover, .sbOptions li:first-child a:focus {
        color: #f4e769; }
      .sbOptions li:first-child a.sbFocus {
        color: #f4e769; }
    .sbOptions li.last a {
      border-bottom: none; }

.larger {
  font-size: 21px; }

/**
  Global Styles for site
 */
body {
  background-color: #fafafb;
  min-width: 320px; }

img {
  max-width: 100%; }

form {
  /* This is the checked state */
  /* active state i.e. displayed while the mouse is being pressed down */
  /* the shadow; displayed while the element is in focus */ }
  form input[type=text], form input[type=password], form input[type=email], form input[type=number] {
    line-height: 1;
    padding: 15px;
    border-radius: 3px;
    background-color: #f2f2f2;
    border: none;
    height: 50px; }
    form input[type=text].form-control:focus, form input[type=password].form-control:focus, form input[type=email].form-control:focus, form input[type=number].form-control:focus {
      border-color: #e3c42b;
      -webkit-box-shadow: 0 0 0 0.2rem #e3c42b;
      box-shadow: 0 0 0 0.2rem #e3c42b; }
  form textarea.form-control {
    padding: 15px;
    border-radius: 3px;
    background-color: #f2f2f2;
    border: none; }
    form textarea.form-control:focus {
      border-color: #e3c42b;
      -webkit-box-shadow: 0 0 0 0.2rem #e3c42b;
      box-shadow: 0 0 0 0.2rem #e3c42b; }
  form label {
    color: #0b2e13;
    font-weight: 600;
    font-size: 16px; }
    form label.required::after {
      content: '*'; }
  form .custom-radio .custom-control-input:checked ~ .custom-control-label::before,
  form .custom-radio .custom-control-input:checked ~ .custom-control-label::after {
    background-color: white;
    /* green */
    /* this bg image SVG is just a white circle, you can replace it with any valid SVG code */
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='3' fill='%23183028'/%3E%3C/svg%3E");
    border-radius: 50%; }
  form .custom-radio .custom-control-input:active ~ .custom-control-label::before {
    color: #fff;
    background-color: #ff0000;
    /* red */ }
  form .custom-radio .custom-control-input:focus ~ .custom-control-label::before {
    -webkit-box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(255, 123, 255, 0.25);
    box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(255, 123, 255, 0.25);
    /* pink, 25% opacity */ }

a {
  color: #c0a62d; }

a.forgotten-password {
  color: #c0a62d; }

.content-margin {
  margin-top: 30px; }

.tick-list .fa.fa-check {
  color: #2e9612;
  margin-right: 10px; }

.tick-list.horizontal {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }
  .tick-list.horizontal li {
    margin-right: 10px; }
    .tick-list.horizontal li:last-child {
      margin-right: 0; }

.font-weight-semi-bold {
  font-weight: 600 !important; }

/**
  Social media element
 */
.social-block {
  margin: 5px 0; }
  .social-block ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }
    .social-block ul li {
      margin-right: 15px; }
      .social-block ul li:last-child {
        margin-right: 0; }
      .social-block ul li a {
        font-size: 28px; }

.segment, .checkout-segment {
  margin: 30px 0;
  background: white;
  padding: 25px 30px;
  border: #f2f2f2 solid 1px; }
  .segment .segment-title, .checkout-segment .segment-title {
    margin: 0 0 40px 0; }
    .segment .segment-title.inner, .checkout-segment .segment-title.inner {
      margin: 40px 0; }

.intro-text {
  color: #183028;
  font-weight: 700;
  font-size: 21px;
  margin: 20px 0; }

blockquote {
  position: relative;
  border-bottom: #f4e769 solid 5px;
  padding: 0 20px;
  margin: 2rem 0; }
  blockquote::before {
    text-align: center;
    font-family: "Marcellus", serif;
    display: inline-block;
    position: absolute;
    margin: auto;
    left: 0;
    right: 0;
    top: 0px;
    font-size: 124px;
    line-height: 1px;
    content: '“”';
    color: #f4e769;
    z-index: 1;
    vertical-align: text-bottom;
    padding-top: 15px; }
  blockquote p {
    position: relative;
    font-family: "Marcellus", serif;
    text-align: center;
    font-size: 28px;
    z-index: 2;
    line-height: 35px;
    margin-bottom: 1rem; }
    @media only screen and (max-width: 479px) {
      blockquote p {
        font-size: 22px;
        padding: 0 10px;
        line-height: 20px; } }
    blockquote p.source {
      font-size: 18px;
      font-family: "Lato", sans-serif;
      font-weight: 300; }

.feedback-quotes-cont .feedback-quote {
  margin: 1rem 0;
  overflow: hidden; }

ul.download-list {
  margin: 1rem 0;
  padding: 1rem;
  background: #e9eaea; }
  ul.download-list li a {
    font-weight: 700;
    display: block; }
    ul.download-list li a span {
      margin-left: 10px; }
  ul.download-list li span, ul.download-list li i {
    vertical-align: middle; }
  ul.download-list li .file-icon::before {
    border-top-color: #e9eaea;
    border-right-color: #e9eaea; }

.pdf-file-download-box {
  text-align: center;
  margin-bottom: 40px; }
  .pdf-file-download-box h4 {
    margin-bottom: 10px; }
  .pdf-file-download-box .button {
    margin-top: 10px; }

.updating-loader {
  display: none; }
  .updating-loader .alert {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }
  .updating-loader img {
    max-width: 30px;
    margin: auto 0; }
  .updating-loader span {
    margin: auto 0 auto 10px; }

.paypal-order-check-loader-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-size: 12px; }

.header-top-outer {
  padding: 25px 0 20px; }

.trust-pilot-header-outer {
  height: 24px; }

.top-inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center; }
  @media only screen and (max-width: 767px) {
    .top-inner {
      -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; } }

.logo-image-wrapper, .sign-image-wrapper {
  position: relative;
  padding-top: 23%;
  width: 100%; }
  .logo-image-wrapper > img, .sign-image-wrapper > img {
    margin: auto;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0; }

.sign-image-wrapper {
  padding-top: 101%; }

.header-left {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  width: 34.53%; }
  .header-left .logo {
    width: 80%; }
  .header-left .sign {
    width: 19%; }
  @media (min-width: 768px) and (max-width: 1023px) {
    .header-left {
      width: 29%; } }
  @media only screen and (max-width: 767px) {
    .header-left {
      width: 100%; } }
  @media only screen and (max-width: 767px) {
    .header-left {
      margin: 0 0 15px; }
      .header-left .logo {
        margin: auto;
        max-width: 180px;
        width: 100%; }
        .header-left .logo img {
          max-width: 180px; } }
  @media only screen and (max-width: 479px) {
    .header-left .logo img {
      max-width: 120px; } }

@media (min-width: 1024px) and (max-width: 1279px) {
  .logo img {
    max-width: 250px; } }

@media (min-width: 768px) and (max-width: 1023px) {
  .logo img {
    max-width: 160px; } }

@media only screen and (max-width: 767px) {
  .logo img {
    max-width: 250px; } }

@media only screen and (max-width: 479px) {
  .logo img {
    max-width: 200px; } }

@media (min-width: 1024px) and (max-width: 1279px) {
  .sign img {
    max-width: 50px; } }

@media (min-width: 768px) and (max-width: 1023px) {
  .sign img {
    max-width: 40px; } }

@media only screen and (max-width: 479px) {
  .sign img {
    max-width: 50px; } }

@media only screen and (max-width: 767px) {
  .sign {
    display: none; } }

.header-right {
  width: 65.47%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  padding: 0 0 0 20px;
  position: relative; }
  @media (min-width: 768px) and (max-width: 1023px) {
    .header-right {
      width: 71%; } }
  .header-right .login i {
    display: none; }
  @media only screen and (max-width: 767px) {
    .header-right {
      position: static;
      width: 100%;
      -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      padding: 0; }
      .header-right .login i {
        display: block;
        font-size: 28px; }
      .header-right .login span {
        display: none; }
      .header-right .menu-icon {
        top: 0;
        left: 20px; }
      .header-right .cart-area {
        -webkit-box-pack: end;
        -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        border: none;
        position: absolute;
        top: 0px;
        right: 20px; }
        .header-right .cart-area .cart span {
          display: none; }
        .header-right .cart-area .cart img {
          width: 30px;
          margin-left: 25px; }
      .header-right .total {
        display: none; } }
  @media only screen and (max-width: 479px) {
    .header-right .cart-area {
      top: -10px;
      padding: 0; } }

.search-area {
  max-width: 410px;
  width: 100%;
  position: relative; }
  @media (min-width: 1024px) and (max-width: 1279px) {
    .search-area {
      max-width: 300px;
      height: 50px; } }
  @media (min-width: 768px) and (max-width: 1023px) {
    .search-area {
      max-width: 250px;
      height: 40px; } }
  @media only screen and (max-width: 767px) {
    .search-area {
      height: 50px;
      margin: 0 0 15px;
      max-width: 100%; } }
  @media only screen and (max-width: 479px) {
    .search-area {
      height: 40px; } }
  .search-area .search-text {
    position: relative;
    margin-right: 58px; }
    @media (min-width: 1024px) and (max-width: 1279px) {
      .search-area .search-text {
        margin-right: 50px; } }
    @media (min-width: 768px) and (max-width: 1023px) {
      .search-area .search-text {
        margin-right: 40px; } }
    @media only screen and (max-width: 767px) {
      .search-area .search-text {
        margin-right: 50px; } }
    @media only screen and (max-width: 479px) {
      .search-area .search-text {
        margin-right: 40px; } }
    .search-area .search-text input {
      width: 100%;
      height: 58px;
      background: #f2f2f2;
      border: 0;
      padding: 0;
      border-top-left-radius: 5px;
      border-bottom-left-radius: 5px;
      -webkit-box-shadow: none;
      box-shadow: none;
      padding: 0 12px 0 19px; }
      @media (min-width: 1024px) and (max-width: 1279px) {
        .search-area .search-text input {
          height: 50px;
          padding: 0 60px 0 10px;
          font-size: 12px; } }
      @media (min-width: 768px) and (max-width: 1023px) {
        .search-area .search-text input {
          height: 40px;
          padding: 0 10px;
          font-size: 12px; } }
      @media only screen and (max-width: 767px) {
        .search-area .search-text input {
          height: 50px;
          padding: 0 20px; } }
      @media only screen and (max-width: 479px) {
        .search-area .search-text input {
          height: 40px;
          padding: 0 10px;
          font-size: 12px; } }
      .search-area .search-text input:focus {
        -webkit-box-shadow: none;
        box-shadow: none; }
    .search-area .search-text ul {
      background: #f2f2f2;
      position: absolute;
      top: 58px;
      left: 0;
      z-index: 9;
      padding: 21px 24px 4px 19px;
      width: 100%;
      display: none; }
      @media (min-width: 1024px) and (max-width: 1279px) {
        .search-area .search-text ul {
          top: 50px; } }
      @media (min-width: 768px) and (max-width: 1023px) {
        .search-area .search-text ul {
          top: 40px;
          padding: 21px 15px 4px 13px; } }
      @media only screen and (max-width: 767px) {
        .search-area .search-text ul {
          top: 50px; } }
      @media only screen and (max-width: 479px) {
        .search-area .search-text ul {
          top: 40px; } }
      .search-area .search-text ul li {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        -moz-align-items: center;
        align-items: center;
        padding: 0 0 17px; }
        .search-area .search-text ul li span {
          font-size: 13px;
          padding-left: 12px; }
          @media (min-width: 768px) and (max-width: 1023px) {
            .search-area .search-text ul li span {
              font-size: 12px; } }
  .search-area button {
    width: 58px;
    height: 58px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    background: #f4e769;
    position: absolute;
    right: 2px;
    top: 0;
    border: 0;
    padding: 0;
    text-align: center;
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: none;
    cursor: pointer;
    line-height: 70px;
    -webkit-transition: all 300ms ease-in-out 0s;
    -o-transition: all 300ms ease-in-out 0s;
    transition: all 300ms ease-in-out 0s;
    color: #183028; }
    .search-area button:hover {
      background: #183028; }
    .search-area button img {
      width: 25px; }
      @media (min-width: 1024px) and (max-width: 1279px) {
        .search-area button img {
          width: 20px; } }
      @media (min-width: 768px) and (max-width: 1023px) {
        .search-area button img {
          width: 15px; } }
      @media only screen and (max-width: 767px) {
        .search-area button img {
          width: 20px; } }
      @media only screen and (max-width: 479px) {
        .search-area button img {
          width: 15px; } }
    @media (min-width: 1024px) and (max-width: 1279px) {
      .search-area button {
        height: 50px;
        width: 50px;
        line-height: 60px; } }
    @media (min-width: 768px) and (max-width: 1023px) {
      .search-area button {
        height: 40px;
        width: 40px;
        line-height: 43px; } }
    @media only screen and (max-width: 767px) {
      .search-area button {
        height: 50px;
        width: 50px;
        line-height: 60px; } }
    @media only screen and (max-width: 479px) {
      .search-area button {
        height: 40px;
        width: 40px;
        line-height: 43px; } }

.cart-area {
  max-width: 315px;
  min-height: 58px;
  width: 100%;
  border: 1px solid #e9eaea;
  padding: 10px 0 0 0;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  border-radius: 5px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between; }
  @media (min-width: 1024px) and (max-width: 1279px) {
    .cart-area {
      margin-left: 15px;
      max-width: 270px; } }
  @media (min-width: 768px) and (max-width: 1023px) {
    .cart-area {
      margin-left: 10px;
      max-width: 240px;
      padding: 10px 0 0 0; } }
  @media only screen and (max-width: 767px) {
    .cart-area {
      padding: 0 20px;
      margin: 0 0 0 auto; } }
  @media only screen and (max-width: 479px) {
    .cart-area {
      max-width: 130px;
      padding: 0 10px; } }
  .cart-area .greeting {
    color: #003415;
    padding-left: 23px;
    font-size: 12px;
    margin-top: -12px; }
    @media only screen and (max-width: 767px) {
      .cart-area .greeting .salutation {
        display: none; } }
    .cart-area .greeting .login {
      text-transform: uppercase;
      padding-bottom: 0px;
      padding-left: 0px; }
  .cart-area .login {
    text-transform: uppercase;
    font-family: "Lato", sans-serif;
    font-weight: 700;
    font-size: 12px;
    color: #003415;
    padding-left: 23px;
    padding-bottom: 10px; }
    .cart-area .login:hover {
      color: #2e9612; }
  .cart-area .cart {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    padding-bottom: 10px; }
    .cart-area .cart img {
      width: 25px;
      height: 25px; }
      @media (min-width: 768px) and (max-width: 1023px) {
        .cart-area .cart img {
          width: 15px;
          height: 15px; } }
    .cart-area .cart span {
      font-family: "Lato", sans-serif;
      font-weight: 900;
      font-size: 12px;
      color: #003415;
      width: 18px;
      height: 18px;
      background: #f4e769;
      line-height: 18px;
      border-radius: 100%;
      text-align: center;
      margin: 0 0 0 5px; }
      @media only screen and (max-width: 479px) {
        .cart-area .cart span {
          margin: 0 0 0 2px; } }
  .cart-area .total {
    padding-bottom: 10px;
    font-family: "Lato", sans-serif;
    font-weight: 700;
    font-size: 14px;
    color: #003415;
    padding-right: 20px; }
    @media (min-width: 768px) and (max-width: 1023px) {
      .cart-area .total {
        padding-right: 10px !important; } }

.icon-bar {
  background: #e9eaea; }
  .icon-bar .icon-bar-inner {
    padding: 20px 0; }
    .icon-bar .icon-bar-inner ul {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      padding: 0 20px;
      width: auto;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
      -ms-flex-pack: center;
      justify-content: center; }
      @media (min-width: 1024px) and (max-width: 1279px) {
        .icon-bar .icon-bar-inner ul {
          padding: 0 10px; } }
      @media only screen and (max-width: 767px) {
        .icon-bar .icon-bar-inner ul {
          display: block;
          padding: 0;
          text-align: center; } }
      .icon-bar .icon-bar-inner ul li {
        position: relative;
        list-style: none;
        color: #183028;
        font-size: 12px;
        font-family: "Lato", sans-serif;
        text-transform: uppercase;
        padding: 0 0 0 55px;
        letter-spacing: 1px; }
        @media (min-width: 1024px) and (max-width: 1279px) {
          .icon-bar .icon-bar-inner ul li {
            font-size: 10px;
            padding: 0 0 0 23px; } }
        @media (min-width: 768px) and (max-width: 1023px) {
          .icon-bar .icon-bar-inner ul li {
            font-size: 10px;
            padding: 0 0 0 44px; } }
        @media only screen and (max-width: 767px) {
          .icon-bar .icon-bar-inner ul li {
            padding: 10px 0px; } }
        .icon-bar .icon-bar-inner ul li .quick-shop-btn {
          border: solid 1px #cccccc;
          border-radius: 3px;
          background-color: white;
          padding: 10px 20px;
          font-weight: 700; }
        .icon-bar .icon-bar-inner ul li.dot {
          padding: 0; }
          .icon-bar .icon-bar-inner ul li.dot::before {
            position: absolute;
            content: "";
            background: #183028;
            width: 5px;
            height: 5px;
            left: 25px;
            top: 6px;
            border-radius: 5px; }
            @media (min-width: 1024px) and (max-width: 1279px) {
              .icon-bar .icon-bar-inner ul li.dot::before {
                left: 9px;
                top: 4px;
                width: 4px;
                height: 4px; } }
            @media (min-width: 768px) and (max-width: 1023px) {
              .icon-bar .icon-bar-inner ul li.dot::before {
                left: 17px; } }
            @media only screen and (max-width: 767px) {
              .icon-bar .icon-bar-inner ul li.dot::before {
                left: 0;
                top: 0;
                right: 0;
                margin: 0 auto; } }
        .icon-bar .icon-bar-inner ul li:first-child {
          padding: 0; }
          @media only screen and (max-width: 767px) {
            .icon-bar .icon-bar-inner ul li:first-child {
              padding: 0px 0px 10px; } }
          .icon-bar .icon-bar-inner ul li:first-child:before {
            content: none; }
        .icon-bar .icon-bar-inner ul li a {
          color: #183028; }
          .icon-bar .icon-bar-inner ul li a:hover {
            color: #2e9612; }

.cart-area {
  position: relative; }
  .cart-area .in-page-basket-just-added {
    text-align: center;
    width: 100%;
    background: #f4e769;
    font-weight: 900;
    font-size: 16px;
    text-transform: uppercase;
    padding: 5px 0; }
    .cart-area .in-page-basket-just-added i {
      color: #2e9612; }
    @media only screen and (max-width: 767px) {
      .cart-area .in-page-basket-just-added {
        font-size: 12px; } }

.in-page-basket {
  display: none;
  position: absolute;
  top: 100%;
  right: 0px;
  -webkit-box-shadow: 0px 10px 30.08px 1.92px rgba(18, 16, 11, 0.25);
  box-shadow: 0px 10px 30.08px 1.92px rgba(18, 16, 11, 0.25);
  z-index: 100000;
  background: #FFF;
  width: 505px; }
  .in-page-basket.show {
    display: block; }
  .in-page-basket .added-products .in-page-product-row:last-child {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    .in-page-basket .added-products .in-page-product-row:last-child::after {
      display: block;
      width: 100%;
      content: '';
      border-bottom: #183028 1px solid; }
  .in-page-basket .current-basket-hdr {
    color: #183028;
    font-size: 14px;
    padding: 10px 30px; }
  .in-page-basket .in-page-basket-products {
    overflow: auto;
    max-width: 100%;
    height: 300px; }
    @media only screen and (max-width: 767px) {
      .in-page-basket .in-page-basket-products {
        height: 200px; } }
  .in-page-basket .in-page-product-row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 30px; }
    .in-page-basket .in-page-product-row:first-child {
      padding-top: 30px; }
    .in-page-basket .in-page-product-row img {
      max-width: 80px; }
    .in-page-basket .in-page-product-row > div {
      -webkit-box-flex: 1;
      -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
      flex-grow: 1; }
    .in-page-basket .in-page-product-row .product-image {
      width: 18%; }
    .in-page-basket .in-page-product-row .basket-product-name {
      position: relative;
      font-size: 14px;
      font-weight: 700;
      width: 40%;
      vertical-align: middle; }
      .in-page-basket .in-page-product-row .basket-product-name a {
        color: #183028; }
    .in-page-basket .in-page-product-row .basket-multiple {
      font-weight: 300;
      text-align: center;
      font-size: 14px; }
    .in-page-basket .in-page-product-row .basket-qty {
      text-align: center;
      font-size: 14px; }
    .in-page-basket .in-page-product-row .basket-price {
      font-weight: 900;
      color: #c81313;
      text-align: right;
      font-size: 14px; }
    .in-page-basket .in-page-product-row.added .basket-product-name a,
    .in-page-basket .in-page-product-row.added .basket-multiple,
    .in-page-basket .in-page-product-row.added .basket-qty,
    .in-page-basket .in-page-product-row.added .basket-price {
      font-size: 16px; }
    @media only screen and (max-width: 767px) {
      .in-page-basket .in-page-product-row.added .basket-product-name a,
      .in-page-basket .in-page-product-row.added .basket-multiple,
      .in-page-basket .in-page-product-row.added .basket-qty,
      .in-page-basket .in-page-product-row.added .basket-price {
        font-size: 12px; } }
    @media only screen and (max-width: 767px) {
      .in-page-basket .in-page-product-row {
        padding: 0 15px; }
        .in-page-basket .in-page-product-row:first-child {
          padding-top: 15px; }
        .in-page-basket .in-page-product-row .basket-product-name a,
        .in-page-basket .in-page-product-row .basket-multiple,
        .in-page-basket .in-page-product-row .basket-qty,
        .in-page-basket .in-page-product-row .basket-price {
          font-size: 12px; }
        .in-page-basket .in-page-product-row img {
          max-width: 50px; } }
  .in-page-basket .in-page-basket-footer {
    padding: 28px;
    background: #183028; }
    @media only screen and (max-width: 767px) {
      .in-page-basket .in-page-basket-footer {
        padding: 15px; } }
  .in-page-basket .in-page-basket-summary {
    color: white;
    margin-bottom: 20px; }
    .in-page-basket .in-page-basket-summary > .row {
      margin-bottom: 10px; }
    .in-page-basket .in-page-basket-summary .basket-subtotal {
      text-transform: uppercase;
      font-size: 16px;
      font-weight: 900; }
      .in-page-basket .in-page-basket-summary .basket-subtotal small {
        font-size: 12px;
        font-weight: 400;
        text-transform: none;
        font-style: italic; }
    @media only screen and (max-width: 767px) {
      .in-page-basket .in-page-basket-summary {
        font-size: 14px; }
        .in-page-basket .in-page-basket-summary .basket-subtotal {
          font-size: 14px; } }
  .in-page-basket .in-page-basket-buttons .button {
    padding-left: 5px;
    padding-right: 5px;
    width: 100%; }
    .in-page-basket .in-page-basket-buttons .button.secondary {
      border: 2px solid #2e9612; }
      .in-page-basket .in-page-basket-buttons .button.secondary:hover {
        background: #092314;
        border-color: #092314;
        border: 2px solid #092314; }
    @media only screen and (max-width: 767px) {
      .in-page-basket .in-page-basket-buttons .button {
        font-size: 12px; } }
  @media only screen and (max-width: 767px) {
    .in-page-basket {
      width: 400px; } }
  @media only screen and (max-width: 479px) {
    .in-page-basket {
      width: 320px; } }
  @media only screen and (max-width: 339px) {
    .in-page-basket {
      width: 300px;
      right: -5%; } }

/*========Menmenu=================*/
/***menu-icon***/
.menu-icon {
  display: none;
  position: absolute;
  left: 0;
  top: 77px; }
  @media only screen and (max-width: 767px) {
    .menu-icon {
      display: block; } }
  @media only screen and (max-width: 479px) {
    .menu-icon {
      top: 66px; } }
  .menu-icon #nav-icon4 {
    width: 40px;
    height: 30px;
    position: relative;
    float: right;
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: all 300ms ease-in-out 0s;
    -o-transition: all 300ms ease-in-out 0s;
    transition: all 300ms ease-in-out 0s;
    cursor: pointer; }
    .menu-icon #nav-icon4 span {
      display: block;
      position: absolute;
      height: 4px;
      width: 100%;
      background: #183028;
      border-radius: 0;
      opacity: 1;
      left: 0;
      -ms-transform: rotate(0deg);
      -webkit-transform: rotate(0deg);
      transform: rotate(0deg);
      -webkit-transition: all 300ms ease-in-out 0s;
      -o-transition: all 300ms ease-in-out 0s;
      transition: all 300ms ease-in-out 0s; }
      .menu-icon #nav-icon4 span:nth-child(1) {
        top: 0px;
        moz-transform-origin: left center;
        -ms-transform-origin: left center;
        -webkit-transform-origin: left center;
        transform-origin: left center; }
      .menu-icon #nav-icon4 span:nth-child(2) {
        top: 12px;
        moz-transform-origin: left center;
        -ms-transform-origin: left center;
        -webkit-transform-origin: left center;
        transform-origin: left center; }
      .menu-icon #nav-icon4 span:nth-child(3) {
        top: 24px;
        moz-transform-origin: left center;
        -ms-transform-origin: left center;
        -webkit-transform-origin: left center;
        transform-origin: left center; }
    .menu-icon #nav-icon4.open span:nth-child(1) {
      -ms-transform: rotate(45deg);
      -webkit-transform: rotate(45deg);
      transform: rotate(45deg);
      top: -3px;
      left: 8px; }
    .menu-icon #nav-icon4.open span:nth-child(2) {
      width: 0%;
      opacity: 0; }
    .menu-icon #nav-icon4.open span:nth-child(3) {
      -ms-transform: rotate(-45deg);
      -webkit-transform: rotate(-45deg);
      transform: rotate(-45deg);
      top: 25px;
      left: 8px; }

/***menu-icon***/
.main-menu-outer {
  background: #183028; }
  @media only screen and (max-width: 767px) {
    .main-menu-outer {
      margin-bottom: -1px; } }

.menu {
  float: left;
  width: 100%;
  padding: 0; }
  .menu > ul {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 0;
    position: relative; }
    @media only screen and (max-width: 767px) {
      .menu > ul {
        display: none;
        padding: 20px 0;
        overflow: hidden; } }
    .menu > ul > li {
      -webkit-box-flex: 1;
      -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
      flex-grow: 1;
      /* default 0 */
      display: block;
      padding: 0;
      margin: 0; }
      @media only screen and (max-width: 767px) {
        .menu > ul > li {
          width: 100%;
          float: left; } }
      .menu > ul > li.home:hover a {
        background: url("../nav/home-hover.svg") no-repeat center; }
      .menu > ul > li.home.active a {
        background: none; }
        .menu > ul > li.home.active a:before {
          background: url("../nav/homehover.svg") no-repeat center; }
      .menu > ul > li.home a {
        padding: 25px 26px;
        position: relative; }
        @media (min-width: 1024px) and (max-width: 1279px) {
          .menu > ul > li.home a {
            padding: 25px 23px; } }
        @media (min-width: 768px) and (max-width: 1023px) {
          .menu > ul > li.home a {
            padding: 20px 23px; } }
        .menu > ul > li.home a:hover:before {
          background: url("../nav/homehover.svg") no-repeat center; }
        .menu > ul > li.home a:before {
          position: absolute;
          top: 0;
          content: "";
          left: 0;
          right: 0;
          bottom: 0;
          margin: auto;
          background: url("../nav/home.svg") no-repeat center;
          width: 22px;
          height: 20px;
          -webkit-transition: all 300ms ease-in-out 0s;
          -o-transition: all 300ms ease-in-out 0s;
          transition: all 300ms ease-in-out 0s; }
          @media only screen and (max-width: 767px) {
            .menu > ul > li.home a:before {
              margin: auto 0;
              left: 15px; } }
          .menu > ul > li.home a:before:hover {
            background: url("../nav/home-hover.svg") no-repeat center; }
      .menu > ul > li > a {
        text-align: center;
        float: left;
        width: 100%;
        display: block;
        font-family: "Marcellus", serif;
        font-weight: 400;
        font-size: 18px;
        line-height: 20px;
        color: white;
        text-transform: uppercase;
        padding: 15px 15px; }
        @media (min-width: 1024px) and (max-width: 1279px) {
          .menu > ul > li > a {
            font-size: 16px;
            padding: 15px 11px; } }
        @media (min-width: 768px) and (max-width: 1023px) {
          .menu > ul > li > a {
            font-size: 13px;
            padding: 10px 6px; } }
        @media only screen and (max-width: 767px) {
          .menu > ul > li > a {
            text-align: left; } }

@media only screen and (max-width: 767px) {
  .sub-nav {
    position: relative; } }

.has-sub {
  cursor: pointer;
  display: none; }
  @media only screen and (max-width: 767px) {
    .has-sub {
      display: block; } }
  .has-sub:before {
    position: absolute;
    font-family: "FontAwesome";
    content: "\f067";
    font-size: 22px;
    color: #f4e769;
    right: 10px;
    top: 14px;
    border: 0;
    -webkit-transition: all 300ms ease-in-out 0s;
    -o-transition: all 300ms ease-in-out 0s;
    transition: all 300ms ease-in-out 0s; }
  .has-sub.active:before {
    content: "\f068"; }

.head-sub {
  cursor: pointer;
  display: none; }
  @media only screen and (max-width: 767px) {
    .head-sub {
      display: block;
      position: absolute;
      right: -15px;
      top: 10px;
      height: 25px;
      width: 25px;
      text-align: center; } }
  .head-sub:before {
    font-family: "FontAwesome";
    content: "\f067";
    font-size: 18px;
    color: #183028;
    border: 0;
    -webkit-transition: all 300ms ease-in-out 0s;
    -o-transition: all 300ms ease-in-out 0s;
    transition: all 300ms ease-in-out 0s;
    line-height: 25px; }
  .head-sub.active:before {
    content: "\f068"; }

.menu > ul > li:hover > .has-sub:before {
  color: #183028; }

.menu > ul > li > a:hover,
.menu > ul > li.active > a,
.menu > ul > li:hover > a {
  color: #183028;
  text-decoration: none;
  background: #f4e769; }

.mega-menu {
  position: absolute;
  left: 0;
  top: 100%;
  width: 100%;
  background: #ebebeb;
  z-index: 99;
  border-bottom: solid 9px #f4e769;
  display: none;
  padding: 25px 20px 20px; }
  @media only screen and (max-width: 767px) {
    .mega-menu {
      position: inherit;
      float: left; } }

@media only screen and (min-width: 768px) {
  .menu > ul > li:hover .mega-menu {
    display: block; } }

.sub-nav.gifts-5 .menu-group:nth-child(3) {
  -webkit-column-break-inside: auto; }

.sub-menu {
  -webkit-column-count: 5;
  -moz-column-count: 5;
  column-count: 5;
  -webkit-column-gap: 10;
  -moz-column-gap: 10;
  column-gap: 10; }
  @media only screen and (max-width: 767px) {
    .sub-menu {
      -webkit-column-count: 1;
      -moz-column-count: 1;
      column-count: 1;
      -webkit-column-gap: 0;
      -moz-column-gap: 0;
      column-gap: 0; } }
  @media (min-width: 768px) and (max-width: 1023px) {
    .sub-menu {
      -webkit-column-count: 4;
      -moz-column-count: 4;
      column-count: 4;
      -webkit-column-gap: 5;
      -moz-column-gap: 5;
      column-gap: 5; } }
  .sub-menu .menu-group {
    page-break-inside: avoid;
    -webkit-column-break-inside: avoid;
    -moz-column-break-inside: avoid;
    break-inside: avoid; }
    .sub-menu .menu-group:last-child {
      page-break-inside: auto;
      -webkit-column-break-inside: auto;
      -moz-column-break-inside: auto;
      break-inside: auto; }
  .sub-menu .brand-menu {
    display: block !important; }
    @media only screen and (max-width: 767px) {
      .sub-menu .brand-menu {
        position: inherit;
        float: left; } }
  .sub-menu h6 {
    font-family: "Lato", sans-serif;
    font-weight: 900;
    color: #183028;
    font-size: 16px;
    line-height: 18px;
    text-transform: uppercase;
    padding: 0 0 4px;
    position: relative; }
    .sub-menu h6 a {
      color: #183028; }
      @media only screen and (max-width: 767px) {
        .sub-menu h6 a {
          display: inline-block;
          width: 90%; } }
    @media (min-width: 768px) and (max-width: 1023px) {
      .sub-menu h6 {
        font-size: 14px;
        line-height: 14px; } }
    @media only screen and (max-width: 767px) {
      .sub-menu h6 {
        padding: 10px 0; } }
  .sub-menu ul {
    padding: 0 0 15px;
    margin-left: -7px; }
    .sub-menu ul li {
      display: block;
      position: relative; }
      .sub-menu ul li a {
        font-family: "Lato", sans-serif;
        font-weight: 400;
        font-size: 14px;
        line-height: 16px;
        color: #183028;
        display: block;
        padding: 4px 7px; }
        @media (min-width: 768px) and (max-width: 1023px) {
          .sub-menu ul li a {
            font-size: 12px;
            line-height: 12px; } }
        .sub-menu ul li a:hover {
          background: #74837e;
          color: #f4e769; }

/*========Menmenu end=================*/
.advertisement {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  background: none;
  padding: 0;
  margin: 19px 0 0; }
  .advertisement img {
    max-width: 100%; }

.banner-container {
  position: relative; }
  .banner-container .banner-image {
    width: 100%;
    height: 488px;
    background: #1f3e36; }
    @media (min-width: 1024px) and (max-width: 1279px) {
      .banner-container .banner-image {
        height: 435px; } }
    @media (min-width: 768px) and (max-width: 1023px) {
      .banner-container .banner-image {
        height: 400px; } }
    @media only screen and (max-width: 479px) {
      .banner-container .banner-image {
        height: 370px;
        background-position: center left -140px !important; } }
  .banner-container .banner-content {
    position: absolute;
    top: 41px;
    width: 100%;
    z-index: 1; }
    @media only screen and (max-width: 767px) {
      .banner-container .banner-content {
        top: 50%;
        -ms-transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%); } }
    .banner-container .banner-content .inner-wrapper {
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex;
      float: none; }
      @media only screen and (max-width: 767px) {
        .banner-container .banner-content .inner-wrapper {
          display: block;
          padding: 0; } }
      .banner-container .banner-content .inner-wrapper .banner-content-left {
        width: 42.8%;
        padding: 17px 0 0; }
        @media (min-width: 768px) and (max-width: 1023px) {
          .banner-container .banner-content .inner-wrapper .banner-content-left {
            width: 40.8%; } }
        @media only screen and (max-width: 767px) {
          .banner-container .banner-content .inner-wrapper .banner-content-left {
            width: 100%;
            float: left;
            text-align: center;
            padding: 0; } }
        .banner-container .banner-content .inner-wrapper .banner-content-left img {
          width: 100%; }
          @media only screen and (max-width: 767px) {
            .banner-container .banner-content .inner-wrapper .banner-content-left img {
              width: 65%; } }
      .banner-container .banner-content .inner-wrapper .banner-content-right {
        width: 57.2%;
        padding: 0 0 0 33px; }
        @media (min-width: 1024px) and (max-width: 1279px) {
          .banner-container .banner-content .inner-wrapper .banner-content-right {
            text-align: center; } }
        @media (min-width: 768px) and (max-width: 1023px) {
          .banner-container .banner-content .inner-wrapper .banner-content-right {
            width: 59.2%; } }
        @media only screen and (max-width: 767px) {
          .banner-container .banner-content .inner-wrapper .banner-content-right {
            width: 100%;
            float: left;
            padding: 30px 0 0;
            text-align: center; } }
        .banner-container .banner-content .inner-wrapper .banner-content-right .title-block {
          padding: 0 0 24px; }
          .banner-container .banner-content .inner-wrapper .banner-content-right .title-block h3 {
            text-transform: uppercase;
            color: white;
            font-family: "Lato", sans-serif;
            font-weight: 300;
            letter-spacing: 1px;
            font-size: 32px;
            padding: 0 17px; }
            @media (min-width: 1024px) and (max-width: 1279px) {
              .banner-container .banner-content .inner-wrapper .banner-content-right .title-block h3 {
                font-size: 25px; } }
            @media (min-width: 768px) and (max-width: 1023px) {
              .banner-container .banner-content .inner-wrapper .banner-content-right .title-block h3 {
                font-size: 21px; } }
            @media only screen and (max-width: 767px) {
              .banner-container .banner-content .inner-wrapper .banner-content-right .title-block h3 {
                font-size: 25px; } }
            @media only screen and (max-width: 479px) {
              .banner-container .banner-content .inner-wrapper .banner-content-right .title-block h3 {
                font-size: 19px; } }
            .banner-container .banner-content .inner-wrapper .banner-content-right .title-block h3:after, .banner-container .banner-content .inner-wrapper .banner-content-right .title-block h3:before {
              background: white; }
        .banner-container .banner-content .inner-wrapper .banner-content-right .button.secondary {
          padding: 15px 30px 15px 30px; }
          @media (min-width: 1024px) and (max-width: 1279px) {
            .banner-container .banner-content .inner-wrapper .banner-content-right .button.secondary {
              padding: 15px 20px 15px 20px;
              font-size: 13px;
              letter-spacing: 1px; } }
          @media (min-width: 768px) and (max-width: 1023px) {
            .banner-container .banner-content .inner-wrapper .banner-content-right .button.secondary {
              padding: 15px 15px 15px 15px;
              font-size: 11px;
              letter-spacing: 0; } }
          @media only screen and (max-width: 767px) {
            .banner-container .banner-content .inner-wrapper .banner-content-right .button.secondary {
              padding: 10px 15px;
              font-size: 12px;
              letter-spacing: 1.2px; } }
        .banner-container .banner-content .inner-wrapper .banner-content-right img {
          padding: 0 0 29px; }
          @media (min-width: 1024px) and (max-width: 1279px) {
            .banner-container .banner-content .inner-wrapper .banner-content-right img {
              width: 384px; } }
          @media (min-width: 768px) and (max-width: 1023px) {
            .banner-container .banner-content .inner-wrapper .banner-content-right img {
              width: 330px; } }
          @media only screen and (max-width: 767px) {
            .banner-container .banner-content .inner-wrapper .banner-content-right img {
              width: 245px; } }
          @media only screen and (max-width: 479px) {
            .banner-container .banner-content .inner-wrapper .banner-content-right img {
              width: 200px; } }

.trust-pilot-widget-carousel-outer {
  height: 155px; }

.footer-top {
  width: 100%;
  float: left;
  background: #a2cdf1;
  background-image: url(../nav/newsletter-bg.jpg);
  background-repeat: no-repeat;
  background-size: 30% auto;
  background-position: right center; }
  @media (min-width: 1024px) and (max-width: 1279px) {
    .footer-top {
      background-size: 40% auto; } }
  @media (min-width: 768px) and (max-width: 1023px) {
    .footer-top {
      background-size: 50% auto; } }
  @media only screen and (max-width: 767px) {
    .footer-top {
      background-image: none;
      background: #a2cdf1; } }
  .footer-top .footer-top-inner {
    padding: 32px 30px 25px 30px; }
    @media (min-width: 1024px) and (max-width: 1279px) {
      .footer-top .footer-top-inner {
        padding: 30px 25px 25px 25px; } }
    @media (min-width: 768px) and (max-width: 1023px) {
      .footer-top .footer-top-inner {
        padding: 30px 0 25px 0; } }
    @media only screen and (max-width: 767px) {
      .footer-top .footer-top-inner {
        padding: 30px 0 20px 0; } }
    .footer-top .footer-top-inner .newsletter-logo {
      width: 100%;
      float: left;
      text-align: center;
      padding: 5px 0 0 0; }
      @media only screen and (max-width: 767px) {
        .footer-top .footer-top-inner .newsletter-logo {
          padding: 0 0 20px 0; } }
      .footer-top .footer-top-inner .newsletter-logo img {
        padding: 0 0 5px 0; }
        @media (min-width: 1024px) and (max-width: 1279px) {
          .footer-top .footer-top-inner .newsletter-logo img {
            width: 100%; } }
        @media (min-width: 768px) and (max-width: 1023px) {
          .footer-top .footer-top-inner .newsletter-logo img {
            width: 100%; } }
      .footer-top .footer-top-inner .newsletter-logo h6 {
        font-family: "Lato", sans-serif;
        line-height: 21px;
        color: #003415;
        font-weight: 700; }
        @media (min-width: 768px) and (max-width: 1023px) {
          .footer-top .footer-top-inner .newsletter-logo h6 {
            font-size: 14px;
            line-height: 16px; } }
        @media only screen and (max-width: 767px) {
          .footer-top .footer-top-inner .newsletter-logo h6 {
            font-size: 14px;
            line-height: 16px; } }
    .footer-top .footer-top-inner .newsletter-form {
      width: 100%;
      float: left;
      max-width: 540px;
      padding: 0 0 0 18px; }
      @media (min-width: 768px) and (max-width: 1023px) {
        .footer-top .footer-top-inner .newsletter-form {
          max-width: 100%; } }
      @media only screen and (max-width: 767px) {
        .footer-top .footer-top-inner .newsletter-form {
          max-width: 100%;
          text-align: center;
          padding: 0; } }
      .footer-top .footer-top-inner .newsletter-form p {
        font-size: 14px;
        line-height: 18px;
        text-align: center;
        color: #003415;
        margin: 0 0 15px 0; }
        .footer-top .footer-top-inner .newsletter-form p a {
          color: #183028;
          font-weight: 700;
          text-decoration: underline; }
          .footer-top .footer-top-inner .newsletter-form p a:hover {
            color: #e3c42b; }
      .footer-top .footer-top-inner .newsletter-form .main-field {
        width: 100%;
        margin: 0 10px 0 4px; }
        @media (min-width: 768px) and (max-width: 1023px) {
          .footer-top .footer-top-inner .newsletter-form .main-field {
            font-size: 16px;
            line-height: 18px;
            height: 45px;
            padding: 10px 20px; } }
        @media only screen and (max-width: 767px) {
          .footer-top .footer-top-inner .newsletter-form .main-field {
            width: 100%;
            font-size: 16px;
            line-height: 18px;
            height: 45px;
            padding: 10px 20px; } }
        @media only screen and (max-width: 479px) {
          .footer-top .footer-top-inner .newsletter-form .main-field {
            width: 100%;
            margin: 0 0 10px 0; } }
      .footer-top .footer-top-inner .newsletter-form .button {
        max-height: 50px;
        padding: 17px 23px 17px 23px;
        border-radius: 3px;
        text-transform: capitalize;
        font-size: 18px;
        font-weight: 700; }
        @media (min-width: 768px) and (max-width: 1023px) {
          .footer-top .footer-top-inner .newsletter-form .button {
            font-size: 16px;
            padding: 12px 20px 12px 20px; } }
        @media only screen and (max-width: 767px) {
          .footer-top .footer-top-inner .newsletter-form .button {
            font-size: 16px;
            padding: 12px 20px 12px 20px; } }
        .footer-top .footer-top-inner .newsletter-form .button:hover {
          cursor: pointer; }

.footer-badge-wrapper-one,
.brochure-badge-wrapper {
  position: relative;
  width: 100%; }
  .footer-badge-wrapper-one > img,
  .brochure-badge-wrapper > img {
    position: absolute;
    margin: auto;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0; }

.footer-badge-wrapper-one {
  padding-top: 100%; }

.brochure-badge-wrapper {
  padding-top: 108%; }

.footer-middle {
  width: 100%;
  float: left;
  background: #183028;
  padding: 38px 0 32px 0; }
  @media (min-width: 768px) and (max-width: 1023px) {
    .footer-middle {
      padding: 30px 0; } }
  @media only screen and (max-width: 767px) {
    .footer-middle {
      padding: 30px 0 10px 0; } }
  .footer-middle .footer-contact-blk {
    width: 100%;
    float: left;
    text-align: center;
    padding: 5px 0 0 12px; }
    @media (min-width: 1024px) and (max-width: 1279px) {
      .footer-middle .footer-contact-blk {
        padding: 5px 0 0 0; } }
    @media (min-width: 768px) and (max-width: 1023px) {
      .footer-middle .footer-contact-blk {
        padding: 5px 0 0 0; } }
    @media only screen and (max-width: 767px) {
      .footer-middle .footer-contact-blk {
        padding: 0 0 20px 0; } }
    .footer-middle .footer-contact-blk img {
      padding: 0 0 10px 0; }
      @media (min-width: 768px) and (max-width: 1023px) {
        .footer-middle .footer-contact-blk img {
          width: 100%; } }
    .footer-middle .footer-contact-blk ul {
      padding: 0 0 5px 0; }
      .footer-middle .footer-contact-blk ul li {
        display: block;
        color: white;
        font-size: 14px;
        line-height: 21px; }
        @media (min-width: 768px) and (max-width: 1023px) {
          .footer-middle .footer-contact-blk ul li {
            font-size: 13px;
            line-height: 20px; } }
        @media only screen and (max-width: 767px) {
          .footer-middle .footer-contact-blk ul li {
            font-size: 13px;
            line-height: 20px;
            padding: 0 0 10px 0; } }
        .footer-middle .footer-contact-blk ul li span {
          font-family: "FontAwesome";
          color: #f4e769;
          width: 100%;
          float: left; }
        .footer-middle .footer-contact-blk ul li a {
          color: white; }
          @media (min-width: 768px) and (max-width: 1023px) {
            .footer-middle .footer-contact-blk ul li a {
              font-size: 13px;
              line-height: 20px; } }
          @media only screen and (max-width: 767px) {
            .footer-middle .footer-contact-blk ul li a {
              font-size: 13px;
              line-height: 20px; } }
          .footer-middle .footer-contact-blk ul li a:hover {
            color: #f4e769; }
    .footer-middle .footer-contact-blk .social-contact {
      width: 100%;
      float: left;
      padding: 0 0 12px 0; }
      .footer-middle .footer-contact-blk .social-contact h6 {
        text-transform: uppercase;
        color: #f4e769;
        font-size: 14px;
        line-height: 28px;
        padding: 0 0 5px 0; }
        @media only screen and (max-width: 767px) {
          .footer-middle .footer-contact-blk .social-contact h6 {
            font-size: 13px;
            line-height: 20px; } }
      .footer-middle .footer-contact-blk .social-contact ul {
        padding-bottom: 0; }
        .footer-middle .footer-contact-blk .social-contact ul li {
          display: inline-block;
          height: 28px;
          width: 28px;
          border-radius: 100%;
          margin: 0 5px 0 0; }
          .footer-middle .footer-contact-blk .social-contact ul li:last-child {
            margin-right: 0; }
          .footer-middle .footer-contact-blk .social-contact ul li a {
            color: white;
            font-size: 14px;
            line-height: 28px;
            padding: 5px; }
            @media (min-width: 768px) and (max-width: 1023px) {
              .footer-middle .footer-contact-blk .social-contact ul li a {
                line-height: 28px; } }
            @media only screen and (max-width: 767px) {
              .footer-middle .footer-contact-blk .social-contact ul li a {
                ine-height: 28px; } }
          .footer-middle .footer-contact-blk .social-contact ul li.facebook {
            background: #3460a1; }
          .footer-middle .footer-contact-blk .social-contact ul li.twitter {
            background: #28aae1; }
          .footer-middle .footer-contact-blk .social-contact ul li.pintrest {
            background: #cd202a; }
          .footer-middle .footer-contact-blk .social-contact ul li.youtube {
            background: #cb322e; }
          .footer-middle .footer-contact-blk .social-contact ul li:hover {
            opacity: 0.75;
            -webkit-transition: all 300ms ease-in-out 0s;
            -o-transition: all 300ms ease-in-out 0s;
            transition: all 300ms ease-in-out 0s; }
    .footer-middle .footer-contact-blk a {
      color: white;
      font-size: 14px; }
      .footer-middle .footer-contact-blk a:hover {
        color: #f4e769; }
  .footer-middle .footer-list-outer {
    width: 100%;
    float: left;
    padding: 0 0 0 20px; }
    @media (min-width: 768px) and (max-width: 1023px) {
      .footer-middle .footer-list-outer {
        padding-left: 0; } }
    @media only screen and (max-width: 767px) {
      .footer-middle .footer-list-outer {
        padding: 0 0 20px 0; } }
    .footer-middle .footer-list-outer .footer-list {
      width: 30%;
      float: left;
      padding: 0 0 0 5px; }
      @media only screen and (max-width: 767px) {
        .footer-middle .footer-list-outer .footer-list {
          width: 33.3% !important;
          padding: 0;
          text-align: center; } }
      @media only screen and (max-width: 479px) {
        .footer-middle .footer-list-outer .footer-list {
          width: 100% !important;
          margin: 0 0 20px 0; } }
      .footer-middle .footer-list-outer .footer-list h6 {
        color: #f4e769;
        text-transform: uppercase;
        font-size: 14px;
        line-height: 21px;
        padding: 0 0 15px 0; }
        @media (min-width: 768px) and (max-width: 1023px) {
          .footer-middle .footer-list-outer .footer-list h6 {
            font-size: 13px;
            line-height: 20px; } }
        @media only screen and (max-width: 767px) {
          .footer-middle .footer-list-outer .footer-list h6 {
            font-size: 13px;
            line-height: 20px; } }
        @media only screen and (max-width: 479px) {
          .footer-middle .footer-list-outer .footer-list h6 {
            padding: 0 0 5px 0; } }
      .footer-middle .footer-list-outer .footer-list ul li {
        display: block;
        margin: 0 0 1px 0; }
        .footer-middle .footer-list-outer .footer-list ul li:last-child {
          margin-bottom: 0; }
        .footer-middle .footer-list-outer .footer-list ul li a {
          color: white;
          text-transform: capitalize;
          font-size: 14px;
          line-height: 14px; }
          @media (min-width: 768px) and (max-width: 1023px) {
            .footer-middle .footer-list-outer .footer-list ul li a {
              font-size: 13px; } }
          @media only screen and (max-width: 767px) {
            .footer-middle .footer-list-outer .footer-list ul li a {
              font-size: 13px; } }
          .footer-middle .footer-list-outer .footer-list ul li a:hover {
            color: #f4e769; }
      .footer-middle .footer-list-outer .footer-list.last {
        width: 42%;
        padding: 0 0 0 35px; }
        @media (min-width: 768px) and (max-width: 1023px) {
          .footer-middle .footer-list-outer .footer-list.last {
            width: 40%;
            padding: 0 0 0 20px; } }
        @media only screen and (max-width: 767px) {
          .footer-middle .footer-list-outer .footer-list.last {
            padding: 0; } }
      .footer-middle .footer-list-outer .footer-list.first {
        width: 26%;
        padding-left: 0; }
        @media (min-width: 768px) and (max-width: 1023px) {
          .footer-middle .footer-list-outer .footer-list.first {
            width: 30%; } }
        @media only screen and (max-width: 767px) {
          .footer-middle .footer-list-outer .footer-list.first {
            width: 33.3%;
            padding: 0; } }
  .footer-middle .trust-pilot-logo {
    width: 100%;
    float: left;
    margin-top: 20px;
    padding-left: 20px; }
    @media only screen and (max-width: 767px) {
      .footer-middle .trust-pilot-logo {
        margin-top: 0px;
        text-align: center;
        margin-bottom: 30px; } }
  .footer-middle .advertise-block {
    width: 16%;
    float: left;
    text-align: center;
    padding: 0 0 0 12px; }
    @media (min-width: 1024px) and (max-width: 1279px) {
      .footer-middle .advertise-block {
        padding: 0; } }
    @media (min-width: 768px) and (max-width: 1023px) {
      .footer-middle .advertise-block {
        padding: 0; } }
    @media only screen and (max-width: 767px) {
      .footer-middle .advertise-block {
        width: 100%;
        padding: 0 10px; } }
    .footer-middle .advertise-block .footer-badge {
      width: 100%;
      float: left;
      padding: 0 0 25px 0; }
      .footer-middle .advertise-block .footer-badge > a {
        max-width: 80%; }
      @media (min-width: 768px) and (max-width: 1023px) {
        .footer-middle .advertise-block .footer-badge {
          padding: 0 0 10px 0; } }
      @media only screen and (max-width: 767px) {
        .footer-middle .advertise-block .footer-badge {
          width: 100%;
          max-width: 15%;
          padding: 0; } }
      @media only screen and (max-width: 767px) {
        .footer-middle .advertise-block .footer-badge img {
          width: 80px; } }
    .footer-middle .advertise-block .brochure-block {
      width: 100%;
      float: left;
      padding: 0 0 5px 0; }
      @media only screen and (max-width: 767px) {
        .footer-middle .advertise-block .brochure-block {
          width: 100%;
          max-width: 15%;
          float: right; } }
      @media only screen and (max-width: 767px) {
        .footer-middle .advertise-block .brochure-block img {
          width: 80px; } }
    .footer-middle .advertise-block a {
      font-size: 14px;
      line-height: 18px;
      color: #f4e769;
      font-family: "Marcellus", serif;
      text-transform: uppercase; }
      @media (min-width: 1024px) and (max-width: 1279px) {
        .footer-middle .advertise-block a {
          font-size: 12px; } }
      @media (min-width: 768px) and (max-width: 1023px) {
        .footer-middle .advertise-block a {
          font-size: 12px;
          line-height: 13px; } }
      @media only screen and (max-width: 767px) {
        .footer-middle .advertise-block a {
          font-size: 12px;
          line-height: 13px; } }
      .footer-middle .advertise-block a:hover {
        color: white; }

.footer-bottom {
  width: 100%;
  float: left;
  background: #092314;
  padding: 6px 0; }
  .footer-bottom .copyright {
    text-align: center; }
    .footer-bottom .copyright span {
      font-family: "Marcellus", serif;
      font-size: 12px;
      line-height: 12px;
      color: white;
      text-transform: capitalize; }
      @media only screen and (max-width: 767px) {
        .footer-bottom .copyright span {
          font-size: 10px; } }
      .footer-bottom .copyright span a {
        color: white; }
        .footer-bottom .copyright span a:hover {
          color: #f4e769; }

/**
 * Search auto-complete styles
 */
.autocomplete-suggestions {
  text-align: left;
  cursor: default;
  border: 1px solid #ccc;
  border-top: 0;
  background: #fff;
  -webkit-box-shadow: -1px 1px 3px rgba(0, 0, 0, 0.1);
  box-shadow: -1px 1px 3px rgba(0, 0, 0, 0.1);
  /* core styles should not be changed */
  position: absolute;
  display: none;
  z-index: 9999;
  max-height: 254px;
  overflow: visible;
  overflow-y: auto;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.autocomplete-suggestion {
  position: relative;
  padding: 1em .6em;
  line-height: 23px;
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  font-size: 1.02em;
  color: #333;
  cursor: pointer; }
  .autocomplete-suggestion b {
    font-weight: normal;
    color: #1f8dd6; }
  .autocomplete-suggestion.selected {
    padding: 1em .6em;
    margin-bottom: 0;
    background: #f0f0f0;
    line-height: 23px;
    font-size: 1.02em;
    color: #333;
    white-space: nowrap; }

/** * Custom styles */
.autocomplete-suggestions {
  font-size: 16px; }

/* .autocomplete-suggestions::before {
     position: absolute;
     top: -20px;
     display: block;
     height: 20px;
     width: 100%;
     content: '';
     background: #FFF;
}*/
.autocomplete-suggestion b {
  font-weight: normal;
  color: #b29a6c; }

.autocomplete-suggestion small {
  font-size: 12px;
  font-weight: normal;
  color: #b29a6c; }

/**
  Image dropdown select
 */
.ddcommon {
  max-width: 100%;
  position: relative;
  display: -moz-inline-stack;
  zoom: 1;
  display: inline-block;
  *display: inline;
  cursor: default; }
  .ddcommon ul {
    padding: 0;
    margin: 0; }
    .ddcommon ul li {
      list-style-type: none; }

.ddOutOfVision {
  position: relative;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline; }

.ddcommon .divider {
  width: 0;
  height: 100%;
  position: absolute;
  display: none; }

.ddcommon .ddArrow {
  display: inline-block;
  position: absolute;
  top: 50%;
  right: 10px; }
  .ddcommon .ddArrow:hover {
    background-position: 0 100%; }

.ddcommon .ddTitle {
  padding: 0;
  position: relative;
  display: inline-block;
  width: 100%; }
  .ddcommon .ddTitle .ddTitleText {
    display: block; }
    .ddcommon .ddTitle .ddTitleText .ddTitleText {
      padding: 0; }
  .ddcommon .ddTitle .description {
    display: block; }
  .ddcommon .ddTitle .ddTitleText img {
    position: relative;
    vertical-align: middle;
    display: inline-block; }

.ddcommon .ddChild {
  position: absolute;
  display: none;
  width: 100%;
  overflow-y: auto;
  overflow-x: hidden;
  zoom: 1;
  z-index: 9999; }
  .ddcommon .ddChild li {
    clear: both; }
    .ddcommon .ddChild li .description {
      display: block; }
    .ddcommon .ddChild li img {
      border: 0 none;
      position: relative;
      vertical-align: middle;
      display: inline-block; }
    .ddcommon .ddChild li.optgroup {
      padding: 0; }
      .ddcommon .ddChild li.optgroup .optgroupTitle {
        padding: 0 5px;
        font-weight: bold;
        font-style: italic; }
      .ddcommon .ddChild li.optgroup ul li {
        padding: 5px 5px 5px 15px; }

.ddcommon .noBorderTop {
  border-top: none 0 !important;
  padding: 0;
  margin: 0; }

.dd {
  border-radius: 3px;
  border: 1px solid #183028; }
  .dd .divider {
    border-left: 1px solid #c3c3c3;
    border-right: 1px solid #fff;
    right: 24px; }
  .dd .ddArrow {
    width: 16px;
    height: 16px;
    margin-top: -8px; }
    .dd .ddArrow:before {
      display: block;
      line-height: 13px;
      position: absolute;
      left: 0;
      top: 4px;
      content: "\f107";
      font-family: "FontAwesome";
      font-size: 21px;
      color: #183028;
      width: 13px;
      height: 13px; }
  .dd .ddTitle {
    color: #000;
    background: #ffffff; }
    .dd .ddTitle .ddTitleText {
      padding: 5px 20px 5px 5px;
      min-height: 40px; }
      .dd .ddTitle .ddTitleText .ddTitleText {
        padding: 0; }
    .dd .ddTitle .description {
      font-size: 12px;
      color: #666; }
    .dd .ddTitle .ddTitleText img {
      padding-right: 5px; }
  .dd .ddChild {
    border: 1px solid #c3c3c3;
    background-color: #fff;
    left: -1px; }
    .dd .ddChild li {
      padding: 5px;
      background-color: #fff;
      border-bottom: 1px solid #c3c3c3; }
      .dd .ddChild li .description {
        color: #666; }
      .dd .ddChild li .ddlabel {
        display: inline-block;
        color: #343434; }
      .dd .ddChild li.hover {
        background-color: #f2f2f2; }
      .dd .ddChild li img {
        padding: 0 6px 0 0; }
      .dd .ddChild li.optgroup {
        padding: 0; }
        .dd .ddChild li.optgroup .optgroupTitle {
          padding: 0 5px;
          font-weight: bold;
          font-style: italic; }
        .dd .ddChild li.optgroup ul li {
          padding: 5px 5px 5px 15px; }
      .dd .ddChild li.selected {
        background-color: #d5d5d5;
        color: #000; }

/**
  Simple Bar JS
 */
[data-simplebar] {
  position: relative;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  width: inherit;
  height: inherit;
  max-width: inherit;
  max-height: inherit; }

.simplebar-wrapper {
  overflow: hidden;
  width: inherit;
  height: inherit;
  max-width: inherit;
  max-height: inherit; }

.simplebar-mask {
  direction: inherit;
  position: absolute;
  overflow: hidden;
  padding: 0;
  margin: 0;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  width: auto !important;
  height: auto !important;
  z-index: 0; }

.simplebar-offset {
  direction: inherit !important;
  -webkit-box-sizing: inherit !important;
  box-sizing: inherit !important;
  resize: none !important;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  padding: 0;
  margin: 0;
  -webkit-overflow-scrolling: touch; }

.simplebar-content {
  direction: inherit;
  -webkit-box-sizing: border-box !important;
  box-sizing: border-box !important;
  position: relative;
  display: block;
  height: 100%;
  /* Required for horizontal native scrollbar to not appear if parent is taller than natural height */
  width: auto;
  visibility: visible;
  overflow: scroll;
  /* Scroll on this element otherwise element can't have a padding applied properly */
  max-width: 100%;
  /* Not required for horizontal scroll to trigger */
  max-height: 100%;
  /* Needed for vertical scroll to trigger */ }

.simplebar-placeholder {
  max-height: 100%;
  max-width: 100%;
  width: 100%;
  pointer-events: none; }

.simplebar-height-auto-observer-wrapper {
  -webkit-box-sizing: inherit !important;
  box-sizing: inherit !important;
  height: 100%;
  width: inherit;
  max-width: 1px;
  position: relative;
  float: left;
  max-height: 1px;
  overflow: hidden;
  z-index: -1;
  padding: 0;
  margin: 0;
  pointer-events: none;
  -webkit-box-flex: inherit;
  -webkit-flex-grow: inherit;
  -ms-flex-positive: inherit;
  flex-grow: inherit;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-flex-basis: 0;
  -ms-flex-preferred-size: 0;
  flex-basis: 0; }

.simplebar-height-auto-observer {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
  display: block;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  height: 1000%;
  width: 1000%;
  min-height: 1px;
  min-width: 1px;
  overflow: hidden;
  pointer-events: none;
  z-index: -1; }

.simplebar-track {
  z-index: 1;
  position: absolute;
  right: 0;
  bottom: 0;
  pointer-events: none; }

.simplebar-scrollbar {
  position: absolute;
  right: 2px;
  width: 7px;
  min-height: 10px; }
  .simplebar-scrollbar:before {
    position: absolute;
    content: "";
    background: black;
    border-radius: 7px;
    left: 0;
    right: 0;
    opacity: 0;
    -webkit-transition: opacity 0.2s linear;
    -o-transition: opacity 0.2s linear;
    transition: opacity 0.2s linear; }

.simplebar-track .simplebar-scrollbar.visible:before {
  /* When hovered, remove all transitions from drag handle */
  opacity: 0.5;
  -webkit-transition: opacity 0 linear;
  -o-transition: opacity 0 linear;
  transition: opacity 0 linear; }

.simplebar-track.vertical {
  top: 0;
  width: 11px; }
  .simplebar-track.vertical .simplebar-scrollbar:before {
    top: 2px;
    bottom: 2px; }

.simplebar-track.horizontal {
  left: 0;
  height: 11px; }
  .simplebar-track.horizontal .simplebar-scrollbar {
    right: auto;
    left: 0;
    top: 2px;
    height: 7px;
    min-height: 0;
    min-width: 10px;
    width: auto; }
    .simplebar-track.horizontal .simplebar-scrollbar:before {
      height: 100%;
      left: 2px;
      right: 2px; }

/* Rtl support */
[data-simplebar-direction="rtl"] .simplebar-track.vertical {
  right: auto;
  left: 0; }

.hs-dummy-scrollbar-size {
  direction: rtl;
  position: fixed;
  opacity: 0;
  visibility: hidden;
  height: 500px;
  width: 500px;
  overflow-y: hidden;
  overflow-x: scroll; }

/**
  Fancybox 3 CSS
 */
body.compensate-for-scrollbar {
  overflow: hidden; }

.fancybox-active {
  height: auto; }

.fancybox-is-hidden {
  left: -9999px;
  margin: 0;
  position: absolute !important;
  top: -9999px;
  visibility: hidden; }

.fancybox-container {
  -webkit-backface-visibility: hidden;
  height: 100%;
  left: 0;
  outline: none;
  position: fixed;
  -webkit-tap-highlight-color: transparent;
  top: 0;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  width: 100%;
  z-index: 99992; }

.fancybox-container * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.fancybox-outer,
.fancybox-inner,
.fancybox-bg,
.fancybox-stage {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0; }

.fancybox-outer {
  -webkit-overflow-scrolling: touch;
  overflow-y: auto; }

.fancybox-bg {
  background: #1e1e1e;
  opacity: 0;
  -webkit-transition-duration: inherit;
  -o-transition-duration: inherit;
  transition-duration: inherit;
  -webkit-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
  -o-transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
  transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71); }

.fancybox-is-open .fancybox-bg {
  opacity: .9;
  -webkit-transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
  -o-transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
  transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1); }

.fancybox-infobar,
.fancybox-toolbar,
.fancybox-caption,
.fancybox-navigation .fancybox-button {
  direction: ltr;
  opacity: 0;
  position: absolute;
  -webkit-transition: opacity .25s ease, visibility 0s ease .25s;
  -o-transition: opacity .25s ease, visibility 0s ease .25s;
  transition: opacity .25s ease, visibility 0s ease .25s;
  visibility: hidden;
  z-index: 99997; }

.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-toolbar .fancybox-toolbar,
.fancybox-show-caption .fancybox-caption,
.fancybox-show-nav .fancybox-navigation .fancybox-button {
  opacity: 1;
  -webkit-transition: opacity .25s ease 0s, visibility 0s ease 0s;
  -o-transition: opacity .25s ease 0s, visibility 0s ease 0s;
  transition: opacity .25s ease 0s, visibility 0s ease 0s;
  visibility: visible; }

.fancybox-infobar {
  color: #ccc;
  font-size: 13px;
  -webkit-font-smoothing: subpixel-antialiased;
  height: 44px;
  left: 0;
  line-height: 44px;
  min-width: 44px;
  mix-blend-mode: difference;
  padding: 0 10px;
  pointer-events: none;
  top: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.fancybox-toolbar {
  right: 0;
  top: 0; }

.fancybox-stage {
  direction: ltr;
  overflow: visible;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  z-index: 99994; }

.fancybox-is-open .fancybox-stage {
  overflow: hidden; }

.fancybox-slide {
  -webkit-backface-visibility: hidden;
  /* Using without prefix would break IE11 */
  display: none;
  height: 100%;
  left: 0;
  outline: none;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: absolute;
  text-align: center;
  top: 0;
  transition-property: opacity, -webkit-transform;
  -webkit-transition-property: opacity, -webkit-transform;
  -o-transition-property: transform, opacity;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  white-space: normal;
  width: 100%;
  z-index: 99994; }

.fancybox-slide::before {
  content: '';
  display: inline-block;
  font-size: 0;
  height: 100%;
  vertical-align: middle;
  width: 0; }

.fancybox-is-sliding .fancybox-slide,
.fancybox-slide--previous,
.fancybox-slide--current,
.fancybox-slide--next {
  display: block; }

.fancybox-slide--image {
  overflow: hidden;
  padding: 44px 0; }

.fancybox-slide--image::before {
  display: none; }

.fancybox-slide--html {
  padding: 6px; }

.fancybox-content {
  background: #fff;
  display: inline-block;
  margin: 0;
  max-width: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: relative;
  text-align: left;
  vertical-align: middle; }

.fancybox-slide--image .fancybox-content {
  -webkit-animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
  animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
  -webkit-backface-visibility: hidden;
  background: transparent;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  left: 0;
  max-width: none;
  overflow: visible;
  padding: 0;
  position: absolute;
  top: 0;
  -webkit-transform-origin: top left;
  -ms-transform-origin: top left;
  transform-origin: top left;
  transition-property: opacity, -webkit-transform;
  -webkit-transition-property: opacity, -webkit-transform;
  -o-transition-property: transform, opacity;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  z-index: 99995; }

.fancybox-can-zoomOut .fancybox-content {
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.fancybox-can-zoomIn .fancybox-content {
  cursor: -webkit-zoom-in;
  cursor: zoom-in; }

.fancybox-can-swipe .fancybox-content,
.fancybox-can-pan .fancybox-content {
  cursor: -webkit-grab;
  cursor: grab; }

.fancybox-is-grabbing .fancybox-content {
  cursor: -webkit-grabbing;
  cursor: grabbing; }

.fancybox-container [data-selectable='true'] {
  cursor: text; }

.fancybox-image,
.fancybox-spaceball {
  background: transparent;
  border: 0;
  height: 100%;
  left: 0;
  margin: 0;
  max-height: none;
  max-width: none;
  padding: 0;
  position: absolute;
  top: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 100%; }

.fancybox-spaceball {
  z-index: 1; }

.fancybox-slide--video .fancybox-content,
.fancybox-slide--map .fancybox-content,
.fancybox-slide--pdf .fancybox-content,
.fancybox-slide--iframe .fancybox-content {
  height: 100%;
  overflow: visible;
  padding: 0;
  width: 100%; }

.fancybox-slide--video .fancybox-content {
  background: #000; }

.fancybox-slide--map .fancybox-content {
  background: #e5e3df; }

.fancybox-slide--iframe .fancybox-content {
  background: #fff; }

.fancybox-video,
.fancybox-iframe {
  background: transparent;
  border: 0;
  display: block;
  height: 100%;
  margin: 0;
  overflow: hidden;
  padding: 0;
  width: 100%; }

/* Fix iOS */
.fancybox-iframe {
  left: 0;
  position: absolute;
  top: 0; }

.fancybox-error {
  background: #fff;
  cursor: default;
  max-width: 400px;
  padding: 40px;
  width: 100%; }

.fancybox-error p {
  color: #444;
  font-size: 16px;
  line-height: 20px;
  margin: 0;
  padding: 0; }

/* Buttons */
.fancybox-button {
  background: rgba(30, 30, 30, 0.6);
  border: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  cursor: pointer;
  display: inline-block;
  height: 44px;
  margin: 0;
  padding: 10px;
  position: relative;
  -webkit-transition: color .2s;
  -o-transition: color .2s;
  transition: color .2s;
  vertical-align: top;
  visibility: inherit;
  width: 44px; }

.fancybox-button,
.fancybox-button:visited,
.fancybox-button:link {
  color: #ccc; }

.fancybox-button:hover {
  color: #fff; }

.fancybox-button:focus {
  outline: none; }

.fancybox-button.fancybox-focus {
  outline: 1px dotted; }

.fancybox-button[disabled],
.fancybox-button[disabled]:hover {
  color: #888;
  cursor: default;
  outline: none; }

/* Fix IE11 */
.fancybox-button div {
  height: 100%; }

.fancybox-button svg {
  display: block;
  height: 100%;
  overflow: visible;
  position: relative;
  width: 100%; }

.fancybox-button svg path {
  fill: currentColor;
  stroke-width: 0; }

.fancybox-button--play svg:nth-child(2),
.fancybox-button--fsenter svg:nth-child(2) {
  display: none; }

.fancybox-button--pause svg:nth-child(1),
.fancybox-button--fsexit svg:nth-child(1) {
  display: none; }

.fancybox-progress {
  background: #ff5268;
  height: 2px;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0;
  -ms-transform-origin: 0;
  transform-origin: 0;
  transition-property: -webkit-transform;
  -webkit-transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-timing-function: linear;
  -o-transition-timing-function: linear;
  transition-timing-function: linear;
  z-index: 99998; }

/* Close button on the top right corner of html content */
.fancybox-close-small {
  background: transparent;
  border: 0;
  border-radius: 0;
  color: #ccc;
  cursor: pointer;
  opacity: .8;
  padding: 8px;
  position: absolute;
  right: -12px;
  top: -44px;
  z-index: 401; }

.fancybox-close-small:hover {
  color: #fff;
  opacity: 1; }

.fancybox-slide--html .fancybox-close-small {
  color: currentColor;
  padding: 10px;
  right: 0;
  top: 0; }

.fancybox-slide--image.fancybox-is-scaling .fancybox-content {
  overflow: hidden; }

.fancybox-is-scaling .fancybox-close-small,
.fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small {
  display: none; }

/* Navigation arrows */
.fancybox-navigation .fancybox-button {
  background-clip: content-box;
  height: 100px;
  opacity: 0;
  position: absolute;
  top: calc(50% - 50px);
  width: 70px; }

.fancybox-navigation .fancybox-button div {
  padding: 7px; }

.fancybox-navigation .fancybox-button--arrow_left {
  left: 0;
  padding: 31px 26px 31px 6px; }

.fancybox-navigation .fancybox-button--arrow_right {
  padding: 31px 6px 31px 26px;
  right: 0; }

/* Caption */
.fancybox-caption {
  bottom: 0;
  color: #eee;
  font-size: 14px;
  font-weight: 400;
  left: 0;
  line-height: 1.5;
  padding: 25px 44px 25px 44px;
  right: 0;
  text-align: center;
  z-index: 99996; }

.fancybox-caption::before {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAD6CAQAAADKSeXYAAAAYklEQVQoz42RwQ3AMAgDjfcfup8WoRykfBAK5mQHKSz5rbXJPis1hjiV3CIqgG0hLZPkVkA4p4x5oR1bVeDrdCLrW2Q0D5bcwY3TGMHbdw3mPRuOtaspYP1w//G1OIcW148H0DMCqI/3mMMAAAAASUVORK5CYII=);
  background-repeat: repeat-x;
  background-size: contain;
  bottom: 0;
  content: '';
  display: block;
  left: 0;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: -44px;
  z-index: -1; }

.fancybox-caption a,
.fancybox-caption a:link,
.fancybox-caption a:visited {
  color: #ccc;
  text-decoration: none; }

.fancybox-caption a:hover {
  color: #fff;
  text-decoration: underline; }

/* Loading indicator */
.fancybox-loading {
  -webkit-animation: fancybox-rotate 1s linear infinite;
  animation: fancybox-rotate 1s linear infinite;
  background: transparent;
  border: 4px solid #888;
  border-bottom-color: #fff;
  border-radius: 50%;
  height: 50px;
  left: 50%;
  margin: -25px 0 0 -25px;
  opacity: .7;
  padding: 0;
  position: absolute;
  top: 50%;
  width: 50px;
  z-index: 99999; }

@-webkit-keyframes fancybox-rotate {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

@keyframes fancybox-rotate {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

/* Transition effects */
.fancybox-animated {
  -webkit-transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
  -o-transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
  transition-timing-function: cubic-bezier(0, 0, 0.25, 1); }

/* transitionEffect: slide */
.fancybox-fx-slide.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0); }

.fancybox-fx-slide.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0); }

.fancybox-fx-slide.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

/* transitionEffect: fade */
.fancybox-fx-fade.fancybox-slide--previous,
.fancybox-fx-fade.fancybox-slide--next {
  opacity: 0;
  -webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1); }

.fancybox-fx-fade.fancybox-slide--current {
  opacity: 1; }

/* transitionEffect: zoom-in-out */
.fancybox-fx-zoom-in-out.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: scale3d(1.5, 1.5, 1.5);
  transform: scale3d(1.5, 1.5, 1.5); }

.fancybox-fx-zoom-in-out.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: scale3d(0.5, 0.5, 0.5);
  transform: scale3d(0.5, 0.5, 0.5); }

.fancybox-fx-zoom-in-out.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1); }

/* transitionEffect: rotate */
.fancybox-fx-rotate.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: rotate(-360deg);
  -ms-transform: rotate(-360deg);
  transform: rotate(-360deg); }

.fancybox-fx-rotate.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  transform: rotate(360deg); }

.fancybox-fx-rotate.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg); }

/* transitionEffect: circular */
.fancybox-fx-circular.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
  transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0); }

.fancybox-fx-circular.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
  transform: scale3d(0, 0, 0) translate3d(100%, 0, 0); }

.fancybox-fx-circular.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
  transform: scale3d(1, 1, 1) translate3d(0, 0, 0); }

/* transitionEffect: tube */
.fancybox-fx-tube.fancybox-slide--previous {
  -webkit-transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
  transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg); }

.fancybox-fx-tube.fancybox-slide--next {
  -webkit-transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
  transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg); }

.fancybox-fx-tube.fancybox-slide--current {
  -webkit-transform: translate3d(0, 0, 0) scale(1);
  transform: translate3d(0, 0, 0) scale(1); }

/* Styling for Small-Screen Devices */
@media all and (max-height: 576px) {
  .fancybox-caption {
    padding: 12px; }
  .fancybox-slide {
    padding-left: 6px;
    padding-right: 6px; }
  .fancybox-slide--image {
    padding: 6px 0; }
  .fancybox-close-small {
    right: -6px; }
  .fancybox-slide--image .fancybox-close-small {
    background: #4e4e4e;
    color: #f2f4f6;
    height: 36px;
    opacity: 1;
    padding: 6px;
    right: 0;
    top: 0;
    width: 36px; } }

/* Share */
.fancybox-share {
  background: #f4f4f4;
  border-radius: 3px;
  max-width: 90%;
  padding: 30px;
  text-align: center; }

.fancybox-share h1 {
  color: #222;
  font-size: 35px;
  font-weight: 700;
  margin: 0 0 20px 0; }

.fancybox-share p {
  margin: 0;
  padding: 0; }

.fancybox-share__button {
  border: 0;
  border-radius: 3px;
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  line-height: 40px;
  margin: 0 5px 10px 5px;
  min-width: 130px;
  padding: 0 15px;
  text-decoration: none;
  -webkit-transition: all .2s;
  -o-transition: all .2s;
  transition: all .2s;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap; }

.fancybox-share__button:visited,
.fancybox-share__button:link {
  color: #fff; }

.fancybox-share__button:hover {
  text-decoration: none; }

.fancybox-share__button--fb {
  background: #3b5998; }

.fancybox-share__button--fb:hover {
  background: #344e86; }

.fancybox-share__button--pt {
  background: #bd081d; }

.fancybox-share__button--pt:hover {
  background: #aa0719; }

.fancybox-share__button--tw {
  background: #1da1f2; }

.fancybox-share__button--tw:hover {
  background: #0d95e8; }

.fancybox-share__button svg {
  height: 25px;
  margin-right: 7px;
  position: relative;
  top: -1px;
  vertical-align: middle;
  width: 25px; }

.fancybox-share__button svg path {
  fill: #fff; }

.fancybox-share__input {
  background: transparent;
  border: 0;
  border-bottom: 1px solid #d7d7d7;
  border-radius: 0;
  color: #5d5b5b;
  font-size: 14px;
  margin: 10px 0 0 0;
  outline: none;
  padding: 10px 15px;
  width: 100%; }

/* Thumbs */
.fancybox-thumbs {
  background: #ddd;
  bottom: 0;
  display: none;
  margin: 0;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  padding: 2px 2px 4px 2px;
  position: absolute;
  right: 0;
  -webkit-tap-highlight-color: transparent;
  top: 0;
  width: 212px;
  z-index: 99995; }

.fancybox-thumbs-x {
  overflow-x: auto;
  overflow-y: hidden; }

.fancybox-show-thumbs .fancybox-thumbs {
  display: block; }

.fancybox-show-thumbs .fancybox-inner {
  right: 212px; }

.fancybox-thumbs__list {
  font-size: 0;
  height: 100%;
  list-style: none;
  margin: 0;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 0;
  position: absolute;
  position: relative;
  white-space: nowrap;
  width: 100%; }

.fancybox-thumbs-x .fancybox-thumbs__list {
  overflow: hidden; }

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar {
  width: 7px; }

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track {
  background: #fff;
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3); }

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb {
  background: #2a2a2a;
  border-radius: 10px; }

.fancybox-thumbs__list a {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background-color: rgba(0, 0, 0, 0.1);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  cursor: pointer;
  float: left;
  height: 75px;
  margin: 2px;
  max-height: calc(100% - 8px);
  max-width: calc(50% - 4px);
  outline: none;
  overflow: hidden;
  padding: 0;
  position: relative;
  -webkit-tap-highlight-color: transparent;
  width: 100px; }

.fancybox-thumbs__list a::before {
  border: 6px solid #ff5268;
  bottom: 0;
  content: '';
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  z-index: 99991; }

.fancybox-thumbs__list a:focus::before {
  opacity: .5; }

.fancybox-thumbs__list a.fancybox-thumbs-active::before {
  opacity: 1; }

/* Styling for Small-Screen Devices */
@media all and (max-width: 576px) {
  .fancybox-thumbs {
    width: 110px; }
  .fancybox-show-thumbs .fancybox-inner {
    right: 110px; }
  .fancybox-thumbs__list a {
    max-width: calc(100% - 10px); } }

/**
  File Icons CSS
 */
/*! fileicon.css v0.1.1 | MIT License | github.com/picturepan2/fileicon.css */
/* fileicon.basic */
.file-icon {
  font-family: Arial, Tahoma, sans-serif;
  font-weight: 300;
  display: inline-block;
  width: 24px;
  height: 32px;
  background: #018fef;
  position: relative;
  border-radius: 2px;
  text-align: left;
  -webkit-font-smoothing: antialiased; }
  .file-icon::before {
    display: block;
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 0;
    height: 0;
    border-bottom-left-radius: 2px;
    border-width: 5px;
    border-style: solid;
    border-color: #fff #fff rgba(255, 255, 255, 0.35) rgba(255, 255, 255, 0.35); }
  .file-icon::after {
    display: block;
    content: attr(data-type);
    position: absolute;
    bottom: 0;
    left: 0;
    font-size: 10px;
    color: #fff;
    text-transform: lowercase;
    width: 100%;
    padding: 2px;
    white-space: nowrap;
    overflow: hidden; }

/* fileicons */
.file-icon-xs {
  width: 12px;
  height: 16px;
  border-radius: 2px; }
  .file-icon-xs::before {
    border-bottom-left-radius: 1px;
    border-width: 3px; }
  .file-icon-xs::after {
    content: "";
    border-bottom: 2px solid rgba(255, 255, 255, 0.45);
    width: auto;
    left: 2px;
    right: 2px;
    bottom: 3px; }

.file-icon-sm {
  width: 18px;
  height: 24px;
  border-radius: 2px; }
  .file-icon-sm::before {
    border-bottom-left-radius: 2px;
    border-width: 4px; }
  .file-icon-sm::after {
    font-size: 7px;
    padding: 2px; }

.file-icon-md {
  width: 30px;
  height: 40px;
  border-radius: 2px; }
  .file-icon-md::before {
    border-bottom-left-radius: 2px;
    border-width: 4px; }
  .file-icon-md::after {
    font-size: 10px;
    padding: 3px; }

.file-icon-lg {
  width: 48px;
  height: 64px;
  border-radius: 3px; }
  .file-icon-lg::before {
    border-bottom-left-radius: 2px;
    border-width: 8px; }
  .file-icon-lg::after {
    font-size: 16px;
    padding: 4px 6px; }

.file-icon-xl {
  width: 96px;
  height: 128px;
  border-radius: 4px; }
  .file-icon-xl::before {
    border-bottom-left-radius: 4px;
    border-width: 16px; }
  .file-icon-xl::after {
    font-size: 24px;
    padding: 4px 10px; }

/* fileicon.types */
.file-icon[data-type=zip], .file-icon[data-type=rar] {
  background: #acacac; }

.file-icon[data-type^=doc] {
  background: #307cf1; }

.file-icon[data-type^=xls] {
  background: #0f9d58; }

.file-icon[data-type^=ppt] {
  background: #d24726; }

.file-icon[data-type=pdf] {
  background: #e13d34; }

.file-icon[data-type=txt] {
  background: #5eb533; }

.file-icon[data-type=mp3], .file-icon[data-type=wma], .file-icon[data-type=m4a], .file-icon[data-type=flac] {
  background: #8e44ad; }

.file-icon[data-type=mp4], .file-icon[data-type=wmv], .file-icon[data-type=mov], .file-icon[data-type=avi], .file-icon[data-type=mkv] {
  background: #7a3ce7; }

.file-icon[data-type=bmp], .file-icon[data-type=jpg], .file-icon[data-type=jpeg], .file-icon[data-type=gif], .file-icon[data-type=png] {
  background: #f4b400; }

[x-cloak] {
  display: none !important; }

.product-price, .original-price, .offers-blk .offers-blk-inner .offers-list .single-blk-offer .text-blk .original-price, .product-list .original-price, .product-carousel-element .product-carousel-in .price .original-price, .offers-blk .offers-blk-inner .offers-list .single-blk-offer .text-blk .button-div .product-price {
  font-size: 28px;
  font-weight: 900;
  color: #c81313;
  margin: 0 5px; }
  @media (min-width: 1024px) and (max-width: 1279px) {
    .product-price, .original-price, .offers-blk .offers-blk-inner .offers-list .single-blk-offer .text-blk .original-price, .product-list .original-price, .product-carousel-element .product-carousel-in .price .original-price, .offers-blk .offers-blk-inner .offers-list .single-blk-offer .text-blk .button-div .product-price {
      font-size: 23px;
      margin: 0 26px 0 0; } }
  @media (min-width: 768px) and (max-width: 1023px) {
    .product-price, .original-price, .offers-blk .offers-blk-inner .offers-list .single-blk-offer .text-blk .original-price, .product-list .original-price, .product-carousel-element .product-carousel-in .price .original-price, .offers-blk .offers-blk-inner .offers-list .single-blk-offer .text-blk .button-div .product-price {
      font-size: 21px;
      margin: 0 0 15px;
      display: block; } }
  @media only screen and (max-width: 767px) {
    .product-price, .original-price, .offers-blk .offers-blk-inner .offers-list .single-blk-offer .text-blk .original-price, .product-list .original-price, .product-carousel-element .product-carousel-in .price .original-price, .offers-blk .offers-blk-inner .offers-list .single-blk-offer .text-blk .button-div .product-price {
      width: auto;
      font-size: 20px;
      margin: 0; } }

.original-price, .offers-blk .offers-blk-inner .offers-list .single-blk-offer .text-blk .original-price, .product-list .original-price, .product-carousel-element .product-carousel-in .price .original-price {
  color: #74837e;
  text-decoration: line-through;
  font-size: 21px;
  font-weight: 300; }

.vat-label {
  color: #183028;
  font-size: 60%;
  font-weight: normal; }

.inner-wrapper {
  width: 100%;
  float: left;
  padding: 0 30px; }

.offers-blk {
  background: white; }
  .offers-blk .offers-blk-inner {
    background: white;
    padding: 26px 54px 31px; }
    @media (min-width: 1024px) and (max-width: 1279px) {
      .offers-blk .offers-blk-inner {
        padding: 26px 10px 30px; } }
    @media (min-width: 768px) and (max-width: 1023px) {
      .offers-blk .offers-blk-inner {
        padding: 26px 14px 30px; } }
    @media only screen and (max-width: 767px) {
      .offers-blk .offers-blk-inner {
        margin: 0;
        padding: 30px 0 5px; } }
    .offers-blk .offers-blk-inner .offers-list {
      width: 100%;
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      -webkit-justify-content: space-between;
      -moz-justify-content: space-between;
      justify-content: space-between;
      padding: 30px 0 0; }
      @media only screen and (max-width: 767px) {
        .offers-blk .offers-blk-inner .offers-list {
          display: block; } }
      .offers-blk .offers-blk-inner .offers-list .single-blk-offer {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flexbox;
        display: flex;
        width: 33.33%;
        padding: 0 27px 0 20px; }
        @media (min-width: 1024px) and (max-width: 1279px) {
          .offers-blk .offers-blk-inner .offers-list .single-blk-offer {
            padding: 0 16px 0 16px; } }
        @media (min-width: 768px) and (max-width: 1023px) {
          .offers-blk .offers-blk-inner .offers-list .single-blk-offer {
            padding: 0 8px 0 8px; } }
        @media only screen and (max-width: 767px) {
          .offers-blk .offers-blk-inner .offers-list .single-blk-offer {
            width: 100%;
            padding: 0 0 25px; } }
        .offers-blk .offers-blk-inner .offers-list .single-blk-offer .image-blk {
          padding: 20px 0 0; }
          @media (min-width: 768px) and (max-width: 1023px) {
            .offers-blk .offers-blk-inner .offers-list .single-blk-offer .image-blk {
              width: 50%;
              padding: 8px 0 0; } }
          @media only screen and (max-width: 767px) {
            .offers-blk .offers-blk-inner .offers-list .single-blk-offer .image-blk {
              padding: 0;
              max-width: 80px; } }
          @media only screen and (max-width: 767px) {
            .offers-blk .offers-blk-inner .offers-list .single-blk-offer .image-blk img {
              width: 100%; } }
        .offers-blk .offers-blk-inner .offers-list .single-blk-offer .text-blk {
          padding: 0 0 0 15px; }
          @media (min-width: 768px) and (max-width: 1023px) {
            .offers-blk .offers-blk-inner .offers-list .single-blk-offer .text-blk {
              width: 50%; } }
          .offers-blk .offers-blk-inner .offers-list .single-blk-offer .text-blk h6 {
            min-height: 46px;
            font-size: 16px;
            color: #183028;
            margin-bottom: 10px; }
            @media (min-width: 1024px) and (max-width: 1279px) {
              .offers-blk .offers-blk-inner .offers-list .single-blk-offer .text-blk h6 {
                padding: 0 0 15px; } }
            @media (min-width: 768px) and (max-width: 1023px) {
              .offers-blk .offers-blk-inner .offers-list .single-blk-offer .text-blk h6 {
                font-size: 14px;
                padding: 0 0 15px;
                line-height: 17px; } }
            @media only screen and (max-width: 767px) {
              .offers-blk .offers-blk-inner .offers-list .single-blk-offer .text-blk h6 {
                min-height: auto;
                padding: 0 0 15px; } }
          .offers-blk .offers-blk-inner .offers-list .single-blk-offer .text-blk .button-div {
            display: -webkit-box;
            display: -webkit-flex;
            display: -ms-flexbox;
            display: flex;
            width: 100%; }
            @media (min-width: 768px) and (max-width: 1023px) {
              .offers-blk .offers-blk-inner .offers-list .single-blk-offer .text-blk .button-div {
                -webkit-box-orient: vertical;
                -webkit-box-direction: normal;
                -webkit-flex-direction: column;
                -ms-flex-direction: column;
                flex-direction: column; } }
            .offers-blk .offers-blk-inner .offers-list .single-blk-offer .text-blk .button-div .original-price, .offers-blk .offers-blk-inner .offers-list .single-blk-offer .text-blk .button-div .product-price {
              font-size: 15.4px;
              margin: 0 20px 0 0; }
              @media (min-width: 768px) and (max-width: 1023px) {
                .offers-blk .offers-blk-inner .offers-list .single-blk-offer .text-blk .button-div .original-price, .offers-blk .offers-blk-inner .offers-list .single-blk-offer .text-blk .button-div .product-price {
                  margin: 0 0 10px;
                  display: inline-block;
                  width: 100%; } }
              @media only screen and (max-width: 479px) {
                .offers-blk .offers-blk-inner .offers-list .single-blk-offer .text-blk .button-div .original-price, .offers-blk .offers-blk-inner .offers-list .single-blk-offer .text-blk .button-div .product-price {
                  margin: 0 12px 0 0; } }
            .offers-blk .offers-blk-inner .offers-list .single-blk-offer .text-blk .button-div .button {
              font-weight: 900;
              padding: 8px;
              font-size: 13px; }
              @media (min-width: 1024px) and (max-width: 1279px) {
                .offers-blk .offers-blk-inner .offers-list .single-blk-offer .text-blk .button-div .button {
                  padding: 9px 10px 9px 10px;
                  font-size: 11px; } }
              @media (min-width: 768px) and (max-width: 1023px) {
                .offers-blk .offers-blk-inner .offers-list .single-blk-offer .text-blk .button-div .button {
                  padding: 9px 8px 9px 8px;
                  font-size: 12px;
                  width: 100%; } }
              @media only screen and (max-width: 479px) {
                .offers-blk .offers-blk-inner .offers-list .single-blk-offer .text-blk .button-div .button {
                  padding: 9px 14px 9px 14px;
                  font-size: 12px; } }
          .offers-blk .offers-blk-inner .offers-list .single-blk-offer .text-blk .original-price {
            font-size: 14px; }
    .offers-blk .offers-blk-inner .title-block {
      margin: 0 35px; }
      @media only screen and (max-width: 767px) {
        .offers-blk .offers-blk-inner .title-block {
          margin: 0; } }

.ad-blk {
  background: #183028; }
  .ad-blk .ad-blk-inner {
    text-align: center;
    padding: 14px 0 15px; }
    .ad-blk .ad-blk-inner p {
      color: #f4e769;
      margin: 0;
      font-weight: 700; }
      @media (min-width: 768px) and (max-width: 1023px) {
        .ad-blk .ad-blk-inner p {
          font-size: 13px; } }
      @media only screen and (max-width: 767px) {
        .ad-blk .ad-blk-inner p {
          font-size: 14px; } }
      .ad-blk .ad-blk-inner p span {
        text-transform: uppercase;
        padding: 0 15px 0 0; }
        @media (min-width: 768px) and (max-width: 1023px) {
          .ad-blk .ad-blk-inner p span {
            padding: 0 8px 0 0; } }
        @media only screen and (max-width: 767px) {
          .ad-blk .ad-blk-inner p span {
            padding: 0 6px 0 0; } }
      .ad-blk .ad-blk-inner p a {
        color: #f4e769;
        padding: 0 0 0 15px; }
        .ad-blk .ad-blk-inner p a:hover {
          color: white; }
        @media (min-width: 768px) and (max-width: 1023px) {
          .ad-blk .ad-blk-inner p a {
            padding: 0 0 0 8px; } }
        @media only screen and (max-width: 767px) {
          .ad-blk .ad-blk-inner p a {
            padding: 0 0px 0 6px; } }

.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0; }
  .slick-list:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

.slick-slider .slick-track, .slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto; }
  .slick-track:before {
    display: table;
    content: ''; }
  .slick-track:after {
    display: table;
    content: '';
    clear: both; }

.slick-loading .slick-track {
  visibility: hidden; }

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px; }

[dir='rtl'] .slick-slide {
  float: right; }

.slick-slide {
  text-align: center; }
  .slick-slide img {
    display: inline-block;
    max-width: 100%;
    max-height: 100%; }
  .slick-slide.slick-loading img {
    display: none; }
  .slick-slide.dragging img {
    pointer-events: none; }

.slick-initialized .slick-slide {
  display: block; }

.slick-loading .slick-slide {
  visibility: hidden; }

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

/* Dots */
.slick-dots {
  position: absolute;
  bottom: -52px;
  left: 0;
  right: 0;
  margin: 0 auto;
  text-align: center;
  display: block;
  padding: 0;
  margin: 0;
  list-style: none; }
  @media (min-width: 768px) and (max-width: 1023px) {
    .slick-dots {
      bottom: -40px; } }
  @media only screen and (max-width: 479px) {
    .slick-dots {
      bottom: -35px; } }
  .slick-dots li {
    position: relative;
    display: inline-block;
    width: 16px;
    height: 16px;
    margin: 0 3px;
    padding: 0;
    cursor: pointer;
    background: transparent;
    border-radius: 100%;
    border: 2px solid #bbbbbb; }
    .slick-dots li button {
      font-size: 0;
      line-height: 0;
      display: block;
      width: 16px;
      height: 16px;
      border: 0;
      border-radius: 50%;
      cursor: pointer;
      color: transparent;
      outline: none;
      display: none; }
      .slick-dots li button:hover, .slick-dots li button:focus {
        outline: none; }
      .slick-dots li button:hover:before, .slick-dots li button:focus:before {
        opacity: 1; }
      .slick-dots li button:before {
        display: none;
        font-family: 'slick';
        font-size: 6px;
        line-height: 20px;
        position: absolute;
        top: 0;
        left: 0;
        width: 20px;
        height: 20px;
        content: '•';
        text-align: center;
        opacity: .25;
        color: black;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale; }
    .slick-dots li.slick-active {
      background: #bbbbbb; }

.prev:before {
  position: absolute;
  left: -30px;
  top: 0;
  bottom: 0;
  margin: auto;
  font-family: "FontAwesome";
  content: "\f104";
  color: #bbbbbb;
  font-size: 42px;
  z-index: 9999;
  height: 40px; }
  @media (min-width: 1024px) and (max-width: 1279px) {
    .prev:before {
      left: -20px; } }
  @media (min-width: 768px) and (max-width: 1023px) {
    .prev:before {
      left: -10px; } }

.next:before {
  position: absolute;
  right: -30px;
  top: 0;
  bottom: 0;
  margin: auto;
  font-family: "FontAwesome";
  content: "\f105";
  color: #bbbbbb;
  font-size: 42px;
  z-index: 9999;
  height: 40px; }
  @media (min-width: 1024px) and (max-width: 1279px) {
    .next:before {
      right: -20px; } }
  @media (min-width: 768px) and (max-width: 1023px) {
    .next:before {
      right: -10px; } }

.passion-content {
  background: #e9eaea url("../nav/content/staff-image5.png") no-repeat top left;
  padding: 23px 38px 38px;
  width: 100%;
  float: left; }
  @media (min-width: 1024px) and (max-width: 1279px) {
    .passion-content {
      padding: 23px 20px 38px; } }
  @media (min-width: 768px) and (max-width: 1023px) {
    .passion-content {
      background-image: none; } }
  @media only screen and (max-width: 767px) {
    .passion-content {
      background-image: none;
      padding: 30px 15px 30px; } }

.passion-content-in {
  max-width: 572px;
  float: right; }
  @media (min-width: 768px) and (max-width: 1023px) {
    .passion-content-in {
      max-width: 100%; } }
  .passion-content-in span {
    display: block;
    padding: 0 0 11px;
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 1px;
    text-align: center; }
  .passion-content-in h2 {
    font-size: 42px;
    padding: 0 0 22px; }
    @media (min-width: 768px) and (max-width: 1023px) {
      .passion-content-in h2 {
        font-size: 36px; } }
    @media only screen and (max-width: 767px) {
      .passion-content-in h2 {
        font-size: 36px; } }
    @media only screen and (max-width: 479px) {
      .passion-content-in h2 {
        font-size: 28px;
        line-height: 34px;
        padding: 0 0 15px; } }
  .passion-content-in p {
    margin: 0 0 21px; }
  .passion-content-in .button {
    margin: 0; }
    @media only screen and (max-width: 767px) {
      .passion-content-in .button {
        margin: 0 0 10px; } }
    .passion-content-in .button.primary {
      margin-right: 18px; }
      @media only screen and (max-width: 767px) {
        .passion-content-in .button.primary {
          margin: 0 0 10px; } }

.offers-home {
  font-family: "Lato", sans-serif;
  font-weight: 900;
  font-size: 14px;
  line-height: 18px;
  color: #032511;
  text-transform: uppercase;
  letter-spacing: 1px;
  background: #f4e769;
  text-align: center;
  width: 86px;
  height: 86px;
  padding: 5px;
  border-radius: 50%;
  position: absolute;
  right: 5px;
  top: 5px;
  z-index: 9;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center; }
  @media (min-width: 1024px) and (max-width: 1279px) {
    .offers-home {
      width: 75px;
      height: 75px;
      font-size: 13px; } }
  @media (min-width: 768px) and (max-width: 1023px) {
    .offers-home {
      width: 65px;
      height: 65px;
      line-height: 14px;
      font-size: 12px;
      letter-spacing: 0; } }

@media only screen and (max-width : 479px) {
  .vat-currency-container {
    flex-direction: column;
  }
  .toggle-box {
    margin-bottom: 5px;
  }
}

.swal-custom-actions {
  justify-content: space-between;
  gap: 10px;
}

.inner-page-outer {
  padding: 25px 0 0; }

@media only screen and (max-width: 479px) {
  .breadcrumb-outer {
    display: none; } }

.breadcrumb-outer .breadcrumb {
  margin: 0 0 1.5rem 0;
  border-radius: 0;
  padding: 1rem 1.2rem;
  background: #f2f2f2; }
  @media only screen and (max-width: 767px) {
    .breadcrumb-outer .breadcrumb {
      padding: 12px 7px; } }
  .breadcrumb-outer .breadcrumb .breadcrumb-item {
    padding-left: 30px;
    position: relative;
    color: #183028;
    font-size: 12px;
    font-family: "Lato", sans-serif;
    letter-spacing: 1px; }
    .breadcrumb-outer .breadcrumb .breadcrumb-item:first-child {
      padding: 0; }
  .breadcrumb-outer .breadcrumb .breadcrumb-item + .breadcrumb-item::before {
    content: ">";
    position: absolute;
    left: 10px;
    padding: 0;
    color: #183028; }

.main-product-slider-outer {
  float: right;
  width: 82.6%;
  margin: 1px 0 0 0; }
  .main-product-slider-outer.full-width {
    width: 100%; }
  @media only screen and (max-width: 767px) {
    .main-product-slider-outer {
      width: 100%; } }

.main-product-slider-wrapper {
  position: relative;
  padding-top: 100%;
  width: 100%; }
  .main-product-slider-wrapper > .product-slider {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0; }

.option-select-wrapper {
  position: relative;
  width: 100%;
  padding-top: 12%; }
  .option-select-wrapper .option-select {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0; }

.product-slider {
  display: none; }
  .product-slider.slick-initialized {
    display: block; }

.product-content {
  margin-top: 27px; }
  .product-content .product-slider-content {
    float: left;
    width: 100%;
    position: relative; }
    .product-content .product-slider-content .product_hidden_gallery_item {
      display: none; }
    .product-content .product-slider-content .product-image-magnify-btn {
      cursor: pointer;
      position: absolute;
      left: 36px;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      height: 37px;
      width: 37px;
      background-color: #183028;
      color: white; }
      .product-content .product-slider-content .product-image-magnify-btn .magnify-glass-icon {
        margin-left: auto;
        margin-right: auto;
        margin-top: 4px;
        display: block;
        font-size: 28px;
        font-weight: 300;
        height: 28px;
        width: 26px; }
    .product-content .product-slider-content .product-slider {
      margin: 1px 0 0 0;
      width: 100%; }
      @media (min-width: 768px) and (max-width: 1023px) {
        .product-content .product-slider-content .product-slider {
          width: 83%;
          margin: 0 15px; } }
      @media only screen and (max-width: 767px) {
        .product-content .product-slider-content .product-slider {
          width: 100%; } }
      .product-content .product-slider-content .product-slider .slide.slick-slide {
        height: 510px; }
        @media (min-width: 768px) and (max-width: 1023px) {
          .product-content .product-slider-content .product-slider .slide.slick-slide {
            height: 370px; } }
        @media only screen and (max-width: 767px) {
          .product-content .product-slider-content .product-slider .slide.slick-slide {
            height: auto;
            background-size: auto 100% !important; } }
      .product-content .product-slider-content .product-slider .slick-arrow {
        width: 50px;
        height: 44px;
        position: absolute;
        top: 45%;
        outline: none;
        font-size: 0;
        background: transparent;
        border: none;
        -ms-transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        cursor: pointer; }
        .product-content .product-slider-content .product-slider .slick-arrow:before {
          width: 27px;
          height: 43px;
          right: 0;
          margin: 0 auto;
          content: "";
          position: absolute;
          left: 0;
          top: 0;
          cursor: pointer;
          background-repeat: no-repeat;
          -webkit-transition: all 300ms ease-in-out 0s;
          -o-transition: all 300ms ease-in-out 0s;
          transition: all 300ms ease-in-out 0s; }
        .product-content .product-slider-content .product-slider .slick-arrow:hover:before {
          opacity: 1; }
      .product-content .product-slider-content .product-slider .slick-prev {
        left: 0;
        z-index: 1; }
        .product-content .product-slider-content .product-slider .slick-prev:before {
          background-image: url(../nav/left-arw.png);
          background-size: 27px 43px;
          background-repeat: no-repeat;
          opacity: 0.2; }
      .product-content .product-slider-content .product-slider .slick-next {
        right: 0;
        z-index: 1; }
        .product-content .product-slider-content .product-slider .slick-next:before {
          background-image: url(../nav/right-arw.png);
          background-size: 27px 43px;
          background-repeat: no-repeat;
          opacity: 0.2; }
  .product-content .slider-nav-thumbnails {
    float: left;
    width: 65px;
    margin: 29px 0 0 0; }
    @media (min-width: 768px) and (max-width: 1023px) {
      .product-content .slider-nav-thumbnails {
        width: 100%;
        margin: 25px 0 0 0; } }
    @media only screen and (max-width: 767px) {
      .product-content .slider-nav-thumbnails {
        width: 100%;
        margin: 25px 0 0 0; } }
    .product-content .slider-nav-thumbnails .slick-slide {
      border: 1px solid transparent;
      margin: 8px 0;
      text-align: center;
      cursor: pointer;
      height: 65px;
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      -webkit-justify-content: center;
      -moz-justify-content: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
      -moz-align-items: center;
      align-items: center;
      outline: none; }
      @media (min-width: 768px) and (max-width: 1023px) {
        .product-content .slider-nav-thumbnails .slick-slide {
          height: auto;
          background: white;
          margin: 0 4px; } }
      @media only screen and (max-width: 767px) {
        .product-content .slider-nav-thumbnails .slick-slide {
          height: 200px;
          margin: 0 4px;
          background: white; } }
      @media only screen and (max-width: 479px) {
        .product-content .slider-nav-thumbnails .slick-slide {
          height: 120px; } }
      .product-content .slider-nav-thumbnails .slick-slide.slick-current.slick-active {
        border: 1px solid #e4e5e6; }
      .product-content .slider-nav-thumbnails .slick-slide img {
        display: inline-block;
        width: 65px; }
        @media only screen and (max-width: 767px) {
          .product-content .slider-nav-thumbnails .slick-slide img {
            width: 200px;
            height: 198px; } }
        @media only screen and (max-width: 479px) {
          .product-content .slider-nav-thumbnails .slick-slide img {
            width: 110px;
            height: 110px; } }
    .product-content .slider-nav-thumbnails .slick-arrow {
      width: 50px;
      height: 37px;
      left: 0;
      right: 0;
      margin: 0 auto;
      -webkit-transform: none;
      -ms-transform: none;
      transform: none;
      background: transparent;
      font-size: 0;
      padding: 0;
      border: none;
      outline: none;
      position: absolute;
      cursor: pointer;
      -webkit-transition: all 300ms ease-in-out 0s;
      -o-transition: all 300ms ease-in-out 0s;
      transition: all 300ms ease-in-out 0s; }
      @media (min-width: 768px) and (max-width: 1023px) {
        .product-content .slider-nav-thumbnails .slick-arrow {
          top: 108%;
          left: auto;
          right: auto;
          margin: 0;
          background: white;
          border: 1px solid #183028; } }
      @media only screen and (max-width: 767px) {
        .product-content .slider-nav-thumbnails .slick-arrow {
          top: 108%;
          left: auto;
          right: auto;
          margin: 0;
          background: white;
          border: 1px solid #183028; } }
      .product-content .slider-nav-thumbnails .slick-arrow:before {
        width: 33px;
        height: 33px;
        right: 0;
        margin: 0 auto;
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        opacity: 1;
        background-repeat: no-repeat;
        background-position: center center;
        -webkit-transition: all 300ms ease-in-out 0s;
        -o-transition: all 300ms ease-in-out 0s;
        transition: all 300ms ease-in-out 0s; }
        .product-content .slider-nav-thumbnails .slick-arrow:before:hover:before {
          opacity: 1; }
    .product-content .slider-nav-thumbnails .slick-prev {
      top: -33px;
      z-index: 1;
      bottom: auto; }
      .product-content .slider-nav-thumbnails .slick-prev:before {
        background-image: url(data:image/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjEiIGlkPSJMYXllcl8xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiIHk9IjBweCINCgkgdmlld0JveD0iMjUzIDM5LjIgMTQ0IDgxLjgiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMjUzIDM5LjIgMTQ0IDgxLjg7IiB4bWw6c3BhY2U9InByZXNlcnZlIj4NCjxwYXRoIGZpbGw9IiM2MDc4NmMiIGQ9Ik0zOTcsMTExLjJjMC0yLjUtMS01LTIuOS03bC02Mi45LTYyLjljLTMuNS0zLjUtOS41LTIuOS0xMy4xLDAuN2MtMjAuNywyMC43LTYyLjIsNjIuMi02Mi4yLDYyLjJjLTMuOCwzLjgtMy44LDEwLDAsMTMuOA0KCWMzLjgsMy44LDEwLDMuOCwxMy44LDBMMzI1LDYyLjhsNTUuMyw1NS4zYzMuOCwzLjgsMTAsMy44LDEzLjksMEMzOTYuMSwxMTYuMiwzOTcsMTEzLjcsMzk3LDExMS4yeiIvPg0KPC9zdmc+DQo=) !important;
        background-size: 17px 17px; }
      @media (min-width: 768px) and (max-width: 1023px) {
        .product-content .slider-nav-thumbnails .slick-prev {
          left: auto;
          right: 45px;
          top: 130%;
          -ms-transform: rotate(-90deg);
          -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg); } }
      @media only screen and (max-width: 767px) {
        .product-content .slider-nav-thumbnails .slick-prev {
          left: auto;
          right: 45px;
          top: 130%;
          -ms-transform: rotate(-90deg);
          -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg); } }
    .product-content .slider-nav-thumbnails .slick-next {
      top: auto;
      z-index: 1;
      bottom: -45px; }
      .product-content .slider-nav-thumbnails .slick-next:before {
        background-image: url(data:image/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjEiIGlkPSJMYXllcl8xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiIHk9IjBweCINCgkgdmlld0JveD0iMjUzIDM5LjIgMTQ0IDgxLjgiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMjUzIDM5LjIgMTQ0IDgxLjg7IiB4bWw6c3BhY2U9InByZXNlcnZlIj4NCjxwYXRoIGZpbGw9IiM2MDc4NmMiIGQ9Ik0yNTMsNDguOGMwLDIuNSwxLDUsMi45LDdsNjIuOSw2Mi45YzMuNSwzLjUsOS41LDIuOSwxMy4xLTAuN2MyMC43LTIwLjcsNjIuMi02Mi4yLDYyLjItNjIuMmMzLjgtMy44LDMuOC0xMCwwLTEzLjgNCgljLTMuOC0zLjgtMTAtMy44LTEzLjgsMEwzMjUsOTcuMmwtNTUuMy01NS4zYy0zLjgtMy44LTEwLTMuOC0xMy45LDBDMjUzLjksNDMuOCwyNTMsNDYuMywyNTMsNDguOHoiLz4NCjwvc3ZnPg==) !important;
        background-size: 17px 17px; }
      @media (min-width: 768px) and (max-width: 1023px) {
        .product-content .slider-nav-thumbnails .slick-next {
          right: 0;
          top: 130%;
          bottom: auto;
          -ms-transform: rotate(-90deg);
          -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg); } }
      @media only screen and (max-width: 767px) {
        .product-content .slider-nav-thumbnails .slick-next {
          right: 0;
          top: 130%;
          bottom: auto;
          -ms-transform: rotate(-90deg);
          -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg); } }

.product-info {
  float: right;
  width: 100%;
  padding: 0 0 0 65px; }
  @media (min-width: 1024px) and (max-width: 1279px) {
    .product-info {
      padding: 0 0 0 35px; } }
  @media (min-width: 768px) and (max-width: 1023px) {
    .product-info {
      padding: 0 0 0 30px; } }
  @media only screen and (max-width: 767px) {
    .product-info {
      padding: 100px 0 0; } }
  .product-info .product-category {
    font-size: 14px;
    color: #183028;
    text-transform: uppercase;
    padding: 0 0 7px;
    display: block; }
  .product-info h2 {
    font-size: 42px;
    line-height: 49px; }
    @media (min-width: 1024px) and (max-width: 1279px) {
      .product-info h2 {
        font-size: 32px;
        line-height: 40px; } }
    @media (min-width: 768px) and (max-width: 1023px) {
      .product-info h2 {
        font-size: 26px;
        line-height: 32px; } }
    @media only screen and (max-width: 767px) {
      .product-info h2 {
        font-size: 24px;
        line-height: 33px; } }
  .product-info .add-to-cart {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 32px 0 0 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start; }
    .product-info .add-to-cart .vat-label {
      font-size: 14px; }
      @media only screen and (max-width: 1023px) {
        .product-info .add-to-cart .vat-label {
          margin-left: 10px; } }
    .product-info .add-to-cart .product-price-rrp {
      text-decoration: line-through;
      font-size: 14px;
      margin-left: 10px; }
      .product-info .add-to-cart .product-price-rrp.hide {
        display: none; }
    .product-info .add-to-cart .option-select-outer {
      width: 84%;
      float: left;
      padding: 25px 25px;
      margin-top: 30px;
      background-color: #e4e5e6;
      width: 100%; }
      .product-info .add-to-cart .option-select-outer.has-size-charts {
        padding-right: 5px; }
        @media only screen and (max-width: 1023px) {
          .product-info .add-to-cart .option-select-outer.has-size-charts {
            padding-right: 25px; } }
      @media (min-width: 768px) and (max-width: 1023px) {
        .product-info .add-to-cart .option-select-outer {
          width: 100%; } }
      @media only screen and (max-width: 767px) {
        .product-info .add-to-cart .option-select-outer {
          width: 100%; } }
      .product-info .add-to-cart .option-select-outer .add-quantity-to-basket {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex; }
        .product-info .add-to-cart .option-select-outer .add-quantity-to-basket .quantity-box {
          display: -webkit-box;
          display: -webkit-flex;
          display: -ms-flexbox;
          display: flex;
          border: 1px solid #183028;
          border-radius: 3px;
          max-width: 31%;
          background: white;
          margin-right: 3%;
          -webkit-align-content: center;
          -ms-flex-line-pack: center;
          align-content: center;
          padding-left: 15px;
          padding-right: 5px; }
          .product-info .add-to-cart .option-select-outer .add-quantity-to-basket .quantity-box label {
            font-weight: 900;
            height: 16px;
            margin: auto;
            text-transform: uppercase;
            font-size: 14px; }
          .product-info .add-to-cart .option-select-outer .add-quantity-to-basket .quantity-box input {
            max-width: 30%;
            width: 30%;
            padding: 0;
            background: white;
            text-align: center; }
          @media (min-width: 1024px) and (max-width: 1279px) {
            .product-info .add-to-cart .option-select-outer .add-quantity-to-basket .quantity-box {
              max-width: 35%; } }
          @media only screen and (max-width: 1023px) {
            .product-info .add-to-cart .option-select-outer .add-quantity-to-basket .quantity-box {
              max-width: 100%;
              margin-bottom: 15px; } }
          @media only screen and (max-width: 479px) {
            .product-info .add-to-cart .option-select-outer .add-quantity-to-basket .quantity-box {
              max-width: 100%;
              margin-bottom: 15px; } }
        @media (min-width: 768px) and (max-width: 1023px) {
          .product-info .add-to-cart .option-select-outer .add-quantity-to-basket {
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            -webkit-flex-direction: column;
            -ms-flex-direction: column;
            flex-direction: column; } }
        @media only screen and (max-width: 479px) {
          .product-info .add-to-cart .option-select-outer .add-quantity-to-basket {
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            -webkit-flex-direction: column;
            -ms-flex-direction: column;
            flex-direction: column; } }
        @media only screen and (max-width: 767px) {
          .product-info .add-to-cart .option-select-outer .add-quantity-to-basket {
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            -webkit-flex-direction: column;
            -ms-flex-direction: column;
            flex-direction: column; } }
      .product-info .add-to-cart .option-select-outer .option-select {
        margin-bottom: 15px;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center; }
        .product-info .add-to-cart .option-select-outer .option-select.hide {
          display: none; }
        @media only screen and (max-width: 479px) {
          .product-info .add-to-cart .option-select-outer .option-select {
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            -webkit-flex-direction: column;
            -ms-flex-direction: column;
            flex-direction: column; } }
        .product-info .add-to-cart .option-select-outer .option-select .product-quantity {
          max-width: 20%;
          height: 40px;
          text-align: center; }
        .product-info .add-to-cart .option-select-outer .option-select .dd {
          display: -webkit-box;
          display: -webkit-flex;
          display: -ms-flexbox;
          display: flex;
          height: 50px;
          width: 100% !important; }
          .product-info .add-to-cart .option-select-outer .option-select .dd .ddTitle .ddTitleText {
            display: -webkit-box;
            display: -webkit-flex;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
            -webkit-align-items: center;
            -ms-flex-align: center;
            align-items: center;
            min-height: 50px;
            padding-left: 15px; }
            .product-info .add-to-cart .option-select-outer .option-select .dd .ddTitle .ddTitleText img {
              max-height: 50px;
              margin: 0 16px 0 0; }
          .product-info .add-to-cart .option-select-outer .option-select .dd .ddChild li {
            display: -webkit-box;
            display: -webkit-flex;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
            -webkit-align-items: center;
            -ms-flex-align: center;
            align-items: center;
            margin-bottom: 0; }
            .product-info .add-to-cart .option-select-outer .option-select .dd .ddChild li img {
              width: 45px;
              height: 45px;
              border: 1px solid #d2e4e7;
              padding: 0;
              margin: 0 16px 0 0; }
          .product-info .add-to-cart .option-select-outer .option-select .dd .ddlabel {
            font-size: 14px; }
            @media only screen and (max-width: 479px) {
              .product-info .add-to-cart .option-select-outer .option-select .dd .ddlabel {
                font-size: 12px; } }
        .product-info .add-to-cart .option-select-outer .option-select.has-size-charts .dd {
          max-width: 75%; }
          @media only screen and (max-width: 479px) {
            .product-info .add-to-cart .option-select-outer .option-select.has-size-charts .dd {
              width: 100%;
              max-width: 100%; } }
      .product-info .add-to-cart .option-select-outer.single-option {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex; }
        .product-info .add-to-cart .option-select-outer.single-option input[type=text] {
          text-align: center;
          max-width: 80px; }
      .product-info .add-to-cart .option-select-outer .select-inner {
        height: 100%;
        float: left;
        width: 34.6%; }
        @media (min-width: 1024px) and (max-width: 1279px) {
          .product-info .add-to-cart .option-select-outer .select-inner {
            width: 45.6%; } }
        @media (min-width: 768px) and (max-width: 1023px) {
          .product-info .add-to-cart .option-select-outer .select-inner {
            width: 50%; } }
        @media only screen and (max-width: 767px) {
          .product-info .add-to-cart .option-select-outer .select-inner {
            width: 45.6%; } }
        .product-info .add-to-cart .option-select-outer .select-inner .product-quantity {
          height: 48px;
          max-width: 100%;
          text-align: center; }
      .product-info .add-to-cart .option-select-outer .button {
        max-width: 69%;
        width: 100%;
        z-index: 1;
        position: relative;
        margin: 0 0 0 -2px;
        padding: 15px;
        text-transform: uppercase; }
        .product-info .add-to-cart .option-select-outer .button.out-of-stock {
          width: auto; }
        @media only screen and (max-width: 1023px) {
          .product-info .add-to-cart .option-select-outer .button {
            width: 100%;
            max-width: 100%; } }
    .product-info .add-to-cart .quantity-times {
      height: 42px;
      margin: 0 10px;
      line-height: 42px; }
    .product-info .add-to-cart .price-outer-cont {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: baseline;
      -webkit-align-items: baseline;
      -ms-flex-align: baseline;
      align-items: baseline; }
  .product-info .stock-control {
    font-weight: 700;
    color: #183028;
    font-size: 16px;
    margin-left: 10px; }
    .product-info .stock-control i {
      font-weight: 400;
      margin: 0;
      font-size: 18px;
      line-height: 16px; }
      .product-info .stock-control i.in-stock {
        color: #2e9612; }
      .product-info .stock-control i.out-of-stock {
        color: #c81313; }
    .product-info .stock-control img {
      margin: 0 9px 0 0; }
    .product-info .stock-control #stock-code {
      font-weight: 400;
      margin-left: 14px; }
    .product-info .stock-control .out-of-stock {
      color: #c81313; }
  .product-info .notify-when-back-in-stock-cont {
    width: 100%;
    padding: 0;
    background-color: none;
    margin: 0.7rem 0; }
    @media (min-width: 1024px) and (max-width: 1279px) {
      .product-info .notify-when-back-in-stock-cont {
        padding: 25px; } }
    @media (min-width: 768px) and (max-width: 1023px) {
      .product-info .notify-when-back-in-stock-cont {
        padding: 25px; } }
    @media only screen and (max-width: 767px) {
      .product-info .notify-when-back-in-stock-cont {
        padding: 0px 25px 25px 25px; } }
    .product-info .notify-when-back-in-stock-cont button {
      padding: 0;
      border: none;
      background: transparent;
      width: auto;
      color: #2e9612;
      text-decoration: underline; }
  .product-info #stock-notification-form {
    padding: 5px 30px 25px 30px;
    background-color: #e4e5e6;
    display: none; }
    .product-info #stock-notification-form .button {
      width: 100%; }
  .product-info #stock-notification-success {
    display: none; }
  .product-info .info-blk {
    width: 100%;
    background: #ebebeb;
    margin: 42px 0 0;
    padding: 25px 30px 32px;
    display: none; }
    .product-info .info-blk.show {
      display: block; }
    @media (min-width: 1024px) and (max-width: 1279px) {
      .product-info .info-blk {
        padding: 25px; } }
    @media (min-width: 768px) and (max-width: 1023px) {
      .product-info .info-blk {
        margin: 25px 0 0;
        padding: 25px 15px 25px; } }
    @media only screen and (max-width: 767px) {
      .product-info .info-blk {
        padding: 25px 12px 32px; } }
    .product-info .info-blk .single-row {
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex;
      margin: 0 0 20px; }
      .product-info .info-blk .single-row.hidden {
        display: none; }
      .product-info .info-blk .single-row .icon {
        width: 14%;
        text-align: center; }
        @media (min-width: 768px) and (max-width: 1023px) {
          .product-info .info-blk .single-row .icon {
            width: 23%; } }
        @media only screen and (max-width: 767px) {
          .product-info .info-blk .single-row .icon {
            width: 23%; } }
        @media (min-width: 1024px) and (max-width: 1279px) {
          .product-info .info-blk .single-row .icon img {
            width: 50px; } }
        @media (min-width: 768px) and (max-width: 1023px) {
          .product-info .info-blk .single-row .icon img {
            width: 50px; } }
      .product-info .info-blk .single-row .text {
        width: 86%;
        padding: 0 0 0 30px; }
        @media (min-width: 768px) and (max-width: 1023px) {
          .product-info .info-blk .single-row .text {
            padding: 0 0 0 12px; } }
        @media only screen and (max-width: 767px) {
          .product-info .info-blk .single-row .text {
            width: 78%;
            padding: 0 0 0 22px; } }
        .product-info .info-blk .single-row .text h6 {
          font-weight: 700;
          color: #183028;
          font-size: 16px;
          padding: 0 0 7px; }
          @media only screen and (max-width: 767px) {
            .product-info .info-blk .single-row .text h6 {
              font-size: 14px;
              line-height: 18px; } }
          .product-info .info-blk .single-row .text h6 strong {
            font-weight: 900;
            color: #2e9612;
            font-size: 18px;
            display: block; }
            @media only screen and (max-width: 767px) {
              .product-info .info-blk .single-row .text h6 strong {
                font-size: 18px; } }
        .product-info .info-blk .single-row .text p {
          font-size: 14px;
          margin: 0; }
          .product-info .info-blk .single-row .text p a {
            color: #183028; }
            .product-info .info-blk .single-row .text p a:hover {
              color: #2e9612; }
      .product-info .info-blk .single-row:last-child {
        margin: 0; }

.detail-outer {
  padding: 44px 0 55px; }
  @media only screen and (max-width: 767px) {
    .detail-outer {
      padding: 28px 0 30px; } }
  .detail-outer .detail-left {
    width: 100%;
    float: left; }
    .detail-outer .detail-left h3 {
      padding: 0 0 50px; }
      @media (min-width: 768px) and (max-width: 1023px) {
        .detail-outer .detail-left h3 {
          padding: 0 0 28px; } }
      @media only screen and (max-width: 767px) {
        .detail-outer .detail-left h3 {
          padding: 0 0 20px; } }
    .detail-outer .detail-left h6 {
      font-weight: 700;
      font-family: "Lato", sans-serif;
      padding: 0 0 30px; }
      @media (min-width: 1024px) and (max-width: 1279px) {
        .detail-outer .detail-left h6 {
          font-size: 17px; } }
      @media only screen and (max-width: 767px) {
        .detail-outer .detail-left h6 {
          padding: 0 0 20px;
          font-size: 16px; } }
    .detail-outer .detail-left p {
      color: #183028; }
    .detail-outer .detail-left span {
      color: #183028; }
      .detail-outer .detail-left span a {
        font-weight: 700;
        color: #183028; }
        .detail-outer .detail-left span a:hover {
          color: #f4e769; }

/*--tab--*/
.tab-content-blk {
  width: 100%;
  float: left;
  padding: 0 0 0 0; }
  @media (min-width: 768px) and (max-width: 1023px) {
    .tab-content-blk {
      padding: 0 0 0 35px; } }
  @media only screen and (max-width: 767px) {
    .tab-content-blk {
      padding: 30px 0 0; } }

.nav-tabs {
  width: 100%;
  position: relative;
  margin: 0 10px 0 0;
  border-bottom: none; }
  .nav-tabs li {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    position: relative;
    margin: 0 10px 0 0; }
    .nav-tabs li:last-child {
      margin-right: 0; }
    .nav-tabs li a {
      line-height: 24px;
      font-family: "Marcellus", serif;
      padding: 32px 26px;
      position: relative;
      width: 100%;
      display: block;
      color: #183028;
      font-size: 21px;
      background: #f2f2f2; }
      @media (min-width: 1024px) and (max-width: 1279px) {
        .nav-tabs li a {
          padding: 20px 26px;
          font-size: 20px; } }
      @media (min-width: 768px) and (max-width: 1023px) {
        .nav-tabs li a {
          padding: 15px 26px;
          font-size: 20px; } }
      @media only screen and (max-width: 767px) {
        .nav-tabs li a {
          padding: 15px 18px; } }
      .nav-tabs li a.active {
        background: white; }

.tab-content {
  width: 100%;
  float: left;
  padding: 36px 30px 13px 30px;
  background: white; }
  @media (min-width: 768px) and (max-width: 1023px) {
    .tab-content {
      padding: 25px 25px 8px; } }
  @media only screen and (max-width: 767px) {
    .tab-content {
      padding: 18px 18px 13px 18px; } }
  .tab-content p {
    color: #183028;
    line-height: 22px;
    margin: 0 0 18px; }
  .tab-content h5 {
    font-family: "Lato", sans-serif;
    font-size: 16px;
    font-weight: 700; }
  .tab-content .help-images h3 {
    margin-bottom: 10px; }

/*--tab--*/
.add-product-outer {
  width: 100%;
  float: left;
  background: #fafafb;
  padding: 50px 0 48px 0; }
  @media (min-width: 768px) and (max-width: 1023px) {
    .add-product-outer {
      padding: 20px 0; } }
  @media only screen and (max-width: 767px) {
    .add-product-outer {
      padding: 20px 0; } }

.add-product-inner {
  width: 100%;
  float: left;
  background: white;
  padding: 30px 30px 40px 30px; }
  @media (min-width: 768px) and (max-width: 1023px) {
    .add-product-inner {
      padding: 20px; } }
  @media only screen and (max-width: 767px) {
    .add-product-inner {
      padding: 20px; } }
  .add-product-inner .title-block {
    padding: 0 0 25px 0; }
    .add-product-inner .title-block h6 {
      padding: 6px 0 0 0;
      text-transform: uppercase;
      font-size: 12px;
      line-height: 35px;
      font-family: "Lato", sans-serif;
      letter-spacing: 2.25px;
      font-weight: 700; }
      @media (min-width: 768px) and (max-width: 1023px) {
        .add-product-inner .title-block h6 {
          font-size: 10px; } }
      @media only screen and (max-width: 767px) {
        .add-product-inner .title-block h6 {
          font-size: 10px;
          line-height: 20px; } }
    @media (min-width: 768px) and (max-width: 1023px) {
      .add-product-inner .title-block h3 {
        font-size: 22px; } }
    @media only screen and (max-width: 767px) {
      .add-product-inner .title-block h3 {
        font-size: 18px;
        line-height: 30px; } }
    @media only screen and (max-width: 479px) {
      .add-product-inner .title-block h3:before, .add-product-inner .title-block h3:after {
        display: none; } }
  .add-product-inner .add-item-block {
    width: 100%;
    float: left; }
    .add-product-inner .add-item-block .half-col {
      width: 50%;
      float: left;
      position: relative; }
      @media only screen and (max-width: 767px) {
        .add-product-inner .add-item-block .half-col {
          width: 100%;
          padding: 0 0 40px 0; } }
      .add-product-inner .add-item-block .half-col:before {
        content: '\f067';
        font-family: "FontAwesome";
        position: absolute;
        right: -15px;
        top: 50%;
        -ms-transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        color: #dcdedd;
        font-size: 40px;
        float: right;
        z-index: 9;
        width: 20px;
        height: 20px; }
        @media (min-width: 1024px) and (max-width: 1279px) {
          .add-product-inner .add-item-block .half-col:before {
            font-size: 30px;
            right: -20px; } }
        @media (min-width: 768px) and (max-width: 1023px) {
          .add-product-inner .add-item-block .half-col:before {
            font-size: 25px; } }
        @media only screen and (max-width: 767px) {
          .add-product-inner .add-item-block .half-col:before {
            bottom: -100px;
            left: 0;
            right: 0;
            margin: auto;
            font-size: 25px; } }
      .add-product-inner .add-item-block .half-col:last-child:before {
        display: none; }
      @media only screen and (max-width: 767px) {
        .add-product-inner .add-item-block .half-col.special-two {
          padding: 0; } }
  .add-product-inner .add-button-block {
    width: 100%;
    float: left;
    text-align: center;
    padding: 38px 0 0 30px; }
    @media (min-width: 1024px) and (max-width: 1279px) {
      .add-product-inner .add-button-block {
        padding-left: 0; } }
    @media (min-width: 768px) and (max-width: 1023px) {
      .add-product-inner .add-button-block {
        padding: 0; } }
    @media only screen and (max-width: 767px) {
      .add-product-inner .add-button-block {
        padding: 20px 0 0 0; } }
    .add-product-inner .add-button-block span {
      width: 100%;
      float: left;
      padding: 0 0 15px 0;
      color: #c81313;
      font-weight: 700; }
      @media (min-width: 768px) and (max-width: 1023px) {
        .add-product-inner .add-button-block span {
          font-size: 12px; } }
      @media only screen and (max-width: 767px) {
        .add-product-inner .add-button-block span {
          font-size: 13px; } }
    .add-product-inner .add-button-block .button.secondary {
      padding: 15px 45px; }
      @media (min-width: 1024px) and (max-width: 1279px) {
        .add-product-inner .add-button-block .button.secondary {
          padding: 15px 30px;
          font-size: 14px; } }
      @media (min-width: 768px) and (max-width: 1023px) {
        .add-product-inner .add-button-block .button.secondary {
          padding: 10px 20px;
          font-size: 10px; } }
      @media only screen and (max-width: 767px) {
        .add-product-inner .add-button-block .button.secondary {
          padding: 12px 15px;
          font-size: 10px; } }

.single-item {
  width: 100%;
  float: left;
  padding: 0 0 0 18px; }
  @media only screen and (max-width: 767px) {
    .single-item {
      padding-left: 0;
      text-align: center; } }
  .single-item .item-image {
    width: 50%;
    float: left; }
    @media only screen and (max-width: 767px) {
      .single-item .item-image {
        width: 100%; } }
    @media (min-width: 1024px) and (max-width: 1279px) {
      .single-item .item-image img {
        width: 100%; } }
    @media (min-width: 768px) and (max-width: 1023px) {
      .single-item .item-image img {
        width: 100%; } }
    @media only screen and (max-width: 767px) {
      .single-item .item-image img {
        width: 150px; } }
  .single-item .item-desc {
    width: 50%;
    float: left;
    padding: 35px 0 0 8px; }
    @media (min-width: 768px) and (max-width: 1023px) {
      .single-item .item-desc {
        padding: 10px 0 0 0; } }
    @media only screen and (max-width: 767px) {
      .single-item .item-desc {
        padding: 0; } }
    @media only screen and (max-width: 767px) {
      .single-item .item-desc {
        width: 100%; } }
    .single-item .item-desc h6 {
      font-size: 16px;
      line-height: 18px;
      color: #183028;
      padding: 0 0 5px 0;
      text-transform: capitalize; }
      @media (min-width: 768px) and (max-width: 1023px) {
        .single-item .item-desc h6 {
          font-size: 13px; } }
      @media only screen and (max-width: 767px) {
        .single-item .item-desc h6 {
          font-size: 14px;
          line-height: 16px; } }
    .single-item .item-desc span {
      font-size: 14px;
      line-height: 28px;
      color: #183028;
      font-weight: 700; }
      @media (min-width: 768px) and (max-width: 1023px) {
        .single-item .item-desc span {
          font-size: 13px; } }
      @media only screen and (max-width: 767px) {
        .single-item .item-desc span {
          font-size: 14px;
          line-height: 16px; } }
  .single-item.special {
    padding-left: 0; }

.sizing-chart-popup {
  cursor: pointer;
  margin-left: 10px; }
  @media only screen and (max-width: 479px) {
    .sizing-chart-popup {
      margin-top: 1rem; } }
  .sizing-chart-popup img {
    max-width: 27px;
    margin: auto 5px auto 0; }
  .sizing-chart-popup span {
    display: block;
    font-size: 13px;
    line-height: 13px;
    vertical-align: middle;
    margin-top: auto;
    margin-bottom: auto; }
  .sizing-chart-popup .hidden-sizing-chart-images {
    display: none; }
  .sizing-chart-popup.single-option {
    width: 30%;
    margin-top: auto;
    margin-bottom: auto; }
    .sizing-chart-popup.single-option span {
      margin-top: 5px; }
    @media only screen and (max-width: 1023px) {
      .sizing-chart-popup.single-option {
        width: 100%;
        margin-top: 1rem;
        margin-left: 0; } }
    @media only screen and (max-width: 767px) {
      .sizing-chart-popup.single-option {
        margin-left: 1rem;
        width: 30%; } }
    @media only screen and (max-width: 479px) {
      .sizing-chart-popup.single-option {
        margin-left: 0; } }

#sizing-chart-btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }

.testimonial-outer {
  width: 100%;
  float: left;
  background: #183028;
  padding: 33px 0 15px 0; }
  @media (min-width: 768px) and (max-width: 1023px) {
    .testimonial-outer {
      padding: 30px 0 15px 0; } }
  @media only screen and (max-width: 767px) {
    .testimonial-outer {
      padding: 30px 0 15px 0; } }

.testimonial-inner {
  padding: 0 80px;
  text-align: center; }
  @media (min-width: 768px) and (max-width: 1023px) {
    .testimonial-inner {
      padding: 0; } }
  @media only screen and (max-width: 767px) {
    .testimonial-inner {
      padding: 0; } }
  .testimonial-inner h4 {
    text-transform: uppercase;
    letter-spacing: 4.25px;
    color: #f4e769;
    font-size: 21px;
    line-height: 23px;
    padding: 0 0 10px 0; }
    @media (min-width: 768px) and (max-width: 1023px) {
      .testimonial-inner h4 {
        font-size: 20px; } }
    @media only screen and (max-width: 767px) {
      .testimonial-inner h4 {
        font-size: 12px; } }
  .testimonial-inner .title-block {
    padding: 0 0 12px 0; }
    @media only screen and (max-width: 767px) {
      .testimonial-inner .title-block {
        padding-bottom: 0; } }
    .testimonial-inner .title-block h3 {
      text-transform: uppercase;
      font-size: 16px;
      line-height: 42px;
      font-family: "Lato", sans-serif;
      letter-spacing: 3px;
      font-weight: 300;
      color: white; }
      @media (min-width: 768px) and (max-width: 1023px) {
        .testimonial-inner .title-block h3 {
          font-size: 17px; } }
      @media only screen and (max-width: 767px) {
        .testimonial-inner .title-block h3 {
          font-size: 12px; } }
      .testimonial-inner .title-block h3:after, .testimonial-inner .title-block h3:before {
        width: 110%; }
  .testimonial-inner p {
    color: white;
    line-height: 30px;
    margin: 0 0 20px 0; }
    @media (min-width: 768px) and (max-width: 1023px) {
      .testimonial-inner p {
        font-size: 15px; } }
    @media only screen and (max-width: 767px) {
      .testimonial-inner p {
        font-size: 14px;
        line-height: 24px; } }

#countdown-timer-row {
  display: none; }

.checkbox-outer {
  margin: 0 0 11px; }

.title {
  padding: 17px 0 13px; }
  @media (min-width: 1024px) and (max-width: 1279px) {
    .title h1 {
      font-size: 36px; } }
  @media only screen and (max-width: 767px) {
    .title h1 {
      font-size: 31px;
      line-height: 28px; } }
  .title h1 span {
    font-family: "Lato", sans-serif;
    font-size: 21px; }

.showing {
  font-family: "Lato", sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 20px;
  color: #183028; }
  @media only screen and (max-width: 767px) {
    .showing {
      position: inherit;
      top: 0;
      padding: 0 0 20px; } }

.product-listing {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between; }
  @media only screen and (max-width: 767px) {
    .product-listing {
      display: block; } }
  .product-listing.empty-list {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start; }
    .product-listing.empty-list .no-results {
      -webkit-box-flex: 1;
      -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
      flex-grow: 1; }
  .product-listing.full-width {
    padding-top: 40px;
    width: 100%;
    margin-bottom: 35px; }
    .product-listing.full-width .listing-block {
      width: 100%; }
      .product-listing.full-width .listing-block .list-options {
        -webkit-box-align: end;
        -webkit-align-items: flex-end;
        -ms-flex-align: end;
        align-items: flex-end;
        -webkit-box-pack: end;
        -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
        justify-content: flex-end; }

.side-block {
  width: 33%;
  max-width: 345px;
  padding-right: 30px; }
  @media only screen and (max-width: 767px) {
    .side-block {
      width: 100%;
      max-width: inherit;
      padding: 0; } }

.listing-block {
  width: 67%;
  position: relative; }
  @media only screen and (max-width: 767px) {
    .listing-block {
      width: 100%;
      max-width: inherit; } }

.grid-box {
  background: #f2f2f2;
  padding: 26px 29px 21px;
  margin: 0 0 30px; }
  @media (min-width: 768px) and (max-width: 1023px) {
    .grid-box {
      padding: 26px 15px 21px; } }
  .grid-box h5 {
    font-family: "Lato", sans-serif;
    font-weight: 700;
    font-size: 21px;
    padding: 0 0 20px; }
  .grid-box h6 {
    font-family: "Lato", sans-serif;
    font-weight: 700;
    font-size: 18px;
    line-height: 20px;
    color: #183028;
    cursor: pointer; }

.selected {
  padding-left: 32px;
  font-family: "Lato", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  color: #74837e;
  margin: 0 0 15px; }
  .selected a {
    color: #74837e; }
    .selected a:hover {
      color: #183028; }

.box-title {
  padding: 2px 0 15px;
  position: relative; }
  .box-title:after {
    content: "\f106";
    font-family: "FontAwesome";
    position: absolute;
    right: 0;
    top: 0;
    font-size: 22px;
    color: #183028; }
    @media only screen and (max-width: 767px) {
      .box-title:after {
        content: "\f107"; } }
  .box-title.active:after {
    content: "\f107"; }
    @media only screen and (max-width: 767px) {
      .box-title.active:after {
        content: "\f106"; } }

.inner-block:last-child .filter-list {
  border: none;
  margin: 0;
  padding: 0; }

.filter-list {
  padding: 0 0 25px;
  margin: 0 0 25px;
  border-bottom: solid 1px #dcdedd;
  overflow: hidden; }
  @media only screen and (max-width: 767px) {
    .filter-list {
      display: none; } }
  .filter-list.hidden {
    display: none; }

.seo-block {
  background: #f2f2f2;
  padding: 33px 20px 30px;
  margin: 55px 0 60px;
  text-align: center; }
  @media (min-width: 1024px) and (max-width: 1279px) {
    .seo-block {
      margin: 20px 0 60px; } }
  @media (min-width: 768px) and (max-width: 1023px) {
    .seo-block {
      margin: 20px 0 40px; } }
  .seo-block h3 {
    padding: 0 0 15px; }
    @media only screen and (max-width: 479px) {
      .seo-block h3 {
        font-size: 25px; } }
  .seo-block p {
    font-size: 14px;
    margin: 0; }
  @media only screen and (max-width: 767px) {
    .seo-block {
      margin: 0px 0 30px;
      padding: 20px 20px 30px; } }

.seo-inner {
  max-width: 685px;
  margin: auto; }

.product-list .offers-blk .offers-blk-inner .offers-list .single-blk-offer .text-blk .original-price, .offers-blk .offers-blk-inner .offers-list .single-blk-offer .text-blk .product-list .original-price, .product-list .original-price, .product-list .product-carousel-element .product-carousel-in .price .original-price, .product-carousel-element .product-carousel-in .price .product-list .original-price {
  font-size: 15.4px; }

.product-list ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -15px; }
  .product-list ul li {
    width: 33.33%;
    padding: 0 15px;
    margin: 0 0 65px; }
    @media (min-width: 1024px) and (max-width: 1279px) {
      .product-list ul li {
        margin: 0 0 50px; } }
    @media (min-width: 768px) and (max-width: 1023px) {
      .product-list ul li {
        margin: 0 0 40px; } }
    .product-list ul li:last-child {
      margin-right: auto; }
    @media only screen and (max-width: 767px) {
      .product-list ul li {
        width: 50%;
        margin: 0 0 40px; } }
    @media only screen and (max-width: 479px) {
      .product-list ul li {
        width: 100%; } }

.product-list .pagination {
  float: right;
  margin: 30px 0 0; }
  @media only screen and (max-width: 767px) {
    .product-list .pagination {
      margin: 0 0 30px; } }
  .product-list .pagination ul {
    margin: 0; }
    .product-list .pagination ul li {
      margin: 0 3px; }

.product-outer {
  position: relative; }
  .product-outer:hover .product-data {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex; }
    @media only screen and (max-width: 767px) {
      .product-outer:hover .product-data {
        display: none; } }
    @media (min-width: 768px) and (max-width: 1023px) {
      .product-outer:hover .product-data {
        display: none; } }
  @media only screen and (max-width: 767px) {
    .product-outer {
      text-align: center; } }

.product-pict {
  padding: 0 0 14px;
  position: relative; }
  .product-pict a {
    display: inline-block;
    vertical-align: top;
    text-align: center; }
    @media (min-width: 1024px) and (max-width: 1279px) {
      .product-pict a img {
        max-width: 180px; } }
    @media (min-width: 768px) and (max-width: 1023px) {
      .product-pict a img {
        max-width: 140px; } }
  .product-pict .offers {
    right: 4px;
    top: -10px; }

.name {
  font-family: "Marcellus", serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
  color: #183028;
  min-height: 35px; }
  .name a {
    color: #183028; }
  @media (min-width: 1024px) and (max-width: 1279px) {
    .name {
      font-size: 16px; } }
  @media (min-width: 768px) and (max-width: 1023px) {
    .name {
      font-size: 14px;
      line-height: 18px; } }
  @media only screen and (max-width: 767px) {
    .name {
      font-size: 15px;
      line-height: 20px; } }
  @media only screen and (max-width: 479px) {
    .name {
      min-height: auto; } }

.rate {
  font-family: "Lato", sans-serif;
  font-weight: 900;
  font-size: 21px;
  line-height: 22px;
  color: #c81313;
  padding: 10px 0 0; }
  @media (min-width: 768px) and (max-width: 1023px) {
    .rate {
      font-size: 18px; } }
  @media only screen and (max-width: 767px) {
    .rate {
      font-size: 19px; } }

.offers {
  font-family: "Lato", sans-serif;
  font-weight: 900;
  font-size: 14px;
  line-height: 18px;
  color: #032511;
  text-transform: uppercase;
  letter-spacing: 1px;
  background: #f4e769;
  text-align: center;
  width: 86px;
  height: 86px;
  padding: 5px;
  border-radius: 50%;
  position: absolute;
  right: -10px;
  top: -10px;
  z-index: 9;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center; }
  @media (min-width: 1024px) and (max-width: 1279px) {
    .offers {
      width: 75px;
      height: 75px;
      font-size: 13px; } }
  @media (min-width: 768px) and (max-width: 1023px) {
    .offers {
      width: 65px;
      height: 65px;
      line-height: 14px;
      font-size: 12px;
      letter-spacing: 0; } }

.product-data {
  width: 115%;
  height: 115%;
  padding: 20px 30px;
  background: white;
  position: absolute;
  left: -30px;
  top: -15px;
  z-index: 88;
  display: none;
  -webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.4);
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.4); }
  @media (min-width: 1024px) and (max-width: 1279px) {
    .product-data {
      left: -25px;
      height: 135%;
      padding: 15px 25px; } }

.overlay-product {
  width: 50%;
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1; }

.overlay-info {
  position: relative;
  width: 100%;
  height: 100%;
  max-width: 230px;
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
  -ms-flex-order: 2;
  order: 2;
  padding: 7px 5px; }
  .overlay-info h4 {
    font-size: 18px;
    padding: 0 0 6px;
    font-weight: 700; }
    @media (min-width: 1024px) and (max-width: 1279px) {
      .overlay-info h4 {
        font-size: 16px; } }
  .overlay-info p {
    margin: 0 0 20px; }
    @media (min-width: 1024px) and (max-width: 1279px) {
      .overlay-info p {
        font-size: 14px; } }
  .overlay-info .button {
    position: absolute;
    bottom: 12px;
    width: 100%;
    max-width: 220px;
    left: 0px; }
    @media (min-width: 1024px) and (max-width: 1279px) {
      .overlay-info .button {
        padding: 10px;
        font-size: 14px; } }

.list-options {
  padding: 0 0 30px 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between; }
  @media (min-width: 768px) and (max-width: 1023px) {
    .list-options {
      display: table;
      width: 100%; } }
  @media only screen and (max-width: 767px) {
    .list-options {
      display: table;
      width: 100%; } }

@media (min-width: 768px) and (max-width: 1023px) {
  .pagination {
    float: right; } }

@media only screen and (max-width: 767px) {
  .pagination {
    float: right; } }

@media only screen and (max-width: 479px) {
  .pagination {
    float: left; } }

.pagination ul li {
  display: inline-block;
  width: 48px;
  height: 48px;
  background: white;
  border: 1px solid #dcdedd;
  margin: 0 3px 0 0;
  padding: 0; }
  @media (min-width: 1024px) and (max-width: 1279px) {
    .pagination ul li {
      margin: 0 2px 0 0;
      width: 35px; } }
  @media (min-width: 768px) and (max-width: 1023px) {
    .pagination ul li {
      margin: 0 2px 0 0;
      width: 40px;
      height: 40px; } }
  @media only screen and (max-width: 767px) {
    .pagination ul li {
      margin: 0 2px 0 0;
      width: 35px;
      height: 40px; } }
  .pagination ul li:last-child {
    margin-right: 0; }
  .pagination ul li a {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    font-size: 14px;
    line-height: 47px;
    font-family: "Lato", sans-serif;
    font-weight: 900;
    color: #183028;
    -webkit-transition: all 300ms ease-in-out 0s;
    -o-transition: all 300ms ease-in-out 0s;
    transition: all 300ms ease-in-out 0s;
    width: 100%;
    height: 100%;
    text-transform: capitalize; }
    @media (min-width: 768px) and (max-width: 1023px) {
      .pagination ul li a {
        line-height: 40px;
        font-size: 13px; } }
    @media only screen and (max-width: 767px) {
      .pagination ul li a {
        line-height: 40px;
        font-size: 13px; } }
    .pagination ul li a i {
      font-size: 20px;
      line-height: 43px;
      color: #bbbbbb; }
      @media (min-width: 768px) and (max-width: 1023px) {
        .pagination ul li a i {
          line-height: 40px;
          font-size: 16px; } }
      @media only screen and (max-width: 767px) {
        .pagination ul li a i {
          line-height: 40px;
          font-size: 16px; } }
    .pagination ul li a:hover {
      background: #183028;
      color: white; }
    .pagination ul li a.active {
      background: #183028;
      color: white; }
  .pagination ul li:last-child {
    background: #f2f2f2;
    border: 1px solid #f2f2f2; }
  .pagination ul li:first-child {
    background: #f2f2f2;
    border: 1px solid #f2f2f2; }
  .pagination ul li:nth-last-child(2) {
    background: #f2f2f2;
    border: 1px solid #f2f2f2; }

@media (min-width: 1024px) and (max-width: 1279px) {
  .pagination.all {
    margin: 0 10px 0 0; } }

@media (min-width: 768px) and (max-width: 1023px) {
  .pagination.all {
    margin: 0;
    float: left; } }

@media only screen and (max-width: 767px) {
  .pagination.all {
    margin: 0 2px 0 0;
    float: left; } }

@media only screen and (max-width: 479px) {
  .pagination.all {
    float: left;
    margin: 0 0 10px 0; } }

.pagination.all ul li {
  background: white !important;
  margin: 0 2px 0 0; }

.product-listing-header {
  background: #183028;
  text-align: center;
  padding: 35px 0;
  margin-bottom: 30px; }
  .product-listing-header .title-block {
    margin: 10px 0; }
    .product-listing-header .title-block h1 {
      color: white; }
  .product-listing-header .product-listing-desc-short {
    max-width: 70%;
    color: white;
    margin: auto;
    cursor: pointer; }
    .product-listing-header .product-listing-desc-short span {
      display: inline-block;
      color: #f4e769;
      margin-left: 5px; }

.listing-select {
  width: 100%;
  max-width: 207px;
  margin: 0 10px 0 0; }
  @media (min-width: 1024px) and (max-width: 1279px) {
    .listing-select {
      margin: 0 10px 0 0; } }
  @media (min-width: 768px) and (max-width: 1023px) {
    .listing-select {
      margin: 0 0 10px 0;
      max-width: 100%; } }
  @media only screen and (max-width: 767px) {
    .listing-select {
      margin: 0 0 10px 0;
      max-width: 100%; } }
  .listing-select .sbSelector {
    text-transform: capitalize;
    line-height: 44px;
    height: 48px;
    text-indent: 18px; }
  .listing-select .sbHolder {
    border: 2px solid #f2f2f2;
    border-radius: 0;
    height: 48px; }
  .listing-select .sbOptions {
    top: 48px !important;
    border: 2px solid #f2f2f2;
    width: 102.3% !important;
    left: -2px; }
    .listing-select .sbOptions li a {
      text-transform: capitalize;
      text-align: left;
      padding-left: 18px;
      border-top: 2px solid #f2f2f2; }
      .listing-select .sbOptions li a:hover {
        color: #f4e769;
        background: #183028; }
    .listing-select .sbOptions li:first-child a {
      border-top: 0; }
  .listing-select .sbToggle {
    height: 16px;
    width: 16px;
    right: 12px;
    top: 13px; }
    .listing-select .sbToggle:after {
      height: 16px;
      width: 16px;
      content: "\f107";
      font-size: 20px; }
  .listing-select .sbToggleOpen:after {
    content: "\f106 "; }

/**
  New Single Page Checkout Styles
 */
.checkout-singlepage .alert {
  text-align: center;
  border-radius: 0;
  text-transform: uppercase;
  font-size: 12px;
  margin: 15px 0px;
  letter-spacing: 1.2px; }
  .checkout-singlepage .alert i {
    margin-right: 10px; }
  .checkout-singlepage .alert.alert-danger a {
    color: #721c24;
    font-weight: 700; }

.checkout-singlepage p {
  font-weight: 300; }

.checkout-singlepage .custom-control {
  padding-left: 0; }

.checkout-singlepage .custom-checkbox .custom-control-label::before {
  background-color: #f2f2f2;
  border-radius: 0;
  color: white; }

.checkout-singlepage .custom-checkbox .custom-control-input:checked ~ .custom-control-label::before {
  background: url(../nav/tick-white.png) center center no-repeat #183028; }

.checkout-singlepage .hide {
  display: none; }

@media (min-width: 768px) and (max-width: 1023px) {
  .checkout-singlepage .address-fields label {
    text-wrap: normal; } }

#review-order-btn {
  width: 100%; }

.block-select-group.block-select-horizontal {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  .block-select-group.block-select-horizontal .block-select-option {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1; }
    .block-select-group.block-select-horizontal .block-select-option:first-child {
      margin-right: 30px; }
    .block-select-group.block-select-horizontal .block-select-option:last-child {
      margin-right: 0; }

.block-select-group .block-select-option {
  cursor: pointer;
  position: relative;
  overflow: hidden;
  background-color: #f2f2f2;
  padding: 15px 15px 15px 40px;
  border-radius: 4px; }
  .block-select-group .block-select-option label {
    cursor: pointer;
    font-weight: 400; }
  .block-select-group .block-select-option input {
    cursor: pointer; }
  .block-select-group .block-select-option.block-selected {
    background-color: #183028; }
    .block-select-group .block-select-option.block-selected label {
      color: white; }

.checkout-segment h1 {
  font-size: 28px;
  margin-top: 0;
  margin-bottom: 0; }

.checkout-segment h3 {
  font-size: 28px;
  margin-top: 0px;
  margin-bottom: 15px; }
  .checkout-segment h3.smaller {
    font-size: 21px;
    margin-bottom: 5px; }

.checkout-segment h4 {
  font-family: "Lato", sans-serif;
  font-weight: 700;
  font-size: 16px; }

.checkout-segment p {
  margin-bottom: 15px; }

.forgot-password {
  display: inline-block;
  margin: 20px 0 10px 0px;
  color: #183028;
  font-weight: 300; }

.or-divider-cont {
  overflow: hidden;
  height: 100%;
  position: relative; }
  .or-divider-cont .divider-line {
    margin: auto;
    position: absolute;
    top: 35px;
    left: 0px;
    right: 0px;
    background: #183028;
    width: 1px;
    height: 100%;
    max-height: 224px; }
  .or-divider-cont .circle {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    padding: 15px;
    background: #183028;
    font-family: "Marcellus", serif;
    text-align: center;
    font-size: 28px;
    border-radius: 50%;
    text-transform: uppercase;
    border: solid 10px white;
    color: white;
    max-width: 90px;
    max-height: 90px;
    line-height: 41px; }

form.place-order-form {
  /**
    Secure trading supplied styles
   */ }
  form.place-order-form .button.secondary {
    width: 100%; }
  form.place-order-form .cvc-info {
    display: inline-block;
    margin-top: 1rem;
    cursor: pointer; }
  form.place-order-form #st-payment input.st-error {
    background-color: #ffc6c7;
    border: 2px solid #ffb5b5; }
  form.place-order-form #st-message .st-error {
    background: #ffcdcd;
    border: 2px solid #ffb5b5;
    padding: 4px 4px 4px 28px !important; }

.custom-checkbox-form input[type=checkbox] + label {
  display: block;
  position: relative;
  margin: 0;
  cursor: pointer;
  font-family: "Lato", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  color: #183028;
  padding: 4px 0 4px 34px; }

.custom-checkbox-form input[type=checkbox] {
  display: none; }

.custom-checkbox-form input[type=checkbox] + label:before {
  content: "";
  border: none;
  display: inline-block;
  width: 24px;
  height: 24px;
  vertical-align: bottom;
  font-size: 15px;
  position: absolute;
  left: 0;
  top: 0;
  background-color: white; }

.custom-checkbox-form input[type=checkbox]:checked + label:before {
  background: #f4e769 url("../nav/tick.png") no-repeat center center; }

.block-select-checkbox {
  position: absolute;
  top: 0.25rem;
  left: -1.5rem; }

.block-select-has-checked-input.block-selected {
  background-color: #183028; }
  .block-select-has-checked-input.block-selected label {
    color: white; }

/**
  Review Order Styles
 */
.checkout-review p {
  font-weight: 400;
  font-size: 14px; }
  .checkout-review p a {
    font-weight: 300; }

table.review-order tr td, table.review-order tr th {
  border-top: none;
  border-bottom: 0;
  font-size: 14px; }

table.review-order tr th {
  font-weight: 300;
  padding-top: 0;
  text-transform: uppercase; }

table.review-order tr.order-total-row {
  border-top: #f2f2f2 solid 1px;
  border-bottom: #f2f2f2 solid 5px; }
  table.review-order tr.order-total-row td {
    color: #2e9612;
    font-weight: 900;
    text-transform: uppercase;
    font-size: 21px; }
    table.review-order tr.order-total-row td:last-child {
      text-align: right; }

/**
  Basket Styles
 */
.upsell-products {
  margin-top: 30px; }
  .upsell-products .title-block {
    margin-bottom: 30px; }
  .upsell-products .single-upsell-product {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }
    .upsell-products .single-upsell-product p {
      margin-bottom: 10px;
      font-size: 14px; }
      .upsell-products .single-upsell-product p.price {
        font-size: 18px; }

section.basket {
  /**
    Custom selectbox styles
   */ }
  section.basket .hidden {
    display: none; }
  section.basket h1 {
    margin: 20px 0px; }
  section.basket .empty-basket-msg {
    margin-bottom: 50px; }
  section.basket .sbHolder {
    background: #f2f2f2;
    border: none; }
    section.basket .sbHolder .sbSelector {
      text-align: left; }
    section.basket .sbHolder .sbOptions li a {
      border-top: 1px solid #183028;
      text-align: left; }
  section.basket .discount-code-row input[type=text] {
    text-align: center;
    background: #FFF;
    font-weight: lighter;
    border-radius: 0; }
  section.basket .discount-code-row button {
    width: 100%;
    margin-top: 5px;
    cursor: pointer;
    text-transform: none;
    font-weight: 700; }
  section.basket .discount-code-row td:last-child {
    background: #f2f2f2; }

.payment-types {
  float: right;
  text-align: center;
  width: 640px;
  max-width: 100%;
  margin: 40px 0; }
  .payment-types img {
    max-width: 100%; }

.basket-buttons {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 20px 0; }
  .basket-buttons .paypal-btn-container {
    width: 340px;
    height: 100%;
    margin-left: auto; }
    @media only screen and (max-width: 1023px) {
      .basket-buttons .paypal-btn-container {
        max-width: 70%;
        width: 70%;
        margin: 0 auto 10px auto; } }
    @media only screen and (max-width: 479px) {
      .basket-buttons .paypal-btn-container {
        margin: 0 0 10px 0;
        max-width: 100%;
        width: 100%; } }
  .basket-buttons .proceed {
    margin-left: auto; }
  .basket-buttons.bottom .proceed {
    margin-left: 10px; }
  .basket-buttons.bottom .button {
    max-height: 51px;
    margin-bottom: auto; }
  .basket-buttons.bottom .button:first-child {
    margin-right: 10px; }
  @media only screen and (max-width: 1023px) {
    .basket-buttons.bottom {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column; }
      .basket-buttons.bottom .button {
        margin: 0 0 10px 0; }
        .basket-buttons.bottom .button:first-child {
          margin: 0 0 10px 0; } }
  @media only screen and (max-width: 767px) {
    .basket-buttons .button {
      font-size: 12px;
      padding: 0.7rem; } }
  @media only screen and (max-width: 479px) {
    .basket-buttons {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column; }
      .basket-buttons .button {
        margin-top: 1rem;
        width: 100%; } }

#persist-basket-form {
  display: none; }
  #persist-basket-form.open {
    display: block; }
  #persist-basket-form.closed {
    display: none; }

table.basket {
  border-collapse: collapse;
  width: 100%; }
  table.basket thead th {
    font-size: 16px;
    text-transform: uppercase;
    color: #183028;
    text-align: center;
    padding: 15px 0; }
    table.basket thead th:first-child {
      text-align: left;
      padding-left: 0; }
  table.basket tbody td {
    border: 1px #f2f2f2 solid; }
    @media only screen and (max-width: 767px) {
      table.basket tbody td {
        padding: 0.8rem; } }
    table.basket tbody td.basket-product-details > div {
      vertical-align: middle;
      display: inline-block; }
      table.basket tbody td.basket-product-details > div.basket-product-name {
        max-width: 63%; }
    table.basket tbody td.basket-product-details .basket-image {
      vertical-align: middle;
      padding: 30px; }
      @media only screen and (max-width: 767px) {
        table.basket tbody td.basket-product-details .basket-image {
          padding: 1rem 0 0 0; } }
    table.basket tbody td.basket-product-details .basket-product-name h4 {
      font-family: "Lato", sans-serif;
      font-size: 16px; }
      table.basket tbody td.basket-product-details .basket-product-name h4 a {
        color: #183028;
        font-weight: 700; }
    table.basket tbody td.basket-product-details .basket-product-name .product-option-info {
      font-size: 14px; }
    @media only screen and (max-width: 767px) {
      table.basket tbody td.basket-product-details {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center; } }
    table.basket tbody td.basket-price {
      text-align: center; }
      @media only screen and (max-width: 767px) {
        table.basket tbody td.basket-price {
          text-align: right; } }
      table.basket tbody td.basket-price span {
        font-weight: 700;
        line-height: 100%;
        display: inline-block;
        vertical-align: middle;
        color: #183028; }
    table.basket tbody td.basket-quantity {
      text-align: center; }
      @media only screen and (max-width: 767px) {
        table.basket tbody td.basket-quantity {
          text-align: right; }
          table.basket tbody td.basket-quantity > div {
            display: inline-block; } }
      table.basket tbody td.basket-quantity input {
        color: #183028;
        width: 30px;
        height: 30px;
        text-align: center;
        background: white;
        display: inline-block;
        padding: 0; }
      table.basket tbody td.basket-quantity button {
        color: #183028;
        width: 30px;
        height: 30px;
        background-color: #f2f2f2;
        border: none;
        cursor: pointer; }
      table.basket tbody td.basket-quantity .remove-product {
        display: inline-block;
        margin-top: 20px;
        font-weight: 300;
        color: #183028; }
    table.basket tbody td.basket-price-subtotal {
      text-align: center;
      color: #183028;
      font-weight: 900; }
      @media only screen and (max-width: 767px) {
        table.basket tbody td.basket-price-subtotal {
          text-align: right; } }
    table.basket tbody td.constrained-col {
      width: 16%; }
      @media only screen and (max-width: 767px) {
        table.basket tbody td.constrained-col {
          width: 100%; } }
  table.basket tfoot td {
    padding: 20px; }
    table.basket tfoot td:last-child {
      text-align: center; }
  table.basket tfoot tr.total-row td {
    font-weight: 900; }
    table.basket tfoot tr.total-row td.heading {
      font-weight: 900; }
    table.basket tfoot tr.total-row td.grey-bg {
      background: #f2f2f2; }
  table.basket tfoot .summary-row.hide {
    display: none; }
  table.basket tfoot .summary-row td.bordered {
    border: 1px #f2f2f2 solid; }
  table.basket tfoot .summary-row .heading {
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase; }
  table.basket tfoot .summary-row p {
    color: #183028;
    font-weight: 300; }
  table.basket tfoot .summary-row input[type=text] {
    border-radius: 0; }
  table.basket tfoot .summary-row label.light {
    font-weight: 300; }
  @media only screen and (max-width: 767px) {
    table.basket tfoot .summary-row td {
      text-align: center; }
      table.basket tfoot .summary-row td p {
        margin-bottom: 5px; }
      table.basket tfoot .summary-row td:last-child {
        padding-bottom: 1rem; } }

#delivery-method-loader {
  display: none; }

.delivery-radios .delivery-method {
  cursor: pointer;
  border-radius: 3px;
  padding: 15px 15px 15px 40px;
  background: #f2f2f2;
  color: white;
  text-align: left;
  margin-bottom: 5px; }
  .delivery-radios .delivery-method label {
    color: #183028;
    font-size: 16px;
    font-weight: 400;
    cursor: pointer; }
  .delivery-radios .delivery-method input {
    cursor: pointer; }
  .delivery-radios .delivery-method.active {
    background: #183028; }
    .delivery-radios .delivery-method.active label {
      color: white; }

/**
    Styles for CMS Standard Pages
 */
/**
  Blog related styles
 */
.blog-section.product-blk {
  background: url(../nav/product-bg.jpg) no-repeat bottom center;
  padding: 51px 0 90px;
  background-size: cover; }
  @media (min-width: 768px) and (max-width: 1023px) {
    .blog-section.product-blk {
      padding: 40px 0 50px; } }
  @media only screen and (max-width: 767px) {
    .blog-section.product-blk {
      padding: 30px 0 0px; } }
  .blog-section.product-blk .title-block h3 {
    color: #183028; }
  .blog-section.product-blk .blog-img {
    background: white;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    padding: 0 0 7px; }
    .blog-section.product-blk .blog-img img {
      width: 100%; }
  .blog-section.product-blk .blog-title {
    padding: 0 30px 37px; }
  .blog-section.product-blk .blog-element {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -moz-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100%; }
    @media only screen and (max-width: 767px) {
      .blog-section.product-blk .blog-element {
        padding: 0 0 25px; } }
  .blog-section.product-blk .blog-top {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -moz-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 13px 17px 23px;
    text-align: center; }
    @media (min-width: 768px) and (max-width: 1023px) {
      .blog-section.product-blk .blog-top {
        padding: 13px 6px 23px; } }
    @media only screen and (max-width: 767px) {
      .blog-section.product-blk .blog-top {
        margin: 0; } }
    .blog-section.product-blk .blog-top h3 {
      padding: 0 0 12px; }
      @media (min-width: 1024px) and (max-width: 1279px) {
        .blog-section.product-blk .blog-top h3 {
          font-size: 21px; } }
      @media (min-width: 768px) and (max-width: 1023px) {
        .blog-section.product-blk .blog-top h3 {
          font-size: 17px; } }
    .blog-section.product-blk .blog-top span {
      color: #f4e769;
      font-weight: 900;
      font-family: "Lato", sans-serif;
      font-size: 28px;
      padding: 0 0 10px; }
      @media (min-width: 1024px) and (max-width: 1279px) {
        .blog-section.product-blk .blog-top span {
          font-size: 24px; } }
      @media (min-width: 768px) and (max-width: 1023px) {
        .blog-section.product-blk .blog-top span {
          font-size: 20px; } }
      @media only screen and (max-width: 767px) {
        .blog-section.product-blk .blog-top span {
          font-size: 20px; } }
      .blog-section.product-blk .blog-top span i {
        font-size: 14px;
        display: block;
        padding: 0 0 4px; }
        @media (min-width: 768px) and (max-width: 1023px) {
          .blog-section.product-blk .blog-top span i {
            font-size: 11px; } }
        @media only screen and (max-width: 767px) {
          .blog-section.product-blk .blog-top span i {
            font-size: 12px; } }
    .blog-section.product-blk .blog-top a {
      font-size: 14px;
      color: white; }
      .blog-section.product-blk .blog-top a:hover {
        color: #f4e769; }

.blog-section {
  background: #3d5748 url("../nav/blog-bg.png") no-repeat bottom center;
  background-size: cover;
  padding: 39px 0 67px; }
  @media (min-width: 1024px) and (max-width: 1279px) {
    .blog-section {
      padding: 40px 0 50px; } }
  @media (min-width: 768px) and (max-width: 1023px) {
    .blog-section {
      padding: 40px 0;
      margin: 0 0 40px; } }
  @media only screen and (max-width: 767px) {
    .blog-section {
      padding: 40px 0;
      margin: 0 0 30px; } }

.blog-title {
  padding: 0 30px 25px; }
  @media (min-width: 1024px) and (max-width: 1279px) {
    .blog-title {
      padding: 0 20px 25px; } }
  @media (min-width: 768px) and (max-width: 1023px) {
    .blog-title {
      padding: 0 10px 25px; } }
  @media only screen and (max-width: 767px) {
    .blog-title {
      padding: 0; } }
  .blog-title h3 {
    color: white; }

.blog-content {
  padding: 0 30px; }
  @media (min-width: 1024px) and (max-width: 1279px) {
    .blog-content {
      padding: 0 20px; } }
  @media (min-width: 768px) and (max-width: 1023px) {
    .blog-content {
      padding: 0 10px; } }
  @media only screen and (max-width: 767px) {
    .blog-content {
      padding: 0; } }

.blog-top {
  background: #183028;
  border-top: 5px solid #f4e769;
  padding: 13px 30px 23px; }
  @media (min-width: 1024px) and (max-width: 1279px) {
    .blog-top {
      padding: 15px 20px; } }
  @media (min-width: 768px) and (max-width: 1023px) {
    .blog-top {
      padding: 15px; } }
  @media only screen and (max-width: 767px) {
    .blog-top {
      margin-top: 30px;
      padding: 15px; } }
  .blog-top span {
    color: white;
    display: block;
    text-transform: uppercase;
    font-family: "Lato", sans-serif;
    font-size: 14px;
    color: #74837e; }
    @media (min-width: 768px) and (max-width: 1023px) {
      .blog-top span {
        font-size: 12px; } }
  .blog-top h3 {
    color: white; }
    @media (min-width: 1024px) and (max-width: 1279px) {
      .blog-top h3 {
        font-size: 24px;
        line-height: 28px; } }
    @media (min-width: 768px) and (max-width: 1023px) {
      .blog-top h3 {
        font-size: 18px;
        line-height: 22px; } }
    @media only screen and (max-width: 767px) {
      .blog-top h3 {
        font-size: 24px;
        line-height: 28px; } }
    @media only screen and (max-width: 479px) {
      .blog-top h3 {
        font-size: 22px; } }

.blog-image {
  height: 351px; }
  @media (min-width: 1024px) and (max-width: 1279px) {
    .blog-image {
      height: 250px; } }
  @media (min-width: 768px) and (max-width: 1023px) {
    .blog-image {
      height: 200px; } }
  @media only screen and (max-width: 767px) {
    .blog-image {
      height: 300px; } }
  @media only screen and (max-width: 479px) {
    .blog-image {
      height: 250px; } }
  .blog-image img {
    display: block;
    width: 100%; }

.blog-bottom {
  border-top: 5px solid #f4e769;
  background: white;
  padding: 33px 30px 35px;
  text-align: center; }
  @media (min-width: 1024px) and (max-width: 1279px) {
    .blog-bottom {
      padding: 20px 20px 30px; } }
  @media (min-width: 768px) and (max-width: 1023px) {
    .blog-bottom {
      padding: 15px 15px 30px; } }
  @media only screen and (max-width: 767px) {
    .blog-bottom {
      padding: 20px 15px 30px; } }
  @media (min-width: 768px) and (max-width: 1023px) {
    .blog-bottom p {
      font-size: 14px; } }

.masonry .blog-post {
  margin-bottom: 40px; }

.masonry .page-load-status {
  text-align: center; }

.masonry .load-more-posts-cont {
  text-align: center;
  margin-bottom: 50px; }

.blog-article h1 {
  padding-top: 20px;
  border-top: 5px #f4e769 solid; }

.post-date {
  font-size: 14px;
  text-transform: uppercase; }

#quick-order-form {
  width: 100%; }

#quick-order-search #ajax_product_search {
  width: 100%; }

#quick-order-search #quicksearch-morecharacters {
  display: none; }
  #quick-order-search #quicksearch-morecharacters.show {
    display: block; }

#quick-order-search #quicksearch-loading {
  display: none; }
  #quick-order-search #quicksearch-loading.show {
    display: block; }

#built-quick-order-products {
  margin-top: 2em; }
  #built-quick-order-products.hidden {
    display: none; }
  #built-quick-order-products table {
    width: 100%;
    padding: 0.5em; }
    #built-quick-order-products table.hidden {
      display: none; }
    #built-quick-order-products table .price {
      width: 4em;
      font-weight: 700;
      font-size: 16px; }
    #built-quick-order-products table .quantity {
      width: 4em; }
    #built-quick-order-products table .control {
      width: 3em; }
    #built-quick-order-products table thead {
      width: 100%; }
      #built-quick-order-products table thead th {
        font-family: "Lato", sans-serif;
        text-transform: uppercase;
        font-weight: 300;
        text-align: center; }
        #built-quick-order-products table thead th.product {
          text-align: left; }
    #built-quick-order-products table tbody td {
      vertical-align: middle; }
      #built-quick-order-products table tbody td.product-image {
        width: 15%; }
      #built-quick-order-products table tbody td.product-details h6 {
        font-family: "Lato", sans-serif;
        font-size: 16px;
        font-weight: 700; }
      #built-quick-order-products table tbody td.product-details p {
        margin-bottom: 0;
        font-size: 14px; }
        #built-quick-order-products table tbody td.product-details p a {
          color: #2e9612; }
    #built-quick-order-products table tbody td:first-child {
      padding-left: 0; }
    #built-quick-order-products table tbody td:last-child {
      padding-right: 0; }
    #built-quick-order-products table tbody td {
      padding: 0 0.5em; }
    #built-quick-order-products table tbody .quantity input {
      width: 4em; }
    #built-quick-order-products table tfoot {
      margin: 0.25em; }
      #built-quick-order-products table tfoot .remove-all-btn {
        border: 1px solid #e9eaea;
        border-radius: 3px;
        padding: 10px 20px;
        font-weight: 700;
        margin: 20px 0; }

#bulk-add-to-basket-p.hidden {
  display: none; }

.autocomplete-suggestion.quick-shop-suggestion {
  padding: 1em 30px;
  background-color: white;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }
  .autocomplete-suggestion.quick-shop-suggestion > div {
    margin: auto 0; }
  .autocomplete-suggestion.quick-shop-suggestion .product-details,
  .autocomplete-suggestion.quick-shop-suggestion .product-price,
  .autocomplete-suggestion.quick-shop-suggestion .original-price,
  .autocomplete-suggestion.quick-shop-suggestion .offers-blk .offers-blk-inner .offers-list .single-blk-offer .text-blk .original-price,
  .offers-blk .offers-blk-inner .offers-list .single-blk-offer .text-blk .autocomplete-suggestion.quick-shop-suggestion .original-price,
  .autocomplete-suggestion.quick-shop-suggestion .product-carousel-element .product-carousel-in .price .original-price,
  .product-carousel-element .product-carousel-in .price .autocomplete-suggestion.quick-shop-suggestion .original-price,
  .autocomplete-suggestion.quick-shop-suggestion .offers-blk .offers-blk-inner .offers-list .single-blk-offer .text-blk .button-div .product-price,
  .offers-blk .offers-blk-inner .offers-list .single-blk-offer .text-blk .button-div .autocomplete-suggestion.quick-shop-suggestion .product-price {
    margin-left: 30px; }
  .autocomplete-suggestion.quick-shop-suggestion h6,
  .autocomplete-suggestion.quick-shop-suggestion .product-price,
  .autocomplete-suggestion.quick-shop-suggestion .original-price,
  .autocomplete-suggestion.quick-shop-suggestion .offers-blk .offers-blk-inner .offers-list .single-blk-offer .text-blk .original-price,
  .offers-blk .offers-blk-inner .offers-list .single-blk-offer .text-blk .autocomplete-suggestion.quick-shop-suggestion .original-price,
  .autocomplete-suggestion.quick-shop-suggestion .product-carousel-element .product-carousel-in .price .original-price,
  .product-carousel-element .product-carousel-in .price .autocomplete-suggestion.quick-shop-suggestion .original-price,
  .autocomplete-suggestion.quick-shop-suggestion .offers-blk .offers-blk-inner .offers-list .single-blk-offer .text-blk .button-div .product-price,
  .offers-blk .offers-blk-inner .offers-list .single-blk-offer .text-blk .button-div .autocomplete-suggestion.quick-shop-suggestion .product-price {
    font-family: "Lato", sans-serif;
    font-size: 16px;
    font-weight: 700; }
  .autocomplete-suggestion.quick-shop-suggestion p {
    margin-bottom: 0;
    font-size: 14px; }
  .autocomplete-suggestion.quick-shop-suggestion .suggestion-select-btn {
    margin-left: auto; }
  .autocomplete-suggestion.quick-shop-suggestion:hover {
    background-color: #e9eaea; }

.sitemap-cont ul {
  padding-left: 40px;
  list-style-type: disc; }
  .sitemap-cont ul li {
    color: #183028;
    margin-bottom: 0.3rem; }

.sitemap-cont > ul {
  padding-left: 20px; }

.generic-listing-lightbox {
  cursor: -webkit-zoom-in;
  cursor: zoom-in; }

.part-number {
  font-size: 14px;
  font-weight: normal;
  color: #b29a6c; }

/**
 * Responsive table style
 */
@media only screen and (max-width: 767px) {
  table.responsive-table {
    background: none !important;
    margin: 1em 0;
    min-width: 300px; }
    table.responsive-table td {
      text-align: right; }
    table.responsive-table thead, table.responsive-table th {
      display: none; }
    table.responsive-table td.responsive-hdr::before {
      float: left;
      content: attr(data-th) ": ";
      font-weight: bold;
      width: 6.5em;
      font-size: 16px;
      display: inline-block;
      text-align: left;
      color: #183028; }
    table.responsive-table tr {
      display: block;
      border: 1px solid #ddd;
      margin-bottom: 2rem; }
    table.responsive-table.no-row-margin tr {
      margin-bottom: 0; }
    table.responsive-table td {
      border: none;
      display: block; }
      table.responsive-table td.hidden-mobile {
        display: none; }
      table.responsive-table td.resp-align-right {
        text-align: right; }
      table.responsive-table td:first-child {
        padding-top: .8em; }
      table.responsive-table td:last-child {
        padding-bottom: .8em; }
      table.responsive-table td.align-right {
        text-align: left; }
      table.responsive-table td.responsive-highlight {
        background: #183028;
        color: white; }
        table.responsive-table td.responsive-highlight.responsive-hdr::before {
          color: white; }
    table.responsive-table tr.responsive-column-pair {
      white-space: nowrap; }
      table.responsive-table tr.responsive-column-pair td {
        width: 50%;
        display: inline-block;
        text-align: right; }
        table.responsive-table tr.responsive-column-pair td:first-child {
          background: #00afd1;
          color: #FFF; }
  table.basket td.basket-image {
    float: right;
    max-height: 80px;
    padding: 0;
    border: none;
    text-align: center; }
    table.basket td.basket-image img {
      display: inline-block;
      max-height: 70px;
      max-width: 80%; }
  table.basket td.basket-product-name {
    min-height: 60px;
    text-align: left; } }

/**
  CMS Slider Styles
 */
.cms-slider {
  margin: 30px 0 0 0;
  border-bottom: #f4e769 solid 5px; }

.cms-slider-caption {
  margin: 10px 0 30px 0; }
  .cms-slider-caption span {
    font-weight: 700; }

/**
  Sidebar used on several CMS pages
 */
.sidebar .sidebar-title {
  border-top: 5px solid #f4e769;
  background-color: #183028;
  padding: 18px 28px; }
  .sidebar .sidebar-title h3 {
    color: white;
    margin: 0; }

.sidebar .sidebar-content {
  padding: 30px;
  background-color: #f2f2f2;
  font-size: 14px; }
  .sidebar .sidebar-content h5 {
    font-size: 16px;
    font-family: "Lato", sans-serif;
    font-weight: 700;
    margin-bottom: 8px; }
  .sidebar .sidebar-content p {
    font-size: 14px; }

.sidebar .sidebar-call-to-action {
  margin-top: 40px; }

.sidebar .sidebar-social {
  margin: 40px 0; }

/**
  Category & Product based discount banners
 */
.disc-banner {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  background-color: #183028; }
  .disc-banner .disc-banner-inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%; }
    .disc-banner .disc-banner-inner .disc-banner-inner-text {
      position: relative;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-justify-content: space-around;
      -ms-flex-pack: distribute;
      justify-content: space-around;
      -webkit-box-flex: 1;
      -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
      flex-grow: 1;
      padding: 15px 0px; }
  .disc-banner .disc-strapline {
    position: relative;
    background: #c81313;
    font-size: 18px;
    color: white;
    padding: 7px 0px;
    margin-top: auto;
    text-align: center;
    -webkit-align-self: flex-end;
    -ms-flex-item-align: end;
    align-self: flex-end;
    width: 100%; }
    .disc-banner .disc-strapline a {
      font-weight: 300;
      font-size: 14px;
      color: white; }
  .disc-banner .disc-title {
    font-weight: 900;
    text-transform: uppercase;
    color: white;
    text-align: center; }
  .disc-banner img {
    display: block; }
  .disc-banner .disc-desc {
    color: white; }
    .disc-banner .disc-desc .disc-code {
      display: inline-block;
      padding: 10px;
      background: white;
      text-transform: uppercase;
      font-weight: 900;
      color: #183028;
      margin: 0 10px; }
  .disc-banner.disc-category {
    background-image: url("../nav/discount-banner-backing.gif");
    background-repeat: no-repeat;
    background-size: cover; }
    .disc-banner.disc-category .disc-banner-inner .inner-desc {
      margin: auto 0; }
    .disc-banner.disc-category .disc-title {
      font-size: 42px; }
    .disc-banner.disc-category .disc-desc {
      font-size: 18px; }
    @media only screen and (max-width: 767px) {
      .disc-banner.disc-category .disc-title {
        font-size: 28px;
        margin-bottom: 10px; }
      .disc-banner.disc-category .disc-desc {
        text-align: center;
        font-size: 14px; }
        .disc-banner.disc-category .disc-desc .disc-code {
          padding: 5px; }
      .disc-banner.disc-category .disc-strapline, .disc-banner.disc-category .disc-strapline a {
        font-size: 14px; } }
    @media only screen and (max-width: 479px) {
      .disc-banner.disc-category .disc-title {
        font-size: 22px; }
      .disc-banner.disc-category .disc-desc {
        font-size: 12px; }
        .disc-banner.disc-category .disc-desc .disc-code {
          padding: 5px; }
      .disc-banner.disc-category .disc-strapline, .disc-banner.disc-category .disc-strapline a {
        font-size: 12px; }
      .disc-banner.disc-category .disc-strapline a {
        display: inline-block;
        width: 100%; } }

.product-carousel-section {
  padding: 65px 0 62px; }
  @media (min-width: 768px) and (max-width: 1023px) {
    .product-carousel-section {
      padding: 40px 0; } }
  @media only screen and (max-width: 767px) {
    .product-carousel-section {
      padding: 40px 0; } }

.product-carousel-title {
  padding: 0 30px; }
  @media (min-width: 1024px) and (max-width: 1279px) {
    .product-carousel-title {
      padding: 0 20px; } }
  @media (min-width: 768px) and (max-width: 1023px) {
    .product-carousel-title {
      padding: 0 10px; } }
  @media only screen and (max-width: 767px) {
    .product-carousel-title {
      padding: 0; } }

.product-carousel-content {
  padding: 27px 30px 88px; }
  @media (min-width: 1024px) and (max-width: 1279px) {
    .product-carousel-content {
      padding: 27px 20px 88px; } }
  @media (min-width: 768px) and (max-width: 1023px) {
    .product-carousel-content {
      padding: 27px 10px 60px; } }
  @media only screen and (max-width: 767px) {
    .product-carousel-content {
      padding: 20px 0 80px; } }
  @media only screen and (max-width: 479px) {
    .product-carousel-content {
      padding: 20px 0 50px; } }
  .product-carousel-content .slick-list {
    padding: 10px 0 0; }
  @media (min-width: 1279px) {
    .product-carousel-content .product-carousel-content-in .carousel-slide {
      max-width: 285px; } }
  .product-carousel-content .product-carousel-content-in.disable-carousel .row {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between; }
    .product-carousel-content .product-carousel-content-in.disable-carousel .row::after {
      content: "";
      -webkit-box-flex: 1;
      -webkit-flex: auto;
      -ms-flex: auto;
      flex: auto;
      max-width: 25%; }
      @media (min-width: 768px) and (max-width: 1023px) {
        .product-carousel-content .product-carousel-content-in.disable-carousel .row::after {
          max-width: 30%;
          width: 30%; } }
      @media only screen and (max-width: 767px) {
        .product-carousel-content .product-carousel-content-in.disable-carousel .row::after {
          max-width: 50%;
          width: 50%; } }
      @media only screen and (max-width: 479px) {
        .product-carousel-content .product-carousel-content-in.disable-carousel .row::after {
          max-width: 100%;
          width: 100%; } }
  .product-carousel-content .product-carousel-content-in.disable-carousel .carousel-slide {
    width: 25%;
    max-width: 100%;
    margin-top: 1rem; }
    @media (min-width: 768px) and (max-width: 1023px) {
      .product-carousel-content .product-carousel-content-in.disable-carousel .carousel-slide {
        max-width: 30%;
        width: 30%; } }
    @media only screen and (max-width: 767px) {
      .product-carousel-content .product-carousel-content-in.disable-carousel .carousel-slide {
        max-width: 50%;
        width: 50%; } }
    @media only screen and (max-width: 479px) {
      .product-carousel-content .product-carousel-content-in.disable-carousel .carousel-slide {
        padding: 0px 15px;
        max-width: 100%;
        width: 100%; } }

.product-carousel-element {
  text-align: center; }
  .product-carousel-element .product-carousel-in {
    padding: 0 12px; }
    @media (min-width: 1024px) and (max-width: 1279px) {
      .product-carousel-element .product-carousel-in {
        padding: 0; } }
    @media (min-width: 768px) and (max-width: 1023px) {
      .product-carousel-element .product-carousel-in {
        padding: 0; } }
    @media only screen and (max-width: 767px) {
      .product-carousel-element .product-carousel-in {
        padding: 0; } }
    .product-carousel-element .product-carousel-in h6 {
      font-family: "Lato", sans-serif;
      font-size: 14px;
      color: #c0a62d;
      text-transform: uppercase;
      padding: 13px 0 9px; }
    .product-carousel-element .product-carousel-in h5 {
      font-family: "Marcellus", serif;
      font-size: 21px;
      color: #183028;
      line-height: 28px;
      padding: 0 0 15px; }
      @media (min-width: 1024px) and (max-width: 1279px) {
        .product-carousel-element .product-carousel-in h5 {
          font-size: 18px; } }
      @media (min-width: 768px) and (max-width: 1023px) {
        .product-carousel-element .product-carousel-in h5 {
          font-size: 18px; } }
      @media only screen and (max-width: 767px) {
        .product-carousel-element .product-carousel-in h5 {
          font-size: 18px; } }
      @media only screen and (max-width: 479px) {
        .product-carousel-element .product-carousel-in h5 {
          height: auto !important; } }
    .product-carousel-element .product-carousel-in span {
      display: block;
      font-family: "Lato", sans-serif;
      font-weight: 700;
      font-size: 14px;
      color: #183028; }
    .product-carousel-element .product-carousel-in .price {
      font-family: "Lato", sans-serif;
      font-size: 28px;
      color: #183028;
      font-weight: 900;
      padding: 40px 0 25px;
      position: relative; }
      @media (min-width: 768px) and (max-width: 1023px) {
        .product-carousel-element .product-carousel-in .price {
          font-size: 22px; } }
      @media only screen and (max-width: 767px) {
        .product-carousel-element .product-carousel-in .price {
          font-size: 22px; } }
      .product-carousel-element .product-carousel-in .price span {
        position: absolute;
        top: 18px;
        left: 0;
        right: 0;
        margin: auto;
        display: block;
        text-align: center;
        font-weight: 300; }
        .product-carousel-element .product-carousel-in .price span.vat-label {
          position: relative;
          top: 0; }

.product-carousel-image {
  position: relative;
  padding-top: 100%;
  width: 100%; }
  .product-carousel-image img {
    position: absolute;
    margin: auto !important;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0; }
    @media (min-width: 1024px) and (max-width: 1279px) {
      .product-carousel-image img {
        max-width: 180px;
        margin: 0 auto; } }
    @media (min-width: 768px) and (max-width: 1023px) {
      .product-carousel-image img {
        max-width: 150px;
        margin: 0 auto; } }
    @media only screen and (max-width: 767px) {
      .product-carousel-image img {
        margin: 0 auto;
        max-width: 150px; } }
  .product-carousel-image .tag {
    position: absolute;
    width: 86px;
    height: 86px;
    background: #f4e769;
    border-radius: 100%;
    top: -10px;
    right: -12px;
    text-align: center;
    text-transform: uppercase;
    font-family: "Lato", sans-serif;
    font-weight: 900;
    font-size: 14px;
    line-height: 18px; }
    @media (min-width: 1024px) and (max-width: 1279px) {
      .product-carousel-image .tag {
        width: 70px;
        height: 70px;
        font-size: 12px; } }
    @media (min-width: 768px) and (max-width: 1023px) {
      .product-carousel-image .tag {
        width: 70px;
        height: 70px;
        font-size: 12px; } }
    @media only screen and (max-width: 767px) {
      .product-carousel-image .tag {
        width: 70px;
        height: 70px;
        font-size: 12px;
        right: 0; } }
    @media only screen and (max-width: 479px) {
      .product-carousel-image .tag {
        right: 30px; } }
    .product-carousel-image .tag span {
      position: absolute;
      top: 0;
      bottom: 0;
      margin: auto;
      display: block;
      height: 35px; }

.ckeditor-content, #product-description {
  margin: 1rem 0; }
  .ckeditor-content h1, #product-description h1 {
    margin-bottom: 0.5rem; }
  .ckeditor-content ul, #product-description ul {
    list-style: disc;
    padding-left: 1rem;
    margin: 1rem 0px; }
    .ckeditor-content ul li, #product-description ul li {
      margin-bottom: 0.25rem; }
  .ckeditor-content ol, #product-description ol {
    list-style: decimal;
    padding-left: 1rem;
    margin: 1rem 0px; }
    .ckeditor-content ol li, #product-description ol li {
      margin-bottom: 0.25rem; }
  .ckeditor-content table, #product-description table {
    margin: 1rem 0; }

.resp-sharing-button__link,
.resp-sharing-button__icon {
  display: inline-block; }

.resp-sharing-button__link {
  text-decoration: none;
  color: #fff;
  margin: 0.5em; }

.resp-sharing-button {
  border-radius: 5px;
  -webkit-transition: 25ms ease-out;
  -o-transition: 25ms ease-out;
  transition: 25ms ease-out;
  padding: 0.5em 0.75em;
  font-family: Helvetica Neue,Helvetica,Arial,sans-serif; }

.resp-sharing-button__icon svg {
  width: 1em;
  height: 1em;
  margin-right: 0.4em;
  vertical-align: top; }

.resp-sharing-button--small svg {
  margin: 0;
  vertical-align: middle; }

/* Non solid icons get a stroke */
.resp-sharing-button__icon {
  stroke: #fff;
  fill: none; }

/* Solid icons get a fill */
.resp-sharing-button__icon--solid,
.resp-sharing-button__icon--solidcircle {
  fill: #fff;
  stroke: none; }

.resp-sharing-button--twitter {
  background-color: #55acee; }

.resp-sharing-button--twitter:hover {
  background-color: #2795e9; }

.resp-sharing-button--pinterest {
  background-color: #bd081c; }

.resp-sharing-button--pinterest:hover {
  background-color: #8c0615; }

.resp-sharing-button--facebook {
  background-color: #3b5998; }

.resp-sharing-button--facebook:hover {
  background-color: #2d4373; }

.resp-sharing-button--tumblr {
  background-color: #35465C; }

.resp-sharing-button--tumblr:hover {
  background-color: #222d3c; }

.resp-sharing-button--reddit {
  background-color: #5f99cf; }

.resp-sharing-button--reddit:hover {
  background-color: #3a80c1; }

.resp-sharing-button--google {
  background-color: #dd4b39; }

.resp-sharing-button--google:hover {
  background-color: #c23321; }

.resp-sharing-button--linkedin {
  background-color: #0077b5; }

.resp-sharing-button--linkedin:hover {
  background-color: #046293; }

.resp-sharing-button--email {
  background-color: #777; }

.resp-sharing-button--email:hover {
  background-color: #5e5e5e; }

.resp-sharing-button--xing {
  background-color: #1a7576; }

.resp-sharing-button--xing:hover {
  background-color: #114c4c; }

.resp-sharing-button--whatsapp {
  background-color: #25D366; }

.resp-sharing-button--whatsapp:hover {
  background-color: #1da851; }

.resp-sharing-button--hackernews {
  background-color: #FF6600; }

.resp-sharing-button--hackernews:hover, .resp-sharing-button--hackernews:focus {
  background-color: #FB6200; }

.resp-sharing-button--vk {
  background-color: #507299; }

.resp-sharing-button--vk:hover {
  background-color: #43648c; }

.resp-sharing-button--facebook {
  background-color: #3b5998;
  border-color: #3b5998; }

.resp-sharing-button--facebook:hover,
.resp-sharing-button--facebook:active {
  background-color: #2d4373;
  border-color: #2d4373; }

.resp-sharing-button--twitter {
  background-color: #55acee;
  border-color: #55acee; }

.resp-sharing-button--twitter:hover,
.resp-sharing-button--twitter:active {
  background-color: #2795e9;
  border-color: #2795e9; }

.resp-sharing-button--tumblr {
  background-color: #35465C;
  border-color: #35465C; }

.resp-sharing-button--tumblr:hover,
.resp-sharing-button--tumblr:active {
  background-color: #222d3c;
  border-color: #222d3c; }

.resp-sharing-button--email {
  background-color: #777777;
  border-color: #777777; }

.resp-sharing-button--email:hover,
.resp-sharing-button--email:active {
  background-color: #5e5e5e;
  border-color: #5e5e5e; }

.resp-sharing-button--pinterest {
  background-color: #bd081c;
  border-color: #bd081c; }

.resp-sharing-button--pinterest:hover,
.resp-sharing-button--pinterest:active {
  background-color: #8c0615;
  border-color: #8c0615; }

.img-cont > a {
  cursor: -webkit-zoom-in;
  cursor: zoom-in; }

.toggle-box .custom-control-input:checked ~ .custom-control-label::before {
  color: white;
  border-color: #e3c42b;
  background-color: #e3c42b; }
