/* ====================  NORMALIZE 7  ====================== */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
}

body {
  margin: 0;
}

article,
aside,
footer,
header,
nav,
section {
  display: block;
}

h1 {
  font-size: 2em;
  margin: .67em 0;
}

figcaption,
figure,
main {
  display: block;
}

figure {
  margin: 1em 40px;
}

hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}

abbr[title] {
  border-bottom: 0;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
}

b,
strong {
  font-weight: inherit;
}

b,
strong {
  font-weight: bolder;
}

code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

dfn {
  font-style: italic;
}

mark {
  background-color: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -.25em;
}

sup {
  top: -.5em;
}

audio,
video {
  display: inline-block;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

img {
  border-style: none;
}

svg:not(:root) {
  overflow: hidden;
}

button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  -moz-appearance: button;
  appearance: button;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  padding: .35em .75em .625em;
}

legend {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  display: inline-block;
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
}

[type="number"]::-webkit-inner-spin-button, [type="number"]::-webkit-outer-spin-button {
  height: auto;
}

[type="search"] {
  -webkit-appearance: textfield;
  -moz-appearance: textfield;
  appearance: textfield;
  outline-offset: -2px;
}

[type="search"]::-webkit-search-cancel-button, [type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  -moz-appearance: button;
  appearance: button;
  font: inherit;
}

details,
menu {
  display: block;
}

summary {
  display: list-item;
}

canvas {
  display: inline-block;
}

template,
[hidden] {
  display: none;
}

/* ====================  END NORMALIZE 7  ==================== */
/* ====================  CUSTOM NORMALIZE  ====================== */
:focus {
  outline-width: 0;
}

label {
  cursor: pointer;
}

[type="text"],
[type="password"],
[type="email"],
[type="search"],
[type="number"],
[type="tel"],
[type="url"],
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

/* ====================  END CUSTOM NORMALIZE  ==================== */
/* ====================  CORE  ======================= */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 800;
  src: local("Open Sans ExtraBold"), local("OpenSans-ExtraBold"), url("https://fonts.gstatic.com/s/opensans/v15/EInbV5DfGHOiMmvb1Xr-hugdm0LZdjqr5-oayXSOefg.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2212, U+2215;
}

::-moz-selection {
  background-color: #338fff;
  color: #fff;
  text-shadow: none;
}

::selection {
  background-color: #338fff;
  color: #fff;
  text-shadow: none;
}

html {
  font-family: sans-serif;
  font-size: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

*, *:before, *:after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}

html,
body {
  height: 100%;
}

