@font-face {
  font-family: 'icomoon';
  src:  url('../icons/fonts/icomoon.eot?2jk82h');
  src:  url('../icons/fonts/icomoon.eot?2jk82h#iefix') format('embedded-opentype'),
    url('../icons/fonts/icomoon.ttf?2jk82h') format('truetype'),
    url('../icons/fonts/icomoon.woff?2jk82h') format('woff'),
    url('../icons/fonts/icomoon.svg?2jk82h#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: "\E936";
}
.icon-heart-full:before {
  content: "\E937";
}
.icon-tiktok:before {
  content: "\E935";
}
.icon-ico_cart:before {
  content: "\E92E";
}
.icon-delete:before {
  content: "\E934";
}
.icon-edit:before {
  content: "\E924";
}
.icon-question:before {
  content: "\E931";
}
.icon-care-about-planet:before {
  content: "\E932";
}
.icon-home:before {
  content: "\E930";
}
.icon-cancel:before {
  content: "\E92F";
}
.icon-next:before {
  content: "\E909";
}
.icon-prev:before {
  content: "\E90D";
}
.icon-down:before {
  content: "\E913";
}
.icon-arrow-back:before {
  content: "\E916";
}
.icon-badge:before {
  content: "\E908";
}
.icon-avatar:before {
  content: "\E92D";
}
.icon-briefcase:before {
  content: "\E933";
}
.icon-ico_video:before {
  content: "\E90E";
}
.icon-promo:before {
  content: "\E92C";
}
.icon-drag-hand:before {
  content: "\E92B";
}
.icon-borica:before {
  content: "\E92A";
}
.icon-american-express:before {
  content: "\E922";
}
.icon-diners-club:before {
  content: "\E923";
}
.icon-jcb:before {
  content: "\E925";
}
.icon-maestro:before {
  content: "\E926";
}
.icon-mastercard:before {
  content: "\E927";
}
.icon-paypal:before {
  content: "\E928";
}
.icon-visa:before {
  content: "\E929";
}
.icon-youtube:before {
  content: "\E921";
}
.icon-instagram:before {
  content: "\E920";
}
.icon-full-screen:before {
  content: "\E91F";
}
.icon-bag:before {
  content: "\E918";
}
.icon-pin:before {
  content: "\E919";
}
.icon-pin-it:before {
  content: "\E91A";
}
.icon-placeholder:before {
  content: "\E91B";
}
.icon-tick:before {
  content: "\E91C";
}
.icon-user:before {
  content: "\E91D";
}
.icon-google-plus:before {
  content: "\E91E";
}
.icon-cart-empty:before {
  content: "\E917";
}
.icon-arrow-right:before {
  content: "\E901";
}
.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_add_to_cart:before {
  content: "\E900";
}
.icon-ico_eye:before {
  content: "\E902";
}
.icon-ico_facebook:before {
  content: "\E903";
}
.icon-ico_phone:before {
  content: "\E904";
}
.icon-ico_search:before {
  content: "\E905";
}
.icon-ico_twitter:before {
  content: "\E906";
}
/* 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 */
}

/**
 * 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 */
/* open-sans-regular - latin_cyrillic */
@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 400;
  src: url("fonts/open-sans-v17-latin_cyrillic-regular.eot"); /* IE9 Compat Modes */
  src: local("Open Sans Regular"), local("OpenSans-Regular"), url("fonts/open-sans-v17-latin_cyrillic-regular.eot?#iefix") format("embedded-opentype"), url("fonts/open-sans-v17-latin_cyrillic-regular.woff2") format("woff2"), url("fonts/open-sans-v17-latin_cyrillic-regular.woff") format("woff"), url("fonts/open-sans-v17-latin_cyrillic-regular.ttf") format("truetype"), url("fonts/open-sans-v17-latin_cyrillic-regular.svg#OpenSans") format("svg"); /* Legacy iOS */
}
/* open-sans-italic - latin_cyrillic */
@font-face {
  font-family: "Open Sans";
  font-style: italic;
  font-weight: 400;
  src: url("fonts/open-sans-v17-latin_cyrillic-italic.eot"); /* IE9 Compat Modes */
  src: local("Open Sans Italic"), local("OpenSans-Italic"), url("fonts/open-sans-v17-latin_cyrillic-italic.eot?#iefix") format("embedded-opentype"), url("fonts/open-sans-v17-latin_cyrillic-italic.woff2") format("woff2"), url("fonts/open-sans-v17-latin_cyrillic-italic.woff") format("woff"), url("fonts/open-sans-v17-latin_cyrillic-italic.ttf") format("truetype"), url("fonts/open-sans-v17-latin_cyrillic-italic.svg#OpenSans") format("svg"); /* Legacy iOS */
}
/* open-sans-600 - latin_cyrillic */
@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 600;
  src: url("fonts/open-sans-v17-latin_cyrillic-600.eot"); /* IE9 Compat Modes */
  src: local("Open Sans SemiBold"), local("OpenSans-SemiBold"), url("fonts/open-sans-v17-latin_cyrillic-600.eot?#iefix") format("embedded-opentype"), url("fonts/open-sans-v17-latin_cyrillic-600.woff2") format("woff2"), url("fonts/open-sans-v17-latin_cyrillic-600.woff") format("woff"), url("fonts/open-sans-v17-latin_cyrillic-600.ttf") format("truetype"), url("fonts/open-sans-v17-latin_cyrillic-600.svg#OpenSans") format("svg"); /* Legacy iOS */
}
/* open-sans-600italic - latin_cyrillic */
@font-face {
  font-family: "Open Sans";
  font-style: italic;
  font-weight: 600;
  src: url("fonts/open-sans-v17-latin_cyrillic-600italic.eot"); /* IE9 Compat Modes */
  src: local("Open Sans SemiBold Italic"), local("OpenSans-SemiBoldItalic"), url("fonts/open-sans-v17-latin_cyrillic-600italic.eot?#iefix") format("embedded-opentype"), url("fonts/open-sans-v17-latin_cyrillic-600italic.woff2") format("woff2"), url("fonts/open-sans-v17-latin_cyrillic-600italic.woff") format("woff"), url("fonts/open-sans-v17-latin_cyrillic-600italic.ttf") format("truetype"), url("fonts/open-sans-v17-latin_cyrillic-600italic.svg#OpenSans") format("svg"); /* Legacy iOS */
}
/* open-sans-700 - latin_cyrillic */
@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 700;
  src: url("fonts/open-sans-v17-latin_cyrillic-700.eot"); /* IE9 Compat Modes */
  src: local("Open Sans Bold"), local("OpenSans-Bold"), url("fonts/open-sans-v17-latin_cyrillic-700.eot?#iefix") format("embedded-opentype"), url("fonts/open-sans-v17-latin_cyrillic-700.woff2") format("woff2"), url("fonts/open-sans-v17-latin_cyrillic-700.woff") format("woff"), url("fonts/open-sans-v17-latin_cyrillic-700.ttf") format("truetype"), url("fonts/open-sans-v17-latin_cyrillic-700.svg#OpenSans") format("svg"); /* Legacy iOS */
}
/* open-sans-700italic - latin_cyrillic */
@font-face {
  font-family: "Open Sans";
  font-style: italic;
  font-weight: 700;
  src: url("fonts/open-sans-v17-latin_cyrillic-700italic.eot"); /* IE9 Compat Modes */
  src: local("Open Sans Bold Italic"), local("OpenSans-BoldItalic"), url("fonts/open-sans-v17-latin_cyrillic-700italic.eot?#iefix") format("embedded-opentype"), url("fonts/open-sans-v17-latin_cyrillic-700italic.woff2") format("woff2"), url("fonts/open-sans-v17-latin_cyrillic-700italic.woff") format("woff"), url("fonts/open-sans-v17-latin_cyrillic-700italic.ttf") format("truetype"), url("fonts/open-sans-v17-latin_cyrillic-700italic.svg#OpenSans") format("svg"); /* Legacy iOS */
}
body {
  color: #000;
  font-weight: 300;
  font-size: 12px;
  font-family: "Open Sans", sans-serif;
  line-height: 1.3;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
  color: inherit;
  padding: 0;
  margin: 0;
  font-size: 14px;
  font-family: "Open Sans", serif;
  line-height: 1.2;
  box-sizing: border-box;
}

h1 {
  font-size: 36px;
}

h2 {
  font-size: 32px;
}

h3 {
  font-size: 28px;
}

h4 {
  font-size: 24px;
}

h5 {
  font-size: 20px;
}

h6 {
  font-size: 16px;
}

