/* 1. Configuration and helpers */
/* Animations Mixins */
/* 2. Vendors */
/*! 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;
  vertical-align: middle;
}

/**
 * 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 */
  box-shadow: none;
  outline: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* Tables
   ========================================================================== */
/**

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

td,
th {
  padding: 0;
}

p {
  margin: 0;
  padding: 0;
}

/* 3. Base stuff */
/* pt-sans-narrow-regular - latin_cyrillic */
@font-face {
  font-family: "PT Sans Narrow";
  font-style: normal;
  font-weight: 400;
  src: url("fonts/pt-sans-narrow-v8-latin_cyrillic-regular.eot"); /* IE9 Compat Modes */
  src: local("PT Sans Narrow"), local("PTSans-Narrow"), url("fonts/pt-sans-narrow-v8-latin_cyrillic-regular.eot?#iefix") format("embedded-opentype"), url("fonts/pt-sans-narrow-v8-latin_cyrillic-regular.woff2") format("woff2"), url("fonts/pt-sans-narrow-v8-latin_cyrillic-regular.woff") format("woff"), url("fonts/pt-sans-narrow-v8-latin_cyrillic-regular.ttf") format("truetype"), url("fonts/pt-sans-narrow-v8-latin_cyrillic-regular.svg#PTSansNarrow") format("svg"); /* Legacy iOS */
}
/* pt-sans-narrow-700 - latin_cyrillic */
@font-face {
  font-family: "PT Sans Narrow";
  font-style: normal;
  font-weight: 700;
  src: url("fonts/pt-sans-narrow-v8-latin_cyrillic-700.eot"); /* IE9 Compat Modes */
  src: local("PT Sans Narrow Bold"), local("PTSans-NarrowBold"), url("fonts/pt-sans-narrow-v8-latin_cyrillic-700.eot?#iefix") format("embedded-opentype"), url("fonts/pt-sans-narrow-v8-latin_cyrillic-700.woff2") format("woff2"), url("fonts/pt-sans-narrow-v8-latin_cyrillic-700.woff") format("woff"), url("fonts/pt-sans-narrow-v8-latin_cyrillic-700.ttf") format("truetype"), url("fonts/pt-sans-narrow-v8-latin_cyrillic-700.svg#PTSansNarrow") format("svg"); /* Legacy iOS */
}
/* rubik-regular - latin_cyrillic */
@font-face {
  font-family: "Rubik";
  font-style: normal;
  font-weight: 400;
  src: url("fonts/rubik-v7-latin_cyrillic-regular.eot"); /* IE9 Compat Modes */
  src: local("Rubik"), local("Rubik-Regular"), url("fonts/rubik-v7-latin_cyrillic-regular.eot?#iefix") format("embedded-opentype"), url("fonts/rubik-v7-latin_cyrillic-regular.woff2") format("woff2"), url("fonts/rubik-v7-latin_cyrillic-regular.woff") format("woff"), url("fonts/rubik-v7-latin_cyrillic-regular.ttf") format("truetype"), url("fonts/rubik-v7-latin_cyrillic-regular.svg#Rubik") format("svg"); /* Legacy iOS */
}
/* rubik-italic - latin_cyrillic */
@font-face {
  font-family: "Rubik";
  font-style: italic;
  font-weight: 400;
  src: url("fonts/rubik-v7-latin_cyrillic-italic.eot"); /* IE9 Compat Modes */
  src: local("Rubik Italic"), local("Rubik-Italic"), url("fonts/rubik-v7-latin_cyrillic-italic.eot?#iefix") format("embedded-opentype"), url("fonts/rubik-v7-latin_cyrillic-italic.woff2") format("woff2"), url("fonts/rubik-v7-latin_cyrillic-italic.woff") format("woff"), url("fonts/rubik-v7-latin_cyrillic-italic.ttf") format("truetype"), url("fonts/rubik-v7-latin_cyrillic-italic.svg#Rubik") format("svg"); /* Legacy iOS */
}
/* rubik-500 - latin_cyrillic */
@font-face {
  font-family: "Rubik";
  font-style: normal;
  font-weight: 500;
  src: url("fonts/rubik-v7-latin_cyrillic-500.eot"); /* IE9 Compat Modes */
  src: local("Rubik Medium"), local("Rubik-Medium"), url("fonts/rubik-v7-latin_cyrillic-500.eot?#iefix") format("embedded-opentype"), url("fonts/rubik-v7-latin_cyrillic-500.woff2") format("woff2"), url("fonts/rubik-v7-latin_cyrillic-500.woff") format("woff"), url("fonts/rubik-v7-latin_cyrillic-500.ttf") format("truetype"), url("fonts/rubik-v7-latin_cyrillic-500.svg#Rubik") format("svg"); /* Legacy iOS */
}
/* rubik-500italic - latin_cyrillic */
@font-face {
  font-family: "Rubik";
  font-style: italic;
  font-weight: 500;
  src: url("fonts/rubik-v7-latin_cyrillic-500italic.eot"); /* IE9 Compat Modes */
  src: local("Rubik Medium Italic"), local("Rubik-MediumItalic"), url("fonts/rubik-v7-latin_cyrillic-500italic.eot?#iefix") format("embedded-opentype"), url("fonts/rubik-v7-latin_cyrillic-500italic.woff2") format("woff2"), url("fonts/rubik-v7-latin_cyrillic-500italic.woff") format("woff"), url("fonts/rubik-v7-latin_cyrillic-500italic.ttf") format("truetype"), url("fonts/rubik-v7-latin_cyrillic-500italic.svg#Rubik") format("svg"); /* Legacy iOS */
}
@font-face {
  font-family: "icomoon";
  src: url("../icons/fonts/icomoon.eot?sfm31p");
  src: url("../icons/fonts/icomoon.eot?sfm31p#iefix") format("embedded-opentype"), url("../icons/fonts/icomoon.ttf?sfm31p") format("truetype"), url("../icons/fonts/icomoon.woff?sfm31p") format("woff"), url("../icons/fonts/icomoon.svg?sfm31p#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
[class^=icon-], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icomoon" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

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

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

.icon-tiktok:before {
  content: "\E92F";
}

.icon-ico_video:before {
  content: "\E905";
}

.icon-ico_cart:before {
  content: "\E90E";
}

.icon-borica:before {
  content: "\E92E";
}

.icon-american-express:before {
  content: "\E926";
}

.icon-diners-club:before {
  content: "\E927";
}

.icon-discover:before {
  content: "\E928";
}

.icon-jcb:before {
  content: "\E929";
}

.icon-maestro:before {
  content: "\E92A";
}

.icon-mastercard:before {
  content: "\E92B";
}

.icon-paypal:before {
  content: "\E92C";
}

.icon-visa:before {
  content: "\E92D";
}

.icon-trash:before {
  content: "\E925";
}

.icon-promo:before {
  content: "\E900";
}

.icon-scroll-top:before {
  content: "\E908";
}

.icon-bag:before, .gs-qv-pop-up.gs-qv-overwrite .gs-qv-cart-loading span:before {
  content: "\E917";
}

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

.icon-ico_search:before {
  content: "\E922";
}

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

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

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

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

.icon-full-screen:before {
  content: "\E91F";
}

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

.icon-pin-it:before {
  content: "\E91A";
}

.icon-placeholder:before {
  content: "\E91B";
}

.icon-tick:before, .gs-qv-pop-up.gs-qv-overwrite .gs-qv-cart-loading strong:before {
  content: "\E91C";
}

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

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

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

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

.icon-prev:before {
  content: "\E909";
}

.icon-next:before {
  content: "\E913";
}

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

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

.icon-ico_grid:before {
  content: "\E911";
}

.icon-ico_file:before {
  content: "\E90F";
}

.icon-ico_mail:before {
  content: "\E910";
}

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

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

.icon-down-direction:before {
  content: "\E915";
}

.icon-up-direction:before {
  content: "\E90C";
}

.icon-grid:before {
  content: "\E90A";
}

.icon-close:before {
  content: "\E907";
}

.icon-ico_eye:before {
  content: "\E902";
}

.icon-ico_facebook:before {
  content: "\E903";
}

.icon-ico_phone:before {
  content: "\E904";
}

.icon-ico_twitter:before {
  content: "\E906";
}

body {
  color: #3f3f3f;
  font-weight: 400;
  font-size: 14px;
  font-family: "PT Sans Narrow", sans-serif;
  line-height: 1.2;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: 700;
  color: inherit;
  padding: 0;
  margin: 0;
  font-size: 14px;
  font-family: "PT Sans Narrow", sans-serif;
  line-height: 1;
  box-sizing: border-box;
}

h1 {
  font-size: 62px;
}

h2 {
  font-size: 50px;
}

h3 {
  font-size: 42px;
}

h4 {
  font-size: 30px;
}

h5 {
  font-size: 24px;
}

h6 {
  font-size: 18px;
}

.gs-rtf {
  line-height: 1.4;
}
.gs-rtf a {
  text-decoration: underline;
}
@media (min-width: 1025px) {
  .gs-rtf a:hover {
    text-decoration: none;
  }
}
.gs-rtf h1, .gs-rtf h2, .gs-rtf h3, .gs-rtf h4, .gs-rtf h5, .gs-rtf h6 {
  line-height: 1em;
}
.gs-rtf h1 {
  font-size: 30px;
}
.gs-rtf h2 {
  font-size: 26px;
}
.gs-rtf h3 {
  font-size: 24px;
}
.gs-rtf h4 {
  font-size: 22px;
}
.gs-rtf h5 {
  font-size: 20px;
}
.gs-rtf h6 {
  font-size: 18px;
}
.gs-rtf iframe {
  max-width: 100%;
  border: none;
}
.gs-rtf img {
  max-width: 100%;
  height: auto !important;
}

/**
 * Clear inner floats
 */
.clearfix {
  z-index: -1;
}

.clearfix::after {
  clear: both;
  content: "";
  display: table;
}

select, input, textarea {
  font-family: inherit;
  color: inherit;
  resize: none;
  outline: none;
  border: none;
}

header, nav, div, footer, span, ul, li, label, section, input, fieldset, textarea {
  position: relative;
  box-sizing: border-box;
}

.gs-slides {
  backface-visibility: hidden;
  will-change: transform, opacity;
}

/**
 * Main content containers
 * 1. Make the container full-width with a maximum width
 * 2. Center it in the viewport
 * 3. Leave some space on the edges, especially valuable on small screens
 */
.gs-container {
  max-width: 100%; /* 1 */
  margin-left: auto; /* 2 */
  margin-right: auto; /* 2 */
  padding-left: 20px; /* 3 */
  padding-right: 20px; /* 3 */
  width: 100%; /* 1 */
}

/**
 * Hide text while making it readable for screen readers
 * 1. Needed in WebKit-based browsers because of an implementation bug;
 *    See: https://code.google.com/p/chromium/issues/detail?id=457146
 */
.hide-text {
  overflow: hidden;
  padding: 0; /* 1 */
  text-indent: 101%;
  white-space: nowrap;
}

/**
 * Hide element while making it readable for screen readers
 * Shamelessly borrowed from HTML5Boilerplate:
 * https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css#L119-L133
 */
.visually-hidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.visibility-hidden {
  visibility: hidden;
  opacity: 0;
}

.visibility-visible {
  visibility: visible;
  opacity: 1;
}

.full-content {
  width: 100%;
  height: 100%;
}

.fl-right {
  float: right;
}

.gs-list, .gs-contact-info ul, .gs-cart-form .item-info ul, .gs-footer .gs-footer-follow .gs-footer-socials ul, .gs-footer .gs-footer-contacts ul, .gs-menu-item .gs-sub-menu ul, .gs-head-contacts ul, .gs-lang-bar ul, .gs-head-links ul, .gs-breadcrumb ul, .gs-share-area ul {
  list-style: none;
  list-style-image: none;
  margin: 0;
  padding: 0;
}

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

.vert-center {
  top: 50%;
  transform: translateY(-50%);
}

/* On Scroll Animations For Desktop*/
@media (min-width: 1025px) {
  .gs-anim-block .gs-elem {
    transition: all 1s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    visibility: hidden;
    opacity: 0;
  }
  .gs-anim-block .gs-elem.done {
    visibility: visible;
    opacity: 1;
  }
  .gs-anim-block .gs-elem.top {
    transform: translateY(150px);
  }
  .gs-anim-block .gs-elem.top.done {
    transform: translateY(0);
  }
  .gs-anim-block .gs-elem.left {
    transform: translateX(-150px);
  }
  .gs-anim-block .gs-elem.left.done {
    transform: translateY(0);
  }
  .gs-anim-block .gs-elem.right {
    transform: translateX(150px);
  }
  .gs-anim-block .gs-elem.right.done {
    transform: translateY(0);
  }
  .gs-anim-block .gs-elem.scale {
    transform: scale(0.8);
  }
  .gs-anim-block .gs-elem.scale.done {
    transform: scale(1);
  }
}
@keyframes loading {
  0% {
    box-shadow: 0px 0px 0px 8px #fff;
    width: 0%;
    height: 0%;
    opacity: 0;
  }
  20% {
    opacity: 1;
  }
  100% {
    box-shadow: 0px 0px 0px 8px #fff;
    width: 100%;
    height: 100%;
  }
}
@keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes scale {
  0%, 80%, 100% {
    transform: scale(0);
    opacity: 0;
  }
  40% {
    transform: scale(1);
    opacity: 1;
  }
}
@keyframes scroll_down {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(3px);
  }
  100% {
    transform: translateY(0px);
  }
}
/* Spinner Animation */
@keyframes rotator {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(270deg);
  }
}
@keyframes dash {
  0% {
    stroke-dashoffset: 187;
  }
  50% {
    stroke-dashoffset: 46.75;
    transform: rotate(135deg);
  }
  100% {
    stroke-dashoffset: 187;
    transform: rotate(450deg);
  }
}
@keyframes wave {
  0%, 60%, 100% {
    transform: initial;
  }
  30% {
    transform: translateY(-10px);
  }
}
@keyframes scale-in-bounce {
  0% {
    transform: scale(0);
    opacity: 0;
  }
  50% {
    transform: scale(1.4);
    opacity: 1;
  }
  100% {
    transform: scale(1);
  }
}
/**
 * Set up a decent box model on the root element
 */
html {
  box-sizing: border-box;
}

body {
  position: relative;
  width: 100%;
}
body.catalog .gs-breadcrumb, body.product .gs-breadcrumb {
  text-align: left;
}

/**
 * Make all elements from the DOM inherit from the parent box-sizing
 * Since `*` has a specificity of 0, it does not override the `html` value
 * making all elements inheriting from the root box-sizing value
 * See: https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/
 */
*, *::before, *::after {
  box-sizing: inherit;
}

/**
 * Basic styles for links
 */
a {
  color: inherit;
  text-decoration: none;
}

.gs-main-container {
  position: relative;
  width: 100%;
  height: auto;
  visibility: hidden;
  opacity: 0;
}
@media (max-width: 1025px) {
  .gs-main-container {
    padding: 114px 0 0;
  }
}

.gs-content-wrap {
  position: relative;
  width: 100%;
  z-index: 1;
}

.gs-section {
  position: relative;
  width: 100%;
  padding: 0 15px;
}
@media (max-width: 770px) {
  .gs-section {
    padding: 0 10px;
  }
}

.gs-section-wrap {
  position: relative;
  width: 100%;
  max-width: 1240px;
  margin: 0 auto;
}

.gs-section-title {
  position: relative;
  width: 100%;
}
.gs-section-title h1 {
  font-size: 28px;
}
.gs-section-title h2 {
  font-size: 28px;
}
.gs-section-title h3 {
  font-size: 28px;
}
.gs-section-title h5 {
  font-size: 28px;
}
.gs-section-title .gs-rtf {
  max-width: 850px;
}

.gs-copy-text {
  position: relative;
  width: 100%;
}
.gs-copy-text p {
  margin-bottom: 20px;
  line-height: 1.4em;
}
.gs-copy-text p:last-child {
  margin-bottom: 0;
}

.gs-important a {
  text-decoration: underline;
}

.gs-separator {
  position: relative;
  width: 100%;
  padding: 2% 0;
}
@media (max-width: 640px) {
  .gs-separator {
    padding: 4% 0;
  }
}
.gs-separator.first-banner {
  padding: 1% 0;
}
.gs-separator.smaller {
  padding: 6px 0;
}
.gs-separator.small {
  padding: 12px 0;
}
.gs-separator.medium {
  padding: 16px 0;
}
@media (max-width: 640px) {
  .gs-separator.medium {
    padding: 10px 0;
  }
}

.gs-share-area {
  margin-top: 15px;
}
.gs-share-area li {
  margin: 5px 2px 5px 0;
  display: inline-block;
  vertical-align: top;
}
.gs-share-area a {
  padding: 3px 8px;
  border-radius: 3px;
  color: #fff;
  font-size: 12px;
  text-decoration: none;
  display: inline-block;
}
.gs-share-area a span {
  display: inline-block;
  vertical-align: middle;
  margin-right: 2px;
  margin-top: -2px;
  font-size: 12px;
}
.gs-share-area a.gs-fb-share {
  background: #3b5998;
}
.gs-share-area a.gs-pin-it {
  background: #cb2027;
}
.gs-share-area a.gs-google-plus {
  background: #db4437;
}

