html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -webkit-overflow-scrolling: touch;
  -webkit-font-smoothing: antialiased;
  height: 100%;
  scroll-behavior: smooth;
}

body {
  height: 100%;
}

* {
  margin: 0;
  padding: 0;
}

a,
abbr,
acronym,
address,
blockquote,
body,
caption,
code,
dd,
del,
dfn,
div,
dl,
dt,
em,
fieldset,
form,
h1,
h2,
h3,
h4,
h5,
h6,
html,
iframe,
img,
label,
legend,
li,
object,
ol,
p,
pre,
q,
span,
table,
tbody,
td,
tfoot,
th,
thead,
tr,
ul {
  margin: 0;
  padding: 0;
  border: 0;
  font-family: inherit;
  font-size: 100%;
  font-style: inherit;
  font-weight: inherit;
  vertical-align: baseline;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

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

[hidden],
template {
  display: none;
}

a {
  background: 0 0;
}

a:focus {
  outline: 0;
}

img {
  border: 0;
}

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

hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

pre {
  overflow: auto;
}

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

button,
input,
optgroup,
select,
textarea {
  margin: 0;
  color: inherit;
  font: inherit;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button;
  cursor: pointer;
}

.pointer,
a[href],
button,
input[type=image],
input[type=submit],
label[for],
select {
  cursor: pointer;
}

button[disabled],
input[disabled],
input[readonly],
select[disabled],
select[readonly],
textarea[disabled],
textarea[readonly] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  padding: 0;
  border: 0;
}

input {
  font-family: Arial,sans-serif;
  line-height: normal;
}

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

input[type=search] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

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

fieldset {
  margin: 0 2px;
  padding: .35em .625em .75em;
  border: 1px solid silver;
}

legend {
  padding: 0;
  border: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: 700;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

input[type=email],
input[type=password],
input[type=text] {
  line-height: normal!important;
}

a,
label {
  -webkit-tap-highlight-color: transparent;
}

.is-healthCheck [class^=b-] {
  outline: grey solid 2px;
}

.is-healthCheck [class^=m-] {
  outline: green solid 2px;
}

.is-healthCheck [class*=" js-"],
.is-healthCheck [class^=js-] {
  outline: orange solid 2px;
}

.is-healthCheck [class*=" s-"],
.is-healthCheck [class^=s-] {
  outline: red solid 2px;
}

a b {
  font-weight: 700;
}

img {
  display: block;
  max-width: 100%;
}

img:not([data-component=lazyLoad][data-src]) {
  height: auto;
  border-width: 0;
  vertical-align: middle;
  -ms-interpolation-mode: bicubic;
}

img.is-loaded,
img[data-component=lazyLoad]:not([data-src]) {
  height: auto;
}

img.is-lazyLoadItem[data-src],
img[data-component=lazyLoad][data-src][data-src] {
  display: block;
  position: relative;
  margin: auto;
  font-size: 0;
}

img.is-lazyLoadItem[data-src]:not(.is-error),
img[data-component=lazyLoad][data-src][data-src]:not(.is-error) {
  height: auto;
  min-height: 200px;
}

img.is-lazyLoadItem[data-src]::after,
img[data-component=lazyLoad][data-src][data-src]::after {
  z-index: 0;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #fff;
  content: '';
}

img.is-lazyLoadItem[data-src]::before,
img[data-component=lazyLoad][data-src][data-src]::before {
  display: block;
  z-index: 1;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 50px;
  height: 50px;
  margin: auto;
  border: 6px solid #eee;
  border-top: 7px solid #e9500e;
  border-radius: 50%;
  font-size: 0;
  animation: spin 1s linear infinite;
  content: '';
}

img.is-lazyLoadItem.is-error,
img[data-component=lazyLoad][data-src].is-error {
  height: auto;
  min-height: auto;
  object-fit: contain;
}

img.is-lazyLoadItem.is-error::after,
img.is-lazyLoadItem.is-error::before,
img[data-component=lazyLoad][data-src].is-error::after,
img[data-component=lazyLoad][data-src].is-error::before {
  display: none;
}

div:not(.c-offerBox_galleryItem)>div:not(.c-offerBox_galleryItem)>img[data-component=lazyLoad][data-src]:not(.is-error),
div:not([data-component]):not(.c-offerBox_galleryItem)>img[data-component=lazyLoad][data-src]:not(.is-error) {
  height: auto;
  min-height: 200px;
}

.ie8 img {
  width: auto;
}

.is-absoluteCell a {
  position: absolute;
  width: 100%;
  height: 100%;
}

.clearfix-overflow {
  clear: both;
  overflow: hidden;
}

.c-layout_col.is-main,
.c-layout_row.is-main,
.c-offerBox.is-cartList .is-col3,
.clearfix {
  zoom: 1;
}

.c-layout_col.is-main::after,
.c-layout_col.is-main::before,
.c-layout_row.is-main::after,
.c-layout_row.is-main::before,
.c-offerBox.is-cartList .is-col3::after,
.c-offerBox.is-cartList .is-col3::before,
.clearfix::after,
.clearfix::before {
  display: table;
  height: 0;
  content: '';
}

.c-layout_col.is-main::after,
.c-layout_row.is-main::after,
.c-offerBox.is-cartList .is-col3::after,
.clearfix::after {
  clear: both;
}

.g-lsn {
  list-style: none;
}

.g-debug {
  border: 1px solid red;
}

.g-flr {
  float: right!important;
}

.g-fll {
  float: left!important;
}

.g-fln {
  float: none!important;
}

.g-posa {
  position: absolute;
}

.g-posr {
  position: relative;
}

.g-poss {
  position: static;
}

.g-posf {
  position: fixed;
}

.g-dn {
  display: none;
}

.g-db {
  display: block;
}

.g-dni {
  display: none!important;
}

.g-dbi {
  display: block!important;
}

.g-vh {
  visibility: hidden;
}

.g-vv {
  visibility: visible;
}

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

.g-tal {
  text-align: left;
}

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

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

.g-fs9 {
  font-size: 9px;
  line-height: 12px;
}

.g-fs10 {
  font-size: 10px;
  line-height: 13px;
}

.g-fs11 {
  font-size: 11px;
  line-height: 15px;
}

.g-fs12 {
  font-size: 12px;
  line-height: 17px;
}

.g-fs13 {
  font-size: 13px;
  line-height: 18px;
}

.g-fs14 {
  font-size: 14px;
  line-height: 19px;
}

.g-fs15 {
  font-size: 15px;
  line-height: 21px;
}

.g-fs16 {
  font-size: 16px;
  line-height: 22px;
}

.g-fs17 {
  font-size: 20px;
  line-height: 26px;
}

.g-b0 {
  border: 0!important;
}

.g-bl0 {
  border-left: 0!important;
}

.g-br0 {
  border-right: 0!important;
}

.g-bb0 {
  border-bottom: 0!important;
}

.g-bt0 {
  border-top: 0!important;
}

.g-ma {
  margin: 0 auto!important;
  float: none!important;
}

.g-m0 {
  margin: 0!important;
}

.g-ml0 {
  margin-left: 0!important;
}

.g-mr0 {
  margin-right: 0!important;
}

.g-mb0 {
  margin-bottom: 0!important;
}

.g-mt0 {
  margin-top: 0!important;
}

.g-m5 {
  margin: 5px!important;
}

.g-m10 {
  margin: 10px!important;
}

.g-m15 {
  margin: 15px!important;
}

.g-m20 {
  margin: 20px!important;
}

.g-m25 {
  margin: 25px!important;
}

.g-m30 {
  margin: 30px!important;
}

.g-m40 {
  margin: 40px!important;
}

.g-m50 {
  margin: 50px!important;
}

.g-m60 {
  margin: 60px!important;
}

.g-m90 {
  margin: 90px!important;
}

.g-m100 {
  margin: 100px!important;
}

.g-m120 {
  margin: 120px!important;
}

.g-ml5 {
  margin-left: 5px!important;
}

.g-ml10 {
  margin-left: 10px!important;
}

.g-ml15 {
  margin-left: 15px!important;
}

.g-ml20 {
  margin-left: 20px!important;
}

.g-ml25 {
  margin-left: 25px!important;
}

.g-ml30 {
  margin-left: 30px!important;
}

.g-ml40 {
  margin-left: 40px!important;
}

.g-ml50 {
  margin-left: 50px!important;
}

.g-ml60 {
  margin-left: 60px!important;
}

.g-ml90 {
  margin-left: 90px!important;
}

.g-ml100 {
  margin-left: 100px!important;
}

.g-ml120 {
  margin-left: 120px!important;
}

.g-mr5 {
  margin-right: 5px!important;
}

.g-mr10 {
  margin-right: 10px!important;
}

.g-mr15 {
  margin-right: 15px!important;
}

.g-mr20 {
  margin-right: 20px!important;
}

.g-mr25 {
  margin-right: 25px!important;
}

.g-mr30 {
  margin-right: 30px!important;
}

.g-mr40 {
  margin-right: 40px!important;
}

.g-mr50 {
  margin-right: 50px!important;
}

.g-mr60 {
  margin-right: 60px!important;
}

.g-mr90 {
  margin-right: 90px!important;
}

.g-mr100 {
  margin-right: 100px!important;
}

.g-mr120 {
  margin-right: 120px!important;
}

.g-mb5 {
  margin-bottom: 5px!important;
}

.g-mb10 {
  margin-bottom: 10px!important;
}

.g-mb15 {
  margin-bottom: 15px!important;
}

.g-mb20 {
  margin-bottom: 20px!important;
}

.g-mb25 {
  margin-bottom: 25px!important;
}

.g-mb30 {
  margin-bottom: 30px!important;
}

.g-mb40 {
  margin-bottom: 40px!important;
}

.g-mb50 {
  margin-bottom: 50px!important;
}

.g-mb60 {
  margin-bottom: 60px!important;
}

.g-mb90 {
  margin-bottom: 90px!important;
}

.g-mb100 {
  margin-bottom: 100px!important;
}

.g-mb120 {
  margin-bottom: 120px!important;
}

.g-mt5 {
  margin-top: 5px!important;
}

.g-mt10 {
  margin-top: 10px!important;
}

.g-mt15 {
  margin-top: 15px!important;
}

.g-mt20 {
  margin-top: 20px!important;
}

.g-mt25 {
  margin-top: 25px!important;
}

.g-mt30 {
  margin-top: 30px!important;
}

.g-mt40 {
  margin-top: 40px!important;
}

.g-mt50 {
  margin-top: 50px!important;
}

.g-mt60 {
  margin-top: 60px!important;
}

.g-mt90 {
  margin-top: 90px!important;
}

.g-mt100 {
  margin-top: 100px!important;
}

.g-mt120 {
  margin-top: 120px!important;
}

.g-p0 {
  padding: 0!important;
}

.g-pl0 {
  padding-left: 0!important;
}

.g-pr0 {
  padding-right: 0!important;
}

.g-pb0 {
  padding-bottom: 0!important;
}

.g-pt0 {
  padding-top: 0!important;
}

.g-p5 {
  padding: 5px!important;
}

.g-p10 {
  padding: 10px!important;
}

.g-p15 {
  padding: 15px!important;
}

.g-p20 {
  padding: 20px!important;
}

.g-p25 {
  padding: 25px!important;
}

.g-p30 {
  padding: 30px!important;
}

.g-p40 {
  padding: 40px!important;
}

.g-p50 {
  padding: 50px!important;
}

.g-p60 {
  padding: 60px!important;
}

.g-p90 {
  padding: 90px!important;
}

.g-p100 {
  padding: 100px!important;
}

.g-p120 {
  padding: 120px!important;
}

.g-pl5 {
  padding-left: 5px!important;
}

.g-pl10 {
  padding-left: 10px!important;
}

.g-pl15 {
  padding-left: 15px!important;
}

.g-pl20 {
  padding-left: 20px!important;
}

.g-pl25 {
  padding-left: 25px!important;
}

.g-pl30 {
  padding-left: 30px!important;
}

.g-pl40 {
  padding-left: 40px!important;
}

.g-pl50 {
  padding-left: 50px!important;
}

.g-pl60 {
  padding-left: 60px!important;
}

.g-pl90 {
  padding-left: 90px!important;
}

.g-pl100 {
  padding-left: 100px!important;
}

.g-pl120 {
  padding-left: 120px!important;
}

.g-pr5 {
  padding-right: 5px!important;
}

.g-pr10 {
  padding-right: 10px!important;
}

.g-pr15 {
  padding-right: 15px!important;
}

.g-pr20 {
  padding-right: 20px!important;
}

.g-pr25 {
  padding-right: 25px!important;
}

.g-pr30 {
  padding-right: 30px!important;
}

.g-pr40 {
  padding-right: 40px!important;
}

.g-pr50 {
  padding-right: 50px!important;
}

.g-pr60 {
  padding-right: 60px!important;
}

.g-pr90 {
  padding-right: 90px!important;
}

.g-pr100 {
  padding-right: 100px!important;
}

.g-pr120 {
  padding-right: 120px!important;
}

.g-pb5 {
  padding-bottom: 5px!important;
}

.g-pb10 {
  padding-bottom: 10px!important;
}

.g-pb15 {
  padding-bottom: 15px!important;
}

.g-pb20 {
  padding-bottom: 20px!important;
}

.g-pb25 {
  padding-bottom: 25px!important;
}

.g-pb30 {
  padding-bottom: 30px!important;
}

.g-pb40 {
  padding-bottom: 40px!important;
}

.g-pb50 {
  padding-bottom: 50px!important;
}

.g-pb60 {
  padding-bottom: 60px!important;
}

.g-pb90 {
  padding-bottom: 90px!important;
}

.g-pb100 {
  padding-bottom: 100px!important;
}

.g-pb120 {
  padding-bottom: 120px!important;
}

.g-pt5 {
  padding-top: 5px!important;
}

.g-pt10 {
  padding-top: 10px!important;
}

.g-pt15 {
  padding-top: 15px!important;
}

.g-pt20 {
  padding-top: 20px!important;
}

.g-pt25 {
  padding-top: 25px!important;
}

.g-pt30 {
  padding-top: 30px!important;
}

.g-pt40 {
  padding-top: 40px!important;
}

.g-pt50 {
  padding-top: 50px!important;
}

.g-pt60 {
  padding-top: 60px!important;
}

.g-pt90 {
  padding-top: 90px!important;
}

.g-pt100 {
  padding-top: 100px!important;
}

.g-pt120 {
  padding-top: 120px!important;
}

.g-checkbox,
.g-radio {
  display: block;
  min-height: 20px;
  padding-left: 20px;
}

.g-checkbox input[type=checkbox],
.g-radio input[type=radio] {
  margin-left: -20px;
  float: left;
}

.a-form .is-ignore+.a-form_placeholder .a-form_require,
.a-form_field .is-customInputFileLabel .is-file,
.a-form_field .is-fileContainer~.a-form_placeholder,
.c-accordion.is-specificationTabs:empty,
.c-accordion.is-variants:empty,
.c-breadcrumb_anchor:not(.is-parent),
.c-menu_toggle,
.is-hidden {
  display: none;
}

.is-visible-inline-i {
  display: inline!important;
}

.c-menu.is-mainShopMenu .c-menu_toggle,
.is-visually-hidden {
  clip: rect(0 0 0 0);
  z-index: -1;
  position: fixed;
  width: 1px;
  height: 1px;
  opacity: 0;
}

.c-layout.is-logged .is-hiddenLoggedOut,
.c-layout:not(.is-logged) .is-hiddenLogged,
.c-layout_toggler:checked+.c-layout .c-layout_item.is-toggled,
.is-hidden-i {
  display: none!important;
}

.is-carouselCloak>:not(:first-child) {
  display: none;
}

.is-mapArea {
  position: relative;
}

.editorContent.column {
  position: relative;
  box-sizing: border-box;
}

.editorContent.column .row {
  box-sizing: border-box;
  position: relative;
}

.editorContent.column .cells_holder {
  min-height: 10px;
  height: 100%;
  width: 100%;
}

.editorContent [data-align=center] img {
  margin: 0 auto;
}

.editorContent .js-widget_holder.layer_element[style] {
  font-family: Gordita!important;
}

.editorContent .widget.video_widget {
  position: static!important;
}

@font-face {
  font-family: Gordita;
  src: url(../fonts/gordita/Gordita-Bold.eot);
  src: url(../fonts/gordita/Gordita-Bold.eot?#iefix) format("embedded-opentype"),url(../fonts/gordita/Gordita-Bold.woff2) format("woff2"),url(../fonts/gordita/Gordita-Bold.woff) format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Gordita;
  src: url(../fonts/gordita/Gordita-Black.eot);
  src: url(../fonts/gordita/Gordita-Black.eot?#iefix) format("embedded-opentype"),url(../fonts/gordita/Gordita-Black.woff2) format("woff2"),url(../fonts/gordita/Gordita-Black.woff) format("woff");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Gordita;
  src: url(../fonts/gordita/Gordita-BlackItalic.eot);
  src: url(../fonts/gordita/Gordita-BlackItalic.eot?#iefix) format("embedded-opentype"),url(../fonts/gordita/Gordita-BlackItalic.woff2) format("woff2"),url(../fonts/gordita/Gordita-BlackItalic.woff) format("woff");
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Gordita;
  src: url(../fonts/gordita/Gordita-RegularItalic.eot);
  src: url(../fonts/gordita/Gordita-RegularItalic.eot?#iefix) format("embedded-opentype"),url(../fonts/gordita/Gordita-RegularItalic.woff2) format("woff2"),url(../fonts/gordita/Gordita-RegularItalic.woff) format("woff");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Gordita;
  src: url(../fonts/gordita/Gordita-Regular.eot);
  src: url(../fonts/gordita/Gordita-Regular.eot?#iefix) format("embedded-opentype"),url(../fonts/gordita/Gordita-Regular.woff2) format("woff2"),url(../fonts/gordita/Gordita-Regular.woff) format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Gordita;
  src: url(../fonts/gordita/Gordita-Medium.eot);
  src: url(../fonts/gordita/Gordita-Medium.eot?#iefix) format("embedded-opentype"),url(../fonts/gordita/Gordita-Medium.woff2) format("woff2"),url(../fonts/gordita/Gordita-Medium.woff) format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Gordita;
  src: url(../fonts/gordita/Gordita-BoldItalic.eot);
  src: url(../fonts/gordita/Gordita-BoldItalic.eot?#iefix) format("embedded-opentype"),url(../fonts/gordita/Gordita-BoldItalic.woff2) format("woff2"),url(../fonts/gordita/Gordita-BoldItalic.woff) format("woff");
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Gordita;
  src: url(../fonts/gordita/Gordita-MediumItalic.eot);
  src: url(../fonts/gordita/Gordita-MediumItalic.eot?#iefix) format("embedded-opentype"),url(../fonts/gordita/Gordita-MediumItalic.woff2) format("woff2"),url(../fonts/gordita/Gordita-MediumItalic.woff) format("woff");
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Gordita;
  src: url(../fonts/gordita/Gordita-LightItalic.eot);
  src: url(../fonts/gordita/Gordita-LightItalic.eot?#iefix) format("embedded-opentype"),url(../fonts/gordita/Gordita-LightItalic.woff2) format("woff2"),url(../fonts/gordita/Gordita-LightItalic.woff) format("woff");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Gordita;
  src: url(../fonts/gordita/Gordita-Light.eot);
  src: url(../fonts/gordita/Gordita-Light.eot?#iefix) format("embedded-opentype"),url(../fonts/gordita/Gordita-Light.woff2) format("woff2"),url(../fonts/gordita/Gordita-Light.woff) format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: webfont;
  src: url(/assets/fonts/webfont/webfont-466f37cbf7c11b5ca58e696b6f87b5b2.eot?466f37cbf7c11b5ca58e696b6f87b5b2);
  src: url(/assets/fonts/webfont/webfont-466f37cbf7c11b5ca58e696b6f87b5b2.eot?466f37cbf7c11b5ca58e696b6f87b5b2#iefix) format("embedded-opentype"),url(/assets/fonts/webfont/webfont-466f37cbf7c11b5ca58e696b6f87b5b2.woff?466f37cbf7c11b5ca58e696b6f87b5b2) format("woff"),url(/assets/fonts/webfont/webfont-466f37cbf7c11b5ca58e696b6f87b5b2.ttf?466f37cbf7c11b5ca58e696b6f87b5b2) format("truetype");
  font-weight: 400;
  font-style: normal;
}

[class*=" wf-"]:before,
[class^=wf-]:before {
  font-family: webfont;
  display: inline-block;
  line-height: 1;
  font-weight: 400;
  font-style: normal;
  speak: none;
  text-decoration: inherit;
  text-transform: none;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.wf-feed-down-16:before {
  content: "\f101";
}

.wf-feed-down-28:before {
  content: "\f102";
}

.wf-feed-up-16:before {
  content: "\f103";
}

.wf-feed-up-28:before {
  content: "\f104";
}

.wf-ico-3D-32:before {
  content: "\f105";
}

.wf-ico-alert:before {
  content: "\f106";
}

.wf-ico-arrow-20:before {
  content: "\f107";
}

.wf-ico-arrow-bg-L:before {
  content: "\f108";
}

.wf-ico-arrow-L:before {
  content: "\f109";
}

.wf-ico-arrow-m:before {
  content: "\f10a";
}

.a-carousel .a-carousel_next span::after,
.a-carousel .a-carousel_prev span::after,
.olapic .olapic-nav-next::before,
.olapic .olapic-nav-prev::before,
.wf-ico-arrow-right:before {
  content: "\f10b";
}

.wf-ico-arrow-small-m:before {
  content: "\f10c";
}

.wf-ico-arrow-small-s:before {
  content: "\f10d";
}

.wf-ico-arrowdown-20:before {
  content: "\f10e";
}

.wf-ico-arrowdown-24:before {
  content: "\f10f";
}

.c-accordion.is-footer .c-accordion_itemInput:checked~.c-accordion_itemLabel::after,
.c-accordion.is-footer .c-accordion_itemLabel::after,
.wf-ico-arrowdown-L:before {
  content: "\f110";
}

.choices[data-type*=select-one]::before,
.wf-ico-arrowdown-small-24:before {
  content: "\f111";
}

.wf-ico-bag-added-24:before {
  content: "\f112";
}

.wf-ico-bag-empty-24:before {
  content: "\f113";
}

.wf-ico-camera-m:before {
  content: "\f114";
}

.wf-ico-card-m:before {
  content: "\f115";
}

.wf-ico-chat-24:before {
  content: "\f116";
}

.olapic .olapic-wall-widget.olapic-wall-widget .olapic-nav .nav li.active a i::after,
.wf-ico-check-24:before {
  content: "\f117";
}

.wf-ico-check-green-24:before {
  content: "\f118";
}

.a-form_checkbox input:checked::after,
.a-form_checkbox input:checked~.is-customCheckbox::after,
.a-form_checkbox input:checked~label::after,
.wf-ico-check-orange-32:before {
  content: "\f119";
}

.wf-ico-checkbox-no-24:before {
  content: "\f11a";
}

.wf-ico-checkbox-yes-24:before {
  content: "\f11b";
}

.wf-ico-close-24:before {
  content: "\f11c";
}

.wf-ico-close-mini-24:before {
  content: "\f11d";
}

.wf-ico-close-small-24:before {
  content: "\f11e";
}

.wf-ico-coupon-m:before {
  content: "\f11f";
}

.wf-ico-do-koszyka:before {
  content: "\f120";
}

.wf-ico-doc-24:before {
  content: "\f121";
}

.wf-ico-doublearrow-20:before {
  content: "\f122";
}

.wf-ico-doublearrow-24:before {
  content: "\f123";
}

.wf-ico-empty-bag-48:before {
  content: "\f124";
}

.wf-ico-empty-search-48:before {
  content: "\f125";
}

.wf-ico-empty-ulubione-48:before {
  content: "\f126";
}

.wf-ico-envelope-24:before {
  content: "\f127";
}

.wf-ico-fb-24:before {
  content: "\f128";
}

.wf-ico-filter-24:before {
  content: "\f129";
}

.wf-ico-find-shop-24:before {
  content: "\f12a";
}

.wf-ico-fit-survey-24:before {
  content: "\f12b";
}

.wf-ico-fit-survey-32:before {
  content: "\f12c";
}

.wf-ico-globe-24:before {
  content: "\f12d";
}

.wf-ico-hamburger-24:before {
  content: "\f12e";
}

.wf-ico-help-24:before {
  content: "\f12f";
}

.wf-ico-helpdesk-24:before {
  content: "\f130";
}

.wf-ico-helpdesk-32:before {
  content: "\f131";
}

.wf-ico-hotornot-m:before {
  content: "\f132";
}

.wf-ico-ico-checked-24:before {
  content: "\f133";
}

.wf-ico-info:before {
  content: "\f134";
}

.wf-ico-insta-24:before {
  content: "\f135";
}

.wf-ico-klub-form-48-1:before {
  content: "\f136";
}

.wf-ico-klub-form-48:before {
  content: "\f137";
}

.wf-ico-klub-form-96-1:before {
  content: "\f138";
}

.wf-ico-klub-form-96:before {
  content: "\f139";
}

.wf-ico-klub-rabat-48:before {
  content: "\f13a";
}

.wf-ico-klub-rabat-96:before {
  content: "\f13b";
}

.wf-ico-konsultant-24:before {
  content: "\f13c";
}

.wf-ico-konsultant-32:before {
  content: "\f13d";
}

.wf-ico-konsultant-96:before {
  content: "\f13e";
}

.wf-ico-kupteraz-96:before {
  content: "\f13f";
}

.wf-ico-leather-32:before {
  content: "\f140";
}

.wf-ico-loading-32:before {
  content: "\f141";
}

.wf-ico-lokalizacja-24:before {
  content: "\f142";
}

.wf-ico-lokalizuj-mnie-m:before {
  content: "\f143";
}

.wf-ico-lokalizuj-mnie-s:before {
  content: "\f144";
}

.wf-ico-message-24:before {
  content: "\f145";
}

.wf-ico-messenger-24:before {
  content: "\f146";
}

.wf-ico-OK-24:before {
  content: "\f147";
}

.wf-ico-pause-24:before {
  content: "\f148";
}

.c-footer_row .is-contact p:first-child::before,
.wf-ico-phone-m:before {
  content: "\f149";
}

.wf-ico-pinterest-24:before {
  content: "\f14a";
}

.wf-ico-play-32:before {
  content: "\f14b";
}

.wf-ico-plus-mini-24:before {
  content: "\f14c";
}

.wf-ico-print-24:before {
  content: "\f14d";
}

.wf-ico-radio-no-24:before {
  content: "\f14e";
}

.wf-ico-radio-yes-24:before {
  content: "\f14f";
}

.wf-ico-refresh-m:before {
  content: "\f150";
}

.wf-ico-reserve-96:before {
  content: "\f151";
}

.wf-ico-reserve-s01-48:before {
  content: "\f152";
}

.wf-ico-reserve-s02-48:before {
  content: "\f153";
}

.wf-ico-reserve-s03-48:before {
  content: "\f154";
}

.wf-ico-reserve-s04-48:before {
  content: "\f155";
}

.wf-ico-runner-32:before {
  content: "\f156";
}

.wf-ico-search-20:before {
  content: "\f157";
}

.c-search_submit span::before,
.wf-ico-search-m:before {
  content: "\f158";
}

.wf-ico-search-s:before {
  content: "\f159";
}

.wf-ico-share-24:before {
  content: "\f15a";
}

.wf-ico-shoe-m:before {
  content: "\f15b";
}

.wf-ico-sole-32:before {
  content: "\f15c";
}

.wf-ico-star-empty-32:before {
  content: "\f15d";
}

.wf-ico-star-full-32:before {
  content: "\f15e";
}

.wf-ico-survey-24:before {
  content: "\f15f";
}

.wf-ico-survey-32:before {
  content: "\f160";
}

.wf-ico-thumb-up-48:before {
  content: "\f161";
}

.wf-ico-twitter-24:before {
  content: "\f162";
}

.wf-ico-ulubione-add-24:before {
  content: "\f163";
}

.wf-ico-ulubione-added-24:before {
  content: "\f164";
}

.wf-ico-ulubione-later-48:before {
  content: "\f165";
}

.wf-ico-ulubione-przenies-48:before {
  content: "\f166";
}

.wf-ico-ulubione-reserve-48:before {
  content: "\f167";
}

.wf-ico-user-24:before {
  content: "\f168";
}

.wf-ico-yt-24:before {
  content: "\f169";
}

.wf-ico-zlokalizowany-20:before {
  content: "\f16a";
}

.wf-ico-zlokalizowany-24:before {
  content: "\f16b";
}

.wf-ico-zoom-24:before {
  content: "\f16c";
}

.wf-ico-zwrot-96:before {
  content: "\f16d";
}

.choices {
  position: relative;
  margin-bottom: 24px;
  font-size: 16px;
}

.choices:focus {
  outline: 0;
}

.choices:last-child {
  margin-bottom: 0;
}

.choices.is-disabled .choices__inner,
.choices.is-disabled .choices__input {
  background-color: #EAEAEA;
  cursor: not-allowed;
  user-select: none;
}

.choices.is-disabled .choices__item {
  cursor: not-allowed;
}

.choices[data-type*=select-one] {
  cursor: pointer;
}

.choices[data-type*=select-one] .choices__inner {
  padding-bottom: 7.5px;
}

.choices[data-type*=select-one] .choices__input {
  display: block;
  width: 100%;
  padding: 10px;
  border-bottom: 1px solid #ddd;
  background-color: #FFF;
  margin: 0;
}

.choices[data-type*=select-one] .choices__button {
  background-image: url(../../icons/cross-inverse.svg);
  padding: 0;
  background-size: 8px;
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -10px;
  margin-right: 25px;
  height: 20px;
  width: 20px;
  border-radius: 10em;
  opacity: .5;
}

.choices[data-type*=select-one] .choices__button:focus,
.choices[data-type*=select-one] .choices__button:hover {
  opacity: 1;
}

.choices[data-type*=select-one] .choices__button:focus {
  box-shadow: 0 0 0 2px #00BCD4;
}

.choices[data-type*=select-one]:after {
  content: "";
  height: 0;
  width: 0;
  border-style: solid;
  border-color: #333 transparent transparent;
  border-width: 5px;
  position: absolute;
  right: 11.5px;
  top: 50%;
  margin-top: -2.5px;
  pointer-events: none;
}

.choices[data-type*=select-one].is-open:after {
  border-color: transparent transparent #333;
  margin-top: -7.5px;
}

.choices[data-type*=select-one][dir=rtl]:after {
  left: 11.5px;
  right: auto;
}

.choices[data-type*=select-one][dir=rtl] .choices__button {
  right: auto;
  left: 0;
  margin-left: 25px;
  margin-right: 0;
}

.choices[data-type*=select-multiple] .choices__inner,
.choices[data-type*=text] .choices__inner {
  cursor: text;
}

.choices[data-type*=select-multiple] .choices__button,
.choices[data-type*=text] .choices__button {
  position: relative;
  display: inline-block;
  margin: 0 -4px 0 8px;
  padding-left: 16px;
  border-left: 1px solid #008fa1;
  background-image: url(../../icons/cross.svg);
  background-size: 8px;
  width: 8px;
  line-height: 1;
  opacity: .75;
}

.choices[data-type*=select-multiple] .choices__button:focus,
.choices[data-type*=select-multiple] .choices__button:hover,
.choices[data-type*=text] .choices__button:focus,
.choices[data-type*=text] .choices__button:hover {
  opacity: 1;
}

.choices__inner {
  display: inline-block;
  vertical-align: top;
  width: 100%;
  background-color: transparent;
  border-radius: 0;
  font-size: 14px;
  overflow: hidden;
}

.is-focused .choices__inner,
.is-open .choices__inner {
  border-color: #b7b7b7;
}

.is-flipped.is-open .choices__inner,
.is-open .choices__inner {
  border-radius: 0;
}

.choices__list {
  margin: 0;
  padding-left: 0;
  list-style: none;
}

.choices__list--single {
  display: inline-block;
  width: 100%;
}

[dir=rtl] .choices__list--single {
  padding-right: 4px;
  padding-left: 16px;
}

.choices__list--single .choices__item {
  width: 100%;
}

.choices__list--multiple {
  display: inline;
}

.choices__list--multiple .choices__item {
  display: inline-block;
  vertical-align: middle;
  border-radius: 20px;
  padding: 4px 10px;
  font-size: 12px;
  font-weight: 500;
  margin-right: 3.75px;
  margin-bottom: 3.75px;
  background-color: #00BCD4;
  border: 1px solid #00a5bb;
  color: #FFF;
  word-break: break-all;
}

.choices__list--multiple .choices__item[data-deletable] {
  padding-right: 5px;
}

[dir=rtl] .choices__list--multiple .choices__item {
  margin-right: 0;
  margin-left: 3.75px;
}

.choices__list--multiple .choices__item.is-highlighted {
  background-color: #00a5bb;
  border: 1px solid #008fa1;
}

.is-disabled .choices__list--multiple .choices__item {
  background-color: #aaa;
  border: 1px solid #919191;
}

.choices__list--dropdown {
  display: none;
  position: absolute;
  width: 100%;
  background-color: #fff;
  margin-top: -1px;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  overflow: hidden;
  word-break: break-all;
}

.choices__list--dropdown.is-active {
  display: block;
}

.is-open .choices__list--dropdown {
  border-color: #b7b7b7;
}

.is-flipped .choices__list--dropdown {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: -1px;
  border-radius: .25rem .25rem 0 0;
}

.choices__list--dropdown .choices__list {
  position: relative;
  max-height: 300px;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  will-change: scroll-position;
}

.choices__list--dropdown .choices__item {
  position: relative;
  padding: 10px;
  font-size: 14px;
}

[dir=rtl] .choices__list--dropdown .choices__item {
  text-align: right;
}

.choices__list--dropdown .choices__item--selectable.is-highlighted {
  background-color: #f2f2f2;
}

.choices__list--dropdown .choices__item--selectable.is-highlighted:after {
  opacity: .5;
}

.choices__item {
  cursor: default;
}

.choices__item--selectable {
  cursor: pointer;
}

.choices__item--disabled {
  cursor: not-allowed;
  user-select: none;
  opacity: .5;
}

.choices__heading {
  font-weight: 600;
  font-size: 12px;
  padding: 10px;
  border-bottom: 1px solid #f7f6f6;
  color: #807f7f;
}

.choices__button {
  text-indent: -9999px;
  -webkit-appearance: none;
  appearance: none;
  border: 0;
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: center;
  cursor: pointer;
}

.choices__button:focus {
  outline: 0;
}

.choices__input {
  display: inline-block;
  vertical-align: baseline;
  background-color: #f9f9f9;
  font-size: 14px;
  margin-bottom: 5px;
  border: 0;
  border-radius: 0;
  max-width: 100%;
  padding: 4px 0 4px 2px;
}

.choices__input:focus {
  outline: 0;
}

[dir=rtl] .choices__input {
  padding-right: 2px;
  padding-left: 0;
}

.choices__placeholder {
  opacity: .5;
}

.choices.is-disabled {
  pointer-events: none;
}

.choices__list.choices__list--single {
  padding-right: 30px;
}

.choices__inner {
  box-sizing: border-box;
}

.choices__list--dropdown.is-wide {
  min-width: 400px;
}

.choices.is-loading .choices__item--selectable,
.choices__placeholder {
  display: none;
}

.choices.is-loading .choices__placeholder {
  display: block;
}

.choices__item--selectable {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  box-sizing: border-box;
  padding-right: 24px;
}

.choices[data-type*=select-one]::before {
  font-family: webfont;
  font-weight: 400;
  font-size: 30px;
  position: absolute;
  border: 0;
  height: auto;
  width: auto;
  top: 3px;
  right: 0;
}

.choices[data-type*=select-one]::after {
  display: none;
}

.choices__inner {
  border: 0;
  border-bottom: 1px solid #bbb;
  padding: 0;
  min-height: 0;
}

.choices__list--single {
  padding: 0;
}

.choices__list--dropdown {
  border: 0;
  box-shadow: 0 4px 12px rgba(0,0,0,.2);
  top: -10px;
  z-index: 110;
}

.c-accordion_item.is-pos .choices__list--dropdown {
  display: block;
  position: relative;
  margin-bottom: -25px;
  box-shadow: none;
  left: -10px;
  width: 107%;
}

.flatpickr-calendar.arrowBottom::after,
.flatpickr-calendar.arrowBottom::before,
.flatpickr-calendar.arrowTop::after,
.flatpickr-calendar.arrowTop::before,
select[data-component=select] {
  display: none;
}

.flatpickr-calendar .flatpickr-current-month .numInputWrapper {
  width: 70px;
}

.flatpickr-calendar .flatpickr-day.selected {
  background: #e9500e;
  border-color: #e9500e;
}

.olapic {
  border-top: 1px solid #eaeaea;
}

.olapic.olapic-slider-widget {
  width: 100%;
  overflow: hidden;
  font-family: Gordita;
}

.v-homepage .olapic-component {
  padding-top: 0;
  border-bottom: 1px solid #eaeaea;
}

.v-product_show .olapic-carousel-widget {
  padding-top: 0;
}

.v-product_show .olapic-component {
  max-width: 1300px;
  padding-right: 10px;
  padding-left: 10px;
  margin: 0 auto;
}

.olapic-carousel-list-animation {
  -webkit-transition: all .3s ease-in-out!important;
  -o-transition: all .3s ease-in-out!important;
  transition: all .3s ease-in-out!important;
}

.olapic .olapic-slider-header {
  width: 58%;
  margin: 0 auto;
}

.olapic .olapic-slider-title {
  color: #000;
  font-size: 22px;
  font-weight: 700;
  line-height: 32px;
  text-align: center;
  letter-spacing: -.02em;
  margin-bottom: 32px;
}

.olapic .olapic-slider-subtitle {
  color: #333;
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 32px;
}

.olapic .olapic-carousel-list-container,
.olapic .olapic-slider-body,
.olapic .olapic-slider-wrapper {
  height: 210px;
  padding: 0 18px;
}

.olapic .olapic-slider-body {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.olapic .olapic-slider-wrapper {
  position: relative;
  float: left;
  overflow: hidden;
  margin: 0 auto;
  width: 100%!important;
}

.olapic .olapic-carousel {
  position: relative;
  padding: 0;
  margin: 0;
  list-style: none;
}

.olapic .olapic-carousel li {
  position: relative;
  float: left;
  height: 208px;
  width: 208px;
  overflow: hidden;
  margin: 0 5px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

.olapic .olapic-carousel li a {
  display: block;
  height: 210px;
  width: 210px;
}

.olapic .olapic-carousel li a:hover {
  height: 100%;
  width: 100%;
}

.olapic-type-video {
  position: absolute;
  height: 100%;
  width: 100%;
  pointer-events: none;
}

.olapic-type-video i {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  width: 65px;
  height: 68px;
  margin: -34px 0 0 -32px;
  background: url(//photorankstatics-a.akamaihd.net/static/images/Viewer2/olapic/video-controls.png) -38px -30px no-repeat;
  cursor: pointer;
}

.olapic .olapic-carousel-list-container {
  position: relative;
  width: 999999%;
  left: 0;
  margin: 0 auto;
  padding-top: 10px;
  top: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.olapic-carousel-partial-container {
  display: none;
  overflow: hidden;
}

.olapic .olapic-pagination {
  bottom: 20px;
  height: 10px;
  list-style: none;
  position: absolute;
  right: 0;
}

.olapic .olapic-pagination ul {
  list-style: none;
}

.olapic .olapic-pagination li {
  float: left;
  height: 10px;
  width: 10px;
  margin-left: 6px;
}

.olapic .olapic-pagination li a {
  display: block;
  height: 10px;
  width: 10px;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAKCAYAAACNMs+9AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA2ZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDo1MTkzODVFNThBN0NFMzExQURCNERBNkVBN0NERTFFQyIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDpDMUU0NzdENDc3RTAxMUUzQUJGOUU0NjU0MzM4RDYzMyIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDpDMUU0NzdEMzc3RTAxMUUzQUJGOUU0NjU0MzM4RDYzMyIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ1M1LjEgV2luZG93cyI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjM5NjU5RTdDMUM3RUUzMTFBNDVGRjY5N0U3RUM1MjVGIiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjUxOTM4NUU1OEE3Q0UzMTFBREI0REE2RUE3Q0RFMUVDIi8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+Gol56QAAAHpJREFUeNpiZEAAWSBWAmI+KP8TEN8D4scgDiNUUA+I5Rmwg0dAfJEZSEgBsSYDbsAPxF+ZoaZxMuAH7ExIbsIH+EEK/xOh8D9I4XsiFL4HKbxLhMI7IM98A+I/QCyGQ9FVIH7KiCQgBMSKQCwA5X8A4vtA/A7EAQgwACO9Ew7rkoMYAAAAAElFTkSuQmCC);
}

.olapic .olapic-pagination li.active a {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAKCAYAAACNMs+9AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA2ZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDo1MTkzODVFNThBN0NFMzExQURCNERBNkVBN0NERTFFQyIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDpEMjdBQzYwNTc3RTAxMUUzQUJGOUU0NjU0MzM4RDYzMyIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDpEMjdBQzYwNDc3RTAxMUUzQUJGOUU0NjU0MzM4RDYzMyIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ1M1LjEgV2luZG93cyI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjM5NjU5RTdDMUM3RUUzMTFBNDVGRjY5N0U3RUM1MjVGIiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjUxOTM4NUU1OEE3Q0UzMTFBREI0REE2RUE3Q0RFMUVDIi8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+YMu2KQAAAINJREFUeNpi/DWjkAEKEoEYxNGF8i8DcT8QLwDi/0xQwZlAPA9JEQOUDRKbBeKwAHE4EKcx4AYpQLwPZGIOA2GQA1JoQIRCQ5DC30Qo/ANSeIIIhcdBCntA3sejCCTXBVK4D4iLcCgGiZUA8V4WqMAEID4LxLlAbAoVOw0VPwbiAAQYADsAGxVFog8oAAAAAElFTkSuQmCC);
}

.olapic .olapic-nav {
  position: relative;
  height: 100%;
  width: 100%;
}

.olapic .olapic-nav-button {
  float: left;
  display: block;
  height: auto;
  width: 22px;
}

.olapic .olapic-nav-button:hover {
  text-decoration: none;
}

.olapic .olapic-nav-prev {
  transform: rotate(-180deg);
}

.olapic .olapic-nav-next::before,
.olapic .olapic-nav-prev::before {
  font-family: webfont;
  width: 22px;
  height: 22px;
  line-height: 22px;
  text-align: center;
  font-size: 22px;
  font-style: normal;
  font-weight: 500;
  color: #545454;
}

.olapic-slider-noArrows {
  visibility: hidden;
}

.olapic .olapic-slider-footer {
  width: 100%;
  min-height: 60px;
  margin: 0 auto;
}

.olapic .olapic-footer-buttons {
  text-align: center;
}

.olapic .olapic-footer-buttons .olapic-upload {
  display: none;
}

.olapic .olapic-footer-button {
  display: inline-block;
  font-size: 14px;
  line-height: 24px;
  text-decoration: underline;
  margin-top: 15px;
}

.olapic .olapic-footer-button:first-child {
  margin-right: 32px;
}

.olapic .olapic-footer-button a {
  display: block;
  height: 100%;
  width: 100%;
  font-size: 14px;
  text-decoration: none;
  text-align: center;
  color: #000;
}

.olapic .olapic-slider-copy {
  text-align: center;
  margin: 0;
  font-size: 12px;
  color: #b2b2b2;
}

.olapic .olapic-slider-copy .olapic-logo {
  background-image: url(/assets/images/logos/olapic-logo.jpg);
  background-size: 15px;
  width: 15px;
  height: 15px;
}

.olapic_slide_vertical {
  width: 250px;
}

.olapic_slide_vertical .olapic-slider-body,
.olapic_slide_vertical .olapic-slider-wrapper {
  height: auto;
}

.olapic_slide_vertical .olapic-slider-wrapper {
  height: 471px;
}

.olapic_slide_vertical .olapic-carousel-list-container {
  top: 0;
  height: 462px;
  padding-top: 0;
  width: 100%;
}

.olapic_slide_vertical .olapic-carousel li {
  float: none;
  display: inline-block;
  margin: 0 auto 5px 39px;
}

.olapic_slide_vertical .olapic-slider-footer {
  margin-top: 15px;
}

.olapic_slide_vertical .olapic-nav-button,
.olapic_slide_vertical .olapic-slider-wrapper {
  float: none;
}

.olapic_slide_vertical .olapic-nav-button {
  height: 29px;
  margin: 0 auto;
}

.olapic-gallery-widget {
  padding: 56px 0;
}

.olapic-wall-widget {
  overflow: hidden;
  height: auto;
  margin: 0 auto;
}

.olapic-wall-widget .olapic-wall-header {
  margin: 0 auto;
}

.olapic-wall-header .olapic-top {
  width: 100%;
}

.olapic-wall-header .olapic-top .olapic-cover {
  width: 100%;
  float: left;
}

.olapic-wall-header .olapic-top .olapic-tools {
  position: relative;
  height: 75px;
  width: 100%;
  float: left;
  text-align: center;
}

.olapic-wall-header .olapic-top .olapic-tools i {
  margin: 4px 0 0;
}

.olapic-wall-header .olapic-top .olapic-tools .olapic-upload {
  display: inline-block;
  cursor: pointer;
  font-size: 1.4rem;
  white-space: nowrap;
  font-weight: 600;
  border-radius: 3px;
  border: 1px solid;
  text-align: center;
  padding: 8px 16px;
  line-height: 1.7;
  background-color: transparent;
  border-color: #bbb;
  color: #000;
  text-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  background-image: none;
}

.olapic-wall-header .olapic-top .olapic-tools .olapic-upload:disabled {
  cursor: not-allowed;
  opacity: .6;
}

.olapic-wall-header .olapic-top .olapic-tools .olapic-upload.is-active,
.olapic-wall-header .olapic-top .olapic-tools .olapic-upload:hover {
  background-color: transparent;
  border-color: #e9500e;
  color: #e9500e;
}

.olapic-wall-header .olapic-top .olapic-tools .olapic-upload:disabled {
  color: #bbb;
  background-color: transparent;
  border-color: #bbb;
}

.olapic-wall-header .olapic-nav {
  position: relative;
  clear: both;
  width: 910px;
  margin: 0 auto;
}

.olapic-wall-header .olapic-nav .olapic-categories-title {
  position: absolute;
  left: 20px;
  top: 18px;
  float: left;
}

.olapic-wall-header .olapic-nav .olapic-categories-title span {
  font-size: 14px;
  font-weight: 700;
  color: #5d5d5d;
}

.olapic-wall-header .olapic-nav nav {
  clear: both;
  width: 100%;
  padding: 10px 0;
}

.olapic-wall-header .olapic-nav ul.nav {
  width: 100%;
  text-align: center;
}

.olapic-wall-header .olapic-nav ul.nav li {
  float: none;
  display: inline-block;
}

.olapic-header-column {
  position: relative;
  float: left;
  width: 33%;
}

.olapic .nav-pills>li.active>a,
.olapic .nav-pills>li.active>a:focus,
.olapic .nav-pills>li.active>a:hover {
  background-color: transparent!important;
}

.sticky-menu .olapic-wall-header .olapic-nav {
  position: fixed;
  z-index: 9000;
}

.olapic-wall-widget .olapic-nav-sticky {
  position: fixed;
  z-index: 1000;
  right: 0;
  top: 0;
  display: none;
  width: 100%;
  padding: 10px;
  border-bottom: 1px solid #d7d7d7;
  text-align: center;
  background: #fff;
  background: rgba(255,255,255,.95);
}

.olapic-wall-widget .olapic-nav-sticky .olapic-open-sidebar {
  display: none;
}

.olapic-wall-widget .olapic-nav-sticky .olapic-upload {
  position: relative;
  left: 94px;
  float: none;
  display: inline-block;
  margin: 0 auto;
}

.olapic-wall-widget .olapic-nav-sticky .olapic-filter-sub {
  position: relative;
  top: 0;
  float: right;
  margin-right: 15px;
}

.olapic-wall-widget .olapic-nav-sticky .olapic-view {
  position: relative;
  right: 0;
  top: 0;
  width: 100px;
  float: right;
}

.olapic-wall-widget .olapic-nav-sticky .olapic-categories-title {
  position: relative;
  left: 20px;
  top: 21px;
  float: left;
}

.olapic-wall-widget .olapic-nav-sticky .olapic-categories-title span {
  font-size: 14px;
  font-weight: 700;
  color: #5d5d5d;
}

.filter-btn {
  border: 1px solid #d4d4d4;
  border-radius: 3px;
  float: left;
  margin: 2px;
  padding: 8px 13px!important;
  font-size: 12px;
  color: #5f5f5f;
  background: -webkit-gradient(linear,left top,left bottom,from(#fff),to(#f5f5f5)) rgba(0,0,0,0)!important;
  background: -webkit-linear-gradient(top,#fff 0,#f5f5f5 100%) rgba(0,0,0,0)!important;
  background: -o-linear-gradient(top,#fff 0,#f5f5f5 100%) rgba(0,0,0,0)!important;
  background: linear-gradient(to bottom,#fff 0,#f5f5f5 100%) rgba(0,0,0,0)!important;
}

.filter-btn:focus {
  border-color: #d4d4d4!important;
}

.olapic-wall-body {
  position: relative;
  clear: both;
}

.olapic-wall-wrapper {
  position: relative;
  overflow: hidden;
  margin: 0 auto;
}

.olapic-wall {
  position: relative;
  padding: 0;
  margin: 0;
  list-style: none;
}

.olapic-wall.grid li.item {
  position: relative;
  height: 290px;
  width: 290px;
  display: block;
  float: left;
  overflow: hidden;
  margin: 10px;
}

.olapic-wall.grid li.item .olapic-item-media {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

.hide_item {
  display: none!important;
}

.olapic-wall-type-video {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
}

.olapic-wall-type-video i {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  width: 65px;
  height: 68px;
  margin: -34px 0 0 -32px;
  background: url(//photorankstatics-a.akamaihd.net/static/images/Viewer2/olapic/video-controls.png) -38px -30px no-repeat;
  cursor: pointer;
}

.olapic-wall.grid li.item .olapic-item-info {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 1px solid #f5f5f5;
  cursor: pointer;
}

.olapic-wall.grid li.item .olapic-permalink {
  display: block;
  height: 100%;
  width: 100%;
}

.olapic-wall.grid li.item .olapic-permalink:hover {
  height: 100%;
  width: 100%;
}

.olapic-wall.grid li.item .olapic-moreinfo {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 77px;
  display: none;
  border-top: 2px solid #fa9871;
}

.olapic-wall.grid li.item .olapic-moreinfo .olapic-moreinfo-back {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: 77px;
  background: #fff;
  opacity: .9;
  z-index: 1;
}

.olapic-wall.grid li.item:hover .olapic-btn-shopthislook,
.olapic-wall.grid li.item:hover .olapic-moreinfo,
.olapic-wall.grid li.item:hover .olapic-share {
  display: block;
}

.olapic-wall.grid li.item .olapic-moreinfo .olapic-user-pic {
  position: relative;
  z-index: 2;
  width: 50px;
  height: 50px;
  float: left;
  margin: 13px 5px 13px 13px;
}

.olapic-wall.grid li.item .olapic-moreinfo .olapic-user-pic img {
  width: 50px;
  height: 50px;
}

.olapic-wall.grid li.item .olapic-moreinfo .olapic-user-info {
  position: relative;
  z-index: 2;
  float: left;
  width: 200px;
  height: 50px;
  margin: 13px 0 0;
  text-align: left;
}

.olapic-wall.grid li.item .olapic-moreinfo .olapic-user-info span.olapic-user-name {
  position: relative;
  z-index: 2;
  font-size: 14px;
  font-weight: 700;
  color: #2b2b2b;
}

.olapic-wall.grid li.item .olapic-moreinfo .olapic-user-info p.olapic-user-moreinfo {
  font-size: 11px;
  color: #7a7977;
}

.olapic-wall.grid li.item .olapic-moreinfo .olapic-item-desc {
  display: none;
}

.olapic-wall.grid li.item .olapic-btn-shopthislook {
  position: absolute;
  top: 10px;
  left: 10px;
  padding: 6px 12px;
  display: none;
  border: none;
  font-size: 12px;
  background: #fa9871;
}

.olapic-wall.grid li.item .olapic-btn-shopthislook:hover {
  background: #e57b48;
}

.olapic-wall.grid .olapic-related-products {
  display: none;
}

.olapic-wall-list-container {
  position: relative;
  overflow: hidden;
  margin: 0 auto;
  padding: 10px 0 80px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
}

.olapic-wall.grid.mode_packery li.item {
  position: relative;
  width: 264px;
  height: 264px;
  margin: 5px;
}

.olapic-wall.grid.mode_packery li.item:nth-child(10n-2),
.olapic-wall.grid.mode_packery li.item:nth-child(10n-9) {
  position: relative;
}

.olapic-wall.grid.mode_packery li.item .olapic-moreinfo,
.olapic-wall.grid.mode_packery li.item .olapic-share {
  display: none;
}

.olapic-wall.grid.mode_packery li.item .olapic-btn-shopthislook {
  left: 50%;
  margin: 0 0 0 -52px;
}

.olapic-widget-main-loading:nth-child(2n-1) {
  background-color: #fff;
}

.olapic-widget-main-loading {
  position: absolute;
  left: 104px;
  float: left;
  display: none;
  height: 50px;
  width: 50px;
  margin: 0 auto;
  -webkit-transition: all .2s ease;
  -o-transition: all .2s ease;
  transition: all .2s ease;
}

.loading-graph {
  position: relative;
  top: 49%;
  top: calc(47.5%);
  left: 49%;
  left: calc(47.5%);
  width: 5px;
  height: 5px;
  border-radius: 50px;
}

.loading-graph::before {
  position: absolute;
  top: -20px;
  width: 20px;
  height: 20px;
  border-radius: 0 50px 0 0;
  border-top: 3px solid #d1d1d1;
  border-right: 3px solid #d1d1d1;
  content: "";
  -webkit-transform-origin: 0 100%;
  -ms-transform-origin: 0 100%;
  transform-origin: 0 100%;
  -webkit-animation: loading-graph 1.5s linear infinite;
  animation: loading-graph 1.5s linear infinite;
}

.loading-graph::after {
  position: absolute;
  top: 3px;
  right: 3px;
  width: 20px;
  height: 20px;
  border-radius: 0 0 0 50px;
  border-bottom: 3px solid #d1d1d1;
  border-left: 3px solid #d1d1d1;
  content: "";
  -webkit-transform-origin: 100% 0;
  -ms-transform-origin: 100% 0;
  transform-origin: 100% 0;
  -webkit-animation: loading-graph 1.5s linear infinite;
  animation: loading-graph 1.5s linear infinite;
}

.olapic-loadmore {
  position: absolute;
  left: 50%;
  bottom: 40px;
  z-index: 900000;
  display: none;
  width: 155px;
  padding: 10px 17px;
  margin: 0 0 0 -75px;
  border-radius: 0;
  border: 1px solid #fa9871;
  font-size: 14px;
  text-align: center;
  text-transform: uppercase;
  color: #fff;
  background: #fa9871;
  cursor: pointer;
}

.olapic-wall-footer {
  position: relative;
  clear: both;
  min-height: 60px;
}

.olapic-footer-buttons {
  position: relative;
  width: 257px;
  margin: 0 auto;
}

.olapic-wall-widget .olapic-footer-button {
  height: 35px;
  width: 126px;
  overflow: hidden;
  background-color: #fa9871;
  background-repeat: no-repeat;
  background-position: 8px 8px;
}

.olapic-wall-widget .olapic-footer-button a {
  display: block;
  width: 100%;
  height: 100%;
  padding-left: 33px;
  font-size: 10px;
  line-height: 34px;
  text-align: left;
  text-decoration: none;
  color: #fff;
}

.olapic .olapic-wall-footer .newcopyright-olapic {
  float: left;
  width: 100%;
  height: auto;
  margin: 20px 0 0;
  padding: 4px 0 0;
  line-height: 20px;
}

.olapic-wall-footer .newcopyright-olapic p {
  margin: 0;
  text-align: right;
}

.olapic-wall-footer .newcopyright-olapic a {
  margin: 0;
  font-size: 12px;
  font-weight: 700;
  color: #e42a67;
  background-repeat: no-repeat;
  background-position: 100% 0;
  text-decoration: none;
}

.go-to-top {
  position: fixed;
  bottom: 20px;
  right: 15px;
  z-index: 100;
  display: none;
  padding: 8px 5px;
  border: 1px solid #d4d4d4;
  border-radius: 3px;
  font-size: 1.5em;
  color: #5d5d5d!important;
  background: -webkit-gradient(linear,left top,left bottom,from(#fff),color-stop(50%,#f5f5f5)) rgba(0,0,0,0)!important;
  background: -webkit-linear-gradient(top,#fff 0,#f5f5f5 50%) rgba(0,0,0,0)!important;
  background: -o-linear-gradient(top,#fff 0,#f5f5f5 50%) rgba(0,0,0,0)!important;
  background: linear-gradient(to bottom,#fff 0,#f5f5f5 50%) rgba(0,0,0,0)!important;
  opacity: .8;
}

.go-to-top:hover {
  text-decoration: none!important;
  opacity: 1;
}

.olapic-wall-footer .olapic-wall-copy {
  width: 50px;
  height: 50px;
  margin: 0 auto;
  background-image: url(//photorankstatics-a.akamaihd.net/static/frontend/assets/olapic/olapic-footer-logo.png);
  background-size: cover;
  background-position: center center;
}

.olapic .carousel-inner {
  position: relative;
  width: 150px;
  height: 190px;
  margin: 0 auto;
  overflow: hidden;
}

.olapic .carousel-inner .item {
  width: 150px;
  height: 150px;
}

.olapic .carousel-inner .item .overflow {
  width: 150px;
  height: 150px;
  overflow: hidden;
  border: 1px solid #d4d4d4;
}

.olapic .carousel-inner .item .overflow img {
  width: 100%;
}

.olapic .carousel-caption {
  bottom: -60px;
  width: 100%;
  left: 0;
  font-size: 14px;
  text-shadow: none;
  color: #2b2b2b;
}

.olapic .carousel-control,
.olapic .carousel-control:focus {
  color: #5d5d5d;
  text-shadow: none;
  opacity: 1;
}

.olapic .carousel-control.left,
.olapic .carousel-control.right {
  outline: 0;
}

.olapic .carousel-control:hover {
  color: #fa9871;
}

.olapic .carousel-control.left,
.olapic .carousel-control.right {
  top: 34%;
  height: 43px;
  background: 0 0;
}

.olapic .carousel-control .glyphicon-chevron-left,
.olapic .carousel-control .glyphicon-chevron-right {
  left: 22%;
  top: 27%;
}

.olapic-viewer-overlay .icon-twitter-1:before {
  font-family: webfont;
  content: "\f161";
  display: inline-block;
  width: 15px;
  height: 15px;
  line-height: 15px;
  text-align: center;
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
}

.olapic .related-products a:link,
.olapic .related-products a:visited,
.olapic .viewer-next a,
.olapic .viewer-previous a {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  cursor: pointer;
}

.olapic .olapic-report-wrapper #olapic-viewer-dialog .cancel-report,
.olapic .olapic-report-wrapper #olapic-viewer-dialog .close-report,
.olapic .olapic-report-wrapper #olapic-viewer-dialog input[type=submit] {
  padding: 0 30px;
  display: inline-block;
  line-height: 40px;
  -webkit-transition: all .5s ease;
  -o-transition: all .5s ease;
  transition: all .5s ease;
  color: #fff;
  border: none;
  background: #3fc3ff;
}

.olapic .olapic-report-wrapper #olapic-viewer-dialog .cancel-report:visited,
.olapic .olapic-report-wrapper #olapic-viewer-dialog .close-report:visited,
.olapic .olapic-report-wrapper #olapic-viewer-dialog input[type=submit]:visited {
  color: #fff;
}

.olapic .olapic-report-wrapper #olapic-viewer-dialog .cancel-report:hover,
.olapic .olapic-report-wrapper #olapic-viewer-dialog .close-report:hover,
.olapic .olapic-report-wrapper #olapic-viewer-dialog input[type=submit]:hover {
  cursor: pointer;
  background: #0cb3ff;
}

.olapic-viewer-overlay .olapic-report-wrapper #olapic-viewer-dialog .text-input,
.olapic-viewer-overlay input[type=email],
.olapic-viewer-overlay input[type=password],
.olapic-viewer-overlay input[type=short-text],
.olapic-viewer-overlay input[type=text] {
  height: 40px;
  padding: 0 15px;
  font-size: 15px;
  border: 1px solid #e0e0e0;
  background: #f9f9f9;
}

.olapic-viewer-overlay ol,
.olapic-viewer-overlay ul {
  margin: 0;
  padding: 0;
}

.olapic-viewer-overlay ol li,
.olapic-viewer-overlay ul li {
  list-style: none;
}

.olapic-viewer-overlay * {
  -webkit-transition: color .1s ease;
  -o-transition: color .1s ease;
  transition: color .1s ease;
}

.olapic-viewer-overlay a:active,
.olapic-viewer-overlay a:link,
.olapic-viewer-overlay a:visited {
  text-decoration: none;
  outline: 0;
}

.olapic-viewer-overlay a:hover {
  color: #3fc3ff;
}

.olapic-viewer-overlay .form-control {
  width: inherit;
  height: inherit;
  padding: inherit;
  display: inherit;
  font-size: inherit;
  line-height: inherit;
  -webkit-transition: inherit;
  -o-transition: inherit;
  transition: inherit;
  color: inherit;
  border: inherit;
  border-radius: inherit;
  background-color: inherit;
  background-image: none;
  -webkit-box-shadow: none;
  box-shadow: inherit;
}

.olapic .olapic-viewer-overlay {
  position: fixed;
  z-index: 999999;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: none;
  overflow: auto;
  background: rgba(0,0,0,.5);
}

#viewer-wrapper {
  position: relative;
}

.olapic .viewer-close {
  position: absolute;
  z-index: 100;
  top: 0;
  right: 0;
  width: 25px;
  height: 25px;
  font-size: 25px;
  line-height: 25px;
  text-align: center;
}

.olapic .viewer-close:hover {
  text-decoration: none;
  color: #3fc3ff;
}

.olapic .viewer-close::before {
  font-family: webfont;
  content: "\f11c";
  display: inline-block;
  width: 18px;
  height: 18px;
  line-height: 18px;
  text-align: center;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  color: #000;
}

.olapic .report-photo {
  position: absolute;
  z-index: 20;
  left: 30px;
  bottom: 10px;
  outline: 0;
}

.olapic .report-photo--mobile {
  display: none;
}

.olapic .report-photo::before {
  font-family: webfont;
  content: "\f106";
  width: 22px;
  height: 22px;
  line-height: 22px;
  font-size: 22px;
  font-style: normal;
  font-weight: 500;
  display: block;
  text-align: center;
  color: #333;
}

.olapic .navigation {
  position: absolute;
  z-index: 10;
  top: 0;
  width: 10%;
  height: 100%;
}

.olapic .navigation>div {
  width: 100%;
  height: 100%;
}

.olapic .viewer-next a,
.olapic .viewer-previous a {
  width: 32px;
  height: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  line-height: 32px;
  text-align: center;
  color: rgba(0,0,0,.75);
  border-radius: 0;
  background: rgba(250,250,250,.7);
}

.olapic .viewer-nav-empty {
  display: none;
}

.olapic .main a:hover {
  text-decoration: none;
  color: #fff;
  background: #3fc3ff;
}

.olapic .main.right {
  right: 0;
  min-width: 50px;
}

.olapic .main.left {
  left: 0;
  min-width: 50px;
}

.olapic .related-products a:link,
.olapic .related-products a:visited {
  width: 25px;
  height: 25px;
  display: block;
  line-height: 25px;
  text-align: center;
  color: rgba(0,0,0,.75);
  border-radius: 50%;
  background: #f9f9f9;
}

.olapic .related-products a:hover {
  text-decoration: none;
  color: #fff;
  background: #3fc3ff;
}

.olapic .related-products.right {
  right: -20px;
}

.olapic .related-products.left {
  left: -20px;
}

.olapic .right a::before {
  font-family: webfont;
  content: "\f10a";
  display: inline-block;
  width: 24px;
  height: 24px;
  line-height: 24px;
  text-align: center;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
}

.olapic .left a::before {
  font-family: webfont;
  content: "\f10a";
  display: inline-block;
  width: 24px;
  height: 24px;
  line-height: 24px;
  text-align: center;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  transform: rotate(-180deg);
}

.olapic .viewer-container {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 80%;
  max-width: 970px;
  margin: 0 auto;
  padding: 32px;
  overflow: hidden;
  background: #fff;
}

.olapic .viewer-column-right {
  width: 40.7%;
  padding-left: 30px;
}

.olapic .viewer-column-left {
  width: 59.3%;
}

.olapic .viewer-column-left,
.olapic .viewer-column-right {
  position: relative;
  float: left;
}

.olapic .featured-photo {
  position: relative;
  width: 100%;
  min-height: 540px;
}

.olapic .featured-photo img {
  width: 100%;
}

.olapic .author .author-info {
  display: block;
  float: left;
}

.olapic .harddrive-upload {
  pointer-events: none;
}

.olapic .author .author-avatar {
  width: 60px;
  height: 60px;
  margin-right: 10px;
  float: left;
}

.olapic .author .author-names {
  padding: 10px 0;
  display: block;
  float: left;
  font-weight: 400;
  color: #000;
  text-decoration: underline;
}

.olapic .author .author-names span {
  display: block;
}

.olapic .author .photo-caption {
  margin: 0;
  padding: 16px 0;
  clear: both;
  font-size: 14px;
  word-break: break-all;
  line-height: 24px;
}

.olapic .sharing ul {
  text-align: right;
  border-top: 1px solid #eaeaea;
  padding-top: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.olapic .sharing ul li {
  display: inline-block;
  margin-right: 20px;
}

.olapic .sharing ul li:first-child {
  font-size: 14px;
  color: #bbb;
}

.olapic .sharing ul li a {
  width: 25px;
  height: 25px;
  display: inline-block;
  line-height: 25px;
  text-align: center;
}

.olapic .sharing ul li a:hover {
  text-decoration: none;
  color: #3fc3ff;
}

.olapic .sharing ul li a::before {
  font-size: 22px;
}

.olapic .sharing ul li .sharing-fb::before {
  font-family: webfont;
  content: "\f127";
  display: inline-block;
  width: 20px;
  height: 20px;
  line-height: 20px;
  text-align: center;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  color: #333;
}

.olapic .sharing ul li .sharing-tw::before {
  font-family: webfont;
  content: "\f161";
  display: inline-block;
  width: 20px;
  height: 20px;
  line-height: 20px;
  text-align: center;
  font-size: 20px;
  font-style: normal;
  color: #333;
  font-weight: 700;
}

.olapic .sharing ul li .sharing-pi::before {
  font-family: webfont;
  content: "\f149";
  display: inline-block;
  width: 20px;
  height: 20px;
  line-height: 20px;
  text-align: center;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  color: #333;
}

.olapic h3 {
  margin: 0;
  padding: 30px;
  font-size: 20px;
  font-weight: 300;
  text-align: center;
}

.olapic .products {
  width: 100%;
}

.olapic .products .wrapper {
  position: relative;
}

.olapic .products-wrapper {
  max-width: 340px;
  margin: 0 auto;
  overflow: hidden;
  text-align: center;
}

.olapic .products-list {
  position: relative;
  display: inline-block;
  overflow: hidden;
  -webkit-transition: all .5s ease;
  -o-transition: all .5s ease;
  transition: all .5s ease;
}

.olapic .products-list li {
  width: 140px;
  margin: 0 15px;
  float: left;
}

.olapic .product-list-item-image {
  width: 100%;
  height: 152px;
  display: inline-block;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.olapic .productsRelated-1 .navigation,
.olapic .productsRelated-2 .navigation {
  display: none;
}

.olapic-main-image {
  width: 100%;
  padding-bottom: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

#olapic_video_viewer {
  height: 0!important;
  padding-bottom: 100%;
}

.olapic .viewer-video-controls {
  position: absolute;
  z-index: 100;
  top: 50%;
  left: 50%;
  width: 65px;
  height: 68px;
  margin: -34px 0 0 -32px;
  cursor: pointer;
  background: url(//photorankstatics-a.akamaihd.net/static/images/Viewer2/olapic/video-controls.png) -38px -30px no-repeat;
}

.olapic .featured-photo .videoplayer>video {
  width: 100%;
}

.olapic .featured-photo .videoplayer p {
  position: absolute;
  z-index: 99999999;
  bottom: 0;
  margin: 0 0 18px;
  padding: 5px 20px;
  font-size: 1.3em;
  line-height: 1.25em;
  text-align: left;
  color: #fff;
  background-color: rgba(0,0,0,.7);
}

.olapic .featured-photo .type-image {
  display: none;
}

.olapic .featured-photo .sound-video {
  position: absolute;
  z-index: 99999999;
  top: 15px;
  right: 15px;
  width: 36px;
  height: 36px;
  display: block;
  font-size: 1.4em;
  cursor: pointer;
  color: #fff;
  text-shadow: 1px 1px 4px rgba(0,0,0,.7);
}

.olapic .sound-video i {
  position: absolute;
}

.olapic .olapic-report-wrapper {
  position: absolute;
  z-index: 30;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0;
  padding: 0 30px;
  overflow: hidden;
  zoom: 1;
  -webkit-transition: all .5s ease;
  -o-transition: all .5s ease;
  transition: all .5s ease;
  background: #fff;
  background: rgba(249,249,249,.9);
}

.olapic .olapic-report-wrapper.open {
  z-index: 9999;
  height: 100%;
  padding: 30px;
}

.olapic .olapic-report-wrapper #olapic-viewer-dialog {
  width: 100%;
  height: 100%;
  color: rgba(0,0,0,.75);
}

.olapic .olapic-report-wrapper #olapic-viewer-dialog .text .strong {
  display: block;
  font-weight: 400;
}

.olapic .olapic-report-wrapper #olapic-viewer-dialog .text p {
  margin: 0;
  padding-bottom: 30px;
}

.olapic .olapic-report-wrapper #olapic-viewer-dialog #reportFail p {
  padding-left: 30px;
}

.olapic .olapic-report-wrapper #olapic-viewer-dialog div.text::after {
  clear: both;
}

.olapic .olapic-report-wrapper #olapic-viewer-dialog .formSent {
  height: 0;
  overflow: hidden;
  -webkit-transition: height .25s linear;
  -o-transition: height .25s linear;
  transition: height .25s linear;
}

.olapic .olapic-report-wrapper #olapic-viewer-dialog .reportPhotoTextHide {
  display: none;
}

.olapic .olapic-report-wrapper #olapic-viewer-dialog .reportPhotoTextHide .report-icon {
  left: -50px;
  display: none;
}

.olapic .olapic-report-wrapper #olapic-viewer-dialog .report-icon {
  position: absolute;
  top: 0;
  left: 0;
  width: 40px;
  height: 40px;
  display: block;
  text-align: center;
  -webkit-transition: all .25s ease;
  -o-transition: all .25s ease;
  transition: all .25s ease;
  background: #fff;
}

.olapic .olapic-report-wrapper #olapic-viewer-dialog .report-icon::before {
  font-size: 20px;
  line-height: 40px;
  content: '';
  text-align: center;
  color: #3fc3ff;
}

.olapic .olapic-report-wrapper #olapic-viewer-dialog .text-input {
  width: 100%;
  margin-top: 30px;
  border: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-bottom: 1px solid #bbb;
  background-color: transparent;
  padding: 0;
  border-radius: 0;
}

.olapic .olapic-report-wrapper #olapic-viewer-dialog input[type=submit] {
  display: inline-block;
  cursor: pointer;
  font-size: 1.4rem;
  white-space: nowrap;
  font-weight: 600;
  border-radius: 3px;
  border: 1px solid;
  text-align: center;
  padding: 5px 16px;
  line-height: 1.4;
  background-color: #e9500e;
  border-color: #e9500e;
  color: #fff;
  width: auto;
}

.olapic .olapic-report-wrapper #olapic-viewer-dialog input[type=submit]:disabled {
  cursor: not-allowed;
  opacity: .6;
}

.olapic .olapic-report-wrapper #olapic-viewer-dialog input[type=submit].is-active,
.olapic .olapic-report-wrapper #olapic-viewer-dialog input[type=submit]:hover {
  background-color: #9c3205;
  border-color: #9c3205;
  color: #fff;
}

.olapic .olapic-report-wrapper #olapic-viewer-dialog input[type=submit]:disabled {
  color: #bbb;
  background-color: #eaeaea;
  border-color: #eaeaea;
}

.olapic .olapic-report-wrapper #olapic-viewer-dialog .report-buttons {
  text-align: right;
}

.olapic .olapic-report-wrapper #olapic-viewer-dialog .cancel-report {
  display: inline-block;
  cursor: pointer;
  font-size: 1.4rem;
  white-space: nowrap;
  font-weight: 600;
  border-radius: 3px;
  border: 1px solid;
  text-align: center;
  padding: 5px 16px;
  line-height: 1.4;
  background-color: transparent;
  border-color: #bbb;
  color: #000;
}

.olapic .olapic-report-wrapper #olapic-viewer-dialog .cancel-report:disabled {
  cursor: not-allowed;
  opacity: .6;
}

.olapic .olapic-report-wrapper #olapic-viewer-dialog .cancel-report.is-active,
.olapic .olapic-report-wrapper #olapic-viewer-dialog .cancel-report:hover {
  background-color: transparent;
  border-color: #e9500e;
  color: #e9500e;
}

.olapic .olapic-report-wrapper #olapic-viewer-dialog .cancel-report:disabled {
  color: #bbb;
  background-color: transparent;
  border-color: #bbb;
}

.newcopyright-olapic {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 30px;
  clear: both;
  line-height: 30px;
}

.newcopyright-olapic p {
  margin: 0;
  padding: 0 8px;
  font-size: 12px;
  text-align: right;
}

.newcopyright-olapic p a:link {
  text-decoration: underline;
}

.newcopyright-olapic p a:link,
.newcopyright-olapic p a:visited {
  color: rgba(0,0,0,.25);
}

.newcopyright-olapic .olapic-logo {
  background-image: url(/assets/images/logos/olapic-logo.jpg);
  background-size: 15px;
  width: 15px;
  height: 15px;
}

.olapic .olapic-wall-widget.olapic-wall-widget .olapic-nav .nav li a {
  text-transform: none;
  font-size: 14px;
  font-weight: 500;
  padding: 0;
  margin: 0 10px;
  color: #000;
}

.olapic .olapic-wall-widget.olapic-wall-widget .olapic-nav .nav li a i {
  color: #fff;
}

.olapic .olapic-wall-widget.olapic-wall-widget .olapic-nav .nav li a i::before {
  display: none;
}

.olapic .olapic-wall-widget.olapic-wall-widget .olapic-nav .nav li.active a {
  color: #000;
}

.olapic .olapic-wall-widget.olapic-wall-widget .olapic-nav .nav li.active a:link,
.olapic .olapic-wall-widget.olapic-wall-widget .olapic-nav .nav li.active a:link i {
  color: #e9500e;
}

.olapic .olapic-wall-widget.olapic-wall-widget .olapic-nav .nav li.active a i {
  font-size: 26px;
  margin-right: 8px;
  vertical-align: middle;
  position: relative;
  top: -3px;
}

.olapic .olapic-wall-widget.olapic-wall-widget .olapic-nav .nav li.active a i::before {
  display: none;
}

.olapic .olapic-wall-widget.olapic-wall-widget .olapic-nav .nav li.active a i::after {
  font-family: webfont;
}

.olapic .olapic-wall-footer .newcopyright-olapic,
.olapic-wall-header .sidebar-mobile {
  display: none;
}

.v-content.is-olapic .olapic {
  max-width: 1200px;
  margin: 0 auto;
}

.v-content.is-olapic .olapic-wall-title {
  color: #000;
  font-size: 22px;
  font-weight: 700;
  line-height: 32px;
  text-align: center;
  letter-spacing: -.02em;
  margin-bottom: 32px;
}

.v-content.is-olapic .olapic-wall-subtitle {
  color: #000;
  font-size: 14px;
  line-height: 24px;
  max-width: 660px;
  margin: 0 auto 30px;
}

.v-content.is-olapic .olapic-wall-subtitle .olapic-wall-subtitle-text {
  line-height: 24px;
}

.c-grid.is-stretch10 {
  margin: 0 -10px;
}

.c-offerBox {
  box-sizing: border-box;
  background: #fff;
}

.c-offerBox_inner {
  position: relative;
  max-width: 100%;
}

.c-offerBox_inner>div {
  max-width: 100%;
}

.v-product_list.is-tiles .is-equal .c-offerBox_inner {
  overflow: hidden;
}

.c-offerBox_photo {
  max-width: 100%;
  padding-bottom: 20px;
  text-align: center;
}

.c-offerBox_photo .c-content {
  padding: 0;
}

.c-offerBox_col:not(.is-last) .c-offerBox_emblem .is-emblem>div,
.c-offerBox_photo .is-emblem>div {
  max-width: 30%;
}

.c-offerBox_col:not(.is-last) .c-offerBox_emblem .is-emblem .is-dynamic,
.c-offerBox_photo .is-emblem .is-dynamic {
  width: 200%;
  background: rgba(255,255,255,.7);
}

.c-offerBox_col:not(.is-last) .c-offerBox_emblem:hover img+img,
.c-offerBox_col:not(.is-last) .c-offerBox_emblem:hover picture+picture,
.c-offerBox_photo:hover img+img,
.c-offerBox_photo:hover picture+picture {
  opacity: 1;
  transition: opacity .1s;
}

.c-offerBox_col:not(.is-last) .c-offerBox_emblem img.is-error,
.c-offerBox_photo img.is-error {
  background: #fff;
}

.c-offerBox_col:not(.is-last) .c-offerBox_emblem img+img,
.c-offerBox_photo img+img {
  position: absolute!important;
  top: 0;
  opacity: 0;
}

.c-offerBox_col:not(.is-last) .c-offerBox_emblem picture+picture,
.c-offerBox_photo picture+picture {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}

.c-offerBox_data~div {
  margin: 10px 0 0;
}

.c-offerBox_name {
  display: block;
  color: #444;
  font: 600 16px/22px Gordita;
}

.c-offerBox_attributes {
  margin-top: 15px;
  margin-bottom: 10px;
}

.c-offerBox_attributes table {
  width: 100%;
}

.c-offerBox_attributes table td {
  display: table-cell;
  padding: 4px 0;
  font-size: 16px;
  font-weight: 300;
}

.c-offerBox_attributes .is-name::after {
  margin-right: 3px;
  content: ':';
}

.c-offerBox_attributes .is-name>span {
  display: inline-flex;
}

.c-offerBox_next {
  position: relative;
}

.c-offerBox_next a {
  box-sizing: border-box;
  display: block;
  position: absolute;
  top: 50%;
  width: 100%;
  height: 100%;
  padding: 0 30px;
  transform: translateY(-50%);
}

.c-offerBox_price {
  display: inline-block;
}

.c-offerBox_price+.c-offerBox_price {
  margin: 0 0 0 10px;
}

.c-offerBox_price.is-promoPrice.is-promoPrice {
  color: inherit;
}

.c-offerBox_select .a-typo {
  margin-bottom: 10px;
}

.c-offerBox_variants {
  padding: 10px 0;
  border-top: 1px solid #eaeaea;
  border-bottom: 1px solid #eaeaea;
}

.c-offerBox_variants.is-limited {
  width: 100%;
}

.c-offerBox_variants.is-limited .a-toggle_content[class*=is-limit-] .c-offerBox.c-offerBox {
  display: flex;
  justify-content: center;
  width: calc(20% - 2px);
  padding: 0 1px;
}

.c-offerBox_variants.is-limited .a-toggle_content[class*=is-limit-] .c-offerBox.c-offerBox:nth-child(n+5) {
  display: none;
  order: 3;
}

.c-offerBox_variants.is-limited .a-toggle_content[class*=is-limit-] .c-offerBox.c-offerBox+.c-offerBox {
  border: 0;
}

.c-offerBox_variants.is-limited .a-toggle_content[class*=is-limit-] .c-offerBox_photo {
  padding: 0 0 5px;
}

.c-offerBox_variants.is-limited .a-toggle_content[class*=is-limit-] .c-offerBox_photo img {
  max-width: 100%;
}

.c-offerBox_variants.is-limited .a-toggle_content[class*=is-limit-] .c-offerBox_variantsContent .a-toggle_content {
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  max-width: 280px;
}

.c-offerBox_variants.is-limited .a-toggle_content[class*=is-limit-] .c-offerBox_variantsContent .a-toggle_content[class*=is-limit-] {
  display: flex;
}

.c-offerBox_variants.is-limited .a-toggle {
  width: 100%;
}

.c-offerBox_variants.is-limited .a-toggle_input:checked~.a-toggle_content,
.c-offerBox_variants.is-limited .a-toggle_input:checked~.a-toggle_content .c-offerBox.c-offerBox:nth-child(n+5) {
  display: flex;
}

.c-offerBox_variants .a-typo {
  margin-bottom: 10px;
}

.c-offerBox_variants .c-offerBox.c-offerBox {
  box-sizing: border-box;
  border: 1px solid #eaeaea;
}

.c-offerBox_variants .c-offerBox.c-offerBox.is-active {
  border-color: #000;
}

.c-offerBox_variantsLimit {
  justify-content: center;
  order: 2;
  width: calc(20% - 4px);
  max-width: 51px;
  padding: 0;
  border: 1px solid #ccc;
  color: #000;
  text-align: center;
}

.c-offerBox_variantsLimit.a-toggle_label {
  margin-top: 0;
}

.c-offerBox_variantsLimit.a-toggle_label:hover {
  text-decoration: none;
}

.c-offerBox_variantsLimit::after {
  font-size: 11px;
}

.c-offerBox_variantsLimit:hover {
  text-decoration: none;
}

.c-offerBox_variantsContent,
.c-offerBox_variantsContent .a-toggle_content {
  display: flex;
}

.c-offerBox_gallery .is-galleryLens {
  border: 1px solid #fff;
  border-radius: 5px;
  background: rgba(255,255,255,.2);
  box-shadow: rgba(0,0,0,.2) 0 0 1px;
}

.c-offerBox_gallery .is-galleryOverlay {
  z-index: 100;
  border-radius: 5px;
  background-color: #fff;
  box-shadow: rgba(0,0,0,.4) 0 0 10px;
}

.c-offerBox_gallery.is-horizontal.a-carousel .a-carousel_pagination.a-carousel_pagination .a-carousel_paginationWrapper {
  width: 100%;
}

.c-offerBox_gallery.is-horizontal.a-carousel .a-carousel_pagination.a-carousel_pagination .a-carousel_paginationThumbs {
  display: flex;
  flex-flow: row;
}

.c-offerBox_gallery.is-horizontal.a-carousel .a-carousel_pagination.a-carousel_pagination .a-carousel_thumb {
  display: flex;
  align-items: center;
  min-width: auto;
}

.c-offerBox_gallery.is-horizontal.a-carousel .a-carousel_pagination.a-carousel_pagination .a-carousel_next,
.c-offerBox_gallery.is-horizontal.a-carousel .a-carousel_pagination.a-carousel_pagination .a-carousel_prev {
  top: 0;
  bottom: 0;
  width: auto;
  transform: none;
}

.c-offerBox_gallery.is-horizontal.a-carousel .a-carousel_pagination.a-carousel_pagination .a-carousel_next.is-disabled,
.c-offerBox_gallery.is-horizontal.a-carousel .a-carousel_pagination.a-carousel_pagination .a-carousel_prev.is-disabled {
  cursor: default;
}

.c-offerBox_gallery.is-horizontal.a-carousel .a-carousel_pagination.a-carousel_pagination .a-carousel_prev {
  right: initial;
}

.c-offerBox_gallery.is-horizontal.a-carousel .a-carousel_pagination.a-carousel_pagination .a-carousel_next {
  left: initial;
}

.c-offerBox_gallery.a-carousel {
  width: 100%;
  max-width: 100%;
}

.c-offerBox_gallery.a-carousel .a-carousel_pagination.a-carousel_pagination .a-carousel_thumb {
  display: block;
  width: auto;
  margin-bottom: 2px;
  border: 1px solid #bbb;
}

.c-offerBox_gallery.a-carousel .a-carousel_pagination.a-carousel_pagination .a-carousel_thumb.is-active {
  border: 1px solid #000;
  box-shadow: none;
}

.c-offerBox_gallery.a-carousel .a-carousel_next,
.c-offerBox_gallery.a-carousel .a-carousel_prev {
  font-size: 32px;
}

.c-offerBox_gallery.a-carousel .a-carousel_pagination .a-carousel_next,
.c-offerBox_gallery.a-carousel .a-carousel_pagination .a-carousel_prev {
  display: block;
  position: absolute;
  top: -25px;
  right: 0;
  left: 0;
  height: auto;
  margin: auto;
  transform: rotate(90deg);
}

.c-offerBox_gallery.a-carousel .a-carousel_pagination .a-carousel_next .is-arrowIcon::before,
.c-offerBox_gallery.a-carousel .a-carousel_pagination .a-carousel_prev .is-arrowIcon::before {
  font-size: 22px;
}

.c-offerBox_gallery.a-carousel .a-carousel_pagination .a-carousel_next {
  top: auto;
  bottom: -25px;
  transform: rotate(-90deg);
}

.c-offerBox_gallery.a-carousel iframe {
  max-width: 100%;
}

.c-offerBox_galleryItem {
  overflow: hidden;
}

.c-offerBox_galleryItem.is-360 {
  width: 100%;
}

.c-offerBox_galleryItem.is-360 iframe {
  width: 100%;
  max-height: 100vh;
}

.c-offerBox_emblem .c-content {
  padding: 0 0 5px;
}

.c-offerBox_emblem .c-content:last-of-type {
  padding-bottom: 20px;
}

.c-offerBox_addToCartCheckbox .a-form_checkbox {
  display: inline-block;
}

.c-offerBox_addToCartCheckbox label.is-loading {
  pointer-events: none;
}

.c-offerBox_multiAddToCartCheckbox .a-form_checkbox {
  display: inline;
}

.c-offerBox_text .is-availability {
  display: flex;
  align-items: center;
}

.c-offerBox_price_per_unit .c-headline {
  display: inline;
}

.c-offerBox_price_per_unit .c-headline_title.a-typo {
  display: inline;
  margin: 0;
  font-size: 11px;
  line-height: 11px;
}

.c-offerBox_installment {
  text-align: left;
}

.c-offerBox_installment span {
  display: inline;
  margin: 0 2px 0 0;
}

.c-offerBox_installment div {
  display: inline;
}

.c-offerBox_installment .a-price_price {
  margin: 0;
}

.c-offerBox_quantity {
  width: 50px;
}

.c-offerBox_quantity input {
  text-align: center;
}

.c-offerBox_row {
  position: relative;
}

.c-offerBox_row .c-offerBox_emblem {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.c-offerBox_row .c-offerBox_emblem .c-content {
  padding: 0;
}

.c-offerBox_compare .a-form_checkbox[disabled] {
  opacity: .5;
  pointer-events: none;
}

.c-offerBox_compare .a-form_checkbox input:checked~p {
  color: #000;
}

.c-offerBox_energyClass {
  max-width: 40%;
  object-fit: contain;
}

.c-offerBox_energyCard a {
  color: #000;
}

.c-offerBox_energyCard a:hover {
  color: #e9500e;
}

.c-offerBox_alert {
  width: 100%;
}

.c-offerBox .is-icon {
  margin-right: 10px;
}

.c-offerBox.is-wide .c-offerBox_variants .c-offerBox.c-offerBox {
  display: block;
  width: auto;
  margin: 0;
  padding: 0;
}

.c-offerBox.is-wide .c-offerBox_variants .c-offerBox.c-offerBox+.c-offerBox {
  margin-left: 5px;
}

.c-offerBox .c-menu {
  padding: 10px 0;
}

.c-offerBox .c-menu_list {
  flex-wrap: wrap;
}

.c-offerBox .c-menu_icon {
  padding: 0 5px;
}

.c-offerBox.is-cartList {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 0 20px;
  border: 1px solid #ddd;
}

.c-offerBox.is-cartList .is-col3>* {
  margin-right: left;
  float: left;
}

.c-offerBox.is-cartList .c-offerBox_data .a-typo.is-text,
.c-offerBox.is-cartList .c-offerBox_qty .a-typo.is-text,
.c-offerBox.is-cartList .c-offerBox_text .a-typo.is-text {
  font-size: 12px;
}

.c-offerBox.is-cartList .c-offerBox_photo {
  padding-bottom: 0;
}

.c-offerBox_producer {
  max-width: 110px;
}

.is-offer .c-offerBox_row {
  position: relative;
}

.is-offer .c-offerBox_row .c-offerBox_emblem {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.is-offer .c-offerBox_row .c-offerBox_emblem .c-content {
  padding: 0;
}

.c-grid.is-equal .c-offerBox {
  display: flex;
  height: 100%;
}

.c-grid.is-equal .c-offerBox_inner {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}

.c-grid.is-equal .c-offerBox_data {
  flex-grow: 1;
  margin-top: auto;
}

.c-grid.a-carousel.is-offerSlider .c-offerBox,
.c-grid.a-carousel.is-offerSlider .is-active .c-offerBox {
  visibility: visible;
}

.is-b2b .c-offerBox {
  display: table;
  width: 100%;
  padding: 10px;
}

.is-b2b .c-offerBox_saveBox {
  text-align: left;
}

.is-b2b .c-offerBox_addToCart span {
  margin-right: 0;
}

.c-offerBox.is-special .c-offerBox_col {
  vertical-align: middle;
}

.c-offerBox.is-special .c-offerBox_col.is-first {
  width: 30%;
}

.c-offerBox.is-special .c-offerBox_flags {
  position: static;
}

.c-offerBox.is-content .c-offerBox_content {
  display: none;
  margin: 10px 0;
}

.c-offerBox.is-content .c-offerBox_content .c-offerBox {
  position: relative;
}

.c-offerBox.is-content .c-offerBox_content .c-offerBox_col {
  display: flex;
  align-items: center;
}

.c-offerBox.is-content .c-offerBox_content .c-offerBox_col+.c-offerBox_col {
  margin-top: 10px;
}

.a-toggle_input:checked+.c-offerBox {
  box-shadow: 0 0 5px #ccc;
  position: relative;
}

.a-toggle_input:checked+.c-offerBox .c-offerBox_content {
  display: block;
}

.a-toggle_input:checked+.c-offerBox .a-toggle_label::after {
  content: attr(data-less);
}

.c-content {
  padding: 20px 0;
}

.c-content iframe {
  width: 100%;
}

.c-headline_date {
  font-size: 14px;
  color: #777;
}

.c-headline_title+.c-headline_date {
  padding-top: 5px;
}

.c-headline_filterResult {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 14px;
  display: block;
  width: 100%;
}

.c-toolbar {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
}

.c-toolbar_item {
  display: flex;
  align-items: center;
}

.c-toolbar_item.is-changeTemplate .c-btn.is-link,
.c-toolbar_item.is-changeTemplate .c-btn.is-link:hover {
  color: #ccc;
}

.c-toolbar_item.is-changeTemplate .c-btn.is-link.is-active,
.c-toolbar_item.is-changeTemplate .c-btn.is-link.is-active:hover {
  color: #000;
}

.c-toolbar_item.is-changeTemplate .c-btn span {
  font-size: 20px;
}

.c-toolbar_item.is-changeTemplate .c-btn+.c-btn {
  margin-left: 10px;
}

.c-toolbar_item.is-pagination .c-btn {
  position: relative;
  top: 3px;
  font-size: 20px;
}

.c-toolbar_item.is-pagination .a-form_field {
  display: inline-block;
  width: 50px;
  padding: 0 5px;
}

.c-toolbar_item.is-pagination .a-form_field .a-form_input {
  padding: 0 5px;
  text-align: center;
}

.c-toolbar_item.is-pagination .is-after,
.c-toolbar_item.is-pagination .is-before {
  display: inline-block;
  padding: 0 10px;
}

.c-toolbar_item.is-pagination .is-previous {
  padding: 0;
}

.c-toolbar_item.is-pagination .is-previous span {
  display: inline;
  vertical-align: baseline;
}

.c-toolbar_item.is-pagination .is-previous span::before {
  font-size: inherit;
}

.c-toolbar_item.is-pagination .is-next {
  padding: 0;
}

.c-toolbar_item.is-pagination .is-next span {
  display: inline;
  vertical-align: baseline;
}

.c-toolbar_item.is-pagination .is-next span::before {
  transform: none;
  font-size: inherit;
}

.c-toolbar_item.is-paginationLinks {
  width: auto;
}

.c-toolbar_item.is-paginationLinks .is-prev .is-prevLink {
  display: inline-block;
}

.c-toolbar_item.is-paginationLinks .is-prev .is-icon {
  display: inline;
  align-items: stretch;
  width: auto;
  margin: 0;
  vertical-align: baseline;
}

.c-toolbar_item.is-paginationLinks .is-prev .is-icon::before {
  font-size: inherit;
  font-weight: inherit;
}

.c-toolbar_item.is-paginationLinks .is-next .is-nextLink {
  display: inline-block;
}

.c-toolbar_item.is-paginationLinks .is-next .is-icon {
  display: inline;
  align-items: stretch;
  width: auto;
  margin: 0 10px 0 0;
  vertical-align: baseline;
}

.c-toolbar_item.is-paginationLinks .is-next .is-icon::before {
  transform: none;
  font-size: inherit;
  font-weight: inherit;
}

.c-toolbar_item.is-paginationLinks .is-item {
  width: auto;
  height: auto;
  line-height: inherit;
  text-align: left;
  vertical-align: baseline;
  color: inherit;
}

.c-toolbar_item.is-paginationLinks .is-item.is-active {
  background-color: transparent;
}

.c-toolbar_item.is-paginationLinks .is-separator {
  margin: 0;
}

.c-toolbar_item.is-productsOnPage .a-typo {
  margin-right: 20px;
}

.c-toolbar_item+.c-toolbar_item {
  margin-left: 30px;
}

.v-product_categories .c-partial.is-seo,
.v-product_categories .c-partial.is-seo+.a-typo {
  margin-top: 50px;
}

.v-product_censure.c-layout .is-main.is-container {
  padding: 0 10px;
}

.v-product_censure .c-card.is-censure {
  padding: 0;
}

.v-product_censure .c-card.is-censure .c-card_col.is-rows {
  width: auto;
}

.v-product_censure .c-card.is-censure .c-card_col.is-title {
  font-size: 34px;
  line-height: 46px;
}

.a-form_password .a-form_input {
  padding-right: 180px;
}

.a-form_selectLabel {
  display: inline-block;
  margin: 10px 0 5px;
}

.a-form_selectLabel+select {
  margin-left: 10px;
}

.a-form_indicator {
  height: 15px;
  background: #eee;
  margin: 8px 0 0;
  transform: none;
}

.a-form_indicatorMeter {
  width: 0;
  height: 15px;
  padding: 0;
  font-size: 10px;
  font-weight: 400;
  line-height: 15px;
  color: #fff;
  text-align: center;
  text-transform: none;
  white-space: normal;
  border-color: transparent;
  border-style: solid;
  border-width: 0;
  transition: all .3s ease;
}

.a-form .is-veryWeak {
  width: 20%;
  color: #fff;
  background: #ce0422;
  border-color: #ce0422;
  transition: background-color .3s ease;
}

.a-form .is-weak {
  width: 40%;
  color: #fff;
  background: #fdb94e;
  border-color: #fdb94e;
}

.a-form .is-moderate {
  width: 60%;
  color: #fff;
  background: #287fd9;
  border-color: #287fd9;
}

.a-form .is-strong {
  width: 80%;
  color: #fff;
  background: #33b600;
  border-color: #33b600;
}

.a-form .is-veryStrong {
  width: 100%;
  color: #fff;
  background: #239937;
  border-color: #239937;
}

.a-toggle.is-hideLabel .a-toggle_label {
  display: none;
}

.a-toggle_label {
  display: block;
  margin-top: 10px;
  color: #287fd9;
  font-size: 16px;
  line-height: 20px;
  cursor: pointer;
}

.a-toggle_label:hover {
  text-decoration: underline;
}

.a-toggle_label span {
  display: inline-block;
  margin-right: 10px;
}

.a-toggle_label::after {
  content: attr(data-more);
}

.a-toggle_content {
  display: none;
}

.a-toggle_content.is-teaser {
  display: block;
  position: relative;
  height: 100px;
  overflow: hidden;
}

.a-toggle_content.is-teaser::after {
  z-index: 2;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 75%;
  background: linear-gradient(to bottom,rgba(255,255,255,0) 0,#fff 100%);
  content: '';
}

.a-toggle_content[class*=is-limit-] {
  display: block;
}

.a-toggle_content.is-limit-1 .is-limitContent>:nth-of-type(n+2),
.a-toggle_content.is-limit-10 .is-limitContent>:nth-of-type(n+11),
.a-toggle_content.is-limit-10>:nth-of-type(n+11),
.a-toggle_content.is-limit-11 .is-limitContent>:nth-of-type(n+12),
.a-toggle_content.is-limit-11>:nth-of-type(n+12),
.a-toggle_content.is-limit-12 .is-limitContent>:nth-of-type(n+13),
.a-toggle_content.is-limit-12>:nth-of-type(n+13),
.a-toggle_content.is-limit-13 .is-limitContent>:nth-of-type(n+14),
.a-toggle_content.is-limit-13>:nth-of-type(n+14),
.a-toggle_content.is-limit-14 .is-limitContent>:nth-of-type(n+15),
.a-toggle_content.is-limit-14>:nth-of-type(n+15),
.a-toggle_content.is-limit-15 .is-limitContent>:nth-of-type(n+16),
.a-toggle_content.is-limit-15>:nth-of-type(n+16),
.a-toggle_content.is-limit-16 .is-limitContent>:nth-of-type(n+17),
.a-toggle_content.is-limit-16>:nth-of-type(n+17),
.a-toggle_content.is-limit-17 .is-limitContent>:nth-of-type(n+18),
.a-toggle_content.is-limit-17>:nth-of-type(n+18),
.a-toggle_content.is-limit-18 .is-limitContent>:nth-of-type(n+19),
.a-toggle_content.is-limit-18>:nth-of-type(n+19),
.a-toggle_content.is-limit-19 .is-limitContent>:nth-of-type(n+20),
.a-toggle_content.is-limit-19>:nth-of-type(n+20),
.a-toggle_content.is-limit-1>:nth-of-type(n+2),
.a-toggle_content.is-limit-2 .is-limitContent>:nth-of-type(n+3),
.a-toggle_content.is-limit-20 .is-limitContent>:nth-of-type(n+21),
.a-toggle_content.is-limit-20>:nth-of-type(n+21),
.a-toggle_content.is-limit-2>:nth-of-type(n+3),
.a-toggle_content.is-limit-3 .is-limitContent>:nth-of-type(n+4),
.a-toggle_content.is-limit-3>:nth-of-type(n+4),
.a-toggle_content.is-limit-4 .is-limitContent>:nth-of-type(n+5),
.a-toggle_content.is-limit-4>:nth-of-type(n+5),
.a-toggle_content.is-limit-5 .is-limitContent>:nth-of-type(n+6),
.a-toggle_content.is-limit-5>:nth-of-type(n+6),
.a-toggle_content.is-limit-6 .is-limitContent>:nth-of-type(n+7),
.a-toggle_content.is-limit-6>:nth-of-type(n+7),
.a-toggle_content.is-limit-7 .is-limitContent>:nth-of-type(n+8),
.a-toggle_content.is-limit-7>:nth-of-type(n+8),
.a-toggle_content.is-limit-8 .is-limitContent>:nth-of-type(n+9),
.a-toggle_content.is-limit-8>:nth-of-type(n+9),
.a-toggle_content.is-limit-9 .is-limitContent>:nth-of-type(n+10),
.a-toggle_content.is-limit-9>:nth-of-type(n+10),
.a-toggle_input {
  display: none;
}

.a-toggle_input:checked~* .a-toggle_label span,
.a-toggle_input:checked~.a-toggle_label span {
  transform: rotate(-180deg);
}

.a-toggle_input:checked~* .a-toggle_label::after,
.a-toggle_input:checked~.a-toggle_label::after {
  content: attr(data-less);
}

.a-toggle_input:checked+*,
.a-toggle_input:checked~.a-toggle_content {
  display: block;
}

.a-toggle_input:checked+.is-teaser,
.a-toggle_input:checked~.a-toggle_content.is-teaser {
  height: auto;
}

.a-toggle_input:checked+.is-teaser::after,
.a-toggle_input:checked~.a-toggle_content.is-teaser::after {
  display: none;
}

.a-toggle_input:checked+[class*=is-limit-] .is-limitContent>*,
.a-toggle_input:checked+[class*=is-limit-]>*,
.a-toggle_input:checked~.a-toggle_content[class*=is-limit-] .is-limitContent>*,
.a-toggle_input:checked~.a-toggle_content[class*=is-limit-]>* {
  display: flex;
}

.a-toggle .a-toggle_input:checked+.a-toggle_content:not([class*=is-limit-])+.a-toggle_label {
  display: none;
}

.a-spinner {
  margin: 0;
}

.a-spinner,
.a-spinner::after,
.a-spinner::before {
  border-radius: 50%;
  width: 8px;
  height: 8px;
  animation: spinner-anim 1.5s infinite ease-in-out;
}

.a-spinner {
  font-size: 10px;
  position: relative;
  text-indent: -9999em;
  transform: translateZ(0);
  animation-delay: -.16s;
}

.a-spinner::after,
.a-spinner::before {
  content: '';
  position: absolute;
  top: 0;
}

.a-spinner::before {
  left: -15px;
  animation-delay: -.32s;
}

.a-spinner::after {
  left: 15px;
}

.c-accordion {
  overflow: hidden;
  font-family: Gordita;
}

.c-accordion_item {
  display: block;
  position: relative;
  font-size: 14px;
}

.c-accordion_itemLabel {
  box-sizing: border-box;
  display: block;
  position: relative;
  color: #444;
  cursor: default;
}

.c-accordion_itemLabel::after {
  position: absolute;
  right: 0;
  width: 15px;
  text-align: center;
  content: '+';
}

.c-accordion_itemInput {
  clip: rect(0 0 0 0);
  z-index: -1;
  position: fixed;
  width: 1px;
  height: 1px;
  opacity: 0;
}

.c-accordion_itemInput:checked~label {
  cursor: default;
}

.c-accordion_itemInput:checked~.c-accordion_itemLabel::after {
  content: '-';
}

.c-accordion_itemInput:checked~.c-accordion_content {
  display: block;
  width: auto;
  height: auto;
  transform: scaleY(1);
}

.c-accordion_itemInput:checked~.c-accordion_content .c-accordion_contentRaw {
  float: left;
}

.c-accordion_content {
  position: relative;
  width: 0;
  height: 0;
  overflow: hidden;
  transform: scaleY(0);
  transform-origin: top;
  transition: transform .26s ease;
}

.c-accordion_contentRaw {
  box-sizing: border-box;
  display: block;
  width: 100%;
  color: #bbb;
}

.c-accordion_contentRawHeadline {
  padding: 5px 0 20px;
}

.c-accordion_contentRawText {
  color: #bbb;
  font-weight: 300;
  line-height: 28px;
}

.c-accordion_contentRawAnchor {
  color: #bbb;
  font-weight: 300;
}

.c-accordion_contentRawAnchor.c-accordion_link {
  color: #fff;
  text-decoration: underline;
}

.c-accordion ul,
.c-accordion_list {
  list-style: none;
}

.c-accordion_listItem {
  color: #777;
  line-height: 35px;
}

.c-accordion_listAnchor {
  color: #777;
}

.c-accordion_listAnchor:focus,
.c-accordion_listAnchor:hover {
  color: #777;
  text-decoration: underline;
}

.c-accordion_listItemSpecial {
  float: right;
}

.c-accordion.is-footer .c-accordion_item {
  box-sizing: border-box;
}

.c-accordion.is-footer .c-accordion_item:last-child .c-accordion_itemLabel {
  border-bottom: 0;
}

.c-accordion.is-footer .c-accordion_contentRaw {
  margin: 15px 0;
}

.c-accordion.is-footer .c-accordion_listItem {
  max-width: none;
}

.c-accordion.is-footer .c-accordion_listItemSpecial {
  display: block;
}

.c-accordion.is-footer .c-accordion_itemInput:checked~.c-accordion_content .c-accordion_contentRaw {
  padding: 0;
}

.c-accordion.is-footer .c-accordion_itemInput:checked~.c-accordion_itemLabel {
  color: inherit;
}

.c-accordion.is-faq .c-accordion_itemLabel {
  position: relative;
}

.c-accordion.is-faq .c-accordion_itemLabel:before {
  content: '+';
  position: absolute;
  left: 0;
  display: block;
  font-size: 20px;
}

.c-accordion.is-faq .c-accordion_itemInput:checked~label:before {
  content: '-';
}

.c-accordion.is-tabs .c-accordion_itemInput:checked~.c-accordion_content {
  display: inline;
}

.c-accordion.is-specificationTabs .c-accordion_item,
.c-accordion.is-variants .c-accordion_item {
  overflow: visible;
  padding: 0;
  margin: 0;
}

.c-accordion.is-specificationTabs .c-accordion_itemLabel,
.c-accordion.is-variants .c-accordion_itemLabel {
  display: block;
  padding: 20px 0!important;
  font-size: 18px;
  background: none!important;
  border-bottom: 1px solid #444;
}

.c-accordion.is-specificationTabs .c-accordion_itemLabel::after,
.c-accordion.is-variants .c-accordion_itemLabel::after {
  right: 10px;
}

.c-accordion.is-specificationTabs .c-accordion_content,
.c-accordion.is-variants .c-accordion_content {
  padding-bottom: 0;
}

.c-accordion.is-specificationTabs .c-accordion_itemInput:checked~.c-accordion_content .c-accordion_contentRaw,
.c-accordion.is-variants .c-accordion_itemInput:checked~.c-accordion_content .c-accordion_contentRaw {
  padding: 0;
}

.c-accordion.is-specificationTabs .c-table.is-specification,
.c-accordion.is-variants .c-table.is-specification {
  border-top: 0;
}

.is-keyAttributes .c-accordion.is-specificationTabs,
.is-keyAttributes .c-accordion.is-variants,
.is-specification .c-accordion.is-specificationTabs,
.is-specification .c-accordion.is-variants {
  padding-bottom: 0;
}

.is-keyAttributes .c-accordion.is-specificationTabs .c-accordion_item,
.is-keyAttributes .c-accordion.is-variants .c-accordion_item,
.is-specification .c-accordion.is-specificationTabs .c-accordion_item,
.is-specification .c-accordion.is-variants .c-accordion_item {
  padding-right: 0;
}

.is-keyAttributes .c-accordion.is-specificationTabs .c-accordion_itemLabel,
.is-keyAttributes .c-accordion.is-variants .c-accordion_itemLabel,
.is-specification .c-accordion.is-specificationTabs .c-accordion_itemLabel,
.is-specification .c-accordion.is-variants .c-accordion_itemLabel {
  position: relative;
  font-size: 15px;
  color: #444;
  background: #f4f4f4!important;
  border: 1px solid #eaeaea;
}

.is-keyAttributes .c-accordion.is-specificationTabs .c-accordion_itemLabel::after,
.is-keyAttributes .c-accordion.is-variants .c-accordion_itemLabel::after,
.is-specification .c-accordion.is-specificationTabs .c-accordion_itemLabel::after,
.is-specification .c-accordion.is-variants .c-accordion_itemLabel::after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  top: 33%;
  right: 10px;
  font-size: 15px;
  color: #000;
  transition: .3s;
  transform-origin: center 9px;
}

.is-keyAttributes .c-accordion.is-specificationTabs .c-accordion_itemInput:checked~.c-accordion_itemLabel::after,
.is-keyAttributes .c-accordion.is-variants .c-accordion_itemInput:checked~.c-accordion_itemLabel::after,
.is-specification .c-accordion.is-specificationTabs .c-accordion_itemInput:checked~.c-accordion_itemLabel::after,
.is-specification .c-accordion.is-variants .c-accordion_itemInput:checked~.c-accordion_itemLabel::after {
  color: #e9500e;
  transform: rotate(-180deg);
}

.c-accordion.is-footer {
  z-index: 10;
  overflow: visible;
}

.c-accordion.is-footer .c-accordion_item {
  padding: 0;
  overflow: visible;
  position: static;
}

.c-accordion.is-footer .c-accordion_item:nth-child(3) {
  overflow: visible;
}

.c-accordion.is-footer .c-accordion_item:nth-child(3) .c-accordion_contentRaw {
  margin: 0;
}

.c-accordion.is-footer .c-accordion_item:nth-child(3) .c-accordion_content {
  position: relative;
  z-index: 200;
  overflow: visible;
}

.c-accordion.is-footer .c-accordion_item:nth-child(3) .c-menu_icon {
  font-size: 29px;
  color: #333;
  vertical-align: middle;
  margin-right: 7px;
}

.c-accordion.is-footer .c-accordion_item:nth-child(3) .c-menu_icon.wf-ico-fb-24 {
  margin-left: -2px;
}

.c-accordion.is-footer .c-accordion_item:nth-child(3) .c-menu_icon.wf-ico-insta-24 {
  font-size: 24px;
  margin-right: 9px;
}

.c-accordion.is-footer .c-accordion_item:nth-child(3) .c-menu_icon.wf-ico-yt-24 {
  font-size: 25px;
}

.c-accordion.is-footer .c-accordion_item:nth-child(3) .c-menu_icon span {
  visibility: visible;
}

.c-accordion.is-footer .c-accordion_item:nth-child(3) .c-menu_item:nth-last-child(-n+4) {
  margin-bottom: 0;
}

.c-accordion.is-footer .c-accordion_item:nth-child(3) .c-menu_item:nth-last-child(-n+4) .c-menu_link {
  line-height: 37px;
}

.c-accordion.is-footer .c-accordion_item:nth-child(3) .c-menu_static.is-static0 {
  display: inline-block;
  margin-top: 2px;
  margin-bottom: 0;
  padding: 8px 20px 8px 0;
  font-size: 14px;
  font-weight: 500;
  cursor: default;
  border: 0;
  color: #333;
  line-height: 35px;
  text-transform: none;
}

.c-accordion.is-footer .c-accordion_item.is-langColumn .c-accordion_contentRaw {
  margin: 0;
}

.c-accordion.is-footer .c-accordion_item.is-langColumn .c-accordion_itemLabel {
  position: relative;
  pointer-events: none;
}

.c-accordion.is-footer .c-accordion_item.is-langColumn .c-accordion_itemLabel::after {
  display: none;
}

.c-accordion.is-footer .c-accordion_item.is-langColumn .c-accordion_content {
  width: auto;
  height: auto;
  overflow: visible;
  transform: scaleY(1);
}

.c-accordion.is-footer .c-accordion_item.is-langColumn .c-accordion_content .is-selectLang {
  right: 0;
}

.c-accordion.is-footer .c-accordion_item.is-langColumn .c-accordion_content .is-selectLang span {
  margin-right: 32px;
  color: #333;
}

.c-accordion.is-footer .c-accordion_item.is-langColumn .c-menu_item .c-menu_link {
  position: relative;
  display: inline-block;
  padding: 10px 0 10px 30px;
  font-size: 14px;
  font-weight: 500;
}

.c-accordion.is-footer .c-accordion_itemLabel {
  font-weight: 500;
}

.c-accordion.is-footer .c-accordion_itemLabel::after {
  font-family: webfont;
  right: 10px;
  font-size: 15px;
  font-weight: 400;
  transition: transform .3s ease;
  transform-origin: center;
}

.c-accordion.is-footer .c-accordion_itemInput:checked~.c-accordion_itemLabel::after {
  font-family: webfont;
  transform: rotate(-180deg);
}

.c-accordion.is-footer .c-accordion_content .choices {
  display: inline-block;
  min-width: 80px;
  color: #000;
}

.v-content .is-container .c-accordion.is-faq {
  margin-bottom: 30px;
}

.v-content .is-container .c-accordion.is-faq .c-accordion_item {
  max-width: 630px;
  margin: 0 auto;
}

.v-content .is-container .c-accordion.is-faq .c-accordion_itemLabel {
  padding: 0 0 10px;
  font-size: 14px;
  font-weight: 500;
  line-height: 32px;
  color: #333;
  text-decoration-line: underline;
}

.v-content .is-container .c-accordion.is-faq .c-accordion_itemLabel::after,
.v-content .is-container .c-accordion.is-faq .c-accordion_itemLabel::before {
  display: none;
}

.v-content .is-container .c-accordion.is-faq .c-accordion_contentRaw {
  padding: 0;
  font-size: 14px;
  line-height: 24px;
  color: #333;
}

.v-content.is-contact .c-accordion.is-faq {
  padding-bottom: 0;
  margin-bottom: 0;
}

.v-content.is-contact .c-accordion.is-faq .c-accordion_item {
  max-width: none;
}

.c-alert {
  position: relative;
  display: inline-block;
  width: auto;
  padding: 5px 70px 5px 20px;
  margin: 0;
  box-sizing: border-box;
  font: 500 .6 Gordita;
  color: #fff;
  text-align: left;
  border: 0;
  border-radius: 4px;
  background-color: #e9500e;
  box-shadow: 0 0 5px rgba(204,204,204,.5);
}

.c-alert_content {
  position: relative;
}

.c-alert_close {
  position: absolute;
  top: 50%;
  right: 10px;
  padding: 10px;
  font-size: 30px;
  color: #fff;
  cursor: pointer;
  transform: translateY(-50%);
}

.c-alert_icon {
  display: inline-block;
  margin-right: 20px;
}

.c-alert_icon+.c-alert_content {
  display: inline-block;
}

.c-alert.is-success {
  background-color: #fff;
  color: #239937;
  border: 0;
}

.c-alert.is-success .c-alert_close {
  color: #333;
}

.c-alert.is-info {
  background-color: #fff;
  color: #2c79aa;
  border: 0;
  box-shadow: none;
}

.c-alert.is-info .c-alert_close {
  color: #333;
}

.c-alert.is-warning {
  background-color: #fff;
  color: #ffb94d;
  border: 0;
}

.c-alert.is-warning .c-alert_close {
  color: #333;
}

.c-alert.is-error {
  background-color: #fff;
  color: #d50025;
  border: 0;
}

.c-alert.is-error .c-alert_close {
  color: #333;
}

.c-alert~.c-alert {
  margin-top: 20px;
}

.c-alert.is-umbrella {
  width: 100%;
  box-shadow: none;
  margin-bottom: 5px;
  margin-top: 0;
  border-radius: 0;
  padding: 10px;
}

.c-alert.is-umbrella .c-alert_content {
  text-align: center;
  margin: 0 auto;
  max-width: 60%;
  font-size: 12px;
  line-height: 16px;
  font-weight: 500;
}

.c-alert.is-umbrella .c-alert_close {
  font-size: 19px;
}

.c-alert.is-cookies {
  width: 100%;
  box-shadow: none;
  border-radius: 0;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  padding-top: 15px;
  padding-bottom: 15px;
  background: rgba(51,51,51,.9);
  z-index: 300;
}

.c-alert.is-cookies .c-alert_content {
  font-size: 12px;
  color: #fff;
  text-align: left;
}

.c-alert.is-cookies .c-alert_content a {
  color: #e9500e;
}

.c-alert.is-cookies .c-alert_close {
  color: #fff;
}

.a-toggle_input:checked+.c-alert {
  display: none;
}

.c-alert.is-downloadApp {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  width: 100%;
  z-index: 300;
  background-color: #f5f5f5;
}

.c-alert.is-downloadApp .c-alert_content {
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: none;
  padding-left: 22px;
}

.c-alert.is-downloadApp .c-alert_contentName {
  letter-spacing: 0;
  line-height: 20px;
  color: #222;
  font-weight: 500;
  text-align: left;
}

.c-alert.is-downloadApp .c-alert_content .c-logo a {
  display: flex;
  justify-content: center;
  box-sizing: border-box;
  padding: 7px;
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0 3px 8px rgba(0,0,0,.04);
}

.c-alert.is-downloadApp .c-alert_content .c-logo a img {
  width: 100%;
}

.c-alert.is-downloadApp .c-alert_content .c-btn {
  font-weight: 700;
  padding: 0 10px;
  overflow: visible;
  text-transform: uppercase;
}

.c-alert.is-downloadApp .c-alert_close {
  right: auto;
  color: #000;
}

.is-breadcrumb {
  background-color: transparent;
}

.c-breadcrumb {
  padding: 10px 0;
  border-top: 0;
  color: #bbb;
  font: 500 10px/16px Gordita;
}

.v-homepage .c-breadcrumb {
  display: none;
}

.c-breadcrumb_wrapper {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
}

.c-breadcrumb_item {
  display: inline-flex;
}

.c-breadcrumb_item .c-breadcrumb_text,
.c-breadcrumb_item:first-child .c-breadcrumb_text,
.c-breadcrumb_item:last-child .c-breadcrumb_text {
  color: #bbb;
}

.c-breadcrumb_separator {
  margin: 0 8px 0 4px;
  color: #bbb;
}

.c-breadcrumb_anchor {
  font-size: 10px;
}

.c-breadcrumb_anchor:hover {
  color: #777;
}

.c-breadcrumb_anchor[href=""] {
  pointer-events: none;
}

.c-btn {
  display: inline-block;
  height: 40px;
  box-sizing: border-box;
  padding: 0 16px;
  overflow: hidden;
  font: 500 14px/40px Gordita;
  color: #fff;
  text-align: center;
  text-transform: none;
  cursor: pointer;
  border: 2px solid transparent;
  transition: .5s;
  appearance: none;
  -webkit-tap-highlight-color: transparent;
  border-width: 1px;
  border-radius: 3px;
}

.c-btn:focus {
  outline: 0;
}

.c-btn:not(.is-link):not(.is-tertiary):focus {
  box-shadow: 0 0 10px rgba(0,0,0,.5);
}

.c-btn.is-link.is-link {
  height: auto;
  padding: 0;
  border: 0;
  background-color: transparent;
  color: #009c88;
  font-weight: 400;
  vertical-align: middle;
}

.c-btn.is-link.is-link:hover {
  text-decoration: none;
}

.c-btn.is-disabled,
.c-btn[disabled] {
  pointer-events: none;
  cursor: default;
  opacity: .6;
}

.c-btn.is-disabled.is-primary,
.c-btn[disabled].is-primary {
  color: #bbb;
  background-color: #eaeaea;
  border-color: #eaeaea;
}

.c-btn.is-disabled.is-secondary,
.c-btn[disabled].is-secondary {
  color: #bbb;
  border-color: #bbb;
}

.c-btn.is-disabled.is-tertiary,
.c-btn[disabled].is-tertiary {
  color: #bbb;
  background-color: transparent;
  border-color: transparent;
}

.c-btn.is-disabled.is-link,
.c-btn[disabled].is-link {
  color: #bbb;
}

.c-btn i,
.c-btn span {
  margin-right: 10px;
}

.c-btn.is-primary {
  background-color: #e9500e;
  color: #fff;
}

.c-btn.is-primary:hover {
  border-color: #cf470c;
  background-color: #cf470c;
  color: #fff;
  opacity: 1;
}

.c-btn.is-secondary {
  border-color: #bbb;
  background-color: transparent;
  color: #000;
}

.c-btn.is-secondary:hover {
  border-color: #e9500e;
  background-color: transparent;
  color: #e9500e;
  opacity: 1;
}

.c-btn.is-tertiary {
  border-color: transparent;
  background-color: #fff;
  color: #e9500e;
}

.c-btn.is-tertiary:visited:not(:hover) {
  color: #333!important;
}

.c-btn.is-tertiary:hover {
  border-color: transparent;
  background-color: #fff;
  color: #cf470c;
  opacity: 1;
}

.c-btn.is-quaternary {
  border-color: #333;
  background-color: #fff;
  color: #333;
}

.c-btn.is-quaternary:visited:not(:hover) {
  color: #333!important;
}

.c-btn.is-quaternary:hover {
  border-color: #eee;
  background-color: #fff;
  color: #333;
  opacity: 1;
}

.c-btn.is-small {
  height: 32px;
  padding: 0 16px;
  border-width: 1px;
  font: 500 14px/32px Gordita;
}

.c-btn.is-big {
  height: 48px;
  padding: 0 16px;
  border-width: 1px;
  font: 500 14px/48px Gordita;
}

.c-btn.is-wide {
  width: 100%;
}

.c-btn.is-fb {
  border-color: transparent;
  background-color: #3b5998;
  color: #fff;
}

.c-btn.is-fb:hover {
  border-color: #3b5998;
  background-color: #fff;
  color: #3b5998;
}

.c-btn.is-linkedIn {
  border-color: transparent;
  background-color: #283e4a;
  color: #fff;
}

.c-btn.is-linkedIn:hover {
  border-color: #3b5998;
  background-color: #fff;
  color: #283e4a;
}

.c-btn.is-google {
  border-color: transparent;
  background-color: #db4437;
  color: #fff;
}

.c-btn.is-google:hover {
  border-color: #db4437;
  background-color: #fff;
  color: #db4437;
}

.c-btn.is-cta {
  border-color: rgba(255,255,255,.4);
  color: #fff;
}

.c-btn.is-cta:hover {
  border-color: #e9500e;
  color: #e9500e;
}

.c-btn+.c-btn.is-wide {
  margin-left: 0;
}

.c-btn.is-iconRight i,
.c-btn.is-iconRight span {
  margin-right: 0;
  margin-left: 10px;
}

.c-btn.is-scrollToTop {
  display: inline-flex;
  z-index: 99;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  background: rgba(255,255,255,.5);
  color: rgba(0,0,0,.35);
  font-size: 25px;
  line-height: 42px;
  text-align: center;
  cursor: pointer;
}

.c-btn.is-scrollToTop>span {
  margin-right: 0;
  transform: translateY(1px);
}

.c-btn.is-complaintReport {
  z-index: 99;
  width: auto;
  height: 38px;
  align-items: center;
  padding: 10px 5px 10px 10px;
  font-weight: 700;
  color: #fff;
  text-transform: uppercase;
  cursor: pointer;
  background-color: #000;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

.c-btn.is-complaintReport::after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  margin-left: 6px;
}

.c-btn.is-warranty {
  float: right;
}

.c-btn+.is-separator {
  text-align: center;
  line-height: 50px;
  padding: 0 20px;
  vertical-align: top;
}

.v-content_cms .c-btn.is-primary,
.v-content_faq .c-btn.is-primary,
.v-content_newsShow .c-btn.is-primary {
  width: auto;
}

.v-content_cms .c-headline_link .c-btn.is-link,
.v-content_faq .c-headline_link .c-btn.is-link,
.v-content_newsShow .c-headline_link .c-btn.is-link {
  font-size: 14px;
  line-height: 24px;
  color: #333;
  text-decoration-line: underline;
  text-align: left;
}

.v-content_cms .c-headline_link .c-btn.is-link::before,
.v-content_faq .c-headline_link .c-btn.is-link::before,
.v-content_newsShow .c-headline_link .c-btn.is-link::before {
  display: inline-block;
  font-family: webfont;
  font-size: 28px;
  vertical-align: middle;
  content: '\f10a';
  transform: rotate(180deg);
}

.v-content_cms .c-headline_link .c-btn.is-link:hover,
.v-content_faq .c-headline_link .c-btn.is-link:hover,
.v-content_newsShow .c-headline_link .c-btn.is-link:hover {
  color: #e9500e;
  text-decoration: none;
}

.a-typo.is-text .c-btn.is-primary {
  color: #fff;
}

.c-card .is-flex-container {
  display: flex;
}

.c-card .is-image {
  padding-bottom: 15px;
}

.c-card .is-title {
  padding-bottom: 10px;
  font-weight: 700;
}

.c-card .is-link,
.c-card .is-text {
  padding-bottom: 10px;
}

.c-card.is-type1 .is-image {
  padding-bottom: 15px;
}

.c-card.is-type1 .is-title {
  padding-bottom: 10px;
  font-weight: 700;
}

.c-card.is-type1 .is-link,
.c-card.is-type1 .is-text {
  padding-bottom: 10px;
}

.c-card.is-type1-3 .c-card_row {
  padding: 0;
}

.c-card.is-type1-3 .c-card_col.is-icon {
  flex: none;
  width: 40px;
  height: 40px;
  margin-right: 20px;
  border-radius: 50%;
  background: #e6e6e6;
  color: #fff;
  font-size: 20px;
  line-height: 35px;
  text-align: center;
}

.c-card.is-type1-3 .c-card_col.is-text {
  margin-top: 20px;
  font: 400 15px/24px Gordita;
}

.c-card.is-type1-3 .c-card_col.is-rows .c-card_row {
  align-items: center;
}

.c-card.is-type1-3 .c-card_col.is-title {
  padding-bottom: 0;
}

.c-card.is-type1-3 .c-card_col.is-title .a-typo {
  margin-bottom: 0;
}

.is-promotions .c-card.is-type1>.c-card_row>.c-card_col.is-image {
  align-self: start;
  max-width: 300px;
  padding: 10px 0;
}

.c-card.is-type2-5 {
  box-sizing: border-box;
  height: 100%;
  text-align: center;
}

.c-card.is-type2-5 .c-card_row {
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  padding: 20px;
  border-bottom: 1px solid #ddd;
  box-shadow: 1px 1px 2px #ddd,-1px 1px 2px #ddd;
}

.c-card.is-type2-5 .c-card_col .c-btn.is-link,
.c-card.is-type2-5 .c-card_col.is-button {
  margin-top: 5px;
  box-sizing: content-box;
  font-size: 12px;
  color: #4873c2;
  text-transform: uppercase;
}

.c-card.is-type2-5 .c-card_col.is-text {
  padding: 0;
}

.c-card.is-type2-5 .c-card_col.is-title {
  height: 30%;
}

.c-card.is-type2-5 .c-card_text {
  position: relative;
  margin-top: 20px;
  padding: 8px;
  font-size: 14px;
  font-weight: 100;
  vertical-align: baseline;
  border: 1px solid #f4f4f4;
  overflow-wrap: break-word;
}

.c-card.is-type2-5 .c-card_text::after {
  content: attr(data-header);
  position: absolute;
  top: -14px;
  left: 50%;
  padding: 0 5px;
  font-size: 11px;
  white-space: nowrap;
  background-color: #fff;
  color: #aaa;
  transform: translate(-50%);
  text-transform: uppercase;
}

.c-card.is-type2-5 .c-card_title {
  height: 100%;
  margin: 0;
  font-weight: 700;
  font-size: 16px;
}

.c-card.is-type2-1 .c-card_col {
  text-align: center;
}

.c-card.is-type3 .is-primary {
  position: relative;
  box-sizing: border-box;
}

.c-card.is-type3 .is-image {
  padding-bottom: 0;
}

.c-card.is-type3 .is-title {
  font-weight: 700;
  padding-bottom: 10px;
  color: #fff;
  position: absolute;
  bottom: 40px;
  left: 20px;
  right: 20px;
  box-sizing: border-box;
  width: auto;
}

.c-card.is-type3 .is-link {
  padding-bottom: 10px;
  color: #fff;
  position: absolute;
  bottom: 10px;
  left: 20px;
  box-sizing: border-box;
  right: 20px;
  width: auto;
  text-align: left;
}

.c-card.is-type3 .c-card_title {
  color: #fff;
}

.c-card.is-type4 .is-flex-container {
  justify-content: space-between;
}

.c-card.is-type4 .is-details .is-last img {
  float: left;
  padding-right: 30px;
}

.c-card.is-system .c-card_row.is-primary {
  display: flex;
}

.c-card.is-system .c-card_col.is-image {
  margin: auto;
}

.c-card.is-system .is-info {
  padding-bottom: 15px;
}

.c-card.is-system .is-text {
  padding-top: 10px;
  font-size: 14px;
}

.c-card.is-system .is-button {
  box-sizing: border-box;
}

.c-card.is-system.is-type1 {
  padding: 15px 0;
}

.c-card.is-system.is-type1 .c-card_row.is-primary {
  display: block;
}

.c-card.is-system.is-type1 .c-card_row .is-button {
  text-align: center;
}

.c-card.is-system.is-type1 .c-card_row .is-image,
.c-card.is-system.is-type1 .c-card_row .is-image img {
  margin: auto;
}

.c-card.is-system.is-500 .is-image {
  padding: 0;
  margin: auto;
}

.c-card.is-emptyCart .is-image {
  display: block;
}

.c-card.is-emptyCart .is-title {
  width: 100%;
  padding: 20px;
  margin: 0;
  background-color: transparent;
  border: 0;
}

.c-card.is-emptyCart .is-title .a-typo.is-tertiary {
  margin: 0;
  font: 400 16px/22px Gordita;
  color: inherit;
  text-align: center;
}

.c-card.is-emptyCart .c-card_row {
  padding: 0;
}

.c-card.is-emptyCart~.c-btn {
  margin-top: 10px;
}

.c-card.is-emptyWishlist .c-card_row {
  flex-direction: column;
}

.c-card.is-emptyWishlist .c-card_title {
  font-size: 20px;
}

.c-card.is-emptyWishlist .c-card_text {
  margin-top: 6px;
  line-height: 20px;
}

.c-card.is-type4 {
  max-width: 1100px;
  margin: 0 auto;
}

.v-homepage .is-cardsList .c-card .a-typo.is-tertiary {
  font-size: 22px;
  line-height: 32px;
}

.v-homepage .is-cardsList .c-card .c-card_row .is-container {
  text-align: left;
}

.v-homepage .is-cardsList .c-card .c-card_row .is-container .is-button {
  display: inline-block;
}

.is-cardsList .c-card {
  text-align: center;
}

.is-cardsList .c-card .c-card_row .is-rows {
  align-items: center;
}

.is-cardsList .c-card .c-card_row .is-rows .is-container {
  padding-right: 30px;
  margin: 0;
}

.is-cardsList .c-card .c-card_row .is-rows .is-container .is-button .c-btn {
  width: auto;
}

.is-cardsList .c-card.is-type1 {
  margin: 0 auto 25px;
  text-align: left;
}

.is-cardsList .c-card.is-type1 .is-title {
  padding-bottom: 15px;
}

.is-cardsList .c-card.is-type1 .is-title .a-typo.is-tertiary {
  font-size: 22px;
  line-height: 32px;
}

.is-cardsList .c-card.is-type1 .is-text {
  padding-bottom: 25px;
}

.is-cardsList .c-card.is-type1 .is-image img {
  width: 100%;
}

.is-cardsList.is-inverse .is-type1 .c-card_row {
  margin: 0;
}

.is-cardsTiles .c-card {
  text-align: center;
}

.is-cardsTiles .c-card.is-type2 {
  max-width: 355px;
  padding: 0 15px;
  margin: 0 auto 30px;
}

.v-content_newsList .c-grid_col.is-grid-col-1 {
  width: 100%;
}

.v-content_newsList .c-grid_col:nth-child(odd) .is-type1 .c-card_row {
  margin: 0;
}

.v-content_newsList .c-card {
  text-align: center;
}

.v-content_newsList .c-card_row.is-featured {
  position: relative;
}

.v-content_newsList .c-card_row.is-featured .is-rows .is-container {
  padding-right: 30px;
  padding-left: 30px;
}

.v-content_newsList .c-card_row.is-featured .is-rows .is-title {
  top: 0;
  left: 0;
  width: 100%;
}

.v-content_newsList .c-card_row.is-featured .is-rows .is-title .a-typo.is-tertiary {
  top: 50%;
  padding: 0 30px;
  line-height: 1.5;
  color: #fff;
  transform: translateY(-50%);
}

.v-content_newsList .c-card_row.is-featured .is-rows .is-button .c-btn {
  width: auto;
}

.v-content_newsList .c-card_row.is-featured .is-image {
  max-height: 600px;
  overflow: hidden;
}

.v-content_newsList .c-card_row.is-featured .is-image img {
  left: 50%;
  display: inline-block;
  transform: translateX(-50%);
}

.v-content_newsList .c-card .is-image,
.v-content_newsList .c-card .is-title {
  padding-bottom: 30px;
}

.v-product_show .is-orderOnline .c-card .is-title .a-typo.is-tertiary {
  margin: 10px 0;
  font-size: 16px;
  line-height: 24px;
}

.v-product_show .is-about .c-card .is-title,
.v-product_show .is-about .is-brand .c-card .is-image {
  margin-bottom: 25px;
}

.is-howToBook {
  margin: 30px;
}

.is-howToBook .is-grid-col-1,
.is-howToBook .is-grid-col-5 {
  width: auto;
}

.is-howToBook .c-grid_col:not(:nth-last-of-type) {
  padding-bottom: 0;
}

.is-howToBook .c-card .is-image {
  min-width: 48px;
  padding-bottom: 0;
}

.is-howToBook .c-card .is-text {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-bottom: 0;
  padding-left: 18px;
}

.is-howToBook .c-card .c-card_text {
  max-width: 270px;
  padding-right: 20px;
  font: 400 12px/16px Gordita;
}

.is-emptyCart {
  max-width: 500px;
  margin: 40px auto 0;
}

.is-emptySaveBox {
  max-width: 500px;
  margin: 30px auto;
}

.is-emptySaveBox .c-card_col.is-image {
  padding: 0;
}

.is-emptyCart .is-title,
.is-emptySaveBox .is-title {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-bottom: 0;
  padding-left: 15px;
}

.is-emptyCart .c-card_title.a-typo.is-tertiary,
.is-emptySaveBox .c-card_title.a-typo.is-tertiary {
  font: 400 24px/32px Gordita;
}

.c-footer {
  padding: 0;
  background: #fafafa;
  border-top: 0;
}

.v-content_error .c-footer {
  border-top: 0;
}

.c-footer_col>.is-scrollToTopContainer {
  display: inline-block;
  visibility: hidden;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: .3s;
}

.c-footer_col>.is-scrollToTopContainer.is-active {
  visibility: visible;
  opacity: 1;
}

.c-footer_col.is-fixedContainer,
.c-footer_row.is-fixedContainer {
  display: flex;
  z-index: 20;
  position: fixed;
  bottom: 0;
  left: 0;
  flex-direction: column;
  width: 100%;
  max-width: 100%;
  padding: 0;
  pointer-events: none;
}

.c-footer_col.is-fixedContainer>.is-scrollToTop,
.c-footer_row.is-fixedContainer>.is-scrollToTop {
  align-self: flex-end;
  width: 38px;
  height: 38px;
  margin-bottom: 45px;
}

.c-footer_col.is-fixedContainer>.is-goToComplaintReport,
.c-footer_row.is-fixedContainer>.is-goToComplaintReport {
  align-self: flex-end;
  transform: translateY(10px);
  transform: rotate(90deg);
  transform-origin: top right;
}

.c-footer_col.is-fixedContainer .c-footer_col,
.c-footer_row.is-fixedContainer .c-footer_col {
  pointer-events: all;
}

.c-footer_col.is-fixedContainer .c-footer_col+.c-footer_col,
.c-footer_row.is-fixedContainer .c-footer_col+.c-footer_col {
  margin-top: 10px;
}

.c-footer {
  margin-top: 30px;
}

.c-footer_col.is-menu {
  padding-bottom: 50px;
}

.c-footer_row .is-contact {
  padding-bottom: 23px;
  padding-left: 4px;
}

.c-footer_row .is-contact p:first-child {
  font-weight: 500;
  position: relative;
}

.c-footer_row .is-contact p:first-child::before {
  font-family: webfont;
  color: #333;
}

.c-footer_row .is-contact p.a-typo.is-text {
  font-size: 12px;
  line-height: 16px;
}

.c-footer_row .is-social {
  justify-content: center;
  align-items: center;
}

.c-footer_row .is-social span {
  display: inline-block;
  margin: 15px 17px;
  font-size: 32px;
  text-align: center;
}

.c-footer_row .is-social a:first-child span {
  margin-top: 16px;
  margin-left: 23px;
  font-size: 40px;
}

.c-footer_row .is-social a:last-child span {
  margin-top: 17px;
  margin-left: 22px;
  font-size: 37px;
}

.c-footer_row.is-download {
  padding: 0;
  width: 100%;
  box-sizing: border-box;
  text-align: center;
  border-top: 1px solid #eaeaea;
}

.c-footer_row.is-download .c-headline_title.is-text {
  font-weight: 500;
}

.c-footer_downloadApp .a-typo.is-text {
  font-weight: 500;
}

.c-grid.is-orderData {
  display: flex;
}

.c-grid.is-orderData>.c-grid_col {
  flex-basis: calc(33.3333333333% - 30px);
  box-sizing: border-box;
  border: 1px solid #ccc;
}

.c-grid.is-orderData .c-headline .c-headline_title.is-primary {
  margin-bottom: 14px;
}

.c-grid.is-orderData .is-orderedAs .c-headline_title,
.c-grid.is-orderData .is-shippingAddress .c-headline_title {
  font-weight: 700;
}

.c-grid.is-orderData .is-orderedAs>* {
  display: inline;
}

.c-grid.is-orderData .c-table.is-address td {
  padding: 0;
  font-weight: 400;
  word-break: break-word;
}

.c-grid.is-orderData .c-table.is-address td:first-of-type::after {
  content: '';
}

.c-grid.is-confirmationNav {
  display: flex;
  flex-wrap: wrap;
  margin-top: 25px;
}

.c-grid.is-confirmationNav .c-grid_col:last-of-type {
  width: 100%;
  margin-top: 50px;
}

.c-grid.is-confirmationNav .c-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.c-grid.is-sets {
  display: flex;
  padding: 30px 0;
  position: relative;
}

.c-grid.is-sets:last-child {
  border-bottom: 0;
}

.c-grid.is-sets.is-items-6 .c-grid_col {
  width: 13%;
}

.c-grid.is-sets .c-grid_col {
  min-width: 85px;
  box-sizing: border-box;
}

.c-grid.is-sets .c-grid_col:not(.is-additional):not(:first-child) {
  position: relative;
}

.c-grid.is-sets .c-grid_col:not(.is-additional):not(:first-child)::before {
  content: "+";
  position: absolute;
  top: 50%;
  left: -28px;
  display: block;
  font-family: Arial;
  font-size: 20px;
  color: #000;
  font-weight: 400;
}

.c-grid.is-sets .c-grid_col.is-additional {
  margin: 0;
}

.c-grid.is-sets .c-grid_col.is-additional .c-offerBox {
  width: 100%;
}

.c-grid.is-sets .c-grid_col.is-additional .c-offerBox_price+.c-offerBox_price {
  display: block;
  margin: 0;
}

.c-grid.is-sets .c-grid_col.is-additional .c-offerBox_price+.c-offerBox_price .a-price {
  display: flex;
  flex-flow: column;
}

.c-grid.is-sets .c-grid_col.is-additional .c-offerBox_price+.c-offerBox_price .a-price_new {
  order: 2;
}

.c-grid.is-sets .c-grid_col.is-additional .c-offerBox_price+.c-offerBox_price .a-price_old {
  margin-bottom: 0 0 -10px;
  order: 1;
}

.c-grid.is-sets .c-grid_col.is-additional .is-savings {
  box-sizing: border-box;
  text-align: center;
  border: 1px dotted #000;
  border-radius: 0;
}

.c-grid.is-sets .c-grid_col.is-additional .is-savings .a-typo {
  color: #000;
  margin: 0;
}

.c-grid.is-sets .c-grid_col.is-additional .c-btn {
  padding: 0 15px;
  white-space: nowrap;
  order: 4;
}

.c-grid.is-sets .c-offerBox {
  height: 100%;
}

.c-grid.is-sets .c-offerBox_inner {
  display: flex;
  height: 100%;
  flex-direction: column;
  justify-content: center;
}

.c-grid.is-sets .c-offerBox_photo {
  display: block;
  max-width: 135px;
  align-self: center;
  margin: 0 auto;
}

.c-grid.is-sets .c-offerBox_data {
  flex-grow: 2;
}

.is-productTabs .c-accordion_item.is-sets {
  overflow: hidden;
}

.is-productTabs .c-accordion_item.is-sets .a-toggle_input:checked+[class*=is-limit-]>*,
.is-productTabs .c-accordion_item.is-sets .a-toggle_input:checked~.a-toggle_content[class*=is-limit-]>* {
  display: flex;
}

.v-content_newsList.is-tiles .c-grid {
  padding: 50px 15px;
  background: #fafafa;
}

.v-content_newsList .c-grid {
  padding: 30px 0;
}

.v-product_list .c-layout_col.is-offers .c-grid {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -10px;
}

.c-group.is-accountReview {
  border: 1px solid #ddd;
  margin-bottom: 20px;
}

.c-group.is-accountReview:last-of-type {
  margin-bottom: 0;
}

.c-group.is-accountReview .is-offer {
  border-bottom: 1px solid #ddd;
}

.c-group.is-accountReview .is-offer .c-offerBox {
  padding: 0 0 15px;
  display: flex;
}

.c-group.is-accountReview .is-offer .c-offerBox_col {
  display: flex;
  align-items: center;
}

.c-group.is-accountReview .is-offer .c-offerBox_col.is-col1 {
  max-width: 85px;
  min-width: 85px;
}

.c-group.is-accountReview .is-offer .c-offerBox_col.is-last {
  width: auto;
}

.c-group.is-accountReview .is-offer .c-offerBox_photo {
  max-width: 65px;
  padding-bottom: 0;
}

.c-group.is-accountReview .is-opinion {
  padding-top: 25px;
}

.c-group.is-accountReview .is-additionals {
  min-width: 285px;
}

.c-group.is-accountReview .c-offerBox_rating {
  display: flex;
  margin-bottom: 15px;
}

.c-group.is-accountReview .c-reviews {
  font-size: 14px;
}

.c-group.is-accountReview .c-reviews_rate {
  margin-right: 12px;
  line-height: 28px;
}

.c-group.is-accountReview .c-reviews_rate .is-rate {
  font-weight: 700;
  padding-right: 3px;
}

.c-group.is-accountReview .c-reviews_rate .is-range {
  color: #555;
  padding-left: 3px;
}

.c-group.is-accountReview .c-reviews_rating {
  color: #e9500e;
  font-size: 20px;
}

.c-group.is-accountReview .c-reviews_rating .is-empty,
.c-group.is-accountReview .c-reviews_rating .is-full {
  padding: 0 3px;
}

.c-group.is-accountReview .is-date .a-typo.is-text {
  color: #555;
  font: 14px/13px Gordita;
}

.c-group.is-address .c-headline_title {
  margin-bottom: 25px;
}

.c-group.is-address .is-wrapper .is-form {
  width: 100%;
}

.c-group.is-address .is-consents .c-headline .c-headline_title,
.c-group.is-address .is-form>.c-headline .c-headline_title,
.c-group.is-address .is-orderAs .c-headline .c-headline_title {
  display: block;
}

.c-group.is-address .is-consents .c-headline .c-headline_title::after,
.c-group.is-address .is-form>.c-headline .c-headline_title::after,
.c-group.is-address .is-orderAs .c-headline .c-headline_title::after {
  content: "";
  display: inline-block;
  margin-left: -4px;
}

.c-group.is-address .is-consents,
.c-group.is-address .is-section {
  padding: 20px 0 0;
  margin-bottom: 20px;
  border-top: 2px solid #e9500e;
}

.c-group.is-address .is-section {
  display: flex;
  flex-wrap: wrap;
}

.c-group.is-address .is-section .c-headline {
  width: 100%;
}

.c-group.is-address .is-consents .a-form_checkbox p {
  display: inline;
}

.c-group.is-address .is-consents .a-form_checkbox .a-form_label>* {
  margin-right: 4px;
}

.c-group.is-address .is-consents .a-form_row .a-form_checkbox .is-checkAll~.a-form_label {
  font-weight: 700;
}

.c-group.is-address .is-orderAs {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.c-group.is-address .is-orderAs .c-headline {
  margin-right: 40px;
}

.c-group.is-address .is-orderAs .a-typo {
  margin-bottom: 0;
}

.c-group.is-address .a-form_radio {
  margin: 0 20px 0 0;
}

.c-group.is-address .a-form_radio+.a-form_row {
  margin-top: 25px;
}

.c-group.is-address .a-form_row,
.c-group.is-address .a-form_select {
  width: 100%;
  max-width: 600px;
}

.c-group.is-address .a-form_btn {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}

.c-group.is-address .a-spinner {
  margin: 0;
  position: absolute;
  top: 8px;
}

.c-group_row.is-address .c-headline+.c-table {
  margin-top: 20px;
}

.c-group_row.is-address .c-table {
  margin-bottom: 20px;
}

.c-group_row.is-brands .c-menu_item {
  display: flex;
  justify-content: center;
}

.c-group.is-buyerData {
  display: flex;
}

.c-group.is-buyerData>.c-group_row {
  flex-basis: calc(33.3333333333% - 30px);
  box-sizing: border-box;
  border: 1px solid #ccc;
}

.c-group.is-buyerData .c-headline .c-headline_title.is-primary {
  margin-bottom: 14px;
}

.c-group.is-buyerData .is-orderedAs .c-headline_title,
.c-group.is-buyerData .is-shippingAddress .c-headline_title {
  font-weight: 700;
}

.c-group.is-buyerData .is-orderedAs>* {
  display: inline;
}

.c-group.is-buyerData .c-table.is-address td {
  padding: 0;
  font-weight: 400;
}

.c-group.is-buyerData .c-table.is-address td:first-of-type::after {
  content: '';
}

.c-group_row.is-form .a-form {
  max-width: 600px;
}

.c-group_row.is-form .a-spinner {
  position: absolute;
  top: 8px;
  margin: 0;
}

.c-group.is-hoverBox .is-complaint .c-group_col,
.c-group.is-hoverBox .is-contact .c-group_col,
.c-group.is-hoverBox .is-order .c-group_col {
  box-sizing: border-box;
  padding: 0 10px;
}

.c-group {
  color: initial;
}

.c-group.is-hoverBox {
  box-sizing: border-box;
  display: none;
  z-index: 105;
  position: absolute;
  top: -1px;
  min-width: 320px;
  margin-top: 28px;
  padding: 20px 15px;
  border: 0;
  background: #fff;
  box-shadow: 0 -2px 10px rgba(0,0,0,.2);
}

.c-group.is-hoverBox::after {
  position: absolute;
  top: -28px;
  left: 0;
  width: 100%;
  height: 50px;
  content: '';
}

.c-group.is-hoverBox::before {
  display: block;
  position: absolute;
  top: -21px;
  transform: scaleX(1.2) scaleY(0.7);
  color: #fff;
  font-size: 40px;
  text-align: center;
  text-shadow: 0 -7px 7px rgba(0,0,0,.1);
  content: '▲';
}

.c-group.is-hoverBox .is-contact {
  display: flex;
  color: #444;
}

.c-group.is-hoverBox .is-contact .is-data {
  width: calc(100% - 45px);
}

.c-group.is-hoverBox .is-contact .is-data .is-heading {
  margin-bottom: 4px;
  padding: 5px 0;
  font: 400 24px/25px Arial;
}

.c-group.is-hoverBox .is-contact .is-data .is-time {
  float: left;
}

.c-group.is-hoverBox .is-contact .is-data .is-hour {
  text-indent: 5px;
}

.c-group.is-hoverBox .is-contact .is-icons {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin-bottom: 4px;
}

.c-group.is-hoverBox .is-contact .is-icon {
  padding: 6px 0;
}

.c-group.is-hoverBox .is-more {
  padding: 5px 10px;
}

.c-group.is-hoverBox .is-more .c-btn {
  margin-top: 5px;
}

.c-group.is-hoverBox .is-complaint,
.c-group.is-hoverBox .is-order {
  display: flex;
  align-items: center;
}

.c-group.is-hoverBox .is-complaint .is-icons,
.c-group.is-hoverBox .is-order .is-icons {
  margin-bottom: 5px;
}

.c-group.is-hoverBox .is-icons {
  color: #555;
  font-size: 25px;
  text-align: center;
}

.c-group.is-hoverBox .is-check {
  width: calc(100% - 45px);
}

.c-group.is-hoverBox .is-check .is-link {
  width: 100%;
  font-size: 14px;
  text-align: left;
}

.c-group.is-hoverBox .is-check .is-link::after {
  font-family: webfont;
  position: relative;
  left: 8px;
  font-size: 10px;
}

.c-group.is-hoverBox .is-email {
  display: inline-block;
  height: 50px;
  line-height: 50px;
  transition: .3s;
}

.c-group.is-hoverBox .is-email:hover {
  color: #e9500e;
}

.c-group.is-hoverBox .is-email,
.c-group.is-hoverBox .is-link {
  color: #2c79aa;
}

.c-group_row.is-newsletter {
  justify-content: space-between;
  flex-wrap: wrap;
  display: flex;
  padding: 30px 0;
}

.c-group_row.is-newsletter .is-card .c-card_row {
  flex-direction: column;
  align-items: center;
  flex-wrap: wrap;
}

.c-group_row.is-newsletter .is-card .is-text .c-card_text {
  font-size: 15px;
  line-height: 28px;
}

.c-group_row.is-newsletter .is-card .is-title .c-card_title {
  margin: 0;
  font-size: 30px;
  line-height: 33px;
}

.c-group_row.is-newsletter .is-form .a-form {
  padding-top: 0;
}

.c-group_row.is-newsletter .is-form .c-btn {
  width: 100%;
}

.c-group_row.is-newsletter .is-form form .a-form_btn input.is-link,
.c-group_row.is-newsletter .is-form form .a-form_label {
  font-size: 15px;
}

.c-group_row.is-security .is-benefits .c-headline {
  margin-bottom: 12px;
}

.c-group_row.is-security .is-benefits .c-list {
  margin-left: 1px;
}

.c-group_row.is-security.is-form .c-headline+.a-form {
  margin-top: 30px;
}

.c-group_row.is-security .is-form {
  max-width: 500px;
}

.c-group_row.is-security .is-form .c-headline+.a-form {
  margin-top: 30px;
}

.c-group_row.is-security .is-loginBtn .c-headline,
.c-group_row.is-security .is-registerBtn .c-headline {
  margin-bottom: 30px;
}

.c-group_row.is-security .is-socialBtn .c-headline {
  margin-bottom: 20px;
}

.c-group_row.is-security .c-group_col .c-group_row+.c-group_row,
.c-group_row.is-security .c-group_col+.c-group_col {
  margin-top: 50px;
}

.c-group .is-newsletter .a-form_placeholder {
  display: none;
}

.c-group.is-brands {
  text-align: center;
}

.c-group.is-brands .a-carousel_pagination {
  display: none;
}

.c-group.is-brands .a-carousel_next,
.c-group.is-brands .a-carousel_prev {
  color: #000;
}

.c-group_row.is-security {
  padding: 0;
}

.c-group_row.is-security .c-btn {
  width: auto;
}

.c-group_row.is-security .c-list {
  padding-top: 20px;
}

.c-group_row.is-security .a-form {
  max-width: 400px;
}

.c-group_row.is-security .a-form .a-form_btn .c-btn.is-primary {
  display: block;
}

.c-group_row.is-security .a-form .a-form_btn .c-btn.is-link {
  margin-top: 7px;
  margin-left: 0;
  color: #000;
  font-size: 12px;
  text-decoration: underline;
}

.c-group_row.is-security .a-form .a-form_row.is-row_captcha .a-form_field {
  width: calc(100% - 140px);
}

.c-group_row.is-security .c-group_col:last-of-type {
  border-left: 0;
}

.c-group_row.is-security .c-group_col.is-last .c-group_row.is-form .a-form_row:last-of-type {
  margin-top: 45px;
}

.c-group_row.is-security .c-group_col.is-last .c-group_row.is-form:last-of-type {
  padding: 40px 35px;
  background: #fafafa;
}

.c-group_row.is-security .c-group_col.is-first .c-group_row.is-form .a-form_row:last-of-type {
  margin-top: 35px;
}

.c-group_row.is-security .c-group_col.is-first .c-group_row.is-form .a-form_checkbox:first-of-type {
  margin-top: 20px;
}

.c-group_row.is-seo {
  padding-top: 40px;
  padding-bottom: 40px;
}

.v-homepage .is-seo .c-group_row.is-seo,
.v-product .is-seo .c-group_row.is-seo {
  padding-top: 0;
  padding-bottom: 0;
}

.v-homepage .is-seo .c-content .a-typo,
.v-product .is-seo .c-content .a-typo {
  color: #333;
}

.v-homepage .c-group.is-brands {
  border-top: 1px solid #eaeaea;
}

.v-homepage .c-group_row.is-seo {
  padding: 30px;
  border-top: 1px solid #eaeaea;
}

.v-checkout .c-group .c-group_row .c-group_col.is-first {
  padding-top: 0;
}

.v-checkout .c-group .c-group_row .c-group_col.is-last .c-group_row.is-form {
  padding-bottom: 110px;
}

.v-checkout_address .c-group_row.is-summary {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  border-top: 1px solid #eaeaea;
  padding-top: 57px;
}

.v-checkout_address .c-group_row.is-summary .is-cancelBtn {
  margin-right: 15px;
}

.v-login .c-group_row .c-group_col.is-last {
  background: #fafafa;
}

.c-header_row {
  margin: 0 auto;
}

.c-header_row.is-primary {
  margin: 0 0 12px;
  background: 0 0;
}

.c-header_row.is-top {
  background: #fff;
}

.c-header_row.is-top .is-container {
  display: flex;
  justify-content: flex-start;
}

.c-header_col.is-container {
  max-width: 1300px;
}

.c-header_col.is-logo {
  float: none;
}

.c-header_col.is-search {
  margin-left: 0;
  float: none;
}

.c-header .is-flex-container {
  display: flex;
}

.c-header {
  position: relative;
}

.c-header .c-header_menuToggleLabel {
  position: absolute;
  font-size: 27px;
  z-index: 100;
}

.c-header .c-header_menuClose {
  position: absolute;
  top: 20px;
  left: 20px;
  font-size: 24px;
}

.c-header .c-header_mobileElements {
  display: none;
}

.c-header .c-header_overlay {
  top: 0;
  left: 0;
  bottom: 0;
  content: '';
  transition: all .2s linear;
}

.c-header .is-primary .c-header_row {
  position: relative;
  justify-content: space-between;
}

.c-header .c-header_col.is-pos {
  margin-right: auto;
}

.c-header .c-header_col.is-pos .choices {
  display: inline-block;
  margin-left: 20px;
}

.c-header .c-header_col.is-pos .choices__item--selectable {
  padding-right: 0;
}

.c-header .c-header_col.is-pos .choices__inner {
  padding-bottom: 0;
  border-bottom: 0;
  line-height: 14px;
  vertical-align: middle;
}

.c-header .c-header_col.is-pos .a-form_selectLabel,
.c-header .c-header_col.is-pos .choices__item {
  font-size: 10px;
  font-weight: 500;
  line-height: 16px;
}

.c-header .c-header_col.is-pos .a-form_selectLabel {
  position: relative;
  top: -2px;
}

.c-header .c-header_col.is-logo {
  position: relative;
  width: 86px;
  min-width: 86px;
}

.c-header .c-header_col.is-menu {
  background: #fff;
  top: 0;
  bottom: 0;
  left: 0;
  transition: transform .2s cubic-bezier(0,0,.21,1);
  transform: translateX(-100%);
  width: 100%;
  box-sizing: border-box;
  z-index: 106;
}

.c-header .c-header_col.is-search {
  width: 100%;
}

.c-header .c-header_col.is-utilityNav {
  top: 10px;
  right: 10px;
}

.v-homepage .c-header {
  border: 0;
}

.c-layout_mobileMenu:checked~div .c-header_overlay {
  position: fixed;
  right: 0;
  display: block;
  background: rgba(0,0,0,.8);
  z-index: 100;
}

.c-layout_mobileMenu:checked~div .c-header_mobileElements {
  display: block;
  margin-bottom: 20px;
}

.c-layout_mobileMenu:checked~div .c-header_col.is-menu {
  transform: translateX(0);
  position: fixed;
}

.c-header_searchToggle:checked~div .is-searchItem {
  color: #e9500e;
}

.v-product_show .c-header {
  margin-bottom: 0;
}

.v-checkout:not(.v-checkout_shoppingCart) .c-header {
  border-bottom: 0;
}

.v-checkout:not(.v-checkout_shoppingCart) .c-header .c-header_row.is-cart {
  display: flex;
  padding: 16px 0;
}

.v-checkout:not(.v-checkout_shoppingCart) .c-header .c-header_row.is-cart .c-header_col {
  font-size: 12px;
}

.v-checkout:not(.v-checkout_shoppingCart) .c-header .c-header_row.is-cart .c-header_col.is-logo {
  left: 0;
}

.v-checkout:not(.v-checkout_shoppingCart) .c-header .c-header_row.is-cart .c-header_col.is-contact {
  text-align: right;
  margin-left: auto;
  min-width: 150px;
}

.v-checkout:not(.v-checkout_shoppingCart) .c-header .c-header_row.is-cart .c-header_col.is-contact i {
  font-size: 20px;
  margin-right: 10px;
}

.v-checkout:not(.v-checkout_shoppingCart) .c-header .c-header_row.is-cart .c-header_col.is-contact .c-menu_list {
  justify-content: right;
}

.v-checkout:not(.v-checkout_shoppingCart) .c-header .c-header_row.is-cart .c-header_col.is-contact .c-menu_item:first-child {
  margin-right: 0;
}

.v-checkout:not(.v-checkout_shoppingCart) .c-header .c-header_row.is-cart .c-header_col.is-contact .c-menu_link {
  font-size: 12px;
}

.v-content_cms .c-headline,
.v-content_newsList .c-headline,
.v-content_newsShow .c-headline {
  padding: 0 15px;
}

.v-content_newsList .c-headline {
  margin-bottom: 30px;
}

.v-content_cms .c-headline,
.v-content_newsShow .c-headline {
  max-width: 630px;
  margin: 0 auto;
}

.v-content_faq .c-headline_link {
  max-width: 630px;
  margin: 30px auto 0;
}

.v-content_faq .c-headline {
  max-width: 630px;
  margin: 0 auto 20px;
}

.v-content_faq .c-headline:first-child {
  padding: 0 0 30px;
  margin-bottom: 0;
  width: auto;
}

.v-content_faq .c-content .c-headline {
  max-width: 630px;
  padding: 0 0 30px;
  border-bottom: 0;
}

.v-homepage .c-group .c-headline {
  text-align: center;
}

.c-layout.is-fullscreen {
  position: fixed;
  overflow: hidden;
}

.c-layout_col.is-seo:empty {
  display: none;
}

.c-layout_col.is-toggler {
  position: relative;
  text-align: center;
}

.c-layout_col.is-toggler::before {
  z-index: -1;
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: #eaeaea;
  content: '';
}

.c-layout_row.is-newsletter {
  background: 0 0;
}

.c-layout_row.is-alerts {
  margin-top: 20px;
}

.c-layout_row.is-alerts:empty {
  margin-top: 0;
}

.c-layout_row.is-wicket {
  display: none;
}

.c-layout_toggler:checked+.c-layout .c-layout_togglerLabel::before {
  content: attr(data-more);
}

.c-layout_toggler:checked+.c-layout .c-layout_togglerLabel::after {
  top: 12px;
  transform: rotate(45deg);
}

.c-layout_togglerLabel {
  position: relative;
  background: #fff;
  font-weight: 600;
  text-align: center;
}

.c-layout_togglerLabel::before {
  content: attr(data-less);
}

.c-layout_togglerLabel::after {
  display: block;
  position: absolute;
  top: 15px;
  width: 5px;
  height: 5px;
  transform: rotate(225deg);
  border-right: 2px solid #000;
  border-bottom: 2px solid #000;
  content: '';
  transition: .2s;
}

.c-layout_col.is-filters {
  margin: 25px 0 15px;
}

.c-layout_row .editorContent .c-grid,
.c-layout_row .editorContent+.c-grid {
  margin-top: 0!important;
}

.c-layout_row .editorContent .c-grid .c-offerBox,
.c-layout_row .editorContent+.c-grid .c-offerBox {
  box-sizing: content-box;
}

.c-layout_mobileMenu {
  display: none;
}

.v-homepage .is-firstPageZone .c-btn.is-big {
  padding: 0 40px;
  height: 40px;
  line-height: 40px;
  width: auto;
}

.v-product_show .c-layout_col.is-offer {
  background: #fafafa;
}

.v-product_show .c-layout_col.is-specification .c-headline {
  text-align: center;
  margin-bottom: 20px;
}

.v-product_show .c-layout_col.is-specification .a-toggle_content.is-teaser {
  height: 150px;
}

.v-product_show .c-layout_col.is-specification .a-toggle_input:checked+.a-toggle_content.is-teaser {
  height: auto;
}

.v-product_show .c-layout_col.is-specification .a-toggle_label {
  color: #000;
  text-align: center;
  font-weight: 500;
  margin-top: 35px;
  font-size: 14px;
}

.v-product_show .c-layout_col.is-specification .c-grid {
  max-width: 1024px;
  margin: 0 auto;
}

.v-product_show .c-layout_col.is-specification .c-grid_col {
  box-sizing: border-box;
}

.v-product_show .c-layout_col.is-orderOnline .c-headline {
  border-top: 1px solid #eaeaea;
  text-align: center;
}

.v-product_show .c-layout_col.is-orderOnline .c-grid {
  justify-content: space-between;
}

.v-product_show .c-layout_col.is-orderOnline .c-grid .is-grid-col-3 img {
  margin: 0 auto;
}

.v-product_show .c-layout_col.is-orderOnline .c-card .is-image,
.v-product_show .c-layout_col.is-orderOnline .c-card .is-title {
  text-align: center;
}

.v-product .c-layout_row.is-main {
  padding-top: 0;
}

.v-homepage .is-firstPageZone .c-group_col.is-slider .c-offerBox_inner,
.v-product_list .is-firstPageZone .c-group_col.is-slider .c-offerBox_inner,
.v-product_show .is-firstPageZone .c-group_col.is-slider .c-offerBox_inner {
  max-width: 200px;
  margin: 0 auto;
}

.v-homepage .c-group_col.is-slider,
.v-product_list .c-group_col.is-slider,
.v-product_show .c-group_col.is-slider {
  overflow: hidden;
  position: relative;
}

.v-homepage .c-layout_row.is-featured.is-container,
.v-homepage .c-layout_row.is-seeAlso.is-container,
.v-product_list .c-layout_row.is-featured.is-container,
.v-product_list .c-layout_row.is-seeAlso.is-container,
.v-product_show .c-layout_row.is-featured.is-container,
.v-product_show .c-layout_row.is-seeAlso.is-container {
  padding-left: 0;
  padding-right: 0;
}

.v-homepage .c-layout_row.is-featured .c-headline,
.v-homepage .c-layout_row.is-seeAlso .c-headline,
.v-product_list .c-layout_row.is-featured .c-headline,
.v-product_list .c-layout_row.is-seeAlso .c-headline,
.v-product_show .c-layout_row.is-featured .c-headline,
.v-product_show .c-layout_row.is-seeAlso .c-headline {
  border-top: 1px solid #eaeaea;
}

.v-product_list .c-layout_col .is-slider {
  margin-left: -10px;
  margin-right: -10px;
}

.v-product_list .c-layout_col.is-seo {
  border-top: 1px solid #eaeaea;
  margin-top: 50px;
  padding-top: 50px;
}

.v-checkout .c-layout_row.is-main {
  padding-top: 15px;
}

.c-list {
  font: 300 16px/26px Gordita;
  list-style: none;
}

.c-list li {
  position: relative;
  margin: 10px 0;
  padding: 0 0 0 20px;
  color: #333;
}

.c-list li::before {
  position: absolute;
  color: #e9500e;
}

ul.c-list li {
  padding-left: 15px;
}

ul.c-list li::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
}

ol {
  counter-reset: my;
}

ol.c-list li::before {
  top: 0;
  left: 0;
  margin-right: 5px;
  content: counter(my) ".";
  counter-increment: my;
  color: #333;
}

.c-header_mobileElements .c-logo {
  max-width: 90px;
  margin-top: 5px;
}

.c-menu .c-menu_list:not(.a-carousel) {
  display: flex;
  justify-content: space-between;
  list-style: none;
}

.c-menu .c-menu_item {
  list-style: none;
}

.c-menu .c-menu_link {
  font-size: 16px;
}

.c-menu .c-menu_link:hover {
  color: #777;
}

.c-menu.is-mainShopMenu {
  top: 0;
  left: 0;
}

.c-menu.is-mainShopMenu>.c-menu_toggleLabel {
  z-index: 98;
  position: absolute;
  top: 0;
  left: 0;
  margin: 0;
  transition: .3s;
}

.c-menu.is-mainShopMenu>.c-menu_toggleLabel .c-menu_icon {
  display: block;
  padding: 10px 15px;
  font-size: 30px;
}

.c-menu.is-mainShopMenu .c-menu_toggleLabel.is-submenuTrigger {
  box-sizing: border-box;
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  margin: 0;
  padding: 0;
  color: transparent;
  font-size: 16px;
}

.c-menu.is-mainShopMenu .c-menu_toggleLabel.is-submenuTrigger::after {
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translate(50%,-50%);
  color: #000;
  content: '';
  transition: .25s;
}

.c-menu.is-mainShopMenu .c-menu_toggle:checked~.c-menu_toggleLabel.is-submenuTrigger::after {
  color: #000;
}

.c-menu.is-mainShopMenu .c-menu_link {
  display: block;
}

.c-menu.is-mainShopMenu .is-list0 {
  z-index: 99;
}

.c-menu.is-mainShopMenu .is-item0>.c-menu_toggleLabel.is-submenuTrigger {
  box-sizing: border-box;
  height: auto;
  padding: 0;
  background: 0 0;
  color: #444;
  font-size: 16px;
  line-height: 24px;
}

.c-menu.is-mainShopMenu .is-item0>.c-menu_toggle:checked~.c-menu_toggleLabel.is-submenuTrigger {
  background: 0 0;
  color: #fff;
}

.c-menu.is-mainShopMenu .is-item0>.c-menu_toggle:checked~.c-menu_toggleLabel.is-submenuTrigger::after {
  border-color: #fff;
  color: #fff;
}

.c-menu.is-mainShopMenu .is-level1 {
  right: 0;
  left: 0;
}

.c-menu.is-mainShopMenu .is-level1 .c-menu_row {
  display: flex;
}

.c-menu.is-mainShopMenu .is-list1 {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
}

.c-menu.is-mainShopMenu .is-list1>.is-menuCol {
  box-sizing: border-box;
  padding-right: 10px;
}

.c-menu.is-mainShopMenu .is-item1 {
  position: relative;
}

.c-menu.is-mainShopMenu .is-item1.is-last {
  border-bottom: 0;
}

.c-menu.is-mainShopMenu .is-item1>.c-menu_toggleLabel.is-submenuTrigger {
  padding: 0;
  line-height: 24px;
}

.c-menu.is-mainShopMenu .is-list2 {
  display: block;
}

.c-menu.is-mainShopMenu .is-item2 .c-menu_toggleLabel {
  margin-top: 10px;
  font-size: 12px;
}

.c-menu.is-mainShopMenu .c-menu_toggle:checked~.c-menu_list>.c-menu_item.c-menu_item.c-menu_item,
.c-menu.is-mainShopMenu .c-menu_toggle:checked~.is-level1,
.c-menu.is-mainShopMenu .c-menu_toggle:checked~.is-level2 {
  display: block;
}

.c-menu.is-mainShopMenu .c-menu_toggle:checked~.c-menu_list>.c-menu_toggleLabel .is-more {
  display: none;
}

.c-menu.is-mainShopMenu .c-menu_toggle:checked~.c-menu_list>.c-menu_toggleLabel .is-less {
  display: block;
}

.c-menu.is-mainShopMenu .c-menu_toggleLabel {
  color: #e9500e;
}

.c-menu.is-mainShopMenu .c-menu_toggleLabel .is-less {
  display: none;
}

.c-menu.is-mainShopMenu.is-withColumns .is-item1 {
  width: auto;
}

.c-layout_mobileMenu:checked~.c-layout {
  height: 100%;
  overflow: hidden;
}

.c-layout_mobileMenu:checked~.c-layout .c-menu.is-mainShopMenu .is-list0 {
  display: flex;
  margin: 0;
}

.c-layout_mobileMenu:checked~.c-layout .c-menu.is-mainShopMenu .c-menu_toggleLabel.is-primaryMobile {
  left: 100%;
}

.c-layout_mobileMenu:checked~.c-layout .c-menu.is-mainShopMenu .c-menu_toggleLabel.is-primaryMobile::before {
  z-index: -1;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,.6);
}

.c-layout_mobileMenu:checked~.c-layout .c-menu.is-mainShopMenu .c-menu_toggleLabel.is-primaryMobile .c-menu_icon {
  color: #e9500e;
}

.c-layout_mobileMenu:checked~.c-layout .c-menu.is-mainShopMenu .c-menu_toggleLabel.is-primaryMobile .c-menu_icon::before {
  content: '';
}

.c-menu.is-account {
  padding-top: 0;
  border: solid #eee;
  border-width: 1px 1px 0;
}

.c-menu.is-account .c-menu_link {
  display: inline-flex;
  padding: 12px;
  font-size: 16px;
}

.c-menu.is-account .c-menu_list {
  display: block;
}

.c-menu.is-account .c-menu_icon {
  width: auto;
  margin-right: 5px;
  font-size: 16px;
}

.c-menu.is-account .c-menu_item {
  cursor: pointer;
  border: 1px solid #eee;
}

.c-menu.is-account .c-menu_item:last-of-type {
  border-width: 1px;
}

.c-menu.is-footer {
  padding-top: 0;
}

.c-menu.is-footer .c-menu_list {
  display: block;
}

.c-menu.is-footer .c-menu_link {
  display: inline;
  padding: 0;
  font-weight: inherit;
}

.c-menu.is-footer .c-menu_link:hover {
  color: inherit;
  text-decoration: underline;
}

.c-menu.is-footer .c-menu_static {
  display: inline;
  padding: 0;
  color: #777;
}

.c-menu.is-footer .c-menu_static:hover {
  color: #777;
  text-decoration: none;
}

.c-menu.is-simply .c-menu_list,
.c-menu_userAccount:hover .is-hoverBox {
  display: block;
}

.c-menu_userAccount .c-menu_userAccountState {
  position: relative;
}

.c-menu_userAccount .c-menu.is-account .c-menu_list,
.c-menu_userAccount .c-menu.is-userAccount .c-menu_list {
  display: block;
}

.c-menu_userAccount .c-menu.is-account .c-menu_item,
.c-menu_userAccount .c-menu.is-userAccount .c-menu_item {
  max-width: 100%;
  margin: 0;
}

.c-menu_userAccount .c-menu.is-account .c-menu_link,
.c-menu_userAccount .c-menu.is-userAccount .c-menu_link {
  font: 14px/21px Gordita;
  text-align: left;
}

.c-menu_userAccount .c-menu.is-account .c-menu_icon,
.c-menu_userAccount .c-menu.is-userAccount .c-menu_icon {
  top: 0;
  width: auto;
  font-size: 20px;
}

.c-menu.is-newsMenu {
  padding: 0;
  margin-bottom: 50px;
  text-align: center;
}

.c-menu.is-infobar .c-menu_item {
  margin-left: 24px;
}

.c-menu.is-infobar .c-menu_item .c-menu_link {
  font-size: 10px;
  font-weight: 500;
  line-height: 16px;
}

.c-menu.is-infobar .c-menu_item .c-menu_link:hover {
  color: #e9500e;
}

.c-menu.is-mainShopMenu .c-menu_list {
  justify-content: flex-start;
}

.c-menu.is-mainShopMenu .c-menu_link:hover {
  color: #e9500e;
}

.c-menu.is-mainShopMenu .c-menu_col {
  width: 100%;
}

.c-menu.is-mainShopMenu .c-menu_toggleLabel {
  display: none;
}

.c-menu.is-mainShopMenu .c-menu_item .c-menu_toggleLabel {
  color: #000;
}

.c-menu.is-mainShopMenu .c-menu.is-infobar {
  margin-top: 40px;
}

.c-menu.is-mainShopMenu .c-menu.is-infobar .c-menu_item {
  margin-left: 0;
}

.c-menu.is-mainShopMenu .is-list0 {
  position: static;
}

.c-menu.is-mainShopMenu .is-item0 {
  padding: 0 8px 8px;
}

.c-menu.is-mainShopMenu .is-item0 .is-link0 {
  font-size: 14px;
  font-weight: 500;
  color: #000;
}

.c-menu.is-mainShopMenu .is-item0 .is-link0:hover {
  color: #e9500e;
}

.c-menu.is-mainShopMenu .is-level1 .a-typo {
  display: block;
}

.c-menu.is-mainShopMenu .is-item1 .c-menu_link {
  font-size: 14px;
}

.c-menu.is-mainShopMenu .is-link0+.c-menu_toggle:checked~.is-level1 {
  transform: translateX(0);
}

.c-menu.is-mainShopMenu .is-link1+.c-menu_toggle:checked~.is-level2 {
  top: 0;
  width: 90%;
  padding: 0;
  transform: translateX(0);
}

.c-menu.is-mainShopMenu .is-level1+.c-menu_toggleLabel,
.c-menu.is-mainShopMenu .is-level2+.c-menu_toggleLabel {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin-top: 0;
}

.c-menu.is-mainShopMenu .is-level1 {
  transition: transform .2s cubic-bezier(0,0,.21,1);
}

.c-menu.is-mainShopMenu .is-level1 .a-typo.is-secondary {
  font-weight: 700;
  color: #e9500e;
}

.c-menu.is-mainShopMenu .is-level1 .c-menu_col {
  border: 0;
}

.c-menu.is-mainShopMenu .is-item2 .c-menu_link {
  padding-bottom: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
}

.c-menu.is-mainShopMenu .is-level2 {
  top: 70px;
  bottom: 0;
  z-index: 107;
  border: none;
  box-shadow: none;
  transition: transform .2s cubic-bezier(0,0,.21,1);
}

.c-menu.is-utilityNav {
  float: none;
}

.c-menu.is-utilityNav .c-menu_item {
  float: left;
  max-width: 50px;
  margin-left: 20px;
  text-align: center;
}

.c-menu.is-utilityNav .c-menu_link {
  display: block;
  font-size: 9px;
  font-weight: 400;
  line-height: 11px;
  color: #555;
}

.c-menu.is-utilityNav .c-menu_link:hover {
  color: #e9500e;
}

.c-menu.is-utilityNav .c-menu_icon {
  display: block;
  margin-right: 0;
  margin-bottom: 5px;
  font-size: 24px;
  color: #555;
}

.c-menu.is-utilityNav .c-menu_icon.wf-ico-search-20 {
  margin-top: -3px;
}

.c-menu.is-footer .c-menu_item {
  margin-bottom: 9px;
}

.c-menu.is-footer .c-menu_item span {
  font-size: 11px;
  color: #e9500e;
  text-transform: uppercase;
}

.c-menu.is-footer .c-menu_link {
  color: #333;
}

.c-menu.is-copyrightsMenu .c-menu_list {
  display: block;
}

.c-menu.is-brands {
  position: relative;
}

.c-menu.is-cms {
  padding-top: 30px;
}

.c-menu.is-cms .c-menu_link {
  padding: 10px 0;
  font-size: 15px;
}

.c-menu.is-cms .is-item0+.is-item0 {
  padding-top: 0;
}

.c-menu.is-cms .is-parent {
  padding-top: 10px;
}

.c-menu.is-cms .is-parent.is-first {
  padding-top: 0;
}

.c-menu.is-cms .is-parent .c-menu_link {
  padding: 6px 0;
}

.c-menu.is-cms .is-parent .c-menu_static.is-static0 {
  padding-bottom: 0;
  font-size: 16px;
  font-weight: 700;
}

.c-menu.is-cms .c-menu_link.is-link0,
.c-menu.is-cms .c-menu_static.is-static0 {
  padding: 10px 0;
  font-size: 15px;
  font-weight: 400;
}

.c-layout_row.is-main .c-menu.is-simply .c-menu_list {
  display: block;
}

.c-layout_row.is-main .c-menu.is-simply .c-menu_item {
  display: inline-block;
  margin-right: 20px;
}

.c-layout_row.is-main .c-menu.is-simply .c-menu_item:last-of-type {
  margin-right: 0;
}

.c-layout_row.is-main .c-menu.is-simply .c-menu_item.is-current a {
  color: #e9500e;
}

.c-layout_row.is-main .c-menu.is-simply .c-menu_link {
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  color: #000;
}

.c-layout_row.is-main .c-menu.is-simply .c-menu_link:hover {
  color: #e9500e;
}

.c-layout_col.is-menu .c-menu.is-simply {
  margin: 20px 0;
}

.c-layout_mobileMenu:checked~div .c-menu.is-mainShopMenu {
  padding-top: 0;
}

.c-layout_mobileMenu:checked~div .c-menu.is-mainShopMenu .c-menu_list {
  display: block;
}

.c-layout_mobileMenu:checked~div .c-menu.is-mainShopMenu .is-item0 {
  padding-left: 0;
}

.c-layout_mobileMenu:checked~div .c-menu.is-mainShopMenu .is-level1 .c-menu_row {
  height: 100%;
  overflow-x: hidden;
  overflow-y: scroll;
}

.c-layout_mobileMenu:checked~div .c-menu.is-mainShopMenu .is-level1 .c-menu_col {
  padding-top: 0;
  margin-top: 0;
}

.c-layout_mobileMenu:checked~div .c-menu.is-mainShopMenu .is-level1 .a-typo.is-secondary {
  margin-top: 10px;
  font-size: 14px;
  font-weight: 500;
  line-height: 40px;
  color: #000;
}

.c-layout_mobileMenu:checked~div .c-menu.is-mainShopMenu .is-level1 .is-item1 .c-menu_link {
  padding: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 36px;
}

.c-layout_mobileMenu:checked~div .c-menu.is-mainShopMenu .c-menu_item .c-menu_toggleLabel {
  font-size: 10px;
}

.c-layout_mobileMenu:checked~div .c-menu.is-mainShopMenu .c-menu_toggleLabelIcon:before {
  position: relative;
  top: -1px;
  left: -1px;
  font-size: 24px;
  transform: scale(-1,1);
}

.c-accordion .is-langColumn .c-menu .c-menu_list,
.c-footer_row.is-download .c-menu .c-menu_list {
  margin-top: 15px;
  display: flex;
}

.c-accordion .is-langColumn .c-menu .c-menu_list .c-menu_item,
.c-footer_row.is-download .c-menu .c-menu_list .c-menu_item {
  margin-right: 4px;
}

.c-accordion .is-langColumn .c-menu .c-menu_list .c-menu_item img,
.c-footer_row.is-download .c-menu .c-menu_list .c-menu_item img {
  width: 110px;
}

.c-accordion .is-langColumn .c-menu .c-menu_list .c-menu_icon,
.c-footer_row.is-download .c-menu .c-menu_list .c-menu_icon {
  font-size: 26px;
}

.c-accordion .is-langColumn .c-menu .c-menu_list .c-menu_link,
.c-footer_row.is-download .c-menu .c-menu_list .c-menu_link {
  padding: 0;
}

.c-accordion.is-footer .c-accordion_item.is-langColumn .c-footer_downloadApp .c-menu_item .c-menu_link {
  padding-left: 0;
}

.c-minicart {
  display: none;
  z-index: 104;
  position: absolute;
  background: #fff;
  color: inherit;
}

.c-minicart.is-active {
  display: block;
}

.c-minicart_indicator {
  position: relative;
  color: #555;
  line-height: 9px;
}

.c-minicart_indicator:hover {
  color: #e9500e;
  cursor: pointer;
}

.c-minicart_indicator:hover::after {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 10px;
  content: '';
}

.c-minicart_indicatorName {
  font-size: 9px;
}

.c-minicart_indicatorAmount {
  position: absolute;
  text-align: center;
}

.c-minicart_error {
  padding: 0 0 10px;
  color: #cd0021;
}

.c-minicart_spinner {
  display: flex;
  justify-content: center;
  margin: 0 0 50px;
}

.c-minicart_pos {
  line-height: 16px;
}

.c-minicart_product {
  display: flex;
  font-size: 12px;
  line-height: 14px;
}

.c-minicart_productInfo {
  flex: 1;
}

.c-minicart_productName,
.c-minicart_productPrice {
  font-weight: 700;
}

.c-minicart_productName .is-unit,
.c-minicart_productPrice .is-unit {
  color: #ccc;
  font-size: 13px;
}

.c-minicart_productName {
  display: inline-block;
}

.c-minicart_productName:hover {
  opacity: .8;
}

.c-minicart_productPrice {
  display: flex;
}

.c-minicart_productPrice.is-promoPrice .a-price_new {
  color: red;
}

.c-minicart_productPrice .a-price+.a-price {
  margin-left: 5px;
}

.c-minicart_productAvailability.is-unavailable {
  color: #cd0021;
}

.c-minicart_productRemove {
  align-self: center;
  color: #333;
  cursor: pointer;
  transition: .2s;
}

.c-minicart_productRemove:hover {
  color: #333;
}

.c-minicart_productDecrement,
.c-minicart_productIncrement {
  display: inline-block;
  width: 14px;
  height: 14px;
  border: 1px solid #ccc;
  border-radius: 5px;
  line-height: 14px;
  text-align: center;
  cursor: pointer;
}

.c-minicart_product.is-removed {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.c-minicart_product.is-removed a {
  color: #e9500e;
}

.c-minicart_summary {
  display: flex;
  flex-direction: row;
  align-items: center;
  border-width: 0 0 1px;
  border-style: solid;
  border-color: #ccc;
}

.c-minicart_summaryHeader {
  width: auto;
}

.c-minicart_proceed {
  display: flex;
  justify-content: center;
  margin-top: 0;
}

.c-minicart_proceed .c-btn {
  padding-top: 0;
}

.c-minicart {
  width: calc(411px - 48px);
  max-width: 78vw;
  max-height: none;
  padding: 24px 24px 12px;
  border: 0;
  box-shadow: 0 0 12px rgba(0,0,0,.2);
  font-family: Gordita;
  text-align: left;
}

.c-minicart::before {
  display: block;
  position: absolute;
  top: -15px;
  transform: scaleX(1.5) scaleY(0.7);
  color: #fff;
  font-size: 21px;
  text-align: center;
  text-shadow: 0 -7px 7px rgba(0,0,0,.1);
  content: '▲';
}

.c-minicart_header {
  margin: 0;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
}

.c-minicart_pos {
  margin: 6px 0 17px;
}

.c-minicart_posHeader,
.c-minicart_posName {
  font-size: 10px;
}

.c-minicart_products {
  max-height: 275px;
  overflow: auto;
  border: 0;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}

.c-minicart_products.is-empty {
  margin: 5px 0 25px;
  border: 0;
  font-size: 12px;
}

.c-minicart_product {
  border-top: 1px solid #ccc;
  border-bottom: 0;
}

.c-minicart_product:first-child {
  border-top: 0;
}

.c-minicart_productImg {
  min-width: 80px;
  padding: 8px 0;
}

.c-minicart_productInfo {
  margin: 10px 0;
}

.c-minicart_productName,
.c-minicart_productPrice {
  font-size: 12px;
}

.c-minicart_productName {
  word-wrap: break-word;
  width: 210px;
  padding: 0 0 6px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.c-minicart_productPrice {
  padding: 0 0 2px;
}

.c-minicart_productAttribute,
.c-minicart_productCount,
.c-minicart_productSize {
  font-size: 10px;
  line-height: 15px;
}

.c-minicart_productRemove {
  margin-right: 25px;
  font-size: 22px;
}

.c-minicart_product.is-removed {
  min-height: 97px;
}

.c-minicart_summary {
  justify-content: flex-start;
  margin: 8px 0 0;
  padding: 0 0 6px;
}

.c-minicart_summaryHeader {
  font-size: 10px;
  line-height: 16px;
}

.c-minicart_summaryPrice {
  margin-left: 14px;
  font-size: 12px;
  font-weight: 700;
}

.c-minicart_proceed {
  padding-top: 10px;
}

.c-modal_overlay {
  box-sizing: border-box;
  z-index: 300;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.c-modal_overlay::before {
  display: block;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0,0,0,.6);
  content: '';
}

.c-modal_content {
  display: table;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.c-modal_wrapper {
  display: table-cell;
  position: relative;
  vertical-align: middle;
}

.c-modal_container {
  box-sizing: border-box;
  position: relative;
  max-width: 930px;
  margin: 0 auto;
  padding: 20px;
  background-color: #fff;
}

.c-modal_header {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.c-modal_close {
  z-index: 1;
  position: absolute;
  top: 8px;
  right: 8px;
  font-size: 35px;
  cursor: pointer;
}

.c-modal_target {
  position: relative;
}

.c-modal_target .a-spinner {
  margin: 20px 50px 50px;
}

.c-modal_footer {
  padding: 20px 0;
}

.c-modal_moreInfo {
  margin-top: 20px;
  margin-bottom: 5px;
  padding: 20px;
  background: #eee;
}

.c-modal_moreInfo::-webkit-scrollbar {
  -webkit-appearance: none;
  width: 6px;
}

.c-modal_moreInfo::-webkit-scrollbar-thumb {
  border-radius: 4px;
  background-color: rgba(0,0,0,.4);
  box-shadow: 0 0 1px rgba(0,0,0,.1);
}

.c-modal_moreInfo::-webkit-scrollbar-track {
  background: rgba(0,0,0,.1);
}

.c-modal.is-hidden {
  display: none;
}

.c-modal.is-open {
  display: block;
  z-index: 200;
}

.c-modal.is-loading .c-modal_container.c-modal_container.c-modal_container {
  self-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100px;
  height: 100px;
  padding: 0;
  overflow: hidden;
  border-radius: 50%;
}

.c-modal.is-loading .c-modal_footer,
.c-modal.is-loading .c-modal_header {
  display: none!important;
}

.c-modal.is-fullscreen .c-modal_content,
.c-modal.is-fullscreen .c-modal_wrapper {
  display: block;
  height: 100%;
}

.c-modal.is-pending .c-modal_container::before {
  display: flex;
  z-index: 100;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  align-items: center;
  justify-content: center;
  background: rgba(255,255,255,.81);
  text-align: center;
  content: attr(data-message);
}

.c-modal .c-modal_header [data-modal-close] {
  padding: 5px 10px;
}

.c-modal.is-cookieModal .c-modal_container {
  max-width: 700px;
}

.c-modal.is-cookieModal .c-modal_headerTitle {
  padding-right: 20px;
  padding-bottom: 10px;
}

.c-modal.is-findSimilarProducts .c-modal_container {
  max-width: 620px;
}

.c-modal_headerTitle {
  font: 700 16px/20px Gordita;
}

.c-modal.is-resetPassword .c-modal_header {
  justify-content: flex-end;
}

.c-modal.is-resetPassword .c-group_row.is-security .c-group_col.is-first {
  padding: 0;
  width: 100%;
}

.c-modal.is-saveBox:not(.is-loading) .c-modal_container {
  min-width: 300px;
}

.c-modal.is-saveBox.is-loading {
  border-radius: 50px;
}

.c-modal.is-saveBox .c-modal_target>* {
  margin-top: 20px;
}

.c-modal.is-cookieModal .c-modal_target a {
  color: #e9500e;
}

.c-modal.is-cookieModal .c-btn {
  vertical-align: middle;
}

.c-modal.is-cookieModal .c-layout_row .editorContent {
  padding: 0;
}

.c-modal .c-modal_header [data-modal-close] {
  cursor: pointer;
  font-size: 35px;
  right: 8px;
  top: 8px;
}

.c-modal .c-posList_mapWrapper {
  height: calc(100vh - 90px);
}

.c-offerBox {
  padding: 15px 10px;
}

.c-offerBox.is-unavailableOffer .c-offerBox_text.is-unavailable {
  z-index: 10;
  position: relative;
  top: -13px;
  left: 0;
  margin-top: -36px;
  background: #bdbdbd;
  text-align: center;
}

.c-offerBox.is-unavailableOffer .c-offerBox_text.is-unavailable .is-text {
  color: #fff;
  font-weight: 600;
}

.c-offerBox.is-hovered {
  box-sizing: border-box;
  position: relative;
  border: 1px solid transparent;
}

.c-offerBox:hover .c-offerBox_flags {
  display: none;
}

.c-offerBox_price .a-price {
  display: flex;
  justify-content: flex-end;
}

.c-offerBox_price .a-price_new.is-hasOldPrice {
  color: #e90000;
}

.c-offerBox_price .a-price_old {
  margin-right: 10px;
}

.c-offerBox_gallery .a-carousel_thumb,
.c-offerBox_galleryItem,
.c-offerBox_photo {
  display: inline-block;
  position: relative;
}

.c-offerBox_gallery .a-carousel_thumb a::before,
.c-offerBox_gallery .a-carousel_thumb::before,
.c-offerBox_galleryItem a::before,
.c-offerBox_galleryItem::before,
.c-offerBox_photo a::before,
.c-offerBox_photo::before {
  z-index: 2;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #000;
  content: '';
  opacity: .02;
  pointer-events: none;
}

.c-offerBox_photo {
  display: block;
}

.c-offerBox_gallery.a-carousel .a-carousel_pagination.a-carousel_pagination .a-carousel_thumb {
  border-color: transparent;
}

.c-offerBox_gallery.a-carousel .a-carousel_next,
.c-offerBox_gallery.a-carousel .a-carousel_prev {
  display: flex;
  background: 0 0;
}

.c-offerBox_addToSaveBox {
  z-index: 11;
}

.c-offerBox_addToSaveBox .c-btn {
  color: #545454;
  font-size: 24px;
}

.c-offerBox_addToSaveBox .c-btn.is-added span {
  color: #e9500e;
}

.c-offerBox_addToSaveBox .c-btn.is-added span::before {
  content: '\f163';
}

.c-offerBox_rating.c-offerBox_rating {
  margin-top: 0;
  color: #fdb94e;
  font-size: 18px;
  letter-spacing: -5px;
}

.c-offerBox .c-offerBox_variants .c-offerBox {
  border-color: transparent;
}

.c-offerBox .c-offerBox_variants .c-offerBox.is-active {
  border-color: #e9500e;
}

.c-offerBox .c-offerBox_variants .c-offerBox_photo {
  padding-bottom: 0;
}

.is-tiles .c-offerBox.is-unavailableOffer .c-offerBox_addToSaveBox {
  top: -20px;
}

.is-tiles .c-offerBox.is-unavailableOffer .c-offerBox_addToSaveBox .c-btn.is-link {
  color: #fff;
}

.is-tiles .c-offerBox.is-unavailableOffer .c-offerBox_addToSaveBox .c-btn.is-link:hover {
  color: #e9500e;
}

.is-tiles .c-offerBox:hover .c-offerBox_variants:not(.is-list):not(.is-select) {
  opacity: 1;
}

.is-tiles .c-offerBox_data .a-typo.is-text {
  color: #000;
  font-size: 12px;
  line-height: 16px;
}

.is-tiles .c-offerBox_data~div {
  margin-top: 0;
}

.is-tiles .c-offerBox_photo {
  margin-bottom: 5px;
  padding-bottom: 0;
}

.is-tiles .c-offerBox_rating {
  margin-left: -3px;
}

.is-tiles .c-offerBox_addToCart,
.is-tiles .c-offerBox_addToSaveBox {
  position: relative;
  top: -12px;
  left: 8px;
  margin-top: -25px;
}

.is-tiles .c-offerBox_addToCart .c-btn.is-link,
.is-tiles .c-offerBox_addToSaveBox .c-btn.is-link {
  color: #444;
  font-size: 20px;
  line-height: 1;
  text-align: left;
}

.is-tiles .c-offerBox_addToCart .c-btn.is-link:hover,
.is-tiles .c-offerBox_addToSaveBox .c-btn.is-link:hover {
  color: #e9500e;
}

.is-tiles .c-offerBox_addToCart {
  left: calc(100% - 30px);
}

.is-tiles .c-offerBox_addToSaveBox {
  top: -21px;
  left: 10px;
  margin-top: -28px;
}

.is-tiles .c-offerBox_addToSaveBox .is-icon {
  font-size: 24px;
}

.is-tiles .c-offerBox_flags {
  z-index: 30;
  position: absolute;
  top: 8px;
  left: 8px;
}

.is-tiles .c-offerBox_flags .a-label {
  display: block;
}

.is-tiles .c-offerBox_flags .a-label+.a-label {
  margin-top: 10px;
  margin-left: 0;
}

.is-tiles .c-offerBox_price+.c-offerBox_price .a-price_new {
  color: #e90000;
}

.is-tiles .c-offerBox_variants {
  padding: 0;
  border: 0;
}

.is-tiles .c-offerBox_variants .c-btn.is-link {
  width: auto;
  margin: 0 8px 0 0;
  color: #333;
  font-size: 12px;
  line-height: 22px;
}

.is-tiles .c-offerBox_variants .c-btn.is-link.is-active {
  color: #000;
}

.is-tiles .c-offerBox_variants .c-btn.is-last {
  color: #bbb;
}

.is-tiles .c-offerBox_variants .c-btn.is-unavailable {
  display: none;
}

.is-tiles .c-offerBox_variants:not(.is-list):not(.is-select) {
  z-index: 10;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}

.is-tiles .c-offerBox_variants:not(.is-list):not(.is-select) .c-offerBox {
  max-width: 45px;
  padding: 0;
  background: 0 0;
}

.is-tiles .c-offerBox_variants:not(.is-list):not(.is-select) .c-offerBox+.c-offerBox {
  margin-left: 3px;
}

.is-tiles .c-offerBox_variants.is-list .c-offerBox_variantsContent {
  flex-wrap: wrap;
}

.is-tiles .c-offerBox_text .a-typo.is-text {
  color: #bbb;
  font-size: 10px;
  line-height: 16px;
}

.v-account_order .c-offerBox,
.v-checkout_address .c-offerBox {
  padding: 8px 0;
  border-top: 1px solid #eaeaea;
}

.v-account_order .c-offerBox:last-of-type,
.v-checkout_address .c-offerBox:last-of-type {
  border-bottom: 1px solid #eaeaea;
}

.v-account_order .c-offerBox.is-wide .c-offerBox_col.is-first,
.v-checkout_address .c-offerBox.is-wide .c-offerBox_col.is-first {
  width: 48px;
  padding-right: 17px;
}

.v-account_order .c-offerBox.is-wide .c-offerBox_col.is-last,
.v-checkout_address .c-offerBox.is-wide .c-offerBox_col.is-last {
  text-align: right;
}

.v-account_order .c-offerBox.is-wide .c-offerBox_col.is-last .a-price_new,
.v-checkout_address .c-offerBox.is-wide .c-offerBox_col.is-last .a-price_new {
  font-size: 14px;
}

.v-account_order .c-offerBox.is-wide .c-offerBox_col .c-offerBox_data .a-typo.is-text,
.v-checkout_address .c-offerBox.is-wide .c-offerBox_col .c-offerBox_data .a-typo.is-text {
  font-weight: 500;
}

.v-account_order .c-offerBox_photo,
.v-checkout_address .c-offerBox_photo {
  padding-bottom: 0;
}

.c-posList {
  position: relative;
}

.c-posList_error {
  margin-top: 20px;
}

.c-posList_loading {
  display: flex;
  z-index: 1;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  align-items: center;
  justify-content: center;
  background: rgba(255,255,255,.6);
}

.c-posList_search {
  display: flex;
  padding-top: 30px;
}

.c-posList_searchInput {
  width: calc(100% - 100px);
  border: 0;
  border-bottom: 1px solid #bbb;
}

.c-posList_searchSubmit {
  width: 100px;
}

.c-posList_userLocation {
  display: flex;
  margin-top: 12px;
  font-size: 15px;
}

.c-posList_userLocationIcon {
  font-size: 22px;
  line-height: 20px;
}

.c-posList_userLocationText {
  margin-left: 8px;
  font-size: 14px;
}

.c-posList_empty {
  margin-top: 30px;
  font-size: 12px;
  line-height: 20px;
}

.c-posList_pos {
  margin-top: 24px;
  overflow-y: scroll;
}

.c-posList_posElement {
  display: flex;
  line-height: 20px;
  cursor: pointer;
}

.c-posList_posElementName {
  width: 70%;
  font-size: 12px;
}

.c-posList_posElementAvailability {
  align-self: center;
  font-size: 12px;
  text-align: right;
}

.c-posList_posElementAvailabilityVariants {
  font-size: 10px;
  line-height: 14px;
}

.c-posList_mapImage {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #eaeaea;
}

.c-posList_mapImage.is-empty {
  opacity: .5;
}

.c-posList_mapImage.is-empty>iframe {
  height: 380px;
}

.c-posList_mapImage>img {
  width: 100%;
}

.c-posList_mapImage>iframe {
  width: 100%;
  height: 188px;
  border: 0;
}

.c-posList_mapWrapper {
  background: #fff;
  transition: .5s right;
}

.c-posList.is-posSelected .c-posList_mapWrapper {
  right: 0;
  transition: .5s right;
}

.c-posList_mapBack {
  margin: 10px 0 20px;
  font-size: 15px;
}

.c-posList_mapBackIcon {
  transform: rotate(180deg);
  font-size: 22px;
  line-height: 20px;
}

.c-posList_mapBackText {
  margin-left: 8px;
  font-size: 14px;
}

.c-posList_info {
  margin-top: 18px;
}

.c-posList_infoDescription {
  margin-top: 5px;
}

.c-posList_infoName {
  font-size: 12px;
  font-weight: 500;
  line-height: 16px;
}

.c-posList_infoAddress {
  font-size: 12px;
  line-height: 16px;
}

.c-posList_infoHours {
  width: 150px;
  margin-top: 16px;
  font-size: 12px;
  line-height: 16px;
}

.c-posList_infoHoursRow {
  display: flex;
  justify-content: space-between;
}

.c-posList_infoHours.is-workingDays {
  width: auto;
  line-height: 22px;
}

.c-posList_infoVariants {
  display: flex;
  flex-wrap: wrap;
}

.c-posList_infoVariantsHeader {
  margin: 15px 0 5px;
}

.c-posList_infoVariantsBox {
  position: relative;
  width: 25px;
  height: 25px;
  margin-right: 5px;
  margin-bottom: 5px;
  border: 1px solid #000;
  font-size: 8px;
  line-height: 25px;
  text-align: center;
  cursor: pointer;
}

.c-posList_infoVariantsBox:hover {
  filter: drop-shadow(#ccc 0 0 5px);
}

.c-posList_infoVariantsBox:hover::after,
.c-posList_infoVariantsBox:hover::before {
  position: absolute;
  background: #fff;
}

.c-posList_infoVariantsBox:hover::before {
  bottom: 0;
  left: 50%;
  width: 150px;
  margin-bottom: 25px;
  padding: 10px;
  transform: translateX(-50%);
  border-radius: 3px;
  color: #000;
  font-size: 10px;
  line-height: 15px;
  text-align: center;
  content: attr(data-availability);
}

.c-posList_infoVariantsBox:hover::after {
  top: -8px;
  left: 50%;
  width: 10px;
  height: 10px;
  transform: translateX(-50%) rotate(-45deg);
  content: '';
}

.c-posList_infoVariantsBox.is-disabled {
  border-color: #eaeaea;
  color: #bbb;
}

.c-posList {
  font-family: Gordita;
}

.c-posList_posElement {
  justify-content: space-between;
}

.c-posList_posElement.is-selected {
  background: #fafafa;
}

.c-posList_posElementAvailability {
  width: 100%;
}

.c-posList_posElementAddress {
  font-size: 12px;
}

.c-posList_posElementGroup {
  width: 100%;
}

.c-posList_posElementGroup.is-action {
  box-sizing: border-box;
  padding-left: 30px;
}

.c-posList_posElementVariants {
  font-size: 10px;
  line-height: 14px;
  text-align: right;
}

.c-posList_posInfoGroup.is-buttons {
  display: flex;
  justify-content: flex-end;
  margin-top: 30px;
}

.c-posList_posInfoVariants {
  flex-direction: column;
}

.c-posList_posInfoVariantsList {
  display: flex;
  flex-wrap: wrap;
}

.c-posList_infoVariants {
  flex-direction: column;
}

.c-posList_infoVariantsList {
  display: flex;
  flex-wrap: wrap;
}

.c-posList_variant {
  margin-right: 3px;
}

.c-posList.is-posSelected .c-posList_pos {
  overflow: hidden;
}

.v-content_posList .c-posList_userLocation {
  display: none;
}

.v-content_posList .c-posList_pos {
  scrollbar-face-color: rgba(0,0,0,.4);
  scrollbar-track-color: rgba(0,0,0,.1);
  margin-top: 60px;
}

.v-content_posList .c-posList_pos::-webkit-scrollbar {
  -webkit-appearance: none;
  width: 5px;
}

.v-content_posList .c-posList_pos::-webkit-scrollbar-thumb {
  border-radius: 8px;
  background-color: rgba(0,0,0,.4);
  box-shadow: 0 0 1px rgba(0,0,0,.1);
}

.v-content_posList .c-posList_pos::-webkit-scrollbar-track {
  background: rgba(0,0,0,.1);
}

.v-content_posList .c-posList_mapImage {
  max-height: 188px;
  overflow: hidden;
}

.v-content_posList .c-posList_mapImage.is-empty {
  display: none;
}

.c-search {
  align-items: stretch;
  border: 0;
  border-radius: 0;
}

.c-search_select {
  margin: 10px 0;
}

.c-search_select select {
  appearance: none;
  height: 30px;
  padding: 0 10px;
  border: 1px solid transparent;
  border-radius: 0;
  border-right-color: #ddd;
  border-left-color: #ddd;
  background: #fff;
}

.c-search_input {
  box-sizing: border-box;
  flex-grow: 1;
  border-radius: 0;
  background: #fff;
}

.c-search_input input {
  box-sizing: border-box;
  width: 100%;
  border: 0;
  color: #000;
  font: 400 14px/30px Gordita;
}

.c-search_input input::-webkit-input-placeholder {
  color: #444;
}

.c-search_input input::-moz-placeholder {
  color: #444;
}

.c-search_input input:-moz-placeholder {
  color: #444;
}

.c-search_input input:-ms-input-placeholder {
  color: #444;
}

.c-search_submit {
  width: 30px;
  margin: 0;
  padding: 0;
  border-radius: 0;
  background: #fff;
  color: #000;
  font-size: 20px;
  text-align: center;
  cursor: pointer;
}

.c-search_submit:hover {
  background: rgba(255,255,255,.5);
  color: rgba(0,0,0,.5);
}

.c-search_submit>span {
  display: inline-block;
}

.c-search_suggestion {
  box-sizing: border-box;
  position: absolute;
  right: 0;
  background: #fff;
}

.c-search_suggestionRadio {
  display: none;
}

.c-search_suggestionHeading {
  align-items: center;
  justify-content: flex-start;
}

.c-search_suggestionTab {
  box-sizing: border-box;
  top: 0;
  background: #fff;
  cursor: default;
}

.c-search_suggestionContainer {
  display: flex;
  flex-direction: column;
}

.c-search_suggestionContainer.is-products {
  flex: 2;
}

.c-search_suggestionContainer.is-products .c-search_suggestionTab {
  left: 0;
}

.c-search_suggestionContainer.is-categories,
.c-search_suggestionContainer.is-history {
  padding: 0;
}

.c-search_suggestionContainer.is-categories .c-search_suggestionTab,
.c-search_suggestionContainer.is-history .c-search_suggestionTab {
  right: 0;
  border-right: 0;
}

.c-search_suggestionContainerList.is-categoriesTab {
  margin: 0;
}

.c-search_suggestionContainerItem {
  display: flex;
}

.c-search_suggestionContainerItem>a:hover {
  color: rgba(0,0,0,.5);
}

.c-search_suggestionContainerImg {
  width: 40px;
  min-width: 40px;
  max-width: 15%;
}

.c-search_suggestionContainerImg img {
  margin: auto;
}

.c-search_suggestionContainerItem.is-selected .c-search_suggestionContainerInfo {
  background: #eee;
}

.c-search_suggestionContainerInfo {
  box-sizing: border-box;
  display: block;
  align-items: center;
  width: calc(100% - 75px);
  padding: 0 0 0 10px;
}

.c-search_suggestionContainerName {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.c-search_suggestionContainerName em {
  font-weight: 700;
}

.c-search_suggestionContainerPrice {
  text-align: left;
}

.c-search_empty {
  display: none;
}

.c-search_empty.is-emptyOpen {
  display: flex;
}

.c-search_historyClear {
  border: 0;
  background: 0 0;
  color: #ccc;
  font-size: 12px;
  line-height: 16px;
  text-align: left;
}

.is-closeIcon {
  display: none;
}

.is-fullscreenSearch.is-fullscreenOpen {
  z-index: 100;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  background: #fff;
}

.is-fullscreenSearch.is-fullscreenOpen .is-closeIcon {
  z-index: 1;
  position: absolute;
  top: 4px;
  left: 8px;
  padding: 8px;
  color: #e9500e;
  font-size: 24px;
  cursor: pointer;
}

.is-fullscreenSearch.is-fullscreenOpen .c-search {
  box-sizing: border-box;
  width: 100%;
  padding: 4px 16px 4px 48px;
  background: #f4f4f4;
}

.is-fullscreenSearch.is-fullscreenOpen .c-search_historyClear {
  padding: 0 16px;
}

.is-fullscreenSearch.is-fullscreenOpen .c-search_suggestion {
  display: flex;
  position: relative;
  top: 0;
  flex-direction: column-reverse;
  margin: 0;
  border: 0;
  box-shadow: none;
}

.is-fullscreenSearch.is-fullscreenOpen .c-search_suggestion.c-search_empty:not(.is-emptyOpen) {
  display: none;
}

.is-fullscreenSearch.is-fullscreenOpen .c-search_suggestionHeading,
.is-fullscreenSearch.is-fullscreenOpen .c-search_suggestionTab {
  position: relative;
  justify-content: flex-start;
  width: 100%;
  padding: 12px 16px;
  border: 0!important;
  font-size: 16px;
  font-weight: 600;
}

.is-fullscreenSearch.is-fullscreenOpen .c-search_suggestionContainer.is-products {
  padding: 0;
}

.is-fullscreenSearch.is-fullscreenOpen .c-search_suggestionContainerList {
  display: block;
  margin: 0!important;
  padding: 0 16px;
}

.is-fullscreenSearch.is-fullscreenOpen .c-search_suggestionContainerList .c-search_suggestionHeading {
  padding: 12px 0;
}

.c-header_searchToggle:checked~div .c-search {
  max-height: 50px;
}

.c-search {
  transition-property: all;
  transition-duration: .2s;
  transition-timing-function: linear;
  overflow: hidden;
}

.c-search_input {
  border: 0;
  padding: 5px 0;
}

.c-search_input input {
  border-bottom: 1px solid #bbb;
  font-size: 14px;
  height: 24px;
  margin: 0;
}

.c-search_input input:focus {
  border-color: #000;
}

.c-search_input input::placeholder {
  color: #bbb;
}

.c-search_submit {
  position: absolute;
  line-height: 24px;
}

.c-search_submit span::before {
  font-family: webfont;
  font-weight: 400;
  font-size: 24px;
}

.c-search_spinner {
  position: absolute;
}

.c-search_suggestion {
  border: 0;
  max-height: none;
  flex-direction: column;
  z-index: 200;
}

.c-search_suggestion::before {
  content: '';
  position: absolute;
  width: 16px;
  height: 16px;
  left: 150px;
  top: -4px;
  transform: rotate(45deg);
  background-color: #fff;
  box-shadow: 0 0 12px rgba(0,0,0,.2);
  z-index: -1;
}

.c-search_suggestionHeading,
.c-search_suggestionRadio:checked~.c-search_suggestionTab,
.c-search_suggestioncContainer .c-search_suggestionTab {
  position: relative;
  width: 100%;
  border: 0;
  padding: 24px 0 8px;
  border-bottom: 1px solid #eaeaea;
  color: #000;
  font-family: Gordita;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  text-align: left;
}

.c-search_suggestionShowMore {
  display: inline-block;
  margin: 10px 0;
  font-size: 12px;
  font-weight: 400;
  text-decoration: underline;
  font-family: Gordita;
}

.c-search_suggestionContainerList,
.c-search_suggestionRadio:checked~.c-search_suggestioncContainerList {
  padding: 0;
  margin-top: 0;
}

.c-search_suggestionContainer.is-products .c-search_suggestionContainerName {
  width: 95%;
  font-size: 12px;
  font-weight: 500;
  font-family: Gordita;
}

.c-search_suggestionContainer.is-products .c-search_suggestionContainerName>em {
  font-weight: 700;
}

.c-search_suggestionContainer.is-products .c-search_suggestionContainerPrice {
  padding: 4px 0;
  font-size: 12px;
  font-weight: 500;
  font-family: Gordita;
  width: 40%;
}

.c-search_suggestionContainer.is-products .c-search_suggestionContainerPrice .a-price_rest::before {
  content: '';
}

.c-search_suggestionContainer.is-products .c-search_suggestionContainerItem {
  margin: 0;
  padding: 8px 0;
  max-width: 100%;
  border-bottom: 1px solid #eaeaea;
  align-items: center;
}

.c-search_suggestionContainer.is-products .c-search_suggestionContainerInfo {
  flex: none;
  padding-left: 24px;
}

.c-search_suggestionContainer.is-products .c-search_suggestionContainerImg {
  min-width: 80px;
}

.c-search_suggestionContainer.is-categories .c-search_suggestionContainerItem {
  margin: 0;
  padding: 8px 0;
  max-width: 100%;
  border-bottom: 1px solid #eaeaea;
  font-family: Gordita;
  font-size: 12px;
  font-weight: 500;
  justify-content: space-between;
}

.c-search_suggestionContainer.is-categories .c-search_suggestionContainerItemCount {
  font-weight: 400;
}

.c-table:not(.is-blank):not(.is-address):not(.is-summary) {
  width: 100%;
}

.c-table:not(.is-blank):not(.is-address):not(.is-summary) thead {
  border-bottom: 1px solid #bbb;
  color: #bbb;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
}

.c-table:not(.is-blank):not(.is-address):not(.is-summary) thead th {
  padding: 4px 0;
  text-align: left;
}

.c-table:not(.is-blank):not(.is-address):not(.is-summary) tbody tr+tr {
  border-top: 0;
}

.c-table:not(.is-blank):not(.is-address):not(.is-summary) tbody tr:nth-child(odd) {
  background-color: rgba(0,0,0,0);
}

.c-table:not(.is-blank):not(.is-address):not(.is-summary) tbody tr:nth-child(even) {
  background-color: transparent;
}

.c-table:not(.is-blank):not(.is-address):not(.is-summary) tbody tr td {
  box-sizing: border-box;
  font-size: 14px;
  font-weight: 300;
  line-height: 24px;
}

.c-table:not(.is-blank):not(.is-address):not(.is-summary) tbody tr td:first-of-type {
  padding-left: 0;
}

.c-table:not(.is-blank):not(.is-address):not(.is-summary) tbody tr td:last-of-type {
  padding-right: 0;
}

.c-table:not(.is-blank):not(.is-address):not(.is-summary) td,
.c-table:not(.is-blank):not(.is-address):not(.is-summary) th {
  vertical-align: middle;
}

.c-table.is-equal {
  table-layout: fixed;
}

.c-table.is-address tr td {
  word-break: break-all;
}

.c-table.is-address tr td:first-of-type::after {
  content: ':';
}

.c-table.is-summary {
  width: 100%;
  margin-bottom: 15px;
}

.c-table.is-summary tr {
  display: flex;
  justify-content: space-between;
  padding: 4px 0;
}

.c-table.is-summary tr td {
  display: flex;
  align-items: center;
}

.c-table.is-summary tr td:last-child {
  text-align: right;
}

.c-table.is-specification {
  border-collapse: separate;
}

.c-table.is-specification tbody tr {
  flex-wrap: wrap;
  border-top: 0!important;
}

.c-table.is-specification tbody tr td {
  box-sizing: border-box;
  padding: 8px 20px!important;
  vertical-align: top!important;
}

.c-table.is-specification tbody tr td span.is-positive {
  color: #00b21c;
}

.c-table.is-specification tbody tr td span.is-negative {
  color: #ce0422;
}

.c-table.is-specification tbody tr td a {
  color: #287fd9;
}

.c-table.is-specification {
  table-layout: auto;
  border: 0;
}

.c-table.is-specification tbody tr td {
  border: 0;
  font-size: 14px!important;
}

.c-table.is-specification tbody tr td:first-child {
  font-weight: 500;
}

.c-toolbar {
  border-bottom: 0;
}

.c-toolbar_item.is-button .c-btn.is-link {
  color: #000;
}

.c-toolbar_item.is-paginationLinks {
  margin-left: auto;
}

.c-toolbar_item.is-paginationLinks .is-item,
.c-toolbar_item.is-paginationLinks .is-next,
.c-toolbar_item.is-paginationLinks .is-prev {
  margin: 0 3px;
  display: inline-block;
}

.c-toolbar_item.is-paginationLinks .is-item.is-active,
.c-toolbar_item.is-paginationLinks .is-item:hover,
.c-toolbar_item.is-paginationLinks .is-next.is-active,
.c-toolbar_item.is-paginationLinks .is-next:hover,
.c-toolbar_item.is-paginationLinks .is-prev.is-active,
.c-toolbar_item.is-paginationLinks .is-prev:hover {
  color: #e9500e;
}

.c-toolbar_item.is-paginationLinks .is-prev {
  transform: rotate(-180deg);
}

.c-toolbar_item.is-paginationLinks .a-form_field .a-form_input {
  padding: 0 10px;
  border-width: 1px;
}

.c-zone:not(.a-carousel) {
  display: flex;
  flex-wrap: wrap;
}

.c-zone.is-banners {
  justify-content: space-between;
  flex-direction: row;
}

.c-zone {
  justify-content: space-between;
}

.c-zone_col.is-grid-col-2 {
  width: 49%;
}

.c-zone_item {
  position: relative;
}

.c-zone_overlay.is-light .a-typo {
  color: #000;
}

.c-zone_overlay.is-light .a-typo.is-badge {
  color: #fff;
}

.c-zone_overlay.is-light .c-btn.is-cta.is-secondary {
  color: #000!important;
  border-color: rgba(0,0,0,.4);
}

.c-zone_overlay.is-light .c-btn.is-cta.is-secondary:hover {
  color: #e9500e!important;
  border-color: #e9500e!important;
}

.c-zone_overlay .is-badge {
  border-radius: 12px;
  background: #e9500e;
  font-size: 10px;
  line-height: 16px;
  font-weight: 400;
  display: inline;
  padding: 4px 10px;
  text-transform: uppercase;
  color: #fff;
}

.c-zone_overlay .is-desc,
.c-zone_overlay .is-headline {
  font-weight: 600;
}

.c-zone_overlay .is-disclaimer {
  font-size: 12px;
  line-height: 16px;
  font-weight: 500;
}

.c-zone_overlay .is-cta {
  width: auto;
  margin: 16px auto 0;
}

.c-zone.is-gridZone .c-zone_col.is-grid-col-2 {
  margin-bottom: 16px;
}

.c-zone.is-gridZone .c-zone_overlay {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  padding: 8% 5%;
  display: flex;
}

.c-zone.is-gridZone .c-zone_overlay.is-dark {
  background: rgba(0,0,0,.2);
}

.c-zone.is-gridZone .c-zone_overlay.is-dark .a-typo,
.c-zone.is-gridZone .c-zone_overlay.is-typoLight .a-typo {
  color: #fff;
}

.c-zone.is-gridZone .c-zone_overlay.is-dark .c-btn.is-cta.is-secondary,
.c-zone.is-gridZone .c-zone_overlay.is-typoLight .c-btn.is-cta.is-secondary {
  color: #fff!important;
}

.c-zone.is-gridZone .c-zone_overlay.is-dark .c-btn.is-cta.is-secondary:hover,
.c-zone.is-gridZone .c-zone_overlay.is-typoLight .c-btn.is-cta.is-secondary:hover {
  color: #e9500e!important;
}

.c-zone.is-gridZone .c-zone_overlay.is-center {
  justify-content: center;
  text-align: center;
}

.c-zone.is-gridZone .c-zone_overlay.is-center .c-zone_overlayContent {
  position: static;
  align-self: center;
  text-align: center;
}

.c-zone.is-gridZone .c-zone_overlay .c-zone_overlayContent {
  padding: 0;
}

.c-zone.is-club .c-zone_overlay {
  display: flex;
}

.c-zone.is-club .c-zone_overlay.is-center {
  justify-content: center;
  text-align: center;
}

.c-zone.is-club .c-zone_overlay.is-center .c-zone_overlayContent {
  position: static;
  align-self: center;
  text-align: center;
}

.c-zone.is-club .c-zone_overlay.is-dark {
  background: 0 0;
}

.c-zone.is-club .c-zone_overlay.is-dark .c-btn.is-cta.is-secondary {
  color: #fff!important;
}

.c-zone.is-club .c-zone_overlay .c-zone_overlayContent {
  padding: 0;
}

.c-layout.v-content_newsList .c-layout_row.is-main.is-container {
  padding: 0;
  margin: 0;
  max-width: none;
}

.c-layout.v-content_cms .c-layout_col.is-sidebar {
  display: none;
}

.c-layout.is-connectedMenu .c-layout_col.is-sidebar {
  display: block;
}

.c-layout.is-connectedMenu .c-layout_col.is-sidebar .a-target#cmsMenu:target .c-menu.is-cms {
  padding-top: 0;
}

.c-layout.is-connectedMenu .c-layout_col.is-sidebar .a-target_close {
  font-size: 26px;
}

.c-layout.is-connectedMenu .c-layout_col.is-content .c-headline {
  padding: 0;
}

.c-layout.is-connectedMenu .c-layout_col.is-content .a-typo.is-widget,
.c-layout.is-connectedMenu .c-layout_col.is-content .c-headline {
  max-width: none;
}

.v-content_cms .is-contactForm {
  margin-top: 20px;
}

.v-content_cms .is-contactForm .a-form_select {
  margin-bottom: 20px;
}

.v-content_cms.is-contact .is-main.is-container {
  padding-right: 20px;
  padding-left: 20px;
}

.v-content_cms.is-contact .c-headline {
  margin-bottom: 20px;
  max-width: none;
  padding: 0;
}

.v-content_cms.is-contact .c-headline .a-typo {
  margin: 0;
}

.v-content_cms.is-contact .c-content ul {
  list-style: none;
  color: #333;
}

.v-content_cms.is-contact .c-content ul a {
  text-decoration: underline;
}

.v-content_cms.is-contact .c-content .c-group_row.is-form {
  max-width: 520px;
}

.v-content_cms.is-contact .c-content .c-btn.is-link {
  text-decoration: underline;
  color: #333;
  width: auto;
  font-weight: 500;
}

.v-content_cms.is-contact .c-content .a-typo.is-list {
  font-size: 14px;
  font-weight: 700;
}

.v-content_cms.is-contact .c-content .a-typo.is-list li {
  margin-bottom: 8px;
}

.v-content_cms.is-contact .c-content .a-typo.is-list i {
  font-size: 24px;
  margin-right: 5px;
}

.v-content_cms.is-contact .c-content .a-typo.is-secondary {
  margin-bottom: 30px;
}

.v-content_cms.is-contact .c-content .c-table tbody tr:nth-child(2) td:last-child {
  vertical-align: top;
}

.v-content_cms.is-contact .c-content .c-table tbody tr:nth-child(2) td:last-child .c-headline {
  display: none;
}

.v-content_cms.is-contact .is-contactForm {
  margin-top: 0;
  padding: 40px 35px;
  background: #fafafa;
}

.v-content_cms.is-contact .is-contactForm .a-form_row:last-of-type {
  text-align: right;
}

.v-content_cms.is-contact .is-contactForm .a-form_additional {
  font-size: 12px;
}

.v-content_cms.is-contact .is-contactForm textarea {
  background: 0 0;
}

.v-content_cms.is-contact .is-contactForm .a-form_select .a-form_selectLabel {
  display: block;
  top: 0;
  left: 0;
  z-index: 10;
  padding: 0;
  font-size: 10px;
}

.v-content_cms.is-contact .is-contactForm .a-form_select .a-form_selectLabel+select {
  margin-left: 0;
  width: 100%;
  background: 0 0;
}

.v-content_cms.is-contact .a-typo.is-text a {
  color: #333;
}

.v-content_error .is-error .a-typo {
  color: #fff;
}

.v-content_error .is-error .a-typo.is-primary {
  margin-bottom: 13px;
}

.v-content_error .is-error .a-typo_primary {
  font-weight: 700;
}

.v-content_error .is-error .c-logo {
  width: 80px;
  margin: 20% 10% 17px;
}

.v-content_error .is-error .c-zone_item {
  box-sizing: border-box;
  background-size: cover;
  width: 100vw;
  height: 100vh;
  padding: 10px;
}

.v-content_error .is-error .c-headline {
  margin-left: 10%;
}

.v-content_error .is-404 .c-zone_col {
  max-width: 100%;
}

.v-content_error .is-404 .c-zone_item {
  max-width: 100%;
  max-height: 530px;
  background-position: center;
}

.v-content_error .is-404 .c-zone_item .c-headline {
  margin-top: 157px;
  margin-bottom: 40px;
}

.v-content_error .is-404 .c-zone_item .c-btn,
.v-content_error .is-404 .c-zone_item .c-headline {
  margin-left: 40px;
}

.v-content_error .is-404 .c-zone_item .c-btn {
  width: auto;
}

.a-carousel {
  padding: 0;
  position: relative;
}

.a-carousel .is-carouselContainer img {
  max-width: 100%;
}

.a-carousel_next,
.a-carousel_pagination,
.a-carousel_prev {
  -webkit-tap-highlight-color: transparent;
  cursor: pointer;
}

.a-carousel_pagination {
  display: flex;
  position: absolute;
  bottom: 0;
  justify-content: center;
  width: 100%;
}

.a-carousel_paginationThumbs {
  height: 100%;
  transition: transform 150ms;
}

.a-carousel_paginationWrapper {
  height: 100%;
  overflow: hidden;
}

.a-carousel_dot {
  border: 1px solid #ccc;
  background: #fff;
  font-size: 0;
  text-indent: -2000px;
}

.a-carousel_dot.is-active {
  border: 1px solid #ccc;
  background: #ccc;
}

.a-carousel_tab {
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin: 0 3px;
  border-radius: 50%;
  text-align: center;
}

.a-carousel_tab.is-active {
  position: relative;
  color: #333;
  font-weight: 600;
}

.a-carousel_thumb {
  width: 100px;
  margin: 0 3px;
  border: 1px solid transparent;
}

.a-carousel_thumb.is-active {
  border: 1px solid #545454;
}

.a-carousel_next,
.a-carousel_prev {
  display: flex;
  position: absolute;
  top: 0;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 100%;
  background: 0 0;
  color: #fff;
  font-size: 20px;
  opacity: 1;
  transition: opacity .5s ease-in-out;
}

.a-carousel_next.is-disabled,
.a-carousel_prev.is-disabled {
  opacity: 0;
  pointer-events: none;
  transition: opacity .5s ease-in-out;
}

.a-carousel_prev {
  left: 0;
}

.a-carousel_next {
  right: 0;
}

.a-carousel .a-carousel_next,
.a-carousel .a-carousel_prev,
.a-carousel:not(.is-mainCarousel) .a-carousel_pagination {
  display: none;
}

.a-carousel .a-carousel_next span,
.a-carousel .a-carousel_prev span {
  color: #545454;
  font-size: 22px;
}

.a-carousel .a-carousel_next span::after,
.a-carousel .a-carousel_prev span::after {
  font-family: webfont;
  font-weight: 400;
}

.a-carousel .a-carousel_next span::before,
.a-carousel .a-carousel_prev span::before {
  display: none;
}

.a-carousel .a-carousel_prev span {
  transform: rotate(-180deg);
}

.a-carousel.is-mainCarousel {
  padding-bottom: 18px;
}

.a-carousel.is-mainCarousel img {
  width: 100%;
}

.a-carousel.is-mainCarousel .a-carousel_pagination {
  cursor: default;
}

.a-carousel.is-mainCarousel .a-carousel_dot {
  cursor: pointer;
}

.c-layout_row .c-layout_col .is-slider .a-carousel {
  margin: 0 auto;
  max-width: 1320px;
}

.c-layout_row .c-group_col.is-slider .a-carousel {
  padding: 0;
  position: static;
  overflow: auto;
}

.m-menu.is-brands .a-carousel {
  position: static;
}

.a-label {
  display: inline-block;
  padding: 6px 12px;
  text-align: center;
  margin-bottom: 10px;
  font: 500 10px/10px Gordita;
  text-transform: uppercase;
  color: #333;
  border: 1px solid #333;
  border-radius: 12px;
  box-sizing: border-box;
}

.a-label.is-new {
  background: #fff;
  border-color: #e53627;
  color: #e53627;
}

.a-label.is-bestseller {
  background: 0 0;
  border-color: #e9500e;
  color: #e9500e;
}

.a-label.is-promotion,
.a-label.is-sale {
  background: 0 0;
  border-color: #e90000;
  color: #e90000;
}

.a-label~.a-label {
  margin-top: 0;
  margin-left: 10px;
}

.a-price {
  line-height: 1;
  font-family: Gordita;
}

.a-price_new {
  display: inline-flex;
  color: #333;
}

.a-price_new.is-big {
  font-size: 24px;
  font-weight: 500;
}

.a-price_new.is-medium {
  font-size: 12px;
  font-weight: 500;
}

.a-price_new.is-small {
  font-size: 12px;
  font-weight: 700;
}

.a-price_new.is-small .a-price_unit {
  padding-left: 5px;
}

.a-price_new.is-tiny {
  font-size: 15px;
}

.a-price_new .a-price_meta,
.a-price_new .a-price_rest {
  display: inline-flex;
}

.a-price_old {
  display: inline-flex;
  color: #333;
  text-decoration: line-through;
  font-size: 12px;
}

.a-price_old.is-big {
  font-size: 45px;
}

.a-price_old.is-medium {
  font-size: 35px;
}

.a-price_old.is-small {
  font-size: 15px;
}

.a-price_old.is-tiny {
  font-size: 20px;
}

.a-price_old .a-price_meta {
  display: inline-flex;
}

.a-price_unit {
  display: inline-block;
  padding-left: 5px;
}

.a-price_meta::before {
  content: ',';
}

[data-hide-currency-rest] .a-price_meta::before {
  content: none;
}

.a-spinner {
  color: #e9500e;
}

.a-target,
.a-target_header {
  display: none;
}

.a-target#sort:target {
  display: block;
}

.a-target#sort:target .a-target_header .a-typo {
  margin: 0;
}

.a-target#filters:target {
  display: block;
}

.a-target#filters:target .a-target_header .a-typo {
  margin: 0;
}

.a-target#accountMenu:target {
  display: block;
}

.a-target#accountMenu:target .a-target_header .a-typo {
  margin: 0;
}

.a-target#cmsMenu:target {
  display: block;
}

.a-target#cmsMenu:target .a-target_header .a-typo {
  margin: 0;
}

.a-target#zeroMenu:target {
  display: block;
}

.a-target#zeroMenu:target .a-target_header .a-typo {
  margin: 0;
}

.a-target#description:target {
  display: block;
}

.a-target#description:target .a-target_header .a-typo {
  margin: 0;
}

.a-target#accessoriesAsRelated:target {
  display: block;
}

.a-target#accessoriesAsRelated:target .a-target_header .a-typo {
  margin: 0;
}

.a-target#recipes:target {
  display: block;
}

.a-target#recipes:target .a-target_header .a-typo {
  margin: 0;
}

.a-target#posMapPoints:target {
  display: block;
}

.a-target#posMapPoints:target .a-target_header .a-typo {
  margin: 0;
}

.a-target#sets:target {
  display: block;
}

.a-target#sets:target .a-target_header .a-typo {
  margin: 0;
}

.a-target#chooseSize:target {
  display: block;
}

.a-target#chooseSize:target .a-target_header .a-typo {
  margin: 0;
}

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

.v-content_cms .a-image,
.v-content_newsShow .a-image {
  margin-bottom: 40px;
}

.v-content_cms .a-image img,
.v-content_newsShow .a-image img {
  display: inline-block;
}

.a-typo {
  color: #000;
}

.a-typo.is-primary,
.is-promotions .c-card.is-type1 .c-card_title {
  margin: 0;
}

.a-typo.is-secondary {
  margin: 0;
  font: 700 22px/32px Gordita;
}

.a-typo.is-tertiary {
  margin: 0;
}

.a-typo.is-text {
  font: 14px/24px Gordita;
}

.a-typo.is-text a {
  color: #00f;
}

.v-content_newsList .c-headline .a-typo.is-primary {
  font-size: 30px;
  line-height: 40px;
  text-align: center;
}

.v-content_newsList .is-featured .a-typo.is-tertiary,
.v-content_newsList .is-type1 .a-typo.is-tertiary,
.v-content_newsList .is-type2 .a-typo.is-tertiary {
  font-size: 14px;
  font-weight: 700;
  line-height: 24px;
}

.v-content_faq .c-content .a-typo.is-widget {
  max-width: 630px;
  margin: 0 auto;
}

.v-content_faq .c-content .a-typo.is-text {
  font-size: 14px;
  line-height: 24px;
}

.v-content_cms .c-headline .a-typo,
.v-content_newsShow .c-headline .a-typo {
  margin: 30px 0 50px;
}

.v-content_cms .c-headline .a-typo.is-primary,
.v-content_newsShow .c-headline .a-typo.is-primary {
  font-size: 30px;
  line-height: 40px;
}

.v-content_cms .c-content .a-typo.is-widget,
.v-content_newsShow .c-content .a-typo.is-widget {
  max-width: 630px;
  margin: 0 auto 40px;
}

.v-content_cms .c-content .a-typo.is-text,
.v-content_newsShow .c-content .a-typo.is-text {
  font-size: 14px;
  line-height: 24px;
}

.a-form_captcha {
  min-width: 130px;
}

.a-form_captcha img {
  max-height: 40px;
}

.a-form_row.is-row_captcha {
  display: flex;
}

.a-form_row.is-row_captcha .a-form_additional {
  flex-basis: 100%;
}

.a-form_row.is-row_captcha .a-form_field {
  margin-right: 10px;
}

.a-form_checkbox {
  position: relative;
  display: block;
  min-height: 18px;
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
  cursor: pointer;
}

.a-form_checkbox.is-consentContent {
  cursor: default;
  pointer-events: none;
  padding-left: 0;
}

.a-form_checkbox.is-consentContent a {
  pointer-events: auto;
}

.a-form_checkbox a {
  color: #287fd9;
  text-decoration: none;
  vertical-align: baseline;
}

.a-form_checkbox a:hover {
  color: #287fd9;
  text-decoration: underline;
}

.a-form_checkbox em {
  display: block;
  padding: 5px 10px;
  margin-top: 10px;
  color: #e9500e;
}

.a-form_checkbox .is-customCheckbox::before,
.a-form_checkbox label::before {
  content: '';
  position: absolute;
  top: 2px;
  left: 0;
  line-height: 14px;
  color: #fff;
  text-align: center;
  border-radius: 2px;
  border: 2px solid #bbb;
  box-sizing: border-box;
}

.a-form_checkbox .is-customCheckbox::after,
.a-form_checkbox label::after {
  position: absolute;
  top: 3px;
  left: 3px;
  font-size: 10px;
  font-weight: 400;
  line-height: 14px;
  color: #fff;
}

.a-form_checkbox .is-customCheckbox:hover::before,
.a-form_checkbox label:hover::before {
  border-color: #e9500e;
  border-width: 2px;
}

.a-form_checkbox input {
  position: absolute;
  visibility: hidden;
}

.a-form_checkbox input[disabled]~* {
  pointer-events: none;
  opacity: .5;
}

.a-form_checkbox input:checked,
.a-form_checkbox input:checked~.is-customCheckbox,
.a-form_checkbox input:checked~label {
  color: #fff;
}

.a-form_checkbox input:checked::before,
.a-form_checkbox input:checked~.is-customCheckbox::before,
.a-form_checkbox input:checked~label::before {
  background: #e9500e;
  border-color: #e9500e;
}

.a-form_checkbox input:checked::after,
.a-form_checkbox input:checked~.is-customCheckbox::after,
.a-form_checkbox input:checked~label::after {
  left: 1px;
  font-weight: 400;
  font-size: 12px;
  color: #fff;
  font-family: webfont;
}

.a-form_checkbox input:checked:hover::before,
.a-form_checkbox input:checked~.is-customCheckbox:hover::before,
.a-form_checkbox input:checked~label:hover::before {
  border-color: #e9500e;
}

.a-form_checkbox~.a-form_checkbox {
  margin-top: 15px;
}

.a-form_checkbox .is-more,
.a-form_checkbox.is-open .is-less,
.a-form_label .is-more,
.a-form_label.is-open .is-less {
  display: none;
}

.a-form_checkbox.is-open .is-more,
.a-form_label.is-open .is-more {
  display: inline-block;
}

.a-form .a-form_checkbox {
  padding-left: 0;
}

.a-form .a-form_checkbox.is-customCheckbox_label {
  padding-left: 25px;
}

.a-form_field {
  position: relative;
  font-family: Gordita;
}

.a-form_field .a-form_input {
  box-sizing: border-box;
  width: 100%;
  height: 40px;
  padding: 10px 0 0;
  border: 1px solid #bbb;
  border-width: 0 0 1px;
  border-radius: 0;
  font: 400 14px/40px Gordita;
  transition: .3s;
}

.a-form_field .a-form_input[type=number] {
  -moz-appearance: textfield;
}

.a-form_field .a-form_input::-webkit-inner-spin-button,
.a-form_field .a-form_input::-webkit-outer-spin-button {
  -webkit-appearance: none;
}

.a-form_field .a-form_input:focus {
  border: 1px solid #333;
  border-width: 0 0 1px;
}

.a-form_field .a-form_input.is-disabled {
  box-shadow: inset 0 0 0 1000px #333;
}

.a-form_field .a-form_input.is-file {
  padding: 0;
  border: 0;
  box-shadow: none;
}

.a-form_field .a-form_input.is-file:focus {
  border: 0;
}

.a-form_field .a-form_input.is-file:hover {
  text-shadow: none;
}

.a-form_field .a-form_input.is-file~.a-form_placeholder {
  display: none;
}

.a-form_field .a-form_input:hover:not(:focus) {
  border: 1px solid #bbb;
  border-width: 0 0 1px;
}

.a-form_field .a-form_input:hover~.a-form_placeholder {
  color: inherit;
}

.a-form_field .a-form_input[readonly] {
  background-color: #eaeaea;
  border: 0;
  border-width: 0;
  padding: 16px 0 2px 10px;
}

.a-form_field .a-form_input[readonly]:hover {
  border: 0;
}

.a-form_field .is-fileContainer .is-close {
  margin: 0 5px;
  color: red;
}

.a-form_field .is-fileContainer .is-close:hover {
  cursor: pointer;
  opacity: .9;
}

.a-form_field .is-customInputFileLabel .c-btn.is-link {
  color: #0a0a0a;
  line-height: 25px;
}

.a-form_field textarea.a-form_input {
  height: 100px;
  font-family: Gordita,sans-serif;
  line-height: 18px;
  resize: vertical;
}

.a-form_field textarea.a-form_input:focus {
  outline: 0;
}

.a-form_field input[disabled],
.a-form_field select[disabled],
.a-form_field textarea[disabled] {
  background-color: #eee;
  color: #555;
  border: inherit;
  border-width: inherit;
  padding: 10px 0 0;
}

.a-form_field input[disabled]:hover,
.a-form_field select[disabled]:hover,
.a-form_field textarea[disabled]:hover {
  border: inherit;
}

.a-form_row.is-passwordWithToggle .a-form_input {
  padding-right: 115px;
}

.is-fieldHidden {
  display: none!important;
}

.a-form_field .is-file {
  border: 0;
  width: auto;
}

.a-form_field .is-file:focus {
  border: 0;
}

.a-form_field .a-form_input:read-only {
  height: 44px;
}

input[type=checkbox],
input[type=email],
input[type=password],
input[type=radio],
input[type=tel],
input[type=text] {
  background-color: transparent;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  appearance: none;
  margin: 0;
}

input[type=email],
input[type=text] {
  border-radius: 0;
}

input[type=email]::-ms-clear,
input[type=text]::-ms-clear {
  display: none;
}

input::-ms-clear,
input::-ms-reveal {
  display: none;
  margin: 0;
}

input:focus {
  outline: 0;
}

select {
  max-width: 100%;
}

.a-form_placeholder {
  z-index: 10;
  position: absolute;
  top: 15px;
  left: 20px;
  color: #bbb;
  font-size: 10px;
  font-weight: 400;
  pointer-events: none;
  transition: .2s;
}

.a-form_placeholder label {
  font-size: 10px;
  text-transform: none;
}

.a-form_field .a-form_input:focus+.a-form_placeholder {
  z-index: 10;
  top: -10px;
  left: 0;
  padding: 0;
  color: #333;
  font-size: 10px;
}

.a-form_field .a-form_input:focus+.a-form_placeholder label {
  font-size: 10px;
  text-transform: none;
}

.a-form_field .a-form_input:-webkit-autofill+.a-form_placeholder {
  z-index: 10;
  top: -10px;
  left: 0;
  padding: 0;
  color: #333;
  font-size: 10px;
}

.a-form_field .a-form_input:-webkit-autofill+.a-form_placeholder label {
  font-size: 10px;
  text-transform: none;
}

.a-form_field .a-form_input:required:valid+.a-form_placeholder {
  z-index: 10;
  top: -10px;
  left: 0;
  padding: 0;
  color: #333;
  font-size: 10px;
}

.a-form_field .a-form_input:required:valid+.a-form_placeholder label {
  font-size: 10px;
  text-transform: none;
}

.a-form_field .a-form_input:not(:required):invalid+.a-form_placeholder {
  z-index: 10;
  top: -10px;
  left: 0;
  padding: 0;
  color: #333;
  font-size: 10px;
}

.a-form_field .a-form_input:not(:required):invalid+.a-form_placeholder label {
  font-size: 10px;
  text-transform: none;
}

.a-form_field .a-form_input.is-notEmpty+.a-form_placeholder {
  z-index: 10;
  top: -10px;
  left: 0;
  padding: 0;
  color: #333;
  font-size: 10px;
}

.a-form_field .a-form_input.is-notEmpty+.a-form_placeholder label {
  font-size: 10px;
  text-transform: none;
}

.a-form_field .a-form_input:read-only+.a-form_placeholder {
  z-index: 10;
  padding: 0;
  color: #333;
  font-size: 10px;
}

.a-form_field .a-form_input:read-only+.a-form_placeholder label {
  font-size: 10px;
  text-transform: none;
}

.a-form_field .a-form_input[value][disabled]+.a-form_placeholder {
  z-index: 10;
  top: -10px;
  padding: 0;
  color: #333;
  font-size: 10px;
}

.a-form_field .a-form_input[value][disabled]+.a-form_placeholder label {
  font-size: 10px;
  text-transform: none;
}

.a-form_field .a-form_input:disabled+.a-form_placeholder {
  z-index: 10;
  top: -10px;
  padding: 0;
  color: #333;
  font-size: 10px;
}

.a-form_field .a-form_input:disabled+.a-form_placeholder label {
  font-size: 10px;
  text-transform: none;
}

.a-form_field .a-form_input:focus+.a-form_placeholder {
  background: rgba(0,0,0,0);
}

.a-form_field .a-form_input:-webkit-autofill+.a-form_placeholder {
  background: rgba(0,0,0,0);
}

.a-form_field .a-form_input.is-notEmpty+.a-form_placeholder,
.a-form_field .a-form_input:not(:required):invalid+.a-form_placeholder,
.a-form_field .a-form_input:required:valid+.a-form_placeholder {
  background: rgba(0,0,0,0);
}

.a-form_field .a-form_input:read-only+.a-form_placeholder {
  background: 0 0;
}

.a-form_field .a-form_input:disabled+.a-form_placeholder,
.a-form_field .a-form_input[value][disabled]+.a-form_placeholder {
  background: #eee;
  left: inherit;
}

.a-form_field .a-form_placeholder {
  top: -10px;
  left: 0;
  z-index: 10;
  padding: 0;
  font-size: 10px;
  color: #bbb;
  background: 0 0;
}

.a-form_field .a-form_placeholder label {
  font-size: 10px;
  text-transform: none;
}

.a-form_field .a-form_input:read-only+.a-form_placeholder {
  left: 10px;
  top: 2px;
}

.a-form_radio input:checked~.is-customRadio,
.a-form_radio input:checked~label {
  color: #000;
}

.a-form_radio input:checked~.is-customRadio::before,
.a-form_radio input:checked~label::before {
  border-color: #e9500e;
}

.a-form_radio input:checked~.is-customRadio::after,
.a-form_radio input:checked~label::after {
  transform: scale3d(1,1,1);
}

.a-form_radio input:checked~.is-customRadio:hover::before,
.a-form_radio input:checked~label:hover::before {
  border-color: #e9500e;
}

.a-form_radio {
  position: relative;
  display: block;
  min-height: 18px;
  padding-left: 35px;
  font-size: 12px;
  font-weight: 400;
  line-height: 18px;
  cursor: pointer;
}

.a-form_radio .is-customRadio::before,
.a-form_radio label::before {
  content: '';
  position: absolute;
  top: 2px;
  left: 0;
  width: 14px;
  height: 14px;
  box-sizing: border-box;
  line-height: 14px;
  color: #fff;
  text-align: center;
  background-color: transparent;
  border-radius: 50%;
  border: 2px solid #e9500e;
  transition: .3s;
}

.a-form_radio .is-customRadio::after,
.a-form_radio label::after {
  content: '';
  position: absolute;
  top: 5px;
  left: 3px;
  width: 8px;
  height: 8px;
  background: #e9500e;
  border-radius: 50%;
  transform: scale3d(0,0,0);
  transition: transform .28s cubic-bezier(0.4,0,.2,1);
}

.a-form_radio .is-customRadio:hover::before,
.a-form_radio label:hover::before {
  border-color: #e9500e;
}

.a-form_radio input {
  position: absolute;
  visibility: hidden;
}

.a-form_radio input[disabled]~* {
  opacity: .5;
  pointer-events: none;
}

.a-form_radio p {
  display: inline-block;
}

.a-form_radio~.a-form_radio {
  margin-top: 15px;
}

.a-form_row {
  position: relative;
  color: #444;
  font: 16px/20px Arial;
  text-align: left;
}

.a-form_row::after {
  clear: both;
}

.a-form_row::after,
.a-form_row::before {
  display: table;
  height: 0;
  content: '';
}

.a-form_row.is-active .a-form_placeholder,
.a-form_row.is-select .a-form_placeholder {
  z-index: 10;
  top: -10px;
  left: 10px;
  padding: 0 3px;
  background: #fff;
  color: #333;
  font-size: 12px;
}

.a-form_row.is-active .a-form_placeholder .a-form_label,
.a-form_row.is-active .a-form_placeholder label,
.a-form_row.is-select .a-form_placeholder .a-form_label,
.a-form_row.is-select .a-form_placeholder label {
  font-size: 12px;
}

.a-form_row.is-disabled.is-active .a-form_input {
  color: #999;
}

.a-form_row.is-disabled.is-active .a-form_placeholder {
  top: -20px;
  left: -3px;
  color: #ccc;
}

.a-form_row select {
  box-sizing: border-box;
  width: 100%;
  padding: 8px 20px;
  border: 1px solid #ccc;
}

.a-form_row~.a-form_row {
  margin-top: 20px;
}

.a-form_row~.a-form_row.is-disabled {
  margin-top: 33px;
}

.a-form_row.is-phoneWithPrefix {
  display: flex;
  margin-top: 0;
}

.a-form_row.is-phonePrefix {
  flex: none;
  width: 80px;
  margin-top: 20px;
  margin-right: 20px;
}

.a-form_row.is-phonePrefix .a-form_select {
  margin-top: -20px;
}

.a-form_row.is-phonePrefix .a-form_selectLabel {
  font-size: 10px;
}

.a-form_row.is-phonePrefix .choices__inner {
  position: relative;
  top: -1px;
  padding-bottom: 0;
}

.a-form_row.is-phonePrefix+.a-form_row {
  width: 100%;
  margin-top: 20px!important;
}

.a-form_field textarea.a-form_input {
  padding: 15px 0;
}

.a-form_toggle {
  padding-left: 50px;
  line-height: 20px;
}

.a-form_toggle label {
  font: 300 16px/20px Gordita;
  color: #444;
  text-transform: none;
}

.a-form_toggle label:hover {
  color: #444;
}

.a-form_toggle input {
  display: none;
}

.a-form_toggle input[disabled]+label {
  pointer-events: none;
  opacity: .5;
}

.a-form_row.is-passwordWithToggle .a-form_toggle {
  position: absolute;
  top: 14px;
  right: 15px;
  padding-left: 0;
}

.a-form_row.is-passwordWithToggle .a-form_toggle label::after {
  content: attr(data-show);
}

.a-form_row.is-passwordWithToggle .a-form_toggle input:checked+label::after {
  content: attr(data-hide);
}

.a-form_row:not(.is-passwordWithToggle) .a-form_toggle label::after,
.a-form_row:not(.is-passwordWithToggle) .a-form_toggle label::before {
  position: absolute;
  content: '';
  box-sizing: border-box;
  transition: .3s;
}

.a-form_row:not(.is-passwordWithToggle) .a-form_toggle label::before {
  left: 0;
  width: 34px;
  height: 20px;
  border-radius: 10px;
  border: 2px solid #999;
  background-color: transparent;
}

.a-form_row:not(.is-passwordWithToggle) .a-form_toggle label::after {
  transform: translate(0,-50%);
  top: 50%;
  left: 5px;
  width: 12px;
  height: 12px;
  background: #999;
  border-radius: 50%;
}

.a-form_row:not(.is-passwordWithToggle) .a-form_toggle input:checked+label::before {
  background: #e9500e;
  border-color: #e9500e;
}

.a-form_row:not(.is-passwordWithToggle) .a-form_toggle input:checked+label::after {
  left: 18px;
  background: #fff;
}

.a-form_hasErrors .a-form_input {
  color: #e53627;
  background-color: transparent;
  border-color: transparent transparent #e53627!important;
  border-style: solid;
  border-width: 1px!important;
}

.a-form_hasErrors .a-form_input:focus {
  border-color: transparent transparent #e53627!important;
  border-width: 1px!important;
}

.a-form_validationError {
  padding: 0;
  margin: 6px 0 0;
  font-size: 12px;
  color: #e53627;
  text-transform: unset;
  background-color: none;
}

.a-form_validationError ul li {
  color: #e53627;
  list-style: none;
}

body {
  font-family: Gordita,Arial,sans-serif;
  font-size: 14px;
  line-height: 24px;
  color: #333;
  background: #fff;
}

body input {
  font-family: Gordita;
  box-shadow: none;
  background-clip: padding-box;
}

a {
  color: #333;
  text-decoration: none;
}

a:hover {
  color: inherit;
  text-decoration: none;
}

.text_editor a {
  color: #e9500e;
}

.c-footer_row,
.c-group.is-brands,
.c-group_row.is-seo,
.is-container {
  max-width: 1300px;
  padding-right: 10px;
  padding-left: 10px;
  margin: 0 auto;
}

.c-menu.is-mainShopMenu .c-menu_link.is-limit-10~.c-menu>.c-menu_list>.c-menu_item:nth-child(n+11),
.c-menu.is-mainShopMenu .c-menu_link.is-limit-11~.c-menu>.c-menu_list>.c-menu_item:nth-child(n+12),
.c-menu.is-mainShopMenu .c-menu_link.is-limit-12~.c-menu>.c-menu_list>.c-menu_item:nth-child(n+13),
.c-menu.is-mainShopMenu .c-menu_link.is-limit-13~.c-menu>.c-menu_list>.c-menu_item:nth-child(n+14),
.c-menu.is-mainShopMenu .c-menu_link.is-limit-14~.c-menu>.c-menu_list>.c-menu_item:nth-child(n+15),
.c-menu.is-mainShopMenu .c-menu_link.is-limit-15~.c-menu>.c-menu_list>.c-menu_item:nth-child(n+16),
.c-menu.is-mainShopMenu .c-menu_link.is-limit-16~.c-menu>.c-menu_list>.c-menu_item:nth-child(n+17),
.c-menu.is-mainShopMenu .c-menu_link.is-limit-17~.c-menu>.c-menu_list>.c-menu_item:nth-child(n+18),
.c-menu.is-mainShopMenu .c-menu_link.is-limit-18~.c-menu>.c-menu_list>.c-menu_item:nth-child(n+19),
.c-menu.is-mainShopMenu .c-menu_link.is-limit-19~.c-menu>.c-menu_list>.c-menu_item:nth-child(n+20),
.c-menu.is-mainShopMenu .c-menu_link.is-limit-1~.c-menu>.c-menu_list>.c-menu_item:nth-child(n+2),
.c-menu.is-mainShopMenu .c-menu_link.is-limit-20~.c-menu>.c-menu_list>.c-menu_item:nth-child(n+21),
.c-menu.is-mainShopMenu .c-menu_link.is-limit-21~.c-menu>.c-menu_list>.c-menu_item:nth-child(n+22),
.c-menu.is-mainShopMenu .c-menu_link.is-limit-22~.c-menu>.c-menu_list>.c-menu_item:nth-child(n+23),
.c-menu.is-mainShopMenu .c-menu_link.is-limit-23~.c-menu>.c-menu_list>.c-menu_item:nth-child(n+24),
.c-menu.is-mainShopMenu .c-menu_link.is-limit-24~.c-menu>.c-menu_list>.c-menu_item:nth-child(n+25),
.c-menu.is-mainShopMenu .c-menu_link.is-limit-25~.c-menu>.c-menu_list>.c-menu_item:nth-child(n+26),
.c-menu.is-mainShopMenu .c-menu_link.is-limit-26~.c-menu>.c-menu_list>.c-menu_item:nth-child(n+27),
.c-menu.is-mainShopMenu .c-menu_link.is-limit-27~.c-menu>.c-menu_list>.c-menu_item:nth-child(n+28),
.c-menu.is-mainShopMenu .c-menu_link.is-limit-28~.c-menu>.c-menu_list>.c-menu_item:nth-child(n+29),
.c-menu.is-mainShopMenu .c-menu_link.is-limit-29~.c-menu>.c-menu_list>.c-menu_item:nth-child(n+30),
.c-menu.is-mainShopMenu .c-menu_link.is-limit-2~.c-menu>.c-menu_list>.c-menu_item:nth-child(n+3),
.c-menu.is-mainShopMenu .c-menu_link.is-limit-30~.c-menu>.c-menu_list>.c-menu_item:nth-child(n+31),
.c-menu.is-mainShopMenu .c-menu_link.is-limit-3~.c-menu>.c-menu_list>.c-menu_item:nth-child(n+4),
.c-menu.is-mainShopMenu .c-menu_link.is-limit-4~.c-menu>.c-menu_list>.c-menu_item:nth-child(n+5),
.c-menu.is-mainShopMenu .c-menu_link.is-limit-5~.c-menu>.c-menu_list>.c-menu_item:nth-child(n+6),
.c-menu.is-mainShopMenu .c-menu_link.is-limit-6~.c-menu>.c-menu_list>.c-menu_item:nth-child(n+7),
.c-menu.is-mainShopMenu .c-menu_link.is-limit-7~.c-menu>.c-menu_list>.c-menu_item:nth-child(n+8),
.c-menu.is-mainShopMenu .c-menu_link.is-limit-8~.c-menu>.c-menu_list>.c-menu_item:nth-child(n+9),
.c-menu.is-mainShopMenu .c-menu_link.is-limit-9~.c-menu>.c-menu_list>.c-menu_item:nth-child(n+10) {
  display: none;
}

.c-layout_row .editorContent .c-grid,
.c-layout_row .editorContent+.c-grid {
  padding: 0;
}

.c-offerBox_variantsLimit {
  height: 40px;
  margin: 0 0 5px;
}

.c-offerBox_variantsLimit::after {
  line-height: 40px;
}

.c-toolbar_item.is-paginationLinks .is-next .is-nextLink,
.c-toolbar_item.is-paginationLinks .is-prev .is-prevLink {
  padding: 0;
}

.c-grid.is-sets .c-grid_col.is-additional {
  flex-wrap: nowrap;
}

.c-grid.is-sets .c-grid_col.is-additional .c-offerBox_inner {
  width: 100%;
  height: 100%;
}

.c-group.is-address .a-form_row .c-btn {
  width: auto;
}

.c-group.is-address .a-form_row .c-btn+.c-btn {
  margin: 0 0 0 16px;
}

.a-label {
  white-space: nowrap;
}

.olapic-wall.grid.mode_packery li.item:nth-child(10n-2),
.olapic-wall.grid.mode_packery li.item:nth-child(10n-9) {
  width: 536px;
  height: 536px;
}

.c-offerBox.is-cartList .is-col2 {
  display: flex;
}

.c-offerBox.is-cartList .is-col3 {
  margin: 0;
}

.c-toolbar_item.is-paginationLinks .is-next .is-nextLink,
.c-toolbar_item.is-paginationLinks .is-prev .is-prevLink {
  width: auto;
}

.c-alert.is-downloadApp .c-alert_contentName {
  font-size: 16px;
  margin-right: 50px;
}

.c-alert.is-downloadApp .c-alert_content .c-logo a {
  width: 82px;
  height: 82px;
  margin-right: 23px;
}

.c-alert.is-downloadApp .c-alert_content .c-btn {
  font-size: 18px;
  width: 256px;
  height: 47px;
  line-height: 47px;
}

.c-alert.is-downloadApp .c-alert_close {
  left: 12px;
}

.c-btn {
  width: auto;
}

.c-btn+.c-btn {
  margin-top: 0;
  margin-left: 16px;
}

.c-btn+.c-btn.is-small {
  margin-left: 8px;
}

.c-btn+.c-btn.is-big {
  margin-left: 32px;
}

.c-card.is-emptyWishlist .c-card_row {
  flex-wrap: wrap;
  align-content: flex-start;
  align-items: flex-start;
  height: 120px;
}

.c-card.is-emptyWishlist .c-card_title {
  margin-top: 4px;
}

.c-card.is-emptyWishlist .c-card_icon {
  margin-right: 20px;
  margin-left: 5px;
}

.v-content_newsList .c-card_row.is-featured .is-image img {
  position: static;
  height: auto;
  max-width: 100%;
  width: 100%;
  transform: none;
}

.c-grid.is-confirmationNav .c-grid_col {
  width: auto;
  margin-bottom: 0;
}

.c-grid.is-confirmationNav .c-grid_col:nth-of-type(2) {
  margin: 0 8px 0 auto;
}

.c-grid.is-sets.is-items-3 .c-grid_col {
  width: 39%;
}

.v-content_newsList .c-grid:not(.a-carousel) {
  display: flex;
  flex-flow: wrap;
}

.c-group.is-address .is-orderAs .c-headline {
  width: auto;
}

.c-group.is-emptyWishlist .c-btn {
  width: auto;
  margin-top: -15px;
  margin-left: 145px;
}

.c-layout_mobileMenu:checked~div .c-header_col.is-menu {
  max-width: 300px;
}

.c-modal.is-cookieModal .c-modal_container {
  padding-bottom: 20px;
}

.c-offerBox_price .a-price {
  flex-direction: row-reverse;
}

.choices__list--dropdown .choices__item--selectable {
  padding-right: 100px;
}

.choices__list--dropdown .choices__item--selectable:after {
  content: attr(data-select-text);
  font-size: 12px;
  opacity: 0;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
}

[dir=rtl] .choices__list--dropdown .choices__item--selectable {
  text-align: right;
  padding-left: 100px;
  padding-right: 10px;
}

[dir=rtl] .choices__list--dropdown .choices__item--selectable:after {
  right: auto;
  left: 10px;
}

.is-grid-col-1 {
  width: 100%;
}

.is-grid-col-2 {
  width: 50%;
}

.is-grid-col-3 {
  width: 33.3333333333%;
}

.is-grid-col-4 {
  width: 25%;
}

.is-grid-col-5 {
  width: 20%;
}

.is-grid-col-6 {
  width: 16.6666666667%;
}

.is-grid-col-7 {
  width: 14.2857142857%;
}

.is-grid-col-8 {
  width: 12.5%;
}

.is-grid-col-9 {
  width: 11.1111111111%;
}

.is-grid-col-10 {
  width: 10%;
}

.is-grid-col-11 {
  width: 9.0909090909%;
}

.is-grid-col-12 {
  width: 8.3333333333%;
}

.is-grid-col-1-2 {
  width: 50%;
  padding: 10px;
  box-sizing: border-box;
}

.is-grid-col-1-3 {
  width: 33.3333333333%;
  padding: 10px;
  box-sizing: border-box;
}

.is-grid-col-1-4 {
  width: 25%;
  padding: 10px;
  box-sizing: border-box;
}

.is-grid-col-1-5 {
  width: 20%;
  padding: 10px;
  box-sizing: border-box;
}

.is-grid-col-1-6 {
  width: 16.6666666667%;
  padding: 10px;
  box-sizing: border-box;
}

.is-grid-col-1-7 {
  width: 14.2857142857%;
  padding: 10px;
  box-sizing: border-box;
}

.is-grid-col-1-8 {
  width: 12.5%;
  padding: 10px;
  box-sizing: border-box;
}

.is-grid-col-1-9 {
  width: 11.1111111111%;
  padding: 10px;
  box-sizing: border-box;
}

.is-grid-col-1-10 {
  width: 10%;
  padding: 10px;
  box-sizing: border-box;
}

.is-grid-col-1-11 {
  width: 9.0909090909%;
  padding: 10px;
  box-sizing: border-box;
}

.is-grid-col-1-12 {
  width: 8.3333333333%;
  padding: 10px;
  box-sizing: border-box;
}

.is-grid-col-2-3 {
  width: 66.6666666667%;
  padding: 10px;
  box-sizing: border-box;
}

.is-grid-col-2-4 {
  width: 50%;
  padding: 10px;
  box-sizing: border-box;
}

.is-grid-col-2-5 {
  width: 40%;
  padding: 10px;
  box-sizing: border-box;
}

.is-grid-col-2-6 {
  width: 33.3333333333%;
  padding: 10px;
  box-sizing: border-box;
}

.is-grid-col-2-7 {
  width: 28.5714285714%;
  padding: 10px;
  box-sizing: border-box;
}

.is-grid-col-2-8 {
  width: 25%;
  padding: 10px;
  box-sizing: border-box;
}

.is-grid-col-2-9 {
  width: 22.2222222222%;
  padding: 10px;
  box-sizing: border-box;
}

.is-grid-col-2-10 {
  width: 20%;
  padding: 10px;
  box-sizing: border-box;
}

.is-grid-col-2-11 {
  width: 18.1818181818%;
  padding: 10px;
  box-sizing: border-box;
}

.is-grid-col-2-12 {
  width: 16.6666666667%;
  padding: 10px;
  box-sizing: border-box;
}

.is-grid-col-3-4 {
  width: 75%;
  padding: 10px;
  box-sizing: border-box;
}

.is-grid-col-3-5 {
  width: 60%;
  padding: 10px;
  box-sizing: border-box;
}

.is-grid-col-3-6 {
  width: 50%;
  padding: 10px;
  box-sizing: border-box;
}

.is-grid-col-3-7 {
  width: 42.8571428571%;
  padding: 10px;
  box-sizing: border-box;
}

.is-grid-col-3-8 {
  width: 37.5%;
  padding: 10px;
  box-sizing: border-box;
}

.is-grid-col-3-9 {
  width: 33.3333333333%;
  padding: 10px;
  box-sizing: border-box;
}

.is-grid-col-3-10 {
  width: 30%;
  padding: 10px;
  box-sizing: border-box;
}

.is-grid-col-3-11 {
  width: 27.2727272727%;
  padding: 10px;
  box-sizing: border-box;
}

.is-grid-col-3-12 {
  width: 25%;
  padding: 10px;
  box-sizing: border-box;
}

.is-grid-col-4-5 {
  width: 80%;
  padding: 10px;
  box-sizing: border-box;
}

.is-grid-col-4-6 {
  width: 66.6666666667%;
  padding: 10px;
  box-sizing: border-box;
}

.is-grid-col-4-7 {
  width: 57.1428571429%;
  padding: 10px;
  box-sizing: border-box;
}

.is-grid-col-4-8 {
  width: 50%;
  padding: 10px;
  box-sizing: border-box;
}

.is-grid-col-4-9 {
  width: 44.4444444444%;
  padding: 10px;
  box-sizing: border-box;
}

.is-grid-col-4-10 {
  width: 40%;
  padding: 10px;
  box-sizing: border-box;
}

.is-grid-col-4-11 {
  width: 36.3636363636%;
  padding: 10px;
  box-sizing: border-box;
}

.is-grid-col-4-12 {
  width: 33.3333333333%;
  padding: 10px;
  box-sizing: border-box;
}

.is-grid-col-5-6 {
  width: 83.3333333333%;
  padding: 10px;
  box-sizing: border-box;
}

.is-grid-col-5-7 {
  width: 71.4285714286%;
  padding: 10px;
  box-sizing: border-box;
}

.is-grid-col-5-8 {
  width: 62.5%;
  padding: 10px;
  box-sizing: border-box;
}

.is-grid-col-5-9 {
  width: 55.5555555556%;
  padding: 10px;
  box-sizing: border-box;
}

.is-grid-col-5-10 {
  width: 50%;
  padding: 10px;
  box-sizing: border-box;
}

.is-grid-col-5-11 {
  width: 45.4545454545%;
  padding: 10px;
  box-sizing: border-box;
}

.is-grid-col-5-12 {
  width: 41.6666666667%;
  padding: 10px;
  box-sizing: border-box;
}

.is-grid-col-6-7 {
  width: 85.7142857143%;
  padding: 10px;
  box-sizing: border-box;
}

.is-grid-col-6-8 {
  width: 75%;
  padding: 10px;
  box-sizing: border-box;
}

.is-grid-col-6-9 {
  width: 66.6666666667%;
  padding: 10px;
  box-sizing: border-box;
}

.is-grid-col-6-10 {
  width: 60%;
  padding: 10px;
  box-sizing: border-box;
}

.is-grid-col-6-11 {
  width: 54.5454545455%;
  padding: 10px;
  box-sizing: border-box;
}

.is-grid-col-6-12 {
  width: 50%;
  padding: 10px;
  box-sizing: border-box;
}

.is-grid-col-7-8 {
  width: 87.5%;
  padding: 10px;
  box-sizing: border-box;
}

.is-grid-col-7-9 {
  width: 77.7777777778%;
  padding: 10px;
  box-sizing: border-box;
}

.is-grid-col-7-10 {
  width: 70%;
  padding: 10px;
  box-sizing: border-box;
}

.is-grid-col-7-11 {
  width: 63.6363636364%;
  padding: 10px;
  box-sizing: border-box;
}

.is-grid-col-7-12 {
  width: 58.3333333333%;
  padding: 10px;
  box-sizing: border-box;
}

.is-grid-col-8-9 {
  width: 88.8888888889%;
  padding: 10px;
  box-sizing: border-box;
}

.is-grid-col-8-10 {
  width: 80%;
  padding: 10px;
  box-sizing: border-box;
}

.is-grid-col-8-11 {
  width: 72.7272727273%;
  padding: 10px;
  box-sizing: border-box;
}

.is-grid-col-8-12 {
  width: 66.6666666667%;
  padding: 10px;
  box-sizing: border-box;
}

.is-grid-col-9-10 {
  width: 90%;
  padding: 10px;
  box-sizing: border-box;
}

.is-grid-col-9-11 {
  width: 81.8181818182%;
  padding: 10px;
  box-sizing: border-box;
}

.is-grid-col-9-12 {
  width: 75%;
  padding: 10px;
  box-sizing: border-box;
}

.is-grid-col-10-11 {
  width: 90.9090909091%;
  padding: 10px;
  box-sizing: border-box;
}

.is-grid-col-10-12 {
  width: 83.3333333333%;
  padding: 10px;
  box-sizing: border-box;
}

.is-grid-col-11-12 {
  width: 91.6666666667%;
  padding: 10px;
  box-sizing: border-box;
}

.choices {
  max-width: 450px;
}

.olapic-carousel-widget,
.olapic-product-details-widget,
.olapic-slider-widget {
  padding: 56px 0 20px;
}

.olapic-wall-widget .olapic-wall-header {
  padding: 40px 0 0;
}

.c-offerBox_gallery.is-horizontal.a-carousel {
  padding: 0;
}

.c-offerBox_gallery.is-horizontal.a-carousel .a-carousel_pagination.a-carousel_pagination {
  position: relative;
  flex-direction: row;
  justify-content: center;
  width: auto;
  height: auto;
  margin: 0 auto;
  overflow: inherit;
}

.c-offerBox_gallery.is-horizontal.a-carousel .a-carousel_pagination.a-carousel_pagination .a-carousel_prev {
  left: -25px;
}

.c-offerBox_gallery.is-horizontal.a-carousel .a-carousel_pagination.a-carousel_pagination .a-carousel_next {
  right: -25px;
}

.c-offerBox_gallery.a-carousel {
  box-sizing: border-box;
  margin: 0;
  padding: 0 0 0 70px;
  text-align: center;
}

.c-offerBox_gallery.a-carousel .a-carousel_pagination.a-carousel_pagination {
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
  flex-direction: column;
  justify-content: center;
  width: auto;
  height: 100%;
  overflow: hidden;
  background: #fff;
}

.c-offerBox_installment {
  padding: 5px 0;
}

.c-offerBox_row .c-offerBox_emblem {
  box-sizing: border-box;
  margin: 0 0 0 70px;
}

.c-offerBox_energyClass {
  margin: 0;
  padding: 8px 0;
}

.c-offerBox_document {
  margin: 0;
}

.c-offerBox_document .c-btn {
  width: auto;
  line-height: 20px;
}

.c-offerBox_energyCard {
  margin: 0;
}

.c-offerBox.is-cartList .is-col1.is-col1.is-col1 {
  width: 85px;
}

.c-offerBox.is-cartList .is-col2,
.c-offerBox.is-cartList .is-col3 {
  width: 50%;
}

.c-offerBox.is-cartList .is-col4.is-col4.is-col4 {
  width: 10%;
  margin: 0;
}

.is-offer .c-offerBox_row .c-offerBox_emblem {
  box-sizing: border-box;
  margin: 0 0 0 70px;
}

.c-offerBox.is-wide .c-offerBox {
  display: table;
  width: 100%;
}

.c-offerBox.is-wide .c-offerBox_col {
  display: table-cell;
  vertical-align: middle;
}

.c-offerBox.is-wide .c-offerBox_col.is-first {
  width: 20%;
}

.c-offerBox.is-wide .c-offerBox_col.is-last {
  width: 25%;
}

.is-b2b .c-offerBox .c-offerBox_col.is-first {
  width: 80px;
}

.is-b2b .c-offerBox .c-offerBox_col.is-last {
  position: relative;
  text-align: right;
}

.is-b2b .c-offerBox_photo {
  max-width: 80px;
}

.is-b2b .c-offerBox_price {
  padding-right: 80px;
}

.is-b2b .c-offerBox_saveBox {
  display: block;
  width: 50%;
  float: left;
}

.is-b2b .c-offerBox_compare {
  float: right;
}

.is-b2b .c-offerBox_addToCart {
  position: absolute;
  top: 0;
  right: 0;
  text-align: right;
}

.is-b2b .c-offerBox_addToCart a {
  width: 50px;
  height: 45px;
  padding: 0;
}

.c-offerBox.is-content .c-offerBox_content .c-offerBox {
  background: #fff;
  display: flex;
  justify-content: space-between;
}

.c-offerBox.is-content .c-offerBox_content .c-offerBox_col {
  padding-left: 0;
  justify-content: space-between;
  width: 45%;
}

.c-offerBox.is-content .c-offerBox_content .c-offerBox+.c-offerBox {
  border-color: #f0f0f0;
}

.c-toolbar_item+.c-toolbar_item.is-pagination {
  margin: 0 0 0 auto;
}

.c-toolbar.is-bottom .is-paginatnion {
  margin: 0;
}

.v-product_censure .c-card.is-censure .c-card_col.is-image {
  width: 70%;
}

.c-accordion {
  position: relative;
  padding: 0 0 15px;
}

.c-accordion_item {
  clear: none;
  overflow: auto;
}

.c-accordion_item.is-mobileCollapsed .c-accordion_content {
  width: 0;
  height: 0;
  transform: scaleY(0);
}

.c-accordion_item.is-mobileCollapsed .c-accordion_itemInput:checked~.c-accordion_content {
  width: auto;
  height: auto;
  transform: scaleY(1);
}

.c-accordion_item.is-mobileCollapsed .c-accordion_itemInput:checked~.c-accordion_itemLabel::after {
  content: '-';
}

.c-accordion_itemLabel {
  padding: 15px 0 10px;
}

.c-accordion_itemLabel::after {
  display: none;
}

.c-accordion_itemInput:checked~.c-accordion_content .c-accordion_contentRaw,
.c-accordion_listItem {
  padding: 0;
}

.c-accordion_listAnchor {
  font-size: 14px;
}

.c-accordion.is-footer {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.c-accordion.is-footer .c-accordion_item:first-child {
  padding-left: 10px;
}

.c-accordion.is-footer .c-accordion_item:last-child {
  padding-right: 10px;
}

.c-accordion.is-footer .c-accordion_contentRaw {
  margin-top: 0;
}

.c-accordion.is-footer .c-accordion_content {
  height: auto;
  width: auto;
  transform: scaleY(1);
}

.c-accordion.is-footer .c-accordion_itemLabel {
  padding: 10px 0;
  border: 0;
  font-size: 16px;
  color: inherit;
  cursor: default;
  pointer-events: none;
}

.c-accordion.is-footer .c-accordion_listItemSpecial {
  float: right;
}

.c-accordion.is-footer .c-accordion_itemInput:checked~.c-accordion_itemLabel {
  background: 0 0;
}

.c-accordion.is-faq .c-accordion_itemLabel {
  padding: 15px 0 10px 20px;
}

.c-accordion.is-tabs .c-accordion_item {
  display: inline;
  padding-right: 20px;
}

.c-accordion.is-tabs .c-accordion_itemInput:checked~.c-accordion_itemLabel {
  color: #444;
}

.c-accordion.is-tabs .c-accordion_content,
.c-accordion.is-tabs .c-accordion_itemLabel {
  display: inline-block;
}

.c-accordion.is-specificationTabs .c-accordion_item .c-accordion_itemLabel,
.c-accordion.is-variants .c-accordion_item .c-accordion_itemLabel {
  padding-bottom: 15px;
  border-bottom-width: 2px;
  display: block;
}

.c-accordion.is-specificationTabs .c-accordion_itemLabel,
.c-accordion.is-variants .c-accordion_itemLabel {
  font-family: Arial;
}

.is-keyAttributes .c-accordion.is-specificationTabs .c-accordion_itemLabel,
.is-keyAttributes .c-accordion.is-variants .c-accordion_itemLabel,
.is-specification .c-accordion.is-specificationTabs .c-accordion_itemLabel,
.is-specification .c-accordion.is-variants .c-accordion_itemLabel {
  padding: 10px 50px 10px 20px!important;
  cursor: default;
}

.is-keyAttributes .c-accordion.is-specificationTabs .c-accordion_itemLabel::after,
.is-keyAttributes .c-accordion.is-variants .c-accordion_itemLabel::after,
.is-specification .c-accordion.is-specificationTabs .c-accordion_itemLabel::after,
.is-specification .c-accordion.is-variants .c-accordion_itemLabel::after {
  display: none;
}

.is-keyAttributes .c-accordion.is-specificationTabs .c-accordion_content,
.is-keyAttributes .c-accordion.is-variants .c-accordion_content,
.is-specification .c-accordion.is-specificationTabs .c-accordion_content,
.is-specification .c-accordion.is-variants .c-accordion_content {
  height: auto;
  width: auto;
  transform: scaleY(1);
}

.is-keyAttributes .c-accordion.is-specificationTabs .c-accordion_itemInput:checked~.c-accordion_itemLabel,
.is-keyAttributes .c-accordion.is-variants .c-accordion_itemInput:checked~.c-accordion_itemLabel,
.is-specification .c-accordion.is-specificationTabs .c-accordion_itemInput:checked~.c-accordion_itemLabel,
.is-specification .c-accordion.is-variants .c-accordion_itemInput:checked~.c-accordion_itemLabel {
  color: #444;
}

.c-accordion.is-footer {
  flex-direction: row;
  padding: 15px 0;
}

.c-accordion.is-footer .c-accordion_item {
  border: 0;
  padding-left: 10px;
}

.c-accordion.is-footer .c-accordion_item .c-accordion_contentRaw .c-menu {
  padding: 0;
}

.c-accordion.is-footer .c-accordion_item:nth-child(3) .c-menu_icon {
  visibility: visible;
}

.c-accordion.is-footer .c-accordion_item:nth-child(3) .c-menu_item:nth-last-child(-n+4) {
  display: block;
}

.c-accordion.is-footer .c-accordion_item.is-langColumn {
  width: 23%;
  text-align: left;
}

.c-accordion.is-footer .c-accordion_item.is-langColumn .c-accordion_itemLabel {
  display: block;
}

.c-accordion.is-footer .c-accordion_item.is-langColumn .c-accordion_content .c-accordion_contentRaw {
  margin-top: 0;
}

.c-accordion.is-footer .c-accordion_item.is-langColumn .c-accordion_content .is-selectLang {
  position: static;
}

.c-accordion.is-footer .c-accordion_itemLabel::after {
  display: none;
}

.c-accordion.is-footer .c-accordion_itemLabel {
  padding-left: 0;
}

.c-accordion.is-footer .c-accordion_itemLabel .is-icon {
  display: inline-block;
  margin-right: 5px;
  font-size: 24px;
  font-weight: 400;
}

.c-accordion.is-footer .c-accordion_content {
  overflow: visible;
}

.c-accordion.is-footer .c-accordion_content .choices {
  margin-top: 0;
  margin-bottom: 25px;
}

.c-breadcrumb_item:last-child .c-breadcrumb_anchor {
  max-width: 300px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.c-breadcrumb_anchor:not(.is-parent),
.c-breadcrumb_separator {
  display: inline;
}

.c-btn.is-listingGoBack {
  display: block;
}

.c-btn.is-scrollToTop>span {
  transform: none;
}

.c-btn.is-complaintReport {
  display: inline-flex;
}

.c-btn+.is-separator {
  display: block;
}

.is-promotions .c-card.is-type1 .is-flex-container {
  flex-direction: row;
  align-items: flex-start;
}

.is-promotions .c-card.is-type1>.c-card_row>.c-card_col {
  width: 75%;
  padding: 10px 30px;
  text-align: left;
}

.is-promotions .c-card.is-type1>.c-card_row>.c-card_col.is-image {
  width: 25%;
}

.c-card.is-type4 .is-photos .is-last {
  margin-top: 0;
}

.c-card.is-type4 .is-details .is-last img,
.c-card.is-type4 .is-details .is-second {
  display: block;
}

.c-card.is-system .c-card_row.is-primary {
  flex-direction: row;
  align-items: center;
  padding: 0 40px;
}

.c-card.is-system .c-card_row.is-primary .is-image {
  padding: 0;
  order: 0;
}

.c-card.is-system .c-card_row.is-primary .is-rows {
  order: 0;
}

.c-card.is-system .c-card_col.is-image {
  width: 48%;
  max-width: none;
  text-align: center;
}

.c-card.is-system .c-card_col.is-rows {
  width: 48%;
}

.c-card.is-system.is-type1 {
  display: flex;
  align-items: center;
}

.c-card.is-system.is-type1 .c-card_row.is-primary {
  width: 58%;
}

.c-card.is-system.is-type1 .c-card_row.is-primary .c-card_title {
  margin: 0 0 20px;
  text-align: left;
}

.c-card.is-system.is-type1 .c-card_row.is-secondary {
  width: 42%;
}

.c-card.is-system.is-type1 .c-card_row .is-button {
  display: inline-block;
}

.c-card.is-system.is-type1 .c-card_row .is-image {
  width: 74%;
  max-width: none;
  margin-bottom: 70px;
}

.c-card.is-system.is-500 {
  text-align: left;
}

.c-card.is-system.is-500 .is-image {
  max-width: none;
}

.c-card.is-system .c-card_title {
  font: 30px/38px Arial;
}

.v-homepage .is-cardsList .c-card {
  margin-top: 65px;
}

.v-homepage .is-cardsList .c-card .c-card_row.c-card_row .c-card_col {
  max-width: none;
}

.v-homepage .is-cardsList .c-card.is-type1 {
  max-width: 1150px;
  margin-bottom: 0;
}

.is-cardsList .c-card .is-flex-container {
  display: flex;
}

.is-cardsList .c-card .c-card_row .is-rows {
  display: flex;
  text-align: left;
}

.is-cardsList .c-card .c-card_row .c-card_row .c-card_col {
  max-width: 420px;
}

.is-cardsList .c-card.is-type1 {
  max-width: 1300px;
  padding: 0 15px;
}

.is-cardsList .c-card.is-type1 .is-image {
  width: 50%;
  padding-bottom: 0;
}

.is-cardsList .c-card.is-type1 .is-rows {
  width: 50%;
}

.v-content_newsList .c-card_row.is-featured {
  max-width: 1300px;
  padding: 0 15px;
  margin: 0 auto 30px;
  color: #fff;
}

.v-content_newsList .c-card_row.is-featured .is-rows {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  transform: translate(-50%,-50%);
}

.v-content_newsList .c-card_row.is-featured .is-rows .is-title {
  position: static;
  height: auto;
}

.v-content_newsList .c-card_row.is-featured .is-rows .is-title .a-typo.is-tertiary {
  position: static;
  font-size: 54px;
  transform: none;
}

.v-content_newsList .c-card_row.is-featured .is-rows .is-text {
  margin-bottom: 28px;
  font-size: 22px;
  line-height: 1.5;
  text-align: center;
}

.v-content_newsList .c-card_row.is-featured .is-rows .is-button {
  text-align: center;
}

.v-content_newsList .c-card_row.is-featured .is-rows .is-button .c-btn.is-secondary {
  color: #fff!important;
}

.v-content_newsList .c-card_row.is-featured .is-rows .is-button .c-btn.is-secondary:hover {
  color: #e9500e!important;
}

.is-howToBook {
  border: 0;
}

.is-howToBook .c-grid_col {
  display: flex;
  justify-content: center;
  padding-bottom: 0;
}

.c-footer_row {
  padding: 0 10px;
}

.c-footer_row.is-secondary {
  padding-bottom: 0;
}

.c-footer_row .is-contact {
  margin-top: -4px;
  border: 0;
}

.c-footer_row .is-contact p:first-child {
  padding-left: 20px;
  margin-bottom: 15px;
}

.c-footer_row .is-contact p:first-child::before {
  position: absolute;
  left: 0;
  font-size: 25px;
}

.c-footer_row .is-contact p a {
  font-size: 13px;
}

.c-footer_row .is-social,
.c-footer_row.is-download {
  display: none;
}

.c-footer_row.is-download .c-headline_title.is-text {
  margin-top: 19px;
}

.c-footer_downloadApp {
  display: block;
  margin-top: 18px;
}

.c-grid.is-orderData {
  flex-direction: row;
}

.c-grid.is-orderData>.c-grid_col {
  border-width: 0 0 0 1px;
}

.c-grid.is-orderData>.c-grid_col:first-child {
  border: 0;
}

.c-grid.is-sets {
  flex-wrap: nowrap;
  justify-content: space-between;
  border-bottom: 1px solid #eaeaea;
}

.c-grid.is-sets.is-items-4 .c-grid_col {
  width: 26%;
}

.c-grid.is-sets .c-grid_col {
  padding: 0 40px 0 0;
  max-width: none;
}

.c-grid.is-sets .c-grid_col.is-additional {
  display: block;
  width: 22%;
  padding: 0 25px 0 0;
  border: 0;
}

.c-grid.is-sets .c-grid_col.is-additional .c-offerBox_inner {
  display: flex;
  align-items: start;
  flex-direction: column;
  justify-content: center;
}

.c-grid.is-sets .c-grid_col.is-additional .c-offerBox_price {
  display: block;
  margin-bottom: 0 0 10px;
  order: 1;
}

.c-grid.is-sets .c-grid_col.is-additional .c-offerBox_price+.c-offerBox_price {
  order: 3;
}

.c-grid.is-sets .c-grid_col.is-additional .c-offerBox_price+.c-offerBox_price .a-price_old {
  display: none;
}

.c-grid.is-sets .c-grid_col.is-additional .c-offerBox_addToCart {
  width: 100%;
  order: 4;
}

.c-grid.is-sets .c-grid_col.is-additional .is-savings {
  display: block;
  width: 100%;
  padding: 7px;
  order: 2;
}

.c-grid.is-sets .c-grid_col.is-additional .is-savings .a-typo {
  font-size: 14px;
}

.c-grid.is-sets .c-grid_col.is-additional .c-btn {
  width: 100%;
  margin: 0;
}

.c-grid:not(.a-carousel) {
  display: flex;
  flex-wrap: wrap;
}

.c-grid:not(.a-carousel)_row {
  display: flex;
  width: 100%;
}

.v-content_newsList .is-grid-col-3 {
  width: 33.3333%;
}

.v-product_list .c-layout_col.is-offers .c-grid_col.is-grid-col-4 {
  width: 25%;
}

.c-group.is-accountReview {
  padding: 15px 30px 30px;
}

.c-group.is-accountReview .is-opinion {
  display: flex;
}

.c-group.is-accountReview .is-opinionsBody {
  padding-top: 0;
}

.c-group.is-address .a-spinner {
  right: 10%;
}

.c-group.is-buyerData {
  flex-direction: row;
}

.c-group.is-buyerData>.c-group_row {
  border-width: 0 0 0 1px;
}

.c-group.is-buyerData>.c-group_row:first-child {
  border: 0;
}

.c-group_row.is-form .a-spinner {
  right: 10%;
}

.c-group_row.is-newsletter .is-card .c-card_row {
  display: block;
}

.c-group_row.is-newsletter .is-card .c-card_col {
  padding: 0;
}

.c-group_row.is-newsletter .is-card .is-image {
  float: left;
  width: 160px;
  height: 100%;
}

.c-group_row.is-newsletter .is-card .is-title {
  float: left;
}

.c-group_row.is-newsletter .is-card .is-text,
.c-group_row.is-newsletter .is-card .is-title {
  width: calc(100% - 200px);
  text-align: left;
}

.c-group_row.is-newsletter .is-card .is-image~.is-text {
  margin-left: 162px;
}

.c-group_row.is-newsletter .is-form form {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.c-group_row.is-newsletter .is-form form .a-form_btn input.is-link {
  text-align: right;
}

.c-group_row.is-newsletter .is-form form .a-form_row.is-email {
  width: calc(100% - 200px);
}

.c-group_row.is-newsletter .is-form form .a-form_row.is-signup {
  margin-top: 0;
  width: 180px;
}

.c-group_row.is-newsletter .is-form form .a-form_row.is-regulations {
  float: right;
  margin-left: auto;
}

.c-group.is-orderList {
  margin-top: 15px;
}

.c-group_row.is-security {
  display: flex;
  flex-wrap: nowrap;
}

.c-group_row.is-security .is-loginBtn .c-btn,
.c-group_row.is-security .is-registerBtn .c-btn,
.c-group_row.is-security .is-socialBtn .c-btn {
  display: block;
}

.c-group_row.is-security .is-loginBtn .c-btn+.c-btn,
.c-group_row.is-security .is-registerBtn .c-btn+.c-btn,
.c-group_row.is-security .is-socialBtn .c-btn+.c-btn {
  margin-left: 0;
  margin-top: 20px;
}

.c-group_row.is-security .c-group_col {
  width: 50%;
}

.c-group_row.is-security .c-group_col:first-of-type {
  padding-right: 10%;
}

.c-group_row.is-security .c-group_col:last-of-type {
  padding-left: 10%;
}

.c-group_row.is-security .c-group_col:nth-of-type(2) {
  border-left: 1px solid #ddd;
}

.c-group_row.is-security .c-group_col+.c-group_col {
  margin-top: 0;
}

.c-group.is-brands {
  padding: 65px 0 0;
}

.c-group_row.is-security .c-group_col.is-last {
  padding-left: 0;
}

.c-group_row.is-security .c-group_col.is-first {
  padding-top: 40px;
}

.v-homepage .is-seo .c-content,
.v-product .is-seo .c-content {
  column-count: 2;
  padding: 35px 0;
}

.v-homepage .c-group_row.is-seo .is-content {
  padding: 35px 0;
}

.v-checkout .c-group .c-group_row .c-group_col.is-last {
  margin-top: 65px;
}

.v-login .c-group_row .c-group_col.is-last {
  padding: 40px 35px;
}

.c-header_row.is-top {
  display: block;
  padding: 4px 0 12px;
  border-bottom: 0;
}

.c-header_col.is-search {
  position: relative;
}

.c-header {
  margin: 0;
}

.c-header .c-header_menuToggleLabel {
  top: 47px;
  left: 13px;
}

.c-header .is-primary .c-header_row {
  flex-wrap: nowrap;
}

.c-header .c-header_col.is-search {
  margin-left: auto;
}

.c-header .c-header_col.is-utilityNav {
  position: static;
  margin: 0 0 0 10px;
}

.v-product_show .c-header {
  border-bottom-color: #eee;
}

.v-checkout:not(.v-checkout_shoppingCart) .c-header .c-header_row.is-cart {
  align-items: center;
}

.v-checkout:not(.v-checkout_shoppingCart) .c-header .c-header_row.is-cart .c-header_col.is-logo {
  padding-right: 30px;
}

.v-checkout:not(.v-checkout_shoppingCart) .c-header .c-header_row.is-cart .c-header_col.is-contact i,
.v-checkout:not(.v-checkout_shoppingCart) .c-header .c-header_row.is-cart .c-header_col.is-steps {
  display: initial;
}

.c-layout_col.is-sidebar,
.c-layout_row.is-sidebar {
  box-sizing: border-box;
  width: 23%;
  padding-right: 30px;
  float: left;
  border-right: 1px solid #f0f0f0;
}

.c-layout_col.is-content,
.c-layout_row.is-content {
  width: 75%;
  float: right;
}

.c-layout_col.is-sidebar .is-showFilters {
  display: none;
}

.c-layout_togglerLabel {
  padding: 5px 70px;
}

.c-layout_togglerLabel::after {
  right: 45px;
}

.v-homepage .is-firstPageZone {
  margin-bottom: 0;
}

.v-homepage .is-firstPageZone .c-btn.is-big {
  margin-top: 0;
}

.v-homepage .c-layout_row.is-main .is-howToBook,
.v-homepage .c-layout_row.is-main>div+div {
  margin-top: 65px;
}

.v-product_show .c-layout_col.is-specification .c-grid_col:first-of-type {
  padding-right: 80px;
}

.v-product_show .c-layout_col.is-specification .c-grid_col:last-of-type {
  padding-left: 80px;
}

.v-product_show .c-layout_col.is-orderOnline .c-headline {
  margin-bottom: 80px;
}

.v-product_show .c-layout_col.is-orderOnline .c-grid .is-grid-col-3 {
  width: 31%;
  margin-top: 0;
}

.v-product_show .c-layout_col.is-orderOnline .c-card .is-image {
  min-height: 82px;
}

.v-product_show .c-layout_col.is-about .c-grid_row {
  display: flex;
  justify-content: space-between;
  width: 100%;
}

.v-product_show .c-layout_col.is-about .c-grid_row .c-grid_col {
  width: 45%;
}

.v-homepage .c-group_col.is-slider,
.v-product_list .c-group_col.is-slider,
.v-product_show .c-group_col.is-slider {
  padding-left: 30px;
  padding-right: 30px;
}

.c-menu.is-mainShopMenu.is-withColumns .is-list1 {
  flex-direction: row;
}

.c-menu.is-mainShopMenu.is-withColumns .is-list1>.is-menuCol {
  width: 25%;
  padding-right: 20px;
}

.c-menu.is-footer .c-menu_item {
  padding: 1px 0;
  line-height: 1.5;
}

.c-menu.is-footer .c-menu_static {
  font-size: 14px;
}

.c-menu.is-utilityNav {
  padding-top: 9px;
}

.c-menu.is-utilityNav .c-menu_item:nth-child(1) {
  display: none;
}

.c-menu.is-brands {
  max-width: 900px;
  padding: 0 20px;
  margin: 10px auto 0;
}

.c-minicart {
  min-width: 524px;
}

.c-minicart_indicatorAmount {
  top: -16px;
  left: calc(50% - 10px);
  width: 20px;
  height: 12px;
  border: 1px solid #000;
  border-radius: 10px;
  background: 0 0;
  color: #555;
  font-size: 8px;
  line-height: 12px;
}

.c-minicart_productsHeader {
  box-sizing: border-box;
  display: flex;
  width: 100%;
  padding-left: 10px;
  border-bottom: 2px solid #000;
  color: #ccc;
  font-size: 14px;
  text-align: center;
}

.c-minicart_productsHeaderItem.is-name {
  width: 175px;
  margin-left: 75px;
  text-align: left;
}

.c-minicart_productsHeaderItem.is-price,
.c-minicart_productsHeaderItem.is-quantity,
.c-minicart_productsHeaderItem.is-rowSummary {
  width: 75px;
}

.c-minicart {
  top: 60px;
  right: 5px;
}

.c-offerBox_price .a-price {
  align-items: center;
}

.c-offerBox_gallery.a-carousel .a-carousel_next,
.c-offerBox_gallery.a-carousel .a-carousel_prev {
  color: #545454;
}

.c-search_suggestion {
  padding: 0 20px 20px;
  box-shadow: none;
}

.c-search_suggestionContainer.is-categories,
.c-search_suggestionContainer.is-history,
.c-search_suggestionContainerInfo,
.c-search_suggestionContainerName {
  flex: 1;
}

.c-search_suggestion .a-price .a-price_new.is-small .a-price_price,
.c-search_suggestion .a-price .a-price_new.is-small .a-price_rest {
  font-size: 12px;
}

.c-search {
  position: relative;
  display: block;
  top: 5px;
  max-height: 35px;
}

.c-search_input input {
  padding: 0;
}

.c-search_submit {
  right: 0;
  top: 4px;
}

.c-search_spinner {
  right: 50px;
  top: -4px;
}

.c-search_suggestion {
  top: 52px;
}

.c-table:not(.is-blank):not(.is-address):not(.is-summary) tbody tr:first-of-type td {
  padding-top: 16px;
}

.c-table:not(.is-blank):not(.is-address):not(.is-summary) tbody tr td {
  padding: 8px 0;
}

.c-table.is-address tr td {
  padding: 5px 0;
}

.c-table.is-address tr td:last-of-type {
  padding-left: 20px;
  font-weight: 400;
}

.c-table.is-specification tbody tr {
  display: table-row;
}

.c-table.is-specification tbody tr td {
  display: table-cell;
  width: 50%;
}

.c-table.is-specification tbody tr td:nth-child(4n+2) {
  border-right: 0;
}

.c-table.is-specification tbody tr td:first-child {
  padding-right: 40px;
}

.c-toolbar_item.is-productsOnPage {
  display: block;
}

.c-toolbar_item.is-paginationLinks .a-form_field {
  padding-left: 5px;
}

.c-toolbar_item.is-paginationLinks .is-before {
  display: inline-block;
}

.c-zone.is-banners .c-zone_col {
  margin-bottom: 20px;
}

.c-zone.is-banners .is-grid-col-2 {
  width: calc(50% - 10px);
  margin-bottom: 20px;
}

.c-zone.is-banners .is-grid-col-4 {
  width: calc(25% - 15px);
}

.c-zone_overlay.is-leftCenterTextCenter .c-zone_overlayContent {
  position: static;
  align-self: center;
  text-align: center;
}

.c-zone_overlay {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  display: flex;
}

.c-zone_overlayContent {
  position: absolute;
  padding: 0;
  max-width: 525px;
  text-align: left;
}

.c-zone_overlay.is-leftCenter .c-zone_overlayContent {
  position: static;
  text-align: left;
  align-self: center;
}

.c-zone_overlay.is-leftTop .c-zone_overlayContent {
  top: 50px;
  text-align: left;
  bottom: auto;
}

.c-zone_overlay.is-leftBottom .c-zone_overlayContent {
  top: auto;
  text-align: left;
  bottom: 50px;
}

.c-zone_overlay.is-center {
  justify-content: center;
  text-align: center;
}

.c-zone_overlay.is-center .c-zone_overlayContent {
  position: static;
  align-self: center;
  text-align: center;
}

.c-zone_overlay.is-centerTop {
  justify-content: center;
  text-align: center;
}

.c-zone_overlay.is-centerTop .c-zone_overlayContent {
  position: static;
  text-align: center;
}

.c-zone_overlay.is-centerBottom {
  justify-content: center;
  text-align: center;
}

.c-zone_overlay.is-centerBottom .c-zone_overlayContent {
  position: static;
  text-align: center;
  align-self: flex-end;
}

.c-zone_overlay.is-rightTop .c-zone_overlayContent {
  text-align: right;
}

.c-zone_overlay.is-rightTop .c-zone_overlayContent,
.c-zone_overlay.is-rightTop .is-disclaimer {
  left: 52%;
}

.c-zone_overlay.is-rightCenter .c-zone_overlayContent {
  left: 52%;
  top: 0;
  margin: auto;
  height: 50%;
  bottom: 0;
  text-align: right;
}

.c-zone_overlay.is-rightCenter .is-disclaimer {
  left: 52%;
}

.c-zone_overlay.is-rightBottom .c-zone_overlayContent {
  left: 52%;
  top: auto;
  bottom: 50px;
  text-align: right;
}

.c-zone_overlay.is-rightBottom .is-disclaimer {
  left: 52%;
}

.c-zone_overlay.is-dark {
  background: rgba(0,0,0,.2);
}

.c-zone_overlay.is-dark .a-typo {
  color: #fff;
}

.c-zone_overlay.is-dark .c-btn.is-cta.is-secondary {
  color: #fff!important;
}

.c-zone_overlay.is-dark .c-btn.is-cta.is-secondary:hover {
  color: #e9500e!important;
}

.c-zone_overlay.is-light .a-typo.is-disclaimer {
  color: #000;
}

.c-zone_overlay .is-disclaimer {
  position: absolute;
  bottom: 15px;
  padding: 0;
  text-align: left;
  color: #fff;
  left: auto;
}

.c-zone.is-gridZone .c-zone_col.is-grid-col-2 {
  width: 49%;
}

.c-zone.is-club .c-zone_overlay {
  padding: 8% 5%;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

.c-zone.is-club .c-zone_overlay.is-dark .a-typo {
  color: #fff;
}

.c-zone.is-club .c-zone_overlay.is-dark .c-btn.is-cta.is-secondary {
  color: #e9500e!important;
  background: #fff;
  border-color: #fff;
}

.c-zone.is-club .c-zone_overlay.is-dark .c-btn.is-cta.is-secondary:hover {
  color: #fff!important;
  background: #e9500e;
  border-color: #e9500e;
}

.c-zone.is-club .is-desc {
  padding-bottom: 80px;
}

.c-zone.is-club .is-disclaimer {
  display: block;
  top: 46%;
  max-width: 45%;
  text-align: center;
  font-size: 14px;
  bottom: auto;
  line-height: 22px;
  left: 27%;
}

.c-layout.v-content_cms .is-content,
.c-layout.v-content_faq .is-content,
.c-layout.v-content_newsList .is-content,
.c-layout.v-content_newsShow .is-content {
  float: none;
  width: auto;
}

.c-layout.is-connectedMenu .c-btn.is-menuTrigger {
  display: none;
}

.c-layout.is-connectedMenu .c-layout_col.is-sidebar {
  border-right: 0;
}

.c-layout.is-connectedMenu .c-layout_col.is-sidebar .a-target {
  display: block;
}

.c-layout.is-connectedMenu .c-layout_col.is-content {
  float: right;
  width: 75%;
}

.v-content_cms.is-contact .c-content .a-image.is-widget {
  display: block;
}

.v-content_cms.is-contact .c-content .c-table tbody tr {
  display: table-row;
}

.v-content_cms.is-contact .c-content .c-table tbody tr:first-child td {
  border-top: 1px solid #eaeaea;
}

.v-content_cms.is-contact .c-content .c-table tbody tr:last-child td {
  border-bottom: 0;
}

.v-content_cms.is-contact .c-content .c-table tbody tr td {
  display: table-cell;
  width: 50%;
  padding: 50px 10px;
  border-bottom: 1px solid #eaeaea;
}

.v-content_cms.is-contact .c-content .c-table tbody tr:nth-child(2) td:last-child .c-accordion {
  margin-top: 55px;
}

.a-carousel_dot {
  width: 8px;
  height: 8px;
  margin: 0 6px;
  border-radius: 50%;
}

.a-carousel_tab {
  width: auto;
  height: 100%;
  padding: 10px;
  border: 0;
  background: 0 0;
  color: #999;
  font-family: Gordita;
  line-height: 19px;
}

.a-carousel_tab.is-active {
  border: 0;
  background: 0 0;
}

.a-carousel_tab.is-active::after {
  position: absolute;
  top: -8px;
  left: calc(50% - 10px);
  width: 0;
  height: 0;
  border-width: 0 10px 8px;
  border-style: solid;
  border-color: transparent transparent #fff;
  content: '';
}

.a-carousel .a-carousel_next,
.a-carousel .a-carousel_prev {
  display: flex;
}

.c-layout_row .is-pageZoneContent .c-group_col.is-slider .a-carousel_prev {
  left: 0;
}

.c-layout_row .is-pageZoneContent .c-group_col.is-slider .a-carousel_next {
  right: 0;
}

.c-layout_row .c-group_col.is-slider .a-carousel {
  margin: 0 auto;
}

.c-layout_row .c-group_col.is-slider .a-carousel_prev {
  left: 5px;
}

.c-layout_row .c-group_col.is-slider .a-carousel_next {
  right: 5px;
}

.c-layout_row .c-group_col.is-slider .a-carousel_next,
.c-layout_row .c-group_col.is-slider .a-carousel_prev {
  display: flex;
  background: #fff;
}

.a-typo.is-primary.is-hero {
  font: 300 30px/40px Gordita;
}

.a-typo.is-primary,
.is-promotions .c-card.is-type1 .c-card_title {
  font: 700 20px/28px Gordita;
}

.a-typo.is-tertiary {
  font: 700 16px/22px Gordita;
}

.v-content_newsList .is-featured .a-typo.is-tertiary,
.v-content_newsList .is-type1 .a-typo.is-tertiary {
  font-size: 22px;
  font-weight: 700;
  line-height: 32px;
}

.a-form_row.is-row_captcha {
  justify-content: normal;
}

.a-form_row.is-row_captcha .a-form_field {
  width: auto;
}

.a-form_checkbox {
  padding-left: 35px;
}

.a-form_checkbox .is-customCheckbox::before,
.a-form_checkbox label::before {
  width: 14px;
  height: 14px;
}

.c-grid_col.is-grid-col-1-4 {
  width: 25%;
}

.c-alert {
  font-size: 14px;
  line-height: 24px;
}

.c-grid.is-orderData {
  justify-content: flex-start;
  padding: 40px 0 30px;
  margin-bottom: 25px;
  border-bottom: 1px solid #eaeaea;
}

.c-grid.is-orderData>.c-grid_col {
  padding: 0 0 0 30px;
  margin: 0 60px 0 -30px;
}

.c-grid.is-orderData .is-shippingAddress .c-headline_title::after {
  content: ':';
}

.c-group.is-buyerData {
  justify-content: flex-start;
  padding: 40px 0 30px;
  margin-bottom: 25px;
  border-bottom: 1px solid #eaeaea;
}

.c-group.is-buyerData>.c-group_row {
  padding: 0 0 0 30px;
  margin: 0 60px 0 -30px;
}

.c-group.is-buyerData .is-shippingAddress .c-headline_title::after {
  content: ':';
}

.c-group_row.is-newsletter .is-card,
.c-group_row.is-newsletter .is-form {
  width: 50%;
}

.c-group_row.is-newsletter .is-card {
  margin-bottom: 0;
  box-sizing: border-box;
}

.c-header .c-header_menuToggleLabel {
  display: none;
}

.c-header .c-header_menuWrapper {
  padding: 0;
  overflow: visible;
  height: auto;
}

.c-header .c-header_col.is-logo {
  left: 0;
  padding-right: 24px;
}

.c-header .c-header_col.is-menu {
  max-width: 60%;
  transform: none;
  position: static;
  overflow: visible;
}

.c-header .c-header_col.is-utilityNav {
  margin-left: auto;
}

.c-menu.is-mainShopMenu .c-menu_item .c-menu_toggleLabel {
  display: none;
}

.c-menu.is-mainShopMenu .is-item0.is-parent:hover:after {
  content: '▲';
  position: relative;
  top: -6px;
  z-index: 100;
  display: block;
  font-size: 21px;
  color: #fff;
  text-align: center;
  text-shadow: 0 -6px 9px rgba(0,0,0,.028);
  transform: scaleX(1.5) scaleY(0.7);
}

.c-menu.is-mainShopMenu .is-item0 {
  position: static;
}

.c-menu.is-mainShopMenu .is-item0:hover {
  max-height: 42px;
  padding-bottom: 0;
  margin-bottom: 1px;
  color: #e9500e;
}

.c-menu.is-mainShopMenu .is-level1 {
  bottom: auto;
  z-index: 100;
  display: none;
  transform: translateX(0);
}

.c-menu.is-mainShopMenu .is-level2 {
  position: static;
  padding: 0;
  transform: translateX(0);
}

.c-menu.is-mainShopMenu .is-level2 .a-typo.is-secondary {
  display: none;
}

.c-menu.is-mainShopMenu .is-item1.is-starred .is-link2 {
  font-weight: 500;
}

.c-menu.is-mainShopMenu .is-item1.is-starred .is-starred .is-link2 {
  color: #e9500e;
}

.c-menu.is-utilityNav .c-menu_linkName {
  display: inline;
}

.c-menu.is-copyrightsMenu .c-menu_item {
  float: left;
  margin-right: 25px;
}

.c-modal.is-fullscreen .c-modal_container {
  width: auto;
  height: auto;
}

.c-posList {
  display: flex;
  min-width: 880px;
  height: auto;
  min-height: 500px;
}

.c-posList_pos {
  max-height: 300px;
}

.c-posList_posElement {
  padding: 8px;
}

.c-posList_mapImage {
  min-height: 188px;
}

.c-posList_posWrapper {
  width: 100%;
}

.c-posList_mapWrapper {
  position: relative;
  top: auto;
  right: auto;
  left: auto;
  width: 100%;
  height: auto;
  margin-left: 40px;
}

.c-posList_mapBack {
  display: none;
}

.c-posList_cancelButton,
.c-posList_infoVariantsBox:hover::after,
.c-posList_infoVariantsBox:hover::before {
  display: block;
}

.c-posList.is-posSelected .c-posList_pos {
  overflow-y: scroll;
}

.v-content_posList .c-posList_mapWrapper {
  margin-top: 178px;
}

.c-offerBox_name {
  margin-bottom: 20px;
}

.c-offerBox_gallery.a-carousel .a-carousel_prev {
  left: 0;
}

.c-offerBox_gallery.a-carousel .a-carousel_next {
  right: 0;
}

.c-offerBox_gallery.a-carousel img {
  display: block;
  margin: 0 auto;
  pointer-events: auto;
}

.c-offerBox_galleryItem.is-360 {
  min-width: 500px;
}

.c-offerBox_galleryItem.is-360 iframe {
  min-height: 500px;
}

.c-offerBox.is-cartList {
  padding: 25px 50px;
}

.c-toolbar_item.is-pagination {
  display: block;
}

.c-accordion_item {
  z-index: auto;
}

.c-accordion_itemLabel {
  font-size: 20px;
  line-height: 35px;
}

.c-accordion.is-footer .c-accordion_item {
  width: 21%;
}

.c-accordion.is-footer .c-accordion_item.is-langColumn .c-accordion_content .is-selectLang {
  margin-top: 34px;
}

.c-accordion.is-footer .c-accordion_item.is-langColumn .c-accordion_content .is-selectLang span {
  display: inline-block;
}

.v-content .is-container .c-accordion.is-faq {
  padding-bottom: 30px;
  border-bottom: 1px solid #eaeaea;
}

.v-content.is-contact .c-accordion.is-faq {
  border-bottom: 0;
}

.c-alert.is-downloadApp {
  display: none;
}

.c-btn.is-link.is-link:hover {
  color: #287fd9;
}

.c-btn.is-warranty {
  margin: 10px 20px 30px 0;
}

.v-homepage .is-cardsList .c-card .c-card_row .is-container {
  padding: 0 0 0 80px;
}

.is-cardsList .c-card .c-card_row .is-rows .is-container {
  padding-left: 120px;
}

.is-cardsList .c-card.is-type1 {
  margin-bottom: 0;
}

.is-cardsList.is-inverse .is-type1 .c-card_row {
  flex-flow: row-reverse;
  padding: 0;
}

.v-content_newsList .c-grid_col:nth-child(odd) .is-type1 .c-card_row {
  flex-flow: row-reverse;
}

.v-content_newsList .c-card_row.is-featured .is-rows {
  max-width: 860px;
}

.is-howToBook {
  padding: 0 50px;
}

.c-footer_row .is-contact p a {
  margin-left: 13px;
}

.c-footer_row .is-copyrights {
  margin-top: -41px;
  padding: 31px 0 31px 2px;
  float: left;
  border-bottom: 0;
  border-top: 1px solid #eaeaea;
}

.c-grid.is-sets.is-items-5 .c-grid_col {
  width: 19.5%;
}

.c-grid.is-sets .c-grid_col.is-additional .is-savings {
  margin: 10px 0;
}

.c-group.is-hoverBox {
  left: -180px;
}

.c-group.is-hoverBox::before {
  left: calc(50% + 20px);
}

.c-group_row.is-security {
  max-width: 85%;
  margin: 0 auto;
}

.c-group_row.is-security .c-group_col {
  padding: 0;
}

.v-homepage .is-seo .c-content,
.v-product .is-seo .c-content {
  column-gap: 150px;
}

.v-homepage .c-group.is-brands {
  padding-right: 10px;
  padding-left: 10px;
}

.c-header {
  border-bottom: 1px solid #eee;
}

.c-header_row.is-primary {
  padding: 0;
}

.v-content_faq .c-headline:first-child {
  border-bottom: 1px solid #eaeaea;
  max-width: none;
}

.v-content_faq .c-content .c-headline {
  margin: 30px auto 0;
}

.c-menu .c-menu {
  padding: 15px 0;
}

.c-menu.is-mainShopMenu {
  z-index: auto;
  position: static;
  width: 100%;
  max-width: none;
  padding-top: 20px;
}

.c-menu.is-mainShopMenu .is-menuBanner {
  display: block;
}

.c-menu.is-mainShopMenu .c-menu_toggleLabel.is-submenuTrigger,
.c-menu.is-mainShopMenu>.c-menu_toggleLabel {
  display: none;
}

.c-menu.is-mainShopMenu .is-list0 {
  display: flex;
  flex-direction: row;
  background: 0 0;
}

.c-menu.is-mainShopMenu .is-item0 {
  padding-bottom: 20px;
  border-bottom: 0;
}

.c-menu.is-mainShopMenu .is-item0:hover .is-level1 {
  display: block;
  width: 100%;
}

.c-menu.is-mainShopMenu .is-link0,
.c-menu.is-mainShopMenu .is-static0 {
  padding: 0;
}

.c-menu.is-mainShopMenu .is-level1 {
  box-sizing: border-box;
  position: absolute;
  top: 100%;
  padding: 20px;
  border: 1px solid #ccc;
  background: #fff;
  box-shadow: 0 0 2px 1px rgba(0,0,0,.1);
}

.c-menu.is-mainShopMenu .is-level1::after {
  display: block;
  position: absolute;
  bottom: -150px;
  left: 0;
  width: 100%;
  height: 150px;
  content: '';
}

.c-menu.is-mainShopMenu .is-level1 .c-menu_row {
  flex-direction: row;
}

.c-menu.is-mainShopMenu .is-level1 .c-menu_col {
  min-width: 0;
  margin: 15px 0;
  padding: 15px 0;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
}

.c-menu.is-mainShopMenu .is-level1 .is-title {
  display: block;
}

.c-menu.is-mainShopMenu .is-list1 {
  column-gap: inherit;
  column-count: inherit;
}

.c-menu.is-mainShopMenu .is-item1 {
  -webkit-column-break-inside: inherit;
  width: 23%;
  min-width: 0;
  margin: 0;
  float: left;
  border-bottom: 0;
  break-inside: inherit;
  page-break-inside: inherit;
}

.c-menu.is-mainShopMenu .is-item1 .c-menu_link {
  font-weight: 700;
}

.c-menu.is-mainShopMenu .is-link1,
.c-menu.is-mainShopMenu .is-static1 {
  padding: 0;
}

.c-menu.is-mainShopMenu .is-level2 {
  background: 0 0;
}

.c-menu.is-mainShopMenu .is-item2 {
  display: none;
  float: none;
}

.c-menu.is-mainShopMenu .is-item2:nth-child(-n+4) {
  display: block;
}

.c-menu.is-mainShopMenu .is-link2,
.c-menu.is-mainShopMenu .is-static2 {
  margin: 0;
  padding: 0;
  border-bottom: 0;
}

.c-layout_mobileMenu:checked~.c-layout .c-menu.is-mainShopMenu .c-menu_toggleLabel.is-primaryMobile::before {
  display: none;
}

.c-menu.is-footer .c-menu_link {
  font-size: 14px;
}

.c-menu_userAccount .c-menu_userAccountState {
  display: block;
}

.c-menu.is-mainShopMenu .is-item1 {
  padding-right: 2%;
}

.c-menu.is-copyrightsMenu .c-menu_link,
.c-menu.is-copyrightsMenu .c-menu_static {
  font-size: 12px;
}

.c-accordion .is-langColumn .c-menu .c-menu_list,
.c-footer_row.is-download .c-menu .c-menu_list {
  flex-direction: row;
  justify-content: start;
}

.c-minicart_indicatorName {
  display: inline-block;
}

.is-minicartItem:hover .c-minicart_indicator.is-hovered~.c-minicart {
  display: block;
}

.c-minicart::before {
  right: 22px;
}

.c-modal_moreInfo {
  scrollbar-face-color: rgba(0,0,0,.4);
  scrollbar-track-color: rgba(0,0,0,.1);
  max-height: 170px;
  overflow: auto;
}

.c-offerBox.is-unavailableOffer .c-offerBox_text.is-unavailable {
  padding: 10px;
}

.c-search.is-suggestionOpen {
  box-shadow: none;
}

.c-search_suggestion {
  display: flex;
}

.c-search_suggestionHeading {
  display: block;
  height: auto;
  padding: 24px 0 8px;
  font: 500 18px/22px Gordita,sans-serif;
}

.c-search_suggestionTab {
  position: relative;
  width: 100%;
  border: 0;
  color: #222;
  text-align: left;
  pointer-events: none;
}

.c-search_suggestionContainer {
  padding: 0;
}

.c-search_suggestionContainer.is-products {
  padding: 0;
  border-left: 0;
}

.c-search_suggestionContainer.is-products .c-search_suggestionTab {
  border: 0;
}

.c-search_suggestionContainer.is-categories,
.c-search_suggestionContainer.is-history {
  max-width: none;
}

.c-search_suggestionContainer.is-categories .c-search_suggestionTab,
.c-search_suggestionContainer.is-history .c-search_suggestionTab {
  border-width: 0;
}

.c-search_suggestionContainerList {
  display: block;
  padding: 0;
}

.c-search_suggestionContainerItem {
  max-width: calc(100% - 50px);
  margin: 10px 0;
}

.is-fullscreenSearch.is-fullscreenOpen .is-closeIcon {
  display: none;
}

.c-search_suggestion {
  left: -30px;
  width: 360px;
}

.c-toolbar {
  padding: 20px 0;
}

.c-toolbar:last-of-type .c-toolbar_item.is-paginationLinks {
  margin-right: 0;
}

.c-toolbar_item.is-changeTemplate,
.c-toolbar_item.is-productsOnPageSelect,
.c-toolbar_item.is-sort,
.c-toolbar_item.is-text {
  display: block;
}

.c-toolbar_item.is-button {
  display: none;
}

.c-toolbar_item.is-text {
  margin-left: 0;
}

.c-layout_col .c-toolbar:last-of-type {
  justify-content: flex-end;
}

.c-zone.is-banners {
  flex-wrap: nowrap;
}

.c-zone_overlay {
  padding: 50px 110px;
}

.c-zone_overlayContent {
  top: 50px;
  left: 110px;
}

.c-zone_overlay .is-headline {
  font-size: 54px;
  line-height: 64px;
  margin: 16px 0;
}

.c-zone_overlay .is-desc {
  font-size: 22px;
  line-height: 32px;
}

.c-zone.is-gridZone .c-zone_overlay .is-desc {
  font-size: 22px;
}

.c-zone.is-gridZone .is-cta {
  margin-top: 35px;
}

.v-content_cms.is-contact .c-content .c-table tbody tr td:first-child {
  padding-left: 100px;
}

.v-content_cms.is-contact .c-content .c-table tbody tr td:last-child {
  padding-right: 100px;
}

.a-carousel .is-carouselContainer img {
  object-fit: contain;
}

.a-carousel_tab {
  font-size: 13px;
}

.c-layout_row .c-group_col.is-slider .a-carousel_next,
.c-layout_row .c-group_col.is-slider .a-carousel_prev {
  height: calc(100% - 60px);
}

.a-target {
  display: block;
}

.v-content_faq .c-content .a-typo.is-widget {
  margin-bottom: 40px;
}

.a-form_checkbox .is-customCheckbox::before,
.a-form_checkbox label::before {
  transition: .3s;
}

input[type=number] {
  -webkit-appearance: textfield;
  -moz-appearance: textfield;
  appearance: textfield;
}

.c-header .c-header_col.is-search {
  max-width: 260px;
}

.c-card.is-type4 .is-photos .is-first .is-last,
.c-card.is-type4 .is-photos .is-second .is-last {
  margin-top: 35px;
}

.c-card.is-type4 .is-details {
  margin-top: 15px;
}

.c-search_suggestion {
  min-width: 880px;
}

.c-search_suggestionContainerName {
  width: 70%;
}

.c-search_suggestionContainerPrice {
  width: 30%;
}

.olapic-nav-sticky .olapic-view a {
  float: left;
  width: 33px;
  height: 33px;
  margin: 2px;
  padding: 6px;
  border-radius: 3px;
  border: 1px solid #d4d4d4;
  color: #5d5d5d;
  background: #fff;
  background: -webkit-linear-gradient(top,#fff 0,#f5f5f5 100%);
  background: -o-linear-gradient(top,#fff 0,#f5f5f5 100%);
  background: -webkit-gradient(linear,left top,left bottom,from(#fff),to(#f5f5f5));
  background: linear-gradient(to bottom,#fff 0,#f5f5f5 100%);
}

@keyframes spin {
  0% {
    transform: rotate(0);
  }

  100% {
    transform: rotate(360deg);
  }
}

@-webkit-keyframes loading-graph {
  0% {
    -webkit-transform: rotate(0);
  }

  100% {
    -webkit-transform: rotate(360deg);
  }
}

@keyframes loading-graph {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes spinner-anim {
  0%, 100%, 40% {
    box-shadow: 0 15px 0 -1.3em;
  }

  40% {
    box-shadow: 0 15px 0 0;
  }
}

@keyframes mmfadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes mmfadeOut {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
  }
}

@keyframes mmslideIn {
  from {
    transform: translateY(15%);
  }

  to {
    transform: translateY(0);
  }
}

@keyframes mmslideOut {
  from {
    transform: translateY(0);
  }

  to {
    transform: translateY(-10%);
  }
}