/**
 * 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-share-area ul, .gs-cart-form .item-info ul, .gs-footer .gs-footer-contacts ul, .gs-footer .gs-footer-socials ul, .gs-footer .gs-footer-contact ul, .gs-menu-item ul, .gs-header-socials ul, .gs-lang-bar ul, .gs-head-links ul, .gs-breadcrumb ul {
  list-style: none;
  list-style-image: none;
  margin: 0;
  padding: 0;
}

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

/* On Scroll Animations For Desktop*/
@media (min-width: 1025px) {
  .gs-anim-block .gs-elem {
    transition: all 1s;
    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 scroll_down {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(3px);
  }
  100% {
    transform: translateY(0px);
  }
}
/* Spinner Animation */
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes scale-in-bounce {
  0% {
    transform: scale(0);
    opacity: 0;
  }
  50% {
    transform: scale(1.5);
    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%;
}

/**
 * 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-container-wrapper {
  max-width: 1020px;
  margin: 15px auto;
  background-color: #fff;
  border-radius: 15px;
  overflow: hidden;
}
@media (max-width: 1025px) {
  .gs-container-wrapper {
    margin: 15px 5px;
  }
}

.gs-main-container {
  position: relative;
  width: 100%;
  height: auto;
  visibility: hidden;
  opacity: 0;
  padding: 0 15px;
  margin-top: 25px;
}
@media (max-width: 1025px) {
  .gs-main-container {
    padding: 0 10px;
  }
}
.gs-main-container.gs-no-categories .gs-sidebar {
  display: none;
}
@media (max-width: 1025px) {
  .gs-main-container.gs-no-categories .gs-sidebar {
    display: block;
  }
}

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

.gs-section {
  position: relative;
  width: 100%;
}
.gs-section.bg-brd-top {
  border-top: 1px solid;
}

.gs-section-wrap {
  position: relative;
  width: 100%;
}

.gs-page-title {
  position: relative;
  width: 100%;
  font-family: "Open Sans", sans-serif;
  margin-bottom: 15px;
}
.gs-page-title h1 {
  font-size: 24px;
  font-family: "Open Sans", sans-serif;
}
.gs-page-title .gs-rtf {
  margin-top: 10px;
}

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

.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-preloader {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: fixed;
  z-index: 100;
  display: flex;
  align-items: center;
  justify-content: center;
}

.gs-loader-spinner {
  border: 2px solid;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  margin: 0 auto;
  animation: spin 1s linear infinite;
}

.gs-breadcrumb {
  position: relative;
  width: 100%;
  height: auto;
  z-index: 2;
  margin: -10px 0 15px;
  font-weight: normal;
}
.gs-breadcrumb li {
  display: inline-block;
  vertical-align: middle;
  font-size: 11px;
}
.gs-breadcrumb a {
  display: block;
}
.gs-breadcrumb a em:first-child {
  text-decoration: underline;
}
@media (min-width: 1025px) {
  .gs-breadcrumb a:hover {
    opacity: 0.7;
  }
}
.gs-breadcrumb em {
  display: inline-block;
  vertical-align: baseline;
  font-style: normal;
}
.gs-breadcrumb .icon-next {
  font-size: 7px;
}

.gs-rtf {
  font-size: 12px;
}
.gs-rtf a {
  text-decoration: underline;
}
@media (min-width: 1025px) {
  .gs-rtf a:hover {
    text-decoration: none;
  }
}
.gs-rtf iframe {
  max-width: 100%;
  border: none;
}
.gs-rtf img {
  max-width: 100%;
  height: auto !important;
}

/* 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;
}

#gmbStdMsg .gmbStdMsgContent:before {
  content: "\E92F";
  font-family: icomoon !important;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  background: transparent;
  width: auto;
  height: auto;
  font-size: 30px;
  margin-bottom: 10px;
}
#gmbStdMsg .gmbStdMsgClose {
  transition: all 0.5s;
}

/* 4. Layout-related sections */
.gs-header {
  position: relative;
  width: 100%;
  z-index: 10;
  backface-visibility: hidden;
  font-weight: normal;
}
.gs-header .gs-categories {
  display: none;
}

.gs-main-nav {
  position: relative;
  width: 100%;
  height: auto;
  font-size: 0;
}

.gs-top-header {
  text-align: right;
  z-index: 2;
}
.gs-top-header .gs-shop-phone {
  position: absolute;
  top: 0;
  left: 10px;
  height: 100%;
  white-space: nowrap;
}
@media (max-width: 640px) {
  .gs-top-header .gs-shop-phone {
    display: none;
  }
}
.gs-top-header .gs-shop-phone:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 0;
  height: 100%;
}
.gs-top-header .gs-shop-phone a {
  display: inline-block;
  vertical-align: middle;
}
.gs-top-header .gs-shop-phone span {
  display: inline-block;
  vertical-align: middle;
}
.gs-top-header .gs-shop-phone .icon {
  font-size: 20px;
}

.gs-header-wishlist {
  display: inline-flex;
  vertical-align: middle;
  white-space: nowrap;
  border-radius: 0 0 0 15px;
  background-color: var(--accentColor);
  color: #fff;
  height: 31px;
  padding: 0 25px 0 18px;
  margin: 0 -15px 0 0;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  line-height: 1;
}
@media (max-width: 640px) {
  .gs-header-wishlist {
    height: 23px;
  }
}
.gs-header-wishlist .gs-wishlist-count {
  position: absolute;
  top: 2px;
  right: 15px;
  font-size: 10px;
  width: 14px;
  height: 14px;
  background: #fff;
  color: #000;
  border-radius: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  letter-spacing: -1px;
}

.gs-cart {
  display: inline-block;
  vertical-align: middle;
  white-space: nowrap;
}
.gs-cart .gs-add-to-cart {
  border-radius: 0 10px 0 15px;
  overflow: hidden;
  z-index: 3;
}
.gs-cart .cart-icon {
  display: inline-block;
  vertical-align: middle;
  font-size: 12px;
  margin-right: 5px;
}
.gs-cart .gs-cart-info {
  display: inline-block;
  vertical-align: middle;
  text-transform: uppercase;
  font-size: 10px;
  padding: 0 40px 0 15px;
  min-width: 200px;
  text-align: left;
}
@media (max-width: 640px) {
  .gs-cart .gs-cart-info {
    padding: 0 10px 0 15px;
    min-width: inherit;
  }
}
.gs-cart .gs-cartpage-link {
  padding: 9px 30px;
  display: inline-block;
  text-transform: uppercase;
  font-size: 10px;
}
@media (max-width: 640px) {
  .gs-cart .gs-cartpage-link {
    padding: 5px 25px;
  }
}

.gs-login-action {
  display: inline-block;
  vertical-align: middle;
  margin-right: 15px;
}
@media (max-width: 640px) {
  .gs-login-action {
    display: none;
  }
}

.gs-nav-wrap {
  position: relative;
  height: 100%;
  text-align: left;
  white-space: nowrap;
}
@media (max-width: 1025px) {
  .gs-nav-wrap {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    height: auto;
    white-space: normal;
    display: none;
  }
}

.gs-head-links {
  display: inline-block;
  vertical-align: middle;
  width: 100%;
}
@media (max-width: 1025px) {
  .gs-head-links {
    display: block;
  }
}
.gs-head-links nav {
  position: relative;
  width: 100%;
}
.gs-head-links ul {
  position: relative;
}
.gs-head-links ul li {
  display: inline-block;
  vertical-align: middle;
}
@media (max-width: 1025px) {
  .gs-head-links ul li {
    display: block;
  }
}
.gs-head-links ul li.gn-user-login-0 {
  display: none;
}
@media (max-width: 1025px) {
  .gs-head-links ul li.gn-user-login-0 {
    display: block;
  }
}
.gs-head-links ul li a {
  display: block;
  font-size: 10px;
  text-transform: uppercase;
  padding: 12px 26px;
  border-right: 1px solid #727272;
  transition: all 0.5s;
}
@media (max-width: 1025px) {
  .gs-head-links ul li a {
    display: block;
    border-right: none;
    border-top: 1px solid #727272;
    padding: 12px 10px;
  }
}

.gs-lang-bar {
  display: inline-block;
  vertical-align: middle;
  margin-left: 15px;
}
.gs-lang-bar li {
  display: inline-block;
  vertical-align: middle;
  margin: 0 3px;
}
.gs-lang-bar a {
  display: block;
  width: 25px;
  height: 25px;
  border-radius: 50px;
  font-size: 10px;
  text-align: center;
  line-height: 25px;
  transition: all 0.5s;
}

.gs-cat-nav {
  position: relative;
  width: 100%;
  height: 80px;
  text-align: left;
  z-index: 1;
}
@media (max-width: 1025px) {
  .gs-cat-nav {
    height: 65px;
    z-index: 2;
  }
}
@media (max-width: 640px) {
  .gs-cat-nav {
    height: 50px;
  }
}

.gs-cat-nav-wrap {
  position: relative;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  padding: 0 15px;
  white-space: nowrap;
  font-size: 0;
}
@media (max-width: 1025px) {
  .gs-cat-nav-wrap {
    padding: 0 10px;
  }
}
.gs-cat-nav-wrap:before {
  content: "";
  width: 0;
  height: 100%;
  display: inline-block;
  vertical-align: middle;
}

.gs-logo {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  max-width: 300px;
  height: 100%;
  padding: 10px 0;
  z-index: 1;
}
@media (max-width: 640px) {
  .gs-logo {
    max-width: 150px;
  }
}
.gs-logo .gs-logo-wrap {
  width: 100%;
  height: 100%;
}
.gs-logo .gs-logo-img {
  display: inline-block;
  height: 100%;
  transition: all 0.5s;
}
.gs-logo .gs-logo-img a {
  position: relative;
  display: block;
  height: 100%;
}
.gs-logo .gs-logo-img span {
  font-size: 24px;
  display: block;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  font-family: "Open Sans", serif;
  width: 100%;
  height: auto;
  max-height: 61px;
  overflow: hidden;
}
.gs-logo .gs-logo-img img {
  max-width: 100%;
  max-height: 100%;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}

.gs-header-socials {
  display: inline-block;
  vertical-align: middle;
  margin-left: 20px;
}
@media (max-width: 640px) {
  .gs-header-socials {
    display: none;
  }
}
.gs-header-socials li {
  display: inline-block;
  vertical-align: middle;
  margin: 0 3px;
}
.gs-header-socials a {
  display: block;
  width: 25px;
  height: 25px;
  border-radius: 50px;
  font-size: 12px;
  text-align: center;
  line-height: 27px;
  transition: all 0.5s;
}

.gs-header-actions {
  position: absolute;
  top: 0;
  right: 15px;
  width: auto;
  height: 100%;
  white-space: nowrap;
}
.gs-header-actions:before {
  content: "";
  width: 0;
  height: 100%;
  display: inline-block;
  vertical-align: middle;
}

.gs-search {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  text-align: left;
}
@media (max-width: 1025px) {
  .gs-search {
    position: absolute;
    top: 100%;
    right: 25px;
    margin-top: 5px;
    display: none;
  }
}

.gs-search-form {
  position: relative;
  width: 100%;
}
.gs-search-form .gs-field-box {
  position: relative;
  width: auto;
  height: 25px;
  display: block;
}
.gs-search-form .gs-field-box input.gs-text-field {
  width: 210px;
  height: 100%;
  padding: 0 5px;
  border-radius: 5px;
  border: 1px solid;
  font-size: 11px;
  padding-right: 35px;
}
.gs-search-form .gs-field-box button {
  position: absolute;
  top: 0;
  right: 0;
  border: none;
  outline: none;
  font-size: 14px;
  margin: 0;
  padding: 0;
  border-radius: 0 5px 5px 0;
  width: 30px;
  height: 100%;
  line-height: 25px;
  transition: all 0.5s;
}

.gs-cart-box {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  opacity: 0;
  visibility: hidden;
  z-index: -1;
  white-space: normal;
  transition: all 0.5s;
  padding-top: 31px;
}
.gs-cart-box.active {
  visibility: visible;
  opacity: 1;
  z-index: 2;
}
.gs-cart-box .gs-cart-items-contaner {
  max-height: 450px;
  overflow-x: hidden;
}
.gs-cart-box .gs-cart-item {
  position: relative;
  width: 100%;
  padding: 10px 10px 10px 76px;
  min-height: 87px;
}
.gs-cart-box .gs-cart-cell {
  text-align: left;
}
.gs-cart-box .gs-cart-cell .gs-cart-item-name {
  font-weight: normal;
  font-size: 12px;
  display: block;
}
.gs-cart-box .gs-cart-cell .gs-cart-item-descr {
  display: block;
  margin-top: 10px;
  font-size: 11px;
}
.gs-cart-box .gs-cart-cell.gs-cart-item-image {
  position: absolute;
  top: 10px;
  left: 10px;
  width: 66px;
  height: auto;
}
.gs-cart-box .gs-cart-cell.gs-cart-item-image img {
  max-width: 100%;
}
.gs-cart-box .gs-cart-cell.gs-cart-item-text {
  padding-left: 15px;
}
.gs-cart-box .gs-cart-total {
  position: relative;
  width: 100%;
  padding: 10px;
  text-align: right;
  border-top: 1px solid #727272;
}

.gs-categories {
  position: relative;
}
@media (max-width: 1025px) {
  .gs-categories {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: none;
    z-index: 10;
  }
}

.gs-close-catogeries {
  position: fixed;
  top: 10px;
  right: 10px;
  font-size: 18px;
  color: #fff;
  display: none;
}
@media (max-width: 1025px) {
  .gs-close-catogeries {
    display: block;
  }
}

.gs-categories-nav {
  text-align: left;
  border: solid;
  border-width: 0 1px 0 1px;
  overflow: hidden;
}
@media (max-width: 1025px) {
  .gs-categories-nav {
    width: 100%;
    height: calc(100% - 43px);
    border: none;
  }
}

.gs-menu-wrap {
  position: relative;
}
@media (max-width: 1025px) {
  .gs-menu-wrap {
    width: 100%;
    height: 100%;
    overflow: auto;
  }
}

.gs-menu-item {
  display: block;
}
.gs-menu-item.opened .gs-sub-menu {
  display: block;
}
.gs-menu-item a {
  display: block;
  font-size: 12px;
  padding: 7px 10px;
  transition: color 0.3s;
  position: relative;
  color: #282828;
  border-bottom: 1px solid;
  border-left: 2px solid;
}
.gs-menu-item a.gs-main-link:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 4px;
  height: 100%;
}
.gs-menu-item .gs-menu-counter {
  position: absolute;
  top: 5px;
  right: 10px;
  font-size: 14px;
  pointer-events: none;
}
.gs-menu-item li {
  display: block;
}
.gs-menu-item li.opened .gs-sub-menu.level-two {
  display: block;
}
.gs-menu-item .gs-sub-menu {
  padding: 5px 0 5px 15px;
  display: none;
}
.gs-menu-item .gs-sub-menu.level-two {
  display: none;
  padding: 0 0 0 15px;
}
.gs-menu-item .gs-sub-menu a {
  border: none;
}

