/*==============================================================
*											  	BREAKPOINTS
=============================================================== */
/*==============================================================
*												COL SPACES
=============================================================== */
/*==============================================================
*												CONTAINER
=============================================================== */
/*==============================================================
*												     GRID
=============================================================== */
.container {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: calc(1300px + 20px * 2);
  padding-left: 20px;
  padding-right: 20px; }
  .container.xl-container {
    max-width: calc(2100px + 20px * 2); }
  .container.lg-container {
    max-width: calc(1560px + 20px * 2); }
  .container.full-container {
    max-width: 100%; }
  @media (max-width: 1659.9px) {
    .container {
      max-width: calc(1300px + 20px * 2);
      padding-left: 20px;
      padding-right: 20px; }
      .container.xl-container {
        max-width: calc(2100px + 20px * 2); }
      .container.lg-container {
        max-width: calc(1560px + 20px * 2); } }
  @media (max-width: 1439.9px) {
    .container {
      max-width: calc(1300px + 20px * 2);
      padding-left: 20px;
      padding-right: 20px; }
      .container.xl-container {
        max-width: calc(2100px + 20px * 2); }
      .container.lg-container {
        max-width: calc(1560px + 20px * 2); } }
  @media (max-width: 1279.9px) {
    .container {
      max-width: calc(1300px + 20px * 2);
      padding-left: 20px;
      padding-right: 20px; }
      .container.xl-container {
        max-width: calc(2100px + 20px * 2); }
      .container.lg-container {
        max-width: calc(1560px + 20px * 2); } }
  @media (max-width: 1023.9px) {
    .container {
      max-width: calc(1300px + 20px * 2);
      padding-left: 20px;
      padding-right: 20px; }
      .container.xl-container {
        max-width: calc(2100px + 20px * 2); }
      .container.lg-container {
        max-width: calc(1560px + 20px * 2); } }
  @media (max-width: 991.9px) {
    .container {
      max-width: calc(1300px + 20px * 2);
      padding-left: 20px;
      padding-right: 20px; }
      .container.xl-container {
        max-width: calc(2100px + 20px * 2); }
      .container.lg-container {
        max-width: calc(1560px + 20px * 2); } }
  @media (max-width: 767.9px) {
    .container {
      max-width: calc(1300px + 20px * 2);
      padding-left: 20px;
      padding-right: 20px; }
      .container.xl-container {
        max-width: calc(2100px + 20px * 2); }
      .container.lg-container {
        max-width: calc(1560px + 20px * 2); } }
  @media (max-width: 575.9px) {
    .container {
      max-width: calc(1300px + 20px * 2);
      padding-left: 20px;
      padding-right: 20px; }
      .container.xl-container {
        max-width: calc(2100px + 20px * 2); }
      .container.lg-container {
        max-width: calc(1560px + 20px * 2); } }

/*==============================================================
*												MIXINS
=============================================================== */
/*==============================================================
*												
=============================================================== */
.pl-container {
  padding-left: calc((100vw - 1300px) / 2); }

* {
  box-sizing: border-box; }

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0; }

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block; }

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */ }

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder; }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%; }

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

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none; }

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */ }

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible; }

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none; }

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; }

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em; }

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline; }

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto; }

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */ }

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */ }

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block; }

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item; }

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none; }

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none; }

@font-face {
  font-family: "PF BeauSans Pro";
  src: url("../fonts/beauSansPro/PFBeauSansPro-XThinItalic.eot");
  src: local("PFBeauSansPro-XThinItalic"), url("../fonts/beauSansPro/PFBeauSansPro-XThinItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/beauSansPro/PFBeauSansPro-XThinItalic.woff") format("woff"), url("../fonts/beauSansPro/PFBeauSansPro-XThinItalic.ttf") format("truetype");
  font-weight: 100;
  font-style: italic; }

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

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

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

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

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

@font-face {
  font-family: "PF BeauSans Pro";
  src: url("../fonts/beauSansPro/PFBeauSansPro-ThinItalic.eot");
  src: local("PFBeauSansPro-ThinItalic"), url("../fonts/beauSansPro/PFBeauSansPro-ThinItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/beauSansPro/PFBeauSansPro-ThinItalic.woff") format("woff"), url("../fonts/beauSansPro/PFBeauSansPro-ThinItalic.ttf") format("truetype");
  font-weight: 100;
  font-style: italic; }

@font-face {
  font-family: "PF BeauSans Pro";
  src: url("../fonts/beauSansPro/PFBeauSansPro-SemiBoldItalic.eot");
  src: local("PFBeauSansPro-SemiBoldItalic"), url("../fonts/beauSansPro/PFBeauSansPro-SemiBoldItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/beauSansPro/PFBeauSansPro-SemiBoldItalic.woff") format("woff"), url("../fonts/beauSansPro/PFBeauSansPro-SemiBoldItalic.ttf") format("truetype");
  font-weight: 600;
  font-style: italic; }

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

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

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

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

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

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

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

@font-face {
  font-family: "PF BeauSans Pro Bbook";
  src: url("../fonts/beauSansPro/PFBeauSansPro-BbookItalic.eot");
  src: local("PFBeauSansPro-BbookItalic"), url("../fonts/beauSansPro/PFBeauSansPro-BbookItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/beauSansPro/PFBeauSansPro-BbookItalic.woff") format("woff"), url("../fonts/beauSansPro/PFBeauSansPro-BbookItalic.ttf") format("truetype");
  font-weight: 500;
  font-style: italic; }