body {
  position: relative;
  min-width: 320px;
  background-color: #fff;
  font: normal 16px/1.5 "Arial", "Helvetica", sans-serif;
  color: #444;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

a,
area,
button,
[role="button"],
input,
label,
select,
summary,
textarea {
  -ms-touch-action: manipulation;
  touch-action: manipulation;
}

svg {
  -webkit-transition: fill 0.2s ease-out;
  transition: fill 0.2s ease-out;
}

/* ====================  END CORE  ======================= */
/* ====================  TYPOGRAPHY  ==================== */
h1,
h2,
h3,
h4,
h5,
h6 {
  color: inherit;
  font-family: inherit;
  font-weight: bold;
  line-height: 1.1;
  margin-top: 0;
  margin-bottom: 15px;
}

h1 {
  font-size: 21px;
}

h2 {
  font-size: 16px;
}

h3 {
  font-size: 15px;
}

h4 {
  font-size: 14px;
}

h5 {
  font-size: 13px;
}

h6 {
  font-size: 12px;
}

@media (min-width: 480px) and (max-width: 1174px) {
  h1 {
    font-size: 24px;
    font-size: calc(0.00719 * 100vw + 17.54676px);
  }
  h2 {
    font-size: 17px;
    font-size: calc(0.00288 * 100vw + 14.61871px);
  }
  h3 {
    font-size: 16px;
    font-size: calc(0.00144 * 100vw + 14.30935px);
  }
  h4 {
    font-size: 14px;
    font-size: calc(0 * 100vw + 14px);
  }
  h5 {
    font-size: 13px;
    font-size: calc(0 * 100vw + 13px);
  }
  h6 {
    font-size: 12px;
    font-size: calc(0 * 100vw + 12px);
  }
}

@media (min-width: 1175px) {
  h1 {
    font-size: 26px;
  }
  h2 {
    font-size: 18px;
  }
  h3 {
    font-size: 16px;
  }
  h4 {
    font-size: 14px;
  }
  h5 {
    font-size: 13px;
  }
  h6 {
    font-size: 12px;
  }
}

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

small {
  font-size: 85%;
}

a {
  color: #00a1f8;
  text-decoration: underline;
}

a:hover {
  color: #0080c5;
  text-decoration: none;
}

b,
strong {
  font-weight: bold;
}

i,
em {
  font-style: italic;
}

blockquote {
  padding: 0 0 0 15px;
  margin: 0 0 20px;
  border-left: 5px solid #eee;
}

abbr,
acronym {
  cursor: help;
  border-bottom: 1px dotted #999;
}

address {
  margin: 0 0 20px;
  font-style: normal;
}

hr {
  margin: 15px 0;
  border: 0;
  border-bottom: 1px solid #e7e7e7;
}

ul,
ol {
  margin: 0 0 20px;
  padding-left: 25px;
}

ul ul,
ul ol,
ol ul,
ol ol {
  margin-bottom: 0;
}

ul li,
ol li {
  list-style-position: outside;
}

ul a,
ol a {
  color: inherit;
}

dl {
  margin: 0 0 20px;
}

dt {
  font-weight: bold;
}

dd {
  margin-left: 20px;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
  max-width: 100%;
  background-color: transparent;
  margin-bottom: 20px;
}

caption {
  caption-side: top;
  font-weight: bold;
  text-align: center;
  padding: 5px 10px;
  border: 1px solid #ccc;
  border-bottom: 0;
  font-size: 130%;
}

th {
  font-weight: bold;
}

th,
td {
  border: 1px solid #ccc;
  padding: 5px 10px;
  font-size: 14px;
  text-align: left;
  vertical-align: middle;
}

img,
video,
object,
embed {
  max-width: 100%;
}

img,
video {
  height: auto;
  vertical-align: middle;
}

img {
  text-align: center;
}

img:after {
  display: block;
  content: "(url: " attr(src) ")";
  padding: 2px 5px;
  background-color: #eee;
  text-align: center;
  font-size: 12px;
  min-width: 100px;
  white-space: pre-line;
  word-break: break-all;
}

/* ====================  END TYPOGRAPHY  ==================== */
.container:after, .tabs:after, .goods-list:after, .category-list:after, .blog-item:after {
  clear: both;
  content: " ";
  display: table;
}

.nav, .menu, .submenu, .icon-list, .tabs-menu, .breadcrumbs, .pagination, .goods-list, .advantage-list, .category-list, .review-list, .blog-list, .horizontal-list, .vertical-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

/* ====================  HEADER  ==================== */
.header {
  height: 78px;
  background-color: #fff;
  padding: 15px 0;
  position: relative;
  z-index: 12;
}

.header-nav {
  padding: 12px 0;
}

.header-right {
  float: right;
}

.header .hamburger {
  float: right;
  margin-left: 15px;
}

.header .kebab {
  float: left;
  margin-right: 10px;
}

.cart {
  cursor: pointer;
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 48px;
  height: 48px;
  color: #b5bbc5;
  font-size: 20px;
  -webkit-box-shadow: 0 10px 24px rgba(1, 80, 103, 0.12);
  box-shadow: 0 10px 24px rgba(1, 80, 103, 0.12);
  -webkit-transition: 0.2s ease-out;
  transition: 0.2s ease-out;
}

.cart:hover {
  color: #ff4663;
}

.cart, .cart-counter {
  border-radius: 50%;
}

.cart-counter {
  display: block;
  width: 18px;
  height: 18px;
  position: absolute;
  top: -6px;
  right: -6px;
  background-color: #f6343f;
  font-size: 14px;
  font-weight: bold;
  line-height: 18px;
  color: #fff;
  text-align: center;
}

.cart svg {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}

.hamburger {
  cursor: pointer;
  display: none;
  vertical-align: middle;
  padding: 22px 10px;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
}

.hamburger-inner {
  position: relative;
  -webkit-transition: 0.1s ease-out;
  transition: 0.1s ease-out;
}

.hamburger-inner, .hamburger-inner:before, .hamburger-inner:after {
  display: block;
  width: 25px;
  height: 3px;
  background-color: #b5bbc5;
}

.hamburger-inner:before, .hamburger-inner:after {
  content: '';
  position: absolute;
  left: 0;
  -webkit-transition: bottom 0.1s ease-out 0.1s, top 0.1s ease-out 0.1s, transform 0.1s ease-out;
  -webkit-transition: bottom 0.1s ease-out 0.1s, top 0.1s ease-out 0.1s, -webkit-transform 0.1s ease-out;
  transition: bottom 0.1s ease-out 0.1s, top 0.1s ease-out 0.1s, -webkit-transform 0.1s ease-out;
  transition: bottom 0.1s ease-out 0.1s, top 0.1s ease-out 0.1s, transform 0.1s ease-out;
  transition: bottom 0.1s ease-out 0.1s, top 0.1s ease-out 0.1s, transform 0.1s ease-out, -webkit-transform 0.1s ease-out;
}

.hamburger-inner:before {
  bottom: 7px;
}

.hamburger-inner:after {
  top: 7px;
}

.is-active > .hamburger-inner {
  background-color: transparent;
}

.is-active > .hamburger-inner:before, .is-active > .hamburger-inner:after {
  -webkit-transition: bottom 0.1s ease-out, top 0.1s ease-out, transform 0.1s ease-out 0.1s;
  -webkit-transition: bottom 0.1s ease-out, top 0.1s ease-out, -webkit-transform 0.1s ease-out 0.1s;
  transition: bottom 0.1s ease-out, top 0.1s ease-out, -webkit-transform 0.1s ease-out 0.1s;
  transition: bottom 0.1s ease-out, top 0.1s ease-out, transform 0.1s ease-out 0.1s;
  transition: bottom 0.1s ease-out, top 0.1s ease-out, transform 0.1s ease-out 0.1s, -webkit-transform 0.1s ease-out 0.1s;
}

.is-active > .hamburger-inner:before {
  bottom: 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.is-active > .hamburger-inner:after {
  top: 0;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.kebab {
  display: none;
  cursor: pointer;
  width: 25px;
  padding: 21px 0;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
}

.kebab-inner {
  display: block;
  margin: 0 auto;
  position: relative;
}

.kebab-inner, .kebab-inner:before, .kebab-inner:after {
  width: 5px;
  height: 5px;
  background-color: #b5bbc5;
  border-radius: 50%;
}

.kebab-inner:before, .kebab-inner:after {
  content: '';
  position: absolute;
  left: 0;
}

.kebab-inner:before {
  bottom: 8px;
}

.kebab-inner:after {
  top: 8px;
}

.is-active > .kebab-inner, .is-active > .kebab-inner:before, .is-active > .kebab-inner:after {
  background-color: #98a1af;
}

.lang {
  margin: 0 10px;
  padding: 15px 0;
  font-size: 0;
  list-style: none;
  float: right;
}

.lang-item {
  display: inline-block;
  vertical-align: middle;
}

.lang-item + .lang-item {
  border-left: 1px solid #b5bbc5;
}

.lang-name {
  display: block;
  color: #b5bbc5;
  padding: 0 5px;
  font-size: 12px;
  font-weight: bold;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color .2s ease-in-out;
  transition: color .2s ease-in-out;
}

:hover > .lang-name,
.is-current > .lang-name {
  color: #ff4663;
}

/* ====================  END HEADER  ==================== */
/* ====================  NAV  ==================== */
.nav-item {
  display: inline-block;
  vertical-align: middle;
  margin-right: 30px;
}

.nav-item.is-current .nav-link {
  text-decoration: underline;
  color: #ff4663;
}

.nav-link {
  display: block;
  color: #b5bbc5;
  font-size: 12px;
  font-weight: bold;
  text-decoration: underline;
  text-transform: uppercase;
  -webkit-transition: 0.2s ease-out;
  transition: 0.2s ease-out;
}

.nav-link:hover {
  color: #ff4663;
  text-decoration: none;
}

/* ====================  END NAV  ==================== */
/* ====================  MAIN  ==================== */
.wrapper {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  min-height: 100%;
  overflow: hidden;
}

@media (min-width: 1400px) {
  .wrapper {
    width: 1375px;
  }
}

.content {
  margin-right: 400px;
  position: relative;
}

.container {
  position: relative;
  z-index: 1;
  padding-left: 15px;
  padding-right: 15px;
  margin-left: auto;
  margin-right: auto;
}

@media (min-width: 769px) {
  .container {
    padding-left: 40px;
    padding-right: 40px;
  }
}

.video-responsive {
  position: relative;
  padding-top: 10px;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}

.video-responsive iframe,
.video-responsive object,
.video-responsive embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.svg-icon {
  display: inline-block;
  vertical-align: middle;
}

/* ====================  END MAIN  ==================== */
/* ====================  SIDEBAR  ==================== */
.sidebar {
  width: 355px;
  min-height: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 13;
  background-color: #fff;
  -webkit-box-shadow: -36px 0 48px rgba(1, 80, 103, 0.06);
  box-shadow: -36px 0 48px rgba(1, 80, 103, 0.06);
}

.sidebar-item {
  margin-bottom: 20px;
}

.sidebar-logo {
  padding: 35px 0 60px;
}

.sidebar-prelogo {
  display: block;
  font-size: 36px;
  font-weight: bold;
  line-height: 1;
  text-transform: uppercase;
  color: #e9ebee;
}

.sidebar-prelogo + .logo {
  margin-top: 25px;
}

.sidebar-bottom {
  position: static;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 0 45px 30px;
}

.sidebar-bottom p {
  margin-bottom: 0;
  color: #333;
}

.sidebar-bottom.is-bottom {
  position: absolute;
}

.sidebar-lang {
  margin-top: 80px;
}

.sidebar-link {
  font-size: 14px;
}

.logo {
  display: inline-block;
  vertical-align: middle;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 18px;
  line-height: 1;
  color: #cdd6da;
  font-weight: 800;
  font-family: "Open Sans", "Arial", sans-serif;
}

.logo:hover {
  color: #cdd6da;
}

.logo-txt {
  display: block;
  margin-top: 30px;
}

.menu-item {
  position: relative;
  overflow: hidden;
}

.menu-item:hover .menu-link {
  color: #ff4663;
  border-color: #ff4663;
}

.menu-item:hover .menu-counter {
  background-color: #b5bbc5;
}

.menu-item.is-active .submenu {
  visibility: visible;
  max-height: 5000px;
}

.menu-item.is-active .menu-link {
  border-color: #ff4663;
  color: #ff4663;
}

.menu-item.is-active .menu-counter {
  background-color: #b5bbc5;
}

.menu-trigger {
  cursor: pointer;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 40px;
  height: 40px;
}

.menu-link {
  cursor: pointer;
  position: relative;
  display: block;
  border-left: 2px solid transparent;
  padding: 1px 40px 1px 45px;
  margin: 10px 0;
  color: #b5bbc5;
  font-size: 14px;
  line-height: 1.3;
  text-decoration: none;
  overflow: hidden;
  -webkit-transition: 0.2s ease-out;
  transition: 0.2s ease-out;
}

.menu-counter {
  display: inline-block;
  vertical-align: middle;
  float: right;
  min-width: 20px;
  padding: 0 3px;
  margin: 3px 0;
  background-color: #ccd6da;
  text-align: center;
  color: #fff;
  font-size: 11px;
  line-height: 1.1;
  border-radius: 4px;
  -webkit-transition: 0.2s ease-out;
  transition: 0.2s ease-out;
}

.submenu {
  max-height: 0;
  overflow: hidden;
  visibility: hidden;
  background-color: #f4f8f9;
  background-image: -webkit-gradient(linear, left top, right top, from(#f4f8f9), to(#fff));
  background-image: linear-gradient(to right, #f4f8f9 0%, #fff 100%);
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}

.submenu-item:first-child {
  margin-top: 15px;
}

.submenu-item:last-child {
  margin-bottom: 15px;
}

.submenu-item.is-current .submenu-link {
  color: #ff4663;
}

.submenu-link {
  cursor: pointer;
  display: block;
  padding: 8px 25px 8px 58px;
  color: #444;
  font-size: 14px;
  text-decoration: none;
  -webkit-transition: 0.2s ease-out;
  transition: 0.2s ease-out;
}

.submenu-link:hover {
  color: #ff4663;
}

.icon-list {
  margin-bottom: 10px;
  font-size: 0;
}

.icon-list, .icon-item {
  display: inline-block;
  vertical-align: middle;
}

.icon-item {
  margin: 6px 3px;
  background: url("../img/sprite.png") no-repeat;
}

.icon-visa {
  width: 32px;
  height: 10px;
  background-position: 0 0;
}

.icon-master-card {
  width: 32px;
  height: 20px;
  background-position: -33px 0;
}

.icon-american-express {
  width: 32px;
  height: 12px;
  background-position: -66px 0;
}

.icon-ec {
  width: 23px;
  height: 26px;
  background-position: -99px 0;
}

.icon-jcb {
  width: 24px;
  height: 18px;
  background-position: -123px 0;
}

.icon-ems {
  width: 39px;
  height: 12px;
  background-position: -148px 0;
}

.icon-ups {
  width: 21px;
  height: 25px;
  background-position: -188px 0;
}

.icon-royal-mail {
  width: 33px;
  height: 22px;
  background-position: -210px 0;
}

.icon-dhl {
  width: 36px;
  height: 21px;
  background-position: -244px 0;
}

.icon-correos {
  width: 56px;
  height: 18px;
  background-position: -281px 0;
}

/* ====================  END SIDEBAR  ==================== */
/* ====================  FOOTER  ==================== */
.footer {
  font-size: 12px;
  color: #b5bbc5;
  padding: 20px 0;
}

.copyright p {
  margin-bottom: 0;
}

.copyright a {
  color: inherit;
}

.scroll-top {
  cursor: pointer;
  display: inline-block;
  vertical-align: middle;
  width: 45px;
  height: 45px;
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 100;
  background-color: #b5bbc5;
  visibility: hidden;
  filter: alpha(opacity=0);
  opacity: 0;
  border-radius: 50%;
  -webkit-transition: 0.2s ease-out;
  transition: 0.2s ease-out;
}

.scroll-top::after {
  content: '';
  width: 0;
  height: 0;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  border: 6px solid transparent;
  border-top: 0;
  border-bottom: 8px solid #fff;
}

.scroll-top:hover {
  background-color: #98a1af;
}

.scroll-top.is-visible {
  visibility: visible;
  filter: alpha(opacity=100);
  opacity: 1;
}

.blackout {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 10;
  background-color: rgba(0, 0, 0, 0.5);
  visibility: hidden;
  filter: alpha(opacity=0);
  opacity: 0;
  -webkit-transition: 0.2s ease-out;
  transition: 0.2s ease-out;
}

@media only screen and (max-width: 1024px) {
  .blackout.is-active {
    visibility: visible;
    filter: alpha(opacity=100);
    opacity: 1;
  }
}

/* ====================  END FOOTER  ==================== */
/* ====================  FORMS  ==================== */
form {
  max-width: 100%;
  margin-bottom: 20px;
  position: relative;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 0 20px;
  padding: .35em .75em .625em;
}

label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 10px;
  font-weight: bold;
}

:-moz-placeholder {
  color: #afafaf;
  text-overflow: ellipsis;
}

::-moz-placeholder {
  color: #afafaf;
  text-overflow: ellipsis;
}

:-ms-input-placeholder {
  color: #afafaf;
  text-overflow: ellipsis;
}

::-webkit-input-placeholder {
  color: #afafaf;
  text-overflow: ellipsis;
}

select,
textarea,
[type="text"],
[type="file"],
[type="password"],
[type="email"],
[type="search"],
[type="number"],
[type="tel"],
[type="url"],
[type="date"],
[type="month"],
[type="week"],
[type="time"],
[type="datetime"],
[type="datetime-local"] {
  font: inherit;
  width: 100%;
  border: 1px solid #808080;
  padding: 8px 10px;
  background-color: transparent;
  font-size: 14px;
  line-height: 20px;
}

input::-webkit-datetime-edit-fields-wrapper {
  padding: 0;
}

input::-webkit-file-upload-button {
  padding: 0 5px;
  border: 0;
  outline: 1px solid #808080;
}

input::-webkit-inner-spin-button {
  height: auto;
}

[type="radio"]:disabled, [type="radio"].disabled,
[type="checkbox"]:disabled,
[type="checkbox"].disabled {
  cursor: not-allowed;
}

[type="range"] {
  width: 100%;
  padding: 7px 0;
}

[type="color"] {
  max-width: 45px;
  padding: 3px;
  border: 1px solid #808080;
  background-color: transparent;
}

[type="color"]::-webkit-color-swatch-wrapper {
  padding: 0;
}

[type="color"]::-webkit-color-swatch {
  border: 0;
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
  cursor: pointer;
  border: 1px solid #808080;
  background-color: transparent;
  padding: 8px 10px;
}

textarea {
  min-height: 100px;
  max-height: 400px;
  resize: vertical;
}

optgroup {
  font-style: normal;
}

.form-row {
  margin-bottom: 15px;
}

.form-row-sm {
  max-width: 300px;
}

.form-row-md {
  max-width: 600px;
}

.form-row-custom {
  position: relative;
}

.form-row-custom .svg-icon {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto;
}

.form-row-custom .form-field,
.form-row-custom .custom-label {
  padding-left: 33px;
}

.form-row-custom .custom-label {
  position: absolute;
  right: 0;
  left: 0;
  bottom: 11px;
  margin: auto;
  line-height: 1;
  font-weight: normal;
  color: #b6bdc2;
  font-size: 14px;
  -webkit-transition: 0.2s ease-out;
  transition: 0.2s ease-out;
}

.form-row-custom.is-focused .custom-label {
  font-size: 12px;
  -webkit-transform: translateY(-20px);
  transform: translateY(-20px);
}

.form-field {
  font: inherit;
  font-family: "Arial", "Helvetica", sans-serif;
  width: 100%;
  border: 0;
  border-bottom: 1px solid #e4e4e9;
  padding: 8px 10px;
  background-color: transparent;
  font-size: 14px;
  line-height: 20px;
  color: #555;
  -webkit-transition: 0.2s ease-out, background 0s;
  transition: 0.2s ease-out, background 0s;
}

.form-field::-webkit-datetime-edit-fields-wrapper {
  padding: 0;
}

.form-field::-webkit-file-upload-button {
  padding: 0 5px;
  border: 0;
  outline: 1px solid #808080;
  background-color: #fff;
}

.form-field::-webkit-inner-spin-button {
  height: auto;
}

.form-field.valid {
  border-color: #3dc294;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABMAAAASCAMAAACO0hVbAAAAXVBMVEUAAABntqRntqRntqRntqRntqRntqRntqRntqRntqRntqRntqRntqRntqRntqRntqRntqRntqRntqRntqRntqRntqRntqRntqRntqRntqRntqRntqRntqRntqRntqSoapCBAAAAHnRSTlMA+OzZyxngSzRUlSC6q6dwOb+NLwzn1LWeYkA+Jh+pRVzAAAAAmklEQVR4AW2QW66DMBBDnQch4cGFWyiFUu9/mVWsFFUV5wM8RxoxGGJsnDHhUeOkXckwdY70t6Ki5aB8NMbUUi+rIEZrYn53TDh5mnve5IAv/pnyI6JQrTUq9oC3AGYpx6QZiwcSN6k/AD1nBA9UgVtRctptAxcpaG4YJYvSN0YOyvt5y+XN1/+mDg71UzpQnn66Envu1H06fQM+vgjxxxRlfAAAAABJRU5ErkJggg==");
  background-repeat: no-repeat;
  background-position: right center;
}

.form-field.valid + .svg-icon {
  fill: #3dc294;
}

.form-field:disabled, .form-field.disabled {
  cursor: not-allowed;
  filter: alpha(opacity=50);
  opacity: 0.5;
}

.form-field.error {
  border-color: #f25b4f;
  color: #f25b4f;
}

.form-field.error + .svg-icon {
  fill: #f25b4f;
}

textarea.form-field {
  min-height: 140px;
  border: 1px solid #e4e4e9;
  border-radius: 6px;
}

textarea.form-field:hover, textarea.form-field:focus {
  -webkit-box-shadow: 4px 4px 40px rgba(0, 0, 0, 0.08);
  box-shadow: 4px 4px 40px rgba(0, 0, 0, 0.08);
}

.is-invalid .svg-icon,
.is-error .svg-icon {
  fill: #f26c4f;
}

.is-invalid .form-field,
.is-error .form-field {
  border-bottom-color: #f26c4f;
}

.is-valid .svg-icon {
  fill: #3cb879;
}

.is-valid .form-field {
  border-bottom-color: #3cb879;
}

.jq-select-multiple, .jq-selectbox, .jq-number, .jq-file {
  width: 100%;
}

.jq-number__field {
  width: auto;
}

.mac select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0;
}

/* ====================  END FORMS  ==================== */
/* ====================  SPRITES  ==================== */
/* ====================  END SPRITES  ==================== */
/* ====================  BUTTONS  ==================== */
.btn {
  cursor: pointer;
  display: inline-block;
  vertical-align: middle;
  border: 1px solid transparent;
  outline: 0;
  padding: 3px 5px;
  text-align: center;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: nowrap;
  font-family: "Arial", "Helvetica", sans-serif;
  font-weight: normal;
  color: #00a1f8;
  line-height: 1.5;
  -webkit-tap-highlight-color: transparent;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-transition: 0.2s ease-out;
  transition: 0.2s ease-out;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.btn:hover, .btn:focus {
  text-decoration: none;
}

.btn::-moz-focus-inner {
  padding: 0;
  border: 0;
}

.btn-default, .btn-secondary {
  border: 0;
  font-weight: bold;
  font-size: 14px;
  color: #fff;
  border-radius: 20px;
}

.btn-default:hover, .btn-default:focus, .btn-secondary:hover, .btn-secondary:focus {
  color: #fff;
}

.btn-default {
  padding: 6px 20px;
  background-color: #b5bbc5;
}

.btn-default:hover, .btn-default:focus {
  background-color: #f6343f;
  -webkit-box-shadow: 0 8px 18px rgba(255, 48, 88, 0.36);
  box-shadow: 0 8px 18px rgba(255, 48, 88, 0.36);
}

.btn-secondary {
  position: relative;
  padding: 10px 40px;
  background-color: #ff0844;
  background-color: rgba(255, 8, 68, 0.75);
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(255, 8, 68, 0.75)), to(rgba(255, 177, 153, 0.75)));
  background-image: linear-gradient(to left, rgba(255, 8, 68, 0.75) 0%, rgba(255, 177, 153, 0.75) 100%);
  -webkit-box-shadow: 0 10px 24px rgba(255, 48, 88, 0.36);
  box-shadow: 0 10px 24px rgba(255, 48, 88, 0.36);
}

.btn-secondary:hover, .btn-secondary:focus {
  background-size: 105%;
  background-color: #ffb199;
  background-color: rgba(255, 177, 153, 0.75);
}

.btn-submit {
  color: #fff;
  padding: 13px 30px;
  background-color: #75cbc5;
  font-size: 16px;
  line-height: 1.4;
  font-weight: normal;
  border-radius: 0;
}

.btn-submit:hover, .btn-submit:focus {
  color: #fff;
  background-color: #50bdb5;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.btn-small {
  font-weight: normal;
  padding: 5px 20px;
  border-radius: 12px;
}

.btn-large {
  padding: 13px 40px;
  border-radius: 20px;
}

.btn-link {
  padding-left: 10px;
  padding-right: 10px;
  font-size: 14px;
  color: #333;
  text-decoration: underline;
}

.btn-link:hover {
  color: #333;
  text-decoration: none;
}

.btn-product {
  font-size: 12px;
  font-weight: bold;
  border: 0;
  padding: 3px 15px;
  background-color: #b5bbc5;
  color: #fff;
  border-radius: 12px;
}

.btn-product:hover, .btn-product:focus {
  color: #fff;
  background-color: #ff0844;
  background-color: rgba(255, 8, 68, 0.75);
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(255, 8, 68, 0.75)), to(rgba(255, 177, 153, 0.75)));
  background-image: linear-gradient(to left, rgba(255, 8, 68, 0.75) 0%, rgba(255, 177, 153, 0.75) 100%);
}

.btn-block {
  display: block;
  width: 100%;
}

.btn-left {
  text-align: left;
}

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

.btn-right {
  text-align: right;
}

.btn-pull-left {
  float: left;
}

.btn-pull-right {
  float: right;
}

/* ====================  END BUTTONS  ==================== */
/* ====================  TABS  ==================== */
.tabs-menu {
  width: 95px;
  float: left;
}

.tabs-menu-item {
  cursor: pointer;
  position: relative;
  margin-bottom: 1px;
  padding: 10px;
  font: bold 16px/1.2 "Arial", "Helvetica", sans-serif;
  color: #b8bdc7;
  text-decoration: none;
  text-align: center;
  background-color: #fff;
  border-radius: 2px 0 0 2px;
  -webkit-transition: 0.2s ease-out;
  transition: 0.2s ease-out;
  -webkit-box-shadow: 0 28px 42px rgba(1, 80, 103, 0.08);
  box-shadow: 0 28px 42px rgba(1, 80, 103, 0.08);
}

.tabs-menu-item:hover, .tabs-menu-item.is-active {
  color: #444;
  -webkit-box-shadow: 0 4px 12px rgba(1, 80, 103, 0.08);
  box-shadow: 0 4px 12px rgba(1, 80, 103, 0.08);
}

.tabs-item {
  display: none;
  margin-left: 95px;
  padding: 10px 45px 10px 40px;
  background-color: #fff;
  font-size: 14px;
  -webkit-box-shadow: 0 28px 42px rgba(1, 80, 103, 0.08);
  box-shadow: 0 28px 42px rgba(1, 80, 103, 0.08);
}

.tabs-item.is-active {
  display: block;
}

/* ====================  END TABS  ==================== */
/* ====================  ACCORDION  ==================== */
.fk-accordion {
  border-bottom: 12px solid #e9e9e9;
  line-height: 1.2;
  margin-bottom: 15px;
  max-width: 100%;
}

.fk-accordion.js-opened {
  border-bottom: 0;
}

.fk-accordion.js-opened .fk-accordion-content {
  display: block;
}

.fk-accordion.js-opened .fk-accordion-switch {
  background-color: #6bc15f;
}

.fk-accordion.js-opened .fk-accordion-switch:after {
  border: 5px solid transparent;
  border-top: 8px solid #fff;
  bottom: 0;
  margin-top: -4px;
}

.fk-accordion-header {
  background-color: #f5f5f5;
  min-height: 79px;
  overflow: hidden;
  padding: 15px 15px 15px 45px;
  position: relative;
}

.fk-accordion-title {
  color: #6bc15f;
  display: block;
  font-weight: bold;
  margin-bottom: 0;
  text-transform: uppercase;
}

.fk-accordion-desc {
  color: #055555;
  font-style: italic;
  font-weight: 300;
  margin-bottom: 0;
  max-width: 570px;
}

.fk-accordion-switch {
  border-radius: 50%;
  -webkit-box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.22) inset;
  box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.22) inset;
  background-color: #ccc;
  cursor: pointer;
  display: block;
  height: 52px;
  left: -26px;
  margin-top: -26px;
  position: absolute;
  top: 50%;
  width: 52px;
}