.gs-categories-title {
  padding: 12px 15px;
  font-size: 14px;
  border: solid;
  border-width: 1px 1px 0 1px;
  border-radius: 7px 7px 0 0;
}
@media (max-width: 1025px) {
  .gs-categories-title {
    border: none;
    border-radius: 0;
    padding: 12px 10px;
  }
}

.gs-open-nav {
  display: none;
  padding: 10px;
  text-align: left;
}
@media (max-width: 1025px) {
  .gs-open-nav {
    display: block;
  }
}
.gs-open-nav .gs-menu-btn {
  transition: 0.5s all;
  display: inline-block;
  all: unset;
}
.gs-open-nav .gs-menu-btn.active em.c-1 {
  top: 8px;
  transform: rotate(225deg);
}
.gs-open-nav .gs-menu-btn.active em.c-2 {
  visibility: hidden;
  opacity: 0;
  left: -50px;
}
.gs-open-nav .gs-menu-btn.active em.c-3 {
  top: 8px;
  width: 100%;
  transform: rotate(-225deg);
}
.gs-open-nav .gs-menu-text {
  display: inline-block;
  vertical-align: middle;
  font-size: 12px;
  margin-left: 5px;
  color: #fff;
}
.gs-open-nav .gs-hamburger {
  display: inline-block;
  vertical-align: middle;
  width: 24px;
  height: 17px;
}
.gs-open-nav em {
  display: block;
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  transition: 0.5s all;
  backface-visibility: hidden;
  background-color: #fff;
}
.gs-open-nav em.c-1 {
  top: 0;
}
.gs-open-nav em.c-2 {
  top: 7px;
  width: 80%;
}
.gs-open-nav em.c-3 {
  top: 14px;
  width: 60%;
}

.gs-mobile-search {
  display: none;
  position: absolute;
  top: 7px;
  right: 10px;
  z-index: 2;
}
@media (max-width: 1025px) {
  .gs-mobile-search {
    display: block;
  }
}
.gs-mobile-search.active .icon.icon-ico_search {
  opacity: 0;
}
.gs-mobile-search.active .icon.icon-close {
  opacity: 1;
}
.gs-mobile-search .icon {
  font-size: 20px;
  display: inline-block;
}
.gs-mobile-search .icon.icon-close {
  position: absolute;
  top: 0px;
  left: -3px;
  opacity: 0;
  font-size: 24px;
}

.gs-footer {
  margin-top: 25px;
  padding: 0 15px;
}
@media (max-width: 1025px) {
  .gs-footer {
    padding: 0 10px;
  }
}
.gs-footer .gs-footer-wrapper {
  border-top: 1px solid;
  padding-top: 30px;
}
.gs-footer .gs-footer-grid {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin: 0 -15px;
}
@media (max-width: 950px) {
  .gs-footer .gs-footer-grid {
    flex-wrap: wrap;
  }
}
@media (max-width: 950px) {
  .gs-footer .gs-footer-grid.gs-second-footer-grid .gs-footer-col {
    width: 100%;
  }
}
.gs-footer .gs-footer-col {
  padding: 0 15px;
  margin-bottom: 25px;
}
@media (max-width: 950px) {
  .gs-footer .gs-footer-col {
    width: 33.33334%;
  }
}
@media (max-width: 640px) {
  .gs-footer .gs-footer-col {
    width: 50%;
  }
}
@media (max-width: 640px) {
  .gs-footer .gs-footer-col.gs-footer-col-contacts {
    width: 1000%;
  }
}
.gs-footer .gs-footer-col nav {
  display: block;
}
.gs-footer .gs-footer-col nav a {
  display: block;
  vertical-align: top;
  font-size: 12px;
  margin: 3px 0 10px;
  color: #6d6d6d;
  transition: all 0.5s;
}
.gs-footer .gs-footer-col-title {
  font-size: 12px;
  margin-bottom: 10px;
  font-weight: bold;
}
.gs-footer .gs-footer-contact li {
  display: block;
  margin: 3px 0 10px;
  color: #6d6d6d;
}
.gs-footer .gs-footer-contact li a {
  transition: all 0.5s;
}
.gs-footer .gs-footer-socials {
  margin-top: 15px;
  font-size: 0;
}
.gs-footer .gs-footer-socials li {
  display: inline-block;
  vertical-align: top;
  margin-right: 6px;
}
.gs-footer .gs-footer-socials li a {
  display: block;
  width: 25px;
  height: 25px;
  border-radius: 50px;
  font-size: 12px;
  text-align: center;
  line-height: 27px;
  transition: all 0.5s;
}
.gs-footer .gs-copy-right {
  font-size: 11px;
}
.gs-footer .gs-footer-marker {
  font-size: 11px;
  color: #6d6d6d;
  text-align: left;
  border-top: 1px solid;
  margin-top: 10px;
}
.gs-footer .gs-footer-marker .gs-footer-wrapper {
  padding: 15px 0 25px;
  border: none;
}
@media (max-width: 640px) {
  .gs-footer .gs-footer-marker span {
    display: block;
    margin-top: 10px;
  }
}
.gs-footer .gs-footer-marker span:nth-child(2) {
  float: right;
}
@media (max-width: 640px) {
  .gs-footer .gs-footer-marker span:nth-child(2) {
    float: none;
  }
}
.gs-footer .gs-footer-marker span a {
  transition: all 0.5s;
}
@media (min-width: 1025px) {
  .gs-footer .gs-footer-marker span a:hover {
    opacity: 0.7;
  }
}
.gs-footer .gs-payment-icon {
  margin-top: 16px;
  text-align: left;
  display: flex;
  flex-wrap: wrap;
}
.gs-footer .gs-payment-icon span {
  display: inline-flex;
  flex: 0 0 100%;
  max-width: 32px;
  padding-left: 0;
  margin: 0 5px 5px 0;
}
.gs-footer .gs-payment-icon span.gs-payment-paysera {
  max-width: 50px;
}
.gs-footer .gs-payment-icon span img {
  width: 100%;
  display: block;
}
.gs-footer .gs-store-info {
  margin-top: 5px;
  font-size: 12px;
}
.gs-footer .gs-footer-col-contacts {
  max-width: 300px;
}
.gs-footer .gs-news-letter-col {
  max-width: 290px;
}
@media (max-width: 950px) {
  .gs-footer .gs-news-letter-col {
    width: 100%;
    max-width: 100%;
  }
}
@media (max-width: 950px) {
  .gs-footer .gs-news-letter {
    padding: 15px 10px;
    border: 1px solid #d9d9d9;
    background-color: #f4f3f3;
  }
}
.gs-footer .gs-news-letter-sub-title {
  color: #6E6E6E;
}
.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: 30px;
  border: 1px solid #d3d3d3;
  box-shadow: none;
  background-color: #fff;
  padding: 0 10px;
  font-style: italic;
}
.gs-footer .gs-news-letter-mail.error {
  border-color: red;
}
.gs-footer .gs-new-letter-terms {
  margin: 10px 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 {
  margin: 10px 0 0;
  outline: none;
  border: none;
}
.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: 11px;
  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;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-style: italic;
  padding: 0 15px;
  text-align: center;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: all 0.5s;
}
@media (max-width: 950px) {
  .gs-footer .gs-new-letter-success {
    background-color: #f4f3f3;
  }
}
.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;
  transition: 0.5s all;
  padding: 10px 25px;
  font-size: 11px;
  font-weight: normal;
  text-transform: uppercase;
  position: relative;
  overflow: hidden;
  border-radius: 20px;
  overflow: hidden;
  outline: none !important;
  box-shadow: none !important;
  cursor: pointer;
  border: 0 !important;
}
.gs-view-more.small {
  padding: 6px 20px;
}
.gs-view-more.big {
  padding: 12px 33px;
}
.gs-view-more.loading {
  color: transparent !important;
  pointer-events: none;
}
.gs-view-more.loading:after {
  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-download {
  display: inline-block;
}
.gs-download strong {
  font-weight: 400;
  display: inline-block;
  vertical-align: middle;
  text-decoration: underline;
}
.gs-download span {
  display: inline-block;
  vertical-align: middle;
  font-size: 30px;
  margin-right: 5px;
}

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

.gs-read-more {
  display: inline-flex;
  align-items: center;
  line-height: 1;
}
.gs-read-more .icon {
  margin-left: 5px;
}

.gs-newpay-leasing.gs-overwrite {
  padding: 0 10px 10px;
  margin: -5px 0 0;
  display: block;
}
.gs-newpay-leasing.gs-overwrite .new-pay-btn {
  display: block;
  border-radius: 50px;
  padding: 4px 10px;
}
.gs-newpay-leasing.gs-overwrite img {
  max-width: 78px;
}

div#gs-iute-btn-prd.gs-overwrite {
  margin: 10px 0 0;
  padding: 10px;
  border: 1px solid #d9d9d9;
}
div#gs-iute-btn-prd.gs-overwrite .gs-iute-btn {
  display: block;
  border-radius: 50px;
}

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

.gs-product-detail .gs-product-box__buttons.overwrite {
  padding: 7px 10px;
  border: 1px solid #d9d9d9;
  margin: 10px 0 0;
  width: 100%;
}
.gs-product-detail .gs-product-box__buttons.overwrite .gs-compare-product-button {
  font-size: 12px;
  font-weight: bold;
  color: #414141;
}
.gs-product-detail .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;
  top: 0;
  left: -5px;
}
.gs-floated-grid .gs-product-box__buttons.overwrite .gs-compare-product-button {
  width: 32px;
  height: 32px;
  padding: 0;
  justify-content: center;
  align-items: center;
  background-color: #fff;
  border-radius: 50px;
  margin-bottom: 5px;
  pointer-events: all;
}
.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;
  opacity: 0.5;
  margin-right: 0;
}