.gs-pattern {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.gs-bg-pattern {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* Background Image Cover*/
.gs-background {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%;
}
.gs-background.gs-fixed-bg {
  background-attachment: fixed;
}
@media (max-width: 1025px) {
  .gs-background.gs-fixed-bg {
    background-attachment: inherit;
  }
}

.gs-scroll-down {
  position: absolute;
  bottom: 3%;
  left: 0;
  width: 100%;
  height: auto;
  text-align: center;
  z-index: 1;
}
.gs-scroll-down strong {
  display: inline-block;
  position: relative;
  width: 28px;
  height: 43px;
  border-radius: 50px;
  border: 2px solid;
  -webkit-animation-delay: 0s;
  -webkit-animation-duration: 1s;
  -webkit-animation-name: scroll_down;
  -webkit-animation-fill-mode: forwards;
  -webkit-animation-iteration-count: 20;
  -webkit-animation-iteration-count: 20;
  -moz-animation-delay: 0s;
  -moz-animation-duration: 1s;
  -moz-animation-name: scroll_down;
  -moz-animation-fill-mode: forwards;
  -moz-animation-iteration-count: 20;
  animation-delay: 0s;
  animation-duration: 1s;
  animation-name: scroll_down;
  animation-fill-mode: forwards;
  animation-iteration-count: 20;
}
.gs-scroll-down span {
  display: block;
  position: absolute;
  top: 13px;
  text-align: center;
  width: 100%;
  font-size: 9px;
}
.gs-scroll-down span:nth-child(2) {
  top: 24px;
}
@media (max-width: 1370px) {
  .gs-scroll-down {
    display: none;
  }
}
@media (max-height: 768px) {
  .gs-scroll-down {
    display: none;
  }
}

.gs-preloader {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: fixed;
  z-index: 100;
}

.gs-preload {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  white-space: nowrap;
}
.gs-preload:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 0;
  height: 100%;
}
.gs-preload .gs-pr-dot {
  display: inline-block;
  vertical-align: middle;
  width: 14px;
  height: 14px;
  margin: 0 4px;
  border-radius: 50px;
  backface-visibility: hidden;
  animation: scale 1.2s infinite ease-in-out both;
}
.gs-preload .gs-pr-dot:nth-child(1) {
  animation-delay: -0.4s;
}
.gs-preload .gs-pr-dot:nth-child(2) {
  animation-delay: -0.2s;
}

.gs-breadcrumb {
  width: 100%;
  height: auto;
  padding: 20px 15px;
}
@media (max-width: 770px) {
  .gs-breadcrumb {
    padding: 15px 10px;
  }
}
.gs-breadcrumb ul {
  max-width: 1240px;
  margin: 0 auto;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.gs-breadcrumb ul li {
  display: inline-block;
  font-size: 12px;
}
.gs-breadcrumb ul a {
  display: block;
}
.gs-breadcrumb ul a em {
  transition: all 0.5s;
  position: relative;
  display: inline-block;
  text-decoration: underline;
}
@media (min-width: 1025px) {
  .gs-breadcrumb ul a em:hover {
    text-decoration: none;
  }
}
.gs-breadcrumb ul span {
  display: block;
}
.gs-breadcrumb ul sub {
  bottom: 0;
  line-height: normal;
  font-size: 14px;
  margin: 0 5px;
  display: inline-block;
}

/* Custom Scroll */
.scrollable {
  position: relative;
}
.scrollable:focus {
  outline: 0;
}
.scrollable .viewport {
  position: relative;
  overflow: hidden;
}
.scrollable .viewport .overview {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  padding-right: 30px;
}
.scrollable .scroll-bar {
  display: none;
}
.scrollable .scroll-bar.vertical {
  position: absolute;
  top: 0;
  right: 10px;
  width: 1px;
  height: 100%;
  height: 100%;
  z-index: 5;
}
.scrollable .scroll-bar.vertical .thumb {
  width: 10px;
  left: -5px;
  min-height: 10px;
}
.scrollable .scroll-bar.horizontal {
  position: relative;
  width: 100%;
}
.scrollable .scroll-bar.horizontal .thumb {
  height: 100%;
  min-width: 10px;
  left: 0;
}
.scrollable .scroll-bar .thumb {
  position: absolute;
}

.not-selectable {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.gs-preview {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  height: auto;
  z-index: 100;
}

/* Mess From Other Templates */
.quickView-prdPopIn {
  width: 100% !important;
  max-width: 450px;
}

.quickView-content {
  width: auto;
  max-width: 100%;
}

.quickView-prdPopIn .quickView-popInBody {
  width: 100% !important;
}

.quickView-order h4 {
  height: 33px !important;
}

.quickView-prdPopIn .quickView-closeFader {
  left: 100% !important;
}

/* Qiuck View Pop Up Custom Styles */
.gs-qv-pop-up.gs-qv-overwrite .gs-qv-cart-loading {
  visibility: hidden;
  opacity: 0;
  display: block;
  transition: all 0.5s;
}
.gs-qv-pop-up.gs-qv-overwrite .gs-qv-cart-loading.loading {
  visibility: visible;
  opacity: 1;
}
.gs-qv-pop-up.gs-qv-overwrite .gs-qv-cart-loading.success span {
  visibility: hidden;
  opacity: 0;
}
.gs-qv-pop-up.gs-qv-overwrite .gs-qv-cart-loading.success strong {
  transform: rotateX(0);
  visibility: visible;
  opacity: 1;
  transition-delay: 0.5s;
}
.gs-qv-pop-up.gs-qv-overwrite .gs-qv-cart-loading span {
  font-family: "icomoon" !important;
  width: 40px;
  height: 40px;
  margin: -20px auto 0;
  font-size: 40px;
  line-height: 1;
  -webkit-animation-delay: 0s;
  -webkit-animation-duration: 0.5s;
  -webkit-animation-name: blink;
  -webkit-animation-fill-mode: forwards;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-iteration-count: infinite;
  -moz-animation-delay: 0s;
  -moz-animation-duration: 0.5s;
  -moz-animation-name: blink;
  -moz-animation-fill-mode: forwards;
  -moz-animation-iteration-count: infinite;
  animation-delay: 0s;
  animation-duration: 0.5s;
  animation-name: blink;
  animation-fill-mode: forwards;
  animation-iteration-count: infinite;
}
.gs-qv-pop-up.gs-qv-overwrite .gs-qv-cart-loading strong {
  width: 50px;
  height: 50px;
  position: absolute;
  top: 50%;
  left: 50%;
  padding: 0;
  margin: -25px 0 0 -25px;
  font-family: "icomoon" !important;
  border: 2px solid;
  border-radius: 500px;
  overflow: hidden;
  visibility: hidden;
  opacity: 0;
  transition: all 0.3s cubic-bezier(0.445, 0.05, 0.55, 0.95);
  transform: rotateX(-90deg);
}
.gs-qv-pop-up.gs-qv-overwrite .gs-qv-cart-loading strong:before {
  position: absolute;
  top: 16px;
  left: 8px;
  font-size: 24px;
}

/* 4. Layout-related sections */
.gs-header {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10;
  backface-visibility: hidden;
  padding-bottom: 55px;
}
@media (min-width: 1025px) {
  .gs-header.small .gs-cat-nav {
    position: fixed;
    top: 0;
    margin-top: 0;
  }
  .gs-header.small .gs-cart a.gs-add-to-cart span.gs-icon-cart {
    position: fixed;
    top: 17px;
    right: 20px;
    margin-top: 0;
    z-index: 10;
    font-size: 30px;
  }
  .gs-header.small .gs-cart a.gs-add-to-cart em.gs-cart-sum {
    width: 24px;
    height: 24px;
    line-height: 24px;
    font-style: 12px;
  }
  .gs-header.small .gs-cart-box {
    position: fixed;
    top: 40px;
    right: 20px;
  }
}
@media (max-width: 1025px) {
  .gs-header {
    padding-bottom: 0;
    position: fixed;
    transition: all 0.2s;
  }
  .gs-header.down_state {
    top: -40px;
  }
  .gs-header.active {
    left: -255px;
  }
  .gs-header.active .gs-mobile-pattern {
    visibility: visible;
    opacity: 1;
  }
}

.gs-mobile-pattern {
  position: fixed;
  top: 0;
  left: 0;
  visibility: hidden;
  opacity: 0;
  transition: all 0.5s;
}

.gs-main-nav {
  position: relative;
  width: 100%;
  height: 46px;
  text-align: right;
  font-size: 0;
  padding: 0 15px;
  z-index: 1;
  font-family: "Rubik", display;
}
@media (max-width: 1025px) {
  .gs-main-nav {
    height: 40px;
  }
}
@media (max-width: 770px) {
  .gs-main-nav {
    padding: 0 10px;
  }
}

.gs-nav-wrap {
  width: 100%;
  height: 100%;
  max-width: 1240px;
  margin: 0 auto;
}

.gs-head-links {
  display: block;
  width: auto;
  height: 100%;
  padding-left: 75px;
}
.gs-head-links:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 0;
  height: 100%;
}
.gs-head-links nav {
  display: inline-block;
  vertical-align: middle;
}
.gs-head-links ul {
  position: relative;
}
.gs-head-links ul li {
  display: inline-block;
  vertical-align: middle;
  padding: 2px 0 2px 10px;
}
@media (max-width: 1025px) {
  .gs-head-links ul li {
    display: none;
  }
  .gs-head-links ul li.gn-user-login-0, .gs-head-links ul li.gn-content-details-2 {
    display: inline-block;
  }
}
.gs-head-links ul li a {
  display: block;
  font-size: 11px;
  transition: all 0.5s;
}

.gs-main-nav-actions {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  z-index: 1;
}

.gs-lang-bar {
  height: 100%;
  z-index: 1;
  padding: 0 10px 0 0;
  display: inline-block;
  vertical-align: middle;
}
@media (max-width: 950px) {
  .gs-lang-bar {
    float: left;
  }
}
.gs-lang-bar:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 1px;
  height: 100%;
  margin-left: -1px;
}
.gs-lang-bar ul {
  display: inline-block;
  vertical-align: middle;
}
.gs-lang-bar ul li {
  display: inline-block;
  vertical-align: middle;
  margin: 0 5px 0 0;
}
.gs-lang-bar ul a {
  display: block;
  text-align: center;
  font-size: 11px;
  text-transform: uppercase;
  transition: 0.5s all;
}

.gs-head-contacts {
  height: 100%;
  display: inline-block;
  vertical-align: middle;
}
@media (max-width: 770px) {
  .gs-head-contacts {
    display: none;
  }
}
.gs-head-contacts:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 1px;
  height: 100%;
  margin-left: -1px;
}
.gs-head-contacts ul {
  display: inline-block;
  vertical-align: middle;
}
.gs-head-contacts ul li {
  display: inline-block;
  vertical-align: middle;
  margin: 0 15px 0 0;
}
.gs-head-contacts ul a {
  display: block;
  text-align: center;
  font-size: 11px;
  transition: 0.5s all;
}
.gs-head-contacts ul span {
  display: inline-block;
  vertical-align: middle;
  font-size: 18px;
  margin-right: 5px;
}
.gs-head-contacts ul em {
  display: inline-block;
  vertical-align: middle;
  font-style: normal;
}

.gs-middle-nav {
  width: 100%;
  height: 94px;
  padding: 0 15px;
  z-index: 1;
}
@media (max-width: 1025px) {
  .gs-middle-nav {
    height: 74px;
  }
}
@media (max-width: 770px) {
  .gs-middle-nav {
    padding: 0 10px;
  }
}
.gs-middle-nav .gs-nav-wrap {
  border-bottom: 1px solid;
}

.gs-logo {
  display: inline-block;
  vertical-align: middle;
  max-width: 200px;
  width: auto;
  height: 100%;
  padding: 10px 0;
  z-index: 1;
}
.gs-logo .gs-logo-wrap {
  width: 100%;
  height: 100%;
  white-space: nowrap;
}
.gs-logo .gs-logo-img {
  display: inline-block;
  height: 100%;
  transition: all 0.5s;
}
.gs-logo .gs-logo-img a {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  white-space: nowrap;
  font-size: 0;
}
.gs-logo .gs-logo-img a:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 0;
  height: 100%;
}
.gs-logo .gs-logo-img span {
  font-size: 24px;
  display: inline-block;
  vertical-align: middle;
  white-space: normal;
  line-height: 1;
  font-family: "PT Sans Narrow", sans-serif;
  font-weight: bold;
}
.gs-logo .gs-logo-img img {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  max-height: 100%;
  backface-visibility: hidden;
}

.gs-header-actions {
  position: absolute;
  top: 0;
  right: 0;
  width: auto;
  height: 100%;
  white-space: nowrap;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.gs-header-wishlist {
  display: inline-flex;
  font-size: 35px;
  height: 35px;
  line-height: 1;
  align-items: center;
  justify-content: center;
  margin-left: 12px;
}
@media (max-width: 1025px) {
  .gs-header-wishlist {
    font-size: 26px;
    height: 26px;
    margin-left: 5px;
    margin-right: 10px;
  }
}
@media (max-width: 770px) {
  .gs-header-wishlist {
    font-size: 24px;
    height: 24px;
    margin-left: 3px;
  }
}
.gs-header-wishlist .gs-wishlist-header-button {
  position: relative;
  display: block;
  color: var(--accentColor);
  width: 100%;
  height: 100%;
}
.gs-header-wishlist .gs-wishlist-count {
  font-size: 10px;
  position: absolute;
  top: -11px;
  right: -10px;
  display: block;
  text-align: center;
  color: #fff;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: var(--accentColor);
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  font-family: "PT Sans Narrow", sans-serif;
  font-weight: bold;
}
@media (max-width: 1025px) {
  .gs-header-wishlist .gs-wishlist-count {
    width: 24px;
    height: 24px;
  }
}
@media (max-width: 640px) {
  .gs-header-wishlist .gs-wishlist-count {
    width: 22px;
    height: 22px;
    font-size: 12px;
  }
}

.gs-cart {
  display: inline-flex;
}
.gs-cart a.gs-add-to-cart {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  padding-right: 47px;
}
.gs-cart a.gs-add-to-cart em.gs-cart-sum {
  position: absolute;
  top: -10px;
  right: 0;
  width: 28px;
  height: 28px;
  font-size: 14px;
  font-style: normal;
  font-weight: bold;
  text-align: center;
  border-radius: 50px;
  line-height: 28px;
  font-family: "PT Sans Narrow", sans-serif;
}
@media (max-width: 1025px) {
  .gs-cart a.gs-add-to-cart em.gs-cart-sum {
    width: 24px;
    height: 24px;
    line-height: 24px;
  }
}
@media (max-width: 770px) {
  .gs-cart a.gs-add-to-cart em.gs-cart-sum {
    width: 22px;
    height: 22px;
    line-height: 22px;
    font-size: 12px;
  }
}
.gs-cart a.gs-add-to-cart span.gs-icon-cart {
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -19px;
  display: inline-block;
  vertical-align: middle;
  padding-right: 10px;
  font-size: 38px;
}
@media (max-width: 1025px) {
  .gs-cart a.gs-add-to-cart span.gs-icon-cart {
    font-size: 28px;
    margin-top: -14px;
  }
}
.gs-cart a.gs-add-to-cart .gs-total-items {
  display: inline-block;
  vertical-align: middle;
  font-size: 14px;
}
@media (max-width: 1025px) {
  .gs-cart a.gs-add-to-cart .gs-total-items {
    display: none;
  }
}

.gs-cart-box {
  position: absolute;
  top: 65%;
  right: 4px;
  width: 265px;
  height: auto;
  margin-top: 14px;
  border: 1px solid;
  white-space: normal;
  text-align: left;
  display: none;
}
.gs-cart-box .gs-cart-box-wrap {
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  max-height: 410px;
}
.gs-cart-box .gs-cart-item {
  position: relative;
  display: table;
  width: 100%;
  padding: 10px;
}
.gs-cart-box .gs-cart-cell {
  display: table-cell;
  vertical-align: top;
  text-align: left;
}
.gs-cart-box .gs-cart-cell .gs-item-img {
  border: 1px solid;
}
.gs-cart-box .gs-cart-cell .gs-items-qtty {
  position: absolute;
  top: -3px;
  right: -5px;
  width: 22px;
  height: 22px;
  border-radius: 500px;
  text-align: center;
  line-height: 22px;
  font-size: 12px;
  z-index: 1;
}
.gs-cart-box .gs-cart-cell .gs-item-title {
  font-size: 16px;
  padding: 0 15px;
  line-height: 17px;
  display: block;
}
.gs-cart-box .gs-cart-cell .gs-item-price {
  display: block;
  margin-top: 5px;
  font-size: 14px;
  font-style: normal;
}
.gs-cart-box .gs-cart-cell:nth-child(1) {
  width: 66px;
}
.gs-cart-box .gs-cart-total {
  position: relative;
  width: 100%;
  padding: 16px 15px;
  overflow: hidden;
}
.gs-cart-box .gs-cart-total strong {
  font-weight: normal;
  font-size: 16px;
}
.gs-cart-box .gs-cart-total a.gs-view-more {
  text-transform: capitalize;
  position: absolute;
  top: 10px;
  right: 10px;
  padding: 7px 18px;
}
.gs-cart-box .gs-tick-arrow {
  position: absolute;
  top: -10px;
  right: 13px;
  width: 22px;
  height: 10px;
  overflow: hidden;
}
.gs-cart-box .gs-tick-arrow span {
  width: 22px;
  height: 22px;
  transform: rotate(-45deg);
  display: block;
  position: relative;
  top: 5px;
  border: 1px solid;
}

.gs-search {
  display: inline-flex;
  white-space: nowrap;
  padding-right: 12px;
}
.gs-search:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 1px;
  height: 100%;
  margin-left: -1px;
}
@media (max-width: 770px) {
  .gs-search {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.8);
    text-align: center;
    padding: 0 15px;
    display: none;
  }
}

.gs-mobile-search {
  display: none;
  vertical-align: middle;
  margin: 0 5px;
}
@media (max-width: 770px) {
  .gs-mobile-search {
    display: inline-block;
  }
}
.gs-mobile-search.active span.icon {
  opacity: 0;
}
.gs-mobile-search.active span.icon.close {
  opacity: 1;
}
.gs-mobile-search span.icon {
  font-weight: bold;
  font-size: 20px;
  display: block;
  transition: all 0.5s;
}
.gs-mobile-search span.icon.close {
  position: absolute;
  top: 0;
  left: 0;
  transition: all 0.5s;
  font-size: 22px;
  opacity: 0;
}

.gs-search-form {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.gs-search-form .gs-field-box {
  position: relative;
  width: 100%;
  height: auto;
  font-size: 18px;
  display: block;
}
.gs-search-form .gs-field-box input.gs-text-field {
  width: 315px;
  height: 39px;
  padding: 0 50px 0 15px;
  border: 0;
  font-size: 14px;
  font-family: "PT Sans Narrow", sans-serif;
}
.gs-search-form .gs-field-box label {
  position: absolute;
  top: 11px;
  left: 15px;
  font-size: 14px;
  z-index: 1;
  font-family: "PT Sans Narrow", sans-serif;
}
.gs-search-form .gs-field-box button {
  position: absolute;
  top: 8px;
  right: 10px;
  background: transparent;
  border: none;
  outline: none;
}
.gs-search-form .gs-field-box button span {
  font-weight: bold;
  font-size: 20px;
}

.gs-cat-nav {
  position: absolute;
  top: 100%;
  right: 0;
  width: 100%;
  height: 55px;
  margin-top: -55px;
  padding: 0 15px;
}
@media (max-width: 1025px) {
  .gs-cat-nav {
    position: fixed;
    top: 0;
    right: -255px;
    width: 255px;
    height: 100%;
    margin-top: 0;
    padding: 0;
    border-left: 1px solid;
    transition: all 0.2s;
  }
  .gs-cat-nav.active {
    right: 0;
  }
  .gs-cat-nav .gs-nav-wrap {
    padding: 25px;
    overflow: auto;
  }
}

.gs-cat-nav-wrap {
  display: inline-block;
  vertical-align: middle;
  transition: all 0.5s;
  font-size: 0;
  width: 100%;
  height: 100%;
  white-space: nowrap;
  border-bottom: 4px solid;
}
@media (max-width: 1025px) {
  .gs-cat-nav-wrap {
    border-bottom: 0;
    white-space: normal;
    height: auto;
  }
}

.gs-menu-wrap {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: left;
  display: inline-block;
  vertical-align: middle;
  position: static;
  white-space: normal;
}
@media (max-width: 1280px) {
  .gs-menu-wrap {
    padding-right: 50px;
  }
}
@media (max-width: 1025px) {
  .gs-menu-wrap {
    padding-right: 0;
  }
}

.gs-menu-item {
  display: inline-block;
  vertical-align: middle;
  position: static;
  height: 100%;
}
@media (max-width: 1025px) {
  .gs-menu-item {
    display: block;
  }
  .gs-menu-item.current .gs-sub-menu {
    display: block;
  }
}
.gs-menu-item.gs-item-small-menu .gs-sub-menu {
  width: 180px;
  height: auto;
  min-width: inherit;
  left: auto;
}
@media (max-width: 1025px) {
  .gs-menu-item.gs-item-small-menu .gs-sub-menu {
    width: 100%;
  }
}
.gs-menu-item.gs-item-small-menu .gs-sub-menu ul {
  width: 100%;
}
.gs-menu-item.gs-item-small-menu .gs-sub-menu ul li {
  display: block;
  width: 100%;
}
@media (min-width: 1025px) {
  .gs-menu-item.gs-item-small-menu .gs-sub-menu ul li:hover .gs-sub-menu {
    top: 0;
  }
}
.gs-menu-item.gs-item-small-menu .gs-sub-menu ul li .gs-sub-menu {
  top: 0;
  left: 100%;
  border-radius: 0;
}
@media (max-width: 1025px) {
  .gs-menu-item.gs-item-small-menu .gs-sub-menu ul li .gs-sub-menu {
    left: 0;
  }
}
.gs-menu-item.gs-item-small-menu .gs-sub-menu ul li .gs-sub-menu:before {
  top: 10px;
  left: -6px;
  border-width: 1px 0 0 1px;
}
@media (max-width: 1025px) {
  .gs-menu-item.gs-item-small-menu .gs-sub-menu ul li .gs-sub-menu:before {
    left: 25px;
    border-width: 1px 1px 0 0;
    top: -6px;
  }
}
.gs-menu-item.gs-item-small-menu .gs-sub-menu .gs-categoty-info {
  display: none;
}
.gs-menu-item:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 1px;
  height: 100%;
  margin-left: -1px;
}
@media (max-width: 1025px) {
  .gs-menu-item:before {
    display: none;
  }
}
.gs-menu-item a.gs-main-link {
  font-size: 14px;
  padding: 5px 20px 5px 0;
  line-height: 1;
  display: inline-block;
  vertical-align: middle;
  transition: all 0.5s;
  position: relative;
  font-weight: bold;
  text-transform: uppercase;
}
@media (max-width: 1025px) {
  .gs-menu-item a.gs-main-link {
    padding: 10px 0;
  }
}
@media (min-width: 1025px) {
  .gs-menu-item:hover {
    z-index: 1;
  }
  .gs-menu-item:hover .gs-sub-menu {
    visibility: visible;
    opacity: 1;
    z-index: 1;
  }
}
.gs-menu-item .gs-sub-menu {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: auto;
  visibility: hidden;
  opacity: 0;
  z-index: -1;
  transition: all 0.5s;
  margin-top: 1px;
  font-size: 0;
  text-align: center;
  min-width: 680px;
  border: 1px solid;
  border-width: 0 1px 1px 1px;
}
@media (max-width: 1025px) {
  .gs-menu-item .gs-sub-menu {
    position: relative;
    top: 0;
    visibility: visible;
    opacity: 1;
    padding: 0;
    z-index: 1;
    transition: all 0s;
    display: none;
    border: 1px solid;
    border-width: 1px 0 1px 0;
    min-width: inherit;
    margin-top: 10px;
  }
  .gs-menu-item .gs-sub-menu:before {
    content: "";
    width: 10px;
    height: 10px;
    border: 1px solid;
    border-width: 1px 1px 0 0;
    transform: rotate(-45deg);
    position: absolute;
    top: -6px;
    left: 15px;
  }
}
.gs-menu-item .gs-sub-menu ul {
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: 65%;
  padding: 20px;
  z-index: 1;
  text-align: left;
}
@media (max-width: 1025px) {
  .gs-menu-item .gs-sub-menu ul {
    width: 100%;
    padding: 10px 0;
  }
}
.gs-menu-item .gs-sub-menu ul li {
  display: inline-block;
  vertical-align: top;
  width: 25%;
  position: relative;
}
@media (max-width: 1025px) {
  .gs-menu-item .gs-sub-menu ul li {
    width: 100%;
    display: block;
  }
  .gs-menu-item .gs-sub-menu ul li.current .gs-sub-menu {
    display: block;
  }
}
@media (min-width: 1025px) {
  .gs-menu-item .gs-sub-menu ul li:hover {
    z-index: 1;
  }
  .gs-menu-item .gs-sub-menu ul li:hover .gs-sub-menu {
    visibility: visible;
    opacity: 1;
    top: 100%;
  }
}
.gs-menu-item .gs-sub-menu ul li a {
  display: block;
  text-transform: none;
  font-size: 15px;
  padding: 10px;
  transition: all 0.3s;
  position: relative;
}
@media (max-width: 1025px) {
  .gs-menu-item .gs-sub-menu ul li a {
    padding: 5px;
  }
}
.gs-menu-item .gs-sub-menu .gs-sub-menu {
  position: absolute;
  top: 120%;
  left: 5px;
  width: 140px;
  height: auto;
  border-radius: 5px;
  border: 1px solid;
  border-width: 1px;
  padding: 5px 10px;
  visibility: hidden;
  opacity: 0;
  transition: all 0.3s;
  min-width: auto;
}
@media (max-width: 1025px) {
  .gs-menu-item .gs-sub-menu .gs-sub-menu {
    position: relative;
    top: 0;
    left: 0;
    visibility: visible;
    opacity: 1;
    padding: 5px 10px;
    z-index: 1;
    transition: all 0s;
    display: none;
    border: 1px solid;
    border-width: 1px 0 1px 0;
    width: 100%;
    border-radius: 0;
  }
}
.gs-menu-item .gs-sub-menu .gs-sub-menu:before {
  content: "";
  width: 10px;
  height: 10px;
  border: 1px solid;
  border-width: 1px 1px 0 0;
  transform: rotate(-45deg);
  position: absolute;
  top: -6px;
  left: 25px;
}
@media (max-width: 1025px) {
  .gs-menu-item .gs-sub-menu .gs-sub-menu:before {
    left: 25px;
    margin-left: 0;
  }
}
.gs-menu-item .gs-sub-menu .gs-sub-menu ul {
  width: 100%;
  padding: 0;
}
.gs-menu-item .gs-sub-menu .gs-sub-menu li {
  display: block;
  margin: 10px 0;
  width: 100%;
}
.gs-menu-item .gs-sub-menu .gs-sub-menu a {
  padding: 0;
}
.gs-menu-item .gs-categoty-info {
  display: inline-block;
  vertical-align: top;
  width: 35%;
  min-height: 160px;
  padding: 25px 20px;
  text-align: left;
  overflow: hidden;
  border-left: 1px solid;
}
@media (max-width: 1025px) {
  .gs-menu-item .gs-categoty-info {
    display: none;
  }
}
.gs-menu-item .gs-categoty-info h4 {
  margin-bottom: 20px;
}
.gs-menu-item .gs-categoty-info .gs-view-more {
  text-transform: capitalize;
}

