/*
Theme Name: Honeypot Workshop
Author: Anonymous
Author URI:
Version: 1
Description: Honeypot Workshop theme for Wordpress
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: Honeypot Workshop
Tags: one-column, two-columns
Theme URI:
*/
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Remove default margin.
 */
body {
  margin: 0; }

/* HTML5 display definitions
	 ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block; }

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none; }

/* Links
	 ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */
a:active,
a:hover {
  outline: 0; }

/* Text-level semantics
	 ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold; }

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic; }

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000; }

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* Embedded content
	 ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0; }

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden; }

/* Grouping content
	 ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px; }

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  box-sizing: content-box;
  height: 0; }

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto; }

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

/* Forms
	 ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */ }

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible; }

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none; }

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */ }

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default; }

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal; }

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  box-sizing: content-box;
  /* 2 */ }

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto; }

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold; }

/* Tables
	 ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

.slick-dots, #header .header-btns, .main-nav ul, .footer-nav ul, .text-block ul, .text-block ol, .form-area ul, .form-area .gform_fields, .accordion, .woocommerce-account .woocommerce-MyAccount-navigation ul, .widget ul, .social-networks, .price-filter {
  margin: 0;
  padding: 0;
  list-style: none; }

.clearfix:after, dl:after, .widget:after, .search-form:after, .post-password-form p:after, .navigation-single:after {
  content: '';
  display: block;
  clear: both; }

.ellipsis {
  white-space: nowrap;
  /* 1 */
  text-overflow: ellipsis;
  /* 2 */
  overflow: hidden; }

html {
  box-sizing: border-box; }

*, *:before, *:after {
  box-sizing: inherit; }

* {
  max-height: 1000000px; }

body {
  color: #18232F;
  background: #fff;
  font: 18px/1.7777777778 "Nunito", sans-serif;
  font-weight: 400;
  min-width: 320px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }
  @media (max-width: 767px) {
    body {
      font-size: 17px;
      line-height: 26px; } }

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

.gm-style img {
  max-width: none; }