.gs-add-to-wishlist {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  right: 5px;
  bottom: 5px;
  width: 17px;
  height: 17px;
  background: url("../images/icons/heart.svg") no-repeat center;
  background-size: contain;
  text-align: center;
  box-sizing: border-box;
  outline: none !important;
  border: none !important;
  cursor: pointer;
  z-index: 2;
}
.gs-add-to-wishlist.loading {
  pointer-events: none;
  opacity: 0.7;
}
.gs-add-to-wishlist ._is-in {
  position: absolute;
  top: 0;
  left: 0;
  font-size: 17px;
  width: 100%;
  height: 100%;
  color: var(--accentColor);
  opacity: 0;
}
.gs-add-to-wishlist ._is-in:before {
  transform: scale(0);
  display: inline-block;
}
.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;
  margin-bottom: 9px;
}
.gs-floated-grid .gs-grid-wrapper {
  margin: 0 -8px;
  z-index: 1;
}
@media (max-width: 640px) {
  .gs-floated-grid .gs-grid-wrapper {
    margin: 0 -5px;
  }
}
.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 8px;
  margin-bottom: 16px;
}
@media (max-width: 640px) {
  .gs-floated-grid .gs-grid-item {
    padding: 0 5px;
    margin-bottom: 10px;
  }
}
.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: 770px) {
  .gs-floated-grid.five-col .gs-grid-item {
    width: 25%;
  }
}
@media (max-width: 640px) {
  .gs-floated-grid.five-col .gs-grid-item {
    width: 50%;
  }
}
.gs-floated-grid .gs-item-data {
  padding: 10px;
  border: 1px solid;
  border-radius: 7px;
}
@media (max-width: 640px) {
  .gs-floated-grid .gs-item-data {
    padding: 5px;
  }
}
@media (min-width: 1025px) {
  .gs-floated-grid .gs-item-data:hover .gs-wq-btn-wrap {
    visibility: visible;
    opacity: 1;
  }
  .gs-floated-grid .gs-item-data:hover .gs-pattern {
    opacity: 0.6;
  }
  .gs-floated-grid .gs-item-data:hover .gs-item-image img {
    transform: scale(1.1);
  }
}
.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;
  z-index: 2;
  pointer-events: none;
}
.gs-floated-grid .gs-wq-btn-wrap .gs-qw-btn {
  display: none;
  vertical-align: middle;
  width: 32px;
  height: 32px;
  font-size: 14px;
  text-align: center;
  border-radius: 50px;
  pointer-events: all;
  cursor: pointer;
}
.gs-floated-grid .gs-wq-btn-wrap .gs-qw-btn span {
  position: relative;
  top: 8px;
}
.gs-floated-grid .gs-item-title {
  text-align: center;
  height: 31px;
  white-space: nowrap;
  overflow: hidden;
}
.gs-floated-grid .gs-item-title:before {
  content: "";
  width: 0;
  height: 100%;
  display: inline-block;
  vertical-align: middle;
}
.gs-floated-grid .gs-item-title-btn {
  font-size: 12.99px;
  font-weight: bold;
  white-space: normal;
  display: inline-block;
  vertical-align: middle;
  line-height: 15px;
}
.gs-floated-grid .gs-item-image {
  width: auto;
  height: 0;
  padding-top: 100%;
  margin-top: 5px;
}
.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;
  white-space: nowrap;
  overflow: hidden;
}
.gs-floated-grid .gs-item-image .gs-item-view:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 0;
  height: 100%;
}
.gs-floated-grid .gs-item-image img {
  max-height: 100%;
  max-width: 100%;
  display: inline-block;
  vertical-align: middle;
  transition: all 1s;
  backface-visibility: hidden;
}
.gs-floated-grid .gs-item-text {
  padding: 15px 0;
  text-align: center;
}
.gs-floated-grid .gs-item-price {
  text-align: center;
  font-weight: normal;
  margin-top: 10px;
  white-space: nowrap;
  height: 40px;
  overflow: hidden;
}
.gs-floated-grid .gs-item-price:before {
  content: "";
  display: inline-block;
  vertical-align: bottom;
  width: 0;
  height: 100%;
}
.gs-floated-grid .gs-item-price a {
  display: inline-block;
  vertical-align: bottom;
  white-space: normal;
  text-align: center;
}
.gs-floated-grid .gs-item-price span {
  display: block;
  font-weight: 600;
  vertical-align: bottom;
  font-size: 16px;
  white-space: nowrap;
  letter-spacing: -0.5px;
}
@media (max-width: 640px) {
  .gs-floated-grid .gs-item-price span {
    font-size: 15px;
  }
}
.gs-floated-grid .gs-item-price span.gs-old-price {
  font-size: 12.99px;
  text-decoration: line-through;
  color: #757575;
}
.gs-floated-grid .gs-pr-buy-btn {
  margin-top: 10px;
}

.gs-tags {
  position: absolute;
  top: 0;
  right: -5px;
  pointer-events: none;
  z-index: 1;
}
.gs-tags .gs-tag {
  font-size: 11px;
  text-align: center;
  border-radius: 50px;
  margin-bottom: 4px;
  width: 32px;
  height: 32px;
}
.gs-tags .gs-tag .icon {
  display: block;
}
.gs-tags .gs-tag em {
  position: absolute;
  top: 50%;
  left: 0;
  display: block;
  width: 100%;
  transform: translateY(-50%);
  font-size: 14px;
  font-style: normal;
  font-weight: normal;
}
.gs-tags .gs-tag.gs-new em {
  font-size: 9px;
}

.gs-grid-controlls {
  text-align: center;
  padding: 15px;
}
@media (max-width: 640px) {
  .gs-grid-controlls {
    padding: 15px 15px 60px;
  }
}
.gs-grid-controlls a {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 45px;
  height: 45px;
  line-height: 37px;
  text-align: center;
  font-size: 20px;
  transition: all 0.5s;
  border: 2px solid;
}
@media (max-width: 640px) {
  .gs-grid-controlls a {
    position: absolute;
    top: 100%;
    margin-top: -45px;
  }
  .gs-grid-controlls a.gs-owl-prev {
    left: 50%;
    margin-left: -55px;
  }
  .gs-grid-controlls a.gs-owl-next {
    right: 50%;
    margin-right: -55px;
  }
}
.gs-grid-controlls a span {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  font-weight: bold;
  z-index: 1;
}
.gs-grid-controlls a:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  transition: all 0.5s cubic-bezier(1, 0, 0, 1);
  z-index: 0;
}
@media (min-width: 1025px) {
  .gs-grid-controlls a:hover:after {
    width: 100%;
    height: 100%;
  }
}
.gs-grid-controlls h5 {
  display: inline-block;
  vertical-align: middle;
  margin: 0 55px;
}
@media (max-width: 640px) {
  .gs-grid-controlls h5 {
    margin: 0;
  }
}