.fk-accordion-switch:after {
  border: 5px solid transparent;
  border-left: 8px solid #fff;
  border-right: 0;
  content: "";
  display: block;
  height: 0;
  margin-top: -5px;
  position: absolute;
  right: 10px;
  top: 50%;
  width: 0;
}

.fk-accordion-content {
  background-color: #e9e9e9;
  display: none;
  padding: 15px;
}

/* ====================  END ACCORDION  ==================== */
/* ====================  BREADCRUMBS  ==================== */
.breadcrumbs {
  position: relative;
  color: #434343;
  font-size: 0;
  padding: 10px 0;
}

.breadcrumbs::before {
  content: '';
  position: absolute;
  top: 19px;
  left: 0;
  z-index: -1;
  width: 100%;
  border-bottom: 1px solid #f3f7f8;
}

.breadcrumbs li, .breadcrumbs-item {
  display: inline-block;
  vertical-align: middle;
  padding-right: 8px;
  font-size: 12px;
  background-color: #fff;
}

.breadcrumbs a, .breadcrumbs-link {
  display: block;
  color: #b5bbc5;
  text-decoration: none;
  -webkit-transition: 0.2s ease-out;
  transition: 0.2s ease-out;
}

.breadcrumbs a::after, .breadcrumbs-link::after {
  content: '\00BB';
  margin-left: 3px;
}