.gs-open-nav {
  width: 22px;
  height: auto;
  display: none;
  vertical-align: middle;
  margin-left: 10px;
}
@media (max-width: 1025px) {
  .gs-open-nav {
    display: inline-block;
  }
}
.gs-open-nav .gs-menu-btn {
  transition: 0.5s all;
  display: block;
  text-align: center;
  height: 38px;
  position: relative;
  top: 50%;
  margin-top: -19px;
  background: transparent;
  border: none;
  outline: none;
  box-shadow: none;
  padding: 0;
}
.gs-open-nav span {
  display: inline-block;
  width: 22px;
  height: 16px;
  position: relative;
  top: 12px;
}
.gs-open-nav em {
  display: block;
  position: absolute;
  width: 100%;
  height: 3px;
  transition: 0.5s all;
}
.gs-open-nav em.c-1 {
  top: 0;
}
.gs-open-nav em.c-2 {
  top: 6px;
}
.gs-open-nav em.c-3 {
  top: 12px;
}
.gs-open-nav .gs-menu-btn.active em.c-1 {
  top: 6px;
  transform: rotate(45deg);
}
.gs-open-nav .gs-menu-btn.active em.c-2 {
  visibility: hidden;
  opacity: 0;
}
.gs-open-nav .gs-menu-btn.active em.c-3 {
  top: 6px;
  transform: rotate(-45deg);
}

.gs-footer {
  position: relative;
  overflow: hidden;
}
.gs-footer .gs-footer-grid {
  font-size: 0;
  margin: 0 -25px;
  text-align: center;
  display: flex;
  padding: 6% 0 0;
}
@media (max-width: 950px) {
  .gs-footer .gs-footer-grid {
    display: block;
  }
}
.gs-footer .gs-footer-col {
  font-size: 18px;
  display: inline-block;
  vertical-align: top;
  width: 25%;
  padding: 10px 25px;
  text-align: left;
  border-right: 1px solid;
}
@media (max-width: 950px) {
  .gs-footer .gs-footer-col {
    display: block;
    width: 100%;
    border-right: none;
  }
}
.gs-footer .gs-footer-col:last-child {
  border-right: none;
}
.gs-footer .gs-footer-col h2 {
  margin-bottom: 20px;
  font-size: 18px;
}
@media (max-width: 950px) {
  .gs-footer .gs-footer-col h2 {
    margin-bottom: 10px;
  }
}
.gs-footer .gs-footer-col nav {
  display: block;
  max-width: 150px;
}
@media (max-width: 950px) {
  .gs-footer .gs-footer-col nav {
    max-width: 100%;
  }
}
.gs-footer .gs-footer-col nav.gn-footer-menu {
  max-width: 150px;
  margin: 0 auto;
}
@media (max-width: 950px) {
  .gs-footer .gs-footer-col nav.gn-footer-menu {
    max-width: 100%;
  }
}
.gs-footer .gs-footer-col nav a {
  display: block;
  font-size: 14px;
  margin: 0 0 10px 0;
  transition: all 0.5s;
}
@media (max-width: 950px) {
  .gs-footer .gs-footer-col nav a {
    display: inline-block;
    margin: 0 5px 5px 0;
  }
}
@media (min-width: 1025px) {
  .gs-footer .gs-footer-col nav a:hover {
    text-decoration: underline;
  }
}
.gs-footer .gs-footer-contacts {
  max-width: 150px;
  margin: 0 auto;
}
@media (max-width: 950px) {
  .gs-footer .gs-footer-contacts {
    max-width: 100%;
  }
}
.gs-footer .gs-footer-contacts li {
  display: block;
  font-size: 14px;
  padding: 0 0 10px 0;
  transition: all 0.5s;
}
.gs-footer .gs-footer-contacts li strong {
  font-weight: normal;
}
.gs-footer .gs-footer-follow .gs-like-box {
  margin-bottom: 20px;
}
.gs-footer .gs-footer-follow .gs-footer-socials {
  display: block;
  text-align: left;
}
.gs-footer .gs-footer-follow .gs-footer-socials li {
  display: inline-block;
  vertical-align: top;
  padding: 0 5px 5px 0;
}
.gs-footer .gs-footer-follow .gs-footer-socials a {
  display: block;
  width: 35px;
  height: 35px;
  text-align: center;
  border-radius: 50px;
  font-size: 15px;
  transition: all 0.5s;
}
.gs-footer .gs-footer-follow .gs-footer-socials span.icon {
  position: relative;
  top: 50%;
  display: block;
  transform: translateY(-50%);
}
.gs-footer .gs-footer-form {
  width: 100%;
  display: none;
  text-align: right;
  margin-bottom: 40px;
}
.gs-footer .gs-footer-form.active {
  display: block;
}
@media (max-width: 1025px) {
  .gs-footer .gs-footer-form {
    text-align: right;
    margin-bottom: 40px;
    display: block;
  }
}
@media (max-width: 770px) {
  .gs-footer .gs-footer-form {
    text-align: left;
    margin-bottom: 20px;
  }
}
.gs-footer .gs-footer-form form {
  display: inline-block;
  max-width: 340px;
  width: 100%;
}
.gs-footer .gs-footer-form input.gs-text-field {
  width: 100%;
  height: 40px;
  padding: 0 70px 0 15px;
  font-size: 14px;
  border: 1px solid;
  border-width: 0 0 1px 0;
  background: transparent;
  transition: all 0.5s;
  opacity: 0.6;
  box-shadow: none;
  border-radius: 0;
}
.gs-footer .gs-footer-form input.gs-text-field:focus {
  opacity: 1;
}
.gs-footer .gs-footer-form label {
  position: absolute;
  top: 12px;
  left: 17px;
  font-size: 14px;
  z-index: 1;
  opacity: 0.6;
}
.gs-footer .gs-footer-form button {
  position: absolute;
  top: 5px;
  right: 12px;
  background: transparent;
  border: none;
  outline: none;
  font-size: 22px;
  opacity: 0.6;
}
.gs-footer .gs-payment-icon {
  margin: 20px 0 0;
  display: inline-flex;
  vertical-align: top;
  flex-wrap: wrap;
  width: 100%;
}
@media (max-width: 1025px) {
  .gs-footer .gs-payment-icon {
    margin-top: 15px;
  }
}
.gs-footer .gs-payment-icon span {
  display: inline-flex;
  margin: 0 8px 5px 0;
  flex: 0 0 100%;
  max-width: 40px;
}
.gs-footer .gs-payment-icon span.gs-payment-paysera {
  max-width: 56px;
}
.gs-footer .gs-payment-icon span img {
  max-width: 100%;
  display: block;
}
.gs-footer .gs-footer-hint {
  margin: 4% 0;
}
.gs-footer .gs-footer-hint p.gs-store-info {
  margin-top: 15px;
}
.gs-footer .gs-copy-right {
  text-align: left;
  padding: 15px 0;
  font-family: "Rubik", display;
}
.gs-footer .gs-copy-right span {
  transition: all 0.5s;
  font-size: 11px;
  padding: 5px 0;
}
@media (max-width: 770px) {
  .gs-footer .gs-copy-right span {
    display: block;
  }
}
.gs-footer .gs-copy-right span:nth-child(2) {
  float: right;
}
@media (max-width: 770px) {
  .gs-footer .gs-copy-right span:nth-child(2) {
    float: none;
  }
}
.gs-footer .gs-copy-right span a {
  transition: all 0.5s;
}
@media (min-width: 1025px) {
  .gs-footer .gs-copy-right span a:hover {
    opacity: 0.7;
  }
}
.gs-footer .gs-news-letter {
  margin: 0 0 25px;
  padding: 25px;
  background: #e9e9e9;
}
@media (max-width: 770px) {
  .gs-footer .gs-news-letter {
    padding: 15px;
  }
}
.gs-footer .gs-news-letter-title {
  font-size: 18px;
  font-weight: bold;
}
.gs-footer .gs-news-letter-sub-title {
  color: #65686C;
  margin: 10px 0 0;
  display: block;
}
.gs-footer .gs-news-letter-form {
  margin: 10px 0 0;
  display: block;
  width: 100%;
  position: relative;
}
.gs-footer .gs-news-letter-form.loading .gs-news-letter-submit {
  pointer-events: none;
  opacity: 0.5;
}
.gs-footer .gs-news-letter-mail {
  width: 100%;
  height: 40px;
  border: 1px solid #a8a8a8;
  box-shadow: none;
  background-color: transparent;
  padding: 0 10px;
  font-style: italic;
}
.gs-footer .gs-news-letter-mail.error {
  border-color: red;
}
.gs-footer .gs-new-letter-terms {
  margin: 15px 0 0;
  display: flex;
  align-items: flex-start;
}
.gs-footer .gs-new-letter-terms.error .gs-new-letter-label {
  color: red;
  border-bottom: 1px solid red;
}
.gs-footer .gs-new-letter-agree {
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
  width: 16px;
  height: 16px;
  background-color: #fff;
  border: 1px solid #d3d3d3;
}
.gs-footer .gs-new-letter-label {
  display: inline-block;
  vertical-align: middle;
  transition: all 0.5s;
}
.gs-footer .gs-news-letter-submit {
  outline: none;
  margin: 15px 0 0;
}
.gs-footer .gs-new-letter-error {
  position: absolute;
  top: -10px;
  right: 0;
  background-color: red;
  z-index: 1;
  padding: 3px 10px;
  font-style: italic;
  color: #fff;
  font-size: 12px;
  border-radius: 3px;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s;
}
.gs-footer .gs-new-letter-error.active {
  opacity: 1;
  visibility: visible;
}
.gs-footer .gs-new-letter-success {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  color: #28a745;
  display: flex;
  align-items: center;
  justify-content: center;
  font-style: italic;
  padding: 0 15px;
  text-align: center;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  z-index: 2;
  background-color: #e9e9e9;
  transition: all 0.5s;
}
.gs-footer .gs-new-letter-success.active {
  opacity: 1;
  visibility: visible;
  pointer-events: all;
}

/* 5. Components */
.gs-view-more {
  display: inline-block;
  vertical-align: middle;
  border: 1px solid;
  transition: 0.5s all;
  padding: 14px 50px;
  font-size: 16px;
  position: relative;
  overflow: hidden;
  border-radius: 0 !important;
  box-shadow: none !important;
  outline: none !important;
  cursor: pointer;
}
.gs-view-more span {
  display: block;
  position: relative;
  z-index: 2;
}
.gs-view-more:after {
  content: "";
  width: 300%;
  height: 0;
  position: absolute;
  bottom: -100%;
  left: -100%;
  transition: all 0.8s cubic-bezier(0.645, 0.045, 0.355, 1);
  transform: rotate(15deg);
  z-index: 1;
}
.gs-view-more.small {
  padding: 10px 25px;
  font-size: 14px;
}
@media (max-width: 640px) {
  .gs-view-more {
    padding: 11px 35px;
  }
}
@media (min-width: 1025px) {
  .gs-view-more:hover:after {
    height: 300%;
  }
}
.gs-view-more.loading {
  color: transparent !important;
  pointer-events: none;
}
.gs-view-more.loading:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -10px 0 0 -10px;
  width: 20px;
  height: 20px;
  border: 2px solid #fff;
  border-bottom-color: transparent;
  border-radius: 50px;
  display: inline-block;
  box-sizing: border-box;
  animation: spin 1s linear infinite;
}

.gs-read-more {
  display: inline-block;
  font-size: 14px;
  position: relative;
  padding-right: 30px;
  transition: all 0.3s;
}
@media (min-width: 1025px) {
  .gs-read-more:hover {
    padding-right: 35px;
  }
  .gs-read-more:hover:before {
    top: 6px;
    transform: rotate(30deg);
  }
  .gs-read-more:hover:after {
    top: 12px;
    transform: rotate(-30deg);
  }
}
.gs-read-more .gs-btn-line {
  position: absolute;
  top: 9px;
  right: 0;
  width: 25px;
  height: 1px;
  display: inline-block;
}
.gs-read-more:before {
  content: "";
  position: absolute;
  top: 9px;
  right: 0;
  width: 10px;
  height: 1px;
  display: inline-block;
  transform: rotate(0deg);
  transition: all 0.2s;
}
.gs-read-more:after {
  content: "";
  position: absolute;
  top: 9px;
  right: 0;
  width: 10px;
  height: 1px;
  display: inline-block;
  transform: rotate(0deg);
  transition: all 0.2s;
}

@media (min-width: 1025px) {
  .gs-download:hover span {
    transform: rotate(0);
  }
}
.gs-download strong {
  font-weight: 400;
  display: inline-block;
  vertical-align: middle;
  font-size: 16px;
  text-decoration: underline;
}
.gs-download span {
  display: inline-block;
  vertical-align: middle;
  font-size: 20px;
  margin-right: 5px;
  transform: rotate(90deg);
  transition: all 0.3s;
  backface-visibility: hidden;
}

.gs-qw-button {
  display: none;
}

.gs-newpay-leasing.gs-overwrite {
  margin: 10px 0 0;
  display: block;
}
.gs-newpay-leasing.gs-overwrite .new-pay-btn {
  border-radius: 0;
  padding: 4px 20px;
  display: block;
}
.gs-newpay-leasing.gs-overwrite .new-pay-btn-text {
  margin: 0 0 1px;
}

.gs-add-cart-form .gs-product-box__buttons.overwrite {
  vertical-align: middle;
}
.gs-add-cart-form .gs-product-box__buttons.overwrite .gs-compare-product-button {
  color: #000;
}
.gs-add-cart-form .gs-product-box__buttons.overwrite .gs-compare-button__icon {
  width: 16px;
  height: 16px;
  opacity: 0.5;
}

.gs-floated-grid .gs-product-box__buttons.overwrite {
  position: absolute;
  right: 0;
  bottom: 0;
}
.gs-floated-grid .gs-product-box__buttons.overwrite .gs-compare-button__text {
  display: none;
}
.gs-floated-grid .gs-product-box__buttons.overwrite .gs-compare-button__icon {
  width: 16px;
  height: 16px;
  margin-right: 0;
  opacity: 0.5;
}

.gs-product-box__buttons.overwrite {
  display: none;
}

.gs-add-to-wishlist {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  right: 10px;
  bottom: 10px;
  width: 20px;
  height: 18px;
  box-sizing: border-box;
  outline: none !important;
  border: 0 !important;
  cursor: pointer;
  z-index: 3;
  background: transparent !important;
  color: #5f5f5f;
  padding: 0 !important;
  margin: 0 !important;
}
.gs-add-to-wishlist.loading {
  pointer-events: none;
  opacity: 0.7;
}
.gs-add-to-wishlist ._is-not {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("../images/icons/heart.svg") center center no-repeat;
  background-size: contain;
}
.gs-add-to-wishlist ._is-in {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  font-size: 20px;
  color: var(--accentColor);
}
.gs-add-to-wishlist ._is-in:before {
  transform: scale(0);
}
.gs-add-to-wishlist.active ._is-in {
  opacity: 1;
}
.gs-add-to-wishlist.active ._is-in:before {
  animation: scale-in-bounce 0.5s forwards;
}
.gs-add-to-wishlist.active ._is-not {
  opacity: 0;
}

/**
 * Swiper 3.4.1
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * 
 * http://www.idangero.us/swiper/
 * 
 * Copyright 2016, Vladimir Kharlampidi
 * The iDangero.us
 * http://www.idangero.us/
 * 
 * Licensed under MIT
 * 
 * Released on: December 13, 2016
 */
.swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  z-index: 1;
}

.swiper-container-no-flexbox .swiper-slide {
  float: left;
}

.swiper-container-vertical > .swiper-wrapper {
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  box-sizing: content-box;
}

.swiper-container-android .swiper-slide, .swiper-wrapper {
  transform: translate3d(0, 0, 0);
}

.swiper-container-multirow > .swiper-wrapper {
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  flex-wrap: wrap;
}

.swiper-container-free-mode > .swiper-wrapper {
  transition-timing-function: ease-out;
  margin: 0 auto;
}

.swiper-slide {
  -webkit-flex-shrink: 0;
  -ms-flex: 0 0 auto;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
}

.swiper-container-autoheight, .swiper-container-autoheight .swiper-slide {
  height: auto;
}

.swiper-container-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}

.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}

.swiper-wp8-horizontal {
  touch-action: pan-y;
}

.swiper-wp8-vertical {
  touch-action: pan-x;
}

.swiper-button-next, .swiper-button-prev {
  position: absolute;
  top: 50%;
  width: 27px;
  height: 44px;
  margin-top: -22px;
  z-index: 10;
  cursor: pointer;
  background-size: 27px 44px;
  background-position: center;
  background-repeat: no-repeat;
}

.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}

.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  left: 10px;
  right: auto;
}

.swiper-button-prev.swiper-button-black, .swiper-container-rtl .swiper-button-next.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-prev.swiper-button-white, .swiper-container-rtl .swiper-button-next.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  right: 10px;
  left: auto;
}

.swiper-button-next.swiper-button-black, .swiper-container-rtl .swiper-button-prev.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-next.swiper-button-white, .swiper-container-rtl .swiper-button-prev.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: 0.3s;
  transform: translate3d(0, 0, 0);
  z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

.swiper-container-horizontal > .swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
  bottom: 10px;
  left: 0;
  width: 100%;
}

.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  background: #000;
  opacity: 0.2;
}

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