.gs-grid-banners {
  position: relative;
  width: 100%;
  height: auto;
  max-width: 1020px;
  padding: 0 15px;
  margin: 0 auto;
}
.gs-grid-banners .gs-grid-wrap {
  width: 100%;
  display: block;
}
.gs-grid-banners .gs-item-wrap {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.gs-grid-banners .gs-item-wrap .gs-background {
  transition: all 0.5s;
}
@media (min-width: 1025px) {
  .gs-grid-banners .gs-item-wrap:hover .gs-background {
    transform: scale(1.1);
  }
}
.gs-grid-banners .gs-item {
  position: relative;
  width: 100%;
  height: 680px;
}
@media (max-width: 770px) {
  .gs-grid-banners .gs-item {
    height: auto;
  }
}
.gs-grid-banners .gs-item-data {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
@media (max-width: 770px) {
  .gs-grid-banners .gs-item-data {
    position: relative;
    padding: 70px 0 170px;
  }
}
@media (max-width: 440px) {
  .gs-grid-banners .gs-item-data {
    position: relative;
    padding: 70px 0 110px;
  }
}
.gs-grid-banners .gs-item-data .gs-text-wrap {
  position: relative;
  top: 110px;
  width: 100%;
  height: auto;
  padding: 40px;
  text-align: left;
  max-width: 580px;
  display: inline-block;
}
@media (max-width: 1025px) {
  .gs-grid-banners .gs-item-data .gs-text-wrap {
    padding: 30px;
  }
}
@media (max-width: 770px) {
  .gs-grid-banners .gs-item-data .gs-text-wrap {
    top: 0;
    max-width: 65%;
  }
}
@media (max-width: 640px) {
  .gs-grid-banners .gs-item-data .gs-text-wrap {
    max-width: 75%;
  }
}
.gs-grid-banners .gs-item-data .gs-text-wrap h6 {
  font-weight: 400;
  font-size: 38px;
}
@media (max-width: 770px) {
  .gs-grid-banners .gs-item-data .gs-text-wrap h6 {
    font-size: 30px;
  }
}
.gs-grid-banners .gs-item-data .gs-text-wrap span {
  display: block;
  overflow: hidden;
  font-size: 14px;
  line-height: 18px;
  margin-top: 15px;
}
.gs-grid-banners .gs-item-data .gs-text-wrap a {
  margin-top: 15px;
}

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

.gs-tabs-body .gs-tab-content {
  position: relative;
  margin-top: 5px;
}
.gs-tabs-body .gs-tab-content.active .gs-tab-wrap {
  display: block;
}
.gs-tabs-body .gs-tab-wrap {
  padding: 15px 8px;
  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 {
  width: 100%;
  display: block;
  padding: 8px 10px;
  font-size: 12px;
  position: relative;
  cursor: pointer;
}
.gs-tabs-body .gs-mobile-title .thick {
  position: absolute;
  top: 50%;
  right: 9px;
  margin-top: -10px;
  width: 20px;
  height: 20px;
  border-radius: 50px;
  transition: all 0.5s;
  font-size: 10px;
  text-align: center;
  line-height: 20px;
}
.gs-tabs-body .gs-tab-table {
  display: table;
  width: 100%;
  border: solid;
  border-width: 0 1px 1px 1px;
}
.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: 5px 8px;
  border: solid;
  border-width: 1px 1px 0 0;
  font-size: 12px;
}
.gs-tabs-body .gs-tab-table .gs-tab-cell:nth-child(even) {
  border-width: 1px 0 0 0;
}
.gs-tabs-body .gs-tab-table .gs-tab-cell span {
  display: block;
}

.gs-add-cart-form {
  display: inline-block;
  vertical-align: top;
  width: 45%;
}
@media (max-width: 640px) {
  .gs-add-cart-form {
    position: relative;
    width: 100%;
    height: auto;
    padding-left: 0;
    margin-top: 10px;
  }
}
.gs-add-cart-form .gs-product-add-to-wishlist {
  margin-right: 5px;
}
.gs-add-cart-form .gs-product-add-to-wishlist ._is-in-wishlist {
  display: none;
}
.gs-add-cart-form .gs-product-add-to-wishlist .icon {
  font-size: 18px;
  display: block;
}
.gs-add-cart-form .gs-product-add-to-wishlist.loading {
  pointer-events: none;
  opacity: 0.5;
}
.gs-add-cart-form .gs-product-add-to-wishlist ._is-in-wishlist {
  display: none;
}
.gs-add-cart-form .gs-product-add-to-wishlist ._is-in-wishlist:before {
  transform: scale(0);
  display: inline-block;
}
.gs-add-cart-form .gs-product-add-to-wishlist.active ._is-in-wishlist {
  display: block;
}
.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-product-add-to-wishlist.active ._is-not-wishlist {
  display: none;
}

.gs-cart-form {
  position: relative;
  width: 100%;
}
.gs-cart-form .gs-cart-preload {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 6;
  background: #fff;
  text-align: center;
  visibility: hidden;
  opacity: 0;
  transition: all 0.5s cubic-bezier(1, 0, 0, 1);
}
.gs-cart-form .gs-cart-preload.active {
  visibility: visible;
  opacity: 1;
}
.gs-cart-form .gs-cart-preload span {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: auto;
  display: block;
  margin-top: -15px;
  text-align: center;
  font-size: 26px;
  animation: blink 0.5s infinite;
}
.gs-cart-form .gs-cart-preload strong {
  position: absolute;
  top: 0;
  left: 100%;
  width: 100%;
  height: 100%;
  font-size: 12px;
  font-weight: normal;
  text-align: center;
  display: table;
  text-transform: none;
  padding: 0 5px;
}
.gs-cart-form .gs-cart-preload strong em {
  display: table-cell;
  vertical-align: middle;
  font-style: normal;
}
.gs-cart-form .gs-order-form {
  border: 1px solid;
  position: relative;
  overflow-x: hidden;
}
.gs-cart-form .gs-form-title {
  padding: 7px 10px;
}
.gs-cart-form .gs-form-title span {
  display: inline-block;
  vertical-align: middle;
  font-size: 12px;
  font-weight: bold;
}
.gs-cart-form .gs-form-title span.icon {
  font-size: 16px;
  margin-right: 5px;
  font-weight: normal;
}
.gs-cart-form .gs-pr-price {
  font-size: 20px;
  margin-bottom: 10px;
}
.gs-cart-form .gs-pr-price span {
  text-decoration: line-through;
  font-size: 14px;
  font-weight: normal;
  white-space: nowrap;
}
.gs-cart-form .gs-pr-price strong {
  white-space: nowrap;
}
.gs-cart-form .item-info {
  font-size: 11px;
  margin-bottom: 10px;
}
.gs-cart-form .item-info li {
  display: block;
}
.gs-cart-form .item-info strong {
  font-size: 12.99px;
}
.gs-cart-form .gs-form-actions {
  padding: 20px 10px;
}
.gs-cart-form .gs-select-wrap {
  width: 100%;
  height: auto;
  display: block;
  margin: 0 0 10px;
}
.gs-cart-form .gs-select-wrap label {
  display: block;
  font-size: 12px;
  cursor: pointer;
  margin-bottom: 5px;
}
.gs-cart-form .gs-select-wrap .gs-select-tick {
  position: absolute;
  right: 1px;
  bottom: 1px;
  width: 23px;
  height: 23px;
  z-index: 5;
  text-align: center;
  pointer-events: none;
  border-left: none;
}
.gs-cart-form .gs-select-wrap .gs-select-tick span {
  display: inline-block;
  width: 70%;
  height: 70%;
  position: absolute;
  top: 15%;
  left: 15%;
}
.gs-cart-form .gs-select-wrap .gs-select-tick span em {
  font-size: 10px;
  display: block;
  text-align: center;
  position: relative;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.gs-cart-form .gs-select-wrap select {
  width: 100%;
  height: 25px;
  padding: 0 5px;
  font-size: 12px;
  border: 1px solid;
}
.gs-cart-form .gs-select-wrap select:focus {
  outline: none;
}
.gs-cart-form .gs-freetext-wrap {
  width: 100%;
  height: auto;
  display: block;
  margin: 0 0 10px;
}
.gs-cart-form .gs-freetext-wrap label {
  display: block;
  font-size: 12px;
  cursor: pointer;
  margin-bottom: 5px;
}
.gs-cart-form .gs-freetext-wrap input[type=text] {
  width: 100%;
  height: 25px;
  padding: 0 5px;
  font-size: 12px;
  border: 1px solid;
}
.gs-cart-form .gs-freetext-wrap input[type=text]:focus {
  outline: none;
}
.gs-cart-form .gs-item-data {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}
.gs-cart-form .gs-item-sum {
  display: inline-block;
  vertical-align: bottom;
  margin-right: 15px;
}
.gs-cart-form .gs-item-sum .item-qtty-label {
  display: block;
  font-size: 12px;
  margin-bottom: 5px;
}
.gs-cart-form .gs-item-sum input {
  width: 65px;
  height: 25px;
  padding: 0 5px;
  font-size: 12px;
  border: 1px solid;
}
.gs-cart-form .gs-submit-cart {
  display: inline-flex;
}
.gs-cart-form .gs-submit-cart .gs-view-more {
  padding: 8px 30px;
}
.gs-cart-form .gs-submit-cart .gs-view-more span {
  display: inline-block;
  vertical-align: middle;
}
.gs-cart-form .gs-submit-cart .gs-view-more span.icon {
  font-size: 16px;
  margin-right: 5px;
}
.gs-cart-form .gs-leasing-btn {
  border-radius: 0 !important;
}

.gs-cart-error {
  position: relative;
  margin-top: 10px;
  display: none;
}
.gs-cart-error span {
  display: block;
  text-align: left;
  font-size: 12px;
}
.gs-cart-error span em {
  display: inline-block;
  font-size: 12px;
  margin-right: 5px;
}

.gs-fast-order.gs-overwrite {
  text-align: right;
  border-radius: 0;
  margin-top: 10px;
  padding: 0 10px 20px 10px;
  border: 1px solid;
}
@media (max-width: 1025px) {
  .gs-fast-order.gs-overwrite {
    text-align: left;
  }
}
.gs-fast-order.gs-overwrite form {
  position: relative;
  width: 100%;
  height: auto;
}
.gs-fast-order.gs-overwrite strong {
  font-size: 12px;
  text-align: left;
  margin: 0 -10px;
  padding: 7px 10px;
  font-weight: bold;
  font-family: "Open Sans", sans-serif;
  position: relative;
}
.gs-fast-order.gs-overwrite strong em {
  display: inline-block;
  vertical-align: baseline;
  font-size: 12px;
  font-style: normal;
  text-transform: lowercase;
  font-weight: bold;
}
.gs-fast-order.gs-overwrite input.gs-text-fld {
  width: 100%;
  height: 25px;
  border-radius: 0;
  display: block;
  margin: 0 0 10px;
  font-size: 12px;
  padding: 0 5px;
  font-weight: normal;
  font-style: normal;
  font-family: "Open Sans", sans-serif;
  margin-top: 20px;
}
.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: 0;
  padding: 8px 30px;
  font-size: 12px;
  border-radius: 20px;
  width: auto;
  font-family: "Open Sans", sans-serif;
  font-weight: 500;
}
.gs-fast-order.gs-overwrite .gs-gdpr-checkbox {
  font-family: "Open Sans", sans-serif;
  margin: 0 0 10px;
}

.gs-sidebar {
  width: 215px;
  height: auto;
  float: left;
  margin-right: 16px;
  margin-bottom: 25px;
}
@media (max-width: 1025px) {
  .gs-sidebar {
    width: auto;
    height: auto;
    float: none;
    margin-right: 0;
    margin-bottom: 0;
  }
}

.gs-sidebar-filters {
  margin-top: 16px;
}
@media (max-width: 1025px) {
  .gs-sidebar-filters {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #fff;
    overflow: hidden;
    z-index: 20;
    margin-top: 0;
    display: none;
  }
}
.gs-sidebar-filters .gs-close-filters {
  z-index: 1;
  display: none;
}
@media (max-width: 1025px) {
  .gs-sidebar-filters .gs-close-filters {
    display: block;
  }
}
.gs-sidebar-filters .gs-close-filters .gs-filter-info {
  display: inline-block;
  padding: 12px 10px;
  font-size: 14px;
}
.gs-sidebar-filters .gs-close-filters .icon {
  position: absolute;
  top: 10px;
  right: 10px;
  font-size: 18px;
  font-weight: bold;
  color: #fff;
}

.gs-open-filter {
  position: relative;
  width: 100%;
  display: none;
}
@media (max-width: 1025px) {
  .gs-open-filter {
    display: block;
    border-radius: 20px;
    border: 1px solid;
    font-size: 12px;
    padding: 5px 10px;
    margin-bottom: 16px;
  }
}
.gs-open-filter strong {
  position: absolute;
  top: 5px;
  right: 5px;
  font-size: 18px;
  font-weight: normal;
  transform: rotate(90deg);
  color: #939393;
}

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

@media (max-width: 1025px) {
  .gs-cat-filters {
    width: 100%;
    height: calc(100% - 43px);
    padding: 5px;
  }
}
.gs-cat-filters .gs-cat-title {
  font-size: 12px;
  padding: 7px 10px;
  font-weight: normal;
  border-radius: 7px 7px 0 0;
  border: solid;
  border-width: 1px 1px 0 1px;
}

@media (max-width: 1025px) {
  .gs-cat-filters-form {
    width: 100%;
    height: 100%;
    overflow: auto;
    padding: 50px 0;
  }
}

.gs-apply-filters {
  display: none;
}
@media (max-width: 1025px) {
  .gs-apply-filters {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: auto;
    text-align: center;
    background: #fff;
    padding: 5px 10px;
    border-top: 1px solid #d9d9d9;
    display: block;
  }
}

.gs-cat-labels {
  max-height: 165px;
  overflow: hidden;
  border: 1px solid;
}
@media (max-width: 1025px) {
  .gs-cat-labels {
    max-height: inherit;
  }
}
.gs-cat-labels .gs-labels-wrap {
  width: 100%;
  height: 100%;
  padding: 10px;
}
.gs-cat-labels a {
  display: block;
}
.gs-cat-labels strong {
  display: block;
  margin-bottom: 5px;
  font-weight: normal;
  font-size: 12px;
}
.gs-cat-labels label {
  display: block;
  padding: 0 0 7px 22px;
  cursor: pointer;
  font-size: 12px;
}
.gs-cat-labels label:last-child {
  padding: 0 0 0 22px;
}
.gs-cat-labels label.active span:before {
  display: block;
}
.gs-cat-labels label span {
  position: absolute;
  top: 0;
  left: 0;
  width: 14px;
  height: 14px;
  border: 1px solid;
}
.gs-cat-labels label span:before {
  content: "\E91C";
  font-family: "icomoon" !important;
  speak: none;
  font-size: 14px;
  position: absolute;
  top: -3px;
  left: 2px;
  display: none;
}
.gs-cat-labels label.no-products {
  pointer-events: none;
  opacity: 0.4;
}
.gs-cat-labels label.no-products:before {
  content: "x";
  font-size: 14px;
  position: absolute;
  top: -3px;
  left: 4px;
}
.gs-cat-labels input {
  display: none;
}

.gs-cat-inline label {
  font-family: "Open Sans", serif;
  display: inline-block;
  vertical-align: middle;
  font-size: 14px;
  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-clear-filters {
  padding: 10px 3px;
  margin: -10px 0 0;
}
@media (max-width: 1025px) {
  .gs-clear-filters {
    margin: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    padding: 10px;
    background-color: #fff;
    border-bottom: 1px solid #d9d9d9;
  }
}
.gs-clear-filters .gs-clear-filters-btn {
  font-size: 12px;
  font-weight: normal;
  transition: all 0.5s;
}
@media (min-width: 1025px) {
  .gs-clear-filters .gs-clear-filters-btn:hover {
    opacity: 0.7;
  }
}
.gs-clear-filters .gs-clear-filters-btn span {
  display: inline-block;
  vertical-align: middle;
}
.gs-clear-filters .gs-clear-filters-btn span.icon {
  font-size: 16px;
  margin-right: 5px;
  margin-bottom: 2px;
}

.gs-price-slider {
  position: absolute;
  top: 4px;
  left: 0;
  width: 270px;
  height: 20px;
  padding-left: 70px;
  z-index: 3;
}
@media (max-width: 770px) {
  .gs-price-slider {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    padding: 0 70px;
    margin-top: 25px;
    z-index: 1;
  }
}
.gs-price-slider span.gs-price-title {
  position: absolute;
  top: 0;
  left: 0;
  font-size: 12px;
}
.gs-price-slider .gs-slider-ui-wrap {
  width: 100%;
  height: 100%;
  margin: 10px 0 0px;
}

.noUi-horizontal {
  height: 3px;
}

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

.gs-iu-value {
  position: absolute;
  bottom: 12px;
  font-size: 12px;
  white-space: nowrap;
  color: #757575;
}
.gs-iu-value.gs-min-value {
  right: 100%;
  margin-right: 20px;
}
.gs-iu-value.gs-max-value {
  left: 100%;
  margin-left: 20px;
}

.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: 15px;
}

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

.mCSB_scrollTools {
  position: absolute;
  width: 4px;
  height: 90%;
  left: auto;
  top: 5%;
  right: 5px;
  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: 4px;
  border-radius: 16px;
}

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

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

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

.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;
  margin-top: -20px;
}
.gs-shop-gallery .gs-close-gallery {
  position: absolute;
  top: 15px;
  right: 15px;
  z-index: 2;
  font-size: 0;
  visibility: hidden;
  opacity: 0;
}
@media (max-width: 1025px) {
  .gs-shop-gallery .gs-close-gallery {
    top: 10px;
    right: 10px;
  }
}
.gs-shop-gallery .gs-close-gallery .icon {
  display: inline-block;
  vertical-align: middle;
  font-size: 22px;
  padding: 5px 8px;
  cursor: pointer;
  background-color: #fff;
  border: none;
  outline: none;
  box-shadow: none;
  transition: all 0.5s;
}
@media (min-width: 1025px) {
  .gs-shop-gallery .gs-close-gallery .icon:hover {
    opacity: 0.7;
  }
}
@media (max-width: 1025px) {
  .gs-shop-gallery .gs-close-gallery .icon {
    font-size: 16px;
  }
}
.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 10px;
  }
}
.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 .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: 100%;
    margin-top: -36px;
  }
}
.gs-shop-gallery .gs-swiper-nav span {
  position: absolute;
  top: 0;
  display: inline-block;
  font-size: 22px;
  padding: 5px;
  background-color: #fff;
  cursor: pointer;
  transition: all 0.5s;
}
@media (min-width: 1025px) {
  .gs-shop-gallery .gs-swiper-nav span:hover {
    opacity: 0.7;
  }
}
@media (max-width: 1025px) {
  .gs-shop-gallery .gs-swiper-nav span {
    font-size: 16px;
  }
}
.gs-shop-gallery .gs-swiper-nav span.gs-sw-prev {
  left: 15px;
}
@media (max-width: 1025px) {
  .gs-shop-gallery .gs-swiper-nav span.gs-sw-prev {
    left: 10px;
  }
}
.gs-shop-gallery .gs-swiper-nav span.gs-sw-next {
  right: 15px;
}
@media (max-width: 1025px) {
  .gs-shop-gallery .gs-swiper-nav span.gs-sw-next {
    right: 10px;
  }
}