.breadcrumbs a:hover, .breadcrumbs-link:hover {
  color: #ff4663;
}

/* ====================  END BREADCRUMBS  ==================== */
/* ====================  PAGINATION  ==================== */
.pagination {
  margin: 30px 0;
}

.pagination + .section-header {
  margin-top: 60px;
}

.pagination li, .pagination-item {
  display: inline-block;
  vertical-align: middle;
  color: #8ca4af;
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
}

.pagination li:hover a,
.pagination li:hover span,
.pagination li:hover .pagination-link, .pagination li.is-current a,
.pagination li.is-current span,
.pagination li.is-current .pagination-link, .pagination-item:hover a,
.pagination-item:hover span,
.pagination-item:hover .pagination-link, .pagination-item.is-current a,
.pagination-item.is-current span,
.pagination-item.is-current .pagination-link {
  color: #344750;
  text-decoration: underline;
}

.pagination a,
.pagination span, .pagination-link {
  display: inline-block;
  padding: 5px;
  text-decoration: underline;
}

/* ==================  END PAGINATION  ================== */
.text-left {
  text-align: left;
}

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

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

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

.text-capitalize {
  text-transform: capitalize;
}

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

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

.text-nowrap {
  white-space: nowrap;
}

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

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

.text-small-caps {
  font-variant: small-caps;
}

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