.swiper-pagination-white .swiper-pagination-bullet {
  background: #fff;
}

.swiper-pagination-bullet-active {
  opacity: 1;
  background: #007aff;
}

.swiper-pagination-white .swiper-pagination-bullet-active {
  background: #fff;
}

.swiper-pagination-black .swiper-pagination-bullet-active {
  background: #000;
}

.swiper-container-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  transform: translate3d(0, -50%, 0);
}

.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 5px 0;
  display: block;
}

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 5px;
}

.swiper-pagination-progress {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}

.swiper-pagination-progress .swiper-pagination-progressbar {
  background: #007aff;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: scale(0);
  transform-origin: left top;
}

.swiper-container-rtl .swiper-pagination-progress .swiper-pagination-progressbar {
  transform-origin: right top;
}

.swiper-container-horizontal > .swiper-pagination-progress {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}

.swiper-container-vertical > .swiper-pagination-progress {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}

.swiper-pagination-progress.swiper-pagination-white {
  background: rgba(255, 255, 255, 0.5);
}

.swiper-pagination-progress.swiper-pagination-white .swiper-pagination-progressbar {
  background: #fff;
}

.swiper-pagination-progress.swiper-pagination-black .swiper-pagination-progressbar {
  background: #000;
}

.swiper-container-3d {
  -o-perspective: 1200px;
  perspective: 1200px;
}

.swiper-container-3d .swiper-cube-shadow, .swiper-container-3d .swiper-slide, .swiper-container-3d .swiper-slide-shadow-bottom, .swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top, .swiper-container-3d .swiper-wrapper {
  transform-style: preserve-3d;
}

.swiper-container-3d .swiper-slide-shadow-bottom, .swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}

.swiper-container-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-coverflow .swiper-wrapper, .swiper-container-flip .swiper-wrapper {
  -ms-perspective: 1200px;
}

.swiper-container-cube, .swiper-container-flip {
  overflow: visible;
}

.swiper-container-cube .swiper-slide, .swiper-container-flip .swiper-slide {
  pointer-events: none;
  backface-visibility: hidden;
  z-index: 1;
}

.swiper-container-cube .swiper-slide .swiper-slide, .swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-cube .swiper-slide-active, .swiper-container-cube .swiper-slide-active .swiper-slide-active, .swiper-container-flip .swiper-slide-active, .swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-cube .swiper-slide-shadow-bottom, .swiper-container-cube .swiper-slide-shadow-left, .swiper-container-cube .swiper-slide-shadow-right, .swiper-container-cube .swiper-slide-shadow-top, .swiper-container-flip .swiper-slide-shadow-bottom, .swiper-container-flip .swiper-slide-shadow-left, .swiper-container-flip .swiper-slide-shadow-right, .swiper-container-flip .swiper-slide-shadow-top {
  z-index: 0;
  backface-visibility: hidden;
}

.swiper-container-cube .swiper-slide {
  visibility: hidden;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}

.swiper-container-cube.swiper-container-rtl .swiper-slide {
  transform-origin: 100% 0;
}

.swiper-container-cube .swiper-slide-active, .swiper-container-cube .swiper-slide-next, .swiper-container-cube .swiper-slide-next + .swiper-slide, .swiper-container-cube .swiper-slide-prev {
  pointer-events: auto;
  visibility: visible;
}

.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.6;
  filter: blur(50px);
  z-index: 0;
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  transition-timing-function: ease-out;
}

.swiper-container-fade .swiper-slide {
  pointer-events: none;
  transition-property: opacity;
}

.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-fade .swiper-slide-active, .swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.swiper-zoom-container > canvas, .swiper-zoom-container > img, .swiper-zoom-container > svg {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}

.swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}

.swiper-container-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0;
}

.swiper-scrollbar-cursor-drag {
  cursor: move;
}

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  animation: swiper-preloader-spin 1s steps(12, end) infinite;
}

.swiper-lazy-preloader:after {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-position: 50%;
  background-size: 100%;
  background-repeat: no-repeat;
}

.swiper-lazy-preloader-white:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}
@keyframes swiper-preloader-spin {
  100% {
    transform: rotate(360deg);
  }
}
.gs-floated-grid {
  position: relative;
  width: 100%;
  font-size: 0;
  overflow: hidden;
}
.gs-floated-grid .gs-grid-wrap {
  margin: 0 -10px;
  z-index: 1;
}
.gs-floated-grid.with-filter {
  width: auto;
}
.gs-floated-grid {
  /* Basic Grid Style */
}
.gs-floated-grid .gs-grid-item {
  position: relative;
  width: 100%;
  display: inline-block;
  vertical-align: top;
  padding: 0 10px;
  margin: 0 0 40px;
}
.gs-floated-grid.two-col .gs-grid-item {
  width: 50%;
}
.gs-floated-grid.three-col .gs-grid-item {
  width: 33.33%;
}
@media (max-width: 640px) {
  .gs-floated-grid.three-col .gs-grid-item {
    width: 50%;
  }
}
.gs-floated-grid.four-col .gs-grid-item {
  width: 25%;
}
@media (max-width: 770px) {
  .gs-floated-grid.four-col .gs-grid-item {
    width: 33.33%;
  }
}
@media (max-width: 640px) {
  .gs-floated-grid.four-col .gs-grid-item {
    width: 50%;
  }
}
.gs-floated-grid.five-col .gs-grid-item {
  width: 20%;
}
@media (max-width: 1150px) {
  .gs-floated-grid.five-col .gs-grid-item {
    width: 25%;
  }
}
@media (max-width: 770px) {
  .gs-floated-grid.five-col .gs-grid-item {
    width: 33.33%;
  }
}
@media (max-width: 640px) {
  .gs-floated-grid.five-col .gs-grid-item {
    width: 50%;
  }
}
.gs-floated-grid .gs-item-data {
  transition: all 0.5s;
}
@media (min-width: 1025px) {
  .gs-floated-grid .gs-item-data:hover .gs-tags {
    width: 90%;
    left: 5%;
    top: 5%;
  }
  .gs-floated-grid .gs-item-data:hover .gs-wq-btn-wrap {
    visibility: visible;
    opacity: 1;
    transform: translateY(0);
  }
  .gs-floated-grid .gs-item-data:hover .gs-pattern {
    visibility: visible;
    opacity: 0.6;
  }
  .gs-floated-grid .gs-item-data:hover .gs-item-image img {
    transform: scale(1.05);
  }
}
.gs-floated-grid .gs-pattern {
  transition: all 0.5s;
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
}
.gs-floated-grid .gs-wq-btn-wrap {
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -18px;
  width: 100%;
  text-align: center;
  visibility: hidden;
  opacity: 0;
  transition: all 0.5s;
  transform: translateY(10px);
  z-index: 2;
}
.gs-floated-grid .gs-wq-btn-wrap a.gs-qw-btn {
  display: inline-block;
  vertical-align: middle;
  font-size: 26px;
  margin: 0 5px;
  backface-visibility: hidden;
  text-shadow: 2px 0 5px rgba(0, 0, 0, 0.5);
}
.gs-floated-grid .gs-wq-btn-wrap a.gs-qw-btn[data-quick-view-btn] {
  display: none;
}
.gs-floated-grid .gs-item-image {
  width: auto;
  height: 0;
  padding-top: 100%;
  overflow: hidden;
}
.gs-floated-grid .gs-item-image .gs-item-view {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  font-size: 0;
}
.gs-floated-grid .gs-item-image .gs-item-view:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 1%;
  height: 100%;
  margin-left: -1%;
}
.gs-floated-grid .gs-item-image img {
  max-height: 100%;
  max-width: 100%;
  display: inline-block;
  vertical-align: middle;
  transition: all 0.5s;
  backface-visibility: hidden;
}
.gs-floated-grid .gs-item-text {
  font-family: "PT Sans Narrow", sans-serif;
  font-size: 16px;
  text-align: left;
  margin-top: 15px;
  /*@include media(mobile){
  	padding-right: 20px;
  }*/
}
.gs-floated-grid .gs-item-text a.gs-item-title {
  height: 35px;
  overflow: hidden;
  display: block;
  line-height: 1;
}
@media (max-width: 640px) {
  .gs-floated-grid .gs-item-text a.gs-item-title {
    height: 35px;
  }
}
.gs-floated-grid {
  /*.gs-item-price{ fix for euro
  	@include size(120px, 36px);
  	@include absolute(top 0 right 0);
  	line-height: 1;
  	overflow:hidden;
  	text-align: right;
  	z-index: 1;

  	@include media(mobile){
  		@include relative();
  		width: 100%;
  		margin-top: 5px;
  		text-align: left;
  	}

  	span{
  		display: block;
  		font-size: 20px;

  		&.gs-old-price{
  			font-size: 14px;
  			text-decoration: line-through;
  		}
  	}
  }*/
}
.gs-floated-grid .gs-item-price {
  position: relative;
  width: 100%;
  height: 36px;
  margin-top: 5px;
  text-align: left;
  line-height: 1;
  overflow: hidden;
  z-index: 1;
  display: flex;
  align-items: flex-end;
}
.gs-floated-grid .gs-item-price span {
  display: block;
  font-size: 19px;
}
@media (max-width: 640px) {
  .gs-floated-grid .gs-item-price span {
    letter-spacing: -0.4px;
  }
}
.gs-floated-grid .gs-item-price span.gs-old-price {
  font-size: 14px;
  text-decoration: line-through;
  letter-spacing: inherit;
}
.gs-floated-grid .gs-buy-btn-active {
  margin-top: 15px;
  text-align: left;
}

.gs-tags {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 3;
  text-align: left;
  transition: all 0.3s;
}
.gs-tags em {
  white-space: nowrap;
  font-style: normal;
  font-size: 12px;
  font-family: "PT Sans Narrow", sans-serif;
  padding: 2px 5px;
  display: inline-block;
  position: relative;
  backface-visibility: hidden;
}
.gs-tags em span {
  position: absolute;
  top: 10px;
  left: 0;
  display: block;
  text-align: center;
  font-size: 14px;
  width: 100%;
  backface-visibility: hidden;
}
.gs-tags em.gs-new {
  position: absolute;
  top: 0;
  right: 0;
}

.gs-tabs-view {
  position: relative;
  width: 100%;
  height: auto;
}

.gs-tabs-body .gs-tab-content {
  position: relative;
  margin-bottom: 10px;
}
.gs-tabs-body .gs-tab-content:last-child {
  margin-bottom: 0;
}
.gs-tabs-body .gs-tab-content.active .gs-tab-wrap {
  display: block;
}
.gs-tabs-body .gs-tab-wrap {
  padding: 25px;
  display: none;
  max-width: 100%;
}
@media (max-width: 770px) {
  .gs-tabs-body .gs-tab-wrap {
    padding: 15px;
  }
}
.gs-tabs-body .gs-tab-wrap .gs-tab-subtitle {
  margin-bottom: 20px;
}
.gs-tabs-body .gs-tab-wrap .gs-tab-subtitle h5 {
  font-size: 25px;
}
.gs-tabs-body .gs-mobile-title {
  font-weight: normal;
  width: 100%;
  display: block;
  padding: 10px 15px;
  font-size: 18px;
  position: relative;
  font-family: "PT Sans Narrow", sans-serif;
  cursor: pointer;
}
.gs-tabs-body .gs-mobile-title .icon {
  position: absolute;
  top: 7px;
  right: 15px;
  width: 27px;
  height: 27px;
  border-radius: 50px;
  transition: all 0.5s;
  font-size: 16px;
  text-align: center;
}
.gs-tabs-body .gs-mobile-title .icon:before {
  position: relative;
  top: 50%;
  margin-top: -8px;
  display: block;
}
.gs-tabs-body .gs-mobile-title.active .icon {
  transform: rotate(-180deg);
}
.gs-tabs-body .gs-tab-table {
  display: table;
  width: 100%;
  max-width: 550px;
  border-bottom: 1px solid;
}
.gs-tabs-body .gs-tab-table .gs-tab-row {
  display: table-row;
  width: 100%;
}
.gs-tabs-body .gs-tab-table .gs-tab-row:last-child {
  border-bottom: none;
}
.gs-tabs-body .gs-tab-table .gs-tab-cell {
  display: table-cell;
  vertical-align: middle;
  padding: 12px 20px;
  border: solid;
  border-width: 1px 1px 0 1px;
  font-size: 14px;
}
.gs-tabs-body .gs-tab-table .gs-tab-cell:nth-child(even) {
  border-width: 1px 1px 0 0;
  text-align: right;
}
.gs-tabs-body .gs-tab-table .gs-tab-cell span {
  display: block;
}

.gs-add-cart-form {
  float: left;
  width: 40%;
  padding: 0 20px;
}
@media (max-width: 950px) {
  .gs-add-cart-form {
    width: 100%;
    padding: 20px 0 0;
  }
}
.gs-add-cart-form .gs-product-add-to-wishlist {
  font-size: 20px;
  z-index: 1;
  position: relative;
  background-color: transparent !important;
  color: var(--accentColor) !important;
  border-color: var(--mainColor) !important;
  padding: 14px 20px;
}
.gs-add-cart-form .gs-product-add-to-wishlist:after {
  display: none;
}
.gs-add-cart-form .gs-product-add-to-wishlist ._is-in-wishlist {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
}
.gs-add-cart-form .gs-product-add-to-wishlist ._is-in-wishlist:before {
  transform: scale(0);
}
@media (min-width: 1025px) {
  .gs-add-cart-form .gs-product-add-to-wishlist:hover {
    background-color: var(--mainColor) !important;
    color: #fff !important;
  }
}
.gs-add-cart-form .gs-product-add-to-wishlist.loading {
  color: transparent !important;
  background-color: var(--mainColor) !important;
}
.gs-add-cart-form .gs-product-add-to-wishlist.active ._is-in-wishlist {
  opacity: 1;
}
.gs-add-cart-form .gs-product-add-to-wishlist.active ._is-in-wishlist:before {
  animation: scale-in-bounce 0.5s forwards;
}
.gs-add-cart-form .gs-submit-cart-action {
  display: flex;
}

.gs-cart-form {
  position: relative;
  width: 100%;
  max-width: 400px;
  margin: 0 auto;
}
@media (max-width: 950px) {
  .gs-cart-form {
    max-width: 100%;
  }
}
.gs-cart-form .gs-detail-descr {
  position: relative;
  width: 100%;
  height: auto;
}
.gs-cart-form .gs-detail-descr h1 {
  font-size: 24px;
}
.gs-cart-form .gs-order-form {
  margin-top: 15px;
  border-top: 1px solid;
}
.gs-cart-form .gs-pr-price {
  margin-top: 10px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}
.gs-cart-form .gs-pr-price span {
  text-decoration: line-through;
  font-size: 18px;
  white-space: nowrap;
}
.gs-cart-form .gs-pr-price strong {
  font-weight: normal;
  font-size: 24px;
  white-space: nowrap;
  margin-right: 5px;
}
.gs-cart-form .gs-tags {
  width: auto;
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin-top: 10px;
  white-space: nowrap;
}
.gs-cart-form .gs-tags em {
  padding: 3px 10px;
  font-size: 14px;
  margin-right: 5px;
}
.gs-cart-form .gs-tags em.gs-new {
  position: relative;
}
.gs-cart-form .item-info {
  margin-top: 15px;
}
.gs-cart-form .item-info ul {
  font-size: 12px;
}
.gs-cart-form .item-info ul li {
  display: inline-block;
  vertical-align: top;
  margin-right: 5px;
}
.gs-cart-form .gs-select-wrap {
  width: 100%;
  height: auto;
  max-width: 160px;
  display: inline-block;
  vertical-align: middle;
  margin: 15px 10px 0 0;
}
.gs-cart-form .gs-select-wrap .gs-select-tick {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 30px;
  height: 30px;
  z-index: 5;
  text-align: center;
  pointer-events: none;
}
.gs-cart-form .gs-select-wrap .gs-select-tick span {
  display: inline-block;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -10px 0 0 -10px;
  border-radius: 50px;
}
.gs-cart-form .gs-select-wrap .gs-select-tick span em {
  font-size: 11px;
  display: block;
  text-align: center;
  position: relative;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.gs-cart-form .gs-select-wrap .gs-select-label {
  display: none;
}
.gs-cart-form .gs-select-wrap select {
  width: 100%;
  height: 30px;
  padding: 0 5px;
  font-size: 14px;
  border: none;
  box-shadow: none;
  outline: none;
}
.gs-cart-form .gs-select-wrap select:focus {
  outline: none;
}
.gs-cart-form .gs-select-wrap select .gs-sel-option {
  padding: 10px 15px;
}
.gs-cart-form .gs-freetext-wrap {
  width: 100%;
  height: auto;
  max-width: 160px;
  display: inline-block;
  vertical-align: middle;
  margin: 15px 10px 0 0;
}
.gs-cart-form .gs-freetext-wrap label {
  font-size: 12px;
  margin-bottom: 3px;
  display: block;
}
.gs-cart-form .gs-freetext-wrap input[type=text] {
  width: 100%;
  height: 30px;
  padding: 0 5px;
  font-size: 14px;
  border: none;
  box-shadow: none;
  outline: none;
}
.gs-cart-form .gs-freetext-wrap input[type=text]:focus {
  outline: none;
}
.gs-cart-form .gs-item-sum {
  margin-top: 15px;
  display: block;
  padding: 5px 0 0;
}
.gs-cart-form .gs-item-sum .gs-update-sum input {
  width: 40px;
  height: 26px;
  padding: 0 5px;
  font-size: 18px;
  display: inline-block;
  vertical-align: middle;
  border: none;
  text-align: center;
}
.gs-cart-form .gs-item-sum .gs-update-sum a {
  display: inline-block;
  vertical-align: middle;
  width: 26px;
  height: 26px;
  border-radius: 50px;
  text-align: center;
  transition: all 0.5s;
}
.gs-cart-form .gs-item-sum .gs-update-sum a span {
  display: block;
  font-size: 18px;
  position: relative;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  line-height: 1;
}
.gs-cart-form .gs-submit-cart {
  display: block;
  margin: 20px 0 5px;
}
.gs-cart-form .gs-submit-cart a.gs-sbm-cart {
  text-transform: capitalize;
  padding: 12px 30px;
  position: relative;
  display: block;
  text-align: center;
  flex: 1;
}
.gs-cart-form .gs-submit-cart a.gs-sbm-cart.active {
  background: #fff;
  pointer-events: none;
}
.gs-cart-form .gs-submit-cart a.gs-sbm-cart.active:after {
  display: none;
}
.gs-cart-form .gs-submit-cart a.gs-sbm-cart.active span.preload-dots {
  visibility: visible;
  opacity: 1;
}
.gs-cart-form .gs-submit-cart a.gs-sbm-cart.gs-done {
  background: #fff;
  pointer-events: none;
}
.gs-cart-form .gs-submit-cart a.gs-sbm-cart.gs-done:after {
  display: none;
}
.gs-cart-form .gs-submit-cart a.gs-sbm-cart.gs-done .gs-added {
  transform: rotateX(0);
  visibility: visible;
  opacity: 1;
}
.gs-cart-form .gs-submit-cart a.gs-sbm-cart.gs-done .span.preload-dots {
  visibility: hidden;
  opacity: 0;
}
.gs-cart-form .gs-submit-cart span.preload-dots {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  text-align: center;
  border: 1px solid;
  white-space: nowrap;
  visibility: hidden;
  opacity: 0;
}
.gs-cart-form .gs-submit-cart span.preload-dots:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 0px;
  height: 100%;
}
.gs-cart-form .gs-submit-cart span.preload-dots em {
  display: inline-block;
  vertical-align: middle;
  width: 10px;
  height: 10px;
  margin: 0 3px;
  border-radius: 50px;
  position: relative;
  animation: wave 1s linear infinite;
}
.gs-cart-form .gs-submit-cart span.preload-dots em:nth-child(2) {
  animation-delay: 0.2s;
}
.gs-cart-form .gs-submit-cart span.preload-dots em:nth-child(3) {
  animation-delay: 0.3s;
}
.gs-cart-form .gs-submit-cart .gs-added {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  font-weight: 400;
  display: block;
  font-size: 16px;
  text-align: center;
  white-space: nowrap;
  transition: all 0.5s;
  z-index: 3;
  transform: rotateX(-180deg);
  opacity: 0;
  visibility: hidden;
}
.gs-cart-form .gs-submit-cart .gs-added:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 0px;
  height: 100%;
}
.gs-cart-form .gs-submit-cart .gs-added em {
  display: inline-block;
  vertical-align: middle;
  font-style: normal;
  width: 30px;
  height: 30px;
  border-radius: 50px;
  border: 2px solid;
  line-height: 28px;
}