.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: 9999992;
  text-align: center;
  padding: 50px 0;
  width: calc(100% - 20px);
  max-width: 480px;
}
.gmbStdMsg .gmbStdMsgContent {
  max-width: 490px;
  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;
}

.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;
}
.gs-load-more .gs-view-more {
  margin: 20px 0;
}
.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: 18px;
  height: 18px;
  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 {
  text-align: right;
}
.gs-pagination.active {
  display: block;
}
.gs-pagination.static {
  pointer-events: none;
}
.gs-pagination .gs-pagination-nav {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.gs-pagination .gs-paging-space {
  font-size: 14px;
  margin: 0 0 5px 5px;
  font-size: 14px;
  margin: 0 0 5px 5px;
  align-self: center;
}
.gs-pagination a {
  width: 20px;
  height: 20px;
  border-radius: 50px;
  font-size: 10px;
  text-align: center;
  margin: 0 0 5px 5px;
  line-height: 19px;
  transition: all 0.5s;
}
.gs-pagination a.gs-page-next {
  font-size: 0;
}
.gs-pagination a.gs-page-next:after {
  content: "\E909";
  font-size: 10px;
  position: relative;
  top: 5px;
  font-family: "icomoon", sans-serif !important;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -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: "\E90D";
  font-size: 10px;
  position: relative;
  top: 5px;
  font-family: "icomoon", sans-serif !important;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.gs-load-page-preloader {
  position: relative;
  margin: 20px 0;
  text-align: center;
  display: none;
}
.gs-load-page-preloader.active {
  display: block;
}
.gs-load-page-preloader .gs-loader {
  border: 2px solid;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  margin: 0 auto; /* Safari */
  animation: spin 1s linear infinite;
}

.__gs-back-top-btn {
  display: none;
  pointer-events: all;
  outline: none;
  box-shadow: none;
  border: 0;
}
.__gs-back-top-btn .icon {
  display: inline-block;
  transform: rotate(-90deg);
}
.__gs-back-top-btn:focus {
  outline: none;
  box-shadow: none;
}

/* Spinner Animation */
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.gs-reviews-component {
  padding: 16px;
  border: 1px solid #d9d9d9;
  border-radius: 10px;
}
.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: "Open Sans", serif;
  font-size: 18px;
}
.gs-product-review-container .reviews-count {
  margin: 0 0 0 5px;
  opacity: 0;
  color: #999999;
  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;
}
.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(--accentColor);
  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: 1rem;
  padding-top: 1rem;
  border-top: 1px solid #d9d9d9;
}
.gs-product-review-container .gs-verified-review {
  padding: 3px 6px;
  font-size: 11px;
  background-color: var(--accentColor);
  color: #fff;
  margin: 0 0 0 10px;
  display: inline-block;
  vertical-align: bottom;
  white-space: nowrap;
}
.gs-product-review-container .gs-person-name {
  font-family: "Open Sans", 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: #c7c7c7;
  text-shadow: 0 0 2px #c7c7c7;
  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: #999999;
  font-size: 12px;
}
.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(--accentColor);
  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: 1rem;
  padding-top: 1rem;
  border-top: 1px solid #d9d9d9;
}
.gs-review-form-wrapper .gs-view-more {
  outline: none !important;
  box-shadow: none !important;
  border: 0 !important;
}
.gs-review-form-wrapper .gs-view-more.loading {
  pointer-events: none;
  color: transparent;
}
.gs-review-form-wrapper .gs-view-more.loading:after {
  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;
  text-transform: uppercase;
  font-size: 10px;
  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: #c7c7c7;
  text-shadow: 0 0 2px #c7c7c7;
  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: #c7c7c7 !important;
  text-shadow: 0 0 2px #c7c7c7 !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: #c7c7c7;
  text-shadow: 0 0 2px #c7c7c7;
  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: 12px;
  color: #737373;
}

.gs-reviews-filter {
  display: inline-flex;
  position: relative;
  justify-content: flex-end;
  font-size: 12px;
}
.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 #d9d9d9;
  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);
  }
}
/* Main Banner Slider */
.gs-main-banner {
  position: relative;
  width: 100%;
  height: 335px;
  overflow: hidden;
  margin-bottom: 25px;
}

.gs-top-slider {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  border: 1px solid;
  border-radius: 10px;
}
.gs-top-slider .gs-slides {
  position: relative;
  overflow: hidden;
  backface-visibility: hidden;
  opacity: 0;
  pointer-events: none;
}
.gs-top-slider .gs-slides.active {
  pointer-events: all;
}
.gs-top-slider .gs-slides.active .gs-slider-text h2, .gs-top-slider .gs-slides.active .gs-slider-text .gs-view-more {
  pointer-events: all;
}
@media (min-width: 1025px) {
  .gs-top-slider .gs-slides:hover .gs-background {
    transform: scale(1.05);
  }
}
.gs-top-slider .gs-background {
  backface-visibility: hidden;
  transition: all 1s;
}
.gs-top-slider .gs-slider-text {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  max-width: 450px;
  white-space: nowrap;
  pointer-events: none;
}
.gs-top-slider .gs-slider-text:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 0;
  height: 100%;
}
.gs-top-slider .gs-slider-text .gs-text-container {
  display: inline-block;
  vertical-align: middle;
  white-space: normal;
  width: 100%;
  padding: 25px;
}
.gs-top-slider .gs-slider-text h2 {
  font-size: 38px;
}
@media (max-width: 640px) {
  .gs-top-slider .gs-slider-text h2 {
    font-size: 30px;
  }
}
.gs-top-slider .gs-slider-text p {
  margin: 15px 0 0;
  font-size: 12px;
  color: #393939;
}
.gs-top-slider .gs-slider-text .gs-read-more-bnr {
  margin-top: 15px;
}
.gs-top-slider .gs-nav-dots {
  position: absolute;
  bottom: 20px;
  left: 0;
  width: 100%;
  height: auto;
  text-align: right;
  z-index: 1;
  padding: 0 20px;
}
.gs-top-slider .gs-nav-dots .swiper-pagination-bullet {
  display: inline-block;
  vertical-align: middle;
  border: 1px solid;
  position: relative;
  width: 14px;
  height: 14px;
  margin: 0 8px 0 0;
  border-radius: 50px;
  backface-visibility: hidden;
  opacity: 1;
}
.gs-top-slider .gs-nav-dots .swiper-pagination-bullet:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50px;
  backface-visibility: hidden;
}

.gs-banners-grid {
  margin: 0 -8px;
  font-size: 0;
  margin-bottom: 9px;
}
.gs-banners-grid .gs-banner-item {
  font-size: 12px;
  display: inline-block;
  vertical-align: top;
  width: 50%;
  padding: 0 8px;
  margin-bottom: 15px;
}
@media (max-width: 640px) {
  .gs-banners-grid .gs-banner-item {
    width: 100%;
  }
}
@media (min-width: 1025px) {
  .gs-banners-grid .gs-banner-item:hover .gs-background {
    opacity: 0.7;
  }
}
.gs-banners-grid .gs-item-data {
  position: relative;
  width: 100%;
  height: 202px;
  overflow: hidden;
  padding: 5px;
  border-radius: 10px;
  border: 1px solid;
}
.gs-banners-grid .gs-item-image {
  position: relative;
  width: 100%;
  height: 100%;
}
.gs-banners-grid .gs-background {
  border-radius: 10px;
  transition: opacity 0.5s;
}
.gs-banners-grid .gs-banner-text {
  position: absolute;
  top: 0;
  left: 0;
  padding: 10px;
  white-space: nowrap;
  width: 100%;
  height: 100%;
  text-align: center;
  pointer-events: none;
}
.gs-banners-grid .gs-banner-text:before {
  content: "";
  width: 0;
  height: 100%;
  display: inline-block;
  vertical-align: middle;
}
.gs-banners-grid .gs-banner-text-fill {
  white-space: normal;
  display: inline-block;
  vertical-align: middle;
  text-align: center;
}
.gs-banners-grid .__gs-banner-title {
  font-size: 24px;
  font-weight: bold;
}
.gs-banners-grid .__gs-banner-btn {
  margin: 10px 0 0;
  pointer-events: all;
}

/* 6. Page-specific styles */
.gs-home-about-us-content {
  margin-bottom: 25px;
  padding: 25px;
  border: 1px solid;
  border-radius: 7px;
}

.__gs-home-about-title {
  font-size: 24px;
  color: #6d6d6d;
  max-width: 750px;
}

.__gs-home-about-text {
  font-size: 12px;
  color: #323232;
  margin-top: 16px;
  max-width: 750px;
}

.__gs-home-news-title {
  margin-bottom: 16px;
  position: relative;
}
.__gs-home-news-title span {
  display: inline-block;
  padding: 11px 32px;
  font-size: 14px;
  border-radius: 7px 7px 0 0;
}
.__gs-home-news-title:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
}

.filter-preloader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.4);
  display: none;
  z-index: 100;
  justify-content: center;
  align-items: center;
}
.filter-preloader.active {
  display: flex;
}

.gs-products-container .gs-page-title {
  margin-top: 0;
}

