/*
Theme Name: HappyHoliday
Author: Anonymous
Author URI:
Version: 1
Description: HappyHoliday theme for Wordpress
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: HappyHoliday
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; }

@font-face {
  font-family: "Gotham Pro";
  src: url("fonts/GothamPro-BoldItalic.eot");
  src: local("Gotham Pro Bold Italic"), local("GothamPro-BoldItalic"), url("fonts/GothamPro-BoldItalic.eot?#iefix") format("embedded-opentype"), url("fonts/GothamPro-BoldItalic.woff") format("woff"), url("fonts/GothamPro-BoldItalic.ttf") format("truetype");
  font-weight: bold;
  font-style: italic; }

@font-face {
  font-family: "Gotham Pro";
  src: url("fonts/GothamPro-Italic.eot");
  src: local("Gotham Pro Italic"), local("GothamPro-Italic"), url("fonts/GothamPro-Italic.eot?#iefix") format("embedded-opentype"), url("fonts/GothamPro-Italic.woff") format("woff"), url("fonts/GothamPro-Italic.ttf") format("truetype");
  font-weight: normal;
  font-style: italic; }

@font-face {
  font-family: "Gotham Pro";
  src: url("fonts/GothamPro-Medium.eot");
  src: local("Gotham Pro Medium"), local("GothamPro-Medium"), url("fonts/GothamPro-Medium.eot?#iefix") format("embedded-opentype"), url("fonts/GothamPro-Medium.woff") format("woff"), url("fonts/GothamPro-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal; }

@font-face {
  font-family: "Gotham Pro";
  src: url("fonts/GothamPro-BlackItalic.eot");
  src: local("Gotham Pro Black Italic"), local("GothamPro-BlackItalic"), url("fonts/GothamPro-BlackItalic.eot?#iefix") format("embedded-opentype"), url("fonts/GothamPro-BlackItalic.woff") format("woff"), url("fonts/GothamPro-BlackItalic.ttf") format("truetype");
  font-weight: 900;
  font-style: italic; }

@font-face {
  font-family: "Gotham Pro";
  src: url("fonts/GothamPro-Bold.eot");
  src: local("Gotham Pro Bold"), local("GothamPro-Bold"), url("fonts/GothamPro-Bold.eot?#iefix") format("embedded-opentype"), url("fonts/GothamPro-Bold.woff") format("woff"), url("fonts/GothamPro-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal; }

@font-face {
  font-family: "Gotham Pro Narrow";
  src: url("fonts/GothamProNarrow-Bold.eot");
  src: local("Gotham Pro Narrow Bold"), local("GothamProNarrow-Bold"), url("fonts/GothamProNarrow-Bold.eot?#iefix") format("embedded-opentype"), url("fonts/GothamProNarrow-Bold.woff") format("woff"), url("fonts/GothamProNarrow-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal; }

@font-face {
  font-family: "Gotham Pro Narrow";
  src: url("fonts/GothamProNarrow-Medium.eot");
  src: local("Gotham Pro Narrow Medium"), local("GothamProNarrow-Medium"), url("fonts/GothamProNarrow-Medium.eot?#iefix") format("embedded-opentype"), url("fonts/GothamProNarrow-Medium.woff") format("woff"), url("fonts/GothamProNarrow-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal; }

@font-face {
  font-family: "Gotham Pro";
  src: url("fonts/GothamPro-LightItalic.eot");
  src: local("Gotham Pro Light Italic"), local("GothamPro-LightItalic"), url("fonts/GothamPro-LightItalic.eot?#iefix") format("embedded-opentype"), url("fonts/GothamPro-LightItalic.woff") format("woff"), url("fonts/GothamPro-LightItalic.ttf") format("truetype");
  font-weight: 300;
  font-style: italic; }

@font-face {
  font-family: "Gotham Pro";
  src: url("fonts/GothamPro-Light.eot");
  src: local("Gotham Pro Light"), local("GothamPro-Light"), url("fonts/GothamPro-Light.eot?#iefix") format("embedded-opentype"), url("fonts/GothamPro-Light.woff") format("woff"), url("fonts/GothamPro-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal; }

@font-face {
  font-family: "Gotham Pro";
  src: url("fonts/GothamPro-Black.eot");
  src: local("Gotham Pro Black"), local("GothamPro-Black"), url("fonts/GothamPro-Black.eot?#iefix") format("embedded-opentype"), url("fonts/GothamPro-Black.woff") format("woff"), url("fonts/GothamPro-Black.ttf") format("truetype");
  font-weight: 900;
  font-style: normal; }

@font-face {
  font-family: "Gotham Pro";
  src: url("fonts/GothamPro.eot");
  src: local("Gotham Pro"), local("GothamPro"), url("fonts/GothamPro.eot?#iefix") format("embedded-opentype"), url("fonts/GothamPro.woff") format("woff"), url("fonts/GothamPro.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: "Gotham Pro";
  src: url("fonts/GothamPro-MediumItalic.eot");
  src: local("Gotham Pro Medium Italic"), local("GothamPro-MediumItalic"), url("fonts/GothamPro-MediumItalic.eot?#iefix") format("embedded-opentype"), url("fonts/GothamPro-MediumItalic.woff") format("woff"), url("fonts/GothamPro-MediumItalic.ttf") format("truetype");
  font-weight: 500;
  font-style: italic; }

@font-face {
  font-family: "Comfortaa";
  src: local("Comfortaa Light"), local("Comfortaa-Light"), url("fonts/comfortaalight.woff2") format("woff2"), url("fonts/comfortaalight.woff") format("woff"), url("fonts/comfortaalight.ttf") format("truetype");
  font-weight: 300;
  font-style: normal; }

@font-face {
  font-family: "Comfortaa";
  src: local("Comfortaa"), url("fonts/comfortaa.woff2") format("woff2"), url("fonts/comfortaa.woff") format("woff"), url("fonts/comfortaa.ttf") format("truetype");
  font-weight: 400;
  font-style: normal; }

@font-face {
  font-family: "Comfortaa";
  src: local("Comfortaa Bold"), local("Comfortaa-Bold"), url("fonts/comfortaabold.woff2") format("woff2"), url("fonts/comfortaabold.woff") format("woff"), url("fonts/comfortaabold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal; }

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
>>> Start: Iconmoon - Font icons
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
@font-face {
  font-family: 'icomoon';
  src:  url('fonts/icomoon.eot?y4qa2t');
  src:  url('fonts/icomoon.eot?y4qa2t#iefix') format('embedded-opentype'),
    url('fonts/icomoon.ttf?y4qa2t') format('truetype'),
    url('fonts/icomoon.woff?y4qa2t') format('woff'),
    url('fonts/icomoon.svg?y4qa2t#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Enable Ligatures ================ */
  letter-spacing: 0;
  -webkit-font-feature-settings: "liga";
  -moz-font-feature-settings: "liga=1";
  -moz-font-feature-settings: "liga";
  -ms-font-feature-settings: "liga" 1;
  font-feature-settings: "liga";
  -webkit-font-variant-ligatures: discretionary-ligatures;
  font-variant-ligatures: discretionary-ligatures;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-tiktok:before {
  content: "\e902";
}
.icon-envelope:before {
  content: "\e900";
}
.icon-arrow-right:before {
  content: "\e901";
}
.icon-facebook:before {
  content: "\e903";
}
.icon-google-plus:before {
  content: "\e904";
}
.icon-search:before {
  content: "\e905";
}
.icon-twitter:before {
  content: "\e906";
}
.icon-arrow-left:before {
  content: "\e907";
}
.icon-check:before {
  content: "\e908";
}
.icon-instagram:before {
  content: "\ea92";
}
.icon-youtube:before {
  content: "\ea9d";
}
.icon-reddit:before {
  content: "\eac6";
}
.icon-pinterest:before {
  content: "\ead1";
}
.icon-pinterest2:before {
  content: "\ead2";
}
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
<<< Close: Iconmoon - Font icons
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