.gs-item-descr {
  margin-top: 20px;
  border-top: 1px solid;
}
.gs-item-descr .gs-item-txt {
  margin-top: 15px;
}
.gs-item-descr .gs-dl-btn {
  margin-top: 15px;
}

.gs-cart-error {
  position: absolute;
  top: -10px;
  left: -10px;
  z-index: 2;
  padding: 3px 10px;
  border-radius: 20px;
  display: none;
}
.gs-cart-error span {
  display: block;
  text-align: left;
}
.gs-cart-error span em {
  display: inline-block;
  font-style: normal;
  font-size: 14px;
  margin-right: 5px;
}
.gs-cart-error span em error {
  display: inline-block;
  vertical-align: middle;
}

.gs-fast-order.gs-overwrite {
  text-align: left;
  border-radius: 0;
  margin-top: 15px;
  padding: 15px 0 0;
  border: 1px solid;
  border-width: 1px 0 0 0;
  font-size: 0;
}
.gs-fast-order.gs-overwrite form {
  position: relative;
  width: 100%;
  height: auto;
}
.gs-fast-order.gs-overwrite strong {
  font-size: 16px;
  text-align: left;
  font-weight: normal;
  margin-bottom: 0;
  font-family: "PT Sans Narrow", sans-serif;
}
.gs-fast-order.gs-overwrite strong em {
  display: inline-block;
  vertical-align: baseline;
  font-size: 16px;
  font-style: normal;
  text-transform: lowercase;
}
.gs-fast-order.gs-overwrite input.gs-text-fld {
  width: 100%;
  height: 30px;
  border-radius: 0;
  border: 1px solid transparent;
  display: inline-block;
  vertical-align: top;
  margin: 15px 10px 0 0;
  font-size: 11px;
  padding: 0 10px;
  font-style: normal;
}
.gs-fast-order.gs-overwrite .gs-gdpr-checkbox {
  margin: 15px 0 0;
  font-size: 12px;
  font-family: "PT Sans Narrow", sans-serif;
}
.gs-fast-order.gs-overwrite .gs-gdpr-checkbox input {
  top: 2px;
}
.gs-fast-order.gs-overwrite .fast-order-sbm {
  position: relative;
  display: inline-block;
  vertical-align: top;
  border: 1px solid;
  margin: 15px 0 0;
  padding: 5px 20px;
  font-size: 14px;
  border-radius: 0;
  width: auto;
  font-family: "PT Sans Narrow", sans-serif;
}
.gs-fast-order.gs-overwrite .gs-order-error {
  text-align: left;
  font-size: 14px;
}

.gs-sidebar {
  width: 17%;
  height: auto;
  float: left;
  z-index: 1;
  margin-right: 24px;
  margin-bottom: 40px;
}
@media (max-width: 1025px) {
  .gs-sidebar {
    margin-right: 12px;
  }
}
@media (max-width: 950px) {
  .gs-sidebar {
    width: 100%;
    height: auto;
    float: none;
    margin-bottom: 0;
    z-index: inherit;
  }
  .gs-sidebar .gs-sidebar-filters {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 15;
    display: none;
    padding: 20px 15px 70px;
    background: #fff;
    overflow: auto;
  }
}

.gs-open-filter {
  position: relative;
  width: 100%;
  display: none;
  margin-bottom: 10px;
  border: 1px solid;
  font-size: 16px;
}
@media (max-width: 950px) {
  .gs-open-filter {
    display: block;
  }
}
.gs-open-filter span {
  font-size: 14px;
  padding: 6px 7px;
  display: block;
}
.gs-open-filter strong {
  position: absolute;
  top: 6px;
  right: 7px;
  font-style: normal;
  font-size: 16px;
}

.gs-apply-filters {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  height: auto;
  padding: 15px;
  font-size: 16px;
  display: none;
}
@media (max-width: 950px) {
  .gs-apply-filters {
    display: block;
    z-index: 1;
  }
}
.gs-apply-filters .gs-apply-legend {
  text-decoration: underline;
  font-weight: normal;
}
.gs-apply-filters .gs-close-fitelrs {
  font-size: 16px;
  position: absolute;
  top: 15px;
  right: 15px;
}

.gs-clear-filters {
  margin-bottom: 20px;
}
.gs-clear-filters span {
  display: inline-block;
  vertical-align: middle;
  text-decoration: underline;
}
@media (min-width: 1025px) {
  .gs-clear-filters span:hover {
    text-decoration: none;
  }
}

.gs-category {
  margin-bottom: 20px;
}

.gs-cat-filters .gs-cat-title {
  border-bottom: 1px solid;
  padding-bottom: 10px;
  padding-right: 15px;
  margin-bottom: 10px;
}
.gs-cat-filters strong {
  font-size: 18px;
}
@media (max-width: 950px) {
  .gs-cat-filters strong {
    font-size: 15px;
  }
}
.gs-cat-filters .icon {
  position: absolute;
  top: 4px;
  right: 0;
  font-size: 14px;
}

.gs-cat-labels {
  max-height: 230px;
  overflow: hidden;
}
@media (max-width: 950px) {
  .gs-cat-labels {
    max-height: inherit;
  }
}
.gs-cat-labels .gs-labels-wrap {
  width: 100%;
  height: auto;
}
.gs-cat-labels a {
  display: block;
}
.gs-cat-labels strong {
  display: block;
  margin-bottom: 5px;
  font-weight: normal;
  font-size: 14px;
}
.gs-cat-labels label {
  display: block;
  margin: 0 0 8px;
  cursor: pointer;
  font-size: 14px;
}
.gs-cat-labels label.active span:before {
  display: block;
}
.gs-cat-labels label span {
  display: inline-block;
  vertical-align: middle;
  width: 15px;
  height: 15px;
  border: 1px solid;
  margin-right: 8px;
  position: relative;
  top: -1px;
}
.gs-cat-labels label span:before {
  content: "";
  width: 9px;
  height: 9px;
  position: absolute;
  top: 2px;
  left: 2px;
  display: none;
}
.gs-cat-labels label.no-products {
  pointer-events: none;
  opacity: 0.8;
  text-decoration: line-through;
}
.gs-cat-labels input {
  display: none;
}

.gs-cat-inline label {
  font-family: "PT Sans Narrow", sans-serif;
  display: inline-block;
  vertical-align: middle;
  font-size: 13px;
  text-transform: uppercase;
  border: 1px solid;
  border-radius: 5px;
  padding: 1px 12px;
  margin: 0 3px 5px 0;
  cursor: pointer;
  transition: all 0.5s;
}
.gs-cat-inline input {
  display: none;
}

.gs-price-slider {
  margin-bottom: 30px;
}
.gs-price-slider span.gs-price-title {
  display: block;
  font-size: 18px;
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid;
  padding-right: 15px;
  font-weight: bold;
}
@media (max-width: 950px) {
  .gs-price-slider span.gs-price-title {
    font-size: 15px;
  }
}
.gs-price-slider span.gs-price-title .icon {
  position: absolute;
  top: 4px;
  right: 0;
  font-size: 14px;
  font-weight: normal;
}
.gs-price-slider .gs-slider-ui-wrap {
  margin: 25px 0 0;
  height: 35px;
  padding: 0 9px;
}

.noUi-horizontal {
  height: 4px;
}

.noUi-horizontal .noUi-handle {
  width: 20px;
  height: 20px;
  left: -10px;
  top: -10px;
  border: 1px solid;
  transition: all 0.5s;
  text-align: center;
}
.noUi-horizontal .noUi-handle.noUi-handle-lower:before {
  content: "-";
}
.noUi-horizontal .noUi-handle.noUi-handle-upper:before {
  content: "+";
}

.gs-iu-value {
  position: absolute;
  bottom: 0px;
  font-size: 14px;
}
.gs-iu-value.gs-min-value {
  left: 0;
}
.gs-iu-value.gs-max-value {
  right: 0;
}

.mCustomScrollbar {
  touch-action: pinch-zoom;
}

.mCustomScrollbar.mCS_no_scrollbar, .mCustomScrollbar.mCS_touch_action {
  touch-action: auto;
}

.mCustomScrollBox {
  position: relative;
  overflow: hidden;
  height: 100%;
  max-width: 100%;
  outline: none;
  direction: ltr;
}

.mCSB_container {
  overflow: hidden;
  width: auto;
  height: auto;
}

.mCSB_inside > .mCSB_container {
  margin-right: 25px;
}

.mCSB_container.mCS_no_scrollbar_y.mCS_y_hidden {
  margin-right: 0;
}

.mCSB_scrollTools {
  position: absolute;
  width: 6px;
  height: auto;
  left: auto;
  top: 0;
  right: 0;
  bottom: 0;
}

.mCSB_outside + .mCSB_scrollTools {
  right: -26px;
}

.mCSB_scrollTools .mCSB_draggerContainer {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  height: auto;
  width: 6px;
  border-radius: 10px;
}

.mCSB_scrollTools a + .mCSB_draggerContainer {
  margin: 20px 0;
}

.mCSB_scrollTools .mCSB_draggerRail {
  width: 1px;
  height: 100%;
  margin: 0 auto;
  border-radius: 16px;
}

.mCSB_scrollTools .mCSB_dragger {
  cursor: pointer;
  width: 100%;
  height: 30px;
  z-index: 1;
}

.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  position: relative;
  width: 4px;
  height: 100%;
  margin: 0 auto;
  border-radius: 16px;
  text-align: center;
}

.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar,
.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar {
  width: 12px;
}

.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail,
.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
  width: 8px;
}

.mCSB_scrollTools .mCSB_buttonUp,
.mCSB_scrollTools .mCSB_buttonDown {
  display: block;
  position: absolute;
  height: 20px;
  width: 100%;
  overflow: hidden;
  margin: 0 auto;
  cursor: pointer;
}

.mCSB_scrollTools .mCSB_buttonDown {
  bottom: 0;
}

.mCSB_scrollTools,
.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCSB_scrollTools .mCSB_buttonUp,
.mCSB_scrollTools .mCSB_buttonDown,
.mCSB_scrollTools .mCSB_buttonLeft,
.mCSB_scrollTools .mCSB_buttonRight {
  transition: opacity 0.2s ease-in-out, background-color 0.2s ease-in-out;
}

.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger_bar,
.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerRail,
.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger_bar,
.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerRail {
  transition: width 0.2s ease-out 0.2s, height 0.2s ease-out 0.2s, margin-left 0.2s ease-out 0.2s, margin-right 0.2s ease-out 0.2s, margin-top 0.2s ease-out 0.2s, margin-bottom 0.2s ease-out 0.2s, opacity 0.2s ease-in-out, background-color 0.2s ease-in-out;
}

/* Ui Slider */
.noUi-target,
.noUi-target * {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  touch-action: none;
  -moz-user-select: none;
  user-select: none;
  box-sizing: border-box;
}

.noUi-target {
  position: relative;
  direction: ltr;
}

.noUi-base {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1; /* Fix 401 */
}

.noUi-origin {
  position: absolute;
  right: 0;
  top: 0;
  left: 0;
  bottom: 0;
}

.noUi-handle {
  position: relative;
  z-index: 1;
}

.noUi-stacking .noUi-handle {
  /* This class is applied to the lower origin when
     its values is > 50%. */
  z-index: 10;
}

.noUi-state-tap .noUi-origin {
  transition: left 0.3s, top 0.3s;
}

.noUi-state-drag * {
  cursor: inherit !important;
}

/* Painting and performance;
 * Browsers can paint handles in their own layer.
 */
.noUi-base,
.noUi-handle {
  transform: translate3d(0, 0, 0);
}

/* Disabled state;
 */
[disabled].noUi-connect,
[disabled] .noUi-connect {
  background: #B8B8B8;
}

[disabled].noUi-origin,
[disabled] .noUi-handle {
  cursor: not-allowed;
}

.gs-shop-gallery {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  visibility: hidden;
  opacity: 0;
  z-index: 10;
  display: none;
}
.gs-shop-gallery .gs-pop-slider {
  position: relative;
  width: 100%;
  height: 100%;
}
.gs-shop-gallery .gs-gallery-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
}
.gs-shop-gallery .gs-preload-img {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: auto;
  text-align: center;
}
.gs-shop-gallery .gs-close-gallery {
  position: absolute;
  top: 15px;
  right: 15px;
  font-size: 26px;
  z-index: 2;
  cursor: pointer;
  visibility: hidden;
  opacity: 0;
}
.gs-shop-gallery .gs-close-gallery-btn {
  display: block;
  background: transparent;
  border: none;
  outline: none;
  box-shadow: none;
  padding: 1px;
  transition: all 0.5s;
}
@media (min-width: 1025px) {
  .gs-shop-gallery .gs-close-gallery-btn:hover {
    transform: rotate(-135deg);
  }
}
.gs-shop-gallery .gs-zoom-gallery {
  position: absolute;
  top: 2px;
  right: 45px;
  font-size: 22px;
  z-index: 2;
  cursor: pointer;
  background: transparent;
  border: none;
  outline: none;
  box-shadow: none;
  padding: 0;
  transition: all 0.5s;
}
@media (min-width: 1025px) {
  .gs-shop-gallery .gs-zoom-gallery:hover {
    opacity: 0.7;
  }
}
.gs-shop-gallery .gs-pop-slider {
  visibility: hidden;
  opacity: 0;
}
.gs-shop-gallery .gs-gall-slide {
  text-align: center;
  overflow: hidden;
  padding: 50px 65px;
}
@media (max-width: 1025px) {
  .gs-shop-gallery .gs-gall-slide {
    padding: 50px 0;
  }
}
.gs-shop-gallery .gs-gall-slide img {
  max-width: 100%;
  width: auto;
  display: inline-block;
  height: auto;
  max-height: 100%;
}
.gs-shop-gallery .gs-gall-slide .gs-video-frame {
  position: relative;
  padding: 30px 0 56.6% 0;
  height: 0;
  top: 50%;
  transform: translateY(-50%);
  overflow: hidden;
}
.gs-shop-gallery .gs-gall-slide .gs-video-frame iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 10% 20%;
}
@media (max-width: 1025px) {
  .gs-shop-gallery .gs-gall-slide .gs-video-frame iframe {
    padding: 5%;
  }
}
.gs-shop-gallery .swiper-pagination-progress {
  position: absolute;
  top: auto;
  bottom: 0;
  width: 100%;
  height: 5px;
  z-index: 10;
}
.gs-shop-gallery .gs-swiper-nav {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: auto;
  margin-top: -15px;
  z-index: 3;
  visibility: hidden;
  opacity: 0;
}
@media (max-width: 1025px) {
  .gs-shop-gallery .gs-swiper-nav {
    top: 90%;
  }
}
.gs-shop-gallery .gs-swiper-nav span {
  position: absolute;
  top: 0;
  display: inline-block;
  font-size: 22px;
  cursor: pointer;
  transition: all 0.5s;
}
.gs-shop-gallery .gs-swiper-nav span.gs-sw-prev {
  left: 15px;
}
@media (min-width: 1025px) {
  .gs-shop-gallery .gs-swiper-nav span.gs-sw-prev:hover {
    transform: translateX(-5px);
  }
}
.gs-shop-gallery .gs-swiper-nav span.gs-sw-next {
  right: 15px;
}
@media (min-width: 1025px) {
  .gs-shop-gallery .gs-swiper-nav span.gs-sw-next:hover {
    transform: translateX(5px);
  }
}

.gmbStdHover {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999991;
}

.gmbStdMsg {
  position: fixed;
  top: 20%;
  left: 50%;
  transform: translateX(-50%);
  z-index: 9999991;
  text-align: center;
  padding: 50px 20px;
  max-width: 490px;
  width: calc(100% - 20px);
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2);
}
.gmbStdMsg .gmbStdMsgContent {
  margin: 0 auto;
  text-align: center;
  padding: 30px;
}
.gmbStdMsg .gmbStdMsgContent:before {
  content: "";
  width: 27px;
  height: 27px;
  background: url("../images/icons/error.png") no-repeat;
  display: block;
  text-align: center;
  margin: 0 auto 10px;
}
.gmbStdMsg .gmbStdMsgClose {
  border: 2px solid;
  padding: 8px 20px;
}

/* Main Banner Slider */
.gs-main-banner {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 42.339%;
  min-height: 380px;
  overflow: hidden;
  margin-top: 24px;
}
@media (max-width: 1025px) {
  .gs-main-banner {
    margin-top: 12px;
  }
}