a {
  -webkit-transition: color linear 0.3s, opacity linear 0.3s, background-color linear 0.3s, border-color linear 0.3s;
  transition: color linear 0.3s, opacity linear 0.3s, background-color linear 0.3s, border-color linear 0.3s;
  text-decoration: none; }
  a:hover {
    color: #FFC836; }

ul, ol, dl, p, h1, h2, h3, h4, h5, h6, address, form, table, blockquote, applet, embed, object, iframe, frameset {
  margin: 0 0 1.7777777778em; }

blockquote {
  border-left: 4px solid #2F2408;
  padding-left: .5em;
  margin-left: 1.7777777778em; }

th, td {
  border: 1px solid #FFC836;
  padding: .5em;
  text-align: left;
  vertical-align: top; }

th {
  text-align: center;
  vertical-align: middle; }

ul, ol {
  padding-left: 3em; }

ul ul,
ul ol,
ol ul,
ol ol {
  padding-left: 3em;
  margin: 0; }

ul {
  list-style-type: disc; }

dl dt {
  float: left;
  clear: left;
  padding-right: .3em;
  font-weight: bold; }

dl dd {
  overflow: hidden; }

pre {
  max-width: 100%; }

form,
fieldset {
  margin: 0;
  padding: 0;
  border-style: none; }

input[type='text'],
input[type='tel'],
input[type='email'],
input[type='search'],
input[type='password'],
input[type='url'],
input[type='date'],
textarea, select, input[type='number'] {
  height: 56px;
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  box-sizing: border-box;
  font-size: 17px;
  line-height: 24px;
  border: solid 1px rgba(0, 0, 0, 0.1);
  padding: 10px 22px;
  border-radius: 5px;
  outline: none;
  width: 100%;
  text-overflow: ellipsis;
  font-weight: 400;
  color: #18232F;
  background-color: #fff; }
  input[type='text']::-webkit-input-placeholder,
  input[type='tel']::-webkit-input-placeholder,
  input[type='email']::-webkit-input-placeholder,
  input[type='search']::-webkit-input-placeholder,
  input[type='password']::-webkit-input-placeholder,
  input[type='url']::-webkit-input-placeholder,
  input[type='date']::-webkit-input-placeholder,
  textarea::-webkit-input-placeholder, select::-webkit-input-placeholder, input[type='number']::-webkit-input-placeholder {
    color: #A9A9A9; }
  input[type='text']::-moz-placeholder,
  input[type='tel']::-moz-placeholder,
  input[type='email']::-moz-placeholder,
  input[type='search']::-moz-placeholder,
  input[type='password']::-moz-placeholder,
  input[type='url']::-moz-placeholder,
  input[type='date']::-moz-placeholder,
  textarea::-moz-placeholder, select::-moz-placeholder, input[type='number']::-moz-placeholder {
    opacity: 1;
    color: #A9A9A9; }
  input[type='text']:-moz-placeholder,
  input[type='tel']:-moz-placeholder,
  input[type='email']:-moz-placeholder,
  input[type='search']:-moz-placeholder,
  input[type='password']:-moz-placeholder,
  input[type='url']:-moz-placeholder,
  input[type='date']:-moz-placeholder,
  textarea:-moz-placeholder, select:-moz-placeholder, input[type='number']:-moz-placeholder {
    color: #A9A9A9; }
  input[type='text']:-ms-input-placeholder,
  input[type='tel']:-ms-input-placeholder,
  input[type='email']:-ms-input-placeholder,
  input[type='search']:-ms-input-placeholder,
  input[type='password']:-ms-input-placeholder,
  input[type='url']:-ms-input-placeholder,
  input[type='date']:-ms-input-placeholder,
  textarea:-ms-input-placeholder, select:-ms-input-placeholder, input[type='number']:-ms-input-placeholder {
    color: #A9A9A9; }
  input[type='text'].placeholder,
  input[type='tel'].placeholder,
  input[type='email'].placeholder,
  input[type='search'].placeholder,
  input[type='password'].placeholder,
  input[type='url'].placeholder,
  input[type='date'].placeholder,
  textarea.placeholder, select.placeholder, input[type='number'].placeholder {
    color: #A9A9A9; }
  input[type='text']:focus,
  input[type='tel']:focus,
  input[type='email']:focus,
  input[type='search']:focus,
  input[type='password']:focus,
  input[type='url']:focus,
  input[type='date']:focus,
  textarea:focus, select:focus, input[type='number']:focus {
    border-color: #FFC836; }

select, .select2-container--default .select2-selection--single {
  background: #fff url("images/select-bg.png");
  background-size: 54px 54px;
  background-repeat: no-repeat;
  background-position: 100% 0;
  padding-right: 40px;
  height: 56px !important; }

.select2-container--default .select2-selection--single {
  font-size: 17px;
  line-height: 24px;
  border: solid 1px rgba(0, 0, 0, 0.1);
  padding: 14px 22px;
  border-radius: 5px;
  outline: none;
  width: 100%;
  text-overflow: ellipsis;
  font-weight: 400;
  color: #18232F;
  background-color: #fff; }

.select2-dropdown {
  border-color: rgba(0, 0, 0, 0.1) !important; }

textarea {
  resize: vertical;
  vertical-align: top;
  height: 180px !important;
  resize: none; }

button, .btn,
input[type='button'],
input[type='reset'],
input[type='file'],
input[type='submit'], .button {
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  cursor: pointer;
  font-size: 16px;
  line-height: 20px;
  padding: 15px 25px;
  min-height: 52px;
  text-align: center;
  border-radius: 5px;
  outline: none;
  -webkit-transition: linear 0.4s;
  transition: linear 0.4s;
  color: #18232F;
  background: #FFC836;
  border: solid 1px transparent;
  letter-spacing: 0.7px;
  font-weight: 400;
  display: inline-block;
  vertical-align: top; }
  button:hover, .btn:hover,
  input[type='button']:hover,
  input[type='reset']:hover,
  input[type='file']:hover,
  input[type='submit']:hover, .button:hover {
    background: #e9a900;
    opacity: 1;
    color: #18232F; }
  button.btn-secondary, .btn.btn-secondary,
  input[type='button'].btn-secondary,
  input[type='reset'].btn-secondary,
  input[type='file'].btn-secondary,
  input[type='submit'].btn-secondary, .button.btn-secondary {
    background-color: #2F2408;
    color: #fff; }
    button.btn-secondary:hover, .btn.btn-secondary:hover,
    input[type='button'].btn-secondary:hover,
    input[type='reset'].btn-secondary:hover,
    input[type='file'].btn-secondary:hover,
    input[type='submit'].btn-secondary:hover, .button.btn-secondary:hover {
      background-color: #5b450f; }

.fancybox-button {
  min-height: inherit;
  padding: 0; }
  .fancybox-button:hover {
    background: #000; }

.field_sublabel_below .gfield_label {
  margin-bottom: 6px;
  display: block; }

input[type='file'] {
  border-bottom: 0;
  background-color: #FFC836;
  color: #fff; }

.main-cols {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .main-cols #content {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1; }
  .main-cols #sidebar {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 320px;
    margin-left: 20px; }

.paging {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  .paging .nav-links .prev, .paging .nav-links .next {
    padding: 8px 20px; }

.paging {
  clear: both;
  text-align: center;
  width: 100%; }

.paging .nav-links a, .paging .nav-links span {
  color: #18232F !important;
  text-decoration: none;
  background: none;
  text-transform: uppercase;
  font-weight: 500;
  padding: 0;
  font-size: 20px;
  line-height: 24px;
  margin: 2px 10px;
  border-radius: 100%;
  font-family: "Nunito", sans-serif;
  border: 0; }

.paging .nav-links span.current {
  color: #B7B7B7 !important;
  background: none; }

.paging .nav-links a:hover {
  background: none;
  color: #FFC836 !important; }

.paging .nav-links .next, .paging .nav-links .prev {
  font-size: 0;
  line-height: 0;
  padding: 0; }

.paging .nav-links .next {
  text-align: center; }
  .paging .nav-links .next:before {
    font-size: 20px;
    line-height: 24px;
    display: block;
    content: "\f105";
    font-family: 'icomoon'; }

.paging .nav-links .prev {
  text-align: center; }
  .paging .nav-links .prev:before {
    font-size: 20px;
    line-height: 24px;
    display: block;
    content: "\f104";
    font-family: 'icomoon'; }

.fancybox-button:after {
  display: none; }

.widget {
  margin-bottom: 1.7777777778em; }
  .widget ul {
    padding-left: 2em; }
  .widget select {
    min-width: 150px; }

.comment-form label {
  display: block;
  padding-bottom: 4px; }

.comment-form textarea {
  overflow: auto;
  margin: 0;
  height: 120px;
  min-height: 120px; }

.comment-form textarea,
.comment-form input[type='text'] {
  margin: 0 4px 0 0;
  max-width: 300px;
  width: 100%; }

.comment-form input[type='submit'] {
  display: block;
  float: none; }

.post-password-form label {
  display: block;
  margin-bottom: 4px; }

.post-password-form input[type='password'] {
  margin: 0 4px 0 0;
  max-width: 300px;
  width: 100%; }

.search-form {
  margin-bottom: 15px; }
  .search-form input {
    width: 100%; }
    .search-form input[type='search'] {
      width: 100%;
      margin-bottom: 14px; }

.post-password-form input {
  width: 100%; }
  .post-password-form input[type='password'] {
    width: 100%;
    max-width: 100%;
    margin-bottom: 14px; }

.comment-form input[type='submit'],
.post-password-form input[type='submit'],
.search-form input[type='submit'] {
  background: #F3F3F3;
  color: #fff;
  font-size: 20px;
  line-height: 20px; }
  .comment-form input[type='submit']:hover,
  .post-password-form input[type='submit']:hover,
  .search-form input[type='submit']:hover {
    background: #2F2408; }

.commentlist {
  margin: 0 0 1.7777777778em; }
  .commentlist .edit-link {
    margin: 0; }
  .commentlist .avatar-holder {
    float: left;
    margin: 0 1.7777777778em 4px 0; }

.commentlist-item .commentlist-item {
  padding: 0; }
  @media (min-width: 768px) {
    .commentlist-item .commentlist-item {
      padding: 0 0 0 2em; } }

.comment,
.commentlist-holder {
  overflow: hidden; }

.commentlist-item .commentlist-item,
.commentlist-item + .commentlist-item {
  padding-top: 1.7777777778em; }

.widget_calendar #next {
  text-align: right; }

.gallery-item dt {
  float: none;
  padding: 0; }

.navigation,
.navigation-comments {
  position: relative;
  vertical-align: middle;
  margin-bottom: 1.7777777778em; }
  .navigation .screen-reader-text,
  .navigation-comments .screen-reader-text {
    position: absolute;
    left: -99999px; }
  .navigation .page-numbers,
  .navigation-comments .page-numbers {
    display: inline-block;
    vertical-align: middle;
    padding: 0 .4em; }
    @media (max-width: 767px) {
      .navigation .page-numbers,
      .navigation-comments .page-numbers {
        padding: 0 3px; } }
  .navigation .next,
  .navigation .prev,
  .navigation-comments .next,
  .navigation-comments .prev {
    display: inline-block;
    vertical-align: middle;
    max-width: 48%;
    background: #F3F3F3;
    color: #fff;
    padding: 18px 20px 16px;
    font-weight: 600;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 20px;
    line-height: 20px;
    border-radius: 5px; }
    .navigation .next:hover,
    .navigation .prev:hover,
    .navigation-comments .next:hover,
    .navigation-comments .prev:hover {
      background: #2F2408; }

.navigation-single {
  margin-bottom: 1.7777777778em; }
  .navigation-single .next,
  .navigation-single .prev {
    float: left;
    vertical-align: middle;
    max-width: 48%;
    background: #F3F3F3;
    color: #fff;
    text-decoration: none;
    border-radius: 5px; }
    .navigation-single .next:hover,
    .navigation-single .prev:hover {
      background: #2F2408; }
    .navigation-single .next a,
    .navigation-single .prev a {
      display: block;
      background: #F3F3F3;
      color: #fff;
      padding: 18px 20px 16px;
      font-weight: 600;
      text-decoration: none;
      text-transform: uppercase;
      font-size: 20px;
      line-height: 20px;
      border-radius: 5px; }
      .navigation-single .next a:hover,
      .navigation-single .prev a:hover {
        background: #2F2408; }
  .navigation-single .next {
    float: right; }

.wp-caption {
  max-width: 100%;
  clear: both;
  border: 1px solid #999;
  padding: .4em;
  margin-bottom: 1.7777777778em; }
  .wp-caption img {
    margin: 0;
    vertical-align: top; }
  .wp-caption p {
    margin: .4em 0 0; }

div.aligncenter {
  margin: 0 auto 1.7777777778em; }

img.aligncenter {
  display: block;
  margin: 0 auto; }

.alignleft {
  float: left;
  margin: 0 1.7777777778em 4px 0; }

.alignright {
  float: right;
  margin: 0 0 4px 1.7777777778em; }

.mejs-container {
  margin-bottom: 1.7777777778em; }

.wp-caption-text,
.gallery,
.alignnone,
.gallery-caption,
.sticky,
.bypostauthor {
  height: auto; }

@media (max-width: 1023px) {
  iframe {
    width: 100%; } }

#wp-calendar tbody td {
  text-align: center; }

#wp-calendar td,
#wp-calendar th {
  border: 1px solid #999; }

.widget_calendar table {
  width: 100%; }

h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5,
h6, .h6,
.h {
  font-family: "Dancing Script", cursive;
  font-weight: 700;
  margin: 0 0 0.5em;
  line-height: 1.2;
  display: block; }

h1, .h1 {
  font-size: 42px; }
  @media (min-width: 768px) {
    h1, .h1 {
      font-size: 50px; } }
  @media (min-width: 1024px) {
    h1, .h1 {
      font-size: 67px; } }

h2, .h2 {
  font-size: 40px;
  line-height: 1.4; }
  @media (min-width: 768px) {
    h2, .h2 {
      font-size: 46px; } }
  @media (min-width: 1024px) {
    h2, .h2 {
      font-size: 50px; } }
  @media (min-width: 1200px) {
    h2, .h2 {
      font-size: 60px; } }
  @media (min-width: 1366px) {
    h2, .h2 {
      font-size: 67px; } }

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

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

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

h6, .h6 {
  font-size: 15px; }

p {
  margin: 0 0 1em; }

a {
  color: #FFC836; }
  a:hover, a:focus {
    text-decoration: none; }

@font-face {
  font-family: 'icomoon';
  src: url("fonts/icomoon.eot?w9yjup");
  src: url("fonts/icomoon.eot?w9yjup#iefix") format("embedded-opentype"), url("fonts/icomoon.ttf?w9yjup") format("truetype"), url("fonts/icomoon.woff?w9yjup") format("woff"), url("fonts/icomoon.svg?w9yjup#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block; }

[class^="icon-"], [class*=" icon-"] {
  font-family: 'icomoon' !important;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon-search:before {
  content: "\e905"; }

.icon-instagram1:before {
  content: "\e906"; }

.icon-truck:before {
  content: "\e947"; }

.icon-gift:before {
  content: "\e948"; }

.icon-heart:before {
  content: "\e90c"; }

.icon-user2:before {
  content: "\e90e"; }

.icon-cart:before {
  content: "\e946"; }

.icon-x:before {
  content: "\e908"; }

.icon-contractors:before {
  content: "\e907"; }

.icon-info:before {
  content: "\e90d"; }

.icon-target:before {
  content: "\e911"; }

.icon-icon-call:before {
  content: "\e912"; }

.icon-clock:before {
  content: "\e913"; }

.icon-icon-email:before {
  content: "\e914"; }

.icon-icon-quote:before {
  content: "\e915"; }

.icon-icon-quote2:before {
  content: "\e916"; }

.icon-icon-send:before {
  content: "\e917"; }

.icon-icon-user:before {
  content: "\e918"; }

.icon-arrow_right_alt:before {
  content: "\e919"; }

.icon-long-arrow-right:before {
  content: "\e91a"; }

.icon-long-arrow-left:before {
  content: "\e91b"; }

.icon-long-arrow-up:before {
  content: "\e91c"; }

.icon-long-arrow-down:before {
  content: "\e91d"; }

.icon-check_circle:before {
  content: "\e91e"; }

.icon-location:before {
  content: "\e91f"; }

.icon-download:before {
  content: "\e920"; }

.icon-arrow-right:before {
  content: "\e921"; }

.icon-arrow-left:before {
  content: "\e922"; }

.icon-envelope1:before {
  content: "\e923"; }

.icon-home:before {
  content: "\e924"; }

.icon-watch_later:before {
  content: "\e925"; }

.icon-youtube1:before {
  content: "\e926"; }

.icon-location1:before {
  content: "\e927"; }

.icon-arrow-bottom:before {
  content: "\e928"; }

.icon-arrow-top:before {
  content: "\e929"; }

.icon-info1:before {
  content: "\e92a"; }

.icon-check_circle1:before {
  content: "\e92b"; }

.icon-paperplane:before {
  content: "\e92c"; }

.icon-search2:before {
  content: "\e92e"; }

.icon-phone1:before {
  content: "\e92f"; }

.icon-facebook:before {
  content: "\e930"; }

.icon-phone2:before {
  content: "\e942"; }

.icon-star-empty:before {
  content: "\e9d7"; }

.icon-star-half:before {
  content: "\e9d8"; }

.icon-star-full:before {
  content: "\e9d9"; }

.icon-user1:before {
  content: "\f007"; }

.icon-check:before {
  content: "\f00c"; }

.icon-times:before {
  content: "\f00d"; }

.icon-search-plus:before {
  content: "\f00e"; }

.icon-check1:before {
  content: "\f00f"; }

.icon-search-minus:before {
  content: "\f010"; }

.icon-redo:before {
  content: "\f01e"; }

.icon-sync:before {
  content: "\f021"; }

.icon-list:before {
  content: "\f03a"; }

.icon-list1:before {
  content: "\f03b"; }

.icon-check-circle:before {
  content: "\f058"; }

.icon-check-circle1:before {
  content: "\f059"; }

.icon-plus:before {
  content: "\f067"; }

.icon-minus:before {
  content: "\f068"; }

.icon-comment:before {
  content: "\f075"; }

.icon-twitter:before {
  content: "\f099"; }

.icon-google-plus-g:before {
  content: "\f0d5"; }

.icon-envelope:before {
  content: "\f0e0"; }

.icon-linkedin-in:before {
  content: "\f0e1"; }

.icon-envelope2:before {
  content: "\f0e2"; }

.icon-angle-left:before {
  content: "\f104"; }

.icon-angle-right:before {
  content: "\f105"; }

.icon-angle-up:before {
  content: "\f106"; }

.icon-angle-down:before {
  content: "\f107"; }

.icon-ellipsis-h1:before {
  content: "\f143"; }

.icon-ellipsis-v1:before {
  content: "\f144"; }

.icon-play-circle:before {
  content: "\f145"; }

.icon-youtube:before {
  content: "\f167"; }

.icon-xing:before {
  content: "\f168"; }

.icon-instagram:before {
  content: "\f16d"; }

.icon-tumblr:before {
  content: "\f173"; }

.icon-long-arrow-down1:before {
  content: "\f175"; }

.icon-long-arrow-up1:before {
  content: "\f176"; }

.icon-long-arrow-left1:before {
  content: "\f177"; }

.icon-long-arrow-right1:before {
  content: "\f178"; }

.icon-vk:before {
  content: "\f189"; }

.icon-google:before {
  content: "\f1a0"; }

.icon-vine:before {
  content: "\f1ca"; }

.icon-yelp:before {
  content: "\f1e9"; }

.icon-pinterest-p:before {
  content: "\f231"; }

.icon-whatsapp:before {
  content: "\f232"; }

.icon-vimeo-v:before {
  content: "\f27d"; }

.icon-envira:before {
  content: "\f299"; }

.icon-bath:before {
  content: "\f2cd"; }

.icon-facebook-f:before {
  content: "\f39e"; }

.icon-map-marker-alt:before {
  content: "\f3c5"; }

.icon-equals:before {
  content: "\f52c"; }

.icon-send:before {
  content: "\e90b"; }

.icon-mail:before {
  content: "\e90f"; }

.icon-link:before {
  content: "\e909"; }

.icon-ear:before {
  content: "\e90a"; }

.icon-quote:before {
  content: "\e93d"; }

.icon-emailus:before {
  content: "\e941"; }

.icon-phone-call:before {
  content: "\e943"; }

.icon-menu:before {
  content: "\e944"; }

.icon-user:before {
  content: "\e904"; }

.icon-time:before {
  content: "\e945"; }

.icon-right-arrow:before {
  content: "\e938"; }

.icon-left-arrow:before {
  content: "\e939"; }

.icon-arrow-down:before {
  content: "\e93a"; }

.icon-phone3:before {
  content: "\e93e"; }

.icon-email:before {
  content: "\e93f"; }

.icon-arrow-long:before {
  content: "\e940"; }

.icon-triangle-up:before {
  content: "\e900"; }

.icon-triangle-right:before {
  content: "\e901"; }

.icon-triangle-left:before {
  content: "\e902"; }

.icon-triangle-down:before {
  content: "\e903"; }

.icon-envelop:before {
  content: "\e94a"; }

.icon-telecomms:before {
  content: "\e931"; }

.icon-events:before {
  content: "\e932"; }

.icon-manufacturing:before {
  content: "\e933"; }

.icon-address:before {
  content: "\e937"; }

.icon-comments:before {
  content: "\e93b"; }

.icon-calendar-check:before {
  content: "\e93c"; }

.icon-edit-3:before {
  content: "\e934"; }

.icon-phone:before {
  content: "\e935"; }

.icon-map-pin:before {
  content: "\e936"; }

.icon-exit:before {
  content: "\ea14"; }

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

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

.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;
  left: 0;
  top: 0;
  display: block; }
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  float: left;
  display: none;
  outline: none !important; }
  [dir="rtl"] .slick-slide {
    float: right; }
  .slick-slide img {
    display: block; }
  .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; }

.slide-pagination {
  overflow: hidden; }

.slick-pagination {
  display: inline-block;
  vertical-align: top;
  position: relative; }
  .slick-pagination .slick-next {
    position: absolute;
    right: 0;
    top: 0; }

.slick-dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 200px;
  position: relative;
  z-index: 1;
  padding: 0 40px;
  font-size: 18px;
  counter-reset: item; }
  .slick-dots li {
    padding: 0;
    background: #192D63;
    height: 1px;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    position: relative; }
    .slick-dots li:before {
      position: absolute;
      right: -40px;
      top: -15px;
      content: "0" counters(item, ".");
      counter-increment: item;
      opacity: 0; }
    .slick-dots li:first-child:before, .slick-dots li:last-child:before {
      opacity: 1; }
    .slick-dots li:first-child:before {
      color: #FFC836;
      left: -40px;
      right: auto; }
    .slick-dots li button {
      display: none; }
    .slick-dots li.slick-active {
      background: #16A84F;
      height: 3px;
      margin-top: -1px; }

.slick-prev,
.slick-next {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  text-decoration: none;
  cursor: pointer;
  z-index: 10;
  line-height: 1;
  font-size: 17px;
  left: 0;
  letter-spacing: 1px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #c5c3cd;
  -webkit-transition: linear 0.4s;
  transition: linear 0.4s;
  font-weight: 600; }
  .slick-prev i,
  .slick-next i {
    margin: -2px 3px 0;
    font-size: 22px; }
  .slick-prev:hover,
  .slick-next:hover {
    color: #2F2408; }

.slick-next {
  left: auto;
  right: 0;
  color: #2F2408; }

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 * {
  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: #03101f;
  opacity: 0;
  -webkit-transition-duration: inherit;
          transition-duration: inherit;
  -webkit-transition-property: opacity;
  transition-property: opacity;
  -webkit-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: .85;
  -webkit-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;
  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;
  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;
  -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 20px;
  position: absolute;
  text-align: center;
  top: 0;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  white-space: normal;
  width: 100%;
  z-index: 99994; }
  @media (min-width: 768px) {
    .fancybox-slide {
      padding: 44px; } }

.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;
  -ms-transform-origin: top left;
  -webkit-transform-origin: top left;
          transform-origin: top left;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  z-index: 99995; }

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

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

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

.fancybox-is-grabbing .fancybox-content {
  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;
  -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;
  box-shadow: none;
  cursor: pointer;
  display: inline-block;
  height: 44px;
  margin: 0;
  padding: 10px;
  position: relative;
  -webkit-transition: color .2s;
  transition: color .2s;
  vertical-align: top;
  visibility: inherit;
  width: 44px;
  min-width: inherit; }

.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;
  -ms-transform: scaleX(0);
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -ms-transform-origin: 0;
  -webkit-transform-origin: 0;
          transform-origin: 0;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-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;
  background: none !important; }

.fancybox-navigation .fancybox-button div {
  padding: 7px;
  background: #1e1e1e99; }

.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 {
  background: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.85) 0%, rgba(0, 0, 0, 0.3) 50%, rgba(0, 0, 0, 0.15) 65%, rgba(0, 0, 0, 0.075) 75.5%, rgba(0, 0, 0, 0.037) 82.85%, rgba(0, 0, 0, 0.019) 88%, rgba(0, 0, 0, 0) 100%);
  background: linear-gradient(to top, rgba(0, 0, 0, 0.85) 0%, rgba(0, 0, 0, 0.3) 50%, rgba(0, 0, 0, 0.15) 65%, rgba(0, 0, 0, 0.075) 75.5%, rgba(0, 0, 0, 0.037) 82.85%, rgba(0, 0, 0, 0.019) 88%, rgba(0, 0, 0, 0) 100%);
  bottom: 0;
  color: #eee;
  font-size: 14px;
  font-weight: 400;
  left: 0;
  line-height: 1.5;
  padding: 75px 44px 25px 44px;
  pointer-events: none;
  right: 0;
  text-align: center;
  z-index: 99996; }

.fancybox-caption--separate {
  margin-top: -50px; }

.fancybox-caption__body {
  max-height: 50vh;
  overflow: auto;
  pointer-events: all; }

.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);
          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);
          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;
  -ms-transform: rotate(-360deg);
  -webkit-transform: rotate(-360deg);
          transform: rotate(-360deg); }

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

.fancybox-fx-rotate.fancybox-slide--current {
  opacity: 1;
  -ms-transform: rotate(0deg);
  -webkit-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-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; }
  .fancybox-caption {
    padding-left: 12px;
    padding-right: 12px; } }

/* 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;
  transition: all .2s;
  -webkit-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: rgba(0, 0, 0, 0);
  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;
  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);
  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); } }

.fancybox-content {
  border: solid 8px #fff; }
  @media (min-width: 768px) {
    .fancybox-content {
      border: solid 10px #fff; } }

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

@-webkit-keyframes right {
  from {
    -webkit-transform: translateX(calc((-8vw + -8vh + -8%)/3)) rotate(0.01deg);
    transform: translateX(calc((-8vw + -8vh + -8%)/3)) rotate(0.01deg);
    -ms-transform: translateX(-8%); }
  to {
    -webkit-transform: translateX(calc((8vw + 8vh + 8%)/3)) rotate(0.01deg);
    transform: translateX(calc((8vw + 8vh + 8%)/3)) rotate(0.01deg);
    -ms-transform: translateX(8%); } }

@keyframes right {
  from {
    -webkit-transform: translateX(calc((-8vw + -8vh + -8%)/3)) rotate(0.01deg);
    transform: translateX(calc((-8vw + -8vh + -8%)/3)) rotate(0.01deg);
    -ms-transform: translateX(-8%); }
  to {
    -webkit-transform: translateX(calc((8vw + 8vh + 8%)/3)) rotate(0.01deg);
    transform: translateX(calc((8vw + 8vh + 8%)/3)) rotate(0.01deg);
    -ms-transform: translateX(8%); } }

@-webkit-keyframes left {
  from {
    -webkit-transform: translateX(calc((8vw + 8vh + 8%)/3)) rotate(0.01deg);
    transform: translateX(calc((8vw + 8vh + 8%)/3)) rotate(0.01deg);
    -ms-transform: translateX(8%); }
  to {
    -webkit-transform: translateX(calc((-8vw + -8vh + -8%)/3)) rotate(0.01deg);
    transform: translateX(calc((-8vw + -8vh + -8%)/3)) rotate(0.01deg);
    -ms-transform: translateX(-8%); } }

@keyframes left {
  from {
    -webkit-transform: translateX(calc((8vw + 8vh + 8%)/3)) rotate(0.01deg);
    transform: translateX(calc((8vw + 8vh + 8%)/3)) rotate(0.01deg);
    -ms-transform: translateX(8%); }
  to {
    -webkit-transform: translateX(calc((-8vw + -8vh + -8%)/3)) rotate(0.01deg);
    transform: translateX(calc((-8vw + -8vh + -8%)/3)) rotate(0.01deg);
    -ms-transform: translateX(-8%); } }

@-webkit-keyframes down {
  from {
    -webkit-transform: translateY(calc((-4vw + -4vh + -4%)/3)) rotate(0.01deg);
    transform: translateY(calc((-4vw + -4vh + -4%)/3)) rotate(0.01deg);
    -ms-transform: translateY(-4%); }
  to {
    -webkit-transform: translateY(calc((4vw + 4vh + 4%)/3)) rotate(0.01deg);
    transform: translateY(calc((4vw + 4vh + 4%)/3)) rotate(0.01deg);
    -ms-transform: translateY(4%); } }

@keyframes down {
  from {
    -webkit-transform: translateY(calc((-4vw + -4vh + -4%)/3)) rotate(0.01deg);
    transform: translateY(calc((-4vw + -4vh + -4%)/3)) rotate(0.01deg);
    -ms-transform: translateY(-4%); }
  to {
    -webkit-transform: translateY(calc((4vw + 4vh + 4%)/3)) rotate(0.01deg);
    transform: translateY(calc((4vw + 4vh + 4%)/3)) rotate(0.01deg);
    -ms-transform: translateY(4%); } }

@-webkit-keyframes up {
  from {
    -webkit-transform: translateY(calc((4vw + 4vh + 4%)/3)) rotate(0.01deg);
    transform: translateY(calc((4vw + 4vh + 4%)/3)) rotate(0.01deg);
    -ms-transform: translateY(4%); }
  to {
    -webkit-transform: translateY(calc((-4vw + -4vh + -4%)/3)) rotate(0.01deg);
    transform: translateY(calc((-4vw + -4vh + -4%)/3)) rotate(0.01deg);
    -ms-transform: translateY(-4%); } }

@keyframes up {
  from {
    -webkit-transform: translateY(calc((4vw + 4vh + 4%)/3)) rotate(0.01deg);
    transform: translateY(calc((4vw + 4vh + 4%)/3)) rotate(0.01deg);
    -ms-transform: translateY(4%); }
  to {
    -webkit-transform: translateY(calc((-4vw + -4vh + -4%)/3)) rotate(0.01deg);
    transform: translateY(calc((-4vw + -4vh + -4%)/3)) rotate(0.01deg);
    -ms-transform: translateY(-4%); } }

@-webkit-keyframes out {
  from {
    -webkit-transform: scale(1.15);
    transform: scale(1.15); }
  to {
    -webkit-transform: scale(1);
    transform: scale(1); } }

@keyframes out {
  from {
    -webkit-transform: scale(1.15);
    transform: scale(1.15); }
  to {
    -webkit-transform: scale(1);
    transform: scale(1); } }

@-webkit-keyframes in {
  from {
    -webkit-transform: scale(1);
    transform: scale(1); }
  to {
    -webkit-transform: scale(1.15);
    transform: scale(1.15); } }

@keyframes in {
  from {
    -webkit-transform: scale(1);
    transform: scale(1); }
  to {
    -webkit-transform: scale(1.15);
    transform: scale(1.15); } }

#slides {
  position: fixed;
  width: 1px;
  height: 1px;
  left: -9999px; }

#slideshow {
  position: fixed;
  overflow: hidden;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0; }

#slideshow .slide, #slideshow span, #slideshow .static-content {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0; }

#slideshow .slide span {
  background-size: cover;
  background-position: center; }

#slideshow .slide span.animate.right, #slideshow .slide span.animate.left {
  left: calc((-8vw + -8vh + -8%)/3);
  right: calc((-8vw + -8vh + -8%)/3); }

#slideshow .slide span.animate.up, #slideshow .slide span.animate.down {
  top: calc((-4vw + -4vh + -4%)/3);
  bottom: calc((-4vw + -4vh + -4%)/3); }

#slideshow span.animate {
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear; }

#slideshow span.animate.right {
  -webkit-animation-name: right;
  animation-name: right; }

#slideshow span.animate.left {
  -webkit-animation-name: left;
  animation-name: left; }

#slideshow span.animate.up {
  -webkit-animation-name: up;
  animation-name: up; }

#slideshow span.animate.down {
  -webkit-animation-name: down;
  animation-name: down; }

#slideshow span.animate.in {
  -webkit-animation-name: in;
  animation-name: in; }

#slideshow span.animate.out {
  -webkit-animation-name: out;
  animation-name: out; }

#slideshow span.animate.paused {
  -webkit-animation-play-state: paused;
  animation-play-state: paused; }

#slideshow .caption {
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-name: fadeIn;
          animation-name: fadeIn;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
  opacity: 0; }

@-webkit-keyframes fadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

@keyframes fadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

.notice-bar {
  background: #FFC836;
  color: #18232F;
  font-size: 12px;
  line-height: 18px;
  text-align: center;
  padding: 6px 0; }
  @media (min-width: 1024px) {
    .notice-bar {
      font-size: 14px;
      line-height: 20px;
      padding: 10px 0; } }
  @media (min-width: 1200px) {
    .notice-bar {
      font-size: 16px;
      line-height: 26px; } }
  @media (min-width: 1760px) {
    .notice-bar {
      font-size: 18px;
      line-height: 30px; } }
  .notice-bar p {
    margin: 0; }
  .notice-bar a {
    text-decoration: underline;
    color: #f00; }
    .notice-bar a:hover {
      text-decoration: none; }
  .notice-bar p strong {
    font-weight: 600;
    font-size: 13px;
    color: #f00; }
    @media (min-width: 1024px) {
      .notice-bar p strong {
        font-size: 15px; } }
    @media (min-width: 1200px) {
      .notice-bar p strong {
        font-size: 18px; } }
    @media (min-width: 1760px) {
      .notice-bar p strong {
        font-size: 20px; } }

#header {
  position: relative;
  z-index: 1000;
  background: #fff;
  border-bottom: solid 1px #E8E8E8; }
  #header .container {
    max-width: 1760px; }
  @media (min-width: 1024px) {
    #header .header-holder {
      padding-left: 180px;
      position: relative; } }
  @media (min-width: 1200px) {
    #header .header-holder {
      padding-left: 200px; } }
  @media (min-width: 1366px) {
    #header .header-holder {
      padding-left: 280px; } }
  @media (min-width: 1760px) {
    #header .header-holder {
      padding-left: 320px; } }
  #header .header-top {
    position: relative; }
    @media (min-width: 1024px) {
      #header .header-top {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
        padding: 20px 0;
        border-bottom: solid 1px #E8E8E8; } }
    @media (min-width: 1366px) {
      #header .header-top {
        padding: 30px 0 42px; } }
  #header .info-list {
    display: none; }
    @media (min-width: 576px) {
      #header .info-list {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex; } }
  #header .header-btns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 20px; }
    @media (min-width: 1200px) {
      #header .header-btns {
        font-size: 24px; } }
    #header .header-btns li + li {
      padding: 0 0 0 40px;
      position: relative; }
      #header .header-btns li + li:before {
        content: '';
        width: 1px;
        height: 22px;
        background: #E8E8E8;
        position: absolute;
        left: 15px;
        top: 50%;
        -webkit-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
                transform: translateY(-50%); }
    #header .header-btns li a {
      color: #18232F;
      position: relative; }
      #header .header-btns li a:hover {
        color: #FFC836; }
    #header .header-btns li .icon-cart {
      position: relative; }
    #header .header-btns li .counter {
      position: absolute;
      right: -12px;
      top: -10px;
      width: 20px;
      height: 20px;
      border-radius: 100%;
      color: #18232F;
      background: #FFC836;
      font-size: 12px;
      line-height: 14px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      font-weight: 800; }
    #header .header-btns li .search-opener i:before {
      -webkit-transition: linear 0.4s;
      transition: linear 0.4s; }
    #header .header-btns li .search-opener i:after {
      position: absolute;
      left: 4px;
      top: 2px;
      content: '\f00d';
      font-family: icomoon;
      opacity: 0;
      -webkit-transition: linear 0.4s;
      transition: linear 0.4s; }
    .searchactive #header .header-btns li .search-opener i:before {
      opacity: 0; }
    .searchactive #header .header-btns li .search-opener i:after {
      opacity: 1; }
  #header .logo {
    max-width: 105px; }
    @media (min-width: 1024px) {
      #header .logo {
        position: absolute;
        left: 0;
        top: 5px;
        max-width: 150px; } }
    @media (min-width: 1200px) {
      #header .logo {
        top: 10px; } }
    @media (min-width: 1366px) {
      #header .logo {
        max-width: 170px;
        top: 10px; } }
    #header .logo img {
      display: block;
      width: 100%; }
  #header .btns-holder {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: relative; }
    @media (max-width: 1023px) {
      #header .btns-holder {
        position: absolute;
        right: 0;
        top: 78px; } }
    @media (max-width: 575px) {
      #header .btns-holder {
        top: 40px; } }
  #header .searchform {
    border-radius: 0;
    padding: 0;
    position: absolute;
    right: 100%;
    margin-right: 20px;
    top: -12px;
    z-index: 100;
    width: 300px;
    z-index: 100;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: linear 0.4s;
    transition: linear 0.4s;
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.1); }
    @media (min-width: 768px) {
      #header .searchform {
        top: -5px; } }
    @media (max-width: 575px) {
      #header .searchform {
        right: auto;
        top: 100%;
        left: -80px;
        width: 270px;
        margin: 8px 0 0; } }
    .searchactive #header .searchform {
      opacity: 1;
      visibility: visible; }
    #header .searchform:before {
      display: none; }
    #header .searchform form {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
      #header .searchform form input {
        height: 46px;
        min-height: inherit;
        padding: 12px 20px;
        border: 0;
        text-transform: none;
        font-size: 14px;
        line-height: 20px; }
      #header .searchform form button {
        min-height: inherit;
        padding: 0;
        width: 46px;
        height: 46px;
        -ms-flex-negative: 0;
            flex-shrink: 0;
        border-radius: 0;
        font-size: 22px; }

@media (min-width: 576px) {
  .info-list-mobile {
    display: none; } }

.info-list-mobile .info-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  margin: 0;
  padding: 8px 20px;
  line-height: 20px; }
  .info-list-mobile .info-list li {
    margin: 0 5px; }
    .info-list-mobile .info-list li + li:before {
      display: none; }

.info-list {
  margin: 0 -20px;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 11.5px; }
  @media (min-width: 768px) {
    .info-list {
      font-size: 13px; } }
  @media (min-width: 1024px) {
    .info-list {
      margin: 0; } }
  @media (min-width: 1200px) {
    .info-list {
      font-size: 16px; } }
  @media (max-width: 1023px) {
    .info-list {
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      padding: 10px 0;
      border-bottom: solid 1px #E8E8E8; } }
  .info-list li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    .info-list li + li:before {
      content: '';
      width: 1px;
      height: 15px;
      background: #D0D0D0;
      margin: 0 10px; }
      @media (min-width: 768px) {
        .info-list li + li:before {
          height: 25px;
          margin: 0 15px 0 15px; } }
    .info-list li i {
      -ms-flex-negative: 0;
          flex-shrink: 0;
      color: #FFC836;
      margin: 0 8px 0 0;
      font-size: 15px; }
      @media (min-width: 768px) {
        .info-list li i {
          font-size: 17px;
          margin: 0 10px 0 0; } }
      @media (min-width: 1200px) {
        .info-list li i {
          font-size: 20px; } }
      .info-list li i.icon-heart {
        font-size: 12px; }
        @media (min-width: 768px) {
          .info-list li i.icon-heart {
            font-size: 15px; } }
        @media (min-width: 1200px) {
          .info-list li i.icon-heart {
            font-size: 18px; } }

.main-nav {
  font-size: 15px;
  font-weight: 500;
  line-height: 20px; }
  @media (min-width: 1024px) {
    .main-nav {
      font-size: 16px;
      padding: 10px 0; } }
  @media (min-width: 1200px) {
    .main-nav {
      font-size: 18px; } }
  @media (min-width: 1366px) {
    .main-nav {
      font-size: 18px;
      line-height: 22px; } }
  .main-nav ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 0 -20px; }
    .main-nav ul li {
      -webkit-box-flex: 1;
          -ms-flex-positive: 1;
              flex-grow: 1;
      position: relative; }
      .main-nav ul li:first-child a {
        text-align: left; }
      .main-nav ul li + li:before {
        position: absolute;
        left: 0;
        top: 50%;
        -webkit-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
                transform: translateY(-50%);
        content: '';
        width: 1px;
        height: 20px;
        background: #C6CACF;
        display: none; }
        @media (min-width: 1024px) {
          .main-nav ul li + li:before {
            display: block; } }
        @media (min-width: 1366px) {
          .main-nav ul li + li:before {
            height: 29px; } }
      .main-nav ul li a {
        display: block;
        padding: 12px 16px;
        color: #18232F; }
        @media (min-width: 1024px) {
          .main-nav ul li a {
            text-align: center; } }
        @media (min-width: 1200px) {
          .main-nav ul li a {
            padding: 12px 20px; } }
        .main-nav ul li a:hover {
          color: #FFC836; }
      .main-nav ul li.active > a {
        color: #D60000;
        font-weight: 700; }
      @media (min-width: 1024px) {
        .main-nav ul li.menu-item-has-children > a:after {
          display: inline-block;
          vertical-align: top;
          content: '\f107';
          font-family: 'icomoon';
          margin: 0 0 0 10px;
          -webkit-transition: linear 0.4s;
          transition: linear 0.4s; } }
      @media (min-width: 1024px) {
        .main-nav ul li.menu-item-has-children:hover ul {
          opacity: 1;
          visibility: visible;
          margin-top: 0; }
        .main-nav ul li.menu-item-has-children:hover > a {
          color: #FFC836; }
          .main-nav ul li.menu-item-has-children:hover > a:after {
            -webkit-transform: rotate(180deg);
                -ms-transform: rotate(180deg);
                    transform: rotate(180deg); } }
    @media (min-width: 1024px) {
      .main-nav ul ul {
        display: block;
        margin: 0;
        position: absolute;
        left: 0;
        top: 100%;
        width: 100%;
        background: #fff;
        box-shadow: 0 0 2px rgba(0, 0, 0, 0.1);
        margin-top: 20px;
        opacity: 0;
        visibility: hidden;
        -webkit-transition: linear 0.4s;
        transition: linear 0.4s;
        font-size: 15px; } }
    @media (min-width: 1440px) {
      .main-nav ul ul {
        font-size: 18px; } }
    .main-nav ul ul li {
      margin: 0; }
      @media (min-width: 1024px) {
        .main-nav ul ul li + li {
          border-top: solid 1px rgba(0, 0, 0, 0.1); } }
      .main-nav ul ul li + li:before {
        display: none; }
      .main-nav ul ul li a {
        text-align: left; }
        @media (min-width: 1024px) {
          .main-nav ul ul li a {
            padding: 18px 20px;
            color: #18232F; } }
        @media (min-width: 1366px) {
          .main-nav ul ul li a {
            padding: 20px 20px; } }
  .main-nav .drop-opener {
    display: none; }

@media (max-width: 1023px) {
  #header:after {
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
    height: 100vh;
    content: '';
    background: rgba(0, 0, 0, 0.6);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: linear 0.4s;
    transition: linear 0.4s; }
  .main-nav {
    font-size: 18px;
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
    z-index: 1;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: linear 0.4s;
    transition: linear 0.4s;
    overflow-y: auto;
    max-height: calc(100vh - 174px);
    background: #FAFAFA; }
    .main-nav ul {
      display: block;
      margin: 0; }
      .main-nav ul li {
        border-top: solid 1px rgba(0, 0, 0, 0.1);
        margin: 0; }
        .main-nav ul li a {
          padding: 0;
          display: block;
          padding: 17px 20px; }
        .main-nav ul li.menu-item-has-children > a:after {
          display: none; }
        .main-nav ul li.menu-item-has-children > a {
          padding-right: 80px; }
        .main-nav ul li ul {
          display: none;
          background: white; }
          .main-nav ul li ul li a {
            padding: 17px 40px; }
        .main-nav ul li.drop-active .drop-opener .icon-plus:before {
          content: '\f068'; }
      .main-nav ul .drop-opener {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        position: absolute;
        right: 0;
        top: 0;
        width: 54px;
        height: 54px;
        color: #18232F; } }

@media (max-width: 767px) {
  .main-nav {
    max-height: calc(100vh - 190px); } }

.menu-opener {
  display: none; }
  @media (max-width: 1023px) {
    .menu-opener {
      display: block;
      width: 30px;
      height: 26px;
      position: relative;
      z-index: 3;
      margin: 0 0 0 20px; }
      .menu-opener span, .menu-opener:after, .menu-opener:before {
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        -webkit-transition: all ease-in 0.4s;
        transition: all ease-in 0.4s;
        content: "";
        height: 4px;
        background: #2F2408; }
      .menu-opener span {
        top: 9px; }
      .menu-opener:after {
        top: 18px; } }

@media (max-width: 1023px) {
  .menu-active {
    overflow: hidden;
    height: 100%; }
    .menu-active .menu-opener span {
      opacity: 0; }
    .menu-active .menu-opener:after, .menu-active .menu-opener:before {
      -webkit-transform: rotate(45deg);
          -ms-transform: rotate(45deg);
              transform: rotate(45deg);
      top: 10px; }
    .menu-active .menu-opener:after {
      -webkit-transform: rotate(-45deg);
          -ms-transform: rotate(-45deg);
              transform: rotate(-45deg); }
    .menu-active .main-nav {
      opacity: 1;
      visibility: visible; }
    .menu-active #header:after {
      opacity: 1;
      visibility: visible; } }

.resize-active * {
  -webkit-transition: none !important;
  transition: none !important; }

@media (max-width: 1023px) {
  .fixed-position .main-nav {
    max-height: calc(100vh - 95px); } }

.fixed-position #header {
  z-index: 1000;
  animation: showBar ease .5s;
  -webkit-animation: showBar ease .5s;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2); }
  @media (min-width: 1024px) {
    .fixed-position #header .logo {
      max-width: 110px; } }
  @media (min-width: 1024px) {
    .fixed-position #header .header-top {
      padding: 9px 0; } }
  @media (max-width: 1023px) {
    .fixed-position #header .info-list {
      display: none; } }
  @media (max-width: 1023px) {
    .fixed-position #header .btns-holder {
      top: 32px; } }
  @media (max-width: 767px) {
    .fixed-position #header .btns-holder {
      top: 35px; } }
  .fixed-position #header .main-nav {
    padding: 0; }

@-webkit-keyframes showBar {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
            transform: translate3d(0, -100%, 0); }
  to {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0); } }

@keyframes showBar {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
            transform: translate3d(0, -100%, 0); }
  to {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0); } }

#footer {
  background: #221a06 url(images/footer-pattren.png);
  padding: 50px 0 0; }
  @media (min-width: 1200px) {
    #footer {
      padding: 80px 0 0; } }
  @media (min-width: 1760px) {
    #footer {
      padding: 100px 0 0; } }
  #footer .social-networks {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }

.footer-bottom {
  background: #2F2408;
  padding: 20px 0;
  text-align: center;
  font-size: 16px;
  color: #fff; }
  @media (min-width: 1760px) {
    .footer-bottom {
      font-size: 17px; } }

.footer-top {
  color: #fff;
  text-align: center; }
  @media (min-width: 768px) {
    .footer-top {
      text-align: left; } }
  .footer-top a {
    color: #fff; }
    .footer-top a:hover {
      color: #FFC836; }
  .footer-top .row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    margin: 0 -40px; }
    @media (min-width: 1024px) {
      .footer-top .row {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
            -ms-flex-direction: row-reverse;
                flex-direction: row-reverse; } }
    @media (min-width: 1760px) {
      .footer-top .row {
        margin: 0 -90px; } }
    .footer-top .row .col {
      padding: 0 40px;
      margin: 0 0 20px;
      width: 100%;
      border-left: solid 1px rgba(255, 255, 255, 0.1); }
      @media (min-width: 768px) {
        .footer-top .row .col {
          margin: 0 0 40px;
          width: 33.33%; } }
      @media (min-width: 1024px) {
        .footer-top .row .col {
          width: 25%; } }
      @media (min-width: 1760px) {
        .footer-top .row .col {
          padding: 0 90px;
          margin: 0 0 50px; } }
      @media (min-width: 1024px) {
        .footer-top .row .col:last-child {
          border-left: 0; } }
      @media (max-width: 1023px) {
        .footer-top .row .col:first-child {
          width: 100%; } }
  .footer-top .heading {
    display: block;
    font-size: 18px;
    font-weight: 700;
    margin: 0 0 5px; }
    @media (min-width: 768px) {
      .footer-top .heading {
        font-size: 20px;
        margin: 0 0 10px; } }
    @media (min-width: 1366px) {
      .footer-top .heading {
        font-size: 22px; } }
    @media (min-width: 1760px) {
      .footer-top .heading {
        font-size: 24px; } }
  .footer-top .logo {
    display: block;
    max-width: 180px;
    margin: 0 auto; }
    @media (min-width: 1024px) {
      .footer-top .logo {
        max-width: 260px;
        margin: 0; } }
    .footer-top .logo img {
      display: block;
      width: 100%; }

.footer-nav {
  font-size: 16px;
  line-height: 34px; }
  @media (min-width: 1366px) {
    .footer-nav {
      line-height: 40px; } }
  @media (min-width: 1760px) {
    .footer-nav {
      font-size: 17px;
      line-height: 40px; } }
  @media (max-width: 767px) {
    .footer-nav ul {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-flow: row wrap;
              flex-flow: row wrap; }
      .footer-nav ul li {
        margin: 0 8px; }
        .footer-nav ul li a {
          border-bottom: dashed 1px #FFC836; } }

.back-to-top {
  position: fixed;
  right: 10px;
  bottom: 10px;
  border-radius: 4px;
  width: 40px;
  height: 40px;
  background-color: #FFC836;
  color: #000;
  font-size: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  z-index: 1000;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: linear 0.4s;
  transition: linear 0.4s; }
  .back-to-top:hover {
    color: #fff;
    background-color: #2F2408; }

.fixed-position ~ .back-to-top {
  opacity: 1;
  visibility: visible; }

.text-block {
  margin: 0 0 20px; }
  .text-block h2 {
    margin: 0 0 15px;
    font-weight: 500;
    font-size: 35px; }
    @media (min-width: 768px) {
      .text-block h2 {
        font-size: 40px; } }
    @media (min-width: 1024px) {
      .text-block h2 {
        font-size: 50px; } }
  .text-block h3 {
    margin: 0 0 15px; }
  .text-block h1, .text-block h2, .text-block h3, .text-block h4, .text-block h5 {
    font-family: "Nunito", sans-serif;
    font-weight: 600; }
  .text-block a {
    text-decoration: underline; }
    .text-block a:hover {
      text-decoration: none; }
  .text-block p {
    margin: 0 0 18px; }
  .text-block ul {
    padding: 0 0 20px; }
    .text-block ul li {
      padding: 0 0 8px 18px;
      position: relative; }
      .text-block ul li:before {
        position: absolute;
        left: 0;
        top: 13px;
        width: 4px;
        height: 4px;
        border-radius: 100%;
        content: '';
        background-color: #FFC836; }
  .text-block ol {
    padding: 0 0 20px;
    counter-reset: item; }
    .text-block ol li {
      padding: 0 0 8px 20px;
      position: relative; }
      .text-block ol li:before {
        position: absolute;
        left: 0;
        top: 0;
        color: #FFC836;
        content: counters(item, ".") " ";
        font-weight: 700;
        counter-increment: item; }
  .text-block blockquote {
    border: 0;
    margin: 0 0 15px;
    padding: 0;
    font-size: 18px;
    font-weight: 600; }
    .text-block blockquote q, .text-block blockquote p {
      quotes: none;
      font-style: italic;
      display: block;
      margin: 0 0 8px; }
    .text-block blockquote cite {
      display: block;
      font-weight: 400; }

.btn-area {
  margin: 0 -10px 20px 0; }
  .btn-area .btn {
    margin: 0 10px 10px 0; }

.slider-for .image, .slider-nav .image {
  display: block;
  padding-top: 55%;
  position: relative;
  background-size: cover;
  background-position: 50% 50%; }

.slider-nav {
  margin: 0 -3px; }
  .slider-nav .slide {
    padding: 6px 3px; }

.slider-for .caption {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(255, 200, 54, 0.8);
  color: #fff;
  z-index: 1;
  text-align: center;
  padding: 10px 10px; }

.gallery-holder {
  margin: 0 0 30px;
  position: relative; }
  @media (min-width: 768px) {
    .gallery-holder {
      margin: 0 0 40px; } }
  .gallery-holder:before {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    content: "";
    height: 7px;
    background: #FFC836;
    z-index: 1; }
  .gallery-holder .slick-arrow {
    width: 50px;
    height: 50px;
    color: #18232F;
    background: #FFC836;
    border-radius: 100%;
    margin: 0 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }

.iframe-holder {
  position: relative;
  padding-top: 56.2%;
  margin: 0 0 30px;
  background-color: #000; }
  @media (min-width: 768px) {
    .iframe-holder {
      margin: 0 0 40px; } }
  .iframe-holder iframe {
    position: absolute;
    left: 0;
    top: 0;
    border: 0;
    width: 100%;
    height: 100%; }

.page-header.video {
  position: relative;
  overflow: hidden;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-height: 190px; }
  @media (min-width: 768px) {
    .page-header.video {
      min-height: 370px; } }
  .page-header.video:after {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    content: '';
    background: #000;
    z-index: 2;
    opacity: .5;
    pointer-events: none; }
  .page-header.video .container {
    position: relative;
    z-index: 4; }
    .page-header.video .container h1 {
      pointer-events: none; }

.page-header .iframe-holder {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 1; }

.three-cols {
  margin: 0 -10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap; }
  @media (min-width: 1024px) {
    .three-cols {
      margin: 0 -20px; } }
  .three-cols .col {
    width: 100%;
    padding: 0 10px; }
    @media (min-width: 768px) {
      .three-cols .col {
        width: 33.33%; } }
    @media (min-width: 1024px) {
      .three-cols .col {
        padding: 0 20px; } }

.gmap {
  position: relative;
  height: 397px;
  margin: 0 0 30px;
  background-color: #FFC836; }
  @media (min-width: 768px) {
    .gmap {
      margin: 0 0 40px; } }
  .gmap iframe {
    position: absolute;
    left: 0;
    top: 0;
    border: 0;
    width: 100%;
    height: 100%; }

.form-area {
  margin: 0 0 30px;
  border-radius: 10px;
  background: #f6f6ec;
  padding: 30px 20px; }
  @media (min-width: 768px) {
    .form-area {
      padding: 40px 30px; } }
  @media (min-width: 1024px) {
    .form-area {
      margin: 0 0 50px; } }
  .form-area ul, .form-area .gform_fields {
    margin: 0 -8px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap; }
    .form-area ul li, .form-area ul .gfield, .form-area .gform_fields li, .form-area .gform_fields .gfield {
      width: 100%;
      padding: 0 8px 20px; }
      @media (min-width: 768px) {
        .form-area ul li, .form-area ul .gfield, .form-area .gform_fields li, .form-area .gform_fields .gfield {
          padding: 0 8px 30px; } }
      .form-area ul li.small, .form-area ul .gfield.small, .form-area .gform_fields li.small, .form-area .gform_fields .gfield.small {
        width: 100%; }
        @media (min-width: 768px) {
          .form-area ul li.small, .form-area ul .gfield.small, .form-area .gform_fields li.small, .form-area .gform_fields .gfield.small {
            width: 50%; } }
      @media (min-width: 768px) {
        .form-area ul li.extra-small, .form-area ul .gfield.extra-small, .form-area .gform_fields li.extra-small, .form-area .gform_fields .gfield.extra-small {
          width: 33.33%; }
        .form-area ul li.medium, .form-area ul .gfield.medium, .form-area .gform_fields li.medium, .form-area .gform_fields .gfield.medium {
          width: 66.66%; } }
  .form-area .gfield_label {
    font-weight: 400;
    text-align: left;
    display: block;
    margin-bottom: 4px; }
  .form-area input[type="submit"] {
    text-transform: uppercase;
    font-weight: 600;
    border-radius: 8px;
    width: 100%; }
    @media (min-width: 768px) {
      .form-area input[type="submit"] {
        min-width: 180px;
        width: 100%;
        height: 76px;
        border-radius: 8px; } }
  .form-area input[type="file"] {
    width: 100%; }
  .form-area .custom-checkboxes legend {
    font-size: 24px;
    line-height: 27px;
    display: block;
    font-weight: 500;
    margin: 0 0 20px; }
  .form-area input[type='text'],
  .form-area input[type='tel'],
  .form-area input[type='email'],
  .form-area input[type='search'],
  .form-area input[type='password'],
  .form-area input[type='url'],
  .form-area input[type='date'],
  .form-area textarea, .form-area select, .form-area input[type='number'] {
    border-color: transparent; }
    .form-area input[type='text']:focus,
    .form-area input[type='tel']:focus,
    .form-area input[type='email']:focus,
    .form-area input[type='search']:focus,
    .form-area input[type='password']:focus,
    .form-area input[type='url']:focus,
    .form-area input[type='date']:focus,
    .form-area textarea:focus, .form-area select:focus, .form-area input[type='number']:focus {
      border-color: #FFC836; }
    @media (min-width: 1024px) {
      .form-area input[type='text'],
      .form-area input[type='tel'],
      .form-area input[type='email'],
      .form-area input[type='search'],
      .form-area input[type='password'],
      .form-area input[type='url'],
      .form-area input[type='date'],
      .form-area textarea, .form-area select, .form-area input[type='number'] {
        height: 60px !important;
        font-size: 16px;
        line-height: 30px;
        padding: 15px 25px; } }
    @media (min-width: 1600px) {
      .form-area input[type='text'],
      .form-area input[type='tel'],
      .form-area input[type='email'],
      .form-area input[type='search'],
      .form-area input[type='password'],
      .form-area input[type='url'],
      .form-area input[type='date'],
      .form-area textarea, .form-area select, .form-area input[type='number'] {
        height: 70px !important;
        font-size: 18px;
        line-height: 30px;
        padding: 18px 25px; } }
  .form-area select, .form-area .select2-container--default .select2-selection--single {
    background: #fff url("images/select-bg.png");
    background-size: 54px 54px;
    background-repeat: no-repeat;
    background-position: 100% 0;
    padding-right: 40px; }
    @media (min-width: 1024px) {
      .form-area select, .form-area .select2-container--default .select2-selection--single {
        background-size: 60px 60px;
        height: 60px; } }
    @media (min-width: 1600px) {
      .form-area select, .form-area .select2-container--default .select2-selection--single {
        height: 70px;
        background-size: 70px 70px; } }
  .form-area textarea {
    height: 170px !important; }
  .form-area .consent legend {
    display: none; }
  .form-area .consent .ginput_container_consent input {
    position: absolute;
    left: -9999px;
    top: -9999px;
    visibility: hidden; }
  .form-area .consent .ginput_container_consent input:checked ~ label:before {
    opacity: 1; }
  .form-area .consent .ginput_container_consent label {
    display: block;
    cursor: pointer;
    position: relative;
    padding-left: 34px; }
    .form-area .consent .ginput_container_consent label:after {
      position: absolute;
      left: 0;
      top: 4px;
      width: 24px;
      height: 24px;
      border: solid 1px #D7D7D7;
      content: '';
      border-radius: 4px;
      cursor: pointer;
      background: #fff; }
    .form-area .consent .ginput_container_consent label:before {
      position: absolute;
      left: 0;
      top: 0;
      content: '';
      width: 12px;
      height: 6px;
      border: solid 2px #18232F;
      border-width: 0 0 2px 2px;
      -webkit-transform: rotate(-45deg);
          -ms-transform: rotate(-45deg);
              transform: rotate(-45deg);
      margin: 12px 0 0 6px;
      opacity: 0;
      -webkit-transition: linear 0.4s;
      transition: linear 0.4s;
      z-index: 1; }
  .form-area .gfield_checkbox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    margin: 0 -10px;
    text-align: left;
    font-size: 17px;
    line-height: 27px; }
    @media (min-width: 1024px) {
      .form-area .gfield_checkbox {
        font-size: 18px; } }
    .form-area .gfield_checkbox .gchoice {
      width: calc(100% - 24px);
      margin: 0 10px 12px;
      position: relative;
      padding-left: 34px; }
      @media (min-width: 576px) {
        .form-area .gfield_checkbox .gchoice {
          width: calc(50% - 24px); } }
      .form-area .gfield_checkbox .gchoice input {
        position: absolute;
        left: -9999px;
        top: -9999px;
        visibility: hidden; }
      .form-area .gfield_checkbox .gchoice input:checked ~ label:before {
        opacity: 1; }
      .form-area .gfield_checkbox .gchoice label {
        display: block;
        cursor: pointer; }
        .form-area .gfield_checkbox .gchoice label:after {
          position: absolute;
          left: 0;
          top: 2px;
          width: 24px;
          height: 24px;
          border: solid 1px #D7D7D7;
          content: '';
          border-radius: 4px;
          cursor: pointer;
          background: #fff; }
        .form-area .gfield_checkbox .gchoice label:before {
          position: absolute;
          left: 0;
          top: 0;
          content: '';
          width: 12px;
          height: 6px;
          border: solid 2px #18232F;
          border-width: 0 0 2px 2px;
          -webkit-transform: rotate(-45deg);
              -ms-transform: rotate(-45deg);
                  transform: rotate(-45deg);
          margin: 10px 0 0 6px;
          opacity: 0;
          -webkit-transition: linear 0.4s;
          transition: linear 0.4s;
          z-index: 1; }

.download-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border: solid 1px #f6f6ec;
  margin: 0 0 14px;
  padding: 17px 15px 17px 66px;
  position: relative;
  font-size: 20px;
  line-height: 24px;
  background-color: #f6f6ec;
  color: #18232F;
  font-weight: 600; }
  .download-btn .download {
    display: none;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    margin: 0 0 0 10px;
    text-transform: uppercase;
    position: absolute;
    right: 0;
    top: 0;
    padding: 17px 20px 17px;
    border-left: solid 1px #eeeedb;
    font-size: 18px; }
    @media (min-width: 768px) {
      .download-btn .download {
        display: block; } }
    .download-btn .download i {
      display: inline-block;
      vertical-align: top;
      margin: 0 0 0 15px;
      font-size: 20px; }
  .download-btn .ext {
    font-size: 14px;
    display: inline-block;
    vertical-align: top; }
  .download-btn .f-name {
    margin: 0 15px 0 0;
    display: inline-block;
    vertical-align: top;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    font-weight: 600; }
  .download-btn .name-holder {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    overflow: hidden; }
  .download-btn .icon-download {
    position: absolute;
    left: 20px;
    top: 16px;
    line-height: 1;
    font-size: 25px; }
  .download-btn:hover {
    color: #18232F; }

.downloads-list {
  margin: 0 0 30px; }
  @media (min-width: 768px) {
    .downloads-list {
      margin: 0 0 40px; } }

.accordion {
  margin: 0 0 40px; }
  .accordion li {
    border-bottom: solid 1px #D7D7D7; }
    .accordion li.active {
      border-bottom-color: #FFC836; }
      .accordion li.active .opener:before {
        -webkit-transform: rotate(180deg);
            -ms-transform: rotate(180deg);
                transform: rotate(180deg); }
  .accordion .opener {
    display: block;
    font-size: 18px;
    line-height: 32px;
    padding: 14px 50px 14px 0;
    color: #18232F;
    position: relative; }
    .accordion .opener:before {
      position: absolute;
      right: 15px;
      top: 14px;
      content: '\f107';
      font-family: icomoon;
      color: rgba(0, 0, 0, 0.5);
      -webkit-transition: linear 0.4s;
      transition: linear 0.4s; }
  .accordion .slide-holder {
    padding: 0 0 20px;
    max-width: 900px; }
    .accordion .slide-holder p {
      margin: 0; }

.validation_error {
  margin: 0 0 10px; }

.gfield .validation_message {
  display: none; }

.gfield_error input, .gfield_error textarea, .gfield_error select {
  border-color: #f00 !important; }

.gform_footer {
  text-align: center; }

.twocolumns {
  padding: 0 0 30px; }
  @media (min-width: 1024px) {
    .twocolumns {
      padding: 0 0 60px; } }

.image-area {
  margin-bottom: 30px; }
  .image-area img {
    display: block;
    width: 100%; }

.table-holder {
  margin: 0 0 30px; }
  .table-holder table {
    width: 100%;
    text-align: center;
    margin: 0; }
    .table-holder table thead {
      background: #f6f6ec;
      color: #18232F;
      font-weight: 600; }
    .table-holder table th, .table-holder table td {
      padding: 10px 15px;
      text-align: center;
      border-color: #f6f6ec; }
  @media (max-width: 767px) {
    .table-holder {
      overflow-x: auto;
      border: 1px solid #f6f6ec;
      border-top: 0;
      border-bottom: 0; }
      .table-holder table {
        min-width: 580px;
        margin-left: -1px; } }

.hidden_label .gfield_label {
  display: none; }

.captcha-align {
  text-align: center; }
  .captcha-align .ginput_recaptcha {
    display: inline-block;
    vertical-align: top; }

.main-content {
  padding: 40px 0; }
  @media (min-width: 768px) {
    .main-content {
      padding: 60px 0; } }

.file-input {
  padding-top: 20px; }
  .file-input label {
    font-weight: 400;
    font-size: 15px;
    line-height: 24px;
    outline: none;
    color: #fff;
    position: relative;
    display: block; }
    .file-input label span {
      font-size: 13px;
      color: #c1c1c1;
      font-style: italic;
      display: block; }
    .file-input label:before {
      display: block;
      content: "";
      background: url(images/icon-upload.png);
      background-size: 100% 100%;
      width: 53px;
      height: 40px;
      margin: 0 auto 10px; }
  .file-input input {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    left: -99999px;
    top: -99999px; }
  .file-input .gfield_required {
    display: inline;
    color: #FFC836; }
  .file-input.gfield_error .gfield_required {
    color: #f00; }
  .file-input.gfield_error .gfield_label {
    color: #f00; }
  .file-input .ginput_container_fileupload span {
    font-size: 13px;
    color: #c1c1c1;
    font-style: italic; }
  .file-input .gfield_label {
    display: block !important; }

.gform_not_found {
  display: none; }

.woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt, .woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt {
  background-color: #FFC836 !important;
  border-color: #FFC836 !important;
  color: #000 !important;
  border-radius: 6px !important; }
  .woocommerce #respond input#submit.alt:hover, .woocommerce #respond input#submit.alt:focus, .woocommerce a.button.alt:hover, .woocommerce a.button.alt:focus, .woocommerce button.button.alt:hover, .woocommerce button.button.alt:focus, .woocommerce input.button.alt:hover, .woocommerce input.button.alt:focus, .woocommerce #respond input#submit.alt:hover, .woocommerce #respond input#submit.alt:focus, .woocommerce a.button.alt:hover, .woocommerce a.button.alt:focus, .woocommerce button.button.alt:hover, .woocommerce button.button.alt:focus, .woocommerce input.button.alt:hover, .woocommerce input.button.alt:focus {
    color: #fff !important;
    background-color: #2F2408 !important;
    border-color: #2F2408 !important; }

.woocommerce-loop-category__title {
  font-size: 18px !important;
  line-height: 24px;
  display: block;
  font-weight: 400;
  margin: 0 0 6px; }
  .woocommerce-loop-category__title mark {
    background: none; }

.woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button {
  -webkit-border-radius: 6px;
  cursor: pointer;
  font-size: 16px;
  line-height: 20px;
  padding: 13px 18px;
  min-height: 48px;
  text-align: center;
  border-radius: 6px;
  outline: none;
  -webkit-transition: linear 0.4s;
  transition: linear 0.4s;
  color: #000;
  background: #FFC836;
  border: 0;
  letter-spacing: 0.7px;
  font-weight: 400;
  display: inline-block;
  vertical-align: top; }
  @media (min-width: 768px) {
    .woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button {
      font-size: 18px;
      line-height: 20px;
      padding: 14px 20px;
      min-height: 50px; } }
  .woocommerce #respond input#submit:hover, .woocommerce a.button:hover, .woocommerce button.button:hover, .woocommerce input.button:hover {
    background-color: #2F2408;
    opacity: 1;
    color: #fff; }

.woocommerce form .show-password-input, .woocommerce-page form .show-password-input {
  top: 1em !important; }

.quantity input {
  min-height: 48px;
  height: 48px;
  width: 80px !important;
  padding-left: 10px;
  padding-right: 10px; }
  @media (min-width: 1024px) {
    .quantity input {
      min-height: 52px; } }

.woocommerce-message {
  padding: 15px 20px; }
  @media (min-width: 768px) {
    .woocommerce-message {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-flow: row wrap;
              flex-flow: row wrap;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse; } }
  .woocommerce-message:after, .woocommerce-message:before {
    display: none; }
  .woocommerce-message .button {
    float: none !important; }
  @media (max-width: 767px) {
    .woocommerce-message .button {
      display: block;
      width: 100%;
      margin: 0 0 10px !important; } }

.product .flex-control-thumbs {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important; }

.woocommerce div.product p.price ins, .woocommerce div.product span.price ins {
  color: #f00 !important;
  font-size: 26px !important;
  line-height: 30px !important;
  text-decoration: none !important; }

.woocommerce div.product p.price, .woocommerce div.product span.price {
  color: #f00 !important;
  font-size: 26px !important;
  line-height: 30px !important;
  display: block;
  margin: 0 0 25px !important;
  font-weight: 600; }

.woocommerce div.product p.price del, .woocommerce div.product span.price del {
  opacity: 1; }

.product .price-holder .price del span {
  color: #505050;
  text-decoration: line-through; }

.woocommerce-pagination {
  margin: 0 0 40px; }

.woocommerce nav.woocommerce-pagination ul {
  margin: 0;
  border: 0; }

.woocommerce nav.woocommerce-pagination ul li {
  border: 0;
  margin: 0 5px; }

.woocommerce nav.woocommerce-pagination ul li a, .woocommerce nav.woocommerce-pagination ul li span {
  width: 36px;
  height: 36px;
  font-size: 16px;
  line-height: 21px;
  font-weight: 600;
  display: block;
  text-align: center;
  color: #212121;
  background-color: #f5f5f5; }

.woocommerce nav.woocommerce-pagination ul li a:focus, .woocommerce nav.woocommerce-pagination ul li a:hover, .woocommerce nav.woocommerce-pagination ul li span.current {
  background: #FFC836;
  color: #000; }

.woocommerce nav.woocommerce-pagination ul li a.next, .woocommerce nav.woocommerce-pagination ul li a.prev {
  font-size: 0;
  line-height: 0;
  position: relative; }
  .woocommerce nav.woocommerce-pagination ul li a.next:before, .woocommerce nav.woocommerce-pagination ul li a.prev:before {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    content: "\f105";
    font-size: 18px;
    line-height: 1;
    font-family: 'icomoon'; }

.woocommerce nav.woocommerce-pagination ul li a.prev:before {
  content: "\f104"; }

.page-numbers {
  text-align: center; }
  .page-numbers li:first-child span, .page-numbers li:first-child a {
    border-radius: 2px 0 0 2px; }
  .page-numbers li:last-child span, .page-numbers li:last-child a {
    border-radius: 0 2px 2px 0; }

.woocommerce nav.woocommerce-pagination ul {
  white-space: normal; }

.woocommerce nav.woocommerce-pagination ul li {
  margin: 5px 5px;
  float: none; }

.woocommerce-products-header {
  position: relative;
  padding: 0 0 20px; }
  @media (min-width: 768px) {
    .woocommerce-products-header {
      padding: 0 209px 30px 0; } }
  @media (min-width: 1024px) {
    .woocommerce-products-header {
      padding: 0 209px 30px; } }
  .woocommerce-products-header h1 {
    text-transform: uppercase;
    font-size: 30px;
    line-height: 35px;
    font-weight: 700;
    margin: 0; }
    @media (min-width: 1024px) {
      .woocommerce-products-header h1 {
        text-align: center; } }

.col2-set {
  margin: 0 -15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap; }

.woocommerce .col2-set .col-2, .woocommerce-page .col2-set .col-2, .woocommerce .col2-set .col-1, .woocommerce-page .col2-set .col-1 {
  max-width: 100%;
  padding: 0 15px 30px;
  width: 100%; }
  @media (min-width: 1024px) {
    .woocommerce .col2-set .col-2, .woocommerce-page .col2-set .col-2, .woocommerce .col2-set .col-1, .woocommerce-page .col2-set .col-1 {
      width: 50%;
      -ms-flex-preferred-size: 50%;
          flex-basis: 50%; } }

.woocommerce-billing-fields__field-wrapper .form-row, .woocommerce-EditAccountForm .form-row {
  margin: 0 0 8px !important; }

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

.woocommerce form .form-row {
  padding: 0; }

.woocommerce form .form-row label {
  margin-bottom: 0; }

.woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt {
  border-color: #a46497 !important; }

.main-content {
  padding-top: 40px;
  padding-bottom: 40px; }

.select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: inherit !important; }

.select2-container .select2-selection--single .select2-selection__rendered {
  padding-left: 0 !important;
  padding-right: 0 !important; }

.select2-container--default .select2-selection--single .select2-selection__arrow b {
  top: 19px;
  left: -3px; }

#add_payment_method table.cart td.actions .coupon .input-text,
.woocommerce-cart table.cart td.actions .coupon .input-text,
.woocommerce-checkout table.cart td.actions .coupon .input-text {
  width: 181px;
  padding-left: 13px;
  height: 44px; }

.woocommerce .col2-set .col-2, .woocommerce-page .col2-set .col-2, .woocommerce .col2-set .col-1, .woocommerce-page .col2-set .col-1 {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%; }
  @media (min-width: 1024px) {
    .woocommerce .col2-set .col-2, .woocommerce-page .col2-set .col-2, .woocommerce .col2-set .col-1, .woocommerce-page .col2-set .col-1 {
      -ms-flex-preferred-size: 50%;
          flex-basis: 50%; } }

.woocommerce .col2-set, .woocommerce-page .col2-set {
  width: auto; }

.woocommerce-form-row + fieldset {
  margin: 30px 0 20px; }

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

.woocommerce-form-row .woocommerce-Input + span em {
  font-size: 12px; }

.woocommerce-account .woocommerce-MyAccount-navigation {
  background: #f6f6ec;
  color: #fff;
  float: none !important;
  width: 100% !important;
  padding: 10px !important; }
  .woocommerce-account .woocommerce-MyAccount-navigation ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
    .woocommerce-account .woocommerce-MyAccount-navigation ul li {
      margin: 5px; }
      .woocommerce-account .woocommerce-MyAccount-navigation ul li a {
        color: #fff;
        background: #030301;
        padding: 5px 16px;
        display: block;
        color: #fff;
        border-radius: 0; }
        .woocommerce-account .woocommerce-MyAccount-navigation ul li a:hover {
          color: #fff !important; }
      .woocommerce-account .woocommerce-MyAccount-navigation ul li.is-active a {
        background: #FFC836;
        color: #000 !important; }

.woocommerce-account .woocommerce-MyAccount-content {
  float: none !important;
  width: 100% !important;
  padding: 20px;
  border: solid 1px rgba(0, 0, 0, 0.1); }
  @media (min-width: 768px) {
    .woocommerce-account .woocommerce-MyAccount-content {
      padding: 30px; } }

.woocommerce #respond input#submit.disabled, .woocommerce #respond input#submit:disabled, .woocommerce #respond input#submit:disabled[disabled], .woocommerce a.button.disabled, .woocommerce a.button:disabled, .woocommerce a.button:disabled[disabled], .woocommerce button.button.disabled, .woocommerce button.button:disabled, .woocommerce button.button:disabled[disabled], .woocommerce input.button.disabled, .woocommerce input.button:disabled, .woocommerce input.button:disabled[disabled] {
  color: #18232F !important;
  background: #9d9d9d !important; }

.woocommerce table.shop_table td, .woocommerce table.shop_table th {
  border-color: rgba(0, 0, 0, 0.1); }

.woocommerce table.shop_table th {
  text-align: left; }

#add_payment_method .cart-collaterals .cart_totals table tr:first-child td, #add_payment_method .cart-collaterals .cart_totals table tr:first-child th, .woocommerce-cart .cart-collaterals .cart_totals table tr:first-child td, .woocommerce-cart .cart-collaterals .cart_totals table tr:first-child th, .woocommerce-checkout .cart-collaterals .cart_totals table tr:first-child td, .woocommerce-checkout .cart-collaterals .cart_totals table tr:first-child th {
  border-top-width: 1px !important; }

#add_payment_method .cart-collaterals .cart_totals table td, #add_payment_method .cart-collaterals .cart_totals table th, .woocommerce-cart .cart-collaterals .cart_totals table td, .woocommerce-cart .cart-collaterals .cart_totals table th, .woocommerce-checkout .cart-collaterals .cart_totals table td, .woocommerce-checkout .cart-collaterals .cart_totals table th {
  border-left-width: 1px !important;
  border-right-width: 1px !important; }

.select2-container--default .select2-selection--single .select2-selection__arrow {
  display: none; }

.select2-container--default .select2-selection--single {
  color: #000; }

.woocommerce #respond input#submit.disabled:hover, .woocommerce #respond input#submit:disabled:hover, .woocommerce #respond input#submit:disabled[disabled]:hover, .woocommerce a.button.disabled:hover, .woocommerce a.button:disabled:hover, .woocommerce a.button:disabled[disabled]:hover, .woocommerce button.button.disabled:hover, .woocommerce button.button:disabled:hover, .woocommerce button.button:disabled[disabled]:hover, .woocommerce input.button.disabled:hover, .woocommerce input.button:disabled:hover, .woocommerce input.button:disabled[disabled]:hover {
  background-color: #a88572 !important; }

#add_payment_method table.cart td.actions .coupon .input-text,
.woocommerce-cart table.cart td.actions .coupon .input-text,
.woocommerce-checkout table.cart td.actions .coupon .input-text {
  width: 150px !important;
  height: 50px !important; }
  @media (min-width: 768px) {
    #add_payment_method table.cart td.actions .coupon .input-text,
    .woocommerce-cart table.cart td.actions .coupon .input-text,
    .woocommerce-checkout table.cart td.actions .coupon .input-text {
      height: 50px !important;
      width: 180px !important; } }

@media (max-width: 1198px) {
  .products.columns-4 .product {
    width: calc(100%/3 - 30px) !important; } }

@media (max-width: 1022px) {
  .woocommerce-account .woocommerce-MyAccount-navigation {
    padding: 10px; }
  .products.columns-4 .product {
    width: calc(100%/2 - 30px) !important; } }

@media (max-width: 574px) {
  .products.columns-4 .product {
    width: calc(100%/1 - 30px) !important; }
  .woocommerce .woocommerce-ordering {
    float: none;
    width: 100%; }
  #add_payment_method table.cart td.actions .coupon .input-text,
  .woocommerce-cart table.cart td.actions .coupon .input-text,
  .woocommerce-checkout table.cart td.actions .coupon .input-text {
    width: 100% !important;
    float: none !important; }
  .coupon button {
    width: 100% !important;
    margin: 0 !important;
    float: none !important; } }

@media (max-width: 766px) {
  .woocommerce form .form-row-first, .woocommerce form .form-row-last, .woocommerce-page form .form-row-first, .woocommerce-page form .form-row-last {
    width: 100%; }
  .woocommerce form .form-row-first, .woocommerce form .form-row-last, .woocommerce-page form .form-row-first, .woocommerce-page form .form-row-last {
    width: 100%; }
  h1, .h1 {
    font-size: 36px;
    margin: 0 0 20px; } }

.woocommerce-MyAccount-navigation {
  width: 100%;
  float: none; }
  .woocommerce-MyAccount-navigation ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap; }
    .woocommerce-MyAccount-navigation ul li {
      margin: 5px; }
      .woocommerce-MyAccount-navigation ul li a {
        color: #000;
        background-color: #FFC836;
        padding: 8px 12px; }

@media (max-width: 575px) {
  .woocommerce-cart-form__contents .coupon .input-text {
    margin: 0 0 10px !important; } }

#content > .woocommerce {
  background: #F6F7FF;
  border-radius: 0;
  padding: 25px;
  margin: 0 -20px; }
  @media (min-width: 768px) {
    #content > .woocommerce {
      padding: 40px;
      margin: 0;
      border-radius: 10px; } }
  #content > .woocommerce h2 {
    font-size: 25px; }
    @media (min-width: 768px) {
      #content > .woocommerce h2 {
        font-size: 30px; } }

.woocommerce-error, .woocommerce-info, .woocommerce-message {
  background: #2F2408;
  color: #fff; }
  .woocommerce-error:before, .woocommerce-info:before, .woocommerce-message:before {
    color: #fff; }
  .woocommerce-error a, .woocommerce-info a, .woocommerce-message a {
    color: #FFC836; }
  .woocommerce-error .button, .woocommerce-info .button, .woocommerce-message .button {
    color: #2F2408 !important;
    background: #fff !important; }

#add_payment_method #payment, .woocommerce-cart #payment, .woocommerce-checkout #payment {
  background: #f6f6ec !important; }

.woocommerce table.shop_table {
  background: #fff !important; }

#add_payment_method .wc-proceed-to-checkout a.checkout-button, .woocommerce-cart .wc-proceed-to-checkout a.checkout-button, .woocommerce-checkout .wc-proceed-to-checkout a.checkout-button {
  font-size: inherit; }

.woocommerce-address-fields__field-wrapper {
  margin-bottom: 15px; }

.page-shop #content > .woocommerce, .page-uncategorised #content > .woocommerce {
  background: none;
  border-radius: 0;
  padding: 0;
  margin: 0; }
  .page-shop #content > .woocommerce h2, .page-uncategorised #content > .woocommerce h2 {
    font-size: 25px; }
    @media (min-width: 768px) {
      .page-shop #content > .woocommerce h2, .page-uncategorised #content > .woocommerce h2 {
        font-size: 30px; } }

.details-holder .meta {
  display: none !important; }

.woocommerce ul.products li.product .woocommerce-loop-category__title, .woocommerce ul.products li.product .woocommerce-loop-product__title, .woocommerce ul.products li.product h3 {
  font-size: 28px;
  color: #2F2408; }

.main-ecommerce-area {
  padding: 40px 0;
  background: #fff;
  position: relative; }
  @media (min-width: 768px) {
    .main-ecommerce-area {
      padding: 70px 0; } }
  @media (min-width: 1024px) {
    .main-ecommerce-area {
      padding: 100px 0; } }

.woocommerce ul.products li.product .price {
  font-size: 17px; }

.added_to_cart.wc-forward {
  display: block !important;
  color: #2F2408; }

.woocommerce-account:not(.logged-in) .main-ecommerce-area .container {
  max-width: 500px;
  text-align: center; }
  .woocommerce-account:not(.logged-in) .main-ecommerce-area .container button {
    display: block !important;
    float: none !important;
    margin: 10px 0 0 !important;
    width: 100% !important; }

.woocommerce ul.products li.product {
  background: #F5F5F5;
  border-radius: 10px;
  padding: 15px;
  position: relative;
  border: solid 1px transparent;
  -webkit-transition: linear 0.4s;
  transition: linear 0.4s; }
  @media (min-width: 1760px) {
    .woocommerce ul.products li.product {
      padding: 25px; } }
  .woocommerce ul.products li.product:hover {
    border-color: #FFC11E;
    background: #FFFAEC; }
    .woocommerce ul.products li.product:hover .btn {
      background: #FFC836;
      border-color: #FFC836; }
  .woocommerce ul.products li.product .title {
    display: block;
    font-size: 16px;
    line-height: 30px; }
    @media (min-width: 768px) {
      .woocommerce ul.products li.product .title {
        font-size: 17px; } }
    @media (min-width: 1200px) {
      .woocommerce ul.products li.product .title {
        font-size: 18px; } }
    @media (min-width: 1760px) {
      .woocommerce ul.products li.product .title {
        font-size: 20px;
        line-height: 32px; } }
  .woocommerce ul.products li.product .price {
    font-size: 16px;
    font-weight: 700;
    display: block;
    margin: 0 0 20px; }
    @media (min-width: 1200px) {
      .woocommerce ul.products li.product .price {
        font-size: 18px; } }
    @media (min-width: 1760px) {
      .woocommerce ul.products li.product .price {
        font-size: 20px; } }
  .woocommerce ul.products li.product .btn {
    display: block;
    background: none;
    border: solid 1px #18232F;
    font-size: 15px;
    font-weight: 500;
    text-transform: uppercase;
    min-height: inherit;
    padding: 12px 25px; }
    @media (min-width: 768px) {
      .woocommerce ul.products li.product .btn {
        font-size: 16px; } }
    .woocommerce ul.products li.product .btn:after {
      content: '\e946';
      font-family: icomoon;
      margin: -2px 0 -2px 10px;
      font-size: 16px; }
      @media (min-width: 768px) {
        .woocommerce ul.products li.product .btn:after {
          margin: -4px 0 -4px 15px;
          font-size: 20px; } }
  .woocommerce ul.products li.product .tag {
    position: absolute;
    left: 25px;
    top: 25px;
    border-radius: 5px;
    background: #F00;
    padding: 5px 12px;
    font-size: 14px;
    line-height: 20px;
    color: #fff;
    font-weight: 600;
    text-transform: uppercase;
    text-align: center; }
    @media (min-width: 1760px) {
      .woocommerce ul.products li.product .tag {
        padding: 5px 12px;
        font-size: 16px;
        line-height: 32px;
        left: 40px;
        top: 40px; } }
    .woocommerce ul.products li.product .tag.out-of-stock {
      background: #000; }
    .woocommerce ul.products li.product .tag.save {
      background: #11CE68; }
    .woocommerce ul.products li.product .tag.new {
      background: #FFC836; }
  .woocommerce ul.products li.product .images-slider {
    margin: 0 0 15px; }
    .woocommerce ul.products li.product .images-slider .image {
      display: block;
      padding-top: 52%;
      background-size: cover;
      background-position: 50% 50%;
      border-radius: 5px; }
    .woocommerce ul.products li.product .images-slider .slick-track:after, .woocommerce ul.products li.product .images-slider .slick-track:before {
      display: none; }
    .woocommerce ul.products li.product .images-slider .slick-arrow {
      width: 30px;
      height: 30px;
      background: #fff;
      border-radius: 100%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      margin: 0 -15px;
      color: #18232F; }
      .woocommerce ul.products li.product .images-slider .slick-arrow i {
        font-size: 16px; }

.woocommerce-Tabs-panel h2 {
  display: none !important; }

.woocommerce-Tabs-panel blockquote {
  margin: 0 0 30px;
  padding: 0;
  border: 0; }
  .woocommerce-Tabs-panel blockquote:before {
    color: #FFC836;
    display: inline-block;
    vertical-align: top;
    content: '\e916';
    font-family: 'icomoon';
    margin: 0 5px 0 0; }
  .woocommerce-Tabs-panel blockquote:after {
    display: inline-block;
    vertical-align: top;
    color: #FFC836;
    content: '\e915';
    font-family: 'icomoon';
    margin: 0 5px; }
  .woocommerce-Tabs-panel blockquote p {
    display: inline; }

.woocommerce div.product .woocommerce-tabs ul.tabs {
  margin: 10px 0 25px !important;
  padding: 0 !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  font-size: 12px;
  border-bottom: solid 1px rgba(24, 35, 47, 0.1) !important; }
  @media (min-width: 480px) {
    .woocommerce div.product .woocommerce-tabs ul.tabs {
      font-size: 16px; } }
  @media (min-width: 768px) {
    .woocommerce div.product .woocommerce-tabs ul.tabs {
      margin: 20px 0 25px !important;
      font-size: 18px; } }
  @media (min-width: 1024px) {
    .woocommerce div.product .woocommerce-tabs ul.tabs {
      font-size: 18px; } }
  .woocommerce div.product .woocommerce-tabs ul.tabs:after, .woocommerce div.product .woocommerce-tabs ul.tabs:before {
    display: none !important; }
  .woocommerce div.product .woocommerce-tabs ul.tabs li {
    padding: 0 !important;
    border: 0 !important;
    display: block !important;
    border-radius: 0 !important;
    margin: 0 0 !important;
    padding: 0 !important; }
    .woocommerce div.product .woocommerce-tabs ul.tabs li:after, .woocommerce div.product .woocommerce-tabs ul.tabs li:before {
      display: none !important; }
    .woocommerce div.product .woocommerce-tabs ul.tabs li.active {
      background: none !important;
      border: 0 !important;
      color: #FFC836 !important; }
      .woocommerce div.product .woocommerce-tabs ul.tabs li.active a {
        color: #18232F !important;
        background: #FFC836 !important; }
    .woocommerce div.product .woocommerce-tabs ul.tabs li a {
      display: block;
      padding: 4px 8px !important;
      font-weight: 500;
      color: #18232F !important; }
      @media (min-width: 576px) {
        .woocommerce div.product .woocommerce-tabs ul.tabs li a {
          padding: 8px 10px !important; } }
      @media (min-width: 768px) {
        .woocommerce div.product .woocommerce-tabs ul.tabs li a {
          padding: 9px 15px !important; } }

.woocommerce span.onsale {
  position: absolute;
  left: 25px !important;
  top: 25px !important;
  right: auto !important;
  border-radius: 5px;
  background: #F00 !important;
  padding: 5px 12px;
  font-size: 14px;
  line-height: 20px;
  color: #fff;
  font-weight: 600;
  text-transform: uppercase;
  text-align: center;
  min-height: inherit !important;
  min-height: inherit !important;
  margin: 0 !important; }
  @media (min-width: 1760px) {
    .woocommerce span.onsale {
      padding: 5px 12px;
      font-size: 16px;
      line-height: 32px; } }
  .woocommerce span.onsale.out-of-stock {
    background: #000; }
  .woocommerce span.onsale.save {
    background: #11CE68; }
  .woocommerce span.onsale.new {
    background: #11CE68; }

.woocommerce-shipping-methods li {
  margin: 0 0 5px; }
  .woocommerce-shipping-methods li input {
    position: absolute;
    left: -9999px;
    top: -9999px;
    visibility: hidden; }
  .woocommerce-shipping-methods li input:checked ~ label:before {
    opacity: 1; }
  .woocommerce-shipping-methods li label {
    display: block;
    cursor: pointer;
    position: relative;
    padding-left: 28px;
    font-size: 16px !important;
    line-height: 20px !important; }
    .woocommerce-shipping-methods li label:after {
      position: absolute;
      left: 0;
      top: 1px;
      width: 18px;
      height: 18px;
      border: solid 1px #D7D7D7;
      content: '';
      border-radius: 100%;
      cursor: pointer;
      background: #fff; }
    .woocommerce-shipping-methods li label:before {
      position: absolute;
      left: 4px;
      top: 5px;
      border-radius: 100%;
      content: '';
      width: 10px;
      height: 10px;
      background: #FFC836;
      opacity: 0;
      -webkit-transition: linear 0.4s;
      transition: linear 0.4s;
      z-index: 1; }

.woocommerce-shipping-destination {
  font-size: 16px !important;
  line-height: 20px !important; }

#add_payment_method .cart-collaterals .shipping-calculator-button::after, .woocommerce-cart .cart-collaterals .shipping-calculator-button::after, .woocommerce-checkout .cart-collaterals .shipping-calculator-button::after {
  display: inline-block;
  vertical-align: top;
  margin-top: 8px; }

#add_payment_method .cart-collaterals .shipping-calculator-button, .woocommerce-cart .cart-collaterals .shipping-calculator-button, .woocommerce-checkout .cart-collaterals .shipping-calculator-button {
  color: #18232F !important; }
  #add_payment_method .cart-collaterals .shipping-calculator-button:hover, .woocommerce-cart .cart-collaterals .shipping-calculator-button:hover, .woocommerce-checkout .cart-collaterals .shipping-calculator-button:hover {
    text-decoration: underline; }

.main-ecommerce-area h2, .main-ecommerce-area h1, .main-ecommerce-area h3, .main-ecommerce-area h4 {
  font-family: "Nunito", sans-serif !important; }

.main-ecommerce-area h2 {
  font-size: 36px !important; }

.shop_table .product-name a {
  color: #18232F !important; }
  .shop_table .product-name a:hover {
    text-decoration: underline; }

.woocommerce table th, .woocommerce table td {
  border-width: 0 0 0 1px; }
  .woocommerce table th:first-child, .woocommerce table td:first-child {
    border-left: 0; }

.woocommerce .cart-collaterals .cart_totals, .woocommerce-page .cart-collaterals .cart_totals {
  width: auto !important;
  max-width: 600px !important; }

.woocommerce-info {
  border-top-color: #FFC836; }

.woocommerce-form__label-for-checkbox.checkbox input, .woocommerce-form__label-for-checkbox.woocommerce-form-login__rememberme input {
  position: absolute;
  left: -9999px;
  top: -9999px;
  visibility: hidden; }

.woocommerce-form__label-for-checkbox.checkbox input:checked ~ span:before, .woocommerce-form__label-for-checkbox.woocommerce-form-login__rememberme input:checked ~ span:before {
  opacity: 1; }

.woocommerce-form__label-for-checkbox.checkbox span, .woocommerce-form__label-for-checkbox.woocommerce-form-login__rememberme span {
  display: block;
  cursor: pointer;
  position: relative;
  padding-left: 28px; }
  .woocommerce-form__label-for-checkbox.checkbox span:after, .woocommerce-form__label-for-checkbox.woocommerce-form-login__rememberme span:after {
    position: absolute;
    left: 0;
    top: 8px;
    width: 18px;
    height: 18px;
    border: solid 1px #D7D7D7;
    content: '';
    border-radius: 4px;
    cursor: pointer;
    background: #fff; }
  .woocommerce-form__label-for-checkbox.checkbox span:before, .woocommerce-form__label-for-checkbox.woocommerce-form-login__rememberme span:before {
    position: absolute;
    left: 0;
    top: 7px;
    content: '';
    width: 12px;
    height: 6px;
    border: solid 2px #18232F;
    border-width: 0 0 2px 2px;
    -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
            transform: rotate(-45deg);
    margin: 6px 0 0 3px;
    opacity: 0;
    -webkit-transition: linear 0.4s;
    transition: linear 0.4s;
    z-index: 1; }

.woocommerce-form__label-for-checkbox.woocommerce-form-login__rememberme span {
  font-size: 16px;
  line-height: 24px; }
  .woocommerce-form__label-for-checkbox.woocommerce-form-login__rememberme span:after {
    top: 1px; }
  .woocommerce-form__label-for-checkbox.woocommerce-form-login__rememberme span:before {
    top: 0; }

.woocommerce-privacy-policy-text a {
  color: #18232F !important;
  text-decoration: underline; }
  .woocommerce-privacy-policy-text a:hover {
    text-decoration: none; }

.woocommerce-error, .woocommerce-info, .woocommerce-message {
  margin: 0 0 20px !important; }

.select2-container--default .select2-search--dropdown .select2-search__field {
  border-color: rgba(0, 0, 0, 0.1); }

.select2-results .select2-highlighted {
  background: #FFC836 !important;
  color: #18232F !important; }

.woocommerce-LostPassword.lost_password a {
  color: #18232F !important;
  text-decoration: underline; }
  .woocommerce-LostPassword.lost_password a:hover {
    text-decoration: none; }

.woocommerce-tabs.wc-tabs-wrapper {
  overflow: hidden; }

.woocommerce div.product .woocommerce-tabs ul.tabs li {
  background: none !important; }

#wrapper {
  overflow: hidden;
  width: 100%;
  position: relative; }

.container {
  max-width: 1590px;
  padding: 0 20px;
  margin: 0 auto; }

.listing-block {
  padding: 20px 0 20px;
  border-bottom: solid 1px rgba(0, 0, 0, 0.1); }
  @media (min-width: 768px) {
    .listing-block {
      padding: 40px 0; } }
  @media (min-width: 1366px) {
    .listing-block {
      padding: 80px 0; } }
  @media (min-width: 1024px) {
    .listing-block .row {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-flow: row wrap;
              flex-flow: row wrap;
      margin: 0 -15px; } }
  .listing-block .row .col {
    padding: 0 0 30px; }
    @media (min-width: 1024px) {
      .listing-block .row .col {
        padding: 0 15px; } }
  @media (min-width: 1024px) {
    .listing-block .row #content {
      width: 66.66%; } }
  @media (min-width: 1024px) {
    .listing-block .row #sidebar {
      width: 33.33%; } }

.posts-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  margin: 0 -15px 20px; }
  .posts-row .post-article {
    padding: 0 15px 30px;
    width: 100%; }
    @media (min-width: 576px) {
      .posts-row .post-article {
        width: 50%; } }

.post-article .featured-image {
  position: relative;
  padding-top: 75.13%;
  overflow: hidden; }
  .post-article .featured-image img {
    display: block;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    object-fit: cover; }

.post-article .text-block {
  padding: 20px 0 0;
  position: relative;
  margin: 0; }
  .post-article .text-block a {
    text-decoration: none; }

.post-article h3, .post-article .h3 {
  font-size: 20px;
  line-height: 30px;
  font-weight: 500;
  margin: 0 0 15px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden; }
  @media (min-width: 768px) {
    .post-article h3, .post-article .h3 {
      font-size: 24px;
      line-height: 36px; } }
  .post-article h3 a, .post-article .h3 a {
    color: #18232F; }
    .post-article h3 a:hover, .post-article .h3 a:hover {
      color: #FFC836; }

.post-article .read-more {
  color: #FFC836;
  text-decoration: underline !important;
  font-size: 16px; }
  .post-article .read-more:hover {
    text-decoration: none !important; }

.post-article p {
  margin: 0 0 18px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden; }

.widget {
  margin: 0 0 30px;
  background: #FFF;
  box-shadow: 0px 5px 27px 4px #EEE;
  padding: 20px; }
  .widget .widgettitle {
    display: block;
    font-size: 18px;
    line-height: 32px;
    font-weight: 500;
    margin: 0 0 12px;
    position: relative;
    padding: 0 0 0 20px;
    font-family: "Nunito", sans-serif; }
    .widget .widgettitle:before {
      position: absolute;
      left: 0;
      top: 5px;
      bottom: 5px;
      content: '';
      width: 3px;
      background: #FFC836; }
  .widget ul {
    padding: 0;
    font-size: 18px;
    line-height: 27px; }
    .widget ul li + li {
      border-top: solid 1px #E9E9E9; }
    .widget ul li a {
      display: block;
      padding: 12px 0;
      color: #61687C; }
      .widget ul li a:hover {
        color: #FFC836; }
  .widget .social-networks {
    padding-top: 10px; }
  .widget .widget-post-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    .widget .widget-post-list + .widget-post-list {
      margin: 15px 0 0 0; }
    .widget .widget-post-list .widget-posts-image {
      width: 90px;
      height: 90px;
      border-radius: 100%;
      overflow: hidden;
      -ms-flex-negative: 0;
          flex-shrink: 0;
      position: relative;
      margin: 0 15px 0 0; }
      .widget .widget-post-list .widget-posts-image img {
        display: block;
        width: 100%;
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        object-fit: cover; }
    .widget .widget-post-list .widget-posts-title {
      font-size: 18px;
      line-height: 27px;
      font-weight: 500;
      margin: 0;
      display: -webkit-box;
      -webkit-line-clamp: 2;
      -webkit-box-orient: vertical;
      overflow: hidden; }
      .widget .widget-post-list .widget-posts-title a {
        color: #18232F; }
        .widget .widget-post-list .widget-posts-title a:hover {
          color: #FFC836; }

.widget_categories ul {
  border-bottom: 0 !important; }
  .widget_categories ul li {
    font-size: 18px;
    line-height: 27px;
    font-weight: 500;
    margin: 0 0 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
    .widget_categories ul li + li {
      border: 0; }
    .widget_categories ul li a {
      padding: 0 0 0 15px !important;
      position: relative;
      color: #192D63; }
      .widget_categories ul li a:after {
        position: absolute;
        left: 0;
        top: 12px;
        content: '';
        width: 5px;
        height: 5px;
        background: #18232F;
        border-radius: 100%; }

.widget_categories .social-networks {
  margin: -3px; }
  .widget_categories .social-networks li {
    margin: 3px; }
    .widget_categories .social-networks li a:after {
      display: none;
      padding: 0; }

.widget_search .widgettitle, .widget_search h3, .widget_search .h3 {
  display: none; }

.searchform {
  border-radius: 25px;
  background-color: #F1F1F1;
  overflow: hidden;
  margin: 0;
  position: relative; }
  .searchform .screen-reader-text {
    display: none; }
  .searchform:before {
    position: absolute;
    right: 16px;
    top: 17px;
    content: '\e905';
    font-family: 'icomoon';
    color: #000;
    font-size: 18px;
    line-height: 1;
    pointer-events: none;
    z-index: 2; }
  .searchform > div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .searchform input {
    height: 50px;
    margin: 0;
    padding: 15px 30px;
    border: 0;
    background: none;
    font-size: 16px;
    line-height: 20px;
    min-height: inherit; }
  .searchform input[type="text"] {
    padding-left: 28px; }
  .searchform input[type="submit"] {
    border-radius: 100%;
    width: 50px;
    height: 50px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    padding: 0;
    font-size: 0;
    line-height: 0;
    margin: 0;
    border: 0;
    padding: 0;
    min-height: inherit;
    position: relative;
    z-index: 1;
    background: #FFC836; }

.social-networks {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  margin: 0; }
  .social-networks li {
    margin: 2px 4px; }
    .social-networks li a {
      display: block;
      width: 40px;
      height: 40px;
      position: relative;
      color: #18232F !important;
      background-color: #FFC836;
      font-size: 16px;
      font-weight: 400;
      border-radius: 4px; }
      .social-networks li a:before {
        position: absolute;
        left: 50%;
        top: 50%;
        -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
                transform: translate(-50%, -50%); }
      .social-networks li a:hover {
        opacity: 0.8; }

.gallery-slider {
  overflow: hidden; }
  .gallery-slider .slide {
    float: left;
    width: 25%; }
  .gallery-slider .image {
    background-size: cover;
    background-position: 50% 50%;
    padding-top: 100%;
    display: block; }
  .gallery-slider .slick-arrow {
    background: #fff;
    width: 40px;
    height: 40px;
    border-radius: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    color: #18232F;
    margin: 0 20px; }
    @media (min-width: 1366px) {
      .gallery-slider .slick-arrow {
        margin: 0 60px; } }
    .gallery-slider .slick-arrow i {
      font-size: 22px;
      line-height: 1; }

.quotes-block {
  text-align: center; }
  @media (min-width: 1024px) {
    .quotes-block {
      text-align: left; } }
  .quotes-block .container {
    padding: 0;
    max-width: none; }
  @media (min-width: 1024px) {
    .quotes-block .row {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-flow: row wrap;
              flex-flow: row wrap; } }
  .quotes-block .row .col {
    background: #2F2408;
    padding: 60px 30px;
    color: #fff; }
    @media (min-width: 576px) {
      .quotes-block .row .col {
        padding: 60px 40px; } }
    @media (min-width: 1024px) {
      .quotes-block .row .col {
        padding: 80px 40px;
        width: calc(100% - 36.45%); } }
    @media (min-width: 1200px) {
      .quotes-block .row .col {
        padding: 100px 40px; } }
    @media (min-width: 1366px) {
      .quotes-block .row .col {
        padding: 120px 60px; } }
    @media (min-width: 1600px) {
      .quotes-block .row .col {
        padding: 150px 100px; } }
    .quotes-block .row .col h2, .quotes-block .row .col .h2 {
      margin: 0 0 30px; }
      @media (min-width: 1200px) {
        .quotes-block .row .col h2, .quotes-block .row .col .h2 {
          margin: 0 0 42px; } }
      @media (max-width: 1365px) {
        .quotes-block .row .col h2, .quotes-block .row .col .h2 {
          font-size: 40px; } }
    .quotes-block .row .col:first-child {
      background: #FFC836; }
      @media (min-width: 1024px) {
        .quotes-block .row .col:first-child {
          width: 36.45%; } }
      .quotes-block .row .col:first-child h2, .quotes-block .row .col:first-child .h2 {
        font-size: 40px;
        margin: 0 0 20px; }
        @media (min-width: 1024px) {
          .quotes-block .row .col:first-child h2, .quotes-block .row .col:first-child .h2 {
            margin: 0 0 50px; } }
        @media (min-width: 1366px) {
          .quotes-block .row .col:first-child h2, .quotes-block .row .col:first-child .h2 {
            font-size: 50px;
            margin: 0 0 80px; } }
        @media (min-width: 1600px) {
          .quotes-block .row .col:first-child h2, .quotes-block .row .col:first-child .h2 {
            font-size: 60px; } }
        .quotes-block .row .col:first-child h2 span, .quotes-block .row .col:first-child .h2 span {
          display: block;
          font-size: 20px;
          font-weight: 400; }
          @media (min-width: 1200px) {
            .quotes-block .row .col:first-child h2 span, .quotes-block .row .col:first-child .h2 span {
              font-size: 24px; } }
          @media (min-width: 1600px) {
            .quotes-block .row .col:first-child h2 span, .quotes-block .row .col:first-child .h2 span {
              font-size: 30px; } }
  .quotes-block .slick-arrow {
    position: static;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    color: #FFC836;
    width: 40px;
    height: 40px;
    border-radius: 100%;
    margin: 0 6px;
    background: #fff;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none; }
  .quotes-block .quotes-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-top: 0;
    margin: 0 auto;
    max-width: 105px; }
    @media (min-width: 576px) {
      .quotes-block .quotes-nav {
        padding-top: 40px; } }
    @media (min-width: 1024px) {
      .quotes-block .quotes-nav {
        margin: 0 -6px 0;
        max-width: none; } }
    @media (min-width: 1366px) {
      .quotes-block .quotes-nav {
        padding-top: 70px; } }

.details-holder h1 {
  font-size: 40px;
  line-height: 50px; }
  @media (min-width: 1024px) {
    .details-holder h1 {
      font-size: 50px;
      line-height: 60px; } }

.details-holder h2 {
  font-size: 30px;
  line-height: 40px; }
  @media (min-width: 1024px) {
    .details-holder h2 {
      font-size: 40px;
      line-height: 50px; } }

@media (max-width: 1023px) {
  .details-holder h3 {
    font-size: 26px;
    line-height: 30px; } }

.details-holder h1, .details-holder .h1,
.details-holder h2, .details-holder .h2,
.details-holder h3, .details-holder .h3,
.details-holder h4, .details-holder .h4,
.details-holder h5, .details-holder .h5,
.details-holder h6, .details-holder .h6,
.details-holder .h {
  font-family: "Nunito", sans-serif; }

.details-holder .alignleft {
  max-width: 350px; }
  @media (max-width: 767px) {
    .details-holder .alignleft {
      float: none;
      width: 100%;
      margin: 0 0 20px;
      max-width: none; } }

.details-holder .alignright {
  max-width: 350px; }
  @media (max-width: 767px) {
    .details-holder .alignright {
      float: none;
      width: 100%;
      margin: 0 0 20px;
      max-width: none; } }

@media (max-width: 767px) {
  .details-holder .aligncenter {
    float: none;
    width: 100%;
    margin: 0 0 20px;
    max-width: none; } }

.post-prev-next {
  background: #f3fafe; }
  .post-prev-next .navigation {
    padding: 0 20px;
    max-width: 1210px;
    margin: 0 auto; }
  .post-prev-next .nav-links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 20px 0; }
  .post-prev-next .nav-previous, .post-prev-next .nav-next {
    font-size: 0;
    line-height: 0; }
    .post-prev-next .nav-previous:after, .post-prev-next .nav-next:after {
      display: block;
      content: ''; }
  .post-prev-next a {
    color: #18232F; }
  .post-prev-next .nav-next a {
    color: #000; }
    .post-prev-next .nav-next a:before {
      font-size: 18px;
      line-height: 20px;
      content: 'Next';
      display: inline-block;
      vertical-align: top; }
    .post-prev-next .nav-next a:after {
      display: inline-block;
      vertical-align: top;
      font-size: 18px;
      line-height: 20px;
      content: '\f105';
      font-family: 'icomoon';
      margin: 0 0 0 8px; }
  .post-prev-next .nav-previous a {
    color: #000; }
    .post-prev-next .nav-previous a:after {
      font-size: 18px;
      line-height: 20px;
      content: 'Prev';
      display: inline-block;
      vertical-align: top; }
    .post-prev-next .nav-previous a:before {
      font-size: 18px;
      line-height: 20px;
      content: '\f104';
      font-family: 'icomoon';
      display: inline-block;
      vertical-align: top;
      margin: 0 8px 0 0; }

.gform_validation_errors {
  display: none !important; }

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  -webkit-box-shadow: 0 0 0 30px white inset !important; }

.wpcc-btn {
  min-height: inherit; }

.gform_heading .gform_required_legend {
  display: none; }

.gfield_required_asterisk {
  color: #f00; }

.reviews-block {
  background: #FFC836 url(images/bg-pattren.png);
  padding: 40px 0;
  text-align: center; }
  @media (min-width: 768px) {
    .reviews-block {
      padding: 60px 0; } }
  @media (min-width: 1024px) {
    .reviews-block {
      padding: 80px 0; } }
  @media (min-width: 1440px) {
    .reviews-block {
      padding: 100px 0; } }
  .reviews-block h2, .reviews-block .h2 {
    margin: 0 0 30px; }
    @media (min-width: 768px) {
      .reviews-block h2, .reviews-block .h2 {
        margin: 0 0 40px; } }
    @media (min-width: 1600px) {
      .reviews-block h2, .reviews-block .h2 {
        margin: 0 0 60px;
        font-size: 60px; } }
  .reviews-block .quotes-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
    @media (min-width: 576px) {
      .reviews-block .quotes-nav {
        padding: 30px 0 0; } }
    .reviews-block .quotes-nav .slick-arrow {
      position: static;
      -webkit-transform: none;
          -ms-transform: none;
              transform: none;
      margin: 0 10px;
      width: 40px;
      height: 40px;
      border: solid 2px #18232F;
      border-radius: 100%;
      color: #18232F;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; }
      @media (min-width: 1024px) {
        .reviews-block .quotes-nav .slick-arrow {
          width: 50px;
          height: 50px; } }
  .reviews-block .reviews {
    position: relative;
    padding: 0 0 80px; }
    @media (min-width: 576px) {
      .reviews-block .reviews {
        padding: 0 0 80px; } }
    @media (min-width: 1024px) {
      .reviews-block .reviews {
        padding: 0 0 165px; } }
    .reviews-block .reviews:before {
      position: absolute;
      left: 0;
      right: 0;
      top: 125px;
      bottom: 0;
      content: '';
      background: url(images/bg-quote.png);
      background-size: cover;
      opacity: 0.9; }

.quotes-slider {
  max-width: 500px;
  margin: 0 20px;
  position: relative;
  background: #fff;
  border-radius: 10px; }
  @media (min-width: 576px) {
    .quotes-slider {
      margin: 0 auto; } }
  @media (min-width: 768px) {
    .quotes-slider {
      max-width: 650px; } }
  @media (min-width: 1200px) {
    .quotes-slider {
      max-width: 770px; } }
  .quotes-slider:after {
    width: 60px;
    height: 60px;
    background: url(images/quote-icon.png);
    background-size: 100% 100%;
    content: '';
    position: absolute;
    left: 50%;
    margin-left: -25px;
    top: 30px;
    z-index: 1; }
    @media (min-width: 1200px) {
      .quotes-slider:after {
        width: 75px;
        height: 75px; } }
  .quotes-slider .quote {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 18px;
    line-height: 32px;
    font-weight: 700;
    padding: 100px 40px 50px;
    min-height: 309px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    border-radius: 10px;
    background: #FFF; }
    @media (min-width: 576px) {
      .quotes-slider .quote {
        margin: 0;
        font-size: 18px;
        padding: 110px 50px 30px;
        line-height: 32px; } }
    @media (min-width: 768px) {
      .quotes-slider .quote {
        padding: 130px 50px 30px;
        font-size: 20px;
        line-height: 34px; } }
    @media (min-width: 1024px) {
      .quotes-slider .quote {
        font-size: 20px;
        line-height: 30px; } }
    @media (min-width: 1200px) {
      .quotes-slider .quote {
        font-size: 24px;
        line-height: 36px; } }
    .quotes-slider .quote q {
      display: block;
      quotes: none;
      margin: 0 0 30px;
      font-style: italic; }
      .quotes-slider .quote q:after, .quotes-slider .quote q:before {
        display: none; }
    .quotes-slider .quote cite {
      display: block;
      font-size: 18px;
      line-height: 30px;
      font-weight: 700;
      font-style: normal; }
      @media (min-width: 1600px) {
        .quotes-slider .quote cite {
          font-size: 20px;
          line-height: 32px; } }

.latestnews-block {
  background: #F3F3F3;
  padding: 40px 0; }
  @media (min-width: 768px) {
    .latestnews-block {
      padding: 60px 0; } }
  @media (min-width: 1024px) {
    .latestnews-block {
      padding: 100px 0; } }
  .latestnews-block h2, .latestnews-block .h2 {
    margin: 0 0 35px; }
    @media (min-width: 1600px) {
      .latestnews-block h2, .latestnews-block .h2 {
        font-size: 60px; } }
    .latestnews-block h2 span, .latestnews-block .h2 span {
      font-weight: 300; }
  .latestnews-block .news-slider {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    margin: 0 -8px; }
    @media (min-width: 768px) {
      .latestnews-block .news-slider {
        margin: 0 -15px; } }
    .latestnews-block .news-slider .slide {
      padding: 0 8px;
      width: calc(100%/3); }
      @media (min-width: 768px) {
        .latestnews-block .news-slider .slide {
          padding: 0 15px; } }
  .latestnews-block .slick-list {
    width: 100%; }
  @media (min-width: 1600px) {
    .latestnews-block .container {
      max-width: 1535px; } }
  .latestnews-block .slick-arrow {
    margin: -100px -20px 0; }
    @media (min-width: 1700px) {
      .latestnews-block .slick-arrow {
        margin: -100px -50px 0; } }
    .latestnews-block .slick-arrow i {
      font-size: 30px; }
  @media (max-width: 1365px) {
    .latestnews-block .slick-arrow {
      top: auto;
      right: 15px;
      bottom: 100%;
      -webkit-transform: none;
          -ms-transform: none;
              transform: none;
      margin: 0 0 50px; }
      .latestnews-block .slick-arrow.slick-prev {
        left: auto;
        right: 50px; } }
  @media (max-width: 767px) {
    .latestnews-block .slick-arrow {
      margin: 0 0 45px; } }

.news-item {
  color: #18232F; }
  .news-item .image {
    display: block;
    padding-top: 57%;
    background-size: cover;
    background-position: 50% 50%;
    margin: 0 0 25px; }
  .news-item h3, .news-item .h3 {
    font-size: 24px;
    line-height: 28px;
    font-weight: 600;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    -webkit-transition: linear 0.4s;
    transition: linear 0.4s;
    display: block;
    font-family: "Nunito", sans-serif; }
    @media (min-width: 1200px) {
      .news-item h3, .news-item .h3 {
        font-size: 26px;
        line-height: 30px; } }
  .news-item p {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin: 0 0 20px; }
  .news-item:hover {
    color: #18232F; }
    .news-item:hover h3 {
      color: #FFC836; }
  .news-item .meta-holder {
    width: 100%;
    display: block;
    border-top: solid 1px rgba(0, 0, 0, 0.2);
    padding: 15px 0 0;
    color: #BABABA;
    font-size: 14px;
    font-weight: 400; }
    @media (min-width: 1200px) {
      .news-item .meta-holder {
        font-size: 16px; } }
    .news-item .meta-holder .more {
      color: #18232F; }
      .news-item .meta-holder .more:before {
        color: #BABABA;
        margin: 0 10px 0 10px;
        content: '|'; }

.single-product .summary.entry-summary {
  float: none !important;
  width: auto !important;
  overflow: hidden !important;
  display: inline; }

.single-product .woocommerce-product-gallery {
  float: left; }

.single-product .woocommerce-product-gallery {
  width: 100% !important;
  margin: 0 0 15px !important;
  float: none !important; }
  @media (min-width: 768px) {
    .single-product .woocommerce-product-gallery {
      margin: 0 0 30px !important; } }
  @media (min-width: 1024px) {
    .single-product .woocommerce-product-gallery {
      float: left !important;
      width: 480px !important;
      margin: 0 30px 30px 0 !important; } }
  @media (min-width: 1200px) {
    .single-product .woocommerce-product-gallery {
      width: 570px !important; } }

.single-product h3 {
  font-size: 30px;
  line-height: 36px;
  font-weight: 600; }
  @media (min-width: 1200px) {
    .single-product h3 {
      font-size: 36px;
      line-height: 40px; } }

.single-product .price-holder {
  border-top: solid 1px rgba(0, 0, 0, 0.1);
  border-bottom: solid 1px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 15px 0; }

.single-product .price {
  font-size: 20px !important;
  line-height: 20px !important;
  font-weight: 500;
  color: #FFC836;
  margin: 0 15px 0 0; }
  @media (min-width: 576px) {
    .single-product .price {
      font-size: 25px !important;
      line-height: 25px !important;
      margin: 0 20px 0 0; } }
  @media (min-width: 1200px) {
    .single-product .price {
      font-size: 30px !important;
      line-height: 30px !important;
      margin: 0 30px 0 0; } }

.single-product .inc, .single-product .part-no {
  color: #AFABAB;
  font-size: 12px;
  font-weight: 300; }
  @media (min-width: 576px) {
    .single-product .inc, .single-product .part-no {
      font-size: 16px; } }

.single-product .part-no {
  margin: 0 0 0 8px; }
  @media (min-width: 576px) {
    .single-product .part-no {
      margin: 0 0 0 15px; } }
  .single-product .part-no:before {
    content: '|';
    margin: 0 8px 0 0; }
    @media (min-width: 576px) {
      .single-product .part-no:before {
        margin: 0 15px 0 0; } }

.single-product .addcart-btns {
  border-bottom: solid 1px rgba(0, 0, 0, 0.1);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 10px 0;
  margin: 0 0 20px; }
  .single-product .addcart-btns form {
    margin: 0 !important; }

.single-product .btn {
  font-size: 14px;
  min-height: 40px;
  line-height: 20px;
  padding: 10px 15px; }
  @media (min-width: 576px) {
    .single-product .btn {
      font-size: 16px;
      min-height: 46px;
      line-height: 20px;
      padding: 12px 20px; } }

.single-product .email-to-friend {
  text-decoration: underline;
  font-size: 12px; }
  @media (min-width: 576px) {
    .single-product .email-to-friend {
      font-size: 14px; } }

.woocommerce div.product form.cart {
  overflow: hidden; }

.related.products {
  padding-top: 50px; }

.woocommerce-product-gallery__image {
  margin: 0 0 10px !important;
  position: relative;
  height: 300px;
  background: #FAFAFA !important; }
  @media (min-width: 576px) {
    .woocommerce-product-gallery__image {
      height: 500px; } }
  @media (min-width: 1200px) {
    .woocommerce-product-gallery__image {
      height: 450px; } }
  .woocommerce-product-gallery__image img {
    display: block;
    width: 100%;
    height: 100% !important;
    object-fit: cover; }
  .woocommerce-product-gallery__image a {
    border: solid 1px rgba(0, 0, 0, 0.1);
    display: block;
    width: 100%;
    height: 100% !important; }

.woocommerce div.product div.images .flex-control-thumbs {
  margin: 10px -5px -5px; }

.woocommerce div.product div.images .flex-control-thumbs li {
  border: solid 1px rgba(0, 0, 0, 0.1);
  margin: 5px;
  background: #FAFAFA !important; }

.single-product .post-prev-next {
  display: none !important; }

.related.products {
  padding: 30px 0 20px; }
  @media (min-width: 768px) {
    .related.products {
      padding: 40px 0; } }
  @media (min-width: 1024px) {
    .related.products {
      padding: 50px 0; } }
  .related.products h2 {
    margin: 0 0 30px;
    font-family: "Nunito", sans-serif; }
    @media (min-width: 1024px) {
      .related.products h2 {
        margin: 0 0 40px; } }
  .related.products .products {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    margin: 0 -15px; }
    .related.products .products a {
      display: block; }
    .related.products .products .product {
      width: calc(100% - 30px) !important;
      margin: 0 15px 30px !important;
      padding: 20px !important; }
      @media (min-width: 768px) {
        .related.products .products .product {
          width: calc(50% - 30px) !important; } }
      @media (min-width: 1024px) {
        .related.products .products .product {
          padding: 25px !important;
          width: calc(33.33% - 30px) !important; } }
      .related.products .products .product:hover .add_to_cart_button {
        background: #FFC836 !important;
        border-color: #FFC836 !important; }
      .related.products .products .product.sale .tag.sale {
        display: block; }
      @media (max-width: 1023px) {
        .related.products .products .product:nth-child(3) {
          display: none; } }
      .related.products .products .product.outofstock.sale .tag.sale {
        display: none; }
      .related.products .products .product.outofstock .tag.out-of-stock {
        display: block; }
    .related.products .products .prod-img {
      width: 100%;
      margin: 0 0 18px;
      white-space: nowrap;
      position: relative;
      padding-top: 100%;
      overflow: hidden;
      border-radius: 8px; }
      .related.products .products .prod-img img {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        object-fit: cover; }
    .related.products .products .woocommerce-loop-product__title {
      display: block;
      font-size: 20px !important;
      margin: 0 !important;
      font-weight: 500 !important;
      line-height: normal;
      color: #18232F;
      font-family: "Nunito", sans-serif; }
      @media (min-width: 1600px) {
        .related.products .products .woocommerce-loop-product__title {
          font-size: 22px !important; } }
    .related.products .products .price {
      display: block;
      font-size: 20px !important;
      font-weight: 600 !important;
      color: #18232F !important;
      margin: 0 0 10px !important; }
      .related.products .products .price ins {
        text-decoration: none !important; }
    .related.products .products .button {
      display: block !important;
      background: none !important;
      border: solid 1px #18232F !important;
      font-size: 15px !important;
      font-weight: 500 !important;
      text-transform: uppercase !important;
      min-height: inherit !important;
      padding: 12px 25px !important;
      border-radius: 8px !important; }
      @media (min-width: 768px) {
        .related.products .products .button {
          font-size: 16px !important; } }
      .related.products .products .button:after {
        content: '\e946';
        font-family: icomoon;
        margin: -2px 0 -2px 10px;
        font-size: 16px;
        -webkit-transform: none !important;
            -ms-transform: none !important;
                transform: none !important; }
        @media (min-width: 768px) {
          .related.products .products .button:after {
            margin: -4px 0 -4px 15px;
            font-size: 20px; } }
      .related.products .products .button:hover {
        background: #FFC836 !important;
        color: #18232F !important;
        border-color: #FFC836 !important; }
    .related.products .products .onsale {
      position: absolute;
      left: 25px !important;
      top: 25px !important;
      right: auto !important;
      border-radius: 5px;
      background: #F00 !important;
      padding: 5px 12px;
      font-size: 14px;
      line-height: 20px;
      color: #fff;
      font-weight: 600;
      text-transform: uppercase;
      text-align: center;
      min-height: inherit !important;
      min-height: inherit !important;
      margin: 0 !important;
      display: none !important; }
      @media (min-width: 1760px) {
        .related.products .products .onsale {
          padding: 5px 12px;
          font-size: 16px;
          line-height: 32px; } }
      .related.products .products .onsale.out-of-stock {
        background: #000; }
      .related.products .products .onsale.save {
        background: #11CE68; }
      .related.products .products .onsale.new {
        background: #11CE68; }
    .related.products .products .tag {
      left: 20px !important;
      top: 20px !important;
      display: none;
      z-index: 5; }

.prod-ctas {
  display: none; }

.single-product .listing-block {
  border-bottom: 0; }

.single-product .prod-ctas {
  display: block; }
  @media (min-width: 1024px) {
    .single-product .prod-ctas {
      margin-bottom: 50px; } }

.main-ecommerce-area h1 {
  display: none !important; }

.woocommerce ul.products {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  margin: 0 -15px; }
  .woocommerce ul.products a {
    display: block; }
  .woocommerce ul.products .product {
    width: calc(100% - 30px) !important;
    margin: 0 15px 30px !important;
    padding: 20px !important; }
    @media (min-width: 768px) {
      .woocommerce ul.products .product {
        width: calc(50% - 30px) !important; } }
    @media (min-width: 1024px) {
      .woocommerce ul.products .product {
        padding: 25px !important;
        width: calc(33.33% - 30px) !important; } }
    .woocommerce ul.products .product:hover .add_to_cart_button {
      background: #FFC836 !important;
      border-color: #FFC836 !important; }
    .woocommerce ul.products .product.sale .tag.sale {
      display: block; }
    .woocommerce ul.products .product.outofstock.sale .tag.sale {
      display: none; }
    .woocommerce ul.products .product.outofstock .tag.out-of-stock {
      display: block; }
  .woocommerce ul.products .prod-img {
    width: 100%;
    margin: 0 0 18px;
    white-space: nowrap;
    position: relative;
    padding-top: 100%;
    overflow: hidden;
    border-radius: 8px; }
    .woocommerce ul.products .prod-img img {
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      object-fit: cover; }
  .woocommerce ul.products .woocommerce-loop-product__title {
    display: block;
    font-size: 20px !important;
    margin: 0 !important;
    font-weight: 500 !important;
    line-height: normal;
    color: #18232F;
    font-family: "Nunito", sans-serif; }
    @media (min-width: 1600px) {
      .woocommerce ul.products .woocommerce-loop-product__title {
        font-size: 22px !important; } }
  .woocommerce ul.products .price {
    display: block;
    font-size: 20px !important;
    font-weight: 600 !important;
    color: #18232F !important;
    margin: 0 0 10px !important; }
    .woocommerce ul.products .price ins {
      text-decoration: none !important; }
  .woocommerce ul.products .button {
    display: block !important;
    background: none !important;
    border: solid 1px #18232F !important;
    font-size: 15px !important;
    font-weight: 500 !important;
    text-transform: uppercase !important;
    min-height: inherit !important;
    padding: 12px 25px !important;
    border-radius: 8px !important; }
    @media (min-width: 768px) {
      .woocommerce ul.products .button {
        font-size: 16px !important; } }
    .woocommerce ul.products .button:after {
      content: '\e946';
      font-family: icomoon;
      margin: -2px 0 -2px 10px;
      font-size: 16px;
      -webkit-transform: none !important;
          -ms-transform: none !important;
              transform: none !important; }
      @media (min-width: 768px) {
        .woocommerce ul.products .button:after {
          margin: -4px 0 -4px 15px;
          font-size: 20px; } }
    .woocommerce ul.products .button:hover {
      background: #FFC836 !important;
      color: #18232F !important;
      border-color: #FFC836 !important; }
  .woocommerce ul.products .onsale {
    position: absolute;
    left: 25px !important;
    top: 25px !important;
    right: auto !important;
    border-radius: 5px;
    background: #F00 !important;
    padding: 5px 12px;
    font-size: 14px;
    line-height: 20px;
    color: #fff;
    font-weight: 600;
    text-transform: uppercase;
    text-align: center;
    min-height: inherit !important;
    min-height: inherit !important;
    margin: 0 !important;
    display: none !important; }
    @media (min-width: 1760px) {
      .woocommerce ul.products .onsale {
        padding: 5px 12px;
        font-size: 16px;
        line-height: 32px;
        left: 40px !important;
        top: 40px !important; } }
    .woocommerce ul.products .onsale.out-of-stock {
      background: #000; }
    .woocommerce ul.products .onsale.save {
      background: #11CE68; }
    .woocommerce ul.products .onsale.new {
      background: #11CE68; }
  .woocommerce ul.products .tag {
    left: 20px !important;
    top: 20px !important;
    display: none;
    z-index: 5; }

.hero-block {
  position: relative;
  background: #F6F6EC; }
  .hero-block #slideshow {
    position: relative;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    min-height: 400px; }
    @media (min-width: 768px) {
      .hero-block #slideshow {
        min-height: 430px; } }
    @media (min-width: 1024px) {
      .hero-block #slideshow {
        min-height: 500px; } }
    @media (min-width: 1366px) {
      .hero-block #slideshow {
        min-height: 540px; } }
    @media (min-width: 1760px) {
      .hero-block #slideshow {
        min-height: 640px; } }
    @media (max-width: 767px) {
      .hero-block #slideshow .slide > span {
        background-position: 150% 50% !important; } }
    @media (max-width: 575px) {
      .hero-block #slideshow .slide > span {
        background-position: 0 0 !important; } }
  .hero-block .caption {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    z-index: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
    .hero-block .caption h1 {
      font-family: "Nunito", sans-serif;
      font-weight: 700;
      max-width: 400px;
      margin: 0 auto 10px;
      line-height: 1.5;
      font-size: 35px; }
      @media (min-width: 768px) {
        .hero-block .caption h1 {
          max-width: 600px;
          font-size: 45px; } }
      @media (min-width: 1200px) {
        .hero-block .caption h1 {
          font-size: 50px;
          max-width: 680px; } }
      @media (min-width: 1366px) {
        .hero-block .caption h1 {
          font-size: 60px;
          max-width: 650px; } }
      @media (min-width: 1760px) {
        .hero-block .caption h1 {
          font-size: 65px; } }
      .hero-block .caption h1 span {
        color: #fff;
        position: static !important;
        display: inline !important;
        background: url(images/heading-bg.png);
        background-size: 100% 100%;
        padding: 0 10px;
        -webkit-box-decoration-break: clone; }
        .hero-block .caption h1 span.no-bg {
          background: #d8a45a; }
  .hero-block .caption-holder {
    text-align: center;
    font-weight: 500;
    padding: 0 20px; }
    .hero-block .caption-holder p {
      max-width: 580px;
      margin: 0 auto 15px; }
      @media (min-width: 576px) {
        .hero-block .caption-holder p {
          margin: 0 auto 30px; } }
      @media (min-width: 1024px) {
        .hero-block .caption-holder p {
          max-width: 630px; } }
      @media (min-width: 1366px) {
        .hero-block .caption-holder p {
          max-width: 550px; } }
      .hero-block .caption-holder p span {
        font-size: 16px;
        line-height: 30px;
        display: inline !important;
        background: #fff;
        border: solid 2px #fff;
        -webkit-box-decoration-break: clone;
        box-decoration-break: clone;
        position: static !important; }
        @media (min-width: 768px) {
          .hero-block .caption-holder p span {
            border: solid 4px #fff;
            font-size: 17px;
            line-height: 28px; } }
        @media (min-width: 1200px) {
          .hero-block .caption-holder p span {
            font-size: 18px;
            line-height: 30px; } }
        @media (min-width: 1366px) {
          .hero-block .caption-holder p span {
            font-size: 19px;
            line-height: 30px; } }
  .hero-block .btn {
    font-weight: 700; }
    @media (min-width: 1200px) {
      .hero-block .btn {
        font-size: 18px;
        line-height: 26px;
        padding: 16px 30px; } }
    @media (min-width: 1760px) {
      .hero-block .btn {
        font-size: 18px;
        line-height: 30px;
        padding: 18px 32px; } }

.find-giftfor {
  padding: 30px 0; }
  @media (min-width: 1024px) {
    .find-giftfor {
      padding: 40px 0; } }
  @media (min-width: 1024px) {
    .find-giftfor {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; } }
  .find-giftfor h2 {
    color: #D60000;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    margin: 0 0 15px;
    font-size: 30px; }
    @media (min-width: 1024px) {
      .find-giftfor h2 {
        margin: 0 15px 0 0; } }
    @media (min-width: 1200px) {
      .find-giftfor h2 {
        font-size: 40px; } }
    @media (min-width: 1366px) {
      .find-giftfor h2 {
        font-size: 45px; } }

.price-filter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap; }
  .price-filter li {
    margin: 0 5px 10px; }
    @media (min-width: 1366px) {
      .price-filter li {
        margin: 0 8px 10px; } }
    @media (min-width: 1760px) {
      .price-filter li {
        margin: 0 15px 10px; } }
    .price-filter li a {
      background: #fff9ef;
      display: block;
      font-size: 13px;
      line-height: 16px;
      padding: 8px 12px;
      color: #18232F; }
      @media (min-width: 576px) {
        .price-filter li a {
          font-size: 14px;
          line-height: 16px;
          padding: 10px 15px; } }
      @media (min-width: 1200px) {
        .price-filter li a {
          font-size: 16px;
          line-height: 18px;
          padding: 15px 20px; } }
      @media (min-width: 1366px) {
        .price-filter li a {
          font-size: 18px;
          line-height: 20px;
          padding: 20px 25px; } }
      .price-filter li a:hover {
        background-color: #FFC836; }

.categories-cols {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  margin: 0 -8px;
  padding: 0 0 50px; }
  @media (min-width: 576px) {
    .categories-cols {
      padding: 10px 0 50px; } }
  @media (min-width: 1760px) {
    .categories-cols {
      padding: 30px 0 50px; } }
  .categories-cols .col {
    width: 100%;
    padding: 0 8px 16px;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1; }
    @media (min-width: 768px) {
      .categories-cols .col {
        width: 50%; } }
    @media (min-width: 1024px) {
      .categories-cols .col {
        width: 33.33%; } }
    .categories-cols .col:nth-child(2) .col-holder {
      border: 1px solid #468F0D;
      background: #F3FFEA; }
    .categories-cols .col:nth-child(2) h2 span {
      color: #67CA1A; }
    .categories-cols .col:nth-child(2) .image {
      margin: 25px 0 -45px; }
      @media (min-width: 1760px) {
        .categories-cols .col:nth-child(2) .image {
          margin-bottom: -40px;
          margin-top: -10px; } }
    .categories-cols .col:nth-child(2) .text {
      overflow: visible; }
    .categories-cols .col:nth-child(3) .col-holder {
      border: 1px solid #8B108B;
      background: #FFEFFF; }
    .categories-cols .col:nth-child(3) h2 span {
      color: #C93EC9; }
  .categories-cols .col-holder {
    border-radius: 10px;
    border: 1px solid #C99412;
    background: #FFF9EA;
    padding: 30px 20px;
    font-size: 17px;
    line-height: 27px;
    overflow: hidden; }
    @media (min-width: 1200px) {
      .categories-cols .col-holder {
        padding: 35px 30px;
        font-size: 18px;
        line-height: 27px;
        border-radius: 20px; } }
    @media (min-width: 1760px) {
      .categories-cols .col-holder {
        padding: 40px 40px 40px;
        font-size: 18px;
        line-height: 27px; } }
  .categories-cols p {
    margin: 0 0 20px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden; }
    @media (min-width: 1760px) {
      .categories-cols p {
        margin: 0 0 50px; } }
  .categories-cols h2 {
    font-size: 28px;
    line-height: 36px;
    font-weight: 700;
    margin: 0 0 15px;
    font-family: "Nunito", sans-serif; }
    @media (min-width: 1200px) {
      .categories-cols h2 {
        font-size: 32px;
        line-height: 40px; } }
    @media (min-width: 1366px) {
      .categories-cols h2 {
        font-size: 40px;
        line-height: 45px; } }
    @media (min-width: 1760px) {
      .categories-cols h2 {
        font-size: 45px;
        line-height: 54px; } }
    .categories-cols h2 span {
      color: #FFC836; }
  .categories-cols .text {
    overflow: hidden; }
  .categories-cols .image {
    float: right;
    margin: 0 0 0 10px; }
    @media (max-width: 1759px) {
      .categories-cols .image {
        max-width: 130px;
        margin: 20px 0 0; } }
    @media (max-width: 1199px) {
      .categories-cols .image {
        max-width: 100px;
        margin: 10px 0 0; } }

.featured-items {
  background: #FFF4F4;
  padding: 50px 0; }
  @media (min-width: 1200px) {
    .featured-items {
      padding: 80px 0; } }
  @media (min-width: 1760px) {
    .featured-items {
      padding: 85px 0; } }
  .featured-items h2 {
    margin: 0 0 30px;
    text-align: center; }
    @media (min-width: 1200px) {
      .featured-items h2 {
        margin: 0 0 50px; } }

.featured-slider {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  margin: 0 -10px; }
  @media (min-width: 1760px) {
    .featured-slider {
      margin: 0 -20px; } }
  .featured-slider .slide {
    padding: 0 10px;
    width: 25%; }
    @media (min-width: 1760px) {
      .featured-slider .slide {
        padding: 0 20px; } }
    @media (min-width: 1200px) {
      .featured-slider .slide:nth-child(even) .product-item {
        margin-top: 20px; } }
  .featured-slider > .slick-list {
    margin: 0 -200px 0 0;
    padding: 0 200px 0 0; }
    @media (min-width: 1200px) {
      .featured-slider > .slick-list {
        margin: 0 -300px 0 0;
        padding: 0 400px 0 0; } }

.product-item {
  background: #fff;
  border-radius: 10px;
  padding: 15px;
  position: relative;
  border: solid 1px transparent;
  -webkit-transition: linear 0.4s;
  transition: linear 0.4s; }
  @media (min-width: 1760px) {
    .product-item {
      padding: 25px; } }
  .product-item:hover {
    border-color: #FFC11E;
    background: #FFFAEC; }
    .product-item:hover .btn {
      background: #FFC836;
      border-color: #FFC836; }
  .product-item .title {
    display: block;
    font-size: 16px;
    line-height: 30px; }
    @media (min-width: 768px) {
      .product-item .title {
        font-size: 17px; } }
    @media (min-width: 1200px) {
      .product-item .title {
        font-size: 18px; } }
    @media (min-width: 1760px) {
      .product-item .title {
        font-size: 20px;
        line-height: 32px; } }
  .product-item .price {
    font-size: 16px;
    font-weight: 700;
    display: block;
    margin: 0 0 20px; }
    @media (min-width: 1200px) {
      .product-item .price {
        font-size: 18px; } }
    @media (min-width: 1760px) {
      .product-item .price {
        font-size: 20px; } }
  .product-item .btn {
    display: block;
    background: none;
    border: solid 1px #18232F;
    font-size: 15px;
    font-weight: 500;
    text-transform: uppercase;
    min-height: inherit;
    padding: 12px 25px; }
    @media (min-width: 768px) {
      .product-item .btn {
        font-size: 16px; } }
    .product-item .btn:after {
      content: '\e946';
      font-family: icomoon;
      margin: -2px 0 -2px 10px;
      font-size: 16px; }
      @media (min-width: 768px) {
        .product-item .btn:after {
          margin: -4px 0 -4px 15px;
          font-size: 20px; } }
  .product-item .tag {
    position: absolute;
    left: 25px;
    top: 25px;
    border-radius: 5px;
    background: #F00;
    padding: 5px 12px;
    font-size: 14px;
    line-height: 20px;
    color: #fff;
    font-weight: 600;
    text-transform: uppercase;
    text-align: center; }
    @media (min-width: 1760px) {
      .product-item .tag {
        padding: 5px 12px;
        font-size: 16px;
        line-height: 32px;
        left: 40px;
        top: 40px; } }
    .product-item .tag.out-of-stock {
      background: #000; }
    .product-item .tag.save {
      background: #11CE68; }
    .product-item .tag.new {
      background: #FFC836; }
  .product-item .images-slider {
    margin: 0 0 15px; }
    .product-item .images-slider .image {
      display: block;
      padding-top: 52%;
      background-size: cover;
      background-position: 50% 50%;
      border-radius: 5px; }
    .product-item .images-slider .sub-slide .image {
      padding-top: 100%; }
    .product-item .images-slider .slick-track:after, .product-item .images-slider .slick-track:before {
      display: none; }
    .product-item .images-slider .slick-arrow {
      width: 30px;
      height: 30px;
      background: #fff;
      border-radius: 100%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      margin: 0 -15px;
      color: #18232F; }
      .product-item .images-slider .slick-arrow i {
        font-size: 16px; }

.featured-slider-nav, .hero-slider-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 40px 0 0; }
  .featured-slider-nav .slick-arrow, .hero-slider-nav .slick-arrow {
    position: static;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    width: 40px;
    height: 40px;
    border-radius: 100%;
    border: solid 2px #18232F;
    color: #18232F;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 0 10px; }
    @media (min-width: 1024px) {
      .featured-slider-nav .slick-arrow, .hero-slider-nav .slick-arrow {
        width: 50px;
        height: 50px; } }

.our-accreditations {
  text-align: center;
  padding: 50px 0 50px; }
  @media (min-width: 768px) {
    .our-accreditations {
      padding: 60px 0 60px; } }
  @media (min-width: 1024px) {
    .our-accreditations {
      padding: 82px 0 80px; } }
  @media (min-width: 1366px) {
    .our-accreditations {
      padding: 80px 0; } }
  @media (min-width: 1760px) {
    .our-accreditations {
      padding: 100px 0; } }
  .our-accreditations h2, .our-accreditations .h2 {
    margin: 0 0 30px; }
  .our-accreditations p {
    margin: 0 0 30px; }
  .our-accreditations .container {
    max-width: 1490px; }
  .our-accreditations .accreditation {
    margin: 0 50px; }
    @media (min-width: 768px) {
      .our-accreditations .accreditation {
        padding: 15px 0 0;
        margin: 0 50px; } }
    @media (min-width: 1024px) {
      .our-accreditations .accreditation {
        margin: 0 130px; } }
    .our-accreditations .accreditation .slide {
      margin: 0 15px;
      text-align: center;
      background: #FAFAFA;
      border-radius: 10px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      padding: 5px; }
      .our-accreditations .accreditation .slide img {
        display: inline-block;
        vertical-align: top; }
  .our-accreditations .slick-list {
    width: 100%; }
  .our-accreditations .slick-track {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap; }
    .our-accreditations .slick-track:after, .our-accreditations .slick-track:before {
      display: none; }
  .our-accreditations .slick-arrow {
    margin: 0 -50px;
    width: 40px;
    height: 40px;
    background: none;
    border: solid 2px #18232F;
    color: #18232F;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    border-radius: 100%; }
    @media (min-width: 1024px) {
      .our-accreditations .slick-arrow {
        width: 50px;
        height: 50px;
        margin: 0 -100px; } }
    @media (min-width: 1366px) {
      .our-accreditations .slick-arrow {
        margin: 0 -130px; } }
    .our-accreditations .slick-arrow i {
      font-size: 22px; }

.aboutus-block {
  background: #F3F3F3;
  padding: 50px 0; }
  @media (min-width: 1024px) {
    .aboutus-block {
      padding: 100px 0; } }
  .aboutus-block .holder {
    border-radius: 10px;
    background: #FFF;
    padding: 40px 20px; }
    @media (min-width: 768px) {
      .aboutus-block .holder {
        padding: 50px 30px; } }
    @media (min-width: 1200px) {
      .aboutus-block .holder {
        padding: 80px 50px; } }
    @media (min-width: 1366px) {
      .aboutus-block .holder {
        padding: 130px 50px 100px; } }
    @media (min-width: 1760px) {
      .aboutus-block .holder {
        padding: 130px 140px 100px; } }
  .aboutus-block h2 {
    margin: 0 0 20px; }
    .aboutus-block h2 span {
      position: relative; }
      .aboutus-block h2 span:before {
        position: absolute;
        left: 100%;
        bottom: 0;
        content: '';
        height: 1px;
        width: 100%;
        background: #f00;
        margin: 0 0 20px 40px; }
  .aboutus-block .text-holder {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0 0 50px; }
    @media (min-width: 1366px) {
      .aboutus-block .text-holder {
        padding: 0 0 100px; } }
  .aboutus-block .logo {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    margin: 0 0 0 30px;
    width: 140px;
    display: none; }
    @media (min-width: 768px) {
      .aboutus-block .logo {
        display: block; } }
    @media (min-width: 1024px) {
      .aboutus-block .logo {
        width: 250px; } }
    @media (min-width: 1200px) {
      .aboutus-block .logo {
        margin: 0 0 0 40px;
        width: 300px; } }
    @media (min-width: 1366px) {
      .aboutus-block .logo {
        width: 355px;
        margin: 0 0 0 85px; } }
    @media (min-width: 1760px) {
      .aboutus-block .logo {
        width: 400px; } }
    .aboutus-block .logo img {
      display: block;
      width: 100%; }
  .aboutus-block h4 {
    font-family: "Nunito", sans-serif;
    font-size: 22px;
    font-weight: 700;
    line-height: 26px;
    color: #f00; }
    @media (min-width: 1200px) {
      .aboutus-block h4 {
        font-size: 26px;
        line-height: 30px; } }
    @media (min-width: 1366px) {
      .aboutus-block h4 {
        font-size: 28px;
        line-height: 32px; } }
  .aboutus-block .row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    margin: 0 -5px;
    font-size: 16px;
    line-height: 27px;
    font-weight: 400; }
    @media (min-width: 1024px) {
      .aboutus-block .row {
        margin: 0 -10px; } }
    @media (min-width: 1200px) {
      .aboutus-block .row {
        margin: 0 -15px; } }
    @media (min-width: 1366px) {
      .aboutus-block .row {
        margin: 0 -25px; } }
    .aboutus-block .row .col {
      margin: 0 5px 20px;
      width: calc(100% - 10px);
      padding: 20px;
      border: 1px solid #F4F4F4;
      background: #FFF9EA; }
      @media (min-width: 768px) {
        .aboutus-block .row .col {
          margin: 0 5px;
          width: calc(33.33% - 10px); } }
      @media (min-width: 1024px) {
        .aboutus-block .row .col {
          margin: 0 10px;
          width: calc(33.33% - 20px);
          padding: 30px 20px; } }
      @media (min-width: 1200px) {
        .aboutus-block .row .col {
          margin: 0 15px;
          width: calc(33.33% - 30px);
          padding: 33px 25px; } }
      @media (min-width: 1366px) {
        .aboutus-block .row .col {
          margin: 0 25px;
          width: calc(33.33% - 50px); } }
      @media (max-width: 767px) {
        .aboutus-block .row .col:last-child {
          margin-bottom: 0; } }
      .aboutus-block .row .col:nth-child(2) {
        background: #F3FFEA; }
      .aboutus-block .row .col:nth-child(3) {
        background: #FFEFFF; }
      .aboutus-block .row .col p {
        margin: 0; }
      .aboutus-block .row .col .icon {
        margin: 0 0 25px;
        max-width: 50px;
        display: block; }
        @media (min-width: 1024px) {
          .aboutus-block .row .col .icon {
            max-width: 75px; } }
        .aboutus-block .row .col .icon img {
          display: block;
          max-width: 100%; }
    .aboutus-block .row h3 {
      font-family: "Nunito", sans-serif;
      font-size: 17px;
      font-weight: 600;
      line-height: 22px;
      margin: 0 0 15px;
      text-transform: uppercase; }
      @media (min-width: 1024px) {
        .aboutus-block .row h3 {
          font-size: 20px;
          line-height: 26px; } }
      @media (min-width: 1200px) {
        .aboutus-block .row h3 {
          font-size: 24px;
          line-height: 30px; } }

.trending-items {
  padding: 60px 0 0; }
  @media (min-width: 1024px) {
    .trending-items {
      padding: 80px 0 0; } }
  @media (min-width: 1760px) {
    .trending-items {
      padding: 100px 0 50px; } }
  .trending-items h2 {
    text-align: center;
    margin: 0 0 30px; }
    @media (min-width: 1024px) {
      .trending-items h2 {
        margin: 0 0 50px; } }
  .trending-items .trending-slider {
    border-radius: 15px;
    background: #FAFAFA;
    max-width: 1630px;
    padding: 30px 25px;
    position: relative; }
    @media (min-width: 768px) {
      .trending-items .trending-slider {
        margin: 0 20px;
        border-radius: 25px;
        padding: 60px 30px; } }
    @media (min-width: 1024px) {
      .trending-items .trending-slider {
        padding: 90px 30px; } }
    @media (min-width: 1640px) {
      .trending-items .trending-slider {
        margin: 0 auto; } }
    @media (min-width: 1760px) {
      .trending-items .trending-slider {
        padding: 90px 70px; } }
    .trending-items .trending-slider:before {
      position: absolute;
      left: 22px;
      top: 0;
      bottom: 0;
      content: '';
      background: #FAFAFA;
      width: 4px;
      z-index: 1; }
      @media (min-width: 768px) {
        .trending-items .trending-slider:before {
          left: 30px; } }
      @media (min-width: 1760px) {
        .trending-items .trending-slider:before {
          left: 70px; } }
  .trending-items .slide {
    -ms-flex-negative: 0;
        flex-shrink: 0; }
  .trending-items .product-item {
    padding: 0 20px;
    border: 0;
    background: none;
    border-left: solid 1px #E4E4E4;
    border-radius: 0; }
    @media (min-width: 1760px) {
      .trending-items .product-item {
        padding: 0 40px; } }
    .trending-items .product-item .tag {
      left: 40px;
      top: 20px; }
      @media (min-width: 1760px) {
        .trending-items .product-item .tag {
          min-width: 99px;
          left: 60px; } }
      .trending-items .product-item .tag.new {
        background: #E71414; }
    .trending-items .product-item .image {
      padding-top: 103%; }
    .trending-items .product-item .btn {
      border-color: #FFF4D6;
      background: #FFF4D6; }
      .trending-items .product-item .btn:hover {
        background: #FFC836; }
  .trending-items .slick-track {
    width: 100% !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .trending-items .slick-arrow {
    width: 40px;
    height: 40px;
    border: solid 2px #18232F;
    border-radius: 100%;
    background: #fff;
    color: #18232F;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 0 -10px; }
    @media (min-width: 768px) {
      .trending-items .slick-arrow {
        margin: 0 -20px; } }
    @media (min-width: 1024px) {
      .trending-items .slick-arrow {
        width: 50px;
        height: 50px;
        margin: 0 -25px; } }

.gallery-area {
  text-align: center;
  padding: 40px 0; }
  @media (min-width: 768px) {
    .gallery-area {
      padding: 60px 0; } }
  @media (min-width: 1024px) {
    .gallery-area {
      padding: 100px 0; } }
  .gallery-area h2 {
    margin: 0 0 30px; }
  .gallery-area .item {
    position: relative;
    border-radius: 10px;
    overflow: hidden; }
    .gallery-area .item img {
      display: block;
      max-width: 100%; }
    .gallery-area .item:hover .caption {
      opacity: 1; }
    .gallery-area .item .caption {
      position: absolute;
      left: 5px;
      right: 5px;
      top: 5px;
      bottom: 5px;
      background: rgba(0, 0, 0, 0.6);
      border-radius: 10px;
      color: #fff;
      padding: 15px;
      opacity: 0;
      -webkit-transition: linear 0.4s;
      transition: linear 0.4s;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; }
      @media (min-width: 1760px) {
        .gallery-area .item .caption {
          left: 10px;
          right: 10px;
          top: 10px;
          bottom: 10px;
          padding: 30px 15px; } }
      .gallery-area .item .caption .icon {
        display: block;
        font-size: 30px; }
        @media (min-width: 1760px) {
          .gallery-area .item .caption .icon {
            font-size: 40px; } }
      .gallery-area .item .caption .username {
        display: block;
        font-size: 14px; }
        @media (min-width: 1760px) {
          .gallery-area .item .caption .username {
            font-size: 17px; } }
      .gallery-area .item .caption .no-of-likes {
        display: block;
        font-size: 14px;
        margin: 0 0 10px; }
        @media (min-width: 1760px) {
          .gallery-area .item .caption .no-of-likes {
            font-size: 16px; } }
        .gallery-area .item .caption .no-of-likes i {
          display: inline-block;
          vertical-align: top;
          margin: 5px 8px 0 0; }
      .gallery-area .item .caption .btn {
        background: none;
        border: solid 1px #fff;
        font-size: 14px;
        line-height: 22px;
        color: #fff;
        padding: 4px 20px;
        border-radius: 30px;
        min-height: inherit; }
        @media (min-width: 1760px) {
          .gallery-area .item .caption .btn {
            font-size: 16px;
            line-height: 26px;
            padding: 5px 24px;
            border-radius: 30px; } }

.grid {
  display: -ms-grid;
  display: grid;
  grid-gap: 10px;
  -ms-grid-columns: (minmax(200px, 1fr))[auto-fit];
      grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  grid-auto-rows: 170px;
  grid-auto-flow: dense; }
  @media (min-width: 1366px) {
    .grid {
      -ms-grid-columns: (minmax(250px, 1fr))[auto-fit];
          grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
      grid-auto-rows: 170px; } }
  @media (max-width: 575px) {
    .grid {
      -ms-grid-columns: (minmax(150px, 1fr))[auto-fit];
          grid-template-columns: repeat(auto-fit, minmax(150px, 1fr)); } }
  @media (min-width: 1590px) {
    .grid {
      grid-auto-rows: 206px; } }
  .grid .item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
  .grid img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 5px; }
  @media (min-width: 1024px) {
    .grid .item:nth-child(1) {
      -ms-grid-column: span 2;
          grid-column: span 2;
      -ms-grid-row: span 2;
          grid-row: span 2; } }
  @media (min-width: 1590px) {
    .grid .item:nth-child(1) {
      -ms-grid-row: span 2;
          grid-row: span 2;
      -ms-grid-column: span 3;
          grid-column: span 3; } }
  @media (min-width: 1024px) {
    .grid .item:nth-child(2), .grid .item:nth-child(4), .grid .item:nth-child(8) {
      -ms-grid-column: span 2;
          grid-column: span 2;
      -ms-grid-row: span 2;
          grid-row: span 2; } }
  @media (max-width: 1589px) {
    .grid .item:nth-child(8) {
      -ms-grid-column: span 1;
          grid-column: span 1;
      -ms-grid-row: span 2;
          grid-row: span 2; } }
  @media (max-width: 1365px) {
    .grid .item:nth-child(4) {
      -ms-grid-column: span 2;
          grid-column: span 2;
      -ms-grid-row: span 1;
          grid-row: span 1; }
    .grid .item:nth-child(8) {
      -ms-grid-column: span 2;
          grid-column: span 2;
      -ms-grid-row: span 1;
          grid-row: span 1; } }
  @media (max-width: 1289px) {
    .grid .item:nth-child(1) {
      -ms-grid-column: span 1;
          grid-column: span 1;
      -ms-grid-row: span 2;
          grid-row: span 2; }
    .grid .item:nth-child(4) {
      -ms-grid-column: span 1;
          grid-column: span 1;
      -ms-grid-row: span 2;
          grid-row: span 2; }
    .grid .item:nth-child(8) {
      -ms-grid-column: span 1;
          grid-column: span 1;
      -ms-grid-row: span 1;
          grid-row: span 1; }
    .grid .item:nth-child(9) {
      -ms-grid-column: span 1;
          grid-column: span 1;
      -ms-grid-row: span 1;
          grid-row: span 1; } }
  @media (max-width: 1198px) {
    .grid .item:nth-child(10) {
      -ms-grid-column: span 2;
          grid-column: span 2;
      -ms-grid-row: span 1;
          grid-row: span 1; } }
  @media (max-width: 1022px) {
    .grid .item:nth-child(10) {
      -ms-grid-column: span 1;
          grid-column: span 1;
      -ms-grid-row: span 1;
          grid-row: span 1; } }
  @media (max-width: 767px) {
    .grid .item:nth-child(1), .grid .item:nth-child(4) {
      -ms-grid-column: span 1;
          grid-column: span 1;
      -ms-grid-row: span 1;
          grid-row: span 1; } }
  @media (max-width: 575px) {
    .grid .item {
      -ms-grid-column: span 1 !important;
          grid-column: span 1 !important;
      -ms-grid-row: span 1 !important;
          grid-row: span 1 !important; } }

.newsletter-section {
  border-radius: 20px;
  background: #2F2408;
  padding: 30px;
  color: #fff;
  font-size: 17px;
  line-height: 28px;
  margin: 0 0 40px; }
  @media (min-width: 1024px) {
    .newsletter-section {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between; } }
  @media (min-width: 1366px) {
    .newsletter-section {
      font-size: 18px;
      line-height: 30px;
      margin: 0 0 60px;
      padding: 50px;
      border-radius: 30px; } }
  @media (min-width: 1760px) {
    .newsletter-section {
      border-radius: 45px;
      font-size: 18px;
      line-height: 32px;
      margin: 0 0 60px; } }
  .newsletter-section p a {
    text-decoration: underline; }
    .newsletter-section p a:hover {
      text-decoration: none; }
  .newsletter-section h2 {
    font-size: 30px;
    line-height: 36px;
    margin: 0 0 15px; }
    @media (min-width: 1200px) {
      .newsletter-section h2 {
        font-size: 40px;
        line-height: 45px; } }
    @media (min-width: 1366px) {
      .newsletter-section h2 {
        font-size: 45px;
        line-height: 50px; } }
    @media (min-width: 1760px) {
      .newsletter-section h2 {
        font-size: 50px;
        line-height: 55px; } }
    .newsletter-section h2 span {
      font-family: "Nunito", sans-serif;
      color: #FFC836;
      font-weight: 700; }
  .newsletter-section .text {
    max-width: 700px; }
  .newsletter-section form {
    width: 100%; }
    @media (min-width: 576px) {
      .newsletter-section form {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center; } }
    @media (min-width: 1024px) {
      .newsletter-section form {
        margin: 0 0 0 20px;
        width: auto; } }
    .newsletter-section form label {
      display: none; }
    .newsletter-section form input[type="text"], .newsletter-section form input[type="email"] {
      width: 100%;
      height: 50px;
      font-size: 14px;
      line-height: 30px;
      padding: 10px 30px;
      border: solid 1px transparent;
      border-radius: 45px;
      text-overflow: ellipsis;
      white-space: nowrap;
      display: block; }
      .newsletter-section form input[type="text"]::-webkit-input-placeholder, .newsletter-section form input[type="email"]::-webkit-input-placeholder {
        color: #A5A3A3; }
      .newsletter-section form input[type="text"]::-moz-placeholder, .newsletter-section form input[type="email"]::-moz-placeholder {
        opacity: 1;
        color: #A5A3A3; }
      .newsletter-section form input[type="text"]:-moz-placeholder, .newsletter-section form input[type="email"]:-moz-placeholder {
        color: #A5A3A3; }
      .newsletter-section form input[type="text"]:-ms-input-placeholder, .newsletter-section form input[type="email"]:-ms-input-placeholder {
        color: #A5A3A3; }
      .newsletter-section form input[type="text"].placeholder, .newsletter-section form input[type="email"].placeholder {
        color: #A5A3A3; }
      @media (min-width: 576px) {
        .newsletter-section form input[type="text"], .newsletter-section form input[type="email"] {
          font-size: 16px;
          height: 70px;
          font-size: 17px;
          line-height: 30px;
          padding: 20px 140px 20px 30px; } }
      @media (min-width: 1024px) {
        .newsletter-section form input[type="text"], .newsletter-section form input[type="email"] {
          width: 400px; } }
      @media (min-width: 1200px) {
        .newsletter-section form input[type="text"], .newsletter-section form input[type="email"] {
          width: 450px; } }
      @media (min-width: 1366px) {
        .newsletter-section form input[type="text"], .newsletter-section form input[type="email"] {
          width: 496px;
          font-size: 18px;
          padding: 20px 180px 20px 30px; } }
      @media (min-width: 1760px) {
        .newsletter-section form input[type="text"], .newsletter-section form input[type="email"] {
          width: 596px;
          height: 90px;
          font-size: 20px;
          line-height: 40px;
          padding: 25px 180px 25px 30px; } }
    .newsletter-section form input[type="submit"] {
      -ms-flex-negative: 0;
          flex-shrink: 0;
      width: 100%;
      height: 50px;
      font-size: 16px;
      text-transform: uppercase;
      font-weight: 700;
      border-radius: 35px;
      margin: 10px 0 0; }
      @media (min-width: 576px) {
        .newsletter-section form input[type="submit"] {
          height: 56px;
          margin: 0 0 0 -120px;
          width: 150px; } }
      @media (min-width: 1760px) {
        .newsletter-section form input[type="submit"] {
          height: 70px;
          font-size: 18px;
          width: 170px; } }
    @media (max-width: 1023px) {
      .newsletter-section form .gform-body {
        -webkit-box-flex: 1;
            -ms-flex-positive: 1;
                flex-grow: 1; } }
    .newsletter-section form .gfield_error input[type="text"], .newsletter-section form .gfield_error input[type="email"] {
      border-color: #f00; }

.hero-block {
  background: #f6f6ec !important;
  padding: 50px 0; }
  @media (min-width: 768px) {
    .hero-block {
      padding: 80px 0; } }
  @media (min-width: 1024px) {
    .hero-block {
      padding: 100px 0; } }
  .hero-block h2, .hero-block .h2 {
    font-family: "Nunito", sans-serif;
    font-size: 40px;
    line-height: 1.2;
    margin: 0 0 20px; }
    @media (min-width: 768px) {
      .hero-block h2, .hero-block .h2 {
        font-size: 50px; } }
    @media (min-width: 1024px) {
      .hero-block h2, .hero-block .h2 {
        font-size: 55px; } }
  .hero-block .container {
    max-width: 1210px; }

#breadcrumbs {
  margin: 0; }
  #breadcrumbs a {
    color: #18232F;
    text-decoration: underline; }
    #breadcrumbs a:hover {
      text-decoration: none; }

.main-ecommerce-area .container, .listing-block .container {
  max-width: 1210px; }

.content-blocks, .contact-block {
  padding: 35px 0; }
  @media (min-width: 768px) {
    .content-blocks, .contact-block {
      padding: 60px 0; } }
  @media (min-width: 1024px) {
    .content-blocks, .contact-block {
      padding: 80px 0; } }
  .content-blocks .container, .contact-block .container {
    max-width: 1210px; }

.hero-slider-block {
  background: #F6F6EC;
  padding: 25px 0;
  border-top: solid 1px #fff; }
  @media (min-width: 1024px) {
    .hero-slider-block {
      padding: 40px 0; } }
  .hero-slider-block .slide {
    padding: 0 25px; }
    .hero-slider-block .slide.slick-current .slider-item {
      background: #FFC836 url(images/bg-hero.png); }
      .hero-slider-block .slide.slick-current .slider-item .btn {
        background: #2F2408;
        color: #fff; }
  .hero-slider-block .slider-item {
    background: #fff; }
    @media (min-width: 768px) {
      .hero-slider-block .slider-item {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex; } }
    .hero-slider-block .slider-item .text {
      padding: 25px;
      width: 100%;
      -ms-flex-negative: 0;
          flex-shrink: 0; }
      @media (min-width: 576px) {
        .hero-slider-block .slider-item .text {
          padding: 40px; } }
      @media (min-width: 768px) {
        .hero-slider-block .slider-item .text {
          width: 50%; } }
      @media (min-width: 1024px) {
        .hero-slider-block .slider-item .text {
          width: 420px;
          padding: 50px; } }
      @media (min-width: 1600px) {
        .hero-slider-block .slider-item .text {
          padding: 60px;
          width: 470px; } }
    .hero-slider-block .slider-item .image {
      background-size: cover;
      background-position: 50% 50%;
      -webkit-box-flex: 1;
          -ms-flex-positive: 1;
              flex-grow: 1;
      padding-top: 70%;
      min-height: inherit; }
      @media (min-width: 768px) {
        .hero-slider-block .slider-item .image {
          min-height: 390px;
          padding-top: 0; } }
  .hero-slider-block h2 {
    margin: 0 0 15px;
    font-size: 35px;
    line-height: 40px;
    font-family: "Nunito", sans-serif; }
    @media (min-width: 1024px) {
      .hero-slider-block h2 {
        font-size: 42px;
        line-height: 48px; } }
  .hero-slider-block p {
    margin: 0 0 25px; }
  @media (min-width: 1200px) {
    .hero-slider-block .hero-slider {
      max-width: 1000px; } }
  @media (min-width: 1600px) {
    .hero-slider-block .hero-slider {
      max-width: 1220px; } }
  @media (min-width: 1200px) {
    .hero-slider-block .slick-list {
      margin-right: -1250px;
      padding-right: 1250px; } }
  @media (max-width: 767px) {
    .hero-slider-block .hero-slider-nav {
      padding-top: 20px; } }

.hero-image {
  overflow: hidden;
  position: relative; }
  .hero-image img {
    display: block;
    width: 100%; }

.widget .widget-post-list .widget-posts-title {
  font-family: "Nunito", sans-serif; }

.woocommerce ul.products li.product a img {
  height: 100% !important;
  object-fit: cover; }

.custom-notice {
  text-align: center;
  background: #FFC836;
  font-size: 14px;
  line-height: 22px;
  font-weight: 700;
  margin: 0 0 20px;
  padding: 20px 15px; }
  @media (min-width: 1200px) {
    .custom-notice {
      font-size: 16px;
      line-height: 22px;
      padding: 25px 15px;
      text-transform: uppercase; } }
  @media (min-width: 1366px) {
    .custom-notice {
      font-weight: 800; } }
/*# sourceMappingURL=style.css.map */