/* custom select styles */
.jcf-select {
  display: inline-block;
  vertical-align: top;
  position: relative;
  border: 1px solid #777;
  background: #fff;
  margin: 0 0 12px;
  min-width: 150px;
  height: 26px; }

.jcf-select select {
  z-index: 1;
  left: 0;
  top: 0; }

.jcf-select .jcf-select-text {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  cursor: default;
  display: block;
  font-size: 13px;
  line-height: 26px;
  margin: 0 35px 0 8px; }

.jcf-select .jcf-select-opener {
  position: absolute;
  text-align: center;
  background: #aaa;
  width: 26px;
  bottom: 0;
  right: 0;
  top: 0; }

body > .jcf-select-drop {
  position: absolute;
  margin: -1px 0 0;
  z-index: 9999; }

body > .jcf-select-drop.jcf-drop-flipped {
  margin: 1px 0 0; }

.jcf-select .jcf-select-drop {
  position: absolute;
  margin-top: 0px;
  z-index: 9999;
  top: 100%;
  left: -1px;
  right: -1px; }

.jcf-select .jcf-drop-flipped {
  bottom: 100%;
  top: auto; }

.jcf-select-drop .jcf-select-drop-content {
  border: 1px solid #f00; }

/* multiple select styles */
.jcf-list-box {
  overflow: hidden;
  display: inline-block;
  border: 1px solid #b8c3c9;
  min-width: 200px;
  margin: 0 15px; }

/* select options styles */
.jcf-list {
  display: inline-block;
  vertical-align: top;
  position: relative;
  background: #fff;
  line-height: 14px;
  font-size: 12px;
  width: 100%; }

.jcf-list .jcf-list-content {
  vertical-align: top;
  display: inline-block;
  overflow: auto;
  width: 100%; }

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

.jcf-list ul li {
  overflow: hidden;
  display: block; }

.jcf-list .jcf-overflow {
  overflow: auto; }

.jcf-list .jcf-option {
  overflow: hidden;
  cursor: default;
  display: block;
  padding: 5px 9px;
  color: #656565;
  height: 1%; }

.jcf-list .jcf-disabled {
  background: #fff !important;
  color: #aaa !important; }

.jcf-select-drop .jcf-hover,
.jcf-list-box .jcf-selected {
  background: #e6e6e6;
  color: #000; }

.jcf-list .jcf-optgroup-caption {
  white-space: nowrap;
  font-weight: bold;
  display: block;
  padding: 5px 9px;
  cursor: default;
  color: #000; }

.jcf-list .jcf-optgroup .jcf-option {
  padding-left: 30px; }

/* common custom form elements styles */
.jcf-disabled {
  background: #ddd !important; }

.jcf-focus,
.jcf-focus * {
  border-color: #ff4e74 !important; }

@-webkit-keyframes anim1 {
  from {
    -webkit-transform: translateX(-370px);
            transform: translateX(-370px); }
  to {
    -webkit-transform: translateX(110vw);
            transform: translateX(110vw); } }

@keyframes anim1 {
  from {
    -webkit-transform: translateX(-370px);
            transform: translateX(-370px); }
  to {
    -webkit-transform: translateX(110vw);
            transform: translateX(110vw); } }

/* Slick slider styles */
.hero-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;
    cursor: hand; }

.hero-slider .slick-track,
.hero-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;
  height: 100%;
  min-height: 1px;
  display: none; }
  [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; }

.category-nav-list, .main-footer ul, .fixed-nav .fixed-nav-list, .breadcrumbs-box .breadcrumbs-list {
  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: #333;
  background: #fff;
  font: 16px/1.2 "Gotham Pro", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  min-width: 320px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

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

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

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

blockquote {
  border-left: 4px solid #999;
  padding-left: .5em;
  margin-left: 1.2em; }

th, td {
  border: 1px solid #999;
  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'],
textarea {
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  box-sizing: border-box;
  border: 1px solid #999;
  padding: 0.4em 0.7em; }
  input[type='text']:focus,
  input[type='tel']:focus,
  input[type='email']:focus,
  input[type='search']:focus,
  input[type='password']:focus,
  textarea:focus {
    border-color: #333; }
  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,
  textarea::-webkit-input-placeholder {
    color: #999; }
  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,
  textarea::-moz-placeholder {
    opacity: 1;
    color: #999; }
  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,
  textarea:-moz-placeholder {
    color: #999; }
  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,
  textarea:-ms-input-placeholder {
    color: #999; }
  input[type='text'].placeholder,
  input[type='tel'].placeholder,
  input[type='email'].placeholder,
  input[type='search'].placeholder,
  input[type='password'].placeholder,
  textarea.placeholder {
    color: #999; }

select {
  -webkit-border-radius: 0; }

textarea {
  resize: vertical;
  vertical-align: top; }

button,
input[type='button'],
input[type='reset'],
input[type='file'],
input[type='submit'] {
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  cursor: pointer; }

.widget {
  margin-bottom: 1.2em; }
  .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 {
    float: left;
    height: 2em; }
    .search-form input[type='search'] {
      margin: 0 4px 0 0;
      width: 150px; }

.post-password-form input {
  float: left;
  height: 2em; }
  .post-password-form input[type='password'] {
    width: 150px; }

.comment-form input[type='submit'],
.post-password-form input[type='submit'],
.search-form input[type='submit'] {
  background: #333;
  color: #fff;
  height: 2em;
  border: none;
  padding: 0 .5em; }
  .comment-form input[type='submit']:hover,
  .post-password-form input[type='submit']:hover,
  .search-form input[type='submit']:hover {
    opacity: 0.8; }

.commentlist {
  margin: 0 0 1.2em; }
  .commentlist .edit-link {
    margin: 0; }
  .commentlist .avatar-holder {
    float: left;
    margin: 0 1.2em 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.2em; }

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

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

.navigation,
.navigation-comments {
  position: relative;
  vertical-align: middle;
  margin-bottom: 1.2em; }
  .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: #333;
    color: #fff;
    padding: .4em;
    text-decoration: none; }
    @media (max-width: 767px) {
      .navigation .next,
      .navigation .prev,
      .navigation-comments .next,
      .navigation-comments .prev {
        padding: .2em; } }
    .navigation .next:hover,
    .navigation .prev:hover,
    .navigation-comments .next:hover,
    .navigation-comments .prev:hover {
      opacity: 0.8; }

.navigation-single {
  margin-bottom: 1.2em; }
  .navigation-single .next,
  .navigation-single .prev {
    float: left;
    vertical-align: middle;
    max-width: 48%;
    background: #333;
    color: #fff;
    text-decoration: none; }
    .navigation-single .next:hover,
    .navigation-single .prev:hover {
      opacity: 0.8; }
    .navigation-single .next a,
    .navigation-single .prev a {
      color: inherit;
      text-decoration: none;
      padding: .4em;
      display: block; }
      @media (max-width: 767px) {
        .navigation-single .next a,
        .navigation-single .prev a {
          padding: .2em; } }
  .navigation-single .next {
    float: right; }

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

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

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

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

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

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

.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; }

h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5,
h6, .h6,
.h {
  font-family: "Montserrat", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  font-weight: bold;
  margin: 0 0 0.5em;
  color: inherit; }

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

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

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

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

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

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

p {
  margin: 0 0 1em; }

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

.top-header {
  position: relative;
  z-index: 4;
  margin-bottom: -15px; }
  .top-header:before {
    content: "";
    position: absolute;
    top: -10px;
    bottom: 0;
    right: -10px;
    left: -10px;
    filter: blur(10px);
    background: -webkit-linear-gradient(left, #f51730 0%, #d22a42 50%, #8b1223 100%);
    background: linear-gradient(to right, #f51730 0%, #d22a42 50%, #8b1223 100%); }

.top-header-holder {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 10px 0;
  z-index: -1; }
  @media (max-width: 1023px) {
    .top-header-holder {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; } }
  @media (min-width: 1024px) {
    .top-header-holder {
      -webkit-box-pack: end;
          -ms-flex-pack: end;
              justify-content: flex-end; } }
  .top-header-holder .logo-box {
    position: relative;
    z-index: 3;
    max-width: 486px;
    margin: 0 auto; }
    @media (min-width: 1024px) {
      .top-header-holder .logo-box {
        width: 50%;
        margin: 0 20px; } }
    .top-header-holder .logo-box .logo {
      display: block; }
      .top-header-holder .logo-box .logo img {
        width: 100%; }

.right-box {
  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) {
    .right-box {
      -webkit-box-pack: end;
          -ms-flex-pack: end;
              justify-content: flex-end;
      width: 25%;
      margin-left: 45px; } }
  .right-box .search-form {
    margin-bottom: 0;
    position: relative; }
    .right-box .search-form input {
      max-width: 176px;
      width: 100%;
      border-radius: 22px;
      border: 1px solid rgba(255, 255, 255, 0.16);
      background-color: rgba(41, 41, 41, 0.16);
      padding: 20px;
      font-size: 12px;
      color: #fff;
      padding-right: 40px; }
    .right-box .search-form button {
      background-color: transparent;
      border: none;
      width: 30px;
      height: 30px;
      color: #fff;
      opacity: 0.4;
      position: absolute;
      right: 10px;
      font-size: 17px;
      top: 50%;
      -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
              transform: translateY(-50%); }
  .right-box .basket-box .basket {
    display: block;
    width: 66px;
    height: 57px;
    width: 100%;
    position: relative;
    -webkit-transition: opacity 0.3s ease-in-out;
    transition: opacity 0.3s ease-in-out; }
    .right-box .basket-box .basket:hover {
      opacity: 0.7; }
    .right-box .basket-box .basket .value {
      position: absolute;
      color: #fff;
      font-weight: 700;
      background: -webkit-linear-gradient(315deg, #f9d377 0%, #e68830 50%, #e68830 100%);
      background: linear-gradient(135deg, #f9d377 0%, #e68830 50%, #e68830 100%);
      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;
      width: 18px;
      font-size: 10px;
      height: 18px;
      border-radius: 50%;
      top: 38%;
      left: -10px;
      z-index: 22; }
      .right-box .basket-box .basket .value:before {
        content: "";
        background: -webkit-radial-gradient(center ellipse, rgba(255, 245, 190, 0.4) 0%, rgba(255, 245, 190, 0) 70%, rgba(255, 245, 190, 0) 100%);
        background: radial-gradient(ellipse at center, rgba(255, 245, 190, 0.4) 0%, rgba(255, 245, 190, 0) 70%, rgba(255, 245, 190, 0) 100%);
        position: absolute;
        width: 37px;
        height: 37px;
        top: 50%;
        z-index: -1;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
                transform: translate(-50%, -50%);
        border-radius: 50%; }

.bottom-header {
  position: relative;
  padding: 25px 0 15px; }
  .bottom-header:before {
    content: "";
    position: absolute;
    left: -20px;
    top: 0;
    bottom: 0;
    right: -20px;
    z-index: 2;
    filter: blur(1px);
    background-image: url(images/bottom-bg.png);
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: cover;
    box-shadow: inset 0px -4px 8px 8px white; }
  .bottom-header .img-holder {
    position: relative;
    z-index: 3; }
    @media (max-width: 1023px) {
      .bottom-header .img-holder {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex; } }
    @media (min-width: 1024px) {
      .bottom-header .img-holder {
        padding-left: 130px; } }
    .bottom-header .img-holder img {
      max-width: 100%;
      -webkit-animation: 8s anim1 infinite linear;
              animation: 8s anim1 infinite linear; }

.category-nav-list {
  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;
  padding: 20px;
  position: relative;
  -webkit-transition: height 0.3s ease-in-out;
  transition: height 0.3s ease-in-out; }
  @media (max-width: 767px) {
    .category-nav-list {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      padding: 0;
      height: 0;
      overflow: hidden; }
      .nav-active .category-nav-list {
        height: 350px;
        padding: 10px; } }
  .category-nav-list li {
    position: relative;
    z-index: 22;
    margin: 10px;
    overflow: hidden;
    background-color: #ff4e74;
    box-shadow: 0px 0px 6px 6px #ff4e74;
    -webkit-transition: background 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
    transition: background 0.3s ease-in-out, box-shadow 0.3s ease-in-out; }
    @media (max-width: 767px) {
      .category-nav-list li {
        width: 100%;
        margin-bottom: 20px; } }
    .category-nav-list li:hover {
      background-color: #fd1f4f;
      box-shadow: 0px 0px 6px 6px #fd1f4f; }
  .category-nav-list img {
    max-height: 35px;
    height: 100%;
    width: auto;
    margin-right: 3px; }
  .category-nav-list a {
    font-family: "Comfortaa", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
    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;
    text-transform: uppercase;
    font-size: 13px;
    padding: 3px 25px;
    letter-spacing: 1.7px;
    color: #fff; }

.category-nav-holder {
  margin-top: -20px;
  position: relative;
  z-index: 22;
  overflow: hidden;
  padding: 10px; }
  @media (max-width: 767px) {
    .category-nav-holder {
      padding-top: 20px; } }
  .category-nav-holder .opener-holder {
    display: none; }
    @media (max-width: 767px) {
      .category-nav-holder .opener-holder {
        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;
        margin-bottom: 20px; } }
    .category-nav-holder .opener-holder .btn {
      font-size: 18px;
      max-width: 300px;
      width: 200px;
      max-width: 100%;
      border-radius: 35px;
      border: 2px solid #ff4e74;
      padding: 15px;
      position: relative;
      background-color: #ff4e74;
      color: #fff;
      -webkit-transition: color 0.3s ease-in-out, background-color 0.3s ease-in-out;
      transition: color 0.3s ease-in-out, background-color 0.3s ease-in-out; }
      .category-nav-holder .opener-holder .btn:before {
        content: "";
        position: absolute;
        top: 50%;
        opacity: 0.7;
        right: 20px;
        -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
                transform: translate(-50%, -50%);
        width: 0;
        height: 0;
        border-left: 5px solid transparent;
        border-right: 5px solid transparent;
        border-top: 8px solid white; }

.main-footer {
  position: relative;
  padding: 70px 0;
  color: #676c72; }
  @media (min-width: 768px) {
    .main-footer {
      padding: 70px 0 50px; } }
  .main-footer:before {
    content: "";
    position: absolute;
    box-shadow: inset 0px 0px 18px 18px white;
    background-color: #e8e8e8;
    top: 0;
    right: -20px;
    bottom: -20px;
    left: -20px; }
  .main-footer .footer-holder {
    position: relative;
    margin-bottom: 10px; }
    @media (min-width: 1024px) {
      .main-footer .footer-holder {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between; } }
  .main-footer .copyright-row {
    position: relative;
    padding-top: 15px;
    z-index: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
    .main-footer .copyright-row a {
      color: #333;
      text-align: center; }
      .main-footer .copyright-row a:hover {
        color: #ff4e74; }
  .main-footer .footer-contact {
    width: 100%; }
    @media (max-width: 767px) {
      .main-footer .footer-contact {
        margin-bottom: 30px; } }
    @media (min-width: 768px) {
      .main-footer .footer-contact {
        margin: 0 auto 30px; } }
    @media (min-width: 1024px) {
      .main-footer .footer-contact {
        margin: 0;
        margin-right: 25px;
        margin-bottom: 25px;
        max-width: 283px; } }
    .main-footer .footer-contact img {
      width: 100%; }
    .main-footer .footer-contact .footer-logo {
      margin: 0 auto 20px;
      max-width: 280px; }
      .main-footer .footer-contact .footer-logo a {
        display: block; }
    .main-footer .footer-contact .social-list {
      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; }
      .main-footer .footer-contact .social-list li {
        padding: 0 20px; }
        @media (min-width: 1024px) {
          .main-footer .footer-contact .social-list li {
            padding: 0 5px; } }
      .main-footer .footer-contact .social-list a {
        color: #9da3a7;
        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;
        width: 20px;
        font-size: 22px;
        height: 20px; }
        @media (min-width: 768px) {
          .main-footer .footer-contact .social-list a {
            font-size: 18px; } }
        .main-footer .footer-contact .social-list a:hover {
          color: #ff4e74; }
  .main-footer .footer-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    width: 100%;
    max-width: 100%;
    padding-top: 12px; }
    @media (max-width: 1023px) {
      .main-footer .footer-nav {
        margin-bottom: 15px; } }
    .main-footer .footer-nav .footer-category-list li {
      margin-bottom: 10px; }
    .main-footer .footer-nav .footer-category-list a {
      font-size: 12px;
      font-weight: 300;
      color: #676c72;
      letter-spacing: 1px; }
      .main-footer .footer-nav .footer-category-list a:hover {
        color: #ff4e74; }
  .main-footer .newsletter-box {
    max-width: 390px;
    padding-left: 30px;
    padding-top: 12px; }
    @media (max-width: 1023px) {
      .main-footer .newsletter-box {
        margin: 0 auto;
        padding: 0;
        text-align: center; } }
    .main-footer .newsletter-box p {
      font-size: 12px;
      letter-spacing: 1px;
      line-height: 1.6;
      margin-bottom: 17px; }
  .main-footer h3 {
    font-family: "Comfortaa", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
    text-transform: uppercase;
    font-size: 16px;
    color: #333;
    font-weight: 700;
    margin-bottom: 22px;
    letter-spacing: 2.3px; }

.newsletter-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 25px;
  overflow: hidden; }
  .newsletter-form .mc4wp-form-fields {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .newsletter-form .email-label {
    width: 60%;
    position: relative; }
    .newsletter-form .email-label:before {
      content: "\";
      font-family: icomoon;
      position: absolute;
      left: 25px;
      top: 52%;
      -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
              transform: translateY(-50%);
      font-size: 12px; }
  .newsletter-form input {
    width: 100%;
    border: none;
    padding: 15px 15px 15px 42px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 12px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    .newsletter-form input::-webkit-input-placeholder {
      font-size: 12px; }
    .newsletter-form input::-moz-placeholder {
      opacity: 1;
      font-size: 12px; }
    .newsletter-form input:-moz-placeholder {
      font-size: 12px; }
    .newsletter-form input:-ms-input-placeholder {
      font-size: 12px; }
    .newsletter-form input.placeholder {
      font-size: 12px; }
    .newsletter-form input:focus, .newsletter-form input:active {
      outline: none; }
  .newsletter-form button {
    letter-spacing: 1px;
    width: 40%;
    border: none;
    background-color: #ff4e74;
    color: #fff;
    font-size: 12px;
    font-weight: 500;
    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-top-right-radius: 30px;
    border-bottom-right-radius: 30px; }

.container {
  max-width: 1170px;
  margin: 0 auto;
  padding: 0 15px; }

#wrapper {
  min-width: 320px;
  position: relative;
  overflow: hidden; }

main {
  background-color: #fff;
  position: relative;
  z-index: 3;
  padding-bottom: 10px; }
  main + footer {
    margin-top: -6px; }

a {
  text-decoration: none;
  -webkit-transition: color 0.3s ease-in-out, background-color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out, background-color 0.3s ease-in-out; }

.home-item-section {
  margin-bottom: 60px; }
  .home-item-section .container {
    max-width: 1740px; }
  @media (max-width: 767px) {
    .home-item-section .home-item-holder {
      margin: 0 -10px; } }
  @media (min-width: 768px) {
    .home-item-section .home-item-holder {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; } }
  .home-item-section .hove-item-card {
    padding: 0 2px;
    position: relative; }
    @media (min-width: 768px) {
      .home-item-section .hove-item-card {
        width: 50%; } }
    @media (min-width: 1024px) {
      .home-item-section .hove-item-card {
        width: calc(100% / 3); } }
    .home-item-section .hove-item-card:before {
      content: "";
      position: absolute;
      top: 0;
      right: -3px;
      left: -3px;
      bottom: -3px;
      z-index: 2;
      box-shadow: inset 0px 0px 8px 15px white; }
    .home-item-section .hove-item-card img {
      width: 100%; }
    .home-item-section .hove-item-card .item-info {
      position: absolute;
      z-index: 22;
      width: 100%;
      bottom: 30px;
      left: 30px;
      padding-right: 40px; }
      @media (min-width: 768px) {
        .home-item-section .hove-item-card .item-info {
          bottom: 40px;
          left: 40px;
          width: 50%; } }
      @media (min-width: 1200px) {
        .home-item-section .hove-item-card .item-info {
          bottom: 60px;
          left: 65px; } }
      .home-item-section .hove-item-card .item-info h2 a {
        color: #fff;
        text-transform: uppercase;
        letter-spacing: 1.1px;
        font-size: 28px; }
        @media (min-width: 768px) {
          .home-item-section .hove-item-card .item-info h2 a {
            font-size: 30px; } }
        .home-item-section .hove-item-card .item-info h2 a:hover {
          color: #ff4e74; }
      .home-item-section .hove-item-card .item-info .btn {
        color: #fff;
        background-color: transparent; }
        .home-item-section .hove-item-card .item-info .btn:hover {
          color: #ff4e74;
          background-color: white; }
      .home-item-section .hove-item-card .item-info .subtitle {
        text-transform: uppercase;
        font-weight: 500;
        font-size: 12px;
        color: #ff4e74;
        display: inline-block;
        letter-spacing: 1px;
        margin-bottom: 13px; }
        .home-item-section .hove-item-card .item-info .subtitle:hover {
          color: #fff; }

.btn {
  display: inline-block;
  min-width: 154px;
  border: 2px solid #fff;
  text-align: center;
  font-size: 12px;
  font-weight: 500;
  padding: 12px 8px;
  text-transform: uppercase; }
  .btn.btn-buy {
    color: #ff4e74;
    border-radius: 25px;
    text-align: center;
    letter-spacing: 0.3px;
    border: 2px solid #ff4e74; }
    .btn.btn-buy:hover {
      color: #fff;
      background-color: #ff4e74; }

.option-section {
  margin-bottom: 45px; }
  .option-section h2 {
    text-transform: uppercase;
    font-family: "Comfortaa", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
    font-weight: 700;
    font-size: 36px;
    letter-spacing: 4px;
    margin-bottom: 35px; }
    @media (max-width: 767px) {
      .option-section h2 {
        text-align: center; } }

@media (max-width: 767px) {
  .bestsellers-section h2 {
    text-align: center;
    font-size: 30px; } }

.items-card-holder {
  width: 100%;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start; }
  .items-card-holder h2 {
    padding: 0 15px; }
  .items-card-holder .item-card {
    position: relative;
    padding: 30px 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 280px;
    margin: 0 auto 15px; }
    @media (min-width: 768px) {
      .items-card-holder .item-card {
        width: calc(100% / 3);
        margin: 0 0 15px; } }
    @media (min-width: 1024px) {
      .items-card-holder .item-card {
        width: calc(100% / 4); } }
    .items-card-holder .item-card h3.title {
      text-align: center;
      text-transform: uppercase;
      font-family: "Comfortaa", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
      letter-spacing: 4px;
      margin-bottom: 35px;
      font-size: 14px;
      font-weight: 300;
      padding: 0; }
      .items-card-holder .item-card h3.title a {
        color: #333; }
        .items-card-holder .item-card h3.title a:hover {
          color: #ff4e74; }
    .items-card-holder .item-card .bestseller-badge {
      opacity: 0; }
    .items-card-holder .item-card.bestseller .bestseller-badge {
      opacity: 1;
      position: absolute;
      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;
      text-transform: uppercase;
      font-size: 12px;
      color: #fff;
      text-align: center;
      letter-spacing: 1px;
      font-family: "Comfortaa", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
      background-image: url(images/bestseller-badge.png);
      width: 90px;
      height: 90px;
      border-radius: 50%;
      overflow: hidden;
      top: 10px;
      right: 10px; }
      @media (min-width: 1024px) {
        .items-card-holder .item-card.bestseller .bestseller-badge {
          right: 0;
          top: 0; } }
    .items-card-holder .item-card img {
      max-width: 110px;
      margin: 0 auto 8px;
      display: block;
      -webkit-transition: opacity 0.3s ease-in-out;
      transition: opacity 0.3s ease-in-out; }
      .items-card-holder .item-card img:hover {
        opacity: 0.6; }
    .items-card-holder .item-card h2 {
      text-align: center;
      font-size: 14px;
      font-weight: 300;
      color: #333;
      padding: 0; }
      .items-card-holder .item-card h2:hover {
        color: #ff4e74; }
    .items-card-holder .item-card span.price {
      color: #333 !important;
      background: #fff;
      font: 16px/1.2 "Gotham Pro", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
      display: block;
      text-align: center;
      font-weight: 700;
      margin-bottom: 15px; }

.catalog-section h2 {
  text-transform: uppercase;
  font-family: "Comfortaa", "Arial", "Helvetica Neue", "Helvetica", sans-serif; }

.about-description {
  background-color: #fff;
  z-index: 3; }
  .about-description h2 {
    font-family: "Comfortaa", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
    text-transform: uppercase;
    font-weight: 400;
    letter-spacing: 2px;
    font-size: 24px; }
    @media (max-width: 767px) {
      .about-description h2 {
        text-align: center; } }
  .about-description p {
    font-size: 14px;
    font-weight: 300;
    color: #7a7f85;
    letter-spacing: 0px;
    line-height: 1.7; }

.fixed-nav {
  position: fixed;
  z-index: 2222;
  bottom: 0;
  width: 100%;
  left: 0;
  background-color: rgba(255, 255, 255, 0.9);
  padding: 10px 0; }
  .fixed-nav .fixed-nav-list {
    z-index: 333;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center; }
    .fixed-nav .fixed-nav-list li {
      margin: 0 10px; }
      @media (min-width: 768px) {
        .fixed-nav .fixed-nav-list li {
          margin: 0 20px; } }
    .fixed-nav .fixed-nav-list a {
      color: #333;
      font-size: 13px; }
      .fixed-nav .fixed-nav-list a:hover {
        color: #ff4e74; }

.product-holder {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  .product-holder .gallery-holder {
    width: 100%; }
    @media (min-width: 1024px) {
      .product-holder .gallery-holder {
        width: 58.33333333%;
        padding-right: 20px; } }
  .product-holder .product-info-holder {
    width: 100%; }
    @media (min-width: 1024px) {
      .product-holder .product-info-holder {
        width: 41.333333%; } }
    .product-holder .product-info-holder h1 {
      text-transform: uppercase;
      font-size: 36px;
      letter-spacing: 2px; }
      @media (max-width: 767px) {
        .product-holder .product-info-holder h1 {
          letter-spacing: 1px; } }

.breadcrumbs-box {
  margin-bottom: 30px; }
  .breadcrumbs-box .breadcrumbs-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    .breadcrumbs-box .breadcrumbs-list li {
      position: relative;
      padding-right: 15px; }
      .breadcrumbs-box .breadcrumbs-list li + li:before {
        content: "/";
        position: absolute;
        font-size: 10px;
        left: -10px;
        top: 5px; }
      .breadcrumbs-box .breadcrumbs-list li:last-child:before {
        color: #ff4a71; }
      .breadcrumbs-box .breadcrumbs-list li:last-child a {
        color: #ff4a71; }
    .breadcrumbs-box .breadcrumbs-list a {
      font-size: 13px;
      color: #676c72;
      font-weight: 300; }
      .breadcrumbs-box .breadcrumbs-list a:hover {
        color: #ff4a71; }

.product-section {
  margin-bottom: 40px; }

.main-gallery {
  position: relative;
  z-index: 3; }
  @media (max-width: 1023px) {
    .main-gallery {
      margin-bottom: 30px; } }
  .main-gallery .slick-arrow {
    background-color: transparent;
    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: none;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    left: 0;
    z-index: 222;
    font-size: 24px;
    color: #ff4a71;
    -webkit-transition: color 0.3s ease-in-out;
    transition: color 0.3s ease-in-out; }
    .main-gallery .slick-arrow.slick-disabled {
      color: #cccccc !important; }
    .main-gallery .slick-arrow.slick-next {
      left: auto;
      right: 0;
      color: #ff4a71; }
  .main-gallery .slick-list {
    background-image: url(images/product-bg.png);
    background-size: cover;
    background-position: 50% 50%; }
  .main-gallery .gallery-item {
    text-align: center; }
    .main-gallery .gallery-item .gallery-inner {
      padding: 15px;
      text-align: center;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
    .main-gallery .gallery-item img {
      width: auto;
      height: auto;
      max-width: 100%; }

.nav-gallery {
  max-height: 150px;
  height: 100%;
  max-width: 480px;
  position: relative;
  z-index: 1;
  margin: 0 auto 40px; }
  @media (min-width: 1024px) {
    .nav-gallery {
      margin: -10px auto 50px; } }
  .nav-gallery .slick-slide {
    background-image: url(images/product-bg-sm.png);
    background-size: cover;
    height: 100%;
    max-height: 100%;
    position: relative;
    box-shadow: inset 0 0 8px 8px white;
    padding: 20px 4px;
    margin: 0 5px; }
  .nav-gallery .slick-track {
    height: 100%;
    max-height: 100%; }
  .nav-gallery .slick-list {
    padding-bottom: 20px;
    height: 100%; }
  .nav-gallery .gallery-inner {
    height: 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;
    position: relative; }
    .nav-gallery .gallery-inner:before {
      content: "";
      position: absolute;
      bottom: -30px;
      left: 50%;
      -webkit-transform: translateX(-50%);
          -ms-transform: translateX(-50%);
              transform: translateX(-50%);
      width: 100%;
      height: 2px;
      background-color: #dddddd;
      -webkit-transition: background-color 0.3s ease-in-out;
      transition: background-color 0.3s ease-in-out; }
  .nav-gallery .slick-current .gallery-inner:before {
    background-color: #ff4e74; }
  .nav-gallery img {
    height: 100%;
    width: auto; }

.variations {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  .variations .variations-row {
    margin-bottom: 30px;
    width: 100%; }
    @media (min-width: 768px) {
      .variations .variations-row {
        width: 50%; } }
    .variations .variations-row .value {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
      .variations .variations-row .value label {
        margin-bottom: 15px;
        position: relative;
        overflow: hidden;
        text-align: center;
        -webkit-box-flex: 1;
            -ms-flex: 1;
                flex: 1; }
        .variations .variations-row .value label input {
          position: absolute;
          opacity: 0; }
    .variations .variations-row.colors-row {
      width: 100%; }
      @media (max-width: 767px) {
        .variations .variations-row.colors-row .value {
          -ms-flex-wrap: wrap;
              flex-wrap: wrap;
          -webkit-box-pack: start;
              -ms-flex-pack: start;
                  justify-content: flex-start; } }
      @media (max-width: 767px) {
        .variations .variations-row.colors-row .value label {
          -webkit-box-flex: initial;
              -ms-flex: initial;
                  flex: initial;
          width: calc((100% / 3) - 10px); } }
      .variations .variations-row.colors-row h3 {
        color: #ff4e74; }
      .variations .variations-row.colors-row input:checked + .custom-radio:before {
        content: "\e907";
        position: absolute;
        font-family: icomoon;
        position: absolute;
        top: 0;
        right: 0;
        font-size: 15px;
        width: 25px;
        height: 25px;
        display: block;
        padding: 3px;
        border-radius: 50%;
        border: 1px solid #ff4e74;
        color: #ff4e74; }
      .variations .variations-row.colors-row input:checked + .custom-radio .title {
        color: #ff4e74; }
      .variations .variations-row.colors-row label {
        margin: 0 5px; }
      .variations .variations-row.colors-row .title {
        font-size: 10px;
        display: inline-block;
        margin-top: -5px; }
      .variations .variations-row.colors-row .custom-radio {
        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;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column; }
  .variations .custom-checkbox {
    padding: 0 2px; }
    .variations .custom-checkbox .title {
      font-size: 11px;
      font-weight: 300; }
    .variations .custom-checkbox .check-box {
      width: 23px;
      height: 23px;
      border-radius: 3px;
      border: 1px solid #d2d6db;
      margin: 5px auto 0;
      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;
      -webkit-transition: border-color 0.3s ease-in-out, background-color 0.3s ease-in-out;
      transition: border-color 0.3s ease-in-out, background-color 0.3s ease-in-out; }
  .variations input[type="checkbox"]:checked + .custom-checkbox .check-box {
    background-color: #ff4e74;
    border-color: #ff4e74; }
    .variations input[type="checkbox"]:checked + .custom-checkbox .check-box:before {
      content: "\e907";
      font-family: icomoon;
      color: #fff; }
  .variations h3 {
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 600;
    margin-bottom: 16px; }
  .variations option {
    text-transform: uppercase; }
  .variations .jcf-select {
    border-radius: 25px;
    padding: 15px;
    min-width: 90%;
    height: 50px;
    border-color: #d2d6db; }
    .variations .jcf-select .jcf-select-text {
      text-transform: uppercase;
      line-height: 1.5; }
  .variations .jcf-select-opener {
    background-color: transparent;
    width: 40px;
    height: 40px;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    right: 5px; }
    .variations .jcf-select-opener:before {
      content: "";
      position: absolute;
      top: 50%;
      opacity: 0.7;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%);
      width: 0;
      height: 0;
      border-left: 5px solid transparent;
      border-right: 5px solid transparent;
      border-top: 8px solid black; }
  .variations .price-box {
    width: 100%;
    margin-bottom: 20px; }
    .variations .price-box .product-price {
      font-size: 36px;
      font-weight: 700; }
      .variations .price-box .product-price .currency {
        font-weight: 600;
        font-size: 16px; }
  .variations .btn {
    font-size: 24px;
    max-width: 300px;
    width: 100%;
    border-radius: 35px;
    border: 2px solid #ff4e74;
    color: #ff4e74;
    padding: 15px;
    -webkit-transition: color 0.3s ease-in-out, background-color 0.3s ease-in-out;
    transition: color 0.3s ease-in-out, background-color 0.3s ease-in-out; }
    .variations .btn:hover {
      color: #fff;
      background-color: #ff4e74; }

.title-holder {
  text-align: center; }

.single-product .summary .quantity {
  width: 100%;
  margin-bottom: 30px !important; }
  .single-product .summary .quantity .screen-reader-text {
    font-weight: 700;
    clip: rect(1px, 1px, 1px, 1px);
    height: auto;
    overflow: hidden;
    position: relative !important;
    width: auto;
    word-wrap: normal !important;
    margin-right: 30px; }
  .single-product .summary .quantity input[type="number"] {
    min-height: 40px; }

.single-product .summary button.add-btn {
  display: inline-block;
  text-align: center;
  font-size: 12px;
  font-weight: 500;
  padding: 12px 8px;
  text-transform: uppercase;
  color: #ff4e74 !important;
  background-color: transparent !important;
  border-radius: 25px;
  letter-spacing: 0.3px;
  border: 2px solid #ff4e74;
  -webkit-transition: color 0.3s ease-in-out, background-color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out, background-color 0.3s ease-in-out; }
  .single-product .summary button.add-btn:hover {
    color: #fff !important;
    background-color: #ff4e74 !important; }

.single-product .summary .product_meta a {
  color: #ff4e74; }
  .single-product .summary .product_meta a:hover {
    text-decoration: underline; }

.woocommerce table.shop_attributes td p {
  padding: 8px; }

.woocommerce div.product .woocommerce-tabs ul.tabs {
  padding: 0; }
  .woocommerce div.product .woocommerce-tabs ul.tabs:before {
    border-color: #ff4e74; }
  .woocommerce div.product .woocommerce-tabs ul.tabs li {
    border: 1px solid #ff4e74;
    background-color: transparent;
    border-radius: 0;
    padding: 0 20px;
    -webkit-transition: background-color 0.3s ease-in-out;
    transition: background-color 0.3s ease-in-out; }
    .woocommerce div.product .woocommerce-tabs ul.tabs li:before, .woocommerce div.product .woocommerce-tabs ul.tabs li:after {
      content: none; }
    .woocommerce div.product .woocommerce-tabs ul.tabs li:hover {
      background-color: rgba(255, 78, 116, 0.5); }
      .woocommerce div.product .woocommerce-tabs ul.tabs li:hover a {
        color: #fff; }
    .woocommerce div.product .woocommerce-tabs ul.tabs li a {
      color: #ff4e74;
      padding: 20px 0; }
  .woocommerce div.product .woocommerce-tabs ul.tabs li.active {
    background: #ff4e74;
    z-index: 2;
    border-bottom-color: #ff4e74; }
    .woocommerce div.product .woocommerce-tabs ul.tabs li.active a {
      color: #fff; }

.custom-color-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }
  .custom-color-wrap span.label {
    font-weight: 700; }
/*# sourceMappingURL=style.css.map */