.text-overline {
  text-decoration: overline;
}

.text-line-through {
  text-decoration: line-through;
}

.image-left, .image-right, .image-center {
  margin-bottom: 20px;
}

.image-left {
  float: left;
  margin: 0 20px 20px 0;
}

.image-right {
  float: right;
  margin: 0 0 20px 20px;
}

.image-center {
  text-align: center;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

/* ====================  HOME PAGE  ====================== */
.article {
  padding-top: 45px;
}

.breadcrumbs + .article {
  padding-top: 35px;
}

.banner {
  position: relative;
  margin: 45px 0;
  padding: 60px 50px 80px 95px;
  background: #023f5e none no-repeat center center;
  background-size: cover;
  border-radius: 2px;
  -webkit-box-shadow: 0 28px 42px rgba(1, 80, 103, 0.08);
  box-shadow: 0 28px 42px rgba(1, 80, 103, 0.08);
}

.banner-text {
  font-size: 16px;
  line-height: 1.25;
  color: #fff;
  max-width: 350px;
}

.banner-headline {
  font-size: 46px;
  margin-bottom: 0;
}

.banner-detail {
  font-size: 12px;
}

.banner-desc {
  margin: 25px 0;
}

.banner-product {
  bottom: -20px;
  right: 46px;
}

.banner-product.goods-item {
  margin: 0;
  width: 260px;
  position: absolute;
}

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

.section-desc {
  font-size: 14px;
  color: #434343;
  margin-bottom: 0;
}

.goods-list {
  margin: 30px -15px 20px;
  font-size: 0;
  text-align: center;
}

.goods-item {
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: 200px;
  margin: 0 15px 20px;
  background: #fff none no-repeat center center;
  background-size: cover;
  font-size: 12px;
  text-align: left;
  -webkit-box-shadow: 0 8px 32px rgba(1, 80, 103, 0.08);
  box-shadow: 0 8px 32px rgba(1, 80, 103, 0.08);
  border-radius: 2px;
  -webkit-transition: 0.2s ease-out;
  transition: 0.2s ease-out;
}

.goods-item:hover {
  -webkit-box-shadow: 0 28px 42px rgba(1, 80, 103, 0.12);
  box-shadow: 0 28px 42px rgba(1, 80, 103, 0.12);
  z-index: 1;
}

.goods-delivery {
  min-height: 287px;
  padding: 45px 15px 45px;
  color: #fff;
  font-size: 16px;
  line-height: 1.25;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.goods-delivery h3,
.goods-delivery h5 {
  line-height: 1;
  margin-bottom: 0;
}

.goods-delivery h3 {
  font-size: 40px;
}

.goods-delivery h5 {
  font-size: 14px;
}

.goods-delivery p {
  margin-top: 30px;
}

.goods-delivery a {
  position: absolute;
  left: 15px;
  bottom: 20px;
  font-size: 12px;
  text-decoration: none;
}

.goods-delivery a:hover {
  color: #fff;
  text-decoration: underline;
}

.goods-badge {
  position: absolute;
  top: 13px;
  right: 15px;
  padding: 2px;
  color: #fff;
  font-size: 11px;
  line-height: 1;
  border-radius: 2px;
}

.goods-badge-top {
  background-color: #09b7d1;
}

.goods-badge-new {
  background-color: #79c527;
}

.goods-badge-sale {
  background-color: #fbb111;
}

.goods-thumbnail {
  display: block;
  border-bottom: 1px solid #f3f7f8;
  overflow: hidden;
  background-color: #fff;
  border-radius: 2px 2px 0 0;
}

.goods-thumbnail img {
  margin: 0 auto;
  display: block;
}

.goods-info {
  padding: 20px 15px;
  overflow: hidden;
}

.goods-info a:not(.btn) {
  color: #00a1f8;
  white-space: nowrap;
}

.goods-watched {
  padding: 15px;
  font-size: 12px;
  color: #8ca4af;
}

.goods-watched .goods-title {
  font-size: 14px;
  font-weight: bold;
}

.goods-watched p {
  margin-bottom: 0;
}

.goods-title {
  font-size: 14px;
  font-weight: bold;
  line-height: 1.1;
  margin-bottom: 25px;
}

.goods-price {
  width: 129px;
  min-height: 36px;
  float: left;
}

.goods-price-item {
  color: #ff7078;
  font-size: 14px;
}

.goods-price > svg {
  color: #b5bbc5;
}

.goods-btn {
  float: right;
  width: 36px;
  height: 36px;
  padding: 0;
  line-height: 36px;
  font-size: 18px;
  border-radius: 50%;
}

.advantage-list {
  margin: 25px -3px;
  font-size: 0;
}

.advantage-item {
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: 24.5%;
  padding: 15px;
  margin: 0 .25% .5%;
  font-size: 12px;
  color: #fff;
  background-color: #b5bbc5;
  border-radius: 2px;
  -webkit-transition: 0.2s ease-out;
  transition: 0.2s ease-out;
}

.advantage-delivery {
  background-color: #423061;
  background-image: -webkit-gradient(linear, right top, left top, from(#423061), to(#b8a2ab));
  background-image: linear-gradient(to left, #423061 0%, #b8a2ab 100%);
}

.advantage-delivery:hover {
  -webkit-box-shadow: 0 20px 42px rgba(65, 32, 91, 0.42);
  box-shadow: 0 20px 42px rgba(65, 32, 91, 0.42);
}

.advantage-delivery .advantage-icon {
  -webkit-box-shadow: 0 32px 32px rgba(55, 34, 98, 0.42);
  box-shadow: 0 32px 32px rgba(55, 34, 98, 0.42);
  color: #433062;
}

.advantage-delivery .advantage-icon svg {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.advantage-secure {
  background-color: #0f395d;
  background-image: -webkit-gradient(linear, right top, left top, from(#0f395d), to(#78afae));
  background-image: linear-gradient(to left, #0f395d 0%, #78afae 100%);
}

.advantage-secure:hover {
  -webkit-box-shadow: 0 20px 42px rgba(6, 51, 71, 0.42);
  box-shadow: 0 20px 42px rgba(6, 51, 71, 0.42);
}

.advantage-secure .advantage-icon {
  -webkit-box-shadow: 0 32px 32px rgba(7, 51, 80, 0.42);
  box-shadow: 0 32px 32px rgba(7, 51, 80, 0.42);
  color: #124464;
}

.advantage-payments {
  background-color: #6d4ec9;
  background-image: -webkit-gradient(linear, right top, left top, from(#6d4ec9), to(#458fc5));
  background-image: linear-gradient(to left, #6d4ec9 0%, #458fc5 100%);
}

.advantage-payments:hover {
  -webkit-box-shadow: 0 20px 42px rgba(41, 33, 164, 0.42);
  box-shadow: 0 20px 42px rgba(41, 33, 164, 0.42);
}

.advantage-payments .advantage-icon {
  -webkit-box-shadow: 0 32px 32px rgba(48, 24, 121, 0.42);
  box-shadow: 0 32px 32px rgba(48, 24, 121, 0.42);
  color: #6061c7;
}

.advantage-support {
  background-color: #9693ef;
  background-image: -webkit-gradient(linear, right top, left top, from(#9693ef), to(#be9fd1));
  background-image: linear-gradient(to left, #9693ef 0%, #be9fd1 100%);
}

.advantage-support:hover {
  -webkit-box-shadow: 0 20px 42px rgba(87, 58, 151, 0.42);
  box-shadow: 0 20px 42px rgba(87, 58, 151, 0.42);
}

.advantage-support .advantage-icon {
  -webkit-box-shadow: 0 32px 32px rgba(65, 34, 139, 0.42);
  box-shadow: 0 32px 32px rgba(65, 34, 139, 0.42);
  color: #9192ea;
}

.advantage-title {
  font-size: 14px;
  line-height: 1.2;
  margin-bottom: 20px;
}

.advantage-link {
  text-decoration: underline;
}

.advantage-link:hover {
  color: #fff;
  text-decoration: none;
}

.advantage-icon {
  position: absolute;
  top: 6px;
  right: 19px;
  width: 64px;
  height: 64px;
  text-align: center;
  background-color: #fff;
  border-radius: 50%;
}

.advantage-icon svg {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}

/* ====================  END HOME PAGE  ==================== */
/* ====================  CATEGORY PAGE  ==================== */
.category-list {
  margin: 30px 0;
  font-size: 0;
}

.category-row {
  border-bottom: 1px solid #f2f5f6;
}

.category-row:last-child {
  border-bottom: 0;
}

.category-item {
  cursor: pointer;
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: 25%;
  height: 225px;
  border-left: 1px solid #f2f5f6;
  border-right: 1px solid #f2f5f6;
  margin-left: -1px;
  padding-top: 95px;
  background-color: #fff;
  color: #b5bbc5;
  text-align: center;
  -webkit-transition: 0.2s ease-out;
  transition: 0.2s ease-out;
}

.category-item:first-child {
  border-left: 0;
}

.category-item + .category-item:last-child {
  border-right: 0;
}

.category-item:hover {
  z-index: 1;
  -webkit-box-shadow: 0 28px 42px rgba(1, 80, 103, 0.08);
  box-shadow: 0 28px 42px rgba(1, 80, 103, 0.08);
  border-color: #fff;
  border-bottom: 1px solid #fff;
}

.category-item:hover .svg-icon {
  fill: #41a9d9;
}

.category-icon {
  position: relative;
  width: 30px;
  height: 30px;
  margin: 0 auto 30px;
}

.category-icon .svg-icon {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}

.category-title {
  font-size: 12px;
}

.category-link {
  text-decoration: none;
  color: #b5bbc5;
  -webkit-transition: 0.2s ease-out;
  transition: 0.2s ease-out;
}

.category-link:hover {
  color: #333;
}

/* ====================  END CATEGORY PAGE  ================== */
/* ====================  PRODUCT PAGE  ==================== */
.product-container {
  margin: 30px 0;
}

.product-header {
  overflow: hidden;
  background-color: #fff;
  margin-bottom: 1px;
  border-radius: 2px;
  -webkit-box-shadow: 0 28px 42px rgba(1, 80, 103, 0.08);
  box-shadow: 0 28px 42px rgba(1, 80, 103, 0.08);
}

.product-preview {
  float: left;
  width: 95px;
  border-right: 1px solid #f3f7f8;
  text-align: center;
}

.product-info {
  margin-left: 94px;
  border-left: 1px solid #f3f7f8;
  padding: 20px 45px 15px 40px;
}

.product-info h2 {
  display: inline-block;
  vertical-align: middle;
  font-size: 16px;
  margin-bottom: 0;
  margin-right: 40px;
}

.product-info .horizontal-list {
  font-size: 12px;
  margin-top: 15px;
}

.product-info .horizontal-list li {
  margin-right: 10px;
}

.product-min-price {
  display: inline-block;
  vertical-align: middle;
  font-size: 12px;
}

.product-min-price .highlight {
  color: #ff7078;
  font-size: 14px;
}

.product-rating {
  float: right;
  font-size: 12px;
  text-align: right;
}

.product-rating,
.product-rating a {
  color: #b5bbc5;
}

.product-rating .rating {
  margin-bottom: 5px;
}

.product-table {
  border-collapse: separate;
  border-spacing: 0 6px;
}

.product-table th,
.product-table td {
  border: 0;
  font-size: 14px;
}

.product-table th:last-child,
.product-table td:last-child {
  text-align: right;
}

.product-table th {
  color: #333;
  padding: 5px 10px 5px 5px;
  border-bottom: 1px solid #f1f5f7;
}

.product-table td {
  color: #949dac;
  padding: 0 5px;
}

.product-table td:last-child {
  width: 110px;
  padding: 0;
}

.product-table tbody tr:hover {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), color-stop(95%, rgba(255, 177, 153, 0.3)), color-stop(95%, rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, 0)));
  background-image: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 177, 153, 0.3) 95%, rgba(255, 255, 255, 0) 95%, rgba(255, 255, 255, 0) 100%);
}

.product-table .green {
  color: #3dc294;
}

.product-price {
  white-space: nowrap;
}

.highlight-primary {
  color: #218cdf;
}

.highlight-secondary {
  color: #38c192;
}

.highlight-warning {
  color: #ff2050;
}

/* ====================  END PRODUCT PAGE  ================== */
/* ====================  REVIEW PAGE  ===================== */
.review {
  margin: 50px 0;
}

.review-link {
  float: right;
  font-size: 12px;
  padding: 4px 0;
}

.review-title {
  float: left;
  color: #b5bbc5;
  font-size: 24px;
  margin-bottom: 5px;
}

.review-list {
  clear: both;
}

.review-item, .review-form {
  padding: 20px 30px 20px 20px;
  background-color: #fff;
  margin-bottom: 10px;
  border-radius: 2px;
}

.review-item {
  font-size: 14px;
}

.review-item p {
  margin-bottom: 10px;
  line-height: 1.28571;
}

.review-header {
  overflow: hidden;
  margin-bottom: 20px;
}

.review-avatar, .review-username, .review-rating {
  display: inline-block;
  vertical-align: middle;
  margin-right: 15px;
}

.review-avatar {
  width: 34px;
  height: 34px;
  background-color: #e9ebee;
  border-radius: 50%;
}

.review-username {
  font-size: 16px;
}

.review-date {
  float: right;
  font-size: 12px;
  padding: 8px 0;
  white-space: nowrap;
}

.review-emotions {
  margin-left: 10px;
}

.review-form h2 {
  text-transform: uppercase;
  margin-bottom: 0;
}

.review-form p {
  font-size: 14px;
  margin-bottom: 15px;
}

.rating {
  display: inline-block;
  vertical-align: middle;
  width: 70px;
}

.rating, .rating-inner {
  height: 13px;
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMyIgaGVpZ2h0PSIxMiIgdmlld0JveD0iMCAwIDEzMCAxMjQiIGZpbGw9IiNkZmUzZTQiPjxwb2x5Z29uIHBvaW50cz0iNjUsOTkgMTA1LDEyNCA5NSw3OCAxMzAsNDcgODMsNDMgNjUsMCA0Nyw0MyAwLDQ3IDM1LDc4IDI1LDEyNCAiLz48L3N2Zz4=") repeat-x 0 0;
  background-size: contain;
}

.rating-inner {
  display: block;
  width: 0;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMyIgaGVpZ2h0PSIxMiIgdmlld0JveD0iMCAwIDEzMCAxMjQiIGZpbGw9IiNmZmJjMDAiPjxwb2x5Z29uIHBvaW50cz0iNjUsOTkgMTA1LDEyNCA5NSw3OCAxMzAsNDcgODMsNDMgNjUsMCA0Nyw0MyAwLDQ3IDM1LDc4IDI1LDEyNCAiLz48L3N2Zz4=");
}

.emotions {
  display: inline-block;
  vertical-align: middle;
  width: 17px;
  height: 17px;
  background: #808080 url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADMAAAARCAMAAABHG2QlAAAAllBMVEUAAAC+vr6hoaHj4+P29vb9/f26urr///80NDSbm5vU1NSKioq1tbXZ2dng4ODm5ub///+Ojo6jo6PDw8PGxsbOzs7R0dHd3d34+Pj7+/s6OjpQUFB2dnZ7e3uHh4ecnJyysrK7u7tBQUFISEhYWFiTk5OioqKpqanh4eHq6uru7u7v7+8lJSUhISEeHh4ZGRkpKSkoKCglIGTYAAAALHRSTlMAUnUkDQVYA/l+N5RdMSkgAYxyTUhAPC0LCPTaqKKXdWJS7eHRh3ZpJxwYFvI/5WIAAAC2SURBVBgZzcFHVsMwAEDBb9Tce00PJFQ7gftfjkcks/PeM6yeHIB+YFmaASLjX/Jy+SDdbjNmaQq8d8wa/1kQ+puO2ek+tej7rcYJfT+h2/gtjr59h1TT2DCTRaDor8GAU49jQ/szVTjq5IGJdc6i3PNyqLRhBYR+04JFRmBlBucr2pdxuY8+sZLjk3VMeFBRIAEZRAZLHWL+xAfFgzh71llgqXJXBMXuVeEYidXnLJJhHUpW7xdmewo8yqnAeQAAAABJRU5ErkJggg==") no-repeat 0;
  border-radius: 50%;
}

.emotions-bad {
  background-color: #e83d3d;
  background-position: 0 0;
}

.emotions-good {
  background-color: #ffc10e;
  background-position: -17px 0;
}

.emotions-excellent {
  background-color: #7dca62;
  background-position: -34px 0;
}

.appreciation-item {
  display: inline-block;
  vertical-align: middle;
  margin: 0 35px 10px 0;
}

/* ====================  END REVIEW PAGE  =================== */
/* ====================  BLOG PAGE  ====================== */
.blog-list {
  margin: 50px 0 30px;
}

.blog-item {
  background-color: #fff;
  margin-bottom: 10px;
  border-radius: 2px;
}

.blog-thumbnail {
  display: block;
  width: 205px;
  float: left;
}

.blog-thumbnail img {
  display: block;
}

.blog-content {
  margin-left: 205px;
  padding: 25px 30px 25px 25px;
  color: #8ca4af;
  font-size: 14px;
}

.blog-content a:not(.blog-link) {
  color: #00a1f8;
}

.blog-content p {
  margin-bottom: 0;
}

.blog-header {
  margin-bottom: 25px;
}

.blog-title, .blog-link {
  display: inline-block;
  font-size: 16px;
  color: #344750;
  margin-bottom: 0;
  text-decoration: none;
}

.blog-info {
  font-size: 12px;
  float: right;
}

.blog-right-info {
  color: #8ca4af;
  float: right;
}

.blog-category {
  cursor: pointer;
  position: relative;
  display: inline-block;
  vertical-align: middle;
  padding: 4px 15px 4px 5px;
  font-size: 14px;
}

.blog-category:after {
  content: '';
  width: 7px;
  height: 7px;
  border: 1px solid #8ca4af;
  border-left-color: transparent;
  border-top-color: transparent;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.blog-category:hover .blog-category-dropdown {
  visibility: visible;
  filter: alpha(opacity=100);
  opacity: 1;
  top: 100%;
}

.blog-category-dropdown {
  width: 180px;
  position: absolute;
  right: 0;
  top: 200%;
  padding: 10px;
  background-color: #fff;
  visibility: hidden;
  filter: alpha(opacity=0);
  opacity: 0;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
  -webkit-transition: 0.2s ease-out;
  transition: 0.2s ease-out;
}

.blog-category-dropdown a {
  font-size: 12px;
  display: block;
  padding: 5px;
}

.article-header {
  position: relative;
  background: #000 none no-repeat center 0;
  background-size: cover;
  padding-top: 20%;
}

.article-header:after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.25);
}

.article-header .breadcrumbs {
  border-bottom: 0;
}

.article-header .breadcrumbs-item, .article-header .breadcrumbs-link {
  color: #fff;
}

/* ====================  END BLOG PAGE  ==================== */
/* ====================  CART PAGE  ====================== */
.cart-table {
  border-collapse: separate;
  border-spacing: 0 3px;
}

.cart-table-order {
  border-spacing: 0 1px;
}

.cart-table tr:not(.cart-table-bonus) {
  border-radius: 2px;
  -webkit-box-shadow: 0 28px 42px rgba(1, 80, 103, 0.08);
  box-shadow: 0 28px 42px rgba(1, 80, 103, 0.08);
}

.cart-table td {
  border: 0;
  background-color: #fff;
  color: #333;
  border-radius: 2px;
}

.cart-table td.cart-table-img {
  border-right: 1px solid #f3f7f8;
}

.cart-table td.cart-table-price {
  color: #949dac;
}

.cart-table-img {
  width: 100px;
  padding: 0;
}

.cart-table-img a,
.cart-table-img img {
  display: block;
  margin: 0 auto;
}

.cart-table-product {
  font-weight: bold;
  font-size: 16px;
  padding-left: 25px;
}

.cart-table-product a {
  text-decoration: none;
  color: #444;
}

.cart-table-product a:hover {
  text-decoration: underline;
}

.cart-table-clear {
  width: 60px;
}

.cart-table-bonus td {
  position: relative;
  background-color: transparent;
  padding-top: 0;
  padding-bottom: 0;
}

.cart-table-bonus .bonus {
  position: absolute;
  top: -30px;
}

.bonus {
  display: inline-block;
  vertical-align: middle;
  font-size: 12px;
  font-weight: normal;
}

.bonus a,
.bonus svg {
  color: #f6343f;
}

.bonus a {
  text-decoration: underline;
}

.bonus a:hover {
  text-decoration: none;
}

.del {
  cursor: pointer;
  display: inline-block;
  vertical-align: middle;
  padding: 10px;
  font-size: 16px;
  color: #ccd6da;
  -webkit-transition: 0.2s ease-out;
  transition: 0.2s ease-out;
}

.del:hover {
  color: #444;
}

.shopping-cart-payment {
  display: inline-block;
  vertical-align: middle;
  padding: 13px 0;
}

.shopping-cart-block {
  float: right;
  display: inline-block;
  vertical-align: middle;
  background-color: #fff;
  font-size: 14px;
  margin-bottom: 20px;
  border-radius: 2px;
  -webkit-box-shadow: 0 28px 42px rgba(1, 80, 103, 0.08);
  box-shadow: 0 28px 42px rgba(1, 80, 103, 0.08);
}

.shopping-cart-total {
  display: inline-block;
  padding: 14px 25px;
}

.shopping-cart-price {
  margin-left: 30px;
}

.info-box {
  padding: 25px 20px;
  background-color: #fff;
  margin-bottom: 20px;
  color: #344750;
  -webkit-box-shadow: 0 25px 42px rgba(1, 80, 103, 0.08);
  box-shadow: 0 25px 42px rgba(1, 80, 103, 0.08);
}

.info-box h4 {
  font-size: 18px;
  font-weight: normal;
}

.info-box hr {
  margin-left: -20px;
  margin-right: -20px;
}

.info-box p {
  margin-bottom: 10px;
}

.info-box-notice {
  font-size: 14px;
  color: #8ca4af;
}

.support-avatar {
  position: relative;
  width: 80px;
  margin: 0 auto 20px;
}

.support-avatar img {
  display: block;
  border-radius: 50%;
}

.support-icon {
  position: absolute;
  right: -5px;
  bottom: -5px;
  background-color: #fff;
  padding: 7px;
  -webkit-box-shadow: 0 6px 35px rgba(0, 0, 0, 0.26);
  box-shadow: 0 6px 35px rgba(0, 0, 0, 0.26);
}

.support-icon, .support-icon-circle {
  border-radius: 50%;
}

.support-icon-circle {
  position: relative;
  display: block;
  width: 18px;
  height: 18px;
  border: 2px solid #adbec5;
}

.support-icon-circle:before, .support-icon-circle:after {
  content: '';
  width: 2px;
  height: 2px;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  background-color: #adbec5;
}

.support-icon-circle:before {
  height: 6px;
  bottom: 5px;
}

.support-icon-circle:after {
  bottom: 2px;
}

.horizontal-list li {
  display: inline-block;
  vertical-align: middle;
  border-radius: 2px;
}

.vertical-list li {
  margin-bottom: 5px;
  border-radius: 2px;
}

/*.payment {
    &-cart {
        display: inline-block;
        vertical-align: middle;
        width: 37px;
        height: 23px;
        background: image-url('payment-sprite.png') no-repeat 0 0;
    }

    &-skrill {
        background-position: 0 0;
    }

    &-paypal {
        background-position: -38px 0;
    }

    &-master-card,
    &-mcard {
        background-position: -76px 0;
    }

    &-visa {
        background-position: -114px 0;
    }

    &-bitcoin {
        background-position: -152px 0;
    }

    &-american-express,
    &-ae {
        background-position: -190px 0;
    }

    &-maestro {
        background-position: -228px 0;
    }

    &-wt,
    &-wire_transfer {
        background-position: -264px 0;
    }

    &-wu {
        background-position: -301px 0;
    }
}*/
/* ====================  END CART PAGE  ==================== */
/* ====================  CHECKOUT PAGE  ==================== */
/* ====================  END CHECKOUT PAGE  ================== */
/* ====================  CONTACT PAGE  ==================== */
/* ====================  END CONTACT PAGE  ================== */
/* ====================  STATE  ======================== */
.is-visible {
  display: block;
}

.is-hidden {
  display: none;
}

.tablet-visible {
  display: none;
}

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  border: 0;
  padding: 0;
  white-space: nowrap;
  -webkit-clip-path: inset(100%);
  clip-path: inset(100%);
  clip: rect(0 0 0 0);
  overflow: hidden;
}

.visually-hidden:not(:focus), .visually-hidden:not(:active) {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  border: 0;
  padding: 0;
  white-space: nowrap;
  -webkit-clip-path: inset(100%);
  clip-path: inset(100%);
  clip: rect(0 0 0 0);
  overflow: hidden;
}

.visually-hidden.focusable:focus, .visually-hidden.focusable:active {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  white-space: inherit;
  -webkit-clip-path: none;
  clip-path: none;
  clip: auto;
  overflow: visible;
}

/* ====================  END STATE  ====================== */
/* ====================  RESPONSIVE  ===================== */
@media only screen and (max-width: 1024px) {
  .wrapper {
    overflow-x: hidden;
  }
  .cart-content {
    right: -20px;
  }
  .cart-content:before {
    content: none;
  }
  .hamburger {
    display: inline-block;
  }
  .sidebar {
    position: absolute;
    top: 78px;
    z-index: 12;
    height: auto;
    min-height: initial;
    will-change: transform;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: transform 0.2s ease-out, box-shadow 0.2s ease-out 0.2s;
    -webkit-transition: -webkit-transform 0.2s ease-out, -webkit-box-shadow 0.2s ease-out 0.2s;
    transition: -webkit-transform 0.2s ease-out, -webkit-box-shadow 0.2s ease-out 0.2s;
    transition: transform 0.2s ease-out, box-shadow 0.2s ease-out 0.2s;
    transition: transform 0.2s ease-out, box-shadow 0.2s ease-out 0.2s, -webkit-transform 0.2s ease-out, -webkit-box-shadow 0.2s ease-out 0.2s;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }
  .sidebar.is-active {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
    -webkit-box-shadow: -36px 0 48px rgba(1, 80, 103, 0.06);
    box-shadow: -36px 0 48px rgba(1, 80, 103, 0.06);
  }
  .sidebar-logo {
    padding: 25px 0;
    border-bottom: 1px solid #f1f3f6;
  }
  .sidebar-bottom, .sidebar-bottom.is-bottom {
    position: static;
    padding-bottom: 20px;
  }
  .sidebar-lang {
    margin-top: 20px;
  }
  .content {
    margin-right: 0;
  }
}

@media only screen and (max-width: 1200px) {
  .category-list {
    margin: 25px 0;
  }
  .goods-list {
    margin: 25px 0;
  }
  .goods-item {
    margin-left: 10px;
    margin-right: 10px;
  }
}

@media only screen and (max-width: 1024px) {
  body {
    padding-top: 68px;
  }
  .kebab {
    display: block;
  }
  .header {
    padding: 10px 0;
    position: fixed;
    width: 100%;
    height: 68px;
    top: 0;
    left: 0;
    -webkit-box-shadow: 0 5px 20px rgba(0, 0, 0, 0.2);
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.2);
  }
  .header-nav {
    width: 250px;
    padding: 25px;
    position: absolute;
    top: 100%;
    top: 58px;
    left: 0;
    z-index: 11;
    background-color: #fff;
    visibility: hidden;
    filter: alpha(opacity=0);
    opacity: 0;
    -webkit-transition: 0.2s ease-out;
    transition: 0.2s ease-out;
    -webkit-box-shadow: 0 5px 25px rgba(0, 0, 0, 0.2);
    box-shadow: 0 5px 25px rgba(0, 0, 0, 0.2);
  }
  .header-nav.is-active {
    visibility: visible;
    filter: alpha(opacity=100);
    opacity: 1;
  }
  .sidebar {
    position: fixed;
    top: 68px;
    overflow: auto;
  }
  .logo-txt {
    margin-top: 15px;
  }
  .cart-content {
    right: -55px;
  }
  .nav-item {
    display: block;
    margin: 0 0 10px;
  }
  .nav-link {
    font-size: 14px;
  }
}

@media only screen and (max-width: 900px) {
  .banner {
    padding: 75px 30px;
  }
  .banner-headline {
    font-size: 36px;
  }
  .banner-product {
    top: 20px;
    right: 20px;
  }
  .shopping-cart-left, .shopping-cart-right {
    float: none;
    width: auto;
    padding: 0;
  }
  .info-box {
    float: left;
    width: 48%;
    margin: 0 1% 20px;
  }
  .blog-list {
    margin-top: 30px;
  }
  .blog-item {
    margin-bottom: 15px;
  }
  .blog-content {
    padding: 15px;
  }
  .blog-header {
    margin-bottom: 15px;
  }
  .blog-info {
    float: none;
  }
}

@media only screen and (max-width: 800px) {
  .advantage-item {
    width: 49%;
    margin: 0 .5% 1%;
  }
  .advantage-icon {
    top: 10px;
    right: 10px;
  }
}

@media only screen and (max-width: 768px) {
  .banner {
    padding: 20px;
  }
  .banner-headline {
    font-size: 30px;
  }
  .banner-desc {
    margin: 20px 0;
  }
  .banner-product.goods-item {
    width: 250px;
    position: static;
    margin: 20px auto 0;
    text-align: left;
  }
  .category-row {
    border-bottom: 0;
  }
  .category-item {
    width: 50%;
    border-bottom: 1px solid #f2f5f6;
    border-left: 0;
    margin-left: 0;
  }
  .category-item:nth-child(2n+2) {
    border-right: 0;
  }
  .article,
  .breadcrumbs + .article {
    padding-top: 20px;
  }
}

@media only screen and (max-width: 610px) {
  .cart-table td {
    padding: 5px;
    line-height: 1.2;
    font-size: 14px;
  }
  .cart-table-img {
    display: none;
  }
  .cart-table-clear {
    padding: 0;
    width: auto;
  }
  .cart-table-bonus td {
    padding: 0;
  }
  .cart-table-bonus .bonus {
    display: block;
    padding: 3px 10px;
    margin-top: -10px;
    border-radius: 0;
  }
  .product-container {
    margin-left: -15px;
    margin-right: -15px;
  }
  .product-table {
    margin-bottom: 0;
  }
  .product-table td:last-child {
    width: auto;
  }
  .product-info {
    padding: 0 30px 0 10px;
  }
  .product-info h2 {
    display: block;
    margin: 0 0 10px;
  }
  .product-info .horizontal-list {
    margin-top: 10px;
  }
  .product-rating {
    float: none;
    margin-bottom: 5px;
  }
  .product-rating .rating {
    margin-bottom: 0;
  }
  .product-min-price {
    display: block;
  }
  .tabs-menu {
    width: auto;
    float: none;
    background-color: #fff;
    overflow: hidden;
  }
  .tabs-menu-item {
    width: 95px;
    float: left;
    border-right: 1px solid #ebf1f3;
  }
  .tabs-menu-item:hover, .tabs-menu-item.is-active {
    background-color: #ebf1f3;
  }
  .tabs-item {
    border-top: 1px solid #ebf1f3;
    margin: -1px 0 0;
    padding: 10px 30px;
  }
  .blog-thumbnail {
    width: auto;
    float: none;
    height: 160px;
    overflow: hidden;
  }
  .blog-thumbnail img {
    width: 100%;
  }
  .blog-content {
    margin-left: 0;
  }
  .tablet-visible {
    display: inline;
  }
  .tablet-hidden {
    display: none;
  }
}

@media only screen and (max-width: 480px) {
  .sidebar {
    width: 320px;
  }
  .blog-right-info {
    float: none;
    margin-bottom: 10px;
    text-align: right;
  }
  .goods-list {
    margin-left: -1%;
    margin-right: -1%;
  }
  .goods-item {
    margin-left: 1%;
    margin-right: 1%;
    width: 48%;
    text-align: center;
  }
  .goods-delivery {
    text-align: left;
    min-height: auto;
  }
  .goods-thumbnail {
    position: relative;
    height: 115px;
  }
  .goods-thumbnail img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
  }
  .goods-info {
    padding: 15px 10px;
  }
  .goods-title, .goods-price {
    margin-bottom: 10px;
    width: auto;
  }
  .goods-price, .goods-btn {
    float: none;
  }
  .goods-price-item {
    font-size: 12px;
  }
  .category-item {
    height: auto;
    padding-top: 20px;
  }
  .category-icon {
    margin-bottom: 15px;
  }
  .tabs-item {
    padding: 5px 10px 10px;
  }
  .review {
    margin: 20px 0;
  }
  .review-item, .review-form {
    padding: 15px;
  }
  .review-date {
    float: none;
  }
  .shopping-cart-block {
    float: none;
    text-align: left;
    display: block;
    margin: 0 -15px 20px;
  }
  .shopping-cart-block:after {
    clear: both;
    content: " ";
    display: table;
  }
  .shopping-cart-total {
    padding-left: 15px;
    padding-right: 5px;
  }
  .shopping-cart-price {
    margin-left: 0;
  }
  .shopping-cart .btn {
    margin-left: 0;
    padding-left: 15px;
    padding-right: 15px;
  }
  .cart-table td {
    font-size: 12px;
    padding-top: 8px;
    padding-bottom: 8px;
  }
  .cart-table .btn {
    padding: 0;
  }
  .info-box {
    float: none;
    width: auto;
    margin: 0 0 20px;
  }
  .footer {
    padding: 10px 0;
    font-size: 11px;
  }
}

@media only screen and (max-width: 425px) {
  .advantage-item {
    width: 100%;
    margin: 0 0 10px;
  }
  .table-wrapper {
    padding: 0;
    border: 0;
  }
}

/* ====================  END RESPONSIVE  =================== */