/*==============================================================
*												Uni Sans
=============================================================== */
@font-face {
  font-family: "uniSans";
  src: url("../fonts/uniSans/uniSansRegular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }

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

* {
  box-sizing: border-box; }

body {
  font-size: 14px;
  line-height: 1.3;
  font-family: "PF BeauSans Pro";
  position: relative; }
  body > .ajax-preloader > * {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); }

table {
  border-collapse: collapse; }

h1,
h2,
h3,
h4,
h5,
p {
  margin-top: 0; }

p {
  margin-bottom: 0;
  margin-top: 15px; }

.m-0 {
  margin: 0 !important; }

.ml-0 {
  margin-left: 0 !important; }

.mr-0 {
  margin-right: 0 !important; }

.bg-gray {
  background-color: #f6f6f6; }

.js-collapse-list:not(.active) .active-text {
  display: none; }

.js-collapse-list.active .collapse-text {
  display: none; }

.js-collapse-list.disabled {
  display: none; }

.on-order {
  display: flex;
  align-items: center; }
  .on-order .ico {
    flex-shrink: 0;
    margin-right: 5px; }
  .on-order .svg-stroke {
    stroke: #6e6e6e; }

svg {
  display: block;
  position: relative;
  overflow: visible; }

.add-cart-btn {
  white-space: nowrap; }

@media (max-width: 575.9px) {
  .order-mobile-fixed {
    position: fixed;
    bottom: 72px;
    left: 0;
    right: 0;
    z-index: 1000;
    padding: 0 !important;
    background-color: #fff;
    transition: 0.2s; }
    .order-mobile-fixed .btn {
      width: 100%;
      max-width: 100%; }
    .scroll-down .order-mobile-fixed {
      transform: translateY(31px); } }

[data-href] {
  cursor: pointer; }

.tab:not(.active) {
  display: none !important; }

.bottom-lg-arrow {
  padding-bottom: 64px;
  border-bottom: 1px solid rgba(151, 151, 151, 0.4);
  margin-bottom: 60px; }
  @media (max-width: 991.9px) {
    .bottom-lg-arrow {
      margin-bottom: 50px;
      padding-bottom: 50px; } }
  @media (max-width: 767.9px) {
    .bottom-lg-arrow {
      margin-bottom: 40px;
      padding-bottom: 40px; } }

.status-tag {
  width: 150px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 0;
  text-transform: uppercase;
  font-weight: bold;
  font-family: "uniSans";
  letter-spacing: 1px;
  font-size: 12px; }

.tag-formed,
.tag-processing {
  background-color: rgba(110, 110, 110, 0.05);
  color: #6e6e6e; }

.tag-onway {
  background-color: rgba(240, 90, 0, 0.05);
  color: #f05a00; }

.tag-completed {
  background-color: rgba(60, 151, 48, 0.05);
  color: #3c9730; }

.tag-onorder {
  background-color: rgba(240, 90, 0, 0.05);
  color: #f05a00; }

.tag-refused {
  background-color: rgba(232, 0, 0, 0.05);
  color: #e80000; }

.page-content {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  overflow: hidden; }
  .page-content > * {
    width: 100%; }

.strike-text {
  display: inline;
  text-decoration: line-through; }

.pt-menu {
  padding-top: 154px; }
  @media (max-width: 1279.9px) {
    .pt-menu {
      padding-top: 134px; } }
  @media (max-width: 767.9px) {
    .pt-menu {
      padding-top: 100px; } }

.relative {
  position: relative; }

.overlay:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5); }

.ajax-preloader {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2000;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(255, 255, 255, 0.6);
  transition: 0.2s; }
  .ajax-preloader:not(.visible) {
    opacity: 0;
    user-select: none;
    pointer-events: none; }
  .ajax-preloader svg {
    max-width: 100%;
    max-height: 100%; }

.bg-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat; }
  .bg-img img {
    width: 100%;
    height: 100%;
    object-fit: cover; }

.footer {
  margin-top: auto; }

.c-pointer {
  cursor: pointer; }

a {
  transition: 0.15s;
  text-decoration: none; }

a,
a:active,
a:visited {
  color: #000; }

.toggle-collapse,
.toggle-nocollapse {
  display: flex;
  align-items: center;
  justify-content: space-between; }
  .toggle-collapse .arrow,
  .toggle-nocollapse .arrow {
    transition: 0.15s; }
  .toggle-collapse.active .arrow,
  .toggle-nocollapse.active .arrow {
    transform: rotate(180deg); }
    @media (max-width: 767.9px) {
      .toggle-collapse.active .arrow,
      .toggle-nocollapse.active .arrow {
        transform: scaleY(-1); } }

.alert-block {
  background-color: rgba(232, 0, 0, 0.05);
  display: flex;
  align-items: center;
  padding: 10px; }
  .alert-block .alert-content {
    padding-left: 7px;
    font-family: "uniSans";
    font-size: 12px;
    letter-spacing: 0.4px; }

.alert-success {
  background-color: rgba(0, 100, 0, 0.05);
  margin-bottom: 1.75rem; }

.light-alert {
  background-color: transparent; }

::selection {
  background-color: rgba(240, 90, 0, 0.7);
  color: #fff; }

.editor-content {
  line-height: 1.6;
  font-family: "uniSans"; }
  .editor-content p {
    margin-bottom: 0;
    margin-top: 15px;
    letter-spacing: 0.4px; }
  .editor-content h2 {
    text-transform: uppercase;
    margin-bottom: 20px;
    line-height: 1.3; }
  .editor-content img {
    max-width: 100%; }

.left-primary-border {
  position: relative;
  padding-left: 40px; }
  .left-primary-border:before {
    content: "";
    display: block;
    width: 2px;
    height: 90%;
    background-color: #f05a00;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%); }
  @media (max-width: 767.9px) {
    .left-primary-border {
      padding-left: 20px; } }

.btn,
a.btn,
button.btn {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  text-decoration: none;
  border: none;
  transition: 0.15s;
  min-height: 50px;
  cursor: pointer;
  padding: 10px 15px;
  line-height: 1.2;
  border: 1px solid transparent; }
  .btn.td-underline,
  a.btn.td-underline,
  button.btn.td-underline {
    text-decoration: underline; }
  .btn.lg-btn,
  a.btn.lg-btn,
  button.btn.lg-btn {
    min-height: 60px; }
  .btn.sm-btn,
  a.btn.sm-btn,
  button.btn.sm-btn {
    min-height: 40px; }
  .btn.xs-btn,
  a.btn.xs-btn,
  button.btn.xs-btn {
    min-height: 30px;
    padding: 5px; }
  .btn.btn-link,
  a.btn.btn-link,
  button.btn.btn-link {
    border: 1px solid transparent; }
    .btn.btn-link:active, .btn.btn-link:focus,
    a.btn.btn-link:active,
    a.btn.btn-link:focus,
    button.btn.btn-link:active,
    button.btn.btn-link:focus {
      border-color: #6e6e6e; }
  .btn:focus,
  a.btn:focus,
  button.btn:focus {
    outline: none; }
  .btn.disabled,
  a.btn.disabled,
  button.btn.disabled {
    opacity: 0.4;
    pointer-events: none;
    user-select: none; }

.btn {
  font-family: "PF BeauSans Pro"; }

.btn-bigger,
a.btn-bigger {
  padding-bottom: 20px;
  padding-top: 20px; }

a.btn-primary,
button.btn-primary {
  background-color: #f05a00;
  color: #fff; }
  a.btn-primary .svg-fill,
  button.btn-primary .svg-fill {
    fill: #fff; }
  a.btn-primary:hover,
  button.btn-primary:hover {
    background-color: #ff7624; }

a.btn-border,
button.btn-border {
  border-color: #f05a00;
  color: #000;
  background-color: #fff; }
  a.btn-border:hover,
  button.btn-border:hover {
    background-color: #f05a00;
    color: #fff !important; }

a.btn-border-gray,
button.btn-border-gray {
  border-color: #d9d9d9;
  background-color: #fff;
  color: #000; }
  a.btn-border-gray:hover,
  button.btn-border-gray:hover {
    background-color: #f05a00;
    border-color: #f05a00;
    color: #fff; }

a.btn-border-white,
button.btn-border-white {
  border-color: rgba(255, 255, 255, 0.4);
  background-color: transparent;
  color: #fff; }
  a.btn-border-white:hover,
  button.btn-border-white:hover {
    background-color: #fff;
    color: #000; }

a.btn-border-primary,
button.btn-border-primary {
  border-color: #f05a00;
  background-color: transparent;
  color: #000; }
  a.btn-border-primary:hover,
  button.btn-border-primary:hover {
    color: #fff;
    background-color: #f05a00; }

a.btn-white-primary,
button.btn-white-primary {
  background-color: #fff;
  border: 1px solid #f1f1f1; }
  a.btn-white-primary:hover,
  button.btn-white-primary:hover {
    background-color: #f05a00;
    border-color: #f05a00;
    color: #fff; }

.btn {
  font-size: 12px; }

.lg-btn {
  font-size: 14px; }

.min-80 {
  min-width: 80px; }

.min-120 {
  min-width: 120px; }

.min-145 {
  min-width: 145px; }

.min-150 {
  min-width: 150px; }

.min-170 {
  min-width: 170px; }

.min-190 {
  min-width: 190px; }

.min-200 {
  min-width: 200px; }

.min-240 {
  min-width: 240px; }

.min-260 {
  min-width: 260px; }

.min-280 {
  min-width: 280px; }

.min-370 {
  min-width: 370px; }

.w-100 {
  width: 100%; }

.op-50 {
  opacity: 50%; }

@media (min-width: 992px) {
  .display-md {
    display: none !important; } }

@media (min-width: 768px) {
  .display-sm {
    display: none !important; } }

@media (min-width: 576px) {
  .display-xs {
    display: none !important; } }

.touch .hide-touch {
  display: none !important; }

@media (max-width: 991.9px) {
  .hide-md {
    display: none !important; } }

@media (max-width: 767.9px) {
  .hide-sm {
    display: none !important; } }

@media (max-width: 575.9px) {
  .hide-xs {
    display: none !important; } }

.in-cart-tag,
a.in-cart-tag {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  align-items: center;
  justify-content: center;
  background-color: #3c9730;
  color: #fff;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: bold;
  padding: 10px;
  min-height: 40px;
  display: none; }
  .in-cart-tag .text,
  a.in-cart-tag .text {
    display: block;
    padding-left: 10px;
    margin-top: 1px; }
  .in-cart-tag svg,
  a.in-cart-tag svg {
    width: 20px;
    height: 16px; }
  .grid-row .in-cart-tag, .grid-row
  a.in-cart-tag {
    min-width: 140px; }
  @media (max-width: 991.9px) {
    .in-cart-tag,
    a.in-cart-tag {
      max-width: none; } }

.instock-item {
  display: flex;
  align-items: center; }
  .instock-item svg {
    flex-shrink: 0;
    margin-left: 2px; }
  .instock-item .text {
    display: inline-block;
    padding-left: 5px;
    white-space: nowrap;
    margin-top: 3px; }
  .instock-item.level-1 .level-1 {
    stroke: #e80000; }
  .instock-item.level-2 .level-1,
  .instock-item.level-2 .level-2 {
    stroke: #ff8200; }
  .instock-item.level-3 .level-1,
  .instock-item.level-3 .level-2,
  .instock-item.level-3 .level-3 {
    stroke: #3c9730; }

.top-incart-tag {
  align-items: center;
  position: absolute;
  top: 0;
  right: 0;
  padding: 15px 15px 5px 5px;
  background: rgba(255, 255, 255, 0.25);
  width: auto !important;
  display: none; }
  @media (max-width: 767.9px) {
    .top-incart-tag {
      padding-top: 10px;
      padding-right: 10px; } }
  .top-incart-tag .text {
    display: block;
    padding-left: 7px;
    color: #6e6e6e;
    font-size: 12px;
    font-family: "uniSans";
    letter-spacing: 0.4px; }
  .top-incart-tag svg {
    width: 15px !important;
    height: 15px !important; }

.alert-modal-content {
  width: 100%;
  max-width: 500px;
  padding: 20px 40px;
  text-align: center;
  letter-spacing: 0.4px;
  font-family: "uniSans";
  line-height: 1.5;
  border-radius: 2px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
  background-color: #fff; }
  .alert-modal-content a:not(.btn) {
    text-decoration: underline !important; }
  .alert-modal-content .btn-row {
    padding-top: 15px; }

.in-cart .in-cart-tag,
.in-cart .top-incart-tag {
  display: flex; }

.in-cart .add-cart-btn,
.in-cart .prod-quantity-wrap {
  display: none !important; }

.fancy-transparent-bg .fancybox-bg {
  background-color: transparent; }

.fancy-transparent-bg .alert-modal-content {
  vertical-align: bottom;
  margin-bottom: 40px; }
  @media (max-width: 991.9px) {
    .fancy-transparent-bg .alert-modal-content {
      margin-bottom: 120px; } }

.fancy-transparent-bg .fancybox-close-small {
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url("../img/svg/small-close.svg");
  background-size: 10px 10px;
  padding: 0;
  top: 10px;
  right: 10px;
  width: 10px;
  height: 10px; }
  .fancy-transparent-bg .fancybox-close-small svg {
    display: none; }

.grecaptcha-badge {
  display: none !important; }

.pagination {
  display: flex;
  justify-content: center;
  width: 100%; }
  .pagination .pag-arrow {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    background-color: #fff; }
    .pagination .pag-arrow svg {
      flex-shrink: 0;
      width: 7.65px; }
  .pagination .pag-nums-col {
    display: flex;
    padding-left: 24px;
    padding-right: 24px; }
  .pagination .pag-num {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    min-width: 40px;
    padding: 5px;
    height: 40px;
    border: 1px solid transparent;
    font-weight: bold;
    color: #6e6e6e;
    font-size: 14px; }
    .pagination .pag-num:not(.current):hover {
      color: #000;
      border-color: #6e6e6e; }
    .pagination .pag-num.current {
      border-color: #f05a00;
      color: #000; }
  @media (max-width: 575.9px) {
    .pagination .pag-num-item {
      display: none; }
      .pagination .pag-num-item:first-child, .pagination .pag-num-item:nth-child(2), .pagination .pag-num-item:nth-child(3), .pagination .pag-num-item:nth-child(4), .pagination .pag-num-item:nth-child(5) {
        display: block; }
    .pagination .pag-num {
      min-width: 32px;
      height: 32px; }
    .pagination .pag-arrow {
      width: 32px;
      height: 32px; }
    .pagination .pag-nums-col {
      padding-left: 15px;
      padding-right: 15px; } }

.btn-row {
  display: flex;
  margin: 0 -10px -10px;
  flex-wrap: wrap; }
  .btn-row .btn {
    margin: 0 10px 10px; }
  .btn-row.center {
    justify-content: center; }

.hov-primary:hover {
  color: #f05a00 !important; }

.hov-opacity:hover {
  opacity: 0.6; }

.hov-underline {
  position: relative;
  display: inline-block; }
  .hov-underline:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 1px;
    background-color: #f05a00;
    transition: 0.2s;
    transform-origin: left center;
    transform: rotateY(90deg); }
  .hov-underline:hover:after {
    transform: none; }

.underline {
  text-decoration: underline; }

.ico {
  display: inline-block;
  flex-shrink: 0; }
  .ico:not(.ico-auto) img,
  .ico:not(.ico-auto) svg {
    width: 24px; }
  .ico:not(.ico-auto) svg {
    height: 24px; }

.ico-left {
  display: flex;
  align-items: center; }
  .ico-left .ico {
    margin-right: 10px; }

.tag,
a.tag,
button.tag {
  display: inline-block;
  padding: 2px 9px;
  border-radius: 2px;
  text-align: center;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 10px;
  font-family: "uniSans";
  pointer-events: none; }
  .tag.tag-light,
  a.tag.tag-light,
  button.tag.tag-light {
    background-color: rgba(255, 130, 0, 0.1);
    color: #ff8200; }
  .tag.tag-green,
  a.tag.tag-green,
  button.tag.tag-green {
    background-color: rgba(60, 151, 48, 0.1);
    color: #3c9730; }
  .tag.tag-orange,
  a.tag.tag-orange,
  button.tag.tag-orange {
    background-color: rgba(240, 90, 0, 0.15);
    color: #f05a00; }

.input {
  background-color: #fbfbfb;
  border: 1px solid #dbdbdb;
  letter-spacing: 0.35px;
  color: #000;
  font-size: 14px;
  font-family: "uniSans";
  transition: 0.15s;
  padding: 23px 54px 10px 15px; }
  .input:focus {
    outline: none;
    border-color: #0064ae;
    box-shadow: 0 0 1px #0064ae; }

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0; }

select.custom-select {
  display: none; }

.custom-select {
  border: 1px solid rgba(110, 110, 110, 0.4);
  border-radius: 0;
  height: 51px;
  display: flex;
  align-items: center; }

textarea.input {
  resize: vertical;
  min-height: 100px; }
  textarea.input ~ .input-label {
    transform: none;
    top: 20px; }

.nice-select {
  background-color: #fbfbfb;
  float: none !important; }
  .nice-select:after {
    right: 20px; }
  .nice-select .list {
    min-width: 100%; }

.transparent-select {
  background-color: transparent;
  border: none; }

.custom-checkbox {
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  cursor: pointer;
  user-select: none; }
  .custom-checkbox input {
    right: 100%;
    opacity: 0;
    user-select: none;
    width: 1px;
    height: 1px;
    position: absolute;
    z-index: -1; }
  .custom-checkbox .check {
    display: block;
    width: 15px;
    height: 15px;
    border: 1px solid #f1f1f1;
    flex-shrink: 9;
    transition: 0.1s;
    position: relative;
    flex-shrink: 0; }
    .custom-checkbox .check:after {
      content: "";
      display: block;
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background-position: center center;
      background-repeat: no-repeat;
      background-image: url("../img/svg/check-fff.svg");
      transition: 0.1s;
      transform: scale(0); }
  .custom-checkbox.checkbox-rounded .check {
    border-radius: 50%;
    width: 20px;
    height: 20px; }
  .custom-checkbox .check-label {
    display: block;
    padding-left: 12px;
    margin-top: 1px; }
  .custom-checkbox.checked-bg {
    padding: 10px 15px; }
    .custom-checkbox.checked-bg .check-label:after {
      content: "";
      display: block;
      position: absolute;
      left: 0;
      top: 0;
      bottom: 0;
      right: 0;
      background-color: rgba(240, 90, 0, 0.05);
      transition: 0.1s;
      border: 1px solid rgba(240, 90, 0, 0.2);
      opacity: 0; }
      @media (max-width: 575.9px) {
        .custom-checkbox.checked-bg .check-label:after {
          border: none; } }
  .custom-checkbox input:checked ~ .check-label:after {
    opacity: 1; }
  .custom-checkbox input:checked ~ .check {
    background-color: #f05a00;
    border-color: #f05a00; }
    .custom-checkbox input:checked ~ .check:after {
      transform: none; }
  .custom-checkbox.disabled {
    pointer-events: none;
    opacity: 0.6; }

.check-label_title {
  display: block;
  margin-bottom: 2px; }

.custom-input-number {
  display: flex;
  align-items: stretch;
  background-color: #f6f6f6;
  height: 40px;
  width: 100px; }
  .custom-input-number .minus-input-number,
  .custom-input-number .plus-input-number {
    background-repeat: no-repeat;
    background-position: center center; }
  .custom-input-number .minus-input-number {
    font-size: 0;
    position: relative;
    background-image: url("../img/svg/minus-sm.svg"); }
    .section-single-product .custom-input-number .minus-input-number {
      background-image: url("../img/svg/minus.svg"); }
  .custom-input-number .plus-input-number {
    font-size: 0;
    position: relative;
    background-image: url("../img/svg/plus-sm.svg"); }
    .section-single-product .custom-input-number .plus-input-number {
      background-image: url("../img/svg/plus.svg"); }
  .custom-input-number > * {
    width: calc(100% / 3); }
  .custom-input-number input {
    border: none;
    background-color: transparent;
    text-align: center; }
    .custom-input-number input:focus {
      outline: none; }

.input-num-control {
  user-select: none;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-size: 18px;
  cursor: pointer; }

.input-wrap {
  position: relative; }

.input-label {
  display: inline-block;
  position: absolute;
  left: 15px;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
  user-select: none;
  transition: 0.15s;
  transform-origin: left center;
  max-width: calc(100% - 55px); }

.input-label,
.select-label {
  color: #6e6e6e;
  letter-spacing: 0.4px;
  font-family: "uniSans";
  font-size: 14px; }

.custom-file-input {
  cursor: pointer;
  display: flex;
  align-items: center;
  position: relative;
  transition: 0.1s; }
  .custom-file-input input {
    width: 0;
    height: 0;
    opacity: 0;
    position: absolute;
    pointer-events: none; }
  .custom-file-input .file-label {
    display: block;
    padding-left: 13px;
    text-decoration: underline;
    font-size: 14px;
    font-family: "uniSans"; }

input:not(.has-file) ~ .clear-input {
  display: none; }

.clear-input {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  right: 0;
  width: 20px;
  z-index: 5; }

.input,
.input-label {
  width: 100%; }

.input-validate {
  font-family: "uniSans";
  display: block;
  width: 34px;
  height: 100%;
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 17px auto;
  position: absolute;
  right: 0;
  top: 0; }

textarea.input ~ .input-validate {
  height: 40px; }

.form-col {
  display: flex;
  margin: 0 -10px -10px; }

.btn.clear-form {
  font-size: 14px; }

.input-show-password {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  z-index: 5;
  cursor: pointer;
  padding-right: 15px;
  padding-left: 15px; }
  .input-show-password .svg-fill {
    transition: 0.1s; }
  .input-show-password svg {
    width: 20px; }
  .input-show-password ~ .input-validate {
    display: none !important; }
  .input-show-password:not(.pass-visible) .svg-fill {
    fill: #797979; }

.input-help {
  position: absolute;
  top: 100%;
  left: 0;
  padding-top: 6px;
  line-height: 1.2;
  font-size: 12px;
  display: none; }

.has-error ~ .input-help {
  color: #e42a27;
  display: block; }

.lg-form-cols .form-col {
  margin: 0 -15px 15px; }

.lg-form-cols .input-wrap {
  margin: 0 15px 15px; }

.input-wrap {
  margin: 0 10px 10px;
  width: 100%; }

.input.has-value ~ .input-label,
.input:focus ~ .input-label {
  transform: scale(0.85) translateY(0);
  top: 6px; }

.input.has-error ~ .input-validate {
  display: none;
  background-image: url("../img/svg/error.svg"); }

.input.is-valid ~ .input-validate {
  background-image: url("../img/svg/check.svg"); }
  @media (max-width: 575.9px) {
    .input.is-valid ~ .input-validate {
      background-position: 10px 10px;
      background-size: 15px auto; } }

.input.simple-input {
  background-color: #fff;
  border: none;
  padding: 15px 20px; }
  .input.simple-input::placeholder {
    color: #878787; }
  @media (max-width: 767.9px) {
    .input.simple-input {
      padding: 15px; } }

.search-form {
  position: relative; }
  .search-form .input-wrap {
    margin: 0; }
  .search-form .input {
    padding-right: 80px; }
    @media (max-width: 767.9px) {
      .search-form .input {
        padding-right: 46px; } }
  .search-form .search-submit {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 5;
    height: 100%;
    display: flex;
    align-items: center;
    padding-right: 20px;
    padding-left: 20px; }
    .search-form .search-submit:focus {
      outline: none; }
    .search-form .search-submit svg {
      flex-shrink: 0; }
    @media (max-width: 767.9px) {
      .search-form .search-submit {
        padding-left: 15px;
        padding-right: 15px; } }

.search-submit {
  background-color: transparent;
  border: none;
  cursor: pointer;
  padding: 10px; }
  .search-submit .svg-fill {
    transition: 0.15s; }
  .search-submit:focus .svg-fill, .search-submit:hover .svg-fill {
    fill: #f05a00; }

.top-cart {
  display: flex;
  align-items: center;
  transition: 0.2s;
  padding: 12px 15px 11px 17px;
  background-color: #fff;
  color: #000 !important; }
  .top-cart .count {
    transition: 0.2s; }
  .top-cart:hover .count {
    background-color: #f05a00;
    color: #fff; }
  .top-cart .svg-fill {
    transition: 0.15s;
    fill: #000; }
  .top-cart .ico {
    display: flex;
    align-items: center; }
  .top-cart .text {
    display: inline-block;
    padding-left: 9px;
    padding-right: 13px; }
  .top-cart .count {
    flex-shrink: 0;
    padding: 5px 10px;
    text-align: center;
    border-radius: 2px;
    background-color: #ededed; }
  .top-cart.is-empty {
    pointer-events: none; }

.primary-underline {
  display: inline-block;
  position: relative; }
  .primary-underline:after {
    content: "";
    display: block;
    bottom: -2px;
    left: 50%;
    width: 100%;
    height: 2px;
    background-color: #f05a00;
    transition: 0.15s;
    transform-origin: center center; }

a.primary-underline:hover:after {
  transform: rotateY(90deg); }

.dropdown {
  position: relative; }

.toggle-dropdown {
  position: relative;
  z-index: 6; }

.dropdown .content {
  transition: 0.15s; }

.dropdown-content {
  background-color: #fff;
  z-index: 5;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
  min-width: calc(100% + 50px);
  position: absolute;
  top: -25px;
  left: -25px;
  transition: 0.2s;
  padding: 60px 25px 25px;
  transform: scale(0);
  transform-origin: top left;
  opacity: 0;
  pointer-events: none;
  user-select: none; }
  .dropdown-content .content {
    opacity: 0;
    transform: none; }
  .active .dropdown-content {
    transform: none;
    opacity: 1;
    user-select: text;
    pointer-events: all; }
    .active .dropdown-content .content {
      transition-delay: 0.1s;
      opacity: 1; }

.dropdown .arrow {
  transition: 0.15s; }

.dropdown.active .arrow {
  transform: rotate(180deg); }

.slick-item:focus,
.slick-item a:focus {
  outline: none; }

.slick-slider {
  user-select: text; }

.slick-arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  user-select: none; }
  .slick-arrow img,
  .slick-arrow svg {
    flex-shrink: 0; }

.slick-arrow.row-arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 45px;
  height: 35px; }
  .slick-arrow.row-arrow svg {
    flex-shrink: 0;
    width: 25px;
    height: 16px;
    transition: 0.15s; }
  .slick-arrow.row-arrow.prev-arrow:not(.slick-disabled):hover svg {
    transform: translateX(-5px); }
  .slick-arrow.row-arrow.next-arrow:not(.slick-disabled):hover svg {
    transform: translateX(5px); }
  @media (max-width: 767.9px) {
    .slick-arrow.row-arrow {
      width: 28px; } }

.slick-disabled {
  opacity: 0.6;
  cursor: auto; }

.slick-arrow.dark-arrow {
  width: 36px;
  height: 46px;
  background-color: rgba(0, 0, 0, 0.6); }
  .slick-arrow.dark-arrow svg {
    transition: 0.15s; }
  .slick-arrow.dark-arrow:hover {
    opacity: 1; }

.slick-arrow.light-arrow {
  width: 36px;
  height: 46px;
  background-color: #fff;
  border: 1px solid transparent;
  transition: 0.1s; }
  .slick-arrow.light-arrow .svg-stroke {
    stroke: #000; }
  .slick-arrow.light-arrow:hover {
    box-shadow: 0 2px 15px rgba(0, 0, 0, 0.1); }
  .slick-arrow.light-arrow:active {
    box-shadow: none;
    transform: scale(0.99) translateY(-50%);
    border-color: rgba(0, 0, 0, 0.1); }

@media (max-width: 767.9px) {
  .mob-pos-slick-arrow, .hits-preview-product .slick-arrow, .front-cover .slick-arrow {
    top: auto !important;
    bottom: 30px !important;
    transform: translateY(50%) !important;
    background-color: transparent !important;
    width: 10px !important; } }

@media (max-width: 991.9px) {
  .mob-pos-slick-arrow-md {
    top: auto !important;
    bottom: 30px !important;
    transform: translateY(50%) !important;
    background-color: transparent !important;
    width: 10px !important;
    box-shadow: none !important; } }

.slick-dots {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  align-items: center; }
  .slick-dots li {
    cursor: pointer;
    margin-left: 5px; }
    .slick-dots li:first-child {
      margin-left: 0; }
  .slick-dots button {
    cursor: pointer;
    color: transparent;
    user-select: none;
    font-size: 0;
    line-height: 0;
    padding: 0;
    display: block;
    border: none;
    background-color: transparent;
    transition: 0.15s; }
    .slick-dots button:focus {
      outline: none; }

.slick-slim-dots button {
  height: 3px;
  width: 60px;
  position: relative;
  overflow: hidden;
  background: linear-gradient(to right, rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0.3));
  overflow: hidden; }
  @media (max-width: 767.9px) {
    .slick-slim-dots button {
      width: 30px; } }

.rounded-dots button {
  width: 15px;
  height: 15px;
  border-radius: 50%;
  border: 2px solid #ff8200;
  display: flex;
  align-items: center;
  justify-content: center;
  border-color: transparent; }
  .rounded-dots button:after {
    content: "";
    display: block;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    flex-shrink: 0;
    background-color: #979797; }

.rounded-dots .slick-active button {
  border-color: #ff8200; }

.rounded-dots .path-stroke.path-animated {
  stroke: #ff8200; }

.section {
  position: relative;
  padding-top: 80px;
  padding-bottom: 80px; }
  @media (max-width: 1659.9px) {
    .section {
      padding-top: 60px;
      padding-bottom: 60px; } }
  @media (max-width: 991.9px) {
    .section {
      padding-top: 60px;
      padding-bottom: 60px; } }
  @media (max-width: 767.9px) {
    .section {
      padding-top: 50px;
      padding-bottom: 50px; } }
  @media (max-width: 575.9px) {
    .section {
      padding-top: 40px;
      padding-bottom: 40px; } }

img {
  transition: 0.15s; }

img[data-lazy] {
  opacity: 0; }

.breadcrumbs {
  font-family: "uniSans";
  font-weight: normal;
  font-size: 14px;
  letter-spacing: 0.5px; }

.breadcrumb-divider,
.breadcrumb-item {
  opacity: 0.7; }

a.breadcrumb-item:hover {
  opacity: 1; }

.breadcrumb-divider {
  display: inline-block;
  padding: 0 7px; }

.prod-quantity {
  font-weight: bold;
  font-size: 12px;
  font-family: "uniSans"; }

.range-value-wrap {
  display: flex;
  align-items: center; }
  .range-value-wrap .range-value {
    border: 1px solid #f1f1f1;
    display: flex;
    align-items: center;
    padding: 13px 15px;
    font-family: "uniSans";
    font-size: 14px;
    width: 100%; }
    .range-value-wrap .range-value .range-label {
      display: inline-block;
      padding-right: 3px;
      letter-spacing: 0.3px; }
  .range-value-wrap .divider {
    display: block;
    padding: 0 7px;
    flex-shrink: 0; }
  .range-value-wrap input {
    border: none;
    background-color: #fff;
    width: 100%; }
    .range-value-wrap input:focus {
      outline: none; }

.irs--flat {
  height: 13px; }
  .irs--flat .irs-from,
  .irs--flat .irs-to {
    display: none; }
  .irs--flat .irs-max,
  .irs--flat .irs-min {
    display: none; }
  .irs--flat .irs-single {
    display: none; }
  .irs--flat .irs-line {
    height: 4px;
    background-color: #dfdfdf;
    border-radius: 0;
    top: 5px; }
  .irs--flat .irs-bar {
    top: 5px;
    height: 4px;
    background-color: #f05a00;
    border-radius: 3px; }
  .irs--flat .irs-handle {
    height: 13px;
    width: 14px;
    top: 0;
    cursor: pointer; }
    .irs--flat .irs-handle:focus > i:first-child, .irs--flat .irs-handle:hover > i:first-child {
      background-color: #f05a00; }
  .irs--flat .irs-handle > i:first-child {
    margin: 0 !important;
    width: 10px;
    height: 13px;
    display: block;
    background-color: #f05a00 !important;
    position: absolute;
    top: 0; }
    .irs--flat .irs-handle > i:first-child:after {
      content: "";
      display: block;
      position: absolute;
      top: 50%;
      transform: translateY(-50%); }
  .irs--flat .irs-handle.from > i:first-child {
    left: -50%; }
    .irs--flat .irs-handle.from > i:first-child:after {
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 6.5px 0 6.5px 7px;
      border-color: transparent transparent transparent #f05a00;
      left: 100%; }
  .irs--flat .irs-handle.to > i:first-child {
    left: calc(100% - 3px); }
    .irs--flat .irs-handle.to > i:first-child:after {
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 6.5px 7px 6.5px 0;
      border-color: transparent #f05a00 transparent transparent;
      right: 100%; }

.range-input .irs {
  margin-top: 10px;
  margin-left: 5px;
  margin-right: 4px; }

.hamburger-two {
  display: block;
  position: relative;
  width: 20px;
  height: 10px;
  transition: 0.15s; }
  .hamburger-two:after, .hamburger-two:before {
    content: "";
    position: absolute;
    display: block;
    height: 3px;
    width: 100%;
    background-color: #191919;
    transition: 0.15s;
    border-radius: 2px; }
  .hamburger-two:before {
    top: 0; }
  .hamburger-two:after {
    bottom: 0; }

/*==============================================================
*												FONTS
=============================================================== */
.c-grey,
a.c-grey {
  color: #6e6e6e !important; }

.c-grey2,
a.c-grey2 {
  color: #878787 !important; }

.c-primary,
a.c-primary {
  color: #f05a00; }

.ff-unisans {
  font-family: "uniSans"; }

.td-underline {
  text-decoration: underline; }

.fw-300 {
  font-weight: 300; }

.fw-normal {
  font-weight: normal; }

.fw-500 {
  font-weight: 500; }

.fw-bold {
  font-weight: bold; }

.fw-900 {
  font-weight: 900; }

.ls-200 {
  letter-spacing: 0.2px; }

.ls-100 {
  letter-spacing: 1px; }

.ls-150 {
  letter-spacing: 1.5px; }

.ls-3 {
  letter-spacing: 0.3px; }

.ls-4 {
  letter-spacing: 0.4px; }

.ls-5 {
  letter-spacing: 0.5px; }

.fs-italic {
  font-style: italic; }

.tt-upper {
  text-transform: uppercase; }

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

.lh-1 {
  line-height: 1.1; }

.lh-2 {
  line-height: 1.2; }

.lh-3 {
  line-height: 1.3; }

.lh-4 {
  line-height: 1.4; }

.lh-5 {
  line-height: 1.5; }

.lh-6 {
  line-height: 1.6; }

.lh-7 {
  line-height: 1.7; }

.lh-8 {
  line-height: 1.8; }

.lh-9 {
  line-height: 1.9; }

.fs-11 {
  font-size: 11px; }

.fs-12 {
  font-size: 12px; }

.fs-14 {
  font-size: 14px; }

.fs-16 {
  font-size: 16px; }

.fs-18 {
  font-size: 18px; }

.fs-20 {
  font-size: 20px; }

.fs-22 {
  font-size: 22px; }

.fs-24 {
  font-size: 24px; }
  @media (max-width: 1659.9px) {
    .fs-24 {
      font-size: 22px; } }
  @media (max-width: 991.9px) {
    .fs-24 {
      font-size: 20px; } }
  @media (max-width: 767.9px) {
    .fs-24 {
      font-size: 18px; } }
  @media (max-width: 575.9px) {
    .fs-24 {
      font-size: 16px; } }

.fs-26 {
  font-size: 26px; }

.fs-28 {
  font-size: 28px; }

.fs-32, .editor-content h2 {
  font-size: 32px; }
  @media (max-width: 1659.9px) {
    .fs-32, .editor-content h2 {
      font-size: 28px; } }
  @media (max-width: 991.9px) {
    .fs-32, .editor-content h2 {
      font-size: 24px; } }
  @media (max-width: 767.9px) {
    .fs-32, .editor-content h2 {
      font-size: 20px; } }
  @media (max-width: 575.9px) {
    .fs-32, .editor-content h2 {
      font-size: 17px; } }

.fs-40 {
  font-size: 40px; }
  @media (max-width: 1279.9px) {
    .fs-40 {
      font-size: 36px; } }
  @media (max-width: 1023.9px) {
    .fs-40 {
      font-size: 32px; } }
  @media (max-width: 991.9px) {
    .fs-40 {
      font-size: 28px; } }
  @media (max-width: 767.9px) {
    .fs-40 {
      font-size: 26px; } }
  @media (max-width: 575.9px) {
    .fs-40 {
      font-size: 20px; } }

.fs-46 {
  font-size: 46px; }

.fs-56 {
  font-size: 56px; }

.fs-68 {
  font-size: 68px; }

.fs-72 {
  font-size: 72px; }

.fs-90 {
  font-size: 90px; }

/*==============================================================
*												HITS PREVIEW PRODUCT
=============================================================== */
.hits-preview-product {
  display: flex; }
  .hits-preview-product > * {
    width: 50%; }
  .hits-preview-product .prods-col {
    display: flex;
    flex-wrap: wrap; }
  .hits-preview-product .simple-col {
    width: 50%; }
    .hits-preview-product .simple-col:hover {
      z-index: 2;
      box-shadow: 0 2px 30px rgba(0, 0, 0, 0.15); }
  .hits-preview-product .top-col {
    width: 100%; }
    .hits-preview-product .top-col img {
      display: block;
      margin: 0 auto;
      max-height: 200px; }
    .hits-preview-product .top-col:hover {
      z-index: 2;
      box-shadow: 0 2px 30px rgba(0, 0, 0, 0.15); }
  .hits-preview-product .slick-item {
    padding: 50px 60px; }
  .hits-preview-product .prod-title {
    margin: 0;
    line-height: 1.41; }
  .hits-preview-product .tag-wrap {
    margin-bottom: 10px; }
  .hits-preview-product .btn-row {
    padding-top: 17px; }
  .hits-preview-product img {
    max-width: 100%;
    max-height: 100%;
    flex-shrink: 0;
    width: auto; }
  .hits-preview-product .slider-wrap {
    border-right: 1px solid #f1f1f1; }
    .hits-preview-product .slider-wrap:hover {
      z-index: 2;
      box-shadow: 0 2px 30px rgba(0, 0, 0, 0.15); }
    .hits-preview-product .slider-wrap .thumb {
      display: flex;
      align-items: center;
      justify-content: center;
      height: 340px;
      margin-bottom: 32px; }
  .hits-preview-product .slick-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10; }
    .hits-preview-product .slick-arrow.has-focus {
      transform: translateY(-50%) scale(0.99); }
  .hits-preview-product .prev-arrow {
    left: 20px; }
  .hits-preview-product .next-arrow {
    right: 20px; }
  @media (min-width: 992px) {
    .hits-preview-product .next-arrow,
    .hits-preview-product .prev-arrow {
      transition: 0.2s;
      opacity: 0;
      pointer-events: none; }
    .hits-preview-product .slider-wrap:hover .next-arrow,
    .hits-preview-product .slider-wrap:hover .prev-arrow {
      opacity: 1;
      pointer-events: all; } }
  .hits-preview-product .dots-wrap {
    position: absolute;
    right: 60px;
    bottom: 53px;
    z-index: 10; }
  .hits-preview-product .top-col {
    display: flex;
    align-items: center;
    padding: 55px 40px;
    border-bottom: 1px solid #f1f1f1; }
    .hits-preview-product .top-col > * {
      width: 50%; }
    .hits-preview-product .top-col .img-col {
      padding-left: 24px; }
    .hits-preview-product .top-col .content-col {
      padding-right: 24px; }
  .hits-preview-product .simple-prod-col {
    padding: 30px 40px;
    border-right: 1px solid #f1f1f1; }
    .hits-preview-product .simple-prod-col .thumb {
      max-height: 120px;
      display: flex;
      justify-content: center;
      margin-bottom: 10px; }
  .hits-preview-product .simple-col {
    display: flex;
    flex-direction: column; }
    .hits-preview-product .simple-col .thumb {
      margin-top: auto; }
  .hits-preview-product .prod-item-name {
    text-transform: uppercase; }
  .hits-preview-product .all-btn {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    padding-top: 10px; }
    .hits-preview-product .all-btn .text {
      display: block;
      max-width: 150px;
      text-align: center;
      padding-top: 30px; }
  .hits-preview-product .meta-block {
    display: flex;
    align-items: stretch;
    padding-top: 20px; }
    .hits-preview-product .meta-block .additional-col {
      padding-left: 20px; }
    .hits-preview-product .meta-block .mrt-price,
    .hits-preview-product .meta-block .regular-price {
      display: flex;
      align-items: flex-start; }
    .touch .hits-preview-product .meta-block .regular-price {
      display: block; }
      .touch .hits-preview-product .meta-block .regular-price .price-label {
        margin-bottom: 10px; }
    .hits-preview-product .meta-block:not(.discount-meta) .mrt-price {
      display: block; }
      .hits-preview-product .meta-block:not(.discount-meta) .mrt-price .price-label {
        margin-bottom: 14px; }
        @media (max-width: 1659.9px) {
          .hits-preview-product .meta-block:not(.discount-meta) .mrt-price .price-label {
            margin-bottom: 11px; } }
        @media (max-width: 991.9px) {
          .hits-preview-product .meta-block:not(.discount-meta) .mrt-price .price-label {
            margin-bottom: 7px; } }
        @media (max-width: 767.9px) {
          .hits-preview-product .meta-block:not(.discount-meta) .mrt-price .price-label {
            margin-bottom: 10px; } }
    .hits-preview-product .meta-block .regular-price + .mrt-price {
      padding-top: 14px; }
      @media (max-width: 1659.9px) {
        .hits-preview-product .meta-block .regular-price + .mrt-price {
          padding-top: 11px; } }
      @media (max-width: 991.9px) {
        .hits-preview-product .meta-block .regular-price + .mrt-price {
          padding-top: 7px; } }
      @media (max-width: 767.9px) {
        .hits-preview-product .meta-block .regular-price + .mrt-price {
          padding-top: 10px; } }
    .hits-preview-product .meta-block .showdown-price {
      transition: 0.2s; }
    .hits-preview-product .meta-block .regular-price {
      transition: 0.2s;
      opacity: 0;
      user-select: none; }
    .hits-preview-product .meta-block .mrt-price {
      transition: 0.2s;
      opacity: 0;
      user-select: none; }
      .touch .hits-preview-product .meta-block .mrt-price {
        display: none; }
  .hits-preview-product .prod-item:hover .mrt-price,
  .hits-preview-product .prod-item:hover .regular-price {
    opacity: 1;
    user-select: text; }
  .hits-preview-product .prod-item:hover .showdown-price {
    opacity: 0;
    user-select: none;
    pointer-events: none; }
  .hits-preview-product .prods-col .meta-block {
    padding-top: 14px; }
  @media (max-width: 991.9px) {
    .hits-preview-product {
      display: block; }
      .hits-preview-product > * {
        width: 100%; }
      .hits-preview-product .prods-col {
        position: relative; }
        .hits-preview-product .prods-col > * {
          border: none;
          border-top: 1px solid #f1f1f1;
          width: 100%; }
      .hits-preview-product .slider-wrap .thumb {
        height: 300px; }
      .hits-preview-product .slider-wrap {
        border-right: none; }
        .hits-preview-product .slider-wrap .prod-item-name {
          display: block;
          max-width: 480px;
          line-height: 1.3; }
      .hits-preview-product .dots-wrap {
        bottom: 43px;
        right: 50px; }
      .hits-preview-product .slick-arrow {
        z-index: 15; }
      .hits-preview-product .prev-arrow {
        left: 10px; }
      .hits-preview-product .next-arrow {
        right: 10px; }
      .hits-preview-product .slick-item {
        padding: 40px 50px; }
      .hits-preview-product .top-col {
        flex-direction: column-reverse;
        padding: 40px 50px; }
        .hits-preview-product .top-col > * {
          width: 100%; }
        .hits-preview-product .top-col .content-col,
        .hits-preview-product .top-col .img-col {
          padding: 0; }
        .hits-preview-product .top-col img {
          max-height: none; }
      .hits-preview-product .img-col img {
        margin-left: auto;
        margin-right: auto;
        display: block; }
      .hits-preview-product .tag-wrap {
        margin-top: 7px; }
      .hits-preview-product .simple-prod-col .thumb {
        max-height: none; }
        .hits-preview-product .simple-prod-col .thumb img {
          max-height: 200px; }
      .hits-preview-product .simple-col {
        width: 50%; }
      .hits-preview-product .simple-prod-col {
        border-right: 1px solid #f1f1f1; }
      .hits-preview-product .simple-all-col .all-btn,
      .hits-preview-product .simple-prod-col {
        padding: 40px 50px; } }
  @media (max-width: 767.9px) {
    .hits-preview-product .simple-all-col .all-btn,
    .hits-preview-product .simple-prod-col,
    .hits-preview-product .top-col {
      padding: 26px 20px 29px; }
    .hits-preview-product .hits-preview-product .btn-row {
      padding-top: 15px; }
    .hits-preview-product .slick-item {
      padding: 20px 20px 80px; }
    .hits-preview-product .slider-wrap .thumb {
      margin-bottom: 37px;
      height: 200px; }
    .hits-preview-product .slick-arrow {
      box-shadow: none; }
    .hits-preview-product .prev-arrow {
      left: 20px; }
    .hits-preview-product .next-arrow {
      right: 20px; }
    .hits-preview-product .tag-wrap {
      margin-bottom: 13px; }
    .hits-preview-product .btn-row {
      padding-top: 14px; }
    .hits-preview-product .dots-wrap {
      width: 100%;
      bottom: 23px;
      right: auto;
      display: flex;
      align-items: center;
      justify-content: center; }
    .hits-preview-product .img-col img {
      max-height: 140px; }
    .hits-preview-product .simple-col {
      width: 100%; }
    .hits-preview-product .simple-prod-col {
      border-right: none; }
    .hits-preview-product .simple-all-col {
      min-height: 280px; } }
  @media (max-width: 575.9px) {
    .hits-preview-product .slider-wrap .thumb {
      height: 150px; }
    .hits-preview-product .img-col img {
      max-width: 100%; } }
  @media (max-width: 575.9px) {
    .touch .hits-preview-product .meta-block .regular-price .price-label {
      margin-bottom: 7px; } }

/*==============================================================
*												LIST PRODUCT CARDS
=============================================================== */
.prod-cards-list {
  display: flex;
  align-items: stretch;
  flex-wrap: wrap; }

.grid-row .prod-cards-list > * {
  width: 100%; }

.cols-3 > * {
  width: calc(100% / 3); }

.cols-4 > * {
  width: 25%; }
  @media (max-width: 1279.9px) {
    .cols-4 > * {
      width: calc(100% / 3); } }
  @media (max-width: 991.9px) {
    .cols-4 > * {
      width: 50%; } }
  @media (max-width: 575.9px) {
    .cols-4 > * {
      width: 100%; } }

.prod-loop-card {
  position: relative;
  background-color: #fff;
  display: flex;
  flex-direction: column;
  border: 1px solid #f1f1f1;
  padding: 30px;
  height: 100%;
  width: 100%;
  position: relative;
  position: relative;
  transition: 0.1s; }
  .prod-loop-card .ajax-preloader {
    height: calc(100% + 80px); }
    .touch .prod-loop-card .ajax-preloader {
      height: 100%; }
  .prod-loop-card > * {
    width: 100%; }
  .prod-loop-card .tags-wrap {
    margin: 0 -2.5px -2.5px;
    min-height: 33.5px;
    padding-bottom: 5px; }
    .prod-loop-card .tags-wrap .tag {
      margin: 0 2.5px 2.5px; }
  .prod-loop-card .thumb {
    height: 140px;
    display: flex;
    margin-bottom: 30px; }
    .prod-loop-card .thumb img {
      max-width: 100%;
      max-height: 100%;
      flex-shrink: 0;
      display: block;
      margin: auto; }
    @media (max-width: 575.9px) {
      .prod-loop-card .thumb {
        height: 120px; } }
  .prod-loop-card .prod-name {
    margin-bottom: 12px; }
  .prod-loop-card .meta-block {
    display: flex;
    align-items: flex-start;
    margin-bottom: 0;
    min-height: 35px; }
  .prod-loop-card .price-wrap {
    display: flex; }
    .prod-loop-card .price-wrap .strike-text {
      display: flex;
      align-items: flex-start;
      margin-top: -2px; }
  .prod-loop-card .mrt-price,
  .prod-loop-card .regular-price {
    display: flex;
    align-items: flex-start; }
  .prod-loop-card .mrt-price {
    display: block; }
  .prod-loop-card .discount-meta .mrt-price {
    padding-top: 0;
    display: flex;
    align-items: flex-start; }
  .prod-loop-card .regular-price-col {
    width: 100px;
    flex-shrink: 0; }
  .prod-loop-card .price-label {
    margin-bottom: 3px;
    margin-right: 3px; }
  .prod-loop-card .price-wrap {
    line-height: 16.8px; }
  .prod-loop-card .mrt-price .price-label {
    padding-top: 0; }
  .prod-loop-card .price-col {
    display: flex;
    flex-direction: column;
    justify-content: space-between; }
  .prod-loop-card .currency {
    display: inline-block;
    padding-left: 3px; }
  .prod-loop-card .instock-row {
    margin-top: auto;
    margin-bottom: 20px; }
  .prod-loop-card .controls-wrap {
    display: flex;
    align-items: stretch;
    margin-left: auto;
    margin-right: auto; }
    .prod-loop-card .controls-wrap .btn {
      width: calc(100% - 110px);
      min-width: 96px;
      margin-left: auto;
      white-space: nowrap; }
  .prod-loop-card .total-row {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding-top: 18px; }
    .prod-loop-card .total-row .price-wrap {
      padding-left: 3px; }
  body:not(.grid-row) .prod-loop-card .additional-col {
    padding-left: 10px; }
  body:not(.grid-row) .prod-loop-card .mrt-price,
  body:not(.grid-row) .prod-loop-card .regular-price {
    opacity: 0;
    transition: 0.1s;
    user-select: none;
    pointer-events: none; }
  body:not(.grid-row) .prod-loop-card .showdown-price {
    transition: 0.1s; }
  body:not(.grid-row) .prod-loop-card .bottom-card {
    position: absolute;
    z-index: 2;
    top: calc(100% - 10px);
    left: 0;
    width: 100%;
    background-color: #fff;
    padding: 0 30px 20px;
    opacity: 0;
    user-select: none;
    pointer-events: none;
    transition: 0.1s;
    cursor: auto; }
  body:not(.grid-row) .prod-loop-card:hover {
    border: 1px solid #f1f1f1 !important;
    z-index: 2;
    box-shadow: 0 2px 30px rgba(0, 0, 0, 0.15); }
    body:not(.grid-row) .prod-loop-card:hover .bottom-card {
      box-shadow: 0 19px 15px rgba(0, 0, 0, 0.08); }
    body:not(.grid-row) .prod-loop-card:hover .additional-col .mrt-price,
    body:not(.grid-row) .prod-loop-card:hover .additional-col .regular-price,
    body:not(.grid-row) .prod-loop-card:hover .bottom-card {
      user-select: text;
      pointer-events: all;
      opacity: 1; }
    body:not(.grid-row) .prod-loop-card:hover .additional-col .showdown-price {
      opacity: 0;
      user-select: none;
      pointer-events: none; }
  body.touch .prod-loop-card {
    z-index: 2;
    box-shadow: 0 2px 30px rgba(0, 0, 0, 0.15); }
    body.touch .prod-loop-card .bottom-card {
      box-shadow: 0 19px 15px rgba(0, 0, 0, 0.08); }
    body.touch .prod-loop-card .additional-col .mrt-price,
    body.touch .prod-loop-card .additional-col .showdown-price,
    body.touch .prod-loop-card .bottom-card {
      user-select: text;
      pointer-events: all;
      opacity: 1; }
  body.touch .prod-loop-card .regular-price {
    display: block; }
  body.touch .prod-loop-card .mrt-price {
    display: none !important; }
  body.touch .prod-loop-card,
  body.touch .prod-loop-card:hover {
    box-shadow: none; }
    body.touch .prod-loop-card .bottom-card,
    body.touch .prod-loop-card:hover .bottom-card {
      padding: 18px 0 0;
      position: static;
      box-shadow: none; }
  @media (max-width: 991.9px) and (min-width: 768px) {
    .prod-loop-card .custom-input-number {
      width: 100px; }
    .prod-loop-card .add-cart-btn {
      width: 50%; } }
  @media (max-width: 767.9px) {
    .prod-loop-card {
      padding: 20px; }
      .prod-loop-card .tags-wrap {
        min-height: 0; } }

.touch.grid-row .prod-loop-card .top-incart-tag {
  display: none; }

.touch.grid-row .prod-loop-card .bottom-card {
  padding: 0;
  position: absolute;
  top: 0;
  min-width: 200px; }
  .touch.grid-row .prod-loop-card .bottom-card:hover {
    padding-top: 0; }
  @media (max-width: 1279.9px) {
    .touch.grid-row .prod-loop-card .bottom-card {
      min-width: 190px; } }

.touch.grid-row .prod-loop-card .showdown-price {
  display: none; }

.grid-row .prod-card-col:first-child {
  border-top: 1px solid #f1f1f1 !important; }

.grid-row .prod-loop-card {
  flex-direction: row;
  align-items: center;
  padding: 10px 20px;
  min-height: 90px;
  flex-wrap: nowrap;
  position: relative;
  overflow: hidden;
  border: 1px solid #f1f1f1 !important; }
  .grid-row .prod-loop-card .top-incart-tag {
    padding-top: 10px;
    padding-right: 10px; }
  .grid-row .prod-loop-card .thumb {
    height: auto;
    width: 60px;
    flex-shrink: 0;
    margin: 0 15px 0 0;
    height: 100%; }
  .grid-row .prod-loop-card .tags-wrap {
    min-height: auto;
    padding-bottom: 0; }
  .grid-row .prod-loop-card .prod-name a {
    display: inline-block;
    margin-top: 5px; }
  .grid-row .prod-loop-card .prod-name {
    margin: 0;
    width: calc(41.666667% - 65px);
    padding-right: 10px;
    flex-shrink: 0; }
  .grid-row .prod-loop-card .bottom-card {
    position: absolute;
    top: 0;
    right: 20px;
    height: 100%;
    width: calc(25% - 50px);
    background-color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    user-select: none;
    pointer-events: none;
    opacity: 0;
    transition: 0.15s; }
    @media (max-width: 1279.9px) and (min-width: 991.9px) {
      .grid-row .prod-loop-card .bottom-card {
        width: calc(29.16667% - 26px);
        min-width: 180px; } }
    @media (max-width: 991.9px) {
      .grid-row .prod-loop-card .bottom-card {
        width: calc(25% - 33px);
        min-width: 180px; } }
    .grid-row .prod-loop-card .bottom-card .total-row {
      padding-top: 10px;
      display: none; }
  .grid-row .prod-loop-card .top-incart-tag .text {
    display: none; }
  .grid-row .prod-loop-card .controls-wrap {
    margin-right: 0;
    display: flex;
    justify-content: flex-end; }
  .grid-row .prod-loop-card .custom-input-number {
    width: calc(50% - 5px); }
  .grid-row .prod-loop-card .add-cart-btn {
    width: calc(50% - 5px);
    margin-left: 10px; }
  .grid-row .prod-loop-card .controls-wrap {
    width: 100%; }
  body.touch .grid-row .prod-loop-card .additional-col {
    display: none; }
  .grid-row .prod-loop-card:hover {
    box-shadow: 0 2px 30px rgba(0, 0, 0, 0.1);
    z-index: 10; }
    .grid-row .prod-loop-card:hover .top-incart-tag {
      opacity: 0; }
    .grid-row .prod-loop-card:hover .bottom-card {
      opacity: 1;
      user-select: text;
      pointer-events: all; }
    .grid-row .prod-loop-card:hover .additional-col {
      display: none; }
  .grid-row .prod-loop-card .instock-row {
    margin: 0;
    display: flex;
    justify-content: center;
    width: calc(16.66666667% + 20px);
    justify-content: flex-start;
    padding-left: 10px;
    padding-right: 10px; }
    @media (max-width: 1279.9px) and (min-width: 991.9px) {
      .grid-row .prod-loop-card .instock-row {
        width: 54px;
        padding-left: 20px;
        padding-right: 20px; }
        .grid-row .prod-loop-card .instock-row .text {
          display: none; } }
  .grid-row .prod-loop-card .meta-block {
    padding-left: 10px;
    width: calc(41.666667% + 10px);
    display: flex;
    align-items: center; }
    @media (max-width: 1279.9px) {
      .grid-row .prod-loop-card .meta-block {
        width: calc(58.33333% - 44px); } }
    .grid-row .prod-loop-card .meta-block .discover-price {
      margin-left: auto;
      margin-right: auto; }
    .grid-row .prod-loop-card .meta-block .price-col {
      white-space: nowrap;
      width: calc(40% + 10px);
      padding-right: 10px; }
    .grid-row .prod-loop-card .meta-block .additional-col {
      width: calc(60% + 10px);
      padding-left: 10px;
      flex-shrink: 0; }
    .grid-row .prod-loop-card .meta-block.discount-meta .showdown-price {
      display: none;
      position: relative; }
    .grid-row .prod-loop-card .meta-block.discount-meta .mrt-price .price-label {
      line-height: 16.8px;
      margin-bottom: 0; }

/*==============================================================
*												LEFT SIDEBAR
=============================================================== */
.has-left-sidebar {
  display: flex;
  align-items: stretch; }
  .has-left-sidebar > .left-sidebar {
    flex-shrink: 0;
    flex-grow: 0;
    width: 315px;
    padding-right: 15px; }
  .has-left-sidebar > .content-col {
    width: calc(100% - 315px - 15px);
    padding-left: 15px; }
  @media (max-width: 991.9px) {
    .has-left-sidebar {
      display: block; }
      .has-left-sidebar > * {
        width: 100% !important;
        padding-left: 0 !important;
        padding-right: 0 !important; } }

/*==============================================================
*												FILTER
=============================================================== */
.cat-filter {
  background-color: #fff;
  padding: 35px 30px;
  font-family: "uniSans"; }
  .cat-filter .filter-block {
    margin-bottom: 40px; }
  .cat-filter .filter-footer .btn {
    width: 100%; }
  .cat-filter .full-underline {
    padding-bottom: 35px;
    margin-bottom: 35px;
    transform: translateX(-30px);
    width: calc(100% + 60px);
    padding-left: 30px;
    padding-right: 30px;
    border-bottom: 1px solid #f1f1f1; }
  .cat-filter .filter-block-title {
    font-family: "PF BeauSans Pro";
    text-transform: uppercase;
    font-size: 14px;
    margin-bottom: 15px; }
  .cat-filter .type-list .list-item:not(:last-child) {
    margin-bottom: 12px; }
  .cat-filter .type-checkbox .check-wrap {
    display: flex; }
  .cat-filter .type-checkbox .check-wrap:not(:last-child) {
    margin-bottom: 15px; }
  .cat-filter .custom-select {
    background-color: #fff; }
  @media (max-width: 991.9px) {
    .cat-filter {
      padding: 0; }
      .cat-filter .filter-body {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100vh;
        transition: 0.2s;
        z-index: 100;
        background-color: #fff;
        overflow: auto;
        padding: 40px 20px 120px;
        pointer-events: none;
        opacity: 0;
        transform: translateX(100%); }
      .cat-filter .filter-form {
        overflow: hidden;
        max-width: 500px;
        margin-left: auto;
        margin-right: auto; }
      .cat-filter .mobile-btn {
        display: flex;
        align-items: center;
        justify-content: space-between;
        cursor: pointer;
        padding: 15px; }
      .cat-filter .close-filter-btn {
        top: 25px;
        right: 25px;
        display: block;
        position: absolute; }
        .cat-filter .close-filter-btn svg {
          width: 20px;
          height: 20px; }
      .cat-filter .custom-select .list {
        max-height: 200px;
        overflow: auto; }
      .cat-filter .filter-form > *:nth-last-child(2) .custom-select .list,
      .cat-filter .filter-form > *:nth-last-child(3) .custom-select .list {
        top: auto;
        bottom: 100%; } }
  @media (max-width: 575.9px) {
    .cat-filter {
      margin-bottom: 20px; }
      .cat-filter .filter-body {
        padding-bottom: 150px; }
      .cat-filter .filter-form {
        max-width: none;
        width: 100%; } }

.filter-is-open .filter-body {
  transform: none;
  opacity: 1;
  pointer-events: all; }

/*==============================================================
*												SLIDER COUNT PRODS
=============================================================== */
.js-prods-count-slider .title-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 15px;
  text-transform: uppercase; }

.js-prods-count-slider .section-title {
  margin: 0; }

.js-prods-count-slider .slider-controls {
  display: flex;
  align-items: center; }

.js-prods-count-slider .has-hover {
  z-index: 10; }

.js-prods-count-slider .count-wrap {
  display: block;
  padding-left: 10px;
  padding-right: 10px;
  font-weight: bold;
  font-size: 14px; }

.js-prods-count-slider .slick-list {
  padding: 25px 25px 70px;
  transform: translateX(-25px);
  width: calc(100% + 50px); }

.js-prods-count-slider .slick-item {
  transition: 0.2s; }

.js-prods-count-slider .slick-item:not(.slick-active) {
  opacity: 0;
  pointer-events: none;
  user-select: none;
  transform: scale(0.5); }

@media (max-width: 991.9px) {
  .js-prods-count-slider .slider-controls {
    position: absolute;
    bottom: 60px;
    left: 20px;
    z-index: 10; }
  .js-prods-count-slider .slick-list {
    padding-bottom: 110px; }
  .js-prods-count-slider .title-row {
    margin-bottom: 0; } }

@media (max-width: 991.9px) {
  body:not(.grid-row) .js-prods-count-slider .bottom-card {
    position: static;
    display: block;
    opacity: 1;
    pointer-events: all;
    padding: 20px 0 0;
    box-shadow: none !important; }
  body:not(.grid-row) .js-prods-count-slider .additional-col {
    pointer-events: all;
    opacity: 1; }
  body:not(.grid-row) .js-prods-count-slider .controls-wrap {
    max-width: none; } }

body.touch:not(.grid-row) .js-prods-count-slider .bottom-card {
  position: static;
  display: block;
  opacity: 1;
  pointer-events: all;
  padding: 20px 0 0;
  box-shadow: none !important; }

body.touch:not(.grid-row) .js-prods-count-slider .additional-col {
  pointer-events: all;
  opacity: 1; }

body.touch:not(.grid-row) .js-prods-count-slider .controls-wrap {
  max-width: none; }

/*==============================================================
*												SECTION SIDEBAR
=============================================================== */
.section-sidebar {
  background-color: #f6f6f6; }
  .section-sidebar .section-title {
    margin-bottom: 40px; }
  .section-sidebar .left-col {
    width: 100%; }
  .section-sidebar .right-col {
    flex-shrink: 0;
    flex-grow: 0; }
  .section-sidebar .sidebar-item {
    background-color: #fff;
    padding: 40px; }
    .section-sidebar .sidebar-item:not(:last-child) {
      margin-bottom: 15px; }
  @media (min-width: 1280px) {
    .section-sidebar .content-wrap {
      display: flex;
      align-items: stretch; }
    .section-sidebar .left-col {
      padding-right: 15px; }
    .section-sidebar .right-col {
      padding-left: 15px; } }
  @media (max-width: 1279.9px) {
    .section-sidebar .right-col {
      display: flex;
      align-items: stretch;
      justify-content: space-between;
      width: 100%; }
      .section-sidebar .right-col .sidebar-item {
        margin-bottom: 0;
        width: calc(50% - 15px); } }
  @media (max-width: 575.9px) {
    .section-sidebar .right-col {
      display: block; }
      .section-sidebar .right-col .sidebar-item {
        width: 100%; } }

/*==============================================================
*												ADVANTAGES LIST
=============================================================== */
.adv-list {
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
  margin: 0 -10px -40px; }
  .adv-list .adv-col {
    width: 25%;
    padding: 0 10px 40px; }
  .adv-list .adv-item {
    display: flex;
    align-items: center; }
    .adv-list .adv-item img {
      flex-shrink: 0;
      flex-grow: 0;
      max-width: 50%;
      max-height: 50%;
      display: block;
      margin-right: 20px; }
    .adv-list .adv-item .title {
      margin: 0;
      max-width: 171px; }
  @media (max-width: 991.9px) {
    .adv-list .adv-col {
      width: 50%; } }
  @media (max-width: 767.9px) {
    .adv-list .adv-col {
      width: 100%; } }

/*==============================================================
*												PARTENRS LISDT
=============================================================== */
.partners-list {
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0 -15px -15px; }
  .partners-list .partner-col {
    padding: 0 15px 15px; }
  .partners-list .partner-item {
    display: flex;
    height: 100%;
    align-items: center;
    justify-content: center; }
    .partners-list .partner-item img {
      flex-shrink: 0;
      max-width: 190px;
      max-height: 90px; }
  .partners-list a.partner-item:hover {
    opacity: 0.6; }
  @media (max-width: 767.9px) {
    .partners-list {
      margin: -30px; }
      .partners-list img {
        max-width: 100% !important; }
      .partners-list .partner-col {
        width: 50%;
        padding: 30px; } }

/*==============================================================
*												DOM ACCORDION
=============================================================== */
.accordion-head {
  padding: 20px 0;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-right: 25px; }
  .accordion-head .title {
    margin: 0;
    padding-right: 15px; }

.accordion-ico {
  width: 30px;
  height: 2px;
  display: block;
  position: relative;
  flex-shrink: 0;
  background-color: #000000;
  user-select: none;
  transition: 0.15s; }
  .accordion-ico:after {
    content: "";
    display: block;
    position: absolute;
    left: 50%;
    top: 1px;
    width: 2px;
    height: 30px;
    transform: translate(-50%, -50%);
    background-color: #000000;
    transition: 0.15s; }

.accordion-item:not(.active) .accordion-body {
  display: none; }

.accordion-item.active .accordion-ico {
  background-color: #f05a00; }
  .accordion-item.active .accordion-ico:after {
    height: 0; }

.accordion-body {
  padding-right: 85px;
  padding-bottom: 20px; }

.accordion-item {
  border-bottom: 1px solid rgba(151, 151, 151, 0.4);
  margin-bottom: 10px;
  padding-bottom: 10px; }

/*==============================================================
*												OVER MAP
=============================================================== */
.over-map {
  position: relative;
  cursor: pointer; }
  .over-map.active:after {
    opacity: 0;
    pointer-events: none; }
  .over-map:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 50;
    background-color: rgba(0, 0, 0, 0.05);
    transition: 0.2s; }

/*==============================================================
*												TIMEOUT ALERT
=============================================================== */
.timeout-alert {
  background-color: #fff;
  border-radius: 2px;
  display: flex;
  align-items: stretch;
  padding: 15px 40px 20px 15px;
  margin-bottom: 20px;
  transition: 0.3s;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
  position: fixed;
  top: 60px;
  right: 10px;
  z-index: 1000;
  width: 300px; }
  .navbar-is-fixed .timeout-alert {
    top: 100px; }
  @media (max-width: 991.9px) {
    .timeout-alert {
      top: 20px !important; } }
  .timeout-alert:not(.visible) {
    opacity: 0;
    transform: translateY(50px) scale(0.5); }
  .timeout-alert.in-close {
    pointer-events: none;
    user-select: none;
    transform: translateX(200px) scale(0.5) rotateY(90deg);
    opacity: 0; }
  .timeout-alert .close-alert {
    position: absolute;
    right: 10px;
    top: 10px;
    user-select: none; }
  .timeout-alert .content-col {
    padding-left: 10px;
    font-size: 12px;
    letter-spacing: 0.4px;
    font-family: "uniSans"; }
  .timeout-alert .ico-col {
    display: flex;
    align-items: center; }
    .timeout-alert .ico-col svg {
      flex-shrink: 0; }

/*==============================================================
*												MOBILE CATALOG
=============================================================== */
.mobile-catalog-list .logo-row {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-bottom: 30px;
  margin-bottom: 22px;
  border-bottom: 3px solid #dfdfdf; }

.mobile-catalog-list .cat-title {
  padding: 10px 0; }
  .mobile-catalog-list .cat-title .svg-stroke {
    transition: 0.15s;
    stroke: #000; }
  .mobile-catalog-list .cat-title.active {
    color: #f05a00; }
    .mobile-catalog-list .cat-title.active .svg-stroke {
      stroke: #f05a00; }

.mobile-catalog-list .cat-menu-wrap {
  padding: 10px 0;
  display: none; }

.mobile-catalog-list .cat-menu {
  margin: 0;
  padding: 0;
  margin-left: 17px; }
  .mobile-catalog-list .cat-menu .cat-menu {
    margin-top: 10px; }
    .mobile-catalog-list .cat-menu .cat-menu li a {
      color: rgba(0, 0, 0, 0.6); }

.mobile-catalog-list .supplier-cat:not(:last-child) {
  margin-bottom: 70px; }

.mobile-catalog-list .cat-menu-item:not(:last-child) {
  margin-bottom: 8px; }
  @media (max-width: 991.9px) {
    .mobile-catalog-list .cat-menu-item:not(:last-child) {
      margin-bottom: 12px; } }

.mobile-catalog-list img {
  max-width: 100%; }

/*==============================================================
*												SIDEBAR CART DELIVERY
=============================================================== */
.section-sidebar .cart-delivery {
  padding-top: 30px;
  padding-bottom: 30px; }

.cart-delivery .delivery-head {
  display: flex;
  align-items: center;
  padding-bottom: 20px; }
  .cart-delivery .delivery-head .ico svg {
    width: 18px;
    height: 18px; }
  .cart-delivery .delivery-head .text {
    display: block;
    padding-left: 10px; }

.cart-delivery .delivery-content {
  padding-top: 25px;
  border-top: 1px solid rgba(151, 151, 151, 0.4); }

.cart-delivery .delivery-row {
  display: flex;
  margin-bottom: 5px; }
  .cart-delivery .delivery-row .price-wrap {
    padding-left: 3px; }

@media (max-width: 1279.9px) {
  .cart-delivery {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column; }
    .cart-delivery .delivery-head {
      margin-top: 39px; }
    .cart-delivery .delivery-content {
      width: 100%; }
    .cart-delivery .delivery-row {
      align-items: center;
      justify-content: center; } }

@media (max-width: 767.9px) {
  .cart-delivery .delivery-head {
    margin-top: 20px; } }

@media (max-width: 575.9px) {
  .cart-delivery {
    display: block;
    margin-top: 30px; }
    .cart-delivery .delivery-head {
      margin-top: 10px; }
    .cart-delivery .delivery-row {
      justify-content: flex-start; } }

.left-arrow-wrap {
  margin-right: 8px; }
  @media (max-width: 767.9px) {
    .left-arrow-wrap {
      margin-right: 15px; } }

.right-arrow-wrap {
  margin-left: 8px; }
  @media (max-width: 767.9px) {
    .right-arrow-wrap {
      margin-left: 15px; } }

.showdown-price {
  position: absolute; }
  .showdown-price .price-label {
    margin-bottom: 15px; }
    @media (max-width: 1659.9px) {
      .showdown-price .price-label {
        margin-bottom: 11px; } }
    @media (max-width: 991.9px) {
      .showdown-price .price-label {
        margin-bottom: 7px; } }
    @media (max-width: 767.9px) {
      .showdown-price .price-label {
        margin-bottom: 2px; } }

.prod-loop-card .showdown-price .price-label {
  margin-bottom: 5px; }

.modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: 1000;
  background-color: rgba(0, 0, 0, 0.4);
  transition: 0.3s; }
  .modal .modal-content {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    max-width: 675px;
    background-color: #fff;
    transition: 0.2s;
    padding: 80px;
    display: flex;
    overflow: auto; }
    .modal .modal-content .content {
      width: 100%;
      margin-top: auto;
      margin-bottom: auto; }
      .browser-edge .modal .modal-content .content {
        padding-bottom: 80px; }
    @media (max-width: 991.9px) {
      .modal .modal-content {
        padding-bottom: 140px; } }
    @media (max-width: 767.9px) {
      .modal .modal-content {
        align-items: flex-start; } }
  .modal.align-start .modal-content {
    display: block; }
  .modal .close-btn {
    position: absolute;
    top: 10px;
    right: 0;
    padding: 23px 10px;
    width: 60px;
    height: 56px;
    background-size: auto auto;
    background-position: center center;
    background-repeat: no-repeat;
    background-image: url("../img/svg/close-000.svg"); }
    .modal .close-btn svg {
      display: none !important; }
  .modal .modal-title {
    font-size: 32px;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 40px; }
    @media (max-width: 1279.9px) {
      .modal .modal-title {
        font-size: 28px; } }
    @media (max-width: 991.9px) {
      .modal .modal-title {
        font-size: 24px;
        margin-bottom: 35px; } }
    @media (max-width: 767.9px) {
      .modal .modal-title {
        font-size: 20px; } }
    @media (max-width: 575.9px) {
      .modal .modal-title {
        font-size: 16px;
        margin-bottom: 30px;
        margin-top: 3px;
        line-height: 20px; } }
  .modal .modal-subtitle {
    margin-top: -20px;
    margin-bottom: 20px; }
    @media (max-width: 991.9px) {
      .modal .modal-subtitle {
        margin-top: -15px; } }
    @media (max-width: 575.9px) {
      .modal .modal-subtitle {
        margin-top: -15px; } }
  .modal:not(.visible) {
    pointer-events: none;
    user-select: none;
    opacity: 0; }
    .modal:not(.visible) .modal-content {
      transform: translateX(100%); }
  .modal .form-col {
    margin-bottom: 20px; }
  .modal .check-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 30px; }
  .modal .form .btn-row {
    padding-top: 10px; }
    .modal .form .btn-row .btn {
      min-width: auto;
      width: calc(50% - 19px); }
      @media (max-width: 575.9px) {
        .modal .form .btn-row .btn {
          width: 100%; } }
  .modal .modal-foot {
    border-top: 1px solid #d9d9d9;
    margin-top: 60px;
    padding-top: 40px;
    text-align: center; }
  @media (max-width: 767.9px) {
    .modal .content {
      margin: 0 !important; }
    .modal .modal-content {
      padding: 25px 20px;
      padding-bottom: 140px;
      max-width: 100%; } }

/*==============================================================
*											MODAL ORDER DETAILS
=============================================================== */
@media (max-width: 767.9px) {
  .modal-order_details .modal-title {
    font-size: 24px; } }

.modal-order_details .modal-content {
  max-width: 745px; }

.modal-order_details .modal-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 33px; }

.modal-order_details .modal-title {
  margin-bottom: 10px; }

.modal-order_details .order-review-row {
  border-bottom: 1px solid #d9d9d9;
  display: flex;
  margin-bottom: 20px;
  padding-bottom: 20px; }
  .modal-order_details .order-review-row img {
    width: 70px; }

.modal-order_details .alert-block {
  margin: 20px 0px 40px 0px; }

.modal-order_details .title-col {
  width: 270px;
  flex-shrink: 0;
  padding-left: 30px;
  padding-right: 20px; }
  .modal-order_details .title-col .title {
    display: inline-block;
    margin-bottom: 5px; }

.modal-order_details .price-col {
  padding-left: 20px;
  padding-right: 40px; }

.modal-order_details .modal-foot {
  margin: 0;
  padding: 0;
  border: none;
  padding-top: 10px; }

.modal-order_details .foot-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px; }

.modal-order_details .ticket-row {
  padding-top: 30px; }

.modal-order_details .download-ticket {
  text-align: center;
  font-family: "uniSans";
  font-size: 12px;
  letter-spacing: 0.4px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 40px;
  text-decoration: underline;
  background-color: #6e6e6e; }

@media (max-width: 767.9px) {
  .modal-order_details .modal-head {
    display: block;
    margin-bottom: 40px; }
    .modal-order_details .modal-head .status-tag {
      margin-top: 30px; }
  .modal-order_details .order-review-row {
    flex-wrap: wrap;
    padding-bottom: 30px;
    margin-bottom: 30px; }
    .modal-order_details .order-review-row .thumb-col {
      width: 95px;
      padding-right: 25px; }
      .modal-order_details .order-review-row .thumb-col img {
        width: 100%; }
    .modal-order_details .order-review-row .title-col {
      padding: 0;
      width: calc(100% - 95px); }
  .modal-order_details .price-col,
  .modal-order_details .total-col {
    padding: 0;
    width: 50%;
    padding-top: 25px; }
  .modal-order_details .price-col {
    padding-right: 10px; }
  .modal-order_details .total-col {
    padding-left: 10px; } }

@media (max-width: 575.9px) {
  .modal-order_details .status-tag {
    width: 100%; }
  .modal-order_details .price-nds-row {
    font-size: 18px; } }

/*==============================================================
*												EDIT PERSONAL DATES
=============================================================== */
.modal-edit_personal_dates .btn-row {
  display: flex;
  align-items: center;
  justify-content: space-between; }
  .modal-edit_personal_dates .btn-row .btn {
    width: auto !important; }
  @media (min-width: 576px) {
    .modal-edit_personal_dates .btn-row {
      margin-right: -25px; } }
  @media (max-width: 575.9px) {
    .modal-edit_personal_dates .btn-row .btn {
      width: 100% !important; } }

/*==============================================================
*												MOBILE LOGIN
=============================================================== */
.modal-mobile-search input {
  border: 1px solid rgba(0, 0, 0, 0.2) !important; }

/*==============================================================
*												MOBILE CONTACTS
=============================================================== */
.modal-mobile-contacts .btn-row {
  padding-top: 20px;
  padding-bottom: 20px; }

.modal-mobile-contacts .svg-fill {
  fill: #000; }

.modal-mobile-contacts .contact-link {
  display: flex;
  align-items: center;
  padding: 5px 0;
  font-size: 18px; }
  .modal-mobile-contacts .contact-link .text {
    display: block;
    padding-left: 8px; }
  .modal-mobile-contacts .contact-link .ico {
    width: 24px; }
    .modal-mobile-contacts .contact-link .ico img {
      width: 100%; }

.modal-mobile-contacts .time-work {
  padding-top: 20px; }

.modal-mobile-contacts address {
  font-style: normal;
  font-size: 12px; }

.modal-mobile-contacts .email-row {
  font-size: 12px;
  padding-top: 20px; }

@media (max-width: 420px) {
  .modal-mobile-contacts .btn {
    min-width: auto;
    width: 100%; } }

/*==============================================================
*												SUCCESS MODAL
=============================================================== */
.success-modal .check-ico-wrap {
  margin-bottom: 60px; }

.success-modal .btn-row {
  padding-top: 60px; }

@media (max-width: 767.9px) {
  .success-modal .check-ico-wrap {
    margin-bottom: 40px; }
    .success-modal .check-ico-wrap svg {
      width: 40px;
      height: 40px; }
  .success-modal .btn-row {
    padding-top: 40px; } }

/*==============================================================
*												MOBILE CONTACTS MODAL
=============================================================== */
@media (max-width: 991.9px) {
  .modal-mobile-contacts .btn-row.center {
    justify-content: flex-start; } }

/*==============================================================
*												EDIT PERSONAL DATES
=============================================================== */
.modal-edit_personal_dates .large-col {
  width: 60%; }

.modal-edit_personal_dates .small-col {
  width: 40%; }

@media (max-width: 575.9px) {
  .modal-edit_personal_dates .large-col,
  .modal-edit_personal_dates .small-col {
    width: 100%; }
  .modal-edit_personal_dates .large-col {
    margin-bottom: 30px; }
  .modal-edit_personal_dates .form-col {
    flex-wrap: wrap; }
  .modal-edit_personal_dates .btn {
    width: 100%; } }

/*==============================================================
*												HEADER
=============================================================== */
.header {
  position: relative;
  z-index: 50; }
  .header .top-bar {
    background-color: #fff;
    min-height: 50px; }
    .header .top-bar a {
      display: flex;
      align-items: center;
      height: 100%;
      padding-top: 12px;
      padding-bottom: 12px; }
    .header .top-bar .link-item a {
      padding-top: 0;
      padding-bottom: 0; }
    .header .top-bar .menu-label {
      display: block;
      padding-top: 16px;
      padding-bottom: 16px;
      position: relative; }
    .header .top-bar .current-menu-item .menu-label:after {
      content: "";
      display: block;
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 2px;
      background-color: #f05a00; }
  .header .header-profile .dropdown {
    height: 100%; }
  .header .header-profile .dropdown-content {
    top: 100%;
    right: 0;
    left: auto;
    transform-origin: top right;
    padding: 10px 0;
    border-radius: 2px; }
    .header .header-profile .dropdown-content .current-menu-item {
      font-weight: bold; }
    .header .header-profile .dropdown-content a {
      display: block;
      padding: 10px 33px 10px 25px;
      font-size: 12px; }
      .header .header-profile .dropdown-content a:hover {
        opacity: 0.6; }
  .header .header-profile .dropdown.active .toggle-dropdown {
    color: #fff; }
  .header .top-bar-col {
    display: flex;
    align-items: stretch;
    margin-left: -20px;
    margin-right: -20px; }
    .header .top-bar-col > * a {
      padding-left: 20px;
      padding-right: 20px; }
  .header .top-bar .container {
    display: flex;
    align-items: stretch;
    padding-right: 0 !important; }
  .header .user-links {
    margin: 0 0 0 auto;
    border-left: 1px solid #d9d9d9; }
  .header .login-item a {
    padding-left: 36px;
    padding-right: 42px; }
  .header .register-item a {
    padding-left: 21px;
    padding-right: 23px; }
  .header .top-bar-col.links {
    padding-left: 40px; }
  .header .border-link-item {
    position: relative; }
    .header .border-link-item:after {
      content: "";
      display: block;
      position: absolute;
      top: 50%;
      right: 0;
      height: 22px;
      width: 1px;
      transform: translateY(-50%);
      background-color: #d9d9d9; }
      @media (max-width: 991.9px) {
        .header .border-link-item:after {
          display: none; } }
  .header .svg-fill,
  .header .svg-stroke {
    transition: 0.15s; }
  .header .login-item a:hover .svg-fill {
    fill: #f05a00; }
  .header .login-item a:hover .svg-stroke {
    stroke: #f05a00; }
  .header .bottom-bar {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background-color: transparent;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), transparent); }
    .header .bottom-bar a {
      color: #fff; }
  .header .logo-link {
    display: block; }
  .header .catalog-btn {
    display: flex;
    align-items: center;
    justify-content: center; }
    .header .catalog-btn .text {
      display: inline-block;
      margin-left: 17px; }
  .header .bottom-bar-wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 28px;
    padding-bottom: 28px;
    position: relative;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2); }
    @media (max-width: 991.9px) {
      .header .bottom-bar-wrap {
        justify-content: space-between; } }
  .header .logo-col {
    padding-right: 10px; }
  .header .search-form {
    width: 100%; }
  .header .search-col {
    padding-right: 20px;
    width: 44%;
    max-width: 700px; }
  .header .contacts-col {
    padding-left: 20px;
    padding-right: 15px; }
    .header .contacts-col .dropdown-content .phone-row .ico > * {
      width: 20px; }
    .header .contacts-col .dropdown-content .phone-row .text {
      position: relative;
      top: -3px;
      left: 4px; }
    .header .contacts-col .dropdown.active .toggle-dropdown {
      color: #000; }
      .header .contacts-col .dropdown.active .toggle-dropdown .svg-fill {
        fill: #000; }
      .header .contacts-col .dropdown.active .toggle-dropdown .svg-stroke {
        stroke: #000; }
  .header .hamburger {
    padding: 0; }
    .header .hamburger:hover {
      opacity: 1; }
  .header .hamburger-box,
  .header .hamburger-inner,
  .header .hamburger-inner:after,
  .header .hamburger-inner:before {
    width: 20px; }
  .header .hamburger-inner,
  .header .hamburger-inner:after,
  .header .hamburger-inner:before,
  .header .hamburger.is-active .hamburger-inner,
  .header .hamburger.is-active .hamburger-inner:after,
  .header .hamburger.is-active .hamburger-inner:before {
    background-color: #fff;
    transition: 0.15s; }
  .header .hamburger-inner,
  .header .hamburger-inner:after,
  .header .hamburger-inner:before {
    border-radius: 0; }
  .header .hamburger-inner,
  .header .hamburger-inner:after,
  .header .hamburger-inner:before {
    height: 2px; }
  .header .hamburger-inner:before {
    top: -5px; }
  .header .hamburger-inner:after {
    bottom: -5px; }
  .header .hamburger {
    height: 22px; }
  .header .contacts-col .toggle-dropdown {
    display: flex;
    align-items: center;
    justify-content: center;
    white-space: nowrap;
    line-height: 0; }
    .header .contacts-col .toggle-dropdown svg {
      width: 20px; }
    .header .contacts-col .toggle-dropdown .text {
      display: inline-block;
      padding-left: 7px;
      padding-right: 20px; }
    .header .contacts-col .toggle-dropdown .arrow {
      flex-shrink: 0;
      position: relative; }
  .header .contacts-col .links-row {
    padding-top: 5px;
    margin: 0 -10px -10px;
    display: flex;
    align-items: center;
    justify-content: space-between; }
    .header .contacts-col .links-row a {
      display: inline-block;
      margin: 0 10px 10px; }
  .header .dropdown .content a {
    color: #000; }
  .header .dropdown .toggle-dropdown:hover {
    opacity: 0.6; }
  .header .dropdown .svg-fill,
  .header .dropdown .svg-stroke {
    transition: 0.15s; }
  .header .dropdown.active .toggle-dropdown {
    opacity: 1; }
  .header .work-time-row {
    padding-top: 15px; }
  .header .request-call-row {
    padding-top: 12px; }
  .header .address-row {
    padding-top: 20px;
    line-height: 1.5; }
  .header .email-row {
    padding-top: 15px; }
  .header .mob-btn-col {
    display: none; }
  @media (max-width: 1536px) {
    .header .top-bar > * a {
      padding-left: 15px;
      padding-right: 15px; }
    .header .top-bar-col {
      margin-left: -15px; }
      .header .top-bar-col.user-links {
        margin-left: auto; }
    .header .search-col {
      width: 40%;
      max-width: 640px; }
    .header .mob-btn-col {
      display: block; } }
  @media (max-width: 1440px) {
    .header .search-col {
      width: 36%;
      max-width: 480px; } }
  @media (max-width: 1320px) {
    .header .border-link-item a .text {
      display: none; }
    .header .border-link-item a .ico {
      margin: 0; }
    .header .top-cart .text {
      display: none; }
    .header .top-cart .ico {
      margin-right: 10px; }
    .header .logo-link svg {
      width: 125px;
      height: 56px; }
    .header .search-col {
      width: 40%;
      max-width: 640px; } }
  @media (max-width: 1200px) {
    .header .search-col {
      padding-right: 10px;
      width: 32%;
      max-width: 400px; }
    .header .contacts-col {
      padding-left: 10px; } }
  @media (max-width: 991.9px) {
    .header .border-link-item a .text {
      display: inline-block;
      padding-left: 10px;
      padding-bottom: 2px; }
    .header .border-link-item a {
      display: flex !important;
      align-items: center; }
    .header .top-bar {
      display: none; }
    .header .logo-col,
    .header .mob-btn-col {
      position: relative;
      z-index: 5; }
    .header .mob-btn-col {
      display: flex;
      align-items: center; }
      .header .mob-btn-col .open-mobile-menu {
        transition: none;
        display: block;
        padding: 23px 20px;
        margin-right: -20px; }
    .header .user-link-item {
      margin-right: 0; }
      .header .user-link-item .ico {
        display: flex; } }

/*==============================================================
*												MOBILE PROFILE MENU
=============================================================== */
.header .mob-profile-col {
  margin-left: auto;
  position: relative; }

.header .mobile-profile-menu {
  position: absolute;
  top: 76px;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.4);
  transition: 0.2s;
  opacity: 0;
  pointer-events: none; }
  .header .mobile-profile-menu .menu-content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    background-color: #fff;
    padding-top: 20px;
    padding-bottom: 20px;
    transition: 0.2s;
    transform: scale(0.5);
    opacity: 0;
    transform-origin: top right; }
    .header .mobile-profile-menu .menu-content .mob-profile-link {
      display: block;
      padding: 10px 25px;
      font-size: 12px;
      letter-spacing: 0.4px;
      font-family: "uniSans"; }
      .header .mobile-profile-menu .menu-content .mob-profile-link:hover {
        opacity: 0.6; }
      .header .mobile-profile-menu .menu-content .mob-profile-link.current-menu-item {
        font-weight: bold; }
  .header .mobile-profile-menu .close-menu {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 20px;
    height: 20px;
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 20; }
    .header .mobile-profile-menu .close-menu .svg-fill {
      fill: #6e6e6e; }

.header .mob-profile-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  position: relative; }
  .header .mob-profile-btn .svg-fill {
    fill: #000; }
  .header .mob-profile-btn:after {
    content: "";
    display: block;
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    opacity: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 4px 3.5px 0 3.5px;
    border-color: #f05a00 transparent transparent transparent; }

.profile-menu-is-open .mob-profile-btn {
  background-color: #f05a00; }
  .profile-menu-is-open .mob-profile-btn .svg-fill {
    fill: #fff; }
  .profile-menu-is-open .mob-profile-btn:after {
    opacity: 1; }

.profile-menu-is-open .mobile-profile-menu {
  opacity: 1;
  pointer-events: all; }
  .profile-menu-is-open .mobile-profile-menu .menu-content {
    transform: none;
    opacity: 1; }

/*==============================================================
*												MOBILE MENU
=============================================================== */
.mobile-menu {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: #fff;
  padding-top: 76px;
  transition: 0.2s;
  opacity: 0;
  transform: translateX(100%);
  pointer-events: none; }
  .mobile-menu .mobile-menu-content {
    padding: 20px 20px 90px;
    height: 100%;
    overflow: auto; }
  .mobile-menu .border-link-item:not(:last-child) {
    margin-bottom: 20px; }
  .mobile-menu .border-link-item a {
    display: inline-block; }
  .mobile-menu .mobile-links {
    display: block;
    margin-top: 30px;
    padding-top: 30px;
    border-top: 1px solid #dfdfdf; }
  .mobile-menu .link-item {
    width: 100%; }
    .mobile-menu .link-item a {
      display: inline; }
    .mobile-menu .link-item:not(:last-child) {
      margin-bottom: 25px; }
    .mobile-menu .link-item:last-child {
      margin-bottom: 10px; }
  .mobile-menu .user-link-item {
    padding-top: 20px; }
  .mobile-menu .login-item a {
    padding: 0;
    justify-content: center;
    background-color: #fff;
    border: 1px solid #dfdfdf;
    height: 50px; }
  .mobile-menu .register-item a {
    justify-content: center;
    color: #fff !important;
    height: 50px; }

.mobile-menu-is-open .mobile-menu {
  transform: none;
  opacity: 1;
  pointer-events: all; }

.mobile-menu-is-open .hamburger-two:after, .mobile-menu-is-open .hamburger-two:before {
  display: none; }

.mobile-menu-is-open .open-mobile-menu {
  background-size: auto;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url("../img/svg/close-000.svg"); }

.mobile-menu-is-open .header {
  z-index: 10000; }

.mobile-menu-is-open .modal {
  z-index: 10001; }

.mobile-menu-is-open .ajax-preloader {
  z-index: 10002; }

/*==============================================================
*												FIXED HEADER
=============================================================== */
@media (min-width: 992px) {
  .is-fixed .bottom-bar {
    position: fixed;
    z-index: 100;
    top: 0;
    left: 0; } }

.light-bottom-bar, .is-fixed .bottom-bar {
  width: 100%;
  background: none;
  background-color: transparent;
  color: #000; }
  .light-bottom-bar .catalog-btn, .is-fixed .bottom-bar .catalog-btn {
    width: 135px;
    height: 50px;
    border: 1px solid #f05a00; }
    .light-bottom-bar .catalog-btn.active, .is-fixed .bottom-bar .catalog-btn.active {
      color: #fff;
      background-color: #f05a00; }
      .light-bottom-bar .catalog-btn.active:hover, .is-fixed .bottom-bar .catalog-btn.active:hover {
        opacity: 1; }
      .light-bottom-bar .catalog-btn.active .hamburger-inner, .is-fixed .bottom-bar .catalog-btn.active .hamburger-inner,
      .light-bottom-bar .catalog-btn.active .hamburger-inner:after,
      .is-fixed .bottom-bar .catalog-btn.active .hamburger-inner:after,
      .light-bottom-bar .catalog-btn.active .hamburger-inner:before,
      .is-fixed .bottom-bar .catalog-btn.active .hamburger-inner:before,
      .light-bottom-bar .catalog-btn.active .hamburger.is-active .hamburger-inner,
      .is-fixed .bottom-bar .catalog-btn.active .hamburger.is-active .hamburger-inner,
      .light-bottom-bar .catalog-btn.active .hamburger.is-active .hamburger-inner:after,
      .is-fixed .bottom-bar .catalog-btn.active .hamburger.is-active .hamburger-inner:after,
      .light-bottom-bar .catalog-btn.active .hamburger.is-active .hamburger-inner:before,
      .is-fixed .bottom-bar .catalog-btn.active .hamburger.is-active .hamburger-inner:before {
        background-color: #fff !important; }
  .light-bottom-bar .bottom-bar-bg, .is-fixed .bottom-bar .bottom-bar-bg {
    background-color: #fff;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
    position: relative;
    z-index: 10; }
  .light-bottom-bar .hamburger-inner, .is-fixed .bottom-bar .hamburger-inner,
  .light-bottom-bar .hamburger-inner:after,
  .is-fixed .bottom-bar .hamburger-inner:after,
  .light-bottom-bar .hamburger-inner:before,
  .is-fixed .bottom-bar .hamburger-inner:before,
  .light-bottom-bar .hamburger.is-active .hamburger-inner,
  .is-fixed .bottom-bar .hamburger.is-active .hamburger-inner,
  .light-bottom-bar .hamburger.is-active .hamburger-inner:after,
  .is-fixed .bottom-bar .hamburger.is-active .hamburger-inner:after,
  .light-bottom-bar .hamburger.is-active .hamburger-inner:before,
  .is-fixed .bottom-bar .hamburger.is-active .hamburger-inner:before {
    background-color: #000; }
  .light-bottom-bar .svg-text, .is-fixed .bottom-bar .svg-text {
    fill: #000; }
  .light-bottom-bar .logo-link svg, .is-fixed .bottom-bar .logo-link svg {
    height: 56px;
    width: 124px; }
  .light-bottom-bar a, .is-fixed .bottom-bar a {
    color: #000; }
  .light-bottom-bar .bottom-bar-wrap, .is-fixed .bottom-bar .bottom-bar-wrap {
    padding-top: 15px;
    padding-bottom: 13px;
    border: none; }
    @media (max-width: 991.9px) {
      .light-bottom-bar .bottom-bar-wrap, .is-fixed .bottom-bar .bottom-bar-wrap {
        padding-top: 10px;
        padding-bottom: 10px; } }
  .light-bottom-bar .toggle-dropdown .svg-fill, .is-fixed .bottom-bar .toggle-dropdown .svg-fill {
    fill: #f05a00; }
  .light-bottom-bar .search-form .input-wrap, .is-fixed .bottom-bar .search-form .input-wrap {
    border: 1px solid rgba(0, 0, 0, 0.2); }
  .light-bottom-bar .top-cart, .is-fixed .bottom-bar .top-cart {
    border: 1px solid #dfdfdf; }
  .light-bottom-bar .dropdown .arrow .svg-stroke, .is-fixed .bottom-bar .dropdown .arrow .svg-stroke {
    stroke: #000; }

/*==============================================================
*												CATALOG MENU
=============================================================== */
.header .catalog-menu {
  padding-bottom: 50px;
  transition: 0.15s;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  transform-origin: top center;
  box-shadow: 0 2px 30px rgba(0, 0, 0, 0.2); }
  .header .catalog-menu:not(.active) {
    user-select: none;
    pointer-events: none;
    opacity: 0;
    transform: translateY(-40px); }

.catalog-menu {
  background-color: #fff; }
  .catalog-menu .tabs-links {
    display: flex;
    align-items: stretch; }
  .catalog-menu .tab-nav-item {
    width: 100%; }
  .catalog-menu .tab-link {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    width: 100%;
    height: 100%;
    padding: 40px 20px; }
    .catalog-menu .tab-link:hover {
      opacity: 0.6; }
    .catalog-menu .tab-link img {
      max-width: 100%; }
    .catalog-menu .tab-link:after {
      content: "";
      display: block;
      position: absolute;
      bottom: -1px;
      left: 0;
      width: 100%;
      height: 3px;
      background-color: #f05a00;
      transition-duration: 0.2s;
      transform: rotateY(90deg); }
    .catalog-menu .tab-link.active {
      pointer-events: none; }
      .catalog-menu .tab-link.active:hover {
        opacity: 1; }
      .catalog-menu .tab-link.active:after {
        transition-delay: 0.15s;
        transform: none; }
  .catalog-menu .like-border {
    width: 100%;
    height: 1px;
    background-color: rgba(151, 151, 151, 0.4); }
  .catalog-menu .tabs-container {
    padding-top: 42px; }
  .catalog-menu .tab {
    margin: 0 -20px -20px; }
  .catalog-menu .tab.active {
    display: flex; }
  .catalog-menu .menu-col {
    padding: 0 20px 20px;
    width: 25%; }
  .catalog-menu .col-title {
    margin-bottom: 14px; }
  .catalog-menu .menu-items-list {
    margin: 0;
    padding: 0;
    margin-left: 17px;
    list-style: none;
    padding: 0;
    margin: 0; }
    .catalog-menu .menu-items-list li {
      position: relative;
      padding-left: 17px; }
      .catalog-menu .menu-items-list li:before {
        content: "";
        position: absolute;
        width: 4px;
        height: 4px;
        background-color: #000;
        top: 7px;
        left: 0;
        border-radius: 50%; }
    .catalog-menu .menu-items-list .menu-items-list {
      margin-top: 10px; }
      .catalog-menu .menu-items-list .menu-items-list li a {
        color: rgba(0, 0, 0, 0.6); }
      .catalog-menu .menu-items-list .menu-items-list li:before {
        background-color: rgba(0, 0, 0, 0.6); }
  .catalog-menu .hov-underline {
    display: inline; }
  .catalog-menu .menu-item:not(:last-child) {
    margin-bottom: 10px; }
  .catalog-menu .bottom-menu-item {
    padding-top: 20px; }

/*==============================================================
*												FRONT COVER
=============================================================== */
.front-cover .slick-item {
  padding-top: 260px;
  padding-bottom: 197px; }

.front-cover .container {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column; }
  .front-cover .container > * {
    width: 100%; }

.front-cover .content-wrap {
  max-width: 920px; }

.front-cover .slide-title {
  color: #fff;
  max-width: 920px;
  margin: 0;
  letter-spacing: 2px; }

.front-cover .slick-arrow {
  position: absolute;
  top: 50%;
  z-index: 10; }

.front-cover .dots-container {
  position: absolute;
  bottom: 28px;
  width: 100%;
  left: 0;
  z-index: 5; }

.front-cover .slick-dots {
  justify-content: center;
  margin: -10px; }
  .front-cover .slick-dots li {
    padding: 10px; }

.front-cover .btn-row {
  padding-top: 37px;
  margin: -10px; }
  .front-cover .btn-row .btn {
    margin: 10px; }

.front-cover .prev-arrow {
  left: calc((100vw - 1560px) / 2 - 10px); }
  @media (max-width: 1600px) {
    .front-cover .prev-arrow {
      left: 20px; } }

.front-cover .next-arrow {
  right: calc((100vw - 1560px) / 2 - 10px); }
  @media (max-width: 1600px) {
    .front-cover .next-arrow {
      right: 20px; } }

@media (min-width: 992px) {
  .front-cover .next-arrow,
  .front-cover .prev-arrow {
    transition: 0.2s;
    opacity: 0;
    pointer-events: none; }
  .front-cover:hover .next-arrow,
  .front-cover:hover .prev-arrow {
    opacity: 0.6;
    pointer-events: all; }
    .front-cover:hover .next-arrow:hover,
    .front-cover:hover .prev-arrow:hover {
      opacity: 1; } }

@media (max-width: 1439.9px) {
  .front-cover .content-wrap {
    padding-left: 50px;
    padding-right: 50px; } }

@media (max-width: 767.9px) {
  .front-cover .slick-item {
    padding-top: 160px;
    padding-bottom: 95px; }
  .front-cover .content-wrap {
    padding-left: 0;
    padding-right: 0; }
  .front-cover .slide-title {
    letter-spacing: normal;
    line-height: 1.2; }
  .front-cover .btn-row {
    padding-top: 40px; }
  .front-cover .btn {
    font-size: 12px; }
  .front-cover .dots-container {
    bottom: 33px; }
  .front-cover .slick-arrow {
    bottom: 35px !important; }
  .front-cover .slick-dots li {
    margin-left: 0; } }

@media (max-width: 575.9px) {
  .front-cover .btn {
    width: 100%; }
    .front-cover .btn:not(:last-child) {
      margin-bottom: 10px; } }

/*==============================================================
*												SECTION SLIM LOGOS
=============================================================== */
.section-slim_logos {
  padding-top: 0;
  padding-bottom: 0; }
  .section-slim_logos .slim-logos-list {
    display: flex;
    align-items: stretch;
    flex-wrap: wrap; }
  .section-slim_logos img {
    max-width: 200px; }
  .section-slim_logos .slim-logo-item {
    width: 25%;
    display: flex;
    align-items: stretch; }
  .section-slim_logos .slim-logo {
    transition: background 0.15s ease-in-out;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative; }
    .section-slim_logos .slim-logo:hover {
      background-color: #f6f6f6; }
    @media (min-width: 1024px) {
      .section-slim_logos .slim-logo {
        padding-bottom: 60px;
        padding-top: 60px; }
        .section-slim_logos .slim-logo:after {
          content: "";
          position: absolute;
          bottom: -1px;
          left: 0;
          width: 100%;
          transition: 0.2s;
          height: 3px;
          background-color: #f05a00; }
        .section-slim_logos .slim-logo:not(.active):after {
          transform: rotateY(90deg); } }
  .section-slim_logos .slim-logos-wrap {
    position: relative; }
  @media (max-width: 1023.9px) {
    .section-slim_logos,
    .section-slim_logos .container {
      padding: 0; }
    .section-slim_logos .slim-logo-item {
      width: 50%;
      border: 1px solid #dfdfdf;
      padding: 20px;
      min-height: 130px; } }
  @media (max-width: 767.9px) {
    .section-slim_logos img {
      max-width: 100px; }
    .section-slim_logos .slim-logo-item {
      min-height: 80px; } }

.slim-logo-dropdown {
  padding-top: 42px;
  border-top: 1px solid rgba(151, 151, 151, 0.4);
  transition: 0;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  z-index: 10;
  background-color: #fff; }
  .slim-logo-dropdown:not(.active) {
    opacity: 0;
    pointer-events: none;
    user-select: none; }
  .slim-logo-dropdown .catalog-menu {
    display: flex;
    padding-bottom: 20px; }
  .slim-logo-dropdown .menu-col {
    width: 25%; }
  .slim-logo-dropdown .more-link {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 20px;
    padding-bottom: 20px;
    border-top: 1px solid rgba(151, 151, 151, 0.4);
    box-shadow: 0 10px 10px rgba(0, 0, 0, 0.05);
    color: #979797; }
    .slim-logo-dropdown .more-link:hover {
      color: #000; }
  @media (max-width: 1023.9px) {
    .slim-logo-dropdown {
      display: none !important; } }

/*==============================================================
*												SECTION HITS
=============================================================== */
.section-hits {
  padding-bottom: 100px;
  padding-top: 94px; }
  @media (max-width: 991.9px) {
    .section-hits {
      padding-bottom: 60px;
      padding-top: 60px; } }
  @media (max-width: 767.9px) {
    .section-hits {
      padding-top: 40px;
      padding-bottom: 40px; } }
  .section-hits .container {
    position: relative;
    z-index: 5; }
  .section-hits .section-title {
    color: #fff;
    margin-bottom: 32px; }
    @media (max-width: 1659.9px) {
      .section-hits .section-title {
        margin-bottom: 35px; } }
    @media (max-width: 991.9px) {
      .section-hits .section-title {
        margin-bottom: 30px; } }
    @media (max-width: 767.9px) {
      .section-hits .section-title {
        margin-bottom: 26px; } }
  .section-hits .hits-preview-product {
    background-color: #fff;
    box-shadow: 0 5px 60px rgba(0, 0, 0, 0.15); }

.hits-slider-wrap .regular-price-col {
  width: 32%; }

@media (max-width: 767.9px) {
  .hits-slider-wrap .regular-price-col {
    width: 100px; }
  .hits-slider-wrap .price-label {
    font-size: 12px; } }

/*==============================================================
*												SECTION NOVELTY CATALOG
=============================================================== */
.section-novelty_catalog {
  padding-bottom: 100px;
  padding-top: 80px; }
  @media (max-width: 1279.9px) {
    .section-novelty_catalog {
      padding-bottom: 80px; } }
  @media (max-width: 991.9px) {
    .section-novelty_catalog {
      padding-top: 60px;
      padding-bottom: 60px; } }
  @media (max-width: 767.9px) {
    .section-novelty_catalog {
      padding-top: 50px;
      padding-bottom: 57px; } }
  .section-novelty_catalog .top-link-row {
    padding-top: 60px; }
    @media (max-width: 767.9px) {
      .section-novelty_catalog .top-link-row {
        padding-top: 40px; }
        .section-novelty_catalog .top-link-row .btn {
          font-size: 12px;
          padding-bottom: 15px;
          padding-top: 15px; } }
  .section-novelty_catalog .new-items-wrap {
    padding-bottom: 60px;
    border-bottom: 1px solid rgba(110, 110, 110, 0.4); }
    @media (max-width: 767.9px) {
      .section-novelty_catalog .new-items-wrap {
        padding-bottom: 40px; } }
  .section-novelty_catalog .sales-wrap {
    padding-top: 65px; }
    @media (max-width: 991.9px) {
      .section-novelty_catalog .sales-wrap {
        padding-top: 60px; } }
    @media (max-width: 767.9px) {
      .section-novelty_catalog .sales-wrap {
        padding-top: 40px; } }
  .section-novelty_catalog .hits-preview-product {
    background-color: #fff; }

/*==============================================================
*												SECTION PARTNERS
=============================================================== */
.section-partners {
  padding-bottom: 80px; }
  .section-partners .section-head {
    margin-bottom: 90px;
    display: flex;
    align-items: center;
    justify-content: space-between; }
  .section-partners .section-title {
    margin: 0; }
  .section-partners .slider-controls {
    display: flex;
    align-items: center; }
  .section-partners .slick-track {
    display: flex;
    align-items: stretch; }
  .section-partners .slick-item {
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 20px;
    min-height: 130px; }
    .section-partners .slick-item img {
      max-width: 100%; }
  .section-partners .slick-slider {
    transition: 0.2s; }
    .section-partners .slick-slider:not(.is-inited) {
      opacity: 0;
      height: 150px;
      overflow: hidden; }
  .section-partners .count-wrap {
    font-weight: bold; }
  @media (max-width: 991.9px) {
    .section-partners {
      padding-bottom: 60px; }
      .section-partners .section-head {
        margin-bottom: 50px; } }
  @media (max-width: 767.9px) {
    .section-partners {
      padding-top: 66px;
      padding-bottom: 108px; }
      .section-partners .section-head {
        margin-bottom: 32px; }
      .section-partners .slider-controls {
        position: absolute;
        bottom: 50px;
        left: 20px;
        z-index: 5; }
      .section-partners .slick-item {
        padding: 0 10px; }
        .section-partners .slick-item:nth-child(even) {
          padding-right: 0; }
        .section-partners .slick-item:nth-child(odd) {
          padding-left: 0; } }

/*==============================================================
*												FOOTER
=============================================================== */
.footer {
  background-color: #232323;
  color: #fff;
  font-family: "uniSans"; }
  .footer a {
    color: #fff; }
  .footer .links-row {
    padding-top: 40px;
    padding-bottom: 50px;
    display: flex;
    align-items: stretch;
    margin: 0 -20px -20px; }
  .footer .foot-col {
    width: 20%;
    padding: 0 20px 20px; }
  .footer .like-border {
    display: block;
    height: 1px;
    background-color: rgba(255, 255, 255, 0.2); }
  .footer .copyrights-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 23px;
    padding-bottom: 18px; }
    .footer .copyrights-row .right a {
      display: flex;
      align-items: center; }
      .footer .copyrights-row .right a .take-logo {
        padding-left: 15px; }
        .footer .copyrights-row .right a .take-logo svg {
          width: 55px;
          position: relative;
          margin-top: -5px;
          margin-bottom: -1px; }
    @media (max-width: 767.9px) {
      .footer .copyrights-row {
        padding-top: 20px; } }
  .footer .contacts-col {
    min-width: 338px; }
  .footer .address-col {
    min-width: 340px; }
  .footer .links-col .foot-item:not(:last-child) {
    margin-bottom: 13px; }
  .footer .contacts-col .contact-item {
    margin-bottom: 8px; }
  .footer .contacts-col .time-work-item {
    padding-top: 4px; }
  .footer .contacts-col .btn-row {
    padding-top: 25px; }
  .footer .socials-list {
    display: flex;
    align-items: stretch;
    margin: 0 -7.5px -7.5px; }
  .footer .soc-col {
    padding: 0 7.5px 7.5px; }
  .footer .soc-link {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    background-color: rgba(110, 110, 110, 0.1); }
    .footer .soc-link:hover {
      opacity: 0.6; }
  .footer .address {
    font-style: normal;
    padding-top: 20px;
    line-height: 1.45; }
  .footer .address-col .contact-link {
    padding-top: 15px; }
  @media (max-width: 1279.9px) {
    .footer .links-row {
      flex-wrap: wrap; }
    .footer .links-col {
      width: calc(100% / 3); }
    .footer .address-col,
    .footer .contacts-col {
      width: 50%;
      margin-top: 20px; } }
  @media (max-width: 991.9px) {
    .footer {
      padding-bottom: 80px; } }
  @media (max-width: 767.9px) {
    .footer .address-col,
    .footer .contacts-col {
      width: 100%; }
    .footer .contacts-col {
      margin-top: 15px; }
      .footer .contacts-col .like-border {
        margin-bottom: 40px; }
    .footer .contact-item a {
      font-size: 16px; }
    .footer .links-row {
      padding-bottom: 30px;
      padding-top: 30px; }
    .footer .copyrights-row {
      flex-direction: column;
      align-items: center;
      justify-content: center; }
      .footer .copyrights-row .left {
        margin-bottom: 20px;
        white-space: nowrap; }
    .footer .address-col,
    .footer .contacts-col {
      min-width: auto !important; } }
  @media (max-width: 575.9px) {
    .footer .links-col {
      width: 50%;
      display: none; }
      .footer .links-col:first-child {
        display: block; }
      .footer .links-col:nth-child(2) {
        display: block; }
    .footer .btn {
      width: 100%;
      min-width: auto; } }

/*==============================================================
*												SECTION SM COVER
=============================================================== */
.section-lg_cover,
.section-sm_cover {
  position: relative;
  padding-bottom: 100px;
  color: #fff; }
  .section-lg_cover a,
  .section-sm_cover a {
    color: #fff; }
  .section-lg_cover .container,
  .section-sm_cover .container {
    position: relative;
    z-index: 1; }
  .section-lg_cover .breadcrumbs,
  .section-sm_cover .breadcrumbs {
    margin-bottom: 60px; }
  @media (max-width: 1279.9px) {
    .section-lg_cover,
    .section-sm_cover {
      padding-bottom: 60px; } }
  @media (max-width: 767.9px) {
    .section-lg_cover,
    .section-sm_cover {
      padding-bottom: 45px; }
      .section-lg_cover .breadcrumbs,
      .section-sm_cover .breadcrumbs {
        margin-bottom: 10px; } }
  .section-lg_cover .btn-row,
  .section-sm_cover .btn-row {
    margin-bottom: -40px; }
    @media (max-width: 767.9px) {
      .section-lg_cover .btn-row,
      .section-sm_cover .btn-row {
        margin-bottom: -10px; } }
  .section-lg_cover .title-col .btn-row,
  .section-sm_cover .title-col .btn-row {
    margin-bottom: -10px; }
  .section-lg_cover .date,
  .section-sm_cover .date {
    margin-bottom: 20px; }

/*==============================================================
*												SECTION LG COVER
=============================================================== */
.section-lg_cover {
  padding-bottom: 140px; }
  .section-lg_cover .btn-row {
    padding-top: 40px; }
  @media (max-width: 767.9px) {
    .section-lg_cover .date {
      font-size: 12px; } }
  .section-lg_cover .section-content:not(.has-logo) {
    max-width: 900px; }
  .section-lg_cover .section-content.has-logo {
    display: flex;
    align-items: stretch; }
    .section-lg_cover .section-content.has-logo img {
      max-width: 310px;
      flex-shrink: 0; }
  .section-lg_cover .logo-col {
    display: flex;
    align-items: center;
    padding-right: 20px;
    width: 35%;
    flex-shrink: 0; }
  .section-lg_cover .title-col {
    padding-left: 97px;
    border-left: 1px solid #fff; }
  @media (max-width: 1023.9px) {
    .section-lg_cover .section-content.has-logo img {
      max-width: 100%; }
    .section-lg_cover .title-col {
      padding-left: 20px; } }
  @media (max-width: 991.9px) {
    .section-lg_cover {
      padding-bottom: 80px; }
      .section-lg_cover .btn-row {
        padding-top: 30px; }
      .section-lg_cover .logo-col {
        display: none; }
      .section-lg_cover .title-col {
        padding: 0;
        border-left: 0;
        max-width: 600px; } }
  @media (max-width: 767.9px) {
    .section-lg_cover {
      padding-bottom: 45px;
      padding-top: 125px; } }
  @media (max-width: 575.9px) {
    .section-lg_cover .btn {
      min-width: none;
      width: 100%; } }

/*==============================================================
*												SECTION CATALOG
=============================================================== */
.section-catalog {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #f6f6f6; }
  @media (max-width: 1023.9px) {
    .section-catalog {
      padding-top: 30px;
      padding-bottom: 30px; } }
  @media (max-width: 767.9px) {
    .section-catalog {
      padding-top: 20px; } }
  .section-catalog .filter-items .heading {
    display: flex;
    align-items: center;
    margin-bottom: 15px; }
    .section-catalog .filter-items .heading .title {
      letter-spacing: 0.5px; }
  .section-catalog .filter-items.no-data {
    display: none; }
  .section-catalog .reset-filter-btn {
    padding: 6px 30px 7px;
    color: #878787; }
    .section-catalog .reset-filter-btn:hover {
      color: #000; }
  .section-catalog .filter-items-list {
    display: flex;
    margin: 0 -5px -5px;
    padding-bottom: 20px; }
  .section-catalog .ppi {
    margin: 0 5px 5px;
    display: flex;
    align-items: center;
    background-color: #fff;
    font-family: UniSans;
    letter-spacing: 0.5px; }
    .section-catalog .ppi .rm-ppi {
      flex-shrink: 0;
      display: flex;
      align-items: center;
      justify-content: center;
      height: 100%;
      width: 40px; }
      .section-catalog .ppi .rm-ppi svg {
        width: 10px;
        height: 10px; }
        .section-catalog .ppi .rm-ppi svg path {
          fill: transparent;
          stroke: #878787;
          stroke-width: 1.5; }
      .section-catalog .ppi .rm-ppi:hover {
        stroke: #000; }
  .section-catalog .ppi-label {
    display: block;
    padding: 10px 5px 10px 12px; }
  .section-catalog .cat-body {
    border-top: 1px solid rgba(151, 151, 151, 0.4);
    padding-top: 10px; }
    .section-catalog .cat-body .body-top {
      display: flex;
      align-items: center;
      justify-content: space-between; }
      .section-catalog .cat-body .body-top .nice-select:after {
        right: 12px; }
  .section-catalog .controls {
    display: flex;
    align-items: center; }
  .section-catalog .body-top {
    margin-bottom: 10px; }
  .section-catalog .grid-change {
    display: flex;
    padding-left: 20px; }
    .section-catalog .grid-change > * {
      display: inline-block;
      padding: 10px; }
    .section-catalog .grid-change .svg-fill {
      transition: 0.1s;
      fill: #979797; }
      .grid-row .section-catalog .grid-change .svg-fill {
        fill: #000; }
    .section-catalog .grid-change .set-grid-col .svg-fill {
      fill: #000; }
      .grid-row .section-catalog .grid-change .set-grid-col .svg-fill {
        fill: #979797; }
    @media (max-width: 800px) {
      .section-catalog .grid-change {
        display: none; } }
  .section-catalog .body-foot {
    display: flex;
    justify-content: center;
    padding-top: 60px; }
    @media (max-width: 1023.9px) {
      .section-catalog .body-foot {
        padding-top: 30px; } }
  @media (max-width: 991.9px) {
    .section-catalog .cat-body {
      border: none; } }
  @media (max-width: 575.9px) {
    .section-catalog .cat-body .body-top {
      display: block; }
      .section-catalog .cat-body .body-top .custom-select {
        padding-left: 0; }
      .section-catalog .cat-body .body-top .controls {
        display: flex;
        align-items: center;
        justify-content: space-between; } }

@media (max-width: 1279.9px) and (min-width: 992px) {
  body:not(.grid-row) .cat-body .cols-3 > * {
    width: 50%; } }

@media (max-width: 768.9px) {
  body:not(.grid-row) .cat-body .cols-3 > * {
    width: 50%; } }

@media (max-width: 575.9px) {
  body:not(.grid-row) .cat-body .cols-3 > * {
    width: 100%; } }

/*==============================================================
*												SECTION XS COVER
=============================================================== */
.section-xs_cover {
  position: relative;
  color: #fff;
  padding-bottom: 17px; }
  .section-xs_cover a {
    color: #fff; }
  .section-xs_cover .container {
    position: relative;
    z-index: 1; }
  @media (max-width: 991.9px) {
    .section-xs_cover {
      padding: 0;
      height: 0;
      margin-bottom: 80px; }
      .section-xs_cover .breadcrumbs {
        display: none; } }

/*==============================================================
*												SECTION SINGLE PRODUCT
=============================================================== */
.section-single-product {
  padding-top: 60px;
  padding-bottom: 60px; }
  .section-single-product .discover-price-row {
    display: flex;
    padding-bottom: 40px; }
    @media (max-width: 991.9px) {
      .section-single-product .discover-price-row {
        padding-top: 40px; } }
  .section-single-product .slider-wrap {
    position: relative; }
  .section-single-product .slider-navigation {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 5; }
  .section-single-product .container {
    display: flex;
    align-items: stretch; }
    .section-single-product .container > * {
      width: 50%; }
  .section-single-product .slider-col {
    padding-right: 30px; }
  .section-single-product .content-col {
    padding-left: 30px; }
  .section-single-product .single-prod-slider .slick-track {
    display: flex;
    align-items: stretch; }
  .section-single-product .single-prod-slider .slick-item {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-left: 90px;
    height: auto; }
    .section-single-product .single-prod-slider .slick-item img {
      max-width: 100%;
      max-height: 520px; }
    .section-single-product .single-prod-slider .slick-item .iframe-wrap,
    .section-single-product .single-prod-slider .slick-item iframe {
      width: 100%;
      height: 27vw;
      max-height: 350px; }
  .section-single-product .single-prod-slider-nav {
    position: absolute;
    top: 0;
    left: 0;
    width: 80px;
    z-index: 10; }
    .section-single-product .single-prod-slider-nav img {
      max-width: 100%;
      flex-shrink: 0; }
    .section-single-product .single-prod-slider-nav .slick-item:not(:last-child) {
      margin-bottom: 30px; }
    .section-single-product .single-prod-slider-nav .slick-item {
      border: 1px solid transparent;
      cursor: pointer;
      padding: 11px 16px 9px 18px;
      user-select: none;
      position: relative; }
    .section-single-product .single-prod-slider-nav .ico-play {
      display: flex;
      align-items: center;
      justify-content: center;
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%; }
      .section-single-product .single-prod-slider-nav .ico-play svg {
        width: 26px;
        height: 26px;
        max-width: 100%;
        max-height: 100%;
        flex-shrink: 0; }
    .section-single-product .single-prod-slider-nav .slick-current {
      border-color: #f05a00;
      pointer-events: none; }
  .section-single-product .tags-wrap {
    display: flex;
    margin: 0 -5px -5px;
    padding-bottom: 15px; }
    .section-single-product .tags-wrap > * {
      margin: 0 5px 5px; }
  .section-single-product .prod-title {
    margin-top: 10px;
    margin-bottom: 35px;
    line-height: 1.2;
    letter-spacing: 2px; }
  .section-single-product .instock-row {
    margin-bottom: 35px; }
  .section-single-product .prices-row {
    display: flex;
    padding-top: 40px;
    border-top: 1px solid rgba(110, 110, 110, 0.4);
    align-items: stretch; }
    .section-single-product .prices-row > * {
      width: calc(100% / 3); }
  .section-single-product .price-col {
    width: 190px; }
  .section-single-product .mrt-price,
  .section-single-product .regular-price {
    padding-left: 30px; }
  .section-single-product .mrt-price .price-label {
    margin-bottom: 15px; }
  .section-single-product .controls-row {
    display: flex;
    padding-top: 30px;
    margin-bottom: 40px; }
    .section-single-product .controls-row .custom-input-number {
      width: 190px;
      height: 50px;
      margin-right: 30px; }
      .section-single-product .controls-row .custom-input-number .input-num-control {
        width: 40px;
        flex-shrink: 0; }
      .section-single-product .controls-row .custom-input-number input {
        width: 100%; }
      @media (max-width: 575.9px) {
        .section-single-product .controls-row .custom-input-number {
          width: 100%; } }
  .section-single-product .meta-row {
    border-top: 1px solid rgba(110, 110, 110, 0.4);
    padding-top: 45px;
    margin-bottom: 45px; }
    .section-single-product .meta-row .meta-item:not(:last-child) {
      margin-bottom: 6px; }
  .section-single-product .specifications-row .title {
    margin-bottom: 28px; }
  .section-single-product .specifications-row .spec-list {
    max-width: 500px;
    font-size: 16px;
    position: relative;
    overflow: hidden; }
  .section-single-product .specifications-row .spec-item,
  .section-single-product .specifications-row .spec-item .content {
    align-items: center;
    display: flex;
    width: 100%; }
  .section-single-product .specifications-row .spec-item:not(:last-child) {
    margin-bottom: 10px; }
  .section-single-product .specifications-row .spec-item img {
    flex-shrink: 0;
    width: 32px;
    height: 32px;
    margin-right: 15px; }
  .section-single-product .specifications-row .content {
    position: relative;
    align-items: stretch !important;
    justify-content: space-between; }
  .section-single-product .spec-label,
  .section-single-product .spec-value {
    display: block;
    z-index: 5; }
    .section-single-product .spec-label .text,
    .section-single-product .spec-value .text {
      background-color: #fff; }
  .section-single-product .spec-label {
    padding-right: 5px;
    max-width: 65%; }
    .section-single-product .spec-label .text {
      position: relative; }
      .section-single-product .spec-label .text:after {
        content: '';
        position: absolute;
        bottom: 6px;
        width: 1000%;
        height: 0;
        margin-left: 5px;
        border-top: 1px dashed #878787; }
  .section-single-product .spec-value {
    padding-left: 5px;
    white-space: nowrap;
    background-color: #fff; }
  .section-single-product .spec-label,
  .section-single-product .spec-value {
    display: flex;
    align-items: flex-end; }
  .section-single-product .spec-desc {
    padding-top: 50px;
    font-size: 16px; }
    .section-single-product .spec-desc p {
      margin-top: 25px; }
      .section-single-product .spec-desc p:first-child {
        margin-top: 0; }
  .section-single-product .big-price {
    font-size: 32px; }
  @media (max-width: 1279.9px) {
    .section-single-product .price-col {
      width: 160px;
      flex-shrink: 0; }
    .section-single-product .regular-price {
      width: 195px;
      flex-shrink: 0; }
    .section-single-product .controls-row .custom-input-number {
      width: 160px; }
    .section-single-product .controls-row .add-cart-btn {
      min-width: 175px; } }
  @media (max-width: 991.9px) {
    .section-single-product .container {
      display: block; }
      .section-single-product .container > * {
        width: 100%;
        padding-left: 0 !important;
        padding-right: 0 !important; }
    .section-single-product .prod-title {
      max-width: 640px; }
    .section-single-product .single-prod-mobile-slick {
      position: relative;
      padding-bottom: 20px; }
      .section-single-product .single-prod-mobile-slick .slick-track {
        display: flex;
        align-items: stretch; }
      .section-single-product .single-prod-mobile-slick .slick-item {
        display: flex;
        align-items: center;
        justify-content: center;
        height: auto; }
        .section-single-product .single-prod-mobile-slick .slick-item img {
          max-width: 100%;
          height: 400px; }
      .section-single-product .single-prod-mobile-slick .iframe-wrap,
      .section-single-product .single-prod-mobile-slick iframe {
        width: 100%;
        max-width: 700px;
        margin-left: auto;
        margin-right: auto; }
      .section-single-product .single-prod-mobile-slick iframe {
        height: 350px; }
      .section-single-product .single-prod-mobile-slick .append-dots {
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%; }
        .section-single-product .single-prod-mobile-slick .append-dots li {
          flex-shrink: 0;
          flex-grow: 0;
          padding: 7.5px;
          cursor: pointer; }
          .section-single-product .single-prod-mobile-slick .append-dots li button {
            width: 5px;
            height: 5px;
            border-radius: 50%;
            background-color: #979797; }
        .section-single-product .single-prod-mobile-slick .append-dots .slick-active button {
          background-color: #f05a00; }
      .section-single-product .single-prod-mobile-slick .slick-dots {
        display: flex;
        align-items: center;
        justify-content: center; }
    .section-single-product .instock-row {
      margin-bottom: 20px; }
    .section-single-product .prod-title {
      margin-bottom: 15px; }
    .section-single-product .prices-row {
      border: none;
      padding-top: 30px; }
    .section-single-product .additional-col {
      padding-left: 25px; }
    .section-single-product .controls-row {
      padding-top: 25px; }
    .section-single-product .spec-list {
      max-width: none !important; }
    .section-single-product .specifications-row {
      max-width: 640px; } }
  @media (max-width: 575.9px) {
    .section-single-product {
      padding-top: 25px;
      padding-bottom: 50px; }
      .section-single-product .tags-wrap {
        padding-bottom: 23px; }
      .section-single-product .prod-title {
        letter-spacing: 1px; }
      .section-single-product .prices-row {
        padding-top: 25px; }
      .section-single-product .single-prod-mobile-slick iframe {
        height: 250px; }
      .section-single-product .controls-row {
        display: block; }
        .section-single-product .controls-row > * {
          width: 100%; }
      .section-single-product .prod-quantity-wrap {
        margin-left: auto;
        margin-right: auto !important;
        margin-bottom: 20px; }
      .section-single-product .price-col {
        width: auto; }
      .section-single-product .big-price {
        font-size: 26px; }
      .section-single-product .additional-col {
        padding-left: 20px;
        width: 100%; }
        .section-single-product .additional-col .regular-price,
        .section-single-product .additional-col .mrt-price {
          display: flex;
          width: 100%;
          padding-left: 0; }
        .section-single-product .additional-col .regular-price {
          margin-top: 1px;
          margin-bottom: 15px; }
      .section-single-product .controls-row {
        padding-top: 17px; }
        .section-single-product .controls-row .custom-input-number {
          width: 100%;
          height: 40px; }
      .section-single-product .specifications-row .spec-item img {
        display: none; }
      .section-single-product .specifications-row .spec-item:not(:last-child) {
        margin-bottom: 30px; }
      .section-single-product .spec-desc {
        padding-top: 40px; } }

/*==============================================================
*												POPULAR ANALOGUES
=============================================================== */
.section-puplar_analogues {
  padding-bottom: 0;
  z-index: 2; }
  .section-puplar_analogues .btn.disabled {
    display: none; }
  .section-puplar_analogues .btn-row {
    padding-bottom: 60px;
    border-bottom: 1px solid rgba(110, 110, 110, 0.4); }
  .section-puplar_analogues .section-title {
    margin-bottom: 40px; }
  .section-puplar_analogues .analogues-list {
    background-color: #fff; }
  .section-puplar_analogues .btn-row {
    padding-top: 60px; }
  .section-puplar_analogues .custom-input-number {
    flex-shrink: 0; }
  .section-puplar_analogues .add-cart-btn {
    width: 100%; }
    @media (min-width: 1024px) {
      .section-puplar_analogues .add-cart-btn {
        margin-left: 10px; } }
  .section-puplar_analogues .analog-item {
    display: flex;
    align-items: center;
    position: relative;
    z-index: 1;
    background-color: #fff;
    padding: 10px 20px;
    border: 1px solid #f1f1f1;
    transition: 0.15s; }
    .section-puplar_analogues .analog-item .price-label {
      margin-bottom: 3px; }
  .section-puplar_analogues .analog-col {
    width: 25%;
    padding-left: 10px;
    padding-right: 10px; }
  .section-puplar_analogues .name-col {
    width: 20%;
    flex-shrink: 0;
    padding-left: 0;
    padding-right: 10px; }
  .section-puplar_analogues .spec-label {
    display: block;
    margin-bottom: 5px; }
  .section-puplar_analogues .additional-item:not(:last-child) {
    margin-bottom: 5px; }
  .section-puplar_analogues .additional-col {
    width: 17.5%;
    flex-shrink: 0;
    padding-right: 0;
    padding-left: 10px; }
  .section-puplar_analogues .instock-col,
  .section-puplar_analogues .price-col {
    justify-content: center;
    flex-grow: 0; }
  .section-puplar_analogues .controls-col {
    position: absolute;
    top: 0;
    right: 0;
    width: calc(17.5% + 15px);
    min-width: 240px;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 18px;
    padding-bottom: 18px;
    padding-right: 20px;
    transition: 0.15s;
    pointer-events: none;
    opacity: 0;
    user-select: none;
    padding-right: 20px !important; }
    @media (max-width: 1023.9px) {
      .section-puplar_analogues .controls-col {
        padding-right: 0 !important; } }
  .section-puplar_analogues .analog-item:hover {
    box-shadow: 0 2px 30px rgba(0, 0, 0, 0.15);
    z-index: 2; }
    .section-puplar_analogues .analog-item:hover .controls-col {
      opacity: 1;
      pointer-events: all;
      user-select: text; }
    .section-puplar_analogues .analog-item:hover .additional-col {
      opacity: 0; }
    .section-puplar_analogues .analog-item:hover .top-incart-tag {
      display: none; }
  @media (min-width: 1024px) {
    body.touch .section-puplar_analogues .analog-item {
      min-height: 97px; }
      body.touch .section-puplar_analogues .analog-item .controls-col {
        opacity: 1;
        pointer-events: all;
        user-select: text;
        flex-direction: column;
        min-width: 120px;
        height: 95px;
        padding-top: 10px;
        padding-bottom: 10px;
        align-items: center;
        justify-content: center;
        top: 50%;
        margin-top: -47px; }
      body.touch .section-puplar_analogues .analog-item .additional-col {
        opacity: 0; }
      body.touch .section-puplar_analogues .analog-item .custom-input-number {
        height: 35px;
        width: 100%; }
      body.touch .section-puplar_analogues .analog-item .add-cart-btn {
        min-height: 35px;
        margin: 0;
        margin-top: 5px;
        width: 100%; }
      body.touch .section-puplar_analogues .analog-item .top-incart-tag {
        display: none; } }
  @media (max-width: 1279.9px) {
    .section-puplar_analogues .analog-col {
      padding-left: 5px;
      padding-right: 5px; }
    .section-puplar_analogues .name-col {
      width: 17.5%;
      padding-left: 0;
      padding-right: 5px; }
    .section-puplar_analogues .instock-col {
      padding-left: 5px;
      padding-right: 5px;
      width: 54px; }
      .section-puplar_analogues .instock-col .text,
      .section-puplar_analogues .instock-col .order-label {
        display: none; } }
  @media (max-width: 1023.9px) {
    .section-puplar_analogues .section-title {
      margin-bottom: 30px; }
    .section-puplar_analogues .top-incart-tag {
      display: none; }
    .section-puplar_analogues .analogues-list {
      display: flex;
      align-items: stretch;
      flex-wrap: wrap; }
    .section-puplar_analogues .analog-item {
      display: block;
      width: 50%;
      padding-top: 20px;
      padding-bottom: 20px; }
      .section-puplar_analogues .analog-item > *:not(.top-incart-tag) {
        width: 100%;
        padding: 0; }
    .section-puplar_analogues .controls-col {
      position: static;
      pointer-events: all;
      opacity: 1;
      height: auto; }
    .section-puplar_analogues .name-col {
      font-size: 16px;
      letter-spacing: 0.4px;
      margin-bottom: 15px; }
    .section-puplar_analogues .spec-col {
      display: flex;
      align-items: center;
      justify-content: space-between;
      margin-top: 5px; }
    .section-puplar_analogues .instock-col {
      padding: 15px 0 !important; }
      .section-puplar_analogues .instock-col .text,
      .section-puplar_analogues .instock-col .order-label {
        display: block; }
    .section-puplar_analogues .additional-col {
      opacity: 1 !important;
      pointer-events: all !important;
      float: left;
      width: calc(100% - 150px) !important;
      padding-left: 30px !important; }
    .section-puplar_analogues .price-col {
      float: left;
      width: 120px !important; }
      .section-puplar_analogues .price-col .price-wrap {
        font-size: 16px; }
    .section-puplar_analogues .controls-col {
      padding-top: 22px !important; }
    .section-puplar_analogues .add-cart-btn {
      width: calc(100% - 150px); }
    .section-puplar_analogues .prod-quantity-wrap {
      width: 120px; }
    .section-puplar_analogues .analog-item:hover .price-col {
      pointer-events: all;
      opacity: 1; }
    .section-puplar_analogues .btn-row {
      padding-top: 40px;
      padding-bottom: 30px; } }
  @media (max-width: 767.9px) {
    .section-puplar_analogues .additional-col {
      width: 100% !important;
      padding-left: 0 !important;
      margin-top: 10px; }
    .section-puplar_analogues .controls-col {
      min-width: 0; }
    .section-puplar_analogues .add-cart-btn {
      width: calc(100% - 130px); } }
  @media (max-width: 575.9px) {
    .section-puplar_analogues .name-col {
      margin-bottom: 20px;
      line-height: 1.35; }
    .section-puplar_analogues .spec-col {
      margin-top: 2px; }
    .section-puplar_analogues .section-title {
      margin-bottom: 24px; }
    .section-puplar_analogues .instock-col {
      padding-top: 13px !important; }
    .section-puplar_analogues .analog-item {
      width: 100%;
      margin: 0 auto;
      max-width: none; }
      .section-puplar_analogues .analog-item .additional-col {
        margin-top: 0;
        padding-left: 10px !important;
        width: calc(100% - 130px) !important; }
      .section-puplar_analogues .analog-item .additional-item {
        margin-bottom: 0; }
      .section-puplar_analogues .analog-item .add-label {
        margin-bottom: 7px; }
    .section-puplar_analogues .mrt-price {
      display: none; }
    .section-puplar_analogues .regular-price {
      display: block; }
      .section-puplar_analogues .regular-price > * {
        display: block; }
    .section-puplar_analogues .add-label {
      margin-bottom: 3px; } }

body.touch .section-puplar_analogues .analog-item:hover {
  box-shadow: none;
  z-index: 1; }

/*==============================================================
*												SECTION RECOMMENDED
=============================================================== */
.section-recommended_prods {
  padding-bottom: 0; }
  .section-recommended_prods .slick-list {
    overflow: visible; }
  .section-recommended_prods .cat-btn-row {
    z-index: 2;
    margin-top: -70px;
    position: relative;
    padding-bottom: 60px; }
    .cart-marketing .section-recommended_prods .cat-btn-row {
      margin-top: -20px; }
  @media (max-width: 991.9px) {
    .cart-marketing .section-recommended_prods {
      padding-top: 40px; }
      .cart-marketing .section-recommended_prods .js-prods-count-slider .slick-list {
        padding-bottom: 50px; }
    .section-recommended_prods.has-btn {
      padding-bottom: 50px; }
      .section-recommended_prods.has-btn .cat-btn-row {
        padding-top: 60px;
        padding-bottom: 0; }
      .section-recommended_prods.has-btn .slider-controls {
        bottom: 145px; } }

/*==============================================================
*												SECTION VIEWED PRODUCTS
=============================================================== */
.section-viewed_prods {
  padding-bottom: 20px;
  padding-top: 0; }
  .section-viewed_prods .slick-list {
    overflow: visible; }

/*==============================================================
*												SECTION CART
=============================================================== */
.section-cart {
  padding-bottom: 0;
  padding-top: 70px;
  background-color: #f6f6f6; }
  .section-cart .content-wrap {
    padding-bottom: 80px;
    border-bottom: 1px solid rgba(151, 151, 151, 0.4); }
  .section-cart .tab-link.active {
    pointer-events: none; }
  .section-cart .tab-link {
    text-transform: uppercase;
    font-weight: bold;
    padding: 10px 0;
    display: block;
    text-align: center;
    position: relative; }
    .section-cart .tab-link:after {
      content: "";
      display: block;
      position: absolute;
      bottom: -1px;
      left: 0;
      width: 100%;
      height: 4px;
      background-color: #f05a00;
      transition: 0.2s; }
  .section-cart .tab-link:not(.active):after {
    transform: rotateY(90deg); }
  .section-cart .tabs-links-wrap {
    display: flex;
    margin-left: -15px;
    margin-right: -15px; }
  .section-cart .tabs-links-container {
    overflow: hidden;
    border-bottom: 1px solid rgba(110, 110, 110, 0.4);
    margin-bottom: 60px; }
  .section-cart .tab-link-item {
    font-size: 16px;
    margin: 0 15px; }
  @media (max-width: 991.9px) {
    .section-cart .tabs-links-container {
      margin-bottom: 40px; }
    .section-cart .content-wrap {
      padding-bottom: 60px; } }
  @media (max-width: 575.9px) {
    .section-cart {
      padding-top: 50px; }
      .section-cart .section-title {
        margin-bottom: 25px; }
      .section-cart .tabs-links-wrap {
        margin: 0; }
      .section-cart .tab-link-item {
        width: 50%; } }
  .section-cart .tab-title {
    margin-bottom: 30px; }
  .section-cart .cart-row {
    border: 1px solid #f1f1f1;
    display: flex;
    align-items: center;
    padding: 15px 20px;
    background-color: #fff;
    margin-left: -10px;
    margin-right: -10px; }
    .section-cart .cart-row img {
      width: 60px; }
    .section-cart .cart-row > * {
      padding-left: 10px;
      padding-right: 10px; }
    .section-cart .cart-row.selected-row {
      border-left-color: #f05a00; }
  .section-cart .rm-from-cart {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border: 1px solid #d9d9d9; }
    .section-cart .rm-from-cart:hover {
      border-color: #f05a00; }
      .section-cart .rm-from-cart:hover .svg-fill {
        fill: #f05a00; }
  .section-cart .quantity-col,
  .section-cart .single-price-col,
  .section-cart .total-col {
    width: calc((100% - 100px) * 0.2); }
  .section-cart .quantity-col {
    display: flex; }
  .section-cart .thumb-col {
    flex-shrink: 0;
    flex-grow: 0;
    padding-left: 0;
    padding-right: 0; }
  .section-cart .title-col {
    width: calc((100% - 100px) * 0.4);
    flex-shrink: 0;
    flex-grow: 0;
    font-size: 16px;
    line-height: 1.5; }
  .section-cart .controls-col {
    padding-right: 0; }
  .section-cart .cart-content {
    background-color: #fff; }
  @media (min-width: 992px) {
    .section-cart .cart-products {
      padding-left: 10px;
      padding-right: 10px; } }
  .section-cart .right-col {
    padding-top: 30px; }
  .section-cart .cart-total .title {
    margin-bottom: 30px; }
  .section-cart .cart-total .total-row {
    display: flex;
    justify-content: space-between;
    margin-bottom: 17px; }
  .section-cart .cart-total .total-title {
    margin: 0; }
  .section-cart .cart-total .cart-total-block {
    margin-top: 37px;
    padding-top: 34px;
    border-top: 1px solid rgba(151, 151, 151, 0.4);
    display: flex;
    align-items: center;
    justify-content: space-between; }
  .section-cart .cart-total .btn-row {
    padding-top: 30px;
    margin-left: 0; }
    .section-cart .cart-total .btn-row .btn {
      width: 100%;
      margin-left: auto; }
      @media (max-width: 1279.9px) {
        .section-cart .cart-total .btn-row .btn {
          max-width: 300px; } }
  @media (max-width: 1279.9px) {
    .section-cart .sidebar.right-col {
      padding-top: 0; } }
  @media (max-width: 991.9px) {
    .section-cart .title-col {
      font-size: 14px; } }
  @media (max-width: 767.9px) {
    .section-cart .cart-content {
      background-color: transparent; }
    .section-cart .cart-products {
      display: flex;
      align-items: stretch;
      justify-content: space-between;
      flex-wrap: wrap; }
    .section-cart .cart-row {
      width: 100%;
      margin: 0 0 20px;
      position: relative;
      flex-wrap: wrap; }
      .section-cart .cart-row > * {
        padding-left: 0;
        padding-right: 0; }
    .section-cart .title-col {
      width: 100%; }
    .section-cart .rm-from-cart {
      position: absolute;
      top: 0;
      right: 0;
      border: none;
      padding: 5px;
      height: 50px;
      width: 50px; }
    .section-cart .right-col {
      padding-top: 10px; }
    .section-cart .thumb-col {
      width: 80px;
      height: 60px;
      padding-right: 20px;
      display: flex;
      align-items: center;
      justify-content: center; }
      .section-cart .thumb-col img {
        width: 100%; }
    .section-cart .single-price-col,
    .section-cart .title-col {
      width: calc(100% - 80px);
      margin-left: auto;
      padding-right: 20px;
      height: 30px; }
    .section-cart .title-col {
      margin-bottom: 10px; }
    .section-cart .quantity-col {
      width: 130px;
      justify-content: flex-start;
      padding-right: 20px; }
    .section-cart .prod-quantity-wrap {
      width: 100%; }
    .section-cart .total-col {
      width: calc(100% - 130px); }
    .section-cart .quantity-col,
    .section-cart .total-col {
      padding-top: 20px;
      margin-top: 10px;
      border-top: 1px solid #f1f1f1; }
    .section-cart .total-col {
      height: 61px; }
      .section-cart .total-col .total-label {
        margin-top: 4px; }
    .section-cart .single-price-col {
      padding-top: 0;
      display: flex;
      align-items: center;
      position: relative;
      top: -30px;
      margin-bottom: -30px; }
      .section-cart .single-price-col .price-wrap {
        display: block;
        padding-left: 5px; } }
  @media (max-width: 767.9px) {
    .section-cart .cart-delivery,
    .section-cart .cart-total {
      padding: 20px; }
    .section-cart .cart-row {
      width: 100%; }
    .section-cart .cart-total .title {
      margin-bottom: 20px; }
    .section-cart .cart-total .total-row {
      margin-bottom: 10px; }
    .section-cart .cart-total .cart-total-block {
      margin-top: 27px;
      padding-top: 30px; }
    .section-cart .cart-total .btn-row {
      padding-top: 26px; } }
  @media (max-width: 575.9px) {
    .section-cart .cart-row {
      align-items: flex-start; }
    .section-cart .cart-total .btn-row .btn {
      max-width: none; }
    .section-cart .thumb-col {
      width: 75px;
      padding-right: 15px; }
    .section-cart .single-price-col,
    .section-cart .title-col {
      height: auto;
      width: calc(100% - 75px);
      padding-right: 10px; }
    .section-cart .title-col {
      margin-top: 5px; }
    .section-cart .rm-from-cart {
      padding: 0;
      height: 40px;
      width: 40px; }
    .section-cart .quantity-col,
    .section-cart .total-col {
      margin-top: 20px; }
    .section-cart .single-price-col {
      position: static;
      margin-bottom: 0;
      padding-top: 0; }
      .section-cart .single-price-col .currency,
      .section-cart .single-price-col .price {
        font-weight: normal;
        color: #000;
        font-size: 12px;
        font-family: "uniSans"; }
      .section-cart .single-price-col .single-price-label {
        margin-bottom: -2px; } }

/*==============================================================
*												CHECKOUT SECTION
=============================================================== */
.section-checkout {
  padding-top: 60px;
  padding-bottom: 0; }
  .section-checkout .form-foot {
    display: flex;
    align-items: center;
    justify-content: space-between; }
    @media (min-width: 576px) {
      .section-checkout .form-foot {
        margin-right: -15px; } }
  .section-checkout .order-review-content .prod-row:not(.active) {
    display: none; }
  .section-checkout .order-review .foot-row {
    display: flex;
    align-items: center;
    justify-content: space-between; }
    .section-checkout .order-review .foot-row:not(:last-child) {
      margin-bottom: 17px; }
    .section-checkout .order-review .foot-row:last-child {
      margin-top: 20px; }
  .section-checkout .order-review-foot {
    margin-top: 45px;
    padding-top: 40px;
    border-top: 1px solid #d9d9d9; }
  .section-checkout .order-review-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 30px; }
    @media (min-width: 576px) {
      .section-checkout .order-review-head {
        margin-right: -15px; } }
  .section-checkout .order-review-content .prod-row {
    display: flex;
    align-items: stretch;
    margin-bottom: 20px; }
  .section-checkout .order-review-content img {
    width: 53px; }
  .section-checkout .order-review-content .title-col {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding-left: 20px; }
  .section-checkout .order-review-content .prod-name {
    line-height: 1.2;
    display: inline-block;
    margin-bottom: 3px;
    font-size: 16px; }
  .section-checkout .collapse-list-wrap {
    padding-top: 10px;
    text-decoration: underline; }
  .section-checkout .section-title {
    margin-bottom: 60px; }
  .section-checkout .content-wrap {
    padding-top: 60px;
    border-top: 1px solid rgba(151, 151, 151, 0.4);
    border-bottom: 1px solid rgba(151, 151, 151, 0.4);
    padding-bottom: 80px; }
  .section-checkout .checkout-content {
    background-color: #fff;
    padding: 40px; }
  .section-checkout .form-title {
    margin-bottom: 26px; }
  .section-checkout .right-col {
    padding-top: 58px; }
  .section-checkout .delivery-checkbox-col {
    margin-bottom: 30px;
    display: flex;
    align-items: center;
    justify-content: space-between; }
    .section-checkout .delivery-checkbox-col .custom-checkbox {
      width: calc(100% / 3);
      max-width: 240px; }
    @media (max-width: 767.9px) {
      .section-checkout .delivery-checkbox-col {
        flex-direction: column;
        align-items: flex-start; }
        .section-checkout .delivery-checkbox-col .custom-checkbox {
          width: 100%; } }
    @media (max-width: 575.9px) {
      .section-checkout .delivery-checkbox-col .custom-checkbox:not(:last-child) {
        margin-bottom: 15px; } }
  .section-checkout .check-label_title {
    font-size: 14px;
    letter-spacing: 0.5px;
    font-family: "uniSans"; }
  .section-checkout .check-label_desc {
    font-size: 12px;
    color: #6e6e6e;
    letter-spacing: 0.5px;
    font-family: "uniSans"; }
  @media (max-width: 991.9px) {
    .section-checkout .section-title {
      margin-bottom: 40px; }
    .section-checkout .content-wrap {
      padding-top: 40px; }
    .section-checkout .form-title {
      margin-bottom: 24px; }
    .section-checkout .form-col {
      flex-wrap: wrap;
      margin: 0;
      padding: 0; }
    .section-checkout .input-wrap {
      margin: 0 0 30px; }
    .section-checkout .delivery-checkbox-col {
      margin-bottom: 30px; } }
  @media (max-width: 767.9px) {
    .section-checkout .checkout-content {
      padding: 20px 20px 30px; }
    .section-checkout .order-review {
      padding: 20px; }
    .section-checkout .right-col {
      padding-top: 40px; }
    .section-checkout .order-review-foot {
      margin: 0;
      padding: 0;
      border: none;
      padding-top: 40px; }
      .section-checkout .order-review-foot .foot-row:not(:last-child) {
        margin-bottom: 10px; } }
  @media (max-width: 575.9px) {
    .section-checkout .right-col {
      padding-top: 0; }
    .section-checkout .clear-form {
      margin-top: 15px;
      margin-bottom: 15px; }
    .section-checkout .form-foot {
      flex-direction: column;
      align-items: center;
      justify-content: center; }
      .section-checkout .form-foot .btn,
      .section-checkout .form-foot .btn-wrap {
        width: 100%; }
      .section-checkout .form-foot .clear-form {
        display: inline-block;
        width: auto;
        height: auto;
        padding: 0;
        margin-top: 30px;
        min-height: auto; }
      .section-checkout .form-foot .btn-wrap {
        display: flex;
        align-items: center;
        justify-content: center; }
    .section-checkout .edit-link {
      width: auto;
      height: auto;
      min-height: auto;
      padding: 0; }
    .section-checkout .order-review-head .title {
      font-size: 18px; }
    .section-checkout .order-review-head {
      margin-bottom: 20px; }
    .section-checkout .order-review-content img {
      width: 40px; }
    .section-checkout .collapse-list-wrap {
      padding-top: 0; }
    .section-checkout .delivery-checkbox-col .checked-bg {
      padding: 0; }
    .section-checkout .delivery-checkbox-col .checked-bg .check-label:after {
      background-color: transparent; }
    .section-checkout .delivery-checkbox-col .custom-checkbox {
      min-width: auto;
      margin-right: 30px; }
      .section-checkout .delivery-checkbox-col .custom-checkbox:last-child {
        margin: 0; } }

/*==============================================================
*												SECTION PERSONAL DATES
=============================================================== */
.section-personal-dates {
  background-color: #f6f6f6; }
  .section-personal-dates .table {
    background-color: #fff;
    width: 100%; }
    .section-personal-dates .table .col-content {
      padding: 10px 6px; }
    .section-personal-dates .table tr:first-child td {
      padding-top: 25px; }
    .section-personal-dates .table tr:last-child td {
      padding-bottom: 25px; }
    .section-personal-dates .table td:first-child {
      padding-left: 35px; }
    .section-personal-dates .table .label-col {
      width: 300px;
      font-weight: bold; }
  .section-personal-dates .btn-row {
    padding-top: 60px; }
  @media (max-width: 767.9px) {
    .section-personal-dates table,
    .section-personal-dates tbody,
    .section-personal-dates td,
    .section-personal-dates tfoot,
    .section-personal-dates th,
    .section-personal-dates thead,
    .section-personal-dates tr {
      display: block;
      padding: 0; }
    .section-personal-dates .col-content,
    .section-personal-dates .label-col,
    .section-personal-dates .value-col {
      padding: 0 !important; }
    .section-personal-dates .label-col .col-content {
      margin-bottom: 5px; }
    .section-personal-dates .value-col .col-content {
      margin-bottom: 20px; }
    .section-personal-dates .personal-dates-table {
      padding: 30px 30px 10px 38px; }
    .section-personal-dates .btn-row {
      padding-top: 50px; } }
  @media (max-width: 575.9px) {
    .section-personal-dates .btn {
      width: 100%;
      min-width: auto; }
    .section-personal-dates .btn-row {
      padding-top: 40px; }
    .section-personal-dates .personal-dates-table {
      transform: translateX(-20px);
      width: calc(100% + 40px); } }

/*==============================================================
*												SECTION USER ORDERS
=============================================================== */
.section-orders {
  background-color: #f6f6f6; }
  .section-orders .order-list {
    background-color: #fff; }
  .section-orders .alert-block {
    padding-bottom: 0;
    padding-top: 20px; }
  .section-orders .filter-nav,
  .section-orders .filter-nav-items {
    display: flex;
    align-items: center;
    font-size: 14px; }
  .section-orders .filter-nav {
    margin-bottom: 20px; }
  .section-orders .filter-nav_link {
    display: block;
    padding: 5px 10px; }
    .section-orders .filter-nav_link:hover {
      opacity: 0.6; }
    .section-orders .filter-nav_link.active {
      color: #f05a00;
      pointer-events: none;
      font-weight: bold; }
  .section-orders .filter-nav-items {
    padding-left: 10px; }
  .section-orders .order-item-cols {
    display: flex;
    align-items: center; }
  .section-orders .order-item {
    padding: 15px 20px 15px 2px;
    border: 1px solid #f1f1f1; }
    @media (max-width: 767.9px) {
      .section-orders .order-item {
        padding-left: 20px; } }
    .section-orders .order-item:last-child {
      border-bottom: 0; }
    .section-orders .order-item img {
      width: 100%; }
    .section-orders .order-item .order-item_col {
      padding-left: 10px;
      padding-right: 10px; }
    .section-orders .order-item .amount-col {
      width: 200px;
      flex-shrink: 0; }
    .section-orders .order-item .pay-status-col {
      width: 200px;
      flex-shrink: 0; }
    .section-orders .order-item .order-status-col {
      width: 200px;
      flex-shrink: 0; }
    .section-orders .order-item .thumb-col {
      width: 70px;
      flex-shrink: 0; }
    .section-orders .order-item .title-col {
      padding-left: 18px;
      padding-right: 25px;
      width: 100%; }
    .section-orders .order-item .order-status-col {
      width: 165px;
      padding-right: 0;
      flex-shrink: 0; }
    .section-orders .order-item .status-wrap {
      display: flex;
      align-items: center; }
    .section-orders .order-item .download-ticket-link {
      margin-left: 5px; }
  .section-orders .title-col .title {
    margin-bottom: 8px;
    display: inline-block; }
  .section-orders .pay-status_title {
    margin-bottom: 3px; }
  .section-orders .amount-title {
    margin-bottom: 1px; }
  .section-orders .status-tag {
    margin-left: auto; }
  .section-orders .order-item {
    transition: 0.15s; }
    .section-orders .order-item:not(.active) {
      display: none; }
  .section-orders .alert-block {
    padding-left: 18px; }
    @media (max-width: 767.9px) {
      .section-orders .alert-block {
        padding-left: 0; } }
  .section-orders .mobile-filtering-select {
    background-color: #fff;
    border: none;
    width: 100%; }
    .section-orders .mobile-filtering-select .current {
      font-weight: bold;
      text-transform: uppercase; }
  @media (max-width: 1279.9px) {
    .section-orders .order-item .status-wrap {
      flex-direction: column;
      justify-content: flex-start;
      align-items: flex-start; }
      .section-orders .order-item .status-wrap a {
        margin: 0; }
    .section-orders .filter-nav_link {
      padding-left: 5px;
      padding-right: 5px; }
      .section-orders .filter-nav_link:not(.active) {
        color: #6e6e6e; }
    .section-orders .order-item .amount-col {
      width: 150px; }
    .section-orders .order-item .pay-status-col {
      width: 150px; }
    .section-orders .order-item .order-status-col {
      width: 150px; } }
  @media (max-width: 991.9px) {
    .section-orders .order-item .amount-col {
      width: 100%;
      flex-shrink: 1; }
    .section-orders .order-item .pay-status-col {
      width: 100%;
      flex-shrink: 1; }
    .section-orders .order-item .order-status-col {
      width: 100%;
      flex-shrink: 1; } }
  @media (max-width: 767.9px) {
    .section-orders .order-item-cols {
      flex-wrap: wrap; }
    .section-orders .order-item .thumb-col {
      width: 95px;
      padding: 0 25px 0 0; }
      .section-orders .order-item .thumb-col img {
        width: 100%; }
    .section-orders .order-item .title-col {
      padding: 0;
      width: calc(100% - 95px); }
    .section-orders .order-item .amount-col,
    .section-orders .order-item .pay-status-col {
      padding: 0;
      width: 50%;
      padding-top: 25px; }
    .section-orders .order-item .amount-col {
      padding-right: 5px; }
    .section-orders .order-item .pay-status-col {
      padding-left: 5px; }
    .section-orders .order-item .order-status-col {
      padding: 20px 0 0;
      width: 100%; }
    .section-orders .order-item .status-tag {
      margin: 0 auto;
      min-width: 200px; } }
  @media (max-width: 575.9px) {
    .section-orders .status-tag {
      min-width: auto;
      width: 100%; } }

/*==============================================================
*												SECTION ABOUT STORE
=============================================================== */
.section-about_store {
  z-index: 2;
  padding-bottom: 0;
  padding-top: 100px; }
  @media (max-width: 991.9px) {
    .section-about_store {
      padding-top: 60px; } }
  @media (max-width: 767.9px) {
    .section-about_store {
      padding-top: 40px; } }
  .section-about_store .content-store {
    position: relative;
    margin-bottom: -150px;
    min-height: 500px; }
  .section-about_store .store-about {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 60px;
    z-index: 2;
    color: #fff; }
    .section-about_store .store-about .title {
      margin-bottom: 20px; }
  .section-about_store .content-about {
    max-width: 967px;
    margin-bottom: 90px; }
  .section-about_store .section-title {
    margin-bottom: 20px; }
  .section-about_store .store-address {
    font-style: normal;
    max-width: 350px; }
  @media (max-width: 1279.9px) {
    .section-about_store .content-store {
      min-height: 400px; }
    .section-about_store .store-about {
      padding: 40px; } }
  @media (max-width: 767.9px) {
    .section-about_store .content-about {
      margin-bottom: 40px; }
    .section-about_store .content-store {
      min-height: 300px; }
    .section-about_store .store-about {
      padding: 20px; }
    .section-about_store .store-about .title {
      margin-bottom: 10px; } }
  @media (max-width: 575.9px) {
    .section-about_store .content-store {
      transform: translateX(-20px);
      width: calc(100% + 40px); } }

/*==============================================================
*												SECTION ABOUT PROFESSIONALS
=============================================================== */
.section-about_professionals {
  padding-top: 225px;
  padding-bottom: 60px;
  background-color: #f6f6f6; }
  .section-about_professionals .cards-list {
    display: flex;
    align-items: stretch;
    margin: 0 -20px -40px;
    flex-wrap: wrap; }
  .section-about_professionals .card-item {
    padding: 0 20px 40px;
    width: 25%; }
  .section-about_professionals .card-item_content {
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 40px;
    position: relative;
    min-height: 320px;
    transition: 0.15s; }
    .section-about_professionals .card-item_content > * {
      width: 100%; }
    .section-about_professionals .card-item_content:hover {
      background-color: #fff; }
      .section-about_professionals .card-item_content:hover .content {
        display: block; }
  .section-about_professionals img {
    max-width: 100%; }
  .section-about_professionals .content {
    padding-top: 22px;
    display: none;
    text-align: center;
    font-family: "uniSans";
    font-size: 14px;
    line-height: 1.5;
    letter-spacing: 0.5px; }
  .section-about_professionals .card-item-img {
    display: flex;
    align-items: center;
    justify-content: center; }
  @media (max-width: 1279.9px) {
    .section-about_professionals .card-item_content {
      padding-left: 20px !important;
      padding-right: 20px !important; } }
  @media (max-width: 991.9px) {
    .section-about_professionals {
      padding-top: 240px; }
      .section-about_professionals .card-item {
        width: 50%; }
      .section-about_professionals .card-item_content {
        margin: 0 auto; } }
  @media (max-width: 991.9px) {
    .section-about_professionals .section-title {
      margin-bottom: 40px; }
    .section-about_professionals .card-item {
      padding: 10px 20px; }
    .section-about_professionals .card-item_content {
      padding: 20px; } }
  @media (max-width: 767.9px) {
    .section-about_professionals {
      padding-top: 200px; }
      .section-about_professionals .section-title {
        margin-bottom: 20px; }
      .section-about_professionals .card-item {
        width: 100%; }
      .section-about_professionals .content {
        display: block !important; }
      .section-about_professionals .card-item_content {
        padding-top: 40px;
        padding-bottom: 40px;
        min-height: auto;
        background-color: #fff !important; } }

body.touch .section-about_professionals .content {
  display: block !important; }

body.touch .section-about_professionals .card-item-img {
  height: 50%;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center; }

body.touch .section-about_professionals .card-item_content {
  padding-top: 40px;
  padding-bottom: 40px;
  min-height: auto;
  background-color: #fff !important; }

body.touch .section-about_professionals img {
  max-height: 100px; }

/*==============================================================
*												SECTION CERTIFICATES
=============================================================== */
.section-certificates {
  padding-bottom: 20px; }
  .section-certificates .content-wrap {
    padding-bottom: 100px;
    border-bottom: 1px solid rgba(151, 151, 151, 0.4); }
  .section-certificates .section-title {
    margin-bottom: 60px; }
  .section-certificates .certificates-list {
    display: flex;
    align-items: stretch;
    flex-wrap: wrap;
    margin: 0 -15px -30px; }
  .section-certificates .certificate-col {
    padding: 0 15px 30px;
    width: calc(100% / 6); }
  .section-certificates .certificate {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between; }
  .section-certificates .certificate-link {
    display: block; }
  .section-certificates img {
    width: 100%; }
  .section-certificates .title-wrap {
    padding-top: 20px; }
  @media (max-width: 1279.9px) {
    .section-certificates .certificate-col {
      width: calc(100% / 3); }
    .section-certificates .certificate {
      max-width: 250px;
      margin-left: auto;
      margin-right: auto; } }
  @media (max-width: 991.9px) {
    .section-certificates .section-title {
      margin-bottom: 40px; }
    .section-certificates .certificate-col {
      width: 50%; } }
  @media (max-width: 767.9px) {
    .section-certificates .section-title {
      margin-bottom: 20px; }
    .section-certificates .certificate-col {
      width: 100%; } }

/*==============================================================
*												SECTION ABOUT ADVANTAGES
=============================================================== */
.section-about_advantages {
  padding-bottom: 20px; }
  .section-about_advantages .btn-row {
    padding-top: 60px; }
    @media (max-width: 767.9px) {
      .section-about_advantages .btn-row {
        padding-top: 40px; } }
    @media (max-width: 575.9px) {
      .section-about_advantages .btn-row .btn {
        width: 100%; } }
  .section-about_advantages .section-title {
    margin-bottom: 20px; }
  .section-about_advantages .title-wrap {
    max-width: 860px; }
  .section-about_advantages .adv-list {
    padding-top: 60px; }
  .section-about_advantages .content-wrap {
    padding-bottom: 100px;
    border-bottom: 1px solid rgba(151, 151, 151, 0.4); }
  @media (max-width: 991.9px) {
    .section-about_advantages .content-wrap {
      padding-bottom: 80px; }
    .section-about_advantages .adv-list {
      padding-top: 40px; } }
  @media (max-width: 767.9px) {
    .section-about_advantages .content-wrap {
      padding-bottom: 60px; } }

/*==============================================================
*												SECTION ABOIUT SLIDER
=============================================================== */
.section-about_slider {
  padding-bottom: 20px; }
  .section-about_slider .section-title {
    margin-bottom: 20px; }
  .section-about_slider .title-wrap {
    max-width: 860px; }
  .section-about_slider .slider-wrap {
    padding-top: 60px; }
  .section-about_slider .slider-controls {
    display: flex;
    align-items: center;
    padding-top: 40px; }
  .section-about_slider .slick-item {
    padding-right: 30px; }
  .section-about_slider .slick-content {
    height: 357px;
    width: 100%; }
  .section-about_slider .slick-content img {
    width: 100%;
    height: 100%;
    object-fit: cover; }
  .section-about_slider .like-border {
    margin-top: 100px;
    height: 1px;
    background-color: rgba(151, 151, 151, 0.4); }
  @media (max-width: 1340px) {
    .section-about_slider .slider-wrap {
      padding-left: 20px; } }
  @media (max-width: 991.9px) {
    .section-about_slider .like-border {
      margin-top: 80px; } }
  @media (max-width: 767.9px) {
    .section-about_slider .like-border {
      margin-top: 60px; }
    .section-about_slider .slick-item {
      padding-right: 15px; }
    .section-about_slider .slider-wrap {
      padding-top: 40px; }
    .section-about_slider .slick-content {
      height: 300px; }
    .section-about_slider .slider-controls {
      padding-top: 20px; } }
  @media (max-width: 575.9px) {
    .section-about_slider .slick-content {
      height: 200px; } }

/*==============================================================
*												SECTION ABOUT PARTENRS
=============================================================== */
@media (min-width: 992px) {
  .section-about_partners {
    padding-top: 100px;
    padding-bottom: 100px; } }

.section-about_partners .section-title {
  margin-bottom: 80px; }

@media (max-width: 991.9px) {
  .section-about_partners .section-title {
    margin-bottom: 60px; } }

@media (max-width: 767.9px) {
  .section-about_partners .section-title {
    margin-bottom: 40px; } }

/*==============================================================
*												SECTION COLLABORATION
=============================================================== */
@media (min-width: 1024px) {
  .section-collaboration .container {
    display: flex;
    align-items: stretch; }
  .section-collaboration .left-col,
  .section-collaboration .right-col {
    width: 50%; }
  .section-collaboration .left-col {
    padding-right: 20px; }
    .section-collaboration .left-col .col-content {
      max-width: 595px;
      margin-right: auto; }
  .section-collaboration .right-col {
    padding-left: 20px; }
    .section-collaboration .right-col .col-content {
      max-width: 525px;
      margin-left: auto; }
  .section-collaboration .left-col {
    border-right: 1px solid rgba(151, 151, 151, 0.4); } }

.section-collaboration .adv-row {
  display: flex; }
  .section-collaboration .adv-row:not(:last-child) {
    margin-bottom: 40px; }

.section-collaboration .adv-img {
  flex-shrink: 0;
  flex-grow: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  overflow: hidden;
  background-color: #f1f1f1;
  width: 76px;
  height: 76px;
  margin-top: 10px; }
  .section-collaboration .adv-img img {
    flex-shrink: 0;
    flex-grow: 0;
    max-width: 100%; }

.section-collaboration .advantages-content {
  padding-top: 80px; }

.section-collaboration .section-title {
  margin-bottom: 30px; }

.section-collaboration .adv-title {
  margin-bottom: 10px; }

.section-collaboration .adv-content {
  padding-left: 30px; }

@media (max-width: 1023.9px) {
  .section-collaboration .advantages-content {
    padding-top: 60px; }
  .section-collaboration .right-col {
    padding-top: 60px; } }

@media (max-width: 767.9px) {
  .section-collaboration .adv-img {
    width: 40px;
    height: 40px; }
  .section-collaboration .adv-content {
    padding-left: 20px; }
  .section-collaboration .adv-title {
    font-size: 16px; }
  .section-collaboration .desc {
    font-size: 14px; } }

/*==============================================================
*												SECTION FAQ
=============================================================== */
@media (min-width: 992px) {
  .section-faq {
    padding-top: 100px;
    padding-bottom: 120px; } }

.section-faq .dom-accordion {
  max-width: 967px; }
  .section-faq .dom-accordion .accordion-body .text,
  .section-faq .dom-accordion .title .text {
    display: block;
    max-width: 634px; }

@media (max-width: 767.9px) {
  .section-faq .accordion-head {
    padding-right: 0; }
  .section-faq .accordion-ico:after {
    height: 20px; }
  .section-faq .accordion-ico {
    width: 20px; }
  .section-faq .accordion-body {
    font-size: 14px;
    padding-right: 25px; } }

/*==============================================================
*												SECTION CONTACTS
=============================================================== */
@media (min-width: 992px) {
  .section-contacts {
    padding-top: 100px;
    padding-bottom: 100px; } }

.section-contacts .contacts-row {
  display: flex;
  align-items: stretch;
  margin: 0 -20px; }

.section-contacts .contacts-col {
  width: calc(100% / 3);
  padding: 0 20px; }

.section-contacts .like-border {
  height: 1px;
  background-color: rgba(151, 151, 151, 0.4); }

.section-contacts .contacts-row {
  margin-bottom: 60px; }

.section-contacts .address-row {
  margin-top: 60px; }

.section-contacts .col-title {
  margin-bottom: 10px;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 0.4px; }

.section-contacts .contact-item {
  font-family: "uniSans";
  font-size: 22px;
  letter-spacing: 1px; }

.section-contacts .phone-item {
  margin-bottom: 3px; }

.section-contacts .email-item {
  margin-top: 30px; }

.section-contacts .address,
.section-contacts .bank-content,
.section-contacts .time-content {
  font-family: "uniSans";
  letter-spacing: 0.5px;
  line-height: 1.5;
  font-size: 14px; }

.section-contacts .address {
  font-style: normal;
  font-size: 22px;
  max-width: 625px; }

@media (max-width: 991.9px) {
  .section-contacts .contacts-row {
    flex-wrap: wrap;
    margin-bottom: 40px; }
  .section-contacts .address-row {
    margin-top: 40px; }
  .section-contacts .contacts-col {
    width: 100%; }
    .section-contacts .contacts-col:not(:last-child) {
      margin-bottom: 30px; }
  .section-contacts .email-item {
    margin-top: 0; } }

/*==============================================================
*												SECTION MAP
=============================================================== */
.section-map {
  padding: 0; }
  .section-map .map-container {
    height: 500px; }
    .section-map .map-container > * {
      width: 100% !important;
      height: 100% !important; }
  @media (max-width: 767.9px) {
    .section-map .map-container {
      height: 300px; } }

/*==============================================================
*												SECTION TEXT IMAGE
=============================================================== */
.section-text_image {
  z-index: 1; }
  @media (min-width: 992px) {
    .section-text_image {
      padding-top: 100px;
      margin-bottom: -150px;
      padding-bottom: 0; } }
  .section-text_image .content-wrap {
    max-width: 965px; }
  .section-text_image .section-title {
    margin-bottom: 20px; }
  .section-text_image img {
    width: 100%; }
  .section-text_image .img-wrap {
    padding-top: 85px; }
  @media (max-width: 991.9px) {
    .section-text_image .img-wrap {
      padding-top: 60px; } }
  @media (max-width: 767.9px) {
    .section-text_image .img-wrap {
      padding-top: 40px; } }
  @media (max-width: 575.9px) {
    .section-text_image .img-wrap {
      padding-top: 30px; } }

/*==============================================================
*												SECTION SIMPLE CAT
=============================================================== */
.section-simple_cat {
  background-color: #f6f6f6; }
  @media (min-width: 992px) {
    .section-simple_cat {
      padding-top: 225px;
      padding-bottom: 100px; } }

.simple-cats-list {
  flex-wrap: wrap;
  display: flex;
  align-items: stretch;
  margin: 0 -15px -30px; }

.simple-cats_col {
  padding: 0 15px 30px;
  width: 25%; }

.simple-cats_item {
  background-color: #fff;
  height: 100%;
  padding: 80px 47px 40px;
  display: flex;
  flex-direction: column; }
  .simple-cats_item:hover {
    box-shadow: 0 2px 30px rgba(0, 0, 0, 0.15); }
  .simple-cats_item .thumb {
    width: 116px;
    height: 116px;
    flex-shrink: 0;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    align-items: center;
    justify-content: center; }
    .simple-cats_item .thumb img {
      max-width: 100%; }
  .simple-cats_item .title {
    padding-top: 30px; }

@media (max-width: 1023.9px) {
  .simple-cats_item {
    padding: 20px; }
    .simple-cats_item .title {
      padding-top: 20px; } }

@media (max-width: 991.9px) {
  .simple-cats_col {
    width: 50%; } }

@media (max-width: 575.9px) {
  .simple-cats_col {
    width: 100%;
    padding-bottom: 20px; }
  .simple-cats_item {
    flex-direction: row;
    justify-content: flex-start;
    align-items: center; }
    .simple-cats_item .thumb {
      margin-left: 0;
      align-items: flex-start;
      height: auto;
      width: 90px;
      padding-right: 20px; }
    .simple-cats_item .title {
      width: 100%;
      padding-top: 0; } }

/*==============================================================
*												SECTION TITLE TEXT
=============================================================== */
@media (min-width: 992px) {
  .section-title_text {
    padding-top: 100px;
    padding-bottom: 100px; } }

.section-title_text .content-wrap {
  max-width: 965px; }

.section-title_text .section-title {
  margin-bottom: 20px; }

/*==============================================================
*												SECTION LIST NEWS
=============================================================== */
.section-news_list {
  background-color: #f6f6f6; }
  .section-news_list .news-foot {
    padding-top: 60px; }
    @media (max-width: 767.9px) {
      .section-news_list .news-foot {
        padding-top: 20px; } }

.news-list {
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
  margin: 0 -10px -20px; }
  .news-list .date {
    margin-bottom: 10px; }
  .news-list .news-col {
    width: calc(100% / 3);
    padding: 0 10px 20px; }
  .news-list .btn-row {
    margin: 0;
    padding-top: 15px; }
  .news-list .btn {
    margin: 0; }
  .news-list .thumb {
    height: 240px; }
    .news-list .thumb img {
      width: 100%;
      height: 100%;
      object-fit: cover; }
  .news-list .content-wrap {
    padding: 20px 30px 30px;
    transition: 0.15s;
    padding-top: 0; }
    .news-list .content-wrap .like-border {
      width: 100%;
      height: 1px;
      background-color: rgba(151, 151, 151, 0.4);
      margin-bottom: 30px;
      transition: 0.2s;
      opacity: 0; }
  .news-list .news-item {
    transition: 0.15s; }
    .news-list .news-item:hover {
      box-shadow: 0 2px 30px rgba(0, 0, 0, 0.15); }
      .news-list .news-item:hover .like-border {
        opacity: 1; }
      .news-list .news-item:hover .btn {
        background-color: #f05a00;
        border-color: #f05a00;
        color: #fff; }
      .news-list .news-item:hover .content-wrap {
        background-color: #fff; }
  body.touch .news-list .content-wrap {
    padding-left: 0; }
  @media (max-width: 991.9px) {
    .news-list .news-col {
      width: 50%; }
    .news-list .content-wrap {
      padding-left: 0; } }
  @media (max-width: 767.9px) {
    .news-list .news-col {
      width: 100%; }
    .news-list .news-item {
      max-width: 500px;
      margin: 0 auto; } }
  @media (max-width: 575.9px) {
    .news-list .thumb {
      height: 165px; }
    .news-list .content-wrap {
      padding-left: 0;
      padding-right: 0; } }

body.touch .news-list .news-item:hover {
  box-shadow: none; }
  body.touch .news-list .news-item:hover .content-wrap {
    background-color: transparent; }

/*==============================================================
*												SECTION TITLE TEXT LIST
=============================================================== */
.section-title_text_list .section-title {
  margin-bottom: 20px; }

.section-title_text_list .content-wrap {
  max-width: 860px; }

.section-title_text_list .list-wrap {
  padding-top: 60px; }

/*==============================================================
*												SECTION SINGLE NEWS
=============================================================== */
@media (min-width: 992px) {
  .single-news-content {
    padding-top: 100px;
    padding-bottom: 120px; } }

.single-news-content .mb-6 {
  margin-bottom: 60px; }
  @media (max-width: 991.9px) {
    .single-news-content .mb-6 {
      margin-bottom: 40px; } }
  @media (max-width: 767.9px) {
    .single-news-content .mb-6 {
      margin-bottom: 20px; } }

.single-news-content .mb-10 {
  margin-bottom: 100px; }
  @media (max-width: 991.9px) {
    .single-news-content .mb-10 {
      margin-bottom: 80px; } }
  @media (max-width: 767.9px) {
    .single-news-content .mb-10 {
      margin-bottom: 60px; } }
  @media (max-width: 575.9px) {
    .single-news-content .mb-10 {
      margin-bottom: 40px; } }

.single-news-content .sm-width {
  max-width: 970px; }

.single-news-content .xs-width {
  max-width: 860px; }

.single-news-content .xs-img {
  width: 635px; }

/*==============================================================
*												CATALOG LASES SLIDER
=============================================================== */
.cat-sales-slider {
  background-color: #fff;
  position: relative;
  padding-top: 10px;
  margin-top: 20px;
  padding-bottom: 20px;
  margin-bottom: 10px; }
  .cat-sales-slider .card-wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 30px 60px; }
  .cat-sales-slider .content-col {
    width: calc(46% - 30px); }
    @media (max-width: 1279.9px) {
      .cat-sales-slider .content-col {
        width: calc(60% - 20px); } }
    @media (max-width: 991.9px) {
      .cat-sales-slider .content-col {
        width: calc(50% - 20px); } }
  .cat-sales-slider .img-col {
    width: calc(54% - 30px); }
    @media (max-width: 1279.9px) {
      .cat-sales-slider .img-col {
        width: calc(40% - 20px); } }
    @media (max-width: 991.9px) {
      .cat-sales-slider .img-col {
        width: calc(50% - 20px); } }
  .cat-sales-slider .dots-wrap {
    position: absolute;
    bottom: 30px;
    right: 30px;
    z-index: 5; }
  .cat-sales-slider .img-col img {
    width: 100%; }
  .cat-sales-slider .tags-wrap {
    margin-bottom: 15px; }
  .cat-sales-slider .btn-row,
  .cat-sales-slider .meta-block {
    padding-top: 35px; }
  .cat-sales-slider .prod-title {
    margin: 0; }
    @media (max-width: 1279.9px) {
      .cat-sales-slider .prod-title .fs-26 {
        font-size: 24px; } }
    @media (max-width: 991.9px) {
      .cat-sales-slider .prod-title .fs-26 {
        font-size: 22px; } }
    @media (max-width: 767.9px) {
      .cat-sales-slider .prod-title .fs-26 {
        font-size: 20px; } }
  .cat-sales-slider .meta-block {
    display: flex;
    align-items: stretch; }
  .cat-sales-slider .discount-price-col {
    flex-wrap: nowrap;
    white-space: nowrap; }
  .cat-sales-slider .additional-col {
    padding-left: 34px; }
  .cat-sales-slider .mrt-price,
  .cat-sales-slider .regular-price {
    display: flex;
    align-items: center; }
    .cat-sales-slider .mrt-price .price-wrap,
    .cat-sales-slider .regular-price .price-wrap {
      display: inline-block;
      padding-left: 3px; }
  .cat-sales-slider .additional-col .mrt-price,
  .cat-sales-slider .additional-col .regular-price {
    opacity: 0;
    user-select: none;
    pointer-events: none; }
  .cat-sales-slider .mrt-price {
    padding-top: 15px; }
    @media (max-width: 1659.9px) {
      .cat-sales-slider .mrt-price {
        padding-top: 11px; } }
    @media (max-width: 991.9px) {
      .cat-sales-slider .mrt-price {
        padding-top: 7px; } }
  .cat-sales-slider .price-col .price-label {
    margin-bottom: -2px; }
  .cat-sales-slider .big-price {
    font-size: 32px; }
  .cat-sales-slider .next-arrow,
  .cat-sales-slider .prev-arrow {
    position: absolute;
    top: 50%;
    z-index: 20; }
    .cat-sales-slider .next-arrow, .cat-sales-slider .next-arrow:active,
    .cat-sales-slider .prev-arrow,
    .cat-sales-slider .prev-arrow:active {
      transform: translateY(-50%); }
  .cat-sales-slider:hover {
    z-index: 2;
    box-shadow: 0 2px 30px rgba(0, 0, 0, 0.15); }
    .cat-sales-slider:hover .additional-col .mrt-price,
    .cat-sales-slider:hover .additional-col .regular-price {
      user-select: text;
      pointer-events: all;
      opacity: 1; }
    .cat-sales-slider:hover .additional-col .showdown-price {
      opacity: 0;
      user-select: none;
      pointer-events: none; }
  body.touch .cat-sales-slider {
    z-index: 2;
    box-shadow: 0 2px 30px rgba(0, 0, 0, 0.15); }
    body.touch .cat-sales-slider .additional-col .mrt-price,
    body.touch .cat-sales-slider .additional-col .showdown-price {
      user-select: text;
      pointer-events: all;
      opacity: 1; }
  body.touch .cat-sales-slider .mrt-price,
  body.touch .cat-sales-slider .regular-price {
    display: none !important; }
  body.touch .cat-sales-slider,
  body.touch .cat-sales-slider:hover {
    box-shadow: none; }
  .cat-sales-slider .prev-arrow {
    left: 10px; }
  .cat-sales-slider .next-arrow {
    right: 10px; }
  @media (max-width: 1023.9px) {
    .cat-sales-slider .card-wrap {
      padding: 20px 50px; }
    .cat-sales-slider .prev-arrow {
      left: 5px; }
    .cat-sales-slider .next-arrow {
      right: 5px; } }
  @media (min-width: 992px) {
    .cat-sales-slider .next-arrow,
    .cat-sales-slider .prev-arrow {
      opacity: 0;
      pointer-events: none;
      transition: 0.2s; }
    .cat-sales-slider:hover .next-arrow,
    .cat-sales-slider:hover .prev-arrow {
      opacity: 1;
      pointer-events: all; } }
  @media (max-width: 991.9px) {
    .cat-sales-slider .dots-wrap {
      right: 30px;
      left: 30px;
      bottom: 20px;
      display: flex;
      align-items: center;
      justify-content: center; }
    .cat-sales-slider .btn-row,
    .cat-sales-slider .meta-block {
      padding-top: 20px; } }
  @media (max-width: 767.9px) {
    .cat-sales-slider {
      padding: 0;
      margin-top: 10px; }
      .cat-sales-slider .card-wrap {
        flex-direction: column-reverse;
        padding: 20px 30px 65px; }
        .cat-sales-slider .card-wrap > * {
          width: 100%; }
      .cat-sales-slider .prod-title {
        max-width: 480px;
        line-height: 1.6; }
      .cat-sales-slider .img-col {
        padding: 0;
        max-width: none; }
      .cat-sales-slider .content-col {
        padding: 10px 0 0;
        max-width: none; }
      .cat-sales-slider .img-col img {
        width: auto;
        max-width: 100%;
        height: 200px;
        display: block;
        margin-left: auto;
        margin-right: auto; }
      .cat-sales-slider .mrt-price {
        padding-top: 5px; }
      .cat-sales-slider .big-price {
        font-size: 20px;
        padding-top: 2px;
        display: inline-block; }
      .cat-sales-slider .next-arrow,
      .cat-sales-slider .prev-arrow {
        top: auto;
        bottom: 10px;
        box-shadow: none; }
        .cat-sales-slider .next-arrow, .cat-sales-slider .next-arrow:active,
        .cat-sales-slider .prev-arrow,
        .cat-sales-slider .prev-arrow:active {
          transform: none; }
      .cat-sales-slider .prev-arrow {
        left: 15px; }
      .cat-sales-slider .next-arrow {
        right: 15px; }
      .cat-sales-slider .dots-wrap {
        bottom: 24px; } }
  @media (max-width: 575.9px) {
    .cat-sales-slider {
      margin-bottom: 25px; }
      .cat-sales-slider .img-col img {
        height: 150px; }
      .cat-sales-slider .price-label {
        font-size: 12px; }
      .cat-sales-slider .big-price {
        font-size: 14px; }
      .cat-sales-slider .discount-price-col .price-label {
        margin-bottom: 3px; } }
  .touch .cat-sales-slider .regular-price {
    display: block; }
    .touch .cat-sales-slider .regular-price .price-label {
      margin-bottom: 5px; }
  .touch .cat-sales-slider .mrt-price {
    display: none !important; }

/*==============================================================
*												MOBILE BOTTOM BAR
=============================================================== */
.mobile-bottom-bar {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  transition: 0.2s;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 1010;
  background-color: #fff;
  border-top: 1px solid #dfdfdf; }
  @media (min-width: 992px) {
    .mobile-bottom-bar {
      display: none !important; } }
  .scroll-down .mobile-bottom-bar {
    transform: translateY(25px); }
  .mobile-bottom-bar .menu-items {
    display: flex;
    align-items: stretch;
    justify-content: space-between; }
  .mobile-bottom-bar .menu-item {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    position: relative;
    height: 100%;
    user-select: none;
    padding: 16px 10px 10px; }
    .scroll-down .mobile-bottom-bar .menu-item {
      padding-top: 10px; }
    .mobile-bottom-bar .menu-item:after {
      content: "";
      display: block;
      position: absolute;
      bottom: 0;
      left: 0;
      width: 100%;
      height: 2px;
      background-color: #f05a00;
      transition: 0.1s;
      transform: rotateY(90deg); }
    .mobile-bottom-bar .menu-item.active:after {
      transform: none; }
  .mobile-bottom-bar .menu-item-col {
    flex: 0 0 25%; }
  .mobile-bottom-bar .menu-item-ico {
    margin-top: auto;
    margin-bottom: auto;
    height: 20px; }
  .mobile-bottom-bar .svg-fill {
    fill: #000; }
  .mobile-bottom-bar .top-cart .count {
    position: absolute;
    top: 5px;
    left: 50%;
    margin-left: 20px;
    font-size: 11px;
    background-color: #f05a00;
    color: #fff;
    width: auto;
    height: auto;
    padding: 5px;
    line-height: 1;
    white-space: nowrap; }
  .mobile-bottom-bar .ico svg {
    width: 22px;
    height: 20px; }
  .mobile-bottom-bar .label {
    font-family: "uniSans";
    font-size: 12px;
    display: inline-block;
    padding-top: 10px; }
  .mobile-bottom-bar .hamburger {
    padding: 0; }
    .mobile-bottom-bar .hamburger:hover {
      opacity: 1; }
  .mobile-bottom-bar .hamburger-box,
  .mobile-bottom-bar .hamburger-inner,
  .mobile-bottom-bar .hamburger-inner:after,
  .mobile-bottom-bar .hamburger-inner:before {
    width: 20px;
    border-radius: 0; }
  .mobile-bottom-bar .hamburger-inner,
  .mobile-bottom-bar .hamburger-inner:after,
  .mobile-bottom-bar .hamburger-inner:before {
    height: 2px; }
  .mobile-bottom-bar .hamburger-inner:after {
    bottom: -7px; }
  .mobile-bottom-bar .hamburger-inner:before {
    top: -7px; }
  .mobile-bottom-bar .hamburger-box {
    height: 20px; }

/*==============================================================
*												USEER PROFILE_SECTION
=============================================================== */
.user-profile-section {
  background-color: #f6f6f6; }
  @media (min-width: 992px) {
    .user-profile-section .content-wrap {
      display: flex;
      align-items: stretch; }
    .user-profile-section .left-col {
      flex-shrink: 0;
      width: 315px;
      padding-right: 15px; }
    .user-profile-section .right-col {
      width: 100%;
      padding-left: 15px; } }
  .user-profile-section .profile-menu {
    background-color: #fff;
    padding-bottom: 20px; }
    .user-profile-section .profile-menu .current-menu-item {
      font-weight: bold; }
  .user-profile-section .profile-menu-link {
    display: block;
    padding: 10px 30px; }
    .user-profile-section .profile-menu-link:hover {
      background-color: #f6f6f6; }
  .user-profile-section .profile-menu-title {
    padding: 30px 30px 20px; }
  @media (max-width: 991.9px) {
    .user-profile-section .left-col {
      display: none; } }

/*==============================================================
*												USER PERSONAL AREA
=============================================================== */
.section-personal-area .user-personal-area {
  background-color: #fff;
  padding: 40px; }

.section-personal-area .personal-head {
  padding-bottom: 40px;
  margin-bottom: 40px;
  border-bottom: 1px solid rgba(151, 151, 151, 0.4); }
  .section-personal-area .personal-head .title {
    margin-bottom: 20px; }

.section-personal-area .personal-body .title {
  max-width: 250px;
  margin-bottom: 20px; }

.section-personal-area .brands-list {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  margin: -10px; }

.section-personal-area .brand-col {
  width: 25%;
  padding: 10px; }

.section-personal-area .brand-item {
  padding: 20px 24px;
  border: 3px solid #f6f6f6;
  height: 100%; }
  .section-personal-area .brand-item img {
    max-width: 120px;
    max-height: 100%;
    display: block;
    margin: 0 auto; }
  .section-personal-area .brand-item .brand-discount,
  .section-personal-area .brand-item .brand-logo {
    height: 50%;
    min-height: 75px; }
  .section-personal-area .brand-item .brand-logo {
    display: flex;
    align-items: center;
    padding-bottom: 20px;
    border-bottom: 1px solid rgba(151, 151, 151, 0.4); }
  .section-personal-area .brand-item .brand-discount {
    display: flex;
    align-items: center;
    justify-content: center; }
    .section-personal-area .brand-item .brand-discount .amount {
      display: block;
      padding-left: 5px;
      color: #f05a00;
      font-size: 18px;
      font-weight: bold; }

@media (max-width: 1279.9px) {
  .section-personal-area .brand-col {
    width: calc(100% / 3); } }

@media (max-width: 1023.9px) and (min-width: 992px) {
  .section-personal-area .brand-col {
    width: 50%; } }

@media (max-width: 767.9px) {
  .section-personal-area .brand-col {
    width: 50%; }
  .section-personal-area .user-personal-area {
    padding: 30px 30px 10px 38px; } }

@media (max-width: 575.9px) {
  .section-personal-area {
    padding-bottom: 0; }
    .section-personal-area .brand-col {
      width: 100%; }
    .section-personal-area .user-personal-area {
      transform: translateX(-20px);
      width: calc(100% + 40px);
      padding: 30px 30px 40px 38px; } }

/*==============================================================
*												SECTION CATALOG LIST
=============================================================== */
.section-catalog-list {
  padding-top: 0; }
  .section-catalog-list .mobile-catalog-list {
    padding-top: 60px; }

/*==============================================================
*												SECTION THANK
=============================================================== */
.section-thank {
  background-color: #f6f6f6; }
  .section-thank .page-title {
    margin-bottom: 10px; }
  .section-thank .order-num {
    margin: 0; }
  .section-thank .section-head {
    margin-bottom: 60px; }
  .section-thank .order-steps {
    background-color: #fff;
    display: flex;
    align-items: stretch;
    flex-wrap: wrap; }
  .section-thank .order-step-col {
    padding: 50px;
    width: 25%;
    position: relative; }
    @media (min-width: 992px) {
      .section-thank .order-step-col:not(:last-child):after {
        content: "";
        position: absolute;
        top: 85px;
        left: 55%;
        display: block;
        width: 50%;
        height: 14px;
        background-position: center;
        background-repeat: no-repeat;
        background-size: 100% 13px;
        background-image: url("../img/svg/long-row.svg"); } }
  .section-thank .order-step-item {
    max-width: 177px; }
  .section-thank img {
    width: 80px; }
  .section-thank .title {
    padding-top: 40px; }
  @media (max-width: 991.9px) {
    .section-thank .order-step-col {
      width: 100%;
      padding: 25px; }
    .section-thank .title {
      padding-top: 20px; }
    .section-thank .section-head {
      margin-bottom: 40px; }
    .section-thank .order-step-item {
      margin-left: auto;
      margin-right: auto;
      text-align: center; }
    .section-thank .thumb img {
      display: block;
      margin-left: auto;
      margin-right: auto; } }

/*==============================================================
*												NOT FOUND PAGE
=============================================================== */
.not-found-page .footer,
.not-found-page .header {
  display: none; }

/*==============================================================
*												NOT FOUND SECTION
=============================================================== */
.section-not-found {
  min-height: 100vh;
  display: flex; }
  .section-not-found .container {
    position: relative;
    width: 100%;
    margin-top: auto;
    margin-bottom: auto;
    z-index: 2;
    color: #fff;
    padding-bottom: 50px; }
  .section-not-found .content-wrap {
    margin: auto 0; }
  .section-not-found .logo-link {
    display: inline-block; }
    .section-not-found .logo-link > * {
      height: 75px; }
  .section-not-found .logo-row {
    margin-bottom: 60px; }
  .section-not-found .page-title {
    font-size: 100px;
    margin: 0; }
  .section-not-found .page-subtitle {
    margin: 0; }
  .section-not-found .btn-row {
    padding-top: 45px; }
  @media (max-width: 1659.9px) {
    .section-not-found {
      min-height: 100vh; }
      .section-not-found .container {
        padding-bottom: 0; } }
  @media (max-width: 991.9px) {
    .section-not-found .container {
      padding-bottom: 75px; }
    .section-not-found .logo-row {
      margin-bottom: 40px; }
    .section-not-found .page-title {
      font-size: 80px; } }
  @media (max-width: 767.9px) {
    .section-not-found .logo-row {
      margin-bottom: 20px; } }
  @media (max-width: 575.9px) {
    .section-not-found .btn-row {
      padding-top: 40px; }
      .section-not-found .btn-row .btn {
        width: 100%; } }

/*==============================================================
*												EMPTY CART SECTION
=============================================================== */
.cart-is-empty {
  padding-top: 140px;
  padding-bottom: 120px;
  display: flex;
  justify-content: center; }
  .cart-is-empty .empty-cart-item {
    width: 160px;
    text-align: center; }
    .cart-is-empty .empty-cart-item .ico-cart {
      width: 44px;
      margin-left: auto;
      margin-right: auto; }
    .cart-is-empty .empty-cart-item .text {
      padding-top: 20px; }
    .cart-is-empty .empty-cart-item svg {
      width: 44px;
      height: 40px; }
  @media (max-width: 767.9px) {
    .cart-is-empty {
      padding-top: 40px;
      padding-bottom: 20px; } }

.front-cover-slider .slick-track {
  display: flex;
  align-items: stretch;
  justify-content: flex-start; }
  .front-cover-slider .slick-track .slick-slide {
    float: none;
    height: auto; }
.tab:not(.active) {
  display: none;
}

.header__catalog--search{
	display:flex;
	align-items:center;
	width:50%;
}

.header__catalog--search .btn-col{
	height:50px;
	background:#EC562B;
	display:flex;
	align-items:center;
	padding-left:14px;
	padding-right:14px;

}
.header .bottom-bar .header__catalog--search .btn-col a{
color:white;
}
.header__catalog--search .search-form .input{
	height:50px;
	border: 1px solid #EC562B;
	border-left:0px;
}
 .header .header__catalog--search .search-col{
width:100%;
}
.header .bottom-bar{

background:white;
box-shadow: 0px 5px 30px 0px #00000026;
position:relative;

}

.front-cover{
	/*padding-top:62px;*/
}
.header .bottom-bar .svg-text{
	fill:black;
}
.header .bottom-bar a{
color:black;
}

.section-partners{
	padding-top:30px;
	padding-bottom:30px;
}
.section-hits .bg-img{
background: #FCE6DD;
}
.section-hits .bg-img:after{
display:none;
}
.section-hits .bg-img img{
display:none;
}
.section-hits .section-title{
	color:black;
}
.catalog-hits-slider-wrap .hits-slider{
	display:grid;
	grid-template-columns:1fr 1fr;
	gap:20px;
}
.hits-preview-product  .thumb{
	max-height:130px;
}
.hits-preview-product  .thumb img{
max-height:120px;
display:block;
margin:auto;
margin-bottom:10px;
}
.hits-preview-product .slick-item{
padding:20px;
background:white;
border: 1px solid #C4C4C4
}
.hits-preview-product .slick-item .prod-item{
display: flex
;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}
.hits-preview-product .prod-title{
	font-size:14px;
}
.section-hits .hits-preview-product{
	background:transparent;
	box-shadow:unset;
}
.hits-preview-product .prods-col{
	gap:20px;
}
.hits-preview-product > *{
	width:100%;
}
.hits-preview-product{
	display:grid;
	grid-template-columns:repeat(4, 1fr);
	gap:5px;
}
.hits-preview-product .simple-prod-col{
background:white;
padding:20px;
border: 1px solid #C4C4C4
}
.hits-preview-product .top-col{
background:white;
padding:20px;
    grid-area: 1 / 3 / 1 / 5;
border: 1px solid #C4C4C4
}
.hits-preview-product .simple-col{
	width:100%;
background:white;
border: 1px solid #C4C4C4
}
.hits-preview-product .simple-prod-col .thumb{
	max-height:130px;
	margin-top:0px;
	margin-bottom:0px;
}
.hits-preview-product .simple-col{
	justify-content:space-between;
}
.hits-preview-product .top-col img{
	max-height:250px;
}
.new-items-wrap .prod-cards-list{
	display:grid;
	grid-template-columns:repeat(4,1fr);
	gap:5px;

}
.new-items-wrap .prod-cards-list .top-col{
  grid-area: 1 / 3 / 1 / 5;
  flex-direction:row;
  align-items:center;
}
.new-items-wrap .prod-cards-list .top-col > *{
	width:50%;
}
.new-items-wrap .prod-cards-list .top-col img{
	max-width:100%;
}

.new-items-wrap .prod-cards-list  .prod-loop-card{
    border: 1px solid #C4C4C4;
}
.new-items-wrap .cols-4.prod-cards-list > *{
	width:100%;
}
.prod-card-col--last svg{

margin:auto;
margin-bottom:20px;
}
.section-partners .left-arrow-wrap,.section-partners .right-arrow-wrap{
	position:absolute;
	top:50%;
	transform:translateY(-50%);
}
.section-partners .right-arrow-wrap{
right:-10px;
}
.section-partners .left-arrow-wrap{
left:-10px;
}
@media (min-width: 992px) {
    .header .is-fixed .bottom-bar {
        position: fixed;
        z-index: 100;
        top: 0;
        left: 0;
    }
}

@media (max-width: 991.9px){
	.hits-preview-product{
	grid-template-columns:1fr;
	}
	.new-items-wrap .prod-cards-list{
	grid-template-columns:1fr 1fr;
	}
	.new-items-wrap .prod-cards-list .top-col{
	  grid-area: unset;
	
	}
	
	.hits-preview-product .top-col{
	
		grid-area:unset;
	
	}
.hits-preview-product .thumb img, .hits-preview-product .thumb{
	max-height:unset;
	}

}
.front-cover .front-cover-slider-wrap-new .slick-item{
	    padding-top: 160px;
    	padding-bottom: 100px;
}

.front-cover .front-cover-slider-wrap-new .dots-container{
	display:none;
}
.front-cover .front-cover-slider-wrap-new .slick-item .overlay:after{
	display:none;
}
.front-cover .front-cover-slider-wrap-new .slick-arrow{
	opacity:1;
	background:transparent;
	pointer-events: all;
}
.front-cover .front-cover-slider-wrap-new .slick-arrow svg{
	width:15px;
	height:20px;
}
.front-cover .front-cover-slider-wrap-new .next-arrow{
	right:-50px;
}
.front-cover .front-cover-slider-wrap-new .prev-arrow{
	left:-50px;
}
.otzov_slider2--wrapper{
	position:relative;

}
.otzov_slider2--wrapper .next-arrow{
right:-30px;
position:absolute;
	top:50%;
	transform:translateY(-50%);
width:35px;
height:35px;
background:white;
border-radius:50%;
}
.otzov_slider2--wrapper .next-arrow svg, .otzov_slider2--wrapper .prev-arrow svg{
	width:15px;
	height:7px;
}
.otzov_slider2--wrapper .prev-arrow{
left:-30px;
position:absolute;
	top:50%;
	transform:translateY(-50%);
width:35px;
height:35px;
background:white;
border-radius:50%;
}
.otzov_slider2--wrapper .btn_row-new{
    position: absolute;
    top: -55px;
    right: 20px;
}
.btn_row-new a{
	font-family: "PF BeauSans Pro";
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 150%;

    color: #000000;
	display:flex;
	align-items:center;
	gap:5px;
}
.btn_row-new a svg{
	width:12px;
	height:5px;
}
.tabs-wrapper{
	padding-bottom:80px;
}
.tabs-wrapper .tabs{
	 display: flex;
    align-items: center;
    gap: 30px;
    padding-top: 50px;
	padding-bottom:40px;
}
.tabs-wrapper .tabs .tab-head{
	font-family: PF BeauSans Pro;
font-weight: 600;
font-size: 24px;
line-height: 100%;
letter-spacing: 0%;
cursor:pointer;
}
.tabs-wrapper .tabs .tab-head.active{
 color:#EC562B;
	text-decoration:underline;
}
.otzov_slider2--wrapper  .otzov_item{
	margin-right:10px;
	margin-left:10px;
border: 1px solid #C4C4C4
}
.video-main video{
	    max-width: 100%;
    max-height: 250px;
    width: 100%;
}
.front-cover-slider .overlay:after{
display:none;
}
.front-cover-slider-wrap-new{
	padding-top:50px;
}
@media (max-width: 575.9px){
.new-items-wrap .prod-cards-list{
	grid-template-columns:1fr;
	}
}
/*# sourceMappingURL=main.min.css.map*/