.gs-top-slider {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.gs-top-slider .gs-slides {
  position: relative;
  overflow: hidden;
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
  transition: all 0.5s;
}
.gs-top-slider .gs-slides.active {
  pointer-events: all;
  visibility: visible;
  opacity: 1;
}
.gs-top-slider .gs-slider-text {
  width: 100%;
  height: 100%;
  pointer-events: none;
}
.gs-top-slider .gs-slider-text .gs-text-container {
  position: absolute;
  top: 0;
  left: 10%;
  width: 80%;
  height: 100%;
  z-index: 2;
  font-size: 0;
  padding: 0 15px;
  white-space: nowrap;
}
@media (max-width: 1025px) {
  .gs-top-slider .gs-slider-text .gs-text-container {
    width: 100%;
    height: 100%;
    left: 0;
  }
}
.gs-top-slider .gs-slider-text .gs-text-container:before {
  content: "";
  width: 0;
  height: 100%;
  display: inline-block;
  vertical-align: middle;
}
.gs-top-slider .gs-slider-text .gs-text-wrap {
  display: inline-block;
  vertical-align: middle;
  width: 100%;
  max-width: 650px;
  text-align: left;
  white-space: normal;
}
.gs-top-slider .gs-slider-text h2 {
  font-size: 72px;
}
@media (max-width: 1150px) {
  .gs-top-slider .gs-slider-text h2 {
    font-size: 62px;
  }
}
@media (max-width: 770px) {
  .gs-top-slider .gs-slider-text h2 {
    font-size: 48px;
  }
}
.gs-top-slider .gs-slider-text p {
  margin-top: 7%;
  font-size: 18px;
  backface-visibility: hidden;
}
.gs-top-slider .gs-slider-text .gs-read-more-bnr {
  margin-top: 25px;
}
.gs-top-slider .gs-slider-text .gs-read-more-bnr .gs-view-more {
  pointer-events: all;
}
.gs-top-slider .gs-nav-dots {
  position: absolute;
  bottom: 5%;
  left: 0;
  width: 100%;
  height: auto;
  text-align: center;
  z-index: 1;
}
.gs-top-slider .gs-nav-dots .swiper-pagination-bullet {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  width: 17px;
  height: 17px;
  margin: 0 5px;
  border-radius: 50px;
  box-shadow: inset 0px 0px 4px #fff;
  backface-visibility: hidden;
  opacity: 1;
}
.gs-top-slider .gs-nav-dots .swiper-pagination-bullet:before {
  content: "";
  position: absolute;
  top: 4px;
  left: 4px;
  width: 9px;
  height: 9px;
  border-radius: 50px;
  backface-visibility: hidden;
}

.gs-banner-scheme-one.gs-responsive-banner .gs-banner-item {
  min-height: inherit;
}
.gs-banner-scheme-one .gs-banners-wrap {
  margin: 12px -12px;
  font-size: 0;
}
@media (max-width: 1025px) {
  .gs-banner-scheme-one .gs-banners-wrap {
    margin: 6px -6px;
  }
}
.gs-banner-scheme-one .gs-banners-wrap .gs-banner-item {
  font-size: 14px;
  display: inline-block;
  vertical-align: top;
  width: 50%;
  padding-top: 25%;
  min-height: 180px;
}
.gs-banner-scheme-one .gs-banners-wrap .gs-banner-item .gs-item-wrapper {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
@media (max-width: 770px) {
  .gs-banner-scheme-one .gs-banners-wrap .gs-banner-item {
    width: 100%;
  }
}
.gs-banner-scheme-one .gs-banners-wrap .gs-item-data {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  padding: 12px;
}
@media (max-width: 1025px) {
  .gs-banner-scheme-one .gs-banners-wrap .gs-item-data {
    position: absolute;
    top: 0;
    left: 0;
    padding: 6px;
  }
}
@media (min-width: 1025px) {
  .gs-banner-scheme-one .gs-banners-wrap .gs-item-data:hover .gs-background {
    transform: scale(1.05);
  }
}
.gs-banner-scheme-one .gs-banners-wrap .gs-background {
  transition: all 0.5s;
  backface-visibility: hidden;
}
.gs-banner-scheme-one .gs-banners-wrap .gs-text-wrap {
  position: absolute;
  top: 0;
  left: 5%;
  width: 90%;
  height: 100%;
  font-size: 0;
  padding: 10px 15px;
  white-space: nowrap;
  pointer-events: none;
}
@media (max-width: 770px) {
  .gs-banner-scheme-one .gs-banners-wrap .gs-text-wrap {
    width: 100%;
    height: 100%;
    left: 0;
  }
}
.gs-banner-scheme-one .gs-banners-wrap .gs-text-wrap:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 0;
  height: 100%;
}
.gs-banner-scheme-one .gs-banners-wrap .gs-text-wrap .gs-bnr-txt {
  font-size: 14px;
  display: inline-block;
  vertical-align: middle;
  max-width: 300px;
  white-space: normal;
}
.gs-banner-scheme-one .gs-banners-wrap .gs-text-wrap h4 {
  font-size: 42px;
}
@media (max-width: 1025px) {
  .gs-banner-scheme-one .gs-banners-wrap .gs-text-wrap h4 {
    font-size: 36px;
  }
}

.gs-banner-scheme-two {
  font-size: 0;
}
.gs-banner-scheme-two .gs-banners-wrap {
  margin: 0 -12px;
}
@media (max-width: 1025px) {
  .gs-banner-scheme-two .gs-banners-wrap {
    margin: 0 -6px;
  }
}
.gs-banner-scheme-two .gs-banner-item {
  width: 33.33334%;
  height: 0;
  padding-top: 25%;
  min-height: 180px;
  font-size: 14px;
  display: inline-block;
  vertical-align: top;
  margin: 0 0 24px;
}
@media (max-width: 1025px) {
  .gs-banner-scheme-two .gs-banner-item {
    margin: 0 0 12px;
  }
}
@media (max-width: 770px) {
  .gs-banner-scheme-two .gs-banner-item {
    width: 50%;
  }
}
@media (max-width: 640px) {
  .gs-banner-scheme-two .gs-banner-item {
    width: 100%;
  }
}
.gs-banner-scheme-two .gs-item-data {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 0 12px;
}
@media (max-width: 1025px) {
  .gs-banner-scheme-two .gs-item-data {
    padding: 0 6px;
  }
}
@media (min-width: 1025px) {
  .gs-banner-scheme-two .gs-item-data:hover .gs-background {
    transform: scale(1.05);
  }
}
.gs-banner-scheme-two .gs-item-wrapper {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.gs-banner-scheme-two .gs-background {
  transition: all 0.5s;
}
.gs-banner-scheme-two .gs-text-wrap {
  padding: 5.5%;
  position: absolute;
  bottom: 0;
  left: 0;
}
.gs-banner-scheme-two .gs-text-wrap .gs-bnr-txt {
  max-width: 225px;
  padding: 15px;
  display: inline-block;
}
.gs-banner-scheme-two .gs-text-wrap h4 {
  display: block;
  font-size: 32px;
  line-height: 0.95;
  max-height: 63px;
  overflow: hidden;
  padding: 2px 0;
  position: relative;
  white-space: normal;
}
@media (max-width: 1025px) {
  .gs-banner-scheme-two .gs-text-wrap h4 {
    font-size: 26px;
    max-height: 51px;
  }
}
.gs-banner-scheme-two .gs-text-wrap a.gs-read-more {
  margin-top: 5.5%;
}

.gs-banner-scheme-three .gs-banner-item {
  width: 100%;
  height: 0;
  padding-top: 34.275%;
  min-height: 230px;
}
.gs-banner-scheme-three .gs-item-data {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
@media (min-width: 1025px) {
  .gs-banner-scheme-three .gs-item-data:hover .gs-background {
    transform: scale(1.05);
  }
}
.gs-banner-scheme-three .gs-item-wrapper {
  width: 100%;
  height: 100%;
  padding: 24px;
}
.gs-banner-scheme-three .gs-item-wrapper:before {
  content: "";
  display: block;
  position: absolute;
  top: 12px;
  left: 12px;
  width: calc(100% - 24px);
  height: calc(100% - 24px);
  border: 1px solid #fff;
  z-index: 1;
  pointer-events: none;
}
.gs-banner-scheme-three .gs-background {
  transition: all 0.5s;
}
.gs-banner-scheme-three .gs-text-wrap {
  width: 50%;
  height: 100%;
  font-size: 0;
  white-space: nowrap;
  text-align: center;
  pointer-events: none;
}
@media (max-width: 1025px) {
  .gs-banner-scheme-three .gs-text-wrap {
    width: 100%;
    text-align: left;
  }
}
.gs-banner-scheme-three .gs-text-wrap:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 0;
  height: 100%;
}
.gs-banner-scheme-three .gs-bnr-txt {
  display: inline-block;
  vertical-align: middle;
  text-align: left;
  max-width: 450px;
  padding: 0 20px;
  white-space: normal;
}
@media (max-width: 440px) {
  .gs-banner-scheme-three .gs-bnr-txt {
    padding: 0;
  }
}
@media (max-width: 1025px) {
  .gs-banner-scheme-three .gs-bnr-txt h3 {
    font-size: 34px;
  }
}
.gs-banner-scheme-three .gs-bnr-txt .gs-view-more {
  margin-top: 20px;
  pointer-events: all;
}

.gs-reviews-component.loading .reviews-list-container:before {
  opacity: 1;
  pointer-events: all;
}
.gs-reviews-component.loading .reviews-list-container:after {
  opacity: 1;
}

.gs-product-review-container .gs-section-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.gs-product-review-container .gs-title-col {
  display: flex;
  align-items: baseline;
}
.gs-product-review-container .gs-col-title {
  line-height: 1;
  font-family: "PT Sans Narrow", sans-serif;
  font-weight: bold;
  font-size: 24px;
}
.gs-product-review-container .reviews-count {
  margin: 0 0 0 5px;
  opacity: 0;
  color: #757575;
  text-transform: lowercase;
  font-size: 14px;
}
.gs-product-review-container .reviews-count.active {
  opacity: 1;
}
.gs-product-review-container .no-items {
  font-size: 16px;
  font-style: italic;
  color: #616161;
  display: block;
  margin: 0 0 35px;
}
.gs-product-review-container .gs-success-message {
  color: #4caf50;
  padding: 22px 0;
  font-size: 16px;
  font-style: italic;
  display: none;
}
.gs-product-review-container .gs-error-message {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: red;
  color: #fff;
  padding: 20px;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s;
  z-index: 2;
}
.gs-product-review-container .gs-error-message.active {
  opacity: 1;
  pointer-events: all;
}
.gs-product-review-container .preloader {
  position: relative;
  padding: 80px 0;
  display: flex;
  justify-content: center;
  width: 100%;
}
.gs-product-review-container .preloader:after {
  content: "";
  width: 30px;
  height: 30px;
  display: block;
  border: 2px solid var(--mainColor);
  animation: reviews-rotation 1s infinite linear;
  display: block;
  border-radius: 50%;
  border-bottom-color: transparent;
}
.gs-product-review-container .gs-product-review-item {
  margin-top: 1.5rem;
  padding-top: 1.5rem;
  border-top: 1px solid #e9e9e9;
}
.gs-product-review-container .gs-verified-review {
  padding: 3px 6px;
  font-size: 12px;
  background-color: var(--accentColor);
  color: #fff;
  margin: 0 0 0 10px;
  display: inline-block;
  vertical-align: bottom;
  white-space: nowrap;
  font-weight: normal;
}
.gs-product-review-container .gs-person-name {
  font-family: "PT Sans Narrow", sans-serif;
  font-weight: bold;
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  line-height: 1;
  font-size: 16px;
}
@media (min-width: 576px) {
  .gs-product-review-container .gs-person-name {
    justify-content: flex-start;
  }
}
.gs-product-review-container .gs-reviews-rating {
  display: flex;
  align-items: flex-end;
  margin-top: 10px;
}
.gs-product-review-container .gs-review-stars {
  display: flex;
  align-items: center;
}
.gs-product-review-container .star-icon {
  color: #9f9f9f;
  text-shadow: 0 0 2px #9f9f9f;
  font-size: 27px;
  position: relative;
  padding-right: 3px;
  line-height: 1;
}
.gs-product-review-container .star-icon input {
  display: none;
}
.gs-product-review-container .star-icon.active {
  text-shadow: 0 0 2px #ffc107;
  color: #ffc107;
}
.gs-product-review-container .star-icon:has(~ .active) {
  text-shadow: 0 0 2px #ffc107;
  color: #ffc107;
}
.gs-product-review-container .gs-review-date {
  color: #818181;
}
.gs-product-review-container .gs-review-comment {
  margin-top: 15px;
}
.gs-product-review-container .gs-review-title {
  font-weight: bold;
  margin-bottom: 10px;
}

.reviews-list-container {
  position: relative;
}
.reviews-list-container:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(255, 255, 255, 0.5);
  z-index: 1;
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.3s;
}
.reviews-list-container:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -15px 0 0 -15px;
  width: 30px;
  height: 30px;
  display: block;
  border: 2px solid var(--mainColor);
  animation: reviews-rotation 1s infinite linear;
  display: block;
  border-radius: 50%;
  border-bottom-color: transparent;
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.3s;
  z-index: 1;
}

.gs-review-form-wrapper {
  margin-top: 1.5rem;
  padding-top: 1.5rem;
  border-top: 1px solid #e9e9e9;
}
.gs-review-form-wrapper .gs-view-more {
  outline: none !important;
  box-shadow: none !important;
}
.gs-review-form-wrapper .gs-view-more.loading {
  pointer-events: none;
  color: transparent;
}
.gs-review-form-wrapper .gs-view-more.loading:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -12px 0 0 -12px;
  width: 24px;
  height: 24px;
  border: 2px solid;
  border-color: #fff #fff transparent;
  border-radius: 50px;
  display: inline-block;
  box-sizing: border-box;
  animation: reviews-rotation 1s linear infinite;
}

.gs-review-form {
  position: relative;
  width: 100%;
  display: none;
  max-width: 650px;
}
.gs-review-form .gs-form-label {
  color: #616161;
  font-size: 14px;
  display: block;
}
.gs-review-form .gs-form-row {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -10px;
}
.gs-review-form .gs-form-row .half {
  width: 100%;
  flex: 0 0 100%;
  padding: 0 10px;
}
@media (min-width: 576px) {
  .gs-review-form .gs-form-row .half {
    width: 50%;
    flex: 0 0 50%;
  }
}
.gs-review-form .gs-fld-box {
  margin-bottom: 20px;
}
.gs-review-form .gs-fld-box:last-child {
  margin-bottom: 0;
}
.gs-review-form .gs-review-stars {
  display: flex;
  align-items: center;
}
.gs-review-form .star-icon {
  color: #9f9f9f;
  text-shadow: 0 0 2px #9f9f9f;
  font-size: 36px;
  position: relative;
  padding-right: 5px;
  line-height: 1;
  cursor: pointer;
  transition: color 0.3s;
}
.gs-review-form .star-icon.active {
  text-shadow: 0 0 2px #ffc107;
  color: #ffc107;
}
.gs-review-form .star-icon:has(~ .active) {
  text-shadow: 0 0 2px #ffc107;
  color: #ffc107;
}
.gs-review-form .star-icon.focus {
  text-shadow: 0 0 2px #ffc107 !important;
  color: #ffc107 !important;
}
.gs-review-form .star-icon:has(~ .focus) {
  text-shadow: 0 0 2px #ffc107 !important;
  color: #ffc107 !important;
}
.gs-review-form .star-icon.focus ~ .star-icon {
  color: #9f9f9f !important;
  text-shadow: 0 0 2px #9f9f9f !important;
}
.gs-review-form .form-control {
  width: 100%;
  height: 36px;
  background-color: #fff;
  border: 1px solid #d3d3d3;
  padding: 0 10px;
  border-radius: 0;
  margin-top: 5px;
}
.gs-review-form .form-control:focus {
  outline: none;
}
.gs-review-form .form-control.form-area {
  height: 120px;
  padding: 10px;
}

.gs-product-rating {
  display: flex;
  align-items: flex-end;
  margin: 0 0 5px;
  cursor: pointer;
}
.gs-product-rating .gs-stars {
  display: flex;
  align-items: center;
  position: relative;
}
.gs-product-rating .gs-active-stars {
  display: flex;
  align-items: center;
  width: 0;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
}
.gs-product-rating .gs-active-stars .star-icon {
  text-shadow: 0 0 2px #ffc107;
  color: #ffc107;
}
.gs-product-rating .star-icon {
  color: #9f9f9f;
  text-shadow: 0 0 2px #9f9f9f;
  font-size: 22px;
  position: relative;
  line-height: 1;
}
.gs-product-rating .gs-rating {
  margin: 0 0 2px 5px;
  font-weight: 500;
  line-height: 1;
  font-size: 14px;
  color: #737373;
}

