/*! 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.
 * 4. CUSTOM FOR WEBFLOW: Removed the input[type="submit"] selector to reduce
 *    specificity and defer to the .w-button selector
 */
button,
html input[type="button"],
input[type="reset"] {
  -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. CUSTOM FOR WEBFLOW: changed from `textfield` to `none` to normalize iOS rounded input
 * 2. CUSTOM FOR WEBFLOW: box-sizing: content-box rule removed
 *    (similar to normalize.css >=4.0.0)
 */
input[type='search'] {
  -webkit-appearance: none;
  /* 1 */
}
/**
 * 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: 'webflow-icons';
  src: url("data:application/x-font-ttf;charset=utf-8;base64,AAEAAAALAIAAAwAwT1MvMg8SBiUAAAC8AAAAYGNtYXDpP+a4AAABHAAAAFxnYXNwAAAAEAAAAXgAAAAIZ2x5ZmhS2XEAAAGAAAADHGhlYWQTFw3HAAAEnAAAADZoaGVhCXYFgQAABNQAAAAkaG10eCe4A1oAAAT4AAAAMGxvY2EDtALGAAAFKAAAABptYXhwABAAPgAABUQAAAAgbmFtZSoCsMsAAAVkAAABznBvc3QAAwAAAAAHNAAAACAAAwP4AZAABQAAApkCzAAAAI8CmQLMAAAB6wAzAQkAAAAAAAAAAAAAAAAAAAABEAAAAAAAAAAAAAAAAAAAAABAAADpAwPA/8AAQAPAAEAAAAABAAAAAAAAAAAAAAAgAAAAAAADAAAAAwAAABwAAQADAAAAHAADAAEAAAAcAAQAQAAAAAwACAACAAQAAQAg5gPpA//9//8AAAAAACDmAOkA//3//wAB/+MaBBcIAAMAAQAAAAAAAAAAAAAAAAABAAH//wAPAAEAAAAAAAAAAAACAAA3OQEAAAAAAQAAAAAAAAAAAAIAADc5AQAAAAABAAAAAAAAAAAAAgAANzkBAAAAAAEBIAAAAyADgAAFAAAJAQcJARcDIP5AQAGA/oBAAcABwED+gP6AQAABAOAAAALgA4AABQAAEwEXCQEH4AHAQP6AAYBAAcABwED+gP6AQAAAAwDAAOADQALAAA8AHwAvAAABISIGHQEUFjMhMjY9ATQmByEiBh0BFBYzITI2PQE0JgchIgYdARQWMyEyNj0BNCYDIP3ADRMTDQJADRMTDf3ADRMTDQJADRMTDf3ADRMTDQJADRMTAsATDSANExMNIA0TwBMNIA0TEw0gDRPAEw0gDRMTDSANEwAAAAABAJ0AtAOBApUABQAACQIHCQEDJP7r/upcAXEBcgKU/usBFVz+fAGEAAAAAAL//f+9BAMDwwAEAAkAABcBJwEXAwE3AQdpA5ps/GZsbAOabPxmbEMDmmz8ZmwDmvxmbAOabAAAAgAA/8AEAAPAAB0AOwAABSInLgEnJjU0Nz4BNzYzMTIXHgEXFhUUBw4BBwYjNTI3PgE3NjU0Jy4BJyYjMSIHDgEHBhUUFx4BFxYzAgBqXV6LKCgoKIteXWpqXV6LKCgoKIteXWpVSktvICEhIG9LSlVVSktvICEhIG9LSlVAKCiLXl1qal1eiygoKCiLXl1qal1eiygoZiEgb0tKVVVKS28gISEgb0tKVVVKS28gIQABAAABwAIAA8AAEgAAEzQ3PgE3NjMxFSIHDgEHBhUxIwAoKIteXWpVSktvICFmAcBqXV6LKChmISBvS0pVAAAAAgAA/8AFtgPAADIAOgAAARYXHgEXFhUUBw4BBwYHIxUhIicuAScmNTQ3PgE3NjMxOAExNDc+ATc2MzIXHgEXFhcVATMJATMVMzUEjD83NlAXFxYXTjU1PQL8kz01Nk8XFxcXTzY1PSIjd1BQWlJJSXInJw3+mdv+2/7c25MCUQYcHFg5OUA/ODlXHBwIAhcXTzY1PTw1Nk8XF1tQUHcjIhwcYUNDTgL+3QFt/pOTkwABAAAAAQAAmM7nP18PPPUACwQAAAAAANciZKUAAAAA1yJkpf/9/70FtgPDAAAACAACAAAAAAAAAAEAAAPA/8AAAAW3//3//QW2AAEAAAAAAAAAAAAAAAAAAAAMBAAAAAAAAAAAAAAAAgAAAAQAASAEAADgBAAAwAQAAJ0EAP/9BAAAAAQAAAAFtwAAAAAAAAAKABQAHgAyAEYAjACiAL4BFgE2AY4AAAABAAAADAA8AAMAAAAAAAIAAAAAAAAAAAAAAAAAAAAAAAAADgCuAAEAAAAAAAEADQAAAAEAAAAAAAIABwCWAAEAAAAAAAMADQBIAAEAAAAAAAQADQCrAAEAAAAAAAUACwAnAAEAAAAAAAYADQBvAAEAAAAAAAoAGgDSAAMAAQQJAAEAGgANAAMAAQQJAAIADgCdAAMAAQQJAAMAGgBVAAMAAQQJAAQAGgC4AAMAAQQJAAUAFgAyAAMAAQQJAAYAGgB8AAMAAQQJAAoANADsd2ViZmxvdy1pY29ucwB3AGUAYgBmAGwAbwB3AC0AaQBjAG8AbgBzVmVyc2lvbiAxLjAAVgBlAHIAcwBpAG8AbgAgADEALgAwd2ViZmxvdy1pY29ucwB3AGUAYgBmAGwAbwB3AC0AaQBjAG8AbgBzd2ViZmxvdy1pY29ucwB3AGUAYgBmAGwAbwB3AC0AaQBjAG8AbgBzUmVndWxhcgBSAGUAZwB1AGwAYQByd2ViZmxvdy1pY29ucwB3AGUAYgBmAGwAbwB3AC0AaQBjAG8AbgBzRm9udCBnZW5lcmF0ZWQgYnkgSWNvTW9vbi4ARgBvAG4AdAAgAGcAZQBuAGUAcgBhAHQAZQBkACAAYgB5ACAASQBjAG8ATQBvAG8AbgAuAAAAAwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA==") format('truetype');
  font-weight: normal;
  font-style: normal;
}
[class^="w-icon-"],
[class*=" w-icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'webflow-icons' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.w-icon-slider-right:before {
  content: "\e600";
}
.w-icon-slider-left:before {
  content: "\e601";
}
.w-icon-nav-menu:before {
  content: "\e602";
}
.w-icon-arrow-down:before,
.w-icon-dropdown-toggle:before {
  content: "\e603";
}
.w-icon-file-upload-remove:before {
  content: "\e900";
}
.w-icon-file-upload-icon:before {
  content: "\e903";
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  height: 100%;
}
body {
  margin: 0;
  min-height: 100%;
  background-color: #fff;
  font-family: Arial, sans-serif;
  font-size: 14px;
  line-height: 20px;
  color: #333;
}
img {
  max-width: 100%;
  vertical-align: middle;
  display: inline-block;
}
html.w-mod-touch * {
  background-attachment: scroll !important;
}
.w-block {
  display: block;
}
.w-inline-block {
  max-width: 100%;
  display: inline-block;
}
.w-clearfix:before,
.w-clearfix:after {
  content: " ";
  display: table;
  grid-column-start: 1;
  grid-row-start: 1;
  grid-column-end: 2;
  grid-row-end: 2;
}
.w-clearfix:after {
  clear: both;
}
.w-hidden {
  display: none;
}
.w-button {
  display: inline-block;
  padding: 9px 15px;
  background-color: #3898EC;
  color: white;
  border: 0;
  line-height: inherit;
  text-decoration: none;
  cursor: pointer;
  border-radius: 0;
}
input.w-button {
  -webkit-appearance: button;
}
html[data-w-dynpage] [data-w-cloak] {
  color: transparent !important;
}
.w-webflow-badge,
.w-webflow-badge * {
  position: static;
  left: auto;
  top: auto;
  right: auto;
  bottom: auto;
  z-index: auto;
  display: block;
  visibility: visible;
  overflow: visible;
  overflow-x: visible;
  overflow-y: visible;
  box-sizing: border-box;
  width: auto;
  height: auto;
  max-height: none;
  max-width: none;
  min-height: 0;
  min-width: 0;
  margin: 0;
  padding: 0;
  float: none;
  clear: none;
  border: 0 none transparent;
  border-radius: 0;
  background: none;
  background-image: none;
  background-position: 0% 0%;
  background-size: auto auto;
  background-repeat: repeat;
  background-origin: padding-box;
  background-clip: border-box;
  background-attachment: scroll;
  background-color: transparent;
  box-shadow: none;
  opacity: 1.0;
  transform: none;
  transition: none;
  direction: ltr;
  font-family: inherit;
  font-weight: inherit;
  color: inherit;
  font-size: inherit;
  line-height: inherit;
  font-style: inherit;
  font-variant: inherit;
  text-align: inherit;
  letter-spacing: inherit;
  text-decoration: inherit;
  text-indent: 0;
  text-transform: inherit;
  list-style-type: disc;
  text-shadow: none;
  font-smoothing: auto;
  vertical-align: baseline;
  cursor: inherit;
  white-space: inherit;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
}
.w-webflow-badge {
  position: fixed !important;
  display: inline-block !important;
  visibility: visible !important;
  opacity: 1 !important;
  z-index: 2147483647 !important;
  top: auto !important;
  right: 12px !important;
  bottom: 12px !important;
  left: auto !important;
  color: #AAADB0 !important;
  background-color: #fff !important;
  border-radius: 3px !important;
  padding: 6px 8px 6px 6px !important;
  font-size: 12px !important;
  opacity: 1.0 !important;
  line-height: 14px !important;
  text-decoration: none !important;
  transform: none !important;
  margin: 0 !important;
  width: auto !important;
  height: auto !important;
  overflow: visible !important;
  white-space: nowrap;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.1), 0px 1px 3px rgba(0, 0, 0, 0.1);
  cursor: pointer;
}
.w-webflow-badge > img {
  display: inline-block !important;
  visibility: visible !important;
  opacity: 1 !important;
  vertical-align: middle !important;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: bold;
  margin-bottom: 10px;
}
h1 {
  font-size: 38px;
  line-height: 44px;
  margin-top: 20px;
}
h2 {
  font-size: 32px;
  line-height: 36px;
  margin-top: 20px;
}
h3 {
  font-size: 24px;
  line-height: 30px;
  margin-top: 20px;
}
h4 {
  font-size: 18px;
  line-height: 24px;
  margin-top: 10px;
}
h5 {
  font-size: 14px;
  line-height: 20px;
  margin-top: 10px;
}
h6 {
  font-size: 12px;
  line-height: 18px;
  margin-top: 10px;
}
p {
  margin-top: 0;
  margin-bottom: 10px;
}
blockquote {
  margin: 0 0 10px 0;
  padding: 10px 20px;
  border-left: 5px solid #E2E2E2;
  font-size: 18px;
  line-height: 22px;
}
figure {
  margin: 0;
  margin-bottom: 10px;
}
figcaption {
  margin-top: 5px;
  text-align: center;
}
ul,
ol {
  margin-top: 0px;
  margin-bottom: 10px;
  padding-left: 40px;
}
.w-list-unstyled {
  padding-left: 0;
  list-style: none;
}
.w-embed:before,
.w-embed:after {
  content: " ";
  display: table;
  grid-column-start: 1;
  grid-row-start: 1;
  grid-column-end: 2;
  grid-row-end: 2;
}
.w-embed:after {
  clear: both;
}
.w-video {
  width: 100%;
  position: relative;
  padding: 0;
}
.w-video iframe,
.w-video object,
.w-video embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
fieldset {
  padding: 0;
  margin: 0;
  border: 0;
}
button,
html input[type='button'],
input[type='reset'] {
  border: 0;
  cursor: pointer;
  -webkit-appearance: button;
}
.w-form {
  margin: 0 0 15px;
}
.w-form-done {
  display: none;
  padding: 20px;
  text-align: center;
  background-color: #dddddd;
}
.w-form-fail {
  display: none;
  margin-top: 10px;
  padding: 10px;
  background-color: #ffdede;
}
label {
  display: block;
  margin-bottom: 5px;
  font-weight: bold;
}
.w-input,
.w-select {
  display: block;
  width: 100%;
  height: 38px;
  padding: 8px 12px;
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 1.428571429;
  color: #333333;
  vertical-align: middle;
  background-color: #ffffff;
  border: 1px solid #cccccc;
}
.w-input:-moz-placeholder,
.w-select:-moz-placeholder {
  color: #999;
}
.w-input::-moz-placeholder,
.w-select::-moz-placeholder {
  color: #999;
  opacity: 1;
}
.w-input:-ms-input-placeholder,
.w-select:-ms-input-placeholder {
  color: #999;
}
.w-input::-webkit-input-placeholder,
.w-select::-webkit-input-placeholder {
  color: #999;
}
.w-input:focus,
.w-select:focus {
  border-color: #3898EC;
  outline: 0;
}
.w-input[disabled],
.w-select[disabled],
.w-input[readonly],
.w-select[readonly],
fieldset[disabled] .w-input,
fieldset[disabled] .w-select {
  cursor: not-allowed;
  background-color: #eeeeee;
}
textarea.w-input,
textarea.w-select {
  height: auto;
}
.w-select {
  background-color: #f3f3f3;
}
.w-select[multiple] {
  height: auto;
}
.w-form-label {
  display: inline-block;
  cursor: pointer;
  font-weight: normal;
  margin-bottom: 0px;
}
.w-radio {
  display: block;
  margin-bottom: 5px;
  padding-left: 20px;
}
.w-radio:before,
.w-radio:after {
  content: " ";
  display: table;
  grid-column-start: 1;
  grid-row-start: 1;
  grid-column-end: 2;
  grid-row-end: 2;
}
.w-radio:after {
  clear: both;
}
.w-radio-input {
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal;
  float: left;
  margin-left: -20px;
}
.w-radio-input {
  margin-top: 3px;
}
.w-file-upload {
  display: block;
  margin-bottom: 10px;
}
.w-file-upload-input {
  width: 0.1px;
  height: 0.1px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  z-index: -100;
}
.w-file-upload-default,
.w-file-upload-uploading,
.w-file-upload-success {
  display: inline-block;
  color: #333333;
}
.w-file-upload-error {
  display: block;
  margin-top: 10px;
}
.w-file-upload-default.w-hidden,
.w-file-upload-uploading.w-hidden,
.w-file-upload-error.w-hidden,
.w-file-upload-success.w-hidden {
  display: none;
}
.w-file-upload-uploading-btn {
  display: flex;
  font-size: 14px;
  font-weight: normal;
  cursor: pointer;
  margin: 0;
  padding: 8px 12px;
  border: 1px solid #cccccc;
  background-color: #fafafa;
}
.w-file-upload-file {
  display: flex;
  flex-grow: 1;
  justify-content: space-between;
  margin: 0;
  padding: 8px 9px 8px 11px;
  border: 1px solid #cccccc;
  background-color: #fafafa;
}
.w-file-upload-file-name {
  font-size: 14px;
  font-weight: normal;
  display: block;
}
.w-file-remove-link {
  margin-top: 3px;
  margin-left: 10px;
  width: auto;
  height: auto;
  padding: 3px;
  display: block;
  cursor: pointer;
}
.w-icon-file-upload-remove {
  margin: auto;
  font-size: 10px;
}
.w-file-upload-error-msg {
  display: inline-block;
  color: #ea384c;
  padding: 2px 0;
}
.w-file-upload-info {
  display: inline-block;
  line-height: 38px;
  padding: 0 12px;
}
.w-file-upload-label {
  display: inline-block;
  font-size: 14px;
  font-weight: normal;
  cursor: pointer;
  margin: 0;
  padding: 8px 12px;
  border: 1px solid #cccccc;
  background-color: #fafafa;
}
.w-icon-file-upload-icon,
.w-icon-file-upload-uploading {
  display: inline-block;
  margin-right: 8px;
  width: 20px;
}
.w-icon-file-upload-uploading {
  height: 20px;
}
.w-container {
  margin-left: auto;
  margin-right: auto;
  max-width: 940px;
}
.w-container:before,
.w-container:after {
  content: " ";
  display: table;
  grid-column-start: 1;
  grid-row-start: 1;
  grid-column-end: 2;
  grid-row-end: 2;
}
.w-container:after {
  clear: both;
}
.w-container .w-row {
  margin-left: -10px;
  margin-right: -10px;
}
.w-row:before,
.w-row:after {
  content: " ";
  display: table;
  grid-column-start: 1;
  grid-row-start: 1;
  grid-column-end: 2;
  grid-row-end: 2;
}
.w-row:after {
  clear: both;
}
.w-row .w-row {
  margin-left: 0;
  margin-right: 0;
}
.w-col {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
}
.w-col .w-col {
  padding-left: 0;
  padding-right: 0;
}
.w-col-1 {
  width: 8.33333333%;
}
.w-col-2 {
  width: 16.66666667%;
}
.w-col-3 {
  width: 25%;
}
.w-col-4 {
  width: 33.33333333%;
}
.w-col-5 {
  width: 41.66666667%;
}
.w-col-6 {
  width: 50%;
}
.w-col-7 {
  width: 58.33333333%;
}
.w-col-8 {
  width: 66.66666667%;
}
.w-col-9 {
  width: 75%;
}
.w-col-10 {
  width: 83.33333333%;
}
.w-col-11 {
  width: 91.66666667%;
}
.w-col-12 {
  width: 100%;
}
.w-hidden-main {
  display: none !important;
}
@media screen and (max-width: 991px) {
  .w-container {
    max-width: 728px;
  }
  .w-hidden-main {
    display: inherit !important;
  }
  .w-hidden-medium {
    display: none !important;
  }
  .w-col-medium-1 {
    width: 8.33333333%;
  }
  .w-col-medium-2 {
    width: 16.66666667%;
  }
  .w-col-medium-3 {
    width: 25%;
  }
  .w-col-medium-4 {
    width: 33.33333333%;
  }
  .w-col-medium-5 {
    width: 41.66666667%;
  }
  .w-col-medium-6 {
    width: 50%;
  }
  .w-col-medium-7 {
    width: 58.33333333%;
  }
  .w-col-medium-8 {
    width: 66.66666667%;
  }
  .w-col-medium-9 {
    width: 75%;
  }
  .w-col-medium-10 {
    width: 83.33333333%;
  }
  .w-col-medium-11 {
    width: 91.66666667%;
  }
  .w-col-medium-12 {
    width: 100%;
  }
  .w-col-stack {
    width: 100%;
    left: auto;
    right: auto;
  }
}
@media screen and (max-width: 767px) {
  .w-hidden-main {
    display: inherit !important;
  }
  .w-hidden-medium {
    display: inherit !important;
  }
  .w-hidden-small {
    display: none !important;
  }
  .w-row,
  .w-container .w-row {
    margin-left: 0;
    margin-right: 0;
  }
  .w-col {
    width: 100%;
    left: auto;
    right: auto;
  }
  .w-col-small-1 {
    width: 8.33333333%;
  }
  .w-col-small-2 {
    width: 16.66666667%;
  }
  .w-col-small-3 {
    width: 25%;
  }
  .w-col-small-4 {
    width: 33.33333333%;
  }
  .w-col-small-5 {
    width: 41.66666667%;
  }
  .w-col-small-6 {
    width: 50%;
  }
  .w-col-small-7 {
    width: 58.33333333%;
  }
  .w-col-small-8 {
    width: 66.66666667%;
  }
  .w-col-small-9 {
    width: 75%;
  }
  .w-col-small-10 {
    width: 83.33333333%;
  }
  .w-col-small-11 {
    width: 91.66666667%;
  }
  .w-col-small-12 {
    width: 100%;
  }
}
@media screen and (max-width: 479px) {
  .w-container {
    max-width: none;
  }
  .w-hidden-main {
    display: inherit !important;
  }
  .w-hidden-medium {
    display: inherit !important;
  }
  .w-hidden-small {
    display: inherit !important;
  }
  .w-hidden-tiny {
    display: none !important;
  }
  .w-col {
    width: 100%;
  }
  .w-col-tiny-1 {
    width: 8.33333333%;
  }
  .w-col-tiny-2 {
    width: 16.66666667%;
  }
  .w-col-tiny-3 {
    width: 25%;
  }
  .w-col-tiny-4 {
    width: 33.33333333%;
  }
  .w-col-tiny-5 {
    width: 41.66666667%;
  }
  .w-col-tiny-6 {
    width: 50%;
  }
  .w-col-tiny-7 {
    width: 58.33333333%;
  }
  .w-col-tiny-8 {
    width: 66.66666667%;
  }
  .w-col-tiny-9 {
    width: 75%;
  }
  .w-col-tiny-10 {
    width: 83.33333333%;
  }
  .w-col-tiny-11 {
    width: 91.66666667%;
  }
  .w-col-tiny-12 {
    width: 100%;
  }
}
.w-widget {
  position: relative;
}
.w-widget-map {
  width: 100%;
  height: 400px;
}
.w-widget-map label {
  width: auto;
  display: inline;
}
.w-widget-map img {
  max-width: inherit;
}
.w-widget-map .gm-style-iw {
  text-align: center;
}
.w-widget-map .gm-style-iw > button {
  display: none !important;
}
.w-widget-twitter {
  overflow: hidden;
}
.w-widget-twitter-count-shim {
  display: inline-block;
  vertical-align: top;
  position: relative;
  width: 28px;
  height: 20px;
  text-align: center;
  background: white;
  border: #758696 solid 1px;
  border-radius: 3px;
}
.w-widget-twitter-count-shim * {
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.w-widget-twitter-count-shim .w-widget-twitter-count-inner {
  position: relative;
  font-size: 15px;
  line-height: 12px;
  text-align: center;
  color: #999;
  font-family: serif;
}
.w-widget-twitter-count-shim .w-widget-twitter-count-clear {
  position: relative;
  display: block;
}
.w-widget-twitter-count-shim.w--large {
  width: 36px;
  height: 28px;
}
.w-widget-twitter-count-shim.w--large .w-widget-twitter-count-inner {
  font-size: 18px;
  line-height: 18px;
}
.w-widget-twitter-count-shim:not(.w--vertical) {
  margin-left: 5px;
  margin-right: 8px;
}
.w-widget-twitter-count-shim:not(.w--vertical).w--large {
  margin-left: 6px;
}
.w-widget-twitter-count-shim:not(.w--vertical):before,
.w-widget-twitter-count-shim:not(.w--vertical):after {
  top: 50%;
  left: 0;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
.w-widget-twitter-count-shim:not(.w--vertical):before {
  border-color: rgba(117, 134, 150, 0);
  border-right-color: #5d6c7b;
  border-width: 4px;
  margin-left: -9px;
  margin-top: -4px;
}
.w-widget-twitter-count-shim:not(.w--vertical).w--large:before {
  border-width: 5px;
  margin-left: -10px;
  margin-top: -5px;
}
.w-widget-twitter-count-shim:not(.w--vertical):after {
  border-color: rgba(255, 255, 255, 0);
  border-right-color: white;
  border-width: 4px;
  margin-left: -8px;
  margin-top: -4px;
}
.w-widget-twitter-count-shim:not(.w--vertical).w--large:after {
  border-width: 5px;
  margin-left: -9px;
  margin-top: -5px;
}
.w-widget-twitter-count-shim.w--vertical {
  width: 61px;
  height: 33px;
  margin-bottom: 8px;
}
.w-widget-twitter-count-shim.w--vertical:before,
.w-widget-twitter-count-shim.w--vertical:after {
  top: 100%;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
.w-widget-twitter-count-shim.w--vertical:before {
  border-color: rgba(117, 134, 150, 0);
  border-top-color: #5d6c7b;
  border-width: 5px;
  margin-left: -5px;
}
.w-widget-twitter-count-shim.w--vertical:after {
  border-color: rgba(255, 255, 255, 0);
  border-top-color: white;
  border-width: 4px;
  margin-left: -4px;
}
.w-widget-twitter-count-shim.w--vertical .w-widget-twitter-count-inner {
  font-size: 18px;
  line-height: 22px;
}
.w-widget-twitter-count-shim.w--vertical.w--large {
  width: 76px;
}
.w-background-video {
  position: relative;
  overflow: hidden;
  height: 500px;
  color: white;
}
.w-background-video > video {
  background-size: cover;
  background-position: 50% 50%;
  position: absolute;
  margin: auto;
  width: 100%;
  height: 100%;
  right: -100%;
  bottom: -100%;
  top: -100%;
  left: -100%;
  object-fit: cover;
  z-index: -100;
}
.w-background-video > video::-webkit-media-controls-start-playback-button {
  display: none !important;
  -webkit-appearance: none;
}
.w-slider {
  position: relative;
  height: 300px;
  text-align: center;
  background: #dddddd;
  clear: both;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  tap-highlight-color: rgba(0, 0, 0, 0);
}
.w-slider-mask {
  position: relative;
  display: block;
  overflow: hidden;
  z-index: 1;
  left: 0;
  right: 0;
  height: 100%;
  white-space: nowrap;
}
.w-slide {
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: 100%;
  height: 100%;
  white-space: normal;
  text-align: left;
}
.w-slider-nav {
  position: absolute;
  z-index: 2;
  top: auto;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  padding-top: 10px;
  height: 40px;
  text-align: center;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  tap-highlight-color: rgba(0, 0, 0, 0);
}
.w-slider-nav.w-round > div {
  border-radius: 100%;
}
.w-slider-nav.w-num > div {
  width: auto;
  height: auto;
  padding: 0.2em 0.5em;
  font-size: inherit;
  line-height: inherit;
}
.w-slider-nav.w-shadow > div {
  box-shadow: 0 0 3px rgba(51, 51, 51, 0.4);
}
.w-slider-nav-invert {
  color: #fff;
}
.w-slider-nav-invert > div {
  background-color: rgba(34, 34, 34, 0.4);
}
.w-slider-nav-invert > div.w-active {
  background-color: #222;
}
.w-slider-dot {
  position: relative;
  display: inline-block;
  width: 1em;
  height: 1em;
  background-color: rgba(255, 255, 255, 0.4);
  cursor: pointer;
  margin: 0 3px 0.5em;
  transition: background-color 100ms, color 100ms;
}
.w-slider-dot.w-active {
  background-color: #fff;
}
.w-slider-dot:focus {
  outline: none;
  box-shadow: 0px 0px 0px 2px #fff;
}
.w-slider-dot:focus.w-active {
  box-shadow: none;
}
.w-slider-arrow-left,
.w-slider-arrow-right {
  position: absolute;
  width: 80px;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  cursor: pointer;
  overflow: hidden;
  color: white;
  font-size: 40px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.w-slider-arrow-left [class^='w-icon-'],
.w-slider-arrow-right [class^='w-icon-'],
.w-slider-arrow-left [class*=' w-icon-'],
.w-slider-arrow-right [class*=' w-icon-'] {
  position: absolute;
}
.w-slider-arrow-left:focus,
.w-slider-arrow-right:focus {
  outline: 0;
}
.w-slider-arrow-left {
  z-index: 3;
  right: auto;
}
.w-slider-arrow-right {
  z-index: 4;
  left: auto;
}
.w-icon-slider-left,
.w-icon-slider-right {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 1em;
  height: 1em;
}
.w-slider-aria-label {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.w-slider-force-show {
  display: block !important;
}
.w-dropdown {
  display: inline-block;
  position: relative;
  text-align: left;
  margin-left: auto;
  margin-right: auto;
  z-index: 900;
}
.w-dropdown-btn,
.w-dropdown-toggle,
.w-dropdown-link {
  position: relative;
  vertical-align: top;
  text-decoration: none;
  color: #222222;
  padding: 20px;
  text-align: left;
  margin-left: auto;
  margin-right: auto;
  white-space: nowrap;
}
.w-dropdown-toggle {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  display: inline-block;
  cursor: pointer;
  padding-right: 40px;
}
.w-dropdown-toggle:focus {
  outline: 0;
}
.w-icon-dropdown-toggle {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  margin-right: 20px;
  width: 1em;
  height: 1em;
}
.w-dropdown-list {
  position: absolute;
  background: #dddddd;
  display: none;
  min-width: 100%;
}
.w-dropdown-list.w--open {
  display: block;
}
.w-dropdown-link {
  padding: 10px 20px;
  display: block;
  color: #222222;
}
.w-dropdown-link.w--current {
  color: #0082f3;
}
.w-dropdown-link:focus {
  outline: 0;
}
@media screen and (max-width: 767px) {
  .w-nav-brand {
    padding-left: 10px;
  }
}
/**
 * ## Note
 * Safari (on both iOS and OS X) does not handle viewport units (vh, vw) well.
 * For example percentage units do not work on descendants of elements that
 * have any dimensions expressed in viewport units. It also doesn’t handle them at
 * all in `calc()`.
 */
/**
 * Wrapper around all lightbox elements
 *
 * 1. Since the lightbox can receive focus, IE also gives it an outline.
 * 2. Fixes flickering on Chrome when a transition is in progress
 *    underneath the lightbox.
 */
.w-lightbox-backdrop {
  color: #000;
  cursor: auto;
  font-family: serif;
  font-size: medium;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-height: normal;
  list-style: disc;
  text-align: start;
  text-indent: 0;
  text-shadow: none;
  text-transform: none;
  visibility: visible;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  color: #fff;
  font-family: "Helvetica Neue", Helvetica, Ubuntu, "Segoe UI", Verdana, sans-serif;
  font-size: 17px;
  line-height: 1.2;
  font-weight: 300;
  text-align: center;
  background: rgba(0, 0, 0, 0.9);
  z-index: 2000;
  outline: 0;
  /* 1 */
  opacity: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-transform: translate(0, 0);
  /* 2 */
}
/**
 * Neat trick to bind the rubberband effect to our canvas instead of the whole
 * document on iOS. It also prevents a bug that causes the document underneath to scroll.
 */
.w-lightbox-backdrop,
.w-lightbox-container {
  height: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
.w-lightbox-content {
  position: relative;
  height: 100vh;
  overflow: hidden;
}
.w-lightbox-view {
  position: absolute;
  width: 100vw;
  height: 100vh;
  opacity: 0;
}
.w-lightbox-view:before {
  content: "";
  height: 100vh;
}
/* .w-lightbox-content */
.w-lightbox-group,
.w-lightbox-group .w-lightbox-view,
.w-lightbox-group .w-lightbox-view:before {
  height: 86vh;
}
.w-lightbox-frame,
.w-lightbox-view:before {
  display: inline-block;
  vertical-align: middle;
}
/*
 * 1. Remove default margin set by user-agent on the <figure> element.
 */
.w-lightbox-figure {
  position: relative;
  margin: 0;
  /* 1 */
}
.w-lightbox-group .w-lightbox-figure {
  cursor: pointer;
}
/**
 * IE adds image dimensions as width and height attributes on the IMG tag,
 * but we need both width and height to be set to auto to enable scaling.
 */
.w-lightbox-img {
  width: auto;
  height: auto;
  max-width: none;
}
/**
 * 1. Reset if style is set by user on "All Images"
 */
.w-lightbox-image {
  display: block;
  float: none;
  /* 1 */
  max-width: 100vw;
  max-height: 100vh;
}
.w-lightbox-group .w-lightbox-image {
  max-height: 86vh;
}
.w-lightbox-caption {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  padding: .5em 1em;
  background: rgba(0, 0, 0, 0.4);
  text-align: left;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.w-lightbox-embed {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.w-lightbox-control {
  position: absolute;
  top: 0;
  width: 4em;
  background-size: 24px;
  background-repeat: no-repeat;
  background-position: center;
  cursor: pointer;
  -webkit-transition: all .3s;
  transition: all .3s;
}
.w-lightbox-left {
  display: none;
  bottom: 0;
  left: 0;
  /* <svg xmlns="http://www.w3.org/2000/svg" viewBox="-20 0 24 40" width="24" height="40"><g transform="rotate(45)"><path d="m0 0h5v23h23v5h-28z" opacity=".4"/><path d="m1 1h3v23h23v3h-26z" fill="#fff"/></g></svg> */
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9Ii0yMCAwIDI0IDQwIiB3aWR0aD0iMjQiIGhlaWdodD0iNDAiPjxnIHRyYW5zZm9ybT0icm90YXRlKDQ1KSI+PHBhdGggZD0ibTAgMGg1djIzaDIzdjVoLTI4eiIgb3BhY2l0eT0iLjQiLz48cGF0aCBkPSJtMSAxaDN2MjNoMjN2M2gtMjZ6IiBmaWxsPSIjZmZmIi8+PC9nPjwvc3ZnPg==");
}
.w-lightbox-right {
  display: none;
  right: 0;
  bottom: 0;
  /* <svg xmlns="http://www.w3.org/2000/svg" viewBox="-4 0 24 40" width="24" height="40"><g transform="rotate(45)"><path d="m0-0h28v28h-5v-23h-23z" opacity=".4"/><path d="m1 1h26v26h-3v-23h-23z" fill="#fff"/></g></svg> */
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9Ii00IDAgMjQgNDAiIHdpZHRoPSIyNCIgaGVpZ2h0PSI0MCI+PGcgdHJhbnNmb3JtPSJyb3RhdGUoNDUpIj48cGF0aCBkPSJtMC0waDI4djI4aC01di0yM2gtMjN6IiBvcGFjaXR5PSIuNCIvPjxwYXRoIGQ9Im0xIDFoMjZ2MjZoLTN2LTIzaC0yM3oiIGZpbGw9IiNmZmYiLz48L2c+PC9zdmc+");
}
/*
 * Without specifying the with and height inside the SVG, all versions of IE render the icon too small.
 * The bug does not seem to manifest itself if the elements are tall enough such as the above arrows.
 * (http://stackoverflow.com/questions/16092114/background-size-differs-in-internet-explorer)
 */
.w-lightbox-close {
  right: 0;
  height: 2.6em;
  /* <svg xmlns="http://www.w3.org/2000/svg" viewBox="-4 0 18 17" width="18" height="17"><g transform="rotate(45)"><path d="m0 0h7v-7h5v7h7v5h-7v7h-5v-7h-7z" opacity=".4"/><path d="m1 1h7v-7h3v7h7v3h-7v7h-3v-7h-7z" fill="#fff"/></g></svg> */
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9Ii00IDAgMTggMTciIHdpZHRoPSIxOCIgaGVpZ2h0PSIxNyI+PGcgdHJhbnNmb3JtPSJyb3RhdGUoNDUpIj48cGF0aCBkPSJtMCAwaDd2LTdoNXY3aDd2NWgtN3Y3aC01di03aC03eiIgb3BhY2l0eT0iLjQiLz48cGF0aCBkPSJtMSAxaDd2LTdoM3Y3aDd2M2gtN3Y3aC0zdi03aC03eiIgZmlsbD0iI2ZmZiIvPjwvZz48L3N2Zz4=");
  background-size: 18px;
}
/**
 * 1. All IE versions add extra space at the bottom without this.
 */
.w-lightbox-strip {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 0 1vh;
  line-height: 0;
  /* 1 */
  white-space: nowrap;
  overflow-x: auto;
  overflow-y: hidden;
}
/*
 * 1. We use content-box to avoid having to do `width: calc(10vh + 2vw)`
 *    which doesn’t work in Safari anyway.
 * 2. Chrome renders images pixelated when switching to GPU. Making sure
 *    the parent is also rendered on the GPU (by setting translate3d for
 *    example) fixes this behavior.
 */
.w-lightbox-item {
  display: inline-block;
  width: 10vh;
  padding: 2vh 1vh;
  box-sizing: content-box;
  /* 1 */
  cursor: pointer;
  -webkit-transform: translate3d(0, 0, 0);
  /* 2 */
}
.w-lightbox-active {
  opacity: .3;
}
.w-lightbox-thumbnail {
  position: relative;
  height: 10vh;
  background: #222;
  overflow: hidden;
}
.w-lightbox-thumbnail-image {
  position: absolute;
  top: 0;
  left: 0;
}
.w-lightbox-thumbnail .w-lightbox-tall {
  top: 50%;
  width: 100%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.w-lightbox-thumbnail .w-lightbox-wide {
  left: 50%;
  height: 100%;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}
/*
 * Spinner
 *
 * Absolute pixel values are used to avoid rounding errors that would cause
 * the white spinning element to be misaligned with the track.
 */
.w-lightbox-spinner {
  position: absolute;
  top: 50%;
  left: 50%;
  box-sizing: border-box;
  width: 40px;
  height: 40px;
  margin-top: -20px;
  margin-left: -20px;
  border: 5px solid rgba(0, 0, 0, 0.4);
  border-radius: 50%;
  -webkit-animation: spin .8s infinite linear;
  animation: spin .8s infinite linear;
}
.w-lightbox-spinner:after {
  content: "";
  position: absolute;
  top: -4px;
  right: -4px;
  bottom: -4px;
  left: -4px;
  border: 3px solid transparent;
  border-bottom-color: #fff;
  border-radius: 50%;
}
/*
 * Utility classes
 */
.w-lightbox-hide {
  display: none;
}
.w-lightbox-noscroll {
  overflow: hidden;
}
@media (min-width: 768px) {
  .w-lightbox-content {
    height: 96vh;
    margin-top: 2vh;
  }
  .w-lightbox-view,
  .w-lightbox-view:before {
    height: 96vh;
  }
  /* .w-lightbox-content */
  .w-lightbox-group,
  .w-lightbox-group .w-lightbox-view,
  .w-lightbox-group .w-lightbox-view:before {
    height: 84vh;
  }
  .w-lightbox-image {
    max-width: 96vw;
    max-height: 96vh;
  }
  .w-lightbox-group .w-lightbox-image {
    max-width: 82.3vw;
    max-height: 84vh;
  }
  .w-lightbox-left,
  .w-lightbox-right {
    display: block;
    opacity: .5;
  }
  .w-lightbox-close {
    opacity: .8;
  }
  .w-lightbox-control:hover {
    opacity: 1;
  }
}
.w-lightbox-inactive,
.w-lightbox-inactive:hover {
  opacity: 0;
}
.w-richtext:before,
.w-richtext:after {
  content: " ";
  display: table;
  grid-column-start: 1;
  grid-row-start: 1;
  grid-column-end: 2;
  grid-row-end: 2;
}
.w-richtext:after {
  clear: both;
}
.w-richtext[contenteditable="true"]:before,
.w-richtext[contenteditable="true"]:after {
  white-space: initial;
}
.w-richtext ol,
.w-richtext ul {
  overflow: hidden;
}
.w-richtext .w-richtext-figure-selected.w-richtext-figure-type-video div:after,
.w-richtext .w-richtext-figure-selected[data-rt-type="video"] div:after {
  outline: 2px solid #2895f7;
}
.w-richtext .w-richtext-figure-selected.w-richtext-figure-type-image div,
.w-richtext .w-richtext-figure-selected[data-rt-type="image"] div {
  outline: 2px solid #2895f7;
}
.w-richtext figure.w-richtext-figure-type-video > div:after,
.w-richtext figure[data-rt-type="video"] > div:after {
  content: '';
  position: absolute;
  display: none;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}
.w-richtext figure {
  position: relative;
  max-width: 60%;
}
.w-richtext figure > div:before {
  cursor: default!important;
}
.w-richtext figure img {
  width: 100%;
}
.w-richtext figure figcaption.w-richtext-figcaption-placeholder {
  opacity: 0.6;
}
.w-richtext figure div {
  /* fix incorrectly sized selection border in the data manager */
  font-size: 0px;
  color: transparent;
}
.w-richtext figure.w-richtext-figure-type-image,
.w-richtext figure[data-rt-type="image"] {
  display: table;
}
.w-richtext figure.w-richtext-figure-type-image > div,
.w-richtext figure[data-rt-type="image"] > div {
  display: inline-block;
}
.w-richtext figure.w-richtext-figure-type-image > figcaption,
.w-richtext figure[data-rt-type="image"] > figcaption {
  display: table-caption;
  caption-side: bottom;
}
.w-richtext figure.w-richtext-figure-type-video,
.w-richtext figure[data-rt-type="video"] {
  width: 60%;
  height: 0;
}
.w-richtext figure.w-richtext-figure-type-video iframe,
.w-richtext figure[data-rt-type="video"] iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.w-richtext figure.w-richtext-figure-type-video > div,
.w-richtext figure[data-rt-type="video"] > div {
  width: 100%;
}
.w-richtext figure.w-richtext-align-center {
  margin-right: auto;
  margin-left: auto;
  clear: both;
}
.w-richtext figure.w-richtext-align-center.w-richtext-figure-type-image > div,
.w-richtext figure.w-richtext-align-center[data-rt-type="image"] > div {
  max-width: 100%;
}
.w-richtext figure.w-richtext-align-normal {
  clear: both;
}
.w-richtext figure.w-richtext-align-fullwidth {
  width: 100%;
  max-width: 100%;
  text-align: center;
  clear: both;
  display: block;
  margin-right: auto;
  margin-left: auto;
}
.w-richtext figure.w-richtext-align-fullwidth > div {
  display: inline-block;
  /* padding-bottom is used for aspect ratios in video figures
      we want the div to inherit that so hover/selection borders in the designer-canvas
      fit right*/
  padding-bottom: inherit;
}
.w-richtext figure.w-richtext-align-fullwidth > figcaption {
  display: block;
}
.w-richtext figure.w-richtext-align-floatleft {
  float: left;
  margin-right: 15px;
  clear: none;
}
.w-richtext figure.w-richtext-align-floatright {
  float: right;
  margin-left: 15px;
  clear: none;
}
.w-nav {
  position: relative;
  background: #dddddd;
  z-index: 1000;
}
.w-nav:before,
.w-nav:after {
  content: " ";
  display: table;
  grid-column-start: 1;
  grid-row-start: 1;
  grid-column-end: 2;
  grid-row-end: 2;
}
.w-nav:after {
  clear: both;
}
.w-nav-brand {
  position: relative;
  float: left;
  text-decoration: none;
  color: #333333;
}
.w-nav-link {
  position: relative;
  display: inline-block;
  vertical-align: top;
  text-decoration: none;
  color: #222222;
  padding: 20px;
  text-align: left;
  margin-left: auto;
  margin-right: auto;
}
.w-nav-link.w--current {
  color: #0082f3;
}
.w-nav-menu {
  position: relative;
  float: right;
}
[data-nav-menu-open] {
  display: block !important;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  background: #C8C8C8;
  text-align: center;
  overflow: visible;
  min-width: 200px;
}
.w--nav-link-open {
  display: block;
  position: relative;
}
.w-nav-overlay {
  position: absolute;
  overflow: hidden;
  display: none;
  top: 100%;
  left: 0;
  right: 0;
  width: 100%;
}
.w-nav-overlay [data-nav-menu-open] {
  top: 0;
}
.w-nav[data-animation="over-left"] .w-nav-overlay {
  width: auto;
}
.w-nav[data-animation="over-left"] .w-nav-overlay,
.w-nav[data-animation="over-left"] [data-nav-menu-open] {
  right: auto;
  z-index: 1;
  top: 0;
}
.w-nav[data-animation="over-right"] .w-nav-overlay {
  width: auto;
}
.w-nav[data-animation="over-right"] .w-nav-overlay,
.w-nav[data-animation="over-right"] [data-nav-menu-open] {
  left: auto;
  z-index: 1;
  top: 0;
}
.w-nav-button {
  position: relative;
  float: right;
  padding: 18px;
  font-size: 24px;
  display: none;
  cursor: pointer;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.w-nav-button:focus {
  outline: 0;
}
.w-nav-button.w--open {
  background-color: #C8C8C8;
  color: white;
}
.w-nav[data-collapse="all"] .w-nav-menu {
  display: none;
}
.w-nav[data-collapse="all"] .w-nav-button {
  display: block;
}
.w--nav-dropdown-open {
  display: block;
}
.w--nav-dropdown-toggle-open {
  display: block;
}
.w--nav-dropdown-list-open {
  position: static;
}
@media screen and (max-width: 991px) {
  .w-nav[data-collapse="medium"] .w-nav-menu {
    display: none;
  }
  .w-nav[data-collapse="medium"] .w-nav-button {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .w-nav[data-collapse="small"] .w-nav-menu {
    display: none;
  }
  .w-nav[data-collapse="small"] .w-nav-button {
    display: block;
  }
  .w-nav-brand {
    padding-left: 10px;
  }
}
@media screen and (max-width: 479px) {
  .w-nav[data-collapse="tiny"] .w-nav-menu {
    display: none;
  }
  .w-nav[data-collapse="tiny"] .w-nav-button {
    display: block;
  }
}
.w-tabs {
  position: relative;
}
.w-tabs:before,
.w-tabs:after {
  content: " ";
  display: table;
  grid-column-start: 1;
  grid-row-start: 1;
  grid-column-end: 2;
  grid-row-end: 2;
}
.w-tabs:after {
  clear: both;
}
.w-tab-menu {
  position: relative;
}
.w-tab-link {
  position: relative;
  display: inline-block;
  vertical-align: top;
  text-decoration: none;
  padding: 9px 30px;
  text-align: left;
  cursor: pointer;
  color: #222222;
  background-color: #dddddd;
}
.w-tab-link.w--current {
  background-color: #C8C8C8;
}
.w-tab-link:focus {
  outline: 0;
}
.w-tab-content {
  position: relative;
  display: block;
  overflow: hidden;
}
.w-tab-pane {
  position: relative;
  display: none;
}
.w--tab-active {
  display: block;
}
@media screen and (max-width: 479px) {
  .w-tab-link {
    display: block;
  }
}
.w-ix-emptyfix:after {
  content: "";
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.w-dyn-empty {
  padding: 10px;
  background-color: #dddddd;
}
.w-dyn-hide {
  display: none !important;
}
.w-dyn-bind-empty {
  display: none !important;
}
.w-condition-invisible {
  display: none !important;
}

.w-layout-grid {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  grid-row-gap: 16px;
  grid-column-gap: 16px;
}

.w-commerce-commercecartwrapper {
  display: inline-block;
  position: relative;
}

.w-commerce-commercecartopenlink {
  background-color: #3898ec;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-width: 0px;
  border-left-width: 0px;
  border-right-width: 0px;
  border-top-width: 0px;
  color: #fff;
  cursor: pointer;
  padding-top: 9px;
  padding-bottom: 9px;
  padding-left: 15px;
  padding-right: 15px;
  text-decoration: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.w-commerce-commercecartopenlinkicon {
  margin-right: 8px;
}

.w-commerce-commercecartopenlinkcount {
  display: inline-block;
  height: 18px;
  min-width: 18px;
  margin-left: 8px;
  padding-right: 6px;
  padding-left: 6px;
  border-bottom-left-radius: 9px;
  border-bottom-right-radius: 9px;
  border-top-left-radius: 9px;
  border-top-right-radius: 9px;
  background-color: #fff;
  color: #3898ec;
  font-size: 11px;
  line-height: 18px;
  font-weight: 700;
  text-align: center;
}

.w-commerce-commercecartcontainerwrapper {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 1001;
  background-color: rgba(0, 0, 0, 0.8);
}

.w-commerce-commercecartcontainerwrapper--cartType-modal {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.w-commerce-commercecartcontainerwrapper--cartType-leftSidebar {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.w-commerce-commercecartcontainerwrapper--cartType-rightSidebar {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.w-commerce-commercecartcontainerwrapper--cartType-leftDropdown {
  position: absolute;
  top: 100%;
  left: 0px;
  right: auto;
  bottom: auto;
  background-color: transparent;
}

.w-commerce-commercecartcontainerwrapper--cartType-rightDropdown {
  position: absolute;
  left: auto;
  top: 100%;
  right: 0px;
  bottom: auto;
  background-color: transparent;
}

.w-commerce-commercecartcontainer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 480px;
  min-width: 320px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  overflow: auto;
  background-color: #fff;
  box-shadow: 0px 5px 25px 0px rgba(0, 0, 0, 0.25);
}

.w-commerce-commercecartheader {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 16px;
  padding-bottom: 16px;
  padding-left: 24px;
  padding-right: 24px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-flex-basis: auto;
  -ms-flex-preferred-size: auto;
  flex-basis: auto;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #e6e6e6;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.w-commerce-commercecartheading {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-left: 0px;
  padding-right: 0px;
}

.w-commerce-commercecartcloselink {
  width: 16px;
  height: 16px;
}

.w-commerce-commercecartformwrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -webkit-flex-shrink: 1;
  -ms-flex-negative: 1;
  flex-shrink: 1;
  -webkit-flex-basis: 0%;
  -ms-flex-preferred-size: 0%;
  flex-basis: 0%;
}

.w-commerce-commercecartform {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -webkit-flex-shrink: 1;
  -ms-flex-negative: 1;
  flex-shrink: 1;
  -webkit-flex-basis: 0%;
  -ms-flex-preferred-size: 0%;
  flex-basis: 0%;
}

.w-commerce-commercecartlist {
  overflow: auto;
  padding-top: 12px;
  padding-bottom: 12px;
  padding-left: 24px;
  padding-right: 24px;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -webkit-flex-shrink: 1;
  -ms-flex-negative: 1;
  flex-shrink: 1;
  -webkit-flex-basis: 0%;
  -ms-flex-preferred-size: 0%;
  flex-basis: 0%;
  -webkit-overflow-scrolling: touch;
}

.w-commerce-commercecartitem {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 12px;
  padding-bottom: 12px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.w-commerce-commercecartitemimage {
  width: 60px;
  height: 0%;
}

.w-commerce-commercecartiteminfo {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 16px;
  margin-left: 16px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -webkit-flex-shrink: 1;
  -ms-flex-negative: 1;
  flex-shrink: 1;
  -webkit-flex-basis: 0%;
  -ms-flex-preferred-size: 0%;
  flex-basis: 0%;
}

.w-commerce-commercecartproductname {
  font-weight: 700;
}

.w-commerce-commercecartoptionlist {
  text-decoration: none;
  padding-left: 0px;
  margin-bottom: 0px;
  list-style-type: none;
}

.w-commerce-commercecartquantity {
  background-color: #fafafa;
  border-top-style: solid;
  border-top-width: 1px;
  border-top-color: #ddd;
  border-right-style: solid;
  border-right-width: 1px;
  border-right-color: #ddd;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: #ddd;
  border-left-style: solid;
  border-left-width: 1px;
  border-left-color: #ddd;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  display: block;
  height: 38px;
  line-height: 20px;
  margin-bottom: 10px;
  padding-top: 8px;
  padding-right: 6px;
  padding-bottom: 8px;
  padding-left: 12px;
  width: 60px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.w-commerce-commercecartquantity::-webkit-input-placeholder {
  color: #999;
}

.w-commerce-commercecartquantity:-ms-input-placeholder {
  color: #999;
}

.w-commerce-commercecartquantity::-ms-input-placeholder {
  color: #999;
}

.w-commerce-commercecartquantity::placeholder {
  color: #999;
}

.w-commerce-commercecartquantity:focus {
  border-top-color: #3898ec;
  border-right-color: #3898ec;
  border-bottom-color: #3898ec;
  border-left-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecartfooter {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 16px;
  padding-bottom: 24px;
  padding-left: 24px;
  padding-right: 24px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-flex-basis: auto;
  -ms-flex-preferred-size: auto;
  flex-basis: auto;
  border-top-style: solid;
  border-top-width: 1px;
  border-top-color: #e6e6e6;
}

.w-commerce-commercecartlineitem {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 16px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-flex-basis: auto;
  -ms-flex-preferred-size: auto;
  flex-basis: auto;
}

.w-commerce-commercecartordervalue {
  font-weight: 700;
}

.w-commerce-commercecartcheckoutbutton {
  background-color: #3898ec;
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
  border-bottom-width: 0px;
  border-left-width: 0px;
  border-right-width: 0px;
  border-top-width: 0px;
  color: #fff;
  cursor: pointer;
  padding-top: 9px;
  padding-bottom: 9px;
  padding-left: 15px;
  padding-right: 15px;
  text-decoration: none;
  display: block;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  text-align: center;
}

.w-commerce-commercecartemptystate {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 100px;
  padding-bottom: 100px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -webkit-flex-shrink: 1;
  -ms-flex-negative: 1;
  flex-shrink: 1;
  -webkit-flex-basis: 0%;
  -ms-flex-preferred-size: 0%;
  flex-basis: 0%;
}

.w-commerce-commercecarterrorstate {
  margin-top: 0px;
  margin-right: 24px;
  margin-bottom: 24px;
  margin-left: 24px;
  padding-top: 10px;
  padding-right: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-flex-basis: auto;
  -ms-flex-preferred-size: auto;
  flex-basis: auto;
  background-color: #ffdede;
}

.w-commerce-commerceaddtocartform {
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 15px;
  margin-left: 0px;
}

.w-commerce-commerceaddtocartquantityinput {
  background-color: #fafafa;
  border-top-style: solid;
  border-top-width: 1px;
  border-top-color: #ddd;
  border-right-style: solid;
  border-right-width: 1px;
  border-right-color: #ddd;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: #ddd;
  border-left-style: solid;
  border-left-width: 1px;
  border-left-color: #ddd;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  display: block;
  height: 38px;
  line-height: 20px;
  margin-bottom: 10px;
  padding-top: 8px;
  padding-right: 6px;
  padding-bottom: 8px;
  padding-left: 12px;
  width: 60px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.w-commerce-commerceaddtocartquantityinput::-webkit-input-placeholder {
  color: #999;
}

.w-commerce-commerceaddtocartquantityinput:-ms-input-placeholder {
  color: #999;
}

.w-commerce-commerceaddtocartquantityinput::-ms-input-placeholder {
  color: #999;
}

.w-commerce-commerceaddtocartquantityinput::placeholder {
  color: #999;
}

.w-commerce-commerceaddtocartquantityinput:focus {
  border-top-color: #3898ec;
  border-right-color: #3898ec;
  border-bottom-color: #3898ec;
  border-left-color: #3898ec;
  outline-style: none;
}

.w-commerce-commerceaddtocartbutton {
  background-color: #3898ec;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-width: 0px;
  border-left-width: 0px;
  border-right-width: 0px;
  border-top-width: 0px;
  color: #fff;
  cursor: pointer;
  padding-top: 9px;
  padding-bottom: 9px;
  padding-left: 15px;
  padding-right: 15px;
  text-decoration: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.w-commerce-commerceaddtocartbutton.w--ecommerce-add-to-cart-disabled {
  color: #666;
  background-color: #e6e6e6;
  border-top-color: #e6e6e6;
  border-bottom-color: #e6e6e6;
  border-left-color: #e6e6e6;
  border-right-color: #e6e6e6;
  cursor: not-allowed;
  outline-style: none;
}

.w-commerce-commerceaddtocartoutofstock {
  margin-top: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
  padding-right: 10px;
  background-color: #ddd;
}

.w-commerce-commerceaddtocarterror {
  margin-top: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
  padding-right: 10px;
  background-color: #ffdede;
}

.w-commerce-commercecheckoutformcontainer {
  width: 100%;
  min-height: 100vh;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-right: 20px;
  padding-left: 20px;
  background-color: #f5f5f5;
}

.w-commerce-commercecheckoutcustomerinfowrapper {
  margin-bottom: 20px;
}

.w-commerce-commercecheckoutblockheader {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  padding-top: 4px;
  padding-bottom: 4px;
  padding-right: 20px;
  padding-left: 20px;
  border-top-style: solid;
  border-top-width: 1px;
  border-top-color: #e6e6e6;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: #e6e6e6;
  border-right-style: solid;
  border-right-width: 1px;
  border-right-color: #e6e6e6;
  border-left-style: solid;
  border-left-width: 1px;
  border-left-color: #e6e6e6;
  background-color: #fff;
}

.w-commerce-commercecheckoutblockcontent {
  padding-top: 20px;
  padding-bottom: 20px;
  padding-right: 20px;
  padding-left: 20px;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: #e6e6e6;
  border-right-style: solid;
  border-right-width: 1px;
  border-right-color: #e6e6e6;
  border-left-style: solid;
  border-left-width: 1px;
  border-left-color: #e6e6e6;
  background-color: #fff;
}

.w-commerce-commercecheckoutlabel {
  margin-bottom: 8px;
}

.w-commerce-commercecheckoutemailinput {
  background-color: #fafafa;
  border-top-style: solid;
  border-top-width: 1px;
  border-top-color: #ddd;
  border-right-style: solid;
  border-right-width: 1px;
  border-right-color: #ddd;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: #ddd;
  border-left-style: solid;
  border-left-width: 1px;
  border-left-color: #ddd;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  display: block;
  height: 38px;
  line-height: 20px;
  margin-bottom: 0px;
  padding-top: 8px;
  padding-right: 12px;
  padding-bottom: 8px;
  padding-left: 12px;
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.w-commerce-commercecheckoutemailinput::-webkit-input-placeholder {
  color: #999;
}

.w-commerce-commercecheckoutemailinput:-ms-input-placeholder {
  color: #999;
}

.w-commerce-commercecheckoutemailinput::-ms-input-placeholder {
  color: #999;
}

.w-commerce-commercecheckoutemailinput::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutemailinput:focus {
  border-top-color: #3898ec;
  border-right-color: #3898ec;
  border-bottom-color: #3898ec;
  border-left-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutshippingaddresswrapper {
  margin-bottom: 20px;
}

.w-commerce-commercecheckoutshippingfullname {
  background-color: #fafafa;
  border-top-style: solid;
  border-top-width: 1px;
  border-top-color: #ddd;
  border-right-style: solid;
  border-right-width: 1px;
  border-right-color: #ddd;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: #ddd;
  border-left-style: solid;
  border-left-width: 1px;
  border-left-color: #ddd;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  display: block;
  height: 38px;
  line-height: 20px;
  margin-bottom: 16px;
  padding-top: 8px;
  padding-right: 12px;
  padding-bottom: 8px;
  padding-left: 12px;
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.w-commerce-commercecheckoutshippingfullname::-webkit-input-placeholder {
  color: #999;
}

.w-commerce-commercecheckoutshippingfullname:-ms-input-placeholder {
  color: #999;
}

.w-commerce-commercecheckoutshippingfullname::-ms-input-placeholder {
  color: #999;
}

.w-commerce-commercecheckoutshippingfullname::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutshippingfullname:focus {
  border-top-color: #3898ec;
  border-right-color: #3898ec;
  border-bottom-color: #3898ec;
  border-left-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutshippingstreetaddress {
  background-color: #fafafa;
  border-top-style: solid;
  border-top-width: 1px;
  border-top-color: #ddd;
  border-right-style: solid;
  border-right-width: 1px;
  border-right-color: #ddd;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: #ddd;
  border-left-style: solid;
  border-left-width: 1px;
  border-left-color: #ddd;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  display: block;
  height: 38px;
  line-height: 20px;
  margin-bottom: 16px;
  padding-top: 8px;
  padding-right: 12px;
  padding-bottom: 8px;
  padding-left: 12px;
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.w-commerce-commercecheckoutshippingstreetaddress::-webkit-input-placeholder {
  color: #999;
}

.w-commerce-commercecheckoutshippingstreetaddress:-ms-input-placeholder {
  color: #999;
}

.w-commerce-commercecheckoutshippingstreetaddress::-ms-input-placeholder {
  color: #999;
}

.w-commerce-commercecheckoutshippingstreetaddress::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutshippingstreetaddress:focus {
  border-top-color: #3898ec;
  border-right-color: #3898ec;
  border-bottom-color: #3898ec;
  border-left-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutshippingstreetaddressoptional {
  background-color: #fafafa;
  border-top-style: solid;
  border-top-width: 1px;
  border-top-color: #ddd;
  border-right-style: solid;
  border-right-width: 1px;
  border-right-color: #ddd;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: #ddd;
  border-left-style: solid;
  border-left-width: 1px;
  border-left-color: #ddd;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  display: block;
  height: 38px;
  line-height: 20px;
  margin-bottom: 16px;
  padding-top: 8px;
  padding-right: 12px;
  padding-bottom: 8px;
  padding-left: 12px;
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.w-commerce-commercecheckoutshippingstreetaddressoptional::-webkit-input-placeholder {
  color: #999;
}

.w-commerce-commercecheckoutshippingstreetaddressoptional:-ms-input-placeholder {
  color: #999;
}

.w-commerce-commercecheckoutshippingstreetaddressoptional::-ms-input-placeholder {
  color: #999;
}

.w-commerce-commercecheckoutshippingstreetaddressoptional::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutshippingstreetaddressoptional:focus {
  border-top-color: #3898ec;
  border-right-color: #3898ec;
  border-bottom-color: #3898ec;
  border-left-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutrow {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: -8px;
  margin-left: -8px;
}

.w-commerce-commercecheckoutcolumn {
  padding-right: 8px;
  padding-left: 8px;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -webkit-flex-shrink: 1;
  -ms-flex-negative: 1;
  flex-shrink: 1;
  -webkit-flex-basis: 0%;
  -ms-flex-preferred-size: 0%;
  flex-basis: 0%;
}

.w-commerce-commercecheckoutshippingcity {
  background-color: #fafafa;
  border-top-style: solid;
  border-top-width: 1px;
  border-top-color: #ddd;
  border-right-style: solid;
  border-right-width: 1px;
  border-right-color: #ddd;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: #ddd;
  border-left-style: solid;
  border-left-width: 1px;
  border-left-color: #ddd;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  display: block;
  height: 38px;
  line-height: 20px;
  margin-bottom: 16px;
  padding-top: 8px;
  padding-right: 12px;
  padding-bottom: 8px;
  padding-left: 12px;
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.w-commerce-commercecheckoutshippingcity::-webkit-input-placeholder {
  color: #999;
}

.w-commerce-commercecheckoutshippingcity:-ms-input-placeholder {
  color: #999;
}

.w-commerce-commercecheckoutshippingcity::-ms-input-placeholder {
  color: #999;
}

.w-commerce-commercecheckoutshippingcity::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutshippingcity:focus {
  border-top-color: #3898ec;
  border-right-color: #3898ec;
  border-bottom-color: #3898ec;
  border-left-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutshippingstateprovince {
  background-color: #fafafa;
  border-top-style: solid;
  border-top-width: 1px;
  border-top-color: #ddd;
  border-right-style: solid;
  border-right-width: 1px;
  border-right-color: #ddd;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: #ddd;
  border-left-style: solid;
  border-left-width: 1px;
  border-left-color: #ddd;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  display: block;
  height: 38px;
  line-height: 20px;
  margin-bottom: 16px;
  padding-top: 8px;
  padding-right: 12px;
  padding-bottom: 8px;
  padding-left: 12px;
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.w-commerce-commercecheckoutshippingstateprovince::-webkit-input-placeholder {
  color: #999;
}

.w-commerce-commercecheckoutshippingstateprovince:-ms-input-placeholder {
  color: #999;
}

.w-commerce-commercecheckoutshippingstateprovince::-ms-input-placeholder {
  color: #999;
}

.w-commerce-commercecheckoutshippingstateprovince::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutshippingstateprovince:focus {
  border-top-color: #3898ec;
  border-right-color: #3898ec;
  border-bottom-color: #3898ec;
  border-left-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutshippingzippostalcode {
  background-color: #fafafa;
  border-top-style: solid;
  border-top-width: 1px;
  border-top-color: #ddd;
  border-right-style: solid;
  border-right-width: 1px;
  border-right-color: #ddd;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: #ddd;
  border-left-style: solid;
  border-left-width: 1px;
  border-left-color: #ddd;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  display: block;
  height: 38px;
  line-height: 20px;
  margin-bottom: 16px;
  padding-top: 8px;
  padding-right: 12px;
  padding-bottom: 8px;
  padding-left: 12px;
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.w-commerce-commercecheckoutshippingzippostalcode::-webkit-input-placeholder {
  color: #999;
}

.w-commerce-commercecheckoutshippingzippostalcode:-ms-input-placeholder {
  color: #999;
}

.w-commerce-commercecheckoutshippingzippostalcode::-ms-input-placeholder {
  color: #999;
}

.w-commerce-commercecheckoutshippingzippostalcode::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutshippingzippostalcode:focus {
  border-top-color: #3898ec;
  border-right-color: #3898ec;
  border-bottom-color: #3898ec;
  border-left-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutshippingcountryselector {
  background-color: #fafafa;
  border-top-style: solid;
  border-top-width: 1px;
  border-top-color: #ddd;
  border-right-style: solid;
  border-right-width: 1px;
  border-right-color: #ddd;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: #ddd;
  border-left-style: solid;
  border-left-width: 1px;
  border-left-color: #ddd;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  display: block;
  height: 38px;
  line-height: 20px;
  margin-bottom: 0px;
  padding-top: 8px;
  padding-right: 12px;
  padding-bottom: 8px;
  padding-left: 12px;
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.w-commerce-commercecheckoutshippingcountryselector::-webkit-input-placeholder {
  color: #999;
}

.w-commerce-commercecheckoutshippingcountryselector:-ms-input-placeholder {
  color: #999;
}

.w-commerce-commercecheckoutshippingcountryselector::-ms-input-placeholder {
  color: #999;
}

.w-commerce-commercecheckoutshippingcountryselector::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutshippingcountryselector:focus {
  border-top-color: #3898ec;
  border-right-color: #3898ec;
  border-bottom-color: #3898ec;
  border-left-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutshippingmethodswrapper {
  margin-bottom: 20px;
}

.w-commerce-commercecheckoutshippingmethodslist {
  border-left-color: #e6e6e6;
  border-left-width: 1px;
  border-left-style: solid;
  border-right-color: #e6e6e6;
  border-right-width: 1px;
  border-right-style: solid;
}

.w-commerce-commercecheckoutshippingmethoditem {
  padding-top: 16px;
  padding-bottom: 16px;
  padding-right: 16px;
  padding-left: 16px;
  font-weight: 400;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  border-bottom-color: #e6e6e6;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  margin-bottom: 0px;
  background-color: #fff;
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
}

.w-commerce-commercecheckoutshippingmethoddescriptionblock {
  margin-left: 12px;
  margin-right: 12px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.w-commerce-commerceboldtextblock {
  font-weight: 700;
}

.w-commerce-commercecheckoutpaymentinfowrapper {
  margin-bottom: 20px;
}

.w-commerce-commercecheckoutbillingaddresstogglewrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}

.w-commerce-commercecheckoutbillingaddresstogglecheckbox {
  margin-top: 4px;
}

.w-commerce-commercecheckoutbillingaddresstogglelabel {
  font-weight: 400;
  margin-left: 8px;
}

.w-commerce-commercecheckoutbillingaddresswrapper {
  margin-top: 16px;
  margin-bottom: 20px;
}

.w-commerce-commercecheckoutbillingfullname {
  background-color: #fafafa;
  border-top-style: solid;
  border-top-width: 1px;
  border-top-color: #ddd;
  border-right-style: solid;
  border-right-width: 1px;
  border-right-color: #ddd;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: #ddd;
  border-left-style: solid;
  border-left-width: 1px;
  border-left-color: #ddd;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  display: block;
  height: 38px;
  line-height: 20px;
  margin-bottom: 16px;
  padding-top: 8px;
  padding-right: 12px;
  padding-bottom: 8px;
  padding-left: 12px;
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.w-commerce-commercecheckoutbillingfullname::-webkit-input-placeholder {
  color: #999;
}

.w-commerce-commercecheckoutbillingfullname:-ms-input-placeholder {
  color: #999;
}

.w-commerce-commercecheckoutbillingfullname::-ms-input-placeholder {
  color: #999;
}

.w-commerce-commercecheckoutbillingfullname::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutbillingfullname:focus {
  border-top-color: #3898ec;
  border-right-color: #3898ec;
  border-bottom-color: #3898ec;
  border-left-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutbillingstreetaddress {
  background-color: #fafafa;
  border-top-style: solid;
  border-top-width: 1px;
  border-top-color: #ddd;
  border-right-style: solid;
  border-right-width: 1px;
  border-right-color: #ddd;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: #ddd;
  border-left-style: solid;
  border-left-width: 1px;
  border-left-color: #ddd;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  display: block;
  height: 38px;
  line-height: 20px;
  margin-bottom: 16px;
  padding-top: 8px;
  padding-right: 12px;
  padding-bottom: 8px;
  padding-left: 12px;
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.w-commerce-commercecheckoutbillingstreetaddress::-webkit-input-placeholder {
  color: #999;
}

.w-commerce-commercecheckoutbillingstreetaddress:-ms-input-placeholder {
  color: #999;
}

.w-commerce-commercecheckoutbillingstreetaddress::-ms-input-placeholder {
  color: #999;
}

.w-commerce-commercecheckoutbillingstreetaddress::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutbillingstreetaddress:focus {
  border-top-color: #3898ec;
  border-right-color: #3898ec;
  border-bottom-color: #3898ec;
  border-left-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutbillingstreetaddressoptional {
  background-color: #fafafa;
  border-top-style: solid;
  border-top-width: 1px;
  border-top-color: #ddd;
  border-right-style: solid;
  border-right-width: 1px;
  border-right-color: #ddd;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: #ddd;
  border-left-style: solid;
  border-left-width: 1px;
  border-left-color: #ddd;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  display: block;
  height: 38px;
  line-height: 20px;
  margin-bottom: 16px;
  padding-top: 8px;
  padding-right: 12px;
  padding-bottom: 8px;
  padding-left: 12px;
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.w-commerce-commercecheckoutbillingstreetaddressoptional::-webkit-input-placeholder {
  color: #999;
}

.w-commerce-commercecheckoutbillingstreetaddressoptional:-ms-input-placeholder {
  color: #999;
}

.w-commerce-commercecheckoutbillingstreetaddressoptional::-ms-input-placeholder {
  color: #999;
}

.w-commerce-commercecheckoutbillingstreetaddressoptional::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutbillingstreetaddressoptional:focus {
  border-top-color: #3898ec;
  border-right-color: #3898ec;
  border-bottom-color: #3898ec;
  border-left-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutbillingcity {
  background-color: #fafafa;
  border-top-style: solid;
  border-top-width: 1px;
  border-top-color: #ddd;
  border-right-style: solid;
  border-right-width: 1px;
  border-right-color: #ddd;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: #ddd;
  border-left-style: solid;
  border-left-width: 1px;
  border-left-color: #ddd;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  display: block;
  height: 38px;
  line-height: 20px;
  margin-bottom: 16px;
  padding-top: 8px;
  padding-right: 12px;
  padding-bottom: 8px;
  padding-left: 12px;
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.w-commerce-commercecheckoutbillingcity::-webkit-input-placeholder {
  color: #999;
}

.w-commerce-commercecheckoutbillingcity:-ms-input-placeholder {
  color: #999;
}

.w-commerce-commercecheckoutbillingcity::-ms-input-placeholder {
  color: #999;
}

.w-commerce-commercecheckoutbillingcity::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutbillingcity:focus {
  border-top-color: #3898ec;
  border-right-color: #3898ec;
  border-bottom-color: #3898ec;
  border-left-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutbillingstateprovince {
  background-color: #fafafa;
  border-top-style: solid;
  border-top-width: 1px;
  border-top-color: #ddd;
  border-right-style: solid;
  border-right-width: 1px;
  border-right-color: #ddd;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: #ddd;
  border-left-style: solid;
  border-left-width: 1px;
  border-left-color: #ddd;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  display: block;
  height: 38px;
  line-height: 20px;
  margin-bottom: 16px;
  padding-top: 8px;
  padding-right: 12px;
  padding-bottom: 8px;
  padding-left: 12px;
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.w-commerce-commercecheckoutbillingstateprovince::-webkit-input-placeholder {
  color: #999;
}

.w-commerce-commercecheckoutbillingstateprovince:-ms-input-placeholder {
  color: #999;
}

.w-commerce-commercecheckoutbillingstateprovince::-ms-input-placeholder {
  color: #999;
}

.w-commerce-commercecheckoutbillingstateprovince::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutbillingstateprovince:focus {
  border-top-color: #3898ec;
  border-right-color: #3898ec;
  border-bottom-color: #3898ec;
  border-left-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutbillingzippostalcode {
  background-color: #fafafa;
  border-top-style: solid;
  border-top-width: 1px;
  border-top-color: #ddd;
  border-right-style: solid;
  border-right-width: 1px;
  border-right-color: #ddd;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: #ddd;
  border-left-style: solid;
  border-left-width: 1px;
  border-left-color: #ddd;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  display: block;
  height: 38px;
  line-height: 20px;
  margin-bottom: 16px;
  padding-top: 8px;
  padding-right: 12px;
  padding-bottom: 8px;
  padding-left: 12px;
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.w-commerce-commercecheckoutbillingzippostalcode::-webkit-input-placeholder {
  color: #999;
}

.w-commerce-commercecheckoutbillingzippostalcode:-ms-input-placeholder {
  color: #999;
}

.w-commerce-commercecheckoutbillingzippostalcode::-ms-input-placeholder {
  color: #999;
}

.w-commerce-commercecheckoutbillingzippostalcode::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutbillingzippostalcode:focus {
  border-top-color: #3898ec;
  border-right-color: #3898ec;
  border-bottom-color: #3898ec;
  border-left-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutbillingcountryselector {
  background-color: #fafafa;
  border-top-style: solid;
  border-top-width: 1px;
  border-top-color: #ddd;
  border-right-style: solid;
  border-right-width: 1px;
  border-right-color: #ddd;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: #ddd;
  border-left-style: solid;
  border-left-width: 1px;
  border-left-color: #ddd;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  display: block;
  height: 38px;
  line-height: 20px;
  margin-bottom: 0px;
  padding-top: 8px;
  padding-right: 12px;
  padding-bottom: 8px;
  padding-left: 12px;
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.w-commerce-commercecheckoutbillingcountryselector::-webkit-input-placeholder {
  color: #999;
}

.w-commerce-commercecheckoutbillingcountryselector:-ms-input-placeholder {
  color: #999;
}

.w-commerce-commercecheckoutbillingcountryselector::-ms-input-placeholder {
  color: #999;
}

.w-commerce-commercecheckoutbillingcountryselector::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutbillingcountryselector:focus {
  border-top-color: #3898ec;
  border-right-color: #3898ec;
  border-bottom-color: #3898ec;
  border-left-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutcardnumber {
  background-color: #fafafa;
  border-top-style: solid;
  border-top-width: 1px;
  border-top-color: #ddd;
  border-right-style: solid;
  border-right-width: 1px;
  border-right-color: #ddd;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: #ddd;
  border-left-style: solid;
  border-left-width: 1px;
  border-left-color: #ddd;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  display: block;
  height: 38px;
  line-height: 20px;
  margin-bottom: 16px;
  padding-top: 8px;
  padding-right: 12px;
  padding-bottom: 8px;
  padding-left: 12px;
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: text;
}

.w-commerce-commercecheckoutcardnumber::-webkit-input-placeholder {
  color: #999;
}

.w-commerce-commercecheckoutcardnumber:-ms-input-placeholder {
  color: #999;
}

.w-commerce-commercecheckoutcardnumber::-ms-input-placeholder {
  color: #999;
}

.w-commerce-commercecheckoutcardnumber::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutcardnumber:focus {
  border-top-color: #3898ec;
  border-right-color: #3898ec;
  border-bottom-color: #3898ec;
  border-left-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutcardnumber.-wfp-focus {
  border-top-color: #3898ec;
  border-right-color: #3898ec;
  border-bottom-color: #3898ec;
  border-left-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutcardexpirationdate {
  background-color: #fafafa;
  border-top-style: solid;
  border-top-width: 1px;
  border-top-color: #ddd;
  border-right-style: solid;
  border-right-width: 1px;
  border-right-color: #ddd;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: #ddd;
  border-left-style: solid;
  border-left-width: 1px;
  border-left-color: #ddd;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  display: block;
  height: 38px;
  line-height: 20px;
  margin-bottom: 16px;
  padding-top: 8px;
  padding-right: 12px;
  padding-bottom: 8px;
  padding-left: 12px;
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: text;
}

.w-commerce-commercecheckoutcardexpirationdate::-webkit-input-placeholder {
  color: #999;
}

.w-commerce-commercecheckoutcardexpirationdate:-ms-input-placeholder {
  color: #999;
}

.w-commerce-commercecheckoutcardexpirationdate::-ms-input-placeholder {
  color: #999;
}

.w-commerce-commercecheckoutcardexpirationdate::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutcardexpirationdate:focus {
  border-top-color: #3898ec;
  border-right-color: #3898ec;
  border-bottom-color: #3898ec;
  border-left-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutcardexpirationdate.-wfp-focus {
  border-top-color: #3898ec;
  border-right-color: #3898ec;
  border-bottom-color: #3898ec;
  border-left-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutcardsecuritycode {
  background-color: #fafafa;
  border-top-style: solid;
  border-top-width: 1px;
  border-top-color: #ddd;
  border-right-style: solid;
  border-right-width: 1px;
  border-right-color: #ddd;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: #ddd;
  border-left-style: solid;
  border-left-width: 1px;
  border-left-color: #ddd;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  display: block;
  height: 38px;
  line-height: 20px;
  margin-bottom: 16px;
  padding-top: 8px;
  padding-right: 12px;
  padding-bottom: 8px;
  padding-left: 12px;
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: text;
}

.w-commerce-commercecheckoutcardsecuritycode::-webkit-input-placeholder {
  color: #999;
}

.w-commerce-commercecheckoutcardsecuritycode:-ms-input-placeholder {
  color: #999;
}

.w-commerce-commercecheckoutcardsecuritycode::-ms-input-placeholder {
  color: #999;
}

.w-commerce-commercecheckoutcardsecuritycode::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutcardsecuritycode:focus {
  border-top-color: #3898ec;
  border-right-color: #3898ec;
  border-bottom-color: #3898ec;
  border-left-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutcardsecuritycode.-wfp-focus {
  border-top-color: #3898ec;
  border-right-color: #3898ec;
  border-bottom-color: #3898ec;
  border-left-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutplaceorderbutton {
  background-color: #3898ec;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  border-bottom-width: 0px;
  border-left-width: 0px;
  border-right-width: 0px;
  border-top-width: 0px;
  color: #fff;
  cursor: pointer;
  padding-top: 9px;
  padding-bottom: 9px;
  padding-left: 15px;
  padding-right: 15px;
  text-decoration: none;
  display: block;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin-bottom: 20px;
  text-align: center;
}

.w-commerce-commercecheckouterrorstate {
  margin-top: 16px;
  margin-bottom: 16px;
  padding-top: 10px;
  padding-right: 16px;
  padding-bottom: 10px;
  padding-left: 16px;
  background-color: #ffdede;
}

.w-commerce-commercecheckoutorderitemswrapper {
  margin-bottom: 20px;
}

.w-commerce-commercecheckoutsummaryblockheader {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  padding-top: 4px;
  padding-bottom: 4px;
  padding-right: 20px;
  padding-left: 20px;
  border-top-style: solid;
  border-top-width: 1px;
  border-top-color: #e6e6e6;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: #e6e6e6;
  border-right-style: solid;
  border-right-width: 1px;
  border-right-color: #e6e6e6;
  border-left-style: solid;
  border-left-width: 1px;
  border-left-color: #e6e6e6;
  background-color: #fff;
}

.w-commerce-commercecheckoutorderitemslist {
  margin-bottom: -20px;
}

.w-commerce-commercecheckoutorderitem {
  margin-bottom: 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.w-commerce-commercecheckoutorderitemdescriptionwrapper {
  margin-left: 16px;
  margin-right: 16px;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.w-commerce-commercecheckoutorderitemquantitywrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  white-space: pre-wrap;
}

.w-commerce-commercecheckoutorderitemoptionlist {
  text-decoration: none;
  padding-left: 0px;
  margin-bottom: 0px;
  list-style-type: none;
}

.w-commerce-commercecheckoutordersummarywrapper {
  margin-bottom: 20px;
}

.w-commerce-commercecheckoutsummarylineitem {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  margin-bottom: 8px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.w-commerce-commercecheckoutordersummaryextraitemslistitem {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  margin-bottom: 8px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.w-commerce-commercecheckoutsummarytotal {
  font-weight: 700;
}

.w-commerce-commerceorderconfirmationcontainer {
  width: 100%;
  min-height: 100vh;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-right: 20px;
  padding-left: 20px;
  background-color: #f5f5f5;
}

.w-commerce-commercelayoutcontainer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.w-commerce-commercelayoutmain {
  -webkit-flex-basis: 800px;
  -ms-flex-preferred-size: 800px;
  flex-basis: 800px;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -webkit-flex-shrink: 1;
  -ms-flex-negative: 1;
  flex-shrink: 1;
  margin-right: 20px;
}

.w-commerce-commercecheckoutcustomerinfosummarywrapper {
  margin-bottom: 20px;
}

.w-commerce-commercecheckoutsummaryitem {
  margin-bottom: 8px;
}

.w-commerce-commercecheckoutsummarylabel {
  margin-bottom: 8px;
}

.w-commerce-commercecheckoutshippingsummarywrapper {
  margin-bottom: 20px;
}

.w-commerce-commercecheckoutpaymentsummarywrapper {
  margin-bottom: 20px;
}

.w-commerce-commercecheckoutsummaryflexboxdiv {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.w-commerce-commercecheckoutsummarytextspacingondiv {
  margin-right: 0.33em;
}

.w-commerce-commercelayoutsidebar {
  -webkit-flex-basis: 320px;
  -ms-flex-preferred-size: 320px;
  flex-basis: 320px;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  position: -webkit-sticky;
  position: sticky;
  top: 20px;
}

@media screen and (max-width: 767px) {
  .w-commerce-commercelayoutcontainer {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .w-commerce-commercelayoutmain {
    margin-right: 0px;
    -webkit-flex-basis: auto;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }

  .w-commerce-commercelayoutsidebar {
    -webkit-flex-basis: auto;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
}

@media screen and (max-width: 479px) {
  .w-commerce-commercecartcontainerwrapper--cartType-modal {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .w-commerce-commercecartcontainerwrapper--cartType-leftDropdown {
    position: fixed;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .w-commerce-commercecartcontainerwrapper--cartType-rightDropdown {
    position: fixed;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .w-commerce-commercecartquantity {
    font-size: 16px;
  }

  .w-commerce-commerceaddtocartquantityinput {
    font-size: 16px;
  }

  .w-commerce-commercecheckoutemailinput {
    font-size: 16px;
  }

  .w-commerce-commercecheckoutshippingfullname {
    font-size: 16px;
  }

  .w-commerce-commercecheckoutshippingstreetaddress {
    font-size: 16px;
  }

  .w-commerce-commercecheckoutshippingstreetaddressoptional {
    font-size: 16px;
  }

  .w-commerce-commercecheckoutrow {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .w-commerce-commercecheckoutshippingcity {
    font-size: 16px;
  }

  .w-commerce-commercecheckoutshippingstateprovince {
    font-size: 16px;
  }

  .w-commerce-commercecheckoutshippingzippostalcode {
    font-size: 16px;
  }

  .w-commerce-commercecheckoutshippingcountryselector {
    font-size: 16px;
  }

  .w-commerce-commercecheckoutbillingfullname {
    font-size: 16px;
  }

  .w-commerce-commercecheckoutbillingstreetaddress {
    font-size: 16px;
  }

  .w-commerce-commercecheckoutbillingstreetaddressoptional {
    font-size: 16px;
  }

  .w-commerce-commercecheckoutbillingcity {
    font-size: 16px;
  }

  .w-commerce-commercecheckoutbillingstateprovince {
    font-size: 16px;
  }

  .w-commerce-commercecheckoutbillingzippostalcode {
    font-size: 16px;
  }

  .w-commerce-commercecheckoutbillingcountryselector {
    font-size: 16px;
  }

  .w-commerce-commercecheckoutcardnumber {
    font-size: 16px;
  }

  .w-commerce-commercecheckoutcardexpirationdate {
    font-size: 16px;
  }

  .w-commerce-commercecheckoutcardsecuritycode {
    font-size: 16px;
  }
}

body {
  background-color: #1a1719;
  font-family: Raleway, sans-serif;
  color: transparent;
  font-size: 24px;
  line-height: 30px;
}

h1 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 38px;
  line-height: 44px;
  font-weight: 700;
}

p {
  margin-bottom: 10px;
}

a {
  color: #5f4d5d;
  font-weight: 600;
  text-decoration: none;
  cursor: pointer;
}

ul {
  margin-top: 0px;
  margin-bottom: 10px;
  padding-left: 40px;
  font-size: 22px;
}

ol {
  margin-top: 0px;
  margin-bottom: 10px;
  padding-left: 40px;
  font-size: 22px;
}

li {
  margin-bottom: 2px;
}

figcaption {
  margin-top: 5px;
  font-family: Roboto;
  color: #b0b0b0;
  font-size: 12px;
  font-weight: 700;
  text-align: center;
  letter-spacing: 1.5px;
  text-transform: uppercase;
}

.navbar {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 120px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  border-top: 4px solid #ba9fb7;
  background-color: #fff;
}

.brand {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 120px;
  padding-left: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
}

.brand:hover {
  opacity: 0.8;
}

.menu-button {
  z-index: 10;
  width: 5%;
  height: 116px;
  padding-top: 56px;
  float: left;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
}

.menu-button:hover {
  opacity: 0.8;
}

.menu-button.w--open {
  background-color: #fff;
}

.burger-line {
  width: 20px;
  height: 2px;
  margin-bottom: 3px;
  background-color: #b99bb6;
}

.content-section {
  display: block;
  overflow: hidden;
  margin-top: 60px;
  padding-top: 0px;
  padding-bottom: 0px;
  color: #ebabcb;
}

.content-section.thistle-medium {
  display: block;
  background-color: transparent;
}

.content-section.gray {
  display: block;
  margin-top: 60px;
  background-color: transparent;
}

.content-section.gray {
  background-color: #1a1719;
}

.content-section.gray.relatedproducts {
  display: none;
}

.content-wrapper {
  display: block;
  max-width: none;
  margin-top: 40px;
  background-color: transparent;
  text-align: center;
}

.content-wrapper.wrapperproductstitle {
  padding-top: 20px;
  padding-bottom: 20px;
  background-color: #ebabcb;
}

.content-wrapper.wrapabout {
  margin-top: 40px;
}

.hero-section {
  position: relative;
  height: 100%;
  padding-top: 72px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.slide-nav {
  display: none;
}

.center-box {
  display: block;
  width: 65%;
  max-width: 820px;
  margin-right: auto;
  margin-left: auto;
  font-family: Roboto;
  color: #b99bb6;
  font-size: 13px;
  font-weight: 700;
  text-align: center;
  letter-spacing: 1.5px;
  text-transform: uppercase;
}

.mini-title {
  margin-bottom: 10px;
  font-family: Raleway, sans-serif;
  color: #ebabcb;
  font-size: 30px;
  font-weight: 400;
  letter-spacing: 0px;
  text-transform: uppercase;
}

.mini-title.white {
  margin-bottom: 20px;
  font-family: Raleway, sans-serif;
  color: #fff;
  font-size: 17px;
  text-transform: uppercase;
}

.mini-title.titleabout {
  font-family: 'Open Sans Condensed', sans-serif;
  color: #ebabcb;
  font-style: italic;
}

.intro-paragraph {
  font-family: 'Cormorant Garamond';
  color: #5f4d5d;
  font-size: 26px;
  line-height: 38px;
  font-weight: 500;
  letter-spacing: 0px;
  text-transform: none;
}

.button {
  height: 45px;
  min-width: auto;
  padding-top: 15px;
  padding-right: 28px;
  padding-left: 28px;
  border-style: solid;
  border-width: 1px;
  border-color: #ebabcb;
  border-radius: 3px;
  background-color: transparent;
  -webkit-transition: background-color 400ms ease, color 400ms ease;
  transition: background-color 400ms ease, color 400ms ease;
  font-family: Raleway, sans-serif;
  color: #ebabcb;
  font-size: 11px;
  line-height: 15px;
  font-weight: 700;
  text-align: center;
  letter-spacing: 1.5px;
  text-transform: uppercase;
}

.button:hover {
  background-color: #ebabcb;
  color: #1a1719;
}

.button.buttonrescues {
  margin-top: 10px;
  margin-bottom: 10px;
  border-style: solid;
  border-color: #ebabcb;
  border-radius: 3px;
  font-family: Raleway, sans-serif;
  color: #ebabcb;
}

.button.buttonrescues:hover {
  background-color: #ebabcb;
  color: #1a1719;
}

.top-border {
  margin-top: 40px;
  margin-right: 220px;
  margin-left: 220px;
  font-family: myriad-pro-semi-condensed, sans-serif;
  color: #ebabcb;
}

.top-border._20 {
  width: 100%;
  margin-top: 20px;
  margin-right: auto;
  margin-left: auto;
  font-family: Raleway, sans-serif;
  color: #ebabcb;
}

.top-border._50 {
  margin-top: 50px;
}

.top-border._50.featuredtopborder {
  display: block;
  margin-right: 10px;
  margin-left: 10px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}

.top-border._5 {
  margin-top: 5px;
  color: #fff;
}

.top-border._40 {
  margin-top: 40px;
}

.flex-space {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.relative {
  position: relative;
  display: block;
  overflow: hidden;
  width: 100%;
  min-width: auto;
  margin-bottom: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
}

.intro-text-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80%;
  margin-right: auto;
  margin-left: auto;
  padding: 15px 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  border-style: none;
  border-width: 2px;
  border-color: #ebabcb;
  background-color: transparent;
  color: #ebabcb;
}

.title-link {
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
  font-family: 'Open Sans Condensed', sans-serif;
  color: #fff;
  font-size: 25px;
  line-height: 30px;
  font-style: italic;
  font-weight: 300;
  text-decoration: none;
}

.title-link:hover {
  opacity: 0.8;
}

.text-link {
  font-family: Raleway, sans-serif;
  color: #ebabcb;
  font-size: 19px;
  font-style: normal;
  font-weight: 600;
  text-decoration: none;
  text-transform: none;
}

.image-hover {
  display: block;
  width: 80%;
  max-width: none;
  margin: 0px auto;
  background-color: transparent;
  -webkit-transition: -webkit-transform 200ms ease;
  transition: -webkit-transform 200ms ease;
  transition: transform 200ms ease;
  transition: transform 200ms ease, -webkit-transform 200ms ease;
}

.image-hover:hover {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}

.intro-box {
  width: 100%;
  margin-right: 0px;
  background-color: transparent;
  font-family: Raleway, sans-serif;
}

.intro-box.no-border {
  margin-right: 0%;
  background-color: #ebabcb;
}

.intro-box.no-border.collectionlist3featuredproducts {
  display: none;
}

.intro-box.collectionlist2featuredproducts {
  display: none;
}

.h1-white {
  margin-top: 10px;
  padding-bottom: 0px;
  font-family: 'Open Sans', sans-serif;
  color: #ebabcb;
  font-size: 40px;
  line-height: 55px;
  font-style: normal;
}

.h1-white.white {
  font-family: 'Cormorant Garamond';
  color: #fff;
}

.h1-white.medium {
  font-size: 40px;
  line-height: 50px;
}

.h1-white.headinghifive {
  font-family: Raleway, sans-serif;
  font-weight: 400;
}

.h1-white.headingcategorypage {
  margin-bottom: 40px;
  font-family: 'Open Sans Condensed', sans-serif;
  color: #fff;
  font-style: italic;
  font-weight: 400;
  text-align: center;
}

.h1-white.opensans {
  font-style: italic;
  font-weight: 300;
}

.link-block {
  text-decoration: none;
}

.underline {
  width: 100%;
  height: 2px;
  background-color: #fff;
}

.arrow {
  margin-top: 14px;
  margin-bottom: 0px;
  font-size: 22px;
}

.nav-menu {
  position: fixed;
  display: none;
  width: 403px;
  height: 100vh;
  padding-top: 130px;
  float: right;
  background-color: #fff;
}

.nav-link {
  height: 116px;
  padding-top: 46px;
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
  font-family: 'Cormorant Garamond';
  color: #b08ead;
  font-weight: 500;
}

.nav-link:hover {
  border-bottom: 4px solid #ceb3cb;
}

.nav-link.w--current {
  border-bottom: 4px solid #d6bbd3;
  color: #b08ead;
}

.cart-button {
  position: static;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 4000;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50px;
  height: 50px;
  margin-top: 60px;
  margin-right: 60px;
  padding-top: 0px;
  padding-bottom: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 100px;
  background-color: #fff;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
  color: #5f4d5d;
}

.cart-button:hover {
  opacity: 0.8;
}

.cart {
  z-index: 3000;
  width: 5%;
  min-width: 75px;
  margin-top: 60px;
  margin-right: 60px;
  float: right;
}

.cart-icon {
  margin-right: 3px;
  color: #1a1719;
}

.cart-quantity {
  margin-left: 0px;
  padding-top: 2px;
  background-color: #1a1719;
  font-family: Roboto;
  color: #ebabcb;
  line-height: 15px;
}

.profile-image {
  position: static;
  left: 0px;
  display: inline-block;
  width: 40%;
  height: 700px;
  min-width: auto;
  margin-left: 0px;
  background-image: url('https://s4k.piprograms.io/wp-content/themes/feb-1-2022-sfk-store-template/css/../images/About-Picture.jpeg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.profile-image.left {
  left: -135px;
  background-image: url('https://s4k.piprograms.io/wp-content/themes/feb-1-2022-sfk-store-template/css/../images/7.jpg');
}

/*.profile-image.height525px {
  height: 525px;
}*/

.profile-image.height525px.imageaboutmobileview {
  background-image: url('https://s4k.piprograms.io/wp-content/themes/feb-1-2022-sfk-store-template/css/../images/14CE4051-EE09-401B-A0DE-965F40EAC28E.JPG');
}

.profile-image.imagemission {
  background-image: url('https://s4k.piprograms.io/wp-content/themes/feb-1-2022-sfk-store-template/css/../images/Shadow-Surprise.png');
  background-size: contain;
}

.flex-center {
  display: block;
  width: 100%;
  height: auto;
  margin-top: 0px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.flex-center.flexhomewelcome {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.flex-center.felxaboutintro {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

._50-column {
  width: 50%;
}

.text-block-2 {
  width: 80%;
}

.image {
  border-style: none;
  border-width: 17px;
  border-color: #ebabcb;
}

._50-column-center {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.bottom-line {
  padding-bottom: 40px;
  border-bottom: 1px solid #ebabcb;
}

.empty-state {
  background-color: transparent;
  font-size: 22px;
}

.collection-item {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 40%;
  margin-right: auto;
  margin-bottom: 0px;
  margin-left: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #1a1719;
}

.products-details {
  width: 60%;
  margin-top: 10px;
  margin-bottom: 60px;
  padding-top: 10px;
  text-align: center;
}

.link {
  -webkit-transition: border 400ms ease;
  transition: border 400ms ease;
  font-family: Raleway, sans-serif;
  color: #fff;
  font-size: 20px;
  font-weight: 400;
  text-decoration: none;
}

.link:hover {
  border-bottom: 1px none #fff;
  color: #ebabcb;
  text-decoration: none;
}

.price {
  font-family: Raleway, sans-serif;
  color: #ebabcb;
  font-size: 16px;
  line-height: 17.5px;
  font-weight: 400;
  text-decoration: none;
}

.price.large {
  margin-top: 0px;
  font-family: 'Avenirltstd book';
  color: #ebabcb;
  font-size: 26px;
  line-height: 27.5px;
}

.text-field-4 {
  width: 48%;
  height: 50px;
  margin-bottom: 30px;
  padding-left: 20px;
  border-style: solid;
  border-color: #fff;
  border-bottom-width: 1px;
  background-color: transparent;
  font-family: Roboto;
  color: #fff;
}

.text-field-4::-webkit-input-placeholder {
  color: #fff;
}

.text-field-4:-ms-input-placeholder {
  color: #fff;
}

.text-field-4::-ms-input-placeholder {
  color: #fff;
}

.text-field-4::placeholder {
  color: #fff;
}

.textarea-2 {
  margin-bottom: 25px;
  padding-top: 20px;
  padding-bottom: 41px;
  padding-left: 20px;
  border: 1px solid #fff;
  background-color: transparent;
  font-family: Roboto;
  color: #fff;
}

.textarea-2::-webkit-input-placeholder {
  font-family: Roboto;
  color: #fff;
}

.textarea-2:-ms-input-placeholder {
  font-family: Roboto;
  color: #fff;
}

.textarea-2::-ms-input-placeholder {
  font-family: Roboto;
  color: #fff;
}

.textarea-2::placeholder {
  font-family: Roboto;
  color: #fff;
}

.submit-button-3 {
  height: 50px;
  min-width: 210px;
  border: 1px solid #fff;
  background-color: transparent;
  -webkit-transition: background-color 200ms ease, color 200ms ease;
  transition: background-color 200ms ease, color 200ms ease;
  font-family: Roboto;
  color: #fff;
  font-size: 15px;
}

.submit-button-3:hover {
  background-color: #fff;
  color: #b99bb6;
}

.success-message {
  background-color: transparent;
  color: #fff;
  font-size: 22px;
}

.error-message {
  padding-bottom: 8px;
  background-color: transparent;
  font-family: Raleway, sans-serif;
  font-size: 22px;
}

.form-block {
  width: 51%;
}

._25-column {
  width: 25%;
  margin-right: 5%;
}

.contact-link {
  color: #fff;
  font-size: 22.5px;
  text-decoration: none;
}

.mini-title-white {
  font-family: Roboto;
  color: #fff;
  font-size: 13.5px;
  font-weight: 700;
  letter-spacing: 1.5px;
  text-transform: uppercase;
}

.text-small {
  font-size: 22.5px;
}

.text-small.white {
  color: #fff;
}

.top-border-2 {
  position: relative;
  z-index: 10;
  margin-top: 20px;
}

.top-border-2._10 {
  margin-top: 10px;
}

.text-field-2 {
  width: 35%;
  height: 60px;
  margin-right: 10px;
  margin-left: 10px;
  padding-left: 21px;
  border-style: solid;
  border-width: 1px;
  border-color: #ebabcb;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  background-color: transparent;
  font-family: Raleway, sans-serif;
  color: #ebabcb;
  font-size: 17px;
  font-weight: 400;
}

.text-field-2::-webkit-input-placeholder {
  background-color: transparent;
  color: #ebabcb;
  font-size: 17px;
  font-style: italic;
}

.text-field-2:-ms-input-placeholder {
  background-color: transparent;
  color: #ebabcb;
  font-size: 17px;
  font-style: italic;
}

.text-field-2::-ms-input-placeholder {
  background-color: transparent;
  color: #ebabcb;
  font-size: 17px;
  font-style: italic;
}

.text-field-2::placeholder {
  background-color: transparent;
  color: #ebabcb;
  font-size: 17px;
  font-style: italic;
}

.text-field-2._2 {
  border-style: solid;
  border-color: #ebabcb;
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
  font-family: Raleway, sans-serif;
  color: #ebabcb;
  font-size: 12px;
}

.text-field-2._2::-webkit-input-placeholder {
  color: #ebabcb;
}

.text-field-2._2:-ms-input-placeholder {
  color: #ebabcb;
}

.text-field-2._2::-ms-input-placeholder {
  color: #ebabcb;
}

.text-field-2._2::placeholder {
  color: #ebabcb;
}

.success-message-2 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: transparent;
}

.submit-button-2 {
  width: 20%;
  height: 60px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-style: solid;
  border-width: 1px;
  border-color: #ebabcb;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  background-color: transparent;
  -webkit-transition: background-color 400ms ease, color 400ms ease;
  transition: background-color 400ms ease, color 400ms ease;
  font-family: Raleway, sans-serif;
  color: #ebabcb;
  font-size: 14px;
  line-height: 15px;
  font-weight: 400;
  letter-spacing: 1.5px;
  text-transform: uppercase;
}

.submit-button-2:hover {
  background-color: #ebabcb;
  color: #1a1719;
}

.submit-button-2.submit-button-2 {
  width: auto;
}

.flex-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.flex-2.vertical {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: color 200ms ease, background-color 200ms ease;
  transition: color 200ms ease, background-color 200ms ease;
}

.flex-2.vertical:hover {
  border-style: none;
  border-width: 1px;
  border-color: #ebabcb;
}

._49-column-2 {
  display: block;
  width: 100%;
  max-width: none;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.perk {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 26%;
  margin-right: 20px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.perk-icon {
  width: 95px;
  height: 95px;
  margin-right: 20px;
  border-radius: 50%;
  background-color: #ba9fb7;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50% 50%;
  background-size: 125px;
  background-repeat: no-repeat;
}

.perk-icon._1 {
  background-image: url('https://s4k.piprograms.io/wp-content/themes/feb-1-2022-sfk-store-template/css/../images/compras.svg');
  background-position: 50% 50%;
  background-size: 35px;
  background-repeat: no-repeat;
}

.perk-icon._2 {
  background-image: url('https://s4k.piprograms.io/wp-content/themes/feb-1-2022-sfk-store-template/css/../images/entrega.svg');
  background-position: 50% 50%;
  background-size: 40px;
  background-repeat: no-repeat;
}

.perk-icon._3 {
  background-image: url('https://s4k.piprograms.io/wp-content/themes/feb-1-2022-sfk-store-template/css/../images/como.svg');
  background-position: 50% 50%;
  background-size: 35px;
  background-repeat: no-repeat;
}

.text-title {
  color: #fff;
  font-size: 22px;
  font-weight: 700;
}

.text-white {
  font-family: Roboto;
  color: #fff;
  font-size: 17px;
}

.flex-vertical {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.perks {
  overflow: hidden;
  padding-top: 35px;
  padding-bottom: 35px;
  background-color: #d6bbd3;
}

.footer {
  padding-top: 40px;
  background-color: #c9adc6;
}

.form-block-2 {
  display: block;
  width: 100%;
  max-width: none;
  margin-bottom: 0px;
  font-family: 'Avenirltstd book';
  color: #ebabcb;
}

._90-column {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 91%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.footer-links {
  width: 100%;
  margin-left: 6%;
}

.footer-link {
  margin-right: 35px;
  color: #fff;
  font-size: 21px;
  line-height: 21px;
  font-weight: 600;
  text-decoration: none;
}

.social-icons {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.social-icon {
  width: 36px;
  height: 36px;
  margin-right: 10px;
  border-radius: 50%;
  background-color: #d6bbd3;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50% 50%;
  background-size: 125px;
  background-repeat: no-repeat;
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
}

.social-icon:hover {
  background-color: #ba9fb7;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-size: 125px;
  background-repeat: no-repeat;
}

.social-icon.facebook {
  background-image: url('https://s4k.piprograms.io/wp-content/themes/feb-1-2022-sfk-store-template/css/../images/facebook-logo.svg');
  background-size: 15px;
}

.social-icon.instagram {
  background-image: url('https://s4k.piprograms.io/wp-content/themes/feb-1-2022-sfk-store-template/css/../images/instagram-2.svg');
  background-size: 15px;
}

.social-icon.twitter {
  background-image: url('https://s4k.piprograms.io/wp-content/themes/feb-1-2022-sfk-store-template/css/../images/gorjeo-1.svg');
  background-size: 15px;
}

.footer-notice {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 10px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.footer-notice-text {
  font-family: Roboto;
  color: #fff;
  font-size: 12px;
  line-height: 20px;
}

.go-up {
  width: 32.6px;
  height: 30px;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  background-color: #ba9fb7;
  background-image: url('https://s4k.piprograms.io/wp-content/themes/feb-1-2022-sfk-store-template/css/../images/flecha-hacia-arriba.svg');
  background-position: 50% 50%;
  background-size: 13px;
  background-repeat: no-repeat;
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
}

.go-up:hover {
  background-color: #b99bb6;
}

.notice-link {
  color: #fff;
}

.slider {
  width: 100%;
  height: 100%;
  background-color: transparent;
}

.hero-image {
  position: relative;
  right: -65px;
  width: 70%;
  height: 675px;
  background-image: url('https://s4k.piprograms.io/wp-content/themes/feb-1-2022-sfk-store-template/css/../images/noah-buscher-1118080-unsplash.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.hero-image._2 {
  background-image: url('https://s4k.piprograms.io/wp-content/themes/feb-1-2022-sfk-store-template/css/../images/cushion.jpg');
}

.right-arrow {
  width: 50px;
  height: 50px;
  margin-bottom: 0px;
  background-color: #b08ead;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
}

.right-arrow:hover {
  opacity: 0.8;
}

.left-arrow {
  right: 0px;
  bottom: 0px;
  width: 50px;
  height: 50px;
  margin-right: 50px;
  margin-bottom: 0px;
  background-color: #a78ba4;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
}

.left-arrow:hover {
  opacity: 0.8;
}

.hero-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.hero-flex.vertical {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
}

.slide {
  margin-bottom: 70px;
}

.hero-text-box {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 10;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 35%;
  height: 450px;
  max-width: 440px;
  margin-top: 110px;
  padding-right: 40px;
  padding-left: 40px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: none;
  border-width: 3px;
  border-color: #ebabcb;
  border-radius: 3px;
  background-color: #1a1719;
}

.text-box {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 35%;
  height: 450px;
  max-width: 440px;
  margin-top: 110px;
  margin-right: 10%;
  padding-right: 4%;
  padding-left: 5%;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #b08ead;
  background-image: none;
  background-size: auto;
}

.text-box.left {
  position: static;
  left: 30px;
  top: 0px;
  right: auto;
  bottom: 0px;
  width: 50%;
  height: 700px;
  margin-top: 0px;
  margin-right: 0px;
  margin-left: 0px;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: none;
  border-width: 3px;
  border-color: #1a1719;
  border-radius: 3px;
  background-color: #ebabcb;
}

.text-box.left._525px {
  height: 525px;
}

.text-box.left._525px.textaboutmobileview {
  height: auto;
  background-color: transparent;
}

.text-box.left.textboxmisson {
  border-radius: 0px;
  background-color: transparent;
}

.text-box.textboxauction {
  background-color: #ebabcb;
}

.flex-grid {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin: 100px 0px 40px;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  background-color: #1a1719;
}

.footer-notice-box {
  margin-bottom: 5px;
  padding-top: 9px;
}

.footer-brand.w--current {
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
}

.footer-brand.w--current:hover {
  opacity: 0.8;
}

.checkout-button {
  padding-top: 11px;
  border-style: solid;
  border-width: 3px;
  border-color: #ebabcb;
  border-radius: 3px;
  background-color: #fff;
  -webkit-transition: background-color 400ms ease, color 400ms ease;
  transition: background-color 400ms ease, color 400ms ease;
  font-family: Comfortaa;
  color: #ebabcb;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 1.5px;
  text-transform: uppercase;
}

.checkout-button:hover {
  background-color: #ebabcb;
  opacity: 0.8;
  color: #fff;
}

.remove-button {
  margin-top: 5px;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
  font-family: Roboto;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 1.5px;
  text-decoration: none;
  text-transform: uppercase;
}

.remove-button:hover {
  opacity: 0.8;
}

.product-title {
  font-family: Raleway, sans-serif;
  color: #fff;
  font-size: 20px;
  font-weight: 400;
  text-align: left;
}

.cart-quantity-2 {
  width: 40px;
  font-family: Comfortaa;
  font-size: 13px;
}

.product-image {
  margin-top: 10px;
}

.small-text {
  font-family: Roboto;
  color: #b0b0b0;
  font-size: 13.5px;
  line-height: 21px;
  font-weight: 700;
}

.bottom-border._15 {
  margin-bottom: 25px;
  padding-bottom: 8px;
  border-bottom: 1px solid #e6e6e6;
}

.top-line {
  margin-top: 5px;
  padding-top: 7px;
  border-top: 1px solid #ddd;
}

.inner-hero {
  overflow: hidden;
  margin-top: 60px;
  padding-top: 20px;
  padding-bottom: 20px;
  background-color: transparent;
}

.inner-hero.producttitlewrap {
  background-color: #1a1719;
}

.row {
  margin-bottom: 3%;
}

.utility-page-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.utility-page-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
}

.text-link-2 {
  padding-bottom: 8px;
  border-bottom: 2px solid #fff;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
  font-family: Comfortaa;
  color: #fff;
  font-size: 13.5px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
}

.text-link-2:hover {
  opacity: 0.8;
}

.product-slider {
  position: relative;
  width: auto;
  height: auto;
  margin: 0px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  background-color: transparent;
}

.slide-nav-2 {
  position: relative;
  display: none;
}

.product-slide {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.align-right {
  display: block;
  text-align: right;
}

.align-right.hide {
  display: block;
}

.mini-title-link {
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
  font-family: myriad-pro-semiextended, sans-serif;
  color: #ebabcb;
  font-size: 13.5px;
  font-weight: 400;
  letter-spacing: 1.5px;
  text-transform: uppercase;
}

.mini-title-link:hover {
  opacity: 0.8;
}

.product-description {
  position: relative;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 10;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  min-height: 530px;
  padding: 32px 40px 20px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #b08ead;
}

.product-description.pinkbg {
  display: block;
  width: auto;
  height: auto;
  min-height: auto;
  padding-top: 0px;
  padding-right: 20px;
  padding-left: 20px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  background-color: transparent;
}

.required {
  font-family: 'Open Sans Condensed', sans-serif;
  color: #fff;
  font-size: 16px;
}

.field-label {
  margin-right: 0px;
  margin-left: 0px;
  padding-right: 0px;
  padding-left: 0px;
  font-family: Raleway, sans-serif;
  color: #fff;
  font-size: 18px;
  text-align: left;
}

.heading-4 {
  font-family: Raleway, sans-serif;
  color: #ebabcb;
  font-size: 22px;
}

.input-field {
  height: 45px;
  border-width: 2px;
  border-color: #fff;
  border-radius: 3px;
  background-color: transparent;
  font-family: Raleway, sans-serif;
  color: #ebabcb;
}

.input-field:focus {
  border-color: #fff;
  background-color: #fff;
}

.input-field.-wfp-focus {
  border-color: #fff;
  background-color: #fff;
}

.small-text-2 {
  font-family: Raleway, sans-serif;
  color: #fff;
  font-size: 17px;
  line-height: 21px;
  font-weight: 400;
}

.checkbox {
  margin-top: 3px;
}

.submit-button-4 {
  width: auto;
  height: 60px;
  margin: 0px 35px 17px;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border: 2px solid #fff;
  border-radius: 3px;
  background-color: transparent;
  -webkit-transition: background-color 400ms ease, color 400ms ease;
  transition: background-color 400ms ease, color 400ms ease;
  font-family: Raleway, sans-serif;
  color: #fff;
  font-size: 15px;
  line-height: 15px;
  font-weight: 400;
  letter-spacing: 1.5px;
  text-transform: uppercase;
}

.submit-button-4:hover {
  background-color: #fff;
  opacity: 1;
  color: #1a1719;
}

.checkout-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 0px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  background-color: transparent;
}

.checkout-form.formcheckoutdiv {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.contact-info {
  width: 60%;
  max-width: 700px;
  padding-top: 25px;
  padding-bottom: 15px;
  border: 1px solid #dfdfdf;
  background-color: #fff;
}

.contact-info.textmyriadpro {
  width: 80%;
  border: 2px none #fff;
  border-radius: 4px;
  background-color: transparent;
  color: #1a1719;
}

.ordered-items {
  position: static;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  max-width: 700px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #1a1719;
}

.line-item {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: Raleway, sans-serif;
}

.extra-item {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.line-item-2 {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.order-confirmation-container {
  background-color: transparent;
}

.block-header {
  border-style: none;
  background-color: transparent;
}

.fieldset {
  margin-bottom: 33px;
  padding-right: 5%;
  padding-bottom: 4%;
  padding-left: 5%;
  border-bottom: 1px solid #ebabcb;
}

.block-content {
  border-style: none;
  background-color: transparent;
}

.shipping-method-list {
  border-top: 1px solid #e6e6e6;
}

.submit-button-5 {
  width: 100%;
  height: 50px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #ceb3cb;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
  font-family: Roboto;
  font-size: 11px;
  line-height: 15px;
  font-weight: 700;
  letter-spacing: 1.5px;
  text-transform: uppercase;
}

.submit-button-5:hover {
  opacity: 0.8;
}

.submit-button-5.buttonproductpageaddtocart {
  display: block;
  border-style: solid;
  border-width: 2px;
  border-color: #ebabcb;
  border-radius: 3px;
  background-color: transparent;
  -webkit-transition: background-color 400ms ease, color 400ms ease;
  transition: background-color 400ms ease, color 400ms ease;
  font-family: myriad-pro-semiextended, sans-serif;
  color: #ebabcb;
  font-size: 13px;
}

.submit-button-5.buttonproductpageaddtocart:hover {
  background-color: #ebabcb;
  opacity: 1;
  color: #1a1719;
}

.add-to-cart {
  width: 100%;
  margin-top: 20px;
  font-size: 20px;
}

.quantity {
  width: 55px;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  background-color: #fff;
  font-family: 'Avenirltstd book';
  color: #1a1719;
  font-size: 14px;
}

.quantity-white {
  margin-bottom: 10px;
  font-family: Roboto;
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 1.5px;
  text-transform: uppercase;
}

.quantity-white.textblack {
  margin-right: 10px;
  margin-bottom: 0px;
  margin-left: 0px;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  font-family: 'Avenirltstd book';
  color: #fff;
}

.error-state {
  background-color: #ebabcb;
  font-size: 20px;
}

.utility-page-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.navbar-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  border-top: 4px none #d6bbd3;
  background-color: #1a1719;
}

.submit-button-6 {
  width: auto;
  height: 60px;
  margin-bottom: 0px;
  padding-top: 23px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  background-color: #ceb3cb;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
  font-family: Roboto;
  color: #fff;
  font-size: 11px;
  line-height: 15px;
  font-weight: 700;
  letter-spacing: 1.5px;
  text-transform: uppercase;
}

.submit-button-6:hover {
  opacity: 0.8;
}

.submit-button-6.buttoncontinueshopping {
  border-style: solid;
  border-width: 2px;
  border-color: #ebabcb;
  border-radius: 2px;
  background-color: transparent;
  -webkit-transition: background-color 400ms ease, color 400ms ease;
  transition: background-color 400ms ease, color 400ms ease;
  font-family: myriad-pro-semiextended, sans-serif;
  color: #ebabcb;
  font-size: 14px;
}

.submit-button-6.buttoncontinueshopping:hover {
  background-color: #ebabcb;
  opacity: 1;
  color: #1a1719;
}

.bg-botttom {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  height: 44%;
  background-color: #1a1719;
}

.bg-top {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  height: 56%;
  background-color: #1a1719;
}

.product-section {
  position: relative;
  width: auto;
  height: auto;
  margin-right: 0px;
  margin-left: 0px;
  padding-top: 72px;
  padding-bottom: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.product-section:hover {
  color: #1a1719;
}

.slider-2 {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  height: 100%;
  background-color: transparent;
}

._100-percent {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.product-image-large {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80%;
  height: auto;
  margin-right: auto;
  margin-bottom: 40px;
  margin-left: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
}

.heading-5 {
  font-family: 'Playfair Display';
  color: #ebabcb;
}

.heading-6 {
  font-family: Comfortaa;
  color: #ebabcb;
}

.heading-7 {
  font-family: 'Playfair Display';
  color: #ebabcb;
}

.heading-8 {
  font-family: Comfortaa;
  color: #ebabcb;
}

.heading-9 {
  font-family: 'Playfair Display';
  color: #ebabcb;
}

.heading-10 {
  font-family: Comfortaa;
  color: #ebabcb;
}

.paragraph {
  font-family: 'Playfair Display';
  color: #ebabcb;
}

.link-2 {
  color: #fff;
}

.link-3 {
  color: #fff;
}

.list-item {
  font-family: 'Playfair Display';
  color: #ebabcb;
}

.list {
  font-family: 'Playfair Display';
  color: #ebabcb;
}

.list-2 {
  font-family: Comfortaa;
  color: #ebabcb;
}

.navbar-3 {
  position: -webkit-sticky;
  position: sticky;
  top: 0px;
  z-index: 5000;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 3px;
  padding-bottom: 3px;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #ebabcb;
  box-shadow: 0 -1px 8px 0 rgba(26, 23, 25, 0.75);
}

.navigation-items {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin: 5px auto;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: transparent;
  color: #423c41;
  text-align: left;
}

.navigation-item {
  display: block;
  width: 100%;
  padding: 0px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  opacity: 0.6;
  -webkit-transition: color 400ms ease;
  transition: color 400ms ease;
  font-family: Raleway, sans-serif;
  color: #1a1719;
  font-size: 20px;
  line-height: 20px;
  font-weight: 400;
  text-align: center;
  letter-spacing: 1px;
  text-transform: capitalize;
}

.navigation-item:hover {
  opacity: 0.9;
  color: #fff;
}

.navigation-item:active {
  opacity: 0.8;
}

.navigation-item:focus {
  opacity: 1;
}

.navigation-item.w--current {
  width: 100%;
  opacity: 1;
  -webkit-transition: color 350ms ease;
  transition: color 350ms ease;
  color: #000;
  font-weight: 400;
}

.navigation-item.w--current:hover {
  opacity: 0.8;
  color: #fff;
}

.navigation-item.w--current:active {
  opacity: 0.7;
  color: #32343a;
}

.navigation-item.navitemshop {
  width: 80%;
}

.div-block-3 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: auto;
  margin-top: 0px;
  padding-top: 30px;
  padding-bottom: 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #1a1719;
  line-height: 28;
}

.heading-11 {
  margin-top: 0px;
  margin-bottom: 10px;
  font-family: Raleway, sans-serif;
  color: #fff;
  font-size: 40px;
  font-weight: 400;
  text-align: center;
  letter-spacing: 0px;
}

.logo-link {
  z-index: 1;
  width: 10%;
  margin-top: 0px;
  margin-right: auto;
  margin-left: auto;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
}

.logo-link:hover {
  opacity: 1;
}

.logo-link:active {
  opacity: 1;
}

.logo-link.w--current {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 15%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  background-color: transparent;
  color: #e46cac;
}

.logo-link.whiskers {
  width: 30%;
}

.logo-link.whiskers.w--current {
  width: 30%;
  background-color: transparent;
}

.logo-image {
  display: block;
  width: 500px;
  margin: 0px auto 20px;
}

.logo-image.herosize {
  width: 20%;
  margin-bottom: 10px;
}

.heading-12 {
  margin-top: 20px;
  margin-bottom: 0px;
  font-family: 'Bad Script', sans-serif;
  color: #ebabcb;
  font-size: 40px;
  font-style: italic;
  text-align: center;
}

.heading-12.headingnavbar {
  margin-top: 0px;
  font-family: 'Open Sans Condensed', sans-serif;
  color: #fff;
  font-size: 30px;
  font-weight: 300;
}

.text-block-3 {
  font-family: Comfortaa;
  color: #ebabcb;
}

.text-block-4 {
  font-family: 'Playfair Display';
}

.error-message-2 {
  text-align: center;
}

.h1black {
  margin-bottom: 20px;
  font-family: 'Bad Script', sans-serif;
  color: #fff;
}

.headingpagenotfound {
  width: auto;
  font-family: Raleway, sans-serif;
  color: #ebabcb;
  font-size: 40px;
  font-weight: 400;
}

.textpagenotfound {
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  font-style: italic;
}

.menucategories {
  display: block;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.collection-list-wrapper {
  display: block;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.collection-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  font-family: Comfortaa;
}

.div-block-4 {
  margin-top: 99px;
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: #ebabcb;
}

.text-block-5 {
  font-size: 18px;
}

.slider-3 {
  width: 455px;
  height: 370px;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-bottom: 0px;
  background-color: transparent;
}

.slide-nav-3 {
  display: none;
  background-color: transparent;
}

.section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 60px;
  margin-bottom: 60px;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.section.sliderhome {
  display: block;
  margin-top: 100px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: myriad-pro-semiextended, sans-serif;
}

.divjewleryslider {
  display: block;
  width: 30%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.divjewleryslider.divcategoriesslider {
  width: 20%;
  background-color: #fff;
}

.divjewleryslider.divcategoriesslider.roundedcornerdiv3px {
  border-radius: 3px;
  background-color: transparent;
}

.divjewleryslider.divauctionslider {
  display: none;
}

.divjewleryslider.divadoptionslider {
  display: none;
}

.divjewleryslider.divshopslider {
  width: 40%;
  margin-right: auto;
  margin-left: auto;
}

.divjewleryslider.divshopslider.divsliderjewlery {
  width: 50%;
  padding-right: 10px;
  padding-left: 10px;
}

.divjewleryslider.divshopslider.divmagnetslider {
  width: 50%;
  padding-right: 10px;
  padding-left: 10px;
}

.divjewleryslider.sliderauction {
  display: none;
  width: 40%;
}

.headingslider {
  width: 100%;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 20px;
  padding-bottom: 20px;
  border-style: solid;
  border-width: 2px;
  border-color: #ebabcb;
  border-radius: 0px;
  background-color: transparent;
  -webkit-transition: background-color 400ms ease, color 400ms ease;
  transition: background-color 400ms ease, color 400ms ease;
  font-family: 'Bad Script', sans-serif;
  color: #fff;
  font-size: 35px;
  font-style: normal;
  font-weight: 400;
  text-align: center;
}

.headingslider:hover {
  background-color: #ebabcb;
  color: #1a1719;
}

.headingslider.headingsliderbottom {
  margin-top: 0px;
  font-family: myriad-pro-semiextended, sans-serif;
  font-size: 25px;
}

.headingslider.headingsliderbottom.headingcatinspired {
  display: none;
  width: 1000px;
  margin-right: auto;
  margin-left: auto;
  border-style: none;
}

.headingslider.headingsliderbottom.headingcatinspired:hover {
  background-color: transparent;
  color: #fff;
}

.headingslider.headingshop {
  display: block;
  width: auto;
  margin-right: 0px;
  margin-bottom: 40px;
  margin-left: 0px;
  border-style: none;
  font-family: 'Bad Script', sans-serif;
  color: #fff;
  font-size: 30px;
  font-weight: 400;
}

.headingslider.headingshop:hover {
  background-color: transparent;
  color: #fff;
}

.headingslider.headingshop.headingjewelry {
  font-family: 'Bad Script', sans-serif;
}

.linkfullwidth {
  display: block;
  width: auto;
  margin-right: 0px;
  margin-left: 0px;
  color: #1a1719;
}

.cart-button-2 {
  width: 40px;
  height: 40px;
}

.error-state-2 {
  background-color: #ebabcb;
  font-size: 20px;
}

.cart-button-3 {
  position: relative;
  display: none;
  width: 60px;
  height: 61px;
  padding-top: 18px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: transparent;
  color: #5f4d5d;
}

.cart-button-3:hover {
  opacity: 1;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}

.cart-quantity-3 {
  width: 40px;
  font-family: myriad-pro-semiextended, sans-serif;
  color: #1a1719;
  font-size: 13px;
}

.remove-button-2 {
  margin-top: 5px;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 1.5px;
  text-decoration: none;
  text-transform: uppercase;
}

.remove-button-2:hover {
  opacity: 0.8;
}

.price-2 {
  font-family: myriad-pro-semiextended, sans-serif;
  color: #1a1719;
  font-size: 16px;
  line-height: 17.5px;
  font-weight: 400;
  text-decoration: none;
}

.product-title-2 {
  font-family: myriad-pro-semiextended, sans-serif;
  color: #1a1719;
  font-size: 20px;
  font-weight: 400;
}

.cart-quantity-4 {
  margin-left: 0px;
  padding-top: 1px;
  padding-right: 0px;
  padding-left: 0px;
  background-color: #1a1719;
  font-family: myriad-pro-semiextended, sans-serif;
  color: #fff;
  font-size: 13px;
  line-height: 15px;
  text-align: center;
}

.checkout-button-2 {
  padding-top: 11px;
  border-style: solid;
  border-width: 3px;
  border-color: #ebabcb;
  border-radius: 3px;
  background-color: #fff;
  -webkit-transition: color 400ms ease, background-color 400ms ease;
  transition: color 400ms ease, background-color 400ms ease;
  font-family: myriad-pro-semiextended, sans-serif;
  color: #ebabcb;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 1.5px;
  text-transform: uppercase;
}

.checkout-button-2:hover {
  background-color: #ebabcb;
  opacity: 0.8;
  color: #fff;
}

.cart-2 {
  width: auto;
  height: auto;
  min-width: auto;
  margin-top: 3px;
  margin-right: 20px;
  margin-bottom: 3px;
  float: right;
  border-radius: 0px;
  background-color: transparent;
  background-image: url('https://s4k.piprograms.io/wp-content/themes/feb-1-2022-sfk-store-template/css/../images/cartIcon.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.cart-icon-2 {
  margin-right: 0px;
  color: #ebabcb;
}

.made-with-webflow {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin: 60px auto 0px;
  padding: 10px 10px 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  opacity: 0.5;
  -webkit-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
  text-decoration: none;
}

.made-with-webflow:hover {
  opacity: 1;
}

.made-with-webflow:active {
  opacity: 0.8;
}

.status-message {
  padding: 9px 30px;
  background-color: transparent;
  font-family: Comfortaa;
  color: #fff;
  font-size: 14px;
  line-height: 26px;
  text-align: center;
}

.collection-item-8 {
  text-align: center;
}

.footer-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  margin-right: auto;
  margin-bottom: 0px;
  margin-left: auto;
  padding-top: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  justify-items: start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  align-self: center;
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-areas: ". . . . ."
    ". . . . .";
  -ms-grid-columns: 2fr 30px 1fr 30px 1fr 30px 1.25fr 30px 1fr;
  grid-template-columns: 2fr 1fr 1fr 1.25fr 1fr;
  -ms-grid-rows: auto 30px auto;
  grid-template-rows: auto auto;
}

.logo-footer {
  display: block;
  width: 100%;
  margin: 60px auto;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
}

.logo-footer:hover {
  opacity: 0.8;
}

.logo-footer:active {
  opacity: 0.7;
}

.div-block-10 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: auto;
  margin-top: 100px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #1a1719;
}

.section-2 {
  width: 100%;
  margin-top: 100px;
  margin-right: auto;
  margin-left: auto;
  border: 1px none #000;
  background-color: transparent;
  font-family: myriad-pro-semiextended, sans-serif;
  color: #fff;
}

.section-2.sectionfooter {
  width: 100%;
  background-color: transparent;
}

.webflow-logo-tiny {
  width: auto;
  margin-top: -2px;
  margin-right: 8px;
  margin-bottom: 7px;
}

.label {
  margin-bottom: 20px;
  margin-left: 0px;
  padding-bottom: 20px;
  border-bottom: 1px solid #ebabcb;
  font-family: 'Open Sans Condensed', sans-serif;
  color: #fff;
  font-size: 25px;
  line-height: 20px;
  font-style: italic;
  font-weight: 300;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.label.followfooter {
  margin-top: 57px;
}

.links-section-footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 40px;
  margin-right: 49px;
  margin-left: 49px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.paragraph-tiny {
  margin-bottom: 0px;
  font-family: myriad-pro-semi-condensed, sans-serif;
  color: #00d6b4;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
}

.paragraph-tiny.pinktext {
  color: #fff;
}

.paragraph-tiny.paragraphtinywhitetext {
  font-family: Raleway, sans-serif;
  color: #fff;
}

.footer-link-2 {
  width: 100%;
  margin-top: 0px;
  margin-bottom: 15px;
  opacity: 0.9;
  -webkit-transition: color 200ms ease, opacity 200ms ease;
  transition: color 200ms ease, opacity 200ms ease;
  font-family: Raleway, sans-serif;
  color: #fff;
  font-size: 20px;
  font-weight: 400;
  text-align: left;
  letter-spacing: 0px;
  text-decoration: none;
}

.footer-link-2:hover {
  opacity: 1;
  color: #ebabcb;
}

.footer-link-2.w--current {
  display: block;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  font-family: Raleway, sans-serif;
}

.footer-link-2.linkreturns {
  letter-spacing: 0px;
}

.text-block-6 {
  display: block;
  margin-bottom: 0px;
  opacity: 0.9;
  -webkit-transition: color 200ms ease, opacity 200ms ease;
  transition: color 200ms ease, opacity 200ms ease;
  font-family: myriad-pro-semiextended, sans-serif;
  color: #ebabcb;
  font-size: 20px;
  font-weight: 400;
  letter-spacing: 0px;
}

.text-block-6:hover {
  opacity: 1;
  color: #fff;
}

.div-block-11 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin: 0px auto 10px;
  padding-bottom: 0px;
  clear: none;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.text-block-7 {
  font-family: myriad-pro-semiextended, sans-serif;
  color: #1a1719;
  line-height: 40px;
  text-align: center;
}

.heading-13 {
  font-family: 'Bad Script', sans-serif;
  color: #1a1719;
}

.cart-header {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
}

.icon-2 {
  display: block;
}

.error-message-3 {
  font-family: myriad-pro-semiextended, sans-serif;
  color: #1a1719;
  font-size: 18px;
  text-align: center;
}

.text-block-8 {
  font-family: 'Bad Script', sans-serif;
  color: #ebabcb;
  font-size: 10px;
}

.field-label-3 {
  margin-bottom: 8px;
  font-family: 'Bad Script', sans-serif;
  color: #ebabcb;
}

.collection-list-wrapper-4 {
  width: 50%;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
}

.form {
  width: 60%;
  margin: 60px auto 0px;
  font-family: Comfortaa;
}

.paragraphauction2 {
  width: auto;
  padding-left: 0px;
  font-family: myriad-pro-semiextended, sans-serif;
  color: #ebabcb;
  font-size: 17px;
  font-weight: 700;
  text-align: center;
}

.heading2auction {
  margin-top: 31px;
  margin-bottom: 20px;
  font-family: myriad-pro-semiextended, sans-serif;
  color: #fff;
  font-size: 30px;
  text-align: center;
}

.paragraphauction {
  margin-bottom: 20px;
  font-family: myriad-pro-semiextended, sans-serif;
  color: #ebabcb;
  font-size: 23px;
  line-height: 40px;
  font-weight: 400;
  text-align: center;
}

.div-block-32 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 90%;
  margin-top: 40px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #1a1719;
}

.div-block-33 {
  width: 50%;
  margin-right: auto;
  margin-left: 35px;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
}

.submit-button {
  display: block;
  width: 50%;
  margin-right: auto;
  margin-left: auto;
  border-style: solid;
  border-width: 2px;
  border-color: #ebabcb;
  border-radius: 3px;
  background-color: transparent;
  -webkit-transition: color 400ms ease, background-color 400ms ease;
  transition: color 400ms ease, background-color 400ms ease;
  font-family: myriad-pro-semiextended, sans-serif;
  color: #ebabcb;
  font-size: 18px;
  font-weight: 400;
  text-align: center;
}

.submit-button:hover {
  background-color: #ebabcb;
  color: #1a1719;
}

.collection-item-10 {
  width: auto;
  margin-right: auto;
  margin-left: auto;
}

.collection-list-6 {
  width: auto;
  margin-top: 40px;
  margin-right: auto;
  margin-left: auto;
}

.bold-text {
  text-transform: lowercase;
}

.headingauction {
  width: 100%;
  margin-top: 40px;
  margin-right: auto;
  margin-left: auto;
  padding-left: 0px;
  font-family: 'Bad Script', sans-serif;
  color: #ebabcb;
  font-size: 40px;
  text-align: center;
}

.form-block-3 {
  width: 90%;
  margin-right: auto;
  margin-left: auto;
}

.sectionauction {
  margin-top: 100px;
}

.text-field-5 {
  margin-bottom: 20px;
  font-family: myriad-pro-semiextended, sans-serif;
  color: #1a1719;
}

.text-field-5::-webkit-input-placeholder {
  color: rgba(26, 23, 25, 0.9);
}

.text-field-5:-ms-input-placeholder {
  color: rgba(26, 23, 25, 0.9);
}

.text-field-5::-ms-input-placeholder {
  color: rgba(26, 23, 25, 0.9);
}

.text-field-5::placeholder {
  color: rgba(26, 23, 25, 0.9);
}

.text-field-6 {
  margin-bottom: 20px;
  font-family: myriad-pro-semiextended, sans-serif;
  color: #1a1719;
}

.text-field-6::-webkit-input-placeholder {
  color: rgba(26, 23, 25, 0.9);
}

.text-field-6:-ms-input-placeholder {
  color: rgba(26, 23, 25, 0.9);
}

.text-field-6::-ms-input-placeholder {
  color: rgba(26, 23, 25, 0.9);
}

.text-field-6::placeholder {
  color: rgba(26, 23, 25, 0.9);
}

.text-field-7 {
  margin-bottom: 20px;
  font-family: myriad-pro-semiextended, sans-serif;
}

.text-field-7::-webkit-input-placeholder {
  font-family: myriad-pro-semiextended, sans-serif;
  color: rgba(26, 23, 25, 0.9);
}

.text-field-7:-ms-input-placeholder {
  font-family: myriad-pro-semiextended, sans-serif;
  color: rgba(26, 23, 25, 0.9);
}

.text-field-7::-ms-input-placeholder {
  font-family: myriad-pro-semiextended, sans-serif;
  color: rgba(26, 23, 25, 0.9);
}

.text-field-7::placeholder {
  font-family: myriad-pro-semiextended, sans-serif;
  color: rgba(26, 23, 25, 0.9);
}

.success-message-3 {
  margin-top: 60px;
  background-color: transparent;
  color: #ebabcb;
}

.text-block-9 {
  line-height: 40px;
}

.error-message-4 {
  width: 60%;
  margin-right: auto;
  margin-left: auto;
  background-color: #ebabcb;
  font-size: 23px;
  text-align: center;
}

.container {
  margin-right: auto;
  margin-left: auto;
}

.container.testquickview {
  position: relative;
}

.collection-list-wrapper-5 {
  position: static;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}

.sectioncategories {
  display: none;
  margin-top: 100px;
  padding-bottom: 0px;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.button-2 {
  display: block;
  width: 30%;
  margin-top: 60px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 12px;
  padding-bottom: 10px;
  border-style: solid;
  border-width: 3px;
  border-color: #ebabcb;
  background-color: transparent;
  -webkit-transition: color 400ms ease, background-color 400ms ease;
  transition: color 400ms ease, background-color 400ms ease;
  font-family: 'Bad Script', sans-serif;
  color: #ebabcb;
  font-size: 20px;
  text-align: center;
}

.button-2:hover {
  background-color: #ebabcb;
  color: #1a1719;
}

.button-2.buttonseeallproducts {
  border-width: 2px;
  border-color: #fff;
  border-radius: 3px;
  color: #fff;
}

.button-2.buttonseeallproducts:hover {
  background-color: #fff;
  color: #1a1719;
}

.image-2 {
  display: inline-block;
}

.image-3 {
  width: 100%;
  max-width: none;
}

.collection-item-11 {
  width: auto;
}

.collection-list-wrapper-6 {
  width: 50%;
}

.image-4 {
  width: 100%;
  max-width: none;
  margin-right: auto;
  margin-left: auto;
}

.image-5 {
  width: 70%;
  margin-right: auto;
  margin-left: auto;
}

.heading-14 {
  font-family: 'Playfair Display';
  color: #ebabcb;
}

.submit-button-7 {
  border-style: solid;
  border-width: 3px;
  border-color: #ebabcb;
  border-radius: 3px;
  background-color: transparent;
  -webkit-transition: background-color 400ms ease, color 400ms ease;
  transition: background-color 400ms ease, color 400ms ease;
  font-family: Comfortaa;
  color: #ebabcb;
}

.submit-button-7:hover {
  background-color: #ebabcb;
  color: #1a1719;
}

.text-field-8 {
  margin-top: 10px;
  margin-bottom: 20px;
}

.div-block-34 {
  margin-right: auto;
  margin-left: auto;
}

.div-block-34.divaddress {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.divaddress {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.button-6 {
  width: 30%;
  margin-top: 100px;
  margin-right: auto;
  margin-left: auto;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  background-color: #fff;
  font-family: 'Playfair Display';
  color: #ebabcb;
  font-size: 19px;
  font-weight: 700;
  text-align: center;
}

.button-6.buttonseeallproducts {
  margin-top: 0px;
  padding-top: 12px;
  padding-bottom: 10px;
  border: 2px solid #fff;
  border-radius: 3px;
  background-color: transparent;
  -webkit-transition: background-color 400ms ease, color 400ms ease;
  transition: background-color 400ms ease, color 400ms ease;
  font-family: 'Bad Script', sans-serif;
  color: #fff;
  font-size: 23px;
}

.button-6.buttonseeallproducts:hover {
  background-color: #fff;
  color: #1a1719;
}

.button-6.seeallcategories {
  margin-top: 0px;
  border: 2px solid #fff;
  border-radius: 3px;
  background-color: transparent;
  -webkit-transition: background-color 400ms ease, color 400ms ease;
  transition: background-color 400ms ease, color 400ms ease;
  font-family: 'Bad Script', sans-serif;
  color: #fff;
}

.button-6.seeallcategories:hover {
  background-color: #fff;
  color: #1a1719;
}

.div-block-35 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: 'Avenirltstd book';
}

.div-block-35.homepageallproductsbuttondiv {
  margin-top: 40px;
}

.paragraph-2 {
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  font-style: italic;
  font-weight: 300;
}

.headingfeaturedproducts {
  font-family: Raleway, sans-serif;
  color: #fff;
  font-size: 40px;
  font-weight: 400;
  text-transform: none;
}

.headingrelatedproducts {
  font-family: myriad-pro-semiextended, sans-serif;
  color: #ebabcb;
  font-weight: 400;
  letter-spacing: 2.5px;
}

.heading-15 {
  margin-top: 40px;
  margin-bottom: 20px;
  padding-right: 30px;
  padding-left: 30px;
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  font-size: 35px;
  font-style: italic;
  text-align: left;
}

.paragraph-3 {
  width: 90%;
  margin-right: auto;
  margin-left: auto;
  font-family: 'Avenirltstd book';
  color: #ebabcb;
  text-align: center;
}

.heading-16 {
  color: #ebabcb;
}

.heading-17 {
  font-family: 'Bad Script', sans-serif;
  color: #ebabcb;
}

.heading-17.headingproductimages {
  margin-top: 20px;
  margin-bottom: 60px;
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  font-size: 35px;
  font-style: italic;
  font-weight: 300;
  text-align: center;
}

.text-block-10 {
  margin-top: 0px;
  padding-top: 5px;
  font-family: 'Avenirltstd book';
}

.text-block-10.textwhite {
  margin-bottom: 40px;
  font-family: Raleway, sans-serif;
  color: #fff;
  font-size: 22px;
}

.sectionabouttext {
  margin-top: 0px;
}

.paragraph-light {
  width: auto;
  margin: 23px auto 0px;
  padding-right: 0px;
  padding-left: 0px;
  opacity: 1;
  font-family: Comfortaa;
  color: #1a1719;
  font-size: 16px;
  line-height: 35px;
  font-weight: 700;
  text-align: left;
  letter-spacing: 0px;
  text-transform: none;
}

.paragraph-light.blackparagraph {
  margin-top: 20px;
  margin-bottom: 20px;
  padding-right: 77px;
  padding-left: 77px;
  color: #423c41;
  font-size: 14px;
}

.paragraph-light.blackparagraph.aboutparagraph {
  width: 65%;
  margin-top: 60px;
  padding-right: 0px;
  padding-left: 0px;
  font-family: 'Avenirltstd book';
  color: #ebabcb;
  font-size: 20px;
  text-align: center;
  letter-spacing: 2.5px;
}

.paragraph-4 {
  font-family: Raleway, sans-serif;
  color: #fff;
  font-size: 20px;
  letter-spacing: 2.5px;
}

.paragraph-5 {
  font-family: myriad-pro-semiextended, sans-serif;
  color: #fff;
  font-size: 20px;
  letter-spacing: 2.5px;
}

.paragraph-6 {
  font-family: myriad-pro-semiextended, sans-serif;
  font-size: 20px;
  letter-spacing: 2.5px;
}

.paragraph-7 {
  font-family: Raleway, sans-serif;
  color: #fff;
  font-size: 20px;
  letter-spacing: 2.5px;
}

.paragraph-8 {
  font-family: Raleway, sans-serif;
  color: #fff;
  font-size: 20px;
  letter-spacing: 2.5px;
}

.paragraph-9 {
  font-family: myriad-pro-semiextended, sans-serif;
  color: #fff;
  font-size: 20px;
  letter-spacing: 2.5px;
}

.text-block-11 {
  color: #fff;
}

.div-block-36 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 40px;
  height: 40px;
  margin-top: 0px;
  margin-right: auto;
  margin-left: auto;
  padding-bottom: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-image: url('https://s4k.piprograms.io/wp-content/themes/feb-1-2022-sfk-store-template/css/../images/piProgramsLogoTouchIcon.png');
  background-position: 50% 50%;
  background-size: cover;
  opacity: 1;
}

.div-block-36:hover {
  opacity: 1;
}

.link-block-2 {
  display: block;
  width: 400px;
  height: auto;
  margin-top: 40px;
  margin-right: auto;
  margin-left: auto;
  padding-bottom: 0px;
  opacity: 0.5;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
}

.link-block-2:hover {
  opacity: 1;
}

.headingproductspage {
  margin-top: 60px;
  margin-bottom: 0px;
  font-family: myriad-pro-semiextended, sans-serif;
  color: #ebabcb;
  font-weight: 400;
  text-align: center;
}

.textauction {
  width: 80%;
  margin-top: 40px;
  margin-right: auto;
  margin-left: auto;
  font-family: myriad-pro-semiextended, sans-serif;
  color: #fff;
  font-size: 18px;
  font-weight: 400;
  text-align: center;
}

.descriptionauction {
  width: auto;
  margin-top: 40px;
  margin-right: auto;
  margin-left: auto;
  font-family: 'Bad Script', sans-serif;
  color: #ebabcb;
  font-size: 27px;
  line-height: 40px;
  font-weight: 400;
  text-align: center;
}

.div-block-37 {
  width: 70%;
  height: 1px;
  margin-right: auto;
  margin-left: auto;
  background-color: #fff;
}

.collection-list-wrapper-7 {
  display: -ms-grid;
  display: grid;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  justify-items: start;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  grid-auto-flow: column;
  grid-auto-columns: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-areas: ".";
  -ms-grid-columns: 1.25fr 0px 0.75fr 0px 1.5fr 0px 1fr;
  grid-template-columns: 1.25fr 0.75fr 1.5fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.div-block-38 {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-areas: ".";
  -ms-grid-columns: 1.25fr 0px 0.75fr 0px 1fr 0px 0.75fr;
  grid-template-columns: 1.25fr 0.75fr 1fr 0.75fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  background-color: #2e595e;
}

.div-block-39 {
  height: 300px;
  background-color: #c92525;
}

.div-block-39.divsecondcol {
  height: 200px;
}

.text-block-12 {
  font-family: myriad-pro-semiextended, sans-serif;
}

.link-block-3 {
  margin-bottom: 15px;
}

.mask {
  overflow: hidden;
}

.left-arrow-2 {
  display: none;
}

.collection-list-wrapper-8 {
  background-color: transparent;
}

.field-label-4 {
  display: none;
}

.select-field {
  margin-bottom: 20px;
  padding-top: 0px;
  padding-bottom: 0px;
  font-family: myriad-pro-semiextended, sans-serif;
  color: #1a1719;
  font-size: 18px;
}

.section-3 {
  margin-top: 140px;
  padding-bottom: 10px;
  border-style: none;
  border-width: 1px;
  border-color: #5f1e1e;
  background-color: transparent;
  background-image: url('https://s4k.piprograms.io/wp-content/themes/feb-1-2022-sfk-store-template/css/../images/bannerHome.png');
  background-position: 100% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
  font-family: 'Bad Script', sans-serif;
}

.option {
  font-family: 'Open Sans Condensed', sans-serif;
  font-size: 18px;
  font-style: italic;
  text-align: left;
}

.text-block-13 {
  margin-left: 10px;
  font-family: Raleway, sans-serif;
  color: #1a1719;
}

.text-block-13.pricesubtotalprice {
  font-family: Raleway, sans-serif;
  color: #ebabcb;
}

.ladelcontact {
  font-family: Raleway, sans-serif;
  color: #ebabcb;
  font-weight: 400;
}

.status-message-2 {
  padding: 9px 30px;
  background-color: transparent;
  color: #fff;
  font-size: 14px;
  line-height: 26px;
  text-align: center;
}

.status-message-2.cc-success-message {
  background-color: #423c41;
}

.status-message-2.cc-error-message {
  background-color: #db4b68;
}

.status-message-2.cc-no-data {
  display: block;
  width: 70%;
  margin: 100px auto;
}

.button-7 {
  width: 50%;
  margin-right: auto;
  margin-left: auto;
  padding: 12px 0px;
  border-style: solid;
  border-width: 1px;
  border-color: #ebabcb;
  border-radius: 3px;
  background-color: transparent;
  -webkit-transition: background-color 400ms ease, opacity 400ms ease, color 400ms ease;
  transition: background-color 400ms ease, opacity 400ms ease, color 400ms ease;
  font-family: Raleway, sans-serif;
  color: #ebabcb;
  font-size: 12px;
  line-height: 20px;
  letter-spacing: 2px;
  text-decoration: none;
  text-transform: uppercase;
}

.button-7:hover {
  background-color: #ebabcb;
  color: #1a1719;
}

.button-7:active {
  background-color: #ebabcb;
}

.labelcontact {
  font-family: Raleway, sans-serif;
  color: #ebabcb;
  font-weight: 400;
}

.contacts-section {
  margin-bottom: 20px;
  color: #fff;
  text-align: center;
}

.container-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: auto;
  max-width: none;
  margin: 0px auto -54px;
  padding-right: 7px;
  padding-bottom: 0px;
  padding-left: 7px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  border-radius: 0px;
  background-color: transparent;
}

.container-2.cc-heading-wrap {
  width: 100%;
  margin: 60px auto 0px;
  padding-bottom: 60px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: transparent;
  font-family: myriad-pro-semiextended, sans-serif;
  text-align: center;
}

.container-2.smallcontactcontainer {
  width: 100%;
  margin-bottom: 0px;
  background-color: transparent;
}

.container-2.smallcontactcontainer.containerreturns {
  padding-top: 20px;
  background-color: #ebabcb;
}

.container-2.containeroncontact {
  width: 100%;
  margin-bottom: 0px;
  padding-bottom: 10px;
  background-color: transparent;
  color: #fff;
}

.container-2.cc-heading-wrap {
  width: 100%;
  margin: 60px auto 0px;
  padding-bottom: 60px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: transparent;
  text-align: center;
}

.container-2.cc-heading-wrap.blogcontainerfullwidth {
  margin-top: 20px;
  border-radius: 13px;
}

.support-link {
  margin-bottom: 10px;
  opacity: 1;
  -webkit-transition: color 300ms ease;
  transition: color 300ms ease;
  font-family: 'Open Sans Condensed', sans-serif;
  color: #fff;
  font-size: 25px;
  line-height: 34px;
  font-style: italic;
  font-weight: 400;
  text-decoration: none;
}

.support-link:hover {
  opacity: 1;
  color: #ebabcb;
}

.support-link:active {
  opacity: 0.8;
}

.support-link.emailinfo {
  font-family: 'Bad Script', sans-serif;
  color: #fff;
  font-size: 25px;
  letter-spacing: 0.5px;
}

.support-link.emailinfo {
  color: #1a1719;
}

.email-name-field-wrap {
  width: 50%;
  padding-left: 10px;
}

.get-in-touch-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.credentials-inputs-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.get-in-touch-form-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 70%;
  margin: 40px auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.heading-30 {
  font-family: Raleway, sans-serif;
  font-weight: 400;
}

.heading-30.headingemailus {
  font-family: myriad-pro-semiextended, sans-serif;
  font-size: 29px;
  font-weight: 400;
}

.heading-30.headingemailus {
  color: #1a1719;
}

.contact-name-field-wrap {
  width: 50%;
  padding-right: 10px;
}

.heading-29 {
  width: 70%;
  margin-top: 40px;
  margin-right: auto;
  margin-left: auto;
  font-family: Raleway, sans-serif;
  color: #fff;
  font-weight: 400;
  text-align: center;
}

.text-field {
  margin-bottom: 18px;
  padding: 21px 20px;
  border: 1px solid #e4e4e4;
  border-radius: 0px;
  -webkit-transition: border-color 400ms ease;
  transition: border-color 400ms ease;
  font-size: 14px;
  line-height: 26px;
}

.text-field:hover {
  border-color: #e3e6eb;
}

.text-field:active {
  border-color: #43464d;
}

.text-field:focus {
  border-color: #43464d;
}

.text-field::-webkit-input-placeholder {
  color: rgba(50, 52, 58, 0.4);
}

.text-field:-ms-input-placeholder {
  color: rgba(50, 52, 58, 0.4);
}

.text-field::-ms-input-placeholder {
  color: rgba(50, 52, 58, 0.4);
}

.text-field::placeholder {
  color: rgba(50, 52, 58, 0.4);
}

.text-field.cc-contact-field {
  margin-bottom: 25px;
  border-color: #fff;
  background-color: #fff;
  font-family: 'Open Sans', sans-serif;
  color: #1a1719;
}

.text-field.cc-contact-field:focus {
  background-color: #fff;
}

.text-field.cc-contact-field::-webkit-input-placeholder {
  font-family: 'Bad Script', sans-serif;
  font-size: 16px;
}

.text-field.cc-contact-field:-ms-input-placeholder {
  font-family: 'Bad Script', sans-serif;
  font-size: 16px;
}

.text-field.cc-contact-field::-ms-input-placeholder {
  font-family: 'Bad Script', sans-serif;
  font-size: 16px;
}

.text-field.cc-contact-field::placeholder {
  font-family: 'Bad Script', sans-serif;
  font-size: 16px;
}

.text-field.cc-textarea {
  height: 200px;
  padding-top: 12px;
}

.text-field.cc-textarea.cc-contact-field {
  border-style: solid;
  border-color: #fff;
  color: #1a1719;
}

.text-field.cc-contact-field {
  margin-bottom: 25px;
}

.text-field.cc-contact-field::-webkit-input-placeholder {
  color: rgba(26, 23, 25, 0.76);
}

.text-field.cc-contact-field:-ms-input-placeholder {
  color: rgba(26, 23, 25, 0.76);
}

.text-field.cc-contact-field::-ms-input-placeholder {
  color: rgba(26, 23, 25, 0.76);
}

.text-field.cc-contact-field::placeholder {
  color: rgba(26, 23, 25, 0.76);
}

.div-block-40 {
  width: 80%;
  margin-right: 0px;
  margin-left: 0px;
}

.heading-31 {
  margin-top: 40px;
  padding-top: 32px;
  font-family: 'Bad Script', sans-serif;
  font-style: normal;
  font-weight: 400;
  text-align: center;
  letter-spacing: normal;
}

.heading-31.headingshopwithpurrpose {
  width: auto;
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  padding-top: 0px;
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  font-size: 25px;
  line-height: 30px;
  font-style: italic;
  text-align: left;
}

.heading-31.headingwonderfulworld {
  width: auto;
  margin-top: 0px;
  margin-bottom: 20px;
  margin-left: 0px;
  padding-top: 0px;
  font-family: 'Open Sans Condensed', sans-serif;
  color: #fff;
  font-size: 30px;
  line-height: 44px;
  font-style: italic;
  font-weight: 300;
  text-align: left;
}

.text-block-14 {
  width: auto;
  margin-bottom: 20px;
  margin-left: 0px;
  padding-top: 0px;
  font-family: Raleway, sans-serif;
  color: #fff;
  font-size: 20px;
  line-height: 25px;
  font-weight: 400;
  text-align: left;
}

.text-span {
  -webkit-transition: color 400ms ease;
  transition: color 400ms ease;
  color: #ebabcb;
  font-weight: 400;
}

.text-span:hover {
  color: #fff;
}

.left-arrow-3 {
  display: none;
}

.right-arrow-2 {
  display: none;
}

.right-arrow-3 {
  display: none;
}

.right-arrow-4 {
  display: none;
}

.left-arrow-4 {
  display: none;
}

.text-block-16 {
  width: auto;
  margin-bottom: 20px;
  margin-left: 0px;
  font-family: Raleway, sans-serif;
  color: #ebabcb;
  font-size: 20px;
  line-height: 25px;
  text-align: left;
}

.sectionhomemission {
  margin-top: 10px;
}

.buttonquickview {
  display: block;
  width: 60%;
  margin-right: auto;
  margin-left: auto;
  padding: 5px 0px;
  border: 1px none #fff;
  border-radius: 3px;
  background-color: transparent;
  -webkit-transition: border 400ms ease;
  transition: border 400ms ease;
  font-family: 'Bad Script', sans-serif;
  color: #fff;
  font-size: 18px;
  font-weight: 400;
}

.buttonquickview:hover {
  border-bottom-style: none;
  border-bottom-color: #ebabcb;
  background-color: transparent;
  color: #fff;
}

.div-block-41 {
  margin-top: 20px;
}

.div-block-42 {
  position: relative;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: block;
  width: 300px;
  height: 500px;
  margin-bottom: 0px;
  background-color: #fff;
  color: #fff;
}

.right-arrow-5 {
  display: none;
}

.left-arrow-5 {
  display: none;
}

.right-arrow-6 {
  display: none;
}

.left-arrow-6 {
  display: none;
}

.left-arrow-7 {
  display: none;
}

.right-arrow-7 {
  display: none;
}

.left-arrow-8 {
  display: none;
}

.right-arrow-8 {
  display: none;
  padding-bottom: 0px;
}

.section-4 {
  margin-top: 20px;
}

.text-block-17 {
  width: 100%;
  margin-top: 20px;
  margin-left: 0px;
  background-color: transparent;
  font-family: myriad-pro-semiextended, sans-serif;
  color: #fff;
  font-size: 23px;
  font-style: normal;
  font-weight: 400;
  text-align: center;
}

.collection-list-wrapper-9 {
  margin-bottom: 0px;
}

.image-6 {
  margin-bottom: 0px;
  padding: 8px;
}

.image-7 {
  margin-bottom: 0px;
  padding: 8px;
}

.image-8 {
  margin-bottom: 0px;
  padding: 8px;
}

.image-9 {
  padding: 8px;
}

.image-10 {
  padding: 8px;
}

.textadoption {
  width: 90%;
  margin: 40px auto;
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  font-style: italic;
  text-align: left;
}

.textadoption.centered {
  text-align: center;
}

.sectionshopfronttitle {
  margin-top: 100px;
  margin-bottom: 0px;
}

.h1shopcrazycat {
  width: 100%;
  margin-bottom: 20px;
  margin-left: 0px;
  font-family: myriad-pro-semiextended, sans-serif;
  color: #ebabcb;
  font-size: 30px;
  line-height: 50px;
  font-style: normal;
  font-weight: 400;
  text-align: center;
}

.sectionstorefrontcategories {
  margin-top: 30px;
}

.image-11 {
  width: 100%;
  -webkit-transition: height 400ms ease, width 400ms ease;
  transition: height 400ms ease, width 400ms ease;
}

.image-11:hover {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}

.div-block-43 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.collection-item-12 {
  width: 20%;
  margin-right: 10px;
  margin-bottom: 10px;
  margin-left: 10px;
  padding: 8px;
}

.collection-list-7 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 40px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
}

.text-block-18 {
  width: 100%;
  margin-top: 25px;
  font-family: 'Bad Script', sans-serif;
  color: #ebabcb;
  text-align: center;
}

.link-block-4 {
  width: 100%;
  margin-bottom: 20px;
}

.collection-list-wrapper-10 {
  display: block;
  overflow: visible;
}

.link-block-5 {
  width: 40%;
  margin-right: auto;
  margin-left: auto;
}

.headingcustomerinfo {
  font-family: 'Bad Script', sans-serif;
  color: #1a1719;
  font-size: 22px;
  font-weight: 400;
}

.colorderconfirm {
  font-family: myriad-pro-semiextended, sans-serif;
  color: #1a1719;
}

.textmyriadpro {
  width: 50%;
  font-family: myriad-pro-semiextended, sans-serif;
  color: #1a1719;
}

.textmyriadpro.divcarttotalsordersummary {
  width: 90%;
  margin-right: auto;
  margin-left: auto;
}

.textoptions {
  margin-right: 5px;
  margin-left: 5px;
}

.image-12 {
  width: auto;
  height: 300px;
  margin-top: 10px;
  border-radius: 20px;
}

.field-label-5 {
  display: none;
}

.country {
  display: none;
}

.div-block-44 {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}

.shipping-method-2 {
  display: none;
}

.div-block-45 {
  font-family: myriad-pro-semiextended, sans-serif;
}

.billing-address {
  width: auto;
}

.block-content-2 {
  border-right-style: none;
  border-bottom-style: none;
  border-left-style: none;
  background-color: transparent;
}

.field-label-6 {
  color: #fff;
  font-size: 18px;
}

.field-label-7 {
  color: #fff;
  font-size: 18px;
}

.field-label-8 {
  color: #fff;
  font-size: 18px;
}

.field-label-9 {
  color: #fff;
  font-size: 18px;
}

.field-label-10 {
  color: #fff;
  font-size: 18px;
}

.div-block-46 {
  width: 100%;
  border-bottom: 1px solid #e6e6e6;
}

.billing-address-toggle {
  width: auto;
  margin-right: 0px;
  margin-left: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.block-header-2 {
  border-style: none;
  border-bottom-color: #ebabcb;
  background-color: transparent;
}

.block-header-3 {
  width: auto;
  border-style: none;
  border-color: #000;
  background-color: transparent;
}

.mini-title-link-2 {
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
  font-family: myriad-pro-semiextended, sans-serif;
  color: #ebabcb;
  font-size: 13.5px;
  font-weight: 400;
  letter-spacing: 1.5px;
  text-transform: uppercase;
}

.mini-title-link-2:hover {
  opacity: 0.8;
}

.top-border-3 {
  color: #ebabcb;
}

.top-border-3._20 {
  margin-top: 20px;
  color: #ebabcb;
}

.headingrelatedproducts-2 {
  font-family: myriad-pro-semiextended, sans-serif;
  color: #ebabcb;
  font-weight: 400;
  letter-spacing: 2.5px;
}

.ladelcontact-2 {
  font-family: myriad-pro-semiextended, sans-serif;
  color: #1a1719;
}

.paragraphshipping {
  width: 80%;
  margin-right: auto;
  margin-left: auto;
  font-family: Raleway, sans-serif;
  color: #fff;
  font-size: 20px;
  text-align: center;
}

.paragraphshipping.paragraphreturns {
  margin-bottom: 40px;
  font-family: Raleway, sans-serif;
  color: #fff;
  font-size: 22px;
}

.button-8 {
  width: 50%;
  margin-right: auto;
  margin-left: auto;
  padding: 12px 0px;
  border-style: solid;
  border-width: 2px;
  border-color: #1a1719;
  border-radius: 3px;
  background-color: #ebabcb;
  -webkit-transition: background-color 400ms ease, opacity 400ms ease, color 400ms ease;
  transition: background-color 400ms ease, opacity 400ms ease, color 400ms ease;
  font-family: myriad-pro-semiextended, sans-serif;
  color: #1a1719;
  font-size: 12px;
  line-height: 20px;
  letter-spacing: 2px;
  text-decoration: none;
  text-transform: uppercase;
}

.button-8:hover {
  background-color: #1a1719;
  color: #ebabcb;
}

.button-8:active {
  background-color: #1a1719;
}

.labelcontact-2 {
  color: #1a1719;
}

.headingreturns {
  margin-top: 40px;
  margin-bottom: 20px;
  font-family: Raleway, sans-serif;
  color: #ebabcb;
  font-size: 35px;
  text-align: center;
}

.section-5 {
  margin-top: 100px;
}

.text-span-2 {
  font-size: 20px;
}

.text-span-3 {
  font-size: 20px;
}

.headingshipping {
  font-family: Raleway, sans-serif;
  color: #ebabcb;
  font-size: 30px;
  text-align: center;
}

.section-6 {
  margin-top: 100px;
}

.sectionadoptiontitle {
  margin-top: 100px;
}

.collection-list-wrapper-11 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.image-13 {
  display: block;
  width: auto;
  max-width: none;
}

.collection-list-wrapper-12 {
  width: 100%;
}

.slide-3 {
  margin-bottom: 0px;
  padding-bottom: 0px;
}

.image-14 {
  width: 100%;
  height: auto;
  margin-top: 10px;
  margin-bottom: 10px;
}

.image-15 {
  width: auto;
}

.collection-list-8 {
  width: 100%;
}

.collection-item-13 {
  width: 100%;
}

.link-block-6 {
  width: 100%;
}

.section-7 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-47 {
  position: static;
  top: 100px;
  z-index: 7000;
  width: 60px;
  height: 60px;
  margin-right: 20px;
  float: none;
  background-image: url('https://s4k.piprograms.io/wp-content/themes/feb-1-2022-sfk-store-template/css/../images/backToTop.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.link-block-7 {
  position: -webkit-sticky;
  position: sticky;
  top: 100px;
  z-index: 7000;
  display: block;
  float: right;
}

.column {
  color: #1a1719;
}

.block-content-4 {
  color: #1a1719;
}

.text-block-37 {
  margin-right: 10px;
  font-size: 14px;
}

.text-block-38 {
  font-size: 14px;
}

.option-list {
  color: #1a1719;
}

.image-16 {
  display: block;
}

.lightbox-link {
  display: block;
  width: 90%;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.heading-32 {
  color: #ebabcb;
  text-align: center;
}

.div-block-49 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 4000;
  display: none;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: #ebabcb;
}

.div-block-49.divquickview {
  position: absolute;
  top: 0%;
  display: none;
  height: 100vh;
  margin-top: 0px;
  background-color: #ebabcb;
  color: #1a1719;
}

.image-17 {
  width: 30%;
  margin-top: 10px;
  margin-left: 50px;
}

.div-block-50 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  margin-top: 40px;
  margin-left: 30px;
  padding-left: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  color: #1a1719;
}

.image-18 {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  width: 40px;
  height: 40px;
  margin-top: -30px;
  margin-right: 20px;
}

.div-block-51 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.div-block-52 {
  position: -webkit-sticky;
  position: sticky;
  top: 40px;
  z-index: 50;
}

.div-block-53 {
  position: -webkit-sticky;
  position: sticky;
  top: 140px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 40px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.textquickviewname {
  font-family: 'Bad Script', sans-serif;
  font-size: 35px;
}

.textquickviewprice {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: myriad-pro-semiextended, sans-serif;
}

.textquickviewvariant {
  font-size: 18px;
  text-align: center;
}

.quantity-2 {
  font-family: myriad-pro-semiextended, sans-serif;
  font-size: 20px;
}

.submit-button-8 {
  margin-top: 20px;
  border-style: solid;
  border-width: 2px;
  border-color: #1a1719;
  border-radius: 3px;
  background-color: transparent;
  -webkit-transition: background-color 400ms ease, color 400ms ease;
  transition: background-color 400ms ease, color 400ms ease;
  font-family: 'Bad Script', sans-serif;
  color: #1a1719;
}

.submit-button-8:hover {
  background-color: #1a1719;
  color: #ebabcb;
}

.div-block-54 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-55 {
  width: 50%;
}

.div-block-56 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 90%;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.image-19 {
  display: block;
  width: 35%;
  margin-top: 20px;
  margin-right: auto;
  margin-left: auto;
}

.out-of-stock-state {
  background-color: transparent;
}

.text-block-39 {
  font-family: myriad-pro-semiextended, sans-serif;
}

.error-state-3 {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  font-family: myriad-pro-semiextended, sans-serif;
  font-size: 20px;
  text-align: center;
}

.default-state {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 60%;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.add-to-cart-2 {
  width: 80%;
  margin-right: auto;
  margin-left: auto;
}

.error-message-5 {
  width: 100%;
}

.select-field-2 {
  width: auto;
}

.collection-list-wrapper-14 {
  width: 50%;
}

.text-block-40 {
  font-family: 'Bad Script', sans-serif;
  color: #ebabcb;
  text-align: center;
}

.collection-list-wrapper-15 {
  margin-top: 20px;
}

.headingabout {
  padding-right: 63px;
  padding-left: 63px;
  font-family: 'Bad Script', sans-serif;
  color: #1a1719;
  line-height: 55px;
  font-weight: 400;
}

.headingabout.headingabouttabletview {
  font-family: 'Open Sans Condensed', sans-serif;
  color: #ebabcb;
  font-size: 35px;
  font-style: italic;
  font-weight: 300;
}

.left-arrow-9 {
  display: none;
}

.right-arrow-9 {
  display: none;
}

.div-block-57 {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}

.containercategories {
  display: none;
  margin-top: 100px;
}

.image-20 {
  display: block;
  background-color: transparent;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
}

.image-20:hover {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}

.text-block-41 {
  margin-top: 20px;
  font-family: 'Bad Script', sans-serif;
  color: #ebabcb;
}

.button-9 {
  display: block;
  width: 100%;
  margin-top: 20px;
  margin-right: auto;
  margin-left: auto;
  border: 2px solid #fff;
  border-radius: 3px;
  background-color: transparent;
  -webkit-transition: background-color 400ms ease, color 400ms ease;
  transition: background-color 400ms ease, color 400ms ease;
  font-family: myriad-pro-semiextended, sans-serif;
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 1.5px;
  text-transform: uppercase;
}

.button-9:hover {
  background-color: #fff;
  color: #1a1719;
}

.div-block-58 {
  margin-top: 100px;
}

.section-8 {
  width: 100%;
  margin-top: 0px;
  margin-right: auto;
  margin-left: auto;
  border-bottom: 1px none #e46cac;
  background-color: #ebabcb;
  color: #e46cac;
}

.cattalesh1 {
  margin-top: 20px;
  color: #423c41;
  font-size: 50px;
  font-weight: 400;
}

.cattalesh1.blogheading {
  color: #1a1719;
}

.paragraph-bigger {
  margin-bottom: 10px;
  opacity: 1;
  color: #423c41;
  font-size: 20px;
  line-height: 34px;
  font-weight: 400;
}

.paragraph-bigger.cc-bigger-light {
  margin-bottom: 20px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  opacity: 1;
  color: #423c41;
  font-size: 40px;
  text-align: center;
}

.paragraph-bigger.cc-bigger-light.cattalesparagraph {
  margin-top: 20px;
  font-family: 'Bad Script', sans-serif;
  color: #1a1719;
  font-size: 30px;
}

.paragraph-bigger.cc-bigger-light.missiontitle {
  margin-top: 40px;
  margin-bottom: 40px;
  font-family: myriad-pro-semiextended, sans-serif;
  color: #1a1719;
}

.blog-list-wrap {
  margin-bottom: 100px;
}

.blog-item {
  display: block;
  margin-right: auto;
  margin-bottom: 80px;
  margin-left: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.div-block-59 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  margin-top: 10px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.copyrightfooter {
  margin-left: 10px;
  color: #fff;
  font-size: 16px;
  text-align: center;
}

.image-21 {
  margin-right: 10px;
}

.blogpostsection {
  background-color: #ebabcb;
}

.archivetitle {
  font-family: myriad-pro-semiextended, sans-serif;
  color: #1a1719;
  font-size: 30px;
}

.basic-column {
  padding-right: 5px;
  padding-left: 5px;
}

.label-text {
  color: #fff;
  font-size: 10px;
  line-height: 17px;
  font-weight: 500;
  text-transform: uppercase;
}

.article-alt-cover {
  height: 270px;
  margin-top: 26px;
  padding-bottom: 0px;
  border-radius: 8px;
  background-image: url('https://s4k.piprograms.io/wp-content/themes/feb-1-2022-sfk-store-template/css/../images/card-cover.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.article-alt-cover.article-5-content {
  background-image: url('https://s4k.piprograms.io/wp-content/themes/feb-1-2022-sfk-store-template/css/../images/article-cover-3.jpg');
}

.article-alt-cover.article-4-content {
  margin-top: 0px;
  margin-bottom: 26px;
  background-image: url('https://s4k.piprograms.io/wp-content/themes/feb-1-2022-sfk-store-template/css/../images/article-cover-2.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.article-alt-cover.article-1-content {
  background-image: url('https://s4k.piprograms.io/wp-content/themes/feb-1-2022-sfk-store-template/css/../images/flatiron.jpg');
}

.article-alt-cover.article-2-content {
  margin-top: 0px;
  margin-bottom: 26px;
  background-image: url('https://s4k.piprograms.io/wp-content/themes/feb-1-2022-sfk-store-template/css/../images/article-cover-1.jpg');
}

.tagline {
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.tagline.tagline-promo-40 {
  margin-left: 10px;
  color: rgba(51, 51, 51, 0.4);
}

.content-wrapper-2 {
  margin-bottom: 50px;
}

.article {
  margin-bottom: 10px;
  border: 1px solid #fff;
  border-radius: 9px;
}

.tag-wrapper {
  margin-top: 35px;
  margin-bottom: 35px;
  padding-right: 5px;
  padding-left: 5px;
  border-bottom: 1px none #000;
}

.label-2 {
  display: inline-block;
  padding: 4px 10px 3px;
  border-radius: 4px;
  background-color: #1991eb;
}

.label-2.label-article-pink {
  margin-top: 2px;
  margin-left: 10px;
  background-color: #e556a4;
}

.label-2.label-article-brownish {
  margin-bottom: 2px;
  margin-left: 10px;
  background-color: #aa955d;
}

.label-2.label-article-grey {
  margin-top: 2px;
  margin-left: 10px;
  background-color: #858589;
}

.label-2.label-article-greenish {
  margin-bottom: 2px;
  margin-left: 10px;
  background-color: #28998a;
}

.label-2.label-article-brown {
  margin-bottom: 2px;
  margin-left: 10px;
  background-color: #66493e;
}

.divider {
  height: 1px;
  margin-top: 20px;
  margin-bottom: 15px;
  background-color: #eee;
}

.style-label {
  color: #1a1719;
  font-size: 12px;
  line-height: 20px;
  font-weight: 500;
  text-transform: uppercase;
}

.heading-33 {
  margin-right: 10px;
  margin-left: 10px;
}

.heading-34 {
  margin-right: 10px;
  margin-left: 10px;
}

.heading-35 {
  margin-right: 10px;
  margin-left: 10px;
}

.heading-36 {
  margin-right: 10px;
  margin-left: 10px;
}

.heading-37 {
  margin-right: 10px;
  margin-left: 10px;
}

.heading-38 {
  margin-right: 10px;
  margin-left: 10px;
}

.heading-39 {
  margin-right: 10px;
  margin-left: 10px;
}

.archive-posts---copy-this {
  width: 100%;
}

.collection-list-9 {
  width: 100%;
}

.empty-state-3 {
  display: none;
  height: 0px;
  padding: 0px;
  background-color: transparent;
  font-size: 0px;
}

.div-block-60 {
  display: none;
}

.image-22 {
  position: static;
  z-index: 100;
  width: 100%;
  border-radius: 8px;
}

.text-block-42 {
  position: relative;
  left: 52px;
  bottom: -296px;
  z-index: 101;
  width: 70%;
  padding: 10px;
  border-radius: 8px;
  background-color: hsla(0, 0%, 100%, 0.82);
  color: #1a1719;
}

.button-10 {
  position: relative;
  left: 229px;
  top: -84px;
  z-index: 102;
  border-radius: 8px;
  background-color: rgba(26, 23, 25, 0.82);
}

.div-block-61 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.list-item-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  list-style-type: none;
}

.minicartlistitem {
  margin-top: 20px;
  margin-left: 40px;
  font-family: myriad-pro-semiextended, sans-serif;
  color: #1a1719;
  font-size: 20px;
  font-weight: 400;
}

.cart-list {
  display: block;
}

.mini-cart-list {
  overflow: visible;
  height: auto;
  margin-bottom: 0px;
  padding-left: 0px;
  list-style-type: none;
}

.remove-product-link {
  width: auto;
  height: auto;
  margin-right: 0px;
  border-radius: 50%;
  background-color: transparent;
  font-family: 'Open Sans', sans-serif;
  color: #ebabcb;
  font-weight: 400;
}

.mini-cart-info-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: 15px;
  padding-left: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.mini-cart-image {
  width: 320px;
  height: 80px;
  border-radius: 4px;
  background-image: url('https://s4k.piprograms.io/wp-content/themes/feb-1-2022-sfk-store-template/css/../images/imani-clovis-234736-unsplash.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.mini-cart-price-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  font-family: Inconsolata, monospace;
}

.mini-cart-left-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.text-block-78 {
  padding-right: 4px;
  padding-left: 4px;
  font-family: Raleway, sans-serif;
  color: #1a1719;
  font-size: 18px;
}

.text-block-79 {
  margin-left: 0px;
  font-size: 10px;
  text-transform: uppercase;
}

.text-block-79.atttit {
  display: none;
  margin-left: 10px;
}

.product-info-wrapper-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-left: 0px;
  padding-left: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.product-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: auto;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
}

.mini-cart-list-item {
  padding: 10px 20px;
}

.text-block-76 {
  font-family: Raleway, sans-serif;
  color: #1a1719;
}

.checkout-actions {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 90%;
  margin-right: auto;
  margin-bottom: 12px;
  margin-left: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.cart-quantity-5 {
  width: auto;
  height: auto;
  min-width: auto;
  margin-left: 2px;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  border: 2px none #000;
  border-radius: 3px;
  background-color: transparent;
  font-family: myriad-pro-semiextended, sans-serif;
  color: #1a1719;
  font-size: 13px;
  text-align: center;
}

.button-11 {
  display: block;
  padding: 12px 25px;
  border: 2px solid #fff;
  border-radius: 3px;
  background-color: transparent;
  -webkit-transition: background-color 400ms ease, color 400ms ease;
  transition: background-color 400ms ease, color 400ms ease;
  font-family: myriad-pro-semiextended, sans-serif;
  color: #fff;
  font-size: 12px;
  line-height: 20px;
  font-weight: 400;
  letter-spacing: 2px;
  text-decoration: none;
  text-transform: uppercase;
}

.button-11:hover {
  background-color: #fff;
  color: #1a1719;
}

.button-11:active {
  background-color: transparent;
  color: #fff;
}

.button-11.cc-cart {
  display: block;
  height: auto;
  padding: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
}

.button-11.cc-cart.buttoncarticonandquantity {
  display: block;
  width: 100%;
  height: 100%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  border-style: none;
  font-family: Raleway, sans-serif;
}

.button-11.cc-cart.carttest {
  display: block;
}

.button-11.udpatecartbuttoncartpage {
  margin-top: 20px;
  font-family: Raleway, sans-serif;
}

.button-11.gotocheckoutbuttoncartpage {
  width: 80%;
  margin-right: auto;
  margin-left: auto;
  font-family: Raleway, sans-serif;
  text-align: center;
}

.collection-list-wrapper-16 {
  display: none;
}

.collection-list-wrapper-17 {
  display: block;
}

.image-23 {
  display: block;
  width: auto;
  height: auto;
  max-width: none;
  margin-right: auto;
  margin-left: auto;
}

.mask-2 {
  width: auto;
  height: auto;
}

.slide-nav-4 {
  display: none;
}

.allproductsslider {
  display: block;
  width: 100%;
  height: auto;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-top: 1px none #000;
  border-right: 2px none #ebabcb;
  border-left: 2px none #ebabcb;
  background-color: transparent;
}

.collection-list-wrapper-18 {
  display: none;
}

.left-arrow-10 {
  display: none;
}

.right-arrow-10 {
  display: none;
}

.left-arrow-11 {
  display: none;
}

.right-arrow-11 {
  display: none;
}

.left-arrow-12 {
  display: none;
}

.right-arrow-12 {
  display: none;
}

.div-block-62 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.section-9 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.div-block-63 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.div-block-64 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.textcategoryname {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: 'Bad Script', sans-serif;
  color: #ebabcb;
  font-weight: 700;
}

.collection-item-15 {
  display: block;
  width: 40%;
  margin: 0px auto 20px;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-family: 'Bad Script', sans-serif;
  color: #ebabcb;
  font-weight: 700;
}

.text-block-80 {
  margin-top: 20px;
  margin-bottom: 20px;
  font-family: 'Bad Script', sans-serif;
  color: #fff;
  font-weight: 700;
  text-align: center;
}

.link-block-8 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  font-family: 'Bad Script', sans-serif;
  color: #ebabcb;
  font-weight: 700;
  text-align: center;
}

.collection-list-wrapper-19 {
  width: 100%;
  margin-top: 100px;
  margin-right: auto;
  margin-left: auto;
  font-family: 'Bad Script', sans-serif;
  color: #ebabcb;
  font-weight: 700;
}

.image-24 {
  display: block;
  width: 70%;
  height: auto;
  max-width: none;
  margin: 10px auto;
  padding: 10px;
  -webkit-transition: -webkit-transform 200ms ease;
  transition: -webkit-transform 200ms ease;
  transition: transform 200ms ease;
  transition: transform 200ms ease, -webkit-transform 200ms ease;
}

.image-24:hover {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}

.sectioncategorylist {
  margin-top: 0px;
  font-family: 'Bad Script', sans-serif;
  color: #ebabcb;
  font-weight: 700;
  text-align: center;
}

.div-block-65 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  padding-right: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  text-align: left;
}

.collection-list-10 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  justify-items: start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  font-family: 'Bad Script', sans-serif;
  color: #ebabcb;
  font-weight: 700;
}

.body {
  font-family: Raleway, sans-serif;
  color: #ebabcb;
  font-weight: 400;
}

.div-block-66 {
  width: 80%;
  margin-right: auto;
  margin-left: auto;
  border: 1px none #fff;
}

.text-block-81 {
  width: auto;
  margin: 40px auto 10px;
  font-family: 'Bad Script', sans-serif;
  color: #fff;
  text-align: center;
}

.content-section-2 {
  overflow: hidden;
  padding-top: 75px;
  padding-bottom: 75px;
}

.content-wrapper-3 {
  position: relative;
  width: 100%;
  max-width: 1265px;
  padding-right: 25px;
  padding-left: 25px;
}

.flex-grid-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.collection-item-16 {
  width: 31%;
  margin-right: 2.2%;
  margin-bottom: 4%;
}

.empty-state-4 {
  background-color: transparent;
  font-size: 22px;
}

.collection-list-wrapper-20 {
  display: block;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.collection-list-11 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.collection-item-17 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 30%;
  margin-right: 20px;
  margin-left: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  border-style: none;
  border-width: 2px;
  border-color: #ebabcb;
}

.mask-3 {
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
}

.image-25 {
  display: block;
  width: 60%;
  max-width: none;
  margin-right: auto;
  margin-left: auto;
}

.div-block-67 {
  width: 40%;
}

.image-26 {
  display: inline-block;
}

.text-block-82 {
  font-family: myriad-pro-semiextended, sans-serif;
  color: #1a1719;
  font-size: 20px;
}

.div-block-68 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 10px;
  margin-bottom: 10px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.list-3 {
  width: 80%;
  margin-right: auto;
  margin-left: auto;
  padding-left: 0px;
}

.heading-40 {
  font-family: Raleway, sans-serif;
  color: #fff;
  font-style: normal;
  font-weight: 400;
  text-align: center;
  letter-spacing: 1.5px;
}

.heading-41 {
  font-family: Raleway, sans-serif;
  color: #ebabcb;
  text-align: center;
}

.div-block-69 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80%;
  margin: 40px auto;
  font-family: 'Open Sans', sans-serif;
}

.text-block-83 {
  width: 50%;
  padding: 20px;
  font-family: 'Open Sans Condensed', sans-serif;
  color: #fff;
  font-style: normal;
  text-align: left;
}

.text-block-84 {
  width: auto;
  padding: 20px;
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  font-weight: 300;
  text-align: left;
}

.div-block-70 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  font-family: 'Open Sans Condensed', sans-serif;
  font-weight: 300;
}

.div-block-71 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  padding-top: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: 'Open Sans', sans-serif;
}

.heading-42 {
  margin-bottom: 40px;
  font-family: Raleway, sans-serif;
  color: #ebabcb;
  font-size: 35px;
  font-weight: 400;
}

.div-block-72 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 100px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.button-12 {
  width: 30%;
  margin-right: auto;
  margin-bottom: 20px;
  margin-left: auto;
  border-style: solid;
  border-width: 2px;
  border-color: #ebabcb;
  border-radius: 3px;
  background-color: transparent;
  -webkit-transition: color 400ms ease, background-color 400ms ease;
  transition: color 400ms ease, background-color 400ms ease;
  font-family: Raleway, sans-serif;
  color: #ebabcb;
  font-size: 20px;
  text-align: center;
}

.button-12:hover {
  background-color: #ebabcb;
  color: #1a1719;
}

.button-12.buttoncatswebsite {
  margin-top: 20px;
  border-color: #fff;
  color: #fff;
}

.button-12.buttoncatswebsite:hover {
  background-color: #fff;
  color: #1a1719;
}

.button-12.catocolonyregistry {
  width: auto;
}

.container-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: auto;
  max-width: none;
  margin: 0px auto -54px;
  padding-right: 7px;
  padding-bottom: 0px;
  padding-left: 7px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  border-radius: 0px;
  background-color: #ebabcb;
}

.container-3.fullwidth {
  width: 80%;
}

.container-3.fullwidth.homepage {
  width: 100%;
}

.container-3.fullwidth.homepage.missionwrapper {
  margin-bottom: 60px;
  background-color: transparent;
  font-family: myriad-pro-semiextended, sans-serif;
}

.divider-2 {
  width: 80%;
  height: 1px;
  margin-top: 31px;
  margin-bottom: 40px;
  padding-bottom: 0px;
  background-color: #fff;
}

.divider-2.whitedivider {
  width: 80%;
  margin-top: 0px;
  margin-bottom: 0px;
  background-color: #fff;
}

.main-paragraph-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 32px 51px 0px;
  padding-left: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  grid-template-areas: ". .";
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.heading-43 {
  padding-top: 40px;
  color: #423c41;
  font-size: 60px;
  font-weight: 400;
}

.heading-43.whitetitle {
  margin-top: 0px;
  padding-top: 40px;
  font-family: 'Bad Script', sans-serif;
  color: #fff;
  text-align: center;
}

.main-heading-wrap {
  width: 100%;
  margin-right: auto;
  margin-bottom: 0px;
  margin-left: auto;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  text-align: center;
}

.paragraph-light-2 {
  width: auto;
  margin: 23px auto 0px;
  padding-right: 0px;
  padding-left: 0px;
  opacity: 1;
  color: #1a1719;
  font-size: 16px;
  line-height: 35px;
  font-weight: 700;
  text-align: left;
  letter-spacing: 0px;
  text-transform: none;
}

.paragraph-light-2.secondparagraph.blackparagraph.homeparagraph {
  padding-right: 0px;
  padding-left: 0px;
  font-family: myriad-pro-semiextended, sans-serif;
  color: #ebabcb;
  font-size: 23px;
  font-weight: 400;
  text-align: center;
}

.paragraph-light-2.blackparagraph {
  margin-top: 20px;
  margin-bottom: 20px;
  padding-right: 77px;
  padding-left: 77px;
  color: #423c41;
  font-size: 14px;
}

.paragraph-light-2.blackparagraph.firstparagraph {
  color: #1a1719;
  text-align: center;
}

.paragraph-light-2.blackparagraph.firstparagraph.homeparagraph {
  font-family: myriad-pro-semiextended, sans-serif;
  color: #ebabcb;
  font-size: 23px;
  font-weight: 400;
}

.textourmissionisto {
  margin-top: 40px;
  margin-bottom: 20px;
  font-family: myriad-pro-semiextended, sans-serif;
  color: #ebabcb;
  font-size: 30px;
}

.div-block-73 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  margin-right: 10px;
  margin-left: 10px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.div-block-74 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.product-images---copy-this {
  width: auto;
  height: auto;
  background-color: transparent;
  list-style-type: none;
}

.slide-4 {
  width: auto;
  height: auto;
}

.slide-5 {
  width: auto;
  height: auto;
}

.mask-4 {
  width: auto;
  height: auto;
}

.product-images---copy-this-2 {
  display: none;
  margin-top: 40px;
  margin-bottom: 40px;
  list-style-type: none;
}

.lightbox-link-2 {
  display: none;
}

.product-detail-price {
  margin-bottom: 20px;
  opacity: 1;
  font-family: Raleway, sans-serif;
  color: #ebabcb;
  font-size: 30px;
  line-height: 52px;
}

.section-10 {
  margin-right: 30px;
  margin-left: 30px;
}

.section-10.cc-product-detail {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 90%;
  margin-right: auto;
  margin-left: auto;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.product-detail-name {
  margin-bottom: 10px;
  margin-left: 0px;
  font-family: 'Open Sans Condensed', sans-serif;
  color: #fff;
  font-size: 36px;
  line-height: 52px;
  font-style: italic;
  text-align: left;
}

.product-detail-regular-price {
  margin-bottom: 20px;
  margin-left: 10px;
  opacity: 1;
  font-family: Raleway, sans-serif;
  color: #ebabcb;
  font-size: 30px;
  line-height: 52px;
  text-decoration: line-through;
}

.select-field-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.add-to-cart---copy-this {
  width: 70%;
}

.add-to-cart---copy-this.oldversion {
  display: none;
}

.price-compare-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: 0px;
}

.product-image-2 {
  display: block;
  width: 50%;
  height: auto;
  margin-right: auto;
  margin-bottom: 0px;
  margin-left: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
}

.variation {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  height: auto;
  margin: 10px;
  padding: 10px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-style: solid;
  border-width: 1px;
  border-color: #ebabcb;
  border-radius: 3px;
  -webkit-transition: color 400ms ease, background-color 400ms ease;
  transition: color 400ms ease, background-color 400ms ease;
  font-family: Raleway, sans-serif;
  color: #ebabcb;
  font-size: 14px;
  line-height: 1;
  text-align: center;
  cursor: pointer;
}

.variation:hover {
  background-color: #ebabcb;
  color: #1a1719;
}

.variation:active {
  background-color: #ebabcb;
  color: #1a1719;
}

.variation:focus {
  background-color: #ebabcb;
  color: #1a1719;
}

.variation.variationtargetcss.selected {
  background-color: #ebabcb;
  color: #1a1719;
}

.option-list-2 {
  display: none;
}

.product-details-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  max-width: none;
  margin-right: auto;
  margin-bottom: 0px;
  margin-left: auto;
  padding-right: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.product-detail-main-details {
  width: 100%;
  margin-bottom: 30px;
  padding-right: 0px;
  padding-left: 20px;
}

.paragraph-light-3 {
  margin-left: 0px;
  opacity: 1;
  font-family: Raleway, sans-serif;
  color: #fff;
  font-size: 16px;
  line-height: 26px;
  text-align: left;
  letter-spacing: 0px;
  text-transform: none;
}

.divider-3 {
  height: 1px;
  margin-top: 15px;
  margin-bottom: 15px;
  background-color: #eee;
}

.divider-3.cc-dark-divider {
  height: 1px;
  background-color: #202020;
}

.submit-button-9 {
  display: block;
  width: 80%;
  margin-top: 10px;
  margin-right: auto;
  margin-left: auto;
  border: 2px solid #fff;
  border-radius: 3px;
  background-color: transparent;
  -webkit-transition: color 400ms ease, background-color 400ms ease;
  transition: color 400ms ease, background-color 400ms ease;
  font-family: myriad-pro-semiextended, sans-serif;
  color: #fff;
  text-align: center;
}

.submit-button-9:hover {
  background-color: #fff;
  color: #1a1719;
}

.submit-button-9.buttonproductadd {
  font-family: myriad-pro-semiextended, sans-serif;
}

.submit-button-9.buttonproductpageaddtocart {
  border-style: solid;
  border-color: #fff;
  font-family: myriad-pro-semiextended, sans-serif;
  color: #fff;
}

.div-block-75 {
  margin-top: 120px;
}

.image-27 {
  display: block;
  width: 70%;
  max-width: 70%;
  margin: 40px auto;
}

.image-28 {
  max-width: none;
}

.heading-44 {
  font-family: myriad-pro-semiextended, sans-serif;
  color: #fff;
  font-size: 14px;
  font-weight: 400;
}

.field-label-15 {
  padding-right: 10px;
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  font-style: italic;
  font-weight: 300;
}

.quantity-3 {
  margin-left: 20px;
  font-family: myriad-pro-semiextended, sans-serif;
  color: #1a1719;
}

.heading-45 {
  margin-left: 0px;
  font-family: myriad-pro-semiextended, sans-serif;
  color: #ebabcb;
  font-size: 14px;
  font-weight: 400;
  text-align: center;
}

.div-block-76 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
  margin-bottom: 20px;
  margin-left: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.div-block-77 {
  height: 0px;
}

.cart-list-2 {
  display: none;
  overflow: hidden;
}

.image-29 {
  max-width: 100%;
}

.error-state-4 {
  background-color: #fff;
  color: #1a1719;
  text-align: center;
}

.button-13 {
  display: block;
  width: 80%;
  margin-top: 20px;
  margin-right: auto;
  margin-left: auto;
  border-style: solid;
  border-width: 2px;
  border-color: #ebabcb;
  background-color: transparent;
  -webkit-transition: color 400ms ease, background-color 400ms ease;
  transition: color 400ms ease, background-color 400ms ease;
  font-family: Raleway, sans-serif;
  color: #ebabcb;
  font-weight: 400;
  text-align: center;
}

.button-13:hover {
  background-color: #ebabcb;
  color: #1a1719;
}

.notices---copy-this {
  height: auto;
}

.notice {
  border-top: 1px none #3898ec;
  background-color: #fff;
  color: #1a1719;
  font-size: 12px;
}

.notice-message {
  background-color: transparent;
  font-family: myriad-pro-semiextended, sans-serif;
  color: #1a1719;
  font-size: 12px;
  line-height: 1.6rem;
  text-align: center;
}

.notice-success {
  border-top: 1px none #0f0;
  background-color: #ebabcb;
  color: #1a1719;
  font-size: 12px;
  text-align: center;
}

.notice-success-message {
  font-family: myriad-pro-semiextended, sans-serif;
  color: #fff;
  font-size: 12px;
  line-height: 1.6rem;
}

.notice-error {
  border-top: 1px none red;
  background-color: #ebabcb;
  font-family: myriad-pro-semiextended, sans-serif;
  color: #1a1719;
  font-size: 12px;
  text-align: center;
}

.notice-error-message {
  color: #1a1719;
  font-size: 12px;
  line-height: 1.6rem;
}

.cart-3 {
  width: 60px;
  height: 61px;
  margin-top: 3px;
  margin-right: 20px;
  margin-bottom: 3px;
  background-color: transparent;
  background-image: url('https://s4k.piprograms.io/wp-content/themes/feb-1-2022-sfk-store-template/css/../images/cartIcon.png');
  background-position: 0px 0px;
  background-size: contain;
  background-repeat: no-repeat;
}

.text-block-85 {
  display: none;
  color: #1a1719;
}

.icon-3 {
  width: 40%;
  margin-right: 1px;
  background-image: url('https://s4k.piprograms.io/wp-content/themes/feb-1-2022-sfk-store-template/css/../images/iconmonstr-shopping-cart-2.svg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  color: transparent;
}

.checkout-button-3 {
  width: 100%;
  padding-top: 11px;
  padding-bottom: 9px;
  border-style: solid;
  border-width: 2px;
  border-color: #1a1719;
  border-radius: 3px;
  background-color: transparent;
  -webkit-transition: color 400ms ease, background-color 400ms ease;
  transition: color 400ms ease, background-color 400ms ease;
  font-family: Raleway, sans-serif;
  color: #1a1719;
  font-size: 14px;
  font-weight: 400;
}

.checkout-button-3:hover {
  background-color: #1a1719;
  color: #fff;
}

.cart-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.text-block-86 {
  font-family: Raleway, sans-serif;
  color: #1a1719;
}

.text-block-87 {
  font-family: Raleway, sans-serif;
  color: #1a1719;
}

.text-block-88 {
  font-size: 12px;
  letter-spacing: 1.5px;
}

.heading-46 {
  font-family: 'Open Sans', sans-serif;
  color: #1a1719;
  font-weight: 400;
}

.link-4 {
  font-family: Raleway, sans-serif;
  color: #1a1719;
  font-size: 22px;
  font-weight: 400;
}

.div-block-78 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.div-block-79 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.error-message-6 {
  font-family: Raleway, sans-serif;
  color: #1a1719;
  font-size: 18px;
  text-align: center;
}

.cart-container {
  width: auto;
  height: auto;
}

.close-button {
  width: auto;
  height: auto;
  font-family: myriad-pro-semiextended, sans-serif;
  color: #1a1719;
  font-weight: 700;
}

.remove-product-link-2 {
  width: 15px;
  height: 15px;
  margin-right: 13px;
  border-radius: 50%;
  background-color: #ff5f5f;
  background-image: url('https://s4k.piprograms.io/wp-content/themes/feb-1-2022-sfk-store-template/css/../images/cancel.svg');
  background-position: 50% 50%;
  background-size: 7px;
  background-repeat: no-repeat;
}

.mini-cart-image-2 {
  width: 50px;
  height: 50px;
  border-radius: 4px;
  background-image: url('https://s4k.piprograms.io/wp-content/themes/feb-1-2022-sfk-store-template/css/../images/imani-clovis-234736-unsplash.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.cart-quantity-6 {
  color: #000;
}

.mini-cart-price-wrapper-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-family: Inconsolata, monospace;
}

.mini-cart-left-block-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.text-block-89 {
  font-family: Inconsolata, monospace;
  color: #969696;
}

.text-block-90 {
  font-size: 10px;
  text-transform: uppercase;
}

.product-info-wrapper-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-left: 16px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.text-block-91 {
  color: #969696;
}

.cart-list-3 {
  display: none;
}

.div-block-80 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 90%;
  height: 100%;
  margin-top: 0px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.text-block-92 {
  font-family: Raleway, sans-serif;
  color: #1a1719;
}

.sectionallproductarchive {
  display: block;
}

.text-field-9 {
  display: none;
  margin-bottom: 0px;
}

.text-field-9::-webkit-input-placeholder {
  font-family: myriad-pro-semiextended, sans-serif;
  color: #ebabcb;
}

.text-field-9:-ms-input-placeholder {
  font-family: myriad-pro-semiextended, sans-serif;
  color: #ebabcb;
}

.text-field-9::-ms-input-placeholder {
  font-family: myriad-pro-semiextended, sans-serif;
  color: #ebabcb;
}

.text-field-9::placeholder {
  font-family: myriad-pro-semiextended, sans-serif;
  color: #ebabcb;
}

.table-header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  border: 1px none #000;
}

.cart-buttons-wrapper {
  display: none;
  margin-top: 40px;
  -webkit-box-pack: stretch;
  -webkit-justify-content: stretch;
  -ms-flex-pack: stretch;
  justify-content: stretch;
  justify-items: end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: space-between;
  -ms-flex-line-pack: justify;
  align-content: space-between;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.cart-totals---copy-this {
  text-align: right;
}

.cart-total-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 50px;
  margin-bottom: 20px;
  padding: 20px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background-color: #f4f4f4;
}

.table-header-data-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 14px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-basis: 20%;
  -ms-flex-preferred-size: 20%;
  flex-basis: 20%;
  background-color: #fff;
  font-family: myriad-pro-semiextended, sans-serif;
  color: #1a1719;
  font-weight: 400;
}

.table-header-data-2.product {
  -webkit-flex-basis: 40%;
  -ms-flex-preferred-size: 40%;
  flex-basis: 40%;
}

.table-header-label {
  margin-bottom: 0px;
  font-family: 'Open Sans', sans-serif;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.account-container {
  margin-top: 65px;
  margin-bottom: 65px;
}

.button-14 {
  margin-top: 10px;
}

.button-14.w--current {
  border-style: solid;
  border-width: 2px;
  border-color: #ebabcb;
  border-radius: 3px;
  background-color: transparent;
  -webkit-transition: color 400ms ease, background-color 400ms ease;
  transition: color 400ms ease, background-color 400ms ease;
  font-family: myriad-pro-semiextended, sans-serif;
  color: #ebabcb;
  font-size: 14px;
  font-weight: 400;
  text-align: center;
  text-transform: uppercase;
}

.button-14.w--current:hover {
  background-color: #ebabcb;
  color: #fff;
}

.button-14.buttonviewcartminicart {
  border-style: solid;
  border-width: 2px;
  border-color: #ebabcb;
  border-radius: 3px;
  background-color: transparent;
  font-family: Raleway, sans-serif;
  color: #ebabcb;
  font-size: 14px;
  font-weight: 400;
  text-align: center;
  text-transform: uppercase;
}

.button-14.buttonviewcartminicart:hover {
  background-color: #ebabcb;
  color: #fff;
}

.product-info-wrapper-4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-left: 16px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.table-row-data {
  padding: 10px;
  -webkit-flex-basis: 20%;
  -ms-flex-preferred-size: 20%;
  flex-basis: 20%;
  border: 1px solid #f7f7f7;
}

.table-row-data.price {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-color: rgba(235, 171, 203, 0.45);
  border-bottom-style: none;
  border-left-style: none;
  background-color: #fff;
}

.table-row-data.total {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-color: rgba(235, 171, 203, 0.45);
  border-bottom-style: none;
  border-left-style: none;
  background-color: #fff;
  font-size: 18px;
}

.table-row-data.product {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-flex-basis: 40%;
  -ms-flex-preferred-size: 40%;
  flex-basis: 40%;
  border-color: rgba(235, 171, 203, 0.45);
  border-bottom-style: none;
  background-color: #fff;
  opacity: 1;
}

.table-row-data.quantity {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-color: rgba(235, 171, 203, 0.45);
  border-bottom-style: none;
  border-left-style: none;
  background-color: #fff;
}

.table-row-data.price {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
}

.table-row-data.total {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
  font-size: 18px;
}

.table-row-data.product {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-flex-basis: 40%;
  -ms-flex-preferred-size: 40%;
  flex-basis: 40%;
  background-color: #fff;
}

.table-row-data.quantity {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
}

.div-block-162 {
  margin-left: 10px;
}

.image-35 {
  margin-left: 10px;
}

.cart-quantity-7 {
  display: block;
  height: auto;
  max-width: 70px;
  min-width: auto;
  padding: 10px;
  border-radius: 0px;
  background-color: transparent;
  font-family: Raleway, sans-serif;
  color: #1a1719;
  font-size: 12px;
  line-height: 20px;
  font-weight: 400;
  letter-spacing: 0px;
}

.cart-row---copy-this {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.link-5 {
  font-family: Raleway, sans-serif;
  color: #1a1719;
  font-weight: 700;
}

.text-block-93 {
  font-family: 'Open Sans', sans-serif;
  color: #ebabcb;
  font-size: 18px;
  font-style: italic;
  font-weight: 300;
}

.bold-text-2 {
  font-family: 'Open Sans', sans-serif;
  color: #1a1719;
  font-style: italic;
  font-weight: 300;
}

.body-2 {
  color: #1a1719;
}

.text-block-94 {
  font-family: myriad-pro-semiextended, sans-serif;
}

.productarchiveallproductscategories {
  display: none;
}

.tags-element {
  display: none;
  margin-bottom: 100px;
  font-family: 'Bad Script', sans-serif;
  font-size: 18px;
  font-weight: 400;
}

.collection-item-18 {
  width: 30%;
  margin-right: auto;
  margin-left: auto;
}

.image-36 {
  display: block;
  width: 100%;
  margin: 40px auto;
}

.collection-list-12 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.sectioncategorypage {
  margin-top: 60px;
}

.textcattalestitle {
  width: 70%;
  margin-top: 60px;
  margin-right: auto;
  margin-left: auto;
  font-family: Raleway, sans-serif;
  color: #fff;
  font-weight: 400;
  text-align: center;
}

.div-block-163 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 60px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-164 {
  width: 80%;
  margin-right: auto;
  margin-left: auto;
  background-color: transparent;
}

.div-block-164.wrappercheckoutdiv {
  width: 100%;
  background-color: transparent;
}

.full-name {
  border-width: 2px;
  border-color: #fff;
  background-color: transparent;
  color: #ebabcb;
}

.full-name:focus {
  border-color: #fff;
  background-color: #fff;
}

.street-address {
  border-width: 2px;
  border-color: #fff;
  background-color: transparent;
  color: #ebabcb;
}

.street-address:active {
  border-color: #fff;
  background-color: #fff;
}

.street-address-2 {
  border-width: 2px;
  border-color: #fff;
  background-color: transparent;
  color: #ebabcb;
}

.street-address-2:active {
  background-color: #fff;
}

.city {
  border-width: 2px;
  border-color: #fff;
  background-color: transparent;
  color: #ebabcb;
}

.city:active {
  background-color: #fff;
}

.state-province {
  border-width: 2px;
  border-color: #fff;
  background-color: transparent;
  color: #ebabcb;
}

.state-province:active {
  background-color: #fff;
}

.zip-postal-code {
  border-width: 2px;
  border-color: #fff;
  background-color: transparent;
  color: #ebabcb;
}

.zip-postal-code:focus {
  border-color: #fff;
  background-color: #fff;
}

.block-content-5 {
  width: auto;
  border-right-style: none;
  border-bottom-style: none;
  border-left-style: none;
  background-color: transparent;
}

.text-block-95 {
  color: #ebabcb;
}

.block-content-6 {
  border-right-style: none;
  border-bottom-style: none;
  border-left-style: none;
  background-color: transparent;
}

.body-3 {
  color: #1a1719;
}

.buttonproductpageaddtocart {
  display: block;
  width: 80%;
  margin-right: auto;
  margin-left: auto;
  border: 2px solid #fff;
  border-radius: 3px;
  background-color: transparent;
  -webkit-transition: color 400ms ease, background-color 400ms ease;
  transition: color 400ms ease, background-color 400ms ease;
  font-family: Raleway, sans-serif;
}

.buttonproductpageaddtocart:hover {
  background-color: #fff;
  color: #1a1719;
}

.buttonproductpageaddtocart.buttonstylingstick {
  font-family: Raleway, sans-serif;
}

.textpriceproductpage {
  font-family: myriad-pro-semiextended, sans-serif;
  color: #ebabcb;
  font-size: 14px;
  font-weight: 400;
  text-align: center;
}

.image-37 {
  display: block;
  width: 70%;
  margin-right: auto;
  margin-left: auto;
}

.div-block-165 {
  width: 50%;
  margin-right: auto;
  margin-left: auto;
}

.link-block-9 {
  width: 60%;
  margin-right: auto;
  margin-left: auto;
}

.textcategorypageprice {
  font-family: myriad-pro-semiextended, sans-serif;
  color: #ebabcb;
  font-size: 14px;
}

.buttonseeallproducts {
  width: 30%;
  margin-top: 20px;
  border-style: solid;
  border-width: 2px;
  border-color: #ebabcb;
  border-radius: 3px;
  background-color: transparent;
  -webkit-transition: color 400ms ease, background-color 400ms ease;
  transition: color 400ms ease, background-color 400ms ease;
  font-family: 'Open Sans Condensed', sans-serif;
  color: #ebabcb;
  font-size: 19px;
  font-style: italic;
  font-weight: 300;
  text-align: center;
  text-transform: uppercase;
}

.buttonseeallproducts:hover {
  background-color: #ebabcb;
  color: #1a1719;
}

.order-items {
  width: 90%;
  margin-right: auto;
  margin-left: auto;
}

.cart-wrapper {
  z-index: 10;
}

.div-block-166 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 20;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #fff;
  font-family: myriad-pro-semiextended, sans-serif;
  color: #1a1719;
}

.text-block-96 {
  margin-right: 5px;
}

.textprivacypolicy {
  width: 80%;
  margin-right: auto;
  margin-left: auto;
  font-family: Raleway, sans-serif;
  color: #fff;
  text-align: left;
}

.section-11 {
  margin-top: 60px;
}

.flosocialshortcodeinstagram {
  color: #fff;
}

.textcookiepolicyaccept {
  color: #fff;
}

.rich-text-block {
  padding-right: 30px;
  padding-left: 30px;
  font-family: Raleway, sans-serif;
  color: #fff;
  text-align: left;
}

.section-12 {
  width: auto;
  height: auto;
  background-color: #1a1719;
}

.div-block-167 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  height: auto;
  padding-top: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.image-38 {
  display: block;
  width: 25%;
  margin: 20px auto 40px;
}

.div-block-168 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.heading-47 {
  margin-top: 0px;
  margin-bottom: 40px;
  background-color: transparent;
  font-family: 'Bad Script', sans-serif;
  color: #fff;
  font-size: 35px;
  text-align: center;
}

.text-block-97 {
  margin-right: 88px;
  margin-left: 88px;
  font-family: myriad-pro-condensed, sans-serif;
  color: #ebabcb;
  text-align: center;
}

.text-block-98 {
  font-family: myriad-pro-semiextended, sans-serif;
  color: #fff;
}

.columns {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 90%;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.div-block-169 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-170 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-171 {
  width: 100%;
  margin-right: 0px;
  margin-bottom: 20px;
  margin-left: 0px;
  padding-right: 60px;
  background-color: transparent;
}

.form-block-4 {
  width: 100%;
  margin-right: 0px;
  padding-right: 0px;
  background-color: transparent;
  color: #ebabcb;
}

.field-label-16 {
  font-family: myriad-pro-semiextended, sans-serif;
  color: #ebabcb;
  font-size: 20px;
  font-weight: 400;
}

.text-field-10 {
  width: 100%;
  color: #1a1719;
  text-align: left;
}

.text-field-10::-webkit-input-placeholder {
  font-family: myriad-pro-semiextended, sans-serif;
}

.text-field-10:-ms-input-placeholder {
  font-family: myriad-pro-semiextended, sans-serif;
}

.text-field-10::-ms-input-placeholder {
  font-family: myriad-pro-semiextended, sans-serif;
}

.text-field-10::placeholder {
  font-family: myriad-pro-semiextended, sans-serif;
}

.submit-button-10 {
  margin-right: 0px;
  float: right;
  border-style: solid;
  border-width: 1px;
  border-color: #ebabcb;
  border-radius: 2px;
  background-color: transparent;
  -webkit-transition: background-color 200ms cubic-bezier(.755, .05, .855, .06);
  transition: background-color 200ms cubic-bezier(.755, .05, .855, .06);
  font-family: myriad-pro-semiextended, sans-serif;
  color: #ebabcb;
  font-size: 18px;
  font-weight: 700;
  text-align: center;
}

.submit-button-10:hover {
  background-color: #ebabcb;
  color: #1a1719;
}

.submit-button-10.shop-etsy-now {
  float: none;
  font-weight: 700;
}

.submit-button-10.nofloat {
  float: none;
}

.form-2 {
  text-align: left;
}

.text-block-99 {
  margin-bottom: 10px;
  font-family: 'Bad Script', sans-serif;
  color: #fff;
  font-size: 28px;
}

.div-block-172 {
  width: 60%;
  height: 1px;
  margin-right: auto;
  margin-left: auto;
  background-color: #ebabcb;
}

.text-block-100 {
  font-family: myriad-pro-semiextended, sans-serif;
  color: #fff;
  font-weight: 400;
}

.text-block-101 {
  margin-bottom: 20px;
  font-family: myriad-pro-semiextended, sans-serif;
  color: #ebabcb;
  font-size: 20px;
}

.div-block-173 {
  width: 100%;
  margin-bottom: 60px;
  text-align: center;
}

.button-15 {
  margin-right: 0px;
  float: none;
  font-family: myriad-pro-semiextended, sans-serif;
  font-size: 18px;
  font-weight: 400;
}

.text-block-102 {
  margin-bottom: 20px;
  font-family: myriad-pro-semiextended, sans-serif;
  color: #fff;
}

.section-subhead {
  margin-top: 10px;
  color: #556f80;
  font-size: 20px;
  line-height: 29px;
  font-weight: 300;
  text-align: center;
}

.section-subhead.narrower-middle {
  width: 55%;
  margin-right: auto;
  margin-left: auto;
  color: #556f80;
}

.section-header {
  margin-bottom: 90px;
}

.split-holder {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  margin-right: 0%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.hiw-section {
  margin-top: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
  border-top: 1px none rgba(21, 66, 111, 0.07);
  border-bottom: 1px none rgba(21, 66, 111, 0.07);
  background-color: #1a1719;
}

.amenity-title {
  margin-top: 21px;
  color: #fff;
  font-size: 18px;
  line-height: 24px;
  font-weight: 400;
}

.amenity-title.dark {
  margin-top: 0px;
  color: #ebabcb;
  font-size: 28px;
  font-weight: 500;
}

.paragraph-light-4 {
  margin: 10px 0px 0px;
  color: #b7cfcd;
  font-size: 16px;
  font-weight: 300;
}

.paragraph-light-4.darker {
  margin-bottom: 20px;
  color: #fff;
  font-size: 17px;
  line-height: 21px;
}

.content-holder {
  margin-right: 10%;
  margin-left: 10%;
}

.upper-head {
  margin-bottom: 10px;
  color: #e2ac22;
  font-size: 12px;
  font-weight: 800;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.upper-head.green {
  color: #03926e;
}

.hiw-number {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 55px;
  height: 55px;
  margin-right: 30px;
  margin-left: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
  color: hsla(0, 0%, 100%, 0.12);
  font-size: 58px;
  line-height: 34px;
  font-weight: 500;
}

.hiw-number.darker {
  opacity: 1;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
  color: rgba(116, 148, 140, 0.16);
  font-size: 72px;
}

.split-right {
  display: none;
  width: 50%;
  padding-right: 60px;
  padding-left: 0px;
}

.amenities-holder {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 60px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(8, 24, 25, 0.23);
  border-radius: 8px;
}

.amenities-holder.vertical {
  margin-top: 50px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  border-style: none;
}

.amenities-holder.vertical.less-width {
  width: 100%;
  margin-top: 15px;
  font-family: myriad-pro-semiextended, sans-serif;
}

.hiw-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 15px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.hiw-block.middle {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 20px;
  padding-bottom: 20px;
  border-top: 1px solid rgba(21, 66, 111, 0.07);
  border-bottom: 1px solid rgba(21, 66, 111, 0.07);
}

.split-left {
  width: 100%;
  height: 100vh;
  padding-top: 40px;
  padding-right: 0px;
  padding-bottom: 0px;
}

.section-title {
  margin-top: 15px;
  margin-bottom: 15px;
  color: #18394c;
  font-size: 42px;
  line-height: 48px;
  font-weight: 500;
  text-align: center;
}

.image-39 {
  display: block;
  width: 25%;
  margin-right: auto;
  margin-bottom: 60px;
  margin-left: auto;
}

.text-block-103 {
  display: block;
  font-family: myriad-pro-semiextended, sans-serif;
  color: #ebabcb;
  font-size: 18px;
  text-align: center;
}

.image-40 {
  display: block;
  width: 40px;
  margin-right: 30px;
}

.success-message-4 {
  background-color: transparent;
  font-size: 18px;
}

.error-message-7 {
  background-color: transparent;
}

.text-block-104 {
  font-size: 18px;
}

.product-item {
  min-height: auto;
  margin-bottom: 40px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.client-logo {
  padding: 0px 45px;
  cursor: default;
}

.top-title-text {
  margin-top: 0px;
  margin-bottom: 0px;
}

.container-4 {
  max-width: 1200px;
}

.top-title-text-2 {
  position: relative;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-right: 20px;
  padding-left: 20px;
  background-color: #fff;
  font-size: 20px;
}

.top-title-text-2.in-left {
  padding-top: 3px;
  padding-bottom: 3px;
  padding-left: 5px;
  background-color: transparent;
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  font-style: italic;
  font-weight: 300;
}

.top-title-text-2.in-left {
  padding-left: 0px;
}

.footer-top-title {
  position: static;
  display: block;
  height: 60px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.top-title {
  margin-bottom: 60px;
  text-align: center;
}

.divider-4 {
  display: block;
  width: 50px;
  height: 1px;
  margin-top: 20px;
  margin-right: auto;
  margin-left: auto;
  background-color: #000;
}

.section-13 {
  padding: 40px 15px 120px;
  background-color: #1a1719;
  color: #fff;
}

.margin-page {
  margin-top: 120px;
}

.footer-column {
  width: 90%;
}

.footer-column.add-top-margin {
  margin-top: 0px;
}

.footer-column.no-top-margin.mobileviewaboutussection.hideandunhideaboutus {
  display: none;
  margin-right: auto;
  margin-left: auto;
}

.footer-column.no-top-margin.homepagefooteraboutushide {
  display: none;
}

.empty-state-5 {
  background-color: #f5f5f7;
  text-align: center;
}

.line-title {
  position: static;
  width: 50%;
  height: 1px;
  background-color: #e1e1e1;
}

.top-title-2 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 40px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.top-title-2.zero-margin {
  margin-bottom: 0px;
}

.top-title-2.zero-margin.left {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.logo-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.paragraph-10 {
  font-family: Raleway, sans-serif;
  font-size: 20px;
}

.paragraph-10.pink {
  color: #ebabcb;
}

.paragraph-11 {
  font-family: Raleway, sans-serif;
  font-size: 18px;
}

.link-block-10 {
  font-family: myriad-pro-semiextended, sans-serif;
  color: #fff;
  font-size: 18px;
  font-weight: 400;
}

.product-wrapper {
  color: #212127;
  text-align: center;
  text-decoration: none;
}

.product-wrapper.with-padding {
  padding-right: 20px;
  padding-left: 20px;
}

.product-image-3 {
  margin-bottom: 20px;
}

.title {
  font-family: myriad-pro-semiextended, sans-serif;
  color: #fff;
  font-weight: 400;
}

.price-3 {
  font-family: myriad-pro-semiextended, sans-serif;
  color: #fff;
  font-size: 22px;
  line-height: 30px;
  font-weight: 400;
}

.dropdown-link {
  display: inline-block;
  width: 100%;
  padding: 10px 20px;
  background-color: #fff;
  color: #919197;
  font-size: 13px;
  line-height: 18px;
  font-weight: 500;
  text-decoration: none;
}

.dropdown-link:hover {
  color: #212127;
}

.dropdown-link.w--current {
  color: #414147;
}

.dropdown-link.no-left-padding {
  padding-left: 0px;
  background-color: transparent;
  font-family: Raleway, sans-serif;
  color: #fff;
  font-size: 15px;
}

.collection-list-13 {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.product-item-2 {
  min-height: 510px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.footer-top-title-2 {
  height: 60px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.line-title-2 {
  position: absolute;
  width: 100%;
  height: 1px;
  background-color: #e1e1e1;
}

.link-block-11 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.order-item-list {
  display: none;
}

.order-confirmation {
  background-color: transparent;
}

.customer-info {
  background-color: transparent;
}

.heading-48 {
  font-family: 'Bad Script', sans-serif;
  color: #ebabcb;
}

.field-label-17 {
  font-family: myriad-pro-semiextended, sans-serif;
  color: #fff;
}

.text-block-105 {
  font-family: myriad-pro-semiextended, sans-serif;
  color: #fff;
}

.field-label-18 {
  font-family: myriad-pro-semiextended, sans-serif;
  color: #fff;
}

.text-block-106 {
  font-family: myriad-pro-semiextended, sans-serif;
  color: #fff;
}

.block-header-4 {
  background-color: transparent;
  font-family: 'Bad Script', sans-serif;
  color: #fff;
}

.block-content-7 {
  background-color: transparent;
}

.text-block-107 {
  padding-top: 10px;
  font-family: Raleway, sans-serif;
  color: #fff;
  font-size: 18px;
  font-weight: 400;
}

.text-block-107.saleprice {
  color: #ebabcb;
  text-decoration: line-through;
}

.text-block-107.producttitlehomepagegrid {
  font-family: 'Open Sans Condensed', sans-serif;
  font-size: 23px;
  font-style: italic;
  font-weight: 300;
}

.text-block-107.pricetext {
  color: #ebabcb;
  font-size: 16px;
}

.div-block-174 {
  position: relative;
  left: -22px;
  top: 17px;
  right: auto;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  height: auto;
  margin-top: 10px;
  padding-top: 0px;
  padding-left: 0px;
  background-color: transparent;
  color: #ebabcb;
}

.notice-message-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  height: auto;
  max-width: none;
  min-width: auto;
  padding: 10px 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #6e7985;
  color: #fff;
  font-size: 14px;
  line-height: 1.6rem;
  text-align: center;
}

.notice-error-2 {
  border-top: 1px none red;
  background-color: #eb3c5c;
  text-align: center;
}

.notice-error-message-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  height: auto;
  max-width: none;
  padding: 10px 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  font-size: 14px;
  line-height: 1.6rem;
}

.checkout-form-2 {
  padding-top: 120px;
  padding-bottom: 120px;
}

.notices---copy-this-2 {
  position: fixed;
  left: auto;
  top: 100px;
  right: 50px;
  bottom: auto;
  width: auto;
  height: auto;
  max-width: none;
  font-size: 17px;
}

.notice-success-2 {
  border-top: 1px none #0f0;
  background-color: #2ad283;
  text-align: center;
}

.div-block-305 {
  top: 90px;
}

.notice-success-message-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  height: auto;
  max-width: none;
  padding: 10px 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  font-size: 14px;
  line-height: 1.6rem;
}

.notice-2 {
  border-top: 1px none #3898ec;
  background-color: #3898ec;
}

.main-button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  min-height: 50px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 2px solid #333;
  background-color: transparent;
  -webkit-transition: background-color 300ms ease-in-out, -webkit-transform 300ms ease-in-out;
  transition: background-color 300ms ease-in-out, -webkit-transform 300ms ease-in-out;
  transition: transform 300ms ease-in-out, background-color 300ms ease-in-out;
  transition: transform 300ms ease-in-out, background-color 300ms ease-in-out, -webkit-transform 300ms ease-in-out;
  color: #333;
  font-weight: 500;
  text-align: left;
}

.main-button:hover {
  background-color: #333;
  -webkit-transform: translate(0px, -2px);
  -ms-transform: translate(0px, -2px);
  transform: translate(0px, -2px);
  color: #fff;
}

.saleflagtext {
  position: static;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  margin-bottom: 0px;
  padding: 5px 10px;
  background-image: url('https://s4k.piprograms.io/wp-content/themes/feb-1-2022-sfk-store-template/css/../images/cat-head-sale-flag-321pxwide.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
  font-family: 'Open Sans', sans-serif;
  color: #1a1719;
  font-size: 18px;
  font-style: italic;
  font-weight: 300;
}

.order-confirmation-2 {
  display: none;
  padding-top: 120px;
  padding-bottom: 120px;
  background-color: transparent;
}

.block-header-5 {
  color: #1a1719;
}

.field-label-20 {
  font-family: 'Open Sans', sans-serif;
  color: #1a1719;
  font-style: italic;
}

.text-block-108 {
  font-family: Raleway, sans-serif;
  color: #1a1719;
}

.field-label-21 {
  font-family: 'Open Sans', sans-serif;
  color: #1a1719;
  font-style: italic;
}

.text-block-109 {
  font-family: Raleway, sans-serif;
  color: #1a1719;
}

.text-block-110 {
  color: #1a1719;
}

.text-block-111 {
  color: #1a1719;
}

.text-block-112 {
  color: #1a1719;
}

.text-block-113 {
  color: #1a1719;
}

.text-block-114 {
  color: #1a1719;
}

.text-block-115 {
  color: #1a1719;
}

.heading-49 {
  font-family: Raleway, sans-serif;
  color: #1a1719;
}

.text-block-116 {
  color: #1a1719;
}

.text-block-117 {
  color: #1a1719;
}

.text-block-118 {
  color: #1a1719;
}

.text-block-119 {
  color: #1a1719;
}

.text-block-120 {
  color: #1a1719;
}

.text-block-121 {
  color: #1a1719;
}

.heading-50 {
  font-family: Raleway, sans-serif;
  color: #1a1719;
  font-style: normal;
  font-weight: 700;
}

.text-block-122 {
  color: #1a1719;
}

.text-block-123 {
  color: #1a1719;
}

.heading-51 {
  font-family: Raleway, sans-serif;
  color: #1a1719;
}

.field-label-22 {
  color: #1a1719;
}

.field-label-23 {
  color: #1a1719;
}

.text-block-124 {
  color: #1a1719;
}

.text-block-125 {
  color: #1a1719;
}

.text-block-126 {
  color: #1a1719;
}

.text-block-127 {
  color: #1a1719;
}

.text-block-128 {
  color: #1a1719;
}

.text-block-129 {
  color: #1a1719;
}

.text-block-130 {
  color: #1a1719;
}

.text-block-131 {
  color: #1a1719;
}

.text-block-132 {
  color: #1a1719;
}

.text-block-133 {
  color: #1a1719;
}

.text-block-134 {
  color: #1a1719;
}

.text-block-135 {
  color: #1a1719;
}

.heading-52 {
  font-family: Raleway, sans-serif;
  color: #1a1719;
}

.text-block-136 {
  font-family: 'Open Sans Condensed', sans-serif;
  color: #1a1719;
  font-style: italic;
}

.text-block-137 {
  color: #1a1719;
}

.text-block-138 {
  color: #1a1719;
}

.text-block-139 {
  color: #1a1719;
}

.text-block-140 {
  color: #1a1719;
}

.span {
  color: #1a1719;
}

.text-block-141 {
  color: #1a1719;
}

.option-3 {
  color: #1a1719;
}

.div-block-306 {
  color: #1a1719;
}

.block-content-8 {
  font-family: Raleway, sans-serif;
  color: #1a1719;
}

.block-content-9 {
  font-family: Raleway, sans-serif;
  color: #1a1719;
}

.block-content-10 {
  font-family: Raleway, sans-serif;
  color: #1a1719;
}

.my-account-page {
  display: -ms-grid;
  display: grid;
  margin-top: 20px;
  padding: 15px;
  grid-auto-columns: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1.75fr;
  grid-template-columns: 1fr 1.75fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  border: 1px none #e6e6e6;
}

.my-account-content-wrapper {
  padding-left: 15px;
  border-style: none none none solid;
  border-width: 1px;
  border-color: #000 #000 #000 #e6e6e6;
  color: #fff;
}

.dashboardbuttonmamyaccount.button-7 {
  width: 100%;
  margin-top: 10px;
  margin-bottom: 10px;
  font-weight: 400;
  text-align: center;
}

.text-field-11 {
  border: 2px solid #fff;
  font-family: Raleway, sans-serif;
  color: #1a1719;
  font-size: 14px;
}

.textareamamyaccountpage {
  font-family: Raleway, sans-serif;
}

.list-4 {
  padding-right: 15px;
}

.text-block-142 {
  display: none;
}

.text-block-143 {
  display: none;
}

.text-block-144 {
  display: none;
}

.collection-list-wrapper-21 {
  display: none;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.collection-list-14 {
  width: 100%;
}

.collection-item-19 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.collection-item-20 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.collection-list-15 {
  display: -ms-grid;
  display: grid;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.image-41 {
  display: block;
  width: 100%;
  max-width: none;
}

.text-block-145 {
  font-family: Raleway, sans-serif;
}

.empty-state-6 {
  background-color: transparent;
}

.text-block-146 {
  font-family: Raleway, sans-serif;
}

.empty-state-7 {
  background-color: transparent;
}

.text-block-147 {
  font-family: Raleway, sans-serif;
}

.text-block-148 {
  font-family: Raleway, sans-serif;
}

.empty-state-8 {
  background-color: transparent;
}

.button-16 {
  display: block;
  width: 50%;
  margin-top: 20px;
  margin-right: auto;
  margin-left: auto;
  border: 1px solid #fff;
  border-radius: 3px;
  background-color: transparent;
  -webkit-transition: color 200ms ease, background-color 200ms ease;
  transition: color 200ms ease, background-color 200ms ease;
  font-family: 'Open Sans Condensed', sans-serif;
  color: #fff;
  font-weight: 300;
  text-align: center;
}

.button-16:hover {
  background-color: #fff;
  color: #1a1719;
}

.storefrontproductgridpaginationbutton {
  background-color: transparent;
  -webkit-transition: color 200ms ease, background-color 200ms ease;
  transition: color 200ms ease, background-color 200ms ease;
  font-family: Raleway, sans-serif;
  color: #fff;
  font-weight: 400;
}

.storefrontproductgridpaginationbutton:hover {
  background-color: #fff;
  color: #1a1719;
}

.previous {
  background-color: transparent;
  -webkit-transition: color 200ms ease, background-color 200ms ease;
  transition: color 200ms ease, background-color 200ms ease;
  font-family: Raleway, sans-serif;
  color: #fff;
}

.previous:hover {
  background-color: #fff;
  color: #1a1719;
}

.bold-text-4 {
  font-weight: 300;
}

.field-label-24 {
  font-family: Raleway, sans-serif;
}

.variation-title.heading-45 {
  font-family: Raleway, sans-serif;
}

.values {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.values.div-block-68 {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.variation-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 60px;
  height: 50px;
  margin: 0px 5px 0px 0px;
  padding: 8px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: none;
  background-size: cover;
  background-repeat: no-repeat;
  text-align: center;
}

.quantity-4 {
  font-family: Raleway, sans-serif;
  color: #1a1719;
}

.heading-53 {
  font-family: Raleway, sans-serif;
}

.div-block-307 {
  font-family: Raleway, sans-serif;
}

.block-content-11 {
  font-family: Raleway, sans-serif;
  color: #1a1719;
}

.rich-text-block-2 {
  color: #fff;
}

.single-product-info {
  margin-top: 0px;
  margin-bottom: 40px;
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
  font-family: 'Open Sans Condensed', sans-serif;
  color: #ebabcb;
  font-style: italic;
  font-weight: 300;
}

.on-sale-badge {
  display: inline-block;
  padding: 9px 15px;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  border-style: solid;
  border-width: 1px;
  border-color: #ebabcb;
  border-radius: 3px;
  background-color: transparent;
}

.on-sale-label {
  font-family: Raleway, sans-serif;
  color: #ebabcb;
  font-style: normal;
  font-weight: 400;
}

.on-sale-wrapper {
  display: block;
  width: auto;
  min-height: auto;
  margin-top: 0px;
  margin-bottom: 20px;
  padding: 15px 25px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px none #fff;
  border-radius: 3px;
  background-color: transparent;
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  font-style: italic;
  font-weight: 300;
}

.text-block-149 {
  color: #fff;
  font-size: 16px;
  line-height: 1.2;
  text-decoration: line-through;
}

.empty-state-9 {
  background-color: transparent;
  text-align: center;
}

.allproductscategorypagebutton {
  display: block;
  width: 50%;
  margin-right: auto;
  margin-left: auto;
  border-style: solid;
  border-width: 1px;
  border-color: #ebabcb;
  border-radius: 3px;
  background-color: transparent;
  -webkit-transition: color 200ms ease, background-color 200ms ease;
  transition: color 200ms ease, background-color 200ms ease;
  font-family: 'Open Sans', sans-serif;
  color: #ebabcb;
  font-size: 16px;
  font-style: italic;
  font-weight: 300;
  text-align: center;
  text-transform: uppercase;
}

.allproductscategorypagebutton:hover {
  background-color: #ebabcb;
  color: #1a1719;
}

.collection-list-16 {
  display: -ms-grid;
  display: grid;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.product-picture {
  display: block;
  width: 300px;
  height: 380px;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50% 50%;
  background-size: cover;
}

.product-picture.cc-featured-picture {
  width: 100%;
  height: 540px;
}

.category-price-wrap {
  display: inline-block;
  min-height: 42px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
}

.product-price-category {
  display: inline-block;
  color: rgba(29, 31, 46, 0.7);
}

.product-price-category.older-price-category {
  color: rgba(29, 31, 46, 0.4);
  text-decoration: line-through;
}

.category-tag {
  position: absolute;
  top: 0px;
  right: 0px;
  z-index: 80;
  display: inline-block;
  margin-top: 10px;
  margin-right: 10px;
  padding: 6px 15px;
  background-color: #fff;
}

.white-button {
  position: relative;
  z-index: 50;
  display: inline-block;
  padding: 18px 24px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-bottom-style: none;
  border-radius: 0px;
  background-color: #fff;
  box-shadow: 0 2px 6px 0 rgba(29, 31, 46, 0.1);
  -webkit-transition: background-color 400ms ease, opacity 400ms ease, box-shadow 400ms ease;
  transition: background-color 400ms ease, opacity 400ms ease, box-shadow 400ms ease;
  color: #1d1f2e;
  font-size: 12px;
  line-height: 18px;
  font-weight: 700;
  text-align: center;
  letter-spacing: 2px;
  text-decoration: none;
  text-transform: uppercase;
}

.white-button:hover {
  background-color: #fafafa;
  box-shadow: 0 3px 8px 0 rgba(29, 31, 46, 0.15);
  opacity: 0.96;
  color: #161724;
}

.white-button.cc-product-button {
  width: 100%;
}

.white-button.cc-product-button:hover {
  opacity: 0.96;
}

.item-overlay {
  position: absolute;
  z-index: 30;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  padding-right: 15px;
  padding-bottom: 15px;
  padding-left: 15px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  opacity: 0;
  cursor: pointer;
}

.pic-description {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 20px;
  line-height: 30px;
  font-weight: 400;
  text-align: center;
}

.pic-description.cc-product-category {
  display: block;
  margin-bottom: 5px;
  color: #1d1f2e;
}

.category-tag-text {
  color: #a25f4b;
  font-weight: 700;
}

.discounted-price-category {
  display: inline-block;
  margin-right: 10px;
  color: #a25f4b;
  font-size: 20px;
  line-height: 32px;
}

.link-wrap-category {
  position: relative;
  margin-bottom: 25px;
}

.collection-list-17 {
  display: -ms-grid;
  display: grid;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.collection-item-21 {
  display: block;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.collection-list-18 {
  display: -ms-grid;
  display: grid;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.dropdown {
  width: 100%;
  border-style: solid;
  border-width: 1px;
  border-color: #ebabcb;
  border-radius: 3px;
  font-family: Raleway, sans-serif;
  color: #ebabcb;
}

.dropdown-link-2 {
  background-color: #fff;
  color: #1a1719;
  font-size: 20px;
  font-weight: 400;
}

.text-block-150 {
  margin-right: 5px;
  color: #ebabcb;
  font-size: 16px;
}

.icon-4 {
  position: static;
  margin-right: 0px;
  margin-left: 0px;
  color: #ebabcb;
}

.dropdown-toggle {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 10px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.variations-wrapper-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
  margin-bottom: 40px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.variations-label {
  margin-right: 10px;
  font-family: Raleway, sans-serif;
  color: #ebabcb;
  font-size: 14px;
  line-height: 20px;
}

.variations-main-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.variation-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100px;
  height: 30px;
  margin-right: 10px;
  margin-bottom: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-style: none;
  border-width: 3px;
  border-color: #b22222;
  border-radius: 3px;
  background-color: #fff;
  font-family: 'Open Sans Condensed', sans-serif;
  color: #1a1719;
  font-size: 13px;
  line-height: 1;
  font-style: italic;
  font-weight: 700;
  text-align: center;
  cursor: pointer;
}

.breadcrumbs {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.button-17 {
  background-color: transparent;
  font-family: Raleway, sans-serif;
  font-weight: 400;
}

.formatted-price {
  font-family: Raleway, sans-serif;
  color: #ebabcb;
  font-size: 18px;
  text-decoration: none;
}

.regular-price {
  font-family: Raleway, sans-serif;
  color: #ebabcb;
  font-size: 18px;
  text-decoration: line-through;
}

.div-block-308 {
  text-align: center;
}

.div-block-309 {
  height: 1px;
  margin: 40px 140px;
  background-color: #ebabcb;
}

.div-block-310 {
  margin-left: 20px;
  text-align: left;
}

.div-block-311 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.notice-message-3 {
  background-color: transparent;
  color: #fff;
  font-size: 12px;
  line-height: 1.6rem;
  text-align: center;
}

.notice-success-message-3 {
  color: #fff;
  font-size: 12px;
  line-height: 1.6rem;
}

.notice-error-message-3 {
  color: #fff;
  font-size: 12px;
  line-height: 1.6rem;
}

.list-item-3 {
  font-family: Raleway, sans-serif;
  font-size: 20px;
}

.list-5 {
  font-family: Raleway, sans-serif;
  font-size: 20px;
}

.heading-54 {
  font-family: Raleway, sans-serif;
  color: #fff;
  font-size: 15px;
  font-weight: 400;
}

.text-block-1522 {
  display: none;
  font-family: Raleway, sans-serif;
  color: #fff;
  font-size: 15px;
}

.text-block-1522.search-bar-sidebar-widget {
  margin-bottom: 40px;
  padding-right: 20px;
  padding-left: 20px;
}

.collection-list-wrapper-22 {
  background-color: transparent;
}

.collection-list-wrapper-23 {
  display: block;
}

.sidebarsearchbarwidget {
  margin-bottom: 40px;
  padding-right: 20px;
  padding-left: 20px;
}

.categoriestitlemobilemenuview {
  display: none;
}

.wrapper-top-bar {
  background-color: #ebabcb;
  color: #1a1719;
}

.text-top-bar {
  padding-top: 3px;
  padding-bottom: 3px;
  font-family: Raleway, sans-serif;
  font-size: 16px;
  font-weight: 400;
  text-align: center;
}

.submit-button-11 {
  width: 20%;
  border-style: solid;
  border-width: 1px;
  border-color: #ebabcb;
  background-color: #ebabcb;
  -webkit-transition: color 250ms ease, background-color 250ms ease;
  transition: color 250ms ease, background-color 250ms ease;
  font-family: 'Open Sans Condensed', sans-serif;
  color: #1a1719;
  font-weight: 300;
  text-transform: uppercase;
}

.submit-button-11:hover {
  background-color: #1a1719;
  color: #ebabcb;
}

.list-item-7 {
  color: #fff;
}

.table-header-label-2 {
  margin-bottom: 0px;
  opacity: 1;
  color: #1a1719;
  font-size: 14px;
  font-weight: 400;
  text-transform: uppercase;
}

.div-block-9 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.button-18 {
  margin-top: 20px;
  padding: 10px 20px;
  background-color: #1a1719;
  color: #ebabcb;
}

.cart---copy-this-2 {
  width: 90%;
  max-width: none;
  margin-top: 40px;
  margin-right: auto;
  margin-left: auto;
}

.div-block-312 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 200px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
}

.button-19 {
  padding: 15px 20px;
  background-color: #212127;
  color: #212127;
  font-weight: 500;
}

.button-19:hover {
  background-color: #3e3e49;
}

.button-19.white {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  margin-bottom: 10px;
  padding: 9px 15px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-style: solid;
  border-width: 1px;
  border-color: #ebabcb;
  background-color: transparent;
  -webkit-transition: color 250ms ease, background-color 250ms ease;
  transition: color 250ms ease, background-color 250ms ease;
  color: #ebabcb;
  font-weight: 400;
}

.button-19.white:hover {
  background-color: #ebabcb;
  color: #1a1719;
}

.button-19.white.update-cart {
  min-height: auto;
  color: #ebabcb;
}

.button-19.white.update-cart:hover {
  color: #1a1719;
}

.button-19.white.checkout {
  display: block;
  margin-top: 20px;
  border-color: #ebabcb;
  background-color: #ebabcb;
  color: #1a1719;
}

.button-19.white.checkout:hover {
  background-color: transparent;
  opacity: 1;
  color: #ebabcb;
}

.text-field-3 {
  height: 40px;
  margin-bottom: 0px;
  border: 1px solid #e6e6e6;
}

.text-block-1523 {
  padding: 0px;
  background-color: transparent;
  color: #fff;
  font-size: 22px;
  line-height: 1;
  text-align: right;
}

.div-block-7 {
  display: -ms-grid;
  display: grid;
  margin-top: 20px;
  -webkit-box-pack: start;
  -webkit-justify-content: start;
  -ms-flex-pack: start;
  justify-content: start;
  justify-items: start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: space-between;
  -ms-flex-line-pack: justify;
  align-content: space-between;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.cart-totals---copy-this-2 {
  display: block;
  margin-top: 10px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.table-header-data-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 14px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-basis: 20%;
  -ms-flex-preferred-size: 20%;
  flex-basis: 20%;
  background-color: #ebabcb;
  color: #fff;
}

.table-header-data-3.product {
  -webkit-flex-basis: 40%;
  -ms-flex-preferred-size: 40%;
  flex-basis: 40%;
  background-color: #ebabcb;
  color: #1a1719;
}

.text-block-1524 {
  margin-right: 10px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  color: #fff;
  font-size: 24px;
  text-align: right;
}

.empty-state-10 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 0px;
  margin-bottom: 220px;
  padding: 0px;
  background-color: transparent;
  font-size: 0px;
}

.div-block-176 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 60px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  text-align: right;
}

.heading-55 {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-right: 0px;
  padding-left: 0px;
  font-size: 26px;
  font-weight: 400;
}

.image-42 {
  margin-left: 10px;
}

.product-info-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-left: 16px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.link-7 {
  color: #ebabcb;
  font-size: 18px;
  text-decoration: none;
}

.link-block-12 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 15px;
  height: 15px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100%;
  background-color: #ebabcb;
  font-family: 'Palatino Linotype', 'Book Antiqua', Palatino, serif;
  text-decoration: none;
}

.cart-row---copy-this-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.text-block-1525 {
  font-size: 16px;
}

.text-field-12 {
  width: 70px;
}

.text-block-1526 {
  margin-left: 10px;
  color: #6e7985;
}

.text-block-1527 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  font-family: Lato, sans-serif;
  color: #1a1719;
  font-size: 12px;
  line-height: 1;
  font-weight: 700;
  text-decoration: none;
}

.price-4 {
  color: #6e7985;
  font-size: 18px;
  line-height: 30px;
}

.text-cart-page {
  margin-top: 40px;
  margin-bottom: 0px;
  padding-bottom: 40px;
  color: #fff;
  font-size: 30px;
  text-align: center;
}

.image-44 {
  display: none;
}

.order-confirmation-3 {
  background-color: transparent;
}

.linkbacktoshop {
  background-color: #ebabcb;
}

.button-20 {
  display: block;
  width: 30%;
  margin-right: auto;
  margin-bottom: 0px;
  margin-left: auto;
  padding-top: 10px;
  padding-bottom: 10px;
  border-style: solid;
  border-width: 1px;
  border-color: #ebabcb;
  background-color: #ebabcb;
  font-family: 'Open Sans Condensed', sans-serif;
  color: #1a1719;
  text-align: center;
}

.div-block-314 {
  display: none;
}

.image-45 {
  display: none;
}

.div-block-315 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 75%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.div-block-316 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.paragraph-12 {
  width: 25%;
  text-align: right;
}

.div-block-317 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.div-block-318 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.text-block-1529 {
  padding-left: 10px;
}

.text-block-1530 {
  padding-left: 10px;
}

.heading-56 {
  color: #1a1719;
}

.heading-57 {
  color: #1a1719;
}

.text-block-1531 {
  color: #1a1719;
}

.line-item-3 {
  color: #1a1719;
}

.text-block-1532 {
  color: #1a1719;
}

.text-block-1533 {
  color: #1a1719;
}

.text-block-1534 {
  color: #1a1719;
}

.text-block-1535 {
  color: #1a1719;
}

.extra-item-2 {
  color: #1a1719;
}

.container-5 {
  color: #1a1719;
}

.collection-list-19 {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.div-block-319 {
  display: block;
}

.image-46 {
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
}

.grid {
  padding-right: 20px;
  padding-left: 20px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
}

.div-block-320 {
  width: 70%;
  height: 1px;
  margin-right: auto;
  margin-left: auto;
  background-color: #fff;
  color: #ebabcb;
}

.text-block-1536 {
  padding-top: 10px;
  padding-bottom: 10px;
  color: #fff;
  font-size: 20px;
}

.bold-text-5 {
  font-size: 20px;
  font-weight: 400;
}

.email-banner-contact {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #ebabcb;
}

.link-8 {
  background-color: #ebabcb;
  color: #1a1719;
  font-size: 16px;
  font-weight: 400;
  text-align: center;
}

.text-block-1537 {
  margin-right: 3px;
  color: #1a1719;
  font-size: 16px;
  font-weight: 400;
}

.text-block-1538 {
  color: #1a1719;
  font-size: 16px;
  font-weight: 400;
  text-decoration: underline;
}

@media screen and (min-width: 1280px) {
  .logo-image.herosize {
    width: 20%;
  }

  .hiw-section {
    margin-top: 60px;
  }

  .text-block-1525 {
    font-size: 16px;
  }
}

@media screen and (min-width: 1440px) {
  .logo-image.herosize {
    width: 20%;
  }

  .hiw-section {
    margin-top: 100px;
  }

  .text-field-3 {
    height: auto;
  }

  .text-block-1525 {
    font-size: 16px;
  }
}

@media screen and (min-width: 1920px) {
  .logo-image.herosize {
    width: 20%;
  }

  .account-container {
    display: none;
  }

  .hiw-section {
    margin-top: 220px;
  }

  .button-19.white {
    -webkit-transition: background-color 250ms ease, color 250ms ease;
    transition: background-color 250ms ease, color 250ms ease;
    color: #ebabcb;
  }

  .button-19.white:hover {
    background-color: #ebabcb;
    color: #1a1719;
  }

  .button-19.white.update-cart {
    color: #ebabcb;
  }

  .button-19.white.update-cart:hover {
    color: #1a1719;
  }

  .button-19.white.checkout {
    border-color: #ebabcb;
  }

  .button-19.white.checkout:hover {
    border-color: #ebabcb;
    background-color: transparent;
    opacity: 1;
    color: #ebabcb;
  }

  .text-field-3 {
    height: auto;
  }

  .text-cart-page {
    margin-top: 40px;
    color: #fff;
    font-size: 40px;
    text-align: center;
  }
}

@media screen and (max-width: 991px) {
  .menu-button {
    width: 60px;
    padding-top: 51px;
    float: right;
  }

  .content-wrapper {
    padding-right: 0px;
    padding-left: 0px;
  }

  .center-box {
    width: 80%;
  }

  .mini-title {
    margin-top: 10px;
    font-size: 20px;
  }

  .mini-title.white {
    margin-bottom: 15px;
    font-size: 20px;
  }

  .button {
    min-width: auto;
  }

  .top-border {
    margin-right: 200px;
    margin-left: 200px;
  }

  .top-border._20 {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
  }

  .top-border._5 {
    font-family: myriad-pro-semiextended, sans-serif;
    font-size: 19px;
  }

  .title-link {
    font-size: 18px;
    font-weight: 400;
  }

  .text-link {
    font-family: myriad-pro-semiextended, sans-serif;
    font-weight: 400;
  }

  .image-hover {
    max-width: none;
  }

  .h1-white {
    padding-right: 10px;
    padding-left: 10px;
  }

  .nav-link {
    height: 70px;
    padding-top: 20px;
  }

  .cart {
    z-index: 100;
    float: right;
  }

  .profile-image {
    min-width: 420px;
  }

  .profile-image.height525px {
    width: 50%;
    min-width: auto;
  }

  .profile-image.imagemission {
    width: 50%;
    min-width: auto;
  }

  .flex-center {
    width: 100%;
  }

  .empty-state {
    background-color: transparent;
  }

  ._25-column {
    width: 35%;
  }

  .text-field-2 {
    width: 40%;
    font-size: 16px;
  }

  .text-field-2::-webkit-input-placeholder {
    font-size: 16px;
  }

  .text-field-2:-ms-input-placeholder {
    font-size: 16px;
  }

  .text-field-2::-ms-input-placeholder {
    font-size: 16px;
  }

  .text-field-2::placeholder {
    font-size: 16px;
  }

  .text-field-2._2 {
    font-size: 10px;
  }

  .submit-button-2 {
    font-size: 9px;
  }

  ._49-column-2 {
    width: 90%;
    margin-right: auto;
    margin-left: auto;
  }

  .perk {
    width: 40%;
  }

  .perk.tablet-none {
    display: none;
  }

  .form-block-2 {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
  }

  .hero-flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .hero-flex.vertical {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .hero-text-box {
    width: 45%;
    margin-right: 5%;
  }

  .text-box {
    width: 45%;
    margin-right: 5%;
  }

  .text-box.left._525px {
    width: 50%;
    max-width: none;
  }

  .text-box.left.textboxmisson {
    width: 50%;
  }

  .product-slider {
    width: 100%;
    height: 450px;
  }

  .product-slide {
    height: 450px;
  }

  .product-description {
    position: relative;
    width: 100%;
    max-width: 100%;
    min-height: 430px;
  }

  .field-label {
    margin-right: 0px;
    margin-left: 0px;
    text-align: left;
  }

  .checkout-form {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .contact-info {
    width: 100%;
    margin-bottom: 40px;
  }

  .ordered-items {
    width: 100%;
  }

  .icon {
    color: #ceb3cb;
  }

  .nav-menu-2 {
    background-color: #fff;
  }

  .product-section {
    margin-top: 40px;
    padding-top: 0px;
  }

  .navbar-3 {
    padding-left: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .navigation-items {
    position: static;
    left: auto;
    top: auto;
    right: 0%;
    bottom: auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: auto;
    margin-right: 0px;
    margin-left: 0px;
    padding-right: 15px;
    padding-left: 15px;
    float: none;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    align-self: auto;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    background-color: transparent;
  }

  .navigation-item {
    position: static;
    width: 100%;
    margin-right: 0px;
    margin-left: 0px;
    padding: 15px 0px;
    background-color: transparent;
    -webkit-transition: opacity 400ms ease, color 400ms ease;
    transition: opacity 400ms ease, color 400ms ease;
    font-size: 18px;
    text-align: center;
  }

  .navigation-item:hover {
    background-color: transparent;
  }

  .navigation-item:active {
    background-color: #eef0f3;
  }

  .navigation-item.w--current {
    position: static;
    width: 100%;
    padding-right: 0px;
    padding-left: 0px;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
    font-size: 18px;
    text-decoration: none;
  }

  .navigation-item.w--current:hover {
    background-color: transparent;
  }

  .navigation-item.navitemshop {
    margin-right: 0px;
    margin-left: 0px;
  }

  .div-block-3 {
    margin-right: auto;
    margin-left: auto;
  }

  .heading-11 {
    margin-top: 0px;
    margin-bottom: 10px;
    font-size: 30px;
  }

  .logo-link {
    width: 13%;
  }

  .logo-link.w--current {
    display: block;
    width: 15%;
    margin-right: auto;
    margin-bottom: 20px;
    margin-left: auto;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .logo-link.whiskers {
    width: 50%;
    margin-top: -28px;
  }

  .logo-link.whiskers.w--current {
    width: 100%;
  }

  .logo-image.herosize {
    width: 20%;
    margin-bottom: 10px;
  }

  .slider-3 {
    display: block;
    height: auto;
    margin-bottom: 0px;
    padding-bottom: 0px;
  }

  .section.sliderhome {
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .divjewleryslider {
    padding-bottom: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .headingslider {
    padding-top: 5px;
    padding-bottom: 2px;
    font-size: 25px;
  }

  .headingslider.headingsliderbottom {
    padding-right: 0px;
    padding-left: 0px;
    font-size: 17px;
  }

  .headingslider.headingsliderbottom.headingcatinspired {
    width: auto;
  }

  .headingslider.headingshop {
    width: auto;
  }

  .cart-quantity-4 {
    font-size: 10px;
  }

  .cart-2 {
    z-index: 100;
    float: right;
  }

  .made-with-webflow {
    width: 490px;
    margin-right: auto;
    margin-bottom: 20px;
    margin-left: auto;
  }

  .footer-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
  }

  .logo-footer {
    width: 100%;
    margin-right: auto;
    margin-bottom: 67px;
    margin-left: auto;
  }

  .section-2 {
    width: 100%;
    margin-top: 0px;
    margin-right: auto;
    margin-left: auto;
  }

  .webflow-logo-tiny {
    width: 5%;
    margin-top: 0px;
  }

  .label {
    font-size: 20px;
    font-weight: 400;
    text-align: center;
  }

  .links-section-footer {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin: 15px 0px 35px;
    padding-right: 20px;
    padding-left: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
  }

  .paragraph-tiny {
    margin-right: 0px;
    padding-right: 0px;
    font-size: 12px;
  }

  .footer-link-2 {
    font-size: 20px;
    text-align: center;
  }

  .footer-link-2.linkreturns {
    font-family: myriad-pro-semiextended, sans-serif;
  }

  .text-block-6 {
    font-size: 20px;
  }

  .button-6 {
    margin-top: 20px;
  }

  .button-6.buttonseeallproducts {
    width: 50%;
    font-size: 20px;
  }

  .button-6.seeallcategories {
    border: 2px solid #fff;
    border-radius: 3px;
    background-color: transparent;
    -webkit-transition: color 400ms ease, background-color 400ms ease;
    transition: color 400ms ease, background-color 400ms ease;
    font-family: 'Bad Script', sans-serif;
  }

  .button-6.seeallcategories:hover {
    background-color: #fff;
    color: #1a1719;
  }

  .paragraph-2 {
    font-size: 19px;
  }

  .headingfeaturedproducts {
    font-size: 30px;
  }

  .heading-17.headingproductimages {
    margin-top: 60px;
    margin-bottom: 40px;
  }

  .text-block-10.textwhite {
    margin-bottom: 40px;
  }

  .paragraph-light {
    margin-top: 10px;
    margin-bottom: 10px;
    padding-right: 31px;
    padding-left: 31px;
    font-size: 14px;
  }

  .paragraph-light.blackparagraph {
    padding-right: 0px;
    padding-left: 0px;
    text-align: center;
  }

  .paragraph-light.blackparagraph.aboutparagraph {
    padding-right: 61px;
    padding-left: 61px;
  }

  .mask {
    overflow: hidden;
  }

  .slide-2 {
    overflow: visible;
  }

  .left-arrow-2 {
    display: none;
    overflow: hidden;
  }

  .section-3 {
    background-image: url('https://s4k.piprograms.io/wp-content/themes/feb-1-2022-sfk-store-template/css/../images/philosophy-header-picture-black-overlay.jpg');
    background-size: cover;
  }

  .status-message-2.cc-no-data {
    background-color: #423c41;
  }

  .button-7 {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .contacts-section {
    margin-bottom: 40px;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  .container-2 {
    width: 100%;
    height: auto;
    margin-top: -6px;
    margin-right: auto;
    margin-left: auto;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    background-color: #e46cac;
    font-size: 80%;
  }

  .container-2.containeroncontact.containerdirectemail {
    background-color: transparent;
  }

  .container-2.containeroncontact {
    background-color: #ebabcb;
  }

  .container-2.cc-heading-wrap.blogcontainerfullwidth {
    margin-top: 40px;
  }

  .email-name-field-wrap {
    width: 100%;
    padding-left: 0px;
  }

  .get-in-touch-form {
    text-align: left;
  }

  .credentials-inputs-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .contact-name-field-wrap {
    width: 100%;
    padding-right: 0px;
  }

  .heading-31.headingshopwithpurrpose {
    font-size: 25px;
  }

  .heading-31.headingwonderfulworld {
    font-size: 29px;
  }

  .text-block-14 {
    padding-right: 0px;
    padding-left: 0px;
    font-size: 20px;
  }

  .text-block-16 {
    padding-right: 0px;
    padding-left: 0px;
    font-size: 20px;
  }

  .text-block-17 {
    font-size: 18px;
  }

  .h1shopcrazycat {
    font-size: 20px;
  }

  .top-border-3._20 {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    background-color: transparent;
  }

  .button-8 {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .image-14 {
    height: auto;
  }

  .collection-list-wrapper-13 {
    background-color: transparent;
  }

  .headingabout.headingabouttabletview {
    padding-right: 40px;
    padding-left: 40px;
  }

  .div-block-58 {
    margin-top: 60px;
  }

  .section-8 {
    width: 100%;
    margin-top: 0px;
    margin-right: auto;
    margin-left: auto;
  }

  .paragraph-bigger.cc-bigger-light {
    margin-bottom: 20px;
    font-size: 20px;
  }

  .blog-item {
    width: 80%;
  }

  .archive-posts---copy-this {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .collection-list-9 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-right: 0px;
    padding-left: 0px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .collection-item-14 {
    display: block;
    float: none;
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }

  .mini-cart-list {
    overflow: visible;
    height: auto;
  }

  .button-11 {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .button-11.cc-cart {
    margin-right: 30px;
  }

  .button-11.cc-cart.buttoncarticonandquantity {
    width: 100%;
  }

  .button-11.cc-cart {
    margin-right: 30px;
  }

  .allproductsslider {
    width: auto;
    height: auto;
  }

  .collection-list-wrapper-19 {
    margin-top: 60px;
  }

  .text-block-83 {
    font-size: 20px;
  }

  .text-block-84 {
    font-size: 20px;
  }

  .button-12 {
    width: 30%;
    font-size: 18px;
  }

  .container-3 {
    width: 100%;
    height: auto;
    margin-top: -6px;
    margin-right: auto;
    margin-left: auto;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    background-color: #e46cac;
    font-size: 80%;
  }

  .container-3.fullwidth {
    width: 100%;
  }

  .divider-2 {
    width: 80%;
    margin-top: 0px;
    margin-bottom: 40px;
  }

  .main-paragraph-wrap {
    margin-bottom: 40px;
  }

  .heading-43 {
    font-size: 50px;
  }

  .main-heading-wrap {
    height: auto;
    margin-bottom: 0px;
  }

  .paragraph-light-2 {
    margin-top: 10px;
    margin-bottom: 10px;
    padding-right: 31px;
    padding-left: 31px;
    font-size: 14px;
  }

  .paragraph-light-2.secondparagraph.blackparagraph {
    padding-right: 0px;
    padding-left: 0px;
  }

  .paragraph-light-2.secondparagraph.blackparagraph.homeparagraph {
    margin-right: 20px;
    padding-right: 15px;
    padding-left: 15px;
  }

  .paragraph-light-2.blackparagraph {
    padding-right: 0px;
    padding-left: 0px;
    text-align: center;
  }

  .paragraph-light-2.blackparagraph.firstparagraph.homeparagraph {
    margin-left: 20px;
    padding-right: 15px;
    padding-left: 15px;
  }

  .section-10.cc-product-detail {
    margin-bottom: 0px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .price-compare-block {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .product-image-2 {
    width: 100%;
    margin-bottom: 40px;
  }

  .product-details-wrap {
    width: 100%;
    margin-right: auto;
    margin-bottom: 0px;
    margin-left: auto;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
  }

  .div-block-75 {
    margin-top: 60px;
  }

  .heading-45 {
    text-align: center;
  }

  .default-state-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .div-block-77 {
    height: 0px;
  }

  .cart-container {
    height: auto;
  }

  .table-header {
    display: none;
  }

  .account-container {
    max-width: 90%;
  }

  .table-row-data.price {
    border-style: solid solid none;
    border-color: #ebabcb;
    background-color: transparent;
  }

  .table-row-data.total {
    border-style: solid;
    border-color: #ebabcb;
    background-color: transparent;
  }

  .table-row-data.quantity {
    width: auto;
    border-style: solid solid none;
    border-color: #ebabcb;
    background-color: transparent;
  }

  .section-subhead.narrower-middle {
    width: 90%;
  }

  .split-holder {
    margin-top: 10px;
    margin-right: 5%;
    margin-left: 5%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .hiw-section {
    padding-top: 10px;
    padding-bottom: 0px;
  }

  .content-holder {
    margin-right: 5%;
    margin-left: 5%;
  }

  .split-right {
    width: 100%;
    padding-left: 0%;
  }

  .amenities-holder.vertical.less-width {
    width: 90%;
    margin-top: 0px;
    margin-right: auto;
    margin-left: auto;
  }

  .split-left {
    width: 90%;
    margin-top: 20px;
    padding-right: 0px;
  }

  .image-39 {
    width: 35%;
  }

  .text-block-103 {
    margin-bottom: 60px;
  }

  .product-item {
    width: 50%;
    margin-bottom: 40px;
  }

  .client-logo {
    width: 33.333%;
    margin-bottom: 10px;
  }

  .sidebar {
    margin-bottom: 40px;
    padding-left: 7.5px;
  }

  .logo-wrapper {
    display: block;
  }

  .product-item-2 {
    width: 50%;
    margin-bottom: 40px;
  }

  .field-label-19 {
    font-size: 11px;
  }

  .text-block-142 {
    display: block;
    padding-right: 10px;
    color: #fff;
  }

  .text-block-143 {
    display: block;
    color: #fff;
  }

  .text-block-144 {
    display: block;
    padding-right: 10px;
  }

  .collection-list-15 {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .product-picture {
    width: auto;
  }

  .product-picture.cc-featured-picture {
    width: 100%;
  }

  .link-wrap-category {
    width: 100%;
  }

  .variations-wrapper-2 {
    margin-bottom: 20px;
  }

  .formatted-price.formattedpriceproductpage {
    text-align: left;
  }

  .text-block-1522 {
    display: none;
    padding-right: 20px;
    padding-left: 20px;
  }

  .text-block-1522.search-bar-sidebar-widget {
    padding-right: 20px;
    padding-left: 20px;
  }

  .categoriestitlemobilemenuview {
    display: none;
  }

  .text-top-bar {
    font-size: 14px;
  }

  .submit-button-11 {
    width: 25%;
  }

  .cart---copy-this-2 {
    width: 95%;
  }

  .collection-item-2 {
    display: block;
    margin-bottom: 20px;
    float: none;
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }

  .button-19.white {
    text-align: center;
  }

  .text-field-3 {
    height: 50px;
  }

  .div-block-7 {
    justify-items: start;
  }

  .heading-55 {
    font-size: 20px;
  }

  .link-7 {
    color: #1a1719;
  }

  .cart-row---copy-this-2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .text-block-1525 {
    color: #ebabcb;
  }

  .text-block-1526 {
    color: #ebabcb;
  }

  .price-4 {
    color: #fff;
  }

  .text-cart-page {
    font-size: 25px;
  }

  .link-8 {
    font-size: 14px;
  }

  .text-block-1537 {
    font-size: 14px;
  }

  .text-block-1538 {
    font-size: 14px;
  }
}

@media screen and (max-width: 767px) {
  .navbar {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }

  .menu-button {
    position: static;
    top: 0px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 34px;
    height: auto;
    margin-right: 140px;
    margin-left: 0px;
    padding: 0px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    align-self: auto;
  }

  .menu-button.w--open {
    background-color: transparent;
    -webkit-transition-property: none;
    transition-property: none;
  }

  .mini-title.white {
    margin-bottom: 20px;
    font-size: 16px;
  }

  .button {
    min-width: auto;
    font-size: 11px;
  }

  .top-border {
    margin-right: 40px;
    margin-left: 40px;
    padding-right: 10px;
    padding-left: 10px;
  }

  .relative {
    margin-bottom: 10px;
  }

  .intro-text-box {
    border-radius: 0px;
  }

  .text-link {
    font-size: 16px;
  }

  .image-hover {
    margin-right: auto;
    margin-left: auto;
  }

  .intro-box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .h1-white {
    margin-bottom: 5px;
    padding-right: 15px;
    padding-left: 15px;
    font-size: 30px;
  }

  .profile-image {
    left: 40px;
    width: 80%;
    min-width: auto;
  }

  .profile-image.left {
    left: -40px;
  }

  .profile-image.height525px.imageaboutmobileview {
    width: 80%;
  }

  .profile-image.imagemission {
    width: 70%;
    height: 400px;
    min-width: 150px;
  }

  .flex-center.flexhomewelcome {
    margin-top: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .flex-center.felxaboutintro {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  ._50-column {
    width: 100%;
  }

  .text-block-2 {
    width: 100%;
  }

  .image {
    border-width: 10px;
  }

  ._50-column-center {
    width: 100%;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  ._50-column-center.mobile-border {
    margin-bottom: 4%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .collection-item {
    width: 47.8%;
  }

  .text-field-2 {
    width: 50%;
  }

  .perk {
    width: 100%;
    margin-right: 0px;
    margin-bottom: 4%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
  }

  .perk.tablet-none {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .perk-icon {
    margin-right: 0px;
  }

  ._90-column {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .footer-links {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 4%;
    margin-left: 0%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .social-icons {
    display: block;
    margin-top: 4%;
    margin-right: auto;
    margin-left: auto;
  }

  .go-up {
    margin-top: 15px;
  }

  .text-box.left._525px.textaboutmobileview {
    width: 80%;
  }

  .text-box.left.textboxmisson {
    width: 80%;
    height: 500px;
  }

  .field-label {
    margin-right: 0px;
    margin-left: 0px;
    font-size: 16px;
    text-align: left;
  }

  .small-text-2.textmyriadpro {
    font-size: 15px;
  }

  .checkout-form {
    width: 100%;
  }

  .contact-info.textmyriadpro {
    width: 95%;
  }

  .icon {
    position: static;
    left: 10%;
    top: 24px;
    right: auto;
    bottom: auto;
    width: 40px;
    height: 40px;
    margin: 0px;
    padding: 0px;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
    border-style: none;
    border-width: 2px;
    border-color: #1a1719;
    border-radius: 3000px;
    background-color: #fff;
    background-image: url('https://s4k.piprograms.io/wp-content/themes/feb-1-2022-sfk-store-template/css/../images/menuTinyLines.png');
    background-position: 50% 50%;
    background-size: 30px 30px;
    background-repeat: no-repeat;
    background-attachment: scroll;
    color: transparent;
  }

  .navbar-3 {
    position: -webkit-sticky;
    position: sticky;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    width: 100%;
    height: auto;
    margin: auto;
    padding-right: 73px;
    padding-left: 73px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
    background-color: #ebabcb;
    color: #fff;
  }

  .navigation-items {
    position: absolute;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    z-index: 5000;
    width: 100%;
    margin-top: 0px;
    margin-right: auto;
    margin-left: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #ebabcb;
    color: #e46cac;
  }

  .navigation-item {
    width: auto;
    border-bottom: 1px solid #000;
    color: #1a1719;
  }

  .navigation-item:hover {
    color: #423c41;
  }

  .navigation-item.w--current {
    width: 100%;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
  }

  .navigation-item.navitemshop {
    width: 100%;
    margin-right: 0px;
  }

  .div-block-3 {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .heading-11 {
    margin-top: 0px;
    margin-bottom: 10px;
    font-family: myriad-pro-semiextended, sans-serif;
    font-size: 30px;
  }

  .logo-link {
    width: 17%;
    padding-left: 0px;
  }

  .logo-link.w--current {
    margin-bottom: 0px;
  }

  .logo-link.whiskers {
    width: 50%;
    margin-top: 0px;
  }

  .logo-image {
    width: 300px;
    margin-top: 20px;
  }

  .logo-image.herosize {
    width: 30%;
    margin-top: 0px;
  }

  .heading-12 {
    font-size: 26px;
  }

  .heading-12.headingnavbar {
    font-size: 28px;
  }

  .headingpagenotfound {
    font-size: 30px;
  }

  .textpagenotfound {
    font-size: 20px;
  }

  .slider-3 {
    height: auto;
  }

  .headingslider.headingshop {
    font-size: 25px;
  }

  .cart-button-3 {
    padding-bottom: 18px;
  }

  .cart-2 {
    left: auto;
    margin-right: 0px;
    margin-left: 140px;
  }

  .footer-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-top: 40px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    text-align: center;
  }

  .logo-footer {
    width: 100%;
    margin-bottom: 70px;
  }

  .section-2 {
    margin-right: auto;
    margin-left: auto;
  }

  .label {
    margin-bottom: 20px;
    font-size: 18px;
  }

  .links-section-footer {
    margin-top: 10px;
    margin-bottom: 60px;
    padding-right: 5px;
    padding-left: 5px;
  }

  .footer-link-2 {
    font-size: 16px;
    text-align: center;
  }

  .text-block-6 {
    font-size: 16px;
  }

  .form {
    width: 70%;
  }

  .paragraphauction2 {
    font-size: 15px;
  }

  .heading2auction {
    margin-top: 0px;
    margin-bottom: 5px;
    font-size: 23px;
  }

  .paragraphauction {
    margin-bottom: 10px;
    font-size: 19px;
  }

  .submit-button {
    width: 60%;
  }

  .headingauction {
    margin-top: 0px;
    margin-bottom: 5px;
    font-size: 25px;
  }

  .collection-list-wrapper-5 {
    width: 90%;
  }

  .button-2.buttonseeallproducts {
    width: 60%;
  }

  .divaddress {
    font-size: 18px;
  }

  .button-6 {
    width: 50%;
    margin-top: 40px;
  }

  .div-block-35.homepageallproductsbuttondiv {
    margin-top: 40px;
  }

  .text-block-10.textwhite {
    margin-bottom: 40px;
    font-size: 18px;
  }

  .paragraph-light {
    margin-top: 40px;
    margin-bottom: 0px;
    font-size: 12px;
  }

  .paragraph-light.blackparagraph {
    padding-right: 62px;
    padding-left: 62px;
  }

  .textauction {
    margin-top: 5px;
    font-size: 16px;
  }

  .descriptionauction {
    margin-top: 10px;
    font-size: 20px;
  }

  .left-arrow-2 {
    display: none;
  }

  .status-message-2.cc-no-data {
    width: 80%;
    max-width: 470px;
  }

  .button-7 {
    margin-bottom: -60px;
  }

  .contacts-section {
    margin-bottom: 20px;
  }

  .container-2 {
    width: 100%;
    margin-top: -13px;
    margin-right: auto;
    margin-left: auto;
    padding-bottom: 0px;
    text-align: center;
  }

  .container-2.cc-heading-wrap {
    margin-bottom: 0px;
    padding-bottom: 0px;
  }

  .container-2.smallcontactcontainer {
    width: 100%;
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .container-2.containeroncontact {
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .container-2.containeroncontact.containerdirectemail {
    margin-top: 20px;
  }

  .container-2.containeroncontact {
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .container-2.cc-heading-wrap {
    margin-bottom: 0px;
    padding-bottom: 0px;
  }

  .support-link.emailinfo {
    margin-bottom: 40px;
  }

  .support-link.emailinfo {
    margin-bottom: 40px;
  }

  .get-in-touch-form-wrap {
    width: 90%;
    max-width: 470px;
  }

  .text-field.cc-contact-field {
    text-align: left;
  }

  .text-field.cc-textarea {
    text-align: left;
  }

  .text-field.cc-contact-field {
    text-align: left;
  }

  .heading-31.headingshopwithpurrpose {
    font-size: 20px;
  }

  .heading-31.headingwonderfulworld {
    margin-right: 0px;
    margin-bottom: 20px;
    margin-left: 0px;
    font-size: 23px;
  }

  .text-block-14 {
    font-size: 16px;
  }

  .left-arrow-3 {
    display: none;
  }

  .right-arrow-2 {
    display: none;
  }

  .text-block-15 {
    background-color: #ebabcb;
    font-family: myriad-pro-semiextended, sans-serif;
    color: #1a1719;
    text-align: center;
  }

  .empty-state-2 {
    background-color: transparent;
  }

  .right-arrow-3 {
    display: none;
  }

  .right-arrow-4 {
    display: none;
  }

  .left-arrow-4 {
    display: none;
  }

  .text-block-16 {
    font-size: 18px;
  }

  .text-block-17 {
    font-size: 14px;
  }

  .textadoption {
    font-size: 20px;
  }

  .h1shopcrazycat {
    font-size: 18px;
  }

  .image-12 {
    width: 90%;
    height: auto;
  }

  .field-label-6 {
    font-size: 16px;
  }

  .field-label-7 {
    font-size: 16px;
  }

  .field-label-8 {
    font-size: 16px;
  }

  .field-label-9 {
    font-size: 16px;
  }

  .field-label-10 {
    font-size: 16px;
  }

  .top-border-3 {
    padding-right: 10px;
    padding-left: 10px;
  }

  .button-8 {
    margin-bottom: -60px;
  }

  .field-label-11 {
    font-size: 20px;
  }

  .field-label-12 {
    font-size: 20px;
  }

  .text-block-19 {
    font-size: 18px;
  }

  .text-block-20 {
    font-size: 18px;
  }

  .text-block-21 {
    font-size: 18px;
  }

  .text-block-22 {
    font-size: 18px;
  }

  .text-block-23 {
    font-size: 18px;
  }

  .text-block-24 {
    font-size: 18px;
  }

  .text-block-25 {
    font-size: 18px;
  }

  .text-block-26 {
    font-size: 18px;
  }

  .block-content-3 {
    font-size: 20px;
  }

  .field-label-13 {
    font-size: 20px;
  }

  .field-label-14 {
    font-size: 20px;
  }

  .text-block-27 {
    font-size: 18px;
  }

  .text-block-28 {
    font-size: 18px;
  }

  .text-block-29 {
    font-size: 18px;
  }

  .text-block-30 {
    font-size: 18px;
  }

  .text-block-31 {
    font-size: 18px;
  }

  .text-block-32 {
    font-size: 18px;
  }

  .text-block-33 {
    font-size: 20px;
  }

  .option-2 {
    font-size: 18px;
  }

  .text-block-34 {
    font-size: 20px;
  }

  .text-block-35 {
    font-size: 20px;
  }

  .text-block-36 {
    font-size: 20px;
  }

  .headingabout.headingabouttabletview {
    padding-right: 20px;
    padding-left: 20px;
  }

  .section-8 {
    margin-right: auto;
    margin-left: auto;
  }

  .paragraph-bigger {
    font-size: 16px;
    line-height: 28px;
  }

  .paragraph-bigger.cc-bigger-light {
    margin-bottom: 10px;
    font-size: 18px;
  }

  .paragraph-bigger.cc-bigger-light.cattalesparagraph {
    font-size: 25px;
  }

  .blog-item {
    width: 90%;
    max-width: 470px;
  }

  .article {
    display: block;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .archive-posts---copy-this {
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .collection-list-9 {
    padding-right: 0px;
    padding-left: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .collection-item-14 {
    display: block;
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .button-11.udpatecartbuttoncartpage {
    margin-left: 20px;
  }

  .collection-item-16 {
    width: 47.8%;
  }

  .heading-40 {
    padding-right: 10px;
    padding-left: 10px;
    font-size: 28px;
  }

  .heading-41 {
    font-size: 19px;
  }

  .div-block-69 {
    width: auto;
    margin-right: 0px;
    margin-left: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .text-block-83 {
    width: 50%;
    font-size: 18px;
  }

  .text-block-84 {
    font-size: 18px;
  }

  .div-block-70 {
    width: 50%;
  }

  .div-block-71 {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .button-12 {
    width: 40%;
  }

  .container-3 {
    width: 100%;
    margin-top: -13px;
    margin-right: auto;
    margin-left: auto;
    padding-bottom: 0px;
    text-align: center;
  }

  .divider-2 {
    margin-top: 0px;
    margin-bottom: 40px;
  }

  .main-paragraph-wrap {
    margin-top: 0px;
    margin-bottom: 0px;
    grid-row-gap: 30px;
    grid-template-areas: "."
      ".";
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto 30px auto;
    grid-template-rows: auto auto;
  }

  .paragraph-light-2 {
    margin-top: 40px;
    margin-bottom: 0px;
    font-size: 12px;
  }

  .paragraph-light-2.secondparagraph {
    margin-top: 0px;
    margin-bottom: 40px;
  }

  .paragraph-light-2.secondparagraph.blackparagraph {
    padding-right: 54px;
    padding-left: 54px;
  }

  .paragraph-light-2.blackparagraph {
    padding-right: 62px;
    padding-left: 62px;
  }

  .product-detail-price {
    font-size: 20px;
  }

  .section-10 {
    margin-right: 15px;
    margin-left: 15px;
  }

  .section-10.cc-product-detail {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .product-detail-regular-price {
    font-size: 20px;
  }

  .product-image-2 {
    width: 80%;
    height: auto;
  }

  .product-details-wrap {
    width: 90%;
  }

  .image-27 {
    width: 80%;
    max-width: 80%;
  }

  .div-block-77 {
    display: block;
    height: 0px;
  }

  .table-header {
    display: none;
  }

  .account-container {
    display: none;
    max-width: 100%;
    padding-right: 0px;
    padding-left: 0px;
  }

  .table-row-data.price {
    border-style: solid solid none;
    border-color: #ebabcb;
    background-color: transparent;
  }

  .table-row-data.total {
    border-style: solid;
    border-color: #ebabcb;
    background-color: transparent;
  }

  .table-row-data.quantity {
    width: auto;
    border-style: solid solid none;
    border-color: #ebabcb;
    background-color: transparent;
  }

  .link-5 {
    font-size: 20px;
  }

  .text-block-93 {
    font-size: 14px;
  }

  .image-37 {
    width: 80%;
  }

  .buttonseeallproducts {
    width: 50%;
  }

  .div-block-167 {
    width: 90%;
  }

  .heading-47 {
    font-size: 30px;
  }

  .div-block-169 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .div-block-170 {
    width: 90%;
  }

  .section-title {
    font-size: 32px;
  }

  .product-item {
    width: 100%;
    min-height: auto;
  }

  .client-logo {
    width: 33.333%;
    padding: 20px 30px;
  }

  .footer-column {
    width: 100%;
    margin-top: 40px;
  }

  .footer-column.no-top-margin {
    display: none;
    margin-top: 0px;
  }

  .footer-column.no-top-margin.mobileviewaboutussection.hideandunhideaboutus {
    display: block;
    margin-top: 20px;
    padding-right: 20px;
    padding-left: 20px;
  }

  .paragraph-10 {
    color: #fff;
  }

  .product-wrapper.with-padding {
    padding-right: 0px;
    padding-left: 0px;
  }

  .product-item-2 {
    width: 100%;
    min-height: auto;
  }

  .link-block-11 {
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .text-block-142 {
    display: block;
    padding-right: 10px;
    color: #fff;
  }

  .text-block-143 {
    display: block;
    color: #fff;
  }

  .text-block-144 {
    display: block;
    padding-right: 10px;
  }

  .row-2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .collection-item-20 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    grid-auto-flow: row;
    grid-auto-columns: 1fr;
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .collection-list-15 {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .text-block-149 {
    font-size: 18px;
  }

  .allproductscategorypagebutton {
    width: 50%;
  }

  .collection-list-16 {
    display: -ms-grid;
    display: grid;
    grid-auto-columns: 1fr;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .product-picture.cc-featured-picture {
    height: 380px;
  }

  .collection-list-17 {
    display: -ms-grid;
    display: grid;
    grid-auto-columns: 1fr;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .collection-list-18 {
    display: -ms-grid;
    display: grid;
    grid-auto-columns: 1fr;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .div-block-310 {
    width: 100%;
  }

  .list-6 {
    margin-top: 10px;
    font-family: Raleway, sans-serif;
    font-size: 20px;
  }

  .text-block-1522 {
    display: block;
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .list-item-4 {
    color: #fff;
  }

  .list-item-5 {
    color: #fff;
  }

  .list-item-6 {
    color: #fff;
  }

  .collection-list-wrapper-22 {
    display: block;
    grid-auto-columns: 1fr;
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .column-2 {
    display: none;
  }

  .categoriestitlemobilemenuview {
    display: block;
    padding-top: 15px;
    padding-bottom: 15px;
    font-family: Raleway, sans-serif;
    color: #1a1719;
    font-size: 20px;
  }

  .submit-button-11 {
    width: 30%;
  }

  .collection-item-2 {
    display: block;
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .button-19.white {
    width: 50%;
    margin-bottom: 10px;
  }

  .button-19.white.checkout {
    width: auto;
  }

  .text-field-3 {
    height: 50px;
    margin-bottom: 10px;
  }

  .div-block-7 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    justify-items: start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .heading-55 {
    font-size: 14px;
  }

  .link-7 {
    color: #1a1719;
  }

  .cart-row---copy-this-2 {
    margin-bottom: 40px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .text-block-1525 {
    color: #ebabcb;
  }

  .text-block-1526 {
    color: #ebabcb;
  }

  .price-4 {
    color: #fff;
  }

  .text-cart-page {
    font-size: 20px;
  }

  .collection-list-19 {
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .text-block-1536 {
    font-size: 14px;
  }

  .bold-text-5 {
    font-size: 18px;
  }
}

@media screen and (max-width: 479px) {
  .brand {
    margin-left: 2%;
  }

  .brand.w--current {
    width: 40%;
    margin-left: 7%;
  }

  .menu-button {
    margin-right: 60px;
  }

  .content-section.gray {
    margin-top: 40px;
  }

  .top-border {
    margin-right: 10px;
    margin-left: 10px;
  }

  .relative {
    margin-right: auto;
    margin-left: auto;
  }

  .intro-text-box {
    margin-bottom: 20px;
  }

  .image-hover {
    width: 80%;
    margin-right: auto;
    margin-bottom: 0px;
    margin-left: auto;
  }

  .intro-box {
    width: 100%;
    margin-right: auto;
    margin-bottom: 0px;
    margin-left: auto;
  }

  .profile-image {
    left: 0px;
    width: 100%;
    max-width: 440px;
  }

  .profile-image.left {
    left: 0px;
  }

  .profile-image.height525px.imageaboutmobileview {
    width: 90%;
  }

  .profile-image.imagemission {
    width: 70%;
    height: 400px;
    max-width: none;
    min-width: auto;
  }

  .flex-center {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .collection-item {
    width: 100%;
    max-width: 360px;
    margin-right: 0%;
    margin-bottom: 8%;
  }

  .form-block {
    width: 100%;
    margin-top: 10%;
  }

  ._25-column {
    width: 100%;
    margin-right: 0%;
  }

  .text-field-2 {
    width: 100%;
    border-right-style: solid;
    border-radius: 3px;
  }

  .submit-button-2 {
    border-radius: 0px;
  }

  .flex-2 {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  ._90-column {
    width: 100%;
  }

  .footer-links {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .footer-link {
    margin-right: 0px;
    margin-bottom: 7%;
  }

  .hero-image {
    right: 0px;
    width: 100%;
  }

  .hero-flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .hero-text-box {
    position: relative;
    width: 100%;
    margin-top: 0px;
    margin-right: 0%;
    padding-left: 9%;
  }

  .text-box {
    position: relative;
    width: 100%;
    margin-top: 0px;
    margin-right: 0%;
    padding-left: 9%;
  }

  .text-box.left {
    margin-left: 0%;
  }

  .text-box.left._525px.textaboutmobileview {
    width: 90%;
  }

  .text-box.left.textboxmisson {
    width: 100%;
    height: auto;
    margin-left: 0%;
  }

  .flex-grid {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .footer-brand {
    margin-bottom: 7%;
  }

  .utility-page-content {
    width: 100%;
  }

  .product-description {
    position: relative;
    width: 100%;
    height: auto;
    margin-top: 0px;
    margin-right: 0%;
    padding-left: 9%;
  }

  .field-label {
    margin-right: 0px;
    margin-left: 0px;
    text-align: left;
  }

  .flex-column {
    width: 100%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .contact-info.textmyriadpro {
    width: 100%;
  }

  .block-header {
    padding-right: 0px;
    padding-left: 0px;
  }

  .block-content {
    padding-right: 0px;
    padding-left: 0px;
  }

  .icon {
    width: 30px;
    height: 30px;
    background-size: 20px 20px;
  }

  .product-image-large {
    width: 100%;
  }

  .navbar-3 {
    top: 0%;
    padding-right: 0px;
    padding-left: 0px;
  }

  .div-block-3 {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .heading-11 {
    margin-top: 0px;
    font-size: 20px;
  }

  .logo-link {
    width: 30%;
    margin-top: 0px;
  }

  .logo-link.w--current {
    width: 100%;
    margin-top: 0px;
  }

  .logo-link.whiskers {
    width: 70%;
    margin-top: 20px;
  }

  .logo-link.whiskers.w--current {
    width: 80%;
  }

  .logo-image {
    width: 200px;
  }

  .logo-image.herosize {
    width: 40%;
    margin-top: 0px;
  }

  .heading-12 {
    margin-top: 40px;
    font-size: 20px;
  }

  .heading-12.headingnavbar {
    font-size: 18px;
  }

  .headingpagenotfound {
    font-size: 25px;
  }

  .textpagenotfound {
    width: 80%;
    margin-right: auto;
    margin-left: auto;
    font-size: 18px;
  }

  .section.sliderhome {
    margin-top: 60px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .divjewleryslider {
    width: 80%;
    margin-bottom: 40px;
  }

  .divjewleryslider.divshopslider.divsliderjewlery {
    width: 100%;
  }

  .divjewleryslider.divshopslider.divmagnetslider {
    width: 100%;
  }

  .cart-2 {
    margin-left: 60px;
  }

  .made-with-webflow {
    width: 100%;
    margin-top: 0px;
    margin-left: auto;
    padding: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .footer-2 {
    width: 100%;
    padding-top: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .logo-footer {
    width: 100%;
    margin-top: 40px;
    margin-bottom: 20px;
  }

  .section-2 {
    width: 100%;
    margin-top: 0px;
    margin-right: 0px;
    margin-left: 0px;
  }

  .section-2.sectionfooter {
    margin-top: 60px;
  }

  .webflow-logo-tiny {
    width: 10%;
    margin-top: 0px;
  }

  .label {
    font-size: 20px;
  }

  .label.followfooter {
    margin-top: 57px;
  }

  .links-section-footer {
    margin-top: 40px;
  }

  .paragraph-tiny {
    width: 100%;
    margin-right: 0px;
    margin-left: 0px;
    font-size: 10px;
    text-align: center;
  }

  .footer-link-2 {
    font-size: 16px;
  }

  .footer-link-2.w--current {
    font-size: 16px;
  }

  .footer-link-2.linkreturns {
    margin-bottom: 15px;
  }

  .paragraphauction2 {
    width: 90%;
    margin-right: auto;
    margin-left: auto;
    font-size: 12px;
  }

  .paragraphauction {
    margin-bottom: 15px;
  }

  .div-block-32 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .div-block-33 {
    width: 100%;
    margin-top: 20px;
    margin-left: auto;
  }

  .headingauction {
    margin-right: auto;
    margin-left: auto;
  }

  .form-block-3 {
    width: 100%;
  }

  .button-2.buttonseeallproducts {
    width: 60%;
  }

  .div-block-34.divaddress {
    font-size: 16px;
  }

  .divaddress {
    font-size: 16px;
  }

  .button-6 {
    width: 200px;
  }

  .button-6.buttonseeallproducts {
    width: 60%;
  }

  .button-6.seeallcategories {
    width: 60%;
  }

  .text-block-10.textwhite {
    margin-bottom: 40px;
  }

  .paragraph-light {
    width: 100%;
    margin-top: 20px;
    margin-bottom: 20px;
    padding-right: 20px;
    padding-left: 20px;
    font-size: 12px;
    text-align: center;
  }

  .paragraph-light.blackparagraph {
    padding-right: 11px;
    padding-left: 11px;
  }

  .paragraph-light.blackparagraph.aboutparagraph {
    padding-right: 28px;
    padding-left: 28px;
  }

  .link-block-2 {
    margin-right: auto;
    margin-left: auto;
  }

  .descriptionauction {
    margin-top: 15px;
  }

  .section-3 {
    background-position: 50% 50%;
    background-size: cover;
    color: #ebabcb;
  }

  .text-block-13 {
    color: #fff;
  }

  .ladelcontact {
    padding-right: 30px;
    padding-left: 30px;
  }

  .status-message-2.cc-no-data {
    width: 100%;
  }

  .button-7 {
    width: 80%;
    margin-right: auto;
    margin-left: auto;
  }

  .labelcontact {
    padding-right: 30px;
    padding-left: 30px;
  }

  .container-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin-top: 0px;
    margin-bottom: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .support-link {
    font-size: 16px;
  }

  .get-in-touch-form-wrap {
    width: 100%;
    max-width: none;
  }

  .heading-30 {
    font-size: 20px;
  }

  .heading-29 {
    font-size: 30px;
  }

  .text-field.cc-contact-field {
    width: 80%;
    margin-right: auto;
    margin-left: auto;
    font-size: 12px;
  }

  .text-field.cc-contact-field {
    width: 80%;
    margin-right: auto;
    margin-left: auto;
    font-size: 12px;
  }

  .heading-31.headingshopwithpurrpose {
    margin-bottom: 20px;
    font-size: 16px;
  }

  .heading-31.headingwonderfulworld {
    margin-right: 0px;
    margin-left: 0px;
    padding-top: 20px;
    font-size: 18px;
  }

  .text-block-14 {
    padding-right: 0px;
    padding-left: 0px;
    font-size: 14px;
  }

  .text-block-16 {
    padding-right: 0px;
    padding-left: 0px;
    font-size: 14px;
  }

  .sectionhomemission {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .text-block-17 {
    font-size: 20px;
  }

  .textadoption {
    font-size: 17px;
  }

  .h1shopcrazycat {
    font-size: 20px;
    text-align: center;
  }

  .block-content-2 {
    padding-right: 0px;
    padding-left: 0px;
  }

  .ladelcontact-2 {
    padding-right: 30px;
    padding-left: 30px;
  }

  .button-8 {
    width: 80%;
    margin-right: auto;
    margin-left: auto;
  }

  .labelcontact-2 {
    padding-right: 30px;
    padding-left: 30px;
  }

  .image-15 {
    margin-bottom: 0px;
  }

  .field-label-11 {
    font-size: 18px;
  }

  .field-label-12 {
    font-size: 18px;
  }

  .text-block-19 {
    font-size: 16px;
  }

  .text-block-20 {
    font-size: 16px;
  }

  .text-block-21 {
    font-size: 16px;
  }

  .text-block-25 {
    font-size: 16px;
  }

  .text-block-26 {
    font-size: 16px;
  }

  .field-label-13 {
    font-size: 18px;
  }

  .field-label-14 {
    font-size: 18px;
  }

  .text-block-29 {
    font-size: 16px;
  }

  .text-block-30 {
    font-size: 16px;
  }

  .text-block-31 {
    font-size: 16px;
  }

  .text-block-32 {
    font-size: 16px;
  }

  .text-block-33 {
    font-size: 18px;
  }

  .option-2 {
    font-size: 16px;
  }

  .text-block-34 {
    font-size: 18px;
  }

  .text-block-35 {
    font-size: 18px;
  }

  .text-block-36 {
    font-size: 18px;
  }

  .column {
    font-size: 18px;
  }

  .div-block-48 {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 22px;
  }

  .div-block-56 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .image-19 {
    width: 20%;
  }

  .section-8 {
    width: 100%;
    margin-top: 0px;
    margin-right: 0px;
    margin-left: 0px;
  }

  .paragraph-bigger.cc-bigger-light {
    width: 250px;
    margin-bottom: 20px;
    font-size: 14px;
  }

  .blog-item {
    width: 100%;
    max-width: none;
  }

  .collection-item-14 {
    background-color: transparent;
  }

  .button-11 {
    display: block;
    width: 90%;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
  }

  .button-11.cc-cart {
    display: none;
    padding-right: 16px;
    padding-left: 16px;
  }

  .button-11.cc-cart.buttoncarticonandquantity {
    display: block;
  }

  .button-11.cc-cart {
    display: none;
    padding-right: 16px;
    padding-left: 16px;
  }

  .button-11.cartcouponbutton {
    border-color: #1a1719;
    color: #1a1719;
  }

  .button-11.udpatecartbuttoncartpage {
    margin-left: auto;
  }

  .collection-item-15 {
    width: 100%;
  }

  .collection-list-wrapper-19 {
    margin-top: 60px;
  }

  .image-24 {
    width: 80%;
  }

  .div-block-65 {
    width: 100%;
    margin-bottom: 60px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .flex-grid-2 {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .collection-item-16 {
    width: 100%;
    max-width: 360px;
    margin-right: 0%;
    margin-bottom: 8%;
  }

  .collection-list-11 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .collection-item-17 {
    width: 100%;
    margin: 10px 0px;
  }

  .heading-40 {
    padding-right: 12px;
    padding-left: 12px;
    font-size: 20px;
  }

  .heading-41 {
    font-size: 16px;
  }

  .div-block-69 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .text-block-83 {
    width: auto;
    padding-top: 0px;
    border-bottom: 1px none #ebabcb;
    text-align: center;
  }

  .text-block-84 {
    text-align: center;
  }

  .div-block-70 {
    width: auto;
  }

  .heading-42 {
    margin-bottom: 0px;
    font-size: 20px;
  }

  .button-12 {
    width: 60%;
    font-size: 14px;
  }

  .container-3 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin-top: 0px;
    margin-bottom: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .divider-2 {
    width: 250px;
    margin-top: 0px;
    margin-bottom: 40px;
  }

  .main-paragraph-wrap {
    width: 250px;
    margin-bottom: 0px;
  }

  .heading-43 {
    width: 250px;
    margin-bottom: 10px;
    font-size: 30px;
  }

  .main-heading-wrap {
    width: 250px;
    margin-bottom: 0px;
  }

  .paragraph-light-2 {
    width: 100%;
    margin-top: 20px;
    margin-bottom: 20px;
    padding-right: 20px;
    padding-left: 20px;
    font-size: 12px;
    text-align: center;
  }

  .paragraph-light-2.secondparagraph.blackparagraph {
    padding-right: 11px;
    padding-left: 11px;
  }

  .paragraph-light-2.blackparagraph {
    padding-right: 11px;
    padding-left: 11px;
  }

  .paragraph-light-2.blackparagraph.firstparagraph.homeparagraph {
    margin-right: auto;
    margin-left: auto;
  }

  .div-block-73 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .section-10.cc-product-detail {
    margin-right: 15px;
    margin-left: 15px;
  }

  .product-image-2 {
    width: 80%;
    height: auto;
    padding: 0px;
  }

  .product-details-wrap {
    width: 100%;
    max-width: none;
  }

  .submit-button-9 {
    font-size: 20px;
  }

  .div-block-75 {
    margin-top: 40px;
  }

  .image-27 {
    width: 100%;
    max-width: 100%;
  }

  .div-block-77 {
    width: 60%;
    height: 2px;
    margin-right: auto;
    margin-left: auto;
    background-color: #ebabcb;
    color: #ebabcb;
  }

  .button-13 {
    font-size: 20px;
  }

  .icon-3 {
    width: 70%;
  }

  .div-block-80 {
    width: 100%;
  }

  .text-field-9 {
    border: 1px none #000;
    background-color: transparent;
  }

  .table-header {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .cart-buttons-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 95%;
    margin-right: auto;
    margin-left: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .cart-total-wrapper {
    background-color: transparent;
  }

  .account-container {
    display: none;
  }

  .product-info-wrapper-4 {
    width: 100%;
    padding-left: 0px;
  }

  .table-row-data.price {
    width: 100%;
    padding-top: 20px;
    padding-bottom: 20px;
    background-color: transparent;
  }

  .table-row-data.total {
    width: 100%;
    background-color: transparent;
    font-family: myriad-pro-semiextended, sans-serif;
    color: #fff;
  }

  .table-row-data.product {
    width: 100%;
    padding: 0px 5px;
    background-color: transparent;
  }

  .table-row-data.quantity {
    width: 100%;
    background-color: transparent;
  }

  .table-row-data.price {
    padding-top: 20px;
    padding-bottom: 20px;
    border-style: solid solid none;
    border-color: #ebabcb;
  }

  .table-row-data.total {
    border-style: solid;
    border-color: #ebabcb;
  }

  .table-row-data.product {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    border-style: solid;
    border-color: #ebabcb;
    background-color: #fff;
  }

  .table-row-data.quantity {
    border-style: solid solid none;
    border-color: #ebabcb;
  }

  .image-35 {
    margin-top: 5px;
    margin-bottom: 5px;
  }

  .cart-quantity-7 {
    margin-right: 0px;
    margin-left: 0px;
    color: #fff;
  }

  .cart-row---copy-this {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 95%;
    margin-right: auto;
    margin-bottom: 20px;
    margin-left: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    border: 1px solid #fff;
  }

  .link-5 {
    color: #1a1719;
  }

  .bold-text-2 {
    color: #fff;
  }

  .div-block-165 {
    width: 100%;
  }

  .buttonseeallproducts {
    width: 60%;
  }

  .cart-wrapper {
    z-index: 10;
  }

  .heading-47 {
    font-size: 20px;
  }

  .section-subhead.narrower-middle {
    width: 95%;
    font-size: 19px;
  }

  .green-content-left {
    width: 100%;
  }

  .hiw-section {
    padding-bottom: 10px;
  }

  .amenity-title.dark {
    font-size: 20px;
  }

  .paragraph-light-4.darker {
    font-size: 14px;
  }

  .hiw-number.darker {
    width: auto;
    height: auto;
    margin-right: 0px;
    margin-bottom: 10px;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    font-size: 44px;
  }

  .split-right {
    padding-right: 0px;
  }

  .hiw-block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .split-left {
    width: 100%;
  }

  .section-title {
    font-size: 28px;
    line-height: 38px;
  }

  .text-block-103 {
    font-size: 14px;
  }

  .image-40 {
    margin-bottom: 10px;
  }

  .success-message-4 {
    font-size: 14px;
  }

  .text-block-104 {
    font-size: 14px;
  }

  .client-logo {
    width: 50%;
    padding: 20px;
  }

  .top-title-text {
    font-size: 24px;
    line-height: 32px;
  }

  .section-13 {
    padding: 60px 10px;
  }

  .order-item-list {
    display: none;
  }

  .field-label-19 {
    font-size: 14px;
  }

  .notices---copy-this-2 {
    right: 10px;
  }

  .text-block-137 {
    width: 50%;
  }

  .block-content-10 {
    padding-right: 10px;
    padding-left: 10px;
  }

  .form-3 {
    background-color: transparent;
  }

  .text-block-142 {
    display: block;
    padding-right: 10px;
    color: #fff;
  }

  .text-block-143 {
    display: block;
    font-size: 16px;
  }

  .text-block-144 {
    display: block;
    font-size: 14px;
  }

  .bold-text-3 {
    font-family: myriad-pro-semi-condensed, sans-serif;
    color: #fff;
  }

  .collection-list-15 {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .allproductscategorypagebutton {
    width: 80%;
    -webkit-transition: color 200ms ease, background-color 200ms ease;
    transition: color 200ms ease, background-color 200ms ease;
    font-size: 14px;
  }

  .allproductscategorypagebutton:hover {
    background-color: #ebabcb;
    color: #1a1719;
  }

  .collection-list-16 {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .collection-list-17 {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .collection-list-18 {
    grid-auto-flow: row;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .collection-list-wrapper-22 {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .text-top-bar {
    padding-top: 0px;
    padding-bottom: 0px;
    font-size: 12px;
  }

  .submit-button-11 {
    width: 50%;
  }

  .div-block-9 {
    margin-bottom: 20px;
  }

  .collection-item-2 {
    margin-bottom: 20px;
  }

  .button-19.white {
    -webkit-transition: color 250ms ease, background-color 250ms ease;
    transition: color 250ms ease, background-color 250ms ease;
    color: #ebabcb;
  }

  .button-19.white:hover {
    background-color: #ebabcb;
    color: #1a1719;
  }

  .button-19.white.update-cart {
    -webkit-transition: background-color 250ms ease, color 250ms ease;
    transition: background-color 250ms ease, color 250ms ease;
    color: #ebabcb;
  }

  .button-19.white.update-cart:hover {
    background-color: #ebabcb;
    color: #1a1719;
  }

  .button-19.white.checkout:hover {
    border-color: #ebabcb;
    background-color: transparent;
    opacity: 1;
    color: #ebabcb;
  }

  .text-field-3 {
    height: 50px;
  }

  .div-block-7 {
    justify-items: stretch;
  }

  .cart-totals---copy-this-2 {
    height: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .heading-55 {
    padding-right: 10px;
    padding-left: 10px;
    font-size: 12px;
    font-weight: 400;
  }

  .link-7 {
    color: #1a1719;
    font-size: 16px;
  }

  .cart-row---copy-this-2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .text-block-1525 {
    color: #ebabcb;
    font-size: 14px;
  }

  .text-block-1526 {
    color: #ebabcb;
  }

  .price-4 {
    padding-left: 10px;
    color: #fff;
  }

  .image-43 {
    color: #ebabcb;
  }

  .text-block-1528 {
    color: #fff;
  }

  .image-44 {
    display: none;
    width: 50%;
  }

  .div-block-313 {
    width: 50%;
    margin-right: 0px;
    margin-left: 0px;
  }

  .div-block-317 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .div-block-318 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .collection-list-19 {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .grid {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .bold-text-5 {
    font-size: 14px;
  }

  .email-banner-contact {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .link-8 {
    font-size: 12px;
  }

  .text-block-1537 {
    font-size: 12px;
  }

  .text-block-1538 {
    font-size: 12px;
  }
}

#field-3.w-node-c95b4a49-d262-1fdf-04ff-050e060f7238-060f7204 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row-align: start;
  align-self: start;
}

#w-node-c95b4a49-d262-1fdf-04ff-050e060f723a-060f7204 {
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-column: 3;
  grid-column-start: 3;
  -ms-grid-column-span: 1;
  grid-column-end: 4;
  -ms-grid-column-align: end;
  justify-self: end;
}

@media screen and (min-width: 1920px) {
  #field-3.w-node-c95b4a49-d262-1fdf-04ff-050e060f7238-060f7204 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-row-align: start;
    align-self: start;
  }
}


body.wc-block-product-gallery-modal-open,body.wc-modal--open{overflow:hidden}.wc-block-grid__products .wc-block-grid__product-image{display:block;position:relative;text-decoration:none}.wc-block-grid__products .wc-block-grid__product-image a{border:0;box-shadow:none;outline:0;text-decoration:none}.wc-block-grid__products .wc-block-grid__product-image img{height:auto;max-width:100%;width:100%}.wc-block-grid__products .wc-block-grid__product-image img[hidden]{display:none}.wc-block-grid__products .wc-block-grid__product-image img[alt=""]{border:1px solid #f2f2f2}.edit-post-visual-editor .editor-block-list__block .wc-block-grid__product-title,.editor-styles-wrapper .wc-block-grid__product-title,.wc-block-grid__product-title{color:inherit;display:block;font-family:inherit;font-size:inherit;font-weight:700;line-height:1.2;padding:0}.wc-block-grid__product-price{display:block}.wc-block-grid__product-price .wc-block-grid__product-price__regular{margin-right:.5em}.wc-block-grid__product-add-to-cart.wp-block-button{white-space:normal;word-break:break-word}.wc-block-grid__product-add-to-cart.wp-block-button .wp-block-button__link{display:inline-flex;font-size:1em;justify-content:center;text-align:center;white-space:normal;word-break:break-word}.wc-block-grid__product-add-to-cart.wp-block-button .wp-block-button__link.loading{opacity:.25}.wc-block-grid__product-add-to-cart.wp-block-button .wp-block-button__link.added:after{content:"";display:inline-block;font-family:WooCommerce;height:auto;margin-left:.5em;width:auto}.wc-block-grid__product-add-to-cart.wp-block-button .wp-block-button__link.loading:after{animation:spin 2s linear infinite;content:"";display:inline-block;font-family:WooCommerce;height:auto;margin-left:.5em;width:auto}.has-5-columns:not(.alignfull) .wc-block-grid__product-add-to-cart.wp-block-button .wp-block-button__link:after,.has-6-columns .wc-block-grid__product-add-to-cart.wp-block-button .wp-block-button__link:after,.has-7-columns .wc-block-grid__product-add-to-cart.wp-block-button .wp-block-button__link:after,.has-8-columns .wc-block-grid__product-add-to-cart.wp-block-button .wp-block-button__link:after,.has-9-columns .wc-block-grid__product-add-to-cart.wp-block-button .wp-block-button__link:after{content:"";margin:0}.wc-block-grid__product-rating{display:block}.wc-block-grid__product-rating .star-rating,.wc-block-grid__product-rating .wc-block-grid__product-rating__stars{font-family:WooCommerce;font-size:1em;font-weight:400;height:1.618em;line-height:1.618;margin:0 auto;overflow:hidden;position:relative;text-align:left;width:5.3em}.wc-block-grid__product-rating .star-rating:before,.wc-block-grid__product-rating .wc-block-grid__product-rating__stars:before{content:"SSSSS";left:0;opacity:.5;position:absolute;right:0;top:0;white-space:nowrap}.wc-block-grid__product-rating .star-rating span,.wc-block-grid__product-rating .wc-block-grid__product-rating__stars span{left:0;overflow:hidden;padding-top:1.5em;position:absolute;right:0;top:0}.wc-block-grid__product-rating .star-rating span:before,.wc-block-grid__product-rating .wc-block-grid__product-rating__stars span:before{color:inherit;content:"SSSSS";left:0;position:absolute;right:0;top:0;white-space:nowrap}.wc-block-grid .wc-block-grid__product-onsale,.wc-block-grid__product-image .wc-block-grid__product-onsale{background:#fff;border:1px solid #43454b;border-radius:4px;color:#43454b;display:inline-block;font-size:.875em;font-weight:600;left:auto;padding:.25em .75em;position:absolute;right:4px;text-align:center;text-transform:uppercase;top:4px;width:auto;z-index:9}.wc-block-grid__product .wc-block-grid__product-image,.wc-block-grid__product .wc-block-grid__product-link{display:inline-block;position:relative}.wc-block-grid__product .wc-block-grid__product-image:not(.wc-block-components-product-image),.wc-block-grid__product .wc-block-grid__product-title{margin:0 0 12px}.wc-block-grid__product .wc-block-grid__product-add-to-cart,.wc-block-grid__product .wc-block-grid__product-onsale,.wc-block-grid__product .wc-block-grid__product-price,.wc-block-grid__product .wc-block-grid__product-rating{margin:0 auto 12px}.theme-twentysixteen .wc-block-grid .price ins{color:#77a464}.theme-twentynineteen .wc-block-grid__product{font-size:.88889em}.theme-twentynineteen .wc-block-components-product-sale-badge,.theme-twentynineteen .wc-block-components-product-title,.theme-twentynineteen .wc-block-grid__product-onsale,.theme-twentynineteen .wc-block-grid__product-title{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif}.theme-twentynineteen .wc-block-grid__product-title:before{display:none}.theme-twentynineteen .wc-block-components-product-sale-badge,.theme-twentynineteen .wc-block-grid__product-onsale{line-height:1}.theme-twentynineteen .editor-styles-wrapper .wp-block-button .wp-block-button__link:not(.has-text-color){color:#fff}.theme-twentytwenty .wc-block-grid__product-link{color:#000}.theme-twentytwenty .wc-block-components-product-title,.theme-twentytwenty .wc-block-grid__product-title{color:#cd2653;font-family:-apple-system,blinkmacsystemfont,Helvetica Neue,helvetica,sans-serif;font-size:1em}.theme-twentytwenty .wp-block-columns .wc-block-components-product-title{margin-top:0}.theme-twentytwenty .wc-block-components-product-price .woocommerce-Price-amount,.theme-twentytwenty .wc-block-components-product-price__value,.theme-twentytwenty .wc-block-grid__product-price .woocommerce-Price-amount,.theme-twentytwenty .wc-block-grid__product-price__value{font-family:-apple-system,blinkmacsystemfont,Helvetica Neue,helvetica,sans-serif;font-size:.9em}.theme-twentytwenty .wc-block-components-product-price del,.theme-twentytwenty .wc-block-grid__product-price del{opacity:.5}.theme-twentytwenty .wc-block-components-product-price ins,.theme-twentytwenty .wc-block-grid__product-price ins{text-decoration:none}.theme-twentytwenty .star-rating,.theme-twentytwenty .wc-block-grid__product-rating{font-size:.7em}.theme-twentytwenty .star-rating .wc-block-components-product-rating__stars,.theme-twentytwenty .star-rating .wc-block-grid__product-rating__stars,.theme-twentytwenty .wc-block-grid__product-rating .wc-block-components-product-rating__stars,.theme-twentytwenty .wc-block-grid__product-rating .wc-block-grid__product-rating__stars{line-height:1}.theme-twentytwenty .wc-block-components-product-button>.wp-block-button__link,.theme-twentytwenty .wc-block-grid__product-add-to-cart>.wp-block-button__link{font-family:-apple-system,blinkmacsystemfont,Helvetica Neue,helvetica,sans-serif}.theme-twentytwenty .wc-block-components-product-sale-badge,.theme-twentytwenty .wc-block-grid__products .wc-block-grid__product-onsale{background:#cd2653;color:#fff;font-family:-apple-system,blinkmacsystemfont,Helvetica Neue,helvetica,sans-serif;font-weight:700;letter-spacing:-.02em;line-height:1.2;text-transform:uppercase}.theme-twentytwenty .wc-block-grid__products .wc-block-components-product-sale-badge{position:static}.theme-twentytwenty .wc-block-grid__products .wc-block-grid__product-image .wc-block-components-product-sale-badge{position:absolute}.theme-twentytwenty .wc-block-grid__products .wc-block-grid__product-onsale:not(.wc-block-components-product-sale-badge){position:absolute;right:4px;top:4px;z-index:1}.theme-twentytwenty .wc-block-active-filters__title,.theme-twentytwenty .wc-block-attribute-filter__title,.theme-twentytwenty .wc-block-price-filter__title,.theme-twentytwenty .wc-block-stock-filter__title{font-size:1em}.theme-twentytwenty .wc-block-active-filters .wc-block-active-filters__clear-all,.theme-twentytwenty .wc-block-grid__product-add-to-cart.wp-block-button .wp-block-button__link{font-size:.75em}@media only screen and (min-width:768px){.theme-twentytwenty .wc-block-grid__products .wc-block-grid__product-onsale{font-size:.875em;padding:.5em}}@media only screen and (min-width:1168px){.theme-twentytwenty .wc-block-grid__products .wc-block-grid__product-onsale{font-size:.875em;padding:.5em}}.theme-twentytwentytwo .wc-block-grid__product-add-to-cart .added_to_cart{display:block;margin-top:12px}.theme-twentytwentytwo .wc-block-components-product-price ins,.theme-twentytwentytwo .wc-block-grid__product-price ins{text-decoration:none}.screen-reader-text{clip:rect(1px,1px,1px,1px);word-wrap:normal!important;border:0;clip-path:inset(50%);height:1px;margin:-1px;overflow:hidden;overflow-wrap:normal!important;padding:0;position:absolute!important;width:1px}.screen-reader-text:focus{clip:auto!important;background-color:#fff;border-radius:3px;box-shadow:0 0 2px 2px rgba(0,0,0,.6);clip-path:none;color:#2b2d2f;display:block;font-size:.875rem;font-weight:700;height:auto;left:5px;line-height:normal;padding:15px 23px 14px;text-decoration:none;top:5px;width:auto;z-index:100000}.wp-block-group.woocommerce.product .up-sells.upsells.products{max-width:var(--wp--style--global--wide-size)}
.wc-block-components-notice-banner{align-content:flex-start;align-items:stretch;background-color:#fff;border:1px solid;border-radius:4px;box-sizing:border-box;color:#2f2f2f;display:flex;font-size:.875em;font-weight:400;gap:12px;line-height:1.5;margin:16px 0;padding:16px!important}.wc-block-components-notice-banner>.wc-block-components-notice-banner__content{-ms-grid-row-align:center;align-self:center;flex-basis:100%;padding-right:16px;white-space:normal}.wc-block-components-notice-banner>.wc-block-components-notice-banner__content:last-child{padding-right:0}.wc-block-components-notice-banner>.wc-block-components-notice-banner__content .wc-block-components-notice-banner__summary{font-weight:600;margin:0 0 8px}.wc-block-components-notice-banner>.wc-block-components-notice-banner__content ol,.wc-block-components-notice-banner>.wc-block-components-notice-banner__content ul{margin:0 0 0 24px;padding:0}.wc-block-components-notice-banner>.wc-block-components-notice-banner__content ol li:after,.wc-block-components-notice-banner>.wc-block-components-notice-banner__content ul li:after{clear:both;content:"";display:block}.wc-block-components-notice-banner>.wc-block-components-notice-banner__content .wc-forward{-moz-appearance:none;appearance:none;background:transparent!important;border:0;color:#2f2f2f!important;float:right;margin:0;opacity:.7;padding:0!important;text-decoration-line:underline;text-underline-position:under;transition:all .2s ease-in-out}.wc-block-components-notice-banner>.wc-block-components-notice-banner__content .wc-forward:active,.wc-block-components-notice-banner>.wc-block-components-notice-banner__content .wc-forward:focus,.wc-block-components-notice-banner>.wc-block-components-notice-banner__content .wc-forward:hover{opacity:1;text-decoration:none}.wc-block-components-notice-banner>svg{fill:#fff;background-color:#2f2f2f;border-radius:50%;flex-grow:0;flex-shrink:0;height:100%;padding:2px}.wc-block-components-notice-banner>.wc-block-components-button{background:transparent none!important;border:0!important;box-shadow:none!important;color:#2f2f2f!important;flex:0 0 16px;height:16px!important;margin:6px 0 0 auto!important;min-height:auto!important;min-width:0!important;opacity:.6;outline:none!important;padding:0!important;width:16px!important}.wc-block-components-notice-banner>.wc-block-components-button>svg{margin:0!important}.wc-block-components-notice-banner>.wc-block-components-button:active,.wc-block-components-notice-banner>.wc-block-components-button:focus,.wc-block-components-notice-banner>.wc-block-components-button:hover{opacity:1}.wc-block-components-notice-banner>.wc-block-components-button:focus{outline:2px solid currentColor!important;outline-offset:0}.wc-block-components-notice-banner.is-error{background-color:#fff0f0;border-color:#cc1818}.wc-block-components-notice-banner.is-error>svg{background-color:#cc1818;transform:rotate(180deg)}.wc-block-components-notice-banner.is-warning{background-color:#fffbf4;border-color:#f0b849}.wc-block-components-notice-banner.is-warning>svg{background-color:#f0b849;transform:rotate(180deg)}.wc-block-components-notice-banner.is-success{background-color:#f4fff7;border-color:#4ab866}.wc-block-components-notice-banner.is-success>svg{background-color:#4ab866}.wc-block-components-notice-banner.is-info{background-color:#f4f8ff;border-color:#007cba}.wc-block-components-notice-banner.is-info>svg{background-color:#007cba}.wc-block-components-notice-banner:focus{outline-width:0}.wc-block-components-notice-banner:focus-visible{outline-style:solid;outline-width:2px}.woocommerce.wc-block-store-notices.alignwide{max-width:var(--wp--style--global--wide-size)}

#cookie-law-info-bar{font-size:15px;margin:0 auto;padding:12px 10px;position:absolute;text-align:center;box-sizing:border-box;width:100%;z-index:9999;display:none;left:0;font-weight:300;box-shadow:0 -1px 10px 0 rgba(172,171,171,.3)}#cookie-law-info-again{font-size:10pt;margin:0;padding:5px 10px;text-align:center;z-index:9999;cursor:pointer;box-shadow:#161616 2px 2px 5px 2px}#cookie-law-info-bar span{vertical-align:middle}.cli-plugin-button,.cli-plugin-button:visited{display:inline-block;padding:9px 12px;color:#fff;text-decoration:none;position:relative;cursor:pointer;margin-left:5px;text-decoration:none}.cli-plugin-main-link{margin-left:0;font-weight:550;text-decoration:underline}.cli-plugin-button:hover{background-color:#111;color:#fff;text-decoration:none}.small.cli-plugin-button,.small.cli-plugin-button:visited{font-size:11px}.cli-plugin-button,.cli-plugin-button:visited,.medium.cli-plugin-button,.medium.cli-plugin-button:visited{font-size:13px;font-weight:400;line-height:1}.large.cli-plugin-button,.large.cli-plugin-button:visited{font-size:14px;padding:8px 14px 9px}.super.cli-plugin-button,.super.cli-plugin-button:visited{font-size:34px;padding:8px 14px 9px}.pink.cli-plugin-button,.magenta.cli-plugin-button:visited{background-color:#e22092}.pink.cli-plugin-button:hover{background-color:#c81e82}.green.cli-plugin-button,.green.cli-plugin-button:visited{background-color:#91bd09}.green.cli-plugin-button:hover{background-color:#749a02}.red.cli-plugin-button,.red.cli-plugin-button:visited{background-color:#e62727}.red.cli-plugin-button:hover{background-color:#cf2525}.orange.cli-plugin-button,.orange.cli-plugin-button:visited{background-color:#ff5c00}.orange.cli-plugin-button:hover{background-color:#d45500}.blue.cli-plugin-button,.blue.cli-plugin-button:visited{background-color:#2981e4}.blue.cli-plugin-button:hover{background-color:#2575cf}.yellow.cli-plugin-button,.yellow.cli-plugin-button:visited{background-color:#ffb515}.yellow.cli-plugin-button:hover{background-color:#fc9200}.cli-plugin-button{margin-top:5px}.cli-bar-popup{-moz-background-clip:padding;-webkit-background-clip:padding;background-clip:padding-box;-webkit-border-radius:30px;-moz-border-radius:30px;border-radius:30px;padding:20px}.cli-powered_by_p{width:100%!important;display:block!important;color:#333;clear:both;font-style:italic!important;font-size:12px!important;margin-top:15px!important}.cli-powered_by_a{color:#333;font-weight:600!important;font-size:12px!important}.cli-plugin-main-link.cli-plugin-button{text-decoration:none}.cli-plugin-main-link.cli-plugin-button{margin-left:5px}
.gdpr-container-fluid{width:100%;padding-right:15px;padding-left:15px;margin-right:auto;margin-left:auto}.gdpr-row{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-right:-15px;margin-left:-15px}.gdpr-col-4{-ms-flex:0 0 33.333333%;flex:0 0 33.333333%;max-width:33.333333%}.gdpr-col-8{-ms-flex:0 0 66.666667%;flex:0 0 66.666667%;max-width:66.666667%}.gdpr-align-items-stretch{-ms-flex-align:stretch!important;align-items:stretch!important}.gdpr-d-flex{display:-ms-flexbox!important;display:flex!important}.gdpr-px-0{padding-left:0;padding-right:0}.modal-backdrop.show{opacity:.8}.modal-open{overflow:hidden}.modal-open .gdpr-modal{overflow-x:hidden;overflow-y:auto}.gdpr-modal.fade .gdpr-modal-dialog{transition:-webkit-transform .3s ease-out;transition:transform .3s ease-out;transition:transform .3s ease-out,-webkit-transform .3s ease-out;-webkit-transform:translate(0,-25%);transform:translate(0,-25%)}.gdpr-modal.show .gdpr-modal-dialog{-webkit-transform:translate(0,0);transform:translate(0,0)}.modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1039;background-color:#000}.modal-backdrop.fade{opacity:0}.modal-backdrop.show{opacity:.5}.gdpr-modal{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1050;display:none;overflow:hidden;outline:0}.gdpr-modal a{text-decoration:none}.gdpr-modal .gdpr-modal-dialog{position:relative;width:auto;margin:.5rem;pointer-events:none;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";font-size:1rem;font-weight:400;line-height:1.5;color:#212529;text-align:left;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;min-height:calc(100% - (.5rem * 2))}@media (min-width:576px){.gdpr-modal .gdpr-modal-dialog{max-width:500px;margin:1.75rem auto;min-height:calc(100% - (1.75rem * 2))}}@media (min-width:992px){.gdpr-modal .gdpr-modal-dialog{max-width:900px}}.gdpr-modal-content{position:relative;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;width:100%;pointer-events:auto;background-color:#fff;background-clip:padding-box;border:1px solid rgba(0,0,0,.2);border-radius:.3rem;outline:0}.gdpr-modal .row{margin:0 -15px}.gdpr-modal .modal-body{padding:0;position:relative;-ms-flex:1 1 auto;flex:1 1 auto}.gdpr-modal .close{position:absolute;right:10px;top:10px;z-index:1;padding:0;background-color:transparent;border:0;-webkit-appearance:none;font-size:1.5rem;font-weight:700;line-height:1;color:#000;text-shadow:0 1px 0 #fff}.gdpr-modal .close:focus{outline:0}.gdpr-switch{display:inline-block;position:relative;min-height:1px;padding-left:70px;font-size:14px}.gdpr-switch input[type="checkbox"]{display:none}.gdpr-switch .gdpr-slider{background-color:#e3e1e8;height:24px;width:50px;bottom:0;cursor:pointer;left:0;position:absolute;right:0;top:0;transition:.4s}.gdpr-switch .gdpr-slider:before{background-color:#fff;bottom:2px;content:"";height:20px;left:2px;position:absolute;transition:.4s;width:20px}.gdpr-switch input:checked+.gdpr-slider{background-color:rgb(99,179,95)}.gdpr-switch input:checked+.gdpr-slider:before{transform:translateX(26px)}.gdpr-switch .gdpr-slider{border-radius:34px}.gdpr-switch .gdpr-slider:before{border-radius:50%}.gdpr-tab-content>.gdpr-tab-pane{display:none}.gdpr-tab-content>.active{display:block}.gdpr-fade{transition:opacity .15s linear}.gdpr-nav-pills{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;padding-left:0;margin-bottom:0;list-style:none;-ms-flex-direction:column!important;flex-direction:column!important;align-items:stretch!important;-ms-align-items:stretch!important}.nav.gdpr-nav-pills,.gdpr-tab-content{width:100%;padding:30px}.nav.gdpr-nav-pills{background:#f3f3f3}.nav.gdpr-nav-pills .gdpr-nav-link{border:1px solid #0070ad;margin-bottom:10px;color:#0070ad;font-size:14px;display:block;padding:.5rem 1rem;border-radius:.25rem}.nav.gdpr-nav-pills .gdpr-nav-link.active,.nav.gdpr-nav-pills .show>.gdpr-nav-link{background-color:#0070ad;border:1px solid #0070ad}.nav.gdpr-nav-pills .gdpr-nav-link.active{color:#fff}.gdpr-tab-content .gdpr-button-wrapper{padding-top:30px;margin-top:30px;border-top:1px solid #d6d6d6}.gdpr-tab-content .gdpr-button-wrapper .btn-gdpr{background-color:#0070ad;border-color:#0070ad;color:#fff;font-size:14px;display:inline-block;font-weight:400;text-align:center;white-space:nowrap;vertical-align:middle;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;border:1px solid transparent;padding:.375rem .75rem;font-size:1rem;line-height:1.5;border-radius:.25rem;transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out}.gdpr-tab-content p{color:#343438;font-size:14px;margin-top:0}.gdpr-tab-content h4{font-size:20px;margin-bottom:.5rem;margin-top:0;font-family:inherit;font-weight:500;line-height:1.2;color:inherit}.cli-container-fluid{padding-right:15px;padding-left:15px;margin-right:auto;margin-left:auto}.cli-row{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-right:-15px;margin-left:-15px}.cli-col-4{-ms-flex:0 0 33.333333%;flex:0 0 33.333333%;max-width:33.333333%}.cli-col-8{-ms-flex:0 0 66.666667%;flex:0 0 66.666667%;max-width:66.666667%}.cli-align-items-stretch{-ms-flex-align:stretch!important;align-items:stretch!important}.cli-d-flex{display:-ms-flexbox!important;display:flex!important}.cli-px-0{padding-left:0;padding-right:0}.cli-btn{cursor:pointer;font-size:14px;display:inline-block;font-weight:400;text-align:center;white-space:nowrap;vertical-align:middle;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;border:1px solid transparent;padding:.5rem 1.25rem;line-height:1;border-radius:.25rem;transition:all .15s ease-in-out}.cli-btn:hover{opacity:.8}.cli-read-more-link{cursor:pointer;font-size:15px;font-weight:500;text-decoration:underline}.cli-btn:focus{outline:0}.cli-modal-backdrop.cli-show{opacity:.8}.cli-modal-open{overflow:hidden}.cli-barmodal-open{overflow:hidden}.cli-modal-open .cli-modal{overflow-x:hidden;overflow-y:auto}.cli-modal.cli-fade .cli-modal-dialog{transition:-webkit-transform .3s ease-out;transition:transform .3s ease-out;transition:transform .3s ease-out,-webkit-transform .3s ease-out;-webkit-transform:translate(0,-25%);transform:translate(0,-25%)}.cli-modal.cli-show .cli-modal-dialog{-webkit-transform:translate(0,0);transform:translate(0,0)}.cli-modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1040;background-color:#000;display:none}.cli-modal-backdrop.cli-fade{opacity:0}.cli-modal-backdrop.cli-show{opacity:.5;display:block}.cli-modal.cli-show{display:block}.cli-modal a{text-decoration:none}.cli-modal .cli-modal-dialog{position:relative;width:auto;margin:.5rem;pointer-events:none;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";font-size:1rem;font-weight:400;line-height:1.5;color:#212529;text-align:left;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;min-height:calc(100% - (.5rem * 2))}@media (min-width:576px){.cli-modal .cli-modal-dialog{max-width:500px;margin:1.75rem auto;min-height:calc(100% - (1.75rem * 2))}}@media (min-width:992px){.cli-modal .cli-modal-dialog{max-width:900px}}.cli-modal-content{position:relative;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;width:100%;pointer-events:auto;background-color:#fff;background-clip:padding-box;border-radius:.3rem;outline:0}.cli-modal .row{margin:0 -15px}.cli-modal .modal-body{padding:0;position:relative;-ms-flex:1 1 auto;flex:1 1 auto}.cli-modal .cli-modal-close{position:absolute;right:10px;top:10px;z-index:1;padding:0;background-color:transparent!important;border:0;-webkit-appearance:none;font-size:1.5rem;font-weight:700;line-height:1;color:#000;text-shadow:0 1px 0 #fff}.cli-modal .cli-modal-close:focus{outline:0}.cli-switch{display:inline-block;position:relative;min-height:1px;padding-left:70px;font-size:14px}.cli-switch input[type="checkbox"]{display:none}.cli-switch .cli-slider{background-color:#e3e1e8;height:24px;width:50px;bottom:0;cursor:pointer;left:0;position:absolute;right:0;top:0;transition:.4s}.cli-switch .cli-slider:before{background-color:#fff;bottom:2px;content:"";height:20px;left:2px;position:absolute;transition:.4s;width:20px}.cli-switch input:checked+.cli-slider{background-color:#00acad}.cli-switch input:checked+.cli-slider:before{transform:translateX(26px)}.cli-switch .cli-slider{border-radius:34px}.cli-switch .cli-slider:before{border-radius:50%}.cli-tab-content{background:#fff}.cli-tab-content>.cli-active{display:block}.cli-fade{transition:opacity .15s linear}.cli-nav-pills{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;padding-left:0;margin-bottom:0;list-style:none;-ms-flex-direction:column;flex-direction:column}.cli-nav-pills,.cli-tab-content{width:100%;padding:30px}@media (max-width:767px){.cli-nav-pills,.cli-tab-content{padding:30px 10px}}.cli-nav-pills{background:#f3f3f3}.cli-nav-pills .cli-nav-link{border:1px solid #00acad;margin-bottom:10px;color:#00acad;font-size:14px;display:block;padding:.5rem 1rem;border-radius:.25rem;cursor:pointer}.cli-nav-pills .cli-nav-link.cli-active,.cli-nav-pills .cli-show>.cli-nav-link{background-color:#00acad;border:1px solid #00acad}.cli-nav-pills .cli-nav-link.cli-active{color:#fff}.cli-tab-content .cli-button-wrapper{padding-top:30px;margin-top:30px;border-top:1px solid #d6d6d6}.cli-tab-content p{color:#343438;font-size:14px;margin-top:0}.cli-tab-content h4{font-size:20px;margin-bottom:1.5rem;margin-top:0;font-family:inherit;font-weight:500;line-height:1.2;color:inherit}.cli-container-fluid{padding-right:15px;padding-left:15px;margin-right:auto;margin-left:auto}.cli-row{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-right:-15px;margin-left:-15px}.cli-col-4{-ms-flex:0 0 33.333333%;flex:0 0 33.333333%;max-width:33.333333%}.cli-col-8{-ms-flex:0 0 66.666667%;flex:0 0 66.666667%;max-width:66.666667%;flex-direction:column}.cli-align-items-stretch{-ms-flex-align:stretch!important;align-items:stretch!important}.cli-d-flex{display:-ms-flexbox!important;display:flex!important}.cli-px-0{padding-left:0;padding-right:0}.cli-btn{cursor:pointer;font-size:14px;display:inline-block;font-weight:400;text-align:center;white-space:nowrap;vertical-align:middle;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;border:1px solid transparent;padding:.5rem 1.25rem;line-height:1;border-radius:.25rem;transition:all .15s ease-in-out}.cli-btn:hover{opacity:.8}.cli-read-more-link{cursor:pointer;font-size:15px;font-weight:500;text-decoration:underline}.cli-btn:focus{outline:0}.cli-modal-backdrop.cli-show{opacity:.8}.cli-modal-open{overflow:hidden}.cli-barmodal-open{overflow:hidden}.cli-modal-open .cli-modal{overflow-x:hidden;overflow-y:auto}.cli-modal.cli-fade .cli-modal-dialog{transition:-webkit-transform .3s ease-out;transition:transform .3s ease-out;transition:transform .3s ease-out,-webkit-transform .3s ease-out;-webkit-transform:translate(0,-25%);transform:translate(0,-25%)}.cli-modal.cli-show .cli-modal-dialog{-webkit-transform:translate(0,0);transform:translate(0,0)}.cli-modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1040;background-color:#000;-webkit-transform:scale(0);transform:scale(0);transition:opacity ease-in-out 0.5s}.cli-modal-backdrop.cli-fade{opacity:0}.cli-modal-backdrop.cli-show{opacity:.5;-webkit-transform:scale(1);transform:scale(1)}.cli-modal{position:fixed;top:0;right:0;bottom:0;left:0;z-index:99999;transform:scale(0);overflow:hidden;outline:0;display:none}.cli-modal a{text-decoration:none}.cli-modal .cli-modal-dialog{position:relative;width:auto;margin:.5rem;pointer-events:none;font-family:inherit;font-size:1rem;font-weight:400;line-height:1.5;color:#212529;text-align:left;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;min-height:calc(100% - (.5rem * 2))}@media (min-width:576px){.cli-modal .cli-modal-dialog{max-width:500px;margin:1.75rem auto;min-height:calc(100% - (1.75rem * 2))}}.cli-modal-content{position:relative;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;width:100%;pointer-events:auto;background-color:#fff;background-clip:padding-box;border-radius:.2rem;box-sizing:border-box;outline:0}.cli-modal .row{margin:0 -15px}.cli-modal .modal-body{padding:0;position:relative;-ms-flex:1 1 auto;flex:1 1 auto}.cli-modal .cli-modal-close:focus{outline:0}.cli-switch{display:inline-block;position:relative;min-height:1px;padding-left:38px;font-size:14px}.cli-switch input[type="checkbox"]{display:none}.cli-switch .cli-slider{background-color:#e3e1e8;height:20px;width:38px;bottom:0;cursor:pointer;left:0;position:absolute;right:0;top:0;transition:.4s}.cli-switch .cli-slider:before{background-color:#fff;bottom:2px;content:"";height:15px;left:3px;position:absolute;transition:.4s;width:15px}.cli-switch input:checked+.cli-slider{background-color:#61a229}.cli-switch input:checked+.cli-slider:before{transform:translateX(18px)}.cli-switch .cli-slider{border-radius:34px;font-size:0}.cli-switch .cli-slider:before{border-radius:50%}.cli-tab-content{background:#fff}.cli-nav-pills{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;padding-left:0;margin-bottom:0;list-style:none;-ms-flex-direction:column;flex-direction:column}.cli-nav-pills,.cli-tab-content{width:100%;padding:5px 30px 5px 5px;box-sizing:border-box}@media (max-width:767px){.cli-nav-pills,.cli-tab-content{padding:30px 10px}}.cli-nav-pills{background:#fff}.cli-nav-pills .cli-nav-link{border:1px solid #ccc;margin-bottom:10px;color:#2a2a2a;font-size:14px;display:block;padding:.5rem 1rem;border-radius:.25rem;cursor:pointer}.cli-nav-pills .cli-nav-link.cli-active,.cli-nav-pills .cli-show>.cli-nav-link{background-color:#f6f6f9;border:1px solid #ccc}.cli-nav-pills .cli-nav-link.cli-active{color:#2a2a2a}.cli-tab-content .cli-button-wrapper{padding-top:30px;margin-top:30px;border-top:1px solid #d6d6d6}.cli-tab-content p{color:#343438;font-size:14px;margin-top:0}.cli-tab-content h4{font-size:20px;margin-bottom:1.5rem;margin-top:0;font-family:inherit;font-weight:500;line-height:1.2;color:inherit}#cookie-law-info-bar .cli-nav-pills,#cookie-law-info-bar .cli-tab-content,#cookie-law-info-bar .cli-nav-pills .cli-show>.cli-nav-link,#cookie-law-info-bar a.cli-nav-link.cli-active{background:transparent}#cookie-law-info-bar .cli-nav-pills .cli-nav-link.cli-active,#cookie-law-info-bar .cli-nav-link,#cookie-law-info-bar .cli-tab-container p,#cookie-law-info-bar span.cli-necessary-caption,#cookie-law-info-bar .cli-switch .cli-slider:after{color:inherit}#cookie-law-info-bar .cli-tab-header a:before{border-right:1px solid currentColor;border-bottom:1px solid currentColor}#cookie-law-info-bar .cli-row{margin-top:20px}#cookie-law-info-bar .cli-col-4{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:auto;max-width:none}#cookie-law-info-bar .cli-col-8{flex-basis:0%;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;max-width:100%}.cli-wrapper{max-width:90%;float:none;margin:0 auto}#cookie-law-info-bar .cli-tab-content h4{margin-bottom:.5rem}#cookie-law-info-bar .cli-nav-pills .cli-nav-link{padding:.2rem .5rem}#cookie-law-info-bar .cli-tab-container{display:none;text-align:left}.cli-tab-footer .cli-btn{background-color:#00acad;padding:10px 15px;text-decoration:none}.cli-tab-footer .wt-cli-privacy-accept-btn{background-color:#61a229;color:#fff;border-radius:0}.cli-tab-footer{width:100%;text-align:right;padding:20px 0}.cli-col-12{width:100%}.cli-tab-header{display:flex;justify-content:space-between}.cli-tab-header a:before{width:10px;height:2px;left:0;top:calc(50% - 1px)}.cli-tab-header a:after{width:2px;height:10px;left:4px;top:calc(50% - 5px);-webkit-transform:none;transform:none}.cli-tab-header a:before{width:7px;height:7px;border-right:1px solid #4a6e78;border-bottom:1px solid #4a6e78;content:" ";transform:rotate(-45deg);-webkit-transition:all 0.2s ease-in-out;-moz-transition:all 0.2s ease-in-out;transition:all 0.2s ease-in-out;margin-right:10px}.cli-tab-header a.cli-nav-link{position:relative;display:flex;align-items:center;font-size:14px;color:#000;text-transform:capitalize}.cli-tab-header.cli-tab-active .cli-nav-link:before{transform:rotate(45deg);-webkit-transition:all 0.2s ease-in-out;-moz-transition:all 0.2s ease-in-out;transition:all 0.2s ease-in-out}.cli-tab-header{border-radius:5px;padding:12px 15px;cursor:pointer;transition:background-color 0.2s ease-out 0.3s,color 0.2s ease-out 0s;background-color:#f2f2f2}.cli-modal .cli-modal-close{position:absolute;right:0;top:0;z-index:1;-webkit-appearance:none;width:40px;height:40px;padding:0;border-radius:50%;padding:10px;background:transparent;border:none;min-width:40px}.cli-tab-container h4,.cli-tab-container h1{font-family:inherit;font-size:16px;margin-bottom:15px;margin:10px 0}#cliSettingsPopup .cli-tab-section-container{padding-top:12px}.cli-tab-container p,.cli-privacy-content-text{font-size:14px;line-height:1.4;margin-top:0;padding:0;color:#000}.wt-cli-privacy{display:none}.cli-tab-content{display:none}.cli-tab-section .cli-tab-content{padding:10px 20px 5px 20px}.cli-tab-section{margin-top:5px}@media (min-width:992px){.cli-modal .cli-modal-dialog{max-width:645px}}.cli-switch .cli-slider:after{content:attr(data-cli-disable);position:absolute;right:50px;color:#000;font-size:12px;text-align:right;min-width:80px}.cli-switch input:checked+.cli-slider:after{content:attr(data-cli-enable)}.cli-privacy-overview:not(.cli-collapsed) .cli-privacy-content{max-height:60px;transition:max-height 0.15s ease-out;overflow:hidden}a.cli-privacy-readmore{font-size:12px;margin-top:12px;display:inline-block;padding-bottom:0;cursor:pointer;color:#000;text-decoration:underline}.cli-modal-footer{position:relative}a.cli-privacy-readmore:before{content:attr(data-readmore-text)}.cli-collapsed a.cli-privacy-readmore:before{content:attr(data-readless-text)}.cli-collapsed .cli-privacy-content{transition:max-height 0.25s ease-in}.cli-privacy-content p{margin-bottom:0}.cli-modal-close svg{fill:#000}span.cli-necessary-caption{color:#000;font-size:12px}.cli-tab-section.cli-privacy-tab{display:none}#cookie-law-info-bar .cli-tab-section.cli-privacy-tab{display:block}#cookie-law-info-bar .cli-privacy-overview{display:none}.cli-tab-container .cli-row{max-height:500px;overflow-y:auto}.cli-modal.cli-blowup.cli-out{z-index:-1}.cli-modal.cli-blowup{z-index:999999;transform:scale(1)}.cli-modal.cli-blowup .cli-modal-dialog{animation:blowUpModal 0.5s cubic-bezier(.165,.84,.44,1) forwards}.cli-modal.cli-blowup.cli-out .cli-modal-dialog{animation:blowUpModalTwo 0.5s cubic-bezier(.165,.84,.44,1) forwards}@keyframes blowUpContent{0%{transform:scale(1);opacity:1}99.9%{transform:scale(2);opacity:0}100%{transform:scale(0)}}@keyframes blowUpContentTwo{0%{transform:scale(2);opacity:0}100%{transform:scale(1);opacity:1}}@keyframes blowUpModal{0%{transform:scale(0)}100%{transform:scale(1)}}@keyframes blowUpModalTwo{0%{transform:scale(1);opacity:1}50%{transform:scale(.5);opacity:0}100%{transform:scale(0);opacity:0}}.cli-tab-section .cookielawinfo-row-cat-table td,.cli-tab-section .cookielawinfo-row-cat-table th{font-size:12px}.cli_settings_button{cursor:pointer}.wt-cli-sr-only{display:none;font-size:16px}a.wt-cli-element.cli_cookie_close_button{text-decoration:none;color:#333;font-size:22px;line-height:22px;cursor:pointer;position:absolute;right:10px;top:5px}.cli-bar-container{float:none;margin:0 auto;display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex;justify-content:space-between;-webkit-box-align:center;-moz-box-align:center;-ms-flex-align:center;-webkit-align-items:center;align-items:center}.cli-bar-btn_container{margin-left:20px;display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex;-webkit-box-align:center;-moz-box-align:center;-ms-flex-align:center;-webkit-align-items:center;align-items:center;flex-wrap:nowrap}.cli-style-v2 a{cursor:pointer}.cli-bar-btn_container a{white-space:nowrap}.cli-style-v2 .cli-plugin-main-link{font-weight:inherit}.cli-style-v2{font-size:11pt;line-height:18px;font-weight:400}#cookie-law-info-bar[data-cli-type="widget"] .cli-bar-container,#cookie-law-info-bar[data-cli-type="popup"] .cli-bar-container{display:block}.cli-style-v2 .cli-bar-message{width:70%;text-align:left}#cookie-law-info-bar[data-cli-type="widget"] .cli-bar-message,#cookie-law-info-bar[data-cli-type="popup"] .cli-bar-message{width:100%}#cookie-law-info-bar[data-cli-type="widget"] .cli-style-v2 .cli-bar-btn_container{margin-top:8px;margin-left:0;flex-wrap:wrap}#cookie-law-info-bar[data-cli-type="popup"] .cli-style-v2 .cli-bar-btn_container{margin-top:8px;margin-left:0}#cookie-law-info-bar[data-cli-style="cli-style-v2"] .cli_messagebar_head{text-align:left;margin-bottom:5px;margin-top:0;font-size:16px}.cli-style-v2 .cli-bar-message .wt-cli-ccpa-element,.cli-style-v2 .cli-bar-message .wt-cli-ccpa-checkbox{margin-top:5px}.cli-style-v2 .cli-bar-btn_container .cli_action_button,.cli-style-v2 .cli-bar-btn_container .cli-plugin-main-link,.cli-style-v2 .cli-bar-btn_container .cli_settings_button{margin-left:5px}.wt-cli-ccpa-checkbox label{font-size:inherit;cursor:pointer;margin:0 0 0 5px}#cookie-law-info-bar[data-cli-style="cli-style-v2"]{padding:14px 25px}#cookie-law-info-bar[data-cli-style="cli-style-v2"][data-cli-type="widget"]{padding:32px 30px}#cookie-law-info-bar[data-cli-style="cli-style-v2"][data-cli-type="popup"]{padding:32px 45px}.cli-style-v2 .cli-plugin-main-link:not(.cli-plugin-button),.cli-style-v2 .cli_settings_button:not(.cli-plugin-button),.cli-style-v2 .cli_action_button:not(.cli-plugin-button){text-decoration:underline}.cli-style-v2 .cli-bar-btn_container .cli-plugin-button{margin-top:5px;margin-bottom:5px}a.wt-cli-ccpa-opt-out{white-space:nowrap;text-decoration:underline}.wt-cli-necessary-checkbox{display:none!important}@media (max-width:985px){.cli-style-v2 .cli-bar-message{width:100%}.cli-style-v2.cli-bar-container{justify-content:left;flex-wrap:wrap}.cli-style-v2 .cli-bar-btn_container{margin-left:0;margin-top:10px}#cookie-law-info-bar[data-cli-style="cli-style-v2"],#cookie-law-info-bar[data-cli-style="cli-style-v2"][data-cli-type="widget"],#cookie-law-info-bar[data-cli-style="cli-style-v2"][data-cli-type="popup"]{padding:25px 25px}}.wt-cli-ckyes-brand-logo{display:flex;align-items:center;font-size:9px;color:#111;font-weight:400}.wt-cli-ckyes-brand-logo img{width:65px;margin-left:2px}.wt-cli-privacy-overview-actions{padding-bottom:0}@media only screen and (max-width:479px) and (min-width:320px){.cli-style-v2 .cli-bar-btn_container{flex-wrap:wrap}}.wt-cli-cookie-description{font-size:14px;line-height:1.4;margin-top:0;padding:0;color:#000}
.w-dyn-items.loading .w-dyn-item{visibility:hidden}[data-udy-fe-enabled=link_] a *{pointer-events:none}[udy-el=wc-variation-add-to-cart] select{display:none}.udy-wc-notices-wrapper a{display:inline-block}.udy-wc-notices-wrapper{opacity:0;transition:opacity 1s linear}.udy-wc-notices-wrapper.is-ajax,.udy-wc-notices-wrapper.is-ajaxnotices-parent{opacity:1;transition:opacity 1s linear}.woocommerce-NoticeGroup-checkout .udy-wc-notices-wrapper{opacity:1!important}[udy-el=wc-cart].empty form>*{display:none}[udy-el=wc-cart].empty form .w-dyn-list{display:inherit}.woocommerce-MyAccount-content p a,.woocommerce p a{display:inline}p.logged-in-as a{display:inline-block}ul ul.children{list-style-type:inherit}
.tax-product_brand .brand-description{overflow:hidden;zoom:1}.tax-product_brand .brand-description img.brand-thumbnail{width:25%;float:right}.tax-product_brand .brand-description .text{width:72%;float:left}.widget_brand_description img{box-sizing:border-box;width:100%;max-width:none;height:auto;margin:0 0 1em}ul.brand-thumbnails{margin-left:0;margin-bottom:0;clear:both;list-style:none}ul.brand-thumbnails:before{clear:both;content:"";display:table}ul.brand-thumbnails:after{clear:both;content:"";display:table}ul.brand-thumbnails li{float:left;margin:0 3.8% 1em 0;padding:0;position:relative;width:22.05%}ul.brand-thumbnails.fluid-columns li{width:auto}ul.brand-thumbnails:not(.fluid-columns) li.first{clear:both}ul.brand-thumbnails:not(.fluid-columns) li.last{margin-right:0}ul.brand-thumbnails.columns-1 li{width:100%;margin-right:0}ul.brand-thumbnails.columns-2 li{width:48%}ul.brand-thumbnails.columns-3 li{width:30.75%}ul.brand-thumbnails.columns-5 li{width:16.95%}ul.brand-thumbnails.columns-6 li{width:13.5%}.brand-thumbnails li img{box-sizing:border-box;width:100%;max-width:none;height:auto;margin:0}@media screen and (max-width:768px){ul.brand-thumbnails:not(.fluid-columns) li{width:48%!important}ul.brand-thumbnails:not(.fluid-columns) li.first{clear:none}ul.brand-thumbnails:not(.fluid-columns) li.last{margin-right:3.8%}ul.brand-thumbnails:not(.fluid-columns) li:nth-of-type(odd){clear:both}ul.brand-thumbnails:not(.fluid-columns) li:nth-of-type(even){margin-right:0}}.brand-thumbnails-description li{text-align:center}.brand-thumbnails-description li .term-thumbnail img{display:inline}.brand-thumbnails-description li .term-description{margin-top:1em;text-align:left}#brands_a_z h3:target{text-decoration:underline}ul.brands_index{list-style:none outside;overflow:hidden;zoom:1}ul.brands_index li{float:left;margin:0 2px 2px 0}ul.brands_index li a,ul.brands_index li span{border:1px solid #ccc;padding:6px;line-height:1em;float:left;text-decoration:none}ul.brands_index li span{border-color:#eee;color:#ddd}ul.brands_index li a:hover{border-width:2px;padding:5px;text-decoration:none}ul.brands_index li a.active{border-width:2px;padding:5px}div#brands_a_z a.top{border:1px solid #ccc;padding:4px;line-height:1em;float:right;text-decoration:none;font-size:.8em}
.dgwt-wcas-block-scroll{overflow:hidden}.dgwt-wcas-search-wrapp{position:relative;line-height:100%;display:block;color:#444;min-width:230px;width:100%;text-align:left;margin:0 auto;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.dgwt-wcas-tpd-image img{margin:0 15px 0 0!important}.rtl .dgwt-wcas-tpd-image img{margin:0 0 0 15px!important}.dgwt-wcas-preloader-wrapp img{margin:10px auto 0;display:block;max-width:200px}.dgwt-wcas-preloader-wrapp img.dgwt-wcas-placeholder-preloader{display:block;width:100%;height:auto;max-width:300px;margin:0}.dgwt-wcas-suggestions-wrapp{background:#fff;border:1px solid #ddd;border-top:none;padding:0;margin:0;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;overflow-y:auto}.dgwt-wcas-details-wrapp *,.dgwt-wcas-search-wrapp *,.dgwt-wcas-suggestions-wrapp *{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.dgwt-wcas-details-wrapp a:focus,.dgwt-wcas-suggestions-wrapp a:focus{outline:0}.dgwt-wcas-suggestions-wrapp.dgwt-wcas-suggestions-wrapp--top{border:1px solid #ddd;border-bottom:none}.dgwt-wcas-is-detail-box .dgwt-wcas-suggestions-wrapp{max-width:550px}.dgwt-wcas-full-width.dgwt-wcas-is-detail-box .dgwt-wcas-suggestion{padding:8px 15px}.dgwt-wcas-details-left .dgwt-wcas-suggestions-wrapp{border-radius:0 0 5px;border-left-color:#eee}.dgwt-wcas-details-right .dgwt-wcas-suggestions-wrapp{border-radius:0 0 0 5px;border-right-color:#eee}.dgwt-wcas-suggestion{cursor:pointer;font-size:12px;line-height:110%;text-align:left;padding:7px 10px;position:relative;border-bottom:1px solid #dfdfdf;display:flex;flex-direction:row;justify-content:space-between;align-items:center;resize:vertical;width:100%;transition:none!important}.dgwt-wcas-suggestion-nores{font-size:15px;line-height:157%;padding:15px;width:100%}.dgwt-wcas-suggestion-nores p{padding:0;margin:0 0 10px;font-size:18px}.dgwt-wcas-suggestion-nores ol,.dgwt-wcas-suggestion-nores ul{padding:0 0 0 30px;margin:0}.dgwt-wcas-suggestion-nores ul li{list-style:disc}.dgwt-wcas-open-pirx .dgwt-wcas-suggestion-nores{padding:10px 10px 10px 34px}.dgwt-wcas-suggestion.dgwt-wcas-suggestion-more{justify-content:center;color:#6d6d6d}a.dgwt-wcas-details-more-products{padding:15px 0 10px;display:block;border-top:1px solid #eee;text-align:center;font-size:12px;text-transform:uppercase;color:#6d6d6d;transition:.2s ease-in-out}a.dgwt-wcas-details-more-products:hover,a.dgwt-wcas-details-post-title:hover,a.dgwt-wcas-details-product-title:hover,a.dgwt-wcas-product-details-readmore:hover{text-decoration:underline}a.dgwt-wcas-product-details-readmore{display:block;text-align:right;margin-top:15px;color:#6d6d6d;text-transform:uppercase;letter-spacing:1px;font-weight:400;font-size:12px}.dgwt-wcas-has-headings .dgwt-wcas-suggestion,.dgwt-wcas-has-headings .dgwt-wcas-suggestion.dgwt-wcas-suggestion-headline,.dgwt-wcas-has-headings .dgwt-wcas-suggestion.dgwt-wcas-suggestion-tax,.dgwt-wcas-suggestion.dgwt-wcas-suggestion-no-border-bottom,body:not(.dgwt-wcas-is-details) .dgwt-wcas-suggestion:last-child{border-bottom:none}.dgwt-wcas-suggestion:after{clear:both;display:block;content:''}.dgwt-wcas-suggestion.dgwt-wcas-nores{cursor:default;opacity:.5}.dgwt-wcas-has-img .dgwt-wcas-suggestion.dgwt-wcas-suggestion-product{padding-top:8px;padding-bottom:8px;min-height:60px}.dgwt-wcas-has-img .dgwt-wcas-suggestion.dgwt-wcas-suggestion-product.dgwt-wcas-suggestion-history-product,.dgwt-wcas-is-details .dgwt-wcas-has-img .dgwt-wcas-suggestion.dgwt-wcas-suggestion-product,.dgwt-wcas-suggestion-history-search{min-height:40px}.dgwt-wcas-is-details .dgwt-wcas-has-img .dgwt-wcas-suggestion.dgwt-wcas-suggestion-more,.dgwt-wcas-suggestion.dgwt-wcas-suggestion-more{min-height:30px;text-transform:uppercase}.dgwt-wcas-suggestion.dgwt-wcas-suggestion-more .dgwt-wcas-st-more{padding:0 10px;text-align:center}.dgwt-wcas-st{display:block;color:#444;font-size:15px;width:100%;line-height:110%}.dgwt-wcas-st>span{display:inline-block;vertical-align:middle}.dgwt-wcas-has-sku .dgwt-wcas-st-title{margin-right:6px}.dgwt-wcas-st>span.dgwt-wcas-st--direct-headline{display:block;font-style:italic;font-size:10px;text-transform:uppercase;opacity:.4;line-height:10px;margin-bottom:1px;letter-spacing:2px}.dgwt-wcas-st-breadcrumbs{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:80%;text-align:left;opacity:.6;width:100%;padding-right:10px}.rtl .dgwt-wcas-st-breadcrumbs{padding-right:0;padding-left:10px;text-align:right}.dgwt-wcas-sku{font-size:80%}.dgwt-wcas-si{width:50px;display:block;height:100%}.dgwt-wcas-si img{background:#fff;border:1px solid #e8e8e8;border-radius:3px;display:block;margin:auto;padding:2px;height:auto;width:auto;max-height:90%;max-width:100%}.dgwt-wcas-has-img-forced .dgwt-wcas-suggestion-history-product .dgwt-wcas-si,.dgwt-wcas-suggestion-history-search .dgwt-wcas-si{display:flex;align-items:center;justify-content:center}.dgwt-wcas-has-img-forced .dgwt-wcas-suggestion-history-product .dgwt-wcas-si svg,.dgwt-wcas-suggestion-history-search .dgwt-wcas-si svg,.dgwt-wcas-suggestion-searches .dgwt-wcas-si svg{max-width:18px}.dgwt-wcas-has-img:not(.dgwt-wcas-has-img-forced) .dgwt-wcas-suggestion-history-product .dgwt-wcas-si>svg{margin-left:10px}.dgwt-wcas-content-wrapp{display:flex;height:100%;width:100%;justify-content:space-between;align-items:center;resize:vertical;padding-left:10px}.rtl .dgwt-wcas-content-wrapp{padding-left:0;padding-right:10px}.dgwt-wcas-sp{color:#555;font-size:14px;line-height:120%;text-align:right;padding-left:10px}.dgwt-wcas-sp *{line-height:130%}.dgwt-wcas-search-form{margin:0;padding:0;width:100%}.dgwt-wcas-open.dgwt-wcas-nores.dgwt-wcas-is-details:not(.dgwt-wcas-details-outside) .dgwt-wcas-suggestion-nores,.dgwt-wcas-sd{margin-top:5px}.dgwt-wcas-sp del{opacity:.5;font-size:12px}.dgwt-wcas-sd{color:#777;display:block;line-height:14px;width:100%;font-size:.8em}.dgwt-wcas-vendor-city{margin-left:5px;font-size:.8em}.dgwt-wcas-st>.dgwt-wcas-product-vendor{font-size:12px;margin-top:5px;display:block}.dgwt-wcas-suggestion-selected{background-color:#eee}.dgwt-wcas-style-pirx.dgwt-wcas-search-wrapp.dgwt-wcas-search-focused input[type=search].dgwt-wcas-search-input:hover,.dgwt-wcas-tpd-image{background-color:#fff}.dgwt-wcas-suggestion-selected:first-child{border-top:none}.rtl .dgwt-wcas-suggestion{padding-left:0;padding-right:15px;text-align:right}.dgwt-wcas-details-wrapp{background:#fff;border:1px solid #ddd;border-top:none;border-left:none;padding:0;width:300px;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;z-index:100;min-height:340px}.dgwt-wcas-datails-title,.dgwt-wcas-pd-title{border-bottom:1px dashed #eee;padding-bottom:5px}.rtl .dgwt-wcas-details-wrapp{border-left:1px solid #ddd;border-right:none}.dgwt-wcas-details-outside .dgwt-wcas-details-wrapp,.dgwt-wcas-details-outside.dgwt-wcas-is-details .dgwt-wcas-suggestions-wrapp{margin-top:-1px;border-top:1px solid #ddd}.dgwt-wcas-details-right .dgwt-wcas-details-wrapp{border-left:none;border-right:1px solid #ddd;border-radius:0 5px 5px 0}.dgwt-wcas-details-left .dgwt-wcas-details-wrapp{border-right:none;border-left:1px solid #ddd;border-radius:5px 0 0 5px}.dgwt-wcas-details-inner,.dgwt-wcas-details-notfit .dgwt-wcas-details-wrapp{display:none}.dgwt-wcas-full-width .dgwt-wcas-suggestions-wrapp,.dgwt-wcas-open-pirx .dgwt-wcas-full-width .dgwt-wcas-suggestions-wrapp,.rtl.dgwt-wcas-full-width .dgwt-wcas-details-wrapp{border-radius:0 0 0 5px}.dgwt-wcas-full-width .dgwt-wcas-details-wrapp,.rtl.dgwt-wcas-full-width .dgwt-wcas-suggestions-wrapp{border-radius:0 0 5px}.dgwt-wcas-details-inner.dgwt-wcas-details-inner-active,.dgwt-wcas-details-wrapp .added_to_cart,.dgwt-wcas-has-desc .dgwt-wcas-sp>*,.dgwt-wcas-has-img .dgwt-wcas-sp>*{display:block}.dgwt-wcas-details-inner-taxonomy{margin-top:11px}.woocommerce .dgwt-wcas-pd-rating .star-rating{float:left;margin-right:5px;font-size:12px;color:#ccae72}.rtl .dgwt-wcas-pd-rating .star-rating{float:right;margin-left:5px;margin-right:0}.dgwt-wcas-datails-title{font-size:14px}.dgwt-wcas-pd-title{color:#202020}.dgwt-wcas-pd-title .product-title{color:#202020;text-transform:uppercase;margin:0}.dgwt-wcas-tax-product-details{text-decoration:none;display:flex;align-items:center;justify-content:left;transition:.2s ease-in-out;padding:5px;margin:0 -5px 15px}.dgwt-wcas-pd-rating:after,.dgwt-wcas-tax-product-details:after{content:'';clear:both;display:block}.dgwt-wcas-tax-product-details:hover{box-shadow:0 0 11px 2px rgba(0,0,0,.05)}.rtl .dgwt-wcas-tax-product-details{justify-content:right}.dgwt-wcas-details-wrapp .dgwt-wcas-pd-title{margin-bottom:8px}.dgwt-wcas-overlay-mobile .dgwt-wcas-style-pirx .dgwt-wcas-preloader,.dgwt-wcas-tpd-image{margin-right:15px}.dgwt-wcas-pd-rest .product-title{display:block;line-height:100%;font-weight:500;margin-bottom:5px}.dgwt-wcas-tpd-rest{max-width:200px}.dgwt-wcas-tpd-rest-title{display:block;line-height:125%;font-size:14px;font-weight:500;letter-spacing:0;margin:0 0 8px;overflow:hidden;color:#000}.dgwt-wcas-pd-price,.dgwt-wcas-tpd-price{line-height:120%;overflow:hidden;color:#000;margin-top:15px;font-weight:700;font-size:18px}.dgwt-wcas-tpd-price{font-size:12px;color:#777}.dgwt-wcas-pd-price .woocommerce-price-suffix,.dgwt-wcas-tpd-price .woocommerce-price-suffix{font-size:12px;font-weight:lighter;color:#999;margin-left:4px;display:inline-block}.dgwt-wcas-details-title-tax,.dgwt-wcas-pd-title .product-title{font-weight:900;letter-spacing:-1px;text-transform:uppercase}.dgwt-wcas-pd-price del .amount,.dgwt-wcas-tpd-price del .amount{font-weight:lighter;background:0 0;font-size:90%;opacity:.6}.dgwt-wcas-pd-price ins,.dgwt-wcas-tpd-price ins{background:0 0;text-decoration:none}.dgwt-wcas-pd-rating{font-size:13px;line-height:13px}.dgwt-wcas-pd-review{color:#777;font-size:11px;line-height:11px}.dgwt-wcas-datails-title{display:block;margin:5px 0 15px}.dgwt-wcas-pd-title{margin-bottom:15px;display:block;text-decoration:none}.dgwt-wcas-details-title-tax{margin-right:3px}.rtl .dgwt-wcas-details-title-tax{margin:0 0 0 3px;float:right}.dgwt-wcas-tpd-image{width:70px;padding:4px;border:1px solid #e8e8e8;border-radius:4px;display:flex;flex-direction:column;justify-content:center}.dgwt-wcas-details-space{padding:0 15px 15px}.dgwt-wcas-details-main-image{border-bottom:1px solid #eee;min-height:200px;display:flex}.dgwt-wcas-details-main-image img{width:auto;height:auto;display:block;max-height:250px;max-width:100%;margin:0 auto;padding:0;border:none;align-self:center}.dgwt-wcas-details-right .dgwt-wcas-details-main-image img{border-radius:0 3px 0 0}.dgwt-wcas-details-left .dgwt-wcas-details-main-image img{border-radius:3px 0 0}a.dgwt-wcas-details-post-title,a.dgwt-wcas-details-product-title{color:#333;display:block;line-height:120%;margin:10px 0 0;font-size:21px;font-weight:400;text-decoration:none;text-transform:none}a.dgwt-wcas-details-post-title{margin-bottom:15px}.dgwt-wcas-details-product-sku{display:block;font-size:12px;line-height:110%;color:#999}.dgwt-wcas-tpd-image img{display:block;max-width:100%;width:100%;height:auto}.dgwt-wcas-details-hr{height:1px;width:100%;border-bottom:1px solid #eee;margin:15px 0}.rtl .dgwt-wcas-tpd-image{float:right;margin-right:0;margin-left:15px}.rtl .dgwt-wcas-tpd-rest{float:right;max-width:190px}.rtl input[type=search].dgwt-wcas-search-input{text-align:right}input[type=search].dgwt-wcas-search-input,input[type=text].dgwt-cas-search-input{-webkit-transition:none;-moz-transition:none;-ms-transition:none;-o-transition:none;transition:none;-webkit-box-shadow:none;box-shadow:none;margin:0;-webkit-appearance:textfield;text-align:left}[type=search].dgwt-wcas-search-input::-ms-clear{display:none}[type=search].dgwt-wcas-search-input::-webkit-search-decoration{-webkit-appearance:none}[type=search].dgwt-wcas-search-input::-webkit-search-cancel-button{display:none}.dgwt-wcas-details-desc{font-size:13px;line-height:157%}.dgwt-wcas-details-desc b,.dgwt-wcas-details-desc strong{font-weight:400;color:#000;margin:0;padding:0}.dgwt-wcas-pd-addtc-form{margin:10px 0;display:flex;align-items:center;justify-content:flex-end}.dgwt-wcas-pd-addtc-form>.quantity{margin-right:10px}.dgwt-wcas-pd-addtc-form .add_to_cart_inline,.dgwt-wcas-pd-addtc-form .quantity input.qty{margin-bottom:0;margin-top:0}.dgwt-wcas-stock{display:block;text-align:right;font-size:14px;line-height:14px;margin-bottom:14px}.dgwt-wcas-stock.in-stock{color:#0f834d}.dgwt-wcas-stock.out-of-stock{color:#e2401c}.dgwt-wcas-pd-addtc .add_to_cart_button,.dgwt-wcas-pd-addtc .add_to_cart_inline{margin:0}.dgwt-wcas-has-headings .dgwt-wcas-st>span.dgwt-wcas-st--direct-headline,.dgwt-wcas-layout-icon .dgwt-wcas-icon-preloader,.dgwt-wcas-layout-icon-flexible-inv:not(.dgwt-wcas-layout-icon) .dgwt-wcas-search-icon,.dgwt-wcas-layout-icon-flexible-inv:not(.dgwt-wcas-layout-icon) .dgwt-wcas-search-icon-arrow,.dgwt-wcas-layout-icon-flexible:not(.dgwt-wcas-layout-icon) .dgwt-wcas-search-icon,.dgwt-wcas-layout-icon-flexible:not(.dgwt-wcas-layout-icon) .dgwt-wcas-search-icon-arrow,.dgwt-wcas-om-bar .dgwt-wcas-sf-wrapp button.dgwt-wcas-search-submit,.dgwt-wcas-open-pirx.dgwt-wcas-overlay-mobile-on .dgwt-wcas-style-pirx .dgwt-wcas-sf-wrapp button.dgwt-wcas-search-submit,.dgwt-wcas-overlay-mobile .dgwt-wcas-search-icon,.dgwt-wcas-overlay-mobile .dgwt-wcas-search-icon-arrow,.dgwt-wcas-overlay-mobile-on .dgwt-wcas-enable-mobile-form,.dgwt-wcas-overlay-mobile-on .dgwt-wcas-icon-handler,.dgwt-wcas-overlay-mobile-on.dgwt-wcas-is-ios body:not(.dgwt-wcas-theme-flatsome)>:not(.dgwt-wcas-overlay-mobile),.dgwt-wcas-pd-addtc .add_to_cart_button.added,.dgwt-wcas-search-icon-arrow,.dgwt-wcas-search-wrapp.dgwt-wcas-layout-icon.dgwt-wcas-layout-icon-open:not(.dgwt-wcas-has-submit) .dgwt-wcas-sf-wrapp .dgwt-wcas-ico-magnifier,.dgwt-wcas-style-pirx .dgwt-wcas-sf-wrapp button.dgwt-wcas-search-submit:before,.dgwt-wcas-voice-search-supported.dgwt-wcas-search-filled .dgwt-wcas-voice-search,body .dgwt-wcas-content-wrapp .rood,body .dgwt-wcas-content-wrapp .zwave{display:none}button.dgwt-wcas-search-submit,input[type=submit].dgwt-wcas-search-submit{position:relative}.dgwt-wcas-ico-magnifier{bottom:0;left:0;margin:auto;position:absolute;right:0;top:0;height:65%;display:block}.dgwt-wcas-preloader{height:100%;position:absolute;right:0;top:0;width:40px;z-index:-1;background-repeat:no-repeat;background-position:right 15px center;background-size:auto 44%}.dgwt-wcas-voice-search{position:absolute;right:0;top:0;height:100%;width:40px;z-index:1;opacity:.5;cursor:pointer;align-items:center;justify-content:center;display:none;-webkit-transition:160ms ease-in-out;-moz-transition:160ms ease-in-out;-ms-transition:160ms ease-in-out;-o-transition:160ms ease-in-out;transition:160ms ease-in-out}.dgwt-wcas-close:hover,.dgwt-wcas-style-pirx .dgwt-wcas-voice-search:hover,.dgwt-wcas-voice-search:hover{opacity:.3}.dgwt-wcas-voice-search path{fill:#444}.dgwt-wcas-voice-search-supported .dgwt-wcas-voice-search{display:flex}.dgwt-wcas-voice-search-supported .dgwt-wcas-preloader{right:40px}.rtl .dgwt-wcas-overlay-mobile .dgwt-wcas-style-pirx .dgwt-wcas-voice-search,.rtl .dgwt-wcas-preloader,.rtl .dgwt-wcas-voice-search{right:auto;left:5px}.dgwt-wcas-mobile-overlay-trigger-active .dgwt-wcas-voice-search{z-index:105}.rtl .dgwt-wcas-voice-search-supported .dgwt-wcas-preloader{right:auto;left:45px}.dgwt-wcas-inner-preloader{background-repeat:no-repeat;background-position:right 8px center;background-size:auto 22px;display:flex;align-items:center;justify-content:center;z-index:1}@media all and (-ms-high-contrast:none),(-ms-high-contrast:active){.dgwt-wcas-inner-preloader{background-image:url('https://s4k.piprograms.io/wp-content/plugins/ajax-search-for-woocommerce/assets/css/../img/preloader.gif')}}.dgwt-wcas-loader-circular{height:24px;width:24px;-webkit-animation:2s linear infinite rotate;-moz-animation:2s linear infinite rotate;animation:2s linear infinite rotate}.dgwt-wcas-loader-circular-path{fill:transparent;stroke-linecap:round;stroke-width:4px;stroke-dasharray:1,200;stroke-dashoffset:0;-webkit-transform-origin:50% 50%;-moz-transform-origin:50% 50%;-ms-transform-origin:50% 50%;transform-origin:50% 50%;-webkit-animation:1s ease-in-out infinite dash;-moz-animation:1s ease-in-out infinite dash;animation:1s ease-in-out infinite dash;stroke:#ddd}@-webkit-keyframes rotate{100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@-moz-keyframes rotate{100%{-moz-transform:rotate(360deg);transform:rotate(360deg)}}@keyframes rotate{100%{-webkit-transform:rotate(360deg);-moz-transform:rotate(360deg);transform:rotate(360deg)}}@-webkit-keyframes dash{0%{stroke-dasharray:1,200;stroke-dashoffset:0}50%{stroke-dasharray:89,200;stroke-dashoffset:-35px}100%{stroke-dasharray:89,200;stroke-dashoffset:-124px}}@-moz-keyframes dash{0%{stroke-dasharray:1,200;stroke-dashoffset:0}50%{stroke-dasharray:89,200;stroke-dashoffset:-35px}100%{stroke-dasharray:89,200;stroke-dashoffset:-124px}}@keyframes dash{0%{stroke-dasharray:1,200;stroke-dashoffset:0}50%{stroke-dasharray:89,200;stroke-dashoffset:-35px}100%{stroke-dasharray:89,200;stroke-dashoffset:-124px}}.dgwt-wcas-close:not(.dgwt-wcas-inner-preloader){cursor:pointer;display:flex;align-items:center;justify-content:center;-webkit-transition:160ms ease-in-out;-moz-transition:160ms ease-in-out;-ms-transition:160ms ease-in-out;-o-transition:160ms ease-in-out;transition:160ms ease-in-out;z-index:1}.dgwt-wcas-close:not(.dgwt-wcas-inner-preloader):before{content:'';display:block;position:absolute;background:0 0;height:100%;width:100%;left:0;bottom:0;top:0;right:0;margin:auto}.dgwt-wcas-close path{fill:#ccc}@media screen and (max-width:992px){.dgwt-wcas-is-detail-box .dgwt-wcas-suggestions-wrapp{max-width:none}}.dgwt-wcas-suggestion strong{font-weight:700}.screen-reader-text{clip:rect(1px,1px,1px,1px);height:1px;overflow:hidden;position:absolute!important;width:1px}.dgwt-wcas-sf-wrapp:after,.dgwt-wcas-sf-wrapp:before{content:"";display:table}.dgwt-wcas-sf-wrapp:after{clear:both}.dgwt-wcas-sf-wrapp{zoom:1;width:100%;max-width:100vw;margin:0;position:relative;background:0 0}.dgwt-wcas-sf-wrapp input[type=search].dgwt-wcas-search-input{width:100%;height:40px;font-size:14px;line-height:100%;padding:10px 15px;margin:0;background:#fff;border:1px solid #ddd;border-radius:3px;-webkit-border-radius:3px;-webkit-appearance:none;box-sizing:border-box}.dgwt-wcas-is-ios .dgwt-wcas-sf-wrapp input[type=search].dgwt-wcas-search-input,.dgwt-wcas-is-ios .dgwt-wcas-sf-wrapp input[type=search].dgwt-wcas-search-input:focus{font-size:16px}.dgwt-wcas-open .dgwt-wcas-sf-wrapp input[type=search].dgwt-wcas-search-input{border-radius:3px 3px 0 0}.dgwt-wcas-layout-icon-open.dgwt-wcas-style-pirx .dgwt-wcas-search-icon-arrow,.dgwt-wcas-open.dgwt-wcas-nores .dgwt-wcas-details-wrapp .dgwt-wcas-preloader-wrapp,.dgwt-wcas-open.dgwt-wcas-nores.dgwt-wcas-details-outside .dgwt-wcas-details-wrapp{display:none!important}.dgwt-wcas-open.dgwt-wcas-nores.dgwt-wcas-details-outside .dgwt-wcas-suggestions-wrapp{min-height:0!important;border-radius:0 0 5px 5px;border-right-color:#ddd}.dgwt-wcas-open.dgwt-wcas-nores.dgwt-wcas-full-width .dgwt-wcas-details-wrapp,.dgwt-wcas-open.dgwt-wcas-nores.dgwt-wcas-full-width .dgwt-wcas-suggestions-wrapp{min-height:41px!important}.dgwt-wcas-open.dgwt-wcas-nores.dgwt-wcas-full-width:not(.rtl):not(.dgwt-wcas-details-outside) .dgwt-wcas-suggestions-wrapp{border-right-color:transparent}.rtl.dgwt-wcas-open.dgwt-wcas-nores.dgwt-wcas-full-width:not(.dgwt-wcas-details-outside) .dgwt-wcas-suggestions-wrapp{border-left-color:transparent}.dgwt-wcas-sf-wrapp input[type=search].dgwt-wcas-search-input:focus{outline:0;background:#fff;box-shadow:0 0 9px 1px rgba(0,0,0,.06);-webkit-transition:150ms ease-in;-moz-transition:150ms ease-in;-ms-transition:150ms ease-in;-o-transition:150ms ease-in;transition:150ms ease-in}.dgwt-wcas-sf-wrapp input[type=search].dgwt-wcas-search-input::placeholder{color:#999;font-weight:400;font-style:italic;line-height:normal}.dgwt-wcas-sf-wrapp input[type=search].dgwt-wcas-search-input::-webkit-input-placeholder{color:#999;font-weight:400;font-style:italic;line-height:normal}.dgwt-wcas-sf-wrapp input[type=search].dgwt-wcas-search-input:-moz-placeholder{color:#999;font-weight:400;font-style:italic;line-height:normal}.dgwt-wcas-sf-wrapp input[type=search].dgwt-wcas-search-input::-moz-placeholder{color:#999;font-weight:400;font-style:italic;line-height:normal}.dgwt-wcas-sf-wrapp input[type=search].dgwt-wcas-search-input:-ms-input-placeholder{color:#999;font-weight:400;font-style:italic;line-height:normal}.dgwt-wcas-sf-wrapp button.dgwt-wcas-search-submit{overflow:visible;position:absolute;border:0;padding:0 15px;margin:0;cursor:pointer;height:40px;min-width:50px;width:auto;line-height:100%;min-height:100%;right:0;left:auto;top:0;bottom:auto;color:#fff;-webkit-transition:250ms ease-in-out;-moz-transition:250ms ease-in-out;-ms-transition:250ms ease-in-out;-o-transition:250ms ease-in-out;transition:250ms ease-in-out;text-transform:uppercase;background-color:#333;border-radius:0 2px 2px 0;-webkit-border-radius:0 2px 2px 0;text-shadow:0 -1px 0 rgba(0,0,0,.3);-webkit-box-shadow:none;box-shadow:none;-webkit-appearance:none}.rtl .dgwt-wcas-sf-wrapp button.dgwt-wcas-search-submit{left:0;right:auto}.dgwt-wcas-open .dgwt-wcas-sf-wrapp .dgwt-wcas-search-submit{border-radius:0 2px 0 0}.dgwt-wcas-sf-wrapp .dgwt-wcas-search-submit:hover,.dgwt-wcas-sugg-hist-clear:hover{opacity:.7}.dgwt-wcas-sf-wrapp .dgwt-wcas-search-submit:active,.dgwt-wcas-sf-wrapp .dgwt-wcas-search-submit:focus{opacity:.7;outline:0}.dgwt-wcas-sf-wrapp .dgwt-wcas-search-submit:before{content:'';position:absolute;border-width:8px 8px 8px 0;border-style:solid solid solid none;border-color:transparent #333;top:12px;left:-6px;-webkit-transition:250ms ease-in-out;-moz-transition:250ms ease-in-out;-ms-transition:250ms ease-in-out;-o-transition:250ms ease-in-out;transition:250ms ease-in-out}.rtl .dgwt-wcas-sf-wrapp .dgwt-wcas-search-submit:before{left:auto;right:-6px;border-width:8px 0 8px 8px;border-style:solid none solid solid}.dgwt-wcas-sf-wrapp .dgwt-wcas-search-submit:active:before,.dgwt-wcas-sf-wrapp .dgwt-wcas-search-submit:focus:before,.dgwt-wcas-sf-wrapp .dgwt-wcas-search-submit:hover:before{border-right-color:#333}.dgwt-wcas-sf-wrapp .dgwt-wcas-search-submit::-moz-focus-inner{border:0;padding:0}.dgwt-wcas-is-details .dgwt-wcas-suggestions-wrapp{min-height:340px;overflow:visible}.dgwt-wcas-is-details .dgwt-wcas-si{width:30px;max-width:100%;box-sizing:border-box}.dgwt-wcas-is-details .dgwt-wcas-sp{display:flex;top:0;flex-direction:column;height:100%;justify-content:center;resize:vertical}.dgwt-wcas-is-details .dgwt-wcas-sd{font-size:11px;line-height:100%}.dgwt-wcas-has-img .dgwt-wcas-suggestion[data-taxonomy=product_cat],.dgwt-wcas-has-img .dgwt-wcas-suggestion[data-taxonomy=product_tag]{padding-left:15px;min-height:0}.dgwt-wcas-has-img .dgwt-wcas-suggestion[data-taxonomy=product_cat] .dgwt-wcas-st,.dgwt-wcas-has-img .dgwt-wcas-suggestion[data-taxonomy=product_tag] .dgwt-wcas-st{padding-left:0}.dgwt-wcas-ico-magnifier,.dgwt-wcas-ico-magnifier-handler,html:not(.dgwt-wcas-overlay-mobile-on) .dgwt-wcas-search-wrapp.dgwt-wcas-layout-icon{max-width:20px}.dgwt-wcas-no-submit .dgwt-wcas-ico-magnifier{height:50%;margin:auto;max-height:20px;width:100%;max-width:20px;left:12px;right:auto;opacity:.5;fill:#444}.rtl .dgwt-wcas-no-submit .dgwt-wcas-ico-magnifier{left:auto;right:12px}.dgwt-wcas-no-submit .dgwt-wcas-sf-wrapp input[type=search].dgwt-wcas-search-input{padding:10px 15px 10px 40px}.rtl .dgwt-wcas-no-submit .dgwt-wcas-sf-wrapp input[type=search].dgwt-wcas-search-input{padding:10px 40px 10px 15px}.dgwt-wcas-overlay-mobile-on,.dgwt-wcas-overlay-mobile-on body{overflow:hidden;min-width:100vw;min-height:100vh}html.dgwt-wcas-overlay-mobile-on{scroll-behavior:unset}.dgwt-wcas-om-bar{display:flex;height:45px;width:100%}.dgwt-wcas-om-bar button.dgwt-wcas-om-return,.dgwt-wcas-om-bar button.dgwt-wcas-om-return:active,.dgwt-wcas-om-bar button.dgwt-wcas-om-return:focus,.dgwt-wcas-om-bar button.dgwt-wcas-om-return:hover{width:45px;height:100%;display:block;background:#ccc;cursor:pointer;position:relative;margin:0;padding:0;box-shadow:none;outline:0;border:none;border-spacing:0;border-radius:0}.dgwt-wcas-om-bar .dgwt-wcas-om-return svg{width:23px;height:23px;position:absolute;left:12px;top:12px;fill:#fff}.rtl .dgwt-wcas-om-bar .dgwt-wcas-om-return svg{left:11px;top:9px;-moz-transform:rotate(180deg);-webkit-transform:rotate(180deg);-o-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.dgwt-wcas-has-submit .dgwt-wcas-search-submit svg path{fill:#fff}.dgwt-wcas-om-bar .dgwt-wcas-has-submit-off .dgwt-wcas-preloader{right:0!important}.rtl .dgwt-wcas-om-bar .dgwt-wcas-has-submit-off .dgwt-wcas-preloader{left:4px!important;right:auto!important}.rtl .dgwt-wcas-om-bar .dgwt-wcas-style-pirx.dgwt-wcas-has-submit-off .dgwt-wcas-preloader{left:10px!important;right:auto!important}@keyframes dgwt-wcas-preloader-price-anim{0%,100%{background:rgba(128,128,128,.03)}50%{background:rgba(128,128,128,.1)}}.dgwt-wcas-preloader-price-inner div:first-child{left:0;animation-delay:-.1s}.dgwt-wcas-preloader-price-inner div:nth-child(2){left:13px;animation-delay:-.2s}.dgwt-wcas-preloader-price-inner div:nth-child(3){left:26px;animation-delay:-.3s}.dgwt-wcas-preloader-price{width:34px;height:10px;display:inline-block;overflow:hidden;background:0 0}.dgwt-wcas-preloader-price-inner{width:100%;height:100%;position:relative;transform:translateZ(0) scale(1);backface-visibility:hidden;transform-origin:0 0}.dgwt-wcas-preloader-price-inner div{position:absolute;width:8px;height:8px;background:rgba(128,128,128,.05);animation:.8s cubic-bezier(0,.5,.5,1) infinite dgwt-wcas-preloader-price-anim;-webkit-transition:.2s ease-in-out;-moz-transition:.2s ease-in-out;-ms-transition:.2s ease-in-out;-o-transition:.2s ease-in-out;transition:.2s ease-in-out}.dgwt-wcas-om-bar .dgwt-wcas-search-wrapp-mobile{width:calc(100% - 45px);max-width:none;margin:0}.dgwt-wcas-overlay-mobile .dgwt-wcas-search-form,.dgwt-wcas-overlay-mobile-on .dgwt-wcas-suggestion{width:100%}.dgwt-wcas-overlay-mobile{position:absolute;left:0;right:0;top:0;bottom:0;width:100%;background:#fff}.dgwt-wcas-overlay-mobile *{box-sizing:border-box}.dgwt-wcas-search-wrapp-mobile input[type=search].dgwt-wcas-search-input{height:45px!important;border-top:none;border-right:none;border-left:none;border-radius:0;font-size:16px!important}.dgwt-wcas-search-wrapp-mobile input[type=search].dgwt-wcas-search-input:focus{font-size:16px!important}.dgwt-wcas-overlay-mobile-on .dgwt-wcas-suggestions-wrapp{left:0!important;top:45px!important;width:100%!important;height:calc(100% - 45px)!important;position:absolute;overflow-y:auto;border:none;margin:0;display:block}.dgwt-wcas-enable-mobile-form{position:absolute;z-index:100;left:0;top:0;width:100%;height:100%;cursor:pointer;display:block}html:not(.dgwt-wcas-overlay-mobile-on) .dgwt-wcas-icon-mobile .dgwt-wcas-search-form{display:none;position:relative}html:not(.dgwt-wcas-overlay-mobile-on) .dgwt-wcas-search-wrapp.dgwt-wcas-icon-mobile{min-width:0;display:inline-block;width:28px;height:28px}html:not(.dgwt-wcas-overlay-mobile-on) .dgwt-wcas-icon-handler{height:100%;width:100%}html:not(.dgwt-wcas-overlay-mobile-on) .dgwt-wcas-icon-handler .dgwt-wcas-ico-magnifier{opacity:1;position:static;max-width:none;max-height:none}.dgwt-wcas-overlay-mobile-on.dgwt-wcas-is-ios body{overflow:auto}.dgwt-wcas-overlay-mobile-on.dgwt-wcas-is-ios{overflow:visible}.dgwt-wcas-overlay-mobile-on.dgwt-wcas-is-ios .dgwt-wcas-suggestions-wrapp{max-height:none!important;height:auto!important}.dgwt-wcas-search-wrapp.dgwt-wcas-layout-icon{min-width:unset}.menu .dgwt-wcas-search-icon,html:not(.dgwt-wcas-overlay-mobile-on) .menu .dgwt-wcas-search-wrapp.dgwt-wcas-layout-icon{width:auto}.dgwt-wcas-layout-icon-flexible .dgwt-wcas-search-form,.dgwt-wcas-layout-icon-flexible-inv .dgwt-wcas-search-form{opacity:0}.dgwt-wcas-layout-icon-flexible-inv:not(.dgwt-wcas-layout-icon-flexible-loaded),.dgwt-wcas-layout-icon-flexible-inv:not(.dgwt-wcas-layout-icon-flexible-loaded) .dgwt-wcas-search-form,.dgwt-wcas-layout-icon-flexible:not(.dgwt-wcas-layout-icon-flexible-loaded),.dgwt-wcas-layout-icon-flexible:not(.dgwt-wcas-layout-icon-flexible-loaded) .dgwt-wcas-search-form{max-width:20px;min-width:unset}.dgwt-wcas-icon-preloader{margin:auto;position:absolute;top:0;left:0;bottom:0;right:0}.dgwt-wcas-layout-icon-flexible-loaded .dgwt-wcas-search-form{opacity:1}html:not(.dgwt-wcas-overlay-mobile-on) .dgwt-wcas-search-wrapp.dgwt-wcas-layout-icon .dgwt-wcas-search-form{opacity:0;display:none;position:absolute;left:0;top:calc(100% + 8px);min-width:500px;z-index:1000}html:not(.dgwt-wcas-overlay-mobile-on) .dgwt-wcas-search-wrapp.dgwt-wcas-layout-icon.dgwt-wcas-layout-icon-open .dgwt-wcas-search-form{display:block;opacity:1}.dgwt-wcas-search-icon{width:20px;height:auto;cursor:pointer;display:block}li.menu-item a.dgwt-wcas-search-icon{padding-right:0;padding-left:0}.dgwt-wcas-ico-magnifier-handler{margin-bottom:-.2em;width:100%}.dgwt-wcas-search-wrapp.dgwt-wcas-layout-icon.dgwt-wcas-layout-icon-open .dgwt-wcas-search-icon{opacity:.6}.dgwt-wcas-search-wrapp.dgwt-wcas-layout-icon.dgwt-wcas-layout-icon-open.dgwt-wcas-no-submit .dgwt-wcas-sf-wrapp input[type=search].dgwt-wcas-search-input{padding-left:15px}.dgwt-wcas-layout-icon-open .dgwt-wcas-search-icon-arrow{display:block;position:absolute;top:calc(100% + 2px);left:0;z-index:5;width:15px;height:15px;background:#fff;border:1px solid #ddd;-webkit-transform:rotate(45deg);-moz-transform:rotate(45deg);-o-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg)}.dgwt-wcas-has-headings .dgwt-wcas-suggestion-headline{pointer-events:none;display:block;font-weight:500;white-space:nowrap}.dgwt-wcas-suggestion.dgwt-wcas-suggestion-headline-v2{display:block;font-weight:500;white-space:nowrap;cursor:default;font-size:14px;margin-top:5px;margin-bottom:15px}.dgwt-wcas-suggestion.dgwt-wcas-suggestion-headline-v2 .dgwt-wcas-st{padding-bottom:3px;margin-top:16px}.dgwt-wcas-has-headings .dgwt-wcas-suggestion-headline .dgwt-wcas-st{border-bottom:1px solid #ddd;padding-bottom:3px;text-transform:uppercase;margin-top:16px;font-size:12px}.dgwt-wcas-has-headings .dgwt-wcas-suggestion-tax .dgwt-wcas-st{padding:0}.dgwt-wcas-has-headings .dgwt-wcas-suggestion.dgwt-wcas-suggestion-tax.dgwt-wcas-suggestion-selected,.dgwt-wcas-has-headings .dgwt-wcas-suggestion.dgwt-wcas-suggestion-tax:hover{background:0 0;text-decoration:underline}.dgwt-wcas-is-details .dgwt-wcas-has-headings .dgwt-wcas-suggestion.dgwt-wcas-suggestion-tax{min-height:30px}.dgwt-wcas-sugg-hist-clear{cursor:pointer;text-decoration:underline;display:inline-block;margin-left:2px}.dgwt-wcas-darkened-overlay{display:block;position:absolute;opacity:.15;z-index:100000;left:0;top:0}.dgwt-wcas-darkened-overlay>div{background:#111;position:absolute}.dgwt-wcas-search-wrapp.dgwt-wcas-search-darkoverl-on .dgwt-wcas-search-form{background-color:rgba(17,17,17,.15);border:none;border-radius:0}.dgwt-wcas-style-pirx .dgwt-wcas-sf-wrapp{background:#fff;padding:10px;border-radius:10px}.dgwt-wcas-style-pirx.dgwt-wcas-search-wrapp-mobile .dgwt-wcas-sf-wrapp{padding-top:0;padding-bottom:0}.dgwt-wcas-style-pirx .dgwt-wcas-sf-wrapp input[type=search].dgwt-wcas-search-input{padding:13px 24px 13px 48px;line-height:24px;font-size:17px;border:2px solid transparent;border-radius:30px;height:auto;font-family:Roboto,sans-serif;background-color:#eee}.dgwt-wcas-open-pirx .dgwt-wcas-open .dgwt-wcas-suggestions-wrapp,.dgwt-wcas-open-pirx .dgwt-wcas-open.dgwt-wcas-nores .dgwt-wcas-suggestions-wrapp{border-radius:0 0 5px 5px}.dgwt-wcas-style-pirx .dgwt-wcas-sf-wrapp input[type=search].dgwt-wcas-search-input:focus{box-shadow:none;transition:30ms ease-in}.dgwt-wcas-style-pirx .dgwt-wcas-sf-wrapp input[type=search].dgwt-wcas-search-input:hover{background-color:#dfdfdf}.dgwt-wcas-style-pirx.dgwt-wcas-search-focused .dgwt-wcas-sf-wrapp input[type=search].dgwt-wcas-search-input{border-color:#333}.dgwt-wcas-open .dgwt-wcas-style-pirx .dgwt-wcas-sf-wrapp input[type=search].dgwt-wcas-search-input{border-radius:30px}.dgwt-wcas-style-pirx .dgwt-wcas-sf-wrapp button.dgwt-wcas-search-submit{background:0 0;border-radius:100%;border:0;display:flex;align-items:center;justify-content:center;padding:0;margin:0;position:absolute;min-height:33px;min-width:33px;height:33px;width:33px;left:23px;top:21px;pointer-events:none;transition:none}.dgwt-wcas-style-pirx .dgwt-wcas-sf-wrapp button.dgwt-wcas-search-submit svg{width:18px;height:18px}.dgwt-wcas-style-pirx.dgwt-wcas-search-filled .dgwt-wcas-sf-wrapp button.dgwt-wcas-search-submit{left:auto;right:28px;pointer-events:auto;animation:.3s fadeIn}.dgwt-wcas-style-pirx.dgwt-wcas-search-filled .dgwt-wcas-sf-wrapp input[type=search].dgwt-wcas-search-input{padding-left:24px;padding-right:48px;transition:none!important}.dgwt-wcas-style-pirx .dgwt-wcas-sf-wrapp button.dgwt-wcas-search-submit:hover{opacity:1;background:#e4e4e4;box-shadow:0 0 0 2px #e4e4e4;border-radius:100%}.dgwt-wcas-style-pirx .dgwt-wcas-preloader{margin-right:35px}.rtl .dgwt-wcas-style-solaris .dgwt-wcas-preloader,.rtl .dgwt-wcas-style-solaris .dgwt-wcas-voice-search{margin-left:4px}.dgwt-wcas-style-pirx .dgwt-wcas-close:not(.dgwt-wcas-inner-preloader){transition:none;width:18px}.dgwt-wcas-open-pirx.dgwt-wcas-overlay-mobile-on .dgwt-wcas-om-bar button.dgwt-wcas-om-return path,.dgwt-wcas-style-pirx .dgwt-wcas-close:not(.dgwt-wcas-inner-preloader) path,.dgwt-wcas-style-pirx .dgwt-wcas-voice-search svg path,.dgwt-wcas-style-pirx.dgwt-wcas-has-submit .dgwt-wcas-search-submit svg path{fill:#111}.dgwt-wcas-style-pirx .dgwt-wcas-sf-wrapp input[type=search].dgwt-wcas-search-input::placeholder{opacity:1;font-style:normal;font-weight:300;color:#777}.dgwt-wcas-open-pirx .dgwt-wcas-details-wrapp,.dgwt-wcas-open-pirx .dgwt-wcas-suggestions-wrapp{border-color:#fff;padding-top:10px;padding-bottom:10px}.dgwt-wcas-open-pirx .dgwt-wcas-details-inner,.dgwt-wcas-open-pirx .dgwt-wcas-suggestions-wrapp>.dgwt-wcas-suggestion{padding-left:20px;padding-right:20px}.dgwt-wcas-open-pirx .dgwt-wcas-full-width .dgwt-wcas-suggestions-wrapp>.dgwt-wcas-suggestion,.dgwt-wcas-open-pirx body.dgwt-wcas-details-left .dgwt-wcas-details-wrapp{border-right:1px solid #ddd}.dgwt-wcas-open-pirx .dgwt-wcas-details-outside .dgwt-wcas-details-wrapp,.dgwt-wcas-open-pirx .dgwt-wcas-details-outside.dgwt-wcas-is-details .dgwt-wcas-suggestions-wrapp{margin-top:0;border-top:none}.dgwt-wcas-open-pirx body.dgwt-wcas-details-right .dgwt-wcas-suggestions-wrapp{border-right:none}.dgwt-wcas-open-pirx body.dgwt-wcas-details-right .dgwt-wcas-details-wrapp{border-left:1px solid #ddd}.dgwt-wcas-open-pirx body.dgwt-wcas-details-left .dgwt-wcas-suggestions-wrapp{border-left:none}.dgwt-wcas-open-pirx .dgwt-wcas-open.dgwt-wcas-nores.dgwt-wcas-full-width .dgwt-wcas-details-wrapp,.dgwt-wcas-open-pirx .dgwt-wcas-open.dgwt-wcas-nores.dgwt-wcas-full-width .dgwt-wcas-suggestions-wrapp{min-height:70px!important}.dgwt-wcas-style-pirx.dgwt-wcas-search-wrapp-mobile .dgwt-wcas-sf-wrapp input[type=search].dgwt-wcas-search-input{border-radius:0;background:0 0;padding:0 10px}.dgwt-wcas-style-pirx.dgwt-wcas-search-wrapp-mobile.dgwt-wcas-search-focused .dgwt-wcas-sf-wrapp input[type=search].dgwt-wcas-search-input{border-color:transparent}.dgwt-wcas-style-pirx.dgwt-wcas-search-wrapp-mobile.dgwt-wcas-search-filled .dgwt-wcas-sf-wrapp input[type=search].dgwt-wcas-search-input{padding-left:10px}.dgwt-wcas-style-pirx.dgwt-wcas-search-wrapp-mobile .dgwt-wcas-sf-wrapp input[type=search].dgwt-wcas-search-input:hover{background-color:transparent}.dgwt-wcas-open-pirx.dgwt-wcas-overlay-mobile-on .dgwt-wcas-suggestions-wrapp{border-top:1px solid #e0e2e5}.dgwt-wcas-open-pirx .dgwt-wcas-style-pirx.dgwt-wcas-style-pirx-compact .dgwt-wcas-sf-wrapp,.dgwt-wcas-open-pirx.dgwt-wcas-overlay-mobile-on .dgwt-wcas-om-bar button.dgwt-wcas-om-return{background:#fff}.dgwt-wcas-open-pirx.dgwt-wcas-overlay-mobile-on .dgwt-wcas-om-bar button.dgwt-wcas-om-return svg{left:17px;top:16px;width:17px;height:17px}.dgwt-wcas-style-pirx .dgwt-wcas-voice-search{right:20px;top:1px;opacity:1}.rtl .dgwt-wcas-style-pirx .dgwt-wcas-voice-search{right:auto;left:50px}.dgwt-wcas-overlay-mobile .dgwt-wcas-style-pirx .dgwt-wcas-voice-search{right:5px}.dgwt-wcas-overlay-mobile .dgwt-wcas-style-solaris .dgwt-wcas-voice-search{right:5px!important}.rtl .dgwt-wcas-overlay-mobile .dgwt-wcas-style-solaris .dgwt-wcas-voice-search{left:5px!important;right:auto!important}.dgwt-wcas-style-pirx.dgwt-wcas-style-pirx-compact .dgwt-wcas-sf-wrapp{background:0 0;padding:4px;border-radius:10px 10px 0 0}.dgwt-wcas-style-pirx.dgwt-wcas-style-pirx-compact .dgwt-wcas-sf-wrapp input[type=search].dgwt-wcas-search-input{padding-top:10px;padding-bottom:10px;line-height:normal;font-size:14px}.dgwt-wcas-style-pirx.dgwt-wcas-style-pirx-compact .dgwt-wcas-sf-wrapp button.dgwt-wcas-search-submit{left:15px;top:7px}.dgwt-wcas-style-pirx.dgwt-wcas-style-pirx-compact.dgwt-wcas-search-filled .dgwt-wcas-sf-wrapp button.dgwt-wcas-search-submit{left:auto;right:23px}html:not(.dgwt-wcas-overlay-mobile-on) .dgwt-wcas-style-pirx.dgwt-wcas-style-pirx-compact .dgwt-wcas-sf-wrapp input[type=search].dgwt-wcas-search-input{background:#fff;box-shadow:0 0 0 1px #eee}html:not(.dgwt-wcas-overlay-mobile-on) .dgwt-wcas-style-pirx.dgwt-wcas-style-pirx-compact.dgwt-wcas-search-focused .dgwt-wcas-sf-wrapp input[type=search].dgwt-wcas-search-input{border-color:#333;box-shadow:none}.dgwt-wcas-open-pirx-compact .dgwt-wcas-details-wrapp,.dgwt-wcas-open-pirx-compact .dgwt-wcas-suggestions-wrapp{margin-top:1px}.dgwt-wcas-suggestions-wrapp-fixed{position:fixed!important}.elementor-widget-fibosearch-posts::after{content:""!important}.dgwt-wcas-posts-results-grid{display:flex;flex-wrap:wrap;grid-gap:20px;justify-content:flex-start}.dgwt-wcas-posts-results-grid-item{width:calc(25% - 15px);margin-bottom:30px}

.screen-reader-text{display:none}
/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Oct 10 2022 | 02:11:41 */
/* Remove Top Notification Bar */
#Top > div.section-top-bar.wf-section {
	display: none;
}

#Top > a{
	display: none;
}

/* Widen Paragraph on Shipping page */
.paragraphshipping {
	width: 95% !important;
}

/* Fix weird bottom margin on quantity field in cart part */
.text-field-12.w-input {
	margin-bottom: 0px;
}

/* Float Shipping Price to Right on Checkout Page */
#shipping_method {
	float: right;
}

/* Make Tax Field on Checkout Page Full Width */
#order_review > div.woocommerce-checkout-review-order-table.w-commerce-commercecheckoutblockcontent.block-content > div.tax-total.w-commerce-commercecheckoutsummarylineitem.line-item {
	width: 100%;
}

/* Remove Shipping Table on Cart Page after totals before checkout button */
body > div.cart---copy-this-2.w-form > form > div.div-block-176 > div > div > table {
	display: none;
}

/* Various Text Color Changes on the Cart Page */
body > div.cart---copy-this-2.w-form > form > div.div-block-176 > div > div > div.cart-subtotal.div-block-9 > div:nth-child(2) > span {
	color: white;
}

body > div.cart---copy-this-2.w-form > form > div.div-block-176 > div > div > div.order-total.div-block-9 > div.text-block-1523 {
	color: #ebabcb;
}


/* Continue Shopping Button on Free Shipping Banner Notice Cart and Checkout Page */
.button-free-shipping-banner-continue-shopping {
	padding: 5px;
}


/* Hiding categories title on mobile menu */
#w-nav-overlay-1 > nav > div.categoriestitlemobilemenuview {
	display: none;
}

/* Hiding categories list on mobile menu  */
#sidebar-categoriesandsubcategires {
	display: none;
}

/* Hiding old categories list in sidebar */
body > div.section-13 > div > div.w-row > div.w-col.w-col-3 > div > div.footer-column.add-top-margin > div:nth-child(2) > div.w-dyn-list {
	display: none;
}

/* Same as above, just on the shop page */
body > div.section-13 > div.container-4.w-container > div.w-row > div.w-col.w-col-4 > div > div.footer-column.add-top-margin > div:nth-child(2) > div.w-dyn-list {
	display: none;
}

#woocommerce_product_categories-9 > ul {
	  color: white;
    font-weight: 400;
    text-decoration: none;
    cursor: pointer;
    font-family: 'Raleway';
    font-size: 15px;
		list-style: none;
}

#woocommerce_product_categories-9 > ul > li > ul > li {
		color: white;
    font-weight: 400;
    text-decoration: none;
    cursor: pointer;
    font-family: 'Raleway';
    font-size: 15px;
}

#woocommerce_product_categories-9 > ul > li > ul > li > a {
	color: white;
	font-weight: 400;
}

#woocommerce_product_categories-9 > ul > li > a {
	color: white;
	font-weight: 400;
}

#woocommerce_product_categories-8 > ul {
	list-style: none;
	width: 100%;
    margin-top: 0px;
    margin-bottom: 15px;
    font-family: Raleway, sans-serif, normal;
    color: #fff;
    font-size: 20px;
    font-weight: 400;
    text-align: left;
    letter-spacing: 0px;
    text-decoration: none;
}

#woocommerce_product_categories-8 > ul > li > a {
	color: white;
	font-weight: 400;
		    -webkit-transition: color 200ms ease, opacity 200ms ease;
    transition: color 200ms ease, opacity 200ms ease;
}

#woocommerce_product_categories-8 > ul > li > ul > li > a {
	color: white;
	font-weight: 400;
		    -webkit-transition: color 200ms ease, opacity 200ms ease;
    transition: color 200ms ease, opacity 200ms ease;
}

#woocommerce_product_categories-8 > ul > li > a:hover {
	color: #ebabcb;
	font-weight: 400;
}

#woocommerce_product_categories-8 > ul > li > ul > li > a:hover {
	color: #ebabcb;
	font-weight: 400;
}