.gs-cat-filter {
  position: relative;
  z-index: 2;
  margin-bottom: 16px;
}
.gs-cat-filter form {
  position: relative;
  text-align: right;
}
.gs-cat-filter .gs-fake-select {
  width: 170px;
  height: auto;
  display: inline-block;
  vertical-align: middle;
  text-align: left;
}
@media (max-width: 640px) {
  .gs-cat-filter .gs-fake-select {
    width: 100%;
  }
}
.gs-cat-filter .gs-select-head {
  position: relative;
  width: 100%;
  height: auto;
  cursor: pointer;
  padding: 6px 30px 6px 10px;
  border-radius: 20px;
  transition: all 0.5s;
}
.gs-cat-filter .gs-select-head span {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 12px;
  display: block;
}
.gs-cat-filter .gs-select-head em {
  position: absolute;
  top: 50%;
  right: 6px;
  width: 20px;
  height: 20px;
  font-style: normal;
  font-size: 10px;
  margin-top: -11px;
  border-radius: 50px;
  text-align: center;
  line-height: 22px;
}
.gs-cat-filter .gs-select-body {
  position: absolute;
  top: 100%;
  right: 0;
  width: 200px;
  height: auto;
  border-radius: 7px;
  overflow: hidden;
  display: none;
  border: 1px solid;
  margin-top: 2px;
}
@media (max-width: 640px) {
  .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 {
  display: block;
  font-size: 12px;
  padding: 8px 10px;
  cursor: pointer;
  transition: all 0.5s;
}
.gs-cat-filter .gs-select-body .gs-fake-option input {
  display: none;
}

.gs-no-items {
  padding: 40px 0;
  text-align: center;
  pointer-events: none;
}
.gs-no-items h5 {
  font-size: 12.99px;
}

/*About us page*/
.gs-floated-grid.gs-about-grid {
  text-align: left;
}
.gs-floated-grid.gs-about-grid .gs-grid-wrap {
  margin: 0 -8px;
  font-size: 0;
}
.gs-floated-grid.gs-about-grid .gs-grid-item {
  max-width: 166px;
  margin: 16px 0 0;
  padding: 0 8px;
}
.gs-floated-grid.gs-about-grid img {
  width: 100%;
  padding: 3px;
  border: 1px solid;
  border-radius: 5px;
}

.gs-about-detail-gallery {
  margin-top: 10px;
}
.gs-about-detail-gallery .__gs-home-news-title {
  margin-bottom: 0;
}

.gs-about-media {
  margin-top: 16px;
  padding-top: 16px;
  border-top: 1px solid;
}
.gs-about-media .gs-video-title {
  font-size: 18px;
  margin-bottom: 10px;
}
.gs-about-media .gs-about-video {
  position: relative;
  width: 50%;
  height: auto;
  float: left;
  padding-right: 25px;
  margin-bottom: 16px;
}
@media (max-width: 770px) {
  .gs-about-media .gs-about-video {
    width: 100%;
    float: none;
    padding-right: 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-detail-image {
  float: left;
  max-width: 50%;
  padding-right: 25px;
  margin-bottom: 16px;
}
@media (max-width: 770px) {
  .gs-about-detail-image {
    width: 100%;
    float: none;
    padding-right: 0;
    max-width: 100%;
  }
}
.gs-about-detail-image img {
  max-width: 100%;
}

.gs-about-detail-content {
  margin-top: 20px;
}

.gs-about-detail-text .gs-about-detail-title.gs-404-error-title h1 {
  font-size: 60px;
}

.gs-contacts-details {
  font-size: 0;
  margin-top: 15px;
}

/* Contacts page */
.gs-google-map {
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: 50%;
  height: 380px;
  margin-bottom: 25px;
}
@media (max-width: 770px) {
  .gs-google-map {
    width: 100%;
    height: 380px;
  }
}
.gs-google-map div {
  position: initial;
}

.gs-contacts-main {
  display: inline-block;
  vertical-align: top;
  width: 50%;
  padding-right: 50px;
}
@media (max-width: 770px) {
  .gs-contacts-main {
    width: 100%;
    padding-right: 0;
  }
}

.gs-contact-book {
  font-size: 12px;
  margin-bottom: 25px;
}
.gs-contact-book .gs-contact-item {
  margin-bottom: 15px;
}
.gs-contact-book strong {
  display: block;
  font-size: 12px;
  margin-bottom: 5px;
}
.gs-contact-book a {
  text-decoration: underline;
}

.gs-contacts-text {
  font-size: 12px;
  max-width: 650px;
}
.gs-contacts-text p {
  padding: 0 0 10px;
}

.gs-contact-form {
  margin-bottom: 25px;
  max-width: 450px;
}
.gs-contact-form .__gs-contanct-form-title {
  font-size: 18px;
}
.gs-contact-form .gs-field-box {
  margin-top: 16px;
}
.gs-contact-form input.gs-text-fld {
  border: 1px solid;
  width: 100%;
  height: 26px;
  padding: 0 10px;
  font-size: 12px;
}
.gs-contact-form .gs-textarea-fld {
  width: 100%;
  height: 80px;
  border: 1px solid;
  padding: 10px;
  font-size: 12px;
}
.gs-contact-form .gs-view-more {
  border: none;
  outline: none;
}
.gs-contact-form .gs-error-msg {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: auto;
  text-align: center;
  z-index: 1;
  padding: 10px;
  font-size: 12px;
  display: none;
  border-radius: 7px;
}
.gs-contact-form .gs-success-msg {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: auto;
  text-align: center;
  z-index: 1;
  padding: 10px;
  font-size: 12px;
  display: none;
  border-radius: 7px;
}
.gs-contact-form .gs-success-msg span {
  display: block;
  padding: 0 20px;
}
.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: 1px;
  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: 25px;
  font-size: 12px;
}

.gs-product-detail {
  margin-top: 10px;
}

.gs-item-detail {
  font-size: 0;
  width: auto;
  overflow: hidden;
  padding: 16px;
  border: 1px solid;
  border-radius: 7px;
}
@media (max-width: 1025px) {
  .gs-item-detail {
    padding: 0;
    border: none;
    border-radius: 0;
  }
}
.gs-item-detail .gs-page-title {
  margin-top: 0;
  margin-bottom: 10px;
}
.gs-item-detail .gs-tags {
  top: 5px;
  right: auto;
  left: 5px;
}

.gs-detail-slider {
  position: relative;
  width: 55%;
  height: auto;
  display: inline-block;
  vertical-align: top;
  padding-right: 16px;
}
@media (max-width: 1025px) {
  .gs-detail-slider {
    padding-right: 10px;
  }
}
@media (max-width: 640px) {
  .gs-detail-slider {
    width: 100%;
    padding-right: 0;
  }
}

.gs-detail-main-image {
  position: relative;
  border: 1px solid;
  margin-bottom: 1px;
  overflow: hidden;
  cursor: zoom-in;
  height: 0;
  padding-top: 100%;
}
.gs-detail-main-image .gs-pr-image-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  white-space: nowrap;
}
@media (min-width: 1025px) {
  .gs-detail-main-image .gs-pr-image-wrapper:hover .gs-zoom-img {
    visibility: visible;
    opacity: 1;
  }
}
.gs-detail-main-image .gs-pr-image-wrapper:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 1%;
  height: 100%;
  margin-left: -1%;
}
.gs-detail-main-image img {
  max-width: 100%;
  max-height: 100%;
  display: inline-block;
  vertical-align: middle;
}
.gs-detail-main-image .gs-zoom-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  visibility: hidden;
  opacity: 0;
  z-index: 1;
  transition: all 1s;
  background: #fff;
}

.gs-detail-thumbs {
  position: relative;
  overflow: hidden;
}
.gs-detail-thumbs .gs-detail-thumbs-wrapper {
  margin: 0 -3px;
}
.gs-detail-thumbs .gs-thumbs {
  display: inline-block;
  vertical-align: top;
  width: 72px;
  height: 72px;
  padding: 3px;
}
@media (min-width: 1025px) {
  .gs-detail-thumbs .gs-thumbs:hover .gs-thumb-link img {
    transform: scale(1.05);
  }
}
.gs-detail-thumbs .gs-video-thumb {
  cursor: pointer;
}
.gs-detail-thumbs .gs-thumb-link {
  position: relative;
  display: block;
  overflow: hidden;
  backface-visibility: hidden;
  border: 1px solid;
  cursor: pointer;
}
.gs-detail-thumbs img {
  width: 100%;
  transition: all 0.5s;
  backface-visibility: hidden;
}
.gs-detail-thumbs .gs-video-thumb {
  width: 100%;
  height: 100%;
}
.gs-detail-thumbs .gs-video-thumb .gs-background {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.gs-detail-thumbs .gs-video-thumb img {
  visibility: hidden;
  opacity: 0;
}
.gs-detail-thumbs .gs-video-thumb strong {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.06);
  color: #fff;
  text-align: center;
  font-size: 30px;
}
.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;
}

.gs-thumbs-nav {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: auto;
  margin-top: -14px;
  z-index: 1;
}
.gs-thumbs-nav .gs-nav-btn {
  width: 28px;
  height: 28px;
  position: absolute;
  top: 0;
  border-radius: 50px;
  text-align: center;
}
.gs-thumbs-nav .gs-nav-btn span {
  position: relative;
  top: 6px;
  font-size: 16px;
}
.gs-thumbs-nav .gs-nav-btn.gs-prev {
  left: 5px;
}
.gs-thumbs-nav .gs-nav-btn.gs-next {
  right: 5px;
}

.gs-detail-info {
  margin-top: 15px;
}

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

.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-related-products {
  margin-top: 25px;
}

.gs-pr-fb-comments .gs-fb-comments {
  margin-top: 15px;
}

.gs-faq {
  margin-top: 25px;
}
.gs-faq .gs-faq-item {
  padding: 20px 10px;
  border: 1px solid;
  border-radius: 5px;
  margin-bottom: 20px;
}
.gs-faq .__gs-faq-title {
  margin-bottom: 10px;
  font-size: 18px;
}

.gs-faq-hint {
  margin-top: 25px;
  padding: 30px 20px;
  border-left: 3px solid;
  font-size: 14px;
}
.gs-faq-hint a {
  text-decoration: underline;
}

.gs-floated-grid.gs-news-grid.with-sidebar .gs-grid-item {
  width: 48%;
}
@media (max-width: 1025px) {
  .gs-floated-grid.gs-news-grid.with-sidebar .gs-grid-item {
    width: 100%;
  }
}
@media (max-width: 770px) {
  .gs-floated-grid.gs-news-grid .gs-grid-item {
    width: 50%;
  }
}
@media (max-width: 470px) {
  .gs-floated-grid.gs-news-grid .gs-grid-item {
    width: 100%;
  }
}

.gs-news-list .news-list-image {
  position: relative;
  border: 1px solid;
  border-radius: 4px;
  overflow: hidden;
}
.gs-news-list .news-list-image a {
  display: block;
  position: relative;
  width: 100%;
  height: auto;
}
@media (min-width: 1025px) {
  .gs-news-list .news-list-image a:hover img {
    opacity: 0.7;
  }
}
.gs-news-list .news-list-image img {
  width: 100%;
  transition: all 0.5s;
}
.gs-news-list .news-list-text {
  position: relative;
  width: 100%;
  height: auto;
  margin-top: 16px;
}
.gs-news-list .gs-news-date {
  display: block;
  margin-bottom: 10px;
  font-size: 12px;
}
.gs-news-list .gs-news-title {
  font-size: 16px;
  transition: all 0.5s;
}
@media (min-width: 1025px) {
  .gs-news-list .gs-news-title:hover {
    opacity: 0.7;
  }
}
.gs-news-list .gs-news-text {
  font-size: 12px;
  margin-top: 10px;
  color: #6d6d6d;
}
.gs-news-list .gs-view-more-news {
  margin-top: 10px;
  font-size: 12px;
  display: inline-block;
}
@media (min-width: 1025px) {
  .gs-news-list .gs-view-more-news:hover {
    text-decoration: underline;
  }
}

.gs-news-wrapper {
  display: flex;
  align-items: flex-start;
  border-top: 1px solid #d9d9d9;
  margin-top: 16px;
  padding-top: 16px;
}