.gs-reviews-filter {
  display: inline-flex;
  position: relative;
  justify-content: flex-end;
  font-size: 16px;
}
.gs-reviews-filter .gs-order-by-label {
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  max-width: 142px;
}
@media (min-width: 576px) {
  .gs-reviews-filter .gs-order-by-label {
    max-width: inherit;
  }
}
.gs-reviews-filter .gs-label-text {
  margin: 0 10px 0 0;
  width: 100%;
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.gs-reviews-filter .gs-label-text .helps {
  font-size: 9px;
  margin-right: 5px;
  font-weight: bold;
}
.gs-reviews-filter .gs-order-by-items {
  position: absolute;
  top: 100%;
  right: 0;
  width: 230px;
  height: auto;
  background-color: #fff;
  box-shadow: 0px 7px 6px rgba(0, 0, 0, 0.05);
  border: 1px solid #e9e9e9;
  border-radius: 4px;
  z-index: 2;
  padding: 10px 0;
  display: none;
}
.gs-reviews-filter .gs-order-by-items.active {
  display: block;
}
.gs-reviews-filter .gs-order-by-item {
  display: flex;
  align-items: center;
  padding: 4px 18px;
  cursor: pointer;
}
@media (min-width: 768px) {
  .gs-reviews-filter .gs-order-by-item:hover {
    text-decoration: underline;
  }
}
.gs-reviews-filter .gs-order-by-item.active {
  text-decoration: underline;
}
.gs-reviews-filter .gs-order-by-item .helps {
  font-size: 12px;
  font-weight: bold;
  margin-right: 5px;
}

@keyframes reviews-rotation {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.gs-grid-inline-container {
  display: inline;
}
.gs-grid-inline-container.invisible .gs-item-image img {
  display: none;
}

.gs-load-more {
  display: none;
  text-align: center;
  margin-bottom: 30px;
}
.gs-load-more .gs-view-more {
  margin-top: 25px;
  padding: 11px 42px;
}
.gs-load-more .gs-view-more.loading {
  pointer-events: none;
}
.gs-load-more .gs-view-more.loading .loading-state {
  display: flex;
}
.gs-load-more .loading-state {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: none;
  align-items: center;
  justify-content: center;
  z-index: 2;
}
.gs-load-more .loading-state:after {
  content: "";
  border: 2px solid transparent;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  border-top-color: #fff;
  border-left-color: #fff;
  animation: spin 1s linear infinite;
  display: block;
}

.__gs-catalog-products-grid.active {
  opacity: 1;
  visibility: visible;
}

.gs-pagination {
  display: none;
  margin-bottom: 30px;
}
.gs-pagination.active {
  display: block;
}
.gs-pagination .gs-paging-space {
  font-size: 14px;
  margin: 0 0 5px 5px;
  display: inline-block;
  vertical-align: middle;
}
.gs-pagination .gs-pagination-nav {
  display: block;
  position: relative;
  text-align: right;
  margin-top: 40px;
}
.gs-pagination a {
  display: inline-block;
  vertical-align: middle;
  font-size: 14px;
  line-height: 24px;
  width: 24px;
  height: 24px;
  border-radius: 50px;
  text-align: center;
  margin: 0 0 5px 5px;
  transition: all 0.5s;
}
.gs-pagination a.gs-page-next {
  font-size: 0;
}
.gs-pagination a.gs-page-next:after {
  content: "\E913";
  font-size: 14px;
  font-family: "icomoon", sans-serif !important;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.gs-pagination a.gs-page-prev {
  font-size: 0;
}
.gs-pagination a.gs-page-prev:after {
  content: "\E909";
  font-size: 14px;
  font-family: "icomoon", sans-serif !important;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.__gs-back-top-btn {
  display: none;
  pointer-events: all;
  outline: none;
  box-shadow: none;
}
.__gs-back-top-btn:focus {
  outline: none;
  box-shadow: none;
}

/* Spinner Animation */
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/* 6. Page-specific styles */
.gs-home-title {
  max-width: 750px;
  margin: 0 auto;
  text-align: center;
  padding: 5% 15px;
}
.gs-home-title h1 {
  font-size: 32px;
}
.gs-home-title .gs-rtf {
  font-size: 16px;
}
.gs-home-title .gs-rtf:before {
  content: "";
  width: 110px;
  height: 1px;
  margin: 4% auto;
  display: block;
}

.gs-floated-grid.gs-news-grid .gs-grid-wrap {
  margin: 0 -12px;
}
@media (max-width: 950px) {
  .gs-floated-grid.gs-news-grid .gs-grid-wrap {
    margin: 0 -6px;
  }
}
.gs-floated-grid.gs-news-grid .gs-grid-item {
  padding: 0 12px;
  margin: 0 0 24px;
}
@media (min-width: 1025px) {
  .gs-floated-grid.gs-news-grid .gs-grid-item:hover .gs-background {
    transform: scale(1.05);
  }
}
@media (max-width: 950px) {
  .gs-floated-grid.gs-news-grid .gs-grid-item {
    width: 100%;
    padding: 0 6px;
  }
}

.gs-news-list {
  width: 100%;
  height: auto;
  font-size: 0;
}
.gs-news-list .news-list-image {
  display: inline-block;
  vertical-align: top;
  width: 50%;
}
@media (max-width: 440px) {
  .gs-news-list .news-list-image {
    width: 100%;
  }
}
.gs-news-list .news-list-image img {
  width: 100%;
}
.gs-news-list .news-list-text {
  display: inline-block;
  vertical-align: top;
  width: 50%;
  padding: 0 0 0 20px;
}
@media (max-width: 440px) {
  .gs-news-list .news-list-text {
    width: 100%;
    padding: 20px 0 0;
  }
}
.gs-news-list .news-list-text .gs-news-date {
  display: block;
  font-style: normal;
  margin-bottom: 10px;
  font-size: 14px;
}
.gs-news-list .news-list-text p {
  font-size: 14px;
  margin-top: 10px;
}
.gs-news-list .gs-news-list-title {
  font-size: 24px;
}
.gs-news-list .gs-read-more {
  margin-top: 10px;
}

.gs-catalog-title {
  padding-right: 190px;
}
@media (max-width: 950px) {
  .gs-catalog-title {
    padding-right: 0;
  }
}

.gs-cat-filter {
  text-align: right;
  margin-bottom: 24px;
  z-index: 2;
}
.gs-cat-filter form {
  position: relative;
}
.gs-cat-filter .gs-fake-select {
  width: 150px;
  height: auto;
  display: inline-block;
  vertical-align: middle;
  text-align: left;
}
@media (max-width: 950px) {
  .gs-cat-filter .gs-fake-select {
    width: 100%;
  }
}
.gs-cat-filter .gs-select-head {
  position: relative;
  padding: 6px 7px;
  cursor: pointer;
  border: 1px solid;
}
.gs-cat-filter .gs-select-head span {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 14px;
  line-height: 16px;
  display: block;
  text-transform: capitalize;
}
.gs-cat-filter .gs-select-head em {
  position: absolute;
  top: 6px;
  right: 7px;
  font-style: normal;
  font-size: 16px;
}
.gs-cat-filter .gs-select-body {
  position: absolute;
  top: 100%;
  right: 0;
  width: 120%;
  height: auto;
  margin-top: 2px;
  border: 1px solid;
  overflow: hidden;
  display: none;
}
@media (max-width: 950px) {
  .gs-cat-filter .gs-select-body {
    width: 100%;
  }
}
.gs-cat-filter .gs-select-body .gs-fake-option {
  position: relative;
}
.gs-cat-filter .gs-select-body .gs-fake-option label {
  font-size: 14px;
  display: block;
  padding: 8px 10px;
  cursor: pointer;
  transition: all 0.5s;
}
.gs-cat-filter .gs-select-body .gs-fake-option input {
  display: none;
}

.filter-preloader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.75);
  display: none;
  z-index: 100;
}
.filter-preloader.active {
  display: block;
}

.gs-load-page-preloader {
  position: relative;
  height: 40px;
  text-align: center;
  display: none;
}
.gs-load-page-preloader.active {
  display: block;
}

.gs-fw-banner {
  width: 100%;
  margin-bottom: 25px;
}
@media (max-width: 640px) {
  .gs-fw-banner {
    margin-bottom: 20px;
  }
}
.gs-fw-banner img {
  max-width: 100%;
}

.gs-no-items h6 {
  padding: 70px 0;
  font-size: 18px;
  font-weight: normal;
}
.gs-no-items h6 em {
  display: inline-block;
  vertical-align: middle;
}
.gs-no-items .icon {
  display: inline-block;
  vertical-align: middle;
  font-size: 22px;
  margin-right: 10px;
}

.catalog-search .gs-sidebar {
  float: none;
  width: 100%;
  margin-right: 0;
  margin-bottom: 0;
}
.catalog-search .gs-floated-grid {
  padding-left: 0;
}
.catalog-search .gs-floated-grid .gs-grid-item {
  width: 20%;
}
@media (max-width: 1150px) {
  .catalog-search .gs-floated-grid .gs-grid-item {
    width: 25%;
  }
}
@media (max-width: 770px) {
  .catalog-search .gs-floated-grid .gs-grid-item {
    width: 33.33%;
  }
}
@media (max-width: 640px) {
  .catalog-search .gs-floated-grid .gs-grid-item {
    width: 50%;
  }
}

.gs-floated-grid.gs-about-grid {
  margin: 30px 0 0;
}
.gs-floated-grid.gs-about-grid .gs-grid-wrap {
  margin: 0 -5px;
}
.gs-floated-grid.gs-about-grid .gs-grid-item {
  padding: 0 5px;
  margin: 0 0 10px;
  max-width: 166px;
  width: 33.3334%;
}
@media (max-width: 640px) {
  .gs-floated-grid.gs-about-grid .gs-grid-item {
    max-width: 100%;
  }
}
.gs-floated-grid.gs-about-grid img {
  max-width: 100%;
}

.gs-about-media {
  margin-top: 25px;
  padding-top: 25px;
  border-top: 1px solid;
}
.gs-about-media .gs-video-title {
  font-size: 28px;
  margin-bottom: 25px;
}
.gs-about-media .gs-about-video {
  float: left;
  width: 100%;
  max-width: 55%;
  padding: 0 25px 15px 0;
}
@media (max-width: 770px) {
  .gs-about-media .gs-about-video {
    float: none;
    max-width: 100%;
    padding: 0 0 15px 0;
  }
}
.gs-about-media .gs-about-video .gs-about-vid-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 25px;
  width: 100%;
  height: 100%;
}
.gs-about-media .gs-about-video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.gs-about-media .gs-rtf {
  font-size: 16px;
}

.gs-google-map {
  position: relative;
  width: 100%;
  height: 440px;
}
.gs-google-map div {
  position: initial;
}

.gs-contact-info {
  position: relative;
}
.gs-contact-info li {
  display: inline-block;
  vertical-align: top;
  font-size: 15px;
  padding: 10px 0;
  margin-right: 40px;
  font-size: 14px;
}
.gs-contact-info li strong {
  display: block;
  font-weight: normal;
  font-size: 19px;
  font-family: "PT Sans Narrow", sans-serif;
}
.gs-contact-info li a {
  text-decoration: underline;
}

.gs-about-image {
  float: left;
  max-width: 55%;
  padding: 0 25px 5px 0;
}
@media (max-width: 770px) {
  .gs-about-image {
    float: none;
    max-width: 100%;
    padding: 0 0 15px 0;
  }
}
.gs-about-image img {
  max-width: 100%;
}

.gs-about-text .gs-rtf {
  font-size: 16px;
}

.gs-contact-form {
  position: relative;
  width: 100%;
  overflow: hidden;
  max-width: 750px;
}
.gs-contact-form .gs-form-wrap {
  margin: 0 -15px;
}
.gs-contact-form .gs-field-box {
  width: 100%;
  margin: 20px 0 0;
  float: left;
  padding: 0 15px;
}
.gs-contact-form .gs-field-box.half-width {
  width: 50%;
}
@media (max-width: 640px) {
  .gs-contact-form .gs-field-box.half-width {
    width: 100%;
  }
}
.gs-contact-form .gs-label {
  font-size: 0;
}
.gs-contact-form .gs-contact-form-title {
  font-size: 24px;
}
.gs-contact-form input.gs-text-fld {
  border: 1px solid;
  width: 100%;
  height: 40px;
  padding: 0 10px;
}
.gs-contact-form .gs-textarea-fld {
  width: 100%;
  height: 140px;
  border: 1px solid;
  padding: 10px;
}
.gs-contact-form .gs-error-msg {
  position: absolute;
  bottom: 45px;
  left: 20px;
  max-width: 240px;
  width: 100%;
  height: auto;
  z-index: 2;
  padding: 10px 15px;
  display: none;
}
.gs-contact-form .gs-error-msg:after {
  content: "";
  width: 10px;
  height: 10px;
  position: absolute;
  bottom: -5px;
  left: 15px;
  transform: rotate(-45deg);
}
.gs-contact-form .gs-success-msg {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: auto;
  z-index: 2;
  padding: 15px 30px;
  display: none;
  font-size: 16px;
}
.gs-contact-form .gs-contact-gdpr {
  text-align: left;
  padding: 0 0 2px;
  display: inline-block;
  border-bottom: 1px solid transparent;
  line-height: 1.2;
}
.gs-contact-form .gs-contact-gdpr.error {
  border-color: red;
}
.gs-contact-form .gs-contact-gdpr a {
  text-decoration: underline;
}
.gs-contact-form .gs-contact-gdpr input.gs-gdpr-check {
  position: absolute;
  top: 3px;
  left: 0;
  display: inline-block;
  z-index: 1;
}
.gs-contact-form .gs-contact-gdpr .gs-gdpr-text {
  display: inline-block;
  vertical-align: middle;
  padding-left: 18px;
  font-size: 12px;
}

.gs-item-detail {
  position: relative;
  width: 60%;
  float: left;
}
@media (max-width: 950px) {
  .gs-item-detail {
    width: 100%;
  }
}

.gs-detail-slider {
  position: relative;
  width: 100%;
  height: auto;
  z-index: 1;
  padding-left: 80px;
}
@media (max-width: 1150px) {
  .gs-detail-slider {
    padding-left: 0;
  }
}
.gs-detail-slider .gs-detail-main {
  position: relative;
  margin-bottom: 1px;
  overflow: hidden;
  cursor: zoom-in;
  height: 0;
  padding-top: 100%;
}
@media (max-width: 950px) {
  .gs-detail-slider .gs-detail-main {
    padding-top: 0;
    height: auto;
  }
}
.gs-detail-slider .gs-detail-main .gs-main-gellery {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media (max-width: 950px) {
  .gs-detail-slider .gs-detail-main .gs-main-gellery {
    position: relative;
  }
}
.gs-detail-slider .gs-detail-main .gs-main-gellery .swipper-container {
  width: 100%;
  height: 100%;
}
.gs-detail-slider .gs-detail-main .gs-main-gellery .gs-image-slides {
  padding: 0 5px;
}
.gs-detail-slider .gs-detail-main .gs-main-gellery .gs-image-wrap {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  font-size: 0;
}
.gs-detail-slider .gs-detail-main .gs-main-gellery img {
  max-width: 100%;
  max-height: 100%;
  display: inline-block;
  vertical-align: top;
  backface-visibility: hidden;
  transition: all 0.3s;
}
@media (min-width: 1025px) {
  .gs-detail-slider .gs-detail-main .gs-image-slides:hover img {
    transform: scale(1.05);
  }
}
.gs-detail-slider .gs-gallery-nav {
  position: absolute;
  top: 50%;
  left: 5%;
  width: 90%;
  height: auto;
  z-index: 1;
  margin-top: -11px;
  display: none;
}
@media (max-width: 1150px) {
  .gs-detail-slider .gs-gallery-nav {
    display: block;
  }
}
.gs-detail-slider .gs-gallery-nav span {
  font-size: 22px;
  position: absolute;
  top: 0;
  cursor: pointer;
}
.gs-detail-slider .gs-gallery-nav span.gs-prev {
  left: 0;
}
.gs-detail-slider .gs-gallery-nav span.gs-next {
  right: 0;
}

.gs-detail-thumbs {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  width: 70px;
  height: 80%;
}
@media (max-width: 1150px) {
  .gs-detail-thumbs {
    display: none;
  }
}
.gs-detail-thumbs .gs-thumbs {
  width: 100%;
  display: block;
  vertical-align: top;
  height: 70px;
}
.gs-detail-thumbs .gs-thumbs.current .gs-image-wrap img {
  opacity: 1;
}
@media (min-width: 1025px) {
  .gs-detail-thumbs .gs-thumbs:hover .gs-image-wrap img {
    opacity: 1;
  }
}
.gs-detail-thumbs .gs-image-wrap {
  position: relative;
  overflow: hidden;
  backface-visibility: hidden;
  width: 100%;
  height: 100%;
  text-align: center;
  cursor: pointer;
  border: 1px solid;
}
.gs-detail-thumbs img {
  opacity: 0.5;
  max-width: 100%;
  max-height: 100%;
  backface-visibility: hidden;
  transition: all 0.3s;
}
.gs-detail-thumbs .gs-video-thumb {
  width: 100%;
  height: 100%;
}
.gs-detail-thumbs .gs-video-thumb strong {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  color: #fff;
  text-align: center;
  font-size: 30px;
}
.gs-detail-thumbs .gs-video-thumb strong .gs-pattern {
  opacity: 0.3;
  backface-visibility: hidden;
}
.gs-detail-thumbs .gs-video-thumb strong span {
  display: inline-block;
  top: 50%;
  position: absolute;
  left: 0;
  width: 100%;
  margin-top: -15px;
  line-height: 1;
  backface-visibility: hidden;
}

.gs-item-collections {
  border-top: 1px solid;
  max-width: 80%;
}
@media (max-width: 640px) {
  .gs-item-collections {
    max-width: 100%;
  }
}
.gs-item-collections h6 {
  padding: 20px 0;
}
.gs-item-collections .gs-collection-title {
  margin-bottom: 10px;
}
.gs-item-collections .gs-collection-title a {
  text-decoration: underline;
}
.gs-item-collections .gs-collection-title em {
  font-style: normal;
}
.gs-item-collections .gs-collection-view .gs-view-thumbs {
  width: 93px;
  height: 93px;
  overflow: hidden;
  display: inline-block;
  vertical-align: middle;
  margin: 0 10px 10px 0;
}
.gs-item-collections .gs-collection-view a {
  display: block;
  overflow: hidden;
}
@media (min-width: 1025px) {
  .gs-item-collections .gs-collection-view a:hover img {
    transform: scale(1.05);
  }
}
.gs-item-collections .gs-collection-view img {
  max-width: 100%;
  transition: all 0.5s;
}
.gs-item-collections a.gs-view-more {
  font-size: 10px;
  padding: 4px 20px;
  border-radius: 5px;
}

.gs-fast-order .gs-overwrite {
  padding: 25px;
  margin-top: 20px;
  font-size: 12px;
}
.gs-fast-order .gs-overwrite .gs-order-error {
  margin-top: 15px;
  text-align: center;
  display: none;
}

.gs-faq {
  position: relative;
}

.gs-faq-text {
  margin-bottom: 15px;
}
.gs-faq-text.active .gs-faq-answer {
  display: block;
}

.gs-faq-question {
  padding: 18px 55px 18px 15px;
  cursor: pointer;
}
.gs-faq-question .gs-faq-title {
  font-size: 18px;
}
.gs-faq-question .icon {
  position: absolute;
  top: 14px;
  right: 15px;
  width: 27px;
  height: 27px;
  border-radius: 50px;
  transition: all 0.5s;
  font-size: 16px;
  text-align: center;
}
.gs-faq-question .icon:before {
  position: relative;
  top: 50%;
  margin-top: -8px;
  display: block;
}

.gs-faq-answer {
  padding: 25px 15px;
  font-size: 15px;
  display: none;
}

.gs-faq-hint {
  font-size: 16px;
  margin-top: 25px;
}
.gs-faq-hint a {
  text-decoration: underline;
}

.gs-floated-grid.gs-news-page-grid {
  width: 100%;
  height: auto;
  font-size: 0;
}
.gs-floated-grid.gs-news-page-grid .gs-grid-wrap {
  margin: 0 -24px;
}
@media (max-width: 1025px) {
  .gs-floated-grid.gs-news-page-grid .gs-grid-wrap {
    margin: 0 -12px;
  }
}
.gs-floated-grid.gs-news-page-grid .gs-grid-item {
  padding: 0 24px;
  margin: 0 0 48px;
}
@media (min-width: 1025px) {
  .gs-floated-grid.gs-news-page-grid .gs-grid-item:hover .gs-background {
    transform: scale(1.05);
  }
}
@media (max-width: 1025px) {
  .gs-floated-grid.gs-news-page-grid .gs-grid-item {
    padding: 0 12px;
  }
}
@media (max-width: 640px) {
  .gs-floated-grid.gs-news-page-grid .gs-grid-item {
    width: 100%;
  }
}
.gs-floated-grid.gs-news-page-grid .news-list-image {
  display: block;
  width: 100%;
}
.gs-floated-grid.gs-news-page-grid .news-list-image img {
  width: auto;
  max-width: 100%;
}
.gs-floated-grid.gs-news-page-grid .news-list-text {
  display: block;
  width: 100%;
  padding: 20px 0 0;
}
.gs-floated-grid.gs-news-page-grid .news-list-text .gs-news-date {
  display: block;
  font-style: normal;
  margin-bottom: 10px;
  font-size: 14px;
}
.gs-floated-grid.gs-news-page-grid .news-list-text p {
  font-size: 14px;
  margin-top: 10px;
}
.gs-floated-grid.gs-news-page-grid .gs-read-more {
  margin-top: 10px;
}
.gs-floated-grid.gs-news-page-grid .gs-news-list-title {
  font-size: 24px;
}

.gs-news-wrapper {
  display: flex;
  align-items: flex-start;
}

.gs-news-categories {
  flex: 0 0 200px;
  margin: 30px 30px 0 0;
}
@media (max-width: 1025px) {
  .gs-news-categories {
    position: absolute;
    top: -29px;
    right: 0;
    margin: 0;
    flex: 0 0 auto;
    z-index: 2;
  }
  .gs-news-categories.active .gs-cats-wrapper {
    display: block;
  }
}
.gs-news-categories .gs-mobile-category-button {
  display: none;
  align-items: center;
  padding: 6px 15px;
  border: 1px solid #e5e5e5;
  background-color: #fff;
  border-radius: 4px;
}
@media (max-width: 1025px) {
  .gs-news-categories .gs-mobile-category-button {
    display: flex;
  }
}
.gs-news-categories .gs-mobile-category-button .icon {
  margin-left: 8px;
}
.gs-news-categories .gs-mobile-category-button .gs-cat-name {
  max-width: 125px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.gs-news-categories .gs-mobile-category-button span {
  display: inline-block;
  vertical-align: middle;
}
.gs-news-categories .gs-cat-label {
  color: #9a9da0;
  margin-right: 3px;
}
.gs-news-categories .gs-news-cat-title {
  font-size: 18px;
  font-weight: bold;
  border-bottom: 1px solid #e5e5e5;
  padding: 10px 0;
  margin: 0 0 12px;
  position: relative;
}
@media (max-width: 1025px) {
  .gs-news-categories .gs-news-cat-title {
    display: none;
  }
}
.gs-news-categories .gs-news-cat-title .icon {
  font-size: 14px;
  position: absolute;
  top: 50%;
  right: 0;
  margin: -7px 0 0;
  cursor: pointer;
  transition: all 0.3s;
}
.gs-news-categories .gs-cat-items {
  display: block;
  cursor: pointer;
  padding-left: 14px;
  font-size: 0.9rem;
}
@media (max-width: 640px) {
  .gs-news-categories .gs-cat-items {
    padding-left: 10px;
  }
}
.gs-news-categories .gs-cat-items.mobile-all-items-link {
  display: none;
}
@media (max-width: 1025px) {
  .gs-news-categories .gs-cat-items.mobile-all-items-link {
    display: block;
  }
}
.gs-news-categories .gs-cat-items.active > a {
  color: var(--mainColor);
}
.gs-news-categories .gs-cat-items.active:before {
  background-color: var(--mainColor);
}
.gs-news-categories .gs-cat-items:before {
  content: "";
  position: absolute;
  top: 7px;
  left: 0;
  width: 5px;
  height: 5px;
  background-color: #d9d9d9;
  border-radius: 50px;
  cursor: pointer;
}
.gs-news-categories .gs-cat-item {
  display: block;
  margin: 0 0 10px;
}
@media (min-width: 1025px) {
  .gs-news-categories .gs-cat-item {
    transition: all 0.3s;
  }
  .gs-news-categories .gs-cat-item:hover {
    color: var(--accentColor);
  }
}
.gs-news-categories .gs-cat-item.active {
  color: var(--mainColor);
}
.gs-news-categories .gs-sub-cat-items {
  padding: 0 8px;
}
@media (max-width: 1025px) {
  .gs-news-categories .gs-cats-wrapper {
    position: absolute;
    top: calc(100% + 2px);
    right: 0;
    width: 210px;
    height: auto;
    padding: 15px 15px 5px 15px;
    border: 1px solid #e5e5e5;
    background-color: #fff;
    border-radius: 4px;
    display: none;
  }
}

.gs-floated-grid.gs-news-gallery {
  margin: 20px 0 0;
  padding-top: 15px;
  border-top: 1px solid #e9e9e9;
  text-align: left;
}
.gs-floated-grid.gs-news-gallery .gs-grid-wrap {
  margin: 0 -5px;
  font-size: 0;
}
.gs-floated-grid.gs-news-gallery .gs-grid-item {
  max-width: 125px;
  margin: 10px 0 0;
  padding: 0 5px;
  width: 33.3334%;
}
@media (max-width: 640px) {
  .gs-floated-grid.gs-news-gallery .gs-grid-item {
    max-width: 100%;
  }
}
.gs-floated-grid.gs-news-gallery img {
  max-width: 100%;
}

.gs-news-fb-comments .gs-fb-comments {
  margin-top: 25px;
}

#gs-default-gallery img {
  max-width: 100%;
  cursor: pointer;
  transition: opacity 0.5s;
  backface-visibility: hidden;
}
@media (min-width: 1025px) {
  #gs-default-gallery img:hover {
    opacity: 0.7;
  }
}

.gs-def-slider {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 50;
  background: rgba(255, 255, 255, 0.85);
  visibility: hidden;
  opacity: 0;
}
.gs-def-slider .gs-preloader {
  background: transparent;
}
.gs-def-slider .gs-def-gallery-close {
  position: absolute;
  top: 15px;
  right: 15px;
  font-size: 22px;
  z-index: 2;
  cursor: pointer;
  visibility: hidden;
  opacity: 0;
}
.gs-def-slider .gs-def-gallery-close span.icon-close {
  font-weight: bold;
  display: block;
  transition: transform 0.5s;
}
@media (min-width: 1025px) {
  .gs-def-slider .gs-def-gallery-close span.icon-close:hover {
    transform: rotate(-135deg);
  }
}
.gs-def-slider .gs-swiper-nav {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  margin-top: -15px;
  visibility: hidden;
  opacity: 0;
  z-index: 1;
}
@media (max-width: 770px) {
  .gs-def-slider .gs-swiper-nav {
    top: 100%;
    margin-top: -55px;
  }
}
.gs-def-slider .gs-swiper-nav span {
  position: absolute;
  top: 0;
  font-size: 22px;
  transition: transform 0.5s;
  cursor: pointer;
}
.gs-def-slider .gs-swiper-nav span.gs-sw-prev {
  left: 15px;
}
@media (min-width: 1025px) {
  .gs-def-slider .gs-swiper-nav span.gs-sw-prev:hover {
    transform: translateX(-5px);
  }
}
.gs-def-slider .gs-swiper-nav span.gs-sw-next {
  right: 15px;
}
@media (min-width: 1025px) {
  .gs-def-slider .gs-swiper-nav span.gs-sw-next:hover {
    transform: translateX(5px);
  }
}
.gs-def-slider .swiper-wrapper {
  visibility: hidden;
  opacity: 0;
  width: 100%;
  height: 100%;
}
.gs-def-slider .swiper-slide {
  width: 100%;
  height: 100%;
  text-align: center;
  overflow: hidden;
  padding: 5%;
  white-space: nowrap;
}
.gs-def-slider .swiper-slide:before {
  content: "";
  width: 0px;
  height: 100%;
  display: inline-block;
  vertical-align: middle;
}
.gs-def-slider .swiper-slide img {
  display: inline-block;
  vertical-align: middle;
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
}

.gs-news-date {
  margin-bottom: 15px;
}

.gs-news-text .gs-rtf {
  border: none;
  font-size: 15px;
}

.gs-news-image {
  max-width: 60%;
  float: left;
  padding: 0 20px 5px 0;
}
@media (max-width: 770px) {
  .gs-news-image {
    width: 100%;
    max-width: 100%;
    float: none;
    padding: 0 0 20px 0;
  }
}
.gs-news-image img {
  width: 100%;
}

.gs-news-nav {
  margin-bottom: 30px;
}
.gs-news-nav a:nth-child(2) {
  float: right;
}
@media (max-width: 640px) {
  .gs-news-nav a:nth-child(2) {
    float: none;
    margin-top: 10px;
  }
}

.gs-rel-news {
  margin: 25px 0 0;
  padding-top: 25px;
  border-top: 1px solid #e9e9e9;
}

.demo-container {
  position: absolute;
  top: 0;
  left: 100%;
  width: 100%;
  height: 500px;
  z-index: 5;
}

.gs-news-tags {
  margin-top: 20px;
}
.gs-news-tags .gs-tag-item {
  display: inline-block;
  padding: 6px 15px;
  font-weight: normal;
  text-transform: none;
  margin: 5px 5px 0 0;
  border: 1px solid #e5e5e5;
  color: #333;
  border-radius: 4px;
}

.gs-live-events .gs-events-state {
  margin: 20px 0;
  padding: 20px 0;
}
.gs-live-events .gs-event-item {
  display: flex;
  padding: 0 0 30px;
  margin: 0 0 30px;
  border-bottom: 1px solid #e5e5e5;
}
@media (max-width: 770px) {
  .gs-live-events .gs-event-item {
    display: block;
  }
}
.gs-live-events .gs-event-item:last-child {
  border-bottom: 0;
}
.gs-live-events .gs-event-text {
  margin-top: 10px;
  max-width: 650px;
}
@media (max-width: 770px) {
  .gs-live-events .gs-event-text {
    margin-top: 20px;
  }
}
.gs-live-events .gs-event-image {
  flex: 0 0 30%;
  width: 30%;
  margin-right: 20px;
  cursor: pointer;
  overflow: hidden;
}
@media (max-width: 770px) {
  .gs-live-events .gs-event-image {
    flex: 0 0 100%;
    width: 100%;
    margin-right: 0;
  }
}
.gs-live-events .gs-event-image img {
  max-width: 100%;
  transition: all 0.5s;
}
@media (min-width: 1025px) {
  .gs-live-events .gs-event-image:hover img {
    transform: scale(1.05);
  }
}
.gs-live-events .gs-event-date {
  color: #959595;
  display: block;
  font-style: normal;
}
.gs-live-events .gs-event-title {
  margin-top: 20px;
  cursor: pointer;
}
.gs-live-events .gs-event-description {
  margin-top: 15px;
}
.gs-live-events .gs-event-watch {
  margin-top: 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.gs-live-events .gs-event-watch .icon {
  font-size: 18px;
  margin: -2px 10px 0 0;
}

.gs-event-popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99999999999;
  overflow: hidden;
  display: none;
}
.gs-event-popup .bg-pattern {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.75);
}
.gs-event-popup .gs-event-video-container {
  width: 100%;
  height: 100%;
  white-space: nowrap;
  padding: 20px;
  text-align: center;
  overflow: auto;
}
.gs-event-popup .gs-event-video-container:before {
  content: "";
  width: 0;
  height: 100%;
  display: inline-block;
  vertical-align: middle;
}
.gs-event-popup .gs-event-content {
  display: inline-block;
  vertical-align: middle;
  background-color: #fff;
  white-space: normal;
  text-align: left;
  width: 100%;
  max-width: 1000px;
  pointer-events: all;
}
@media (max-width: 770px) {
  .gs-event-popup .gs-event-content {
    background: #fff;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 56.25% 0 0;
  }
}
.gs-event-popup .swiper-container-vertical > .swiper-wrapper {
  flex-direction: row;
}
@media (max-width: 770px) {
  .gs-event-popup .swiper-container-vertical > .swiper-wrapper {
    flex-direction: column;
  }
}
.gs-event-popup .gs-event-player {
  width: 100%;
  height: 0;
  position: relative;
  padding-top: 56.25%;
}
@media (max-width: 770px) {
  .gs-event-popup .gs-event-player {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1;
  }
}
.gs-event-popup .gs-yt-player {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.gs-event-popup .gs-event-products {
  padding: 20px;
  border-top: 1px solid #efefef;
  overflow: hidden;
  background: #f8f8f8;
}
@media (max-width: 770px) {
  .gs-event-popup .gs-event-products {
    padding: 15px 15px 55px 15px;
    height: 100%;
  }
}
@media (max-width: 770px) {
  .gs-event-popup .swiper-container {
    height: 100%;
  }
}
@media (max-width: 770px) {
  .gs-event-popup .swiper-wrapper {
    flex-wrap: wrap;
    height: auto;
  }
}
.gs-event-popup .swiper-slide {
  width: auto;
  margin-right: 20px;
}
@media (max-width: 770px) {
  .gs-event-popup .swiper-slide {
    width: 100%;
    margin-right: 0;
    margin-bottom: 10px;
    height: auto;
  }
  .gs-event-popup .swiper-slide.demo {
    width: 100%;
  }
}
.gs-event-popup .swiper-slide.focus .gs-event-product {
  transform: translateY(-5px);
  border-color: #e9e9e9;
  background: #363636;
  color: #fff;
}
@media (max-width: 770px) {
  .gs-event-popup .swiper-slide.focus .gs-event-product {
    transform: translateY(0);
  }
}
.gs-event-popup .swiper-slide.focus .gs-event-product:after {
  opacity: 1;
}
.gs-event-popup .gs-event-product {
  display: flex;
  align-items: flex-start;
  width: 360px;
  background: #fff;
  border: 1px solid #f8f8f8;
  transition: transform 0.5s;
  border-radius: 8px;
  overflow: hidden;
}
@media (max-width: 770px) {
  .gs-event-popup .gs-event-product {
    width: 100%;
  }
}
.gs-event-popup .gs-event-product:after {
  content: "\E914";
  font-family: "icomoon" !important;
  position: absolute;
  top: 3px;
  right: 7px;
  color: #e5c057;
  font-size: 20px;
  opacity: 0;
}
.gs-event-popup .gs-product-image {
  flex: 0 0 40.786%;
  width: 40.786%;
  height: 0;
  padding-top: 40.786%;
}
@media (max-width: 770px) {
  .gs-event-popup .gs-product-image {
    flex: 0 0 35%;
    width: 35%;
    padding-top: 35%;
  }
}
.gs-event-popup .gs-product-image:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #2e2e2e;
  opacity: 0.12;
  pointer-events: none;
}
.gs-event-popup .gs-product-info {
  flex-grow: 1;
  padding: 20px 20px 50px 20px;
}
@media (max-width: 640px) {
  .gs-event-popup .gs-product-info {
    overflow: hidden;
  }
}
@media (max-width: 640px) {
  .gs-event-popup .gs-product-title {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
}
.gs-event-popup .gs-product-price {
  margin-top: 6px;
  display: inline-block;
}
.gs-event-popup .gs-product-price span {
  display: inline-block;
  font-size: 15px;
  margin-top: 3px;
}
.gs-event-popup .gs-product-price span.gs-old-price {
  color: #959595;
  font-size: 14px;
  text-decoration: line-through;
  padding-right: 5px;
}
.gs-event-popup .product-bottom {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 60%;
}
@media (max-width: 770px) {
  .gs-event-popup .product-bottom {
    width: 65%;
  }
}
.gs-event-popup .gs-tags {
  top: auto;
  bottom: 15px;
  left: 20px;
  display: flex;
  align-items: center;
  font-size: 16px;
  justify-content: space-between;
  width: 35px;
}
.gs-event-popup .gs-product-btn {
  position: absolute;
  right: 20px;
  bottom: 15px;
  font-size: 19px;
}
.gs-event-popup .skeleton {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ededed;
  z-index: 2;
  overflow: hidden;
}
.gs-event-popup .skeleton:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  transform: translateX(-100%);
  background-image: linear-gradient(90deg, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 0.1) 20%, rgba(255, 255, 255, 0.5) 60%, rgba(255, 255, 255, 0));
  animation: skeleton-loading 1s infinite;
}
.gs-event-popup .gs-close-event {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 40px;
  height: 40px;
  border-radius: 500px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  z-index: 1;
  cursor: pointer;
  font-size: 20px;
}
@media (max-width: 770px) {
  .gs-event-popup .gs-close-event {
    top: auto;
    bottom: 0;
    right: 0;
    width: 100%;
    z-index: 2;
    border-top: 1px solid #ddd;
    border-radius: 0;
  }
}
@media (min-width: 1025px) {
  .gs-event-popup .gs-close-event {
    transition: all 0.5s;
  }
  .gs-event-popup .gs-close-event:hover {
    transform: rotate(-90deg);
  }
}