.gs-news-categories {
  flex: 0 0 185px;
  margin-right: 20px;
}
@media (max-width: 1025px) {
  .gs-news-categories {
    position: absolute;
    top: -42px;
    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 {
  position: relative;
  padding: 12px 15px;
  font-size: 14px;
  border-radius: 7px 7px 0 0;
  background-color: var(--mainColor);
  color: #fff;
  border: 1px solid #d9d9d9;
  border-bottom-width: 0;
}
@media (max-width: 1025px) {
  .gs-news-categories .gs-news-cat-title {
    display: none;
  }
}
.gs-news-categories .gs-news-cat-title .icon {
  font-size: 10px;
  position: absolute;
  top: 50%;
  right: 0;
  margin: -4px 0 0;
  cursor: pointer;
  transition: all 0.3s;
}
.gs-news-categories .gs-cat-items {
  display: block;
  font-size: 12px;
  transition: color 0.3s;
  position: relative;
  color: #282828;
}
.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 {
  background-color: #e2e2e2;
  color: var(--accentColor);
}
.gs-news-categories .gs-cat-items.active:before {
  background-color: var(--accentColor);
}
.gs-news-categories .gs-cat-items:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 4px;
  height: 100%;
}
.gs-news-categories .gs-cat-item {
  padding: 7px 10px;
  display: block;
  border-bottom: 1px solid;
  border-left: 2px solid;
  border-bottom-color: #d9d9d9;
  border-left-color: #a9a9a9;
}
@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(--accentColor);
}
.gs-news-categories .gs-sub-cat-items {
  background-color: #f2f2f2;
  padding: 5px 0 5px 15px;
}
.gs-news-categories .gs-sub-cat-items .gs-cat-item {
  border: 0;
}
.gs-news-categories .gs-cats-wrapper {
  text-align: left;
  border: solid;
  border-width: 0 1px 0 1px;
  overflow: hidden;
  border-color: #d9d9d9;
  background-color: #fff;
}
@media (max-width: 1025px) {
  .gs-news-categories .gs-cats-wrapper {
    position: absolute;
    top: calc(100% + 2px);
    right: 0;
    width: 190px;
    height: auto;
    background-color: #fff;
    border-radius: 4px;
    display: none;
    border-width: 1px 1px 0 0;
  }
}

.gs-news-detail-gallery {
  margin-top: 25px;
}
.gs-news-detail-gallery .__gs-home-news-title {
  margin-bottom: 0;
}

.gs-floated-grid.gs-news-gallery {
  text-align: left;
}
.gs-floated-grid.gs-news-gallery .gs-grid-wrap {
  margin: 0 -8px;
  font-size: 0;
}
.gs-floated-grid.gs-news-gallery .gs-grid-item {
  max-width: 166px;
  margin: 16px 0 0;
  padding: 0 8px;
}
.gs-floated-grid.gs-news-gallery img {
  width: 100%;
  padding: 3px;
  border: 1px solid;
  border-radius: 5px;
}

#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-color: #fff;
  visibility: hidden;
  opacity: 0;
}
.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;
  background-color: #fff;
  padding: 5px;
  transition: opacity 0.5s;
}
@media (min-width: 1025px) {
  .gs-def-slider .gs-def-gallery-close span.icon-close:hover {
    opacity: 0.7;
  }
}
.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: opacity 0.5s;
  cursor: pointer;
  background-color: #fff;
  padding: 5px;
}
@media (min-width: 1025px) {
  .gs-def-slider .gs-swiper-nav span:hover {
    opacity: 0.7;
  }
}
.gs-def-slider .gs-swiper-nav span.gs-sw-prev {
  left: 15px;
}
.gs-def-slider .gs-swiper-nav span.gs-sw-next {
  right: 15px;
}
.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-detail {
  margin-top: 15px;
}

.gs-news-detail-text .gs-news-date {
  display: block;
  margin-bottom: 15px;
}

.gs-news-image {
  float: left;
  max-width: 50%;
  padding-right: 25px;
  margin-bottom: 16px;
}
@media (max-width: 770px) {
  .gs-news-image {
    float: none;
    width: 100%;
    max-width: 100%;
    padding-right: 0;
  }
}
.gs-news-image img {
  max-width: 100%;
}

.gs-related-news {
  border-top: 1px solid #d9d9d9;
  margin-top: 16px;
  padding-top: 16px;
}

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

.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;
  font-size: 12px;
}
.gs-live-events .gs-event-title {
  margin-top: 10px;
  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;
  font-family: "Open Sans", sans-serif;
}
.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: #d9d9d9;
  background: #464646;
  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 #d9d9d9;
  transition: transform 0.5s;
  overflow: hidden;
  border-radius: 8px;
}
@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;
  }
}
.gs-event-popup .gs-product-title {
  font-size: 12.99px;
}
@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;
  justify-content: space-between;
  width: 52px;
}
.gs-event-popup .gs-tags .gs-tag {
  width: 24px;
  height: 24px;
  flex: 0 0 24px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.gs-event-popup .gs-tags .gs-tag em {
  font-size: 14px;
}
.gs-event-popup .gs-tags .icon {
  font-size: 30px;
}
.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: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  text-align: center;
}
.wishlist-product-container .gs-product-not-available .icon {
  margin: 0 0 5px;
  color: red;
  font-size: 18px;
  display: block;
  text-align: center;
}
.wishlist-product-container .gs-wishlist-empty {
  text-align: center;
  padding: 50px 0;
  font-size: 1rem;
  font-style: italic;
}

.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;
}
.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-tags {
  position: absolute;
  top: 5px;
  right: 5px;
}
.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: repeat(5, minmax(0, 1fr));
  grid-auto-columns: 1fr;
  margin-top: 6px;
}
.gs-wishlist-form-popup .gs-product-gallery-thumb {
  flex: 0 0 20%;
}
.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;
  font-size: 12px;
}
.gs-wishlist-form-popup .gs-product-price {
  margin-top: 5px;
  font-family: "Open Sans", serif;
}
.gs-wishlist-form-popup .gs-product-price .gs-price-number {
  font-size: 20px;
  font-weight: bold;
}
.gs-wishlist-form-popup .gs-product-price .gs-old-price {
  font-size: 16px;
  text-decoration: line-through;
  margin-right: 8px;
  color: #999999;
}
.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 {
    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(--accentColor);
  transition: height 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  font-size: 12px;
  padding: 0 5px;
  white-space: normal;
}

.gs-wishlist-add-to-cart-button {
  position: relative;
  display: block;
  width: 100%;
  outline: none !important;
  box-shadow: none !important;
  text-align: center;
}
.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 {
  margin-top: 20px;
}
.gs-cart-wrap .gs-total-sum {
  position: relative;
  margin-top: 16px;
  text-align: right;
}
.gs-cart-wrap .gs-total-sum span {
  font-size: 12px;
}
.gs-cart-wrap .gs-total-sum strong {
  font-size: 18px;
  font-weight: normal;
  margin-left: 5px;
}
.gs-cart-wrap .gs-cart-buttons {
  margin-top: 16px;
  text-align: right;
}
.gs-cart-wrap .gs-cart-buttons .gs-view-more {
  margin: 0 0 5px 10px;
}

.gs-cart-preloader {
  padding: 50px 0;
}

.gs-no-cart-items {
  padding: 50px 0 10%;
  text-align: center;
}
.gs-no-cart-items h6 {
  font-size: 12px;
}

.gs-cart-table {
  position: relative;
  display: table;
  width: 100%;
  border: solid;
  border-width: 0 0 1px 0;
  text-align: center;
}
@media (max-width: 950px) {
  .gs-cart-table {
    text-align: left;
    border-width: 0;
  }
}
.gs-cart-table .gs-cart-row {
  position: relative;
  width: 100%;
  display: table-row;
  border: solid;
  border-width: 0;
}
@media (max-width: 950px) {
  .gs-cart-table .gs-cart-row {
    display: block;
    margin-bottom: 16px;
    border-width: 0 1px 1px 1px;
  }
  .gs-cart-table .gs-cart-row:last-child {
    margin-bottom: 0;
  }
}
.gs-cart-table .gs-cart-row.head-row .gs-cart-cell {
  padding: 7px 10px;
  font-size: 12px;
  border-top: none;
  font-weight: bold;
}
.gs-cart-table .gs-cart-row.head-row .gs-cart-cell:first-child {
  text-align: left;
}
@media (max-width: 950px) {
  .gs-cart-table .gs-cart-row.head-row {
    display: none;
  }
}
.gs-cart-table .gs-cart-cell {
  display: table-cell;
  vertical-align: middle;
  padding: 5px 10px;
  border: 1px solid;
  border-width: 1px 1px 0 0;
}
.gs-cart-table .gs-cart-cell.gs-cart-product {
  text-align: left;
  white-space: nowrap;
}
.gs-cart-table .gs-cart-cell:last-child {
  border-width: 1px 0 0 0;
}
@media (max-width: 950px) {
  .gs-cart-table .gs-cart-cell {
    display: block;
    padding: 10px;
    border-width: 1px 0 0 0;
  }
}
.gs-cart-table .gs-order-img {
  position: relative;
  width: 75px;
  height: auto;
  display: table-cell;
  vertical-align: middle;
}
.gs-cart-table .gs-order-img img {
  width: 100%;
  height: auto;
  border: 1px solid #ddd;
}
.gs-cart-table .gs-add-to-wishlist {
  bottom: auto;
  top: 5px;
}
.gs-cart-table .gs-order-title {
  position: relative;
  font-size: 14px;
  font-weight: normal;
  text-align: left;
  display: table-cell;
  vertical-align: top;
  white-space: normal;
  max-width: 260px;
  padding-left: 10px;
}
.gs-cart-table .gs-order-info {
  margin-top: 15px;
}
.gs-cart-table .gs-order-info .gs-info-row {
  font-size: 11px;
}
.gs-cart-table .gs-order-info span {
  margin-right: 5px;
}
.gs-cart-table .gs-order-price {
  font-size: 14px;
  font-weight: normal;
  color: #1a1a1a;
}
.gs-cart-table .gs-order-sum {
  font-size: 14px;
  font-weight: normal;
  color: #1a1a1a;
}
.gs-cart-table .gs-order-quantity .item-sum {
  width: 50px;
  height: 25px;
  border: 1px solid;
  padding: 0 5px;
}
@media (max-width: 950px) {
  .gs-cart-table .gs-order-quantity .item-sum {
    display: inline-block;
    vertical-align: middle;
  }
}
.gs-cart-table .gs-order-quantity a.gs-confirm-sum {
  display: block;
  padding: 5px;
  font-weight: normal;
  font-size: 10px;
}
@media (max-width: 950px) {
  .gs-cart-table .gs-order-quantity a.gs-confirm-sum {
    display: inline-block;
    vertical-align: middle;
  }
}
.gs-cart-table .gs-order-remove {
  width: 100%;
  padding: 5px 0;
}
.gs-cart-table .gs-order-remove a {
  display: inline-block;
  position: relative;
  padding: 0 2px;
  transition: all 0.5s;
  backface-visibility: hidden;
}
.gs-cart-table .gs-order-remove a .icon {
  width: 22px;
  height: 22px;
  text-align: center;
  line-height: 22px;
  display: inline-block;
  font-size: 12px;
  font-weight: bold;
  border-radius: 50px;
  transition: all 0.5s;
}
@media (max-width: 950px) {
  .gs-cart-table .gs-order-remove a .icon {
    display: inline-block;
    vertical-align: middle;
  }
}
.gs-cart-table .gs-order-remove a .gs-remove-text {
  font-size: 10px;
  display: block;
}
@media (max-width: 950px) {
  .gs-cart-table .gs-order-remove a .gs-remove-text {
    display: inline-block;
    vertical-align: middle;
  }
}
/*# sourceMappingURL=main.css.map*/