@keyframes skeleton-loading {
  100% {
    transform: translateX(100%);
  }
}
.wishlist-product-container .gs-product-not-available {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(255, 255, 255, 0.55);
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 0 0 7rem;
  text-align: center;
}
.wishlist-product-container .gs-product-not-available .gs-button-not-available {
  padding: 10px 20px;
  background: rgba(255, 0, 0, 0.35);
  color: #000000;
}
.wishlist-product-container .gs-wishlist-empty {
  text-align: center;
  padding: 50px 0;
  font-size: 1rem;
  font-style: italic;
}
.wishlist-product-container .gs-product-box__buttons.overwrite {
  bottom: 10px;
  right: auto;
  left: 10px;
}
.wishlist-product-container .add-to-cart {
  margin: 10px 0 0;
}

.gs-wishlist-form-popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999999;
  display: none;
}
.gs-wishlist-form-popup .gs-popup-pattern {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.65);
}
.gs-wishlist-form-popup .gs-wishlist-form-popup__content {
  position: relative;
  width: 100%;
  height: 100%;
  white-space: nowrap;
  text-align: center;
  overflow: hidden;
  padding: 15px;
  pointer-events: none;
  display: flex;
  align-items: center;
  justify-content: center;
}
.gs-wishlist-form-popup .gs-wishlist-form-popup__body {
  position: relative;
  background-color: #fff;
  box-shadow: 0px 7px 6px rgba(0, 0, 0, 0.05);
  width: 100%;
  max-width: 840px;
  min-height: 400px;
  max-height: 100%;
  display: inline-block;
  vertical-align: middle;
  white-space: normal;
  overflow-x: hidden;
  pointer-events: all;
}
.gs-wishlist-form-popup .form-content-grid {
  display: flex;
}
@media (max-width: 640px) {
  .gs-wishlist-form-popup .form-content-grid {
    display: block;
  }
}
.gs-wishlist-form-popup .gs-product-title {
  font-size: 25px;
  font-family: "PT Sans Narrow", sans-serif;
}
.gs-wishlist-form-popup .gs-form-col-gallery {
  text-align: left;
  padding: 1rem;
  flex: 0 0 50%;
}
.gs-wishlist-form-popup .gs-form-col-info {
  text-align: left;
  padding: 1rem;
  flex: 0 0 50%;
}
@media (max-width: 640px) {
  .gs-wishlist-form-popup .gs-form-col-info {
    padding: 1rem 1rem 85px;
  }
}
.gs-wishlist-form-popup .gs-product-gallery-main {
  position: relative;
  text-align: center;
  border: 1px solid #d9d9d9;
}
.gs-wishlist-form-popup .gs-product-gallery-main img {
  max-width: 100%;
  height: auto;
}
.gs-wishlist-form-popup .gs-wishlist-discount {
  position: absolute;
  top: 7px;
  right: 5px;
  z-index: 2;
  border-radius: 50px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-weight: bold;
  color: #fff;
  padding: 3px 4px;
  border-radius: 10px;
  background-color: var(--additionalColor);
  font-size: 11px;
}
.gs-wishlist-form-popup .gs-product-gallery-thumbs {
  display: grid;
  grid-gap: 3px 6px;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 6px;
}
.gs-wishlist-form-popup .gs-product-gallery-thumb.active .gs-product-gallery-thumb__inner {
  border-color: var(--accentColor);
}
.gs-wishlist-form-popup .gs-product-gallery-thumb__inner {
  position: relative;
  width: 100%;
  height: auto;
  overflow: hidden;
  border: 1px solid #d9d9d9;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: border-color 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.gs-wishlist-form-popup .gs-product-params {
  width: 100%;
  margin: 20px 0;
}
.gs-wishlist-form-popup .gs-params__inner {
  margin-bottom: 10px;
}
.gs-wishlist-form-popup .gs-param-label {
  display: block;
  cursor: pointer;
  margin-bottom: 3px;
  font-size: 12px;
}
.gs-wishlist-form-popup .gs-wishlist-param-select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 1px solid #d9d9d9;
  width: 100%;
  height: 30px;
  text-overflow: ellipsis;
  -webkit-appearance: none;
  -moz-appearance: none;
  padding: 0 30px 0 10px;
  background: #fff url("../images/icons/icon-down.svg") 97% center no-repeat;
  background-size: 14px;
  outline: none !important;
}
.gs-wishlist-form-popup .gs-product-price {
  margin-top: 5px;
}
.gs-wishlist-form-popup .gs-product-price .gs-price-number {
  font-size: 20px;
  font-weight: normal;
}
.gs-wishlist-form-popup .gs-product-price .gs-old-price {
  font-size: 18px;
  text-decoration: line-through;
  margin-left: 5px;
  color: #959595;
}
.gs-wishlist-form-popup .gs-wishlist-form-popup__close {
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 1;
  cursor: pointer;
  font-size: 20px;
}
@media (max-width: 640px) {
  .gs-wishlist-form-popup .gs-wishlist-form-popup__close {
    display: none;
  }
}
.gs-wishlist-form-popup .gs-wishlist-add-to-cart-container {
  display: flex;
}
.gs-wishlist-form-popup .gs-wishlist-add-to-cart-container .gs-close-popup {
  margin-right: 10px;
}
.gs-wishlist-form-popup .gs-wishlist-add-to-cart {
  margin: 0 0 20px;
}
@media (max-width: 640px) {
  .gs-wishlist-form-popup .gs-wishlist-add-to-cart {
    position: fixed;
    bottom: 15px;
    left: 15px;
    background-color: #fff;
    padding: 15px;
    border-radius: 0 0 10px 10px;
    width: calc(100% - 30px);
    box-shadow: -3px 0 6px rgba(0, 0, 0, 0.1);
    z-index: 1;
    margin: 0;
  }
}
.gs-wishlist-form-popup .gs-wishlist-view-more {
  text-align: right;
}
.gs-wishlist-form-popup .gs-submit-cart-error {
  display: none;
  text-align: center;
  margin-bottom: 10px;
}
.gs-wishlist-form-popup .gs-close-popup-mobile {
  display: none !important;
}
@media (max-width: 640px) {
  .gs-wishlist-form-popup .gs-close-popup-mobile {
    padding: 10px;
    display: inline-flex !important;
    justify-content: center;
    align-items: center;
    margin-right: 5px;
    cursor: pointer;
  }
}
.gs-wishlist-form-popup .gs-close-popup-mobile .icon {
  font-weight: bold;
}

.gs-wishlist-product-added {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0;
  display: flex !important;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  text-transform: none;
  letter-spacing: 0;
  overflow: hidden;
  z-index: 1;
  background-color: var(--mainColor);
  transition: height 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  padding: 0 5px;
  white-space: normal;
  color: #fff;
  z-index: 3;
}

.gs-wishlist-add-to-cart-button {
  position: relative;
  display: block;
  width: 100%;
  outline: none !important;
  box-shadow: none !important;
  text-align: center;
  line-height: 1.3;
  padding: 10px;
}
.gs-wishlist-add-to-cart-button.product-added {
  pointer-events: none;
}
.gs-wishlist-add-to-cart-button.product-added .gs-wishlist-product-added {
  height: 100%;
}

.gs-cart-wrap .gs-total-sum {
  position: relative;
  margin-top: 30px;
  font-family: "PT Sans Narrow", sans-serif;
}
.gs-cart-wrap .gs-total-sum span {
  font-size: 16px;
}
.gs-cart-wrap .gs-total-sum strong {
  font-size: 29px;
  font-weight: normal;
  margin-left: 5px;
}
.gs-cart-wrap .gs-cart-buttons {
  margin-top: 30px;
}
.gs-cart-wrap .gs-cart-buttons a {
  display: inline-block;
  vertical-align: middle;
  margin: 0 10px 10px 0;
}

.cart-list {
  min-height: 220px;
}

.gs-no-cart-items h6 {
  padding: 70px 0;
  font-size: 18px;
  font-weight: normal;
}
.gs-no-cart-items h6 em {
  display: inline-block;
  vertical-align: middle;
}
.gs-no-cart-items .icon {
  display: inline-block;
  vertical-align: middle;
  font-size: 22px;
  margin-right: 10px;
}

.gs-cart-table {
  position: relative;
  display: table;
  width: 100%;
  text-align: center;
}
@media (max-width: 770px) {
  .gs-cart-table {
    text-align: left;
  }
}
.gs-cart-table .gs-cart-row {
  position: relative;
  width: 100%;
  display: table-row;
}
@media (max-width: 770px) {
  .gs-cart-table .gs-cart-row {
    display: block;
    border: 1px solid;
    border-width: 1px 1px 0 1px;
    margin-bottom: 30px;
  }
  .gs-cart-table .gs-cart-row:last-child {
    margin-bottom: 0;
  }
}
.gs-cart-table .gs-cart-row.head-row .gs-cart-cell {
  padding: 0 0 15px;
  font-size: 16px;
}
@media (max-width: 770px) {
  .gs-cart-table .gs-cart-row.head-row {
    display: none;
  }
}
.gs-cart-table .gs-cart-cell {
  display: table-cell;
  vertical-align: top;
  padding: 25px 5px;
  border-bottom: 1px solid;
}
.gs-cart-table .gs-cart-cell:first-child {
  text-align: left;
  padding: 25px 0;
}
@media (max-width: 770px) {
  .gs-cart-table .gs-cart-cell:first-child {
    padding: 15px;
  }
}
@media (max-width: 770px) {
  .gs-cart-table .gs-cart-cell {
    display: block;
    padding: 15px;
  }
}
.gs-cart-table .gs-order-img {
  position: relative;
  width: 146px;
  height: auto;
  float: left;
  margin-right: 15px;
}
.gs-cart-table .gs-order-img img {
  width: 100%;
  height: auto;
  border: 1px solid;
}
.gs-cart-table .gs-order-title {
  position: relative;
  font-size: 18px;
  text-align: left;
}
@media (max-width: 950px) {
  .gs-cart-table .gs-order-title {
    display: inline-block;
    vertical-align: top;
    max-width: 59%;
  }
}
.gs-cart-table .gs-order-info {
  margin-top: 10px;
  font-size: 12.8px;
}
.gs-cart-table .gs-order-info .gs-info-row {
  line-height: 1.1;
}
.gs-cart-table .gs-order-info span {
  margin-right: 5px;
}
.gs-cart-table .gs-order-info strong {
  font-weight: normal;
}
.gs-cart-table .gs-order-price {
  font-size: 20px;
}
.gs-cart-table .gs-order-sum {
  font-size: 20px;
}
.gs-cart-table .gs-quantity-change {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
@media (max-width: 770px) {
  .gs-cart-table .gs-quantity-change {
    display: inline-block;
    vertical-align: middle;
  }
}
.gs-cart-table .gs-quantity-change input {
  width: 40px;
  height: 26px;
  padding: 0 5px;
  font-size: 18px;
  display: inline-block;
  vertical-align: middle;
  border: none;
  text-align: center;
}
.gs-cart-table .gs-quantity-change span {
  display: inline-block;
  vertical-align: middle;
  width: 26px;
  height: 26px;
  border-radius: 50px;
  text-align: center;
  transition: all 0.5s;
  cursor: pointer;
}
.gs-cart-table .gs-quantity-change span em {
  display: block;
  font-style: normal;
  font-size: 18px;
  position: relative;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  line-height: 1;
}
.gs-cart-table a.gs-confirm-sum {
  display: inline-block;
  vertical-align: middle;
  font-size: 12px;
  margin-top: 10px;
}
@media (max-width: 770px) {
  .gs-cart-table a.gs-confirm-sum {
    margin: 0 0 0 10px;
  }
}
.gs-cart-table .gs-order-remove {
  width: 100%;
}
.gs-cart-table .gs-order-remove a {
  display: inline-block;
  position: relative;
  font-size: 22px;
}
.gs-cart-table .gs-order-remove a span {
  display: inline-block;
  vertical-align: middle;
}
.gs-cart-table .gs-order-remove a em {
  display: none;
  vertical-align: middle;
  font-size: 14px;
  font-style: normal;
  margin-left: 10px;
}
@media (max-width: 770px) {
  .gs-cart-table .gs-order-remove a em {
    display: inline-block;
  }
}
@media (min-width: 1025px) {
  .gs-cart-table .gs-order-remove a:hover {
    opacity: 0.7;
  }
}
/*# sourceMappingURL=main.css.map*/